@charset "utf-8";
@import url("/ssi/css/detail.css");

#mymainback_bg{
	background-size: 100% 1007px;
	background-image: linear-gradient(0deg, rgba(197, 243, 255, 1), rgba(255, 255, 255, 1));
    background-position: bottom left;
    background-repeat: no-repeat;
	padding-bottom: 380px;
}
@media screen and (max-width: 1500px) {
	#mymainback_bg{
		padding-bottom: 300px;
	}
}
@media screen and (max-width: 1080px) {
	#mymainback_bg{
		background-size: 100% 700px;
		padding-bottom: 250px;
	}
}
@media screen and (max-width: 375px) {
	#mymainback_bg{
		background-size: 100% 500px;
		padding-bottom: 150px;
	}
}

/* --------------------------------
　子育てポータルサイト ヘッダー
--------------------------------- */
#header {
	background: #FFD6E7;
	padding: 0 40px;
}
.header_right{
	padding-top: 6px;
	min-width: 552px;
}
@media screen and (max-width: 1280px) {
	.header_right{
		min-width: 400px;
	}
}
@media screen and (max-width: 1080px) {
	.header_right{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
    	height: 100svh;
		z-index: 200;
		overflow-y: auto;
		padding: 42px 5.13% 0;
		background: #fff;
		min-width: unset;
	}
	.menu_nav-open .header_right{
		display: block;
	}
}
.sp-nav{
	display: none;
}
@media screen and (max-width: 1080px) {
	.sp-nav{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		cursor: pointer;
		z-index: 300;
		display: flex;
		background-color: #FFD6E7;
		border: 2px solid #FFD6E7;
		border-radius: 20px 20px 0 0;
	}
	.sp-nav li{
		width: 33.33%;
	}
	.color_black .sp-nav li,
	.color_blue .sp-nav li{
		background-color: #FFF!important;
	}
	.sp-nav li a{
		width: 100%;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.color_black .sp-nav li a,
	.color_blue .sp-nav li a{
		background-color: #FFF!important;
	}
	.sp-nav li img{
		display: block;
	}
	.color_black .sp-nav li img,
	.color_blue .sp-nav li img{
		background-color: #FFF!important;
	}
	.sp_fixed_top img{
		width: 40px;
		margin-top: 3px;
	}
	.sp_fixed_search{
		border-right: 1px solid #E3F2F1;
		border-left: 1px solid #E3F2F1;
	}
	.sp_fixed_search img{
		width: 42px;
	}
	.hamburger{
		display: flex;
        justify-content: center;
		align-items: flex-start;
		border-radius: 0 20px 0 0;
	}
	.menu_nav-open .hamburger{
		background-color: #FFF6AB;
	}
	.hamburger img{
		width: 56px;
	}
}


.sp_fixed_search .search_btn{
	width: 42px;
	position: absolute;
	top: 13px;
	z-index: 2;
	max-height: 100%;
}
.sp_fixed_search .close_btn{
	opacity: 0;
	width: 42px;
	position: absolute;
	top: 17px;
	z-index: 1;
}
.search_nav-open .sp_fixed_search .close_btn{
	opacity: 1;
}
.search_nav-open .sp_fixed_search .search_btn{
	opacity: 0;
}
.hamburger .menu_btn{
	width: 56px;
	position: absolute;
	top: 13px;
	z-index: 2;
	max-height: 100%;
}
.hamburger .close_btn{
	opacity: 0;
	width: 42px;
	position: absolute;
	top: 17px;
	z-index: 1;
}
.menu_nav-open .hamburger .close_btn{
	opacity: 1;
}
.menu_nav-open .hamburger .menu_btn{
	opacity: 0;
}




#header_tabs{
	display: none;
}
@media screen and (max-width: 1080px) {
	#header_tabs{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
    	height: 100svh;
		z-index: 200;
		overflow-y: auto;
		padding-top: 33px;
		background: #fff;
	}
	.search_nav-open .header_inner #header_tabs{
		display: block;
	}
	.search_nav-open .header_inner .tab-panel{
		padding-bottom: 129px;
	}
	.search_nav-open .header_inner .sp_fixed_search{
		background-color: #FFF6AB;
	}
	.header_inner .sp_fixed_search{
		display: flex;
		align-items: flex-start;
        justify-content: center;
	}
}
.menu_nav-open,.search_nav-open{
	overflow: hidden;
}

#support_menu_box{
	display: flex;
	flex-wrap: wrap;
    position: relative;
    top: 0;
    right: 0;
    border: none;
    box-shadow: none;
    background: none;
	padding: 0;
	gap: 25px;
}
@media screen and (max-width: 1400px) {
	#support_menu_box{
		gap: 15px;
	}
}
@media screen and (max-width: 1080px) {
	#support_menu_box{
		gap: 35px;
		margin-bottom: 35px;
	}
}
.header_nav ul.header_nav_list{
	margin-top: 20px;
	flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
	.header_nav ul.header_nav_list{
		flex-direction:column;
		align-items: flex-start;
	}
}
.font_size_changed #support_menu_box{
	gap: 15px;
}
@media screen and (max-width: 1080px) {
	.header_nav ul li.h_support{
		border: none;
	}
}

/* 音声読み上げここから */
#voice_menu_box .tsutaeru-button-config {
	display: none;
}
#voice_menu_box .tsutaeru-speech-buttons button {
	background-color: #fff;
	border: none;
	color: #333;
	font-size: 16px;
}
#voice_menu_box .tsutaeru-speech-buttons .tsutaeru-button {
	background: url("/img/common/header/h_yomiage.png") no-repeat 10px 50% / 15px auto;
	padding: 0 32px;
}
@media screen and (max-width: 1080px) {
	#voice_menu_box .tsutaeru-speech-buttons .tsutaeru-button {
		background: url("/img/common/header/h_yomiage.png") no-repeat 2px 50% / 20px auto;
	}
}
/* 音声読み上げここまで */

.header_inner{
	max-width: 1400px;
	display: flex;
	gap: 52px;
	margin: auto;
	padding: 20px 0 29px 18px;
	align-items: center;
}
@media screen and (max-width: 1500px) {
	.header_inner{
		padding-left: 0;
	}
}
@media screen and (max-width: 1080px) {
	.header_inner{
		display: block;
		padding: 8px 0 14px;
	}
}
.header_logo{
	width: 50%;
	max-width: 683px;
}
.color_black .header_logo,
.color_blue .header_logo{
	background-color: #fff!important;
}
@media screen and (max-width: 1080px) {
	.header_logo{
		width: 87.56%;
		max-width: 341px;
		margin: auto;
	}
}
#top_search_keyword form{
	display: flex;
}
@media screen and (max-width: 1080px) {
	#top_search_keyword form{
		display: block;
	}
}
dl#moji_size, dl#haikei_color{
	margin-bottom: 0;
	flex-wrap: nowrap!important;
	justify-content: left;
    align-items: baseline;
}
@media screen and (max-width: 1080px) {
	dl#moji_size, dl#haikei_color{
		justify-content: flex-start!important;
	}
}

.header_nav{
	padding: 0;
}
@media screen and (max-width: 1080px) {
	.header_nav{
		display: block;
		background-color: unset;
		padding: 0;
		margin-bottom: 53px;
	}
}
dl#moji_size dd a, dl#haikei_color dd a{
	padding: 3px 7px;
	line-height: unset;
}
@media screen and (max-width: 1080px) {
	dl#moji_size dd a, dl#haikei_color dd a{
		font-size: 1.4rem;
	}
}
dl#moji_size dd a{
	border: 1px solid #333;
	padding: 4px 11px;
	text-align: center;
}
dl#haikei_color dd{
	min-width: unset;
}

dl#moji_size dd a, dl#moji_size dd a#moji_large{
	font-size: 1.3rem;
}
@media screen and (max-width: 1080px) {
	dl#moji_size dd a, dl#moji_size dd a#moji_large{
		font-size: 1.5rem;
	}
}
dl#moji_size dd a#moji_large{
	font-weight: normal;
}
.font_size_changed .header_nav li{
	width: unset;
}

@media screen and (max-width: 1080px) {
	.font_size_changed dl#moji_size, .font_size_changed dl#haikei_color{
		flex-wrap: wrap!important;
	}
}
@media screen and (max-width: 1080px) {
	.font_size_changed dl#moji_size dt, .font_size_changed dl#haikei_color dt{
		width: 100%;
		text-align: left;
	}
}

/* Language */
.header_nav ul li.h_lang{
	width: 45%;
}
@media screen and (max-width: 1280px) {
	.header_nav ul li.h_lang{
		width: 50%;
	}
}
@media screen and (max-width: 1080px) {
	.header_nav ul li.h_lang{
		width: 100%;
	}
}
.header_nav ul li.h_lang > button {
	background-color: transparent !important;
}
@media screen and (max-width: 1080px) {
	.header_nav ul li.h_lang > button {
		font-size: 1.6rem;
	}
}
.font_size_changed .header_nav ul li.h_lang > button{
	width: unset;
}
@media screen and (max-width: 1080px) {
	.font_size_changed .header_nav ul li.h_lang > button{
		font-size: 1.6rem;
		width: unset;
	}
}

.color_change .header_nav ul li.h_lang > button {
	background-color: #fff !important;
}
.header_nav_contents {
	border: none;
	border-radius: unset;
	padding: 10px;
	width: unset;
	gap: unset;
}
.header_nav ul{
	display: flex;
    align-items: center;
	width: 100%;
	max-width: unset;
	font-size: 1.4rem;
}
.header_nav_contents ul:first-of-type{
	width: 10rem;
}
.header_nav_contents ul:nth-of-type(2){
	width: 12rem;
}
.header_nav ul li[class^="h_"] a{
	font-weight: normal;
}
dl#moji_size dt, dl#haikei_color dt{
	font-weight: normal;
}
@media screen and (max-width: 1080px) {
	dl#moji_size dt, dl#haikei_color dt{
		font-size: 1.6rem;
	}
}
dl#haikei_color dt{
	min-width: 3em;
	margin-right: 6px;
}
#cse-search-box .search_ttl{
	margin-right: 19px;
	display: flex;
    align-items: center;
	min-width: 11.2rem;
}
@media screen and (max-width: 1080px) {
	#cse-search-box .search_ttl{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}
#cse-search-box .search_ipt{
	border: 2px solid #55C1C1;
	border-radius: 10px;
	flex-wrap: nowrap;
	width: 79.5%;
	max-width: 508px;
	height: 53px;
}
@media screen and (max-width: 1080px) {
	#cse-search-box .search_ipt{
		border: 1px solid #55C1C1;
		border-radius: 5px;
		width: 100%;
		max-width: unset;
		height: 59px;
		justify-content: left;
	}
}
.search_ipt #tmp_query{
	border-radius: 10px 0 0 10px;
	width: 437px;
	height: unset;
}
@media screen and (max-width: 1080px) {
	.search_ipt #tmp_query{
		width: 100%;
	}
}
.search_ipt #submit{
	border-radius: 0 8px 8px 0;
	background-color: #55C1C1;
    background-size: 34px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/img/site/kosodate/header_search_icon.png);
    width: 69px;
	min-width: 69px;
    height: 100%;
	text-indent: -9999px;
}
@media screen and (max-width: 1080px) {
	.search_ipt #submit{
		border-radius: 0 5px 5px 0;
	}
}
/* やさしい日本語/ふりがな表示 */
.header_nav .h_japanese a,
.header_nav .h_hurigana a {
    display: flex;
    align-items: center;
    min-height: 24px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center left;
	background-size: 20px auto;
    border: none;
    outline: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
	padding: 0 0 0 25px;
	text-align: center;
    color: #333;
}
.font_size_changed .header_nav .h_japanese a,
.font_size_changed .header_nav .h_hurigana a {
    background-image: none;
    padding: 0;
}
.color_change .header_nav .h_japanese a,
.color_change .header_nav .h_hurigana a {
	background-color: #fff !important;
	color: #000 !important;
}
.tsutaeru-toolbar-message-active .header_nav .h_japanese a,
.tsutaeru-toolbar-message-active .header_nav .h_hurigana a,
#container.ruby_active .header_nav .h_japanese a,
#container.ruby_active .header_nav .h_hurigana a {
	display: block;
}
.header_nav .h_japanese a:focus,
.header_nav .h_hurigana a:focus{
	outline: 2px solid #333;
  	outline-offset: 2px;
}


/* やさしい日本語 */
.header_nav .h_japanese a {
	background-image: url("/img/common/header/h_japanese.png");
}
.header_nav li .js_easy_nsi.js_tteru_reset_btn {
	display: none!important;
}
.tsutaeru-toolbar-message-active .header_nav li .js_easy_nsi.js_tteru_reset_btn {
	display: block!important;
}
.tsutaeru-toolbar-message-active .header_nav li .js_easy_ari {
	display: none!important;
}

/* ふりがな表示 */
.header_nav .h_hurigana a {
	background-image: url("/img/common/header/h_hurigana.png");
}
.header_nav li .js_ruby_nsi.js_tteru_reset_btn {
	display: none;
}
#container.ruby_active .header_nav li .js_ruby_nsi.js_tteru_reset_btn {
	display: block!important;
}
#container.ruby_active .header_nav li .js_ruby_ari {
	display: none;
}



/* -----------------------------
　子育てポータルサイト フッター
---------------------------- */
#footer{
	margin-top: 0;
	padding: 108px 40px 30px;
	background-color: #F8E6AE;
	position: relative;
}
@media screen and (max-width: 1080px) {
	#footer{
		padding: 73px 0 114px;
	}
}
@media screen and (max-width: 430px) {
	#footer{
		padding: 36px 0 114px;
	}
}
.footer_illust{
	width: 100%;
	padding-top: 440px;
    position: absolute;
	top: -345px;
	right: 0;
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/img/site/kosodate/footer_bg_illust_v3.png);
	background-size: 2000px;
	z-index: 1;
}
@media screen and (max-width: 1500px) {
	.footer_illust{
		background-size: 1400px;
		padding-top: 304px;
		top: -250px;
	}
}
@media screen and (max-width: 1080px) {
	.footer_illust{
		background-size: 1000px;
		padding-top: 216px;
        top: -178px
	}
}
@media screen and (max-width: 768px) {
	.footer_illust{
		background-image: url(/img/site/kosodate/footer_bg_illust_sp_v4.png);
		background-size: 548px;
		background-position: bottom center;
		padding-top: 232px;
        top: -195px;
	}
}
@media screen and (max-width: 390px) {
	.footer_illust{
		background-position: bottom right 53%;
	}
}
@media screen and (max-width: 375px) {
	.footer_illust{
		background-size: 390px;
        padding-top: 163px;
        top: -133px;
	}
}
@media screen and (max-width: 768px) {
	.footer_illust .view--769{
		display: none;
	}
}
.footer_illust .view--768{
	display: none;
}
@media screen and (max-width: 768px) {
	.footer_illust .view--768{
		display: block;
	}
}
#footer .footer_border{
	max-width: 1400px;
	height: 2px;
	background-color: #754932;
	margin: auto;
}
@media screen and (max-width: 1080px) {
	#footer .footer_border{
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 768px) {
	#footer .footer_border{
		height: 1px;
		width: 90%;
	}
}
#footer .footer_innr{
	max-width: 1400px;
	margin: auto;
}
@media screen and (max-width: 1080px) {
	#footer .footer_innr{
		width: 700px;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	#footer .footer_innr{
		width: 89.7%;
	}
}
#footer .footer_top{
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
	margin: 48px 0 56px;
}
@media screen and (max-width: 1500px) {
	#footer .footer_top{
		justify-content: center;
	}
}
@media screen and (max-width: 1080px) {
	#footer .footer_top{
		display: block;
		width: 100%;
		margin: 28px auto;
	}
}
#footer .footer_top p{
	width: 44%;
	margin-top: 1.87%;
}
@media screen and (max-width: 1500px) {
	#footer .footer_top p{
		margin-top: 17px;
	}
}
@media screen and (max-width: 1080px) {
	#footer .footer_top p{
		margin-top: 11px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#footer .footer_top p{
		font-size: 1.3rem;
	}
}
#footer .footer_top p span{
	display: inline-block;
}
#footer .footer_kosodate_logo{
	width: 48.79%;
	max-width: 683px;
	margin-right: 6%;
}
@media screen and (max-width: 1080px) {
	#footer .footer_kosodate_logo{
		width: 100%;
		max-width: 350px;
		margin: auto;
	}
}
.color_black #footer .footer_kosodate_logo img,
.color_blue #footer .footer_kosodate_logo img{
	background-color: #fff!important;
}
.footer_bottom{
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 1072px;
	margin: auto;
}
@media screen and (max-width: 1080px) {
	.footer_bottom{
		display: block;
		width: 100%;
	}
}
.footer_bottom .footer_btn{
	border-radius: 100px;
	width: 46.27%;
	max-width: 496px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1080px) {
	.footer_bottom .footer_btn{
		width: 100%;
		max-width: unset;
	}
}
@media screen and (max-width: 768px) {
	.footer_bottom .footer_btn{
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	}
}
.footer_bottom .footer_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #223D3C;
	height: 100%;
	font-size: 2.5rem;
	font-weight: bold;
}
@media screen and (max-width: 1500px) {
	.footer_bottom .footer_btn a{
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.footer_bottom .footer_btn a{
		font-size: 1.7rem;
	}
}
.footer_bottom .footer_btn.tottori_btn{
	background: #D4F6FF;
}
.footer_bottom .footer_btn.tottori_btn a{
	padding: 19px 25px;
}
@media screen and (max-width: 1080px) {
	.footer_bottom .footer_btn.tottori_btn a{
		padding: 13px 25px;
	}
}
.footer_bottom .footer_btn.faq_btn{
	background: #FFF;
}
.footer_bottom .footer_btn.faq_btn a{
	padding: 25px;
}
@media screen and (max-width: 1080px) {
	.footer_bottom .footer_btn.faq_btn a{
		padding: 17px 25px 18px;
	}
}
.footer_tottori_logo{
	width: 64px;
	margin-right: 13px;
}
@media screen and (max-width: 1080px) {
	.footer_tottori_logo{
		width: 44px;
		margin-right: 9px;
	}
}
.faq_icon{
	width: 80px;
	margin-right: 17px;
}
@media screen and (max-width: 1080px) {
	.faq_icon{
		width: 56px;
	}
}