@charset "UTF-8";

.contentpage .m_img_area {background-image: url("../images/blue/m_img@2x.jpg");}



/*box1
---------------------------------------------------------*/
.box1 .compare_box{
	background-color: #fcfcdb;
	padding: 70px 4%;
}
.box1 .compare_box .inbox{
	max-width: 1050px;
	margin: 0 auto;
}
.box1 .compare_box .tit{
	font-size: min(187%,2.9vw);
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1.6em;
}
.box1 .compare_box ul{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.box1 .compare_box ul::before{
	position: absolute;
	content: "";
	background: rgba(56,56,56,0.3);
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}
.box1 .compare_box ul li{
	width: 45%;
	max-width: 470px;
}
.box1 .compare_box ul li div{
	max-width: 470px;
	margin: 0 auto;
	text-align: center;
}
.box1 .compare_box ul li dt{
	font-size: min(187%,2.9vw);
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #ef870c;
	margin: 0.9em 0 0.6em;
}
.box1 .youtube h3{
	font-size: min(147%,2.3vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #0caec6;
	padding: 1em 0;
	border-top: 1px solid rgba(47,190,221,0.3);
	border-bottom: 1px solid rgba(47,190,221,0.3);
	margin: 0 auto 60px;
}
.box1 .youtube div{
	width: 660px;
	height: 370px;
	margin: 0 auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .compare_box{
	padding: 6% 4%;
}
.box1 .youtube h3{
	margin: 0 auto 4%;
}
.box1 .youtube div{
	width: 66vw;
	height: 37vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .compare_box{
	padding: 8% 5%;
}
.box1 .compare_box .inbox{
	max-width: 100%;
}
.box1 .compare_box .tit{
	font-size:140%;
	letter-spacing: 0.05em;
	margin-bottom: 7%;
}
.box1 .compare_box ul{
	display: block;
}
.box1 .compare_box ul::before{
	position: static;
	background: none;
}
.box1 .compare_box ul li{
	width: 100%;
	max-width: 100%;
}
.box1 .compare_box ul li:first-child{
	padding-bottom: 7%;
	margin-bottom: 9%;
	border-bottom: solid 1px rgba(56,56,56,0.3);
}
.box1 .compare_box ul li dt{
	font-size: 140%;
	letter-spacing: 0.05em;
	margin: 5% 0 0.4em;
}
.box1 .youtube h3{
	font-size: 120%;
	letter-spacing: 0.05em;
	padding: 0.6em 0;
	margin: 0 auto 7%;
}
.box1 .youtube div{
	width: 100%;
	height: 52.64vw;
}
}



/*box2
---------------------------------------------------------*/
.box2 .counseling_box{
	background-color: #edf6dc;
	padding: 90px 4% 60px; 
	margin-top: 90px;
	position: relative;
	z-index: 1;
}
.box2 .counseling_box::before{
	position: absolute;
	content: "";
	background: url("../images/blue/counseling_bg@2x.png") no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 86px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.box2 .counseling_box h3{
	font-size: min(100%,1.5vw);
	text-align: center;
	max-width: 651px;
	width: 43.4em;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-50%);
}
.box2 .counseling_box .inbox{
	max-width: 1020px;
	margin: 0 auto;
}
.box2 .counseling_box .med_flt .img_l{
	max-width: 396px;
	width: 38.83%;
}
.box2 .counseling_box .med_flt .txt_r{
	max-width: 575px;
	width: 57.17%;
}
.box2 .counseling_box .contact_list {
	width: 100%;
	background: #88c515;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	margin-top: 50px;
}
.box2 .counseling_box .contact_list li {
	width: 27.15%;
	box-sizing: border-box;
	border-left: solid 1px #fff;
}
.box2 .counseling_box .contact_list li.com_tel {
	width: 45.7%;
	padding: 0 3%;
	border-left: none;
}
.box2 .counseling_box .contact_list li.com_tel dl{
	max-width: 376px;
	margin: 0 auto;
}
.box2 .counseling_box .contact_list li.com_tel dt {
	width: 58.512%;
	max-width: 220px;
	margin-bottom: 13px;
}
.box2 .counseling_box .contact_list li.com_btn a {
	padding: 20px 10%;
	background-size: 15px auto;
}
.box2 .counseling_box .time{
	font-size: min(105%,1.6vw);
	letter-spacing: 0.15em;
	line-height: 1.6em;
	text-align: center;
	margin-top: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .counseling_box{
	padding: 8% 4% 6%;
	margin-top: 9%;
}
.box2 .counseling_box .med_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
.box2 .counseling_box .contact_list {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .counseling_box{
	padding: 10% 5% 8%; 
	margin-top:12%;
}
.box2 .counseling_box::before{
	background-size: 200% auto;
	height: 100%;
}
.box2 .counseling_box h3{
	font-size:45%;
}
.box2 .counseling_box .inbox{
	max-width: 100%;
}
.box2 .counseling_box .med_flt .img_l{
	width: 80%;
}
.box2 .counseling_box .med_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
.box2 .counseling_box .contact_list {
    flex-wrap: wrap;
	margin-top: 6%;
}
.box2 .counseling_box .contact_list li {
	width: 50%;
}
.box2 .counseling_box .contact_list li:nth-child(2){
	border-left: none;
}
.box2 .counseling_box .contact_list li.com_tel {
	width: 100%;
	padding: 1.0em 10%;
}
.box2 .counseling_box .contact_list li.com_tel dl {
	display: block;
}
.box2 .counseling_box .contact_list li.com_tel dt {
	width: 70%;
	margin-bottom: 15px;
}
.box2 .counseling_box .contact_list li.com_tel dd {
	width: 100%;
}
.box2 .counseling_box .contact_list li.com_btn a {
	padding: 1.0em 8%;
}
.box2 .counseling_box .time{
	font-size:75%;
	letter-spacing: 0.05em;
}
}



/*box3
---------------------------------------------------------*/
.box3 .note_list{
	margin-top: 1em;
}
.box3 .note_listli{
	padding-left: 1em;
	text-indent: -1em;
}
.box3 .note_box{
	border: 1px solid #ef870c;
	margin-top: 140px;
}
.box3 .note_box .bg_w{
	padding: 60px 4% 70px;
}
.box3 .note_box .bg_w .inbox{
	max-width: 1070px;
	margin: 0 auto;
}
.box3 .note_box .bg_w h3{
	font-size: min(187%,2.9vw);
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1.5em;
	padding-top: 3em;
	position: relative;
}
.box3 .note_box .bg_w h3::before{
	position: absolute;
	content: "";
	background: url("../images/blue/icon_note.svg") no-repeat center top;
	background-size: 100% 100%;
	width: 2.322em;
	height: 2.322em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}
.box3 .note_box ul li{
	margin-top: 1em;
	position: relative;
	padding-left: 1.5em;
}
.box3 .note_box ul li::before{
	position: absolute;
	content: "";
	background: #ef870c;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	left: 0;
	top:0.45em;
}
.box3 .note_box ul li:first-child{
	margin-top: 0;
}
.box3 .note_box .bg_g{
	background-color: #f0efed;
	padding: 60px 4%;
}
.box3 .note_box .bg_g p{
	font-size: min(127%,2vw);
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .note_box{
	margin-top: 12%
}
.box3 .note_box .bg_w{
	padding: 6% 4%;
}
.box3 .note_box .bg_w h3{
	font-size: min(187%,3vw);
}
.box3 .note_box .bg_g{
	padding: 5% 4%;
}
.box3 .note_box .bg_g p{
	font-size: min(127%,2.1vw);
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .note_box{
	margin-top: 14%;
}
.box3 .note_box .bg_w{
	padding: 7% 5% 8%;
}
.box3 .note_box .bg_w .inbox{
	max-width:100%;
}
.box3 .note_box .bg_w h3{
	font-size: 140%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1em;
	padding-top: 2.5em;
	position: relative;
}
.box3 .note_box .bg_w h3::before{
	width: 2em;
	height: 2em;
}
.box3 .note_box ul li{
	margin-top: 0.8em;
}

.box3 .note_box .bg_g{
	padding: 7% 5%;
}
.box3 .note_box .bg_g p{
	font-size: 100%;
	line-height: 1.6em;
}
}