@charset "UTF-8";

/*--■パーツ-------------------------------*/

.txt{
  font-size: 20px;
  line-height: 1.4em;
}

.txt.big_size{
  font-size: 30px;
  line-height: 1.4em;
}

.txt .sup{
  vertical-align: super;
  font-size: 14px;
}

.txt.align_c{
  text-align: center;
  margin-bottom: 20px;
}

.notes_txt{
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.notes_txt_2lines{
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 40px;
  padding-left: 2em;
  text-indent: -2em;
}

h1 {
  font-size: 72px;
  text-align: center;
  color: #4b2600;
  line-height: 1.4em;
  margin-bottom: 60px;
}

h2 {
  font-size: 40px;
  text-align: center;
  color: #11763c;
  margin: 0 auto 40px;
  width: 100%;
  line-height: 1.4em;
}

h2 span.border-b{
  border-bottom: 1px solid #007a18;
  display: block;
  padding-bottom: 30px;
}

h3 {
  font-size: 35px;
  text-align: center;
  color: #4b2600;
  margin: 0 auto 40px;
  width: 100%;
  line-height: 1.4em;
}

h3.mb_0 {
  margin-bottom: 0;
}

h4 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #8cbb4a;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 15px 10px;
  width: 100%;
  line-height: 34px;
  box-sizing: border-box;
}

img{
  width: 100%;
}

.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sp{
  display: none;
}

/*--■ヘッダー-------------------------------*/
header {
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.header {
  z-index: 100;
  position: relative;
}

.header .headerInner {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .leftLogo {
  margin-top: 15px;
}

.header .rightLogo {
  margin-top: 36px;
}

/*--■フッター-------------------------------*/
footer {
  text-align: center;
  background-color: #0c8e4e;
  color: #fff;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  padding: 30px 0;
}

footer p small {
  padding: 20px 0;
}

/*--■ヘディングエリア-------------------------------*/
.heading_area .heading_box{
  background-color: #d53131;
  padding: 25px 0 20px;
  text-align: center;
}

.heading_area .heading_box p{
  font-size: 75px;
  color: #ffffff;
  display: inline-block;
}

/*--■メインビジュアルエリア-------------------------------*/

.mv_area{
  background:#f1f5f8 url(../img/mv_bg_img.png) ;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
  padding: 65px 10px 20px;
  box-sizing: border-box;
}

.mv_area .mv_box{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.mv_area .mv_title_box{
  align-items: center;
  margin-bottom: 40px;
}

.mv_area .mv_title_box .title_icon{
  margin-left: 20px;
  box-sizing: border-box;
  max-width: 146px;
  width: 100%;
}

.mv_area .mv_title_txt{
  max-width: 1034px;
  width: 100%;
  margin-left: 10px;
}

.mv_area .mv_title_txt dt{
  font-size: 36px;
  color: #4b2600;
  margin-bottom: 20px;
}

.mv_area .mv_title_txt dd{
  color: #d53131;
  align-items: center;
}

.mv_area .mv_title_txt dd p:first-child{
  font-size: 46px;
  margin-right: 10px;
}

.mv_area .mv_title_txt dd p:last-child{
  font-size: 100px;
}
.mv_area .mv_title_txt dd p:last-child span{
  font-size: 120px;
  display: inline-block;
}


.mv_area .mv_img_Wrap {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 1180px;
}

.mv_area .mv_img_Wrap ul.flex {
  justify-content: center;
}

.mv_area .mv_img_Wrap ul.flex li {
  padding: 0 15px;
}

.mv_area .mv_img_Wrap ul.flex li:first-child {
  padding-left: 10px;
}
.mv_area .mv_img_Wrap ul.flex li:last-child{
  padding-right: 10px;
}

.mv_area .mv_img_Wrap .txt_img{
  text-align: center;
}
.mv_area .mv_img_Wrap .txt_img img{
  max-width: 720px;
  margin-bottom: 10px;
}

.mv_area .mv_btn_Wrap{
  margin: 0 auto 30px;
  width: 100%;
  max-width: 1180px;
}

.mv_area .mv_btn_Wrap ul{
  justify-content: center;
}

.mv_area .mv_btn_Wrap ul li{
  padding: 0 7px;
  width: 100%;
  max-width: 501px;
  box-sizing: content-box;
}

.mv_area .mv_btn_Wrap ul li:first-child{
  padding-right: 14px;
}

.mv_area .mv_btn_Wrap ul li:last-child{
  padding-left: 14px;
}

.mv_area .btn_set_box .btn_type-02 a{
  margin: 0;
}

.mv_area .mv_table_Wrap table{
  border: 1px solid #707070;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.mv_area .mv_table_Wrap table tr{
  text-align: center;
}

.mv_area .mv_table_Wrap table tr th{
  border-bottom: 1px solid #707070;
  background-color: #efefef;
  padding: 15px 10px 15px;
  font-size: 20px;
  color: #4b2600;
}
.mv_area .mv_table_Wrap table tr td{
  background-color: #ffffff;
  padding: 15px 10px 15px;
  font-size: 20px;
  color: #4b2600;
  line-height: 1.4em;
}

/*--■コンテンツエリア-------------------------------*/
.content_area{
  padding: 0 0 50px;
}

.txt_block{
  margin-bottom: 30px;
}

.btn_box{
  justify-content: center;
  max-width: 940px;
  width: 100%;
  margin: 0 auto 40px;
}

.btn_box .btn_type-02:first-child,
.btn_box .btn_type-03:first-child,
.btn_box .btn_type-04:first-child{
padding-right: 10px;
}
.btn_box .btn_type-02:last-child,
.btn_box .btn_type-03:last-child,
.btn_box .btn_type-04:last-child{
  padding-left: 10px;
}

.btn_type-01,
.btn_type-02,
.btn_type-03,
.btn_type-04{
  text-align: center;
  width: 100%;
}

.btn_type-01 a{
  display: block;
  max-width: 523px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 37px;
  margin: 0 auto;
  padding: 25px 35px 25px 15px;
  box-sizing: border-box;
  font-size: 24px;
  background: #ff9200;
  background: -moz-linear-gradient(top,  #ff9200 0%, #ff3800 100%);
  background: -webkit-linear-gradient(top,  #ff9200 0%,#ff3800 100%);
  background: linear-gradient(to bottom,  #ff9200 0%,#ff3800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9200', endColorstr='#ff3800',GradientType=0 );
  transition: all .3s;
  position: relative;
  -moz-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -ms-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -webkit-transform: translatez(0);
}

.btn_type-02 a{
  display: block;
  max-width: 670px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 35px;
  margin: 0 auto;
  padding: 19px 35px 19px 15px;
  box-sizing: border-box;
  font-size: 30px;
  background: #7b5400;
  background: -moz-linear-gradient(top,  #7b5400 0%, #250e00 100%);
  background: -webkit-linear-gradient(top,  #7b5400 0%,#250e00 100%);
  background: linear-gradient(to bottom,  #7b5400 0%,#250e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b5400', endColorstr='#250e00',GradientType=0 );
  transition: all .3s;
  position: relative;
  -moz-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -ms-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -webkit-transform: translatez(0);
}

.btn_type-03 a{
  display: block;
  max-width: 670px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 70px 10px 40px;
  box-sizing: border-box;
  font-size: 35px;
  line-height: 1.4em;
  background: #8cbb4a;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b5400', endColorstr='#250e00',GradientType=0 );
  transition: all .3s;
  position: relative;
  -webkit-transform: translatez(0);
}

.btn_type-04 a{
  display: block;
  max-width: 670px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 35px;
  margin: 0 auto;
  padding: 56px 35px 56px 15px;
  box-sizing: border-box;
  font-size: 30px;
  background: #404f9e;
  background: -moz-linear-gradient(top,  #404f9e 0%, #101558 100%);
  background: -webkit-linear-gradient(top,  #404f9e 0%,#101558 100%);
  background: linear-gradient(to bottom,  #404f9e 0%,#101558 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404f9e', endColorstr='#101558',GradientType=0 );
  transition: all .3s;
  position: relative;
  -moz-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -ms-box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  -webkit-transform: translatez(0);
}

.btn_type-01 a:after,
.btn_type-02 a:after,
.btn_type-04 a:after {
	display: block;
	content: "";
	position: absolute;
  top: 50%;
	margin-top: -11px;
	right: 20px;
	width: 14px;
	height: 22px;
  background: url(../img/icon_img_02.png) no-repeat;
}

.btn_type-03 a:after {
	display: block;
	content: "";
	position: absolute;
  top: 50%;
	margin-top: -11px;
	right: 50px;
	width: 14px;
	height: 22px;
  background: url(../img/icon_img_02.png) no-repeat;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn_type-01 a:hover,
.btn_type-02 a:hover,
.btn_type-03 a:hover,
.btn_type-04 a:hover {
  opacity: 0.9;
}

.btn_set_box .btn_type-01{
  margin-bottom: 24px;
}

.table_box{
  width: 100%;
  margin-bottom: 36px;
  border-collapse: collapse;
}

.table_box.mb_75{
  margin-bottom: 75px;
}

.table_box th {
  padding: 15px 10px;
  font-size: 20px;
  text-align: center;
  border: 1px #707070 solid;
  background-color: #efefef;
}

.table_box td {
  padding: 18px 14px 21px;
  border: 1px #707070 solid;
}

.table_box td .notes_txt{
  margin-bottom: 0;
}

.cleaning_area{
  margin: 40px 0 40px;
}

.cleaning_area .cleaning_box{
  max-width: 281px;
  width: 100%;
  margin: 0 3px;
}

.cleaning_area .cleaning_box:first-child{
  margin-left: 0;
}
.cleaning_area .cleaning_box:last-child{
  margin-right: 0;
}

.cleaning_area .cleaning_box{
  max-width: 281px;
  width: 100%;
  margin: 0 3px;
}

.cleaning_area .cleaning_box dl dt.txt_tit{
  font-size: 30px;
  text-align: center;
  color: #11763c;
  margin-bottom: 20px;
}
.cleaning_area .cleaning_box dl dt.heading{
  background-color: #8cbb4a;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
  padding: 9px 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: -1px;
}
.cleaning_area .cleaning_box dl dt.heading.l_spacing{
  letter-spacing: -2px;
}
.cleaning_area .cleaning_box dl dd.img{
  max-width: 281px;
  width: 100%;
  margin-bottom: 13px;
}
.cleaning_area .cleaning_box dl dd.txt{
  font-size: 16px;
  color: #4b2600;
  margin-bottom: 16px;
  padding: 0 10px;
}
.cleaning_area .cleaning_box dl dd.txt p:first-child{
  margin-bottom: 12px;
}
.cleaning_area .cleaning_box dl dt.Location{
  font-size: 18px;
  color: #11763c;
  border-bottom: 1px dotted #707070;
  padding-bottom: 5px;
  margin: 0 10px 13px;
}
.cleaning_area .cleaning_box dl dd.Location_txt{
  font-size: 16px;
  color: #4b2600;
  line-height: 1.4em;
  padding: 0 10px;
}

.sp{
  display: none;
}

/*--■noticeエリア-------------------------------*/
.notice_area{
  max-width: 1180px;
  width: 100%;
  margin: 16px auto 90px;
}

.notice_box{
  padding: 0 20px;
}

.notice_area p{
  font-size: 20px;
  color: #4b2600;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4em;
}

/*--■contact-usエリア-------------------------------*/
.contact-us_area{
  width: 100%;
  padding: 56px 0 82px;
  background-color: #eeeeee;
  margin-bottom: 90px;
}

.contact-us_area.mail{
  padding: 50px 0 40px;
}

.contact-us_area.mail.last{
  margin-bottom: 50px;
}

.contact-us_box{
  padding: 0 20px;
}

.contact-us_area .txt{
  text-align: center;
  margin-bottom: 15px;
}

.contact-us_area.mail .txt{
  margin-bottom: 40px;
}

.contact-us_area .tel{
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact-us_area .tel span{
  font-size: 30px;
}
.contact-us_area.mail .tel-txt{
  margin-bottom: 0;
}
.contact-us_area.mail .btn_set_box{
  margin-bottom: 40px;
}

/*--■area-topエリア-------------------------------*/
.area-top_area{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 90px;
}

.area-top_box{
  padding: 0 20px;
}

/*--■purchaseエリア-------------------------------*/
.purchase_area{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 40px;
}

.purchase_area .purchase_box{
  padding: 0 20px;
}

.purchase_area .flow_box{
  margin-bottom: 100px;
  padding-top: 79px;
}

.purchase_area .flow_box ul{
  justify-content: space-between;
}

.purchase_area .flow_box ul li{
  max-width: 364px;
  width: 100%;
  background-color: #11763c;
  position: relative;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 12px;
}

.purchase_area .flow_box ul li:first-child{
  margin-left:0;
}
.purchase_area .flow_box ul li:last-child{
  margin-right:0;
}

.purchase_area .flow_box ul li .img {
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -91px;
  display: block;
  width: 182px;
  height: 79px;
}

.purchase_area .flow_box ul li .tit {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.purchase_area .flow_box ul li .txt {
  font-size: 20px;
  color: #fff;
}

/*--■saleエリア-------------------------------*/
.sale_area{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 40px;
}

.sale_area .sale_box{
  padding: 0 20px;
}

.sale_area .plan_box{
  justify-content: space-between;
  margin-bottom: 24px;
}

.sale_area .plan_box .plan_block{
  max-width: 364px;
  width: 100%;
  margin: 0 12px 0;
}

.sale_area .plan_box .plan_block:first-child{
  margin-left:0;
}
.sale_area .plan_box .plan_block:last-child{
  margin-right:0;
}

.sale_area .plan_box .plan_block .block_up dl{
  background-color: #f5f1e8;
  padding: 43px 20px 0;
}

.sale_area .plan_box .plan_block .block_up dl dt{
  max-width: 287px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.sale_area .plan_box .plan_block .block_up dl dt:before{
  content: "仲介";
  font-size: 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 13px;
  position: absolute;
  top: -18px;
  left: -17px;
}
.sale_area .plan_box .plan_block:nth-child(1) .block_up dl dt:before{
  content: "仲介";
  background-color:#32ad9d;
}
.sale_area .plan_box .plan_block:nth-child(2) .block_up dl dt:before{
  content: "買取";
  background-color:#d00000;
}
.sale_area .plan_box .plan_block:nth-child(3) .block_up dl dt:before{
  content: "住替保証";
  background-color:#ff9a43;
}

.sale_area .plan_box .plan_block .block_middle{
  background-color: #4b2600;
  padding: 9px 10px;
  letter-spacing: -0.06em;
}

.sale_area .plan_box .plan_block .block_middle p{
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}

.sale_area .plan_box .plan_block .block_under{
  background-color: #f5f1e8;
  padding: 25px 20px;
}

.sale_area .plan_box .plan_block .block_under .title{
  font-size: 35px;
  color: #11763c;
  text-align: center;
  margin-bottom: 20px;
}

.sale_area .plan_box .plan_block .block_under .txt{
  font-size: 18px;
  color: #4b2600;
  margin-bottom: 70px;
}

.sale_area .plan_box .plan_block .block_under .merit dt{
  font-size: 24px;
  color: #11763c;
  margin-bottom: 10px;
}

.sale_area .plan_box .plan_block .block_under .merit dd ul li {
  font-size: 20px;
  color: #4b2600;
  line-height: 1.4em;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: -0.04em;
}

.sale_area .plan_box .plan_block .block_under .merit dd ul li:before {
  content: '・';
}

.sale_area .leaseback_box {
  background-color: #f5f1e8;
  padding: 17px 16px 25px;
  margin-bottom: 70px;
}

.sale_area .leaseback_box dl{
  align-items: center;
  margin-bottom: 20px;
}

.sale_area .leaseback_box dl dt{
  font-size: 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px;
  background-color:#436eff;
  display: inline-block;
  margin-right: 15px;
}

.sale_area .leaseback_box dl dd{
  font-size: 35px;
  color: #11763c;
}

.sale_area .leaseback_box .txt{
  font-size: 18px;
}

.sale_area .service_box{
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.sale_area .service_box ul{
  justify-content: space-between;
}

.sale_area .service_box ul li{
  margin: 0 auto;
  padding: 0 7px;
  width: 100%;
  max-width: 379px;
  box-sizing: content-box;
}

.sale_area .service_box ul li:first-child{
  padding-left: 0;
}
.sale_area .service_box ul li:last-child{
  padding-right: 0;
}

.sale_area .service_box ul li dl{
  max-width: 379px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border: 3px solid #11763c;
  background-color: #fff;
  box-sizing: border-box;
}

.sale_area .service_box ul li dl dt{
  background-color: #11763c;
  box-shadow: 0px -1px 0px 0.5px #11763c;
  box-sizing: border-box;
  font-size: 29px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}

.sale_area .service_box ul li dl dd{
  box-sizing: border-box;
  padding: 20px 14px 12px;
  flex-wrap: wrap;
}

.sale_area .service_box ul li dl dd .service_img{
  margin: 0 auto;
}
.sale_area .service_box ul li:nth-child(3) dl dd .service_img{
  max-width: 190px;
}

.sale_area .service_box ul li dl dd .txt_box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 18px;
}

.sale_area .service_box ul li dl dd .anchor_txt{
  font-size: 26px;
  text-align: center;
  line-height: 1.4em;
}

.sale_area .service_box ul li dl dd .annotation{
  font-size: 16px;
  margin-top: 65px;
  letter-spacing: -0.06em;
}

/*--■warrantyエリア-------------------------------*/
.warranty_area{
  margin-bottom: 80px;
}

.warranty_box{
  padding: 0 20px;
}

.warranty_img{
  max-width: 815px;
  width: 100%;
  margin: 0 auto 35px;
}

.warranty_txt{
  margin-bottom: 20px;
}

.warranty_type_area{
  margin: 40px 0 40px;
}

.warranty_type_area .warranty_type_box{
  max-width: 364px;
  width: 100%;
  margin: 0 12.5px;
}
.warranty_type_area .warranty_type_box:first-child{
  margin-left: 0;
}
.warranty_type_area .warranty_type_box:last-child{
  margin-right: 0;
}

.warranty_type_area .warranty_type_box dl dt.txt_tit{
  font-size: 30px;
  text-align: center;
  color: #11763c;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.warranty_type_area .warranty_type_box dl dd.img{
  max-width: 364px;
  width: 100%;
  margin-bottom: 20px;
}
.warranty_type_area .warranty_type_box dl dd.txt{
  font-size: 20px;
  color: #4b2600;
  line-height: 1.6em;
}

/*--■area-underエリア-------------------------------*/
.area-under{
  margin-bottom: 0;
}

.area-under_box{
  padding: 0 20px;
  text-align: center;
}

.area-under_box .logo_img{
  display: inline-block;
}



/*------------------------------------------------------------
PC表示　768px ~ 1140px
------------------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1140px) {
  .mv_area .mv_title_txt dt {
    font-size: 3.16vw;
}
  .mv_area .mv_title_txt dd p:first-child {
    font-size: 4.04vw;
  }
  .mv_area .mv_title_txt dd p:last-child {
    font-size: 8.77vw;
}
.mv_area .mv_title_txt dd p:last-child span {
  font-size: 10.53vw;
}

}


/*------------------------------------------------------------
SP表示　0px ~ 767pxまで
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {

/*--■パーツ-------------------------------*/

.txt {
  font-size: 15px;
}

.txt .sup{
  vertical-align: middle;
  font-size: 15px;
}

.notes_txt{
  font-size: 12px;
  margin-bottom: 25px;
}

.notes_txt_2lines {
  font-size: 12px;
  margin-bottom: 22px;
}

.txt.big_size {
  font-size: 15px;
}

h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

h2 {
  font-size: 25px;
  margin: 0 auto 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

h2 span.border-b{
  padding-bottom: 10px;
}

h3 {
  font-size: 25px;
  margin: 0 auto 20px;
}

h4 {
  font-size: 20px;
  border-radius: 5px;
  margin: 0 auto 3px;
  padding: 10px 7px;
  line-height: 1.4em;
}

h4.align_l {
  text-align: left;
}

.pc{
  display: none;
}

.sp{
  display: block;
}

/*--■ヘッダー-------------------------------*/
  .header .headerInner {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
  }

  .leftLogo {
    display: none;
  }

  .header .rightLogo {
    width: 255px;
    margin: 15px auto;
}

/*--■フッター-------------------------------*/

footer {
  padding: 12px 10px;
}

footer p {
  font-size: 9px;
  line-height: 20px;
}

footer p small {
    padding: 0;
}

/*--■ヘディングエリア-------------------------------*/

.heading_area .heading_box {
  padding: 16px 10px;
}

.heading_area .heading_box p{
  font-size: 25px;
}

/*--■メインビジュアルエリア-------------------------------*/

.mv_area {
  padding: 20px 10px 10px;
  background-position: left top;
}

.mv_area .mv_title_box {
  margin-bottom: 20px;
}

.mv_area .mv_title_box .title_icon {
  margin-left: 0;
  max-width: 61.5px;
  width: 100%;
}

.mv_area .mv_title_txt {
}

.mv_area .mv_title_txt::after {
  margin-top: -31px;
  width: 62px;
  height: 62px;
  background-size: 62px;
}

.mv_area .mv_title_txt dt{
  font-size: 4.27vw;
  margin-bottom: 7px;
}

.mv_area .mv_title_txt dd p:first-child{
  font-size: 6.13vw;
  margin-right: 7px;
}

.mv_area .mv_title_txt dd p:last-child{
  font-size: 11.47vw;
}
.mv_area .mv_title_txt dd p:last-child span{
  font-size: 14.13vw;
}

.mv_area .mv_btn_Wrap {
  margin-bottom: 20px;
  max-width: 100%;
}

.mv_area .mv_btn_Wrap ul li,
.mv_area .mv_btn_Wrap ul li:first-child,
.mv_area .mv_btn_Wrap ul li:last-child{
  padding: 0;
}

.mv_area .mv_img_Wrap {
  margin-bottom: 18px;
  max-width: 100%;
}

.mv_area .mv_img_Wrap .txt_img img {
  margin-bottom: 18px;
}

.mv_area .mv_img_Wrap ul.flex li,
.mv_area .mv_img_Wrap ul.flex li:last-child,
.mv_area .mv_img_Wrap ul.flex li:first-child {
  padding: 0;
}


.mv_area .btn_set_box .btn_type-02 a {
  margin: 0 auto;
}

.mv_area .mv_table_Wrap table tr th,
.mv_area .mv_table_Wrap table tr td{
  font-size: 15px;
  padding: 10px;
}

.mv_area .mv_table_Wrap table tr td{
  text-align: left;
}

/*--■コンテンツエリア-------------------------------*/
.content_area {
  padding: 25px 0 20px;
}

.txt_block{
  margin-bottom: 25px;
}

.btn_box{
  flex-wrap: wrap;
  justify-content: center;
  max-width: 940px;
  width: 100%;
  margin: 0 auto 33px;
}

.btn_box .btn_type-02:first-child,
.btn_box .btn_type-04:first-child{
padding-right: 0px;
margin-bottom: 23px;
}
.btn_box .btn_type-02:last-child,
.btn_box .btn_type-04:last-child{
  padding-left: 0px;
}

.btn_box .btn_type-03:first-child{
padding-right: 0px;
margin-bottom: 13px;
}
.btn_box .btn_type-03:last-child{
  padding-left: 0px;
}

.btn_type-01 a {
  border-radius: 37px;
  max-width: 452px;
  margin: 0 auto;
  padding: 15px 30px 15px 10px;
  font-size: 15px;
}

.btn_type-02 a{
  border-radius: 22px;
  margin: 0 auto;
  padding: 15px 30px 15px 10px;
  font-size: 15px;
}

.btn_type-03 a{
  font-size: 17px;
  padding: 16px 31px 16px 10px;
}

.btn_type-04 a{
  border-radius: 22px;
  margin: 0 auto;
  padding: 36px 30px 33px 10px;
  font-size: 15px;
}

.btn_type-03 a:after {
  margin-top: -8px;
  right: 17px;
  width: 11px;
  height: 17px;
  background-size: 11px 17px;
}

.btn_type-01 a:after,
.btn_type-02 a:after,
.btn_type-04 a:after {
  margin-top: -8.5px;
  width: 11px;
  height: 17px;
  background-size: 11px 17px;
}

.btn_type-02.tel a:after,
.btn_type-04.tel a:after {
  background:none;
}

.table_box {
  margin-bottom: 25px;
}

.table_box th {
  padding: 10px 10px;
  font-size: 15px;
}

.table_box td {
  padding: 12px 9px 12px;
  border: 1px #707070 solid;
}

.table_box td .txt_block {
  margin-bottom: 15px;
}

.table_box.mb_75 {
  margin-bottom: 30px;
}

.cleaning_area {
  margin: 20px 0 0;
  flex-wrap: wrap;
}

.cleaning_area .cleaning_box {
  max-width: 100%;
  width: 100%;
  margin: 0 0 35px;
}

.cleaning_area .cleaning_box:last-child {
  margin: 0 0 30px;
}

.cleaning_area .cleaning_box dl dt.txt_tit {
  font-size: 25px;
  margin-bottom: 18px;
}

.cleaning_area .cleaning_box dl dt.heading {
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  margin-bottom: 1px;
  padding: 16px 0;
  letter-spacing: 0px;
}
.cleaning_area .cleaning_box dl dt.heading.l_spacing {
  letter-spacing: 0px;
}
.cleaning_area .cleaning_box dl dt.heading.two_lines {
  padding: 8px 0;
}

.cleaning_area .cleaning_box dl dd.img {
  max-width: 100%;
  margin-bottom: 10px;
}

.cleaning_area .cleaning_box dl dd.txt {
  font-size: 13px;
  margin-bottom: 16px;
  padding: 0;
}

.cleaning_area .cleaning_box dl dd.txt p:first-child {
  margin-bottom: 7px;
}

.cleaning_area .cleaning_box dl dt.Location {
  font-size: 15px;
  padding-bottom: 7px;
  margin: 0 0 12px;
}

.cleaning_area .cleaning_box dl dd.Location_txt {
  font-size: 12px;
  padding: 0;
}

.pc{
  display: none;
}

.sp{
  display: block;
}

/*--■noticeエリア-------------------------------*/

.notice_area {
  margin: 0 auto 15px;
}

.notice_area p {
  font-size: 15px;
}

.notice_box{
  padding: 0 10px;
}

/*--■contact-usエリア-------------------------------*/

.contact-us_area {
  padding: 30px 0 35px;
  margin-bottom: 30px;
}

.contact-us_area.mail {
  padding: 18px 0;
}

.contact-us_box {
  padding: 0 10px;
}

.contact-us_box .btn_type-02.tel a {
  font-size: 22px;
  padding: 12px 30px 12px 10px;
}

.contact-us_box .btn_type-02.tel  a span {
  font-size: 15px;
  margin-right: 4px;
}

.contact-us_area.mail .btn_set_box {
  margin-bottom: 18px;
}

.contact-us_area.mail .btn_set_box.sp {
  margin-bottom: 10px;
}

.contact-us_area.mail .txt.txt_mail {
  margin-bottom: 20px;
}
.contact-us_area.mail .txt.tel-txt{
  margin-bottom: 0;
}

.contact-us_area.mail.last {
  margin-bottom: 18px;
}

/*--■area-topエリア-------------------------------*/

.area-top_area{
  margin-bottom: 25px;
}

.area-top_box{
  padding: 0 10px;
}

/*--■purchaseエリア-------------------------------*/

.purchase_area .purchase_box{
  padding: 0 10px;
}

.purchase_area .flow_box {
  margin-bottom: 60px;
  padding-top: 0;
}

.purchase_area .flow_box ul{
  justify-content: center;
  flex-wrap: wrap;
}

.purchase_area .flow_box ul li {
  max-width: 355px;
  padding: 20px 25px 25px;
  margin: 77px 0 22px;
}

.purchase_area .flow_box ul li:last-child {
  margin-bottom: 0;
}

.purchase_area .flow_box ul li .img {
  top: -77px;
  margin-left: -88.5px;
  width: 177px;
  height: auto;
}

.purchase_area .flow_box ul li .tit {
  font-size: 25px;
}

.purchase_area .flow_box ul li .txt {
  font-size: 17px;
}

/*--■saleエリア-------------------------------*/

.sale_area {
  margin-bottom: 30px;
}

.sale_area .sale_box{
  padding: 0 10px;
}

.sale_area .plan_box{
  flex-wrap: wrap;
  margin-bottom: 0;
}

.sale_area .plan_box .plan_block {
  max-width: 100%;
  margin: 0 0 17px;
}

.sale_area .plan_box .plan_block .block_up dl dt{
  max-width: 280px;
}

.sale_area .plan_box .plan_block .block_middle {
  padding: 10px 8px;
  letter-spacing: 0;
}

.sale_area .plan_box .plan_block .block_middle p {
  font-size: 15px;
}

.sale_area .plan_box .plan_block .block_under {
  background-color: #f5f1e8;
  padding: 25px 20px 30px;
}

.sale_area .plan_box .plan_block .block_under .title {
  font-size: 25px;
  margin-bottom: 20px;
}

.sale_area .plan_box .plan_block .block_under .txt {
  font-size: 15px;
  margin-bottom: 20px;
}

.sale_area .plan_box .plan_block .block_under .merit dt {
  font-size: 20px;
}

.sale_area .plan_box .plan_block .block_under .merit dd ul li {
  font-size: 15px;
  letter-spacing: 0;
}

.sale_area .service_box ul{
  flex-wrap: wrap;
}

.sale_area .service_box ul li{
  padding: 0;
  margin-bottom: 20px;
}

.sale_area .service_box ul li:last-child {
  margin-bottom: 0;
}

.sale_area .service_box ul li dl {
  box-sizing: border-box;
}

.sale_area .service_box ul li dl dt {
  font-size: 25px;
  padding: 15px 0 10px;
}

.sale_area .service_box ul li dl dd {
  box-sizing: border-box;
  padding: 15px 15px 14px;
  flex-wrap: wrap;
}

.sale_area .service_box ul li dl dd .txt_box {
  margin-bottom: 15px;
}

.sale_area .service_box ul li dl dd .anchor_txt {
  font-size: 25px;
}

.sale_area .service_box ul li dl dd .annotation {
  font-size: 15px;
  margin-top: 17px;
}

.sale_area .leaseback_box {
  margin-bottom: 35px;
}

.sale_area .leaseback_box dl{
  flex-wrap: wrap;
}

.sale_area .leaseback_box dl dt {
  font-size: 25px;
  margin-right: 0;
  margin-bottom: 20px;
}

.sale_area .leaseback_box dl dd {
  font-size: 25px;
  line-height: 1.4em;
}

.sale_area .leaseback_box .txt {
  font-size: 15px;
}

/*--■warrantyエリア-------------------------------*/
.warranty_area{
  margin-bottom: 30px;
}

.warranty_area h2 {
  margin: 0 auto 18px;
}

.warranty_box {
  padding: 0;
}

.warranty_img {
  margin: 0 auto 20px;
}

.warranty_txt {
  margin-bottom: 16px;
}

.warranty_type_area {
  margin: 40px 0 29px;
  flex-wrap: wrap;
}

.warranty_type_area .warranty_type_box {
  max-width: 100%;
  margin: 0;
}

.warranty_type_area .warranty_type_box {
  margin-bottom: 35px;
}

.warranty_type_area .warranty_type_box:last-child {
  margin-bottom: 0;
}

.warranty_type_area .warranty_type_box dl dt.txt_tit {
  font-size: 25px;
  margin-bottom: 15px;
}

.warranty_type_area .warranty_type_box dl dd.img {
  max-width: 100%;
  margin-bottom: 10px;
}

.warranty_type_area .warranty_type_box dl dd.txt {
  font-size: 15px;
  line-height: 1.6em;
}
}

/*------------------------------------------------------------
PC表示　1920px ~
------------------------------------------------------------*/
@media all and (min-width:1920px) {
  .mv_area {
    background-size: auto 102%;
  }
}


