@charset "UTF-8";
#container {
  position: relative; }

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 640px) {
    #container .inner {
      width: 100%; } }

.icn {
  position: relative; }
  .icn:after {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../icons/../icons/triangle-right-green.png") center center/cover no-repeat;
    vertical-align: middle;
    margin-left: 0.2em; }
  .icn:after {
    border: solid 2px #00A18E;
    border-radius: 50%;
    background-size: 42.9%;
    background-position: right 40% center;
    background-color: #ffffff;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    margin-top: -0.7rem; }
  .icn.w:after {
    background-image: url(../icons/triangle-right-white.png);
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0); }
  .icn.bgf:after {
    background-color: #ffffff; }
  .icn.rikei:after {
    border-color: #00A0EE;
    background-image: url(../icons/triangle-right-blue.png); }
  .icn.chiiki:after {
    border-color: #F08B1A;
    background-image: url(../icons/triangle-right-orange.png); }
  .icn.myra:after {
    border-color: #EB7177;
    background-image: url(../icons/triangle-right-pink.png); }

.mob {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #f5f5f5;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .mob figure {
    width: 150px;
    overflow: hidden; }
    .mob figure img {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .mob p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    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;
    padding: 0 2.5em 0 0.7em;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 92%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .mob p:after {
      content: "";
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      background: url("../icons/../icons/triangle-right-green.png") center center/cover no-repeat;
      vertical-align: middle;
      margin-left: 0.2em; }
    .mob p:after {
      border: solid 2px #00A18E;
      border-radius: 50%;
      background-size: 42.9%;
      background-position: right 40% center;
      background-color: #ffffff;
      position: absolute;
      right: 0.6rem;
      top: 50%;
      margin-top: -0.7rem; }
    .mob p.w:after {
      background-image: url(../icons/triangle-right-white.png);
      border-color: #fff;
      background-color: rgba(0, 0, 0, 0); }
    .mob p.bgf:after {
      background-color: #ffffff; }
    .mob p span.msg {
      background: #00A18E;
      display: block;
      color: #ffffff;
      font-size: 88%;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      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;
      padding: 0.2em 1em;
      border-radius: 2em;
      margin-top: 0.6em;
      min-width: 70%; }
    .mob p small {
      color: inherit;
      font-weight: normal;
      display: inline-block;
      width: 100%; }
      .mob p small.bold {
        font-weight: bold; }
    .mob p.vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .mob p.s {
      font-size: 80%; }
  .mob:hover {
    background: #D7EDE9; }
    .mob:hover figure img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .mob:hover p {
      color: #00A18E; }
  .mob .tag {
    display: block;
    position: absolute;
    left: 15px;
    top: -0.7em;
    width: 120px;
    color: #ffffff;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 90%;
    font-weight: bold; }
  .mob.green .tag {
    background: #00A18E; }
  .mob.yellow .tag {
    background: #fabf00;
    color: #000000; }
  .mob.red .tag {
    background: #E22300; }
  .mob.myra .tag {
    background: #EB7177 !important; }
  .mob.myra .msg {
    background: #EB7177; }
  .mob.myra p:after {
    border-color: #EB7177;
    background-image: url(../icons/triangle-right-pink.png); }
  .mob.myra:hover {
    background: #FEECED; }
    .mob.myra:hover p {
      color: #EB7177; }
  .mob.myra2 .tag {
    background: -webkit-gradient(linear, left top, right top, from(#ff8adc), to(#fc9f00)) !important;
    background: -webkit-linear-gradient(left, #ff8adc, #fc9f00) !important;
    background: -o-linear-gradient(left, #ff8adc, #fc9f00) !important;
    background: linear-gradient(90deg, #ff8adc, #fc9f00) !important; }
  .mob.myra2 .msg {
    background: -webkit-gradient(linear, left top, right top, from(#ff8adc), to(#fc9f00));
    background: -webkit-linear-gradient(left, #ff8adc, #fc9f00);
    background: -o-linear-gradient(left, #ff8adc, #fc9f00);
    background: linear-gradient(90deg, #ff8adc, #fc9f00); }
  .mob.myra2 p:after {
    border-color: #EB7177;
    background-image: url(../icons/triangle-right-pink.png); }
  .mob.myra2:hover {
    background: #FEECED; }
    .mob.myra2:hover p {
      color: #EB7177; }
  @media screen and (max-width: 640px) {
    .mob figure {
      width: 33%; }
    .mob p {
      font-size: 3.5vw;
      padding-right: 4.5em; }
      .mob p.s {
        font-size: 3vw; }
      .mob p span.msg {
        width: 90% !important;
        font-size: 2.5vw !important; } }

.btn {
  color: #fff;
  display: inline-block;
  padding: 0.4em 30px 0.4em 10px;
  text-align: center;
  background: url(../icons/angle-right-white.png) right 5px center/auto 60% no-repeat #00A18E;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 10pt;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap; }
  a:hover .btn {
    opacity: 0.7; }
  .btn.max {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .btn.yellow {
    color: #000;
    background-color: #fabf00;
    background-image: url(../icons/angle-right-black.png); }

a.btn {
  color: #fff !important;
  text-decoration: none; }
  a.btn:hover {
    opacity: 0.7; }

.pagetop {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  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: 50px auto 50px;
  background: #00A18E;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  right: 50px;
  bottom: 50px; }
  .pagetop:hover {
    opacity: 0.7; }
  .pagetop img {
    width: 30%;
    margin-left: 5px; }
  @media screen and (max-width: 640px) {
    .pagetop {
      margin: 10vw auto; } }
  .pagetop.pagetop2 {
    background: none;
    width: auto;
    height: auto;
    color: #00A18E;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    font-weight: bold;
    display: inline-block; }
    .pagetop.pagetop2:after {
      content: "";
      display: inline-block;
      width: 1.2em;
      height: 1.2em;
      background: url(../icons/angle-right-square-green.png) center center/contain no-repeat;
      display: inline-block;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-left: 0.2em; }

#pagetop {
  text-align: center;
  padding-top: 20px; }
  #pagetop .pagetop-bottom {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 80px;
    display: block;
    margin: auto; }
    #pagetop .pagetop-bottom:hover {
      opacity: 0.7; }
    #pagetop .pagetop-bottom img {
      width: 100%; }

#modal #modal_inner #modal_close {
  background: #00A18E;
  right: -30px;
  top: -30px; }
  #modal #modal_inner #modal_close:before, #modal #modal_inner #modal_close:after {
    width: 60%;
    left: 20%; }

#modal.seihonogakkou #modal_inner {
  background: none;
  padding: 0;
  width: 920px; }
  #modal.seihonogakkou #modal_inner iframe {
    width: 100%;
    height: 530px;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      #modal.seihonogakkou #modal_inner iframe {
        height: 54vw; } }

#movieContainer iframe {
  position: static;
  vertical-align: top; }

header {
  border-bottom: solid 1px #ccc; }
  header .header {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 60px; }
    header .header .title a, header .header .title > div {
      height: 100%;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .header .title a h1, header .header .title > div h1 {
        width: 142px;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px; }
        header .header .title a h1 img, header .header .title > div h1 img {
          width: 100%; }
      header .header .title a picture, header .header .title > div picture {
        width: 210px;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        header .header .title a picture img, header .header .title > div picture img {
          width: 100%; }
  @media screen and (max-width: 640px) {
    header .header {
      height: 12vw; }
      header .header .title a, header .header .title > div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        header .header .title a h1, header .header .title > div h1 {
          width: 35%;
          padding-left: 3vw;
          margin-right: 3vw; }
        header .header .title a picture, header .header .title > div picture {
          width: 28%;
          padding-bottom: 0;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      header .header .extend {
        display: none; } }

header .extend, nav#gnav .gnav-inner .extend {
  padding: 10px 0; }
  header .extend .tools, nav#gnav .gnav-inner .extend .tools {
    margin-bottom: 5px; }
    header .extend .tools ul, nav#gnav .gnav-inner .extend .tools ul {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      header .extend .tools ul li, nav#gnav .gnav-inner .extend .tools ul li {
        margin-left: 1em; }
        header .extend .tools ul li:first-child, nav#gnav .gnav-inner .extend .tools ul li:first-child {
          margin-left: 0; }
        header .extend .tools ul li a, nav#gnav .gnav-inner .extend .tools ul li a {
          color: #333333;
          font-weight: bold;
          display: block;
          font-size: 80%; }
          header .extend .tools ul li a:after, nav#gnav .gnav-inner .extend .tools ul li a:after {
            content: "";
            display: inline-block;
            width: 1em;
            height: 1em;
            background: url("../icons/sq-yellow-right.png") center center/cover no-repeat;
            vertical-align: middle;
            margin-left: 0.2em; }
          header .extend .tools ul li a:hover, nav#gnav .gnav-inner .extend .tools ul li a:hover {
            color: #00A18E; }
  header .extend .sitelink, nav#gnav .gnav-inner .extend .sitelink {
    text-align: right; }
    header .extend .sitelink a, nav#gnav .gnav-inner .extend .sitelink a {
      color: #333333;
      font-weight: bold;
      display: inline-block;
      font-size: 80%; }
      header .extend .sitelink a:after, nav#gnav .gnav-inner .extend .sitelink a:after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background: url("../icons/blank-green.png") center center/cover no-repeat;
        vertical-align: middle;
        margin-left: 0.2em; }
      header .extend .sitelink a:hover, nav#gnav .gnav-inner .extend .sitelink a:hover {
        color: #00A18E; }

nav#gnav .gnav-inner .extend {
  padding-bottom: 15vh; }
  nav#gnav .gnav-inner .extend a {
    font-size: 3.3vw !important;
    white-space: nowrap; }
  nav#gnav .gnav-inner .extend .tools ul {
    display: block !important; }
    nav#gnav .gnav-inner .extend .tools ul li {
      margin-left: 0 !important;
      margin-bottom: 2vw; }
  nav#gnav .gnav-inner .extend .sitelink {
    text-align: left; }

#wrapper {
  margin: auto;
  background: #f5f5f5; }
  #wrapper .inner {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #ffffff; }

footer {
  border-top: solid 1px #ccc; }
  footer .inner {
    height: 100px;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 90%; }
  @media screen and (max-width: 640px) {
    footer .inner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 5%;
      width: 90% !important; } }

.top #wrapper {
  padding-bottom: 50px; }
  .top #wrapper #kv {
    position: relative;
    max-width: 1280px;
    height: 400px;
    margin: auto;
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    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;
    background: url(../../images/kv.jpg) center center/cover no-repeat; }
    .top #wrapper #kv h2 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      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; }
      .top #wrapper #kv h2 p {
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
        letter-spacing: 0.05em;
        text-shadow: 0 0 10px black;
        background: rgba(0, 0, 0, 0.5);
        border-top: solid 4px #00A18E;
        line-height: 1em;
        padding: 0.5em; }
    .top #wrapper #kv span {
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      font-size: 16px;
      padding: 0.5em 2em;
      font-weight: bold;
      color: #00A18E; }
  .top #wrapper .box {
    width: 960px;
    margin: auto;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px; }
    .top #wrapper .box article {
      width: 48%;
      background: #ffffff; }
      .top #wrapper .box article h3 {
        background: #00A18E;
        font-size: 120%;
        color: #ffffff;
        height: 50px;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        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; }
      .top #wrapper .box article > div {
        padding: 40px;
        padding-top: 0;
        height: calc(100% - 50px - 80px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .top #wrapper .box article > div .first-height {
          height: 140px;
          padding-top: 0 !important;
          margin-bottom: 0;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media screen and (max-width: 640px) {
            .top #wrapper .box article > div .first-height {
              height: auto; } }
        .top #wrapper .box article > div p {
          text-align: center; }
        .top #wrapper .box article > div form {
          width: 100%;
          margin-bottom: 30px; }
          .top #wrapper .box article > div form table {
            width: 100%;
            border-collapse: collapse; }
            .top #wrapper .box article > div form table tbody tr th, .top #wrapper .box article > div form table tbody tr td {
              border: solid 3px  #fff; }
            .top #wrapper .box article > div form table tbody tr th {
              background: #00A18E;
              color: #ffffff;
              width: 35%;
              white-space: nowrap;
              text-align: left;
              padding: 0.2em 1em; }
            .top #wrapper .box article > div form table tbody tr td input {
              font-size: 15pt;
              padding: 0.2em 0.5em;
              width: calc(100% - 1em);
              border: solid 1px #ccc; }
        .top #wrapper .box article > div a#entry, .top #wrapper .box article > div button[type=submit] {
          width: 10em;
          height: 4em;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          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;
          background: #fabf00;
          color: #000000;
          font-weight: bold;
          margin: 0 auto;
          border-radius: 10px;
          -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
          font-size: 11pt; }
        .top #wrapper .box article > div ins {
          width: 100%;
          display: block;
          background: none;
          line-height: 1.5em;
          margin-bottom: 2em;
          font-size: 9.5pt; }
        .top #wrapper .box article > div .remember {
          text-decoration: none; }
          .top #wrapper .box article > div .remember:hover {
            text-decoration: underline; }
        .top #wrapper .box article > div .extra {
          margin-top: 30px; }
          .top #wrapper .box article > div .extra .memo {
            background: #f0f0f0;
            padding: 1em !important;
            font-size: 9.5pt;
            text-align: left; }
            @media screen and (max-width: 640px) {
              .top #wrapper .box article > div .extra .memo br {
                display: none; } }
          .top #wrapper .box article > div .extra div.banner ul {
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch; }
            .top #wrapper .box article > div .extra div.banner ul.center {
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .top #wrapper .box article > div .extra div.banner ul li {
              width: 48%;
              border: solid 1px #ccc; }
              .top #wrapper .box article > div .extra div.banner ul li a {
                display: block; }
          .top #wrapper .box article > div .extra .note {
            font-size: 9.5pt;
            text-align: left;
            padding-top: 20px !important; }
      .top #wrapper .box article#top-entry > div p {
        padding-top: 47px; }

@media screen and (max-width: 640px) {
  .top #wrapper {
    padding-bottom: 0; }
    .top #wrapper #kv {
      height: 45vw; }
      .top #wrapper #kv h2 figure img {
        width: 75vw; }
      .top #wrapper #kv h2 p {
        font-size: 4.8vw; }
    .top #wrapper .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 90%;
      padding: 5vw; }
      .top #wrapper .box > article {
        width: 100%;
        margin-bottom: 6vw; }
        .top #wrapper .box > article h3 {
          font-size: 4vw; }
        .top #wrapper .box > article p.align-r {
          margin-bottom: 2em; }
        .top #wrapper .box > article > div {
          padding: 5vw; }
          .top #wrapper .box > article > div form table {
            width: 70vw; }
            .top #wrapper .box > article > div form table tbody tr th, .top #wrapper .box > article > div form table tbody tr td {
              display: block;
              width: 100%; }
            .top #wrapper .box > article > div form table tbody tr th {
              padding: 0.5em 0;
              text-align: center; }
          .top #wrapper .box > article > div .remember {
            font-size: 4vw; }
        .top #wrapper .box > article#top-entry > div {
          padding-bottom: 10vw; }
          .top #wrapper .box > article#top-entry > div p {
            padding-top: 5vw; } }

.attention {
  text-align: center;
  padding: 10px 0;
  background: #fff; }
  .attention a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none; }
    .attention a > img {
      height: 1.3em;
      vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .attention a {
      font-size: 4vw; } }

#contact_close {
  background: #EBF2F8;
  border: solid 1px #ccc;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin: 0.5em 0;
  text-decoration: none; }

#modal.attention-modal #modal_inner {
  width: 90%;
  height: 80%; }
  #modal.attention-modal #modal_inner #modal_container {
    overflow: hidden; }
    #modal.attention-modal #modal_inner #modal_container iframe {
      width: 100%;
      height: 100%; }
  #modal.attention-modal #modal_inner #modal_close {
    right: 0;
    top: 0; }
