@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-size: 1.8rem;
  line-height: 1.8;
  word-break: break-all;
}

main {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.7;
}

q::before {
  content: "『";
}
q::after {
  content: "』";
}

.container {
  overflow: hidden;
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.cont-wp {
  color: #3c3c3c;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  body {
    font-size: 3.90625vw;
  }
  .content {
    width: 100%;
  }
  .cont-wp {
    width: 92%;
  }
  img {
    width: 100%;
  }
}
.kv {
  width: 1200px;
  height: 290px;
  margin: 0 auto 10px;
  background: url("../img/manufacture_date_kv_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.kv h1 {
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 18px;
  left: 120px;
}
.kv h1 .shadow {
  text-shadow: 0 0 10px #5abe00, 0 0 10px #5abe00, 0 0 10px #5abe00, 0 0 10px #5abe00, 0 0 10px #5abe00, 0 0 10px #5abe00, 0 0 10px #5abe00, 0 0 10px #5abe00;
}
.kv h1 .little {
  font-size: 4.8rem;
  text-shadow: 0 0 6px #5abe00, 0 0 6px #5abe00, 0 0 6px #5abe00, 0 0 6px #5abe00, 0 0 6px #5abe00, 0 0 6px #5abe00, 0 0 6px #5abe00, 0 0 6px #5abe00;
}
.kv h1 .yellow {
  color: #ff0;
}
.kv h1 .sub-ttl {
  padding: 8px 20px 10px;
  font-size: 3rem;
  text-align: center;
  color: #5abe00;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 280px;
}

.date {
  text-align: right;
}

.lead-area {
  margin-bottom: 60px;
}
.lead-area > p {
  width: 810px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.lead-area > p img {
  width: 140px;
  margin: 0 30px;
  float: left;
  display: inline-block;
}
.lead-area .toc {
  width: 700px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.lead-area .toc > ul, .lead-area .toc > div {
  padding: 16px 40px;
  background-color: #eef8e5;
  border: solid 3px #acde80;
}
.lead-area .toc ul li a {
  display: block;
  padding: 7px 0;
}
.lead-area .toc ul li a span {
  display: inline-block;
  position: relative;
}
.lead-area .toc ul li a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #5abe00;
  width: 18px;
  height: 18px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
}
.lead-area .toc ul li a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-37%) rotate(45deg);
          transform: translateY(-37%) rotate(45deg);
}
.lead-area .toc > div {
  border-radius: 20px 20px 0 0;
}
.lead-area .toc > div > p {
  margin-bottom: 10px;
}
.lead-area .toc > div > ul li {
  color: #5abe00;
}
.lead-area .toc > div > ul li a {
  color: #5abe00;
}
.lead-area .toc > div > ul li::before {
  color: #5abe00;
}
.lead-area .toc > div > ul > li > a::before {
  display: inline-block;
  font-size: 100%;
}
.lead-area .toc > ul {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}

p {
  margin-bottom: 30px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe492));
  background: linear-gradient(transparent 60%, #ffe492 60%);
}

.notes {
  font-size: 1.6rem;
}

article,
section {
  margin-bottom: 100px;
}
article .sec-ttl,
section .sec-ttl {
  width: 1000px;
  height: 99px;
  margin-bottom: 40px;
  background: url("../img/manufacture_date_ttlBg_01_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
article .sec-ttl span,
section .sec-ttl span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
article .sec-ttl.pc-big,
section .sec-ttl.pc-big {
  height: 140px;
  margin-bottom: 40px;
  background: url("../img/manufacture_date_ttlBg_01big_pc.png") no-repeat;
  background-size: contain;
}
article .sec-ttl.pc-big span,
section .sec-ttl.pc-big span {
  line-height: 1.5;
}
article .txt-lead,
section .txt-lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #5abe00;
}
article .dtl-ttl,
section .dtl-ttl {
  margin: 60px auto 30px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #5abe00;
  color: #5abe00;
  position: relative;
}
article figure,
section figure {
  margin-bottom: 30px;
}
article figure img,
section figure img {
  display: block;
  margin: auto;
}
article figure figcaption,
section figure figcaption {
  width: 600px;
  margin: 0 auto;
  text-align: right;
}
article figure.img480,
section figure.img480 {
  width: 480px;
  margin: 0 auto 30px;
}
article .intro,
section .intro {
  margin-top: 100px;
  padding: 40px 80px;
  background-image: url("../img/manufacture_date_bg_intro.png");
}
article .intro .txt-lead,
section .intro .txt-lead {
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
}
article .intro .little-lead,
section .intro .little-lead {
  margin-bottom: 0;
  font-weight: bold;
}
article .intro p:last-child,
section .intro p:last-child {
  margin-bottom: 0;
}
article .rec-area,
section .rec-area {
  margin: 100px auto;
}
article .rec-area > .txt-lead,
section .rec-area > .txt-lead {
  padding: 8px 40px 10px;
  color: #fff;
  background-color: #5abe00;
  border: 4px solid #5abe00;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
}
article .rec-area .rec,
section .rec-area .rec {
  padding: 40px;
  border: 4px solid #5abe00;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}
article .p-link,
section .p-link {
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
  position: relative;
}
article .btn-link,
section .btn-link {
  text-align: center;
  margin-bottom: 0;
}
article .btn-link a,
section .btn-link a {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 14px 14px 14px 0;
  font-size: 1.8rem;
  color: #ed1a3a;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ed1a3a;
  border-radius: 8px;
}
article .btn-link a span,
section .btn-link a span {
  position: relative;
}
article .btn-link a span::before,
section .btn-link a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
}
article .btn-link a span::after,
section .btn-link a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-37%) rotate(45deg);
          transform: translateY(-37%) rotate(45deg);
}
article .txt-link,
section .txt-link {
  margin-bottom: 50px;
  text-align: center;
}
article .txt-link a,
section .txt-link a {
  padding-right: 34px;
  font-size: 2.2rem;
  color: #ed1a3a;
  font-weight: bold;
  border-bottom: 2px solid #ed1a3a;
}
article .txt-link a span,
section .txt-link a span {
  position: relative;
}
article .txt-link a span::before,
section .txt-link a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
}
article .txt-link a span::after,
section .txt-link a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-37%) rotate(45deg);
          transform: translateY(-37%) rotate(45deg);
}
article .txt-link-02,
section .txt-link-02 {
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
  position: relative;
}
article .txt-link-02.arrow::before,
section .txt-link-02.arrow::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #5abe00;
  width: 18px;
  height: 18px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  top: auto;
  bottom: 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
article .txt-link-02.arrow::after,
section .txt-link-02.arrow::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-37%) rotate(45deg);
          transform: translateY(-37%) rotate(45deg);
  top: auto;
  bottom: 7px;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
article .txt-link-02.out-link,
section .txt-link-02.out-link {
  padding-right: 24px;
}
article .txt-link-02.out-link::after,
section .txt-link-02.out-link::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/manufacture_date_icon_outLink.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  bottom: 3px;
}

.engraving dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.engraving dl > div dt {
  width: 50px;
  font-weight: bold;
  color: #5abe00;
}
.engraving dl > div dd {
  width: calc(100% - 50px);
  position: relative;
}
.engraving dl > div dd::before {
  content: ":";
  position: absolute;
  top: 0px;
  left: -10px;
}
.engraving dl > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.engraving .img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exchange .intro p {
  margin-bottom: 0;
}

.summary .btn-link {
  margin-bottom: 30px;
}

.app-dl {
  width: 600px;
  margin: auto;
}
.app-dl dt {
  padding-bottom: 4px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #3c3c3c;
}
.app-dl dd {
  padding: 20px 40px;
  border: 3px solid #3c3c3c;
  background-color: #fff;
  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;
}
.app-dl dd > p {
  margin-bottom: 0;
  line-height: 0;
}
.app-dl dd > p img {
  width: 100%;
}
.app-dl dd > p:nth-child(odd) {
  width: 30%;
}
.app-dl dd > p:nth-child(even) {
  width: 15%;
}
.app-dl dd > p:nth-child(2) {
  margin-right: 5%;
}

.faq {
  margin-bottom: 10px;
}
.faq h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #5abe00;
  border-bottom: 5px solid #5abe00;
}
.faq > div {
  margin-bottom: 40px;
}
.faq > div p, .faq > div h3 {
  margin-bottom: 0;
  padding: 10px 0 10px 60px;
}
.faq > div h3 {
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/manufacture_date_icon_que.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
  border-bottom-width: 0;
}
.faq > div p {
  background: url("../img/manufacture_date_icon_ans.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
}

.intro-area .author {
  margin-bottom: 0;
  font-weight: bold;
}

.date-02 {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .kv {
    width: 100%;
    height: 62.5vw;
    margin: 0 0 1.3020833333vw;
    background: url("../img/manufacture_date_kv_sp.png") no-repeat;
    background-size: contain;
  }
  .kv h1 {
    font-size: 9.1145833333vw;
    line-height: 1.3;
    top: 2.0833333333vw;
    left: 2.6041666667vw;
  }
  .kv h1 .shadow {
    text-shadow: 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00, 0 0 1.5625vw #5abe00;
  }
  .kv h1 .little {
    font-size: 6.25vw;
    text-shadow: 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00, 0 0 1.0416666667vw #5abe00;
  }
  .kv h1 .line-sp {
    display: block;
    margin-top: 1.3020833333vw;
  }
  .kv h1 .sub-ttl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.3020833333vw 2.6041666667vw;
    font-size: 4.9479166667vw;
    text-align: left;
    bottom: -10.4166666667vw;
    left: -2.6041666667vw;
  }
  .lead-area {
    margin-bottom: 7.8125vw;
  }
  .lead-area > p {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .lead-area > p img {
    width: 24.7395833333vw;
    margin: 0 3.90625vw 0 0;
    display: inline;
  }
  .lead-area .toc {
    width: 100%;
    font-size: 3.90625vw;
    line-height: 1.8;
  }
  .lead-area .toc > ul, .lead-area .toc > div {
    padding: 5.2083333333vw;
    border-width: 0;
  }
  .lead-area .toc ul li a {
    padding: 1.3020833333vw 0;
  }
  .lead-area .toc ul li a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lead-area .toc ul li a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #5abe00;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.7291666667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
  }
  .lead-area .toc ul li a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -4.296875vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) rotate(45deg);
  }
  .lead-area .toc > div {
    margin-bottom: 1.3020833333vw;
  }
  .lead-area .toc > div > p {
    margin-bottom: 2.6041666667vw;
  }
  .lead-area .toc > div > ul > li {
    /* &:last-child{
      padding-left: pxToVw(200);
      text-indent: pxToVw(-100);
    } */
  }
  .lead-area .toc > div > ul > li > a {
    position: relative;
  }
  .lead-area .toc > div > ul > li > a::before {
    position: absolute;
    top: 0.6510416667vw;
    left: 0;
  }
  p {
    margin-bottom: 7.8125vw;
  }
  .notes {
    font-size: 3.3854166667vw;
  }
  article,
  section {
    margin-bottom: 10.4166666667vw;
  }
  article .sec-ttl,
  article .sec-ttl.pc-big,
  section .sec-ttl,
  section .sec-ttl.pc-big {
    width: 100%;
    height: 27.34375vw;
    margin-bottom: 7.8125vw;
    background: url("../img/manufacture_date_ttlBg_01_sp.png") no-repeat;
    background-size: contain;
  }
  article .sec-ttl span,
  article .sec-ttl.pc-big span,
  section .sec-ttl span,
  section .sec-ttl.pc-big span {
    font-size: 5.2083333333vw;
    line-height: 1.5;
    bottom: 3.125vw;
  }
  article .sec-ttl.sp-small,
  article .sec-ttl.pc-big.sp-small,
  section .sec-ttl.sp-small,
  section .sec-ttl.pc-big.sp-small {
    height: 20.8333333333vw;
    background: url("../img/manufacture_date_ttlBg_01small_sp.png") no-repeat;
    background-size: contain;
  }
  article .sec-ttl.sp-small span,
  article .sec-ttl.pc-big.sp-small span,
  section .sec-ttl.sp-small span,
  section .sec-ttl.pc-big.sp-small span {
    bottom: 3.125vw;
  }
  article .sec-ttl.sp-big,
  article .sec-ttl.pc-big.sp-big,
  section .sec-ttl.sp-big,
  section .sec-ttl.pc-big.sp-big {
    height: 35.15625vw;
    background: url("../img/manufacture_date_ttlBg_sp-big.png") no-repeat;
    background-size: contain;
  }
  article .txt-lead,
  section .txt-lead {
    font-size: 4.4270833333vw;
  }
  article .dtl-ttl,
  section .dtl-ttl {
    margin: 10.4166666667vw auto 3.90625vw;
    padding-bottom: 1.3020833333vw;
    font-size: 4.9479166667vw;
    line-height: 1.4;
  }
  article figure,
  section figure {
    margin-bottom: 3.90625vw;
  }
  article figure img,
  section figure img {
    width: 80%;
  }
  article figure figcaption,
  section figure figcaption {
    width: 80%;
  }
  article figure .notes,
  section figure .notes {
    line-height: 1.3;
  }
  article figure.img480,
  section figure.img480 {
    width: 100%;
    margin: 0 auto 3.90625vw;
  }
  article .intro,
  section .intro {
    margin-top: 13.0208333333vw;
    padding: 5.2083333333vw 5.2083333333vw 7.8125vw;
  }
  article .intro .txt-lead,
  section .intro .txt-lead {
    margin-bottom: 3.90625vw;
  }
  article .rec-area,
  section .rec-area {
    margin: 10.4166666667vw auto;
  }
  article .rec-area > .txt-lead,
  section .rec-area > .txt-lead {
    padding: 1.5625vw 2.6041666667vw 2.0833333333vw;
    line-height: 1.3;
    border-width: 3px;
    border-bottom-width: 0;
  }
  article .rec-area .rec,
  section .rec-area .rec {
    padding: 5.2083333333vw 5.2083333333vw;
    border-width: 3px;
    border-top-width: 0;
  }
  article .btn-link a,
  section .btn-link a {
    width: 78.125vw;
    margin: 0 auto;
    padding: 3.3854166667vw 3.3854166667vw 3.3854166667vw 0;
    font-size: 3.90625vw;
  }
  article .btn-link a span::before,
  section .btn-link a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.3385416667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
  }
  article .btn-link a span::after,
  section .btn-link a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) rotate(45deg);
  }
  article .btn-link.sp-line2,
  section .btn-link.sp-line2 {
    line-height: 1.5;
  }
  article .btn-link.sp-line2 a span::before,
  section .btn-link.sp-line2 a span::before {
    top: auto;
    bottom: 0%;
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
  article .btn-link.sp-line2 a span::after,
  section .btn-link.sp-line2 a span::after {
    top: auto;
    bottom: 0%;
    -webkit-transform: translateY(-107%) rotate(45deg);
            transform: translateY(-107%) rotate(45deg);
  }
  article .txt-link,
  section .txt-link {
    margin-bottom: 7.8125vw;
  }
  article .txt-link a,
  section .txt-link a {
    padding-right: 5.46875vw;
    font-size: 4.1666666667vw;
    line-height: 1.8;
  }
  article .txt-link a span::before,
  section .txt-link a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.3385416667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
  }
  article .txt-link a span::after,
  section .txt-link a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) rotate(45deg);
  }
  article .txt-link-02,
  section .txt-link-02 {
    color: #0088cf;
    border-bottom-width: 0.2604166667vw;
    position: relative;
  }
  article .txt-link-02.arrow::before,
  section .txt-link-02.arrow::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #5abe00;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.7291666667vw;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
    top: auto;
    bottom: 0.5208333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  article .txt-link-02.arrow::after,
  section .txt-link-02.arrow::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -4.296875vw;
    top: 50%;
    -webkit-transform: translateY(-37%) rotate(45deg);
            transform: translateY(-37%) rotate(45deg);
    top: auto;
    bottom: 1.6927083333vw;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  article .txt-link-02.out-link,
  section .txt-link-02.out-link {
    padding-right: 5.9895833333vw;
  }
  article .txt-link-02.out-link::after,
  section .txt-link-02.out-link::after {
    content: "";
    width: 3.6585365854vw;
    height: 3.6585365854vw;
    right: 1.3020833333vw;
    bottom: 0.6510416667vw;
  }
  .engraving dl > div dt {
    width: 11.71875vw;
  }
  .engraving dl > div dd {
    width: calc(100% - 11.71875vw);
  }
  .engraving dl > div dd::before {
    left: -2.6041666667vw;
  }
  .engraving dl > div:not(:last-of-type) {
    margin-bottom: 3.90625vw;
  }
  .engraving .img-flex {
    display: block;
  }
  .exchange .intro p:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .summary .btn-link {
    margin-bottom: 7.8125vw;
  }
  .app-dl {
    width: 100%;
  }
  .app-dl dt {
    padding: 0.78125vw;
    font-size: 3.90625vw;
    background-image: url("../img/manufacture_date_icon_app.png");
    background-repeat: no-repeat;
    background-size: 6.5104166667vw;
    background-position: left 1.5625vw top 1.3020833333vw;
  }
  .app-dl dd {
    padding: 2.6041666667vw;
    border-width: 0.78125vw;
  }
  .app-dl dd > p:nth-child(odd) {
    width: 48%;
  }
  .app-dl dd > p:nth-child(even) {
    display: none;
  }
  .faq {
    margin-bottom: 1.3020833333vw;
  }
  .faq h2 {
    margin-bottom: 7.8125vw;
    padding-bottom: 1.3020833333vw;
    font-size: 4.9479166667vw;
    border-width: 3px;
  }
  .faq > div {
    margin-bottom: 7.8125vw;
  }
  .faq > div p, .faq > div h3 {
    padding: 1.3020833333vw 0 1.3020833333vw 7.8125vw;
    background-position: top 1.8229166667vw left 0;
  }
  .faq > div h3 {
    font-size: 4.1666666667vw;
    background-size: 6.5104166667vw auto;
  }
  .faq > div p {
    background-size: 6.5104166667vw auto;
  }
  .date-02 {
    margin-bottom: 10.4166666667vw;
  }
}/*# sourceMappingURL=style.css.map */