@charset "UTF-8";
/*//////////////////////////////////////////////////

Title:massage.css

Created:
Last Modified :

//////////////////////////////////////////////////*/

.pc_none{
	display: none;
}
.sp_none{
	display: inline;
}
.first_contact {
	display: none;
}
.content_box .massage_h2_recomend {
	color: #4545a7;
	margin-bottom: 30px;
	font-size: 25px;
    padding-top: 60px;
}
.content_box .massage_h2_recomend:after{
	content: none;
}

.service_box{
	max-width: 760px; 
	margin:25px auto ;
	position: relative;
}
.service_box img{
	width: 100%;
}	
.white_right,.white_left{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	max-width: 360px;
	max-height:260px;
	padding: 35px;
	background-color: rgba(255,255,255,0.90);
}
.white_left{left: 20px;}
.white_right{right: 20px;}

.txt001,.txt003{
	font-size: 18px;
}
.txt001{line-height: 2.5;}
.txt002{line-height: 2;
	font-size: 16px;}
.txt003{line-height: 2.2;}

.BoxLine{
	display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.BoxLine .nrr{
    width: 100%;
    margin: 0 auto 40px;
    padding: 1px;
    font-size: 16px;
    background-color: #f0f0f8;
}
.BoxLine_column{
    width: 48%;
}
.massage_step_ul li {
    list-style: none;
    height: 185px;
    background-color: #f0f0f8;
    position: relative;
    padding: 30px;
    line-height: 1.6;
}
.massage_step_ul li:first-child {
    height: auto;
    width: 90%;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    list-style: none;
    background-color: #fff;
    position: relative;
    padding: 10px 0 8px;
    letter-spacing: 0.03em;
    margin: 30px auto 10px;
    border-radius: 25px;
}
.massage_step_ul li:first-child:after {
    display: none;
}
.massage_step_ul li:last-child {
    height: auto;
    margin-top: -20px;
    margin-bottom: 0;
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    .massage_step_ul li:last-child {
        padding: 30px 10px;
    }
}
.massage_step_ul li:nth-child(4):after,
.massage_step_ul li:last-child:after {
    border: none;
}
.massage_step_ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #a9a9a9;
}
.massage_step_ul span{
    font-size: 85%;
}
.massage_step_h3 {
    color: #4545a7;
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 3px; 
}
.number{
    position: absolute;
    top: 25px;
    left: 28px;
    background-color: #4545a7;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    padding: 2px 15px 0px;
    border-radius: 5px;
}
.color_biz{
    color: #4b0082 !important;
    border: solid 1px #4b0082;
}
.color_person{
    color: #005243 !important;
    border: solid 1px #005243;
}


.massage_wrap {
	background-color: #f1f1fe;
	padding-bottom: 80px;
}
.massage_wrap:last-child {
	margin-bottom: -60px;
}

.massage_contact {
	background: #fff;
	font-size: 0;
	padding: 55px 0;
    text-align: center;
}
.massage_h3_contact {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.massage_contact_tel ,
.massage_contact_mail {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	width: calc(50% - 5px);
	font-size: 16px;
}
.massage_contact_tel_no {
	position: relative;
	color: #4545a7;
	font-size: 36px;
	padding-left: 20px
}
.massage_contact_tel_no:before {
	content: "";
	position: absolute;
	background-image: url(/images/front/individual/massage/icn_massage_tel.png);
	background-size:cover;
	left: -15px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.massage_contact_tel_time {
	font-size: 16px;
}
.massage_contact_mail .main_link a {
	width: 360px;
}
.item_list_consul_wrap {
	background-color: #fff;
	margin: 40px auto 0;
	text-align: left;
	position: relative;
	padding: 40px 0 40px 80px;
	width: 760px;
}
.item_list_consul_wrap:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	bottom: -40px;
	right: -10px;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #f1f1fe;
}
.item_list_consul_wrap:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	bottom: 0px;
	right: 24px;
	border-top: 42px solid transparent;
	border-bottom: 42px solid transparent;
	border-right: 34px solid #e3e3e3;
}
.item_list_consul_li {
	list-style: none;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: 21px;
}
.item_list_consul_li span{
	font-weight: normal;
	font-size: 85%;
}
.item_list_consul_li:last-child {
	margin-bottom: 0;
}
.item_list_consul_li:before {
	content: "";
	position: absolute;
	background-image: url(/images/front/icn_check_list.svg);
	background-size:cover;
	top: 50%;
	margin-top: -18px;
	margin-right: 10px;
	left: 0;
	width: 32px;
	height: 32px;
}
.mb40{
	margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
	/*//////////////////////////////////////////////////

	  max-width: 1200px start PC

	//////////////////////////////////////////////////*/

.BoxLine{
    max-width: 960px;
}

	/*//////////////////////////////////////////////////

	  max-width: 1200px end PC

	//////////////////////////////////////////////////*/
}
@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

  max-width: 991px start Tablet

//////////////////////////////////////////////////*/
    .massage_step_ul .first {
    height: 245px;
    }
	.massage_step_h3 {
		font-size: 18px;
	}
	.massage_step_h3 span {
		padding: 2px 6px 1px;
		margin-right: 6px;
		font-size: 14px;
	}
	.massage_contact {
		padding: 40px 0;
	}
	.massage_h3_contact {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.massage_contact_tel ,
	.massage_contact_mail {
		font-size: 14px;
	}
	.massage_contact_tel_no {
		font-size: 30px;
	}
	.massage_contact_tel_no:before {
		left: -1px;
		margin-top: -13px;
		width: 26px;
		height: 26px;
	}
	.massage_contact_tel_time {
		font-size: 14px;
	}
	.massage_contact_mail .main_link a {
		width: 300px;
	}
	.item_list_consul {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 16px;
	}
	.item_list_consul_span {
		font-size: 20px;
		padding: 2px 16px 0px;
		letter-spacing: 3px
	}
	.item_list_consul h2 {
		margin: 20px 0 30px;
	}
	.item_list_consul_wrap {
		padding: 30px 0 30px 30px;
		width: 680px;
	}
	.item_list_consul_wrap:before {
		bottom: -60px;
		right: -10px;
	}
	.item_list_consul_wrap:after {
		right: 16px;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-right: 28px solid #e3e3e3;
	}
	.item_list_consul_li {
		padding-left: 36px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.item_list_consul_li:before {
		margin-top: -14px;
		width: 28px;
		height: 28px;
	}
	.massage_wrap {
	padding-bottom: 60px;
	}
	.massage_list_wrap .item_list_consul_li {
		font-size: 16px;
	}
	.massage_excuse {
		font-size: 13px;
	}
    .BoxLine{
        max-width: 720px;
    }
/*//////////////////////////////////////////////////

  max-width: 991px end Tablet

//////////////////////////////////////////////////*/
}

@media screen and (max-width: 767px) {
/*//////////////////////////////////////////////////

  max-width: 767px start SP

//////////////////////////////////////////////////*/
	.massage_kv_txt {
	display: block;
	margin: 20px 0 0;
	}
	.first_contact {
	display: block;
	padding: 10px 0px 40px !important;
	}
    .BoxLine{
        flex-wrap: wrap;
        max-width: 540px;
    }
    .BoxLine .nrr {
        width: 100%;
    }
    .BoxLine_column {
    width: 100%;
    }
    .massage_step_ul li {
    height: auto;
    }
    .massage_step_ul .first {
    height: auto;
    }
	.massage_step_h3 {
		font-size: 16px;
	}
	.massage_h3_address {
		font-size: 18px;
	}
	.massage_contact {
		padding: 40px 20px;
	}
	.massage_h3_contact {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.massage_contact_tel ,
	.massage_contact_mail {
		font-size: 14px;
		width: 100%;
	}
	.massage_contact_tel_no {
		font-size: 28px;
	}
	.massage_contact_tel_no:before {
		left: -10px;
		margin-top: -13px;
		width: 26px;
		height: 26px;
	}
	.massage_contact_tel_time {
		font-size: 14px;
	}
	.massage_contact_mail .main_link a {
		margin: 30px auto 0;
		width: 100%;
	}
	.item_list_consul {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 40px;
		overflow: hidden;
	}
	.item_list_consul_span {
		font-size: 18px;
		padding: 2px 16px 0px;
		letter-spacing: 2px
	}
	.item_list_consul h2 {
		margin: 20px 0 30px;
	}
	.item_list_consul_wrap {
		padding: 30px 20px;
		margin: 20px auto;
		width: 100%;
	}
	.item_list_consul_li {
		padding-left: 36px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.item_list_consul_li:before {
		margin-top: -14px;
		width: 28px;
		height: 28px;
	}
	.massage_list_wrap .item_list_consul_li {
		font-size: 14px;
		line-height: 1.4;
	}
	.txt001,.txt003{
		font-size: 14px;
	}
	.txt002{
		font-size: 13px;
		line-height: 1.9;
	}
	.white_right,.white_left{
	max-width: 45%;
    max-height: 200px;
    padding: 30px;
    }

	.pc_none{
		display: inline;
	}
	.sp_none{
		display: none;
	}

/*//////////////////////////////////////////////////

  max-width: 767px end SP

//////////////////////////////////////////////////*/
}
/*//////////////////////////////////////////////////

  max-width: 575px start SP

//////////////////////////////////////////////////*/
@media screen and (max-width: 575px){

.content_box .massage_h2_recomend {
    margin-bottom: 20px;
    font-size: 22px;
    margin-top: 0px;
    padding-top: 30px;
}
.massage_wrap {
    margin-top: 30px;
}
.white_right,.white_left{
	max-width: 100%;
    max-height: 100%;
    padding: 0px;
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.txt001,.txt002,.txt003{
	font-size: 15px;
	line-height: 1.8;
}
/*//////////////////////////////////////////////////

  max-width: 575px end SP

//////////////////////////////////////////////////*/
}