@charset "utf-8";
@media screen and (min-width: 768px){
  .border_r{
    border-right: 1px solid #d0d0d0;
  }
}
#main .signboard {
  margin-top: 30px;
}
@media screen and (max-width: 767px){
  #main .signboard {
    margin-top: 0;
  }
}
/*キャンペーン終了*/
.block-campaign-end__area01 {
  width: 982px;
  margin: 0 auto 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .block-campaign-end__area01 {
    width: 100%;
  }
}
.intro_txt{
  font-weight:bold;
  font-size:38px;
  text-decoration-line: underline;
  text-decoration-color:#c4d700;
  text-decoration-thickness:4px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .example {
    padding-bottom: 90px!important;
    }
  }
@media screen and (min-width: 767px){
  .intro > strong{
    font-size:22px;
  }
  .intro .intro_txt{
    font-size:32px;
  }
}
@media screen and (max-width: 767px){
  .intro .intro_txt{
    line-height:0.6em;
  }
}
.f27{
  font-size: 27px;
}
.f36{
  font-size: 36px;
}
.f38{
  font-size: 38px;
}
.font_strong{
  font-size: 44px;
}
@media screen and (max-width: 767px){
  .font_strong{
    font-size: 33px;
  }
}
@media screen and (max-width: 1199px){
  .inner.example {
    padding-top:30px!important;
  }
}
@media screen and (max-width: 767px){
  .inner.example {
    padding: inherit;
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
}
.example {
  background: #eeebe8;
  padding-bottom: 90px;
  padding-top: 43px;
  text-align: center;
  margin-top:60px;
}
#exchange .box01 {
  margin-top: 83px;
  gap: 95px;
  position: relative;
}
.row_flex.box01 {
  column-gap: 50px;
  flex-wrap: nowrap;
  margin-left: 8%;
  margin-right: 8%;
  position: relative;
}
@media screen and (max-width: 767px){
  .row_flex.box01 {
    margin-top: 60px;
    flex-wrap: wrap;
    row-gap: 30px;
    margin:0;
  }
}
.box__01.box-flex{
  min-height:150px;
}
.box-01__ttl{
  background: #a89b8b;
  color: #FFFFFF;
  text-align:center;
  padding:10px;
}
.box-01__ttl.ttl_orange{
  padding: 7px 10px 10px;
}
.ttl_orange{
  background: #d98827;
}
.box-01__txt{
  padding:16px 16px 0;
}
.box__01 {
  width: 100%;
  place-items: center;
  align-content: center;
  text-align: center;
  position: relative;
  background: #FFFFFF;
}
@media screen and (max-width: 767px){
  .box__01:nth-child(2) {
    margin-top:20px;
  }
}
.box-inner{
  max-width:80%;
  text-align:center;
  margin:auto;
  padding-bottom:10px;
}
.inner-border{
  border-bottom: 1px dashed #d0d0d0;
}
.box-flex{
  display: flex;
  flex-direction: column;
  border: 3px solid #d98827;
}
.box-flex > .box-01__ttl{
  align-self: stretch;
}
.center-txt{
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.row_flex.box01:after {
  content: "";
  width: 2px;
  height: 32px;
  display: block;
  position: absolute;
  top: calc(50% + 15px);
  left: 49%;
  transform: translate(0%, -50%);
  width: ;
  height: 0;
  border-left: 20px solid #999;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 767px){
  .row_flex.box01:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  }
}
.benefit-one {
  border-color: #c4d700;
}
.row_flex {
  column-gap: 50px;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.rate_txt{
  font-weight:bold;
  font-size:38px;
  text-decoration-line: underline;
  text-decoration-color:#c4d700;
  text-decoration-thickness:8px;
}
.rate_txt>span{
  font-size:50px;
}
@media screen and (max-width: 1199px){
  .rate_txt{
    font-size:28px;
  }
  .rate_txt>span{
    font-size:40px;
  }
}
@media screen and (max-width: 767px){
  .pdn_adj {
    padding:inherit!important;
  }
}
.color_main {
  color: #004831!important;
}
.color_orange {
  color: #d98827!important;
}

/*アプリのダウンロードはこちらから*/
.dl-section {
    width: 100%;
  }
  .dl-section .inner {
    max-width: 982px;
    margin: 0 auto;
    padding: 40px 0 45px;
  }
  .dl-section h2 {
    font-size: 1.625rem;
    color: #333333;
    margin-bottom: 34px;
  }
  .dl-section .dl__block {
    display: flex;
    justify-content: center;
  }
  .dl__unit {
    width: 50%;
    display: flex;
  }
  .dl__unit-ios {
    justify-content: flex-end;
    border-right: 1px solid #ccc;
    padding-right: 50px;
  }
  .dl__unit-android {
    padding-left: 50px;
  }
  .dl__unit dl {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    display: -ms-grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto auto;
  }
  .dl__unit dt {
    font-size: 14px;
    padding-bottom: 7px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dl__badge {
    margin: 0 25px 0 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
  }
  .dl__badge img {
    height: 58px;
    width: auto;
  }
  .dl__qr {
    margin: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    align-self: end;
    vertical-align: bottom;
  }
  .dl__qr img {
    height: 82px;
    width: auto;
  }
  .dl-section .notes li {
    font-size: 14px;
  }
  @media screen and (max-width: 1199px) {
    .dl-section .inner {
      padding-left: 8vw;
      padding-right: 8vw;
    }
  }
  @media screen and (max-width: 767px) {
    .dl-section .inner {
      padding: 25px 8vw 35px;
    }
    .dl-section .inner + .inner {
      padding-bottom: 0;
    }
    .dl-section h2 {
      font-size: 1.125rem;
      margin-bottom: 15px;
    }
    .dl__unit {
      width: auto;
      display: flex;
      padding: 0;
      border: 0;
    }
    .dl__unit dl {
      display: block;
    }
    .dl__unit dt {
      text-align: center;
    }
    .dl__badge {
      margin: 0 10px;
    }
    .dl__badge img {
      height: 44px;
    }
    .dl__qr {
      display: none;
    }
  }