/* CSS Document variable */
/*!
============================ Home CSS ==============================

	#home HOME

====================================================================
*/
.col2:after {
  content: "";
  display: block;
  clear: both;
}
.col2 .item {
  float: left;
}
.col2 .item:nth-child(odd) {
  margin-left: 0 !important;
}

.col3:after {
  content: "";
  display: block;
  clear: both;
}
.col3 .item {
  float: left;
}
.col3 .item:nth-child(3n+1) {
  margin-left: 0 !important;
}

.col4:after {
  content: "";
  display: block;
  clear: both;
}
.col4 .item {
  float: left;
}
.col4 .item:nth-child(4n+1) {
  margin-left: 0 !important;
}

.col5:after {
  content: "";
  display: block;
  clear: both;
}
.col5 .item {
  float: left;
}
.col5 .item:nth-child(5n+1) {
  margin-left: 0 !important;
}

.bgCmn01 {
  background: url(../img/home/bg_pattern03.png) repeat;
}

/*  .mainArea
================================================== */
#mainImg {
  width: 100%;
}
#mainImg img {
  width: 100%;
}

/*  .intro
================================================== */
#intro .bg {
  position: relative;
  padding: 6px;
  background: #e9e9e9;
}
#intro .bg .box {
  padding: 1px;
  background: #dadbdc;
}
#intro .bg .box .innerBox {
  padding: 47px 60px 40px 58px;
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
}
#intro .catch {
  position: absolute;
  top: -13px;
  left: 289px;
}
#intro ul li {
  margin-bottom: 7px;
}
#intro ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1080px) {
  #intro .bg .box .innerBox {
    padding: 5.4% 6.8% 4.8% 6.7%;
  }
  #intro .fl {
    width: 46.2427745665%;
  }
  #intro .img {
    width: 46.4739884393%;
  }
  #intro .img img {
    width: 100%;
  }
}

.intro__inner {
  padding-top: 4.3229166667%;
}

/*  reason
================================================== */
#reason .txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
}
#reason .reasonIn {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 34px 39px 39px;
}
#reason .list {
  margin-top: 25px;
}
#reason .list li + li {
  margin-top: 10px;
}

#service .inner > ul > li {
  position: relative;
  padding: 28px 0 45px;
  background: #fff;
  border: 1px solid #e1e1e1;
}
#service .inner > ul > li .tit {
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 2px solid #9ec000;
}
#service .inner > ul > li .item {
  width: 214px;
  margin-left: 21px;
  padding: 15px;
  background: #fff;
  border: 4px solid #f1f1f0;
}
#service .inner > ul > li .item .pic {
  margin-bottom: 10px;
}
#service .inner > ul > li .item .txt {
  font-size: 12px;
}
#service .inner .col3 {
  width: 684px;
  margin-bottom: 28px;
}
#service .inner .col5 {
  width: 919px;
  margin: 0 auto 28px;
}
#service .inner .col5 .item {
  width: 174px;
  margin-left: 12px;
  padding: 10px 12px 12px 9px;
}
#service .inner .btnWrap {
  width: 880px;
  margin: 0 auto;
}
#service .inner .btnWrap li {
  float: left;
  margin-left: 20px;
	width: 280px;
}
#service .inner .btnWrap li:first-child {
  margin-left: 0;
}
#service .inner .img {
  position: absolute;
  right: -30px;
  bottom: 0;
}
@media all and (max-width: 1080px) {
  #service .inner .col5 {
    padding-inline: 4%;
    margin-inline: 0;
  }
  #service .inner .col5 .item {
    width: 18.9336235038%;
    margin-left: 1.3057671382%;
  }
}

#merit .txtArea {
  width: 600px;
}
#merit .txtArea span {
  font-weight: bold;
  color: #ff7400;
}
#merit .txtArea ul {
  overflow: hidden;
}
#merit .txtArea ul li {
  float: left;
  font-size: 13px;
  padding-right: 13px;
  /* margin-left: 15px; */
}
#merit .txtArea ul li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #9ec000;
	border-radius: 50%;
}
#merit .txtArea ul li:first-child {
  margin-left: 0;
}

/*  about
================================================== */
#about .inner > .txt {
  margin: 13px 0 23px;
}
#about .col4 .item {
  position: relative;
  width: 220px;
  margin-left: 2.0833333333%;
  padding: 15px;
  background: #fff;
  border: 4px solid rgba(227, 226, 216, 0.8);
}
#about .col4 .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: -23px;
  width: 19px;
  height: 54px;
  background: url(../img/home/arw_right01.png) no-repeat;
}
#about .col4 .item:nth-child(4):after, #about .col4 .item:nth-child(8):after {
  content: none;
}
#about .col4 .item .ico {
  position: absolute;
  top: 0;
  left: 0;
}
#about .col4 .item .tit {
  margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px dotted #ccc;
}
#about .col4 .item .tit img {
	display: block;
	margin-bottom: 10px;
}
#about .col4 .item .txt {
  font-size: 12px;
}
#about table {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 2px solid #d4d4d3;
}
#about table .th {
  background: #ababab;
}
#about table th {
  background: #ababab;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d4d4d3;
  border-bottom: 1px solid #d4d4d3;
}
#about table td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d4d4d3;
  border-bottom: 1px solid #d4d4d3;
}
@media all and (max-width: 1080px) {
  #about .col4 .item {
    width: 22%;
    margin-left: 4%;
  }
}

/*  faq
================================================== */
#faq #faqContent {
  padding: 20px 20px 40px;
  background: url(../img/home/bg_pattern03.png) repeat;
}
#faq .box {
  margin-bottom: 15px;
  padding: 25px 40px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
#faq .box dt {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 46px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  background: url(../img/home/border01.png) no-repeat bottom left;
}
#faq .box dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: url(../img/home/ico_faq01.png) no-repeat;
}
#faq .box dd {
  position: relative;
  padding-left: 46px;
  min-height: 34px;
}
#faq .box dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: url(../img/home/ico_faq02.png) no-repeat;
}

/*  result
================================================== */
#result .catch {
  margin-left: 158px;
  margin-bottom: 23px;
}
#result .col4 .item {
  width: 234px;
  margin-left: 21px;
  padding: 19px 19px 25px;
  background: #fff;
  border: 4px solid rgba(227, 226, 216, 0.8);
}
#result .col4 .item .tit {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
#result .col4 .item .txt {
  margin-bottom: 9px;
}
#result .col4 .item .btn {
  text-align: center;
}
#result .col4 .item .btn a:hover {
  opacity: 0.7;
}

/*  column
================================================== */
#column ul {
  overflow: hidden;
  padding: 26px 26px 27px;
  border: 4px solid #f1f1f0;
  background-color: #fff;
}
#column ul li {
  float: left;
  overflow: hidden;
  border-radius: 2px;
  width: 465px;
  background-color: #f6f6f6;
  box-shadow: 0px 1px 0px 0px #e5e5e5;
  -moz-box-shadow: 0px 1px 0px 0px #e5e5e5;
  -webkit-box-shadow: 0px 1px 0px 0px #e5e5e5;
}
#column ul li:hover {
  position: relative;
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#column ul li:nth-child(even) {
  margin-left: 10px;
}
#column ul li:nth-child(2n+1) {
  clear: both;
}
#column ul li:nth-child(n+3) {
  margin-top: 11px;
}
#column ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 36px 14px 20px;
}
#column ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/common/ico_arrow_green01.png) no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
#column .btn:hover {
  opacity: 0.7;
}
@media all and (max-width: 1080px) {
  #column ul li {
    width: 48.4375%;
  }
}

/*  voice
================================================== */
#voice ul {
  overflow: hidden;
}
#voice ul li {
  float: left;
  width: 480px;
  border-bottom: 1px solid #d4d4d3;
}
#voice ul li:hover a {
  text-decoration: underline;
}
#voice ul li:nth-child(even) {
  margin-left: 40px;
}
#voice ul li:nth-child(2n+1) {
  clear: both;
}
#voice ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 32px 19px;
}
#voice ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/home/ico_voice01.png) no-repeat;
  left: 0;
  top: 20px;
}
#voice ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow_black02.png) no-repeat;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
#voice .btn:hover {
  opacity: 0.7;
}
@media all and (max-width: 1080px) {
  #voice ul li {
    width: 48%;
  }
  #voice ul li:nth-child(even) {
    margin-left: 4%;
  }
}

#period .maintenanceContents ul {
  width: 780px;
  height: 53px;
  padding-top: 15px;
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#period .maintenanceContents ul li {
  float: left;
  font-size: 13px;
  padding: 0 8px 0 14px;
  margin-left: 25px;
  background: url(../img/home/ico_circle02.png) no-repeat left 7px;
}

#partner .box {
  padding: 28px 0 38px;
  background: url(../img/home/bg_pattern03.png) repeat;
}
#partner .box > .tit {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 2px solid #13349c;
}
#partner .box ul {
  overflow: hidden;
  padding: 0 30px 0 50px;
}
#partner .box ul li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 450px;
}
#partner .box ul li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #c6c6c6;
}
#partner .box ul li:last-child {
  padding-left: 50px;
}
#partner .box ul li .img {
  float: left;
  margin-right: 23px;
}
#partner .box ul li .txtArea {
  float: left;
  width: 287px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#partner .box ul li:last-child .txtArea {
  width: 237px;
}
#partner .box ul li .txtArea .tit {
  margin-bottom: 10px;
}
#partner .box .btn {
  margin-top: 30px;
}
#partner .box .bnr {
  margin-top: 38px;
}
#partner .box .bnr:hover {
  opacity: 0.7;
}
#partner #license {
  padding: 26px 40px;
  background: #fff;
  border: 4px solid #f1f1f0;
}
#partner #license ul {
  overflow: hidden;
  padding-left: 11px;
  border-bottom: 1px solid #c6c6c6;
}
#partner #license ul li {
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: 230px;
  padding: 15px 0 15px 15px;
  position: relative;
}
#partner #license ul li:before {
  left: 0;
  top: 21px;
  content: "";
  background-color: #bdbdbd;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
#partner #license ul li:first-child {
  width: 238px;
}
#partner #license ul li:last-child {
  width: 202px;
}

#aircon {
  text-align: center;
}
#aircon .bnr {
  width: 1000px;
  margin: 0 auto;
}
#aircon .bnr img {
  margin-right: -16px;
}
#aircon .bnr:hover {
  opacity: 0.7;
}

#sns {
  padding: 60px 0;
}
#sns .tit {
  text-align: center;
  margin-bottom: 30px;
}
#sns .snsList01 {
  overflow: hidden;
}
#sns .snsList01 li {
  float: left;
  width: 490px;
  max-height: 400px;
  overflow-y: scroll;
}
#sns .snsList01 .boxTw01 {
  border: 2px solid #e4e4e4;
}
#sns .snsList01 .boxFb01 {
  margin-left: 18px;
  border-radius: 3px;
}

/*  area
================================================== */
#area .txt {
  margin: 13px 0 20px 0;
}
#area .bg {
  position: relative;
  padding: 6px;
  background: #e9e9e9;
}
#area .bg .box {
  padding: 1px;
  background: #dadbdc;
}
#area .bg .box .innerBox {
	position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
}
#area .prefWrap {
  padding: 14px 60px 22px;
  border: 4px solid #003666;
}
#area .prefBox {
  width: 535px;
}
#area .prefImg  {
  position: absolute;
  top: 82px;
  right: 40px;
}}
#area .prefBox .pref {
  margin-top: 8px;
  color: #13349c;
  font-size: 15px;
  font-weight: bold;
}
#area .prefBox ul {
  font-size: 0;
}
#area .prefBox ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  line-height: 1.53;
}
#area .prefBox ul li a {
  text-decoration: underline;
}
#area .prefBox ul li a:hover {
  text-decoration: none;
}

#areaBottomBox {
  padding: 30px 0;
  background: #fff;
}
#areaBottomBox .inner {
  padding: 20px 30px 10px;
  border: 1px solid #d1d1d1;
}

/*  home-all
================================================== */
.home-all__inner {
  position: relative;
  padding-top: 116px;
  padding-bottom: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-all__inner::before {
  content: "";
  background: url(../img/home/img_all02.png) no-repeat center/contain;
  width: 423px;
  height: 265px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(36%);
          transform: translateY(36%);
  z-index: 1;
}
.home-all__head {
  margin-right: 6.09375%;
  position: relative;
  top: 25px;
  left: 8px;
}
.home-all__body {
  position: relative;
  padding-top: 80px;
}
.home-all__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.4444444444;
}
.home-all__txt + .home-all__txt {
  margin-top: 2em;
}
.home-all__img {
  position: absolute;
  right: -9.375%;
  top: 0;
}

/*  home-price
================================================== */
.home-price {
  background: url(../img/home/bg_price00.png) no-repeat bottom center/cover;
  position: relative;
}
.home-price__bg-txt {
  position: absolute;
}
.home-price__bg-txt:nth-of-type(1) {
  top: 0;
  right: 0;
}
.home-price__bg-txt:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.home-price__inner {
  position: relative;
  padding-top: 130px;
  padding-bottom: 150px;
}
.home-price__label {
  position: absolute;
  top: -38px;
  right: -8px;
}
.home-price__head {
  text-align: center;
}
.home-price__lead-wrap {
  text-align: center;
  margin-top: 21px;
}
.home-price__lead {
  font-size: 20px;
  font-weight: 700;
  padding-inline: 2em;
  /* border: 1px solid #fff; */
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 2.2;
	/* background: url(../img/home/bg_ribbon01.png) no-repeat center / contain; */
}
.home-price__list-wrap {
  margin-top: 70px;
}
.home-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1080px) {
  .home-price__label {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*  home-compatible
================================================== */
.home-compatible__inner {
  padding-top: 123px;
  padding-bottom: 226px;
}
.home-compatible__head {
  font-weight: 500;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.home-compatible__head-in {
	display: inline-block;
	border-bottom: 1px solid #9fc200;
}

.home-compatible__head-bold {
	color: #9fc200;
}
.home-compatible__wrap {
  margin-top: 63px;
}
.home-compatible__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 75px 30px;
}
.home-compatible__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home-compatible__num {
  background: #7f9c00;
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: -10px;
}
.home-compatible__lead {
  font-size: 26px;
  font-weight: 700;
  margin-top: 21px;
  padding-bottom: 17px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  text-align: center;
}
.home-compatible__txt {
  margin-top: 17px;
  font-size: 18px;
  padding-inline: 1em;
}

/*  bnrs
================================================== */
.bnrs {
  background: #f2f2f2;
}
.bnrs__wrap {
  position: relative;
  top: -120px;
}
.bnrs__bnr {
  display: block;
}
.bnrs__wrap .bnr + .bnr {
  margin-top: 30px;
}
.bnrs__wrap .bnr a{
  transition: all 0.3s ease;
}
.bnrs__wrap .bnr a:hover{
	opacity: 0.7;
}
.bnrs__note-wrap {
  margin-top: 30px;
}
.bnrs__note {
  font-size: 14px;
  color: #a1a1a1;
}

/*  area-all
================================================== */
.area-all__inner {
  position: relative;
  padding-top: 116px;
  padding-bottom: 217px;
}
.area-all__inner::before {
  content: "";
  background: url(../img/home/img_all02.png) no-repeat center/contain;
  width: 423px;
  height: 265px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(36%);
          transform: translateY(36%);
  z-index: 1;
}
.area-all__head {
  text-align: center;
}
.area-all__head-in {
  display: inline-block;
  font-size: 28px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.area-all__body {
  text-align: center;
  margin-top: 35px;
}
.area-all__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.4444444444;
}
