@charset "UTF-8";
/* --------------------------------------------------------- */
/* appuse.css */
/* --------------------------------------------------------- */
/* メイン
----------------------- */
body {
  color: #333333;
}

.main .acdList {
  margin: 0 auto;
}

.main .acdList h2 {
  margin: 50px auto 10px;
  font-size: 16px;
}

/*.main .acdList h2:first-child{margin-top: -50px;}*/
.main .acdList h2 span {
  padding-bottom: 1%;
  background: url(../img/line_img.png) repeat-x left bottom;
  background-size: 1px 50%;
}

.main .acd h3 {
  padding: 10px 12.04% 10px 4.63%;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  /*3.71-0.3*/
  border: 1px solid #c4c4c4;
  cursor: pointer;
  background: url(../../images/appli/icon_open.png) no-repeat;
  background-size: 25px auto;
  background-position: center right 15px;
  border-radius: 5px;
  background-color: #fff;
}

.main .acd h3.close {
  border-bottom: 1px solid #c4c4c4;
  background-image: url(../../images/appli/icon_close.png);
}

/*.main .acd:last-of-type h3{border-bottom:1px solid #c4c4c4;}*/
.main .toggle {
  display: none;
}

.main .toggle .textBox {
  margin-top: -1px;
  padding: 30px 4.78% 30px 2.78%;
  background-color: #fffade;
}

/*約1010px(win幅1080px時)*/
.main .toggle .text {
  margin-bottom: 1em;
  font-size: 14px;
}

.main .toggle .text.mb2 {
  margin-bottom: 2em;
}

.main .toggle .text.nm {
  margin-bottom: 0;
}

.main .toggle .text a {
  display: inline;
  word-break: break-all;
}

.main .toggle .text .line {
  font-weight: bold;
  text-decoration: underline;
}

.main .toggle .idt {
  padding-left: 1em;
  text-indent: -1em;
}

.main .toggle .str {
  width: 106.45%;
  margin-left: -3.45%;
  font-weight: bold;
}

.main .toggle .list li {
  margin-bottom: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.main .toggle .list .nm {
  margin-bottom: 0;
}

.main {
  margin-top: 0;
  position: relative;
  min-width: 980px;
}

.content {
  margin-top: -330px;
}

.acdList {
  width: 980px;
}

.acd {
  margin-bottom: 20px;
}

.main .acd h3 {
  padding-left: 2em;
  text-indent: -1.5em;
}

.textBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}

.textBox:first-child {
  border: 1px solid #c4c4c4;
  border-radius: 5px 5px 0 0;
}

.textBox:last-child {
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0 0 5px 5px;
}

.textList_redLine {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.text_main {
  /*
    width: 62%;*/
  width: 670px;
  margin-top: 40px;
}

.noneImage .text_main {
  width: 100%;
  margin-top: 0;
}

.textBox_image {
  /*
    width: 35%;*/
  width: 220px;
  height: auto;
}

.textBox_image img {
  width: 100%;
  margin: 0;
}

.acdList_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.acdList_lead {
  margin-bottom: 20px;
}

.acdList_title_icon img {
  width: 20px;
  height: auto;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .main {
    min-width: unset;
  }

  .main .acdList {
    margin-top: 0;
    width: 96%;
  }

  .main .acdList h2 {
    margin-top: 0;
    font-size: 12px;
  }

  .acdList_title_icon img {
    width: 20px;
    height: auto;
    margin-top: -5px;
  }

  .acdList_title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content {
    margin-top: -230px;
  }

  .main .acd h3 {
    font-size: 12px;
  }

  .main .toggle .text {
    font-size: 11px;
  }

  .text_main {
    margin-top: 10px;
    width: 62%;
  }

  .textBox_image {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .main .acdList h2 {
    margin-top: 0px;
    font-size: 12px;
  }
}
/* 2022 04 */
.readContent {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 30px 0 70px;
  margin: 60px 0 110px;
}

.readContentWrap {
  padding: 35px 50px 90px;
}
.readContentWrap.-pb0 {
  padding-bottom: 0;
}
.readContentWrap p {
  font-size: 14px;
}
.readContentWrap p.notes {
  color: #d61518;
}
.readContentWrap p span {
  color: #d61518;
}

.readContentImage {
  margin-top: 40px;
}
.readContentImage img {
  width: 100%;
  height: auto;
}
.readContentImage.-top {
  width: 870px;
}
.readContentImage.-bottom {
  width: 770px;
}
.readContentImage.-receipt {
  width: 780px;
}
.readContentImage.-confirm {
  width: 870px;
  margin-left: auto;
  margin-right: 15px;
}

/* change */
.main .changeTitle {
  margin-left: 50px;
}
.main .changeTitle h2 {
  width: 250px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #d61518;
  border: 1px solid #d61518;
  border-radius: 25px;
  padding: 12px 0 11px;
  margin: 0;
  position: relative;
}
.main .changeTitle h2::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.main .changeTitle h2.top::before {
  width: 68px;
  padding-top: 58px;
  background-image: url(../../images/appli/home/top_text_side3.svg);
  top: -6px;
  left: -30px;
}
.main .changeTitle h2.bottom::before {
  width: 81px;
  padding-top: 81px;
  background-image: url(../../images/appli/home/top_text_side2.svg);
  top: -20px;
  left: -30px;
}

.main .changeReceiptTitle {
  padding: 0 50px;
}
.main .changeReceiptTitle h2 {
  display: block;
  background-color: #ffa800;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 11px 0 12px;
  margin: 0;
  position: relative;
}
.main .changeReceiptTitle h2::before {
  content: "";
  width: 72px;
  padding-top: 75px;
  background-image: url(../../images/appli/home/top_text_side4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: -15px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .readContent {
    border: none;
    padding: 30px 0 0;
    margin: 0;
  }

  .readContentWrap {
    padding: 25px 0 50px;
  }
  .readContentWrap p {
    font-size: 12px;
    padding: 0 10px;
  }

  .readContentImage.-top {
    width: 100%;
  }
  .readContentImage.-bottom {
    width: 100%;
  }
  .readContentImage.-receipt {
    width: 100%;
  }
  .readContentImage.-confirm {
    width: 100%;
  }

  .main .changeTitle {
    margin-left: 20px;
  }
  .main .changeTitle h2 {
    width: 150px;
    font-size: 12px;
    padding: 4px 0 4px;
  }
  .main .changeTitle h2.top::before {
    width: 40px;
    padding-top: 34px;
    top: -6px;
    left: -20px;
  }
  .main .changeTitle h2.bottom::before {
    width: 51px;
    padding-top: 51px;
    top: -15px;
    left: -25px;
  }

  .main .changeReceiptTitle {
    padding: 0;
  }
  .main .changeReceiptTitle h2 {
    text-align: left;
    font-size: 12px;
    padding: 5px 20px 6px;
  }
  .main .changeReceiptTitle h2::before {
    width: 42px;
    padding-top: 44px;
    top: -10px;
    right: 15px;
  }
}
/* confirm */
.container.-confirm .headerTop_title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.container.-confirm .headerTop_title .headerTop_title_img img {
  margin-top: 0;
  margin-left: -190px;
}
.container.-confirm .sideImg_heartrin {
  margin-top: -80px;
}
.container.-confirm .content {
  margin-top: -210px;
}

.main .confirmTitle h2 {
  font-size: 14px;
  font-weight: 400;
  padding-left: 140px;
  position: relative;
}
.main .confirmTitle h2::before {
  content: "";
  width: 81px;
  padding-top: 81px;
  background-image: url(../../images/appli/home/top_text_side2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: -35px;
  left: 25px;
}

@media screen and (max-width: 768px) {
  .container.-confirm .headerTop_title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.-confirm .headerTop_title .headerTop_title_img img {
    margin-top: 0;
    margin-left: 10px;
  }
  .container.-confirm .sideImg_hand {
    display: none;
  }
  .container.-confirm .content {
    margin-top: -230px;
  }

  .main .confirmTitle h2 {
    font-size: 12px;
    padding-left: 60px;
  }
  .main .confirmTitle h2::before {
    width: 51px;
    padding-top: 51px;
    top: -10px;
    left: 0;
  }
}
/*# sourceMappingURL=map/page.css.map */