@charset "UTF-8";

/* 全ページ共通 */
body{
  color: #333;
}
.freePage ul, .freePage ol{
  list-style: none;
}
#fs_CustomPage .fs-l-main p, #fs_CustomPage .fs-l-main h1, #fs_CustomPage .fs-l-main h2, #fs_CustomPage .fs-l-main h3, #fs_CustomPage .fs-l-main h4, #fs_CustomPage .fs-l-main h5, #fs_CustomPage .fs-l-main li, #fs_CustomPage .fs-l-main dt, #fs_CustomPage .fs-l-main dd, #fs_CustomPage .fs-l-main th, #fs_CustomPage .fs-l-main td, #fs_CustomPage .fs-l-main span{
  line-height: 1.8;
}
.freePage p{
  font-size: 1.5rem;
}
.freePage #toApp{
  margin: 130px auto 0;
  max-width: 700px;
}
.freePage #toApp .imgArea{
  width: 500px;
  position: relative;
}
.freePage #toApp .btnArea{
  float: left;
  width: 338px;
  display: block;
  margin: 90px auto 0;
  text-align: center;
  color: #153083;
  border: 1px solid #153083;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 15px 10px;
  position: absolute;
  bottom: 150px;
  right: -150px;
}
.freePage #toApp .btnArea:hover{
  color: #fff;
  background: #153083;
}
h1.fs-c-heading--page{
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.0rem;
  color: #333;
  letter-spacing: 2px;
}
.freePage a.defLinkBtn{
  color: #333;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 3px;
  padding: 12px 4px;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  max-width: 300px;
  margin: 30px auto 0;
}
.freePage a.defLinkBtn::after{
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background-image: url(https://www.aqros.co.jp/special/wp-content/uploads/2020/08/ico_arrowBk_goodgoods02.png);
  background-position: center center;
  background-size: 35px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.freePage a.defLinkBtn:hover::after{
  right: 10px;
}
.freePage .red h2{
  color: #fff;
  background: #dc1b00;
}
.freePage .red p, .freePage .red li{
  color: #dc1b00;
}
/* 全ページ共通end */

/* はじめての方へページ */
#firsttime-guide .box01{
  max-width: 777px;
  margin: 0 auto;
}
#firsttime-guide .box01 h2{
  font-size: 2.2rem;
  font-weight: 400;
}
#firsttime-guide .box01 h2 span{
  display: block;
  width: 90px;
  margin-bottom: 25px;
}
#firsttime-guide section{
  margin-top: 80px;
}
#firsttime-guide .box01 .txtArea{
  margin-top: 48px;
}
#firsttime-guide .box01 .txtArea p{
  font-size: 1.6rem;
  line-height: 1.8;
}
#firsttime-guide p{
  margin-bottom: 30px;
}
#firsttime-guide .box02{
  margin-top: 135px;
  padding: 0 6%;
}
#firsttime-guide .box02 h2{
  text-align: center;
  color: #3b516b;
  font-size: 3.0rem;
  font-weight: bold;
}
#firsttime-guide .box02 .boxIn01 > ul{
  margin-left: -8%;
}
#firsttime-guide .box02 .boxIn01 > ul li{
  margin: 60px 0 0 8%;
  float: left;
  width: 42%;
  text-align: center;
  background: #f2f2f2;
  padding: 30px;
}
#firsttime-guide .box02 .boxIn01, #firsttime-guide .box02 .boxIn02{
  max-width: 777px;
  margin-left: auto;
  margin-right: auto;
}
#firsttime-guide .box02 .boxIn02{
  margin-top: 100px;
}
#firsttime-guide .box02 .boxIn02 > ul li{
  /*margin: 60px 0 0 8%;
  float: left;*/
  margin: 60px auto 0;
  width: 42%;
  text-align: center;
  background: #f2f2f2;
  padding: 30px;
}
#firsttime-guide .box02 .boxIn01 > ul, #firsttime-guide .box02 .boxIn02 > ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#firsttime-guide .box02 dt{
  color: #3b516b;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
#firsttime-guide .box02 dd{
  color: #3b516b;
  font-size: 1.5rem;
  margin-top: 35px;
  text-align: left;
  line-height: 1.8;
}
#firsttime-guide .box02 > p{
  text-align: center;
  font-size: 1.6rem;
  margin-top: 80px;
}
#firsttime-guide .box02 a{
  width: 338px;
  display: block;
  margin: 90px auto 0;
  text-align: center;
  color: #153083;
  border: 1px solid #153083;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 10px;
}
#firsttime-guide .box02 a:hover{
  color: #fff;
  background: #153083;
}
/* はじめての方へページend */

/* LINE公式アカウントはじめました。ページ */
#line h1 span, #line h2 span{
  display: block;
  margin-top: 30px;
}
#line h1 span{
  margin-top: 50px;
}
#line .box01 .btnArea{
  text-align: center;
  margin-top: 80px;
  position: relative;
}
#line .box01 .btnArea::after{
  content: "";
  display: block;
  width: 242px;
  height: 120px;
  position: absolute;
  right: 120px;
  top: -80px;
  background: url(/item/img/line/ico_campaign_01.png) center center no-repeat;
}
#line .box01 .btnArea p{
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  width: auto;
  color: #15c815;
  font-weight: 600;
  font-size: 30px;
}
#line .box01 .btnArea img{
  display: inline-block;
  vertical-align: middle;
}
#line .box01 .btnArea a{
  display: inline-block;
  vertical-align: middle;
}
#line a:hover{
  opacity: 0.7;
}
#line .box01 p:last-child{
  text-align: center;
  margin-top: 110px;
}
#line section{
  margin-bottom: 120px;
}
#line .box02{
  background: url(/item/img/line/bg_grStripe.jpg);
  padding: 70px 0 100px;
}
#line h2{
  margin-bottom: 90px;
}
#line .box02 ol{
  list-style: none;
}
#line .box02 li{
  text-align: center;
  margin-top: 30px;;
}
#line .box02 h2{
  margin-bottom: 60px;;
}
#line .box03 li .leftBox{
  width: 38%;
}
#line .box03 li .rightBox{
  width: 53%;
  margin-top: 10px;
}
#line .box03 ul > li{
  position: relative;
  padding: 0 130px;
}
#line .box03 ul > li:nth-child(1){
  padding-bottom: 80px;
  border-bottom: 1px dashed #15c815;
}
#line .box03 ul > li:nth-child(1)::before{
  content: "または";
  text-align: center;
  display: block;
  width: 108px;
  font-size: 24px;
  font-weight: bold;
  color: #15c815;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -54px;
}
#line .box03 ul > li:nth-child(2){
  padding-top: 80px;
}
#line .box03 ul div h3{
  font-size: 26px;
  color: #15c815;
  margin-bottom: 46px;
}
#line .box03 li .rightBox p{
  font-size: 1.8rem;
  line-height: 2.0;
}
#line .box03 li .rightBox p.caution{
  font-size: 1.4rem;
  margin-top: 40px;
}
#line .box03 li .rightBox ol li{
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}
#line .box03 li .rightBox ol li span{
  font-weight: bold;
}
#line li .imgArea{
  text-align: center;
  margin-top: 50px;
}
#line li .imgArea img:nth-child(1){
  margin-right: 80px;
}
#line .box04{
  margin-top: 200px;
}
#line .box04 .txtArea{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#line .box04 .txtArea p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.0;
}
#line .box04 a{
  display: block;
  width: 740px;
  background: #15c815;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 60px auto 0;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
}
#line .box04 a::after{
  content: "";
  background: url(/item/img/common/ico_btnArrow_wt01.png);
  background-size: 11px;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 25px;
}
/* LINE公式アカウントはじめました。ページend */

/* 会社概要ページ */
#company .section01{
  width: 990px;
  margin: 0 auto;
}
#company .section01 table{
  border: none;
  margin: 0;
  width: 100%;
}
#company .section01 th{
  width: 28%;
  padding: 30px 0;
  font-weight: bold;
  background: none;
  color: #333;
  border: none;
  border-top: 1px solid #ccc;
  vertical-align: top;
}
#company .section01 td{
  width: 70%;
  padding: 30px 0;
  color: #333;
  border: none;
  border-top: 1px solid #e9e9e9;
}
/* 会社概要ページend */

/* ご利用ガイドページ */
#guide a{
  text-decoration: underline;
}
#guide a:hover{
  color: #3790e8;
}
#guide .contactInfo h3{
  margin-bottom: 10px;
}
#guide .contactInfo .fs-c-address span{
  display: block;
}
#guide .contactInfo .contactTitArea{
  margin-bottom: 20px;
  padding: 8px;
}
/* ご利用ガイドページend */

/* AQROS公式アプリ登場ページ */
#app .box01{
  margin-top: 200px;
}
#app .box01 .btnArea{
  position: relative;
  max-width: 725px;
  margin: 0 auto;
}
#app .box01 .btnArea::before{
  content: "";
  display: block;
  width: 222px;
  height: 120px;
  background: url(/item/img/app/ico_campaign_01.png) center center no-repeat;
  position: absolute;
  top: -140px;
  right: -180px;
}
#app .box01 .leftBox{
  width: 39%;
  padding-right: 90px;
}
#app .box01 .rightBox{
  width: 61%;
  text-align: center;
  margin-top: 30px;
}
#app .box01 .rightBox li{
  display: inline-block;
  max-width: 212px;
}
#app .box01 .rightBox li:first-child{
  margin-right: 52px;
  max-width: 171px;
}
#app .box01 .rightBox h2{
  margin-bottom: 50px;
}
#app .box01 .rightBox li > img{
  display: inline-block;
  width: 122px;
  padding: 15px;
  background: #e6e6e6;
}
#app .box01 .rightBox li a{
  margin-top: 30px;
  display: inline-block;
}
#app .box01 .rightBox li a:hover{
  opacity: 0.8;
}
#app .prologue{
  background: #8ed7d8;
  margin-top: 100px;
  padding: 40px 18%;
}
#app .prologue h2{
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
#app .prologue p{
  color: #fff;
  font-size: 1.6rem;
  margin-top: 25px;
}
#app .box02{
  margin: 190px auto 0;
  max-width: 972px;
}
#app .box02 ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#app .box02 .boxIn01 li{
  max-width: 437px;
  background: #ffe600;
  border-radius: 10px;
  padding: 0 74px 30px;
}
#app .box02 .boxIn01 .listIn{
  margin: -73px -115px 0;
}
#app .box02 .boxIn01 .leftBox{
  margin-right: 98px;
}
#app .box02 .boxIn01 dl{
  margin: 20px 115px 0;
}
#app .box02 .boxIn01 dt{
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
#app .box02 .boxIn01 dd{
  margin-top: 20px;
  font-size: 1.5rem;
}
#app .box02 .boxIn02{
  margin: 30px -50px 0;
}
#app .box02 .boxIn02 li{
  width: 33.333%;
  margin: 30px 0 0;
  text-align: center;
  border-left: 1px solid #ffe600;
  float: left;
  padding: 20px 35px;
}
#app .box02 .boxIn02 li:first-child{
  border: none;
}
#app .box02 .boxIn02 li p{
  font-size: 2.0rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  margin-top: 20px;
}
#app .box02 .boxIn02 li p span{
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}
#app article{
  margin: 0 9%;
}
#app article section{
  margin-top: 140px;
}
#app article h2{
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 70px;
}
#app article h3{
  font-size: 2.4rem;
}
#app article h3 span{
  font-size: 1.6rem;
}
#app article section ol{
  margin-left: -5%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#app article section ol > li{
  float: left;
  width: 45%;
  margin: 70px 0 0 5%;
  position: relative;
  text-align: center;
  padding-top: 35px;
}
#app article section ol > li::before{
  content: "";
  display: block;
  width: 69px;
  height: 69px;
  position: absolute;
  left: 0;
  top: 0;
}
#app article section.box03 ol > li:nth-child(1):before{
  background: url(/item/img/app/ico_bl_step01.png) left top no-repeat;
}
#app article section.box03 ol > li:nth-child(2):before{
  background: url(/item/img/app/ico_bl_step02.png) left top no-repeat;
}
#app article section.box03 ol > li:nth-child(3):before{
  background: url(/item/img/app/ico_bl_step03.png) left top no-repeat;
}
#app article section.box03 ol > li:nth-child(4):before{
  background: url(/item/img/app/ico_bl_step04.png) left top no-repeat;
}
#app article section.box03 ol > li:nth-child(5):before{
  background: url(/item/img/app/ico_bl_step05.png) left top no-repeat;
}
#app article section.box04 ol > li:nth-child(1):before{
  background: url(/item/img/app/ico_or_step01.png) left top no-repeat;
}
#app article section.box04 ol > li:nth-child(2):before{
  background: url(/item/img/app/ico_or_step02.png) left top no-repeat;
}
#app article section.box04 ol > li:nth-child(3):before{
  background: url(/item/img/app/ico_or_step03.png) left top no-repeat;
}
#app article section.box04 ol > li:nth-child(4):before{
  background: url(/item/img/app/ico_or_step04.png) left top no-repeat;
}
#app article section.box05 ol > li:nth-child(1):before{
  background: url(/item/img/app/ico_red_step01.png) left top no-repeat;
}
#app article section.box05 ol > li:nth-child(2):before{
  background: url(/item/img/app/ico_red_step02.png) left top no-repeat;
}
#app article section.box05 ol > li:nth-child(3):before{
  background: url(/item/img/app/ico_red_step03.png) left top no-repeat;
}
#app article section ol > li > img{
  margin-bottom: 30px;
}
#app article section ol > li p{
  font-size: 2.0rem;
  font-weight: 500;
  width: 92%;
  margin: 0 auto;
}
#app article section ol > li p.detail{
  font-size: 1.6rem;
  text-align: left;
  margin-top: 20px;
  font-weight: 400;
}
#app article section ol > li p.detail span{
  font-weight: bold;
}
#app article section ol > li p.detail span.fc_red{
  color: #ff0000
}
#app article section ol li .otherMem_btn{
  display: block;
  background: #ff4f4d;
  color: #fff;
  width: 80%;
  margin: 50px auto 0;
  padding: 20px 20px 50px;
  font-weight: 500;
  position: relative;
  font-size: 1.5rem;

}
#app article section ol li .otherMem_btn::after{
  content: "";
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
#app article section ol li .otherMem_btn:hover::after{
  bottom: 20px;
}
#app article section.box03 .secIn02{
  margin-top: 150px;
}
#app article section.box04 h2{
  margin-bottom: 0;
}
#app article section.box05 h2{
  background: #ff4f4d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 -100%;
  padding: 45px 20px;
  letter-spacing: 2px;
}
/* AQROS公式アプリ登場ページend */

/* LINE ID連携でお買い物が便利にページ */
#line-intro .fs-c-imageContainer{
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}
#line-intro .fs-c-imageContainer a{
  width: 300px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
#line-intro .fs-c-imageContainer a::after{
  content: "";
  background: url(/item/img/common/ico_btnArrow_wt01.png);
  background-size: 11px;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 25px;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
#line-intro .fs-c-imageContainer a:hover::after{
  right: 22px;
}
#line-intro .fs-c-imageContainer span{
  width: 50%;
  display: block;
  margin: 0 auto;
}
#line-intro .fs-p-screenImages{
  margin: 50px auto;
  grid-gap: 60px;
  max-width: 80%;
}
#line-intro .aboutLine a{
  display: block;
  max-width: 500px;
  background: #15c815;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 60px auto 0;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
}
#line-intro .aboutLine a::after{
  content: "";
  background: url(/item/img/common/ico_btnArrow_wt01.png);
  background-size: 11px;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 25px;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
#line-intro .aboutLine a:hover::after{
  right: 22px;
}
/* LINE ID連携でお買い物が便利にページend */

/* 商品のご返品・交換・ご返金についてのご案内ページ */
#return-about .contentHead{
  margin-top: 60px;
}
#return-about .contentHead .subTit{
  max-width: 700px;
  font-size: 1.6rem;
  margin: 0 auto;
  line-height: 2.0;
}
#return-about .contentHead .downloadArea p{
  text-align: center;
  margin: 30px 0 15px;
}
#return-about .contentHead .downloadArea p b{
  font-size: 1.8rem;
}
#return-about .contentHead .downloadArea a.defLinkBtn{
  margin-top: 15px;
  font-size: 1.6rem;
}
#return-about .contentHead .downloadArea a.defLinkBtn .material-icons{
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -21px;
  font-size: 2.4rem;
  -webkit-transition: all .1s;
  transition: all .1s;
}
#return-about .contentHead .downloadArea a.defLinkBtn:hover .material-icons{
  right: 10px;
}
#return-about .contentHead .downloadArea a.defLinkBtn::after{
  display: none;
}
#return-about .contentHead .downloadArea .caution{
  color: #fff;
  background: #dc1b00;
  font-size: 1.5rem;
  max-width: 550px;
  padding: 10px 5px;
  margin: 30px auto;
}
#return-about .contentHead .flowArea{
  background: #e5e5e5;
  margin: 60px 0;
  padding: 40px 70px 50px;
}
#return-about .contentHead .flowArea h2, #return-about .contentBottom h2{
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
#return-about .contentHead .flowArea ul{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
#return-about .contentHead .flowArea ul li{
  max-width: 320px;
}
#return-about .contentHead .flowArea ul li img{
  max-width: 240px;
  display: block;
  margin: 0 auto 10px;
}
#return-about .contentHead .flowArea ul li p{
  font-size: 1.6rem;
}
#return-about .contentHead .flowArea p.caution{
  background: #fff;
  border: 2px solid #dc1b00;
  max-width: 650px;
  padding: 15px 30px;
  margin: 50px auto 0;
  font-size: 1.6rem;
}
#return-about .fs-c-documentArticle__content .addArea{
  max-width: 820px;
  margin: 100px auto 0;
  border: 4px solid #000;
  padding: 15px 70px 30px;
}
#return-about .fs-c-documentArticle__content .addArea h3{
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
#return-about .fs-c-documentArticle__content .addArea dl{
  font-size: 1.7rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#return-about .fs-c-documentArticle__content .addArea dl dt{
  width: 13%;
}
#return-about .fs-c-documentArticle__content .addArea dl dd{
  width: 86%;
}
#return-about .red ol{
  list-style: auto;
}
#return-about .red ol li{
  font-size: 1.6rem;
  margin: 0 0 12px 1.4em;
}
#return-about .contentBottom{
  margin: 80px 0 0;
}
#return-about .contentBottom table{
  max-width: 1000px;
  width: 100%;
  margin: 36px auto 0;
  font-size: 1.6rem;
}
#return-about .contentBottom th{
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 18px 20px;
  text-align: left;
  min-width: 170px;
}
#return-about .contentBottom td{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 20px;
}
/* 商品のご返品・交換・ご返金についてのご案内ページend */

/* オーバーホールクーポンについてページ */
.servicePage #mainImg{
  margin-bottom: 30px;
}
.servicePage h2{
  margin-bottom: 50px;
}
.servicePage .txtArea dt{
  margin: 32px 0 15px;
}
.servicePage .txtArea dt b{
  display: inline-block;
  background: #ff692a;
  color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.5;
}
.servicePage .txtArea dd{
  font-size: 1.5rem;
}
.servicePage .txtArea dt b::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: rgba(0, 0, 0, 0) #ff692a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#ohcoupon h2{
  text-align: center;
  font-size: 2.4rem;
  padding: 15px;
  background: #e5e5e5;
  z-index: -1;
  position: relative;
  border-radius: 2px;
}
#ohcoupon .box01 h2 span{
  position: relative;
  display: inline-block;
}
#ohcoupon .box01 h2 span::after{
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: rgba(0, 255, 123, 0.9);
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
#ohcoupon .box01 .txtArea > div{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#ohcoupon .box01 .txtArea > div:nth-child(2) div{
  border: 1px solid #ff6929;
  height: 390px;
}
#ohcoupon .box01 .txtArea > div:nth-child(2) div img{
  max-width: 366px;
  width: 100%;
}
#ohcoupon .box01 .txtArea > div:nth-child(3) div{
  border: 1px solid #ff6929;
  height: 450px;
}
#ohcoupon .box01 .txtArea > div:nth-child(3) div img{
  max-width: 230px;
  width: 100%;
}
#ohcoupon .box01 .txtArea > div div{
  max-width: 445px;
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 25px 30px 0px 0px rgba(255, 105, 41, 1);
}
#ohcoupon .box01 .txtArea > div dl{
  max-width: 635px;
  width: 100%;
}
#ohcoupon .box01 .txtArea > div dl dt{
  margin-bottom: 20px;
}
#ohcoupon .box01 .txtArea > div dl dt span{
  font-size: 13.2rem;
  font-weight: bold;
  color: #ff6929;
  display: block;
  padding: 0 0 20px;
  line-height: 1;
}
#ohcoupon .box01 dt b{
  font-size: 2.1rem;
  padding: 7px 25px;
}
#ohcoupon .box01 dd{
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 1px;
}
#ohcoupon dd ul li{
  margin-top: 22px;
}
#ohcoupon dd ul li:first-child{
  margin-top: 0;
}
#ohcoupon dd .listArea li{
  margin-top: 8px;
}
#ohcoupon dd h3{
  font-size: 1.6rem;
  font-weight: 600;
}
#ohcoupon .box02{
  background: #fffde8;
  padding: 30px 110px 80px;
  margin-top: 120px;
}
#ohcoupon .box02 h2{
  background: none;
  z-index: 0;
}
#ohcoupon .box02 h2 span{
  font-size: 6.0rem;
  font-weight: bold;
  display: block;
}
/* オーバーホールクーポンについてページend */
