@charset "UTF-8";
/*
  現時点最強のflex-box 要素横並び
  必ず親要素に「display: flex;」「flex-wrap: wrap;」を指定すること！！！
  flex(PCのときの個数, 縦横の間隔, タブレットのときの個数, 縦横の間隔, スマホのときの個数, 縦横の間隔)
*/

/*--------------------
       出願方法
--------------------*/
.entry-tbl {
  text-align: center;
  width: 100%;
  border-collapse: collapse; /*セル同士の間に隙間を空けない*/
}
.entry-tbl__grid {
  margin-bottom: 30px;
}
.entry-tbl__grid-ttl {
  margin: 30px auto 20px;
  font-size: var(--fz12);
}
.entry-tbl__ttl {
  font-size: 14px;
  border: 1px solid #000;
  background: #e6e6e7;
  padding: 10px 0;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .entry-tbl__ttl {
    font-size: 16px;
  }

  .entry-tbl__grid-ttl {
    font-size: var(--fz16);
  }
}
.entry-tbl__ttl--center {
  text-align: center !important;
  border-bottom: none;
}
.entry-tbl__tr:last-of-type .entry-tbl__td {
  border-bottom: 1px solid #000;
}
.entry-tbl__th {
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #000;
  background: #e6e6e7;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .entry-tbl__th {
    font-size: 16px;
    width: 24%;
  }
}
.entry-tbl__th--small {
  font-size: 70%;
  display: block;
}
@media screen and (max-width: 768px) {
  .entry-tbl__th {
    width: 100%;
    display: block;
  }
}
.entry-tbl__td {
  font-size: 12px;
  padding: 10px 0;
  border: 1px solid #000;
}
.entry-tbl__td p {
  font-size: var(--fz12);
}

@media screen and (min-width: 769px) {
  .entry-tbl__td {
    font-size: 16px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .entry-tbl__td {
    display: block;
    border-top: none;
    width: 100%;
    border-bottom: none;
  }
}
.entry-tbl__td--big {
  font-size: 150%;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .entry-tbl__td--pc {
    display: none;
  }
}
.entry-tbl .border-right {
  border-right: 1px solid #000;
}
.entry-tbl--bold {
  font-weight: bold;
}
.entry-tbl--bold .entry-tbl__th {
  font-weight: bold;
}
.entry-tbl--left td {
  text-align: left;
  padding: 10px 20px;
}
.entry-tbl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 88%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.procedure__txt {
  font-size: var(--fz12);
}
@media screen and (max-width: 768px) {
  .entry-tbl dl {
    margin-top: 10px;
    display: inline-block;
  }

  .kokugo-table {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .entry-tbl dl dt {
    width: 22%;
  }

  .procedure__txt {
    font-size: var(--fz16);
  }
}

@media screen and (min-width: 769px) {
  .entry-tbl dl dd {
    width: 76%;
  }
}
.entry-tbl .fees__grid-subbox dt {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .entry-tbl .fees__grid-subbox dt {
    width: 100%;
  }
}
.entry-tbl .fees__grid-subbox dd {
  width: 93%;
}
@media screen and (max-width: 768px) {
  .entry-tbl .fees__grid-subbox dd {
    width: 100%;
  }
}
.entry-tbl__sublist {
  margin-left: 20px;
}
.entry-tbl__subitem::before {
  content: "□";
  margin-right: 5px;
}

/* .breadcrumb {
  margin-top: 22px;
} */
@media screen and (min-width: 769px) {
  /* .breadcrumb {
    margin-top: 60px;
  } */
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 5.333% 16px;
}
@media screen and (min-width: 769px) {
  .breadcrumb__list {
    padding: 26px 35px 30px;
    margin-top: 0;
  }
}
.breadcrumb__item {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .breadcrumb__item {
    font-size: 14px;
  }
}
.breadcrumb__item:not(:last-child):after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/assets/image/common/arrow-right_01.svg) no-repeat center
    center/contain;
  margin: 0 0.5em 0 0.2em;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

.form__attention {
  background: #f03;
  color: #fff;
  padding: 0.3em 0;
  text-align: center;
}

.form-cont {
  width: 100%;
  border-collapse: collapse;
}
.form-cont tr {
}
.form-cont tr:first-child {
}
.form-cont__ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 1em;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .form-cont__ttl {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 641px) {
  .form-cont__ttl {
    width: 40%;
    padding-top: 1.5em;
  }
}
.form-cont__txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0em 1em 1em;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .form-cont__txt {
    display: block;
    padding-left: 0;
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .form-cont__txt {
  }
}
.form-cont__txt input[type="text"],
.form-cont__txt input[type="email"],
.form-cont__txt textarea {
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
}
.form-cont__txt select {
  width: 100%;
  padding: 0.5em;
  border: solid 1px #e0e0e0;
  appearance: none;

  background-image: url("../images/select-arrow.png");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.form-cont__txt select::-ms-expand {
  display: none;
}
.form-cont__check {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-cont__check .vertical-item {
  width: 100%;
  margin-top: 0 !important;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .form-cont__check .vertical-item {
    width: 100%;
    padding-bottom: 10px;
  }
  .form-cont__txt input[type="text"],
  .form-cont__txt input[type="email"],
  .form-cont__txt textarea {
    padding: 0.25em 0.5em;
  }
}
.form-cont__required {
  padding: 0.3em 1em 0;
  display: inline-block;
  font-size: 0.67em;
  font-weight: 600;
  line-height: 1;
  height: auto;
  padding: 0.2em 1em 0.3em;
  background-color: #ffed5a;
  color: #494949;
  vertical-align: middle;
  margin-left: 1em;
}
.form-cont__accept {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form-cont__accept .error {
  flex-basis: 100%;
  order: 1;
}
.form-cont__btnarea {
  margin-top: 50px;
}
@media screen and (min-width: 641px) {
  .form-cont__btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 641px) {
  .form-cont__submit {
    width: 45%;
  }
}
.form-cont__submit:hover {
  opacity: 0.8;
}
.form-cont__submit input {
  color: #231815;
  border: solid 1px #000000;
  background-color: #ffffff;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  padding: 0.4rem 0;
  width: 251px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 641px) {
  .form-cont__return {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .form-cont__return {
    margin-top: 10px;
  }
}
.form-cont__return:hover {
  opacity: 0.8;
}
.form-cont__return input {
  color: #ffffff;
  border: solid 1px #000000;
  background-color: #000000;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  padding: 0.4rem 0;
  width: 251px;
  margin: 0 auto;
  display: block;
}
.form-cont__small {
  font-weight: normal;
  font-size: 0.8em;
}

.privacy ul {
  list-style-type: none;
}

.privacy__item {
  margin-top: 30px;
}
.privacy__item .privacy__txt {
  margin-top: 20px;
}

.privacy__ttl {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: dotted #000 1px;
}

.mw_wp_form .error {
  color: #f03 !important;
  padding: 0.2em 0.5em;
  display: inline-block !important;
  margin-top: 10px;
  font-weight: bold;
}
.mw_wp_form .error:before {
  content: "※";
  color: #f03;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 16px !important;
}

.mwform-checkbox-field.vertical-item {
  font-size: 16px;
}

.mw_wp_form_input .form__attention {
  display: none;
}

.mw_wp_form_input .form-cont__return {
  display: none;
}

.mw_wp_form_confirm .form-cont {
  margin-top: 30px;
}

.mw_wp_form_confirm .form-cont__accept {
  display: none;
}

@media screen and (max-width: 768px) {
  .recommend-list {
    width: 100%;
  }
  .recommend-list * {
    max-width: none;
  }
}

@media screen and (min-width: 769px) {
  .recommend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.recommend-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommend-item * {
    max-width: 100%;
  }

  .mwform-checkbox-field label {
    display: block;
    line-height: 1.5 !important;
  }

  .mw_wp_form .vertical-item + .vertical-item {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 769px) {
  .recommend-item {
    width: calc(100% / 3);
  }
}
.recommend-item a {
  text-decoration: none;
  color: #000;
  display: block;
}
.recommend-item a:link,
.recommend-item a:hover,
.recommend-item a:active,
.recommend-item afocus {
  text-decoration: none;
  color: #000;
}
.recommend-item a:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  z-index: 0;
}
.recommend-item a:hover:after {
  opacity: 1;
  width: 100%;
}
.recommend-item a:hover .recommend-item__img img {
  max-width: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.recommend-item__img {
  overflow: hidden;
}
.recommend-item__img img {
  vertical-align: bottom;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.recommend-item__info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 2%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.recommend-item__ttl {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
@media screen and (min-width: 769px) {
  .recommend-item__ttl {
    font-size: 1.5vw;
  }
}
.recommend-item__date {
  color: #fff;
  display: inline-block;
}
.recommend-item__date:before {
  content: "\f133";
  font-family: Font awesome\5 Free;
  margin-right: 0.5em;
}
.recommend-item__cat {
  color: #fff;
  background: #000;
  padding: 0.2em 1em;
  display: inline-block;
  margin-left: 2em;
  font-size: 12px;
  font-size: 0.85714rem;
}

.relate-term {
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) {
  .relate-term {
    margin-bottom: 80px;
  }
}
.relate-term__ttl {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-size: 1.28571rem;
}
@media screen and (min-width: 641px) {
  .relate-term__ttl {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}
.relate-term__ttl span {
  font-size: 50%;
  color: #000;
  display: block;
}
.relate-term__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .relate-term__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .relate-term__item {
    width: 49%;
  }
  .relate-term__item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 641px) {
  .relate-term__item {
    width: 32%;
  }
  .relate-term__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
.relate-term__item a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 1em 0.5em;
  background: #fff;
}
.relate-term__item a:link,
.relate-term__item a:hover,
.relate-term__item a:active,
.relate-term__item afocus {
  text-decoration: none;
  color: #000;
}
.relate-term__item a:hover {
  opacity: 0.6;
}
.relate-term__item a:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #000;
  margin-right: 0.5em;
}

.blog {
  padding: 50px 5.333% 80px;
}
@media screen and (min-width: 641px) {
  .blog {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 769px) {
  .blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .blog__main {
    width: 69%;
  }
}
@media screen and (min-width: 769px) {
  .blog__side {
    width: 27%;
  }
}
@media screen and (max-width: 640px) {
  .blog__side {
    margin-top: 30px;
  }
}
.blog__txt {
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .blog__txt {
    margin-top: 50px;
  }
}
.blog__txt p:not(:first-child) {
  margin-top: 1em;
}
.blog__txt h3 {
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.28571rem;
  color: #000;
}
@media screen and (min-width: 641px) {
  .blog__txt h3 {
    font-size: 30px;
    font-size: 2.14286rem;
    margin: 30px 0;
  }
}
.blog__term {
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) {
  .blog__term {
    margin-bottom: 80px;
  }
}

.blog-child__sec {
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .blog-child__sec {
    margin-top: 50px;
  }
}

.blog-child__txt {
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .blog-child__txt {
    margin-top: 40px;
  }
}

.main__popular {
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .main__popular {
    margin-top: 50px;
  }
}

.main__recent {
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .main__recent {
    margin-top: 50px;
  }
}

.main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .main-list {
    margin-top: 50px;
  }
}

.main-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .main-item--a {
    width: 49%;
  }
  .main-item--a:nth-child(odd) {
    margin-right: 2%;
  }
}
.main-item--b {
  width: 49%;
}
.main-item--b:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .main-item--d {
    width: 49%;
  }
  .main-item--d:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 641px) {
  .main-item--d {
    width: 32%;
  }
  .main-item--d:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
.main-item * {
  word-break: break-all;
}
.main-item__wrap {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-item__wrap:link,
.main-item__wrap:hover,
.main-item__wrap:active,
.main-item__wrapfocus {
  text-decoration: none;
  color: #000;
}
.main-item__wrap:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
}
.main-item__wrap--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-item__wrap--b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.main-item__wrap--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 641px) {
  .main-item__wrap--c {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.main-item__wrap--d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.main-item__img {
  overflow: hidden;
}
.main-item__img--a {
  width: 80px;
}
.main-item__img--b {
  height: 25.64vw;
}
@media screen and (min-width: 769px) {
  .main-item__img--b {
    height: 18.057vw;
  }
}
@media screen and (min-width: 992px) {
  .main-item__img--b {
    height: 204px;
    max-height: 18.057vw;
  }
}
@media screen and (min-width: 641px) {
  .main-item__img--c {
    width: 40.76%;
  }
}
@media screen and (max-width: 640px) {
  .main-item__img--c {
    height: 52.64vw;
  }
}
@media screen and (min-width: 641px) {
  .main-item__img--d {
    height: 15.98vw;
  }
}
@media screen and (min-width: 769px) {
  .main-item__img--d {
    max-height: 11.03vw;
  }
}
@media screen and (min-width: 992px) {
  .main-item__img--d {
    height: 127px;
  }
}
.main-item__info--a {
  width: calc(100% - 90px);
}
.main-item__info--b {
  margin-top: 10px;
}
@media screen and (min-width: 641px) {
  .main-item__info--c {
    width: calc(100% - 300 / 736 * 100%);
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .main-item__info--c {
    margin-top: 10px;
  }
}
.main-item__info--d {
  margin-top: 10px;
}
.main-item__ttl {
  font-size: 26px;
  font-size: 1.85714rem;
  color: #000;
}
.main-item__txt {
  margin-top: 1em;
  line-height: 1.3;
}
@media screen and (min-width: 641px) {
  .main-item__txt--b {
    height: 3.9em;
  }
}
@media screen and (min-width: 769px) {
  .main-item__txt--b {
    height: 5.2em;
  }
}
@media screen and (max-width: 640px) {
  .main-item__txt--c {
    height: 6.5em;
  }
}
@media screen and (max-width: 640px) {
  .main-item__txt--d {
    height: 5.2em;
  }
}
@media screen and (min-width: 641px) {
  .main-item__txt--d {
    height: 3.9em;
  }
}
@media screen and (min-width: 992px) {
  .main-item__txt--d {
    height: 2.6em;
  }
}
.main-item__cat {
  position: absolute;
  color: #fff;
  background: #000;
  top: 10px;
  left: 10px;
  padding: 0.5em 1em;
  font-size: 10px;
  font-size: 0.71429rem;
}
@media screen and (min-width: 641px) {
  .main-item__cat {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}
@media screen and (min-width: 769px) {
  .main-item__cat {
    font-size: 14px;
    font-size: 1rem;
  }
}
.main-item__cat--a {
  position: static;
  display: inline-block;
  top: auto;
  left: auto;
  margin-top: 1em;
  font-size: 10px;
  font-size: 0.71429rem;
}
@media screen and (min-width: 641px) {
  .main-item__cat--a {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}
.main-item__date {
  color: #b5b5b5;
  font-size: 12px;
  font-size: 0.85714rem;
  margin-bottom: 0.5em;
  font-family: "Quicksand", "Noto Sans Japanese", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
}
@media screen and (min-width: 641px) {
  .main-item__date {
    font-size: 14px;
    font-size: 1rem;
  }
}

.post__ttl {
  font-weight: bold;
  font-size: 26px;
  font-size: 1.85714rem;
}
@media screen and (min-width: 641px) {
  .post__ttl {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}
@media screen and (min-width: 769px) {
  .post__ttl {
    font-size: 38px;
    font-size: 2.71429rem;
  }
}

.post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.post__date {
  color: #b5b5b5;
  font-family: "Quicksand", "Noto Sans Japanese", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  font-size: 10px;
  font-size: 0.71429rem;
}
.post__date:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #b5b5b5;
  margin-right: 0.5em;
}
@media screen and (min-width: 641px) {
  .post__date {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}
@media screen and (min-width: 769px) {
  .post__date {
    font-size: 14px;
    font-size: 1rem;
  }
}

.post__cat {
  color: #fff;
  background: #000;
  padding: 0.3em 1em;
  font-size: 12px;
  font-size: 0.85714rem;
}
@media screen and (min-width: 641px) {
  .post__cat {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .post__cat {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.post__content {
  word-break: break-all;
  margin-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .post__content {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
.post__content h2 {
  margin: 30px 0 0;
  color: #000;
  font-size: 20px;
  font-size: 1.42857rem;
}
@media screen and (min-width: 641px) {
  .post__content h2 {
    margin: 50px 0 0;
    font-size: 30px;
    font-size: 2.14286rem;
  }
}
.post__content h3 {
  margin: 20px 0 0;
  font-size: 18px;
  font-size: 1.28571rem;
  border-left: 3px #000 solid;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 641px) {
  .post__content h3 {
    margin: 30px 0 0;
    font-size: 28px;
    font-size: 2rem;
  }
}
.post__content h4 {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (min-width: 641px) {
  .post__content h4 {
    margin: 30px 0 0;
    font-size: 24px;
    font-size: 1.71429rem;
  }
}
.post__content p {
  line-height: 2;
}
.post__content p:not(:first-child) {
  margin-top: 1em;
}
.post__content img {
  display: block;
  margin: auto;
}
.post__content img:not(:first-child) {
  margin-top: 20px;
}
.post__content ul:not(:first-child) {
  margin-top: 20px;
}
.post__content ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.post__content ul li:not(:first-child) {
  margin-top: 1em;
}
.post__content ul li:before {
  content: "■";
  color: #000;
  margin-right: 0.5em;
}
.post__content ol {
  counter-reset: number 0;
}
.post__content ol:not(:first-child) {
  margin-top: 20px;
}
.post__content ol li {
  counter-increment: number 1;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.post__content ol li:not(:first-child) {
  margin-top: 1em;
}
.post__content ol li:before {
  content: counter(number) ".";
  font-family: "Quicksand", "Noto Sans Japanese", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  color: #000;
  margin-right: 0.5em;
  font-weight: bold;
}

.post__tagbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post__user {
  margin-right: 10px;
}

.post-share__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.28571rem;
}
@media screen and (min-width: 641px) {
  .post-share__ttl {
    font-size: 22px;
    font-size: 1.57143rem;
  }
}
.post-share__ttl:before {
  content: "＼";
  color: #000;
  margin-right: 0.5em;
}
.post-share__ttl:after {
  content: "／";
  color: #000;
  margin-left: 0.5em;
}

.post-share__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .post-share__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .post-share__item {
    width: 49%;
    margin-bottom: 10px;
  }
  .post-share__item:nth-child(odd) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 641px) {
  .post-share__item {
    width: 19%;
  }
}

.post-share__item a {
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.post-share__item a:link,
.post-share__item a:hover,
.post-share__item a:active,
.post-share__item afocus {
  text-decoration: none;
  color: #fff;
}
.post-share__item a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .post-share__item a {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.post-share__item--fb a {
  background: #3b5998;
}
.post-share__item--fb a:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #fff;
  margin-right: 0.5em;
}

.post-share__item--tw a {
  background: #00acee;
}
.post-share__item--tw a:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #fff;
  margin-right: 0.5em;
}

.post-share__item--line a {
  background: #25af00;
}
.post-share__item--line a:before {
  content: "\f3c0";
  font-family: Font awesome\5 Brands;
  margin-right: 0.5em;
}

.post-share__item--hatebu a {
  background: #5d8ac1;
}
.post-share__item--hatebu a:before {
  content: "\e90f";
  font-family: "icomoon";
  margin-right: 0.5em;
}

.post-share__item--pocket a {
  background: #f03e51;
}
.post-share__item--pocket a:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #fff;
  margin-right: 0.5em;
}

.post-tag {
  padding: 15px;
  background: #ddd;
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .post-tag {
    margin-top: 50px;
  }
}
.post-tag__ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.28571rem;
}
@media screen and (min-width: 641px) {
  .post-tag__ttl {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
.post-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.post-tag__item {
  margin: 0 10px 10px 0;
}
.post-tag__item a {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: #000 solid 1px;
  padding: 0.5em 1em;
}
.post-tag__item a:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #000;
  margin-right: 0.2em;
}
.post-tag__item a:link,
.post-tag__item a:hover,
.post-tag__item a:active,
.post-tag__item afocus {
  text-decoration: none;
  color: #000;
}
.post-tag__item a:hover {
  background: #000;
  color: #fff;
}
.post-tag__item a:hover:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #fff;
  margin-right: 0.2em;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination {
  margin-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .pagination {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}

.pagination,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  color: #000;
}

.pagination li {
  margin: 0 5px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Font awesome\5 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
  font-weight: 900;
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
  font-weight: 900;
}

.pagination li.next a::after {
  content: "\f105";
  font-weight: 900;
}

.pagination li.current a {
  background-color: #000;
  cursor: default;
  pointer-events: none;
  border: #000 1px solid;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}

@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

.side__ttl {
  font-size: 20px;
  font-size: 1.42857rem;
}
@media screen and (min-width: 641px) {
  .side__ttl {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.side__sec:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .side__sec:not(:first-child) {
    margin-top: 50px;
  }
}

.side-list {
  margin-top: 20px;
}

.side-item {
  border-bottom: #000 1px dotted;
}
.side-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.side-item__wrap:link,
.side-item__wrap:hover,
.side-item__wrap:active,
.side-item__wrapfocus {
  text-decoration: none;
  color: #000;
}
.side-item__wrap:hover {
  background: rgba(0, 0, 0, 0.1);
}
.side-item__img {
  width: 60px;
}
.side-item__ttl {
  width: calc(100% - 70px);
}

.category__list {
  margin-top: 20px;
}

.category__item a {
  display: block;
  padding: 1em 0.5em;
  text-decoration: none;
  color: #000;
  position: relative;
  border-bottom: #000 dotted 1px;
}
.category__item a:link,
.category__item a:hover,
.category__item a:active,
.category__item afocus {
  text-decoration: none;
  color: #000;
}
.category__item a:after {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #000;
  margin-left: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
}
.category__item a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.tag__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag__item {
  margin: 0 10px 10px 0;
}
.tag__item a {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: #000 solid 1px;
  padding: 0.5em 1em;
}
.tag__item a:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #000;
  margin-right: 0.2em;
}
.tag__item a:link,
.tag__item a:hover,
.tag__item a:active,
.tag__item afocus {
  text-decoration: none;
  color: #000;
}
.tag__item a:hover {
  background: #000;
  color: #fff;
}
.tag__item a:hover:before {
  content: "";
  font-family: Font Awesome\5 Brands, Font Awesome\5 Free;
  font-weight: 900;
  color: #fff;
  margin-right: 0.2em;
}

.follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.follow__ttl {
  width: 100%;
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (min-width: 641px) {
  .follow__ttl {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
.follow__link {
  width: 49%;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.14286rem;
}
.follow__link:link,
.follow__link:hover,
.follow__link:active,
.follow__linkfocus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .follow__link {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
.follow__link--feedly {
  background: #6cc655;
  margin-right: 2%;
}
.follow__link--feedly:before {
  content: "\e905";
  font-family: "icomoon";
  margin-right: 0.5em;
}
.follow__link--rss {
  background: #ff8c00;
}
.follow__link--rss:before {
  content: "\e904";
  font-family: "icomoon";
  margin-right: 0.5em;
}

/*--------------------
       情報公開
--------------------*/
.pdf-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 10px;
  /* justify-content: center;
  gap: 0 80px; */
}
@media screen and (min-width: 641px) {
  .pdf-list__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 20px;
  }
}

.pdf-list {
  margin: 120px 0 56px;
}

.pdf-list__item:nth-child(odd) {
  background: #e6e6e7;
}
.pdf-list__item a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .pdf-list__item a {
    font-size: 16px;
    width: auto;
  }
}
.pdf-list__item a:hover {
  text-decoration: underline;
}

.pdf-list__cat {
  background: #000;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 10px;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .pdf-list__cat {
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.entry__content .mc-display-1--small {
  font-size: 70%;
  margin-left: 15px;
}

.transfer__content .mc-display-1--small {
  font-size: 70%;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .entry__content .mc-display-1--small {
    display: block;
    margin-left: 0;
  }

  .transfer__content .mc-display-1--small {
    display: block;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .entry__list {
    width: 600px;
    margin: 0 auto;
  }
}

.entry__content .mc-display-1--year {
  color: #fff;
  background-color: #000;
  font-size: 95%;
  padding: 0 10px;
}

.transfer__content .mc-display-1--year {
  color: #fff;
  background-color: #000;
  font-size: 95%;
  padding: 0 10px;
}

.entry__content h2 {
  margin-bottom: 30px;
}

.transfer__content h2 {
  margin-bottom: 30px;
}

.entry__table tr {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #000;
}

.transfer__table tr {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
  .entry__table tr th {
    width: 250px;
  }

  .entry__table tr {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #000;
  }

  .transfer__table tr th {
    width: 250px;
  }

  .transfer__table tr {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .entry__table tr th {
    font-size: var(--fz14);
    padding: 0 10px;
  }
  .transfer__table tr th {
    font-size: var(--fz14);
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .entry__table tr th,
  .entry__table tr td {
    width: 100%;
    display: block;
  }

  .transfer__table tr th,
  .transfer__table tr td {
    width: 100%;
    display: block;
  }
}

.entry__table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry__table-flex {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .entry__table-flex p {
    width: 50%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .entry__table-img {
    width: 53%;
    margin: 10px auto 10px;
    text-align: center;
  }
}

.entry__table-td--ml20 {
  margin-left: 20px;
}

.entry__table-td--small {
  font-size: 80%;
  text-align: right;
}

.entry__table-txt span {
  font-size: 80%;
}

.transfer__table-txt span {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .entry__table-txt span {
    display: block;
  }

  .transfer__table-txt span {
    display: block;
  }
}

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

.fees {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .fees {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
  }
}
.fees__subttl {
  width: 5%;
  padding: 14px;
  background: #e6e6e7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fees__subttl {
    width: 100%;
    text-align: center;
    display: block;
    border: solid 1px;
    border-bottom: none;
    font-size: var(--fz12);
  }
}
.fees__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fees__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fees__grid .entry-tbl {
  width: 94%;
}
@media screen and (max-width: 768px) {
  .fees__grid .entry-tbl {
    width: 100%;
  }
}
.fees__grid .entry-tbl__th {
  background: #fff;
  text-align: left;
  padding: 10px 20px;
}
.fees dl {
  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;
}
.fees dl dt,
.fees dl dd {
  width: 33%;
  font-size: var(--fz12);
  line-height: 2;
}
.fees dl dd:nth-child(3n) {
  width: 20%;
  text-align: right;
}
.fees__price {
  border-bottom: solid 1px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.fees__all-price dd {
  text-align: right;
}
.fees__note {
  margin-top: 20px;
  font-size: var(--fz12);
}

.fees__txt {
  font-size: var(--fz12);
}

.fees__note--number {
  font-size: 60%;
  vertical-align: text-top;
}
.fees__txt--right {
  text-align: right;
  margin-bottom: 20px;
  font-size: var(--fz10);
}

.address__borderbox {
  margin-top: 50px;
  border: solid 1px;
  text-align: center;
}

.address__ttl {
  padding: 10px;
  background: #e6e6e7;
  border-bottom: solid 1px;
}

.address__txt {
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .procedure__list {
    width: 80%;
    margin: 0 auto;
  }

  .fees dl dt,
  .fees dl dd {
    font-size: var(--fz18);
  }

  .fees__note {
    margin-top: 20px;
    font-size: var(--fz16);
  }

  .fees__txt {
    font-size: var(--fz16);
  }

  .fees__txt--right {
    text-align: right;
    margin-bottom: 20px;
    font-size: var(--fz12);
  }
}

.procedure__item {
  border: solid 1px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .procedure__item {
    margin-bottom: 65px;
  }
}
.procedure__item::after {
  content: "";
  background: url(https://miica.tokyo/assets/image/common/arrow-down_01.svg);
  background-size: 100%;
  height: 42px;
  width: 60px;
  text-align: center;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .procedure__item::after {
    height: 28px;
    width: 40px;
    bottom: -50px;
  }
}
.procedure__item:last-child {
  margin-bottom: 0;
}
.procedure__item:last-child::after {
  display: none;
}

.procedure__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .procedure__ttl {
    font-size: 16px;
  }
}
.procedure__ttl span {
  font-size: 150%;
  margin-right: 5px;
  display: inline-block;
  line-height: 0;
}

.required .entry-tbl__th {
  background: #fff;
}

/*--------------------
    資料請求ボタン
--------------------*/
.document-dl {
  margin: 20px auto;
}
.document-dl__btn {
  position: relative;
  display: inline-block;
  border: solid 1px #000;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px 20px 10px 46px;
  text-decoration: none;
  margin: 0 auto;
}
.document-dl__btn::after {
  content: "\f019";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.document-dl__btn:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*--------------------
 トップページカリキュラム
--------------------*/
.top-curriculum__ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-curriculum__ttl {
    font-size: 22px;
  }
}

.top-curriculum__inner {
  margin: 60px auto 120px;
}
@media screen and (max-width: 768px) {
  .top-curriculum__inner {
    margin: 60px auto;
  }
}

.top-curriculum__box {
  background: #6ed2f4;
  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;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-curriculum__box {
    display: block;
  }
}
.top-curriculum__box:nth-of-type(2) {
  background: #fff596;
}
.top-curriculum__box:nth-of-type(2) .top-curriculum__list {
  background: #fffce1;
}
.top-curriculum__box:nth-of-type(3) {
  background: #fb839e;
}
.top-curriculum__box:nth-of-type(3) .top-curriculum__list {
  background: #fedbe1;
}
.top-curriculum__box:nth-of-type(4) {
  background: #7fde84;
}
.top-curriculum__box:nth-of-type(4) .top-curriculum__list {
  background: #d8f5d9;
}

.top-curriculum__name {
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .top-curriculum__name {
    width: 100%;
  }
}

.top-curriculum__list {
  background: #d3f1fc;
  width: 65%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-curriculum__list {
    width: 100%;
    display: block;
  }
}

.top-curriculum__item {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-curriculum__item {
    text-align: center;
    padding-right: 0;
  }
}
.top-curriculum__item--only {
  padding-right: 0;
}

.top-curriculum__btn {
  margin-top: 40px;
}

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

@media screen and (max-width: 768px) {
  .text-center {
    text-align: left;
  }

  .mc-vr-sm {
    margin-top: 0;
  }
}
/*  */

.recommend-table-sp {
  display: none !important;
}

.bg-w {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* .recommend-table-sp, */
  .recommend-td-sp,
  .recommend-th-sp,
  .recommend-title-sp {
    border: 1px solid #000;
    border-collapse: collapse;
  }
  .recommend-td-sp,
  .recommend-th-sp,
  .recommend-title-sp {
    width: 30px;
    height: 25px;
    padding: 5px;
    vertical-align: middle;
    font-size: var(--fz12);
  }

  .recommend-td-sp,
  .recommend-th-sp,
  .recommend-title-sp p {
    font-size: var(--fz12);
  }

  .recommend-td-sp p {
    font-size: var(--fz12);
  }

  .recommend-table-sp {
    width: 100%;
    display: block !important;
    margin-bottom: 56px;
    border-collapse: collapse; /*セル同士の間に隙間を空けない*/
  }

  .recommend-title-sp {
    width: 80%;
  }

  .recommend-th-sp {
    width: auto;
  }

  .recommend-th-sp {
    background: #e6e6e7;
    font-size: 12px;
    font-weight: 400;
  }

  .recommend-title-sp {
    /* font-size: 12px; */
    font-weight: 400;
  }

  .recommend-first-title-sp {
    background: #e6e6e7;
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: var(--fz12);
  }
}

.entry__table tbody tr td p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--fz12);
}

.transfer__table tbody tr td p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--fz12);
}

.tr-lineheight p {
  text-indent: -1em;
  padding-left: 1em;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.2;
}

.form-cont__ttl {
}

@media screen and (min-width: 501px) {
  .form-cont__ttl {
  }
}

@media screen and (min-width: 600px) {
  .form-cont__ttl {
  }
}

@media screen and (min-width: 768px) {
  .form-cont__ttl {
  }

  .entry__table tbody tr td p {
    font-size: var(--fz16);
  }

  .transfer__table tbody tr td p {
    font-size: var(--fz16);
  }

  .entry__table-td--ml20 {
    font-size: var(--fz16);
  }

  .entry-tbl__td p {
    font-size: var(--fz16);
  }
}

.contact-container {
  width: 90%;
  max-width: 700px;
  margin: 120px auto 0;
}
.contact-container .tab-wrap {
  border-bottom: solid 1px #231815;
  margin-bottom: 70px;
}
.contact-container .tab-wrap .row {
  display: flex;
}
.contact-container .tab-wrap .col {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.contact-container .tab-wrap .col:not(:last-child) {
  border-right: solid 1px #231815;
}
.contact-container .tab-wrap .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1px;
  min-height: 52px;
  height: 100%;
  color: #000000;
  text-decoration: none;
}
.contact-container .tab-wrap .tab.current {
  background-color: #ffed5a;
}
.contact-container .tab-wrap .tab span {
  position: relative;
}
.contact-container .tab-wrap .tab span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000000;
}
.contact-container .btn-wrap {
  margin: 0 0 35px;
}
.contact-container .btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  border: solid 1px #000000;
  padding: 1em 2em;
  margin: 0 auto;
  width: fit-content;
  min-height: 50px;
  color: #000000;
}
.contact-container .btn-wrap .btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-download.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 1em;
}
.contact-container .btn-wrap .btn span {
  text-align: center;
}

.contact-container .mc-jumbotron__text {
  margin-bottom: 60px;
}
.contact-container .mc-jumbotron__text p {
}
.contact-container .form-cont {
  font-size: 18px;
}

.contact-container .form-cont__txt p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.contact-container .p-postal-code-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-container .p-postal-code-wrap .p-postal-code {
  flex-basis: 55%;
}
.contact-container .p-postal-code-wrap .postal-search {
  flex-basis: 30%;
  align-self: center;
  margin-left: 10px;
  width: 100%;
  border: solid 1px #e0e0e0;
  background-color: transparent;
  color: #494949;
}
.contact-container .p-postal-code-wrap .error {
  order: 1;
}
@media (max-width: 768px) {
  .contact-container .tab-wrap {
    margin-bottom: 50px;
  }
  .contact-container .mc-jumbotron__text p {
    text-align: left;
    font-size: 14px;
  }
  .contact-container .p-postal-code-wrap .p-postal-code {
    flex-basis: calc(45% - 10px);
    align-self: auto;
  }
}

.eventform-container {
  max-width: 900px;
}
@media (min-width: 768px) {
  .eventform-container .form-cont__ttl {
    width: 31.11%;
  }
  .eventform-container .form-cont__txt {
    width: 68.88%;
  }
}
