@charset "UTF-8";
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* ==========================================================================
   PAGE
   ========================================================================== */
#faq,
#contact,
#voice {
  margin-top: -150px;
  padding-top: 150px;
}

/* main-visual
   ========================================================================== */
.main-visual {
  position: relative;
  z-index: 0;
}
.main-visual > h1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.2em;
  text-align: center;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .main-visual > h1 {
    font-size: 3.2em;
    line-height: 1.7;
  }
}
.main-visual > figure img {
  width: 100%;
}
.main-visual_swiper-container {
  width: 100%;
}
.main-visual_swiper-container img {
  width: 100%;
}
.main-visual_swiper-container .main-visual_swiper-pagination {
  margin-top: 22px;
  position: relative;
  bottom: 0;
  z-index: 2;
}
.main-visual_swiper-container .main-visual_swiper-pagination .swiper-pagination-bullet {
  background: url(../common/img/icon-drop-white_bg.svg) no-repeat 0 0;
  background-size: 100% 100%;
  border-radius: 0;
  cursor: pointer;
  height: 22px;
  opacity: 1;
  margin: 0 3px;
  width: 14px;
}
.main-visual_swiper-container .main-visual_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../common/img/icon-drop_bg.svg);
}
@media screen and (max-width: 767px) {
  .main-visual_swiper-container .main-visual_swiper-pagination {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
  }
  .main-visual_swiper-container .main-visual_swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    margin: 0 4px;
    width: 10px;
  }
}
.main-visual_caution {
  text-align: left;
  position: absolute;
  bottom: 25px;
  right: 48px;
}
.main-visual_caution > p {
  line-height: 1.6;
}
.main-visual_caution > p::before {
  content: "※";
}
.main-visual_caution.theme-bg {
  background-color: #d3edfb;
  padding: 20px 25px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-visual_caution.theme-bg > p {
  font-size: 3.5em;
}
@media screen and (max-width: 767px) {
  .main-visual_caution {
    background-color: #E6F2FA;
    padding: 20px 28px;
    position: static;
  }
  .main-visual_caution.theme-bg {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .main-visual_caution.theme-bg > p {
    font-size: 1.6em;
  }
}
.main-visual.theme-under {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .main-visual.theme-under {
    margin-bottom: 60px;
  }
}
.main-visual.theme-pink .main-visual_swiper-container .main-visual_swiper-pagination .swiper-pagination-bullet {
  background-image: url(../common/img/icon-drop-white-pink_bg.svg);
}
.main-visual.theme-pink .main-visual_swiper-container .main-visual_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../common/img/icon-drop-pink_bg.svg);
}
.main-visual_news {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 230px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-visual_news > h1 {
  border-left: 6px solid #37bef0;
  font-size: 9em;
  font-weight: 500;
  padding-left: 35px;
  padding-top: 0.1em;
  position: relative;
}
.main-visual_news > h1 > span {
  display: block;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .main-visual_news {
    left: 28px;
    top: 80px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .main-visual_news > h1 {
    border-left-width: 5px;
    font-size: 3.5em;
    padding-left: 17px;
    padding-top: 0.07em;
  }
  .main-visual_news > h1 > span {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

/* top-news
   ========================================================================== */
.top-news_btn {
  margin-left: 28px;
  margin-right: 28px;
}

/* top-reason
   ========================================================================== */
.top-reason {
  background-color: #e6f2fb;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0;
  }
}
.top-reason_list > li:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-reason_list > li:not(:first-child) {
    margin-top: 40px;
  }
}
.top-reason_list_number {
  margin-bottom: 40px;
  padding-bottom: 16px;
  position: relative;
}
.top-reason_list_number:before {
  border-bottom: 2px solid #000;
  content: "";
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-reason_list_number > p {
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .top-reason_list_number {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .top-reason_list_number:before {
    border-bottom-width: 1px;
    width: 45px;
  }
  .top-reason_list_number > p {
    font-size: 4rem;
  }
}
.top-reason_list_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-reason_list_box_img {
  max-width: 534px;
}
.top-reason_list_box_data {
  margin-left: 80px;
  text-align: left;
  width: -webkit-calc(100% - 534px);
  width: calc(100% - 534px);
}
.top-reason_list_box_title {
  margin-bottom: 10px;
}
.top-reason_list_box_title > h3 {
  font-size: 3.3rem;
  line-height: 1.28;
}
.top-reason_list_box_text > p {
  line-height: 1.5;
}
.top-reason_list_box.opt-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-reason_list_box.opt-reverse .top-reason_list_box_data {
  margin-left: 0;
  margin-right: 80px;
}
.top-reason_list_box.opt-noflex {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-reason_list_box {
    display: block;
  }
  .top-reason_list_box_img {
    max-width: 100%;
  }
  .top-reason_list_box_data {
    margin: 20px 28px 0;
    width: auto;
  }
  .top-reason_list_box_title > h3 {
    font-size: 1.8rem;
  }
  .top-reason_list_box_text > p {
    font-size: 1.2rem;
  }
  .top-reason_list_box.opt-reverse .top-reason_list_box_data {
    margin-left: 28px;
    margin-right: 28px;
  }
  .top-reason_list_box.opt-noflex {
    display: block;
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }
  .top-reason_list_box.opt-type02 .top-reason_list_box_img {
    margin-left: 28px;
    margin-right: 28px;
  }
}
.top-reason_list_img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.top-reason_list_img-box > figure {
  position: relative;
}
.top-reason_list_img-box > figure > figcaption {
  font-size: 1.6rem;
  margin-top: 20px;
}
.top-reason_list_img-box > figure:not(:last-child) {
  margin-right: 40px;
}
.top-reason_list_img-box > figure:not(:last-child):before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 30px 0 30px 22px;
  content: "";
  position: absolute;
  right: -10px;
  top: 57px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .top-reason_list_img-box {
    display: block;
    margin: 0 auto 28px;
    width: 50%;
  }
  .top-reason_list_img-box > figure {
    display: inline-block;
  }
  .top-reason_list_img-box > figure > figcaption {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 0;
    text-align: left;
  }
  .top-reason_list_img-box > figure:not(:last-child) {
    margin-right: 0;
    margin-bottom: 28px;
  }
  .top-reason_list_img-box > figure:not(:last-child):before {
    border-color: #fff transparent transparent;
    border-width: 20px 40px 0;
    bottom: -5px;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

/* top-no1
   ========================================================================== */
.top-no1_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 45px;
}
.top-no1_lead_img {
  width: 213px;
}
.top-no1_lead_text {
  text-align: left;
  width: -webkit-calc(100% - 213px);
  width: calc(100% - 213px);
}
.top-no1_lead_text > p {
  line-height: 1.5;
}
.top-no1_img {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .top-no1_lead {
    display: block;
    margin: 0 28px 83px;
    width: auto;
  }
  .top-no1_lead_img {
    margin: 0 auto 20px;
    width: 100px;
  }
  .top-no1_lead_text {
    width: auto;
  }
  .top-no1_img {
    margin: 0 28px 30px;
  }
}

/* top-mat
   ========================================================================== */
.top-mat {
  position: relative;
}
.top-mat_img {
  margin-left: auto;
  max-width: 765px;
}
.top-mat_box {
  margin-left: 115px;
  text-align: left;
  max-width: 650px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-mat_box_title {
  margin-bottom: 35px;
}
.top-mat_box_title > h2 {
  font-size: 6em;
}
.top-mat_box_title > h2 > img {
  width: 490px;
}
.top-mat_box_title > h2 > span {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 40px;
}
.top-mat_box_text {
  max-width: 570px;
}
.top-mat_box_text > p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-mat_img {
    margin-left: auto;
    max-width: 100%;
  }
  .top-mat_box {
    margin: 20px 28px 0;
    max-width: 100%;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .top-mat_box_title {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-mat_box_title > h2 {
    font-size: 3em;
    font-weight: 700;
  }
  .top-mat_box_title > h2 > img {
    margin-right: 5px;
    vertical-align: bottom;
    width: 245px;
  }
  .top-mat_box_title > h2 > span {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .top-mat_box_text {
    max-width: 570px;
  }
  .top-mat_box_text > p {
    line-height: 1.5;
  }
}

/* top-voice
   ========================================================================== */
.top-voice_list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-voice_list > ul > li + li {
  margin-top: 40px;
}
.top-voice_list > ul > li .top-voice_list_img {
  max-width: 226px;
}
.top-voice_list > ul > li .top-voice_list_box {
  margin-left: 50px;
  text-align: left;
  width: -webkit-calc(100% - 226px);
  width: calc(100% - 226px);
}
.top-voice_list > ul > li .top-voice_list_box_title {
  margin-bottom: 25px;
}
.top-voice_list > ul > li .top-voice_list_box_title > h3 {
  font-size: 3rem;
  line-height: 1.28;
}
.top-voice_list > ul > li .top-voice_list_box_text > p {
  line-height: 1.5;
}
.top-voice_list > ul > li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-voice_list > ul > li:nth-child(2n) .top-voice_list_box {
  padding-left: 190px;
  margin-right: 50px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .top-voice_list > ul > li {
    display: block;
  }
  .top-voice_list > ul > li + li {
    margin-top: 25px;
  }
  .top-voice_list > ul > li .top-voice_list_img {
    margin: 0 auto 10px;
    max-width: 80px;
  }
  .top-voice_list > ul > li .top-voice_list_box {
    margin: 0 28px;
    width: auto;
  }
  .top-voice_list > ul > li .top-voice_list_box_title {
    margin-bottom: 5px;
  }
  .top-voice_list > ul > li .top-voice_list_box_title > h3 {
    font-size: 1.8rem;
  }
  .top-voice_list > ul > li:nth-child(2n) .top-voice_list_box {
    padding-left: 0;
    margin: 0 28px;
  }
}

/* top-instagram
   ========================================================================== */
.top-instagram {
  background-color: #e6f2fb;
  margin-top: 50px;
  padding: 50px 0 110px;
}
.top-instagram_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-instagram_list > ul > li + li {
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .top-instagram {
    margin-top: 15px;
    padding: 30px 28px 60px;
  }
  .top-instagram_title img {
    vertical-align: middle;
    width: 50px;
  }
  .top-instagram_list > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-instagram_list > ul > li {
    width: 47%;
  }
  .top-instagram_list > ul > li + li {
    margin-left: 0;
  }
  .top-instagram_list > ul > li:nth-child(n+3) {
    margin-top: 6%;
  }
  .top-instagram_list > ul > li:nth-child(2n) {
    margin-left: 6%;
  }
}

/* top-faq
   ========================================================================== */
.top-faq {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top-faq {
    margin-bottom: 60px;
  }
}

/* ==========================================================================
   CONCEPT
   ========================================================================== */
/* concept
   ========================================================================== */
.concept_title {
  margin-bottom: 60px;
}
.concept_title > h3,
.concept_title > h2 {
  font-size: 6em;
}
.concept_text > p {
  font-size: 3.5rem;
  line-height: 1.42;
}
.concept_text > p + p {
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .concept_title {
    margin-bottom: 20px;
  }
  .concept_title > h3,
.concept_title > h2 {
    font-size: 2.8em;
    line-height: 1.35;
  }
  .concept_text {
    margin: 0 28px;
    text-align: left;
  }
  .concept_text > p {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   MOUTHWASH
   ========================================================================== */
/* mouthwash-faq
   ========================================================================== */
.mouthwash-faq {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mouthwash-faq {
    margin-bottom: 60px;
  }
}

/* mouthwash-feature
   ========================================================================== */
.mouthswash-feature_detail-list_box.opt-type01 .mouthswash-feature_detail-list_box_data_title h3 > span::before {
  width: 500px;
  left: -124px;
}
.mouthswash-feature_detail-list_box.opt-type02 .mouthswash-feature_detail-list_box_data_title h3 > span::before {
  width: 410px;
  left: -60px;
}
.mouthswash-feature_detail-list_box.opt-type02 .mouthswash-feature_detail-list_box_data_title h3 > span.is-long::before {
  width: 490px;
}
.mouthswash-feature_detail-list_box.opt-type03 .mouthswash-feature_detail-list_box_data_title h3 > span::before {
  left: -25px;
  width: 398px;
}
.mouthswash-feature_detail-list_box.opt-type03 .mouthswash-feature_detail-list_box_data_title h3 > span.is-long::before {
  width: 386px;
  left: -130px;
}
@media screen and (max-width: 767px) {
  .mouthswash-feature_detail-list_box.opt-type01 .mouthswash-feature_detail-list_box_data_title h3 > span::before {
    width: 68%;
    left: auto;
    right: 0;
  }
  .mouthswash-feature_detail-list_box.opt-type02 .mouthswash-feature_detail-list_box_data_title h3 > span::before {
    width: 53.8%;
    left: 0;
  }
  .mouthswash-feature_detail-list_box.opt-type02 .mouthswash-feature_detail-list_box_data_title h3 > span.is-long::before {
    width: 85.3%;
  }
  .mouthswash-feature_detail-list_box.opt-type03 .mouthswash-feature_detail-list_box_data_title h3 > span::before {
    left: 28px;
    width: 85.3%;
  }
  .mouthswash-feature_detail-list_box.opt-type03 .mouthswash-feature_detail-list_box_data_title h3 > span.is-long::before {
    width: 47%;
    left: auto;
    right: 0;
  }
}

/* ==========================================================================
   BODYCARE
   ========================================================================== */
/* bodycare-feature
   ========================================================================== */
.bodycare-feature_detail-list_box.opt-type01 .bodycare-feature_detail-list_box_data_title h3 > span::before {
  width: 500px;
  left: -50px;
}
.bodycare-feature_detail-list_box.opt-type01 .bodycare-feature_detail-list_box_data_title h3 > span.is-long::before {
  width: 490px;
  left: -140px;
}
.bodycare-feature_detail-list_box.opt-type02 .bodycare-feature_detail-list_box_data {
  margin-right: -120px;
  width: 600px;
}
.bodycare-feature_detail-list_box.opt-type02 .bodycare-feature_detail-list_box_data_title h3 > span::before {
  width: 430px;
  left: -60px;
}
.bodycare-feature_detail-list_box.opt-type02 .bodycare-feature_detail-list_box_data_title h3 > span.is-long::before {
  width: 600px;
}
.bodycare-feature_detail-list_box.opt-type03 .bodycare-feature_detail-list_box_data_title h3 > span::before {
  width: 438px;
  left: 0;
}
.bodycare-feature_detail-list_box.opt-type03 .bodycare-feature_detail-list_box_data_title h3 > span.is-long::before {
  width: 740px;
  left: -165px;
}
.bodycare-feature_detail-list_box.opt-type03 .bodycare-feature_detail-list_box_data_title h3 > span.is-short::before {
  width: 342px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bodycare-feature_detail-list_box.opt-type01 .bodycare-feature_detail-list_box_data_title h3 > span::before {
    width: 77.3%;
    left: auto;
    right: 0;
  }
  .bodycare-feature_detail-list_box.opt-type01 .bodycare-feature_detail-list_box_data_title h3 > span.is-long::before {
    width: 85.3%;
    left: auto;
    right: 28px;
  }
  .bodycare-feature_detail-list_box.opt-type02 .bodycare-feature_detail-list_box_data {
    margin-right: 0;
    width: auto;
  }
  .bodycare-feature_detail-list_box.opt-type02 .bodycare-feature_detail-list_box_data_title h3 > span::before {
    width: 85.3%;
    left: 28px;
  }
  .bodycare-feature_detail-list_box.opt-type02 .bodycare-feature_detail-list_box_data_title h3 > span.is-long::before {
    width: 85.3%;
    left: 0;
    right: auto;
  }
  .bodycare-feature_detail-list_box.opt-type03 .bodycare-feature_detail-list_box_data_title h3 > span::before {
    width: 59.7%;
    left: auto;
    right: 0;
  }
  .bodycare-feature_detail-list_box.opt-type03 .bodycare-feature_detail-list_box_data_title h3 > span.is-long::before {
    width: 85.3%;
    left: auto;
    right: 28px;
  }
  .bodycare-feature_detail-list_box.opt-type03 .bodycare-feature_detail-list_box_data_title h3 > span.is-short::before {
    width: 52%;
    left: auto;
    right: 28px;
  }
}

/* bodycare-products
   ========================================================================== */
.bodycare-products_list_img > img {
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .bodycare-products_list_img > img {
    margin-left: 0;
  }
}

/* ==========================================================================
   MAT SYSTEM
   ========================================================================== */
/* mat_system-main-visual
   ========================================================================== */
.mat_system-main-visual .mat_system-main-visual_text > img {
  max-width: 684px;
}
@media screen and (max-width: 767px) {
  .mat_system-main-visual .mat_system-main-visual_text {
    top: 45%;
  }
  .mat_system-main-visual .mat_system-main-visual_text > img {
    width: 85.3%;
  }
}

/* mat_system-lead
   ========================================================================== */
.mat_system-lead_text {
  margin-bottom: 70px;
}
.mat_system-lead_text > p {
  font-size: 3.5em;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .mat_system-lead {
    margin-left: 28px;
    margin-right: 28px;
    width: auto;
  }
  .mat_system-lead_text {
    margin-bottom: 50px;
    text-align: left;
  }
  .mat_system-lead_text > p {
    font-size: 1.6em;
  }
}

/* mat_system-information
   ========================================================================== */
.mat_system-information {
  background-color: #e5f1fa;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .mat_system-information {
    padding: 60px 0;
  }
}
.mat_system-information .wrap {
  position: relative;
}
.mat_system-information_caution {
  position: absolute;
  right: 0;
  top: 3em;
}
@media screen and (max-width: 767px) {
  .mat_system-information_caution {
    margin-bottom: 28px;
    position: static;
  }
  .mat_system-information_caution > p {
    font-size: 1.2em;
  }
}
.mat_system-information_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mat_system-information_list > ul > li {
  background-color: #fff;
  width: 46%;
  padding-bottom: 30px;
}
.mat_system-information_list > ul > li:nth-child(2n) {
  margin-left: 8%;
}
.mat_system-information_list > ul > li:nth-child(n+3) {
  margin-top: 6%;
}
.mat_system-information_list > ul > li h3 {
  background-color: #3c81ba;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 25px;
  padding: 10px 0;
}
.mat_system-information_list > ul > li p {
  color: #3c81ba;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .mat_system-information_list {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mat_system-information_list > ul {
    display: block;
  }
  .mat_system-information_list > ul > li {
    padding: 0 15px 15px;
    width: 100%;
  }
  .mat_system-information_list > ul > li + li {
    margin-top: 25px;
  }
  .mat_system-information_list > ul > li:nth-child(2n) {
    margin-left: 0;
  }
  .mat_system-information_list > ul > li:nth-child(n+3) {
    margin-top: 25px;
  }
  .mat_system-information_list > ul > li h3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px 20px;
    min-height: 56px;
    padding: 10px 0;
  }
  .mat_system-information_list > ul > li p {
    margin-top: 20px;
  }
}

/* mat_system-graph
   ========================================================================== */
.mat_system-graph_table {
  margin-bottom: 85px;
}
.mat_system-graph_table_scroll > table {
  border: 1px solid #000;
}
.mat_system-graph_table_scroll > table td,
.mat_system-graph_table_scroll > table th {
  border-bottom: 1px dashed #000;
  border-right: 1px dashed #000;
  padding: 15px 0;
  vertical-align: middle;
  width: 20%;
}
.mat_system-graph_table_scroll > table td {
  font-size: 2rem;
}
.mat_system-graph_table_scroll > table td > span {
  display: inline-block;
  font-size: 1.6rem;
}
.mat_system-graph_table_caution {
  font-size: 1.6rem;
  margin-top: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mat_system-graph {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mat_system-graph_table {
    margin-bottom: 58px;
  }
  .mat_system-graph_table_scroll {
    overflow-x: auto;
  }
  .mat_system-graph_table_scroll > table {
    min-width: 1000px;
  }
  .mat_system-graph_table_scroll > table td {
    font-size: 1.8rem;
  }
  .mat_system-graph_table_caution {
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: right;
  }
}

/* ==========================================================================
   news
   ========================================================================== */
/* news
   ========================================================================== */
.news {
  background-color: #e6f2fb;
  margin-bottom: 48px;
  padding: 94px 0 73px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 60px 28px 20px;
  }
}
.news_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_list > ul > li {
  background-color: #fff;
  margin-right: 3.5%;
  margin-top: 3.5%;
  padding: 25px 30px 35px;
  text-align: left;
  width: 31%;
}
.news_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.news_list > ul > li > a {
  text-decoration: none;
}
.news_list > ul > li > a > p {
  line-height: 1.56;
}
.news_list_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.news_list_items_category {
  background-color: #61c1be;
  color: #fff;
  display: inline-block;
  margin-right: 28px;
  padding: 8px 0;
  text-align: center;
  width: 163px;
}
.news_list_items_category.is-media {
  background-color: #69a3d8;
}
.news_list_items_date {
  font-size: 1.6rem;
}
.news_list_title {
  font-size: 2rem;
  min-height: 56px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.news_list_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .news_list {
    margin-bottom: 60px;
  }
  .news_list > ul {
    display: block;
  }
  .news_list > ul > li {
    margin-right: 0;
    margin-top: 30px;
    padding: 20px 15px 35px;
    width: 100%;
  }
  .news_list > ul > li:first-child {
    margin-top: 0;
  }
  .news_list_items {
    margin-bottom: 20px;
  }
  .news_list_items_category {
    padding: 4px 0;
    width: 82px;
  }
  .news_list_items_date {
    font-size: 1.2rem;
    margin-left: auto;
  }
  .news_list_title {
    font-size: 1.8rem;
    min-height: 0;
    margin-bottom: 15px;
  }
  .news_list_img {
    margin-bottom: 20px;
  }
}
.news_detail {
  background-color: #fff;
  padding: 77px 85px;
}
.news_detail_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 57px;
}
.news_detail_items_category {
  background-color: #61c1be;
  color: #fff;
  display: inline-block;
  font-size: 3.5rem;
  margin-right: 45px;
  padding: 16px 0;
  text-align: center;
  width: 266px;
}
.news_detail_items_category.is-media {
  background-color: #69a3d8;
}
.news_detail_items_date {
  font-size: 3rem;
}
.news_detail_title {
  border-left: 6px solid #37bef0;
  padding-left: 28px;
  margin-bottom: 40px;
  text-align: left;
}
.news_detail_title > h2 {
  font-size: 4rem;
  line-height: 1.5;
}
.news_detail_text {
  text-align: left;
}
.news_detail_text > img,
.news_detail_text > dl > dd,
.news_detail_text > dl > dt,
.news_detail_text > ol > li,
.news_detail_text > ul > li,
.news_detail_text > p {
  font-size: 2.6rem;
  line-height: 1.5;
}
.news_detail_text > img:not(:first-child),
.news_detail_text > dl > dd:not(:first-child),
.news_detail_text > dl > dt:not(:first-child),
.news_detail_text > ol > li:not(:first-child),
.news_detail_text > ul > li:not(:first-child),
.news_detail_text > p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .news_detail {
    margin-left: -28px;
    margin-right: -28px;
    padding: 60px 28px 55px;
    width: auto;
  }
  .news_detail_items {
    margin-bottom: 30px;
  }
  .news_detail_items_category {
    font-size: 1.4rem;
    padding: 8px 0;
    width: 82px;
  }
  .news_detail_items_date {
    font-size: 1.2rem;
    margin-left: auto;
  }
  .news_detail_title {
    border-left-width: 5px;
    padding-left: 17px;
    margin-bottom: 30px;
  }
  .news_detail_title > h2 {
    font-size: 2rem;
  }
  .news_detail_text > img,
.news_detail_text > dl > dd,
.news_detail_text > dl > dt,
.news_detail_text > ol > li,
.news_detail_text > ul > li,
.news_detail_text > p {
    font-size: 1.4rem;
  }
}
.news_pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  max-width: 380px;
  position: relative;
}
.news_pager::before {
  background: url(../common/img/icon-drop_bg.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  content: "";
  height: 46px;
  width: 29px;
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news_pager > a {
  display: inline-block;
  font-size: 2.6rem;
  position: relative;
}
.news_pager > a::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 45%;
}
.news_pager > a.news_pager_prev {
  margin-right: auto;
  padding-left: 0.7em;
}
.news_pager > a.news_pager_prev::before {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.news_pager > a.news_pager_next {
  margin-left: auto;
  padding-right: 0.7em;
}
.news_pager > a.news_pager_next::before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news_pager {
    margin-bottom: 10px;
    margin-top: 30px;
    max-width: 270px;
  }
  .news_pager::before {
    height: 30px;
    width: 20px;
    top: -7px;
  }
  .news_pager > a {
    font-size: 1.8rem;
  }
  .news_pager > a::before {
    height: 12px;
    width: 12px;
    top: 38%;
  }
}

/* tokushohou-lead
   ========================================================================== */
.tokushohou-lead {
  margin-top: 200px;
}
.tokushohou-lead_text {
  text-align: left;
}
.tokushohou-lead_text > h3 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.tokushohou-lead_text > p {
  line-height: 2;
}
.tokushohou-lead_text > p + p, .tokushohou-lead_text > p + h3 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .tokushohou-lead {
    margin: 70px 28px 0;
    width: auto;
  }
  .tokushohou-lead_text > h3 {
    font-size: 1.8em;
  }
}

/* privacy_policy-lead
   ========================================================================== */
.privacy_policy-lead {
  margin-top: 200px;
}
.privacy_policy-lead_text {
  text-align: left;
}
.privacy_policy-lead_text > h3 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.privacy_policy-lead_text > p {
  line-height: 2;
}
.privacy_policy-lead_text > p + p, .privacy_policy-lead_text > p + h3 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .privacy_policy-lead {
    margin: 70px 28px 0;
    width: auto;
  }
  .privacy_policy-lead_text > h3 {
    font-size: 1.8em;
  }
}

/* kiyaku-lead
   ========================================================================== */
.kiyaku-lead {
  margin-top: 200px;
}
.kiyaku-lead_text {
  text-align: left;
}
.kiyaku-lead_text > h3 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.kiyaku-lead_text > ol,
.kiyaku-lead_text > p {
  line-height: 2;
}
.kiyaku-lead_text > ol + ol, .kiyaku-lead_text > ol + p, .kiyaku-lead_text > ol + h3,
.kiyaku-lead_text > p + ol,
.kiyaku-lead_text > p + p,
.kiyaku-lead_text > p + h3 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .kiyaku-lead {
    margin: 70px 28px 0;
    width: auto;
  }
  .kiyaku-lead_text > h3 {
    font-size: 1.8em;
  }
}