@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
  font-size: 14px;
}

.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 3.125%;
  }
}

.gHeader {
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .gHeader {
    padding: 20px 0;
  }
}

.inner {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 4%;
  }
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.fcRD {
  color: #c00;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.container {
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 3.125%;
    max-width: 100%;
  }
}

p {
  line-height: 1.45;
}

.btn {
  background: #eee url(/commonY15/img/icon_ext_red_01.png) 95% center no-repeat;
  border: 1px solid #dedede;
}

.txtLink.iconOther {
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}
.txtLink.iconAnchor {
  padding-left: 17px;
  background: url(/commonY15/img/icon_anchor_red_01.png) 0 6px no-repeat;
}


.touroku_step{
  display: flex;
  justify-content: space-between;
}
.touroku_step .step{
  width: 26.5%;
}
.touroku_step .step:nth-child(2){
  width: 40.8%;
}
.touroku_step .step .step_head{
  background: #c00;
  color: #fff;
  font-size: 115%;
  padding: 10px 10px 8px;
  line-height: 100%;
}
.touroku_step .step .step_detail{
  border: 2px solid #d9d9d9;
  border-top: none;
  padding: 20px 10px;
  height: 92%;
}
.touroku_step .step .step_detail .step_lead{
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 10px;
}
.touroku_step .step .step_detail .btn{
  border: 1px solid #d9d9d9;
  padding: 10px 12% 10px 0;
  text-align: center;
  width: 100%;
  min-height: auto;
  font-size: 90%;
  background: url(/commonY15/img/icon_ext_red_01.png) 91% 46% #eee no-repeat;
  font-weight: normal;
}
.touroku_step .step .step_detail .btn:hover{
  text-decoration: underline;
}
.touroku_step .step .step_detail .step_img{
  margin-top: 10px;
  text-align: center;
} 

@media screen and (max-width: 640px) {
  .touroku_step{
    display: block;
  }
  .touroku_step .step, .touroku_step .step:nth-child(2) {
    width: 100%;
    margin-bottom: 1rem;
  }
}


.footer {
  position: relative;
  background: #000;
  color: #fff;
  margin-top: 100px;
}
.footer p {
  padding: 1.5em 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .footer p {
    font-size: 3.0769230769vw;
  }
}

.strong {
  color: #E60013;
  font-weight: bold;
}

.tag {
  padding: 3px;
  color: #fff;
  background: #c00;
}

.section .bdrColumn {
  border: 1px solid #ccc;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.section .bdrColumn .btn-txt {
  width: 50%;
}

.section .bdrColumn .btn-wrap {
  min-width: 350px;
  position: relative;
}

.section .btn-wrap a {
  display: block;
  color: #fff;
  padding: 15px;
  margin: 10px 0 0;
  background: #c00 url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  text-decoration: none;
  position: relative;
}

.section .btn-wrap a:hover {
  text-decoration: underline;
}

.section .bdrColumn .btn-wrap a.iconDown {
  border: 1px solid #dedede;
  color: #333;
  background: #eee url(/commonY15/img/icon_anchor_red_01.png) 95% center no-repeat;
}

.section .btn-wrap.entry {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .section .bdrColumn {
    display: block;
  }
  .section .bdrColumn .btn-txt {
    width: 100%;
  }
  .section .bdrColumn .btn-wrap {
    min-width: auto;
  }
  .section .bdrColumn .btn-wrap a {
    margin: 0 auto 10px;
    width: 100%;
  }
  .section .btn-wrap.entry {
    width: 100% !important;
  }
  .section .btn-wrap.entry a {
    padding: 10px;
  }
}
.new_accordion .head {
  padding: 6px 6px 6px 9px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.new_accordion .head h2 {
  font-size: 1rem;
  margin: 0;
}

.new_accordion .head .js_accordion_btn,
.new_accordion .head .js_accordion_btn.opened {
  border: none;
  line-height: 1;
  background-color: #fff;
  background-image: url(../img/icon_open.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
}

.new_accordion .head .js_accordion_btn.closed {
  background-image: url(../img/icon_close.png);
}

.new_accordion .content {
  display: none;
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 10px 17px;
}

.new_accordion .content .ttlLv2 {
  padding: 30px 0 8px;
  border-bottom: 2px solid #e5e5e5;
}

.new_accordion .content .stepLabel {
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 22px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-right: 30px;
  margin-top: 7px;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
}

.stepLabel::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  content: "";
  border-width: 24px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
  border-width: 30px 0 0 20px;
}

.stepbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.stepbox .col {
  width: 48%;
}

.stepBlock .ttlLv2 .heading {
  display: inline-block;
  border-left: 0px !important;
  padding-left: 0px !important;
  margin: 0;
  vertical-align: middle;
}

.block-tokuyakuten {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 10px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 0 10px;
}

.shop{
  display: flex;
}

.shop_logo{
  width: 13%;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .shop_logo{
    width: 40%;
  }
}
