@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : bestrate.css
 author     : Ability Consultant
 style info : ベストレートポップアップ
=================================================================== */
.wrp_best .con_best {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .wrp_best .con_best {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	wrp_best
----------------------------------------------------------- */
.wrp_best {
  background: #e8e1d7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 1000;
}
.wrp_best .overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  height: 105%;
}
.wrp_best .con_best {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best {
    padding: 14% 0 0;
  }
}
.wrp_best .con_best .obj_CloseBtn {
  font-family: 'Noto Serif JP', serif;
  font-size: 308%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_best .con_best .obj_CloseBtn {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .obj_CloseBtn {
    font-size: 215%;
  }
}
.wrp_best .con_best h3 {
  text-align: center;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  font-size: 200%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_best .con_best h3 {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best h3 {
    font-size: 158%;
  }
}
.wrp_best .con_best h3:before {
  content: '';
  width: 49px;
  height: 45px;
  background: url(../images/home/ic_best.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.wrp_best .con_best .catch {
  text-align: center;
  margin-bottom: 15px;
}
.wrp_best .con_best .box_best {
  overflow: hidden;
  border-top: 3px double #463429;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best {
    padding-top: 5%;
  }
}
.wrp_best .con_best .box_best > div h4 {
  font-size: 129%;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  padding-left: 1em;
  letter-spacing: .13em;
  text-indent: -.8em;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_best .con_best .box_best > div h4 {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div h4 {
    font-size: 115%;
  }
}
.wrp_best .con_best .box_best > div h4:before {
  content: '';
  width: 7px;
  height: 3px;
  background: url(../images/common/ic_title03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div h4:before {
    margin-right: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div h4 {
    border: 1px solid #c4baac;
    letter-spacing: normal;
    padding: .8em .5em;
    position: relative;
    text-indent: 0;
    position: relative;
  }
  .wrp_best .con_best .box_best > div h4:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #726147;
    position: absolute;
    right: 1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrp_best .con_best .box_best > div h4.active:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .wrp_best .con_best .box_best > div h4:before {
    content: none;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_best .con_best .box_best > div.box_left {
    float: left;
    width: 590px;
  }
  .wrp_best .con_best .box_best > div.box_left .txt, .wrp_best .con_best .box_best > div.box_left ul {
    padding-right: 35px;
  }
}
@media print {
  .wrp_best .con_best .box_best > div.box_left {
    float: left;
    width: 590px;
  }
  .wrp_best .con_best .box_best > div.box_left .txt, .wrp_best .con_best .box_best > div.box_left ul {
    padding-right: 35px;
  }
}
.ie8 .wrp_best .con_best .box_best > div.box_left {
  float: left;
  width: 590px;
}
.ie8 .wrp_best .con_best .box_best > div.box_left .txt, .ie8 .wrp_best .con_best .box_best > div.box_left ul {
  padding-right: 35px;
}
.wrp_best .con_best .box_best > div.box_left .gal {
  border-bottom: 1px solid #c4baac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.box_left .gal {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.box_left .gal {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.box_left .gal {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_best .con_best .box_best > div.box_left .txt {
    display: block !important;
  }
}
@media print {
  .wrp_best .con_best .box_best > div.box_left .txt {
    display: block !important;
  }
}
.ie8 .wrp_best .con_best .box_best > div.box_left .txt {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.box_left .txt {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_best .con_best .box_best > div.qua {
    float: right;
    width: 600px;
    padding-left: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c4baac;
  }
}
@media print {
  .wrp_best .con_best .box_best > div.qua {
    float: right;
    width: 600px;
    padding-left: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c4baac;
  }
}
.ie8 .wrp_best .con_best .box_best > div.qua {
  float: right;
  width: 600px;
  padding-left: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #c4baac;
}
@media only screen and (max-width: 1199px) {
  .wrp_best .con_best .box_best > div.qua {
    border-top: 1px solid #c4baac;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.qua {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.qua {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div.qua {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_best .con_best .box_best > div ul {
    display: block !important;
  }
}
@media print {
  .wrp_best .con_best .box_best > div ul {
    display: block !important;
  }
}
.ie8 .wrp_best .con_best .box_best > div ul {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .wrp_best .con_best .box_best > div ul {
    display: none;
  }
}
.wrp_best .con_best .box_best > div ul > li {
  padding-left: 1.8em;
  text-indent: -1.6em;
  margin-bottom: .5em;
}
.wrp_best .con_best .box_best > div ul > li ol li {
  padding-left: .2em;
  text-indent: -0.6em;
  font-size: 93%;
}
.wrp_best .con_best .box_best > div ul > li ol li:before {
  content: '●';
  display: inline-block;
  font-size: 62%;
  margin-right: .5em;
}
