@charset "utf-8";

.sub-main.guide {
	background: url(../../images/sub_bg_guide.jpg) no-repeat center center;
	background-size:cover;
}

@media screen and (max-width: 680px) {
	.nayami_img img{
		display: none;
	}
	.nayami_img{
		background: url(../../images/img01_sp.jpg) no-repeat center;
		background-size: 100%;
		padding-top: 71.47058823529412%;
	}
}

.column3{
	text-align: center;
}
.column3 dt{
	text-align: center;
	margin-bottom: 20px;
}
.column_section.column3 > * {
    width: 30%;
    border: none;
    padding: 15px 5px;
    height: 240px;
}
.column_section.column3 > * + * {
    margin-left: 0px;
}
.column3 dd {
	padding: 0px 20px;
}



@media screen and (max-width: 680px) {

	.column3 dt{
		margin-bottom: 10px;
	}
	.column3 dd p{
		margin-bottom: 0;
	}
	.sp_tac a{
		margin: auto;
		display: block;
		text-align: center;
	}

	.column_section.column3 > * {
		margin: 30px auto 0px;
		width: 244px;
		border: solid 1px #1eb42d;
		padding: 15px;
		height: 240px;
	}

	.column_section.column3 > * + * {
		margin-left: auto;
	}
}

/*子育てマネーアドバイザーとはc-adviser*/

.c-adviser{}

dl.konna_l { clear:both; margin-top:40px; }
dl.konna_l dt { float:left; margin-top: -40px;}
dl.konna_l dd { margin-left:280px; }

dl.konna_r { clear:both; margin-top:40px;  }
dl.konna_r dt { float:right; margin-top: -40px;}
dl.konna_r dd { margin-right:280px; }

dl.konna_c { clear:both; margin-top:40px;  }
dl.konna_c dt { }
dl.konna_c dd { }

.mt-10{ margin-top: -10px; }
.konna dd.txt1 {
	color:#C96B15; font-size:16px;
	border-bottom:5px solid #F6F9F1;
	padding-bottom:10px;
	}
.konna dd.txt1 span {
	color:#2D2D2D; font-size:20px;
	font-weight:bold;
	margin-left:20px;
	}
.konna dd.txt1 span.oreng {color:#F98200;}	
.konna dd.txt2 { padding:20px 0px; }
.toratukai { font-size:135%; }
.fgreen { color:#5D721C; }


#head .btn_reservation {
    width: 220px;
    position: absolute;
    bottom: 60px;
    right: 228px;
}

#head .btn_reservation2 {
    width: 220px;
    position: absolute;
    bottom: 60px;
    right: 0;
}

#head .btn_reservation2 a {
    display: block;
    border: solid 3px #ffd09d;
    background: #f98100;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em;
}
@media screen and (max-width: 680px){
.header {
    position: fixed;
    border-top: 0px solid #1eb42d;
    height: 65px;/*★*/
}

#head .btn_reservation {
    width: auto;
    position: absolute;
    top: 5px;
    right: 140px;
}
#head .btn_reservation a {
    padding: 0.6em 1em;
}
#head .btn_reservation2 {
    width: auto;
    position: absolute;
    top: 5px;
    right: 60px;
}
#head .btn_reservation2 a {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.6em;
}
}





@media screen and (min-width: 681px){
.header nav .global > li > a {
    padding: 0 50px;
}
}


@media screen and (max-width: 680px) {
	dl.konna_l:first-child { margin-top:0; }
	dl.konna_l dt { float:none; text-align:center; margin-bottom:0; margin-top: 10px;}
	dl.konna_l dd { margin-left:0px; text-align:center; }

	dl.konna_r:first-child { margin-top:0; }
	dl.konna_r dt { float:none; text-align:center; margin-bottom:0; margin-top: 10px;}
	dl.konna_r dd { margin-right:0px; text-align:center; }

	.konna dd.txt1 {
		color:#C96B15; font-size:16px;
		border-bottom:5px solid #F6F9F1;
		padding-bottom:10px;
		}
	.konna dd.txt1 span {
		color:#2D2D2D; font-size:20px;
		font-weight:bold;
		margin-left:auto;
		}
	.konna dd.txt2 { padding:10px 10px 20px; text-align:left; }
	.toratukai { font-size:135%; }
.yoitoko .fr { float:none; margin-bottom:10px;}
.center{
    text-align: center;
}
}

.btn_green_logn a {
	display: block;
	background: #1eb42d;
	color: #fff;
	font-size: 15em;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 15px;
	width: 450px;
	margin:0px auto;
	position: relative;
}
.btn_green_logn a:after {
	content: url(../../common/images/arrow_green01.gif);
	position: absolute;
	right: 10px;
	top: 22px;
}
.btn_green_logn a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

@media screen and (max-width: 680px) {
	.btn_green_logn a {
		width: 90%;
	}
	.btn_green_logn a:after {
		top: 45%;
	}
}


/*新型コロナウイルス感染拡大防止対策について covid-19.php*/
.cov19_ul{
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 30px 0 10px; 
}

.cov19_ul li{
	width: 48%;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: solid 1px #1bad2e; 
      background: #eff2ea;
      margin-bottom: 30px;
      align-items: center;
}

.cov19_ul li img{
	background: #FFF;
	width: 40%;


}

.cov19_ul li p{
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin-bottom:0; 

}

.cov19_img{
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 10px 0;
   height: auto;
}

.cov19_img img{
	width: 48%;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
    align-self: flex-start;

  }

.cov19_txt{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 70px;
}
.contents section.cov19_contact{
	background-color:#fff;
}

@media screen and (max-width: 680px) {

.sub-main .cov19_h1{
margin: -25px auto 0;
}
.cov19_ul {
    margin: 20px 0 10px;
}
.cov19_ul li {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #1bad2e;
    background: #eff2ea;
    margin-bottom: 10px;
    align-items: center;
}

.cov19_ul li img {
    background: #FFF;
    width: 33%;
    height: auto;
}

.cov19_ul li p{
	font-size: 14px;
	font-weight: bold;
	padding:0 10px;
	    margin-bottom: 0;

}
.cov19_txt{
	font-size: 1.3rem;
	text-align: left;
}
.cov19_img img{
	width: 100%;
	padding-top: 5px;
    align-self: flex-start;
  }
.contents section.cov19_contact{
	background-color:rgba(0,0,0,0);
}
}



/* 下部ナビ
============================================================================================================ */
.bottom_nav_green02 a {
	display: block;
	background: #1eb42d;
	color: #fff;
	font-size: 21em;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 4px solid #9be094;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 2px rgba(51,51,51,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(51,51,51,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(51,51,51,0.3);
	box-shadow: 2px 2px 2px rgba(51,51,51,0.3);
	padding: 15px 40px 15px 10px;
	width: 600px;
	margin: 0 auto;
	position: relative;
}
.bottom_nav_green02 a:after {
	content: url(../../common/images/arrow_green02.gif);
	position: absolute;
	right: 10px;
	top: 45%;
	margin-top: -3px;
}
.bottom_nav_green02 a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
@media screen and (max-width: 680px) {
	.bottom_nav_green02 a {
		width: 100%;
		font-size: 15em;
		font-size: 1.5rem;
	}
}

