.wpcf7 dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}
.wpcf7 dl dt {
  clear: both;
  float: left;
}
.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  padding: 10px;
}
.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}
.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.wpcf7 dl dd p {
  margin-bottom: 0;
}
.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: var(--font-yugo);
}
.wpcf7 dl .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.wpcf7 dl .ex,
.wpcf7 dl .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 dl .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 .btn-style {
  text-align: center !important;
  position: relative;
  margin-bottom: 2em !important;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.7em 1em;
  border-radius: 5px;
  background: var(--main_color);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.wpcf7 .btn-style input:hover {
  opacity: .8;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.wpcf7 .btn-style .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media (max-width: 767px) {
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    width: 100%;
  }
  .wpcf7 .block-inner {
    margin-bottom: 1em;
  }
}

.page-title h2 {
  color: #fff;
  min-width: 150px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 1.7em 1.5em;
  font-weight: bold;
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 0.5em;
  }
}

h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
}

.entry-block h3, h3 {
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  padding-top: clamp(50px, 6vw, 60px);
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:after, h3:after {
  content: "";
  width: clamp(40px, 5vw, 50px);
  height: clamp(44px, 5.4vw, 54px);
  background: url("../img/common/icon_h3.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

h4 {
  font-size: clamp(22px, 2.8vw, 28px);
  border-bottom: solid 2px var(--main_color);
  padding: 0 0 10px 34px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
h4:before {
  content: "";
  width: 29px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  background: url("../img/common/icon_h4.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  h4 {
    padding-bottom: 5px;
  }
  h4:before {
    top: 5px;
  }
}

h5 {
  font-size: clamp(20px, 2.4vw, 24px);
  border-bottom: solid 2px var(--main_color);
  display: table;
  padding: 0 0 5px 14px;
  margin: 0 0 clamp(15px, 1.6vw, 20px);
  position: relative;
}
h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #152c6d), color-stop(50%, #8c98bb));
  background: linear-gradient(to bottom, #152c6d 50%, #8c98bb 50%);
}
@media (max-width: 767px) {
  h5 {
    padding-bottom: 3px;
  }
  h5:before {
    height: 15px;
    width: 3px;
  }
}

h6 {
  font-size: clamp(18px, 2vw, 20px);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
  background-image: url("../img/common/h6_bg.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto;
}

div + h3, ul + h3, table + h3, p + h3 {
  margin-top: clamp(40px, 6.4vw, 80px);
}

div + h4, ul + h4, table + h4, p + h4 {
  margin-top: clamp(20px, 4vw, 40px);
}

div + h5,
ul + h5,
table + h5,
p + h5,
div + h6,
ul + h6,
table + h6,
p + h6 {
  margin-top: clamp(15px, 1.6vw, 20px);
}

.entry-block {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .date-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}
.entry-block .date-cat .post-category a {
  text-decoration: none;
  display: table;
  padding: .2rem .5rem .1rem;
  line-height: 1.4;
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-block .date-cat .post-category a.cat-vaccin_news {
  background: #2182b0;
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-vaccin_news:hover {
    background: var(--sub_color);
  }
}
.entry-block .date-cat .post-category a.cat-fukuoka {
  background: var(--main_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-fukuoka:hover {
    background: #fd5400;
  }
}
.entry-block .date-cat .post-category a.cat-chikushi {
  background: var(--sub_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-chikushi:hover {
    background: #2182b0;
  }
}
.entry-block .date-cat .post-category a.cat-itoshima {
  background: var(--third_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-itoshima:hover {
    background: #41e158;
  }
}
.entry-block .date-cat .post-category a.cat-kasuya {
  background: var(--four_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-kasuya:hover {
    background: #ff438e;
  }
}
.entry-block .dateBlock {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.pager {
  font-size: 88%;
  margin-bottom: 3em;
}

.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}

.pager span.current {
  color: #fff;
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--sub_color);
  padding: clamp(20px, 3vw, 30px) clamp(20px, 4vw, 40px);
  border-radius: 0;
  width: 100%;
}
.anchor_list li a {
  text-decoration: none;
  font-size: 17px;
  position: relative;
  padding-left: 34px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}
.anchor_list li a:before, .anchor_list li a:after {
  content: "";
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.anchor_list li a:before {
  width: 26px;
  height: 26px;
  background: var(--sub_color);
  border-radius: 50%;
  left: 0;
  top: -1px;
}
.anchor_list li a:after {
  width: 6px;
  height: 6px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 9px;
  top: 9px;
}
.anchor_list li a:hover {
  color: var(--main_color);
}
.anchor_list li a:hover:before {
  background: var(--main_color);
}
@media (max-width: 767px) {
  .anchor_list {
    row-gap: 10px;
  }
  .anchor_list li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .anchor_list {
    gap: 15px 2%;
  }
  .anchor_list.col2 li {
    width: 100%;
  }
  .anchor_list.col3 li {
    width: 49%;
  }
  .anchor_list.col4 li {
    width: calc(96% / 3);
  }
}
@media (min-width: 1240px) {
  .anchor_list.col2 li {
    width: 49%;
  }
  .anchor_list.col3 li {
    width: calc(96% / 3);
  }
  .anchor_list.col4 li {
    width: calc(94% / 4);
  }
}

.float-list {
  margin-bottom: clamp(40px, 6.4vw, 80px);
}

@media (min-width: 768px) {
  .float-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .float-list li {
    margin: 0;
  }

  .float-list2 li {
    width: 49%;
  }

  .float-list3 li {
    width: calc(96% / 3);
  }
}
.ul01:not(:last-child) {
  margin-bottom: 1em;
}
.ul01 li {
  padding-left: 15px;
  position: relative;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--sub_color);
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}
.ul02 li {
  padding-left: 15px;
  position: relative;
}
.ul02 li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px var(--sub_color);
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.ul_trial:not(:last-child) {
  margin-bottom: 1em;
}
.ul_trial li {
  padding-left: 15px;
  position: relative;
}
.ul_trial li:before {
  content: "";
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0.3em;
  left: 0;
  background: var(--main_color);
}

.ul_check:not(:last-child) {
  margin-bottom: 1em;
}
.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.ul_check li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: var(--main_color);
  top: 2px;
  left: 5px;
}
.ul_check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow li a {
  background: #fff;
  color: var(--sub_color);
  border: solid 1px var(--sub_color);
  text-decoration: none;
  display: block;
  padding: 1rem clamp(20px, 2.56vw, 32px);
  font-size: clamp(16px, 1.8vw, 18px);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  font-weight: bold;
}
.ul_arrow li a:before, .ul_arrow li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ul_arrow li a:after {
  width: 8px;
  height: 9px;
  background-color: var(--sub_color);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  right: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:before {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sub_color);
  right: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
  opacity: 0;
}
.ul_arrow li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

ol.ol01 {
  margin-bottom: 1.2em;
}
ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
ol.ollist {
  margin-bottom: 1.2em;
}
ol.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}
ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}
ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
ol.ol_decimal > li:before {
  top: -3px;
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.6em;
  height: 1.6em;
  background: var(--main_color);
  border-radius: 50px;
  line-height: 1.6;
  text-align: center;
  font-size: 90%;
}

.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.time-table th,
.time-table td {
  padding: .8rem .2rem;
  text-align: center;
}
@media (min-width: 1240px) {
  .time-table th,
  .time-table td {
    padding: 1.2rem .2rem;
    font-size: 18px;
  }
}
.time-table thead th,
.time-table thead td {
  background: var(--third_color);
  color: #fff;
}
.time-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .time-table th, .time-table td {
    font-size: 90%;
  }
  .time-table thead th {
    padding: .5rem .2rem .3rem;
  }
  .time-table thead th:first-child {
    width: 30%;
  }
}

.table01 {
  width: 100%;
}
.table01:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.table01 th,
.table01 td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
}
.table01 tr:last-child th {
  border-bottom: solid 1px var(--main_color);
}
.table01 tr:last-child td {
  border-bottom: solid 1px #cfcfcf;
}
.table01 th {
  border-top: solid 1px var(--main_color);
  text-align: left;
  font-weight: 700;
  color: var(--main_color);
}
.table01 th:first-child {
  width: 35%;
}
.table01 td {
  border-top: solid 1px #cfcfcf;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 30%;
  }
}

.border-table {
  width: 100%;
}
.border-table:not(:last-child) {
  margin-bottom: 1em;
}
.border-table th,
.border-table td {
  font-size: clamp(14px, 1.44vw, 18px);
  padding: clamp(5px, 1.2vw, 15px) 5px;
  vertical-align: middle;
}
.border-table th.w1,
.border-table td.w1 {
  width: 1%;
}
@media (max-width: 767px) {
  .border-table th.sp-w1,
  .border-table td.sp-w1 {
    width: 1%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w1,
  .border-table td.pc-w1 {
    width: 1%;
  }
}
.border-table th.w2,
.border-table td.w2 {
  width: 2%;
}
@media (max-width: 767px) {
  .border-table th.sp-w2,
  .border-table td.sp-w2 {
    width: 2%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w2,
  .border-table td.pc-w2 {
    width: 2%;
  }
}
.border-table th.w3,
.border-table td.w3 {
  width: 3%;
}
@media (max-width: 767px) {
  .border-table th.sp-w3,
  .border-table td.sp-w3 {
    width: 3%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w3,
  .border-table td.pc-w3 {
    width: 3%;
  }
}
.border-table th.w4,
.border-table td.w4 {
  width: 4%;
}
@media (max-width: 767px) {
  .border-table th.sp-w4,
  .border-table td.sp-w4 {
    width: 4%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w4,
  .border-table td.pc-w4 {
    width: 4%;
  }
}
.border-table th.w5,
.border-table td.w5 {
  width: 5%;
}
@media (max-width: 767px) {
  .border-table th.sp-w5,
  .border-table td.sp-w5 {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w5,
  .border-table td.pc-w5 {
    width: 5%;
  }
}
.border-table th.w6,
.border-table td.w6 {
  width: 6%;
}
@media (max-width: 767px) {
  .border-table th.sp-w6,
  .border-table td.sp-w6 {
    width: 6%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w6,
  .border-table td.pc-w6 {
    width: 6%;
  }
}
.border-table th.w7,
.border-table td.w7 {
  width: 7%;
}
@media (max-width: 767px) {
  .border-table th.sp-w7,
  .border-table td.sp-w7 {
    width: 7%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w7,
  .border-table td.pc-w7 {
    width: 7%;
  }
}
.border-table th.w8,
.border-table td.w8 {
  width: 8%;
}
@media (max-width: 767px) {
  .border-table th.sp-w8,
  .border-table td.sp-w8 {
    width: 8%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w8,
  .border-table td.pc-w8 {
    width: 8%;
  }
}
.border-table th.w9,
.border-table td.w9 {
  width: 9%;
}
@media (max-width: 767px) {
  .border-table th.sp-w9,
  .border-table td.sp-w9 {
    width: 9%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w9,
  .border-table td.pc-w9 {
    width: 9%;
  }
}
.border-table th.w10,
.border-table td.w10 {
  width: 10%;
}
@media (max-width: 767px) {
  .border-table th.sp-w10,
  .border-table td.sp-w10 {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w10,
  .border-table td.pc-w10 {
    width: 10%;
  }
}
.border-table th.w11,
.border-table td.w11 {
  width: 11%;
}
@media (max-width: 767px) {
  .border-table th.sp-w11,
  .border-table td.sp-w11 {
    width: 11%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w11,
  .border-table td.pc-w11 {
    width: 11%;
  }
}
.border-table th.w12,
.border-table td.w12 {
  width: 12%;
}
@media (max-width: 767px) {
  .border-table th.sp-w12,
  .border-table td.sp-w12 {
    width: 12%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w12,
  .border-table td.pc-w12 {
    width: 12%;
  }
}
.border-table th.w13,
.border-table td.w13 {
  width: 13%;
}
@media (max-width: 767px) {
  .border-table th.sp-w13,
  .border-table td.sp-w13 {
    width: 13%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w13,
  .border-table td.pc-w13 {
    width: 13%;
  }
}
.border-table th.w14,
.border-table td.w14 {
  width: 14%;
}
@media (max-width: 767px) {
  .border-table th.sp-w14,
  .border-table td.sp-w14 {
    width: 14%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w14,
  .border-table td.pc-w14 {
    width: 14%;
  }
}
.border-table th.w15,
.border-table td.w15 {
  width: 15%;
}
@media (max-width: 767px) {
  .border-table th.sp-w15,
  .border-table td.sp-w15 {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w15,
  .border-table td.pc-w15 {
    width: 15%;
  }
}
.border-table th.w16,
.border-table td.w16 {
  width: 16%;
}
@media (max-width: 767px) {
  .border-table th.sp-w16,
  .border-table td.sp-w16 {
    width: 16%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w16,
  .border-table td.pc-w16 {
    width: 16%;
  }
}
.border-table th.w17,
.border-table td.w17 {
  width: 17%;
}
@media (max-width: 767px) {
  .border-table th.sp-w17,
  .border-table td.sp-w17 {
    width: 17%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w17,
  .border-table td.pc-w17 {
    width: 17%;
  }
}
.border-table th.w18,
.border-table td.w18 {
  width: 18%;
}
@media (max-width: 767px) {
  .border-table th.sp-w18,
  .border-table td.sp-w18 {
    width: 18%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w18,
  .border-table td.pc-w18 {
    width: 18%;
  }
}
.border-table th.w19,
.border-table td.w19 {
  width: 19%;
}
@media (max-width: 767px) {
  .border-table th.sp-w19,
  .border-table td.sp-w19 {
    width: 19%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w19,
  .border-table td.pc-w19 {
    width: 19%;
  }
}
.border-table th.w20,
.border-table td.w20 {
  width: 20%;
}
@media (max-width: 767px) {
  .border-table th.sp-w20,
  .border-table td.sp-w20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w20,
  .border-table td.pc-w20 {
    width: 20%;
  }
}
.border-table th.w21,
.border-table td.w21 {
  width: 21%;
}
@media (max-width: 767px) {
  .border-table th.sp-w21,
  .border-table td.sp-w21 {
    width: 21%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w21,
  .border-table td.pc-w21 {
    width: 21%;
  }
}
.border-table th.w22,
.border-table td.w22 {
  width: 22%;
}
@media (max-width: 767px) {
  .border-table th.sp-w22,
  .border-table td.sp-w22 {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w22,
  .border-table td.pc-w22 {
    width: 22%;
  }
}
.border-table th.w23,
.border-table td.w23 {
  width: 23%;
}
@media (max-width: 767px) {
  .border-table th.sp-w23,
  .border-table td.sp-w23 {
    width: 23%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w23,
  .border-table td.pc-w23 {
    width: 23%;
  }
}
.border-table th.w24,
.border-table td.w24 {
  width: 24%;
}
@media (max-width: 767px) {
  .border-table th.sp-w24,
  .border-table td.sp-w24 {
    width: 24%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w24,
  .border-table td.pc-w24 {
    width: 24%;
  }
}
.border-table th.w25,
.border-table td.w25 {
  width: 25%;
}
@media (max-width: 767px) {
  .border-table th.sp-w25,
  .border-table td.sp-w25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w25,
  .border-table td.pc-w25 {
    width: 25%;
  }
}
.border-table th.w26,
.border-table td.w26 {
  width: 26%;
}
@media (max-width: 767px) {
  .border-table th.sp-w26,
  .border-table td.sp-w26 {
    width: 26%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w26,
  .border-table td.pc-w26 {
    width: 26%;
  }
}
.border-table th.w27,
.border-table td.w27 {
  width: 27%;
}
@media (max-width: 767px) {
  .border-table th.sp-w27,
  .border-table td.sp-w27 {
    width: 27%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w27,
  .border-table td.pc-w27 {
    width: 27%;
  }
}
.border-table th.w28,
.border-table td.w28 {
  width: 28%;
}
@media (max-width: 767px) {
  .border-table th.sp-w28,
  .border-table td.sp-w28 {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w28,
  .border-table td.pc-w28 {
    width: 28%;
  }
}
.border-table th.w29,
.border-table td.w29 {
  width: 29%;
}
@media (max-width: 767px) {
  .border-table th.sp-w29,
  .border-table td.sp-w29 {
    width: 29%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w29,
  .border-table td.pc-w29 {
    width: 29%;
  }
}
.border-table th.w30,
.border-table td.w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .border-table th.sp-w30,
  .border-table td.sp-w30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w30,
  .border-table td.pc-w30 {
    width: 30%;
  }
}
.border-table th.w31,
.border-table td.w31 {
  width: 31%;
}
@media (max-width: 767px) {
  .border-table th.sp-w31,
  .border-table td.sp-w31 {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w31,
  .border-table td.pc-w31 {
    width: 31%;
  }
}
.border-table th.w32,
.border-table td.w32 {
  width: 32%;
}
@media (max-width: 767px) {
  .border-table th.sp-w32,
  .border-table td.sp-w32 {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w32,
  .border-table td.pc-w32 {
    width: 32%;
  }
}
.border-table th.w33,
.border-table td.w33 {
  width: 33%;
}
@media (max-width: 767px) {
  .border-table th.sp-w33,
  .border-table td.sp-w33 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w33,
  .border-table td.pc-w33 {
    width: 33%;
  }
}
.border-table th.w34,
.border-table td.w34 {
  width: 34%;
}
@media (max-width: 767px) {
  .border-table th.sp-w34,
  .border-table td.sp-w34 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w34,
  .border-table td.pc-w34 {
    width: 34%;
  }
}
.border-table th.w35,
.border-table td.w35 {
  width: 35%;
}
@media (max-width: 767px) {
  .border-table th.sp-w35,
  .border-table td.sp-w35 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w35,
  .border-table td.pc-w35 {
    width: 35%;
  }
}
.border-table th.w36,
.border-table td.w36 {
  width: 36%;
}
@media (max-width: 767px) {
  .border-table th.sp-w36,
  .border-table td.sp-w36 {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w36,
  .border-table td.pc-w36 {
    width: 36%;
  }
}
.border-table th.w37,
.border-table td.w37 {
  width: 37%;
}
@media (max-width: 767px) {
  .border-table th.sp-w37,
  .border-table td.sp-w37 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w37,
  .border-table td.pc-w37 {
    width: 37%;
  }
}
.border-table th.w38,
.border-table td.w38 {
  width: 38%;
}
@media (max-width: 767px) {
  .border-table th.sp-w38,
  .border-table td.sp-w38 {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w38,
  .border-table td.pc-w38 {
    width: 38%;
  }
}
.border-table th.w39,
.border-table td.w39 {
  width: 39%;
}
@media (max-width: 767px) {
  .border-table th.sp-w39,
  .border-table td.sp-w39 {
    width: 39%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w39,
  .border-table td.pc-w39 {
    width: 39%;
  }
}
.border-table th.w40,
.border-table td.w40 {
  width: 40%;
}
@media (max-width: 767px) {
  .border-table th.sp-w40,
  .border-table td.sp-w40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w40,
  .border-table td.pc-w40 {
    width: 40%;
  }
}
.border-table th.w41,
.border-table td.w41 {
  width: 41%;
}
@media (max-width: 767px) {
  .border-table th.sp-w41,
  .border-table td.sp-w41 {
    width: 41%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w41,
  .border-table td.pc-w41 {
    width: 41%;
  }
}
.border-table th.w42,
.border-table td.w42 {
  width: 42%;
}
@media (max-width: 767px) {
  .border-table th.sp-w42,
  .border-table td.sp-w42 {
    width: 42%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w42,
  .border-table td.pc-w42 {
    width: 42%;
  }
}
.border-table th.w43,
.border-table td.w43 {
  width: 43%;
}
@media (max-width: 767px) {
  .border-table th.sp-w43,
  .border-table td.sp-w43 {
    width: 43%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w43,
  .border-table td.pc-w43 {
    width: 43%;
  }
}
.border-table th.w44,
.border-table td.w44 {
  width: 44%;
}
@media (max-width: 767px) {
  .border-table th.sp-w44,
  .border-table td.sp-w44 {
    width: 44%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w44,
  .border-table td.pc-w44 {
    width: 44%;
  }
}
.border-table th.w45,
.border-table td.w45 {
  width: 45%;
}
@media (max-width: 767px) {
  .border-table th.sp-w45,
  .border-table td.sp-w45 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w45,
  .border-table td.pc-w45 {
    width: 45%;
  }
}
.border-table th.w46,
.border-table td.w46 {
  width: 46%;
}
@media (max-width: 767px) {
  .border-table th.sp-w46,
  .border-table td.sp-w46 {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w46,
  .border-table td.pc-w46 {
    width: 46%;
  }
}
.border-table th.w47,
.border-table td.w47 {
  width: 47%;
}
@media (max-width: 767px) {
  .border-table th.sp-w47,
  .border-table td.sp-w47 {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w47,
  .border-table td.pc-w47 {
    width: 47%;
  }
}
.border-table th.w48,
.border-table td.w48 {
  width: 48%;
}
@media (max-width: 767px) {
  .border-table th.sp-w48,
  .border-table td.sp-w48 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w48,
  .border-table td.pc-w48 {
    width: 48%;
  }
}
.border-table th.w49,
.border-table td.w49 {
  width: 49%;
}
@media (max-width: 767px) {
  .border-table th.sp-w49,
  .border-table td.sp-w49 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w49,
  .border-table td.pc-w49 {
    width: 49%;
  }
}
.border-table th.w50,
.border-table td.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .border-table th.sp-w50,
  .border-table td.sp-w50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w50,
  .border-table td.pc-w50 {
    width: 50%;
  }
}
.border-table th.w51,
.border-table td.w51 {
  width: 51%;
}
@media (max-width: 767px) {
  .border-table th.sp-w51,
  .border-table td.sp-w51 {
    width: 51%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w51,
  .border-table td.pc-w51 {
    width: 51%;
  }
}
.border-table th.w52,
.border-table td.w52 {
  width: 52%;
}
@media (max-width: 767px) {
  .border-table th.sp-w52,
  .border-table td.sp-w52 {
    width: 52%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w52,
  .border-table td.pc-w52 {
    width: 52%;
  }
}
.border-table th.w53,
.border-table td.w53 {
  width: 53%;
}
@media (max-width: 767px) {
  .border-table th.sp-w53,
  .border-table td.sp-w53 {
    width: 53%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w53,
  .border-table td.pc-w53 {
    width: 53%;
  }
}
.border-table th.w54,
.border-table td.w54 {
  width: 54%;
}
@media (max-width: 767px) {
  .border-table th.sp-w54,
  .border-table td.sp-w54 {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w54,
  .border-table td.pc-w54 {
    width: 54%;
  }
}
.border-table th.w55,
.border-table td.w55 {
  width: 55%;
}
@media (max-width: 767px) {
  .border-table th.sp-w55,
  .border-table td.sp-w55 {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w55,
  .border-table td.pc-w55 {
    width: 55%;
  }
}
.border-table th.w56,
.border-table td.w56 {
  width: 56%;
}
@media (max-width: 767px) {
  .border-table th.sp-w56,
  .border-table td.sp-w56 {
    width: 56%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w56,
  .border-table td.pc-w56 {
    width: 56%;
  }
}
.border-table th.w57,
.border-table td.w57 {
  width: 57%;
}
@media (max-width: 767px) {
  .border-table th.sp-w57,
  .border-table td.sp-w57 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w57,
  .border-table td.pc-w57 {
    width: 57%;
  }
}
.border-table th.w58,
.border-table td.w58 {
  width: 58%;
}
@media (max-width: 767px) {
  .border-table th.sp-w58,
  .border-table td.sp-w58 {
    width: 58%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w58,
  .border-table td.pc-w58 {
    width: 58%;
  }
}
.border-table th.w59,
.border-table td.w59 {
  width: 59%;
}
@media (max-width: 767px) {
  .border-table th.sp-w59,
  .border-table td.sp-w59 {
    width: 59%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w59,
  .border-table td.pc-w59 {
    width: 59%;
  }
}
.border-table th.w60,
.border-table td.w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .border-table th.sp-w60,
  .border-table td.sp-w60 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w60,
  .border-table td.pc-w60 {
    width: 60%;
  }
}
.border-table th.w61,
.border-table td.w61 {
  width: 61%;
}
@media (max-width: 767px) {
  .border-table th.sp-w61,
  .border-table td.sp-w61 {
    width: 61%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w61,
  .border-table td.pc-w61 {
    width: 61%;
  }
}
.border-table th.w62,
.border-table td.w62 {
  width: 62%;
}
@media (max-width: 767px) {
  .border-table th.sp-w62,
  .border-table td.sp-w62 {
    width: 62%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w62,
  .border-table td.pc-w62 {
    width: 62%;
  }
}
.border-table th.w63,
.border-table td.w63 {
  width: 63%;
}
@media (max-width: 767px) {
  .border-table th.sp-w63,
  .border-table td.sp-w63 {
    width: 63%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w63,
  .border-table td.pc-w63 {
    width: 63%;
  }
}
.border-table th.w64,
.border-table td.w64 {
  width: 64%;
}
@media (max-width: 767px) {
  .border-table th.sp-w64,
  .border-table td.sp-w64 {
    width: 64%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w64,
  .border-table td.pc-w64 {
    width: 64%;
  }
}
.border-table th.w65,
.border-table td.w65 {
  width: 65%;
}
@media (max-width: 767px) {
  .border-table th.sp-w65,
  .border-table td.sp-w65 {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w65,
  .border-table td.pc-w65 {
    width: 65%;
  }
}
.border-table th.w66,
.border-table td.w66 {
  width: 66%;
}
@media (max-width: 767px) {
  .border-table th.sp-w66,
  .border-table td.sp-w66 {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w66,
  .border-table td.pc-w66 {
    width: 66%;
  }
}
.border-table th.w67,
.border-table td.w67 {
  width: 67%;
}
@media (max-width: 767px) {
  .border-table th.sp-w67,
  .border-table td.sp-w67 {
    width: 67%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w67,
  .border-table td.pc-w67 {
    width: 67%;
  }
}
.border-table th.w68,
.border-table td.w68 {
  width: 68%;
}
@media (max-width: 767px) {
  .border-table th.sp-w68,
  .border-table td.sp-w68 {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w68,
  .border-table td.pc-w68 {
    width: 68%;
  }
}
.border-table th.w69,
.border-table td.w69 {
  width: 69%;
}
@media (max-width: 767px) {
  .border-table th.sp-w69,
  .border-table td.sp-w69 {
    width: 69%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w69,
  .border-table td.pc-w69 {
    width: 69%;
  }
}
.border-table th.w70,
.border-table td.w70 {
  width: 70%;
}
@media (max-width: 767px) {
  .border-table th.sp-w70,
  .border-table td.sp-w70 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w70,
  .border-table td.pc-w70 {
    width: 70%;
  }
}
.border-table thead th,
.border-table thead td {
  background: var(--main_color);
  color: #fff;
  border: solid 1px #dddddd;
  font-weight: bold;
}
.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px;
  border: solid 1px #dddddd;
}
.border-table tbody th {
  text-align: left;
  background: var(--third_color);
  color: white;
}
.border-table tbody td {
  background: #fff;
}
.border-table.table_center thead th, .border-table.table_center thead td, .border-table.table_center tbody th, .border-table.table_center tbody td {
  text-align: center;
}
.border-table.td_center tbody td {
  text-align: center;
}

.fee-table {
  width: 100%;
}
.fee-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th {
  background: var(--main_color);
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #ebf0f6;
}
.fee-table tbody td {
  text-align: right;
}

.table_pdf:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.table_pdf tbody th, .table_pdf tbody td {
  vertical-align: middle;
}
.table_pdf tbody th {
  width: 150px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .table_pdf tbody th, .table_pdf tbody td {
    vertical-align: top;
  }
  .table_pdf tbody th {
    width: 100px;
    padding-right: 15px;
  }
}

.mark {
  color: var(--main_color);
}

.scroll-hint-shadow-wrap:not(:last-child) {
  margin-bottom: clamp(30px, 5.4vw, 70px);
}
@media (min-width: 768px) {
  .scroll-hint-shadow-wrap .js-scrollable {
    overflow: unset !important;
  }
}
.scroll-hint-shadow-wrap table {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .border-table th, .border-table td, .table01 th, .table01 td {
    padding: 5px 3px;
  }

  .js-scrollable table {
    min-width: 768px;
  }
}
#menu-sitemap {
  padding: 0;
}
#menu-sitemap li {
  border-bottom: 1px solid var(--main_color);
  vertical-align: top;
}
#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-sitemap li a {
  text-decoration: none;
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 0.8em 0.2em 0.7em 30px;
  position: relative;
}
#menu-sitemap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 1.4em;
  left: 12px;
  border-top: solid 2px var(--main_color);
  border-right: solid 2px var(--main_color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#menu-sitemap li a:hover {
  background: var(--main_color);
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#menu-sitemap li a:hover:after {
  border-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.googlemap {
  position: relative;
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}
.googlemap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .googlemap {
    padding-bottom: 45.6%;
  }
}

.youtube-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.youtube-wrap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.youtube:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ba-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.ba-block .before,
.ba-block .after {
  border: solid 1px var(--text-color);
  padding: clamp(20px, 3.2vw, 40px);
}
.ba-block .before {
  position: relative;
}
.ba-block .before:after {
  content: "";
  position: absolute;
  background-color: var(--main_color);
  margin: auto;
}
.ba-block .batitle {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .ba-block .before {
    margin-bottom: 40px !important;
  }
  .ba-block .before:after {
    width: 30px;
    height: 15px;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
@media (min-width: 768px) {
  .ba-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ba-block .before:after {
    width: 15px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.flow-block {
  padding: clamp(20px, 3vw, 30px);
  border: solid 5px #edf0ed;
  border-radius: 0;
}
.flow-block:not(:last-child) {
  margin-bottom: clamp(55px, 7vw, 70px);
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: clamp(67px, 8.7vw, 87px);
  height: clamp(24px, 3.4vw, 34px);
  background-color: #b9cbb9;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-block h4,
.flow-block h5,
.flow-block h6 {
  margin-top: 0;
}
.flow-block .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.flow-block .step .num {
  background: var(--sub_color);
  color: white;
  margin: 0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.flow-block .step .step_txt {
  font-size: clamp(20px, 1.92vw, 24px);
  margin-top: 3px;
}

.qa-block {
  padding-top: 1.8em;
  border-bottom: solid 1px #b0b0b0;
}
.qa-block:not(:last-child) {
  margin-bottom: 0;
}
.qa-block:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.qa-block .question,
.qa-block .answer {
  padding: 10px 10px 10px 55px;
  position: relative;
}
.qa-block .question:before,
.qa-block .answer:before {
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-weight: bold;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
.qa-block .title:before, .qa-block .title:after {
  content: "";
  width: 15px;
  height: 3px;
  background: var(--sub_color);
  position: absolute;
  top: 0.5em;
  right: 10px;
  margin: auto;
}
.qa-block .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .open .title:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .question:before {
  content: "Q";
  top: 6px;
  background: var(--sub_color);
}
.qa-block .question:after {
  background: var(--sub_color);
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: var(--main_color);
}
.qa-block .answer:before {
  content: "A";
  top: 4px;
  left: 0;
  background: var(--main_color);
}

.block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.block-inner:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.border-block {
  padding: clamp(20px, 3vw, 30px);
  border: clamp(4px, 0.6vw, 6px) solid #edf0ed;
  border-radius: 0;
}
.border-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.border-block h4,
.border-block h5,
.border-block h6 {
  margin-top: 0;
}

.bg-block {
  padding: clamp(20px, 3vw, 30px);
  background: #edf0ed;
  overflow: hidden;
  border-radius: 0;
}
.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}

* + .bg-block,
* + .border-block {
  margin-top: clamp(30px, 4vw, 50px);
}

.border-block,
.bg-block + .border-block,
.bg-block {
  margin-top: 0;
}

h5 + .bg-block,
h5 + .border-block {
  margin-top: 0;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
@media (min-width: 768px) {
  .row {
    gap: 10px 10px;
  }
  .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .row.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .row.col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .row.col5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .row.col2 .col, .row.col3 .col, .row.col4 .col, .row.col5 .col {
    margin: 0;
  }
  .row.col2 .col .bg-block, .row.col2 .col .border-block, .row.col3 .col .bg-block, .row.col3 .col .border-block, .row.col4 .col .bg-block, .row.col4 .col .border-block, .row.col5 .col .bg-block, .row.col5 .col .border-block {
    height: 100%;
  }
  .row.col2 .bg-block, .row.col2 .border-block, .row.col3 .bg-block, .row.col3 .border-block {
    padding: 25px;
  }
  .row.col4 .bg-block, .row.col4 .border-block, .row.col5 .bg-block, .row.col5 .border-block {
    padding: 15px;
  }
  .row__imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row__imgtxt .col__img {
    width: 35%;
  }
  .row__imgtxt .col__text {
    width: 65%;
  }
  .row__imgtxt.small .col__img {
    width: 25%;
  }
  .row__imgtxt.small .col__text {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .row.sp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
  }
  .row.sp_col2 .col {
    margin: 0;
    width: calc((100% - 10px) / 2);
  }
  .row.sp_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
  }
  .row.sp_col3 .col {
    margin: 0;
    width: calc((100% - 20px) / 3);
  }
}

@media (max-width: 767px) {
  .row_same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
  }
  .row_same .box {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row_same {
    display: grid;
    gap: 2%;
  }
  .row_same .box {
    display: grid;
    grid-template-rows: subgrid;
  }
  .row_same.col2 {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
  .row_same.col3 {
    grid-template-columns: repeat(auto-fit, minmax(calc(96% / 3), 1fr));
  }
  .row_same.col4 {
    grid-template-columns: repeat(auto-fit, minmax(calc(94% / 4), 1fr));
  }
  .row_same.span1 .box {
    grid-row: span 1;
  }
  .row_same.span2 .box {
    grid-row: span 2;
  }
  .row_same.span3 .box {
    grid-row: span 3;
  }
  .row_same.span4 .box {
    grid-row: span 4;
  }
  .row_same.span5 .box {
    grid-row: span 5;
  }
  .row_same.span6 .box {
    grid-row: span 6;
  }
  .row_same.span7 .box {
    grid-row: span 7;
  }
  .row_same.span8 .box {
    grid-row: span 8;
  }
  .row_same.span9 .box {
    grid-row: span 9;
  }
  .row_same.span10 .box {
    grid-row: span 10;
  }
}

.btn-style {
  text-align: center;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: .5em 30px;
  background: var(--sub_color);
  border: solid 1px var(--sub_color);
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  line-height: 1.4;
  font-weight: bold;
  width: 300px;
  max-width: 100%;
  border-radius: 5px;
  font-size: clamp(20px, 2.4vw, 24px);
}
.btn-style a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-style a:hover {
  background: var(--main_color);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-color: var(--main_color);
}
.btn-style a:hover:after {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.btn-style.small a {
  font-size: 16px;
  width: 140px;
  padding: .5em 1.5rem .3em;
}
.btn-style.small a:after {
  right: 10px;
}

.more a {
  color: var(--four_color);
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  height: 60px;
  padding: 0 2rem;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
}
.more a:before, .more a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.more a:before {
  background: var(--four_color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 10px;
}
.more a:after {
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 18px;
}
.more a:hover {
  background: var(--four_color);
  color: white;
}
.more a:hover:before {
  background: white;
}
.more a:hover:after {
  border-color: var(--four_color);
}
.more.long a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 40px;
}

.btn-down {
  margin-top: 10px;
}
.btn-down a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: var(--main_color);
  color: white;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: .1rem;
}
.btn-down a:hover {
  background: var(--sub_color);
}

.post-list dt {
  font-weight: bold;
  color: var(--text-color);
}
.post-list dd a {
  text-decoration: none;
  color: var(--text-color);
}
.post-list dd a:hover {
  color: var(--main_color);
}
@media (min-width: 768px) {
  .post-list dt {
    width: 120px;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
  }
  .post-list dt + dd {
    padding-left: 120px;
  }
  .post-list dd {
    padding: 0 0;
    margin: 0;
  }
  .post-list dd:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .post-list dd {
    padding-bottom: 1em;
    border-bottom: dashed 1px var(--main_color);
    margin-bottom: 1em;
  }
}

.home #contents > .inner {
  width: 100%;
  max-width: 100%;
}

.mainimage {
  position: relative;
}
.mainimage .copy {
  position: absolute;
  margin: auto;
}

.txt-zen {
  font-family: var(--font-zen);
}

.sec_top {
  padding: clamp(50px, 12vw, 120px) 0;
  margin-bottom: 0;
}
.sec_top h2 {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.sec_top h2 .en {
  color: var(--main_color);
  display: block;
}
.sec_top h2.type1 {
  font-size: clamp(26px, 3.6vw, 36px);
  margin-bottom: clamp(25px, 4vw, 50px);
  letter-spacing: 0.16rem;
}
.sec_top h2.type1 .en {
  font-size: clamp(16px, 1.8vw, 18px);
}
.sec_top h3 {
  margin: 0 auto 1em;
  padding: 0;
  font-size: clamp(20px, 3vw, 30px);
}
.sec_top h3:before, .sec_top h3:after {
  content: none;
}
.sec_top .l1 {
  line-height: calc(30 / 16);
}

@media (min-width: 768px) {
  .sec_01 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_01 .row .col__img {
    width: 40%;
  }
  .sec_01 .row .col__text {
    width: 60%;
    padding-right: 2%;
  }
}
@media (min-width: 1240px) {
  .sec_01 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_01 .row .col__img {
    width: 510px;
  }
  .sec_01 .row .col__text {
    width: calc((100% - 510px));
    padding-right: 60px;
  }
  .sec_01 .row .col__text p:not(:last-child) {
    margin-bottom: 40px;
  }
}

.sec_02 {
  background: #edf0ed;
}
.sec_02 .row {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.sec_02 .row .col__head h2 {
  margin-bottom: 0;
}
.sec_02 .box-note {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sec_02 .box-note:after {
  content: "";
  position: absolute;
  background: url("../img/common/icon_logo.png") no-repeat center/contain;
  z-index: -1;
}
.sec_02 .box-note .tit {
  background: var(--main_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_02 .box-note .tit h3 {
  text-align: center;
  color: white;
  margin: 0;
}
.sec_02 .box-note .box-content .top-note {
  border-bottom: 1px solid #b8b8b8;
}
@media (max-width: 767px) {
  .sec_02 .row .col__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--sub_color);
  }
  .sec_02 .row .col__head h2 {
    margin: 0;
  }
  .sec_02 .box-note:after {
    width: 19vw;
    height: 20vw;
    right: 2vw;
    bottom: 2vw;
  }
  .sec_02 .box-note .tit {
    height: auto;
    padding: 3vw 1vw 2vw;
  }
  .sec_02 .box-note .box-content {
    padding: 3vw;
  }
  .sec_02 .box-note .box-content .top-note {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_02 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_02 .row .col__head {
    border-right: 1px solid #b8b8b8;
    width: 21%;
  }
  .sec_02 .row .col__head h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .sec_02 .row .col__content {
    width: 79%;
    padding-left: 2%;
  }
  .sec_02 .box-note:after {
    width: calc(196 / 1239 * 100vw);
    height: calc(209 / 1239 * 100vw);
    right: 20px;
    bottom: 20px;
  }
  .sec_02 .box-note .tit {
    height: 70px;
  }
  .sec_02 .box-note .tit h3 {
    font-size: 24px;
  }
  .sec_02 .box-note .box-content {
    padding: 20px;
  }
  .sec_02 .box-note .box-content .top-note {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1240px) {
  .sec_02 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_02 .row .col__head {
    width: 190px;
  }
  .sec_02 .row .col__content {
    width: calc(100% - 190px);
    padding-left: 40px;
  }
  .sec_02 .box-note:after {
    width: 196px;
    height: 209px;
    right: 60px;
    bottom: 60px;
  }
  .sec_02 .box-note .box-content {
    padding: 60px;
  }
  .sec_02 .box-note .box-content .top-note {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.sec_03 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.sec_03 .row .col {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sec_03 .row .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_03 .row .col p {
  margin: 0;
}
.sec_03 .row .col a {
  text-decoration: none;
  position: absolute;
  text-indent: -9999px;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec_03 .row .col a:after {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow.png") no-repeat center/contain;
}
.sec_03 .row .col h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.2), 0 0 16px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .sec_03 .row .col:hover:before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .sec_03 .row {
    gap: 10px 10px;
  }
  .sec_03 .row .col {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .sec_03 .row .col a:after {
    width: 3.4vw;
    height: 3.4vw;
    right: 1vw;
    bottom: 1vw;
  }
  .sec_03 .row .col h3 {
    font-size: 3.4vw;
  }
}
@media (min-width: 768px) {
  .sec_03 .row {
    gap: 10px 10px;
  }
  .sec_03 .row .col {
    width: calc((100% - 20px) / 3);
  }
  .sec_03 .row .col a:after {
    width: 2vw;
    height: 2vw;
    right: 1vw;
    bottom: 1vw;
  }
  .sec_03 .row .col h3 {
    font-size: 2.2vw;
  }
}
@media (min-width: 1240px) {
  .sec_03 .row {
    gap: 30px;
  }
  .sec_03 .row .col {
    width: calc((100% - 60px) / 3);
  }
  .sec_03 .row .col a:after {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
  .sec_03 .row .col h3 {
    font-size: 30px;
  }
}

.vaccin-news {
  border: 2px solid var(--main_color);
  border-radius: clamp(15px, 2vw, 30px);
  padding: 2em;
  margin-bottom: 1.5em;
}
.vaccin-news .title {
  border-bottom: 1px dashed var(--main_color);
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.vaccin-news .title .tit {
  font-family: var(--font-zen);
  color: var(--main_color);
  font-weight: bold;
  font-size: clamp(20px, 2.2vw, 24px);
  margin: 0;
}
.vaccin-news .title .btn-style {
  margin: 0;
}
.vaccin-news .title .btn-style a {
  width: 200px;
  padding: .4em 30px .6em;
}
.vaccin-news dl dt {
  width: 250px;
  text-align: center;
  border-radius: 100vmax;
  color: white;
}
.vaccin-news dl dt a {
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.vaccin-news dl dt a:hover {
  text-decoration: underline;
}
.vaccin-news dl dd a {
  text-decoration: none;
  color: var(--text-color);
}
.vaccin-news dl dd a:hover {
  text-decoration: underline;
}
.vaccin-news dl .cat__fukuoka {
  background: var(--main_color);
}
@media (hover: hover) and (pointer: fine) {
  .vaccin-news dl .cat__fukuoka + dd a:hover {
    color: var(--main_color);
  }
}
.vaccin-news dl .cat__chikushi {
  background: var(--sub_color);
}
@media (hover: hover) and (pointer: fine) {
  .vaccin-news dl .cat__chikushi + dd a:hover {
    color: var(--sub_color);
  }
}
.vaccin-news dl .cat__itoshima {
  background: var(--third_color);
}
@media (hover: hover) and (pointer: fine) {
  .vaccin-news dl .cat__itoshima + dd a:hover {
    color: var(--third_color);
  }
}
.vaccin-news dl .cat__kasuya {
  background: var(--four_color);
}
@media (hover: hover) and (pointer: fine) {
  .vaccin-news dl .cat__kasuya + dd a:hover {
    color: var(--four_color);
  }
}
@media (max-width: 767px) {
  .vaccin-news {
    padding: 1em;
  }
  .vaccin-news .title .tit {
    margin-bottom: 1em;
    text-align: center;
  }
  .vaccin-news dl dt {
    width: 150px;
    padding: .4em 0 .2em;
    margin-bottom: .5em;
  }
  .vaccin-news dl dt + dd {
    padding-bottom: .5em;
    border-bottom: 1px dashed #ddd;
  }
  .vaccin-news dl dt + dd:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .vaccin-news .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .vaccin-news dl {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 10px 20px;
  }
  .vaccin-news dl dt {
    max-width: 250px;
    float: left;
    clear: both;
    margin: 0;
    padding: .5em 0;
  }
  .vaccin-news dl dd {
    padding: .5em 0;
  }
}

.member-box:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 50px);
}
@media (max-width: 767px) {
  .member-box .box-img {
    margin-bottom: 30px;
  }
  .member-box .box-text .table01 th {
    width: 20%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .member-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .member-box .box-img {
    width: 35%;
  }
  .member-box .box-text {
    width: 63%;
  }
  .member-box .box-text .table01 th {
    width: 15%;
    padding-left: 10px;
  }
}
