@charset "UTF-8";
/* ------------------------
01_reset
------------------------ */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}
/* .fix {
  position: fixed;
  bottom: 0;
} */

/* ------------------------
02_common
------------------------ */
body {
  color: #666;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top;
}

em,
strong {
  font-style: normal;
  font-weight: 100;
}

a img {
  border-style: none;
  outline: medium none;
}

object {
  border-style: none;
  outline: medium none;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
  /* opacity: 0.7; */
}

@media screen and (min-width: 640px) {
  a:hover {
    opacity: 0.7;
  }
}

a:link {
  outline: medium none;
}

a:visited {
  outline: medium none;
}

#wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ------------------------
03_layout
------------------------ */
#wrap strong,
#wrap a,
/* #wrap span, */
#wrap img {
  display: block;
}
#wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#wrap main {
  position: relative;
  top: 0;
  left: 0;
}
section {
  position: relative;
}
header {
  position: absolute;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 5;
}
.h_logo {
  float: left;
  width: calc(163 / 750 * 100%);
  position: absolute;
  top: 40%;
  left: calc(35 / 750 * 100%);
}
header .h_txt {
  float: right;
  padding-top: 20px;
  width: calc(406 / 750 * 100%);
}
.comBtn {
  margin: 0 auto;
  padding: 3% 0 3%;
  width: calc(750 / 750 * 100%);
}
.sub_ttl {
  margin: 0 auto;
  padding: 10% 0 6%;
}

#sec02 .sub_ttl {
  width: calc(615 / 750 * 100%);
}
#sec03 .sub_ttl {
  width: calc(488 / 750 * 100%);
}
#sec04 .sub_ttl {
  width: calc(571 / 750 * 100%);
}
#sec05 .sub_ttl {
  width: calc(436 / 750 * 100%);
}
#sec06 .sub_ttl {
  width: calc(221 / 750 * 100%);
}
#sec07 .sub_ttl {
  width: calc(162 / 750 * 100%);
  padding: 4% 0 6%;
}
#sec08 .sub_ttl {
    font-size: 5.5rem;
    text-align: center;
    padding-bottom: 4%;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

#sec07 ul li + li {
  padding-top: 10%;
}
#sec08 {
  padding: 0 calc(35 / 750 * 100%);
}
#sec08 .txt01 {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 4%;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#sec08 .txt01 span{
color:#f00;
    font-weight: bold;
}
#sec08 .txt02 {
  font-size: 2rem;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 750px) {
  #sec08 .txt01 {
    font-size: 1.25rem;
  }
  #sec08 .txt02 {
    font-size: 1rem;
  }
  #sec08 .sub_ttl {
    font-size: 2.5rem;
}
}

/* ------------------------
04_form
------------------------ */
::placeholder {
  color: #c0c0c0;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}
table {
  width: 100%;
}
a {
  border: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
a img,
input[type="image"] {
  transition: 0.3s;
}
a:hover,
input[type="image"]:hover {
  opacity: 0.5;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.base {
  margin-bottom: 1em;
  border-top: 1px solid #919191;
  margin-top: 7%;
}
.base > tbody > tr {
  border-bottom: 1px solid #919191;
}
.base > tbody > tr > td p {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.base > tbody > tr > td p:last-child {
  margin-bottom: 0;
}

.item {
  font-weight: 500;
  line-height: 1.1em;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .item {
    font-size: 1.5rem;
  }
}
.item:before {
  position: relative;
  margin-right: 0.5em;
  padding: 0.175em 0.5em;
  border-radius: 0.25em;
  font-size: 0.65em;
  color: #fff;
  top: -2px;
}

/* 必須ラベル */
.req .item:before {
  content: "\5FC5\9808";
  background: #fb0000;
}
.opt .item:before {
  content: "\4EFB\610F";
  background: #8fc4d6;
}
.item span {
  display: block;
  line-height: 1.25em;
  font-size: 0.75rem;
}
.sec {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
td .sec:last-child {
  margin-bottom: 0;
}
.pos {
  position: relative;
}
.pos span {
  position: absolute;
  right: 0;
}

.form .btn_radio + label {
  position: relative;
  display: block;
  padding: 1em 0.5em 1em 2em;
  background: #eee;
  border: 1px solid #c1c1c1;
  border-radius: 0.5em;
  text-align: center;
  color: #999;
  font-size: 2rem;
  letter-spacing: 0.15em;
  width: 96%;
  margin: 0 auto;
}

.gender .btn_radio + label {
  width: 47%;
  display: inline-block;
  margin-right: 4%;
}

.gender label:last-child {
  margin-right: 0;
}

.form .btn_radio + label:before {
  position: absolute;
  top: 50%;
  left: 20%;
  display: block;
  margin-top: -0.675em;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 400;
  color: #bbb;
}

.form .btn_radio:checked + label {
  background: #d4f0c2;
  color: #000;
}
.form .btn_radio:checked + label:before {
  content: "\f14a";
  color: #2bb167;
}
.form .btn_radio {
  position: absolute;
  opacity: 0;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 750px) {
  .form .btn_radio + label {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .form .btn_radio + label:before {
    left: 15%;
  }
}

.ipt100 {
  width: 100%;
}
.ipt50 {
  width: 49%;
}
.ipt30 {
  width: 30%;
}
.sec .ipt50 {
  margin-right: 2%;
}
.sec .ipt50:nth-child(2n) {
  margin-right: 0;
}
.privacy .p_other {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0 20px;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .privacy .p_other {
    font-size: 1.5rem;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  padding: 0.75em 0.5em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-size: 2rem;
  outline: none;
}
textarea {
  padding: 0.5em;
  height: 200px;
  font-family: inherit;
}
@media screen and (max-width: 750px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    font-size: 1.5rem;
  }
  textarea {
    height: 120px;
  }
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.25em;
}

.base > tbody > tr > th {
  width: 30%;
}
.base > tbody > tr > th,
.base > tbody > tr > td {
  padding: 2em 0.5em;
}
.ime_off {
  ime-mode: inactive;
}
.ime_on {
  ime-mode: active;
}
.submit_btn {
  width: 100%;
  height: 0;
  padding-top: 23.33%;
  margin: 5% 0;
  background: url(../image/btn02.png) left top no-repeat;
  background-size: contain;
  border: none;
}
.submit_btn:hover {
  cursor: pointer;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  a:hover,
  input[type="image"]:hover {
    opacity: 1;
  }
  .base > tbody > tr > th,
  .base > tbody > tr > td {
    padding: 1.25em 0.75em;
  }
}


.sec.date_area img {
  display: none;
}

.sec.date_area select {
  margin: 0;
}


.privacy_box {
  max-width: 720px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


.maintitle {
  margin-bottom: 1em;
  padding-bottom: .25em;
  font-weight: normal;
  border-bottom: 3px solid #d44242;
  text-align: center;
  font-size: 1.25em;
}