@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
  color: #076BAF;
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, input, button, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /*font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  color: #231815;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  background: #FFFFFF;
  
  max-width:640px;
  width:100%;
  margin:0 auto;
}

@media screen and (max-width: 1020px) {
  body {
    font-size: 1.5rem;
  }
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
	height: auto;
  -webkit-backface-visibility: hidden;
}

img:not([width]) {
  max-width: 100%;
  height: auto;
}

i, em {
  font-style: normal;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

/*iosリセット*/
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

input::-webkit-input-placeholder {
  /*color: #bfbfbf;*/
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -.3em;
  font-size: 1.5rem;
  color: #E62C2C;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

#hd {
  position: relative;
  width:100%;
  background:#FFFFFF;
  border-bottom:10px solid #8FC31F;
  height:85px;
  padding:18px 10px 25px;
}
#hd > div{
  text-align: center;
}
#hd img{
  max-width:367px;
  width:100%;
}
@media screen and (max-width: 640px) {
  #hd {
    position: relative;
    width:100%;
    background:#FFFFFF;
    border-bottom:1.5625vw solid #8FC31F;
    height:13.28vw;
    padding:2.8125vw 1.5625vw 3.9vw;
  }
  #hd > div{
    text-align: center;
  }
  #hd img{
    max-width:57.34vw;
    width:100%;
  }
}

/* ===================================

    footer

=================================== */
#ft {
  margin-top: 120px;
}
@media screen and (max-width: 1048px) {
  #ft {
    margin-top: 11.45vw;
  }
}
@media screen and (max-width: 767px) {
  #ft {
    margin-top: 16vw;
  }
}

#ft .copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: #002e6d;
  padding: 10px 0;
  color: #FFF;
}

#page-top {
  width: 20vw;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  display: block;
  text-align: right;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

section {
  width: 100%;
  overflow: hidden;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  section {
    max-width: 100% !important;
  }
}

section.w-1050 {
  max-width: 1050px;
}

section.w-1000 {
  max-width: 1000px;
}

section.w-900 {
  max-width: 900px;
}

section.w-700 {
  max-width: 700px;
}

section.w-500 {
  max-width: 500px;
}

section.bg-none {
  background: none;
}

.sec-head {
  font-size: 3.5rem;
  text-align: center;
  color: #FFF;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .sec-head {
    font-size: 2.0rem;
    padding: 5px 4vw;
  }
}

.sec-head.blue {
  background: #002e6d;
}

.sec-head.green {
  background: #1eb4b0;
}

.tit.radius {
  border-radius: 20px;
}

.tit.pink {
  background: #E5307D;
}

.tit.green {
  background: #1eb4b0;
}

.tit.black {
  background: #040000;
}

.tit.red {
  background: #FF1D25;
}

.tit.blue {
  /*background: #002e6d;*/
  background: #9B7755;
}

.tit.light_blue {
  background: #3ABED1;
}

.list li {
  padding-left: 1em;
  text-indent: -1em;
}

.destination {
  text-align: center;
}

.destination .address {
  font-size: 2.0rem;
}

.destination .info {
  padding-top: 20px;
  font-size: 3rem;
}

@media screen and (max-width: 1020px) {
  .destination .info {
    font-size: 2.4rem;
  }
}

.destination .note {
  padding-top: 20px;
  text-align: center;
  color: #D61518;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .destination .note {
    font-size: 1.6rem;
  }
}

.destination .pdf-dl {
  margin-top: 25px;
  vertical-align: middle;
  text-align: center;
}

.destination .pdf-dl img {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .destination .pdf-dl img {
    padding-bottom: 10px;
  }
}

.destination .pdf-dl .text {
  font-size: 1.0rem;
  display: inline-block;
  line-height: 1.1;
  text-align: left;
  margin-top: 0;
}

.destination .postcard-img {
  padding-top: 20px;
}

.Note-small {
  max-width: 676px;
  border: 3px dashed #040000;
  padding: 6px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 30px auto 0;
}

.space {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .space {
    padding: 0;
  }
}

.btn {
  margin-top: 20px;
  text-align: center;
}

.btn.pdf {
  margin: 40px 0 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

文字

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.text.blue {
  color: #499DD7;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

タイトル

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.tittle {
  line-height: 1;
  text-align: center;
  font-size: 2.2rem;
}

@media screen and (max-width: 1020px) {
  .tittle {
    font-size: 1.8rem;
  }
}

.tittle.black {
  background: #040000;
  padding: 7px 15px;
}

.tittle.blue {
  background: #1d2089;
  color: #FFF;
  padding: 7px 0;
}

.tittle.red {
  background: #FF1D25;
  color: #FFF;
  padding: 7px 0;
}

.tittle.round {
  border-radius: 20px;
}

.tittle.sec {
  font-size: 4.0rem;
}

@media screen and (max-width: 1020px) {
  .tittle.sec {
    font-size: 2.8rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

ボタン

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.g-btn {
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

ブロック

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.Note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #4a9ed8;
  color: #FFF;
  font-size: 1.2rem;
}

.Note.small {
  border: 3px solid #e7211a;
  color: #e7211a;
  padding: 6px 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.Note ul {
  margin-top: 27px;
}

.Note li {
  letter-spacing: -0.07em;
  text-indent: -1em;
  padding-left: 1em;
}

.sns {
  max-width: 235px;
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns li {
  width: 30%;
  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;
}

.dot-list li {
  text-indent: -1em;
  padding-left: 1em;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

フォーム

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*チェックボックス*/
.check {
  background: none;
  text-align: left;
  font-weight: bold;
  padding: 0 0;
}

input[type="checkbox"] {
  display: none;
}

input:checked + .consent:after {
  /*background: #FFF;*/
}

input:checked + .consent:before {
  opacity: 1;
}

input[type=radio] {
  display: none;
  /* 標準スタイル */
}

/*ラジオボタン*/
.gender_label {
  position: relative;
  /* ボックスの位置を指定する */
  margin-right: 20px;
  padding: 0 0 0 26px;
  /* ボックス内側の余白を指定する */
  font-size: 16px;
  font-weight:400;
}
.gender_label:after, .gender_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 60%;
  /* 上部から配置の基準位置を決める */
}
.gender_label:after {
  left: 0;
  margin-top: -9px;
  width: 14px;
  height: 14px;
  border: 1px solid #040000;
  border-radius: 50%;
}
.gender_label:before {
  left: 3px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  background: #040000;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked + .gender_label:before {
  opacity: 1;
  /* 要素を表示する */
}
.gender_label:hover:after {
  border-color: #040000;
}
/*@media screen and (max-width: 640px) {
  .gender_label {
    position: relative;
    margin-right: 20px;
    padding: 0 0 0 26px;
    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight:400;
  }
  .gender_label:after, .gender_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 60%;
  }
  .gender_label:after {
    left: 0;
    margin-top: -9px;
    width: 14px;
    height: 14px;
    border: 1px solid #040000;
    border-radius: 50%;
  }
  .gender_label:before {
    left: 2px;
    margin-top: -7px;
    width: 10px;
    height: 10px;
    background: #040000;
    border-radius: 50%;
    opacity: 0;
  }
}*/

.mail-pass {
  margin-top: 15px;
}

.mail-pass input:last-of-type {
  margin-top: 15px;
}

.upload {
  text-align: center;
}

.upload p {
  text-align: left;
  padding: 30px 0 0 30px;
}

.upload .select-btn {
  margin-top: 20px;
}

.upload img {
  max-width: 240px;
  margin-top: 38px;
}



hr {
  position: relative;
  border: none;
  margin-top: 30px;
}

hr::before {
  content: "";
  top: 0;
  bottom: 0;
  left: -13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 17px;
  display: inline-block;
  width: 0;
  margin: auto;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 35px solid #000;
  border-left: 25px solid transparent;
}

main.index h2 img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

main.index section {
  background: none;
  border-radius: 0;
}

main.index section .tit.square.light_blue {
  background: #3ABED1;
  border-radius: 6px;
}

main.index section .sec-head + .container {
  margin-top: 35px;
}

main.index section .container .box:not(:first-of-type) {
  margin-top: 68px;
}

main.index section .container .box .tit + * {
  margin-top: 30px;
}

main.index section .container .box .period {
  padding-top: 20px;
  text-align: center;
}

main.index section.regular {
  padding: 55px 0;
}

main.index section.regular.bg-none {
  padding: 0;
}

main.index .contact {
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  main.index .contact {
    width: 100%;
  }
}

main.index .contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  white-space: nowrap;
  text-align: right;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  main.index .contact-main {
    display: block;
    text-align: center;
  }
}

main.index .tel {
  display: inline-block;
  font-size: 4.6rem;
  margin-top: -6px;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  main.index .tel {
    font-size: 3.6rem;
    padding: 0;
    margin-top: 0;
  }
}

main.index .reception {
  padding-left: 6em;
  text-indent: -6em;
  line-height: 1.2;
  font-size: 2.0rem;
}

@media screen and (max-width: 1020px) {
  main.index .reception {
    padding-left: 0;
    text-indent: 0;
  }
}

@media screen and (max-width: 767px) {
  main.index .reception {
    font-size: 1.4rem;
    padding-left: 0;
    text-indent: 0;
  }
}

main.index .tit.black + .space {
  margin-top: 30px !important;
  padding: 0 58px;
}

@media screen and (max-width: 1020px) {
  main.index .tit.black + .space {
    padding: 0;
  }
}

main.sub-page section .container .box h4 {
  font-size: 2.0rem;
}

@media screen and (max-width: 1020px) {
  main.sub-page section .container .box h4 {
    font-size: 1.8rem;
  }
}





.step {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .step {
    flex-direction: column;
  }
}

.step li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 31%;
  border: 2px solid #3ABED1;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step li {
    width: 100%;
  }
}

.step li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -52px;
  top: 110px;
  bottom: 0;
  margin: auto;
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 60px solid #E8447E;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

@media screen and (max-width: 767px) {
  .step li:not(:last-of-type)::after {
    border-top: 30px solid #E8447E;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: transparent;
    bottom: -32px;
    top: auto;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .step li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.step li:nth-of-type(odd) .images {
  padding: 10px 30px 12px;
}

.step li:nth-of-type(even) .images {
  padding: 10px 12px 12px;
}

.step li:first-of-type .images p {
  margin-top: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #E60012;
  border-radius: 6px;
  color: #FFF;
}

.step li:last-of-type .images p {
  font-size: 2.6rem;
  text-align: left;
}

.step li .step_head {
  background: #3ABED1;
  padding: 10px 20px;
  width: 100%;
  min-height: 148px;
}

@media screen and (max-width: 767px) {
  .step li .step_head {
    min-height: auto;
  }
}

.step li .step_head h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .step li .step_head h3 {
    font-size: 1.8rem;
  }
}

.step li .step_head h3 span {
  font-size: 160%;
  vertical-align: -2px;
  margin-left: 4px;
}

.step li .step_head p {
  font-size: 1.5rem;
  color: #FFF;
  width: 100%;
  text-align: left;
}

.step li .images {
  padding-top: 20px;
  margin-top: auto;
}

.dl {
  margin-top: 76px !important;
  background: #F9F5D4;
  border: 2px solid #3ABED1;
  border-radius: 10px;
  text-align: center;
}

.dl .tit.light_blue {
  border-radius: 6px 6px 0 0 !important;
}

.dl p {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .dl p {
    font-size: 1.6rem;
    padding: 0 4vw;
  }
}

.dl .dl_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 50px;
}

@media screen and (max-width: 767px) {
  .dl .dl_list {
    padding: 0 4vw;
  }
}

.dl .dl_list li {
  width: 48%;
  max-width: 358px;
}

.dl .dl_list li img {
  max-width: 90%;
}

.dl .dl_list li:nth-of-type(odd) {
  margin-right: 94px;
}

@media screen and (max-width: 1020px) {
  .dl .dl_list li:nth-of-type(odd) {
    margin-right: 2%;
  }
}

.dl .dl_list li:nth-of-type(n+3) {
  margin-top: 50px;
}

.dl .dl_list li a {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #E60012;
  border-radius: 8px;
  font-size: 2.5rem;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .dl .dl_list li a {
    font-size: 1.6rem;
  }
}

.bunner_area {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .bunner_area {
    display: block;
  }
}

.bunner_area .insta {
  width: 37%;
  max-width: 373px;
}

@media screen and (max-width: 767px) {
  .bunner_area .insta {
    width: 100%;
    max-width: 100%;
  }
}

.bunner_area .attention {
  width: 60%;
  max-width: 523px;
  background: #FF0000;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .bunner_area .attention {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.bunner_area .attention h3 {
  display: inline-block;
  background: #000;
  color: #FFFF00;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bunner_area .attention h3 {
    font-size: 1.5rem;
  }
}

.bunner_area .attention p {
  font-size: 12px;
  margin-top: auto;
  color: #FFF;
}

.bunner_area .attention p strong {
  color: #FFFF00;
  font-weight: bold;
  font-size: 17px;
  display: block;
}

.bunner_area .attention p span {
  color: #FFFF00;
  font-weight: bold;
}

span.light_blue {
  color: #3ABED1;
}

.required-text {
  font-size: 1.3rem;
  padding-top: 10px;
}

.note {
  font-size: 1.3rem;
}

/*--------------------------------入力関連--------------------------------*/
.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1048px;
  margin: auto;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .form-box {
    display: block;
  }
}

.form-box .alert.alert-success {
  text-align: center;
  padding: 1em 0;
  font-size: 2.0rem;
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form-box .alert.alert-success {
    font-size: 1.6rem;
  }
}

.form-box h4 {
  margin-top: 10px;
}

.form-box .head-text {
  font-size: 16px;
}

@media screen and (max-width: 1048px) {
  .form-box section:first-of-type {
    margin-right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .form-box section:first-of-type {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1048px) {
  .form-box section:last-of-type {
    margin-left: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .form-box section:last-of-type {
    margin: 4vw 0 0;
  }
}

.form-box .login-wrap {
  width: 100%;
}

.form.name .head {
  width: 54px;
}

.form.name .head:nth-of-type(even) {
  margin-left: 15px;
}

.form.name .head:nth-of-type(n+3) {
  margin-top: 15px;
}

.form.name input:nth-of-type(n+3) {
  margin-top: 15px;
}

.form.mail .head {
  display: block;
  width: 156px;
}

.form.mail .head + input {
  width: calc(100% - 156px);
}

@media screen and (max-width: 767px) {
  .form.mail .head + input {
    width: 100%;
    margin-top: 10px;
  }
}


.form.pass input:nth-of-type(n+2),
.form.pass span:nth-of-type(2) {
  margin-top: 15px;
}
@media screen and (max-width: 1048px) {
  .form.pass input:nth-of-type(n+2),
  .form.pass span:nth-of-type(2) {
    margin-top: 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .form.pass input:nth-of-type(n+2),
  .form.pass span:nth-of-type(2) {
    margin-top: 2.66vw;
  }
}

.form.detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1020px) {
  .form.detail dl {
    display: block;
  }
}

.form.detail dl .super .select-btn {
  max-width: 100%;
}

.form.detail dl .post span {
  /*position: absolute;
  bottom: -26px;
  left: 0;
  width: 200px;*/
}

@media screen and (max-width: 767px) {
  .form.detail dl .post span {
    /*bottom: -18px;
    position:static;
    display:block;
    width:100%;
    margin-bottom:0;
    padding-top:0.66vw;*/
  }
}

.form.login .head {
  display: block;
  width: 156px;
}

.form.login .head + input {
  width: calc(100% - 156px);
}

@media screen and (max-width: 767px) {
  .form.login .head + input {
    width: 100%;
    margin-top: 10px;
  }
}

.form.login .head:nth-of-type(2),
.form.login input:nth-of-type(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 1048px) {
  .form.login .head:nth-of-type(2),
  .form.login input:nth-of-type(n+2) {
    margin-top: 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .form.login .head:nth-of-type(2),
  .form.login input:nth-of-type(n+2) {
    margin-top: 2.66vw;
  }
}

.form.login .note {
  margin-left: auto;
}

/*--------------------------------ボタン関連--------------------------------*/

.form-btn.confirm {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  background: url(../images/common/btn-form02-03.png) left center no-repeat transparent;
  background-size: 210px auto !important;
  min-height: 56px;
  width: 210px;
  height: 56px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
/*@media screen and (max-width: 640px) {
  .form-btn.confirm {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    background: url(../images/common/btn-form02-03.png) left center no-repeat transparent;
    background-size: 32.8125vw auto !important;
    min-height: 8.75vw;
    width: 32.8125vw;
    height: 8.75vw;
    margin-top: 4.6875vw;
    margin-bottom: 7.8125vw;
    text-align: center;
  }
}*/

.form-btn.application {
  background: #FAAB39;
  box-shadow: 3px 3px 0 #f15a23;
  color: #FFF;
  width: 220px;
  height: 60px;
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .form-btn.application {
    font-size: 1.8rem;
  }
}

.form-btn.update {
  background: #FAAB39;
  box-shadow: 3px 3px 0 #f15a23;
  color: #FFF;
  width: 220px;
  height: 60px;
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .form-btn.update {
    font-size: 1.8rem;
  }
}

.form-btn.back {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #74B63D;
  box-shadow: 3px 3px 0 #156942;
  color: #FFF;
  width: 220px;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .form-btn.back {
    font-size: 1.8rem;
  }
}

.form-btn.top-page {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #74B63D;
  box-shadow: 3px 3px 0 #156942;
  color: #FFF !important;
  width: 560px;
  height: 70px;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .form-btn.top-page {
    width: 80vw;
    height: 50px;
    font-size: 1.8rem;
  }
}

.form-btn.hp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E60012;
  box-shadow: 3px 3px 0 #552500;
  color: #FFF !important;
  width: 620px;
  height: 80px;
  margin-top: 60px;
  border-radius: 10px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .form-btn.hp {
    width: 90vw;
    height: 50px;
    font-size: 1.8rem;
  }
}

.form-btn.dl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #74B63D;
  box-shadow: 3px 3px 0 #156942;
  color: #FFF;
  width: 430px;
  height: 70px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2.56px;
  margin-top: 30px;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-btn.dl {
    width: 80vw;
    height: 50px;
    font-size: 1.8rem;
  }
}

.form-btn.dl.open {
  pointer-events: none;
}

/*--------------------------------アンケート--------------------------------*/
.questionnaire .questionnaire_note {
  font-size: 1.3rem;
  margin: 10px;
  line-height: 1.6;
  border: 1px solid #4D4D4D;
  padding: 10px;
}

.questionnaire .questionnaire_note strong {
  color: #3FA9F5;
}

.questionnaire p.questionnaire-text {
  font-size: 1.3rem;
  margin: 10px;
  line-height: 1.6;
}

.questionnaire .questionnaire_label {
  position: relative;
  margin-right: 20px;
  padding: 0 0 0 26px;
  display: block;
  font-size: 1.5rem;
}

.questionnaire .questionnaire_label:after, .questionnaire .questionnaire_label:before {
  position: absolute;
  content: "";
  display: block;
  top: 60%;
}

.questionnaire .questionnaire_label:after {
  left: 0;
  margin-top: -9px;
  width: 14px;
  height: 14px;
  border: 1px solid #040000;
  border-radius: 50%;
}

.questionnaire .questionnaire_label:before {
  left: 3px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  background: #040000;
  border-radius: 50%;
  opacity: 0;
}

.questionnaire .questionnaire_label:hover:after {
  border-color: #040000;
}

input[type=checkbox]:checked + .questionnaire_label:before {
  opacity: 1;
  /* 要素を表示する */
}

.questionnaire01 div {
  width: 86%;
  margin: 0 auto;
}

/*--------------------------------入力情報確認--------------------------------*/
.registration {
  padding: 0 40px;
}




.registration table {
  width: 100%;
  margin-top: 27px;
  text-align: left;
}

.registration td,
.registration th {
  /*border-bottom: 1px dashed #552500;*/
}

.registration th {
  padding: 20px 0 10px 10px;
  text-align: left;
}

.registration td {
  padding: 20px 5px 10px 12px;
  word-break: break-all;
}

.namber {
  margin-top: 30px;
}

.namber label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.namber label span {
  width: 6em;
  text-align: center;
}

.namber label input {
  width: calc(100% - 6em - 10px);
}

@media screen and (max-width: 767px) {
  .form-box table,
  .form-box tbody,
  .form-box td,
  .form-box th,
  .form-box tr {
    display: block;
    text-align: left;
  }
}

.form-box table {
  margin-top: 15px;
}

.form-box th {
  font-size: 1.6rem;
}

.form-box td,
.form-box th {
  padding: 10px 0;
}

/*性別~他*/
.ohter {
  width: 100%;
}

.ohter th {
  width: 8em;
  text-align: left;
}

.ohter td {
  width: calc(100% - 8em);
}





.check-prize span {
  display: inline-block;
  margin-left: 25px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .check-prize span {
    display: block;
    margin: 0 0 10px;
  }
}

.check-prize .prize-inner {
  margin-top: 0;
}
@media screen and (max-width: 1048px) {
  
}
@media screen and (max-width: 767px) {
  .check-prize .prize-inner {
    padding: 0;
  }
}

.check-prize .name-text input {
  background: #FFF;
  width: 58%;
  max-width: 300px;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .check-prize .name-text input {
    width: 100%;
    padding: 0;
  }
}




.check-prize input[type=radio]:checked + .prize_label:before {
  opacity: 1;
  /* 要素を表示する */
}

.check-prize .prize_label:hover:after {
  border-color: #040000;
}

.check-prize .prize_label_child {
  display: inline-block;
  position: relative;
  /* ボックスの位置を指定する */
  margin-right: 20px;
  padding: 0 0 0 26px;
  /* ボックス内側の余白を指定する */
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .check-prize .prize_label_child {
    margin-right: 10px;
  }
}

.check-prize .prize_label_child:after, .check-prize .prize_label_child:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 60%;
  /* 上部から配置の基準位置を決める */
}

.check-prize .prize_label_child:after {
  left: 0;
  margin-top: -9px;
  width: 14px;
  /* ボックスの横幅を指定する */
  height: 14px;
  /* ボックスの高さを指定する */
  border: 1px solid #040000;
  /* ボックスの境界線を実線で指定する */
  border-radius: 50%;
}

.check-prize .prize_label_child:before {
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;
}

.check-prize .prize_label_child:last-of-type {
  margin-top: 10px;
}

.check-prize input[type=radio]:checked + .prize_label_child:before {
  opacity: 1;
  /* 要素を表示する */
}

.check-prize .prize_label_child:hover:after {
  border-color: #040000;
}


/*2021112追加分*/

.noto_sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.noto_serif {
  font-family: 'Noto Serif JP', serif;
}
#page-top img {
  width: 121px !important;
}
.l-index{
  max-width:900px;
  width:100%;
  margin:0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
.l-index img{
  -webkit-backface-visibility: hidden;
}
.l-index-h2{
  border-radius:20px 20px 0 0;
  background:#002e6d;
  text-align: center;
  padding:20px 10px;
  color:#FFFFFF;
  
  font-size:3.5rem;
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0em;
}
.l-index-h3{
  margin-top:35px;
  border-radius:25px;
  background:#002e6d;
  text-align: center;
  padding:10px 5px;
  color:#FFFFFF;
  
  font-size:2.6rem;
  font-weight:700;
  line-height:1;
  letter-spacing: 0em;
}
.l-index-h3.-black{
  background:#000000;
}
.l-index-h3.-red{
  background:#ff1d25;
}
.l-index-inner{
  max-width:760px;
  width:100%;
  margin:0 auto;
}
.l-index .space{
  padding:0 0;
}
.l-index .space p{
  padding:25px 10px 0;
  text-align: left;
  color:#040000;
  
  font-size:1.6rem;
  font-weight:500;
  line-height:1.75;
  letter-spacing: 0em;
}
.l-index .list{
  padding:25px 20px 0;
}
.l-index .list.-pt00{
  padding:0 20px 0;
}
.l-index .list li{
  padding-top:0;
  text-align: left;
  color:#040000;
  
  font-size:1.6rem;
  font-weight:500;
  line-height:1.875;
  letter-spacing: 0em;
}
.l-index-btn{
  padding-top:30px;
  text-align: center;
}
.l-index-btn a{
  
}
.l-index-btn a img{
  max-width:463px;
  width:100%;
}
.l-index-image{
  padding-top:40px;
  text-align: center;
}
.l-index-image img{
  max-width:578px;
  width:100%;
}
.l-index .list.Note-small{
  max-width: 676px;
  border: 3px dashed #040000;
  padding: 10px 20px;
  color:#000000;
  
  font-size: 1.3rem;
  font-weight:400;
  line-height:1.53;
  letter-spacing: 0em;
  margin: 55px auto 85px;
}
.l-index .list.Note-small li{
  text-align: left;
  color:#000000;
  
  font-size: 1.3rem;
  font-weight:400;
  line-height:1.53;
  letter-spacing: 0em;
}
.l-index-contact-block{
  padding:25px 0;
  text-align: center;
  font-size:0;
}
.l-index-contact-block-message{
  display:inline-block;
  vertical-align: top;
  color:#040000;
  padding-right:10px;
  
  font-size: 2.1rem;
  font-weight:500;
  line-height:1.53;
  letter-spacing: 0em;
}
.l-index-contact-block-tel{
  display:inline-block;
  vertical-align: top;
  color:#040000;
  
  font-size: 4.7rem;
  font-weight:700;
  line-height:1.04;
  letter-spacing: 0em;
}
.l-index-contact-caution{
  text-align: center;
  color:#040000;
  
  font-size: 1.6rem;
  font-weight:500;
  line-height:1.65;
  letter-spacing: 0em;
}
.l-index-contact-caution span{
  display: block;
  text-align: center;
  color:#040000;
  
  font-size: 1.6rem;
  font-weight:500;
  line-height:1.65;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  #page-top img {
    width: 18.9vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-index{
    max-width:100%;
    width:100%;
    margin:0 auto;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .l-index img{
    -webkit-backface-visibility: hidden;
  }
  .l-index-h2{
    border-radius:2.66vw 2.66vw 0 0;
    background:#002e6d;
    text-align: center;
    padding:2.66vw 1.33vw;
    color:#FFFFFF;

    font-size:5.2vw;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0em;
  }
  .l-index-h3{
    margin-top:4.66vw;
    border-radius:3.33vw;
    background:#002e6d;
    text-align: center;
    padding:2vw 0.66vw;
    color:#FFFFFF;

    font-size:5.2vw;
    font-weight:700;
    line-height:1.25;
    letter-spacing: 0em;
  }
  .l-index-h3.-black{
    background:#000000;
  }
  .l-index-h3.-red{
    background:#ff1d25;
  }
  .l-index-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-index .space{
    padding:0 0;
  }
  .l-index .space p{
    padding:3.33vw 2.66vw 0;
    text-align: left;
    color:#040000;

    font-size:3.73vw;
    font-weight:500;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .l-index .list{
    padding:3.33vw 2.66vw 0;
  }
  .l-index .list.-pt00{
    padding:0 2.66vw 0;
  }
  .l-index .list li{
    padding-top:2.66vw;
    text-align: left;
    color:#040000;

    font-size:3.73vw;
    font-weight:500;
    line-height:1.5;
    letter-spacing: 0em;
  }
  .l-index-btn{
    padding-top:4vw;
    text-align: center;
  }
  .l-index-btn a{

  }
  .l-index-btn a img{
    max-width:61.73vw;
    width:100%;
  }
  .l-index-image{
    padding-top:5.33vw;
    text-align: center;
  }
  .l-index-image img{
    max-width:77.06vw;
    width:100%;
  }
  .l-index .list.Note-small{
    max-width: 100%;
    width:94%;
    border: 3px dashed #040000;
    padding: 1.33vw 2.66vw;
    color:#000000;

    font-size: 3.2vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: 0em;
    margin: 7.33vw auto 11.33vw;
  }
  .l-index .list.Note-small li{
    padding-top: 1.33vw;
    text-align: left;
    color:#000000;

    font-size: 3.2vw;
    font-weight:500;
    line-height:1.5;
    letter-spacing: 0em;
  }
  .l-index-contact-block{
    padding:3.33vw 0;
    text-align: center;
    font-size:0;
  }
  .l-index-contact-block-message{
    display:inline-block;
    vertical-align: top;
    color:#040000;
    padding-right:0;

    font-size: 3.73vw;
    font-weight:500;
    line-height:1.5;
    letter-spacing: 0em;
  }
  .l-index-contact-block-tel{
    padding-top:2vw;
    display:block;
    vertical-align: top;
    color:#040000;

    font-size: 4.26vw;
    font-weight:700;
    line-height:1.04;
    letter-spacing: 0em;
  }
  .l-index-contact-caution{
    text-align: center;
    color:#040000;

    font-size: 3.73vw;
    font-weight:500;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .l-index-contact-caution span{
    display: block;
    text-align: left;
    color:#040000;
    text-indent:-3.73vw;
    padding-left:3.73vw;

    font-size: 3.73vw;
    font-weight:500;
    line-height:1.75;
    letter-spacing: 0em;
  }
  main.index section .container .box:not(:first-of-type) {
    margin-top: 9.06vw;
  }
  #page-top {
    width: 20vw;
    position: fixed;
    bottom: 17.33vw;
    right: 2.66vw;
  }
  #ft .copy {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    background: #002e6d;
    padding: 2vw 0.66vw;
    color: #FFFFFF;

    font-size: 3.2vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: 0em;
  }
}

.l-register{
  font-family: 'Noto Sans JP', sans-serif;
}
.l-register .container{
  padding: 30px 0 !important;
}
.l-register-h2{
  background: #002e6d;
  text-align: center;
  padding: 10px 5px;
  color: #FFFFFF;
  
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.l-register h4{
  margin-top: 10px;
  color: #040000;
  
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
.l-register .head-text{
  color: #040000;
  
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
}
.l-register .required-text{
  width:100% !important;
  padding-top: 10px;
  color: #040000;
  
  font-size: 1.3rem !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
}
.l-register sup {
  color: #E62C2C;
  
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 640px) {
  .l-register{
    font-family: 'Noto Sans JP', sans-serif;
  }
  .l-register .container{
    padding: 6vw 4vw 3vw !important;
  }
  .l-register-h2{
    background: #002e6d;
    text-align: center;
    padding: 2vw 0.66vw;
    color: #FFFFFF;

    font-size: 5.2vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  .l-register h4{
    margin-top: 2.66vw;
    color: #040000;

    font-size: 4.26vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .l-register h4 span{
    color: #040000;

    font-size: 4.26vw !important;
    font-weight: 700;
    line-height: 1.5 !important;
    letter-spacing: 0em;
  }
  .l-register .head-text{
    color: #040000;

    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1.5 !important;
    letter-spacing: 0em;
  }
  .l-register .required-text{
    width:100% !important;
    padding-top: 1.33vw;
    color: #040000;
    text-indent:-3.73vw;
    padding-left:3.73vw;

    font-size: 3.73vw !important;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .l-register .required-text span{
    display:block;
    width:100% !important;
    color: #ff0000;

    font-size: 3.73vw !important;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .l-register sup {
    color: #E62C2C;

    font-size: 2.66vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;

    position: relative;
    top: -0.3em;
  }
}

.l-register .form-table{
  width:100%;
  display:table;
}
.l-register .form-table-list{
  width:50%;
  display:table-cell;
  vertical-align: middle;
}
.form-table-list > div{
  width:100%;
  display:table;
}
.l-register .form-table > div p{
  display:table-cell;
  vertical-align: middle;
  color: #040000;
  
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
.l-register .form-table > div p:first-of-type{
  width:60px;
}
.l-register .form-table > div p.form-table-list-p-long{
  width:180px;
}
.l-register .form-table > div p:last-of-type{
  padding-right:10px;
}
.l-register .form-table > div:last-of-type p:last-of-type{
  padding-right:0;
}
.l-register .form-table > div p input[type="text"],
.l-register .form-table > div p input[type="email"],
.l-register .form-table > div p input[type="password"]{
  width:100% !important;
  font-family: 'Noto Sans JP', sans-serif;
}
span.Error{
  display:block;
  font-size: 1.3rem;
  color: #ff0000;
  min-width: calc(50% - 8px);
  margin-top:0 !important;
  text-align: left;
}

.l-register .form.detail dl > * {
  margin-top: 12px;
  color: #040000;
}
.l-register .form.detail dl dt {
  width: 100%;
  display:block;
  text-align: left;
  
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.83;
  letter-spacing: 0em;
}
.l-register .form.detail dl dd {
  width: 100%;
  display:block;
  text-align: left;
}
.l-register .form.detail input[type="text"],
.l-register .form.detail input[type="tel"],
.l-register .form.detail input[type="email"],
.l-register .form.detail input[type="password"],
.l-register .form.detail select{
  font-family: 'Noto Sans JP', sans-serif;
}
.l-register .form.detail span.Error{
  display:block;
  font-size: 1.3rem;
  color: #ff0000;
}
/*@media screen and (max-width: 640px) {  
  .l-register .form.detail dl {
    display: block;
  }
  .l-register .form.detail dl > * {
    margin-top: 1.56vw;
    color: #040000;
  }
  .l-register .form.detail dl dt {
    width: 100%;
    display:block;
    text-align: left;

    font-size: 2.18vw !important;
    font-weight: 600 !important;
    line-height: 1.83;
    letter-spacing: 0em;
  }
  .l-register .form.detail dl dd {
    width: 100%;
    display:block;
    text-align: left;
  }
  .l-register .select-btn{
    max-width:100%;
  }
  .l-register .form.detail input[type="text"],
  .l-register .form.detail input[type="tel"],
  .l-register .form.detail input[type="email"],
  .l-register .form.detail input[type="password"],
  .l-register .form.detail select{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    padding: 1.33vw 2.66vw;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.8vw;
    color: #000000;
    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .l-register .form.detail select{
    padding: 1.56vw 15.625vw 1.56vw 3.125vw;
  }
  .l-register .form.detail span.Error{
    display:block;
    font-size: 3.46vw;
    color: #ff0000;
  }
}*/

.l-register .l-caution-box{
  margin-top:20px;
  padding:10px 15px;
  border:1px solid #040000;
}
.l-register .l-caution-box p{
  color: #040000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
}
.l-register .l-caution-box p span{
  color:#3fa9f6;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
}
/*.l-register .privacy .text {
  padding-top: 10px;
  color: #040000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
}*/
.l-register .form-btn.registration {
  margin-top: 30px;
  width:300px;
  height:58px;
  background: url("../images/common/btn-touroku.png") top center no-repeat transparent;
  background-size:300px auto !important;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
.l-register .privacy .check span.Error{
  display:block;
  text-align: center;
}
.l-register .form.login{
  display:block;
}
.l-register .form.login .-request{
  text-align: right;
}
.l-register .form-btn.login {
  margin-top: 30px;
  width:281px;
  height:90px;
  background: url("../images/common/btn-login.png") top center no-repeat transparent;
  background-size:281px auto !important;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
/*.l-register .consent:before{
  top:8px;
}*/
@media screen and (max-width: 640px) {
  .l-register .l-caution-box{
    margin-top:2.66vw;
    padding:1.33vw 2vw;
    border:1px solid #040000;
  }
  .l-register .l-caution-box p{
    color: #040000;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .l-register .l-caution-box p span{
    color:#3fa9f6;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  /*.l-register .privacy .text {
    padding-top: 2vw;
    color: #040000;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }*/
  /*.l-register .form-btn.registration {
    margin-top: 4.6875vw;
    width:54.375vw;
    height:9.06vw;
    background: url("../images/common/btn-touroku.png") top center no-repeat transparent;
    background-size:54.375vw auto !important;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }*/
  .l-register .privacy .check span.Error{
    display:block;
  }
  .l-register .form.login{
    display:block;
  }
  .l-register .form.login .-request{
    text-align: right;
  }
  .l-register .form-btn.login {
    margin-top: 4.6875vw;
    width:43.9vw;
    height:14vw;
    background: url("../images/common/btn-login.png") top center no-repeat transparent;
    background-size:43.9vw auto !important;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  /*.l-register .consent:before{
    top:8px;
  }*/
  .form-box .note {
    padding-top: 2.66vw;
    
    font-size: 3.46vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.l-register .form-box {
  display:block;
  text-align: center;
}
.l-register .form-box .edit02 {
  display:inline-block;
  margin-top: 30px;
  width:350px;
  height:96px;
  background: url("../images/top/btn_09.png") top center no-repeat transparent;
  background-size:350px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
.l-register .form-back {
  display:block;
  text-align: center;
}
.l-register .form-back .button-back {
  display:inline-block;
  margin-top: 30px;
  width:350px;
  height:96px;
  background: url("../images/top/btn_10.png") top center no-repeat transparent;
  background-size:350px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .l-register .form-box {
    display:block;
    text-align: center;
  }
  .l-register .form-box .edit02 {
    display:inline-block;
    margin-top: 10.66vw;
    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_09.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  .l-register .form-back {
    display:block;
    text-align: center;
  }
  .l-register .form-back .button-back {
    display:inline-block;
    margin-top: 4vw;
    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_10.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
}

.l-confirm{
  margin-top: 10px;
  text-align: right;
  color: #040000;
  
  font-size: 1.3rem !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
}
.l-confirm .edit01 {
  display:inline-block;
  margin-top: 10px;
  width:175px;
  height:48px;
  background: url("../images/top/btn_04.png") top center no-repeat transparent;
  background-size:175px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
.form-btn.back {
  display: block;
  margin: 30px auto 0;
  
  width:424px;
  height:96px;
  background: url("../images/top/btn_06.png") top center no-repeat transparent;
  background-size:424px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
.form-btn.application {
  
  display: block;
  margin-top: 30px;
  
  width:424px;
  height:96px;
  background: url("../images/top/btn_07.png") top center no-repeat transparent;
  background-size:424px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
main.sub-page section .thanks h3{
  background: #ff1d25 !important;
}
.form-btn.top-page{
  background:none !important;
  box-shadow: none !important;
}
.l-oubo{
  text-align: center;
}
.l-logout{
  text-align: center;
}
.l-fortop{
  text-align: center;
}
.l-oubo a {
  margin-top: 30px;
  display:inline-block;
  
  width:350px;
  height:96px;
  background: url("../images/top/btn_12.png") top center no-repeat transparent;
  background-size:350px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
.l-logout a {
  margin-top: 30px;
  display:inline-block;
  
  width:350px;
  height:96px;
  background: url("../images/top/btn_11.png") top center no-repeat transparent;
  background-size:350px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
.l-fortop a {
  margin-top: 30px;
  display:inline-block;
  
  width:424px;
  height:96px;
  background: url("../images/top/btn_08.png") top center no-repeat transparent;
  background-size:424px auto;
  
  text-indent:-9999em;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .l-confirm{
    margin-top: 4vw;
    text-align: right;
    color: #040000;

    font-size: 3.46vw !important;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .l-confirm .edit01 {
    display:inline-block;
    margin-top: 4vw;
    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_04.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  /*.upload p {
    text-align: center;
    padding: 4vw 0 0 0;

    font-size: 3.73vw !important;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }*/
  .form-btn.back {
    display: block;
    margin: 4vw auto 0;

    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_06.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  .form-btn.application {

    display: block;
    margin-top: 4vw;

    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_07.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  main.sub-page section .thanks h3{
    background: #ff1d25 !important;
    text-align: center;
    padding: 4vw 0.66vw;
    
    color: #FFFFFF;
    font-size: 5.2vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  .form-btn.top-page{
    background:none !important;
    box-shadow: none !important;
  }
  .l-oubo{
    text-align: center;
  }
  .l-logout{
    text-align: center;
  }
  .l-fortop{
    text-align: center;
  }
  .l-oubo a {
    margin-top: 10.33vw;
    display:inline-block;

    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_12.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  .l-logout a {
    margin-top: 4vw;
    display:inline-block;

    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_11.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
  .l-fortop a {
    margin-top: 4vw;
    display:inline-block;

    width:46.66vw;
    height:12.8vw;
    background: url("../images/top/btn_08.png") top center no-repeat transparent;
    background-size:46.66vw auto;

    text-indent:-9999em;
    box-shadow: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .registration {
    padding: 0 0;
  }
  .registration .registration-info {
    margin-top: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .registration table {
    width: 100%;
    margin-top: 6vw;
    text-align: left;
  }

  .registration td,
  .registration th {
    /*border-bottom: 1px dashed #552500;
    color:#040000;

    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;*/
  }

  .registration th {
    padding: 2.66vw 0 1.33vw 1.33vw;
    text-align: left;
  }

  .registration td {
    padding: 2.66vw 0.66vw 1.33vw 1.33vw;
    word-break: break-all;
  }
  main.sub-page section .thanks ul{
    padding:3.33vw 0 0 !important;
  }
  .dot-list li {
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 2.66vw;
    text-align: left;
    color: #040000;
    
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }  
  .form-btn.top-page {
    width: 80vw;
    height: 50px;
    font-size: 1.8rem;
  }
  .form-btn.top-page img{
    max-width: 60vw;
    width:100%;
  }
  
}

.l-form01-message{
  text-align:center;
  color: #000000;

  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1020px) {
  
}
@media screen and (max-width: 767px) {
  .l-form01-message{
    text-align:center;
    color: #000000;

    font-size: 6.66vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}



/*変更点ここから*/

header{
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

header img{
  max-width:100%;
  width:100%;
}

main {
  display: block;
}
@media screen and (max-width: 640px) {
  
}

main.sub-page section .container {
  padding: 40px 45px 45px;
}
@media screen and (max-width: 1048px) {
  main.sub-page section .container {
    padding: 3.81vw 4.29vw 4.29vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub-page section .container {
    padding: 6.66vw 5.33vw 8vw;
  }
}

.form-box > section{
  border-radius:5px;
}
.form-box > section:first-of-type{
  margin-left:unset;
}
.form-box > section:last-of-type{
  margin-right:unset;
}
@media screen and (max-width: 1048px) {
  .form-box > section{
    border-radius:0.47vw;
  }
  .form-box > section:first-of-type{
    margin-left:unset;
  }
  .form-box > section:last-of-type{
    margin-right:unset;
  }
}
@media screen and (max-width: 767px) {
  .form-box > section{
    border-radius:1.33vw;
  }
  .form-box > section:first-of-type{
    margin-left:auto;
  }
  .form-box > section:last-of-type{
    margin-right:auto;
  }
}

.tit {
  text-align: center;
  color: #FFF;
  padding: 12px 0;
  border-radius:3px;
  line-height:1;
}
.tit span{
  display:inline-block;
  vertical-align: top;
  padding:0 45px;
  background-image:
    url("../images/common/h2-before_pc.png"),
    url("../images/common/h2-after_pc.png");
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    left center,
    right center;
  background-size:
    34px auto,
    34px auto;
  min-height:11px;
  text-align: center;
  color: #FFFFFF;
  
  font-size: 2.5rem;
  font-weight:700;
  line-height:1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1048px) {
  .tit {
    text-align: center;
    color: #FFF;
    padding: 1.14vw 0;
    border-radius:0.28vw;
    line-height:1;
  }
  .tit span{
    display:inline-block;
    vertical-align: top;
    padding:0 4.29vw;
    background-image:
      url("../images/common/h2-before_pc.png"),
      url("../images/common/h2-after_pc.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      left center,
      right center;
    background-size:
      3.24vw auto,
      3.24vw auto;
    min-height:1.04vw;
    text-align: center;
    color: #FFFFFF;

    font-size: 2.38vw;
    font-weight:700;
    line-height:1;
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 767px) {
  .tit {
    text-align: center;
    color: #FFF;
    padding: 2.66vw 0;
    border-radius:0.8vw;
    line-height:1;
  }
  .tit span{
    display:inline-block;
    vertical-align: top;
    padding:0 8vw;
    background-image:
      url("../images/common/h2-before_sp.png"),
      url("../images/common/h2-after_sp.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      left center,
      right center;
    background-size:
      4.13vw auto,
      4.13vw auto;
    min-height:1.33vw;
    text-align: center;
    color: #FFFFFF;

    font-size: 4.8vw;
    font-weight:700;
    line-height:1;
    letter-spacing: -0.06em;
  }
}

main.sub-page section .container .box {
  margin-top: 20px;
}
@media screen and (max-width: 1048px) {
  main.sub-page section .container .box {
    margin-top: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub-page section .container .box {
    margin-top: 4vw;
  }
}

main.sub-page section .container .box .head-text {
  text-align: left;
  color:#333333;
  font-size: 16px;
  font-weight:600;
  line-height:1.59;
  letter-spacing: -0.08em;
}
main.sub-page section .container .box .head-text span {  
  color:#E60012;
}
/*@media screen and (max-width: 640px) {
  main.sub-page section .container .box .head-text {  
    text-align: left;
    color:#333333;
    font-size: 2.5vw;
    font-weight:600;
    line-height:1.59;
    letter-spacing: 0em;
  }
  main.sub-page section .container .box .head-text span {  
    color:#E60012;
  }
}*/

.form.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 1048px) {
  .form.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.86vw;
  }
}
@media screen and (max-width: 640px) {
  .form.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.6875vw !important;
  }
}

.form.login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 1048px) {
  .form.login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.86vw;
  }
}

.form.name input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 8px);
}
@media screen and (max-width: 1048px) {
  .form.name input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 0.76vw);
  }
}
@media screen and (max-width: 767px) {
  .form.name input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 1.33vw);
  }
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"],textarea {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  background: #FFFFFF;
  border: 1px solid #231815;
  padding: 5px 15px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius:5px;
  color:#000000;
  
  font-size: 1.7rem;
  font-weight:400;
  line-height:1.5;
  letter-spacing: 0.05em;
}
textarea {
  height:190px;
}
@media screen and (max-width: 640px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"],textarea {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background: #FFFFFF;
    border: 1px solid #231815;
    padding: 1.33vw 2.66vw;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:0.78vw;
    color:#000000;

    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight:400;
    line-height:1.5;
    letter-spacing: 0.05em;
  }
  textarea {
    height:29.68vw;
  }
}
.form.name input:nth-of-type(n+3) {
  margin-top: 15px;
}
@media screen and (max-width: 1048px) {
  .form.name input:nth-of-type(n+3) {
    margin-top: 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .form.name input:nth-of-type(n+3) {
    margin-top: 2.66vw;
  }
}

.form.pass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .form.pass {
    display: block;
    text-align: left;
    margin-top: 2.34vw;
    text-align: left;
  }
}

input::placeholder {
  color: #999999;
}
/* IE */
input:-ms-input-placeholder {
  color: #999999;
}
/* Edge */
input::-ms-input-placeholder {
  color: #999999;
}
textarea::placeholder {
  color: #999999;
}
/* IE */
textarea:-ms-input-placeholder {
  color: #999999;
}
/* Edge */
textarea::-ms-input-placeholder {
  color: #999999;
}

.form.mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 1048px) {
  .form.mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .form.mail {
    display: block;
    text-align: left;
    margin-top: 2.66vw;
  }
}

.form.pass .head + input {
  display:block;
  width: 100%;
}
@media screen and (max-width: 1048px) {
  .form.pass .head + input {
    display:block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form.pass .head + input {
    width: 100%;
    margin-top: 1.33vw;
  }
}

.form.pass .head {
  display: block;
  width: 100%;
  color:#231815;
  margin-top:10px;
  margin-bottom:5px;
  
  font-size: 11px;
  font-weight:600;
  line-height:1.5;
  letter-spacing: 0em;
}
.form.pass .head span {  
  color:#231815;
  
  font-size: 11px;
  font-weight:600;
  line-height:1.5;
  letter-spacing: 0em;
}
/*@media screen and (max-width: 640px) {
  .form.pass .head {
    display: block;
    width: 100%;
    color:#231815;
    margin-top:1.56vw;
    margin-bottom:0.78vw;

    font-size: 1.71vw;
    font-weight:600;
    line-height:1.5;
    letter-spacing: 0em;
  }
  .form.pass .head span {  
    color:#231815;

    font-size: 1.71vw;
    font-weight:600;
    line-height:1.5;
    letter-spacing: 0em;
  }
}*/

.form.detail dl .post {
  position: relative;
  margin-bottom: 0;
}

.form.detail dl dt {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1048px) {
  .form.detail dl dt {
    width: 100%;
  }
}

.form.detail dl dd {
  width: calc(100% - 125px);
}
@media screen and (max-width: 1048px) {
  .form.detail dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form.detail dl dd {
    width: 100%;
  }
}

.form.detail {
  margin-top: 0;
  padding-left: 0;
}

@media screen and (max-width: 1048px) {
  .form.detail {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form.detail {
    margin-top: 0;
    padding-left: 0;
  }
}

.form.detail dl .age,
.form.detail dl .post,
.form.detail dl .super {
  margin-top: 15px;
}
@media screen and (max-width: 1048px) {
  .form.detail dl .age,
  .form.detail dl .post,
  .form.detail dl .super {
    margin-top: 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .form.detail dl .age,
  .form.detail dl .post,
  .form.detail dl .super {
    margin-top: 1.33vw;
  }
}

.form-box .Comments {
  display: block;
  color:#000000;
  padding: 10px 0 0 0;
  
  font-size: 1.7rem;
  font-weight:400;
  line-height:1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1048px) {
  .form-box .Comments {
    display: block;
    color:#000000;
    padding: 0.95vw 0 0 0;

    font-size: 1.62vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 767px) {
  .form-box .Comments {
    display: block;
    color:#000000;
    padding: 1.33vw 0 0 0;

    font-size: 3.73vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: -0.06em;
  }
}

.form.detail dl > * {
  margin-top:15px;
  color:#000000;
  
  font-size: 1.7rem;
  font-weight:700;
  line-height:1.5;
  letter-spacing: -0.06em;
}

/*セレクトボタン*/
.select-btn {
  position: relative;
  max-width: 100%;
  line-height: 1;
  width:385px;
}
.select-btn.pref {
  width: 100%;
  max-width: 100%;
}
.select-btn select {
  width:385px !important;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #231815;
  border-radius: 5px;
  background: #FFFFFF;
  
  color: #000000;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.select-btn select[name="pref_name"] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 5px 40px 5px 15px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  color: #000000;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.select-btn::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background-image:
    url("../images/common/icon-select.png");
  background-repeat:
    no-repeat;
  background-position:
    right 13px center;
  background-size:
    14px auto;
  min-height:12px;
  width:27px;
  pointer-events: none;
}
select {
  width: 100%;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 640px) {
  .select-btn {
    position: relative;
    max-width: 100%;
    line-height: 1;
    width:60vw;
  }
  .select-btn.pref {
    width: 100%;
    max-width: 100%;
  }
  .select-btn select {
    width:60vw !important;
    background: #FFFFFF;
    border: 1px solid #231815;
    padding: 1.56vw 3.125vw;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.78vw;
    color: #000000;
    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .select-btn select[name="pref_name"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #231815;
    padding: 1.56vw 3.125vw;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.78vw;
    color: #000000;
    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .select-btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    background-image:
      url("../images/common/icon-select.png");
    background-repeat:
      no-repeat;
    background-position:
      right 2.03vw center;
    background-size:
      2.1875vw auto;
    min-height:1.875vw;
    height:100%;
    width:4.2175vw;
    pointer-events: none;
  }
  select {
    width: 100%;
    font-weight: bold;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  select::-ms-expand {
    display: none;
  }
}

.mail-box{
  margin-top:44px;
  border:1px solid #000000;
  border-radius:3px;
  padding:15px 15px;
}
.mail-box-message{
  text-align: left;
  color: #000000;
  
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.06em;  
}
@media screen and (max-width: 1048px) {
  .mail-box{
    margin-top:4.19vw;
    border:1px solid #000000;
    border-radius:0.28vw;
    padding:1.43vw 1.43vw;
  }
  .mail-box-message{
    text-align: left;
    color: #000000;

    font-size: 1.62vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06em;  
  }
}
@media screen and (max-width: 767px) {
  .mail-box{
    margin-top:8vw;
    border:1px solid #000000;
    border-radius:0.8vw;
    padding:4vw 4vw;
  }
  .mail-box-message{
    text-align: left;
    color: #000000;

    font-size: 3.73vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06em;  
  }
}

.questionnaire {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .questionnaire {
    margin: 4.6875vw 0 0;
  }
}

.privacy {
  margin-top: 25px;
}
.privacy h4 {
  margin-top:0;
  text-align: left;
  color: #231815;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
.privacy .text {
  padding-top: 5px;
  text-align: left;
  color: #231815;
  
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.08em;
}
.privacy .text a {
  text-align: left;
  color: #E60012;
  text-decoration: underline;
  
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.08em;
}
.privacy .check {
  margin-top: 40px;
  padding: 0 0;
  text-align: center;
}
.consent {
  position: relative;
  text-align: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 17px 12px 12px 50px;
  display: inline-block;
  width: 300px;
  background-image: url(../images/common/bg-consent.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 348px auto;
  min-height: 58px;
}
.consent:hover {
  cursor: pointer;
}
.consent:after, .consent:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.consent:after {
  top: -2px;
  left: 21px;
  width: 21px;
  height: 21px;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
.consent:before {
  top: 17px;
  left: 26px;
  margin-top: 0;
  width: 10px;
  height: 18px;
  border-right: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;
}
/*@media screen and (max-width: 640px) {
  .privacy {
    margin-top: 0;
  }
  .privacy h4 {
    margin-top:0;
    text-align: left;
    color: #231815;

    font-size: 3.125vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .privacy .text {
    padding-top: 0.78vw;
    text-align: left;
    color: #231815;

    font-size: 2.34vw;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.08em;
  }
  .privacy .text a {
    text-align: left;
    color: #E60012;
    text-decoration: underline;

    font-size: 2.34vw;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.08em;
  }
  .privacy .check {
    margin-top: 5.33vw;
    padding: 0 0;
  }
  .consent {
    position: relative;
    text-align: left;
    color: #FFFFFF;

    font-size: 3.28vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2.5vw 1.875vw 1.875vw 7.8125vw;
    display: inline-block;
    width: 53.125vw;
    background-image: url(../images/common/bg-consent.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54.375vw auto;
    min-height:9.06vw;
  }
  .consent:hover {
    cursor: pointer;
  }
  .consent:after, .consent:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .consent:after {
    top: -0.3125vw;
    left: 3.28vw;
    width: 3.28vw;
    height: 3.28vw;
    border: 1px solid #FFFFFF;
    border-radius: 0;
  }
  .consent:before {
    top: 2.65vw;
    left: 4.06vw;
    margin-top: 0;
    width: 1.56vw;
    height: 2.81vw;
    border-right: 0.78vw solid #FFFFFF;
    border-bottom: 0.78vw solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 2;
  }
}*/

.form-btn {
  display: block;
  background-size: contain !important;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
}
.form-btn.registration {
  font-family: 'Noto Sans JP', sans-serif;
  display:block;
  background: url("../images/common/icon-arrow01_pc.png") right 25px center no-repeat #EA5514;
  background-size:10px auto !important;
  width: 100%;
  height: auto;
  margin-top: 44px;
  border-radius: 30px;
  text-align: center;
  color: #FFFFFF;
  padding:15px 10px;
  
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1048px) {
  .form-btn {
    display: block;
    background-size: contain !important;
    color: transparent;
    margin-left: auto;
    margin-right: auto;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
  }
  .form-btn.registration {
    font-family: 'Noto Sans JP', sans-serif;
    display:block;
    background: url("../images/common/icon-arrow01_pc.png") right 2.38vw center no-repeat #EA5514;
    background-size:0.95vw auto !important;
    width: 100%;
    height: auto;
    margin-top: 4.19vw;
    border-radius: 2.86vw;
    text-align: center;
    color: #FFFFFF;
    padding:1.43vw 0.95vw;

    font-size: 2.38vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 767px) {
  .form-btn {
    display: block;
    background-size: contain !important;
    color: transparent;
    margin-left: auto;
    margin-right: auto;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
  }
  .form-btn.registration {
    font-family: 'Noto Sans JP', sans-serif;
    display:block;
    background: url("../images/common/icon-arrow01_sp.png") right 4vw center no-repeat #EA5514;
    background-size:2.66vw auto !important;
    min-height:5.06vw;
    width: 100%;
    height: auto;
    margin-top: 8vw;
    border-radius: 8vw;
    text-align: center;
    color: #FFFFFF;
    padding:2.66vw 1.33vw;

    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
  }
}

.form-btn.login {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  background: url(../images/common/icon-arrow01_pc.png) right 25px center no-repeat #EA5514;
  background-size: 10px auto !important;
  width: 100%;
  height: auto;
  margin-top: 44px;
  border-radius: 30px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1048px) {
  .form-btn.login {
    font-family: 'Noto Sans JP', sans-serif;
    display:block;
    background: url("../images/common/icon-arrow01_pc.png") right 2.38vw center no-repeat #EA5514;
    background-size:0.95vw auto !important;
    width: 100%;
    height: auto;
    margin-top: 4.19vw;
    border-radius: 2.86vw;
    text-align: center;
    color: #FFFFFF;
    padding:1.43vw 0.95vw;

    font-size: 2.38vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 767px) {
  .form-btn.login {
    font-family: 'Noto Sans JP', sans-serif;
    display:block;
    background: url("../images/common/icon-arrow01_sp.png") right 4vw center no-repeat #EA5514;
    background-size:2.66vw auto !important;
    min-height:5.06vw;
    width: 100%;
    height: auto;
    margin-top: 8vw;
    border-radius: 8vw;
    text-align: center;
    color: #FFFFFF;
    padding:2.66vw 1.33vw;

    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
  }
}

.l-link-pass{
  width:100%;
  display:block;
  padding-top:5px;
  text-align: left;
}
.l-link-pass a{
  text-align: left;
  color: #24468D !important;
  
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.06em;
}
.l-link-login{
  width:100%;
  display:block;
}
@media screen and (max-width: 1048px) {
  .l-link-pass{
    width:100%;
    display:block;
    padding-top:0.47vw;
  }
  .l-link-pass a{
    text-align: left;
    color: #24468D !important;

    font-size: 1.62vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
  .l-link-login{
    width:100%;
    display:block;
  }
}
@media screen and (max-width: 767px) {
  .l-link-pass{
    width:100%;
    display:block;
    padding-top:5px;
  }
  .l-link-pass a{
    text-align: left;
    color: #24468D !important;

    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
  .l-link-login{
    width:100%;
    display:block;
  }
}

.form-box .note {
  text-align: left;
  
  font-size: 14px;
  font-weight: 600;
  line-height: 1.83;
  letter-spacing: 0em;  
}
/*@media screen and (max-width: 640px) {
  .form-box .note {
    text-align: left;

    font-size: 2.1875vw;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0em;    
  }
}*/

.l-footer{
  padding:35px 10px 25px;
  background:#FFFFFF;
}
.l-footer-logo{
  text-align: center;
}
.l-footer-logo img{
  max-width:100px;
  width:100%;
}
.l-footer-copy{
  padding-top: 10px;
  text-align: center;
  color:#000000;

  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.06em;  
}
@media screen and (max-width: 1048px) {
  .l-footer{
    padding:3.33vw 0.95vw 2.38vw;
    background:#FFFFFF;
  }
  .l-footer-logo{
    text-align: center;
  }
  .l-footer-logo img{
    max-width:9.54vw;
    width:100%;
  }
  .l-footer-copy{
    padding-top: 0.95vw;
    text-align: center;
    color:#000000;

    font-size: 1.24vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06em;  
  }
}
@media screen and (max-width: 767px) {
  .l-footer{
    padding:5.33vw 1.33vw 4vw;
  }
  .l-footer-logo{
    text-align: center;
  }
  .l-footer-logo img{
    max-width:17.6vw;
    width:100%;
  }
  .l-footer-copy{
    padding-top: 2.66vw;
    text-align: center;
    color:#000000;

    font-size: 3.46vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06em;  
  }
}

.sub-page > section{
  border-radius: 5px;
}
.sub-page .head-text{
  padding-top: 0;
  text-align: left;
  color:#000000;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.59;
  letter-spacing: 0em;
}

.l-confirm{
  padding-top:30px;
  max-width:520px;
  width:100%;
  margin:0 auto;
}
.l-confirm-table{
  width:100%;
}
.l-confirm-table .alert-danger{
  text-align: center;
  color: #E62C2C;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.06em;
}
.l-confirm-table table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
}
.l-confirm-table table tr{
  
}
.l-confirm-table table tr th{
  width:230px;
  text-align: left;
  vertical-align: top;
  padding:25px 50px 5px 25px;
  word-break:break-all;
  border-bottom: 2px dashed #231815;
  color:#231815;
  
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-confirm-table table tr th sup{
  color: #E62C2C;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  position: relative;
  top: -0.3em;
}
.l-confirm-table table tr td{
  width:auto;
  text-align: left;
  vertical-align: top;
  padding:25px 5px 5px 0;
  border-bottom: 2px dashed #231815;
  word-break:break-all;
  color:#231815;
  
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .sub-page > section{
    border-radius: 1.33vw;
  }
  /*.sub-page .head-text{
    text-align: left;
    color: #333333;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: 0em;
  }*/

  .l-confirm{
    padding-top:4vw;
    max-width: 88.125vw;
    width:100%;
    margin:0 auto;
  }
  .l-confirm-table{
    width:100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .l-confirm-table .alert-danger{
    text-align: center;
    color: #E62C2C;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
  .l-confirm-table table{
    width:100%;
  }
  .l-confirm-table table tr{
    
  }
  .l-confirm-table table tr th{
    width:36vw;
    text-align: left;
    vertical-align: top;
    padding:3.9vw 0 0.78vw 3.9vw;
    border-bottom: 2px dashed #231815;
    color:#231815;

    font-size: 3.75vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-confirm-table table tr th sup{
    color: #E62C2C;
    font-size: 2.34vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    position: relative;
    top: -0.3em;
  }
  .l-confirm-table table tr td{
    width:auto;
    text-align: left;
    vertical-align: top;
    padding:3.9vw 0.78vw 0.78vw 0;
    border-bottom: 2px dashed #231815;
    word-break:break-all;
    color:#231815;

    font-size: 3.75vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.form-btn.edit,
.y-btn{
  display: block;
  background: url(../images/common/btn-form02-01.png) left center no-repeat transparent;
  background-size: 210px auto !important;
  min-height:56px;
  width: 210px;
  height: 56px;
  margin-top: 50px;
}
.y-btn{
  margin:50px auto 0; 
}
.h-btn a,
.h-btn input{
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  background: url(../images/common/icon-arrow03_pc.png) left 25px center no-repeat #8cc63f;
  background-size: 10px auto !important;
  width: 408px;
  height: auto;
  margin:50px auto 0;
  border-radius: 30px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}
/*@media screen and (max-width: 640px) {
  .form-btn.edit,
  .y-btn{
    display: block;
    background: url(../images/common/btn-form02-01.png) left center no-repeat transparent;
    background-size: 32.81vw auto !important;
    min-height:8.75vw;
    width: 32.81vw;
    height: 8.75vw;
    margin-top: 7.81vw;
  }
  .y-btn{
    margin:7.81vw auto 0; 
  }
  .y-btn.w100{
    width:100% !important;
  }
  .h-btn a,
  .h-btn input{
    font-family: 'Noto Sans JP', sans-serif;
    background: url(../images/common/icon-arrow03_sp.png) left 4vw center no-repeat #8cc63f;
    background-size: 2.66vw auto !important;
    min-height: 5.06vw;
    width:68.8vw;
    height: auto;
    margin:8vw auto 0;
    border-radius: 8vw;
    text-align: center;
    color: #FFFFFF;
    padding: 2.66vw 1.33vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
  }
}*/

.upload {
  text-align: center;
}
.upload p {
  text-align: center;
  padding: 75px 0 15px 0;
  color: #000000;
  
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
}
.upload p span {
  color: #E60012;
  
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
}
/*@media screen and (max-width: 640px) {
  .upload {
    text-align: center;
  }
  .upload p {
    text-align: center;
    padding: 11.7vw 0 2.34vw 0;
    color: #000000;

    font-size: 4.75vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .upload p span {
    color: #E60012;

    font-size: 3.75vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}*/

label[for="file_photo"] {
  position: relative;
  display: inline-block;
  text-align: center;
  background: url(../images/common/btn-form02-02.png) left center no-repeat transparent;
  background-size: 210px auto !important;
  min-height: 56px;
  width: 210px;
  height: 56px;
  
  color:transparent;
}
label[for="file_photo"]:hover{
  cursor:pointer;
}
.file_selected{
  text-align: center;
  padding: 10px 0 0;
  color: #000000;
  
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}

.check-prize {
  margin-top: 40px;
}
.check-prize p {
  white-space: nowrap;
  text-align: left;
  padding: 0 0;
  color: #000000;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
.check-prize-wrap{
  text-align: left;
}
.check-prize .prize_label {
  margin-top: 25px;
  display:inline-block;
  position: relative;
  text-align: left;
  color: #000000;
  padding-left: 20px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
}
.check-prize .prize_label:after, .check-prize .prize_label:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.check-prize .prize_label:before {
  top: 5px;
  left: 5px;
  margin-top: 0;
  width: 5px;
  height: 9px;
  border-right: 3px solid #727272;
  border-bottom: 3px solid #727272;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;
}
.check-prize .prize_label:after {
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #727272;
  border-radius: 0;
}
.check-prize .prize_label:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  /*label[for="file_photo"] {
    position: relative;
    display: inline-block;
    text-align: center;
    background: url(../images/common/btn-form02-02.png) left center no-repeat transparent;
    background-size: 32.8125vw auto !important;
    min-height: 8.75vw;
    width: 32.8125vw;
    height: 8.75vw;
  
    color:transparent;
  }*/
  .file_selected{
    text-align: center;
    padding: 1.33vw 0 0;
    color: #000000;

    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }

  .check-prize {
    margin-top: 40px;
  }
  .check-prize p {
    white-space: nowrap;
    text-align: left;
    padding: 0 0;
    color: #000000;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .check-prize-wrap{
    text-align: left;
  }
  .check-prize .prize_label {
    margin-top: 4vw;
    display:inline-block;
    position: relative;
    text-align: left;
    color: #000000;
    padding-left: 8vw;
    font-size: 3.73vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.06em;
  }
  .check-prize .prize_label:after, .check-prize .prize_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .check-prize .prize_label:before {
    top: 0.4vw;
    left: 1vw;
    margin-top: 0;
    width: 1.66vw;
    height: 2.66vw;
    border-right: 1.06vw solid #727272;
    border-bottom: 1.06vw solid #727272;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 2;
  }
  .check-prize .prize_label:after {
    top: 0.33vw;
    left: 0;
    width: 3.73vw;
    height: 3.73vw;
    border: 1px solid #727272;
    border-radius: 0;
  }
  .check-prize .prize_label:not(:first-of-type) {
    margin-top: 4vw;
  }
}

.registration .registration-info {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1048px) {
  .registration .registration-info {
    margin-top: 1.9vw;
    margin-bottom: 4.77vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .registration .registration-info {
    margin-top: 4vw;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}

main.sub-page section .thanks {
  padding: 30px 0;
}
@media screen and (max-width: 1048px) {
  main.sub-page section .thanks {
    padding: 2.86vw 0;
  }
}
@media screen and (max-width: 767px) {
  main.sub-page section .thanks {
    padding: 6.66vw 0;
  }
}

main.sub-page section .thanks h3 {
  background:none !important;
  padding: 30px 0 50px;
  text-align: center;
}
main.sub-page section .thanks h3 img {
  max-width:471px;
  width:100%;
}
@media screen and (max-width: 640px) {
  main.sub-page section .thanks h3 {
    background:none !important;
    padding: 4.6875vw 0 7.8125vw;
    text-align: center;
  }
  /*main.sub-page section .thanks h3 img {
    max-width:73.59vw;
    width:100%;
  }*/
}

main.sub-page section .thanks ul {
  padding: 0 0 0;
}
main.sub-page section .thanks ul li {
  text-align: left;
  text-indent:-1.6rem;
  padding-left:1.6rem;
  padding-top:0;
  
  font-size: 1.6rem;
  font-weight:400;
  line-height:1.5;
  letter-spacing: -0.06em;  
}
/*@media screen and (max-width: 1048px) {
  main.sub-page section .thanks ul {
    padding: 0 0 0;
  }
  main.sub-page section .thanks ul li {
    text-align: left;
    text-indent:-1.62vw;
    padding-left:1.62vw;
    padding-top:0;

    font-size: 1.62vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: -0.06em;  
  }
}*/
/*@media screen and (max-width: 767px) {
  main.sub-page section .thanks ul {
    padding: 0 0 0;
  }
  main.sub-page section .thanks ul li {
    text-align: left;
    text-indent:-3.73vw;
    padding-left:3.73vw;
    padding-top:0;

    font-size: 3.73vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: -0.06em;  
  }
}/*

.prize_confirm{
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

/*label[for="file_photo"]::after, label[for="file_photo"]::before {
  content: '';
  position: absolute;
}

label[for="file_photo"]::after {
  border-top: 9px solid transparent;
  border-left: 13px solid #FFFFFF;
  border-bottom: 9px solid transparent;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}

label[for="file_photo"]::before {
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #67A832;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}*/

.l-inner{
  padding:0 24px;
}
.l-inner-page{
  max-width:564px;
  width:100%;
  margin:0 auto;
}
.l-top-h2{
  max-width:564px;
  width:100%;
  margin:0 auto;
}
.l-top-h2 p{
  width:100%;
  display:inline-block;
  padding:8px 8px;
  border-radius:20px;
  background:#6FBA2C;
  text-align: center;
  color:#FFFFFF;
  
  font-size:19px;
  font-weight:700;
  line-height:1.12;
  letter-spacing: 0em;
}
.l-top-mv{
  
}
.l-top-mv p{
  text-align: center;
}
.l-top-mv p img{
  max-width:640px;
  width:100%;
}
/*@media screen and (max-width: 640px) {
  .l-inner{
    padding:0 3.75vw;
  }
  .l-top-h2{
    max-width:88.125vw;
    width:100%;
    margin:0 auto;
  }
  .l-top-h2 p{
    width:100%;
    display:inline-block;
    padding:1.25vw 1.25vw;
    border-radius:3.125vw;
    background:#6FBA2C;
    text-align: center;
    color:#FFFFFF;

    font-size:2.96vw;
    font-weight:700;
    line-height:1.12;
    letter-spacing: 0em;
  }
  .l-top-mv{

  }
  .l-top-mv p{
    text-align: center;
  }
  .l-top-mv p img{
    max-width:100vw;
    width:100%;
  }
}*/

.l-top-block01{
  padding-top:45px;
}
.l-top-block01-image{
  padding-top:40px;
  text-align: center;
}
.l-top-block01 p img{
  max-width:540px;
  width:100%;
}
.l-top-block01-table{
  width:100%;
  display:block;
  font-size:0;
  text-align: left;
  margin-top:20px;
}
.l-top-block01-table > div{
  display:inline-block;
  vertical-align: top;
}
.l-top-block01-table-left{
  width:auto;
  padding-left:5px;
}
.l-top-block01-table-right{
  width:48%;
  padding-left:15px;
}
@media screen and (max-width: 640px) {
  .l-top-block01-table-right{
    width:auto;
    padding-left:5px;
  }
}
.l-top-block01-table > div > h3{  
  text-align: left;
  background: #f39800;
  display: inline-block;
  padding: 0 5px;
  color: #FFFFFF;
  margin-bottom: 4px;
  
  font-size:13px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: -0.1em;
}
.l-top-block01-table > div > p{  
  background: url(../images/common/icon-dots.png) left top 6px no-repeat #FFFFFF;
  background-size: 12px auto;
  min-height: 12px;
  padding-left:16px;
  text-align: left;
  color:#231815;
  margin-bottom: 4px;
  
  font-size:12px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: -0.1em;
}
.l-top-block01-caution{
  padding-top:20px;
  text-align: center;
  color:#231815;
  
  font-size:12px;
  font-weight:400;
  line-height:1.41;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .l-top-block01{
    padding-top:7.03vw;
  }
  .l-top-block01-image{
    padding-top:6.25vw;
    text-align: left;
  }
}
/*@media screen and (max-width: 640px) {
  .l-top-block01{
    padding-top:7.03vw;
  }
  .l-top-block01-image{
    padding-top:6.25vw;
    text-align: left;
  }
  .l-top-block01 p img{
    max-width:90.93vw;
    width:100%;
  }
  .l-top-block01-table{
    width:100%;
    display:table;
    margin-top:3.125vw;
  }
  .l-top-block01-table > div{
    display:table-cell;
    vertical-align: top;
  }
  .l-top-block01-table-left{
    width:auto;
    padding-left:2.34vw;
  }
  .l-top-block01-table-right{
    width:48.43vw;
    padding-left:0.78vw;
  }
  .l-top-block01-table > div > p{
    background: url(../images/common/icon-dots.png) left top 0.93vw no-repeat #FFFFFF;
    background-size: 1.875vw auto;
    min-height: 1.875vw;
    padding-left:2.5vw;
    text-align: left;
    color:#231815;

    font-size:2.1875vw;
    font-weight:600;
    line-height:1.75;
    letter-spacing: -0.1em;
  }
  .l-top-block01-caution{
    padding-top:3.125vw;
    text-align: center;
    color:#231815;

    font-size:2.03vw;
    font-weight:400;
    line-height:1.41;
    letter-spacing: -0.05em;
  }
}*/

.l-top-block02{
  padding-top:45px;
}
.l-top-block02-message{
  padding:15px 25px 0;
}
.l-top-block02-message p{  
  background: url(../images/common/icon-dots.png) left top 8px no-repeat #FFFFFF;
  background-size: 15px auto;
  min-height: 15px;
  padding-left:20px;
  text-align: left;
  color:#231815;
  
  font-size:15px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: 0em;
}
.l-top-block02-message ul{
  padding-left:34px;
}
.l-top-block02-message ul li{
  font-size:15px;
  font-weight:600;
  text-indent:-1em;
}
.l-top-block02-message ul li::before {
  content:"・";
}
.l-top-block02-btn{
  padding-top:50px;
  padding-bottom:50px;
  text-align: center;
}
.l-top-block02-btn img{
  max-width:386px;
  width:100%;
}
@media screen and (max-width: 640px) {
  .l-top-block02{
    padding-top:7.03vw;
  }
  .l-top-block02-message{
    padding:2.34vw 3.9vw 0 0;
  }
}
/*@media screen and (max-width: 640px) {
  .l-top-block02{
    padding-top:7.03vw;
  }
  .l-top-block02-message{
    padding:2.34vw 3.9vw 0;
  }
  .l-top-block02-message p{  
    background: url(../images/common/icon-dots.png) left top 1.25vw no-repeat #FFFFFF;
    background-size: 2.34vw auto;
    min-height: 2.34vw;
    padding-left:3.125vw;
    text-align: left;
    color:#231815;

    font-size:2.5vw;
    font-weight:600;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .l-top-block02-btn{
    padding-top:7.81vw;
    padding-bottom:7.81vw;
    text-align: center;
  }
  .l-top-block02-btn img{
    max-width:60.31vw;
    width:100%;
  }
}*/

.l-top-block03{
  padding-top:45px;
}
.l-top-block03-image{
  padding-top:30px;
  text-align: center;
}
.l-top-block03-image img{
  max-width:538px;
  width:100%;
}
.l-top-block03-caution01{
  padding-top:20px;
  text-align: center;
  color:#231815;

  font-size:15px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: 0em;
}
.l-top-block03-caution02{
  text-align: left;
  color:#231815;

  font-size:13px;
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .l-top-block03{
    padding-top:7.03vw;
  }
  .l-top-block03-image{
    padding-top:4.68vw;
    text-align: center;
  }
  .l-top-block03-image img{
    max-width:84.06vw;
    width:100%;
  }
  .l-top-block03-caution01{
    padding-top:3.125vw;
    text-align: left;
    color:#231815;

    /*font-size:2.5vw;*/
    font-weight:600;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .l-top-block03-caution02{
    text-align: left;
    color:#231815;

    /*font-size:2.03vw;*/
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0em;
  }
}

.l-top-block04{
  padding-top:45px;
}
.l-top-block04-image{
  padding-top:30px;
  text-align: center;
}
.l-top-block04-image img{
  max-width:553px;
  width:100%;
}
@media screen and (max-width: 640px) {
  .l-top-block04{
    padding-top:7.03vw;
  }
  .l-top-block04-image{
    padding-top:4.68vw;
    text-align: center;
  }
  .l-top-block04-image img{
    max-width:86.4vw;
    width:100%;
  }
}

.l-top-block05{
  padding-top:45px;
}
.l-top-block05 > p{
  padding-top:25px;
  text-align: left;
  color:#231815;

  font-size:15px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .l-top-block05{
    padding-top:7.03vw;
  }
  .l-top-block05 > p{
    padding-top:3.9vw;
    text-align: left;
    color:#231815;

    /*font-size:2.5vw;*/
    font-weight:600;
    line-height:1.75;
    letter-spacing: 0em;
  }
}

.l-footer-block01{
  background:#E60012;
  padding:5px 20px 25px;
  text-align: left;
  font-size:0;
}
.l-footer-block01 p{
  margin-top:20px;
  display:inline-block;
  text-align: left;
  color:#FFFFFF;
  padding-right:15px;

  font-size:18px;
  font-weight:400;
  line-height:1.75;
  letter-spacing: -0.05em;
}
.l-footer-block01 p:nth-of-type(even){
  padding-right:0;
}
.l-footer-block01 p a{
  display:inline-block;
  vertical-align: top;
  background: url(../images/common/icon-footer.png) left top 7px no-repeat transparent;
  background-size: 13px auto;
  min-height: 18px;
  padding-left:16px;
  text-align: left;
  color:#FFFFFF;

  font-size:18px;
  font-weight:400;
  line-height:1.75;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .l-footer-block01{
    background:#E60012;
    padding:0.78vw 3.125vw 3.9vw;
    text-align: left;
    font-size:0;
  }
  .l-footer-block01 p{
    margin-top:3.125vw;
    display:inline-block;
    text-align: left;
    color:#FFFFFF;
    padding-right:2.34vw;

    font-size:2.8125vw;
    font-weight:400;
    line-height:1.75;
    letter-spacing: -0.05em;
  }
  .l-footer-block01 p:nth-of-type(even){
    padding-right:0;
  }
  .l-footer-block01 p a{
    display:inline-block;
    vertical-align: top;
    background: url(../images/common/icon-footer.png) left top 1.09vw no-repeat transparent;
    background-size: 2.03vw auto;
    min-height: 2.8125vw;
    padding-left:2.5vw;
    text-align: left;
    color:#FFFFFF;

    font-size:2.8125vw;
    font-weight:400;
    line-height:1.75;
    letter-spacing: -0.05em;
  }
}

.l-page-h2{
  max-width:564px;
  width:100%;
  margin:0 auto;
}
.l-page-h2 p{
  width:100%;
  display:inline-block;
  padding:8px 8px;
  border-radius:20px;
  background:#F39800;
  text-align: center;
  color:#FFFFFF;
  
  font-size:19px;
  font-weight:700;
  line-height:1.12;
  letter-spacing: 0em;
}
.l-page-h2 p span{
  color:#E60012;
  
  font-size:19px;
  font-weight:700;
  line-height:1.12;
  letter-spacing: 0em;
}
/*@media screen and (max-width: 640px) {
  .l-page-h2{
    max-width:88.125vw;
    width:100%;
    margin:0 auto;
  }
  .l-page-h2 p{
    width:100%;
    display:inline-block;
    padding:1.25vw 1.25vw;
    border-radius:3.125vw;
    background:#F39800;
    text-align: center;
    color:#FFFFFF;

    font-size:2.96vw;
    font-weight:700;
    line-height:1.12;
    letter-spacing: 0em;
  }
  .l-page-h2 p span{
    color:#E60012;

    font-size:2.96vw;
    font-weight:700;
    line-height:1.12;
    letter-spacing: 0em;
  }
}*/

.head-ttl{
  text-align: left;
  color:#231815;

  font-size:19px;
  font-weight:700;
  line-height:1.51;
  letter-spacing: 0em;
}
/*@media screen and (max-width: 640px) {  
  .head-ttl{
    text-align: left;
    color:#231815;

    font-size:2.96vw;
    font-weight:700;
    line-height:1.51;
    letter-spacing: 0em;
  }
}*/

.l-form02-store{
  padding-top:65px;
}
.l-form02-store-input{
  padding-top:30px;
  text-align: center;
}
.l-form02-store-input input{
  width:320px;
}
.l-form02-store-input span{
  display:inline-block;
  vertical-align: middle;
  color:#231815;
  text-align: left;

  font-size:18px;
  font-weight:600;
  line-height:1.22;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {  
  /*.l-form02-store{
    padding-top:10.15vw;
  }
  .l-form02-store-input{
    padding-top:4.68vw;
    text-align: center;
  }*/
  .l-form02-store-input input{
    width:50vw;
  }
  /*.l-form02-store-input span{
    display:inline-block;
    vertical-align: middle;
    color:#231815;
    text-align: left;

    font-size:3.28vw;
    font-weight:600;
    line-height:1.22;
    letter-spacing: 0em;
  }*/
}

.l-form02-questionnaire{
  padding-top:60px;
}
.l-form02-questionnaire-block{
  padding:25px 10px 0;
}
.l-form02-questionnaire-box{
  border-radius:10px;
  border:1px solid #231815;
  padding:30px 15px;
}
.l-form02-questionnaire-box-ttl{
  text-align: left;
  color:#231815;

  font-size:16px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: 0em;
}
.l-form02-questionnaire-box-list{
  padding-top:20px;
  text-align: left;
}
.l-form02-questionnaire-box-list-ttl{
  background: url(../images/common/icon-dots.png) left top 8px no-repeat #FFFFFF;
  background-size: 15px auto;
  min-height: 15px;
  padding-left: 20px;
  text-align: left;
  color: #231815;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-form02-questionnaire-box-list-block{
  padding:10px 0 0;
}
.l-form02-questionnaire-box-list-block p{  
  padding:0 20px 5px;
}
/*ラジオボタン*/
.question_label {
  position: relative;
  /* ボックスの位置を指定する */
  margin-right: 0;
  padding: 0 0 0 26px;
  /* ボックス内側の余白を指定する */
  font-size: 16px;
  font-weight:400;
  display:inline-block;
  vertical-align: top;
}
.question_label:after, .question_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 8px;
  /* 上部から配置の基準位置を決める */
}
.question_label:after {
  left: 0;
  margin-top: -2px;
  width: 14px;
  height: 14px;
  border: 1px solid #040000;
  border-radius: 50%;
}
.question_label:before {
  left: 3px;
  margin-top: 1px;
  width: 8px;
  height: 8px;
  background: #040000;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked + .question_label:before,
input[type=checkbox]:checked + .question_label:before {
  opacity: 1;
  /* 要素を表示する */
}
.question_label:hover:after {
  border-color: #040000;
}
/*@media screen and (max-width: 640px) {
  .l-form02-questionnaire{
    padding-top:9.375vw;
  }
  .l-form02-questionnaire-block{
    padding:3.9vw 1.56vw 0;
  }
  .l-form02-questionnaire-box{
    border-radius:1.56vw;
    border:1px solid #231815;
    padding:4.68vw 2.34vw;
  }
  .l-form02-questionnaire-box-ttl{
    text-align: center;
    color:#231815;

    font-size:2.8125vw;
    font-weight:600;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .l-form02-questionnaire-box-list{
    padding-top:3.125vw;
    text-align: left;
  }
  .l-form02-questionnaire-box-list-ttl{
    background: url(../images/common/icon-dots.png) left top 1.25vw no-repeat #FFFFFF;
    background-size: 2.34vw auto;
    min-height: 2.34vw;
    padding-left: 3.125vw;
    text-align: left;
    color: #231815;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-form02-questionnaire-box-list-block{
    padding:1.56vw 0 0;
  }
  .l-form02-questionnaire-box-list-block p{  
    padding:0 3.125vw 0.78vw;
  }
  .question_label {
    position: relative;
    margin-right: 0;
    padding: 0 0 0 4.06vw;
    font-size: 2.5vw;
    font-weight:400;
  }
  .question_label:after, .question_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 60%;
  }
  .question_label:after {
    left: 0;
    margin-top: -1.4vw;
    width: 2.18vw;
    height: 2.18vw;
    border: 1px solid #040000;
    border-radius: 50%;
  }
  .question_label:before {
    left: 0.4vw;
    margin-top: -0.9vw;
    width: 1.33vw;
    height: 1.33vw;
    background: #040000;
    border-radius: 50%;
    opacity: 0;
  }
}*/

.l-form02-questionnaire-message{
  padding-top:15px;
  text-align: left;
  
  color: #231815;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
/*@media screen and (max-width: 640px) {  
  .l-form02-questionnaire-message{
    padding-top:2.34vw;
    text-align: center;

    color: #231815;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}*/

.h-btn-confirm input{
  margin:10px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  background: url(../images/common/btn-form03-01.png) left center no-repeat transparent;
  background-size: 210px auto !important;
  min-height: 56px;
  width: 210px;
  height: 56px;
  text-align: center;
  
  color:transparent;
}
.h-btn-soushin{
  margin:40px auto 50px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  background: url(../images/common/btn-form03-02.png) left center no-repeat transparent;
  background-size: 300px auto !important;
  min-height: 96px;
  width: 300px;
  height: 96px;
  text-align: center;
  
  color:transparent;
}
/*@media screen and (max-width: 640px) {
  .h-btn-confirm input{
    margin:1.56vw auto 0;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    background: url(../images/common/btn-form02-03.png) left center no-repeat transparent;
    background-size: 32.8125vw auto !important;
    min-height: 8.75vw;
    width: 32.8125vw;
    height: 8.75vw;
    text-align: center;
  
    color:transparent;
  }
  .h-btn-soushin{
    margin:6.25vw auto 7.8125vw;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    background: url(../images/common/btn-form03-02.png) left center no-repeat transparent;
    background-size: 60.31vw auto !important;
    min-height: 15vw;
    width: 60.31vw;
    height: 15vw;
    text-align: center;

    color:transparent;
  }
}*/

.thanks-btn{
  padding-bottom:50px;
  text-align: center;
}
.thanks-btn img{
  max-width:241px;
  width:100%;
}
@media screen and (max-width: 640px) {  
  .thanks-btn{
    padding-bottom:7.8125vw;
    text-align: center;
  }
  /*.thanks-btn img{
    max-width:37.65vw;
    width:100%;
  }*/
}

.btn-edit01 {
  display: inline-block;
  background: url(../images/common/btn-edit01.png) left center no-repeat transparent;
  background-size: 210px auto !important;
  min-height: 57px;
  width: 210px;
  height: 57px;
  margin-top: 50px;
  
  color:transparent;
}
.btn-edit02{
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.btn-edit02 img{
  max-width:210px;
  width:100%;
}
/*@media screen and (max-width: 640px) {
  .btn-edit01 {
    display: inline-block;;
    background: url(../images/common/btn-edit01.png) left center no-repeat transparent;
    background-size: 32.81vw auto !important;
    min-height: 8.9vw;
    width: 32.81vw;
    height: 8.9vw;
    margin-top: 7.81vw;
  
    color:transparent;
  }
  .btn-edit02{
    margin-top: 7.8125vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }
  .btn-edit02 img{
    max-width:32.81vw;
    width:100%;
  }
}*/

.l-info-btn01{
  padding-top:50px;
  text-align: center;
}
.l-info-btn01 img{
  max-width:210px;
  width:100%;
}
.l-info-btn02{
  padding-top:20px;
  text-align: center;
}
.l-info-btn02 img{
  max-width:210px;
  width:100%;
}
.l-info-btn03{
  padding-top:30px;
  margin-bottom:50px;
  text-align: center;
}
.l-info-btn03 img{
  max-width:241px;
  width:100%;
}
/*@media screen and (max-width: 640px) {  
  .l-info-btn01{
    padding-top:7.8125vw;
    text-align: center;
  }
  .l-info-btn01 img{
    max-width:32.81vw;
    width:100%;
  }
  .l-info-btn02{
    padding-top:3.125vw;
    text-align: center;
  }
  .l-info-btn02 img{
    max-width:32.81vw;
    width:100%;
  }
  .l-info-btn03{
    padding-top:4.6875vw;
    margin-bottom:7.8125vw;
    text-align: center;
  }
  .l-info-btn03 img{
    max-width:37.65vw;
    width:100%;
  }
}*/

.l-form02-questionnaire-box-list-block-label{
  position: relative;
  text-align: left;
  color: #040000;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
.l-form02-questionnaire-box-list-block .check input:checked + .l-form02-questionnaire-box-list-block-label:before {
  opacity: 1;
}
.l-form02-questionnaire-box-list-block .check input:checked + .l-form02-questionnaire-box-list-block-label:after {
  background: #FFF;
}
.l-form02-questionnaire-box-list-block-label:after, .l-form02-questionnaire-box-list-block-label:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-form02-questionnaire-box-list-block-label:before {
  top: 9px;
  left: 5px;
  margin-top: 0;
  width: 5px;
  height: 9px;
  border-right: 3px solid #040000;
  border-bottom: 3px solid #040000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;
}
.l-form02-questionnaire-box-list-block-label:after {
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #040000;
  border-radius: 0;
}













