@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px; }

*:focus {
  outline: none; }

html, body {
  height: 100%; }

html {
  min-height: 100%; }

body > .wrap {
  height: auto; }

html {
  height: 100%;
  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */ }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #509CC9;
  font-size: 1.5rem;
  /* 15px */
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "sans-serif";
  margin: 0;
  padding: 0;
  min-width: inherit;
  overflow-y: scroll;
  word-break: break-all; }

a {
  word-break: break-all; }

img {
  width: 100%;
  height: auto; }

a img {
  border: none; }

.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /*height: auto;*/
  background: transparent;
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #000000;
  position: relative; }

.wrap.is-show {
  opacity: 1.0; }

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  background-image: url("../img/feather1.png"), url("../img/feather2.png"), url("../img/bg_blue.webp");
  background-position: left -2% top -2%, right -2% bottom 5%, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 28% auto,40% auto, cover; }

.footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: auto;
  padding: 20px;
  text-align: center;
  /*background: rgb(0,42,80);
  background: linear-gradient(90deg, rgba(0,42,80,0.7) 0%, rgba(42,131,212,0.7) 50%, rgba(0,42,80,0.7) 100%);*/
  color: #000;
  position: relative; }
  .footer .goHome {
    display: block;
    width: 28%;
    max-width: 110px;
    margin: 6px auto 12px auto;
    padding: 0;
    position: relative; }
  .footer .foot_copy {
    text-align: center;
    font-size: 9px;
    padding-top: 4px;
    color: #000; }

/*---PCは非表示、SPは表示---*/
.is-pc {
  display: none; }

.is-sp {
  display: block; }

/*---
news index
-----------------------------*/
.newsWrap {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: calc( 100vh - 100px);
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  color: #000000;
  position: relative;
  z-index: 2; }
  .newsWrap h1 {
    display: block;
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0; }
  .newsWrap a.white,
  .newsWrap a:visited.white {
    display: block;
    color: #000000;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    padding: 10px; }
  .newsWrap a:hover.white {
    background: rgba(156, 196, 214, 0.8);
    border: 1px solid #fff;
    box-sizing: border-box; }
  .newsWrap .headline {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 5px auto;
    background: url("../img/allow_1.svg") right 1% center no-repeat;
    background-size: 20px 20px;
    cursor: pointer; }
    .newsWrap .headline .leftBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      width: 70px !important;
      height: auto;
      text-align: center;
      padding: 5px 8px 5px 0;
      border-right: 1px solid #000;
      line-height: 1.0;
      font-family: "Oswald", sans-serif;
      font-weight: 400; }
      .newsWrap .headline .leftBox .year {
        display: block;
        width: 100%;
        font-size: 12px;
        margin-bottom: 6px; }
      .newsWrap .headline .leftBox .date {
        display: block;
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 8px; }
      .newsWrap .headline .leftBox .week {
        display: block;
        width: 100%;
        font-size: 12px; }
    .newsWrap .headline .rightBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      width: calc(100% - 70px);
      height: auto;
      text-align: left;
      padding: 0 10px 0 10px;
      font-size: 1.40rem;
      line-height: 1.6;
      font-weight: 500;
      letter-spacing: -0.03em; }
      .newsWrap .headline .rightBox .category {
        display: inline-block;
        width: auto;
        padding: 5px 8px;
        background: #666666;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 4px;
        border-radius: 5px; }
      .newsWrap .headline .rightBox h3 {
        width: calc(100% - 20px);
        margin-left: 0; }
      .newsWrap .headline .rightBox .midashi {
        font-size: 1.46rem;
        line-height: 1.4; }
  .newsWrap .back_index {
    display: block;
    width: 50%;
    max-width: 220px;
    margin: 0 auto;
    padding: 0; }
    .newsWrap .back_index a,
    .newsWrap .back_index a:hover {
      text-decoration: none !important;
      border: none !important; }

/*---
news 個別ページ
-----------------------------*/
.news_pageWrap {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: calc( 100vh - 100px);
  margin: 0 auto;
  padding: 10px 10px 40px 10px;
  color: #000000;
  position: relative;
  z-index: 2; }
  .news_pageWrap a,
  .news_pageWrap a:visited {
    color: #0697AA;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 0.05em;
    border-bottom: dotted 1px #0697AA; }
  .news_pageWrap a:hover {
    color: #8e29ec;
    text-decoration: none;
    padding-bottom: 0.05em;
    border-bottom: dotted 1px #8e29ec; }
  .news_pageWrap h1 {
    display: block;
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0; }
  .news_pageWrap .news_Box {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto 30px auto;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    color: #000000; }
  .news_pageWrap .headline {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    /*max-width: 1200px;*/
    height: auto;
    margin: 0 auto 10px auto;
    padding: 8px 10px 8px 10px;
    position: relative;
    border-bottom: 2px solid #000000; }
    .news_pageWrap .headline .leftBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      width: 70px !important;
      height: auto;
      text-align: center;
      padding: 5px 8px 5px 0;
      border-right: 1px solid #000000;
      line-height: 1.0;
      font-family: "Oswald", sans-serif;
      font-weight: 400; }
      .news_pageWrap .headline .leftBox .year {
        display: block;
        width: 100%;
        font-size: 12px;
        margin-bottom: 4px; }
      .news_pageWrap .headline .leftBox .date {
        display: block;
        width: 100%;
        font-size: 20px;
        margin-bottom: 7px;
        font-weight: 500; }
      .news_pageWrap .headline .leftBox .week {
        display: block;
        width: 100%;
        font-size: 12px; }
    .news_pageWrap .headline .rightBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      width: calc(100% - 70px);
      height: auto;
      text-align: left;
      padding: 0 10px 0 10px;
      font-size: 1.46rem;
      line-height: 1.6;
      font-weight: 500;
      letter-spacing: -0.03em; }
      .news_pageWrap .headline .rightBox .category {
        display: inline-block;
        width: auto;
        padding: 5px 8px;
        background: #666666;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 4px;
        border-radius: 5px; }
      .news_pageWrap .headline .rightBox h3 {
        width: 100%;
        margin-left: 0;
        font-weight: 600;
        letter-spacing: 0.03em; }
  .news_pageWrap .newsTxt {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 5px auto 10px auto;
    padding: 10px 10px 24px 10px;
    position: relative;
    font-size: 1.38rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 400; }
    .news_pageWrap .newsTxt a {
      color: #007cc3;
      text-decoration: none !important; }
    .news_pageWrap .newsTxt a:hover {
      color: #ec2985;
      text-decoration: underline;
      text-decoration-color: #fff;
      text-decoration-style: dotted;
      text-underline-offset: 1px; }
  .news_pageWrap .back_index {
    display: block;
    width: 50%;
    max-width: 220px;
    margin: 0 auto;
    padding: 0; }
    .news_pageWrap .back_index a,
    .news_pageWrap .back_index a:hover {
      text-decoration: none !important;
      border: none !important; }

/*----- 本文内画像指定 -----*/
img.w_100 {
  width: 100%; }

img.w_90 {
  width: 100%;
  max-width: 580px; }

img.w_80 {
  width: 100%;
  max-width: 560px; }

img.w_70 {
  width: 95%;
  max-width: 540px; }

img.w_60 {
  width: 80%;
  max-width: 500px; }

img.w_50 {
  width: 75%;
  max-width: 500px; }

img.w_45 {
  width: 70%;
  max-width: 480px; }

img.w_40 {
  width: 65%;
  max-width: 440px; }

img.w_30 {
  width: 60%;
  max-width: 400px; }

.sp_taC {
  text-align: center; }

.listType1 li {
  display: block;
  width: auto;
  height: auto;
  padding-left: 14px;
  margin-bottom: 2px;
  position: relative; }

.listType1 li a,
.listType1 li a:visited {
  color: #366ABA;
  text-decoration: underline dotted;
  text-underline-offset: 0.2em; }

a:hover {
  color: #ffc600;
  text-decoration: underline dotted;
  text-underline-offset: 0.2em; }

.listType1 li:before {
  content: "━";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1.2rem;
  padding-right: 5px;
  padding-top: 2px;
  color: #2FB5C2; }

.listType2 li {
  display: block;
  width: auto;
  height: auto;
  padding-left: 13px;
  margin-bottom: 2px;
  color: #383838;
  position: relative; }

.listType2 li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  /*color: #fe0000;*/ }

.listType3 li {
  display: block;
  width: auto;
  height: auto;
  padding-left: 13px;
  margin-bottom: 2px;
  color: #383838;
  position: relative; }

.listType3 li:before {
  content: "●";
  position: absolute;
  color: #2FB5C2;
  top: 0;
  left: 0;
  /*color: #fe0000;*/ }

li.listType4:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #383838; }

/* tablet ------------------------------*/
@media screen and (min-width: 600px) {
  .footer .goHome {
    display: block;
    width: 30%;
    max-width: 110px;
    margin: 6px auto 12px auto;
    padding: 0;
    position: relative; }
  .footer .foot_copy {
    text-align: center;
    font-size: 9px;
    padding-top: 6px;
    color: #fff; } }
@media screen and (min-width: 800px) {
  br.is-sp {
    display: none; }

  .wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background-image: url("../img/feather1.png"), url("../img/feather2.png"), url("../img/bg_blue.webp");
    background-position: left -2% top -1%, right -1% bottom 3%, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 20% auto,30% auto, cover; }

  .footer .goHome {
    display: block;
    width: 26%;
    max-width: 110px;
    margin: 6px auto 20px auto;
    padding: 0;
    position: relative; }
  .footer .foot_copy {
    text-align: center;
    font-size: 9px;
    padding-top: 6px;
    color: #000; }

  /*---
  news 個別ページ
  -----------------------------*/
  .news_pageWrap {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: calc( 100vh - 100px);
    margin: 0 auto;
    padding: 10px 60px 40px 60px;
    position: relative;
    z-index: 2; }
    .news_pageWrap h1 {
      display: block;
      width: 50%;
      max-width: 400px;
      margin: 0 auto;
      padding: 0; }
    .news_pageWrap .news_Box {
      display: block;
      width: 90%;
      height: auto;
      margin: -2px auto 30px auto;
      padding: 5px 30px;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 10px; }
    .news_pageWrap .headline {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      /*max-width: 1200px;*/
      height: auto;
      margin: 0 auto 10px auto;
      padding: 10px 10px 10px 10px;
      position: relative;
      border-bottom: 2px solid #000000a; }
      .news_pageWrap .headline .leftBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 70px !important;
        height: auto;
        text-align: center;
        padding: 5px 8px 5px 0;
        border-right: 1px solid #03577e;
        line-height: 1.0;
        font-family: "Oswald", sans-serif;
        font-weight: 400; }
        .news_pageWrap .headline .leftBox .year {
          display: block;
          width: 100%;
          font-size: 12px;
          margin-bottom: 4px; }
        .news_pageWrap .headline .leftBox .date {
          display: block;
          width: 100%;
          font-size: 22px;
          margin-bottom: 7px;
          font-weight: 500; }
        .news_pageWrap .headline .leftBox .week {
          display: block;
          width: 100%;
          font-size: 12px; }
      .news_pageWrap .headline .rightBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: calc(100% - 70px);
        height: auto;
        text-align: left;
        padding: 0 10px 0 10px;
        font-size: 1.7rem;
        line-height: 1.6;
        font-weight: 500; }
        .news_pageWrap .headline .rightBox .category {
          display: inline-block;
          width: auto;
          padding: 5px 8px;
          background: #666666;
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          line-height: 1;
          margin-bottom: 4px;
          border-radius: 5px; }
        .news_pageWrap .headline .rightBox h3 {
          width: 100%;
          margin-left: 0;
          font-weight: #600;
          letter-spacing: 0.04em; }
    .news_pageWrap .newsTxt {
      display: block;
      width: 100%;
      max-width: 1200px;
      height: auto;
      margin: 5px auto 10px auto;
      padding: 10px 30px 24px 30px;
      position: relative;
      font-size: 1.54rem;
      line-height: 1.8;
      letter-spacing: 0.01em; }
      .news_pageWrap .newsTxt a {
        color: #007cc3;
        text-decoration: none !important; }
      .news_pageWrap .newsTxt a:hover {
        color: #ec2985;
        text-decoration: underline;
        text-decoration-color: #fff;
        text-decoration-style: dotted;
        text-underline-offset: 1px; }
    .news_pageWrap .back_index {
      display: block;
      width: 40%;
      max-width: 230px;
      margin: 0 auto;
      padding: 0; }
      .news_pageWrap .back_index a,
      .news_pageWrap .back_index a:hover {
        text-decoration: none !important;
        border: none !important; } }
/* PC ----------------------------------*/
@media screen and (min-width: 1025px) {
  /*---PCは表示、SPは非表示---*/
  .is-pc {
    display: block; }

  /*PCのみ表示の時*/
  .is-sp {
    display: none; }

  /*スマホのみ表示の時*/
  .wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background-image: url("../img/feather1.png"), url("../img/feather2.png"), url("../img/bg_blue.webp");
    background-position: left -3% top -2%, right -1% bottom 1%, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 20% auto,30% auto, cover; }

  .newsWrap .headline .leftBox,
  .news_pageWrap .headline .leftBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 90px !important;
    height: auto;
    text-align: center;
    padding: 5px 8px 5px 0;
    border-right: 1px solid #000000;
    line-height: 1.0;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    .newsWrap .headline .leftBox .year,
    .news_pageWrap .headline .leftBox .year {
      display: block;
      width: 100%;
      font-size: 12px;
      margin-bottom: 4px; }
    .newsWrap .headline .leftBox .date,
    .news_pageWrap .headline .leftBox .date {
      display: block;
      width: 100%;
      font-size: 24px;
      margin-bottom: 7px;
      font-weight: 500; }
    .newsWrap .headline .leftBox .week,
    .news_pageWrap .headline .leftBox .week {
      display: block;
      width: 100%;
      font-size: 12px; }
  .newsWrap .headline .rightBox,
  .news_pageWrap .headline .rightBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: calc(100% - 110px);
    height: auto;
    text-align: left;
    padding: 0 10px 0 20px;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: 500; }
    .newsWrap .headline .rightBox .category,
    .news_pageWrap .headline .rightBox .category {
      display: inline-block;
      width: auto;
      padding: 5px 8px;
      background: #666666;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 4px;
      border-radius: 5px; }
    .newsWrap .headline .rightBox h3,
    .news_pageWrap .headline .rightBox h3 {
      width: calc(100% - 20px);
      margin-left: 0;
      letter-spacing: 0.05em; }
    .newsWrap .headline .rightBox .midashi,
    .news_pageWrap .headline .rightBox .midashi {
      font-size: 1.6rem;
      line-height: 1.4; }

  .news_pageWrap .newsTxt {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 5px auto 10px auto;
    padding: 10px 30px 24px 30px;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: -0.01em; }
    .news_pageWrap .newsTxt a {
      color: #007cc3;
      text-decoration: none !important; }
    .news_pageWrap .newsTxt a:hover {
      color: #ec2985;
      text-decoration: underline;
      text-decoration-color: #fff;
      text-decoration-style: dotted;
      text-underline-offset: 1px; }

  /*----- 本文内画像指定 -----*/
  img.w_100 {
    width: 100%; }

  img.w_90 {
    width: 90%; }

  img.w_80 {
    width: 80%; }

  img.w_70 {
    width: 70%; }

  img.w_60 {
    width: 60%; }

  img.w_50 {
    width: 50%; }

  img.w_45 {
    width: 45%; }

  img.w_40 {
    width: 40%; }

  img.w_30 {
    width: 30%; }

  .sp_taC {
    text-align: left; }

  /*---- リスト　----*/
  .listType1 {
    margin-top: 5px; }

  .listType1 li {
    position: relative;
    padding-left: 16px; }

  .listType2 {
    margin-top: 5px; }

  .listType2 li {
    position: relative;
    padding-left: 16px; }

  .listType3 {
    margin-top: 5px;
    margin-left: 20px; }

  .listType3 li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px; } }
/*---etc.---*/
.ib {
  display: inline-block;
  border: solid 1px #fff;
  padding: 5px; }

.ib2 {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 4px;
  padding: 6px 12px;
  /*background: linear-gradient(#00a2ff 90%, #00a2ff 10%);*/
  background-color: #1f3cb0;
  text-decoration: none !important;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  margin: 0 10px 0 0; }

.movieBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center; }

.trailer {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 10px 0 10px 0;
  background: transparent;
  text-align: center;
  position: relative; }

.player {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden; }

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yellow1 {
  color: gold; }

.btList {
  display: block;
  margin: 10px auto 10px auto;
  width: auto;
  /*text-align: center;*/
  position: relative; }

.btList a {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  background-color: #204481;
  text-decoration: none !important;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto; }

.btList a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg); }

.btList a.thbtn {
  background-color: #591C1D; }

.btList a:hover {
  background-color: #80011E;
  padding: 10px 40px 10px 20px;
  text-decoration: none !important;
  color: #fff !important; }

.btList a:hover.thbtn {
  background-color: #870002; }

.btList a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg); }

.alphaBnr a img {
  transition: .3s; }

.alphaBnr a:hover img {
  opacity: 0.6; }

.fBox_01 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #769db3;
  background: #fff;
  position: relative; }

.txt_bk {
  color: #000; }

.ff_serif {
  font-family: 'Noto Serif JP', "serif"; }

.marker01 {
  background: linear-gradient(transparent 80%, #faddab 80%);
  padding-bottom: 0.05em; }

.marker02 {
  background: linear-gradient(transparent 80%, #fabdd1 80%);
  padding-bottom: 0.05em; }

.flexphoto_01 {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .flexphoto_01 img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto; }

@media screen and (min-width: 980px) {
  .flexphoto_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    .flexphoto_01 img {
      display: block;
      width: calc(50% - 5px);
      height: auto;
      margin: 0 0 10px 0;
      padding: 0; } }
/* チェックボックス*/
input#consent1 {
  text-align: left;
  margin: 0 !important; }

input#consent1 + label {
  text-align: left;
  width: 80%; }

#interlock {
  pointer-events: none;
  opacity: 0.3; }

#consent1:checked ~ #interlock {
  pointer-events: auto !important;
  opacity: 1.0; }

@media screen and (max-width: 767px) {
  input#consent1 + label {
    width: 100%; } }
a.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 90%;
  margin: 2rem auto 0 auto;
  padding: 1.5rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff !important;
  border: 1px solid #1b7e40;
  border-radius: 5px;
  background: #1b7e40;
  text-decoration: none !important; }

a:hover.btn {
  background: #c80050; }

/* table03 */
#table03 {
  display: block;
  width: auto;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative; }

#table03 tr {
  border-bottom: 1px solid #b5b1b1; }

.boR {
  border-right: 1px solid #b5b1b1; }

.boT {
  border-top: 1px solid #b5b1b1; }

#table03 th {
  text-align: center;
  width: 33%;
  min-width: 200px;
  padding: 10px;
  color: #fff; }

#table03 td {
  text-align: center;
  width: 33%;
  min-width: 200px;
  padding: 10px; }

#table03 .head {
  background-color: #3A6092;
  color: #fff; }

/* tab */
@media only screen and (max-width: 768px) {
  #table03 th {
    text-align: left;
    min-width: 120px; }

  #table03 td {
    text-align: left;
    min-width: 120px; } }
.design10 {
  width: auto;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  /*border-top: solid 1px #778ca3;*/
  line-height: 1.6;
  margin-bottom: 20px; }

.design10 td {
  padding: 5px 5px 5px 0; }

.design10 td.center {
  padding: 5px 0 5px 0;
  color: firebrick;
  width: 16px;
  text-align: center; }

.design10 td.area {
  white-space: nowrap;
  padding: 5px 0 5px 5px; }

.txt_sdw {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.3);
  font-weight: bold; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.yakuhan {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; }
