@charset "UTF-8";

.u-sp-only {
  display: none !important;
}

.article-main {
  position: relative;
  width: 100%;
}

.article-main-wrap {
  width: 100%;
}

.article-main-img {
  width: 100%;
}

.article-main-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
}

.article-main-underline {
  height: 10px;
  margin-top: -5px;
}

.article-message-img {
  display: block;
  width: 70%;
  max-width: 868px;
  margin: 80px auto 40px;
}

.article-block-img {
  display: block;
  width: 100%;
}

.article-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  max-width: 1240px;
  padding: 36px 27px;
  margin: auto;
  border-radius: 20px;
  background-color: #f9f9f9;
}

.article-message-text {
  color: #313131;
  font-size: 18px;
  line-height: calc(34 / 18);
  text-align: center;
}

.article-message-text + .article-message-text {
  margin-top: 1.4em;
}

.article-message-note{
  color: #313131;
  text-align: center;
  font-size: 18px;
  width: 83%;
  max-width: 1240px;
  margin: 30px auto 0;
}

.article-section {
  width: 95%;
  max-width: 1240px;
  margin: 80px auto 0;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
}

.article-section + .article-section {
  margin-top: 100px;
}

.article-section-title {
  text-align: center;
}

.article-section-text {
  margin-top: 45px;
  line-height: 1.8;
}

.article-section-text a {
  border-bottom: 1px solid #004b9b;
  color: #004b9b;
}

.article-section-text a:hover {
  opacity: 0.7;
}

.article-section a{
  color: #004b9b;
}

.article-section-text + .article-section-text {
  margin-top: 1.4em;
}

.article-section-text.note{
  font-weight: bold;
}
.article-section-img {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.article-section-step-title {
  margin-top: 53px;
  font-size: 24px;
  line-height: 30px;
}

.article-section-step-title:before {
  display: inline-block;
  width: 4px;
  height: 30px;
  margin-right: 16px;
  background-color: #fb929e;
  vertical-align: top;
  content: "";
}

.article-section-step-img {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.article-section-step-text {
  margin-top: 40px;
  line-height: 1.8;
}

.article-section-step-marker{
  background-color: #fffe55;
}

.article-section-step-text + .article-section-step-text {
  margin-top: 1.4em;
}

.article-section a {
  color: #004b9b;
  border-bottom: 1px solid #004b9b;
  text-decoration: none;
 }

.article-section a:hover {
 opacity: 0.7;
}

.article-bnr {
  width: 95%;
  max-width: 1240px;
  margin: 130px auto 65px;
}

.article-bnr-inner {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.article-bnr-inner:hover {
  opacity: 0.7;
}

.article-bnr-img {
  display: block;
  width: 100%;
}

.article-section-step-list {
  margin-top: 1.4em;
}

.article-section-step-listitem {
  font-weight: normal;
  padding-left: 1em;
}

.article-section-step-dl-item-title {
  font-weight: normal;
  padding-left: 1em;
}

.article-section-step-dl-item-text {
  font-weight: normal;
  padding-left: 2em;
}

.article-section-step-wraptext {
  margin-top: 1.4em;
  padding: 36px 27px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
}

.article-section-step-wraptext > * {
  margin: 0;
}

.article-section-step-tabletext{
  font-weight: normal;
}

.article-section-table-ttl{
  font-weight: bold;
}

.article-section-step-tabletext table{
  width: 100%;
}

.article-section-step-th-items{
  background-color: #000;
  color: #FFF;
  border: 1px #c4c4c4 solid;
  padding: 0.5em 1em;
  font-weight: normal;
}

.article-section-step-td-items{
  border: 1px #c4c4c4 solid;
  padding: 0.5em 1em;
}

.article-section-step-td-ttl{
  width: 20em;
}

.article-img--trim {
  width: 70%;
  /* padding-top: 50%; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* overflow: hidden; */
}

/* .article-img--trim .article-block-img {
  position: absolute;
  bottom: 0;
  left: 0;
} */

.article-img--half {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.article-table-wrap {
  max-width: 582px;
  margin-top: 30px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.article-table-wrap.table-large {
  max-width: 1000px;
}
.article-table{
  width: 100%;
}
.article-table-tr, .article-table-th, .article-table-td {
  border: 2px solid #ccc;
}
thead .article-table-tr:first-child th {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-table-tr:nth-child(2n) {
  background-color: #eaf0f8;
}
.article-table-th {
  background-color: #4185d7;
  color: #fff;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}
.article-table-th, .article-table-td {
  width: 268px;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}
.article-table-td {
  font-weight: 400;
  text-align: right;
}
/* 5項目の表 */
.article-table-wrap.table-large .article-table-th {
  font-size: min(1.954vw, 24px);
}
.article-table-wrap.table-large .article-table-td {
  font-size: min(2.258vw, 28px);
}

@media screen and (max-width: 767px){
  thead .article-table-tr:first-child th{
    font-size: 3.65059vw;
  }
  .article-table-th, .article-table-td {
    width: 34.94vw;
    font-size: 3.65vw;
  }
  /* 5項目の表 */
  .article-table-wrap.table-large .article-table-th,
  .article-table-wrap.table-large .article-table-td {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 2.4vw;
  }
}


@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }

  .article-main-title {
    font-size: 3.52021vw;
  }

  .article-message-img {
    margin: 10.43025vw auto;
  }

  .article-message {
    width: 92.56845vw;
    padding: 4.69361vw 3.52021vw;
  }

  .article-message-text {
    font-size: 2.60756vw;
  }

  .article-message-note{
    font-size: 2.60756vw;
    width: 90%;
    margin: 30px auto 0;
  }

  .article-section {
    width: 92.56845vw;
    font-size: 3.12907vw;
  }

  .article-section + .article-section {
    margin-top: 13.0378vw;
  }

  .article-section-text {
    margin-top: 6vw;
  }

  .article-section-img {
    margin-top: 3.2vw;
  }

  .article-section-step-title {
    margin-top: 6.91004vw;
    font-size: 3.65059vw;
    line-height: 3.91134vw;
    text-indent: -1em;
    padding-left: 1em;
  }

  .article-section-step-title:before {
    width: 4px;
    height: 3.91134vw;
    margin-right: 2.08605vw;
    line-height: 3.91134vw;
  }

  .article-section-step-text {
    margin-top: 5.21512vw;
  }

  .article-section-step-wraptext {
    padding: 4.69361vw 3.52021vw;
  }

  .article-section-step-wraptext > * {
    margin: 0;
  }

  .article-bnr {
    width: 92.56845vw;
    margin: 20vw auto 10vw;
  }

  .article-img--trim {
    width: 70vw;
  }

  .article-section-step-td-ttl{
    width: 25vw;
  }
}

.article-link {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  color: #313131 !important;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e82229;
  border-radius: 20px;
  line-height: 1;
  position: relative;
  transition: 0.2s;
}
.article-link:hover {
  opacity: 0.7;
}
.article-link::after {
  display: block;
  content: "＞";
  color : #e82229;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .article-link {
    width: 92.56845vw;
    font-size: 5.21512vw;
    line-height: 1.2;
  }
  .article-link::after {
    right: 5vw;
  }
}

.article-link-return{
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  width: 13em;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #004b9b;
}

.article-link-return:visited{
  color: #004b9b;
}