@charset "UTF-8";
.color_org {
  color: #e47415;
}

.fon_notoserif {
  font-family: "NotoSerif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "小塚明朝 Pro R", "Kozuka Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.l-btn a {
  position: relative;
  width: 100%;
  max-width: 285px;
  height: 54px;
  background-color: #e47415;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #e47415;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin: 0 auto;
}

.l-btn a span {
  /* position: absolute; */
  /* left: 20px; */
  letter-spacing: 2px;
  margin: 0 auto;
  display: block;
}

.l-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 769px) {
  .l-btn a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    color: #e47415;
  }
  .l-btn a:hover {
    color: #e47415;
  }
}

.l-btn a::after {
  content: "";
  position: absolute;
  background: url("../../common/img/arrow/right_white.svg") no-repeat;
  width: calc(10px / 2);
  height: calc(18px / 2);
  background-size: contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .l-btn a:hover::after {
    background: url("../../common/img/arrow/arrow4.svg") no-repeat;
    width: calc(10px / 2);
    height: calc(18px / 2);
    background-size: contain;
  }
}

/*----------------------*/
.bestrate01 {
  margin: 0 auto;
  letter-spacing: 0.1em;
}

.l-section-content {
  margin-top: 75px;
}

.l-service-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #ddd;
}

.l-service-tab li {
  width: 25%;
  font-size: 15px;
  padding: 25px 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-service-tab li:not(:first-child) {
  border-left: 1px solid #ddd;
}

.l-service-tab li.select {
  background: #ddd;
  color: #888;
}

.l-service-list {
  margin-top: 65px;
}

.hide {
  display: none;
}

.l-service-list .lineA {
  position: relative;
  display: block;
}

.l-service-list .lineA:before {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  width: 124px;
  height: 1px;
  top: 0;
  right: 0;
}

.l-service-list .lineA:after {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  width: 1px;
  height: 124px;
  top: -10px;
  right: 5px;
}

.l-service-list .lineB {
  position: relative;
  display: block;
}

.l-service-list .lineB:before {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  width: 124px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.l-service-list .lineB:after {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  width: 1px;
  height: 124px;
  bottom: -10px;
  left: 5px;
}

.l-service-list > li {
  padding: 15px 0;
}

.bestrate01-content {
  background: url(../img/bg-line.png) repeat-y;
  background-size: cover;
  margin: 15px 20px;
  padding: 60px 0 80px;
}

.bestrateA-heading {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.08em;
  margin-top: -10px;
}

.bestrateA-heading02 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.08em;
  margin: 20px 0 40px;
}

.bestrateA-heading_big {
  font-size: 30px;
}

.bestrateA-lead {
  border-top: 1px solid #e47415;
  border-bottom: 1px solid #e47415;
  width: calc(1153px / 2);
  font-size: 18px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 2.3;
}

.bestrateA-txt {
  margin: 30px auto 0;
  text-align: center;
  line-height: 2;
}

.bestrate01-btn {
  margin: 30px auto 0;
}

.bestrateStart-box {
  max-width: calc(1660px / 2);
  background: #fff;
  position: relative;
  margin: 70px auto 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.bestrateStart-box_image {
  position: relative;
  margin: 60px 0 20px;
}

.bestrateStart-box_caption {
  position: absolute;
  top: 0;
  left: 21%;
  width: 30%;
  text-align: left;
}

.bestrateStart-box_textArea {
  width: 70%;
  margin: 50px auto 0;
  padding-left: 9%;
}

.bestrateStart-box_text {
  text-align: left;
  margin-top: 20px;
  line-height: 1.5;
}

.bestrateStart-box_text_add {
  margin-top: 20px;
  color: #666;
  line-height: 1.8;
  font-size: 13px;
  text-align: left;
}

.bestrateStart-box_text_bold {
  color: #e47415;
  font-weight: bold;
}

.bestrateStart-box_text_bold.num {
  font-size: 20px;
}

.bestrateStart-box_link {
  text-align: right;
  margin-top: 40px;
}

.bestrateStart-box_link a {
  font-size: 15px;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .bestrateStart-box {
    font-size: 12px;
    padding: 10px 0;
  }
  .bestrateStart-box_image {
    position: relative;
    margin: 60px 0 20px;
  }
  .bestrateStart-box_image img {
    width: 95%;
  }
  .bestrateStart-box_caption {
    position: absolute;
    top: -30%;
    left: 5%;
    width: 50%;
    text-align: left;
  }
  .bestrateStart-box_textArea {
    font-size: 14px;
    width: auto;
    padding: 0 10px;
  }
  .bestrateStart-box_text {
    text-align: left;
    margin-top: 20px;
    line-height: 1.5;
  }
  .bestrateStart-box_text_add {
    text-align: left;
  }
  .bestrateStart-box_text_bold {
    color: #e47415;
    font-weight: bold;
  }
  .bestrateStart-box_link {
    text-align: right;
    margin-top: 40px;
  }
  .bestrateStart-box_link a {
    font-size: 15px;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.bestrateA-box {
  max-width: calc(1660px / 2);
  background: #fff;
  position: relative;
  margin: 70px auto 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bestrateA-box:before {
  content: "";
  position: absolute;
  background: url("../img/ill-ribonA.png") no-repeat;
  width: calc(528px / 2);
  height: calc(258px / 2);
  background-size: contain;
  top: -20px;
  left: -30px;
}

.bestrateA-box:after {
  content: "";
  position: absolute;
  background: url("../img/ill-ribonB.png") no-repeat;
  width: calc(546px / 2);
  height: calc(277px / 2);
  background-size: contain;
  bottom: -30px;
  right: -55px;
}

.bestrateA-box-inner {
  border: 1px solid #e47415;
  padding: 60px 0;
}

.bestrateA-box-heading {
  text-align: center;
}

.bestrateA-box-heading_c {
  position: relative;
  font-size: 18px;
}

.bestrateA-box-heading_c:before {
  content: "";
  position: absolute;
  background: #000;
  width: 1em;
  height: 1px;
  top: 0.5em;
  left: -30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bestrateA-box-heading_c:after {
  content: "";
  position: absolute;
  background: #000;
  width: 1em;
  height: 1px;
  top: 0.5em;
  right: -30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bestrateA-box-heading_m {
  position: relative;
  font-size: 34px;
}

.bestrateA-box-wdt {
  width: calc(1360px / 2);
  margin: 20px auto 0;
}

.bestrateA-box-ttl {
  font-size: 28px;
  text-align: center;
  position: relative;
}

.bestrateA-box-ttl:before {
  content: "";
  position: absolute;
  display: block;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  top: 50%;
}

.bestrateA-box-ttl span {
  display: table;
  margin: auto;
  background: #fff;
  padding: 0 30px;
  position: relative;
}

.bestrateA-box-lists li:nth-child(n + 2) {
  margin-top: 30px;
}

.bestrateA-box-dl,
.bestrateA-box-dl dt,
.bestrateA-box-dl dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bestrateA-box-dl {
  margin-top: 30px;
}

.bestrateA-box-dl dt {
  width: 42%;
  color: #888;
  position: relative;
}

.bestrateA-box-dl dt:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #e7e7e7;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bestrateA-box-dt_ttl {
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  margin-right: 20px;
}

.bestrateA-box-dt_txt {
  font-size: 18px;
  font-weight: bold;
}

.bestrateA-box-dl dd {
  width: 58%;
  position: relative;
}

.bestrateA-box-dd_ttl {
  font-size: 18px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#e57515), to(#f88715));
  background: linear-gradient(to left, #e57515, #f88715);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.bestrateA-box-dd_ttl:after {
  content: "";
  position: absolute;
  background: url("../img/ill-mark.png") no-repeat;
  width: calc(39px / 2);
  height: calc(35px / 2);
  background-size: contain;
  top: -6px;
  left: -7px;
}

.bestrateA-box-dl dd > div {
  position: relative;
}

.bestrateA-box-dl dd > div:nth-child(n + 2) {
  margin-top: 30px;
}

.bestrateA-box-dl dd > div:before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  background: #fae3d0;
  border-radius: 50%;
  left: 8px;
  bottom: -12px;
  top: 0;
  margin: auto;
  z-index: 1;
}

.bestrateA-box-dd_txt {
  font-size: 24px;
  font-weight: bold;
}

.bestrateA-box-dd_txt .fon_notoserif {
  font-size: 45px;
  line-height: 1;
}

.bestrateA-box-adds {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
  color: #666;
  line-height: 1.8;
  font-size: 13px;
}

.bestrateA-box-adds-lists {
  list-style-type: disc;
  padding-left: 1.5em;
}

.bestrateA-pointcard-bnr {
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 50px auto 0;
  width: calc(1660px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (min-width: 769px) {
  .bestrateA-pointcard-bnr:hover {
    opacity: 0.7;
  }
}

.bestrateA-pointcard-bnr-img {
  width: 27%;
  margin: 0;
}

.bestrateA-pointcard-bnr-img img {
  width: 154px;
}

.bestrateA-pointcard-bnr-txts {
  width: 73%;
}

.bestrateA-pointcard-bnr-txts_ttl {
  font-size: 20px;
  font-weight: bold;
}

.bestrateA-pointcard-bnr-txts_txt {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.8;
}

.bestrateA-pointcard-link {
  margin-top: 40px;
  line-height: 1;
}

.bestrateA-pointcard-link a {
  text-align: center;
  display: table;
  border-bottom: 1px solid;
  font-size: 15px;
  margin: auto;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .bestrateA-pointcard-link a:hover {
    opacity: 0.7;
  }
}

/*----------------------*/
.bestrateB-block {
  width: calc(1660px / 2);
  margin: 0 auto;
}

.bestrateB-heading {
  font-size: 28px;
  letter-spacing: 0.15em;
}

.bestrateB-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.bestrateB-list {
  width: 30%;
  position: relative;
}

.bestrateB-list:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 20px;
  border-color: transparent transparent transparent #e7e7e7;
  right: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bestrateB-list-num {
  font-size: 24px;
  font-style: italic;
  background: #e47415;
  color: #fff;
  border-radius: 50%;
  line-height: 54px;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 5px;
  left: 10px;
  text-align: center;
}

.bestrateB-list-num span {
  text-indent: -4px;
  display: block;
}

.bestrateB-list-circle {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  background: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
}

.bestrateB-list-circle img {
  width: auto;
  height: 25px;
  margin: 35px auto 0;
}

.bestrateB-list-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.bestrateB-list-txt {
  font-size: 12px;
  color: #888;
  margin: 10px auto 0;
  width: calc(360px / 2);
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.bestrateB-list-txt span {
  display: block;
  text-align: center;
}

.bestrateB-list-txt span a {
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 1.3;
}

.bestrateB-block02 {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.bestrate-box_orangeLine {
  border: 1px solid #e47415;
  padding: 3px;
  background: #fff;
  margin: 60px auto;
  width: calc(1660px / 2);
}

.bestrate-box_orangeLine_inner {
  border: 1px solid #f1b98a;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  padding: 40px 5%;
}

.bestrate-box_orangeLine_text {
  line-height: 2;
  margin-top: 30px;
}

.bestrate-box_orangeLine_text_head {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .bestrate-box_orangeLine {
    width: 100%;
    font-size: 12px;
  }
  .bestrate-box_orangeLine_inner {
    border: 1px solid #f1b98a;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 40px 5%;
  }
  .bestrate-box_orangeLine_text {
    line-height: 2;
    margin-top: 30px;
  }
  .bestrate-box_orangeLine_text_head {
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
}

.bestrateB-box {
  border: 1px solid #e47415;
  padding: 3px;
  background: #fff;
  margin-top: 60px;
}

.bestrateB-box-inner {
  border: 1px solid #f1b98a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 5%;
}

.bestrateB-box-img {
  width: 40%;
  margin: 0;
}

.bestrateB-box-img img {
  width: 100%;
}

.bestrateB-box-txts {
  width: 55%;
}

.bestrateB-box-txts-ttl {
  font-weight: bold;
  font-size: 18px;
}

.bestrateB-box-txts-txt {
  margin-top: 20px;
  line-height: 2;
}

.bestrateB-coloums {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bestrateB-coloum {
  width: 48%;
}

.bestrateB-coloum-ttl {
  font-size: 18px;
  font-weight: bold;
}

.bestrateB-coloum-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.bestrateB-coloum-img {
  width: 40%;
  margin: 0;
}

.bestrateB-coloum-img img {
  width: 100%;
}

.bestrateB-coloum-txt {
  width: 55%;
  line-height: 2;
}

/*----------------------*/
.bestrateC-block {
  width: calc(1660px / 2);
  margin: 0 auto;
}

.bestrateC-heading {
  font-size: 28px;
  letter-spacing: 0.15em;
}

.bestrateC-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bestrateC-box-txt {
  width: 63%;
  line-height: 2;
}

.bestrateC-box-img {
  width: 38%;
  margin: 0;
}

.bestrateC-box-img img {
  width: 100%;
}

.bestrateC-block02 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

.bestrateC-heading2 {
  font-weight: bold;
  font-size: 18px;
}

.bestrateC-block02 .bestrateC-box-txt {
  width: 58%;
}

.bestrateC-block02 .bestrateC-box-txt span {
  font-size: 13px;
  color: #888;
}

.bestrateC-block02 .bestrateC-box-img img {
  width: 95%;
  margin: 0 auto 0;
}

.bestrateC-block02 .bestrateC-box {
  margin-top: 20px;
}

.bestrateC-block02 .bestrateC-box-img {
  width: 40%;
  text-align: center;
}

/*----------------------*/
.bestrateD-block {
  width: calc(1660px / 2);
  margin: 0 auto;
  background: #fff;
  padding: 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bestrateD-heading {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.15em;
}

.bestrateD-box {
  margin-top: 20px;
}

.bestrateD-qes {
  font-weight: bold;
  font-size: 15px;
  padding: 20px 0;
  position: relative;
  padding-right: 60px;
}

.bestrateD-qes:after {
  position: absolute;
  content: "";
  background: url(../../common/img/arrow/right_gray.svg) no-repeat;
  width: 6px;
  height: 14px;
  background-size: contain;
  top: 40%;
  right: 5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bestrateD-qes.active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bestrateD-ans {
  background: #f2f2f2;
  display: none;
  margin-bottom: 20px;
  padding: 30px 25px;
  line-height: 1.8;
  color: #222;
}

.bestrateD-ans.open {
  display: block;
}

.bestrateD-list:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/*----------------------*/
.bestrate01-bnr {
  max-width: 845px;
  margin: 60px auto 0;
}

.bestrate01-bnr a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .bestrate01-bnr a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.bestrate01-bnr img {
  width: 100%;
}

/*----------------------*/
.bestrate02 {
  padding-top: 130px;
  margin-top: 130px;
}

/*--------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .l-btn a {
    max-width: 265px;
  }
  .l-btn a span {
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  /*----------------------*/
  .bestrate01 {
    margin: 0 auto 70px;
    letter-spacing: 0.5em;
  }
  .l-section-content {
    margin-top: 40px;
  }
  .l-service-list {
    display: none;
  }
  .l-service-list.open {
    display: block;
  }
  .l-service-acc {
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: calc(14 * 100vw / 320) calc(25 * 100vw / 320) 0 calc(25 * 100vw / 320);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .l-service-acc.active {
    color: #888;
    background: #ddd;
  }
  .l-service-acc:after {
    position: absolute;
    content: "";
    background: url(../../common/img/arrow/right_gray.svg) no-repeat;
    width: 4px;
    height: 10px;
    background-size: contain;
    top: 40%;
    right: 5%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-service-acc.active:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .l-service-list {
    margin-top: 0;
  }
  .bestrate01-content {
    background: url(../img/bg-lineSp.png) repeat-y;
    background-size: cover;
    margin: 0;
    padding: calc(14 * 100vw / 320) calc(25 * 100vw / 320) 0 calc(25 * 100vw / 320);
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .bestrate01-btn {
    margin: 20px auto 0;
  }
  .bestrateA-heading {
    font-size: 25px;
  }
  .bestrateA-heading_big {
    font-size: 34px;
  }
  .bestrateA-lead {
    font-size: 15px;
    margin: 20px auto 0;
    line-height: 2.6;
    width: 100%;
  }
  .bestrateA-txt {
    margin: 30px auto 0;
    text-align: left;
    font-size: 14px;
  }
  .bestrateA-box {
    margin: 50px auto 0;
    padding: 0;
  }
  .bestrateA-box:before {
    content: "";
    position: absolute;
    background: url(../img/ill-ribonASp.png) no-repeat;
    width: calc(379px / 2);
    height: calc(155px / 2);
    background-size: contain;
    top: -22px;
    left: -20px;
  }
  .bestrateA-box:after {
    content: "";
    position: absolute;
    background: url(../img/ill-ribonBSp.png) no-repeat;
    width: calc(480px / 2);
    height: calc(257px / 2);
    background-size: contain;
    bottom: -60px;
    right: -28px;
  }
  .bestrateA-box-inner {
    padding: 40px calc(25 * 100vw / 320) 20px calc(25 * 100vw / 320);
  }
  .bestrateA-box-heading_c {
    font-size: 15px;
  }
  .bestrateA-box-heading_m {
    font-size: 24px;
  }
  .bestrateA-box-wdt {
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 0 30px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bestrateA-box-ttl {
    font-size: 20px;
  }
  .bestrateA-box-dl {
    display: block;
    margin-top: 20px;
  }
  .bestrateA-box-dl dt {
    width: 100%;
  }
  .bestrateA-box-dl dd {
    width: 100%;
    padding-top: 40px;
  }
  .bestrateA-box-dl dt:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    top: inherit;
    bottom: -25px;
  }
  .bestrateA-box-dt_ttl {
    font-size: 11px;
    border: 1px solid #e7e7e7;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 20px;
  }
  .bestrateA-box-dt_txt {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .bestrateA-box-dl dd > div:before {
    width: 54px;
    height: 54px;
    left: 6px;
    bottom: -10px;
  }
  .bestrateA-box-dd_ttl {
    font-size: 14px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 25px;
  }
  .bestrateA-box-dd_ttl:after {
    background: url(../img/ill-mark.png) no-repeat;
    width: calc(39px / 2);
    height: calc(35px / 2);
    background-size: contain;
    top: -10px;
    left: -10px;
  }
  .bestrateA-box-dd_txt {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .bestrateA-box-dd_txt .fon_notoserif {
    font-size: 32px;
  }
  .bestrateA-box-adds {
    margin-top: 30px;
    padding-top: 20px;
  }
  .bestrateA-pointcard-bnr {
    margin: 65px auto 0;
    width: 100%;
    display: block;
    padding: 20px;
  }
  .bestrateA-pointcard-bnr-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bestrateA-pointcard-bnr-img {
    width: 43%;
    text-align: left;
  }
  .bestrateA-pointcard-bnr-img img {
    width: 100%;
    margin-left: -9px;
  }
  .bestrateA-pointcard-bnr-txts_ttl {
    font-size: 18px;
    width: 90%;
  }
  .bestrateA-pointcard-bnr-txts_txt {
    line-height: 1.8;
    padding: 0 10px;
  }
  .bestrateA-pointcard-bnr:after {
    width: 8px;
    height: 18px;
    bottom: 5px;
    top: inherit;
    right: 15px;
  }
  /*----------------------*/
  .bestrateB-heading {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .bestrateB-block {
    width: 100%;
  }
  .bestrateB-lists {
    display: block;
    margin-top: 30px;
  }
  .bestrateB-list {
    width: 100%;
    max-width: 230px;
    position: relative;
    margin: 0 auto;
  }
  .bestrateB-list:not(:last-child) {
    margin-bottom: 40px;
  }
  .bestrateB-list:not(:last-child):after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #e7e7e7;
    right: 0;
    left: 0;
    top: inherit;
    bottom: -40px;
  }
  .bestrateB-list-circle {
    margin: 0 auto;
  }
  .bestrateB-block02 {
    margin-top: 40px;
    padding-top: 40px;
  }
  .bestrateB-box {
    margin-top: 30px;
  }
  .bestrateB-box-inner {
    display: block;
    padding: 25px 8%;
  }
  .bestrateB-box-img {
    width: 100%;
    margin: 0;
  }
  .bestrateB-box-txts {
    width: 100%;
    margin-top: 15px;
  }
  .bestrateB-box-txts-txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 2;
  }
  .bestrateB-coloums {
    margin-top: 40px;
    display: block;
  }
  .bestrateB-coloum {
    width: 100%;
  }
  .bestrateB-coloum:nth-child(n + 2) {
    margin-top: 40px;
  }
  .bestrateB-coloum-box {
    margin-top: 15px;
  }
  .bestrateB-coloum-ttl {
    letter-spacing: 0.15em;
  }
  .bestrateB-coloum-img {
    width: 43%;
  }
  .bestrateB-coloum-txt {
    width: 50%;
    font-size: 12px;
  }
  /*----------------------*/
  .bestrateC-heading {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .bestrateC-block {
    width: 100%;
  }
  .bestrateC-box {
    display: block;
    margin-top: 30px;
  }
  .bestrateC-box-txt {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    margin-top: 20px;
  }
  .bestrateC-box-txt_add2nd {
    margin-top: 5px;
    font-size: 13px;
    color: #888;
    line-height: 2;
  }
  .bestrateC-box-img img {
    width: 100%;
    margin: 0 auto;
  }
  .bestrateC-box-img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .bestrateC-block02 {
    margin-top: 40px;
    padding-top: 40px;
  }
  .bestrateC-block02 .bestrateC-box-img {
    width: 100%;
  }
  .bestrateC-block02 .bestrateC-box-txt {
    width: 100%;
  }
  .bestrateC-block02 .bestrateC-box-img img {
    width: 100%;
    margin: 0 auto;
  }
  .bestrateC-block02 .bestrateC-box {
    margin-top: 10px;
  }
  /*----------------------*/
  .bestrateD-heading {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .bestrateD-block {
    width: 100%;
    padding: 30px 8%;
  }
  .bestrateD-qes {
    font-size: 13px;
    padding: 13px 0;
    padding-right: 25px;
    line-height: 1.8;
  }
  .bestrateD-ans {
    padding: 15px 15px;
    font-size: 13px;
    line-height: 2;
  }
  .bestrateD-qes:after {
    width: 5px;
    height: 12px;
    top: 40%;
  }
  /*----------------------*/
  .bestrate01-bnr {
    margin: 50px auto 0;
    padding: calc(14 * 100vw / 320) calc(25 * 100vw / 320) 0 calc(25 * 100vw / 320);
  }
  .bestrate02 {
    padding-top: 65px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 321px) {
  .bestrateA-heading {
    font-size: 22px;
  }
  .l-btn a {
    max-width: 230px;
  }
  .bestrateA-pointcard-bnr-txts_ttl {
    font-size: 16px;
  }
  .bestrateA-box-dt_txt {
    font-size: 13px;
  }
  .bestrateA-box-dd_txt {
    font-size: 12px;
  }
}

.l-btn .tab-link {
  position: relative;
  width: 100%;
  max-width: 285px;
  height: 54px;
  background-color: #e47415;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #e47415;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin: 0 auto;
}

.l-btn .tab-link span {
  position: absolute;
  left: 64px;
  letter-spacing: 2px;
}

.l-btn .tab-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 769px) {
  .l-btn .tab-link:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    color: #e47415;
  }
  .l-btn .tab-link:hover {
    color: #e47415;
  }
}

.l-btn .tab-link::after {
  content: "";
  position: absolute;
  background: url("../../common/img/arrow/right_white.svg") no-repeat;
  width: calc(10px / 2);
  height: calc(18px / 2);
  background-size: contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .l-btn .tab-link:hover::after {
    background: url("../../common/img/arrow/arrow4.svg") no-repeat;
    width: calc(10px / 2);
    height: calc(18px / 2);
    background-size: contain;
  }
}

.newRegistBtn {
  width: 65%;
}

.newRegistBtn_wrapper {
  max-width: 400px !important;
}

@media screen and (max-width: 768px) {
  .newRegistBtn_wrapper {
    height: 72px !important;
  }
}

.questionBtn {
  width: 70%;
  text-align: center;
}

.changeBtn {
  width: 90%;
  text-align: center;
}

.changeBtn_wrapper {
  max-width: 400px !important;
}

@media screen and (max-width: 768px) {
  .changeBtn_wrapper {
    height: 72px !important;
  }
}

.changeReservationSystem {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .changeReservationSystem {
    margin: 60px 0;
  }
}

.text_orange {
  color: #e47415 !important;
  font-weight: bold;
}

.sp_external_content {
  margin: 0;
}

.sp_external_content_inner {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.bestrateD-link-list {
  width: calc(1660px / 2);
  margin: 50px auto;
  text-align: center;
}

.bestrateD-link-list li {
  width: 25%;
  float: left;
}

.bestrateD-link-list li a {
  padding: 15px 5px;
  cursor: pointer;
  display: block;
  border: 1px solid #ddd;
  border-left: none;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.bestrateD-link-list li a:first-of-type {
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .bestrateD-link-list {
    width: 100%;
    font-size: 12px;
  }
  .bestrateD-link-list li {
    width: 50%;
  }
  .bestrateD-link-list {
    font-size: 10px;
  }
  .margin_top40sp {
    height: 40px;
    border-top: 1px solid #ddd;
  }
}

.bestrateD-heading02 {
  text-align: center;
  font-size: 24px;
  letter-spacing: .15em;
}

.bestrateD-block02 {
  margin-top: 40px;
}

.bestrateD-block03 {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .bestrateD-block03 {
    margin-top: 220px;
  }
}
/*# sourceMappingURL=bestrate_info.css.map */