@charset "UTF-8";
/* --------------------------------------------------
Block
-------------------------------------------------- */

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

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

.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%;
}

/* --------------------------------------------------
Title
-------------------------------------------------- */
.ttl-style-00 {
  text-align: center;
  font-size: 220%;
  font-weight: 800;
  margin-bottom: 20px;
}

.ttl-style-00.col-00 {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .ttl-style-00 {
    font-size: 180%;
  }
}

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

.ttl-style-01 {
  text-align: center;
  font-size: 180%;
  font-weight: 800;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .ttl-style-01 {
    font-size: 160%;
    margin-bottom: 20px;
  }
}

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

.ttl-style-02 {
  font-size: 220%;
  font-weight: 800;
  padding: 0 2%;
  border-bottom: 2px solid #239823;
  margin-bottom: 40px;
}

.ttl-style-02.style-00 {
  text-align: center;
  color: #239823;
  border-bottom: none;
  margin-bottom: 20px;
}

.ttl-style-02.col-00 {
  border-bottom: 2px solid #00a0e2;
}

.ttl-style-02.col-01 {
  border-bottom: 2px solid #ea5455;
}

@media screen and (max-width: 1000px) {
  .ttl-style-02 {
    font-size: 200%;
  }
}

@media screen and (max-width: 767px) {
  .ttl-style-02 {
    font-size: 180%;
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------
Text
-------------------------------------------------- */
.txt-style-00 {
  font-size: 100%;
  margin-bottom: 40px;
}

.txt-style-00.col-00 {
  color: #fff;
}

.txt-style-01 {
  font-size: 120%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .txt-style-01 {
    font-size: 110%;
  }
}

.txt-style-02 {
  font-size: 100%;
  padding: 0 2%;
}

.txt-style-03 {
  line-height: 1.5;
  font-size: 220%;
  font-weight: 800;
  color: #e85354;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .txt-style-03 {
    font-size: 200%;
  }
}

@media screen and (max-width: 767px) {
  .txt-style-03 {
    font-size: 180%;
    margin-bottom: 20px;
  }
}

.txt-style-04 {
  text-align: center;
  display: block;
  background-color: #f0f4f5;
  padding: 10px 4%;
}

/* --------------------------------------------------
Text
-------------------------------------------------- */
.cont-area-00 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont-area-00 .box {
  width: 50%;
  box-sizing: border-box;
}

.cont-area-00.style-00 .box {
  text-align: center;
  padding: 0 2%;
}

@media screen and (max-width: 767px) {
  .cont-area-00.style-00 .box {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cont-area-00 .box {
    width: 100%;
  }
}

.cont-area-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont-area-01 .img-blc,
.cont-area-01 .cont-blc {
  position: relative;
  box-sizing: border-box;
}

.cont-area-01 .img-blc {
  width: 55%;
}

.cont-area-01 .cont-blc {
  width: 45%;
  padding: 0 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .cont-area-01 .img-blc,
  .cont-area-01 .cont-blc {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cont-area-01 .box {
    width: 100%;
  }
}

.cont-area-02 {
  position: relative;
  text-align: center;
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  padding: 60px 4% 50px;
  margin: 30px auto 0;
  box-sizing: border-box;
}

.cont-area-02 > .logo {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.cont-area-02 > .ttl {
  text-align: center;
  font-size: 180%;
  color: #239324;
  font-weight: 600;
  margin-bottom: 20px;
}

.cont-area-02 > .txt {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .cont-area-02 > .ttl {
    font-size: 160%;
  }
}

@media screen and (max-width: 767px) {
  .cont-area-02 {
    padding: 60px 4% 30px;
  }
  .cont-area-02 > .ttl {
    font-size: 140%;
  }
}

@media screen and (max-width: 480px) {
  .cont-area-02 > .ttl {
    font-size: 120%;
  }
}

.cont-area-03 {
  position: relative;
  display: block;
}

.cont-area-03 > .ttl {
  position: relative;
  max-width: 82%;
  display: inline-block;
  align-items: center;
  font-size: 200%;
  color: #239324;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #239324;
  padding: 0 20px;
  z-index: 1;
}

.cont-area-03.style-00 > .ttl {
  border: 1px solid #2a262c;
}

.cont-area-03 > .ttl > .num {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  line-height: 1.2;
  font-size: 160%;
  font-weight: bold;
  margin-right: 10px;
}

.cont-area-03.style-00 > .ttl > .num {
  color: #e85354;
}

.cont-area-03 > .ttl > .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cont-area-03.style-00 > .ttl > .txt {
  color: #2a262c;
}

.cont-area-03 > .txt {
  width: 90%;
  background-color: #f0f4f5;
  padding: 60px 4% 20px;
  margin: 0 20px;
  transform: translateY(-40px);
  box-sizing: border-box;
}

.cont-area-03.style-00 > .txt {
  background-color: #fcebeb;
}

@media screen and (max-width: 1000px) {
  .cont-area-03 > .ttl {
    font-size: 180%;
    padding: 0 10px;
  }
  .cont-area-03 > .ttl > .num {
    width: 55px;
  }
  .cont-area-03 > .ttl > .txt {
    width: calc(100% - 65px);
  }
  .cont-area-03 > .txt {
    width: calc(100% - 40px);
    padding: 50px 4% 20px;
    transform: translateY(-30px);
  }
}

@media screen and (max-width: 767px) {
  .cont-area-03 > .ttl {
    font-size: 160%;
  }
  .cont-area-03 > .ttl > .num {
    width: 50px;
  }
  .cont-area-03 > .ttl > .txt {
    width: calc(100% - 60px);
  }
  .cont-area-03 > .txt {
    padding: 40px 4% 20px;
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 480px) {
  .cont-area-03 > .ttl {
    font-size: 140%;
  }
  .cont-area-03 > .ttl > .num {
    width: 45px;
  }
  .cont-area-03 > .ttl > .txt {
    width: calc(100% - 55px);
  }
}

.cont-area-04 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 60px 15px 10px;
  box-sizing: border-box;
}

.cont-area-04 > div {
  position: relative;
  width: calc(50% - (15px / 2));
  margin-bottom: 15px;
}

/* --------------------------------------------------
Image-area
-------------------------------------------------- */
.img-area-01 {
  position: relative;
  display: block;
}

.img-area-01 > .img {
  position: relative;
  display: block;
  width: 52%;
}

.img-area-01 > .img:nth-child(1) {
  float: left;
  text-align: right;
}

.img-area-01 > .img:nth-child(2) {
  float: right;
  text-align: left;
  top: -50px;
  right: 0;
}

/* --------------------------------------------------
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;
  }
}

.tbl-style-00 {
  position: relative;
  width: 100%;
}

.tbl-style-00 tbody > tr > th,
.tbl-style-00 tbody > tr > td {
  position: relative;
  padding: 10px 4%;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}

.tbl-style-00 tbody > tr > th {
  width: 25%;
  font-weight: bold;
  padding: 12px 2% 12px 2%;
}

.tbl-style-00 tbody > tr > td {
  padding: 12px 2% 12px 0;
}

.tbl-style-00.style-00 tbody > tr:nth-last-child(1) > th,
.tbl-style-00.style-00 tbody > tr:nth-last-child(1) > td {
  border-bottom: none;
}

.tbl-style-00.style-01 tbody > tr > td {
  padding: 12px 2%;
}

@media screen and (max-width: 480px) {
  .tbl-style-00 tbody > tr > th,
  .tbl-style-00 tbody > tr > td {
    display: block;
    width: 100%;
    padding: 10px 2%;
  }
  .tbl-style-00 tbody > tr > th {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .tbl-style-00 tbody > tr > td {
    padding-top: 0;
  }
}

/* --------------------------------------------------
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: space-between;
  flex-wrap: wrap;
}

.list-style-01 > li {
  position: relative;
  width: calc((100% / 3) - ((5px * 3) / 2));
  margin-bottom: 10px;
}

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

.list-style-01 > .spam {
  height: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list-style-01 > li {
    width: calc((100% / 2) - (10px / 2));
  }
  .list-style-01 > li:nth-last-child(-n+5) {
    margin-bottom: 10px;
  }
  .list-style-01 > li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .list-style-01 > li {
    width: 100%;
  }
  .list-style-01 > li:nth-last-child(-n+3) {
    margin-bottom: 10px;
  }
  .list-style-01 > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.list-style-02 {
  background-color: #fff;
  padding-bottom: 10px;
}

.list-style-02 > dt,
.list-style-02 > dd {
  position: relative;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
}

.list-style-02 > dt {
  border: 1px solid #239823;
}

.list-style-02 > dd:not(:nth-last-child(1))::after {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background-color: #dbdbdb;
}

/* --------------------------------------------------
Button
-------------------------------------------------- */
.btn-style-01 {
  position: relative;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  height: 100%;
  line-height: 1.2;
  font-size: 160%;
  font-weight: 600;
  color: #fff;
  background-color: #239823;
  border: 1px solid #239823;
  padding: 40px 50px;
  transition: 300ms all ease-in-out;
  box-sizing: border-box;
}

.btn-style-01.style-01,
.btn-style-01.style-02 {
  text-align: left;
  justify-content: flex-start;
  color: #000;
  background-color: #f0f4f5;
  border: 1px solid #e2e3e3;
  padding: 25px 50px 25px 25px;
}

.btn-style-01.style-02 {
  background-color: #fff;
}

.btn-style-01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  display: block;
  content: '';
  width: 11px;
  height: 16px;
  background-image: url(../img/common/arrow_icn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 300ms all ease-in-out;
  margin: auto 0;
}

.btn-style-01:hover::before {
  right: 6%;
}

.btn-style-01.style-01::before,
.btn-style-01.style-02::before {
  background-image: url(../img/common/arrow3_icn.png);
}

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

.btn-style-01.style-01:hover,
.btn-style-01.style-02:hover {
  color: #989999;
}

.btn-style-01:hover::before {
  background-image: url(../img/common/arrow2_icn.png);
}

.btn-style-01.style-01:hover::before,
.btn-style-01.style-02:hover::before {
  background-image: url(../img/common/arrow4_icn.png);
}

@media screen and (max-width: 1200px) {
  .btn-style-01 {
    font-size: 150%;
  }
}

@media screen and (max-width: 1000px) {
  .btn-style-01 {
    font-size: 140%;
    padding: 40px 30px;
  }
  .btn-style-01.style-01 {
    padding: 15px 35px 15px 20px;
  }
  .btn-style-01::before {
    right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .btn-style-01 {
    min-height: 90px;
    font-size: 120%;
    padding: 20px 25px;
  }
  .btn-style-01.style-01,
  .btn-style-01.style-02 {
    padding: 10px 30px 10px 15px;
    margin: 0 auto;
  }
  .btn-style-01::before {
    right: 5%;
  }
}

@media screen and (max-width: 640px) {
  .btn-style-01 {
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .btn-style-01::before {
    right: 4%;
  }
}

.btn-style-02 {
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 120%;
  font-weight: 600;
  color: #fff;
  background-color: #239823;
  border: none;
  padding: 8px 25px;
  box-sizing: border-box;
  transition: 300ms all ease-in-out;
}

.btn-style-02.disable {
  pointer-events: none; 
  background-color: #95e195;
  border: 1px solid #95e195;
}

.btn-style-02:not(.style-00)::after {
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  width: 10px;
  height: 100%;
  content: '';
  background-image: url(../img/common/btn_arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-style-02:hover {
  color: #fff;
  background-color: #95e195;
}

@media screen and (max-width: 767px) {
  .btn-style-02 {
    font-size: 110%;
  }
}

/* --------------------------------------------------
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
-------------------------------------------------- */

/* 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%;
}

/* 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;
  }
}

.radio-label {
  margin-right: 10px;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input, textarea {
  box-sizing: border-box;
}

select {
  padding: 5px;
  font-size: 90%;
  box-sizing: border-box;
}

input.narrow-size {
  width: 18%;
}

input.middle-size {
  max-width: 300px;
  width: 50%;
}

input.small-size {
  width: 35%;
}

input.wide-size {
  max-width: 500px;
  width: 80%;
}

.full-size {
  width: 100%;
}

input[type=tel] {
  width: 20%;
}

select[name=add1] {
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  height: 150px;
}

label.label-for {
  margin-right: 10px;
  display: inline-block;
}

input[readonly] {
  background-color: #eee;
}
input,
textarea {
  box-sizing: border-box;
}

@media screen and (max-width:480px) {
  input.middle-size {
    width: 100%;
  }
  input.wide-size {
    width: 100%;
  }
}

.error-txt {
  line-height: 1;
  font-size: 80%;
  color: #ff0000;
  margin-top: 1rem;
  box-sizing: border-box;
}

.error-txt:empty {
  display: none;
}

.error-txt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-size: 18px;
  font-weight: 900;
  margin-right: 7px;
}

@media screen and (max-width: 1000px) {
  .error-txt {
    margin-top: .5rem;
  }
}
