@charset "utf-8";
/* CSS Document */
p {
	margin: auto;
}
a {
	text-decoration: none;
}
ul.breadcrumb {
	max-width: 1024px;
	font-size: 14px;
}

/*FV----------------------*/
article.pc .main_img {
	background-image: url("../images/fv_bg.jpg");
	text-align: center;
	margin: 0 auto;
}
article.pc .main_img img {
	max-width: 1024px;
	width: 100%;
}

/*目次--------------------------*/
#acMenu .flex_box {
	flex-wrap: wrap;
}
#acMenu .flex_box .left_box {
	width: 100%;
	border: none;
}
#acMenu .flex_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#acMenu .flex_box ul li:nth-child(1) {
	width: 100%;
	margin-top: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#acMenu .flex_box ul li:nth-child(1)::before {
	font-family: auto;
}
#acMenu .flex_box ul li {
	width: 50%;
	margin-bottom: 15px;
}

/*巻頭言-------------------------*/
#kantogen {
	margin-bottom: 20px;
}
#kantogen .sub_txt {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}

/*メインコンテンツh3-----------------------*/
.shadow_box h3 {
	background: none;
	border: none;
	border-bottom: 1px solid #1f805a;
	margin: 0 auto 20px;
	padding: 0;
	border-radius: 0;
}
.area_maps h3 {
	background: none;
	border: none;
	border-bottom: 1px solid #1f805a;
	margin: 0 auto 20px;
	padding: 0;
	border-radius: 0;
}

/*メインコンテンツ--------------------*/



/*メインコンテンツトラブル--------------*/
#trouble dl dd ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#trouble dl dd ul li::before {
	content: "○";
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 16px;
}
#trouble dl dd ul.c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#trouble dl dd ul.c2 li {
	width: 47%;
}

/*メインコンテンツQ&A-----------------------*/
.shadow_box h3 {
	background: none;
	border: none;
    border-bottom: 1px solid #1f805a;
    margin: 0 auto 20px;
    padding: 0;
    border-radius: 0;
}
#faq .cate_txt .font_w {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}



/*最新情報----------------------------------*/
#writing .btn_open {
	background: url("../../../images/top_renew/i-switch.png") 973px 12px no-repeat;
}
#writing .btn_open.active {
	background: url("../../../images/top_renew/i-switch-close.png") 973px 12px no-repeat
}

/*フッター------------------------*/
.pc_only_footer_wrap {
	max-width: 1024px;
	margin-top: 20px;
	font-size: 16px;
}
.pc_only_footer_wrap img {
	width: auto!important;
}
.nada-soso_motto,
.nada-soso_motto strong,
.read_more_link_btn a,
.soso_service_txt_box dl dt, .soso_service_txt_box dl dt a,
.soso_service_txt_box dl dd ul li,
.pc_only_footer_wrap p,
.price_red_txt,
.bold_txt,
.pc_only_footer_wrap a {
	font-family: 'Noto Sans JP', sans-serif;
}
.pc_only_footer_wrap h2 span {
	font-size: 1.2rem!important;
}

/*フッターマナー-----------------------------*/
.sub_footer {
	margin-top: 30px;
	font-size: 16px;
}
.sub_footer .main_img {
	background-image: url("../../../morals/images/bg_fv.jpg")!important;
}
.sub_footer .main_img img {
	max-width: 800px!important;
}
.sub_footer .shadow_box .flex_box li {
	width: 24%;
}
.sub_footer .cate dl dt {
	margin-top: 10px;
}



/*ここからスマホ記述----------------------------------------------------------------*/
@media only screen and (max-width:599px) {
	#movie_y .title_box h3 {
		font-size: 22px;
		line-height: 1.3;
	}
	.sitemap h2 {
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 22px;
		border-bottom: 1px solid #1f805a;
	}
	.sitemap h2 a {
		color: #1f805a;
		font-family: 'Noto Serif JP', serif;
	}
	.sitemap h2 span {
		font-size: 0.9rem!important;
	}
	#writing .btn_open {
		background: url("../../../images/top_renew/i-switch.png") 420px 14px no-repeat;
		background-size: 25px;
	}
	#writing .btn_open.active {
		background: url("../../../images/top_renew/i-switch-close.png") 420px 14px no-repeat;
		background-size: 25px;
	}
	
	ul.breadcrumb {
		padding-top: 75px;
	}
	.main_img {
		padding-top: 0;
	}
	#trouble dl dd ul.c2 li {
		width: 100%;
	}
	#bekarazu_ososhiki.cate dl dt, #bekarazu_kaso.cate dl dt, #bekarazu_otera.cate dl dt, #bekarazu_reien.cate dl dt {
		width: 100%;
	}
	.shadow_box .flex_box li .title {
		font-size: 17px;
	}
}