.mb0 {
  margin-bottom: 0 !important;
}

.table01 {
  border-collapse: collapse;
}

.table01 tr th,
.table01 tr td {
  border: 1px solid #afafaf;
  padding: .55em 1.48em;
}

.table01 tr th {
  background-color: #dee9ff;
  color: #1651a2;
  width: 33%;
  font-weight: 600;
}

.table01 tr td {
  background-color: #fff;
}

.table02_area:not(:last-of-type) {
  margin-bottom: 5em;
}

.table02 {
  border-collapse: collapse;
}

.table02 p {
  margin: 0;
}

.table02 thead tr th {
  color: #ffffff;
  background-color: #007dbf;
  text-align: center;
  padding: 1.28em 0;
}

.table02 thead tr th p {
  margin: 0;
}

.table02 thead tr th .lrg {
  font-size: 30px;
}

@media (max-width: 599px) {
  .table02 thead tr th .lrg {
    font-size: 22px;
  }
}

.table02 thead tr .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .table02 thead tr .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.table02 thead tr .col .side {
  font-size: 20px;
}

@media (max-width: 599px) {
  .table02 thead tr .col .side {
    font-size: 18px;
  }
}

.table02 thead tr .col .side .ld {
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  margin-right: .433em;
}

@media (max-width: 599px) {
  .table02 thead tr .col .side .ld {
    font-size: 22px;
  }
}

.table02 thead tr .col .side .md {
  font-weight: 600;
}

.table02 thead tr .col .ps {
  font-size: 50px;
  margin: 0 .54em;
}

@media (max-width: 599px) {
  .table02 thead tr .col .ps {
    font-size: 24px;
    margin: 0 .3em;
  }
}

.table02 tr th,
.table02 tr td {
  border: 1px solid #707070;
  padding: .55em 1.48em;
}

@media (max-width: 599px) {
  .table02 tr th,
  .table02 tr td {
    padding: .55em .48em;
  }
}

.table02 tr th {
  background-color: #fff;
  font-size: 24px;
  width: 33%;
}

@media (max-width: 599px) {
  .table02 tr th {
    font-size: 18px;
    text-align: center;
  }
}

.table02 tr td {
  background-color: #fff;
}

.table02 tr td .price {
  font-size: 30px;
  margin: 0;
}

@media (max-width: 599px) {
  .table02 tr td .price {
    font-size: 17px;
  }
}

.table02 tbody tr td {
  height: 106px;
}

.tb_btm {
  position: relative;
  text-align: center;
  margin-top: 1.1em;
}

.tb_btm.left {
  text-align: left;
}

.tb_btm p {
  margin: 0;
  line-height: 1;
}

.tb_btm .side {
  top: 0;
  right: 0;
  position: absolute;
}

.site-header__right {
  display: none;
}

.site-header .site_catch {
  margin: 0 0 4px;
  font-size: 10px;
  text-align: center;
}

.my_sub_menu {
  background-color: #e8f1ff;
}

.my_sub_menu .container {
  padding: 0;
  width: 90%;
}

.my_sub_menu ul {
  margin-top: 0;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my_sub_menu ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  width: 45%;
}

.my_sub_menu ul li a {
  font-size: 12px;
  text-decoration: none;
}

.my_sub_menu ul li a::before {
  content: ">";
  display: inline-block;
  margin-right: .32em;
}

.slide_sec .ystdb-section__container {
  margin: 0 !important;
  width: 100% !important;
}

.fv_cal {
  width: auto;
  margin-right: calc(-50vw + 50% + var(--scrollbar-width)/2);
  margin-left: calc(-50vw + 50% + var(--scrollbar-width)/2);
  padding-right: calc(-50% + 50vw - var(--scrollbar-width)/2);
  padding-left: calc(-50% + 50vw - var(--scrollbar-width)/2);
  padding-left: 0;
  padding-right: 0;
}

.fv_cal__item img {
  width: 100%;
}

.my-cta {
  background-color: #d1e4f5;
  padding: 45px 0;
}

.my-cta .my-cta-ttl {
  margin: 0 0 1.2em;
}

.my-cta .container .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.my-cta .container .wp-block-columns .wp-block-column {
  border-radius: 10px;
}

.my-cta .container .wp-block-columns .wp-block-column .box-ttl {
  margin-bottom: .47em;
  font-size: 1.2em;
}

#footer-poweredby {
  display: none;
}

.form_send {
  max-width: 215px;
  width: 78%;
  margin: 0 auto;
  display: block;
  background-color: #1651a2 !important;
  color: #ffffff !important;
  border-color: #1651a2 !important;
  font-weight: 600;
  font-size: 19px !important;
}

.cat_kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}

.cat_kind .item {
  width: 48.8%;
  border: 1px solid #1651a2;
  padding-left: 0;
  text-align: center;
  font-size: 17px;
  border-radius: 5px;
  list-style-type: none;
  background-color: #fff;
  margin-bottom: .88em;
}

.cat_kind .item a {
  display: block;
  text-decoration: none;
  color: #1651a2;
  padding: 2px 0;
  font-weight: 600;
}

.cat_kind .item.is_current {
  background-color: #1651a2;
}

.cat_kind .item.is_current a {
  color: #ffffff;
}

.kind_posts .cat_kind {
  margin-bottom: 0;
}

.clm_list .item:not(:last-of-type) {
  margin-bottom: 2em;
}

.clm_list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-decoration: none;
  color: #000000;
}

.clm_list .thumb {
  margin-bottom: 1.99em;
}

.clm_list .cats {
  margin-bottom: 1.1em;
}

.clm_list .cats .cat {
  display: inline-block;
  width: 8.7em;
  border: 1px solid #1651a2;
  text-align: center;
  margin: 0;
  color: #1651a2;
}

.clm_list .ttl {
  margin-top: 0;
}

.clm_list .date {
  margin: .88em 0;
}

.clm_list .desc {
  font-size: 0.88em;
}

.clm_list .btn {
  width: 78%;
  max-width: 270px;
  margin: 0 auto;
}

.voice_list .item:not(:last-of-type) {
  margin-bottom: 5.7em;
}

.voice_list .new {
  display: inline-block;
  width: 8.7em;
  border: 1px solid #1651a2;
  text-align: center;
  margin: 0;
  color: #1651a2;
  margin-bottom: 1.2em;
}

.voice_list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.voice_list .thumb {
  margin-bottom: 1.99em;
}

.voice_list .ttl {
  margin-top: 0;
}

.voice_list .fec_list {
  padding: 0;
}

.voice_list .fec_list li {
  list-style-type: none;
}

.voice_list .desc {
  font-size: 0.88em;
}

.news_list .year_ttl {
  color: #1651a2;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1.1em;
}

.news_list .item {
  border-bottom: 1px solid #565656;
}

.news_list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .95em 0;
  color: #333333;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.news_list .date {
  margin: 0;
  line-height: 1.32;
  font-size: 14px;
  margin-bottom: 7px;
}

.news_list .ttl {
  margin: 0;
  line-height: 1.32;
  font-size: 16px;
  font-weight: normal;
}

.post_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 60px;
}

.post_read .thumb {
  margin-bottom: 1.77em;
}

.post_read .main {
  margin: 0;
}

.post_read .main p {
  margin: 0;
}

.post_read .main .cats {
  margin-bottom: 1.1em;
}

.post_read .main .cats .cat {
  display: inline-block;
  width: 8.7em;
  border: 1px solid #1651a2;
  text-align: center;
  margin: 0;
  color: #1651a2;
}

.post_read .main .ttl {
  margin: .36em 0;
  font-size: 18px;
}

.post_read .main .date {
  font-size: 12px;
  margin-bottom: .66em;
}

.post_read .main .desc {
  font-size: 14px;
}

.plan_table.tablepress th,
.plan_table.tablepress td {
  padding: .4em .94em;
}

.plan_table.tablepress thead th,
.plan_table.tablepress thead td {
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
}

.plan_table.tablepress tbody tr td,
.plan_table.tablepress tbody tr th {
  vertical-align: middle;
  font-size: 12px;
}

.plan_table.tablepress tbody tr td .b_head,
.plan_table.tablepress tbody tr th .b_head {
  font-size: 13px;
  text-align: center;
  display: block;
}

.plan_table.tablepress tbody tr td .large,
.plan_table.tablepress tbody tr th .large {
  font-size: 17px;
}

.plan_table.tablepress tbody tr td .sm,
.plan_table.tablepress tbody tr th .sm {
  font-size: 10px;
}

.tablepress-table-description {
  text-align: right;
  font-size: 15px;
  margin-top: 6px !important;
}

@media (min-width: 600px) {
  .plan_table.tablepress thead th,
  .plan_table.tablepress thead td {
    font-size: 24px;
  }
  .plan_table.tablepress tbody tr td,
  .plan_table.tablepress tbody tr th {
    font-size: 16px;
  }
  .plan_table.tablepress tbody tr td .b_head,
  .plan_table.tablepress tbody tr th .b_head {
    font-size: 20px;
  }
  .plan_table.tablepress tbody tr td .large,
  .plan_table.tablepress tbody tr th .large {
    font-size: 32px;
  }
  .plan_table.tablepress tbody tr td .sm,
  .plan_table.tablepress tbody tr th .sm {
    font-size: 16px;
  }
  .cat_kind {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 80px;
  }
  .cat_kind .item {
    width: 23.7%;
  }
  .cat_kind .item:not(:last-of-type) {
    margin-right: 1.3%;
  }
  .cat_kind .item a {
    padding: 4px 0;
  }
  .cat_kind.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cat_kind.center .item {
    margin: 0 .74rem 30px;
  }
  .clm_list .item:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .clm_list .link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .clm_list .thumb {
    margin-bottom: 0;
    width: 32.44%;
  }
  .clm_list .main {
    width: 64%;
  }
  .clm_list .cats {
    margin-bottom: 1.1em;
  }
  .clm_list .cats .cat {
    display: inline-block;
    width: 8.7em;
    border: 1px solid #1651a2;
    text-align: center;
    margin: 0;
    color: #1651a2;
  }
  .clm_list .ttl {
    margin-top: 0;
  }
  .clm_list .date {
    margin: .28em 0;
    font-size: 12px;
  }
  .clm_list .desc {
    margin-top: 0;
    margin-bottom: 4.1em;
    font-size: 1.02em;
  }
  .clm_list .btn {
    margin-left: 0;
  }
  .voice_list .item:not(:last-of-type) {
    margin-bottom: 3.88em;
  }
  .voice_list .new {
    display: inline-block;
    width: 8.7em;
    border: 1px solid #1651a2;
    text-align: center;
    margin: 0;
    color: #1651a2;
    margin-bottom: 1.2em;
  }
  .voice_list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .voice_list .thumb {
    margin-bottom: 1.99em;
    width: 32%;
  }
  .voice_list .main {
    width: 64%;
  }
  .voice_list .ttl {
    margin-top: 0;
  }
  .voice_list .fec_list {
    padding: 0;
  }
  .voice_list .fec_list li {
    list-style-type: none;
  }
  .voice_list .desc {
    font-size: 0.88em;
  }
  .voice_list .btn {
    width: 78%;
    max-width: 270px;
    margin: 0 auto;
  }
  .news_list .item {
    border-bottom: 1px solid #565656;
  }
  .news_list .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.66em 0;
    color: #333333;
    text-decoration: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-flow: row;
        flex-flow: row;
  }
  .news_list .date {
    margin: 0;
    line-height: 1.32;
    font-size: 14px;
  }
  .news_list .ttl {
    margin: 0;
    line-height: 1.32;
    font-size: 16px;
    font-weight: normal;
  }
  .post_read {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 60px;
  }
  .post_read .thumb {
    width: 43%;
    margin-bottom: 0;
  }
  .post_read .main {
    width: 55%;
    margin: 0;
  }
  .post_read .main p {
    margin: 0;
  }
  .post_read .main .ttl {
    margin: .36em 0;
    font-size: 18px;
  }
  .post_read .main .date {
    font-size: 12px;
    margin-bottom: .66em;
  }
  .post_read .main .desc {
    font-size: 16px;
  }
  .site-header.my-header-style {
    padding: 23px 0 20px;
    border-top: 13px solid #1651a2;
  }
  .site-header .site_catch {
    margin: 0 0 4px;
    font-size: 12px;
  }
  .site-header__content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header__right {
    display: block;
  }
  .site-header__right .wp-block-columns {
    margin-bottom: 0;
  }
  .site-header__right .wp-block-image {
    margin-bottom: 8px;
  }
  .site-header__right p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
  }
  .my_sub_menu .container {
    padding: 0;
    width: 100%;
  }
  .my_sub_menu ul {
    padding: 27px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my_sub_menu ul li {
    margin: 0 .766em;
    width: auto;
  }
  .my_sub_menu ul li a {
    font-size: 18px;
  }
  #my-gnav {
    display: block;
    padding: 22px 0;
  }
  #my-gnav.my-gnav {
    background-color: #0185d7;
    color: #ffffff;
  }
  #my-gnav .container {
    background-color: transparent;
    max-width: 100%;
  }
  #my-gnav .container .global-nav {
    background-color: transparent;
    display: block;
  }
  #my-gnav .container .global-nav .global-nav__container a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
  }
  #my-gnav .container .global-nav .global-nav__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #my-gnav .container .global-nav .global-nav__menu li {
    margin: 0 .66vw;
  }
  #my-gnav .container .global-nav .global-nav__menu li a {
    padding: 14px 0;
    font-size: 1.09888vw;
  }
  #my-gnav .container .global-nav .global-nav__menu li a::after {
    display: none;
  }
  .my-cta {
    padding: 96px 0;
  }
  .my-cta .container .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .my-cta .container .wp-block-columns .wp-block-column .box-ttl {
    margin-bottom: .37em;
    font-size: 30px;
  }
  .my-cta .container .wp-block-columns .wp-block-column .box-sub {
    font-size: 20px;
    margin-top: 15px;
  }
  .footer-main {
    padding-bottom: 4em !important;
    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;
    max-width: 1220px;
    margin: 0 auto;
  }
  .footer-main .copyright {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */