/*FOLDER の色*/

h1.sub_page span:after {
  background: #018ad3;
}

@media screen and (max-width: 767px) {
  h1.sub_page span:after {
    top: 125%;
  }
}

section#main ul.local_nav li span {
  color: #018ad3 !important;
}

h2.type03_01 {
  background: url(../../common/img/other/cap03_03.png) no-repeat 1px 0%;
}

h3.type04_01 {
  background: url(../../common/img/other/cap04_03.png) no-repeat 1px 0%;
}

h2.type2 {
  border-bottom: 2px solid #018ad3 !important;
}

section#main ul.local_nav li a:hover {
  color: #018ad3;
}

body.ie7 .table01 tr th,
body.ie7 .table01 tr td {
  border-top: 1px solid #ddd;

  border-bottom: 1px solid #ddd;
}

a.pdf_link {
  color: #000;
  text-decoration: none;
  padding-left: 28px;
  text-decoration: underline;
  /* margin-left: 27px; */
  background: url(/common/img/other/icon_pdf.png) no-repeat 0 50%;
}

.pc-off {
  display: none !important;

  @media screen and (max-width: 767px) {
    display: flex !important;
  }
}

.sp-off {
  display: flex !important;

  @media screen and (max-width: 767px) {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  a.top_btn {
    z-index: 999;
  }
}

/* ------------------------------------------- */
/* colors */
/* ------------------------------------------- */

.orange {
  color: #ee8300;
}

.orange-bg {
  background: #ee8300;
}

.blue {
  color: #008ad2;
}

.blue-bg {
  background: #008ad2;
}

.gray {
  color: #8b8b8b;
}

/* ------------------------------------------- */
/* arrow */
/* ------------------------------------------- */

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #008ad2;
  line-height: 1;
  position: relative;
  width: 8px;
  height: 8px;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

/* ------------------------------------------- */
/* common-title */
/* ------------------------------------------- */

.common-title {
  background: none;
  border-bottom: 1px solid #008ad2;
  /* padding-bottom: 25px; */
  /* margin-bottom: 30px; */
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 400;
  /* font-size: 34px; */
  font-size: 2.125em;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000000;
  padding: 0 0 2% 0;
  margin-bottom: 5%;

  @media screen and (max-width: 767px) {
    font-size: 1.25em;
    /* padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 0; */
    padding: 0 0 2% 0;
    font-weight: bold;
  }
}

.common-mini-title {
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 700;
  /* font-size: 18px; */
  font-size: 1.125em;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  border-left: 5px solid #008ad2;
  padding-left: 10px;
  margin-bottom: 30px;
  background: none;

  @media screen and (max-width: 767px) {
    font-size: 1.2em;
    padding-left: 5px;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------- */
/* common-table */
/* ------------------------------------------- */

.common-table {
  width: 100%;
}

.common-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.common-table tr {
  border-bottom: 1px solid #dddddd;
}

.common-table tr:last-child {
  border-bottom: none;
}

.common-table th {
  width: 25%;
  padding: 20px;
  background-color: #f1f2f6;
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 700;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 100%;
  color: #000000;
  text-align: left;

  @media screen and (max-width: 767px) {
    width: 31%;
    /* font-size: 0.875em; */
    font-size: 0.95em;
    line-height: 135%;
    padding: 15px;
  }
}

.common-table td {
  width: 75%;
  padding: 20px;
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 150%;
  color: #000000;
  text-align: left;

  @media screen and (max-width: 767px) {
    /* font-size: 1em; */
    font-size: 0.95em;
    line-height: 160%;
    padding: 15px;
    padding-right: 0;
    width: 100%;
  }
}

.td-box {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 25px;
  gap: 10px;
  display: flex;
  flex-direction: column;

  &:last-child {
    padding-top: 25px;
    border: none;
  }

  .ct-link {
    padding-top: 0;
  }
  
  @media screen and (max-width: 767px) {
      padding: 10px;
  }
}

.td-title {
  font-weight: 700;
}

.ct-link {
  display: flex;
  gap: 5px;
  align-items: center;
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 100%;
  color: #008ad2 !important;
  padding-top: 10px;
  text-decoration: underline !important;
  text-decoration-color: #008ad2 !important;
  transition: all 0.3s ease;

  &:hover {
    opacity: 0.6;
    text-decoration: none !important;
  }

  & img{
    width: 24px;
    height: 24px;
  }

  @media screen and (max-width: 767px) {
    font-size: 1em;
    /* font-size: 0.95em; */
    align-items: flex-start;

    & img{
      width: 18px;
      height: 18px;
    }
  }
}

.ct-check {
  display: flex;
  gap: 5px;
  /* font-family: "Meiryo"; */
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 150%;
  color: #000000;
  padding-bottom: 10px;

  &:last-child {
    padding-bottom: 0;
  }

  & img {
    width: 24px;
    height: 24px;
  }

  @media screen and (max-width: 767px) {
    font-size: 1em;
    /* font-size: 0.95em; */
    line-height: 160%;
    padding-bottom: 3px;

    &:last-child {
      padding-bottom: 0;
    }

    & img{
      width: 18px;
      height: 18px;
    }
  }
}

.ctb-link-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ct-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  gap: 10px;
  border-radius: 0;
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 100%;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-top: 10px;
  transition: all 0.3s ease;

  &:hover {
    opacity: 0.6;
  }

  .dli-chevron-round-right {
    color: #ffffff;
  }

  @media screen and (max-width: 767px) {
    font-size: 1em;
    /* font-size: 0.95em; */
  }
}

/* ------------------------------------------- */

/* common-box */

/* ------------------------------------------- */

.common-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 40px 50px;
  gap: 10px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  margin-bottom: 30px;

  @media screen and (max-width: 767px) {
    padding: 30px 20px;
  }
}

.common-box-title {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;

  & h4 {
    /* font-family: "Meiryo"; */
    font-style: normal;
    font-weight: 700;
    /* font-size: 24px; */
    font-size: 1.5em;
    line-height: 100%;
    color: #000000;
    padding-bottom: 0;
  }

  @media screen and (max-width: 767px) {
    /* gap: 10px; */
    padding-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;

    & h4 {
      /* font-size: 1em; */
      font-size: 1.2em;
      order: 1;
    }
  }
}

.calendar {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  /* font-family: "Meiryo"; */
  font-style: normal;
  font-weight: 700;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 100%;
  color: #000000;
  padding-bottom: 0;

  @media screen and (max-width: 767px) {
    /* font-size: 0.875em; */
    order: 0;
  }
}

.common-box-content {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 150%;
  color: #000000;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  gap: 20px;

  .ct-btn {
    width: fit-content;
  }

  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1em;
    /* font-size: 0.95em; */
    line-height: 160%;
    padding-bottom: 15px;
  }
}

.column {
  flex-direction: column;
  gap: 10px;
}

/* .img-box {
  width: 100%;
  display: flex;
  gap: 10px;

  & img {
    width: 33%;
    height: auto;
  }

  @media screen and (max-width: 767px) {
    align-items: flex-start;

    & img {
      width: 31%;
    }
  }
} */

.img-box {
  width: 100%;

  .img-box-swiper {
    width: 100%;
    overflow: hidden;
  }

  .img-box-swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 768px) {
    .img-box-swiper .swiper-pagination {
      display: none;
    }

    &.img-box--single .img-box-swiper .swiper-slide {
      width: 33%;
    }
  }

  @media screen and (max-width: 767px) {
    .img-box-swiper .swiper-pagination {
      position: static;
      margin-top: 10px;
    }

    .img-box-swiper .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #d9d9d9;
      opacity: 1;
    }

    .img-box-swiper .swiper-pagination-bullet-active {
      background: #018ad3;
    }

    &.img-box--single .swiper-pagination {
      display: none;
    }
  }
}

.cbc-text {
  width: 70%;
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1em;
  line-height: 150%;
  color: #000000;

  @media screen and (max-width: 767px) {
    font-size: 1em;
    /* font-size: 0.875em; */
    line-height: 160%;
    width: 100%;
    /* order: 1; */
  }
}

.cbc-img {
  width: 30%;

  @media screen and (max-width: 767px) {
    width: 100%;
    /* order: 0; */
  }
}
