@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.NPLink {
  border-bottom: solid 1px;
}

body {
  font-family: "Noto Serif Japanese", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif, "\FF2D\FF33   \FF30\660E\671D", "MS PMincho";
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #333;
  line-height: 1.6;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif; /* IE10以上 */
  }
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/font/NotoSerifJP-ExtraLight.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-ExtraLight.ttf") format("truetype"); /* Safari, Android, iOS */
}
p {
  margin-top: 16px;
}
p:first-child {
  margin-top: 0;
}

.sp {
  display: none;
}
@media screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

section img {
  vertical-align: bottom;
}

.AccordionWrap--row {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  .AccordionWrap--row {
    max-width: auto;
    margin: -8px;
    width: 100%;
    flex-direction: column;
  }
}
.AccordionBox--row {
  margin: 8px;
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .AccordionBox--row {
    width: 100%;
  }
}
.AccordionBtn {
  background: #3e5b89;
  color: #ffffff;
  padding: 8px;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AccordionBtn__icon {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}
.AccordionBtn__icon:before, .AccordionBtn__icon:after {
  content: "";
  position: absolute;
  background: #ffffff;
}
.AccordionBtn__icon:before {
  height: 100%;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.AccordionBtn__icon:after {
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.AccordionBtn__icon--close:before {
  display: none;
}
.AccordionContetns {
  display: none;
  background: #ffffff;
  padding: 16px 8px;
}

h1 {
  font-size: 66px;
}

h2 {
  font-size: 36px;
  line-height: 1.4em;
}
@media only screen and (max-width: 560px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2em;
}
@media only screen and (max-width: 560px) {
  h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
}

.aboutHeading__lead {
  background: linear-gradient(transparent 50%, #ffff66 50%);
  padding: 0 4px;
  font-weight: bold;
  color: #f72a6d;
}
@media only screen and (max-width: 560px) {
  .aboutHeading__lead br {
    display: none;
  }
}

.knowHeading {
  margin: 0 auto;
  padding-left: 30px;
  max-width: 1000px;
  border-left: 10px solid #f72a6d;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-weight: 600;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media only screen and (max-width: 560px) {
  .knowHeading {
    margin-left: 15px;
  }
}
.knowHeading__lead--max {
  color: #3e5b89;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.knowHeading__lead--min {
  font-size: 0.5em;
  line-height: 1.5;
}

.featureHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 32px;
  color: #3e5b89;
  text-align: center;
}
.featureHeading br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .featureHeading br {
    display: inherit;
  }
}
.featureHeading__img {
  margin-bottom: 15px;
  width: 80px;
  height: auto;
}
.featureHeading__small {
  font-size: 0.8em;
}
.featureBoxItem__ttl {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
}
.featureBoxItem__ttl {
  margin-top: 0;
  font-size: 24px;
  border-bottom: 1px solid #3e5b89;
  color: #3e5b89;
  text-align: left;
  padding-bottom: 8px;
}
@media only screen and (max-width: 560px) {
  .featureBoxItem__ttl {
    font-size: 18px;
  }
}

.storyHeading {
  margin: 0 auto 32px;
  color: #3e5b89;
  text-align: center;
}

.flowHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 32px;
  color: #3e5b89;
  text-align: center;
}
.flowHeading br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .flowHeading br {
    display: inherit;
  }
}
.flowHeading__img {
  margin-bottom: 15px;
  width: 80px;
  height: auto;
}
.flowHeading__small {
  font-size: 0.8em;
}
.flowBoxItem__ttl {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
}
.flowBoxItem__ttl {
  margin: 0 auto 8px;
  font-size: 24px;
  color: #3e5b89;
  text-align: left;
}
@media only screen and (max-width: 560px) {
  .flowBoxItem__ttl {
    font-size: 18px;
  }
}

.detailHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 32px;
  color: #3e5b89;
  text-align: center;
}
.detailHeading br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .detailHeading br {
    display: inherit;
  }
}
.detailHeading__img {
  margin-bottom: 15px;
  width: 80px;
  height: auto;
}
.detailHeading__small {
  font-size: 0.8em;
}
.detailBoxItem__ttl {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
}

.costHeading {
  margin: 0 auto 32px;
  color: #3e5b89;
  text-align: center;
}
.costHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.costHeading__img {
  width: 120px;
  margin-bottom: 8px;
}
.costHeading__small {
  font-size: 0.6em;
  color: #333;
}
.costBoxHeading {
  position: relative;
  border-bottom: solid 3px white;
  padding-bottom: 5px;
}
.costBoxHeading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3f5b8a;
  bottom: -3px;
  width: 55px;
}
.costBoxSubHeading {
  position: relative;
  top: 0;
  display: inline-block;
  margin-top: 30px;
  padding: 0.4em 1em 0.1em;
  line-height: 1.4;
}
.costBoxSubHeading:before, .costBoxSubHeading:after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: "";
  width: 8px;
  height: 100%;
}
.costBoxSubHeading:before {
  left: 0;
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.costBoxSubHeading:after {
  right: 0;
  content: "";
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
}

.faqHeading {
  margin: 0 auto 32px;
  color: #3e5b89;
  text-align: center;
}

.moreHeading {
  padding-top: 30px;
  margin: 0 auto 40px;
  color: #3e5b89;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .moreHeading {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 560px) {
  .moreHeading {
    font-size: 1.5em;
  }
}
.moreHeading--red {
  color: #e70e0e;
}
.moreHeading--asterisk {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

.contactHeading {
  padding-top: 30px;
  margin: 0 auto 40px;
  color: #3e5b89;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .contactHeading {
    margin: 0 auto 30px;
  }
}

.purchaseHeading {
  padding-top: 30px;
  margin: 0 auto 40px;
  color: #3e5b89;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .purchaseHeading {
    margin: 0 auto 30px;
  }
}
.purchaseHeading {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.purchaseHeading__small {
  font-size: 0.6em;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  line-height: 1.5em;
  color: #333;
}
.purchaseHeading__small br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .purchaseHeading__small br {
    display: inherit;
  }
}

.companyHeading {
  background: #3e5b89;
  color: #ffffff;
}

.mv {
  padding-top: 40px;
  height: 600px;
  background: #E5F4FB;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .mv {
    height: 430px;
  }
}
.mvContents {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #3e5b89;
  color: #ffffff;
  padding: 8px 16px 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  .mvContents {
    padding: 8px 8px 16px;
    width: calc(100vw - 16px);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    text-align: center;
  }
}
.mvContents__ttl {
  font-size: 48px;
  letter-spacing: 0.35em;
}
@media only screen and (max-width: 560px) {
  .mvContents__ttl {
    font-size: 35px;
    letter-spacing: 0.15em;
  }
}
.mvContents__txt {
  font-size: 18px;
  margin-top: 0;
  line-height: 2;
}
@media only screen and (max-width: 560px) {
  .mvContents__txt {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.mv__img {
  margin-left: auto;
  width: 80vw;
  height: 100%;
  background: url(/assets/img/lp/pregnact/img_mv_wt.webp) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 560px) {
  .mv__img {
    width: 100vw;
    background-size: contain;
  }
}

.header {
  padding: 0;
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #efefef;
  z-index: 99;
}
@media screen and (max-width: 896px) {
  .header {
    padding: 0 0 0 16px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .header__inner {
    max-width: inherit;
  }
}
.headerLogo {
  padding-top: 8px;
}
.headerLogo__img {
  width: 162px;
  height: 26px;
}
@media screen and (max-width: 559px) {
  .headerLogo__img {
    width: 127px;
    height: 21px;
  }
}
.headerNav {
  display: flex;
  align-items: center;
}
.headerTel {
  display: flex;
  align-items: center;
  pointer-events: none;
  margin-right: 16px;
}
@media screen and (max-width: 896px) {
  .headerTel {
    pointer-events: auto;
    height: 40px;
    padding: 0 8px;
    background-color: #3e5b89;
  }
}
@media only screen and (max-width: 560px) {
  .headerTel {
    margin-right: 0;
  }
}
.headerTel__icon {
  width: 33px;
  height: 22px;
  margin-right: 4px;
}
@media screen and (max-width: 896px) {
  .headerTel__icon {
    display: none;
  }
}
.headerTel__num {
  margin-top: 0;
  color: #3e5b89;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .headerTel__num {
    color: white;
    letter-spacing: 0;
  }
}
.headerTel__num--notice {
  display: block;
  font-size: 8px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 559px) {
  .headerTel__num--notice {
    letter-spacing: -1px;
  }
}
.headerBtn {
  background: #30ac16;
  border: 1px solid #30ac16;
  padding: 11px 16px;
  height: 40px;
  color: white;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 12px;
  transition: all 0.3s;
}
@media only screen and (max-width: 560px) {
  .headerBtn {
    display: none;
  }
}
.headerBtn:hover {
  background: white;
  color: #30ac16;
  transition: all 0.3s;
}

.Hamburger {
  width: 52px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  top: calc(50% - 8px);
  display: none;
}
@media screen and (max-width: 896px) {
  .Hamburger {
    display: flex;
  }
}
.HamburgerBar {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #333;
  transform: rotate(0);
  transition: transform 0.6s;
}
.HamburgerBar:nth-child(1) {
  top: 0;
}
.HamburgerBar:nth-child(2) {
  top: 7px;
  opacity: 1;
}
.HamburgerBar:nth-child(3) {
  bottom: 0;
}
.HamburgerClose {
  transition: transform 0.6s;
}
.HamburgerClose .HamburgerBar:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.HamburgerClose .HamburgerBar:nth-child(2) {
  opacity: 0;
}
.HamburgerClose .HamburgerBar:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.about {
  padding: 40px 15px 60px;
  background-color: #efefef;
}
.about__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .about__inner {
    max-width: inherit;
  }
}
.about__txt {
  font-size: 32px;
}
@media only screen and (max-width: 560px) {
  .about__txt {
    font-size: 20px;
  }
}
.aboutSup {
  display: flex;
  padding: 20px;
  margin-top: 30px;
  background-color: white;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
@media only screen and (max-width: 560px) {
  .aboutSup {
    flex-direction: column;
    padding: 8px;
  }
}
.aboutSup__txt {
  flex-basis: auto;
  margin-left: 25px;
  margin-top: 0;
  font-size: 12px;
}
@media only screen and (max-width: 560px) {
  .aboutSup__txt {
    margin-left: 0;
    margin-top: 8px;
  }
  .aboutSup__txt br {
    display: none;
  }
}
.aboutSup__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 200px;
}
@media only screen and (max-width: 560px) {
  .aboutSup__logo {
    flex-basis: auto;
  }
}
.aboutSupLogo__img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 560px) {
  .aboutSupLogo__img {
    width: 100px;
  }
}
.about__border {
  position: relative;
}
.about__border span {
  position: absolute;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 70px solid #efefef;
}
@media only screen and (max-width: 560px) {
  .about__border span {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #efefef;
  }
}
.aboutPrice {
  margin-top: 16px;
  text-align: center;
}
.aboutPrice__ttl {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  .aboutPrice__ttl {
    font-size: 14px;
  }
}
.aboutPrice__ttl:before, .aboutPrice__ttl:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #333;
}
.aboutPrice__ttl::before {
  margin-right: 4px;
}
.aboutPrice__ttl::after {
  margin-left: 4px;
}
.aboutPrice__txt {
  text-align: center;
  font-size: 18px;
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  .aboutPrice__txt {
    font-size: 14px;
  }
}
.aboutPrice__txt--strong {
  font-size: 2em;
  color: #FF4545;
  font-weight: bold;
}
.aboutPrice__btn {
  max-width: 600px;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  background: #3e5b89;
  color: #fff;
  padding: 16px 24px;
  border-radius: 50px;
}
@media only screen and (max-width: 560px) {
  .aboutPrice__btn {
    max-width: none;
    width: 100%;
    font-size: 10px;
    padding: 8px;
    letter-spacing: 0.15em;
  }
}
.aboutPrice__btnArrow {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 560px) {
  .aboutPrice__btnArrow {
    width: 8px;
    height: 8px;
  }
}

.pregnact {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (min-width: 560px) and (max-width: 960px) {
  .pregnact {
    flex-wrap: wrap;
    width: inherit;
  }
}
@media only screen and (max-width: 560px) {
  .pregnact {
    flex-direction: column;
    width: inherit;
  }
}
.pregnactCta {
  margin: 8px;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .pregnactCta {
    margin: 30px;
    text-align: center;
  }
}
.pregnactCta__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 15px;
  background-color: #53A0D8;
}
@media only screen and (max-width: 560px) {
  .pregnactCta__arrow {
    padding: 50px 15px;
  }
}
.pregnactCtaArrow_txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px 0 30px;
  height: 120px;
  max-width: 800px;
  background-color: white;
  border-radius: 70px;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 24px;
}
@media only screen and (max-width: 560px) {
  .pregnactCtaArrow_txt {
    width: inherit;
    font-size: 20px;
  }
}
.pregnactCtaArrow_txt:before {
  display: block;
  content: "";
  position: absolute;
  top: 36%;
  right: 20px;
  width: 50px;
  height: 50px;
  margin-top: -8px;
  border-radius: 50%;
  background: #53A0D8;
}
@media only screen and (max-width: 560px) {
  .pregnactCtaArrow_txt:before {
    top: 40%;
    right: 25px;
    width: 40px;
    height: 40px;
  }
}
.pregnactCtaArrow_txt:after {
  display: block;
  content: "";
  position: absolute;
  top: 46%;
  right: 29px;
  width: 0;
  height: 0;
  margin-top: 0;
  border: 16px solid transparent;
  border-top: 16px solid white;
}
@media only screen and (max-width: 560px) {
  .pregnactCtaArrow_txt:after {
    right: 31px;
    border: 14px solid transparent;
    border-top: 14px solid white;
  }
}

.price {
  font-size: 20px;
}

.ctaPregnact {
  background: #53A0D8;
  height: 280px;
}
@media only screen and (max-width: 560px) {
  .ctaPregnact {
    padding: 11px;
    height: inherit;
  }
}
.ctaPregnactBtn {
  text-align: center;
}
.ctaPregnactBtnLink {
  margin-top: 80px;
}
.ctaPregnactBtnLink02 {
  margin-top: 60px;
}

#pregnactPrice {
  padding-top: 100px;
  margin-top: -100px;
}

.attention {
  max-width: 940px;
  margin: 15px auto;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
@media only screen and (max-width: 560px) {
  .attention {
    width: 100%;
  }
}
.attention p {
  padding: 0 15px;
}

.know {
  padding-bottom: 30px;
}
.know__inner--gray {
  background-color: #efefef;
  background-image: url(/assets/img/lp/inspection/bg_know.webp);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 15px;
}
@media only screen and (max-width: 560px) {
  .know__inner--gray {
    padding: 60px 15px;
  }
}
.know__inner--white {
  margin: 60px auto 0;
  padding: 0 15px;
  max-width: 940px;
  background-color: white;
}
@media only screen and (max-width: 560px) {
  .know__inner--white {
    margin-top: 30px;
    max-width: inherit;
  }
}
.know__txt {
  padding: 15px 0;
}
.know__txt--emphasis {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4em;
}
@media only screen and (max-width: 560px) {
  .know__txt--emphasis {
    font-size: 24px;
    line-height: 1.8em;
  }
}
.know__txt--normal {
  font-family: gothic_font;
  font-size: 16px;
}
.know__txt--marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
  padding: 0 4px;
  font-weight: bold;
}
.know__txt--red {
  color: #f72a6d;
  font-size: 1.2em;
}

.feature {
  padding: 80px 15px 100px;
  background-color: #efefef;
}
@media only screen and (max-width: 560px) {
  .feature {
    padding: 60px 15px;
  }
}
.feature__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .feature__inner {
    max-width: inherit;
  }
}
.featureBox__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}
.featureBox__item {
  width: calc(50% - 16px);
  margin: 8px;
  background: #fff;
  padding: 16px;
}
@media only screen and (max-width: 560px) {
  .featureBox__item {
    width: 100%;
    padding: 8px;
    margin: 8px auto;
  }
}
.featureBoxItem__wrap {
  display: flex;
}
.featureBoxItem__txt {
  margin-right: 8px;
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  .featureBoxItem__txt {
    margin-right: 4px;
  }
}
.featureBoxItem__txt--marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
  font-size: 1.2em;
  font-weight: bold;
}
.featureBoxItem__txt--red {
  font-size: 1.2em;
  color: #f72a6d;
}
.featureBoxItem__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.story {
  padding: 100px 15px;
}
@media only screen and (max-width: 560px) {
  .story {
    padding: 60px 15px;
  }
}
.story__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .story__inner {
    max-width: inherit;
  }
}
.story__wrap {
  display: flex;
}
@media only screen and (max-width: 560px) {
  .story__wrap {
    flex-direction: column-reverse;
  }
}
.story__content {
  margin-right: 60px;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
@media only screen and (max-width: 560px) {
  .story__content {
    margin-right: 0;
  }
}
.storyContent__author {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 2px solid #3e5b89;
  border-bottom: 2px solid #3e5b89;
  font-size: 24px;
}
@media only screen and (max-width: 560px) {
  .storyContent__author {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 560px) {
  .story__photo {
    margin: 0 auto 15px;
  }
}
.storyPhoto__img {
  width: 250px;
}

.flow {
  padding: 80px 15px 100px;
  background-color: #efefef;
}
@media only screen and (max-width: 560px) {
  .flow {
    padding: 60px 15px;
  }
}
.flow__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .flow__inner {
    max-width: inherit;
  }
}
.flowBox__list {
  max-width: 600px;
  margin: auto;
}
.flowBoxItem {
  position: relative;
  background: #ffffff;
  padding: 16px 16px 16px 40px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 560px) {
  .flowBoxItem {
    padding: 8px 8px 8px 56px;
  }
}
.flowBoxItem:after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: -18px;
  width: 16px;
  height: 16px;
  border-right: 1px solid #3e5b89;
  border-bottom: 1px solid #3e5b89;
  transform: rotate(45deg);
}
.flowBoxItem:last-child:after {
  display: none;
}
.flowBoxItem__step {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #3e5b89;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 8px 8px 8px 12px;
  border-radius: 50%;
}
@media only screen and (max-width: 560px) {
  .flowBoxItem__step {
    padding: 4px 4px 4px 8px;
    transform: translate(0);
    left: -8px;
    top: -8px;
  }
}
.flowBoxItem__stepNum {
  display: block;
  font-size: 16px;
}
.flowBoxItem__txt {
  margin-top: 0;
}

.detail {
  padding: 60px 16px;
  background: #E5F4FB;
}
.detail__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .detail__inner {
    max-width: inherit;
  }
}
.detail__unit {
  margin-top: 16px;
}
.detail__unit:first-child {
  margin-top: 0;
}
.detailTable {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 1px;
  color: #3e5b89;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
@media only screen and (max-width: 560px) {
  .detailTable {
    font-size: 14px;
  }
}
.detailTableHead__heading {
  border-right: white 1px solid;
  background: #3e5b89;
  color: white;
}
.detailTableHead__heading--bold {
  width: 30%;
  border-right: white 1px solid;
  background: #3e5b89;
  color: white;
  font-weight: bold;
}
.detailTable th {
  border-left: #F5F5F5 1px solid;
  border-right: #F5F5F5 1px solid;
  border-bottom: #F5F5F5 1px solid;
  padding: 10px 0px 10px 40px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 560px) {
  .detailTable th {
    padding: 10px;
  }
}
.detailTable tr:nth-child(2n) {
  background: #F5F5F5;
}
.detailTable td.detailTableBody__data {
  border-right: #F5F5F5 1px solid;
  border-bottom: #F5F5F5 1px solid;
  color: #3e5b89;
  padding: 10px 0px 10px 40px;
  width: 70%;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  .detailTable td.detailTableBody__data {
    padding: 10px;
  }
}
.detail p {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}

.costCard--twiceEX, .costCard--twice, .costCard--onceEX, .costCard--once {
  background: #ffffff;
  border: 1px solid;
  border-radius: 10px;
  width: 238px;
  margin: 8px;
}
@media only screen and (max-width: 560px) {
  .costCard--twiceEX, .costCard--twice, .costCard--onceEX, .costCard--once {
    width: 100%;
    margin: 16px 0px 8px;
  }
}

.costCardPlan--twiceEX, .costCardPlan--twice, .costCardPlan--onceEX, .costCardPlan--once {
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 12px;
}

.costCardPlanAbout__listCheck--twiceEX, .costCardPlanAbout__listCheck--twice, .costCardPlanAbout__listCheck--onceEX, .costCardPlanAbout__listCheck--once {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 4px;
}

.cost {
  padding: 80px 15px 60px;
  background-color: #efefef;
}
@media only screen and (max-width: 560px) {
  .cost {
    padding: 60px 15px;
  }
}
.cost__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .cost__inner {
    max-width: inherit;
  }
}
.cost__box {
  padding-top: 60px;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
.costWrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  justify-content: center;
}
@media only screen and (max-width: 560px) {
  .costWrap {
    align-items: center;
    margin: auto;
  }
}
.costContainer--once {
  display: flex;
  padding-top: 108px;
}
@media only screen and (max-width: 1013px) {
  .costContainer--once {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 560px) {
  .costContainer--once {
    width: 100%;
    display: block;
  }
}
.costContainer--twiceStrong {
  background-color: #fffcc5;
  border-radius: 10px;
}
@media only screen and (max-width: 560px) {
  .costContainer--twiceStrong {
    display: block;
    padding: 0px 15px 8px;
    margin-top: 8px;
  }
}
.costContainer--twice {
  display: flex;
}
@media only screen and (max-width: 560px) {
  .costContainer--twice {
    display: block;
  }
}
.costContainer--Head {
  height: 80px;
  text-align: center;
  margin: 14px;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴProN メイリオ, Meiryo, sans-serif;
}
@media only screen and (max-width: 560px) {
  .costContainer--Head {
    margin: 14px 0px 20px;
  }
}
.costContainer--HeadTitle {
  font-weight: 700;
  margin: 0px 80px;
  font-size: 20px;
  background: linear-gradient(transparent 70%, #ffffff 50%);
  color: #075289;
  letter-spacing: 2px;
}
@media only screen and (max-width: 560px) {
  .costContainer--HeadTitle {
    font-size: 17px;
    margin: 0px 15px;
  }
}
.costContainer--HeadText {
  margin-top: 6px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}
.costCard {
  background: #ffffff;
  border: 1px solid;
  border-radius: 10px;
  width: 238px;
  margin: 8px;
}
@media only screen and (max-width: 560px) {
  .costCard {
    width: 100%;
    margin: 16px 0px 8px;
  }
}
.costCard--once {
  border-color: #53A0D8;
  margin: 8px 0px;
}
.costCard--onceEX {
  border-color: #2F84C3;
}
.costCard--twice {
  border-color: #206AA0;
}
.costCard--twiceEX {
  border-color: #075289;
}
.costCardPlan {
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 12px;
}
.costCardPlan--once {
  background: #53A0D8;
}
.costCardPlan--onceEX {
  background: #2F84C3;
  position: relative;
}
.costCardPlan--twice {
  background: #206AA0;
}
.costCardPlan--twiceEX {
  background: #075289;
  position: relative;
}
.costCardPlanContetns {
  padding: 0 8px 8px;
}
.costCardPlanEXimg {
  position: absolute;
  right: -5px;
  bottom: 42px;
  width: 61px;
}
@media only screen and (max-width: 560px) {
  .costCardPlanEXimg {
    width: 70px;
    left: 252px;
    right: 0px;
    bottom: 0px;
    top: -15px;
  }
}
.costCardPlanPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  margin-top: 8px;
  letter-spacing: 1.8px;
}
.costCardPlanPrice__sub {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.costCardPlanPrice__subNotice {
  text-align: center;
  font-size: 12px;
  background: #efefef;
}
.costCardPlanBtn {
  display: block;
  color: #ffffff;
  background: #fbb03b;
  text-align: center;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 50px;
}
.costCardPlanBtn:hover {
  opacity: 0.7;
}
.costCardPlanAbout {
  margin-top: 8px;
}
.costCardPlanAbout__list {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #3B4043;
}
.costCardPlanAbout__listCheck {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 4px;
}
.costCardPlanAbout__listCheck--once {
  background: #53A0D8;
}
.costCardPlanAbout__listCheck--onceEX {
  background: #2F84C3;
}
.costCardPlanAbout__listCheck--twice {
  background: #206AA0;
}
.costCardPlanAbout__listCheck--twiceEX {
  background: #075289;
}
.costCardPlanAbout__listCheck:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  left: calc(50% - 1px);
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg) translate(-50%);
}
.costCardPlanAbout__list--marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}
.costBoxResult {
  margin-top: 16px;
}
.costBoxResult__wrap {
  margin: 15px auto 0;
  width: 500px;
}
@media only screen and (max-width: 560px) {
  .costBoxResult__wrap {
    width: inherit;
  }
}
@media only screen and (max-width: 560px) {
  .costBoxResult__img {
    width: 100%;
    height: auto;
  }
}
.costBoxResultHeading {
  margin: 20px 0 10px;
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  .cost--spNone {
    display: none;
  }
}

.faq {
  padding: 100px 15px;
}
@media only screen and (max-width: 560px) {
  .faq {
    padding: 60px 15px;
  }
}
.faq__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .faq__inner {
    max-width: inherit;
  }
}
.faq__list {
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
.faqQuetion {
  display: flex;
  padding: 30px 30px 25px 30px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  background-color: #efefef;
  border-bottom: 2px dotted white;
}
.faqQuetion::before {
  content: "Q";
  padding: 2px 4px 2px 8px;
  margin-right: 15px;
  background-color: #3e5b89;
  border-radius: 2px;
  color: white;
  height: 24px;
}
.faqAnswer {
  display: none;
  margin-bottom: 30px;
  padding: 30px 30px 20px 30px;
  background-color: #efefef;
}
.faqAnswer p {
  margin-top: 15px;
}
.faqAnswer::before {
  content: "A";
  padding: 2px 4px 2px 8px;
  margin-right: 15px;
  background-color: #f72a6d;
  border-radius: 2px;
  color: white;
  height: 24px;
  font-size: 18px;
  font-weight: 700;
}

.more {
  padding: 0 15px;
  background-image: url(/assets/img/lp/inspection/bg_know.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 560px) {
  .more {
    padding: 0;
    background-size: contain;
  }
}
.more__inner--gray {
  padding: 100px 15px;
}
@media only screen and (max-width: 560px) {
  .more__inner--gray {
    padding: 60px 15px;
  }
}
.more__inner--white {
  margin: 60px auto 0;
  max-width: 1000px;
  background-color: white;
}
@media only screen and (max-width: 560px) {
  .more__inner--white {
    margin-top: 30px;
    max-width: inherit;
  }
}
.more__inner--white section {
  padding: 60px;
}
@media only screen and (max-width: 560px) {
  .more__inner--white section {
    padding: 8px;
  }
}
.more__inner--white section:first-child {
  padding-bottom: 0;
}
.more__txt {
  font-size: 1.2em;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
.more__txt span {
  color: #e70e0e;
  background: linear-gradient(transparent 50%, #ffff66 50%);
  font-weight: bold;
}
.more__txt--asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 1em;
}
.more__txt--asterisk a:link, .more__txt--asterisk a:visited {
  color: #df0032;
  text-decoration: underline;
}
.more__txt--asterisk a:hover {
  color: #000000;
  text-decoration: none;
}

.contact__Accordion {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  .contact__Accordion {
    max-width: auto;
    margin: -8px;
    width: 100%;
    flex-direction: column;
  }
}

.contact {
  padding: 0 15px 80px;
  background-color: #efefef;
}
@media only screen and (max-width: 560px) {
  .contact {
    padding: 0 15px 60px;
  }
}
.contact__box {
  padding: 80px 15px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contactBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin: 10px auto 0;
  width: 700px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 560px) {
  .contactBox {
    flex-direction: column;
    width: 100%;
  }
}
.contactBox__txt {
  color: #3e5b89;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
.contactBox__tel {
  font-size: 2em;
}
.contactBoxTel {
  display: flex;
  align-items: center;
  pointer-events: none;
  margin-right: 16px;
}
.contactBoxTel__icon {
  width: 64px;
  height: 42px;
  margin-right: 8px;
}
@media only screen and (max-width: 560px) {
  .contactBoxTel__icon {
    width: 39px;
    height: 26px;
  }
}
.contactBoxTel__num {
  margin-top: 0;
  color: #3e5b89;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}
.contactBoxTel__num--notice {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.contact__inner--white {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 1000px;
  background-color: white;
}
@media only screen and (max-width: 560px) {
  .contact__inner--white {
    max-width: inherit;
  }
}
.contact__inner--white > section {
  padding: 30px;
}
.contact__wrap {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  .contact__wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 560px) {
  .contactTel {
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #efefef;
  }
}
.contactTel__icon {
  width: 64px;
  height: 42px;
  margin-right: 8px;
}
@media only screen and (max-width: 560px) {
  .contactTel__icon {
    width: 42px;
    height: 28px;
  }
}
.contactTel__num {
  margin-top: 0;
  color: #3e5b89;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 560px) {
  .contactTel__num {
    font-size: 26px;
  }
}
.contactTel__num--notice {
  display: block;
  font-size: 16px;
  letter-spacing: 0.12em;
}
.contactTel__link {
  display: flex;
  align-items: center;
  pointer-events: none;
  margin-right: 16px;
}
@media only screen and (max-width: 560px) {
  .contactTel__link {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .contactMail {
    margin: 0 auto;
  }
}
.contactMail__link {
  pointer-events: none;
}
.contact__Accordion {
  margin-top: 32px;
}

.purchase {
  padding: 30px 15px 100px;
  background-color: #efefef;
}
@media only screen and (max-width: 560px) {
  .purchase {
    padding: 60px 15px;
  }
}
.purchase__inner--white {
  margin: 0 auto;
  padding: 30px;
  max-width: 1000px;
  background-color: white;
}
@media only screen and (max-width: 560px) {
  .purchase__inner--white {
    margin-top: 30px;
    max-width: inherit;
  }
}
.purchaseContents {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dotted #efefef;
}
.purchase__box {
  margin-bottom: 30px;
}
.purchaseBox__ttl {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 3px #EFEFEF;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  font-size: 20px;
}
.purchaseBox__ttl::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3e5b89;
  bottom: -3px;
  width: 55px;
}
.purchaseBox__txt {
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
.purchaseBox__img {
  margin: 20px 0 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #EFEFEF;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .purchaseBox__img img {
    width: 100%;
  }
}
.purchase__set {
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .purchase__set img {
    width: 100%;
  }
}
.purchaseSet__ttl {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  color: #333;
}
.purchaseSet__txt {
  font-size: 1em;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  text-align: left;
}

.company {
  width: 100%;
  background: #ddf4f8;
}
.company__inner {
  padding: 80px 15px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1030px;
}
.company__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .company__wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 560px) {
  .company__photo img {
    width: 100%;
  }
}
.company__table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
@media only screen and (max-width: 560px) {
  .companyTableBody tr {
    display: flex;
    flex-direction: column;
  }
}
.companyTableBody__head {
  padding: 10px 0 10px 40px;
  box-sizing: border-box;
  min-width: 215px;
  vertical-align: top;
  border-bottom: #dadada 1px dotted;
  background: #f5f5f5;
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 560px) {
  .companyTableBody__head {
    padding: 10px 15px 10px 15px;
  }
}
.companyTableBody__data {
  padding: 10px 0 10px 40px;
  box-sizing: border-box;
  max-width: 500px;
  border-bottom: #dadada 1px dotted;
  border-left: #f5f5f5 1px solid;
  border-right: #f5f5f5 1px solid;
  background: white;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 560px) {
  .companyTableBody__data {
    padding: 10px 15px 10px 15px;
  }
}
.company__scroll {
  max-width: 715px;
  background: white;
  margin: 30px auto 0 auto;
  clear: both;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
.companyScroll__ttl {
  font-size: 18px;
  text-align: center;
  border-bottom: #dddddd 1px solid;
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 560px) {
  .companyScroll__ttl {
    padding: 0 0 20px;
  }
}
.companyScroll__wrap {
  overflow-y: scroll;
  height: 150px;
  padding: 20px;
}
@media only screen and (max-width: 560px) {
  .companyScroll__wrap {
    padding: 20px 0;
  }
}

.totokusyo {
  max-width: 715px;
  padding-top: 10px;
  margin: 0 auto;
  text-align: right;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
}
@media only screen and (max-width: 560px) {
  .totokusyo {
    text-align: left;
  }
}
.totokusyo a:link {
  color: #df0032;
  text-decoration: underline;
}
.totokusyo a:visited {
  color: #df0032;
  text-decoration: underline;
}
.totokusyo a:hover {
  color: #000000;
  text-decoration: none;
}

.copyright {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 20px 0 20px 0;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic";
  letter-spacing: 0.2em;
}
.copyright br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .copyright br {
    display: inherit;
  }
}