@charset "utf-8";

/*
 common
======================================================= */
body{color: #333;}
.ecm-wrap{overflow:hidden;}
.marker {
  display: inline;
  background: linear-gradient(transparent 60%, #ffdfb2 60%)
}

/*
index
======================================================= */
.index{
  padding-bottom: 60px;
}
/* index_title */
.index_title{
  position: relative;
  text-align: center;
  height: 44px;
  margin-bottom: 40px;
}
.index_title .title_01_text{
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #005387;
  font-size: 24px;
  padding: 0px 40px;
}
.index_title .title_01_text::before,
.index_title .title_01_text::after{
  position: absolute;
  content: "";
  background: url(https://r.r10s.jp/evt/event/genre/summer/tieup/appliance/_cmn/img/20240603/navi_dec01_pc.png) no-repeat;
  background-size: 100%;
  width: 19px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
}
.index_title .title_01_text::before{
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.index_title .title_01_text::after{
  left: 0;
}
/* .index01 */
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 80px;
  border-radius: 4px;
  padding: 0;
  background: #f09300;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: bold;
  padding-bottom: 0;
}
.index01 a.anchorNav__menuLink .ecm-icon-chevron-down{
  display: inline-block;
  position: absolute;
  height: 17px;
  top: 50%;
  right: 23px;
  transform:translateY(-50%);
  margin: auto;
  font-size: 15px;
  color: #fff;
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
}

/*
title
======================================================= */
/* title04 */
.title04{
  background: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20250602/h2_bg01.png") top center/100% auto no-repeat;
  background-size: 1920px 179px;
  width: 100%;
  height: 179px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 87px;
  position: relative;
}
.title04 .head_text{
  width: 100%;
  text-align: center;
  color: #005387;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  height: 131px;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title04._short .head_text{
  padding-bottom: 0;
}
.title04._short .head_text ._text_box{
  height: 134px;
}
/*
adplats_area
======================================================= */
.adplats_box {
  margin-top: 40px;
}
.title_sub_box{
  width: 216px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0f4f5;
  margin: 0 auto 14px;
  border-radius: 4px;
  color: #014975;
}
.title_sub_box ._text{
  font-size: 24px;
  font-weight: bold;
}

/*
 ecm-floating-menu
============================================= */
.ecm-floating-menu[data-layout="appliance"]{
  width: 230px;
}
.ecm-floating-menu[data-layout="appliance"] .ecm-floating-nav-pill{
  background-color: #e2e2e2;
  color: #333333;
  padding-left: 20px;
}
.ecm-floating-menu[data-layout="appliance"] .ecm-floating-nav-pill:hover,
.ecm-floating-menu[data-layout="appliance"] .ecm-floating-nav-pill[data-in-viewport=true]{
  background-color: #005387;
  color: #fff;
  text-decoration: none!important;
}

/*
entry_area
======================================================= */
.entry_area{
  padding-top: 47px;
}
.rcEntryButton{
  margin-bottom: 28px;
}
.entry_area .rcEntryButton-button:hover{
  opacity: .8;
}
/* periodWrap03 */
.periodWrap01{
  display: block;
  font-size: 18px;
  color: #404040 !important;
  margin: 0 auto 48px;
  width: 800px;
  padding: 24px 0 22px;
  background-color: #eeeeee;
  box-sizing: border-box;
}
.periodWrap01 .periodTxt{
  text-align: center;
  margin-bottom: 18px;
  font-size: 18px;
  letter-spacing: 1;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
  font-size: 18px;
}
.periodWrap01 .couponNote_Info{
  font-size: 14px;
  width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.periodWrap01 .couponNote_Info li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.couponNote_Info a:hover{
  text-decoration: underline;
}

/*
item_area
======================================================= */
.item_area{
  padding-bottom: 80px;
}
/* item_link_box */
.item_link_box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_link_text_box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_link_text{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: #f4f4f4;
  width: 102px;
  height: 43px;
  border-radius: 10px;
}
.item_link_text + .item_link_text{
  margin-left: 10px;
}
.item_link_text02{
  text-align: center;
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
}

/* button01 */
.button01{
  margin: 33px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 448px;
  height: 68px;
  margin: 0 auto;
  border-radius: 34px;
  background: #f09300;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,.2);
}
.button01 .buttonLink:hover{
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.button01 ._bold{
  font-size: 22px;
}

/*
title
======================================================= */
.contents_title_wrap{
  margin-bottom: 37px;
}
.contents_title ._bold{
  font-size: 46px;
}
.contents_description{
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 9vw;
}
.contents_title_wrap .period_wrap{
  width: 492px;
  margin: 11px auto 0;
}
.contents_subTitle{
  margin-bottom: 5.625vw;
  font-size: 5.625vw;
  font-weight: bold;
  text-align: center;
  color: #014975;
  line-height: 1.3;
}

/*
main_section
======================================================= */
.main_section{
  padding-bottom: 80px;
}
.period_wrap{
  font-size: 12px;
  line-height: 1.4;
  margin-top: 13px;
}
.period_wrap li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.period_wrap._title{
  margin-top: -72px;
  margin-bottom: 84px;
  text-align: center;
}
.contents__label{
  width:216px;
  height:34px;
  border-radius:4px;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #014975;
  background-color: #e0f4f5;
  margin: 0 auto 14px;
}
.contents__title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #014975;
  margin-bottom: 36px;
}
.aircon_modal .contents__title{
  font-size: 24px;
  margin-bottom: 30px;
}
.aircon_modal .contents__title ._bold{
  font-size: 30px;
}
.step .contents__title{
  font-size: 24px;
  margin-bottom: 2.125vw;
}
.contents__title::after{
  content: '';
  display: block;
  width: 81px;
  height: 6px;
  background: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20250602/h3_line.png") no-repeat;
  background-size: 100% auto;
  margin: 18px auto 0;
}
.contents__description{
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 36px;
}
.step .contents__description{
  line-height: 1.3;
  margin-bottom: 0;
}
.contents_subTitle{
  margin-bottom: 5.625vw;
  font-size: 5.625vw;
  font-weight: bold;
  text-align: center;
  color: #014975;
  line-height: 1.3;
}


/*
追加
======================================================= */
.contents__description_newaircon{
  font-size: 12px;
  /*line-height: 1.5;*/
  text-align: center;
  margin-bottom: 36px;
}





/*
defaultBtn_wrap
======================================================= */
.defaultBtn_wrap{
  margin: auto;
}
.defaultBtn_wrap>*{
  position: relative;
  display: block;
  border-radius: 34px;
  padding: 25px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #f09300;
  line-height: 1;
  text-align: center;
  color: #ffffff!important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.defaultBtn_wrap>a:hover{
  opacity: .8;
}
.defaultBtn_wrap>*::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
search
======================================================= */
.search .modal-button__area{
  width: 540px;
  margin: 0 auto 40px;
}
.search .modal-button__area .ecm-button {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #e97e00;
  background: #fff4e9;
  z-index: 1;
  box-shadow: none;
  font-size: 18px;
  margin: 0;
}
.search .modal-button__area .ecm-button span{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e97e00;
  line-height: 1.5;
  font-weight: bold;
}
.step_main .ecm-icon-new-window-outlined{
  line-height: 1;
  position: absolute;
  right: 24px;
  color: #e97e00;
}
.search .modal-button__area .ecm-button:hover{opacity:.8;}

/* modal */
.aircon_modal.ecm-modal-content-wrapper{
  max-width:960px;
  width: 100%;
}
.aircon_modal .ecm-modal-content{
  padding: 45px 33px 26px;
  background: #f5f6f4;
  margin: 40px 0;
  border-radius: 0;
}
.chooseItem{
  position: relative;
  padding: 0 40px 40px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
ol > .chooseItem + .chooseItem{
  margin-top: 30px;
}
.chooseItem:last-of-type{
  margin-bottom: 30px;
}
.chooseItem::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 98px 89px;
  background-position: bottom right;
}
ol > li.chooseItem:nth-of-type(1)::before{
  background-image: url("https://r.r10s.jp/evt/event/genre/summer/tieup/appliance/_pc/img/20240430/choose_nom01.png");
}
ol > li.chooseItem:nth-of-type(2)::before{
  background-image: url("https://r.r10s.jp/evt/event/genre/summer/tieup/appliance/_pc/img/20240430/choose_nom02.png");
}
ol > li.chooseItem:nth-of-type(3)::before{
  background-image: url("https://r.r10s.jp/evt/event/genre/summer/tieup/appliance/_pc/img/20240430/choose_nom03.png");
}
.chooseItem .chooseItem_ttl{
  display: flex;
  align-items: center;
  height: 86px;;
  margin-bottom: 35px;
  padding-left: 60px;
  border-bottom: dashed 2px #d1d1d1;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.chooseItem .chooseItem_box img{
  width: 387px!important;
  margin: 0!important;
}
.chooseItem .chooseItem_text{
  width: 410px!important;
  margin-left: 22px;
}
.chooseItem:last-of-type .chooseItem_ttl{
  margin-bottom: 20px;
}
.chooseItem p{
  font-size: 16px;
  line-height: 1.3;
}
.chooseItem .chooseItem_note{
  margin-top: 5px;
}
.chooseItem .chooseItem_note > p{
  font-size: 12px;
  line-height: 1.3;
}
.chooseItem_box{
  display: flex;
  justify-content: center;
}
.aircon_modal .modal-close__button{
  width: 396px;
  height: 68px;
  background-color: #f09300;
  border: none;
  border-radius: 34px;
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
}
.aircon_modal .modal-close__button:hover{
  opacity: .8;
}
.aircon_modal .modal-close__button span{
  color: #fff;
  font-weight: bold;
  font-size: 18px!important;
}
.aircon_modal .modal-close__button::before,
.aircon_modal .modal-close__button::after {
  content: "";
  position: absolute;
  left: auto!important;
  top: 50%!important;
  right: 32px!important;
  width: 2px!important;
  height: 15px!important;
  background: #fff!important;
}
.aircon_modal .modal-close__button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.aircon_modal .modal-close__button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.aircon_modal .ecm-modal-scroller-spacer{
  all:inherit!important;
  display: none!important;
}

/*
adplats_area
======================================================= */
.adplats_area .ecm-ad{
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
}

/*
procor__area
======================================================= */
.procor__area .ecm-ad{
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
}

/*
step
======================================================= */
.step .contents_title{
  font-size: 30px;
}
.step_main{
  margin: 37px auto 38px;
}
.step .period_wrap{
  color: #666;
  text-align: center;
  margin-top: 0;
  padding-bottom: 36px;
}
.step .flowChart + .period_wrap{
  text-align: left;
  margin-top: 22px;
  padding-bottom: 26px;
}
.flowChart .step{
  position: relative;
  padding: 0 40px 48px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.flowChart .step + .step{
  margin-top: 30px;
}
.flowChart .stepNum{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 88px;
  height: 81px;
}
.flowChart .step._01 .stepNum{
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20250602/step01_fukidashi.png");
}
.flowChart .step._02 .stepNum{
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20250602/step02_fukidashi.png");
}
.flowChart .step._03 .stepNum{
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20250602/step03_fukidashi.png");
}
.flowChart .stepTtl{
  display: flex;
  align-items: center;
  height: 86px;;
  margin-bottom: 35px;
  padding-left: 60px;
  border-bottom: dashed 2px #d1d1d1;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.flowChart .step_box{
  display: flex;
  flex-wrap:wrap;
}
.flowChart .step .stepLead{
  text-align:left;
  font-size: 18px;
  line-height: 1.83;
  order:2;
  width:calc(100% - 277px);
}
.stepImg {
  width:257px;
  text-align: center;
  margin-right: 20px;
  order:1;
}

/*
 formWrap
============================================= */
.formWrap_box{
  padding: 36px 20px 40px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  border-radius: 10px;
}
.formWrap .ecm-search{
  padding: 0;
  display: block;
  height: auto;
  border: none!important;
  background: inherit!important;
  border-radius: 0;
}
.formWrap input[type="radio"],
.formWrap input[type="checkbox"] {
  display: none;
}
.formWrap .contents_subTitle {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
}
.formWrap .inputWrap li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.formWrap .inputWrap input[type="radio"] + label,
.formWrap .inputWrap input[type="checkbox"] + label {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90px;
  height: 44px;
  border-radius: 22px;
  color: #005387;
  background-color: #fff;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  cursor: pointer;
}
.formWrap .inputWrap input[type="radio"] + label:hover,
.formWrap .inputWrap input[type="checkbox"] + label:hover {
  opacity: .8;
}
.formWrap .inputWrap.input_con02 input[type="radio"] + label,
.formWrap .inputWrap.input_con02 input[type="checkbox"] + label {
  width: 80px!important;
}
.formWrap .inputWrap.input_con03 input[type="radio"] + label,
.formWrap .inputWrap.input_con03 input[type="checkbox"] + label {
  width: 122px!important;
}
.formWrap .inputWrap {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.formWrap .inputWrap > li {
  margin-right: 8px;
  font-size: 14px;
}
.formWrap .inputWrap > li:last-of-type{
  margin-right: 0;
}
.formWrap .inputWrap input:checked + label {
  color: #fff;
  font-weight: bold;
  border: none;
  background-color: #005387;
}
.formWrap .inputWrap li.checked_disNone {
  display: none;
}
.formWrap .input_con02 > li{
  margin: 0;
  background-color: #f3f3f3;
  text-align: center;
}
.formWrap .input_con02 > li + li{
  border-left: 2px solid #fff;
}
.formWrap .input_con02 > li > p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  font-size: 14px;
  line-height: 1.2;
}
.formWrap .input_con02 li .input_con02_inList {
  display: flex;
  flex-wrap: nowrap;
}
.formWrap .input_con02 li .input_con02_inList > li{
  margin: 0 8px 10px;
  padding: 0;
}
.formWrap .input_con02 li .input_con02_inList > li + li{
  margin-left: 0;
}
.text_con{
  margin-top: 32px;
}
.text_con input{
  width: 100%;
  height: 44px;
  padding-left: 16px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #333;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}
.search_flexBox_wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.search_flexBox_wrap .search_con{
  margin-top: 0!important;
}
.search_con + .search_con{
  margin-top: 38px;
}
.search_flexBox_wrap .search_con:first-of-type{
  width: 352px;
}
.input_con08{width: 255px;}
.search_flexBox_wrap .search_con:last-of-type{
  width: 253px;
}
.sggstInputWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sggstInputWrap > .maxPriceInput,
.sggstInputWrap > .minPriceInput{
  width: calc(50% - 10px);
  margin-bottom: 0!important;
}
.input_con06 .ecm-search-select{
  width: 100%;
  height: 43px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border-radius: 3px;
  font-size: 18px;
  text-indent: 0;
  padding: 0 18px;
  box-sizing: border-box;
  border: 1px solid #2f2a26;
}
.input_con06 .formWrap .inputWrap > li.checked_disNone {
  display: none;
}
.input_con06 .ecm-search-select-container::before{
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #014975 transparent transparent transparent;
}
.input_con05 input[type="checkbox"] + label{
  width: 96px!important;
}
/* submit */
.formWrap .defaultBtn_wrap{
  margin-top: 40px;
}
#searchSubmit01 {
  position: relative;
  box-sizing: border-box;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 448px;
  margin: auto;
  padding: 25px 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 34px;
  font-weight: bold;
  background-color: #f09300;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
#searchSubmit01:hover {
  opacity: .8;
}

/*
 .main_contents
============================================= */
.main_contents{
  margin-bottom: 100px;
}

.contents_description{
  font-size: 16px;
  color: #333;
  text-align: center;
}
.contents_subTitle{
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #014975;
  line-height: 1.3;
}
.coments_subText{
  width: 780px;
  margin: 0 auto 30px;
  font-size: 14px;
}
.recommendation_title {
  font-size: 18px;
  color: #014975;
  font-weight: bold;
  text-align: center;
}

/*
rule
======================================================= */
.rule{
  position: relative;
  padding-top: 120px;
  padding-bottom: 124px;
  margin-bottom: 120px;
}
.rule::before{
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}