@charset "UTF-8";
/* ==================================================
Color定義
================================================== */
/* パレット
-------------------------------------------------- */
/* ==================================================
font-size定義
================================================== */
/* ==========================================================================
Reset CSS
========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6, header, footer,
p, pre, blockquote, ol, ul, li, dl, dt, dd,
figure, figcaption, div, main, pre,
a, em, strong, small, q, data, time,
code, var, sub, sup, i, b, u, mark, span,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Box model
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Display
========================================================================== */
article, section, nav, aside, header,
footer, figure, figcaption, main {
  display: block;
}

video, audio, progress, canvas {
  display: inline-block;
  vertical-align: baseline;
}

/* View
========================================================================== */
.win, .mac {
  overflow-y: scroll;
}

body {
  color: #2C3237;
  font-size: 16px;
  counter-reset: number 0;
}

/* Style
========================================================================== */
/* Grouping content
-------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquotel:before, blockquotel:after {
  content: "";
  content: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

/* Text-level semantics
-------------------------------------------------------------------------- */
a {
  color: #2C3237;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 1rem;
  bottom: 0px;
}

sup {
  top: -0.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
-------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

embed, object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

/* Tabular data
-------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th, td {
  vertical-align: middle;
}

/* ==================================================
base
================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #2C3237;
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
  /* min-width: 1024px; */
  position: relative;
}

.l-wrap {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.-center {
  text-align: center;
}

/* ==================================================
pc or sp
================================================== */
.-pc {
  display: block;
}

.-pc-w {
  display: block;
}

.-tab-w {
  display: block;
}

.-tab {
  display: none;
}

.-sp {
  display: none;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
}

/* ==================================================
move
================================================== */
.-up-move:hover {
  transform: translate3d(0, -5px, 0);
}
.-up-move:hover h3:after {
  right: -4px;
}

.-up-move {
  transition: all 0.2s;
}
.-up-move h3:after {
  transition: all 0.2s;
}

.-down-move:hover {
  transform: translate3d(0, 5px, 0);
}
.-down-move:hover h3:after {
  right: -4px;
}

.-down-move {
  transition: all 0.2s;
}
.-down-move h3:after {
  transition: all 0.2s;
}

.-right-move:hover {
  transform: translate3d(4px, 0, 0);
}

.-right-move {
  transition: all 0.2s;
}

/* ==================================================
second
================================================== */
.l-second-main {
  margin-top: 90px;
}

.pankuzu {
  color: #777777;
  font-size: 15px;
  margin-top: 15px;
}
.pankuzu a {
  color: #777777;
}

.l-second-box {
  margin-top: 60px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
  .-sp {
    display: block;
  }
  .l-wrap {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  small {
    font-size: 0.65rem;
    word-break: break-all;
  }
}
.l-header .l-wrap {
  max-width: 1340px;
  padding: 0 30px;
}

.l-header .l-header-left {
  position: relative;
  background: #F3F3F3;
  width: 470px;
}
.l-header .l-header-left:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #F3F3F3;
  left: -1000px;
  top: 0;
  height: 100%;
  width: 1000px;
}
.l-header .l-header-left::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #fff;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  border-radius: 0 0 0 25px;
}
.l-header .l-header-left img {
  margin-top: -5px;
}
.l-header .l-header-left h1 {
  font-size: 12.5px;
  margin-left: 12px;
  line-height: 1.5;
}

.l-header-right {
  padding: 33px 0 49px;
}

.l-header-right-nav li {
  padding-top: 2px;
  padding-right: 21px;
  font-weight: 600;
}

.l-header-document {
  position: relative;
  background: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  padding: 5px 22px;
  font-weight: 700;
  margin-right: 15px;
}
.l-header-document small {
  position: absolute;
  bottom: -21px;
  left: 50%;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 600;
  margin-left: -56px;
  line-height: 1.3;
  color: #2C3237;
}

.l-header-contact {
  background: #0B6683;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 8px;
  font-weight: 700;
  margin-right: 0px;
}

/* menu
========================================================================== */
.menu__single {
  position: relative;
}

.menu__single img {
  margin-left: 5px;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single .menu__second-level {
  position: absolute;
  width: 160px;
  left: -45px;
  opacity: 0;
  padding-top: 20px;
  z-index: 90;
  transition: all 0.2s ease;
}
li.menu__single .menu__second-level ul {
  border: 4px solid #F3F3F3;
  background: #fff;
  padding: 10px 15px 0;
  border-radius: 10px;
}
li.menu__single .menu__second-level li {
  padding: 0 0 7px 0;
  margin-bottom: 7px;
  border-bottom: 2px solid #F3F3F3;
}
li.menu__single .menu__second-level li:last-child {
  border-bottom: unset;
}

li.menu__single:hover .menu__second-level {
  padding-top: 10px;
  visibility: visible;
  opacity: 1;
  padding-bottom: 12px;
}
li.menu__single:hover .menu__second-level::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 0;
  left: 65px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3F3F3;
}

.footer-up-link {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.footer-up-link img {
  width: 50px;
}

footer {
  padding-top: 100px;
  background: #F3F3F3;
}
footer .l-wrap {
  padding: 0 80px;
}

.l-footer-section {
  width: 25%;
}
.l-footer-section li {
  margin-bottom: 15px;
}

address {
  text-align: center;
  font-size: 15px;
  padding: 120px 0 70px;
}

.l-keyvisual {
  background: #F3F3F3;
  padding: 30px 0 45px;
}

.l-keyvisual h1 {
  margin: 10px 0 20px -20px;
  font-weight: 500;
  color: #0B6683;
}

.swiper-slide {
  opacity: 0.7;
  transform: scale(0.78); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}

.swiper-slide img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(0.91); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.l-swiper-link {
  margin-top: 10px;
}

.l-swiper-link h3 {
  font-size: 20px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-prev {
  width: 40px !important;
  left: 50px !important;
}

.swiper-button-next {
  width: 40px !important;
  right: 50px !important;
}

.swiper-button-prev:after {
  background: url(../img/magazine/svg/left-arrow.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next:after {
  background: url(../img/magazine/svg/right-arrow.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1500px) {
  .swiper-slide img {
    height: 250px;
  }
}
@media screen and (max-width: 800px) {
  .swiper-slide {
    opacity: 0;
  }
  .swiper-slide-active {
    opacity: 1; /* 中央のスライドは薄くしない */
    background: #F3F3F3;
  }
}
strong {
  font-weight: 600;
}

.l-contents {
  background: #F3F3F3;
}

.l-contents-box {
  position: relative;
  background: #fff;
  width: 850px;
  border-radius: 0 15px 15px 0;
  padding: 50px 30px 45px 5px;
}
.l-contents-box:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background: #fff;
  left: -1000px;
  top: 0;
  height: 100%;
  width: 1000px;
}

.l-contents-link {
  padding-bottom: 40px;
  border-bottom: 2px solid #F3F3F3;
}
.l-contents-link + .l-contents-link {
  margin-top: 40px;
}

.l-contents-link-img {
  width: 300px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.l-contents-link-detail {
  width: calc(100% - 330px);
}
.l-contents-link-detail .-tag {
  width: 100px;
}

.l-contents-link-detail .article-descript-tag {
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
}
.l-contents-link-detail .article-descript-tag:-webkit-scrollbar {
  width: 10px;
  height: 3px;
}
.l-contents-link-detail .article-descript-tag li {
  padding-right: 10px;
}

.l-category {
  background: #F3F3F3;
}
.l-category .l-wrap {
  padding: 5px 20px;
}
.l-category h1 {
  padding: 50px 0 60px;
  font-size: 38px;
  font-weight: 400;
  color: #0B6683;
}

.l-page {
  background: #F3F3F3;
}
.l-page .l-wrap {
  padding: 5px 20px 20px;
}

.-l-tag li {
  margin-bottom: 12px;
}

.-l-tag a {
  background: #F3F3F3;
  padding: 7px 12px;
  margin-right: 10px;
  border-radius: 5px;
  color: #2C3237 !important;
  display: block;
}

.l-date-tag .-l-tag a {
  margin-right: 0;
}

.l-date-tag li {
  padding-left: 15px;
}

.l-date-tag, .l-date-tag a {
  color: #B4B4B4;
}

.article-h1 {
  color: #0B6683;
  font-size: 27px;
  line-height: 1.5;
}

.-mokuji-box {
  background: #F3F3F3;
  border-radius: 5px;
  padding: 25px 40px 15px;
}

.-mokuji-box li a {
  color: #2C3237;
}

.l-news-content-box ul {
  margin: 0 0 15px;
}

.-mokuji-box .-number li {
  padding: 7px 0 7px 25px;
  border-bottom: 1px dashed #7F7F7F !important;
  list-style: none;
  margin: 0;
  position: relative;
}

.-mokuji-box .-number li:before {
  top: 7px;
}

.-mokuji-box h4 {
  border-bottom: unset !important;
}

.l-table-contents {
  padding: 25px 40px 15px;
  border-radius: 7px;
  margin-bottom: 32px;
  background: #F3F3F3;
  position: relative;
  z-index: 5;
}

.l-table-contents h3 {
  color: #2C3237 !important;
  text-align: center;
  border: unset !important;
  background: #F3F3F3 !important;
  margin-top: 0 !important;
}
.l-table-contents h3::before {
  background: unset !important;
}

.-gray-box h3 {
  margin-top: 0 !important;
}

.l-news-content-box ol li {
  border-bottom: 1px dashed #7F7F7F;
  padding: 7px 0 7px 25px;
  position: relative;
}

.l-news-content-box ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  padding-right: 5px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 0;
}

.-qa-banner {
  margin: 40px 0;
  display: block;
}
.-qa-banner .-center {
  display: block;
  color: #D67910;
}

.article-descript a {
  color: #D67910;
}

.article-descript .l-table-contents a {
  color: #2C3237;
}

.article-descript-tag {
  color: #B4B4B4;
  line-height: 1;
  margin-top: 10px;
}
.article-descript-tag a {
  color: #B4B4B4;
}

.article-descript h3 {
  padding: 5px 10px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
  background-color: unset;
  font-size: 20px !important;
  margin-top: 25px;
  border-left: 4px solid #0B6683;
  font-weight: 600;
  color: #0B6683;
}

.article-descript h3 + .-gray-box {
  margin-top: 20px;
}

.l-news-content h2 {
  color: #0B6683;
  font-size: 22px;
  border-left: 5px solid #0B6683;
  padding: 8px 12px;
  margin-bottom: 15px;
  background: #F3F3F3;
  font-weight: 700;
}

.kiji-box + .kiji-box {
  margin-top: 65px;
}

.article-descript .l-table-contents h3 {
  padding-top: 0;
}

.l-table-contents {
  padding: 25px 25px 15px;
}

.article-descript h4 {
  margin-bottom: 9px;
  line-height: 1.3;
  margin-bottom: 6px;
  border-bottom: 1px dashed #2D2D2D;
  padding-bottom: 9px;
  font-weight: 600;
  font-size: 18px;
}

.article-descript img.-left-img {
  float: left;
  margin: 0 20px 10px 0;
  width: 280px;
  border-radius: 5px;
}

.article-descript img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.-gray-box {
  background: #F3F3F3;
  border-radius: 5px;
  padding: 20px;
}

.-white-box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 3px solid #F3F3F3;
}

.-column__author a {
  color: #D67910;
}

.-column__author__img {
  width: 220px;
  padding: 25px;
  border-radius: 5px;
}

.-column__author__img img {
  width: 100%;
}

.-column__author__descript {
  width: calc(100% - 200px);
  padding-left: 15px;
}

.-column__author__descript h4 {
  border-bottom: 1px dashed #2D2D2D;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.-gray-box.-kanren img {
  width: 130px !important;
  margin: 5px 0 0;
  height: 100px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.-gray-box.-kanren p {
  padding: 0px 10px;
  color: #2C3237;
}

img.-half {
  width: calc(50% - 3px);
  margin: 0 !important;
}

.product-img.-flex.-center-w {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  min-width: 180px;
  max-width: 180px;
}

.product-txt {
  max-width: calc(100% - 195px);
  margin-top: 10px;
}

aside {
  width: calc(100% - 868px);
  z-index: 10;
}
aside .-side-sticky {
  position: sticky;
  z-index: 10;
  top: 20px;
  border-bottom: 20px solid #F3F3F3;
}
aside .-side-sticky2 {
  position: relative;
  background: #F3F3F3;
}
aside .-side-sticky2:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #F3F3F3;
}
aside .-side-sticky2::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: calc(100% + 70px);
  width: 1000px;
  top: -50px;
  right: -1000px;
  background: #F3F3F3;
  z-index: -10;
}

aside h2 {
  position: relative;
  background: #0B6683;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 10px 15px;
}
aside h2:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 100%;
  width: 1000px;
  top: 0;
  right: -1000px;
  background: #0B6683;
}

.l-side-contact {
  margin-top: 15px;
  position: relative;
  background: #fff;
  padding: 20px 14px;
  border-radius: 10px;
}

.l-side-contact.-entry {
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px;
}
.l-side-contact.-entry .l-side-contact-right {
  width: 100%;
}
.l-side-contact.-entry .-entry-link {
  background: #F3F3F3;
  width: calc(33.3% - 5px);
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}

.l-side-contact-left {
  position: relative;
  width: 102px;
  text-align: center;
}
.l-side-contact-left small {
  color: #0B6683;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}
.l-side-contact-left:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.5px;
  background: #F3F3F3;
}

.l-side-contact-right {
  width: calc(100% - 123px);
  color: #0B6683;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.l-side-contact-right-tel {
  margin-top: 3px;
  font-size: 23px;
}

.l-side-contact-right-detail {
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.6;
}

.l-ranking {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}
.l-ranking img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.l-ranking .l-ranking-list-text {
  width: calc(100% - 95px);
}

.l-ranking-list {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  z-index: 0;
}

.kiji-box.-article-link.-flex.-between a {
  width: calc(33.33% - 10px);
  text-align: center;
  background: #F3F3F3;
  padding: 22px 5px;
  line-height: 1.5;
  border-radius: 5px;
  font-weight: 600;
  color: #2C3237;
}

.kiji-box.-article-link.-flex.-between a.-article-link-orange {
  color: #fff;
  background: #0B6683;
}

.l-cta {
  position: relative;
  background: #EBFAFF;
  padding: 45px 40px 35px;
  margin-top: 45px;
}

.l-cta h3 {
  border-left: unset;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
.l-cta h3 span {
  display: inline;
}

.l-cta-nayami {
  margin-top: 50px;
}

.l-cta-nayami section {
  position: relative;
  background: #fff;
  width: calc(33.33% - 14px);
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
}

.l-cta-nayami section span {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -15px;
  left: 50%;
  margin-left: -35px;
  background: #0B6683;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px 6px;
  color: #fff;
  border-radius: 100px;
}

.l-cta-cvr {
  margin-top: 32px;
  text-align: center;
}

.l-cta-cvr .l-cta-cvr-double a {
  width: calc(50% - 15px);
  min-width: unset;
}
.l-cta-cvr .l-cta-cvr-double a:last-child {
  background: #fff;
  border: #0B6683 solid 2px;
  color: #0B6683 !important;
}

.l-cta-cvr1 {
  display: inline-block;
  margin: 0 auto;
  background: #D67910;
  color: #fff !important;
  padding: 7px 0 9px;
  min-width: 400px;
  font-weight: 600;
  border-radius: 80px;
}

.l-cta-cvr2 {
  margin-top: 10px;
  color: #2C3237 !important;
}

.l-cta-cvr2 img {
  width: 7px;
  margin: unset;
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 864px) {
  .l-cta {
    padding: 15px 5px 25px;
    margin-top: 25px;
  }
  .l-cta-nayami {
    margin-top: 30px;
  }
  .l-cta-nayami section {
    width: calc(50% - 2.5px);
  }
  .l-cta-nayami section:last-child {
    display: none;
  }
  .l-cta-cvr {
    margin-top: 20px;
  }
  .l-cta-cvr1 {
    width: 95%;
    min-width: 95%;
  }
  .article-descript img {
    margin: 0 5px 0 0 !important;
  }
  .l-cta-cvr2 {
    margin-top: 15px;
  }
  .l-cta-cvr .l-cta-cvr-double a {
    line-height: 1.5;
    border-radius: 10px;
    width: calc(50% - 5px);
    padding-bottom: 8px;
  }
  .article-descript .l-cta h3 {
    font-size: 1.05rem !important;
  }
  .l-cta-nayami section {
    padding: 20px 3px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
/* text-control
-------------------------------------------------- */
.-text-left {
  text-align: left;
}

.-text-center {
  text-align: center;
}

.-text-right {
  text-align: right;
}

/* mt
-------------------------------------------------- */
.-mb10 {
  margin-bottom: 10px !important;
}

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

.-mt5 {
  margin-top: 5px !important;
}

.-mt10 {
  margin-top: 10px !important;
}

.-mt15 {
  margin-top: 15px !important;
}

.-mt20 {
  margin-top: 20px !important;
}

.-mt25 {
  margin-top: 25px !important;
}

.-mt30 {
  margin-top: 30px !important;
}

.-mt40 {
  margin-top: 40px !important;
}

.-mt50 {
  margin-top: 50px !important;
}

.-mt60 {
  margin-top: 60px !important;
}

.-mt70 {
  margin-top: 70px !important;
}

.-mt80 {
  margin-top: 80px !important;
}

.-mt90 {
  margin-top: 90px !important;
}

.-mt100 {
  margin-top: 100px !important;
}

.-mt110 {
  margin-top: 110px !important;
}

.-mt150 {
  margin-top: 150px !important;
}

.-mr30 {
  margin-right: 30px;
}

.-pl10 {
  padding-left: 10px;
}

.-pl15 {
  padding-left: 15px;
}

.-pl20 {
  padding-left: 20px;
}

.-pl30 {
  padding-left: 30px;
}

/* ul li ol
-------------------------------------------------- */
.-circle li,
.-check li {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.-circle li:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #D8DCDC;
  border-radius: 50%;
  margin-right: 10px;
}

.-check li:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 13px;
  left: 0;
  background: url(../img/common/check.png);
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
}

.-number li {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.-number li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  padding-right: 5px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

/* table
-------------------------------------------------- */
table {
  font-size: 16px;
  table-layout: fixed;
}
table tr th {
  position: relative;
  background-color: #f8f8f8;
  text-align: left;
  padding: 9px 10px 9px 13px;
  border-bottom: 0.5px solid #DaDaDa;
  border-right: 0.5px solid #DaDaDa;
  font-weight: 700;
}
table tr th:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 2px;
  width: 13px;
  background-color: #f8f8f8;
  bottom: -1px;
  left: 0;
}
table tr td {
  position: relative;
  background-color: #fff;
  text-align: left;
  padding: 9px 10px 9px 10px;
  line-height: 1.5;
  border-bottom: 0.5px solid #DaDaDa;
  border-right: 0.5px solid #DaDaDa;
}
table tr td:last-child {
  border-right: unset;
}
table tr:first-child td {
  padding-top: 20px;
}
table tr:first-child td:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 8px;
  width: 3px;
  background-color: #fff;
  top: 0;
  left: -1px;
}
table tr:last-child th {
  border-bottom: unset;
  padding-bottom: 15px;
}
table tr:last-child td {
  border-bottom: unset;
}
table tr:last-child td:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 8px;
  width: 3px;
  background-color: #fff;
  bottom: -1px;
  left: -1px;
}

/* animation
-------------------------------------------------- */
.-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* btn
-------------------------------------------------- */
/* frame
-------------------------------------------------- */
/* colorbox
-------------------------------------------------- */
/* dot
-------------------------------------------------- */
/* table
-------------------------------------------------- */
table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}

.-flex {
  display: flex;
  align-items: stretch;
}
.-flex.-wrap {
  flex-wrap: wrap;
}
.-flex.-bottom {
  align-items: flex-end;
}
.-flex.-center-w {
  align-items: center;
  justify-content: center;
}
.-flex.-center-x {
  align-items: center;
}
.-flex.-center-y {
  justify-content: center;
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
.-flex.-column {
  flex-direction: column;
}
.-flex.-column-reverse {
  flex-direction: column-reverse;
}
.-flex.-start {
  justify-content: flex-start;
}
.-flex.-end {
  justify-content: flex-end;
}
.-flex.-between {
  justify-content: space-between;
}

.-grid {
  display: grid;
}

/* h
-------------------------------------------------- */
h2 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

/* p
-------------------------------------------------- */
p {
  font-size: 16px;
  line-height: 1.9;
}

p + p {
  margin-top: 10px;
}

.-font-min {
  font-size: 15px;
  font-weight: 500;
}

.-tag {
  font-weight: 600;
}

/* text-color
-------------------------------------------------- */
.-text-theme {
  color: #0B6683 !important;
}

.-text-black {
  color: #2C3237 !important;
}

.-text-gray {
  color: #B4B4B4 !important;
}

.-text-orange {
  color: #D67910 !important;
}

/* bg-color
-------------------------------------------------- */
.-bg-white {
  background-color: #fff;
}

/* font
-------------------------------------------------- */
.-text-mincyo {
  font-family: "游明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.open-overlay {
  display: none;
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  transform: translate(100vw, 0);
  background: #fff;
  z-index: 100;
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 10px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: white;
  background-color: white;
}
@media (min-width: 864px) {
  .drawer-list {
    width: 100%;
  }
}
.drawer-list ul {
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  /* ie workaround */
  float: none;
}
.drawer-list li + li {
  margin-top: 8px;
}
.drawer-list li:last-child {
  margin-bottom: 15px;
}
.drawer-list li .second-nav {
  text-decoration: none;
  color: #363F43;
  text-align: left;
  display: block;
  padding: 6px 14px 14px;
  border-bottom: 1px solid #eee;
}
.drawer-list li .second-nav img {
  margin-right: 7px;
}
.drawer-list li .second-nav:hover {
  cursor: pointer;
  color: #363F43;
}
.drawer-list li .third-nav {
  color: #363F43;
  font-size: 0.8rem;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.drawer-list .drawer-second-box {
  padding-left: 15px;
}

input#check_qa {
  display: none;
}

#check_qa_contents {
  display: none;
}

input#check_qa[type=checkbox]:checked ~ #check_qa_contents {
  display: block;
}

input#check_strong {
  display: none;
}

#check_strong_contents {
  display: none;
}

input#check_strong[type=checkbox]:checked ~ #check_strong_contents {
  display: block;
}

input#check_dl {
  display: none;
}

#check_dl_contents {
  display: none;
}

input#check_dl[type=checkbox]:checked ~ #check_dl_contents {
  display: block;
}

input#check_no1 {
  display: none;
}

#check_no1_contents {
  display: none;
}

input#check_no1[type=checkbox]:checked ~ #check_no1_contents {
  display: block;
}

input#check_product {
  display: none;
}

#check_product_contents {
  display: none;
}

input#check_product[type=checkbox]:checked ~ #check_product_contents {
  display: block;
}

input#check_introduction {
  display: none;
}

#check_introduction_contents {
  display: none;
}

input#check_introduction[type=checkbox]:checked ~ #check_introduction_contents {
  display: block;
}

input#check_contact {
  display: none;
}

#check_contact_contents {
  display: none;
}

input#check_contact[type=checkbox]:checked ~ #check_contact_contents {
  display: block;
}

input#check_company {
  display: none;
}

#check_company_contents {
  display: none;
}

input#check_company[type=checkbox]:checked ~ #check_company_contents {
  display: block;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #363F43;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 999999;
  position: relative;
  display: block;
  height: 42px;
  width: 42px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.5em;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  top: -8px;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #363F43;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  background-color: #363F43;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  left: 50%;
  background-color: #363F43;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -15px);
}
label.hamburger > i:after {
  transform: translate(-50%, 15px);
}

label.hamburger {
  position: fixed;
  top: 17px;
  right: 25px;
}

.open-overlay .-b-cvr-mail {
  width: 100%;
  line-height: 1.4;
}
.open-overlay .-b-cvr-mail a {
  font-size: 16px;
  padding: 12px 0;
}

#chumon {
  margin-top: -110px;
  padding-top: 110px;
}

.-b-cvr-mail {
  margin-top: 20px;
}

.-b-cvr-mail-01 {
  width: calc(50% - 5px);
  background: #eee;
  text-align: center;
  border-radius: 5px;
  padding: 15px !important;
}

@media screen and (max-width: 1360px) {
  .l-header-document {
    display: none;
  }
  .l-header-contact {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .l-header-right-nav li {
    padding-right: 18px;
  }
  .l-keyvisual h1 {
    margin: 10px 0 20px 15px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header {
    position: fixed;
    z-index: 10;
    border-bottom: 15px solid #F3F3F3;
  }
  .l-header .l-wrap {
    max-width: 100%;
  }
  .l-header-right-pc {
    background: #fff;
    width: 2000px;
  }
  .l-header-right-pc div {
    display: none !important;
  }
  .l-keyvisual {
    padding: 110px 0 30px;
  }
  .open-overlay {
    display: inline-block;
  }
  .l-contents-box {
    width: calc(100% - 360px);
  }
  .l-contents-link-img {
    width: 275px;
  }
  .l-contents-link-detail {
    width: calc(100% - 305px);
  }
  aside {
    width: 340px;
    z-index: 10;
  }
  aside .-side-sticky {
    top: 100px;
  }
  .l-category, .l-page {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .l-keyvisual {
    padding: 110px 0 40px;
  }
  .l-wrap {
    padding: 0 10px;
  }
  .article-descript img.-left-img {
    width: 200px;
    margin: 10px 15px 0 0 !important;
  }
  .l-contents-box {
    width: 100%;
    border-radius: 15px;
    padding: 40px;
  }
  .l-contents-box:before {
    display: none;
  }
  aside {
    display: none;
  }
  footer .l-wrap {
    padding: 0 40px;
  }
  .l-date-tag.-flex.-end.-mt10 {
    display: none;
  }
  .-l-tag a {
    padding: 7px 7px;
  }
}
@media screen and (max-width: 864px) {
  body {
    font-size: 0.95rem !important;
  }
  p {
    font-size: 0.95rem !important;
  }
  .-font-min {
    font-size: 0.8rem !important;
  }
  h1 {
    font-size: 1.05rem !important;
  }
  h1.article-h1 {
    font-size: 1.2rem !important;
  }
  h2 {
    font-size: 1.15rem !important;
  }
  h3 {
    font-size: 1rem !important;
  }
  .-mt30 {
    margin-top: 20px !important;
  }
  .l-date-tag {
    align-items: baseline !important;
  }
  .l-date-tag .-flex.-center-w {
    justify-content: space-between;
  }
  .l-date-tag .article-descript-tag {
    padding-left: 0;
  }
  .l-date-tag .article-descript-tag li:first-child {
    display: none;
  }
  .-l-tag a {
    font-size: 0.8rem;
  }
  .swiper-slide img {
    height: 180px;
  }
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-next:after {
    width: 33px;
    height: 33px;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
  .swiper-button-prev:after {
    width: 33px;
    height: 33px;
  }
  .article-descript h4 {
    padding-top: 100px;
    margin-top: -100px;
    font-size: 0.97rem;
  }
  .l-swiper-link h3 {
    font-size: 1.05rem !important;
  }
  .article-descript h3 {
    font-size: 1.05rem !important;
  }
  .l-header .l-wrap {
    padding: 0 10px;
  }
  .l-header .l-header-left {
    width: 240px;
  }
  .l-header .l-header-left img {
    width: 180px;
  }
  .l-header .l-header-left h1 {
    display: none;
  }
  .l-header-right {
    padding: 34px 0 40px;
  }
  label.hamburger {
    height: 36px;
    width: 36px;
    right: 15px;
  }
  label.hamburger > i:before {
    transform: translate(-50%, -13px);
  }
  label.hamburger > i:after {
    transform: translate(-50%, 13px);
  }
  .l-contents-box {
    padding: 25px 10px;
  }
  .l-contents-link-img {
    width: 100px;
    height: 90px;
    border-radius: 5px;
  }
  .l-contents-link-detail {
    width: calc(100% - 110px);
  }
  .l-contents-link-detail .-mt5 {
    margin-top: 0 !important;
  }
  .l-contents-link {
    padding-bottom: 30px;
  }
  .l-contents-link + .l-contents-link {
    margin-top: 30px;
  }
  .l-keyvisual {
    padding: 105px 0 20px;
  }
  .-mokuji-box {
    padding: 25px 25px 15px;
  }
  .article-descript img.-left-img {
    width: 100%;
  }
  .-gray-box {
    padding: 15px;
  }
  .l-keyvisual h1 {
    text-align: center;
    margin: 0px -10px 25px -10px;
  }
  .-column__author {
    flex-direction: column;
  }
  .-column__author__img {
    width: 100% !important;
  }
  .-column__author__descript {
    width: 100%;
    padding-left: 5px;
  }
  .-tab-w {
    display: none;
  }
  .-qa-banner {
    margin: 40px -5px;
  }
  .article-descript.-top-title {
    margin-top: -10px !important;
  }
  .article-descript img {
    margin: 0 auto 5px;
  }
  .article-descript a {
    font-size: 0.9rem !important;
  }
  .-mt90 {
    margin-top: 55px !important;
  }
  .l-footer-section {
    width: 100%;
  }
  .-column__author__img img {
    width: 70%;
  }
  footer {
    padding-top: 60px;
  }
  address {
    padding: 80px 0 35px;
    font-size: 0.8rem;
  }
  footer .l-wrap {
    padding: 0 20px;
  }
  .l-header {
    border-bottom: 8px solid #F3F3F3;
  }
  .l-category, .l-page {
    padding-top: 80px;
  }
  .l-category h1 {
    font-size: 1.2rem !important;
  }
  .-l-tag a {
    padding: 2px 4px;
  }
  .article-descript h3 {
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    border: unset;
  }
  .article-descript h3::before {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
    background: #0B6683;
    bottom: 0;
    left: 0px;
    height: calc(100% - 95px);
    width: 4px;
  }
  .article-descript .l-cta h3:before {
    display: none;
  }
  .l-news-content h2 {
    border: unset;
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    border: unset;
    background: unset;
    z-index: 5;
  }
  .l-news-content h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
    background: #0B6683;
    bottom: 0;
    left: 0px;
    height: calc(100% - 95px);
    width: 4px;
  }
  .l-news-content h2::after {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: -1;
    background-repeat: no-repeat;
    background: #F3F3F3;
    bottom: 0;
    left: 0px;
    height: calc(100% - 95px);
    width: 100%;
  }
  table {
    font-size: 0.95rem;
  }
  .product-box {
    flex-direction: column;
  }
  .product-img.-flex.-center-w {
    padding: 15px;
    min-width: 100%;
    max-width: 100%;
  }
  .product-img img {
    width: 60%;
  }
  .product-txt {
    max-width: 100%;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */