@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "vdl-v7marugothic", sans-serif;
  color: #004093;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  background: #f6f8f9;
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

body .uk-container {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "vdl-v7marugothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 1180px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (max-width: 1180px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #333333;
}

a:hover {
  transition: all 0.5s ease 0s;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px !important;
}

@media (max-width: 640px) {
  .att {
    font-size: 14px !important;
  }
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.65;
  text-align: justify;
}

@media (max-width: 640px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

/* 見出し */
.ttl01 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #E3007F;
  margin-bottom: 35px;
}

@media (max-width: 959px) {
  .ttl01 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .ttl01 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

/* ボタン */
.btn {
  margin: 0 auto;
}

.btn a {
  display: block;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.35));
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) {
  .btn a:hover {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
    transform: translate(3px, 3px);
    transition: all 0.5s ease 0s;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: #3697d1;
  padding: 70px 0 30px;
  text-align: center;
}

footer h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

footer p {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  margin: 0;
}

footer p span {
  font-size: 16px;
}

@media (max-width: 640px) {
  footer p span {
    display: inline-block;
  }
}

footer .btn a {
  background: #fff;
  max-width: 250px;
  width: 90%;
  margin: 30px auto 0;
  padding: 8px 0;
  border-radius: 30px;
}

footer .btn a span {
  font-weight: 800;
  color: #3697d1;
  font-size: 18px;
}

footer .btn a span::after {
  content: '>>';
  display: inline-block;
  margin-left: 5px;
}

footer .copy {
  color: #fff;
  font-size: 11px;
  margin-top: 50px;
}

/*--------------------------
トップページ
----------------------------*/
#top {
  /* リード文と概要 */
  /* 講師と主催 */
  /* 講師と主催 */
}

#top .fixbtn {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

#top .fixbtn a {
  background: rgba(0, 64, 147, 0.9);
  width: 150px;
  height: 150px;
  border-radius: 75px;
  position: relative;
  display: block;
}

@media (min-width: 960px) {
  #top .fixbtn a:hover {
    background: #066fae;
    animation: fluffy 3s ease infinite;
  }
}

@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

#top .fixbtn a span {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  line-height: 1.2;
  top: calc(50% + 20px);
}

#top .fixbtn a span::before {
  content: '';
  width: 35px;
  height: 35px;
  background: url(../img/ico_entry.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -40px;
  left: calc(50% + 5px);
}

#top .fixbtn a small {
  font-size: 80%;
}

@media (min-width: 1400px) {
  #top .fixbtn a {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
  #top .fixbtn a span {
    font-size: 30px;
  }
  #top .fixbtn a span::before {
    width: 45px;
    height: 45px;
    top: -50px;
    left: calc(50% + 5px);
  }
}

@media (max-width: 1180px) {
  #top .fixbtn {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 959px) {
  #top .fixbtn {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    filter: drop-shadow(0 0 0);
  }
  #top .fixbtn a {
    width: 100%;
    height: 70px;
    border-radius: 0;
    display: block;
  }
  #top .fixbtn a br {
    display: none;
  }
  #top .fixbtn a span {
    padding-left: 50px;
    width: auto !important;
    white-space: nowrap;
    top: 50% !important;
  }
  #top .fixbtn a span::before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0 !important;
  }
}

#top .mv {
  background: url(../img/header_bg.jpg) #fff no-repeat center top/100% auto;
  text-align: center;
}

#top .mv h1 {
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1180px) {
  #top .mv h1 {
    max-width: 700px;
  }
}

#top .info01 {
  position: relative;
}

#top .info01 .kazari01 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 120px;
}

#top .info01 .kazari02 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 180px;
}

#top .info01 .uk-container {
  margin: 0px auto;
  max-width: 700px;
}

#top .info01 .ld {
  text-align: center;
  padding: 10px 0;
  border-top: 2px solid #004093;
  border-bottom: 2px solid #004093;
}

#top .info01 .ld p {
  font-size: 25px;
  color: #004093;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

#top .info01 .ld p strong {
  font-size: 120%;
  font-weight: 800;
}

#top .info01 .ld p:nth-child(2) {
  font-size: 28px;
  margin-top: 10px;
}

@media (max-width: 959px) {
  #top .info01 .ld p {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #top .info01 .ld p {
    font-size: 16px;
  }
  #top .info01 .ld p:nth-child(2) {
    font-size: 18px;
  }
}

#top .info01 .gaiyo {
  margin: 15px 0;
  position: relative;
  z-index: 2;
}

#top .info01 .gaiyo dl {
  display: flex;
  flex-wrap: wrap;
}

#top .info01 .gaiyo dl dt, #top .info01 .gaiyo dl dd {
  margin-top: 10px;
}

#top .info01 .gaiyo dl dt {
  width: 70px;
  background: #E3007F;
  position: relative;
}

#top .info01 .gaiyo dl dt span {
  color: #fff;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-weight: bold;
}

#top .info01 .gaiyo dl dt.wide {
  width: 100px;
}

@media (max-width: 959px) {
  #top .info01 .gaiyo dl dt span {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #top .info01 .gaiyo dl dt span {
    font-size: 16px;
  }
  #top .info01 .gaiyo dl dt.wide {
    width: 90px;
  }
}

#top .info01 .gaiyo dl dd {
  width: calc(100% - 80px);
  color: #004093;
  font-size: 25px;
  text-align: left;
  font-weight: 800;
  margin-left: 10px;
  line-height: 1.0;
  padding: 2px 0;
}

#top .info01 .gaiyo dl dd span {
  font-size: 80%;
}

#top .info01 .gaiyo dl dd span.naiyo {
  font-size: 90%;
}

#top .info01 .gaiyo dl dd small {
  font-size: 70%;
  font-weight: 600;
}

#top .info01 .gaiyo dl dd.wide {
  width: calc(100% - 110px);
}

#top .info01 .gaiyo dl dd.lh1 {
  line-height: 1.2;
}

@media (max-width: 959px) {
  #top .info01 .gaiyo dl dd {
    font-size: 22px;
  }
  #top .info01 .gaiyo dl dd small {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  #top .info01 .gaiyo dl dd {
    font-size: 18px;
  }
  #top .info01 .gaiyo dl dd.wide {
    width: calc(100% - 100px);
  }
}

#top .info01 .gaiyo .btn {
  width: 350px;
}

#top .info01 .gaiyo .btn a {
  display: block;
  background: #004093;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  line-height: 1.0;
}

@media (max-width: 640px) {
  #top .info01 .gaiyo .btn {
    width: 100%;
  }
}

#top .info01 .gaiyo .att {
  margin-left: 110px;
  color: #004093;
  font-family: "vdl-v7marugothic", sans-serif;
  font-weight: bold;
}

@media (max-width: 959px) {
  #top .info01 .gaiyo .att {
    margin-left: 0;
  }
}

#top .info02 {
  position: relative;
  z-index: 2;
  background: url(../img/info02_bg.jpg) no-repeat center bottom/100% auto;
}

#top .info02 .instructor {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 3px solid #004093;
  border-radius: 20px;
  overflow: hidden;
}

#top .info02 .instructor h2 {
  width: 50px;
  background: #004093;
  margin: 0;
  position: relative;
  font-weight: 800;
}

#top .info02 .instructor h2 span {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  #top .info02 .instructor h2 {
    width: 100%;
    text-align: center;
  }
  #top .info02 .instructor h2 span {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    width: 100%;
  }
  #top .info02 .instructor h2 span br {
    display: none;
  }
}

@media (max-width: 640px) {
  #top .info02 .instructor h2 span {
    font-size: 24px;
  }
}

#top .info02 .instructor__cont {
  width: calc(100% - 50px);
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  #top .info02 .instructor__cont {
    width: 100%;
  }
}

#top .info02 .instructor__cont dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

#top .info02 .instructor__cont dl dt:nth-of-type(n+2), #top .info02 .instructor__cont dl dd:nth-of-type(n+2) {
  margin-top: 15px;
}

@media (max-width: 640px) {
  #top .info02 .instructor__cont dl dt, #top .info02 .instructor__cont dl dd {
    width: 100% !important;
  }
}

#top .info02 .instructor__cont dl dt {
  width: 200px;
}

#top .info02 .instructor__cont dl dt p {
  margin: 0;
  line-height: 1.2;
}

#top .info02 .instructor__cont dl dt p.position {
  font-size: 16px;
}

#top .info02 .instructor__cont dl dt p.name {
  font-size: 24px;
}

#top .info02 .instructor__cont dl dt p.name span {
  font-size: 15px;
}

@media (max-width: 640px) {
  #top .info02 .instructor__cont dl dt p {
    text-align: center;
  }
}

#top .info02 .instructor__cont dl dd {
  width: calc(100% - 220px);
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  line-height: 1.3;
}

#top .info02 .instructor__cont dl dd::before {
  content: '';
  width: 2px;
  background: #004093;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
}

@media (max-width: 959px) {
  #top .info02 .instructor__cont dl dd {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #top .info02 .instructor__cont dl dd {
    margin-left: 0;
    margin-top: 20px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  #top .info02 .instructor__cont dl dd::before {
    content: '';
    width: 100%;
    height: 2px;
    top: -10px;
    bottom: auto;
    left: 0;
  }
}

#top .info02 .syusai {
  margin-top: 30px;
  margin-left: 15px;
}

@media (max-width: 959px) {
  #top .info02 .syusai {
    margin-left: 0;
  }
}

#top .info02 .syusai p {
  margin: 0;
  color: #1484C8;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  position: relative;
}

#top .info02 .syusai p span.sub {
  display: inline-block;
  position: relative;
}

#top .info02 .syusai p span.sub::after {
  content: '：';
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  #top .info02 .syusai p span.sub {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#top .info02 .syusai p.syusai-01 {
  font-size: 25px;
}

#top .info02 .syusai p.syusai-01 span.small {
  font-size: 20px;
}

#top .info02 .syusai p.syusai-01 a {
  color: #1484C8;
  font-size: 20px;
}

@media (max-width: 959px) {
  #top .info02 .syusai p.syusai-01 {
    font-size: 22px;
  }
  #top .info02 .syusai p.syusai-01 span.small {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #top .info02 .syusai p.syusai-01 {
    padding-left: 3em;
  }
  #top .info02 .syusai p.syusai-01 span.small {
    display: inline-block;
  }
}

#top .info02 .syusai p.syusai-02, #top .info02 .syusai p.syusai-03 {
  font-size: 20px;
}

@media (max-width: 959px) {
  #top .info02 .syusai p.syusai-02, #top .info02 .syusai p.syusai-03 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #top .info02 .syusai p.syusai-02, #top .info02 .syusai p.syusai-03 {
    padding-left: 3em;
    font-size: 16px;
  }
}

#top .info02 .syusai p.syusai-02 a {
  display: inline-block;
  background: #1484C8;
  color: #fff;
  line-height: 1.0;
  padding: 5px 10px;
  font-size: 18px;
  margin-left: 10px;
}

#top .info02 .syusai p.syusai-02 a:hover {
  background: #3697d1;
}

@media (max-width: 959px) {
  #top .info02 .syusai p.syusai-02 a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #top .info02 .syusai p.syusai-02 {
    padding-left: 4em;
  }
  #top .info02 .syusai p.syusai-02 a {
    margin-left: 0;
  }
}

#top .info02 .syusai p.syusai-03 {
  margin-top: 10px;
}

#top .about {
  background: url(../img/about_bg.jpg) #3697d1 no-repeat center top/100% auto;
  text-align: center;
  padding-top: 30%;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #top .about {
    text-align: left;
  }
}

#top .about h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

#top .about h2 span {
  font-size: 80%;
}

@media (max-width: 959px) {
  #top .about h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #top .about h2 span {
    display: block;
  }
}

#top .about p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
}

@media (max-width: 959px) {
  #top .about p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #top .about p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  #top .about p {
    font-size: 16px;
    text-align: justify;
  }
}

#top .about ul {
  text-align: center;
  margin: 0;
}

#top .about ul li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#top .about ul li::before {
  content: '● ';
}

@media (max-width: 959px) {
  #top .about ul {
    text-align: left;
  }
  #top .about ul li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #top .about ul li {
    position: relative;
    padding-left: 1.2em;
  }
  #top .about ul li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
  }
}

#top .about__box {
  margin-top: 50px;
}

#top .about__box h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}

#top .about .member {
  margin-top: 50px;
}

#top .about .member h3 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

#top .about .member__list p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
}

#top .about .member__list p.position {
  font-size: 18px;
  line-height: 1.5;
}

#top .about .member__list p.name {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#top .about .member__list p a {
  color: #fff;
}

@media (max-width: 640px) {
  #top .about .member__list p {
    font-size: 14px;
  }
  #top .about .member__list p.position {
    font-size: 14px;
  }
  #top .about .member__list p.name {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

#top .about .member__list:nth-of-type(n+2) {
  margin-top: 50px;
}

/*--------------------------
フォームページ
----------------------------*/
.formpage {
  font-family: "vdl-v7marugothic", sans-serif;
  /* */
}

.formpage .wrap {
  max-width: 800px;
}

.formpage .pagehead {
  background: url(../img/header_bg.jpg) #fff no-repeat center -50px/100% auto;
  text-align: center;
}

.formpage .pagehead h1 {
  margin: 0 auto;
  width: 70%;
  max-width: 500px;
}

.formpage h2 {
  font-size: 35px;
  font-weight: 800;
  color: #004093;
  margin: 30px 0 30px;
  text-align: center;
}

@media (max-width: 640px) {
  .formpage h2 {
    font-size: 28px;
  }
}

.formpage #formWrap {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
}

.formpage #formWrap .atttext {
  text-align: center;
}

.formpage #formWrap .formTable {
  width: 100%;
}

.formpage #formWrap .formTable th, .formpage #formWrap .formTable td {
  display: block;
  width: 100%;
}

.formpage #formWrap .formTable th {
  padding: 15px 0 5px;
}

.formpage #formWrap .formTable th.req::after {
  content: '*';
  display: inline-block;
  color: #D30052;
}

.formpage #formWrap .formTable td input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  color: #666;
}

.formpage #formWrap .formTable td select {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #efefef;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .formpage #formWrap .formTable td select {
    width: 100%;
  }
}

.formpage #formWrap .formTable td textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.formpage #formWrap .btnarea {
  text-align: center;
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
}

.formpage #formWrap .btnarea input {
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "vdl-v7marugothic", sans-serif;
  border-radius: 5px;
  width: 200px;
}

@media (max-width: 640px) {
  .formpage #formWrap .btnarea input {
    width: 150px;
  }
}

.formpage #formWrap .btnarea input[type="submit"] {
  background: #004093;
}

.formpage #formWrap .btnarea input[type="reset"], .formpage #formWrap .btnarea input[type="button"] {
  background: #333;
  margin-left: 10px;
}

.formpage footer {
  padding: 30px 0;
}

.formpage footer .copy {
  margin-top: 0;
}

.formpage.confirm .wrap {
  min-height: 100vh;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.formpage.confirm .wrap #formWrap {
  padding: 50px 20px;
}

.formpage.confirm .wrap #formWrap h4 {
  font-size: 16px;
}

.formpage.confirm .wrap #formWrap .error_messe {
  color: #D30052;
}

.formpage.confirm .wrap #formWrap .formTable th {
  position: relative;
  padding-left: 10px;
}

.formpage.confirm .wrap #formWrap .formTable th::before {
  content: '';
  width: 5px;
  height: 20px;
  background: #1484C8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: calc(50% + 5px);
}

.formpage.confirm .wrap #formWrap .formTable td {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.formpage.confirm .wrap footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.formpage#thanks .wrap {
  min-height: 100vh;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.formpage#thanks .wrap .atttext {
  padding-bottom: 50px;
}

.formpage#thanks .wrap .atttext a {
  color: #1484C8;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .formpage#thanks .wrap .atttext {
    text-align: left;
  }
}

.formpage#thanks .wrap footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.formpage#contact .wrap, .formpage.contactpage .wrap {
  border-top: 10px solid #3697d1;
  min-height: 100vh;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.formpage#contact .pagehead, .formpage.contactpage .pagehead {
  background: none;
  padding: 50px 0 0;
}

.formpage#contact footer, .formpage.contactpage footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
