@charset "Shift_JIS";

/*
  File Name   : subpage.css
  Description : 下層ページコンテンツ関係 他
*/

/* section-about
============================================================ */
.section-about {
  width: 100%;
  padding: 15px;
  background: url(../img/common/line-bg.png) 0 0 repeat;
  background-size: 50% auto;
  box-sizing: border-box;
}
.section-about .section-about-inner {
  background: #fff;
  padding: 15px;
}
.section-about .section-about-inner p {
  margin-bottom: 1em;
}
.section-about .section-about-inner p:last-child {
  margin-bottom: 0;
}

/* section-exeption_matters
============================================================ */
.section-exeption_matters {
  width: 100%;
  padding: 15px;
  background: url(../img/common/line-bg.png) 0 0 repeat;
  background-size: 50% auto;
  box-sizing: border-box;
}
.section-exeption_matters .section-exeption_matters-inner {
  background: #fff;
  padding: 15px;
}
.section-exeption_matters .section-exeption_matters-inner ul {
  margin-bottom: 2em;
  text-indent: 0;
}
.section-exeption_matters .section-exeption_matters-inner ul li {
  margin-bottom: .75em;
  padding-left: 1em;
  text-indent: -1em;
}
.section-exeption_matters .section-exeption_matters-inner ul li:last-child {
  margin-bottom: 0;
}
.section-exeption_matters .section-exeption_matters-inner ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  margin-right: 10px;
  background: #222;
  border-radius: 6px;
  vertical-align: middle;
}
.section-exeption_matters .section-exeption_matters-inner .txt-company {
  margin-top: 1.75em;
  text-align: right;
}

/* section-faq-nav
============================================================ */
.section-faq-nav {
  width: 100%;
  margin-bottom: 60px;
  padding: 15px;
  background: url(../img/common/line-bg.png) 0 0 repeat;
  background-size: 50% auto;
  box-sizing: border-box;
}
.section-faq-nav ul {
  background: #fff;
  padding: 15px;
}
.section-faq-nav ul li {
  margin-bottom: .25em;
}
.section-faq-nav ul li:last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-faq-nav {
    margin-bottom: 40px;
  }
}

/* section-faq
============================================================ */
.section-faq section {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #ddd;
}
.section-faq section:last-child {
  border-bottom: none;
}
.section-faq section h2 {
  color: #0069be;
  padding-left: 40px;
  line-height: 1.5em;
  text-indent: -40px;
}
.section-faq section h2 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  background: #222;
  line-height: 31px;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
}
.section-faq section p {
  padding: 20px 0;
  font-size: 16px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-faq section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .section-faq section h2 {
    padding-left: 35px;
    font-size: 18px;
    text-indent: -35px;
  }
  .section-faq section h2 span {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 29px;
  }
  .section-faq section p {
    padding: 20px 0;
    font-size: 14px;
  }
}

/* section-faq-step
============================================================ */
.section-faq-step section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.section-faq-step section:last-child {
  border-bottom: none;
}
.section-faq-step section h2 {
  color: #0069be;
  padding-left: 40px;
  line-height: 1.5em;
  text-indent: -40px;
}
.section-faq-step section h2 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  background: #222;
  line-height: 31px;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
}
.section-faq-step section p {
  padding: 20px 0;
  font-size: 16px;
}
.section-faq-step section p img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-faq-step section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .section-faq-step section h2 {
    padding-left: 35px;
    font-size: 18px;
    text-indent: -35px;
  }
  .section-faq-step section h2 span {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 29px;
  }
  .section-faq-step section p {
    padding: 20px 0;
    font-size: 14px;
  }
}

/* section-kiyaku
============================================================ */
.section-kiyaku {
  width: 100%;
  padding: 15px;
  background: url(../img/common/line-bg.png) 0 0 repeat;
  background-size: 50% auto;
  box-sizing: border-box;
}
.section-kiyaku .section-kiyaku-inner {
  background: #fff;
  padding: 15px;
}

.section-kiyaku .section-kiyaku-inner ul {
  margin-bottom: 2em;
  text-indent: 0;
}
.section-kiyaku .section-kiyaku-inner ul li {
  margin-bottom: .75em;
  padding-left: 1em;
  text-indent: -1em;
}
.section-kiyaku .section-kiyaku-inner ul li:last-child {
  margin-bottom: 0;
}
.section-kiyaku .section-kiyaku-inner ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  margin-right: 10px;
  background: #222;
  border-radius: 6px;
  vertical-align: middle;
}
.section-kiyaku .section-kiyaku-inner .txt-company {
  margin-top: 1.75em;
  text-align: right;
}

/* section-privacy
============================================================ */
.section-privacy {
  width: 100%;
  padding: 15px;
  background: url(../img/common/line-bg.png) 0 0 repeat;
  background-size: 50% auto;
  box-sizing: border-box;
}
.section-privacy .section-privacy-inner {
  background: #fff;
  padding: 15px;
}
.section-privacy .section-privacy-inner p {
  margin-bottom: 1em;
}
.section-privacy .section-privacy-inner p:last-child {
  margin-bottom: 0;
}
.section-privacy .section-privacy-inner p img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* section-tebiki
============================================================ */
.section-tebiki section {
  margin-top: 3em;
}
.section-tebiki > section > section {
  margin-right: 20px;
}
.section-tebiki > section > div,
.section-tebiki > section > p,
.section-tebiki > section > ul,
.section-tebiki > section > ol {
  margin-right: 20px;
  margin-left: 20px;
}
.section-tebiki section section {
  margin-top: 2em;
  padding-left: 20px;
}
.section-tebiki section:first-child {
  margin-top: 0;
}
.section-tebiki section h2 {
  margin-bottom: .5em;
  padding: 15px 20px;
  background: #0069be;
  color: #fff;
  line-height: 1.4;
  box-sizing: border-box;
}
.section-tebiki section h3 {
  margin-bottom: .5em;
  padding: 0 5px 5px;
  border-bottom: 1px solid #0069be;
  line-height: 1.4;
  box-sizing: border-box;
}
.section-tebiki section h4 {
  margin-bottom: .5em;
  padding: 0 5px 5px;
  border-bottom: 1px dashed #0069be;
  line-height: 1.4;
  box-sizing: border-box;
}
.section-tebiki section p {
  margin-bottom: 1.5em;
}
.section-tebiki section p:last-child {
  margin-bottom: 0;
}
.section-tebiki section img {
  max-width: 100%;
  height: auto;
  margin-top: .5em;
  margin-bottom: .5em;
}
.section-tebiki section ul {
  margin-bottom: 1.5em;
  text-indent: 0;
}
.section-tebiki section ul li {
  margin-bottom: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.section-tebiki section ul.license li {
  margin-bottom: .75em;
}
.section-tebiki section ul li:last-child {
  margin-bottom: 0;
}
.section-tebiki section ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  margin-right: 10px;
  background: #222;
  border-radius: 6px;
  vertical-align: middle;
}
.section-tebiki section ul li:last-child img:last-child {
  margin-bottom: 0;
}
.section-tebiki section ol {
  counter-reset: item;
  margin-bottom: 2em;
  padding-left: 0;
}
.section-tebiki section ol > li {
  margin-bottom: .5em;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.section-tebiki section ol > li::before {
  content: counter(item)'.';
  counter-increment: item;
  padding-right: .5em;
}
.section-tebiki section ol li:last-child img:last-child {
  margin-bottom: 0;
}
.section-tebiki section .memo {
  margin-top: 2em;
  border: 1px solid #0069be;
}
.section-tebiki section .memo .title {
  margin-bottom: 0;
  padding: 2px 10px;
  background: #0069be;
  color: #fff;
}
.section-tebiki section .memo ul,
.section-tebiki section .memo .body {
  margin-bottom: 0;
  padding: 15px;
}
.section-tebiki section .notice {
  margin-top: 2em;
  border: 1px solid #fbcf28;
}
.section-tebiki section .notice .title {
  margin-bottom: 0;
  padding: 2px 10px;
  background: #fbcf28;
  color: #fff;
}
.section-tebiki section .notice ul,
.section-tebiki section .notice .body {
  margin-bottom: 0;
  padding: 15px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-tebiki section h2 {
    padding: 5px 20px;
  }
}
