@charset "UTF-8";

/*************************************************************
 *	animal style_2.css
 ************************************************************/
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .u-sp {
        display: none;
    }
}
/* --------------------------------------------------
		アコーデオンJS 基本スタイル
-------------------------------------------------- */
.accordionWrap > dt {
    cursor: pointer;
    position: relative;
}
.accordionWrap > dt:before {
    content: "";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    background-image: url("../images/icon-plus-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.7em;
    height: 0.7em;
}
.accordionWrap.open > dt:before {
    background-image: url("../images/icon-minus-black.svg");
}
.accordionWrap > dd {
    display: none;
}
/*ボタン*/
.accordionWrap > dt.aco-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: min(3em, 18px);
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #8fc433;
    border-radius: 60px;
    padding: 12px 2em;
    margin: 1em auto;
    background-image: none;
    line-height: normal;
}
.accordionWrap > dt.aco-button:before {
    background-image: url("../images/icon-plus-white.svg");
}
.accordionWrap.open > dt.aco-button:before {
    background-image: url("../images/icon-minus-white.svg");
}
@media screen and (max-width: 767px) {
    .accordionWrap > dt.aco-button {
        font-size: min(1em, 18px);
    }
}
/* --------------------------------------------------
		「検査の受け方：尿の提出」.howtotest-new
-------------------------------------------------- */
.howtotest-new {
    padding: 0 5%;
}
.howtotest-new .service03--image1 {
    margin: 0 auto 1em auto;
}
.howtotest-new .img-atn {
    text-align: right;
    margin-bottom: 1em;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .howtotest-new .img-atn {
        text-align: left;
    }
}
.howtotest-new__unit__title {
    color: #515151;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
} 
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }
}
.howtotest-new__unit__title > span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span {
        padding: 0 1.9556714472%;
    }
}
.howtotest-new__unit__title > span::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #515151;
    bottom: 2px;
    right: calc(50% - 17rem);
    rotate: 20deg;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span::after {
        width: 2px;
        height: 30px;
        right: calc(50% - 10rem);
    }
}
.howtotest-new__unit__title > span::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #515151;
    bottom: 2px;
    left: calc(50% - 17rem);
    rotate: -20deg;
}
@media screen and (max-width: 767px) {
    .howtotest-new__unit__title > span::before {
        width: 2px;
        height: 30px;
        left: calc(50% - 10rem);
    }
}
/* --------------------------------------------------
		layout - footer
-------------------------------------------------- */
/*hack*/
.l-footer__terms {
  font-size: 13px !important;
}
.l-footer__address {
  font-size: 15px !important;
}
.l-footer__copyright p {
  font-size: 10px !important;
}

/*common.sass共通ここから*/
.l-footer {
    line-height: 1.8;
    background-color: #fff;
}

.l-footer .l-cts {
  color: #202020;
  padding: 100px 0 34px;
  letter-spacing: 0;
}

.l-footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.l-footer__logo {
  width: 248px;
  margin-right: 4%;
}

.l-footer-logo__button img {
  width: 248px;
  height: 48px;
}

.l-footer__address {
  font-weight: 500;
}
.l-footer__address span {
  display: block;
  font-size: 120%;
}

.l-footer__terms {
  font-size: 1.3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.l-footer__terms li {
  margin-top: 15px;
}
.l-footer__terms li a {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #202020;
  text-decoration: none;
  color: inherit;
}

.l-footer__bnr {
  width: 303px;
}

.l-footer-bnr__button img {
  width: 303px;
  height: 74px;
}

.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 7px;
}

@media screen and (min-width: 768px) {
  .l-footer .u-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-cts {
    padding: 20.8604954368% 0 15.6453715776%;
  }
  .l-footer-cols {
    display: block;
    margin: 0 0 8.8657105606%;
  }
  .l-footer__logo {
    width: 71.884057971%;
    margin: 0 auto 14.6023468057%;
  }
  .l-footer-logo__button img {
    width: 100%;
    height: 19.3548387097%;
  }
  .l-footer__address {
    text-align: center;
  }
  .l-footer__terms {
    text-align: center;
    font-size: 1.625rem;
    margin: 0 auto 13.037809648%;
    display: block;
  }
  .l-footer__terms li {
    margin-top: 2.0860495437%;
  }
  .l-footer__terms li a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .l-footer__bnr {
    width: 87.8260869565%;
    margin: 0 auto;
  }
  .l-footer-bnr__button img {
    width: 100%;
    height: 24.4224422442%;
  }
  .l-footer__copyright p {
    display: block;
    font-size: 1.25rem;
  }
}
/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
