@charset "UTF-8";

:root {
  --white-bg: #ffffff;
  --gray-bg: #f5f6f7;
}

/* --------------------------------------------------
wrapper
-------------------------------------------------- */

#wrapper {
  width: 100%;
}

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

figure {
  text-align: center;
}

/* --------------------------------------------------
max-width size
-------------------------------------------------- */
.max-width-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------
bg
-------------------------------------------------- */

.bg-white {
  background-color: var(--white-bg) !important;
}

.bg-secondary {
  background-color: var(--gray-bg) !important;
}

/* --------------------------------------------------
display
-------------------------------------------------- */

.d-flex {
  display: flex;
}

/* --------------------------------------------------
section-blc
-------------------------------------------------- */

.ttl-heading {
  display: block;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.5;
}

.ttl-heading+.inner {
  margin-top: 2rem;
}

.txt-desc {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1rem;
}

@media screen and (max-width:767px) {
  .ttl-heading {
    font-size: 150%;
  }
}

/* --------------------------------------------------
tbl-style01
-------------------------------------------------- */

.tbl-style01 th {
  width: 30%;
  background-color: #e4ebf7;
  font-weight: bold;
}

.tbl-style01 td {
  width: 70%;
}

.tbl-style01 th,
.tbl-style01 td {
  border-bottom: 1px solid #c3d5f3;
  box-sizing: border-box;
  padding: 1rem;
  line-height: 1.5;
}

@media screen and (max-width:767px) {

  .tbl-style01 th,
  .tbl-style01 td {
    width: 100%;
    display: block;
  }
}

/* --------------------------------------------------
tbl-style02
-------------------------------------------------- */

/* tbl-responsive tbl-style02 --------------------------- */

.tbl-responsive .tbl-style02 {
  width: 100%;
}

.tbl-txt-warning {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  display: none;
}

/* tbl-style02 --------------------------- */

.tbl-style02 thead th {
  font-weight: bold;
  text-align: center;
  background-color: #e4ebf7;
  padding: 15px 10px !important;
}

.tbl-style02 tbody td:first-child {
  font-weight: bold;
  text-align: left;
}

.tbl-style02 tbody td {
  border-bottom: 1px solid #c3d5f3;
  line-height: 1.2;
}

.tbl-style02 thead th,
.tbl-style02 tbody td {
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #c3d5f3;
  text-align: center;
  vertical-align: middle;
}

.tbl-style02 thead th:first-child,
.tbl-style02 tbody td:first-child {
  width: 35%;
}

@media screen and (max-width:640px) {
  .tbl-responsive .tbl-style02 {
    width: 550px;
  }

  .tbl-txt-warning {
    display: block;
  }
}

/* --------------------------------------------------
section-blc
-------------------------------------------------- */
.comm-blc > .inner-comm-blc {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* Common Block --------------- */
.container-narrow {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

/* Common Block --------------- */

.comm-blc {
  max-width: 1200px;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}

.margin-comm {
  margin-top: 80px;
  margin-bottom: 80px;
}

.padding-comm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.min-margin-comm {
  margin-top: 50px;
  margin-bottom: 50px;
}

.min-padding-comm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-comm {
  padding-top: 7%;
  padding-bottom: 7%;
}

.min-box-comm {
  padding-top: 4%;
  padding-bottom: 4%;
}

.tiny-box-comm {
  padding-top: 2%;
  padding-bottom: 2%;
}

/* Common Block --------------- */

.padding-inner {
  padding: 4rem 4rem;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
  .padding-inner {
    padding: 8% 4%
  }

  .min-margin-comm {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .min-padding-comm {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }


  .margin-comm {
    margin-top: 13vw;
    margin-bottom: 13vw;
  }

  .padding-comm {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

}

/* --------------------------------------------------
Title
-------------------------------------------------- */
.ttl-area-01 {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.ttl-area-01>.ttl {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
}

.ttl-area-01>.txt {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ttl-area-02 {
  background-color: #e4ebf7;
  text-align: center;
  padding: 1rem 0rem;
  box-sizing: border-box;
}

.ttl-area-02 .ttl {
  max-width: 1200px;
  margin: auto;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.5;
}

.ttl-area-02 .ttl>span {
  font-size: 70%;
  display: block;
}

/* --------------------------------------------------
btn-style
-------------------------------------------------- */

@media screen and (min-width:1001px) {
  .btn-style02 .btn:hover {
    opacity: 0.5;
  }

  .btn-style02 .btn:hover::after {
    right: 20px;
  }
}

.btn-style02 .btn {
  text-decoration: none;
  padding: 15px 70px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #c3d5f3;
  line-height: 1.5;
  background-color: #e4ebf7;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
}

.btn-style02 .btn::after {
  content: "";
  background-image: url(../img/common/arrow_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 21px;
  width: 13px;
  height: 12px;
  transition: all ease-in 0.3s;
}

/* -------------------------------------------

intro-blc

---------------------------------------------- */

.count-li {
  margin-top: 2rem;
  counter-reset: num;
}

.count-li li {
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.count-li li::before {
  background-color: #e4ebf7;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -5px;
  border-radius: 999px;
  counter-increment: num;
  content: " " counter(num) " ";
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-li li h4 {
  font-weight: 500;
  font-size: 120%;
  line-height: 1.5;
}

.count-li li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.count-li li p {
  line-height: 1.5;
}

/* -------------------------------------------

.txt-img-blc

---------------------------------------------- */

.txt-img-blc.d-flex .left-blc {
  width: 50%;
}

.txt-img-blc.d-flex .right-blc {
  width: 50%;
  padding-left: 3rem;
  box-sizing: border-box;
}

.txt-img-blc.d-flex .left-blc>.ttl {
  font-size: 130%;
  line-height: 1.5;
  font-weight: 600;
}

.txt-img-blc.d-flex .left-blc>.txt {
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .txt-img-blc.d-flex {
    flex-wrap: wrap;
  }

  .txt-img-blc.d-flex .left-blc {
    width: 100%;
  }

  .txt-img-blc.d-flex .right-blc {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}

/* -------------------------------------------

.dl-style-blc

---------------------------------------------- */

.dl-style-blc>dl {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
}

.dl-style-blc>dl:last-child {
  margin-bottom: 0;
}

.dl-style-blc>dl dt {
  background-color: #e4ebf7;
  display: inline-block;
  max-width: 100px;
  width: 100%;
  text-align: center;
}

.dl-style-blc>dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
}

@media screen and (max-width:480px) {

  .dl-style-blc>dl {
    flex-wrap: wrap;
  }

  .dl-style-blc>dl dt {
    max-width: 100%;
    width: 100%;
  }

  .dl-style-blc>dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
    text-align: center;
  }

}

/* -------------------------------------------

intro-blc

---------------------------------------------- */

#intro-blc .d-flex .left-blc {
  width: 50%;
}

#intro-blc .d-flex .right-blc {
  padding-left: 3rem;
  box-sizing: border-box;
  width: 50%;
}

#intro-blc .d-flex .left-blc .ttl {
  font-size: 150%;
  font-weight: bold;
  display: block;
}

#intro-blc .d-flex .left-blc .ttl+.txt {
  margin-top: 10px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width:767px) {
  #intro-blc .d-flex {
    flex-wrap: wrap;
  }

  #intro-blc .d-flex .left-blc {
    width: 100%;
  }

  #intro-blc .d-flex .right-blc {
    padding-left: 0;
    margin-top: 1rem;
    width: 100%;
  }

}

/* --------------------------------------------------
inner-blc-ul
-------------------------------------------------- */

.inner-blc-ul .inner-li {
  margin-top: 50px;
}

.inner-blc-ul .inner-li:first-child {
  margin-top: 0;
}

/* .d-flex .left-blc & .right-blc-------------- */

.inner-blc-ul .inner-li .d-flex .left-blc {
  width: 50%;
  box-sizing: border-box;
}

.inner-blc-ul .inner-li .d-flex .right-blc {
  width: 50%;
}

.inner-blc-ul .inner-li .d-flex .left-blc .ttl {
  font-size: 120%;
  font-weight: bold;
}

.inner-blc-ul .inner-li .d-flex .left-blc .ttl,
.inner-blc-ul .inner-li .d-flex .left-blc .txt {
  line-height: 1.5;
}

.inner-blc-ul .inner-li .d-flex .left-blc .txt {
  margin-top: 5px;
}

/* btn-style02 -------------- */

.inner-blc-ul .inner-li .btn-style02 {
  display: block;
  margin: 2rem auto auto;
  text-align: center;
}


@media screen and (max-width:767px) {
  .inner-blc-ul .inner-li .d-flex {
    flex-wrap: wrap;
  }

  .inner-blc-ul .inner-li .d-flex .left-blc {
    width: 100%;
  }

  .inner-blc-ul .inner-li .d-flex .right-blc {
    width: 100%;
    margin-top: 1rem;
  }
}

/* ul-list-blc ---------------------- */

.inner-blc-ul .inner-li .ul-list-blc {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inner-blc-ul .inner-li .ul-list-blc li {
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  margin-top: 1rem;
}

.inner-blc-ul .inner-li .ul-list-blc li:nth-child(3n+3) {
  margin-right: 0;
}

.inner-blc-ul .inner-li .ul-list-blc li:nth-child(-n+3) {
  margin-top: 0;
}

.inner-blc-ul .inner-li .ul-list-blc li figcaption {
  text-align: left;
  font-weight: 600;
  display: block;
}

@media screen and (max-width:767px) {

  .inner-blc-ul .inner-li .ul-list-blc li {
    width: calc((100% - 1rem) / 2);
  }

  .inner-blc-ul .inner-li .ul-list-blc li:nth-child(-n+3) {
    margin-top: 1rem;
  }

  .inner-blc-ul .inner-li .ul-list-blc li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  .inner-blc-ul .inner-li .ul-list-blc li:nth-child(-n+2) {
    margin-top: 0;
  }

  .inner-blc-ul .inner-li .ul-list-blc li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width:640px) {
  .inner-blc-ul .inner-li {
    margin-top: 10vw;
  }
}

@media screen and (max-width:480px) {

  .inner-blc-ul .inner-li .ul-list-blc li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 1rem !important;
  }

  .inner-blc-ul .inner-li .ul-list-blc li:first-child {
    margin-top: 0 !important;
  }
}

/* --------------------------------------------------
Table
-------------------------------------------------- */
/* Common Table --------------- */

.tbl-bomm {
  border-top: 1px dotted #fff;
}

.tbl-comm th,
.tbl-comm td {
  padding: 7px 15px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

.tbl-comm th {
  background-color: #fff;
  width: 20%;
}

.tbl-comm th[align="center"],
.tbl-comm td[align="center"] {
  text-align: center;
}

.tbl-comm th[align="right"],
.tbl-comm td[align="right"] {
  text-align: right;
}

.tbl-respon {
  overflow-x: auto;
}

.tbl-respon .tbl-comm {
  min-width: 600px;
}

.note-tbl {
  color: red;
  text-align: center;
  margin: 2% 0;
  display: none;
}

/* Form Table --------------- */

.tbl-form th {
  background-color: #fff;
  width: 25%;
  padding: 2%;
  text-align: left;
}

.tbl-form td {
  padding: 2%;
  text-align: left;
}

.tbl-form th,
.tbl-form td {
  border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tbl-respon {
  overflow-x: auto;
}

.note-tbl-respon {
  font-size: 80%;
  color: red;
  margin: 2% 0;
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px) {

  /* Common Table --------------- */
  .tbl-comm th,
  .tbl-comm td {
    font-size: 90%;
  }

  .tbl-comm th {
    width: 30%;
  }

  .tbl-comm.single-row th,
  .tbl-form.single-row th {
    display: block;
    font-weight: bold;
    padding-bottom: 0;
  }

  .tbl-comm.single-row td,
  .tbl-form.single-row td {
    display: block;
  }

  .note-tbl {
    display: block;
  }

  /* Form Table --------------- */
  .tbl-form th {
    width: auto;
  }

  /* tblRespon --------------- */
  .note-tbl-respon {
    display: none;
  }
}

@media screen and (max-width: 650px) {

  /* tblRespon --------------- */
  .note-tbl-respon {
    display: block;
  }
}

/* --------------------------------------------------
Box
-------------------------------------------------- */

.box-style-01 {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(217, 217, 217, .7);
}

.box-style-01>.img {
  position: relative;
}

.box-style-01>.img>img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.box-style-01>.cont-area {
  display: block;
  padding: 20px 4%;
}

.box-style-01>.cont-area>.cont,
.box-style-01>.cont-area>.btn-blc {
  max-width: 280px;
  width: 100%;
  margin: 0 auto
}

.box-style-01>.cont-area>.cont {
  margin-bottom: 20px;
}

.box-style-01>.cont-area>.cont>.ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 140%;
  font-weight: 800;
  margin-bottom: 10px;
}

.box-style-01>.cont-area>.cont>.txt {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* --------------------------------------------------
List
-------------------------------------------------- */
/* Common List --------------- */
.list-comm li {
  width: 48%;
  float: left;
}

.list-comm li:nth-of-type(2n) {
  float: right;
}

.list-style-01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.list-style-01>li {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .list-style-01>li {
    width: calc((100% / 3) - ((20px * 2) / 3));
    margin-right: 20px;
  }

  .list-style-01>li:nth-child(3n-3) {
    margin-right: 0;
  }

  .list-style-01>li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  .list-style-01>li {
    width: calc((100% / 2) - (20px / 2));
    margin-right: 20px;
  }

  .list-style-01>li:nth-child(2n-2) {
    margin-right: 0;
  }

  .list-style-01>li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .list-style-01>li {
    width: 100%;
    margin-right: 0;
  }

  .list-style-01>li:nth-last-child(1) {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------
Button
-------------------------------------------------- */
.btn-style-01 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-size: 90%;
  font-weight: 800;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 5px 40px;
  box-sizing: border-box;
  transition: 300ms all ease-in-out;
}

.btn-style-01:hover {
  background-color: #f1f7fc;
}

.btn-style-01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 16px;
  font-family: "Font Awesome 5 Free";
  line-height: 16px;
  content: '\f061';
  font-size: 60%;
  color: #1d1d1f;
  font-weight: 900;
  margin: auto;
  z-index: 2;
}

/* --------------------------------------------------
Text
-------------------------------------------------- */

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

.txt-underline {
  text-decoration: underline;
}

.txt-big {
  font-size: 115%;
}

.txt-small {
  font-size: 85%;
}

.txt-weight {
  font-weight: bold;
}

.txt-inline-blc {
  text-align: left;
  display: inline-block;
}

.txt-black {
  color: #000;
}

.txt-red {
  color: #BD2D2B;
}

@media screen and (max-width: 767px) {
  .txt-for-sp {
    text-align: left !important;
  }

  .txt-for-sp br {
    display: none !important;
  }

  span.txt-for-sp {
    display: inline-block;
  }
}

@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

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

  .br-sp {
    display: block;
  }
}

/* --------------------------------------------------
Other Classes
-------------------------------------------------- */
.font-size-big {
  font-size: 150%;
}

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

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

/* Spacing --------------- */

.mt-1 {
  margin-top: 1%;
}

.mt-2 {
  margin-top: 2%;
}

.mt-3 {
  margin-top: 3%;
}

.mt-4 {
  margin-top: 4%;
}

.mt-5 {
  margin-top: 5%;
}

.mt-6 {
  margin-top: 6%;
}

.mt-7 {
  margin-top: 7%;
}

.mb-1 {
  margin-bottom: 1%;
}

.mb-2 {
  margin-bottom: 2%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-4 {
  margin-bottom: 4%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-6 {
  margin-bottom: 6%;
}

.mb-7 {
  margin-bottom: 7%;
}

/* margin & padding --------------- */

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

/* Clear fix --------------- */

.clear-fix:after {
  content: "";
  clear: both;
  display: block;
}

/* Clear --------------- */

.clear {
  clear: both;
}

/* Hide --------------- */

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

/* imgDeco --------------- */

.img-deco {
  border: 1px solid #cdcdcd;
  padding: 1px;
  box-sizing: border-box;
}

/* imgCircle --------------- */

.img-circle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

/* imgRightBlc --------------- */

.img-right-blc {
  margin: 0 0 20px 20px;
  float: right;
}

/* imgZoomEffect --------------- */

.img-zoom {
  overflow: hidden;
}

.img-zoom img,
.img-zoom .img {
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  transition: all 200ms ease-in-out 0s;
}

.img-zoom img:hover,
.img-zoom .img:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* PDF icon --------------- */

.icn-pdf {
  vertical-align: bottom;
  margin: 0px 3%;
}

@media screen and (max-width: 1000px) {

  /* Hide --------------- */
  .post.hidden {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  /* imgRightBlc --------------- */
  .img-right-blc {
    margin: 0 auto 20px;
    float: none;
  }

  /* Popup --------------- */
  .popup {
    display: block;
    position: relative;
  }
}