.border_box {
  border: 1px solid #000;
  padding: 1em;
}

.cborder_box {
  border: 2px solid #00b0cc;
  padding: 3.5% 4.5%;
}

.gray-bg {
  max-width: 800px;
  background: #f3f3f3;
  padding: 0.7em;
}

.blue-bg {
  max-width: 800px;
  background: #e5f7fa;
  padding: 0.7em;
}

.white-bg {
  background-color: #fff !important;
}

.table_sbg {
  background-color: #cceff5 !important;
}

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

.txt_r {
  text-align: right;
  font-size: 0.9em;
}

.flex_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex_box {
    flex-wrap: wrap;
  }
}

.plan_li {
  padding-bottom: 0.5em !important;
  padding-right: 0.5em !important;
  align-content: end;
}
@media screen and (max-width: 767px) {
  .plan_li {
    width: 100% !important;
  }
}

.flex_wrap {
  flex-wrap: wrap;
}

.x4img {
  justify-content: space-between;
}
.x4img div:nth-of-type(1) {
  width: 15%;
}
.x4img div:nth-of-type(2) {
  width: 20%;
}
.x4img div:nth-of-type(3) {
  width: 26%;
}
.x4img div:nth-of-type(4) {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .x4img div {
    width: calc(50% - 0.2em) !important;
    margin-bottom: 1em;
    padding: 0.3em;
  }
}
.x4img div img {
  widows: 100%;
}
.x4img div p {
  font-size: 0.9em;
  font-weight: bold;
}

.x2img {
  margin-top: 2em;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .x2img {
    margin-top: 0;
  }
}
.x2img div:nth-of-type(1) {
  width: 41%;
}
.x2img div:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .x2img div {
    width: 100% !important;
    margin-bottom: 1em;
    padding: 0.3em;
  }
}
.x2img div img {
  widows: 100%;
}
.x2img div p {
  font-size: 0.9em;
  font-weight: bold;
}

.w38_4c {
  width: 35.8% !important;
}
@media screen and (max-width: 767px) {
  .w38_4c {
    width: 100%;
  }
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
h4::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #000;
}

h5 {
  background: #e5f7fa;
  padding: 0.7em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}

.empha {
  font-weight: bold;
  font-size: 0.9em;
}

.list {
  list-style-type: none;
  padding: 0;
}
.list li {
  font-size: 0.9em;
  padding: 0 0 0 5px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.7em;
}
.list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #00b0cc;
  border-radius: 50%;
  margin-right: 10px;
}
.list .point_bk::before {
  background-color: #000;
}

.pd10 {
  padding: 1rem;
}

.mt0 {
  margin-top: 0;
}

.mt20 {
  margin-top: 2em;
}

.ml {
  margin-left: 1em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb4 {
  margin-bottom: 4em;
}

.ft09 {
  font-size: 0.9em;
}

.fb {
  font-weight: bold;
}

.ft10 {
  font-size: 1rem;
}

.semi_ttl {
  font-size: 24px;
  color: #00b0cc;
  font-weight: bold;
  border-bottom: 1px dashed #cedee1;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .semi_ttl {
    border: none;
    padding: 0;
    font-size: 14px;
  }
}

.semi_inner {
  position: relative;
  padding: 0px calc(18.25% + 15px) 10px 0;
  min-height: 240px;
}
@media screen and (max-width: 767px) {
  .semi_inner {
    padding: 0;
  }
}

.semi_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.25%;
}
@media screen and (max-width: 767px) {
  .semi_img {
    position: static;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
}
.semi_img img {
  width: 100%;
}

.semi_name {
  font-size: 21px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .semi_name {
    text-align: center;
    font-size: 12px;
  }
}
.semi_name span {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .semi_name span {
    font-size: 14px;
  }
}

.semi_btnbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .semi_btnbox {
    flex-wrap: wrap;
    max-width: 200px;
    margin: 0 auto;
  }
}

.semi_btn {
  border: 2px solid #00b0cc;
  color: #00b0cc;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  width: 140px;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .semi_btn {
    width: 100%;
    margin: 0 0 10px;
  }
}

.semi_overlay {
  display: none;
  width: auto;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.semi_overlay_inner {
  width: 60%;
  max-width: 960px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  overflow: visible;
  display: block;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .semi_overlay_inner {
    width: 90%;
    max-height: 80%;
    overflow-y: scroll;
  }
}

.semi_overlay_item {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 3.5% 4.16%;
}
@media screen and (max-width: 767px) {
  .semi_overlay_item {
    padding: 6% 4.16%;
  }
}

.per-inner::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

.per_r {
  float: right;
  width: 18.2%;
}
@media screen and (max-width: 767px) {
  .per_r {
    width: 100%;
    float: none;
    max-width: 160px;
    margin: 0 auto 15px;
  }
}
.per_r img {
  width: 100%;
}

.per_l {
  float: left;
  width: 77.3%;
}
@media screen and (max-width: 767px) {
  .per_l {
    width: 100%;
  }
}

.per_ttl {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #ededed;
}
@media screen and (max-width: 767px) {
  .per_ttl {
    text-align: center;
  }
}

.per_ttl_txt {
  font-size: 18px;
  font-weight: bold;
}

.per_info ul {
  list-style: none;
  padding-left: 0;
}
.per_info ul li {
  font-size: 0.9em;
}

.close_per {
  display: block;
  width: 100%;
  max-width: 141px;
  margin: 60px auto 0;
  padding: 10px 0 10px 30px;
  border: 2px solid #00b0cc;
  color: #00b0cc;
  font-weight: bold;
  border-radius: 40px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.per {
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.table-divide {
  display: flex;
}
.table-divide .tb_l {
  width: 70%;
  margin-right: 1em;
}
.table-divide .tb_l table {
  width: 100%;
}
.table-divide .tb_r {
  width: 30%;
}
.table-divide .tb_r p {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .table-divide .tb_r p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .table-divide {
    flex-direction: column;
  }
  .table-divide .tb_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .table-divide .tb_r {
    width: 100%;
  }
}

.page_contents {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page_contents {
    padding-top: 0;
  }
}
.page_contents h2 {
  margin: 0.7em auto 1.2em;
  font-size: 1.75em;
  padding: 0.7em 0.3em;
  font-weight: normal;
}

.page_nav {
  margin-bottom: 4em;
}
.page_nav ul {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page_nav ul {
    flex-wrap: wrap;
  }
}
.page_nav ul li {
  list-style-type: none;
  width: calc(33.3333333333% - 1.2em);
  margin: 0 0.6em;
}
@media screen and (max-width: 767px) {
  .page_nav ul li {
    width: calc(50% - 0.8em);
    margin: 0.4em;
  }
}
.page_nav ul li a {
  font-size: 0.95em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1em 1.7em;
  text-decoration: none;
  color: #00b0cc;
  border: 2px solid #00b0cc;
  background: url(../images/ic_1.png) no-repeat center bottom 15px;
  height: 100%;
  line-height: 1.3;
}
.page_nav ul li a.active {
  background-color: #00b0cc;
  color: #fff;
  background-image: none;
}
.page_nav ul li a.active:hover {
  opacity: 1;
}

.txt {
  font-size: 0.9em;
  line-height: 1.6em;
}

.pdf_list {
  padding: 0;
}
.pdf_list li {
  list-style: none;
}
.pdf_list li a {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  font-size: 0.9em;
}
.pdf_list li a::before {
  content: "";
  display: block;
  width: calc(100% - 33px);
  height: 2px;
  background: #7f7f7f;
  position: absolute;
  right: 0;
  bottom: 2px;
}

.pdf_i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #00b0cc;
  box-sizing: border-box;
  display: block;
  width: 19px;
  height: 19px;
  border: 2px solid;
  border-radius: 4px;
}
.pdf_i::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
  width: 6px;
  height: 6px;
  top: 3px;
  border-top: 2px solid;
  border-right: 2px solid;
}
.pdf_i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 6px;
}

.pick_numtext .inner {
  font-size: 0.9em;
  padding: 1em 1.5em;
  background: #e5f7fa;
  margin: 0 0 10px;
  border-radius: 5px;
}

.heading {
  font-weight: bold;
  color: #00b0cc;
  margin-bottom: 0.1em;
}
.heading .num {
  padding: 0 10px 0 0;
}

.img_inner {
  text-align: center;
  margin-bottom: 4em;
}
.img_inner img {
  display: inline-block;
}

.article_unit {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.article_unit dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.article_unit dd {
  padding: 0.3em 0.3em 0.3em 1em;
}

.small {
  font-size: 0.8em;
}

table {
  width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  table {
    max-width: 100%;
  }
}
table tr:first-of-type {
  background: #e5f7fa;
  font-size: 0.8em;
}
table tr td {
  padding: 12px 0;
  border: 1px solid #a0a0a0;
  text-align: center;
}
table tr td:first-of-type {
  padding: 12px 0 12px 20px;
  background: #e5f7fa;
  width: 50%;
  text-align: left;
}

.cborder_inner_border {
  border-bottom: 4px solid #cee6ea;
}

.cborder_cont {
  background: #e5f7fb;
}

.teblemin {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .teblemin {
    max-width: 100%;
  }
}

.cborder_cont_inner {
  padding: 2rem 1rem;
}

.inner_band {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00b0cc;
  padding: 0.7em 0;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10000;
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.cp_h2 em {
  padding-top: 1em;
  font-weight: bold;
  display: inline-block;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close {
    right: -11px;
  }
}

.modal-content {
  background: #fff;
  text-align: center;
  padding: 30px;
  font-weight: bold;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .modal-content {
    font-size: 1em;
  }
}

.registration_area {
  width: 100%;
}
.registration_area a {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.6em;
  background-color: #01b0cd;
  display: block;
  font-weight: bold;
}/*# sourceMappingURL=page.css.map */