@charset "UTF-8";

/* -----------------------------------------------------------
	Contents
----------------------------------------------------------- */


#naviN ul li:nth-of-type(6) a {
	border-bottom: 2px solid #000 !important;
}

/*---------------------------------------------*/


.body_contents .wrap_p {
	margin-top: 80px;
}


.body_contents h2 {
	margin-bottom: 30px;
}
.body_contents h2.h2_svg img {
	height: 50px;
}
.body_contents .content_wrap {
	margin-left: 50px;
}
.body_contents .txt_main {
	font-size: 20px;
}




/*---------------------------------------------*/

.consultation {
	position: relative;
	margin-top: 40px;
}
.consultation a {
	position: absolute;
	right: 100px;
	bottom: 40px;
}


/*------------------------------------------------------------------------------------------*/

.body_contents .wrap_bg {
	background-color: #DEE9F4;
}
.content_cat {color: #5b6f81;font-size: 1.6em;font-weight: 700;}



.content_p1 > .wrap_p {
	display: flex;
	align-items: flex-end;
}
.content_p1 > .wrap_p > img {
	width: 35%;
	margin-left: 2%;
}


.content_p1 .txt_main {margin-top: 30px;}


.content_p2 h2.h2_svg {margin-bottom: 0;}
.content_p2_sub .wrap_p{margin-top: 0;}
.content_p2_sub .content_wrap {
	position: relative;
	padding: 30px 0;
}
.content_p2_sub .content_wrap p {margin-right: 260px;}
.content_p2_sub .content_wrap img {
	position: absolute;
	width: 250px;
	right: 9px;
	top:-20px;
}




.content_p3n .ulSplit3 {
	margin-top: 20px;
}

.content_p3n .ulSplit3 li {
	background-image:url("../img/c_dee9f4_1px.png");
	background-size: 300px 175px;
	background-position:0 40px;
	background-repeat: no-repeat;
	width: 420px; /* 20260129 */
}

.content_p3n .ulSplit3 img.ul_img {
	width: 300px;
}

.content_p3n .ulSplit3 img.ul_cat {margin: 10px 0 10px 20px; height: 21px;}

.content_p3n .ul_txt {
	font-size: 19px;
	width: 400px;
	margin-left: 20px;
}

/*------------------------------------------------------------------------------------------*/
.content_p5 .case {
	background-image:url("../img/c_dee9f4_1px.png");
	background-size: 455px 256px;
	background-repeat: no-repeat;
	padding: 30px 0 0 30px;
	margin-bottom: 30px;
}
.content_p5 .case > img {height: 24px;margin-bottom: 20px;}
.content_p5 .case > div {
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	padding: 25px 15px;
	overflow: hidden;
}
.content_p5 .case > div:after {
	content:"";
	display:block;
	clear:both;
}
.content_p5 .case > div > img {
	width: 65%;
	float: right;
	margin-left: 15px;
}



/*------------------------------------------------------------------------------------------*/

.content_p1_sup .wrap_p {
	background-color: #f1f1f1;
	padding: 0.8em;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.content_p1_sup .wrap_p > div >div:nth-child(1) {
	font-weight: bold;
	font-size: 1.2em;
}
.content_p1_sup .wrap_p > div >div:nth-child(2) {
	margin: 0.5em 0;
}
.content_p1_sup .wrap_p > div >div:nth-child(3) {
	font-size: 0.8em;
}