@charset "UTF-8";

/* ヘッダー分の余白 */
.box-main { padding-top: 15.7333333333vw; }


.header-globalnav-inner>img {
    width: 25vw;
    height: 14vw;
    padding: 2vw;
}

.mainimage { position: relative; }

.mainimage-area {
  position: absolute;
  top: 16vw;
  left: 5.3333333333vw;
  padding: 1.8666666667vw 2.6666666667vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  color: #f05500;
  background-color: #fff;
  border: 0.2666666667vw solid #16571c;
  border-radius: 0.6666666667vw;
}

.mainimage-point { color: #222; }


.box-mainimage-btm {
	margin-bottom: 10.1333333333vw;
	padding: 2.6666666667vw 0 4vw;
	background: -webkit-repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
	background: -moz-repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
	background: repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
}

.mainimage-price {
  margin: 0 2.6666666667vw;
  background-color: #fff;
  border-radius: 1.0666666667vw;
}

.tel-info-text {
  position: absolute;
  top: auto;
  bottom: 5.0666666667vw;
  left: 6.6666666667vw;
  width: 86.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

.point-text-calltoaction { color: #f05500; }


.calltoaction-img {
  position: relative;
  z-index: 2;
}

.coupon-block {
  position: relative;
  margin: 0 4vw 5.333vw;
  padding: 3.2vw 3.2vw 3.2vw 0;
  text-align: right;
  background-color: #fdf4de;
  border: 1px solid #f14a00;
  border-radius: 0.8vw;
}

.coupon-img {
  position: absolute;
  top: -2vw;
  left: -0.267vw;
  width: 34.667vw;
}

.card-img {
  width: 50.667vw;
}

.coupon-caution-text {
  margin: 0 5.333vw 6.667vw;
  padding: 0 1em;
  font-size: 3.2vw;
  line-height: 1.5;
  text-indent: -1em;
  color: #999;
}

.coupon-caution-text:before {
  content: "※";
}

.deferred-payment01 {
	margin: -0.5333333333vw 0 8vw;
	padding: 0 4vw;
}

.l-section{
	padding-bottom: 5vw;
	margin-bottom:5vw;
}

.section-title {
  position: relative;
  padding: 6.667vw 5.333vw;
  font-size: 4.8vw;
  line-height: 1.444;
  color: #333;
  background-color: var(--bg-color-yellow);
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: -2.667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.667vw 2.533vw 0 2.533vw;
  border-color: var(--bg-color-yellow) transparent transparent transparent;
}

.section-title:before {
  content: "";
  position: absolute;
  right: 2.9333333333vw;
  bottom: 0;
  display: block;
  width: 13.067vw;
  height: 19.067vw;
}

.section-title-sub {
  position: absolute;
  top: -4vw;
  left: 25%;
  width: 50%;
  text-align:center;
  padding: 1.6vw 3.733vw;
  font-size: 3.467vw;
  line-height: 1;
  color: #fff;
  background-color: var(--bg-color-black);
  font-weight:bold;
}
.section-inner{
	padding:4vw;
}
.blue-section{
	background-color: var(--bg-color-light-blue);
}
.blue-section .section-title{
	background-color: var(--bg-color-blue);
	color: #fff;
}
.blue-section .section-title:after{
	border-color: var(--bg-color-blue) transparent transparent transparent;
}
.blue-section .section-title-sub {
  background-color: #bf0000;
}



.skill-pro {
  margin-bottom: 13.333vw;
  padding: 0 4vw;
}


.l-skill {
  margin-bottom: 8vw;
  padding: 1.867vw;
  background-image: url(../images/common/bg_wood.png);
  background-size: 53.333vw;
}

.skill-inner {
  padding-bottom: 6.933vw;
  background-color: var(--bg-color-cream);
}

.skill-title {
  width: 87.733vw;
  margin: 0 0 2.667vw 4.267vw;
}

.skill-title img {
  margin-top: -6.933vw;
}

.skill-staff-pic {
  margin-bottom: 4vw;
  padding: 0 3.467vw;
}

.skill-list {
  margin: 0 3.467vw;
  padding: 5.867vw;
  font-size: 4vw;
  font-weight: bold;
  background-color: #fff;
}

.skill-list li {
  position: relative;
  padding-left: 6.933vw;
  line-height: 1;
  font-feature-settings: normal;
  letter-spacing: normal;
}

.skill-list li+li {
  margin-top: 5.333vw;
}

.skill-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 4.9333333333vw;
  height: 4.267vw;
  background: url("../images/common/ico/ico_check02.png") 0 0 no-repeat;
  background-size: contain;
}

.skill-contact {
  display: block;
  width: 62.133vw;
  margin: 0 0 0 5.6vw;
}



.price-title:before {
  //background: url("../images/top/price/img_what.png") center center no-repeat;
  background-size: contain;
}

.price-type {
  margin-bottom:4vw;
  padding-bottom: 8vw;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
}

.price-type-mitubati {
  width: 80vw;
}

.price-type-ashinagabati {
  width: 80.8vw;
}

.price-type-suzumebati {
  width: 78.933vw;
}

.price-type-mitubati,
.price-type-ashinagabati,
.price-type-suzumebati {
  margin: 5.6vw 0 5.333vw 6.133vw;
}

.price-type-text {
  padding: 0 6.133vw;
  font-size: 4vw;
  line-height: 1.667;
  text-align: left;
}

.price-type-caution-text {
  position: relative;
  margin: 2.667vw 6.133vw 0;
  padding-left: 3.2vw;
  font-size: 3.2vw;
  line-height: 1.667;
  color: #999;
  text-align: left;
  font-feature-settings: normal;
  letter-spacing: normal;
}

.price-type-caution-text:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.column-link {
  display: inline-block;
  margin-top: 4vw;
  padding: 3.2vw 6.4vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #3b81ca;
  text-decoration: none;
  border: 1px solid #3b81ca;
  border-radius: 4.933vw;
}

.price-type-add {
  margin-bottom: 9.333vw;
  padding: 0 8vw;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #999;
}

.calltoaction-block {
  margin-bottom: 14.667vw;
  padding: 2vw;
	background: -webkit-repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
	background: -moz-repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
	background: repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
}

.calltoaction-head {
  margin-bottom: -0.8vw;
}




.voice-title-ico {
  position: absolute;
  bottom: 0;
  right: 3.067vw;
  width: 16.4vw;
}

.voice-block {
  padding: 1.333vw;
  background:#ddd2b6;
}

.voice-block+.voice-block {
  margin-top: 5.333vw;
}

.voice-block-inner {
  position: relative;
  background:#fff;
  padding: 4vw;
}

.voice-block-inner:after {
  content: "";
  position: absolute;
  top: -2.667vw;
  right: -1.867vw;
  width: 15.733vw;
  height: 19.333vw;
  background: url(../images/common/ico/ico_complete.png) 0 0 no-repeat;
  background-size: contain;
}

.voice-people01 {
  width: 14.4vw;
  position: absolute;
  top: 5.867vw;
  left: 5.333vw;
}

.voice-people02 {
  width: 11.867vw;
  position: absolute;
  top: 6vw;
  left: 6vw;
}

.voice-people03 {
  width: 12.8vw;
  position: absolute;
  top: 5.867vw;
  left: 5.867vw;
}

.voice-headline {
  margin-bottom: 3.2vw;
  padding-left: 23.2vw;
  font-size: 4.8vw;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: underline;
}

.voice-name {
  padding-left: 23.2vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #3b81ca;
}

.voice-text {
  margin-top: 4vw;
  font-size: 4vw;
  line-height: 1.667;
}


.flow-title:before {
  background: url("../images/common/ico/ico_honeycomb.png") center center no-repeat;
  background-size: contain;
}

.ttl-point-text { color: #fcf900; }

.flow-today {
  margin-bottom: 2.667vw;
  padding: 0 6.267vw 0 2.133vw;
}

.flow-today-caution {
  margin: 0 6.667vw 6.667vw 12.267vw;
  padding: 0 3.2vw;
  font-size: 3.2vw;
  line-height: 1.5;
  text-indent: -1em;
  color: #999;
}

.flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow-item {
  display: table;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.flow-item + .flow-item {
  margin-top: 6.667vw;
}


.flow-item:last-of-type:after {
  content: none;
}

.flow-item-number {
  position: absolute;
  top: -1.867vw;
  left: -4.333vw;
  width: 9.333vw;
  height: 9.333vw;
  color: #222;
  font-family: Helvetica;
  font-size: 4.533vw;
  font-weight: bold;
  background-color: #ffd200;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius: 50%;
}

.flow-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6.4vw;
  font-size: 4vw;
  line-height: 1.6;
  font-weight: bold;
  color: #222;
}

.flow-image {
  width: 25.333vw;
  float: right;
}

.flow-after {
  position: relative;
  margin: 9.333vw 4vw 0;
  background-color: #fff;
  border: 2px solid #f68798;
  border-radius: 2.667vw;
  box-shadow: 3px 3px 0px 0px #f68798;
}

.flow-after-body {
  width: 92.267vw;
  margin: -5.333vw 0 0 -2.667vw;
}

.flow-after-caution {
  position: absolute;
  top: 19.733vw;
  left: 7.467vw;
  font-size: 2.9333333333vw;
  line-height: 1;
  color: #999;
}


.l-faq {
  background-color: var(--bg-color-cream);
}
.faq-title:before {
  background: url("../images/202407/ico_faq.png") center center no-repeat;
  background-size: 13.067vw 19.067vw;
}

.faq-question {
  position: relative;
  margin-bottom: 6.667vw;
  padding: 0 13.3333333333vw 0 12vw;
  font-size: 4.8vw;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: underline;
}

.faq-question:before {
  content: "Q";
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  width: 9.333vw;
  height: 9.333vw;
  color: #fff;
  font-family: Helvetica;
  font-size: 4.533vw;
  line-height: 1;
  font-weight: normal;
  background-color: var(--bg-color-orange);
  border-radius: 50%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.faq-answer {
  margin-bottom: 9.333vw;
  background-color: #fff;
  overflow: hidden;
}

.faq-answer-text {
  margin: 6.667vw 0;
  padding: 0 4vw;
  font-size: 4vw;
  line-height: 1.667;
}

.faq-caution {
  margin-bottom: 8vw;
  padding: 0 6.4vw 0 12.8vw;
  font-size: 3.2vw;
  line-height: 1.667;
  color: #999;
  text-align: left;
}

.faq-caution span {
  display: block;
  text-indent: -2em;
}
.faq-pic01 {
  float: right;
  width: 24vw;
  margin: 0 6.4vw 0 5.333vw;
}

.faq-pic02 {
  float: right;
  width: 25.333vw;
  margin: 0 6.4vw 0 5.333vw;
}

.faq-pic03 {
  float: right;
  width: 26.667vw;
  margin: 0 6.4vw 0 5.333vw;
}
.faq-more-button {
  display: block;
  width: 53.333vw;
  margin: 0 auto;
  padding: 3.467vw 0;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  text-decoration: none;
  color: #3b81ca;
  background-color: #fff;
  border: 1px solid #3b81ca;
  border-radius: 4.933vw;
}


.common-title01 {
  position: relative;
  margin-bottom: 8vw;
  padding: 0 84px 3.467vw 0;
  font-size: 4.267vw;
  line-height: 1.375;
  color: #333;
  background-color: transparent;
  border-bottom: 2px solid var(--bg-color-blue);
  border-radius: 0;
}

.common-title01:before {
  content: "";
  position: absolute;
  right: 2.667vw;
  bottom: 2.667vw;
  width: 14.667vw;
  height: 14.667vw;
  background: url(../images/202407/ico_staff01.png) 0 0 no-repeat;
  background-size: contain;
}

.common-text+.common-title01 {
  margin-top: 13.333vw;
}

.common-text {
  font-size: 4vw;
  line-height: 1.667;
}

.common-text+.common-text {
  margin-top: 8vw;
}

.sasare-image {
  float: right;
  width: 24.8vw;
  margin: 0 5.333vw 0 8vw;
}
.common-list {
  clear: both;
  margin: 25px 4vw;
  padding: 5.3333333333vw 0;
  font-weight: bold;
  background-color: var(--bg-color-cream);
  border: 1px solid var(--bg-color-blue);
  border-radius: 0.667vw;
}

.common-list li {
  position: relative;
  margin: 0 5.3333333333vw 0 4vw;
  padding-left: 4vw;
  font-size: 4vw;
  line-height: 1.533;
}

.common-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;  
}

.common-list li+li {
  margin-top: 2.667vw;
}


.around-damage {
  position: relative;
  margin: 10.667vw 0 15.467vw;
  padding: 0 3.467vw 0 2.4vw;
}

.around-damage:before {
  content: "";
  position: absolute;
  top: -11.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 43.333vw;
  height: 17.2vw;
  background: url(../images/common/img_arrow_yellow.png) 0 0 no-repeat;
  background-size: contain;
}

.miss-image01 {
  width: 26.667vw;
  float: right;
  margin: 9.333vw 0 0 6.667vw;
}

.miss-image01+.common-text,
.miss-image02+.common-text {
  margin-top: 9.333vw;
}

.miss-image02 {
  float: left;
  width: 28vw;
  margin: 9.333vw 5.333vw 0 0;
}

.l-expert {
  margin-bottom: 8vw;
  padding: 2.667vw;
  background-color: var(--bg-color-blue);
}

.expert-inner {
  padding-bottom: 14.6666666667vw;
  background-color: #fff;
  border-radius: 1.333vw;
}

.expert-title {
  position: relative;
  margin-bottom: 6.667vw;
  padding: 5.333vw 6.667vw;
  font-size: 4.8vw;
  line-height: 1.4;
  background-color: #ffe9ac;
  border-radius: 1.333vw 1.333vw 0 0;
}

.expert-title-img {
  position: absolute;
  bottom: 0;
  right: -1.067vw;
  width: 20vw;
}

.common-text + .expert-title {
  margin-top: 12vw;
}

.expert-img {
  display: block;
  margin-bottom: 6.667vw;
  padding: 0 6.667vw;
}

.expert-list {
  margin: 8vw 6.667vw 0;
  font-size: 4vw;
  font-weight: bold;
}

.expert-list li {
  position: relative;
  padding-left: 8vw;
  line-height: 1.467;
}

.expert-list li+li {
  margin-top: 5.333vw;
}

.expert-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 4.9333333333vw;
  height: 4.267vw;
  background-image: url("../images/common/ico/ico_check02.png");
  background-size: contain;
}

.expert-caution {
  position: absolute;
  bottom: -4.2666666667vw;
  left: 8vw;
  font-size: 2.9333333333vw;
  line-height: 1;
  color: #999;
  font-weight: normal;
}

.l-deals {
  margin: 0 4vw 9.867vw;
  background-color: var(--bg-color-cream);
  border: 2px solid #d8ab26;
}

.deals-title {
  position: relative;
  margin-bottom: 5.333vw;
  padding: 5.867vw;
  font-size: 4.267vw;
  line-height: 1;
  background-color: #ffe9ac;
  border-radius: 0.667vw 0.667vw 0 0;
}

.deals-img {
  width: 23.467vw;
  float: right;
  margin: 0 5.067vw 0 4vw;
}

.deals-text {
  margin-bottom: 6.667vw;
  padding: 0 6.4vw;
  font-size: 4vw;
  line-height: 1.667;
}

.button-flow-scroll {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.button-flow-scroll.show{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.button-flow-scroll,
.box-button-flow {
	width: 100%;
	padding: 1.56% 1.56% 0.16%;
	padding: 1.56vw 1.56vw 0.16vw;
	background: -webkit-repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
	background: -moz-repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
	background: repeating-linear-gradient(45deg, #205fa0, #205fa0 5px, #3d77b3 5px, #3d77b3 10px);
}

.button-flow-scroll {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  transition: .4s;
}

.button-flow-tel {
  display: block;
  float: left;
  width: 78.06%;
  width: 75.62vw;
}

@media screen and (min-width: 768px) {
	div,img,p,h1,h2,h3,ul,li,a{
		max-width:100% !important;
	}
	p,li,.box-button-flow,.copyright{
		font-size: 14px !important;
	}
	h2,h3,.recommend-name{
		font-size: 18px !important;
	}
	.l-header-globalnav{
		height: 100px;
	}
	.l-header-globalnav,
	body{
		width:800px !important;
		margin:0 auto !important;
	}
	.box-main {
	    padding-top: 100px !important;
	}
	.header-logo{
		width: 38.667% !important;
		margin: 3.7333333333% 0 0 2.667% !important;
	}
	.header-board{
		    width: 16.5333333333% !important;
    		height: 100% !important;
    		margin-left: 5.8666666667% !important;
    		padding: 30px !important;
    		background-size: auto !important;
    		float: right !important;
    		font-size:14px !important;
	}
	.mainimage-area {
    	top: 12vw !important;
    	left: 15vw !important;
    	padding: 10px !important;
    	font-size: 14px !important;
    }
	.mainimage-danger{
		margin:0 20px 0 20px !important;
		width:calc(100% - 40px) !important;
	}
	.mainimage-price {
	    height:330px !important;
	    padding:0 !important;
	}
	.tel-info-text {
    	bottom: 45px !important;
    	left: 30px !important;
    }
	.coupon-block {
    	margin: 0 0 40px.0;
    	padding: 20px;
    }
	.coupon-img {
    	width: 34.667%;
    }
	.card-img {
	    width: 50.667%;
	}
	.l-slide {
    	height: 450px !important;
    }
    .voice-title,
    .skill-title,
    .ease-title,
    .price-title,
    .flow-title,
    .faq-title,
    .column-title,
    .recommend-title,
    .area-title,
    .cause-title,
    .expert-title,
	.deals-title{
		margin: 0 0 40px;
        padding: 40px;
    }
    .voice-title-sub,
	.faq-title-sub,
	.column-title-sub,
	.price-title-sub,
	.voice-title-sub,
	.flow-title-sub,
	.faq-title-sub,
	.column-title-sub,
	.recommend-title-sub,
	.area-title-sub{
		font-size: 18px !important;
		top: -40px;
    	left: 20px;
	}
	.faq-title:before,
	.deals-title:before,
	.flow-title:before,
	.recommend-title:after,
	.voice-title-ico,
	.price-title-ico{
		width:17%;
		background-size: contain;
		background-position: bottom;
		right:20px;
	}
	.box-button-flow,
	.button-flow-scroll{
		display:none !important;
	}
	.recommend-list{
		padding:0;
	}
	.skill-list {
    	padding: 30px;
    }
    .skill-contact {
	    width: 62.133%;
	    margin:0;
	}
    .ease-staff {
	    width: 25.333%;
	}
	.price-title-ico {
    	width: 30.667%;
    }
    div.price-type>h3{
    	margin:10px 0 20px;
    }
    .price-type{
    	padding-bottom:40px;
    }
    .sting-title:before,
    .around-damage:before {
    	display:none;
    }
    .sting-title {
	    padding: 0 150px;
	}
	
	.tel-wrapper {
    	margin-bottom: 0 !important;
    }
    .calltoaction-block {
    	margin-bottom: 70px;
    }
    div.voice-block-inner>img{
    	width: 14.4%;
    	top:10px;
    	left:10px;
    }
    .voice-block{
    	margin:0;
    }
    .voice-block-inner:after {
	    width: 15.733%;
	}
	.voice-headline{
		padding-top:40px;
		margin-bottom:20px;
	}
	.voice-name{
		margin-bottom:40px;
	}
	.voice-text{
		margin-bottom:20px;
	}
	.flow-image {
    	width: 35%;
    }
    .flow-item-number,
    .faq-question:before{
    	top: -10px;
    	left: -10px;
    	width: 50px;
    	height: 50px;
    	padding: 15px;
    	font-size: 25px;
    }
    .l-flow,
    .l-faq,
    .l-cause{
    	padding-bottom: 150px;
    }
    .faq-question {
    	margin-bottom: 20px;
    }
    .faq-answer {
    	margin: 0 4vw 40px;
    }
    .faq-answer-text,
    .deals-text{
    	margin: 40px 0;
    	padding: 0 40px;
    }
    div.faq-answer>img{
    	width:24%;
    }
    .faq-caution {
    	padding: 0 40px;
    }
    .area-365days {
    	width: 43.867%;
    }
    .common-title01{
    	margin:40px 0;
    	padding: 0 150px 10px 0;
    }
    .common-title01:before{
    	right: 0px;
    	bottom: -20px;
    	width: 110px;
    	height: 110px;
    }
    .sasare-image{
    	width:14%;
    }
    .common-list{
    	margin:40px;
    	padding:40px 0;
    }
    .common-list li {
    	padding-left:1rem;
    	margin:30px 40px;
    }
    .common-text+.common-text {
	    margin-top: 40px
	}
	.around-damage{
		margin-top:100px;
	}
	.cause-title-ico {
	    top: -40px;
	    right: 30px;
	    left:auto;
	    width: 18%;
	}
	.l-cause>section{
		padding:0 40px;
	}
	
	.miss-image01+.common-text, .miss-image02+.common-text {
	    margin-top: 40px;
	}
	.miss-image01 {
	    width: 26.667%;
	    margin: 40px 6.667vw 0 5.333vw;
	}
	.miss-image02 {
	    width: 28%;
	    margin: 40px 5.333vw 0 5.333vw;
	}
	.expert-title-img{
		width:20%;
	}
	.expert-img{
		margin-bottom:40px;
	}
	.common-text + .expert-title {
	    margin-top: 60px;
	}
	.expert-list{
		margin:40px;
	}
	.expert-list li+li {
	    margin-top: 30px;
	}
	.expert-inner {
    	padding-bottom: 40px;
    }
    .header-globalnav-inner>img {
	    width: 25% !important;
	    height: auto !important;
	}
	.flow-after-body {
	    width: 92.267%;
	    margin: -5.333% 0 0 -2.667%;
	}
	.flow-after-caution{
		display:none;
	}
	.area-wrapper01 {
    	width: 40%;
    	margin: 0 0 0 6.667%;
    }
    .area-wrapper02 {
	    width: 40%;
	    margin: 0 6.667% 0 0;
	}
	.area-text{
		margin-bottom:20px;
	}
	.recommend-item{
		margin-bottom:40px;
	}
	.area-attention {
    	margin-bottom:40px;
    }
    .footer-logo02 {
	    margin: 0 auto;
	    width: 30%;
	}
	.l-footer-info {
	    padding: 40px;
    }
}