@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.ecm-reward-header{
  margin-bottom: 8px;
}
.con_section{
  padding-bottom: 80px;
}
/*
ttl
======================================================= */
/* title01 */
.title01{
  position: relative;
  text-align: center;
  margin-bottom: 27px;
}
.title01 .title_01_text{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 25px;
  font-size: 36px;
  color: #014975;
}
.title01 .title_01_text::before,
.title01 .title_01_text::after{
  position: absolute;
  content: "";
  background-color: #014975;
  bottom: 5px;
  width: 4px;
  height: 36px;
}
.title01 .title_01_text::before{
  right: 0;
  transform: rotate(22deg);
}
.title01 .title_01_text::after{
  left: 0;
  transform: rotate(-22deg);
}
/* title02 */
.title02{
  width: 574px;
  transform: translateX(-50%);
  margin-left: 50%;
  background: url(https://r.r10s.jp/evt/event/appliance/aircon/coupon/_pc/img/20250701/about_ttl_bg.png) top center/100% auto no-repeat;
  background-size: 100%;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -100px;
}
.title02 .head_text{
  text-align: center;
  color: #014975;
  font-size: 36px;
  font-weight: bold;
}
/* title04 */
.title04{
  margin-bottom: 30px;
}
.title04 .contents_title{
  margin-bottom: 20px;
  font-size: 30px;
}
.search_more .title04 .contents_title{
  font-size: 24px;
}
.search_more .title04 .contents_title ._bold{
  font-size: 30px;
}
/* title05 */
.title05{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.title05 .title_01_text{
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #014975;
  font-size: 24px;
  padding: 0px 40px;
  line-height: 1.4;
}
.title05 .title_01_text::before,
.title05 .title_01_text::after{
  position: absolute;
  content: "";
  background: url(https://r.r10s.jp/evt/event/appliance/aircon/coupon/_pc/img/20250701/dec_ttl01.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 45px;
}
.title05 .title_01_text::before{
  right: 0;
  transform: scaleX(-1);
}
.title05 .title_01_text::after{
  left: 0;
}
/* ttl */
/*
 .main_contents
============================================= */
.main_contents{
  margin-bottom: 100px;
}
.contents_title_wrap{
  position: relative;
  margin-bottom: 60px;
  padding: 70px 0 106px;
}
.contents_title_wrap::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
  background: #f9faf8;
  background-image: linear-gradient(112deg, rgba(218, 230, 227, 1), rgba(243, 247, 246, 1));
}
.contents_title_wrap::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 1920px;
  height: 88px;
  z-index: -1;
  padding: 0 480px;
  margin: 0 -480px;
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20220930/h2_btm_img.png");
  background-size: 1920px auto;
  background-repeat: no-repeat;
}
.contents_title{
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px;
  color: #014975;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.contents_title::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 81px;
  height: 6px;
  margin: 0 auto;
  text-align: center;
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20220930/h2_icon01.png");
  background-size: 81px auto;
  background-repeat: no-repeat;
}
.contents_description{
  font-size: 16px;
  color: #333;
  text-align: center;
}
.contents_subTitle{
  margin-bottom: 20px;
  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;
}
/*
coupon
======================================================= */
.aircon_coupon_area{
  gap: 20px;
}
.coupon{
  padding-top: 45px;
}
.coupon_ttl{
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon_ttl ._bold{
  font-size: 30px;
}
.coupon_box{
  width: 316px;
}
.aircon_coupon_box{
  padding: 30px 0;
}
/* coupon01 */
/* コメントアウト部分はモジュールデフォルト値なので、削除してもＯＫ。削除してもレイアウトそのままです。 */
.coupon01 .rc-noTransitionCoupon__title{
  color: #f58500;
}
.coupon01 .coupon_list_text{
  border-color: #f58500;
  background-color: #f58500;
  color: #fff;
  padding: 12px 0;/*「クーポンを獲得する」の帯色高さ調整*/
  font-size: 16px;
}
.coupon01 .coupon_list_title{
  color: #333;/*「●,000円(税込)以上のご購入で利用可」の色調整*/
  margin-bottom: 10px;/*「●,000円(税込)以上のご購入で利用可」の下マージン調整*/
  margin-right: 9%;
  margin-left: 9%;
}
.coupon01 .coupon_list_discount em{
  font-size: 54px;/*「<em>●●</em>」の調整*/
}
.coupon01 .coupon_list_filled{
  color: #fff;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 20px;
}
/* .coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #ff9281 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #ff9281 11px);
} */
.coupon01 .coupon_list_link {
  /*top: 0.313vw;*/
  left: 0.313vw;
  width: calc(100% - 0.625vw);
  height: calc(100% - 0.625vw);
  padding: 6px 0 0;/*クーポン背景上部の余白調整*/
}
.coupon01 .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
  height: 98%;
}
.coupon01 .coupon_list_discount{
  color: #f58500;
  font-size: 20px;/*「●●円OFF」フォントサイズ*/
  margin-bottom: 11px;/*「●●円OFF」下マージン調整*/
}
.coupon01 .coupon_list_note{
  font-size: 14px;
  margin-top: 15px;
}

/* 追加 */
.coupon01 .coupon_list_note .coupon_list_note_second{
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* _01 */
.aircon_coupon_box._01 .coupon_ttl{
  color: #f58500;
}
.aircon_coupon_box._01{
  background-color: #fff7ce;
}
/* _02 */
.aircon_coupon_box._02 .coupon_ttl{
  color: #005387;
}
.aircon_coupon_box._02{
  background-color: #dbfaff;
}
.aircon_coupon_box._02 .coupon01 .rc-noTransitionCoupon__title{
  color: #005387;
}
.aircon_coupon_box._02 .coupon01 .coupon_list_text{
  border-color: #005387;
  background-color: #005387;
}
.aircon_coupon_box._02 .coupon01 .coupon_list_discount{
  color: #005387;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  padding: 50px 0 78px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 14px;
  line-height: 1.5;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: calc((100% - 47px) / 2);
  margin-right: 47px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 2px;
  height: 110%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink{
  margin-right: 0;
}
.periodWrap01 .campaignLink span{
  position: relative;
  padding-right: 10px;
}
.periodWrap01 .campaignLink span:hover{
  text-decoration: underline;
}
.periodWrap01 .campaignLink span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
}
/*矢印アイコンの向き＞調整*/
.periodWrap01 .campaignLink:first-of-type span::before{
  transform: rotate(45deg);
}
.periodWrap01 .couponNote_Info{
  font-size: 12px;
  padding-bottom: 20px;
  color: #666;
  text-align: left;
  width: 600px;
  margin: 0 auto;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap01 .campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
}

/*
about
======================================================= */
.about{
  padding-top: 20px;
  padding-bottom: 25px;
  background: #fff7ce;
  width: 750px;
  margin: 0 auto 80px;
}
.features_list_box{
  width: 317px;
  margin: 84px auto 65px;
}
.ic_check{
  display: block;
  width: 16px;
  height: 13px;
  background: url(https://r.r10s.jp/evt/event/appliance/aircon/coupon/_cmn/img/20250701/ic_check.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.features_list{
  display: flex;
  align-items: baseline;
}
.features_list + .features_list{
  margin-top: 8px;
}
.features_list span{
  font-size: 18px;
  color: #005387;
  font-weight: bold;
}
/* about_con_area */
.about_con_area{
  background-color: #fff;
  position: relative;
  margin: 0 24px;
  color: #333;
  padding: 27px 32px 32px;
  line-height: 1.4;
}
.about_con_area::before{
  content: "";
  width: 123px;
  height: 50px;
  background: url(https://r.r10s.jp/evt/event/appliance/aircon/coupon/_pc/img/20250701/about_dec01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -41px;
  right: 0;
  left: 0;
  margin: auto;
}
.about_con_ul li{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.about_con_txt{
  font-size: 16px;
  margin-bottom: 11px;
  line-height: 1.6;
}
.about_list_ic{
  margin-right: 4px;
  display: flex;
  align-items: center;
  width: 18px;
}
.about_con_ul{
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 18px;
}
/* about_modal */
.about_modal .ecm-modal-content-wrapper{
  max-width:960px;
  width: 100%;
}
.about_modal .ecm-modal-scroller{
  padding: 40px 0;
}
.about_modal{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_modal .button02{
  width: 541px;
  height: 52px;
  background-color: #43aa00;
  border: none;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  line-height: 1.45;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  position: relative;
  border-radius: 8px;
}
.about_modal .button02:hover{
  opacity: .8;
}
.about_modal .ecm-icon-new-window-outlined{
  font-size: 20px;
}
.about_modal .ecm-modal-content-wrapper{
  max-width:960px;
  width: 100%;
}
.about_modal .ecm-modal-scroller-spacer{
  all:inherit!important;
  display: none!important;
}
.about_modal .ecm-modal-content{
  margin: 0;
  padding: 45px 33px 26px;
  border-radius: 0;
  background: #eaf5f7;
  z-index:10;
}
.about_modal .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;
}
.about_modal ol > li.chooseItem:nth-of-type(1)::before{
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/coupon/_cmn/img/20250701/point_ic01.png");
}
.about_modal ol > li.chooseItem:nth-of-type(2)::before{
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/coupon/_cmn/img/20250701/point_ic02.png");
}
.about_modal ol > li.chooseItem:nth-of-type(3)::before{
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/coupon/_cmn/img/20250701/point_ic03.png");
}
.about_modal .chooseItem_pc{
  display: flex;
  justify-content: center;
}
.about_modal .chooseItem_pc img{
  width: 236px;
}
.about_modal .chooseItem p{
  font-size: 16px;
  line-height: 1.3;
  width: 532px;
  margin-left: 44px;
}
.period_wrap{
  font-size: 12px;
}

.about_modal .modal-top-close{
  top: 50px;
  right: 10px;
  background-color: inherit!important;
  background-image: url(https://r.r10s.jp/evt/event/appliance/aircon/coupon/_cmn/img/20250701/btn_close.png);
  background-size: 100% auto;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  z-index:10;
}
.about_modal .modal-top-close:hover{
  opacity: .8;
}
.about_modal .modal-close__button{
  display: inline-block;
  width: 210px;
  height: 50px;
  background-color: #43aa00;
  border: none;
  border-radius: 25px;
  position: relative;
  top: 0;
  right: 0;
}
.about_modal .modal-close__button:hover{
  opacity: .8;
}
.about_modal .modal-close__button > span{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.about_modal .modal-close__button::before, .about_modal .modal-close__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background: #fff;
}
.about_modal .modal-close__button::before {transform: translate(-50%, -50%) rotate(45deg);}
.about_modal .modal-close__button::after {transform: translate(-50%, -50%) rotate(-45deg);}

.eco_label{
  width: 248px;
  margin: 0 auto 39px;
}
/*
recommend
======================================================= */
.ad_area{
  padding-bottom: 80px;
}
.ad_area .ecm-ad{
  padding: 24px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
  border-radius: 8px;
}
/*
search
======================================================= */
.modal-button__area{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.search .modal-button__area .ecm-button {
  position: relative;
  width: 540px;
  height: 50px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e97e00;
  background: #fff4e9;
  bottom: 0;
  right: 0;
  z-index: 1;
  box-shadow: none;
  font-size: 18px;
}
.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;
  color: #e97e00;
}

/* 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;
}
/*
 formWrap
============================================= */
.formWrap{
  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::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);
}
#searchSubmit01:hover {
  opacity: .8;
}
/*
shop
======================================================= */
/* shoplist */
.shoplist{
  margin-bottom: 80px;
}
.shoplist .shoplist_box{
  gap: 33px;
}
.shoplist a{
  display: block;
  border: 1px solid #dbdbdb;
}
.shoplist a:hover{
  opacity: .8;
}
.shoplist a img {
  width: 100%;
}

.bnr_list{
  width: 576px;
  margin: 0 auto;
}
.bnr_list a{
  display: block;
  border: 1px solid #b0b0b0;
}
.bnr_list a:hover{
  opacity: .8;
}
/*
ranking
======================================================= */
.ranking .ecm-ranking-alcor{
  padding: 12px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 8px;
}

/*
rule
======================================================= */
.rule{
  padding: 80px 0;
  position: relative;
  margin-bottom: 80px;
}
.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;
}
.rule_note{
  margin-top: 30px;
  font-size: 12px;
}
.rule_note a{
  text-decoration: underline;
}
.rule_note a:hover{
  opacity: .8;
}

/* 追加 */
.shipping{
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px!important;
}

/* 追加_ランキング注釈 */
.rankingCaution{
  font-size: 13px;
  color: #696969;
  background: #f7f7f7;
  padding: 13px 12px;
  margin-top: 28px;
}
.rankingCaution  span{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}