@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.page-title {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  position: relative;
}
.page-title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.page-title h1 .sub {
  font-size: 15px;
  font-size: 1.5rem;
  color: #202124;
  font-weight: 400;
}
@media print, screen and (min-width: 1023px) {
  .page-title {
    margin-top: 110px;
    height: 300px;
  }
  .page-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .page-title h1 .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.content-wrap {
  padding: 0 0 5em;
}

.content h2 {
  background: #eee;
  border-left: 5px solid #000;
  border-radius: 2px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
  font-weight: 450;
  padding: 10px;
  margin-top: 2.4em;
}
.content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px;
  margin-top: 1.6em;
  border-bottom: 1px solid #C3C3C3;
}
.content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}
.content h4::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #BA0612;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.content h4::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #C3C3C3;
  position: absolute;
  left: 0;
  top: 50%;
}
.content p {
  line-height: 1.6;
}
.content p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.content p.attention {
  color: #202124;
}
.content p.img img {
  display: block;
}
.content p.img img.full {
  width: 100%;
}
.content p.img .caption {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}
.content p.arrow {
  font-size: 20px;
  font-size: 2rem;
}
.content p.arrow i {
  color: #202124;
}
.content p .tel {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  padding-left: 1em;
  background: url(../img/icon_tel.svg) no-repeat;
  background-size: auto 60%;
  background-position: left 0 top 50%;
}
.content a {
  text-decoration: underline;
}
.content a.anchor {
  display: inline-block;
  padding-left: 0.7em;
  color: #202124;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 5px;
  background-position: left 0 top 50%;
}
.content ul.list li {
  position: relative;
  padding-left: 1em;
  margin: 5px 0;
}
.content ul.list li::before {
  content: " ";
  display: block;
  background: #ccc;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.content ul.horizontal li {
  display: inline-block;
  margin: 5px 1em 5px 0;
}
.content ul.check li {
  margin: 10px 0;
  padding-left: 20px;
}
.content ul.check li::before {
  font-family: "Font Awesome 6 Free";
  color: #202124;
  content: "\f058";
  margin-left: -20px;
  margin-right: 7px;
}
.content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.content dl.outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content dl.outline dt, .content dl.outline dd {
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
.content dl.outline dt {
  font-weight: 450;
  width: 10em;
}
.content dl.outline dd {
  width: calc(100% - 10em);
  margin: 0;
}
.content table {
  line-height: 1.5;
}
.content .faq-box {
  margin-top: 2em;
  border-radius: 6px;
  border: 1px solid #202124;
  overflow: hidden;
}
.content .faq-box__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  color: #fff;
  background: #202124;
  border-left: none;
  padding: 0.5em 0;
}
.content .faq-box__title h2 .icon {
  display: block;
  width: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFC627;
  text-align: center;
  margin: 0;
}
.content .faq-box__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 1.5em;
}
.content .faq-box__answer .icon {
  width: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #BA0612;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}
.content .faq-box__answer .inner {
  width: calc(100% - 50px);
  padding: 0 1em 0 0;
}
.content .faq-box__answer .inner p {
  margin-top: 1em;
}
.content .attention-box {
  border: 4px solid #202124;
  padding: 1.5em;
  margin-top: 2.4em;
}
.content .attention-box h2:first-child, .content .attention-box h3:first-child, .content .attention-box h4:first-child, .content .attention-box p:first-child, .content .attention-box ul:first-child, .content .attention-box ol:first-child, .content .attention-box dl:first-child {
  margin-top: 0;
}
.content .attention-box dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #202124;
}
.content .attention-box dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
.content .attention-box dl dd:last-child {
  margin: 0;
}
.content .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .delivery__item {
  margin-right: 30px;
}
.content .delivery__item:first-child {
  max-width: 300px;
}
.content .delivery__item:last-child {
  max-width: 400px;
}
.content .img-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .content .img-name__item {
    margin-top: 15px;
  }
  .content .img-name__item:nth-child(1) {
    width: 100%;
  }
  .content .img-name__item:nth-child(2) {
    width: 61%;
  }
  .content .img-name__item:nth-child(3) {
    width: 68%;
  }
}
@media print, screen and (min-width: 768px) {
  .content .img-name {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .img-name__item {
    margin-top: 1.6em;
  }
  .content .img-name__item:nth-child(1) {
    width: calc(43% - 10px);
  }
  .content .img-name__item:nth-child(2) {
    width: calc(27% - 10px);
  }
  .content .img-name__item:nth-child(3) {
    width: calc(30% - 10px);
  }
}
.content .comparison {
  margin-top: 10px;
}
.content .comparison p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .comparison p span {
  display: block;
  width: 3em;
  height: 10px;
  border: 1px solid #333;
  background: #fff;
  margin-top: 0.35em;
  margin-right: 5px;
}
.content .comparison p:nth-child(2) span {
  background: #bf9d5a;
}
.content .img_txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6em;
}
.content .img_txt-box p {
  width: calc(50% - 10px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}