@charset "UTF-8";
/* /////// app 共通  /////// */

.pagetitle {
  background-image: url(../images/common/bg_company.jpg);
  background-size: cover;
  background-position: center center;
}

.flex {
  display: flex;
  justify-content: center;
  gap: 6%;
}

/* /////// yebisubar 共通  /////// */

.yebisubar .pagetitle {
  background-image: url(/images/common/bg_yebisubar.jpg);
  background-size: cover;
  background-position: center center;
}

.yebisubar .att_note {
  font-size: 14px;
}

.yebisubar .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .yebisubar .intro {
    display: block;
  }
}

.yebisubar .intro .moviwp {
  width: 50%;
}

.yebisubar .intro .movie {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.yebisubar .intro .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yebisubar .balloonwp {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .yebisubar .intro .moviwp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .yebisubar .balloonwp {
    width: 100%;
    margin-top: 15px;
  }
}

.yebisubar .balloonwp dt {
  float: left;
  width: 28%;
}

.yebisubar .balloonwp dd {
  width: 69%;
  margin-left: 30%;
}

.yebisubar .balloonwp dd div {
  background-color: #f6eaab;
  padding: 20px;
  position: relative;
}

.yebisubar .balloonwp dd div .arrow {
  display: inline-block;
  float: left;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #f6eaab transparent transparent;
}

.yebisubar .balloonwp dd div h4, .yebisubar h4.ttl {
  background-image: none;
  color: #000;
  font-size: 20px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  vertical-align: top;
}

.yebisubar .balloonwp dd div h4 {
  border-bottom: 1px solid #000;
}

.yebisubar .haishin {
  border: 3px double #f6eaab;
  padding: 10px;
  margin-top: 20px;
}

.yebisubar .haishin dt {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.yebisubar .haishin .qr {
  text-align: center;
}

.yebisubar .haishin .qr ul li, .yebisubar .haishin .btns ul li {
  display: inline-block;
  margin: 5px;
}

.yebisubar .haishin .qr ul li span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

.yebisubar .haishin .btns {
  text-align: center;
}

/* 左側にment_imgが入らない場合 */
.yebisubar .none_ment_img .haishin {
  width: 100%;
  margin-top: 0;
  border: none;
}

.yebisubar .none_ment_img .haishin .haishin_title {
  margin-bottom: 10px;
}

.yebisubar .none_ment_img .haishin .qr li,
.yebisubar .none_ment_img .haishin .btns li {
  width: 180px;
}

.yebisubar .none_ment_img .haishin .qr ul li span {
  font-size: 1rem;
}

@media screen and (max-width: 640px) {
  .yebisubar .haishin .qr {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .yebisubar .haishin .btns {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* 左側にment_imgが入らない場合 */
  .yebisubar .none_ment_img .haishin .flex {
    gap: 14%;
  }

  .yebisubar .none_ment_img .haishin .haishin_title {
    font-size: 1.125rem;
  }

  .yebisubar .none_ment_img .haishin .qr li,
  .yebisubar .none_ment_img .haishin .btns li {
    width: 130px;
  }
}

.yebisubar h2.ttl {
  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;
}

.yebisubar h2.ttl img {
  margin-right: 5px;
  width: 100%;
  max-width: 40px;
  border-radius: 100px;
}

.yebisubar .howto {
  text-align: center;
}

.yebisubar .howto li {
  position: relative;
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}

.yebisubar .howto li:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

.yebisubar .howto li .icon_nb {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #540a1b;
  padding: 1px;
}


.yebisubar .howto li .icon_nb.step {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 70px;
  height: 32px;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #540a1b;
  padding: 1px;
}


.yebisubar .howto li .icon_nb span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #540a1b;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.yebisubar .howto li .icon_nb.step span{
  border-radius: 0%;
}

.yebisubar .howto li .icon_nb span span {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}






.yebisubar .howto li .pict {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}

.yebisubar .howto li .pict img {
  width: 70%;
}

@media screen and (max-width: 480px) {
  .yebisubar .howto li {
    width: 100%;
  }
  .yebisubar .howto li:nth-child(2) {
    margin-left: 0%;
    margin-right: 0%;
  }
  .yebisubar .howto li .pict {
    width: 47%;
    float: left;
    margin-right: 5px;
  }
  .yebisubar .howto li .read {
    margin-top: 30px;
    text-align: left;
  }
}

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

.yebisubar .pict_phone {
  width: 25%;
}

.yebisubar .spList {
  width: 72%;
}

.yebisubar .spList dt {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 55px;
  position: relative;
  min-height: 40px;
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yebisubar .spList dt img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.yebisubar .spList dd {
  margin-top: 5px;
  padding-bottom: 20px;
}

.yebisubar .spList dd ul.mbclass li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 5px;
}

.yebisubar .spList dd ul.mbclass li::after {
  display: block;
  content: '';
  position: absolute;
  top: .95em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #540a1b;
}

.yebisubar .spList dd ul.mbclass li span {
  display: inline-block;
  background-color: #f6eaab;
  padding: 3px 10px;
  font-weight: bold;
}

.yebisubar .faq_cont h3 {
  margin-top: 40px;
}

.yebisubar .faq_cont ol>li {
  position: relative;
  counter-increment: li;
  counter-reset: list;
  padding-left: 2em;
  margin-bottom: 5px;
}

.yebisubar .faq_cont ol>li::before {
  content: counter(li) ' -';
  display: block;
  position: absolute;
  top: .3em;
  left: 0em;
  color: #540a1b;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.yebisubar .faq_cont ul.linkimg li {
  display: inline-block;
  width: 48%;
}


@media screen and (max-width: 480px) {
  .yebisubar .faq_cont ul.linkimg li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.yebisubar .faq_cont dd img {
  width: auto;
}

.yebisubar .terms {
  margin-bottom: 20px;
}

.yebisubar .terms p+ol {
  margin-top: 0.5em;
}

.yebisubar .terms ol {
  list-style: decimal;
  margin-left: 1.3em;
}

.yebisubar .terms ol li+li {
  margin-top: 0.5em;
}

.yebisubar .terms p+h3, .yebisubar .terms ol+h3 {
  margin-top: 30px;
}