@charset "utf-8";
/* CSS Document */

body,
body *{
        word-break: break-all;

}

/*----------------------------------------------------------- button */
.btnBox01 {
  max-width: 450px;
  margin: 20px auto;
}
.btnBox01 a {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #cccccc;
  box-shadow: 1px 2px 5px 0px #bdbdbd;
  text-decoration: none;
}
.btnBox01 a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/2024renewal/img/ar_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin: 0 0 0 20px;
}
.btnBox01 a:hover {
  background: #d8e6eb;
  opacity: 1;
}
.btnBox02 {
  max-width: 450px;
  margin: 20px auto;
}
.btnBox02 a {
  display: block;
  padding: 15px;
  background: #6492b8;
  color: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px 0px #bdbdbd;
  text-decoration: none;
}
.btnBox02 a:link, .btnBox02 a:visited, .Page .btnBox02 a:link, .Page .btnBox02 a:visited {
    color: #fff;
    text-decoration: none;
}
.btnBox02 a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/2024renewal/img/ar_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin: 0 0 0 20px;
}
.btnBox03 {
  max-width: 1000px;
  margin: auto;
}
.btnBox03 ul {
  display: flex;
  justify-content: center;
}
.btnBox03 ul li {
  width: calc(100% / 2 - 60px);
  margin: 30px;
  padding: 5px;
  background: #6492b8;
  border-radius: 8px;
  box-shadow: 1px 2px 5px 0px #bdbdbd;
}
.btnBox03 ul li a {
  display: block;
  padding: 20px;
  background: #6492b8;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
}
.btnBox03 ul li a:hover {
  background: #a8c7dd;
  opacity: 1;
}
.btnBox03 ul li a::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/2024renewal/img/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
}
/*----------------------------------------------------------- listdetail */
.listDetail {
  margin: 30px auto 50px;
}
.listDetail dl {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  border-bottom: 2px dotted #b6bec2;
  padding: 15px;
  max-width: 900px;
}
.listDetail dl dt {
  width: 190px;
  text-align: left;
  letter-spacing: 3px;
}
.listDetail dl dd {
  width: 500px;
  text-align: left;
  letter-spacing: 3px;
}
/*----------------------------------------------------------- banner */
.bnrBox {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 30px;
}
.bnrBox img {
  max-width: 1000px;
  display: block;
}
.bnrBox ul {
  display: flex;
  justify-content: center;
}
.bnrBox ul li {
  width: calc(100% / 2 - 20px);
  margin: 20px;
}
.bnrBox ul li a {
  color: #fff;
  padding: 0 0 10px;
  text-align: center;
  display: block;
}
.bnrBox ul li a:link, .bnrBox ul li a:visited {
  color: #fff;
  background: #265280;
  text-decoration: none;
}
.bnrBox ul li a img {
  padding: 0 0 10px;
}
.bnrBox ul li a small {
  color: #fff;
  display: block;
  font-size: 80%;
  line-height: 2em;
}
/*----------------------------------------------------------- banner_768px  */
@media screen and (max-width: 768px) {
  .btnBox03 ul {
    flex-flow: column;
    align-items: center;
  }
  .btnBox03 ul li {
    width: 87%;
    margin: 20px;
  }
  .listDetail dl dt {
    width: 194px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  .listDetail dl dd {
    width: 370px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.4em;
    font-size: 12px;
  }
  .bnrBox {
    padding: 0;
  }
  .bnrBox ul li {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }
  .imgBox {
    padding: 0;
  }
}
/*-----------------------------------------------------------  banner_smartphone */
@media screen and (max-width: 480px) {
  .bnrBox ul li a:link, .bnrBox ul li a:visited {
    font-size: 80%;
  }
  .bnrBox ul li a:link, .bnrBox ul li a:visited {
    font-size: 80%;
    line-height: 1.4em;
  }
}
/*----------------------------------------------------------- section.Page */
.Page {
  padding: 0 0 50px;
}
.Page img {
  max-width: 100%;
  height: auto;
}
.Page h2 {
  color: #265280;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6em;
  margin: 10px 0;
}
.Page h3 {
  color: #265280;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
  margin: 20px 0 10px;
  text-align: left;
  border-bottom: 2px dotted #82a8d1;
}
.Page h3 strong {
  color: #d46d41;
}
.Page h4 {
  color: #265280;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.6em;
  text-align: left;
}
.Page h5 {
  color: #265280;
  font-size: 100%;
  font-weight: 600;
  padding: 10px 15px;
  line-height: 1.6em;
  text-align: left;
}
.Page h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 10px 30px 0;
}
.Page h3 small, .Page h4 small, .Page h5 small, .Page h6 small {
  font-size: 80%;
  line-height: 1.6em;
}
.Page .flexBox1:last-child, .Page .flexBox2:last-child, .Page .flexBox3:last-child, .Page .flexBox4:last-child {
  padding: 0;
}
.Page .flexBox1, .Page .flexBox2, .Page .flexBox3, .Page .flexBox4 {
  padding: 0 0 10px;
}
.Page .flexBox2 > ul, .Page .flexBox3 > ul, .Page .flexBox4 > ul {
  display: flex;
}
.Page .flexBox2 > ul > li, .Page .flexBox3 > ul > li, .Page .flexBox4 > ul > li {
  margin: 0 0.5vmin 0 0;
  list-style-type: none;
  text-align: center;
}
.Page .flexBox2 > ul > li:last-child, .Page .flexBox3 > ul > li:last-child, .Page .flexBox4 > ul > li:last-child {
  margin: 0;
}
.Page .flexBox2 > ul > li {
  width: calc(100% / 2);
}
.Page .flexBox3 > ul > li {
  width: 33%;
}
.Page .flexBox4 > ul > li {
  width: 25%;
}
.Page .flexBox3 h4, .Page .flexBox4 h4 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6em;
}
.detailBox {
  display: flex;
}
.detailBox .detail {
  padding: 30px;
}
/* tableなどの横スクロールボックス */
.scrollBox table {
  width: 100%;
}
.scrollBox {
  overflow: auto;
  white-space: nowrap;
}
.scrollBox::-webkit-scrollbar {
  height: 5px;
}
.scrollBox::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.contentsTop {
  padding: 30px 0;
}
.contentsTop p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.Page .attentionBox {
  font-size: 80%;
}
.imgBox {
  padding: 50px;
}
.imgBox img {
  max-width: 100%;
}
.Page .bnrBox ul {
  margin: auto;
}
.Page .bnrBox ul li {
    list-style-type: none;
    text-align: center;
    background: #265280;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Page .flexBox3 ul li p, .Page .flexBox4 ul li p {
  padding: 0;
}
.Page .flexBox3 p:nth-child(3), .Page .flexBox4 p:nth-child(3) {
  line-height: 1.6em;
  font-size: 16px;
}
.Page dl {
  display: flex;
  padding: 0 10px;
  flex-wrap: nowrap;
}
.Page dl dt, .Page dl dd {
  text-align: left;
  padding: 15px;
  margin: 0 0 3px;
  line-height: 1.6em;
}
.Page dl dt {
  width: 20%;
  color: #fff;
  background: #265280;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.Page dl dd {
  width: 74.5%;
  background: #e7eef3;
}
.Page dl dd div {
  line-height: 1.6em;
  padding: 0 0 20px;
}
.Page p {
  padding: 15px;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.Page em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 2vw;
  padding: 1vmin 0;
}
.Page ul {
  padding: 10px;
  text-align: left;
}
.Page ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 10px;
  line-height: 1.6rem;
  font-size: 16px;
}
.Page ol {
  padding: 15px;
  text-align: left;
}
.Page ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0;
}
.Page .centerImage {
  margin: auto;
  text-align: center;
}
.Page a, .Page a:link, .Page a:visited {
    color: #265280;
    font-weight: 400;
    word-break: break-all;
    text-decoration: underline;
}
.Page table, .Page tr, .Page td {
  border-collapse: collapse;
  border: 1px solid #999;
}
.Page table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}
.Page .sliderdef {
  width: 500px;
  margin: 0 auto 50px;
  padding: 0 0 10px;
}
.Page .indexList {
  padding: 20px;
  background: #e4e6ed;
}
.Page .indexList li {
  color: #265280;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4em;
}
.Page .indexList li a {
  font-weight: 600;
}
/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 3vmin;
  text-align: center;
  clear: both;
}
.pageNavi ul {
  display: flex;
  justify-content: space-between;
  border-top: 2px dotted #a9998e;
}
.pageNavi ul li {
  list-style-type: none;
  width: 50%;
}
.pageNavi ul li:first-child {
  text-align: left;
}
.pageNavi ul li:last-child {
  text-align: right;
}
.pageNavi ul li:first-child a::before {
  content: "< ";
}
.pageNavi ul li:last-child a::after {
  content: " >";
}
.pageNavi ul li a {
  display: block;
  padding: 2vmin;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- .Page 1198px */
@media all and (max-width:1198px) {
  .Page {
    padding: 0;
  }
  .Page .contentsDetail {
    padding: 0 10px 30px;
  }
  .Page p {
    font-size: 1em;
    line-height: 2em;
  }
  .Page ul li {
    line-height: 2em;
  }
}
/*----------------------------------------------------------- .Page 768px */
@media screen and (max-width: 768px) {}
/*----------------------------------------------------------- .Page 480px */
@media screen and (max-width: 480px) {
  #pageTitle h1 {
    font-size: 18px;
    padding: 50px 20px 0;
    line-height: 1.4em;
    text-align: left;
  }
  .Page .mainCopy {
    font-size: 4.8vw;
    padding: 7vmin 2vmin;
  }
  .Page h2 {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
  }
  .Page h3 {
    font-size: 16px;
    padding-left: 2em;
    text-indent: -2em;
  }
  .Page h4 {
    font-size: 16px;
    padding: 3vmin;
    line-height: 1.4em;
  }
  .Page h5 {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    margin: 15px 0 5px;
  }
  .Page p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .contentsDetail > p {
    padding: 10px;
  }
  .Page ul li {
    line-height: 1.6em;
    font-size: 14px;
    list-style-type: disc;
  }
  .Page .contentsDetail > ul li {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  .Page dl dt, .Page dl dd {
    padding: 8px;
    font-size: 13px;
  }
  .Page dl dt {
    width: auto;
  }
  .Page dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    font-size: 14px;
    line-height: 2em;
  }
  .Page em {
    font-size: 2.2vw;
  }
  .Page .contentsDetail {
    padding: 0 15px 20px;
  }
  .Page .flexBox3 h4, .Page .flexBox4 h4 {
    font-size: 4vw;
  }
  .Page .flexBox3 p:nth-child(3), .Page .flexBox4 p:nth-child(3) {
    line-height: 4vw;
    font-size: 2vw;
  }
  .Page .flexBox1, .Page .flexBox2, .Page .flexBox3, .Page .flexBox4 {}
  .Page .flexBox1 ul, .Page .flexBox2 ul, .Page .flexBox3 ul, .Page .flexBox4 ul {
    display: block;
  }
  .Page .flexBox2 ul li, .Page .flexBox3 ul li, .Page .flexBox4 ul li {
    width: auto;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  .Page .indexList li {
    padding-left: 1.25em;
    text-indent: -1.25em;
    font-size: 90%;
  }
  .Page .indexList ol {
    padding: 0;
    text-align: left;
  }
  .Page .indexList li a {
    font-size: 85%;
  }
  .contentsTop {
    padding: 0px;
  }
  .btnBox02 {
    margin: 0 20px;
  }
  .imgBox {
    padding: 0;
  }
  .Page dl {
    flex-flow: column;
  }
  .Page h6 {
    padding: 10px 0;
  }
  .Page .sliderdef {
    width: 260px;
  }
}
/*----------------------------------------------------------- 一覧ボタン */
.pageBtnBox {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.pageBtnBox p {
  font-size: 20px;
  padding: 0 0 2vmin;
}
.Page .pageBtnBox a {
  text-align: center;
  display: block;
  background: #8d875e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 10px 13px;
  /* border: 1px solid #bbbdbc; */
  width: 360px;
  box-shadow: 2px 2px 2px 1px rgb(110 110 110 / 20%);
  cursor: pointer;
  letter-spacing: 3px;
  border-radius: 5px;
}
.pageBtnBox a span {
  color: #fff;
}
.pageBtnBox a span::after {
  content: '';
  display: inline-block;
  margin: 0 0 0 1vmin;
  width: 40px;
  height: 24px;
  background-image: url(/wp-content/themes/2024renewal/img/ar_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -13px;
}
/* SP制御 */
@media screen and (max-width: 480px) {
  .pageBtnBox a {
    font-size: 4vw;
    padding: 3vmin 1vmin 1vmin;
    width: 95%;
  }
}
/* mobile */
@media screen and (max-width: 1024px) {
  .newsList dl dt span {
    font-size: 12px;
  }
}
/* smartphone */
@media screen and (max-width: 480px) {
  .newsList dl dt span {
    font-size: 2vw;
    width: 100px;
    padding: 2vw;
  }
  .newsList dl dd {
    font-size: 3.2vw;
  }
  .newsList dl dd span {
    padding: 0.25em 1em 0.3em;
    font-size: 2vw;
    margin: 0 1vmin 0 0;
  }
  .newsList dl dd em {
    margin: 2vmin 0;
  }
}
#sideMenu {
  border-left: 1px solid #d5dbdd;
  margin: 2vmin 0 0;
}
#sideMenu h2 {
  background: #f5f7f3;
  padding: 1.4vmin;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  border-top: none;
  border-bottom: 1px solid #d5dbdd;
}
#sideMenu ul {
  padding: 2vmin;
}
#sideMenu ul li {
  font-size: 14px;
  padding: 0 0 1vmin;
  text-indent: -2vmin;
  padding-left: 2vmin;
  line-height: 1.4em;
}
/*----------------------------------------------------------- iFrame */
.contents iframe {
  width: 420px;
  height: 314px;
}
/* tablet */
@media screen and (max-width: 812px) {
  .contents iframe {
    width: 420px;
    height: 314px;
  }
  @media all and (max-width:480px) {
    .contents iframe {
      width: auto;
      height: 300px;
    }
  }
  /*----------------------------------------------------------- 表リスト */
  @media all and (max-width:480px) {
    .tableList {
      padding: 5vmin;
    }
    .tableList ul li {
      text-indent: initial;
      line-height: 4vw;
      font-size: 3.2vw;
      padding: 4vmin 2vmin;
    }
  }
  /*----------------------------------------------------------- 冒頭テキスト */
  .firstText {
    font-size: 16px;
    line-height: 2em;
  }
  @media screen and (max-width: 480px) {
    .firstText {
      font-size: 3.2vw;
      text-align: left;
      padding: 0 2vw 5vw;
    }
  }
  #thumbList {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #thumbList .thumbItem {
    flex: 0 1 18.75%;
    box-sizing: border-box;
    position: relative;
    margin: 1vmin 5px 1vmin;
    list-style: none;
  }
  .thumbItem:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
  }
  .thumbItem.thumbnail-current:after {
    opacity: 0;
  }
  .thumbItem img {
    width: 100%;
    margin: 0 auto;
    height: 100px; /*任意の高さを指定*/
    object-fit: contain;
  }
  /* tablet */
  @media screen and (max-width: 812px) {
    #sliderCase {
      width: 720px;
    }
    #thumbList {
      width: 720px;
    }
    #thumbList .thumbItem {
      flex: 0 1 15%;
    }
  }
  /* smartphone */
  @media screen and (max-width: 480px) {
    #thumbList {
      width: 300px;
    }
    #thumbList .thumbItem {
      flex: 0 1 15%;
      text-indent: 0;
    }
    .thumbItem img {
      width: 100%;
      margin: 0 auto;
      height: 20px; /*任意の高さを指定*/
      object-fit: contain;
    }
  }
}
/*----------------------------------------------------------- アコーディオン */
.accContainer .accTitle {
  color: #fff;
  background: #6285ab;
  cursor: pointer;
  text-align: left;
}
.accContainer .accTitle:hover, .accContainer .accTitle:active, .accContainer .content-entry.open .accTitle {
  opacity: 0.8;
  color: white;
}
.accContainer .accTitle:hover i:before, .accContainer .accTitle:hover i:active, .accContainer .content-entry.open i {
  color: white;
}
.accTitle {
  position: relative;
}
.accTitle:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accTitle.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
.wp-pagenavi .current, .wp-pagenavi a.page {
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #fff;
    text-decoration: none;
}
.wp-pagenavi .current {
  border: none;
  background: #265280;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
/*----------------------------------------------------------- 詳細ページ制御 */
#aDetail {
  background: #fff;
  padding: 20px;
}
#aDetail h3 {
  color: #265280;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
  margin: 20px 0 10px;
  text-align: left;
  border-bottom: 2px dotted #82a8d1;
  text-indent: 0;
}
#aDetail h4 {
  text-align: left;
  margin: 20px 0 40px;
  background: #d5e3f3;
  border-bottom: none;
}
/*#aDetail ul {display:flex;
}*/
#aDetail ul {
  display: block;
}
#aDetail ul li {
  list-style-type: none;
}
#aDetail dl {
  display: block;
}
#aDetail dl dt {
  width: auto;
  color: #265280;
  background: transparent;
  display: block;
  flex-flow: inherit;
  align-items: inherit;
  justify-content: inherit;
  font-size: 110%;
  font-weight: 500;
}
#aDetail dl dd {
  width: auto;
  background: transparent;
  padding: 0 5px;
}
#aDetail dt {
  padding: 25px 25px 0;
}
#aDetail .flexBoxArticle {}
#aDetail .flexBoxArticle ul {
  display: flex;
}
#aDetail .flexBoxArticle ul li {
  width: calc(100% / 2 - 80px);
  margin: 20px;
}
#aDetail .flexBoxArticle ul li table {
  width: 100%;
}
#aDetail .flexBoxArticle ul li table th {
  padding: 10px;
  background: #f1f3f5;
}
.quest .tablepress tr td:nth-of-type(1) {
  width: 20%;
}
.quest .tablepress tr td:nth-of-type(2) {
  width: 80%;
  text-align: left;
}
.dataTables_wrapper label input, .dataTables_wrapper label select {
  margin: 10px;
  padding: 5px;
}
/* smartphone */
@media screen and (max-width: 480px) {
  #aDetail .flexBoxArticle ul {
    display: block;
  }
  #aDetail .flexBoxArticle ul li {
    display: block;
  }
  #aDetail .flexBoxArticle ul li {
    width: auto;
    margin: 0;
  }
}
/*----------------------------------------------------------- 検索ページ制御 */
.Page .reDetail label {
  margin: 0 30px;
}
.Page .reDetail form {
  background: #e4e6ed;
}
.Page .reDetail .vkfs__labels {
  display: initial;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Page .reDetail .vkfs__input-wrap label {
  margin-bottom: 0;
  display: block;
  color: #fff;
}
.Page .reDetail .vkfs input[type=checkbox], #S01 .vkfs input[type=radio] {
  left: 10px;
  top: 10px;
}
.Page .reDetail .vkfs__label-name {
  font-weight: 700;
  margin-bottom: calc(var(--vk-size-text) * .5);
  display: none;
}
.Page .reDetail .vkfs button[type=submit] {
  width: 500px;
  letter-spacing: 2px;
  border-radius: 40px;
  background-color: #fff;
  border-color: #007095;
  border-style: solid;
  border-width: 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 120%;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 20px;
  padding: 1rem 2rem 1.0625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
}
.Page .reDetail .vkfs ul.vkfs__input-wrap {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
}
.Page .reDetail li {
  background: #97bbd3;
  margin: 10px;
  width: 258px;
}
.reDetail .detailBox:nth-of-type(1) {
  border-top: 1px solid #a5a5a5;
}
.reDetail .detailBox {
  border-bottom: 1px solid #a5a5a5;
}
.reDetail .detailBox .leftBox {
  width: 410px;
  border-right: 1px solid #a5a5a5;
}
.reDetail .detailBox .rightBox {
  width: 690px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reDetail .detailBox .rightBox p {
  font-size: 80%;
}
.reDetail h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reDetail h3 {
  font-size: 80%;
  text-align: center;
  color: #333;
  font-weight: 400;
  border: none;
}
.reDetail h3 span {
  display: block;
  background: #97bbd3;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 20px 0 0;
  border-radius: 20px;
  width: 160px;
  text-align: center;
}
.waku_input_wrap .waku_input input {
  width: 100%;
}
article#form {
  max-width: 1140px;
  margin: auto;
}
article#form li {
  list-style-type: none;
  padding: 0;
}
article#form form {
  background: #eaf1f7;
  padding: 30px 30px 50px;
  margin: 0 15px 50px;
}
article#form form input, article#form form select {
  border: 1px solid #ddd;
  padding: 10px;
}
article#form form textarea {
  border: 1px solid #ddd;
}
article#form form form input[size="60"] {
  width: 100%;
  padding: 10px;
}
.Page article#form form dl {
  display: flex;
  padding: 0 10px 10px;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
}
.Page article#form form dl.none { border-bottom: none;}

.Page article#form form dl dt {
  width: 22%;
  color: #333;
  background: transparent;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.Page article#form form dl dd {
  background: transparent;
}
article#form form .smallTitle, article#form form .form_sub_midasi {
    background: #d5dce3;
    padding: 10px;
    margin: 10px 0 10px;
    width: auto;
}
article#form form .smallTitle strong, article#form form .form_sub_midasi strong {
  font-weight: 400;
  font-size: 80%;
}
article#form form input[type="text"] {
  border: 1px solid #ddd;
  margin: 10px 0;
  width: 300px;
}
article#form form .mwform-zip-field input[type="text"],
article#form form .mwform-tel-field input[type="text"] {
  width: 50px;
}


article#form form input[type="submit"] {
  background: #83949f;
  border: none;
  color: #fff;
  font-size: 120%;
  padding: 9px 50px;
  width: 200px;
}
.Page article#form form input[size="60"] {
  padding: 10px;
  width: 300px;
}
article#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  article#form form {
    padding: 30px 0 50px;
  }
  .Page article#form form dl {
    flex-flow: column;
    padding: 10px;
  }
  .Page article#form form dl dt {
    width: auto;
    margin: 0;
  }
  .Page article#form form input[size="60"] {
    width: 250px;
  }
}