@charset "utf-8";
/*ホーム-home*/
/*
=========================================
 contactArea
=========================================
*/
#contactArea{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#contactArea .inner{
	max-width: 720px;
	margin: 0 auto 0;
	padding: 0;
}
#contactArea .inner .colArea{
	margin: 0;
	padding: 30px 0 30px;
}
#contactArea .inner .col1{
	margin: 0;
	padding: 0;
	float: left;
	width: 48.1%;
}
#contactArea .inner .col2{
	margin: 0;
	padding: 0;
	float: right;
	width: 48.1%;
}
#contactArea .inner .flow_text{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #5fc8da;
	line-height: 1.4;
}
@media screen and (max-width:767px) {
#contactArea .inner{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#contactArea .inner .colArea{
	margin: 0;
	padding: 30px 0;
}
#contactArea .inner .colArea img{
	margin: 0 auto;
}
#contactArea .inner .col1{
	margin: 0 auto 10px;
	padding: 0;
	float: none;
	width: 90%;
	text-align: center;
}
#contactArea .inner .col2{
	margin: 0 auto;
	padding: 0;
	float: none;
	width: 90%;
	text-align: center;
}
#contactArea .inner .flow_text{
	font-size: 1.8rem;
}
}
/*
=========================================
 check_area
=========================================
*/
.check_area{
	width: 100%;
	margin: 0 0 60px 0;
	padding: 0;
}
.check_area .main_ttl{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 4.0rem;
	font-weight: bold;
	color: #666666;
	line-height: 1.4;
-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	background-color: #d4eef9;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	            color-stop(.25, #ffffff), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #ffffff),
	            color-stop(.75, #ffffff), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
	          transparent 50%, #ffffff 50%, #ffffff 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
	          transparent 50%, #ffffff 50%, #ffffff 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
	          transparent 50%, #ffffff 50%, #ffffff 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
	          transparent 50%, #ffffff 50%, #ffffff 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
	          transparent 50%, #ffffff 50%, #ffffff 75%,
	          transparent 75%, transparent);
}

.check_unit{
	width: 100%;
	padding: 50px 0 20px;
	margin: 0 0 6px;
	background-position: center top;
	background-repeat: repeat;
}
.check_bg_01{
	background-image: url(../images/home/check_bg_01.gif);
}
.check_bg_02{
	background-image: url(../images/home/check_bg_02.gif);
}
.check_bg_03{
	background-image: url(../images/home/check_bg_03.gif);
}
.check_bg_04{
	background-image: url(../images/home/check_bg_04.gif);
}
.check_area .img_box{
	text-align: center;
}
.check_area img{
	margin: auto;
}
@media all and (max-width:767px) {
.check_area{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.check_area .main_ttl{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 2.8rem;
	line-height: 1.4;
}
.check_unit{
	width: 100%;
	padding: 30px 0 20px;
	margin: 0 0 6px;
	background-position: center top;
	background-repeat: repeat;
}
}
.check_area .sub_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	background-image: url(../images/home/check_bg_00.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.check_set_add{
	width: 86%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.check_set_add > li:first-child{
	width: 40%;
}
.check_set_add > li:last-child{
	width: 56%;
}
.check_set_even{
	width: 86%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.check_set_even > li:first-child{
	width: 56%;
}
.check_set_even > li:last-child{
	width: 40%;
}
.check_area .flow_ttl{
	white-space: 86%;
	margin: 0 auto 40px;
	padding: 20px 0 0 0;
	border-top: 1px solid #ffffff;
	text-align: center;
}
.check_set_other{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.check_set_other > li{
	width: 30.21%;
	margin: 0 0 20px;
	padding: 0;
}
@media all and (max-width:767px) {
.check_set_add{
	width: 100%;
}
.check_set_even{
	width: 100%;
}
.check_set_other > li{
	width: 48%;
	margin: 0 0 20px;
	padding: 0;
}
}
/*
=========================================
 solution_area
=========================================
*/
.solution_area{
	width: 100%;
	background-color: #ffffff;
	padding: 0 0 60px;
}
.solution_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 30px;
	font-size: 5.0rem;
	color: #ed839f;
	text-align: center;
	background-image: url(../images/home/solution_bg_01_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	letter-spacing: 16px;
	line-height: 1.4;
	font-weight: bold;
}
@media all and (max-width:767px) {
.solution_area{
	width: 100%;
	background-color: #ffffff;
	padding: 0 0 30px;
}
}
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 3.0rem;
	color: #29abe2;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.solution_flow_box{
	width: 100%;
	margin: 0;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #5fc8da;
	box-shadow: 6px 6px 0px #afe3ec;
	color: #ffffff;
}
.solution_flow_box > .ttl{
	font-size: 2.8rem;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.4;
}
.solution_set{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solution_set > li:first-child{
	width: 66%;
	font-size: 2.2rem;
	padding: 20px 0 0;
}
.solution_set > li:last-child{
	width: 32%;
}
@media all and (max-width:767px) {
.solution_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 20px;
	font-size: 2.8rem;
	background-size: auto 10%;
	letter-spacing: 0;
}
.marker {
	background: linear-gradient(transparent 0%, #ffff66 0%);
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.solution_flow_box > .ttl{
	font-size: 2.2rem;
	margin: 0 0 20px;
}

.solution_set{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
}
.solution_set > li:first-child{
	width: 100%;
	font-size: 1.6rem;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.solution_set > li:last-child{
	width: 100%;
	text-align: center;
}

}
/*
=========================================
 merit_area
=========================================
*/
.merit_area{
	width: 100%;
	background-color: #ffffff;
	padding: 30px 0 60px;
	background-image: url(../images/home/merit_bg_01.gif);
	background-repeat: repeat;
	position: relative;
}

.merit_flow_box_sp{
	width: 100%;
	margin: 0;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	color: #333333;
}
.merit_flow_box_sp > .ttl_sp{
	font-size: 2.8rem;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.4;
}
.merit_sp_set{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.merit_sp_set > li:first-child{
	width: 60%;
	font-size: 2.0rem;
	padding: 20px 0 0;
}
.merit_sp_set > li:last-child{
	width: 38%;
}
@media all and (max-width:767px) {
.merit_flow_box_sp > .ttl{
	font-size: 2.2rem;
	margin: 0 0 20px;
}

.merit_sp_set{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
}
.merit_sp_set > li:first-child{
	width: 100%;
	font-size: 1.6rem;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.merit_sp_set > li:last-child{
	width: 100%;
	text-align: center;
}
}





.merit_area .ttl {
  width: 100%;
  margin: 0 0 10px;
  padding: 8px 0 18px 90px;
  border-bottom: dashed 3px #29abe2;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 3.5rem;
  box-sizing: border-box;
  color: #29abe2;
  line-height: 1.4;
}
.merit_bg_01{
  background-image: url(../images/home/merit_bg_no_01.png);
}
.merit_bg_02{
  background-image: url(../images/home/merit_bg_no_02.png);
}
.merit_bg_03{
  background-image: url(../images/home/merit_bg_no_03.png);
}
.merit_bg_04{
  background-image: url(../images/home/merit_bg_no_04.png);
}
.merit_bg_05{
  background-image: url(../images/home/merit_bg_no_05.png);
}
.merit_area .text{
	padding: 0 0 0 100px;
	margin: 0 0 50px 0;
}
@media all and (max-width:767px) {
.merit_area{
	padding: 0 0 50px;
}
.merit_area .ttl {
  font-size: 2.5rem;
  padding: 8px 0 10px 70px;
}
.merit_area .text{
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
}
.merit_bg_01{
  background-image: url(../images/home/merit_bg_no_01_sp.png);
}
.merit_bg_02{
  background-image: url(../images/home/merit_bg_no_02_sp.png);
}
.merit_bg_03{
  background-image: url(../images/home/merit_bg_no_03_sp.png);
}
.merit_bg_04{
  background-image: url(../images/home/merit_bg_no_04_sp.png);
}
.merit_bg_05{
  background-image: url(../images/home/merit_bg_no_05_sp.png);
}
}
.merit_flow_box{
	width: 89%;
	margin: 0 auto 50px;
	padding: 10px 20px 16px;
	border: 1px solid #29abe2;
	background-color: #ffffff;
	box-sizing: border-box;
}
.merit_flow_ttl{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #29abe2;
	font-size: 2.0rem;
	color: #29abe2;
}
.merit_area::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  z-index: 3;
  background: url(../images/home/merit_wave_01.png) repeat-x;
}
@media all and (max-width:767px) {
.merit_flow_box{
	width: 100%;
}
.merit_area::after {
	display: none;
}
}
/*
=========================================
 counseling_area
=========================================
*/
.counseling_area{
	width: 100%;
	padding: 60px 0 60px;
	position: relative;
	background-image: url(../images/home/counseling_bg_01.gif);
	background-repeat: repeat;
}
.counseling_area::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  z-index: 3;
  background: url(../images/home/counseling_wave_01.png) repeat-x;
}
.counseling_area .main_ttl{
	width: 100%;
	margin: 0 0 60px;
	padding: 20px 0 30px;
	font-size: 4.0rem;
	color: #29abe2;
	text-align: center;
	background-image: url(../images/home/solution_bg_01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	letter-spacing: 6px;
	line-height: 1.4;
	font-weight: bold;
}
.counseling_set{
	max-width: 900px;
	margin: 0 auto 60px;
	padding: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.counseling_set > li{
	width: 33.3333333333333%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: linear-gradient(180deg, rgba(0,0,255,0) 0%, rgba(0,0,255,0) 70%, #29abe2 70%, #29abe2 100%);
}
.counseling_area .sub_ttl{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 6.0rem;
	color: #29abe2;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
@media all and (max-width:767px) {
.counseling_area{
	width: 100%;
	padding: 30px 0 30px;
}
.counseling_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 20px;
	font-size: 2.8rem;
	background-size: auto 13%;
	letter-spacing: 0;
}
.counseling_unit{
	background:none;
}
.counseling_set{
	margin: 0 auto 0;
	padding: 0 0;
}
.counseling_set img{
	margin: auto;
}
.counseling_set > li{
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background:linear-gradient(180deg, rgba(0,0,255,0) 0%, rgba(0,0,255,0) 70%, #29abe2 70%, #29abe2 100%);
}
.counseling_area .sub_ttl{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 2.8rem;
	color: #29abe2;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
}
/*
=========================================
 monitor_area
=========================================
*/
.monitor_area{
	width: 100%;
	padding: 0 0;
	background-image: url(../images/home/monitor_bg_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 500px;
	background-size: 1960px;
	/* background-position: center; */
}
.monitor_area .inner_base{
	position: relative;
}
.monitor_item{
	position: absolute;
	top: 60px;
	left: 15px;
}
@media all and (max-width:767px) {
.monitor_area{
	width: 100%;
	padding: 0 0;
	background-image: url(../images/home/monitor_bg_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 440px;
}
}
/*
=========================================
 comparison_area
=========================================
*/
.comparison_area{
	width: 100%;
	padding: 60px 0 0;
	position: relative;
	background-color: #e4f3f7;
}
.comparison_area::before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: -12px;
  z-index: 3;
  background: url(../images/home/comparison_wave_01.png) repeat-x;
}
.comparison_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #e4f3f7 transparent transparent transparent;
  position: absolute;
  left: 50%;
  border-width: 52px 50px 0 50px;
  margin-left: -50px;
  z-index: 3;
}
.comparison_area .main_ttl{
	width: 100%;
	margin: 0 0 60px;
	padding: 20px 0 30px;
	font-size: 4.0rem;
	color: #29abe2;
	text-align: center;
	background-image: url(../images/home/solution_bg_01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	letter-spacing: 6px;
	line-height: 1.4;
	font-weight: bold;
}
.comparison_box{
	margin: 0;
	padding: 0 0 60px;
}
.comparison_area .text{
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 0;
}
.comparison_area .sub_ttl{
	margin: 0 0 6px;
	padding: 0;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.4;
}
.comparison_set{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comparison_set > li{
	width: 31%;
	margin: 0 0 20px 0;
	padding: 10px 16px;
	box-shadow: 6px 6px 0px #ffffff;
	color: #ffffff;
	box-sizing: border-box;
}
.comparison_set > li .ttl{
	width: 100%;
	margin: 0 0 6px;
	padding: 0 0 6px;
	text-align: center;
	font-size: 2.2rem;
	border-bottom: 1px solid #ffffff;
	line-height: 1.4;
}
.comparison_set > li:nth-of-type(1){
	background-color: #5fc8da;
}
.comparison_set > li:nth-of-type(2){
	background-color: #5fc1c9;
}
.comparison_set > li:nth-of-type(3){
	background-color: #658bc3;
}
@media all and (max-width:767px) {
.comparison_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 20px;
	font-size: 2.8rem;
	background-size: auto 13%;
	letter-spacing: 0;
}
.comparison_set{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	flex-direction: column;
}
.comparison_set > li{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 16px;
	box-shadow: 6px 6px 0px #ffffff;
	color: #ffffff;
}
}
/*
=========================================
 failure_area
=========================================
*/
.failure_area{
	width: 100%;
	padding: 100px 0 0;
	position: relative;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #29abe2;
}
.failure_area::after {
  content: url(../images/home/failure_bg_arrow.png);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  z-index: 3;
}
.failure_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 30px;
	font-size: 4.6rem;
	color: #ffffff;
	text-align: center;
	letter-spacing: 6px;
	line-height: 1.4;
	font-weight: bold;
}
.failure_set{
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.failure_set > li{
	width: 23.1%;
	margin: 0 0 10px 0;
	padding: 0;
}
@media all and (max-width:767px) {
.failure_area{
	width: 100%;
	padding: 60px 0 0;
}
.failure_area::after {
  content: url(../images/home/failure_bg_arrow_sp.png);
}

.failure_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 20px;
	font-size: 2.8rem;
	letter-spacing: 0;
}
.failure_set{
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 40px;
}
.failure_set > li{
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
}
/*
=========================================
 if_area
=========================================
*/
.if_area{
	width: 100%;
	padding: 0;
	position: relative;
	background-image: url(../images/home/merit_bg_01.gif);
	background-repeat: repeat;
}
.if_area .bg{
	width: 100%;
	padding: 0;
	position: relative;
	background-image: url(../images/home/if_bg_01.png);
	background-repeat: repeat-x;
}
.if_area .inner_base{
	background-color: #dff2fb;
}
.if_flow_box{
	padding: 60px 0 0;
	margin: 0 0 60px;
}
@media all and (max-width:960px) {
.if_area .bg{
	background-image: none;
}
.if_flow_box{
	padding: 60px 0 0;
	margin: 0 0 30px;
}
}
.if_area .text{
	display: block;
	width: 90%;
	padding: 0 0 60px;
	margin: 0 auto;
}
.clr01{
	color: #ec6d74;
}
/*
=========================================
 price_area
=========================================
*/
.price_area{
	width: 100%;
	padding: 0 0 60px 0;
	position: relative;
	background-color: #f2fbfc;
}
.price_area .inner_base{
	background-color: #ffffff;
	padding: 30px 0 30px;
}
.price_area::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  z-index: 3;
  background: url(../images/home/price_wave_01.png) repeat-x;
}
@media all and (max-width:767px) {
.price_area::after {
	background: none;
}
}
.price_area .main_ttl{
	width: 100%;
	margin: 0 0 30px;
	padding: 6px 0 6px;
	font-size: 4.0rem;
	color: #666666;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	border-top: 2px solid #5fc8da;
	border-bottom: 2px solid #5fc8da;
}
.price_area .sub_ttl{
	width: 100%;
	margin: 0 0 30px;
	padding: 16px 0 16px;
	font-size: 3.0rem;
	color: #29abe2;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
@media all and (max-width:767px) {
.price_area .inner_base{
	background-color: #ffffff;
	padding: 30px 15px 30px;
}
.price_area .main_ttl{
	padding: 10px 0 10px;
	font-size: 3.0rem;
}
.price_area .sub_ttl{
	font-size: 2.4rem;
	line-height: 1.2;
}
}
.table_price {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto 10px;
  font-size: 2.2rem;
  line-height: 1.4;
}
.table_price th,
.table_price td {
  padding: 10px;
  border-bottom: 1px solid #5fc8da;
}
.table_price th {
  text-align: left;
  width: 40%;
  vertical-align: middle;
}
.table_price td {
  text-align: right;
  vertical-align: middle;
  font-size: 3.0rem;
}
.price_area .note{
	width: 80%;
	margin: 0 auto 30px;
	padding: 0;
	text-align: right;
	font-size: 1.6rem;
}
.price_area .lead{
	width: 96%;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	color: #af70b8;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.table_price {
  border-top: 1px solid #5fc8da;
  width: 100%;
}
.table_price td {
  display: block;
  text-align: center;
  font-size: 2.4rem;
}
.table_price th {
  background-color: #F5F5F5;
  display: block;
  border-top: none;
  border-bottom: none;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.0rem;
}
.price_area .note{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: right;
	font-size: 1.4rem;
}
.price_area .lead{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	color: #af70b8;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}

}
.clr02{
	color: #5fc8da;
}
/*
=========================================
 question_area
=========================================
*/
.question_area{
	width: 100%;
	padding: 60px 0;
	position: relative;
	background-color: #f2fbfc;
}
.question_area .inner_base{
	background-color: #e7f7f9;
}
.question_area::before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: -12px;
  z-index: 3;
  background: url(../images/home/question_wave_01.png) repeat-x;
}
.question_area .main_ttl{
	width: 100%;
	margin: 0 0 50px;
	padding: 6px 0 6px;
	font-size: 4.0rem;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	background-color: #5fc8da;
	box-sizing: border-box;
	box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.2);
}
.question_area .question_text_q{
	width: 90%;
	margin: 0 auto 10px;
	padding: 20px 0 18px 60px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	font-size: 2.0rem;
	box-sizing: border-box;
	line-height: 1.4;
}
.question_area .question_text_a{
	width: 90%;
	margin: 0 auto 50px;
	padding: 30px 10px 18px 60px;
	font-size: 1.6rem;
	box-sizing: border-box;
	line-height: 1.4;
	background-color: #d7f1f6;
	background-image: url(../images/home/question_bg_01.png),url(../images/home/question_kat_a.png);
	background-position: center top,left 10px center;
	background-repeat: no-repeat,no-repeat;
}

.question_bg_q {
  background-image: url(../images/home/question_kat_q.png);
}
@media screen and (max-width: 767px) {
.question_area .main_ttl{
	width: 100%;
	margin: 0 0 20px;
	font-size: 2.6rem;
}
.question_area .question_text_q{
	width: 100%;
}
.question_area .question_text_a{
	width: 100%;
	margin: 0 0 10px;
}
}





/*
=========================================
 section07
=========================================
*/
#section07{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
  background: #5fc8da;
}
#section07 .inner{
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0;
}
#section07 .area{
 	position: relative;
  overflow: hidden;
  margin: 0 0 80px;
  padding: 80px 0 0;
}
#section07 .area .box .dr-name {
	font-size: 3.2em;
	font-weight: normal;
}
@media screen and (max-width:600px) {
#section07 .inner{
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
}
#section07 .area .box .dr-name{
	font-size: 12vw;
}
#section07 .area{
 	position: relative;
  overflow: hidden;
  margin: 20px 0 40px;
  padding: 30px 0;

}
}
#section07 .area .ttl{
  max-width: 960px;
  margin: 0 auto 40px;
  text-align: center;
}
#section07 .area .sub_ttl{
  max-width: 960px;
  padding: 0 0 100px 0;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width:767px) {
#section07 .area .ttl{
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
}
#section07 .area .sub_ttl{
	width: 96%;
  padding: 0 0 40px 0;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#section07 .area .box .inner img{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
}
#section07 .area .box{
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 18px solid #ffffff;
  text-align: center;
}
#section07 .area .box:last-child{
  border-bottom: none;
}
#section07 .area .box .inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#section07 .area .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 60px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width:600px) {
#section07 .area .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
}
/* 20200107追加 */
#section07 ul{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#section07 ul li{
	position: relative;
	margin: 0 auto;
}
#section07 ul li .doc_l{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-family:“ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;
}
#section07 ul li .doc_l{
	position: absolute;
	top: 5.5vw;
	right: 0;
	text-align: right;
}
#section07 ul li h1{
	font-size: 3.2em;
}
#section07 ul li h2{
	font-size: 1.3em;
}
#section07 ul li .huri{
	  margin-top: -10px;
}

#section07 ul li .doc_l p{
	 text-align: right;
	 margin-bottom: 15px;
	 font-size: 1em;
}
#section07 ul li .doc_r{
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	font-family:“ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;
}
#section07 ul li .doc_r{
	position: absolute;
	top: 5.5vw;
	left: 0;
	text-align: left;
}
#section07 ul li .doc_r p{
	 text-align: left;
	 margin-bottom: 20px;
	 font-size: 1.1em;
}
@media screen and (min-width: 980px) {
	#section07 ul li .doc_l,#section07 ul li .doc_r{
		top: 70px;
	}
}
@media screen and (max-width:600px) {
	#section07 ul.sec7_l{
		display: flex;
		flex-direction: column;
	}
	#section07 ul.sec7_r{
		display: flex;
		flex-direction: column-reverse;
	}
	#section07 ul li .doc_l,#section07 ul li .doc_r{
		margin: 5%;
	}
	#section07 ul li  h1{
		font-size: 12vw;
	}
	#section07 ul li  h2{
		font-size: 5.5vw;
	}
	#section07 ul li .doc_l p{
		text-align: right;
		margin-bottom: 20px;
		font-size: 3.5vw;
	}
	#section07 ul li .doc_r p{
		text-align: lrft;
		margin-bottom: 20px;
		font-size: 3.5vw;
	}
	#section07 ul li .huri{
		font-size: 3vw;
	}
}
/* 20/2/26　Dr経歴追加 */
#section07 .area .chronology_l{
	width: 78%;
	margin: 0 auto 0 12%;
	text-align: left;
	line-height: 1.4;
	padding: 10px 0 20px;
}
#section07 .area .chronology_l p{
	margin-bottom: 6px;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:480px) {
#section07 .area .chronology_l{
	width: 88%;
	margin: 0 auto 0 10%;
	text-align: left;
	line-height: 1.4;
	padding: 20px 0;
}
}
#section07 .area .chronology_r{
	width: 78%;
	margin: 0 auto 0 12%;
	text-align: left;
	line-height: 1.4;
	padding: 10px 0 20px;
}
#section07 .area .chronology_r p{
	margin-bottom: 6px;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:480px) {
#section07 .area .chronology_r{
	width: 88%;
	margin: 0 auto 0 10%;
	text-align: left;
	line-height: 1.4;
	padding: 20px 0;
}
}
#section07 dl{
	padding-left: 15px;
  display:flex;
  flex-wrap: wrap;
  border: 0px solid #ccc;
  border-top: none;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#section07 dt{
  width: 90px;
  padding: 0px;
  box-sizing: border-box;
  border-top: 0px solid #ccc;
  position: relative;
	font-size: 15px;
}
#section07 dt:before{
  content: "";
  position: absolute;
  background: #eee;
  top: 6px;
  left: -16px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

#section07 dd{
  padding: 0px;
  margin: 0;
  border-left: 0px solid #ccc;
  border-top: 0px solid #ccc;
  width: 80%;
  box-sizing: border-box;
	font-size: 15px;
}
@media screen and (max-width: 480px) {
  #section07 dl{
	padding-left: 0;
    flex-flow: column nowrap;
  }
  #section07 dt,
  #section07 dd{
    width: 100%;
  }
  #section07 dd{
    border-left: none;
  }
}
@media screen and (max-width:600px) {
#section07 .area .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
}
/* Dr経歴追加　終了 */
/*
=========================================
 section11
=========================================
*/
#section11{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section11 .mainTtl{
	width:100%;
	height:40px;
	line-height:40px;
	position:relative;
	margin: 0 auto 40px;
}

#section11 .mainTtl::before{
	content:" ";
	height:30px;
	width:100%;
	background-image:url(../images/home/section11_bg_02.png);
	background-repeat:repeat;
	position:absolute;
	left:0;
	top:7px;
}

#section11 .mainTtl .inner{
	width:600px;
	height:100%;
	position:relative;
	background-color: #ffffff;
	font-size:3.3rem;
	font-weight:600;
	text-align:center;
	letter-spacing:1px;
	color: #5fc8da;
	margin: 0 auto 10px;
}
@media screen and (max-width:767px) {
#section11 .mainTtl{
	width:100%;
	height:auto;
	line-height:1.6;
	position:relative;
	margin: 0 auto 20px;
}
#section11 .mainTtl .inner{
	width:100%;
	font-size:2.5rem;
	margin: 0 auto 10px;
}
}
#section11 .inner{
	max-width: 1011px;
	margin: 0 auto 20px;
	padding: 0;
}
#section11 .inner ul.sec11_set{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section11 .inner ul.sec11_set li{
	width: 31%;
	padding: 0;
	margin: 0 0 30px;
	border: 1px solid #5fc8da;
}
#section11 .inner ul.sec11_set li .flame{
	padding: 0 4% 4%;
	margin: 0 auto 0;
}
#section11 .inner ul.sec11_set li .ttl{
	width: 100%;
	padding: 8px 0;
	margin: 0 0 7px;
	background-color: #5fc8da;
	color: #ffffff;
	text-align: center;
	font-size:1.8rem;
}
#section11 .inner ul.sec11_set li .tel img{
	margin: 0 auto;
}
#section11 .inner ul.sec11_set li .add{
	width: 100%;
	padding: 0 ;
	margin: 0 0 0;
	box-sizing: border-box;
	text-align: center;
}
#section11 .inner ul.sec11_set li .tel{
	width: 100%;
	padding: 0 ;
	margin: 0 0 10px;
	box-sizing: border-box;
	text-align: center;
}
#section11 .inner ul.sec11_set li .acs{
	width: 100%;
	padding: 0 0 15px 46px;
	margin: 0;
	background-image: url(../images/home/section11_bg_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	box-sizing: border-box;
	font-size: 1.3rem;
}
#section11 .inner ul.sec11_set li .sec11_detail_set{
	width: 100%;
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section11 .inner ul.sec11_set li .sec11_detail_set > li{
	width: 48%;
	margin: 0 0 0 0;
	border: none;
}
#section11 .inner ul.sec11_set li .sec11_detail_set > li button{
	width: 100%;
}
@media all and (max-width:767px) {
#section11 .inner ul.sec11_set li{
	width: 90%;
	padding: 0;
	margin: 0 auto 40px;
	float: none;
	border: 1px solid #5fc8da;
}
#section11 .inner ul.sec11_set li .flame{
	padding: 0 4% 4%;
	margin: 0 auto 0;
}
#section11 .inner ul.sec11_set li .add{
	width: 100%;
	padding: 0 ;
	margin: 0 0 0;
	box-sizing: border-box;
	text-align: center;
}
#section11 .inner ul.sec11_set li .tel{
	width: 100%;
	padding: 0 ;
	margin: 0 0 10px;
	box-sizing: border-box;
	text-align: center;
}
#section11 .inner ul.sec11_set li .tel img{
	margin: 0 auto;
}

}
#section11 .inner ul.sec11_set li .map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
#section11 .inner ul.sec11_set li .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.free{
	margin-left: 23px;
	font-size: 1.9rem;
}
@media screen and (max-width:766px) {
	.free{
		margin: 0;
		text-align: center;
		font-size: 1.4rem;
	}
}


/* 2021/1/19　追加 */
.infoArea > figure > img{
	width: 100%;
}
.infoArea > figure{
	width: 100%;
	margin: 0 0 10px !important;
}
@media all and (max-width: 768px) {
.infoArea > figure{
	width: 100%;
	margin: 0 0 10px !important;
}
}

/* parking_area */
.parking_area{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
.parking_area > .inner_base{
	width: 100%;
	margin: 0;
	padding: 0;
}
.parking_area > .inner_base > .parking_ttl{
	margin: 0 0 2vh 0;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #f7f2f2;
	border-bottom: 1px solid #d1b2b2;
	box-sizing: border-box;
}
.parking_area > .inner_base > .parking_map{
	width: 100%;
	margin: 0 auto 3vh;
}
.parking_area > .inner_base > .parking_map figure{
	margin: 0;
}
.parking_area > .inner_base > .parking_map figure img{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

table.tbl_01 {
	width: 90%;
  margin: 0 auto 0 !important;
  border-collapse: collapse;
  font-size: 13px;
}
table.tbl_01 th {
	background: #f4f0df;
	border: solid 1px #cfbe6f !important;
	color: #000;
	padding: 10px;
  box-sizing: border-box;
  text-align: center;
  white-space:nowrap;
}
table.tbl_01 td {
	border: solid 1px #cfbe6f;
	padding: 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
}
table.tbl_01 td span{
	color: #660000;
}
table.tbl_01 {
	width: 90%;
}
table.tbl_01 th {
	border-bottom: none !important;
}
table.tbl_01 td {
	border-bottom: none;

}
table.tbl_01 tr.last td:last-child {
	border-bottom: solid 1px #cfbe6f !important;
	width: 100%;
}
table.tbl_01 th,
table.tbl_01 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
table.tbl_01 td span{
	color: #660000;
	display: block;
}
.parking_area .note{
	margin: 0 0 0 0;
	padding: 0;
	text-align: right !important;
}


/*
=========================================
 price_area
=========================================
*/
.case_area {
	width: 100%;
	padding: 0 0 60px 0;
	position: relative;
	background-color: #f2fbfc;
}

.case_area .inner_base {
	background-color: #ffffff;
	padding: 30px 0 30px;
}

.case_area::after {
	content: "";
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: -12px;
	z-index: 3;
	background: url(../images/home/price_wave_01.png) repeat-x;
}

@media all and (max-width:767px) {
	.case_area::after {
		background: none;
	}
}

.case_area .main_ttl {
	width: 100%;
	margin: 0 0 30px;
	padding: 6px 0 6px;
	font-size: 4.0rem;
	color: #666666;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	border-top: 2px solid #5fc8da;
	border-bottom: 2px solid #5fc8da;
}

.case_area .sub_ttl {
	width: 100%;
	margin: 0 0 0px;
	padding: 16px 0 16px;
	font-size: 2.4rem;
	color: #29abe2;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
.case_area .case_inner{
	padding: 0 30px;
}
.case_area .case_area_in{
	padding: 30px 0;
	border-bottom: solid 1px #b5f4ff;
}
.case_area .case_area_in:last-child{
	border-bottom: none;
}
.case_area .case_area_in>figure {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
}

.case_area .case_area_in>figure img{
	max-width: 100%;
	width: 100%;
}

.case_area .case_area_in figcaption {
	margin-top: 15px;
}
.case_area .case_comment {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.case_area .case_comment figure{
	width: 250px;
}
.case_area .case_comment figure img{
	width: 100%;
	height: auto;
}
.case_area .case_comment .txtBox {
	width: calc(95% - 250px);
	position: relative;
	display: inline-block;
	background-color: #dff2fb;

	border-radius: 10px;
}
.case_area .case_comment .txtBox p {
	padding: 22px;
}
.case_area .case_comment .txtBox p:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #dff2fb;
}
@media all and (max-width:767px) {
	.case_area .case_inner {
		padding: 0 0px;
	}
	.case_area .inner_base {
		background-color: #ffffff;
		padding: 30px 15px 30px;
	}
	.case_area .case_area_in {
		padding: 0 0 30px;
	}
	.case_area .case_area_in:last-child {
		padding: 0;
	}
	.case_area .case_comment {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.case_area .case_comment figure {
		width: 210px;
		margin-bottom: 20px;
	}
	.case_area .main_ttl {
		padding: 10px 0 10px;
		font-size: 3.0rem;
	}

	.case_area .sub_ttl {
		font-size: 1.8rem;
		line-height: 1.2;
		margin: 0 0 0 0;
		padding: 30px 0 16px;
	}
	.case_area .case_comment .txtBox{
		width: 100%;
	}
	.case_area .case_comment .txtBox p {
		font-size: 1.4rem;
	}
	.case_area .case_comment .txtBox p:after {
		top: -6px;
		left: 50%;
		margin-left: -8px;
		border: 8px solid transparent;
		border-bottom: 15px solid #dff2fb;
	}

}



.boximg {
	max-width: 600px;
	width: 100%;
	background: linear-gradient(#fefefc, #f9ebd1);
	border: solid 1px #b0b0ae;
	padding: 20px 0px;
	margin: 0 auto 15px;
}
.case_area_in figcaption {
	max-width: 600px;
	margin: 0 auto 30px;
}
.boximg .boximg_in {
	margin-bottom: 40px;
	position: relative;
}

.boximg .boximg_in p {
	position: absolute;
	bottom: 6px;
	right: 55px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: 600;
	color: #ac606a;
	line-height: 1.4;
	text-align: right;
}

.boximg.type2 .boximg_in p {
	right: 90px;
}

.boximg .boximg_in figure {
	width: 50%;
	margin: 0 auto;
}

.boximg .boximg_in figure img {
	width: 100%;
	max-width: 400px;
	object-fit: contain;
}

.boximg.type2 .boximg_in figure img {
	width: 100%;
	max-width: 250px;
	object-fit: contain;
}

.boximg .boximg_in p {
	margin: 0;
}

.boximg .boximg_in:nth-child(2n+1)::after {
	content: "";
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 45px 0 45px;
	border-color: #ac606a transparent transparent transparent;
}

.boximg .boximg_in:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	.boximg {
		margin: 20px auto 10px;
		width: calc(100% - 60px);
		padding: 30px 15px 15px;
	}

	.boximg .boximg_in {
		padding-bottom: 40px;
		margin-bottom: 15px;
	}

	.boximg .boximg_in figure {
		width: 92%;
	}

	.boximg.type2 .boximg_in p {
		right: 0px;
	}

	.boximg .boximg_in figure img,
	.boximg.type2 .boximg_in figure img {
		max-width: 600px;
	}

	.boximg .boximg_in p {
		position: absolute;
		bottom: 0px;
		right: 13px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 20px;
		font-weight: 600;
		color: #ac606a;
	}

	.boximg .boximg_in:first-child::after {
		content: "";
		position: absolute;
		top: calc(100% - 20px);
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 45px 0 45px;
		border-color: #ac606a transparent transparent transparent;
	}

	.boximg .boximg_in:nth-child(2n+1)::after {
		top: calc(100% - 20px);
	}

}