@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  background: #fff;
  line-height: 1.25;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
}

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

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

.wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 1.5rem;
  }
}

.header {
  border-bottom: 1px solid #888888;
}

.header-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 1.5rem;
  }
}
.header-inner .logo {
  width: 12rem;
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header-inner .logo {
    left: 1.5rem;
  }
}
.header-inner .ttl {
  display: block;
  padding: 1.4rem;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-inner .ttl {
    font-size: 2.4rem;
  }
}

.form {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 2.5rem 1.5rem;
  }
}

.form-ttl {
  color: #04304f;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-ttl {
    font-size: 2.2rem;
  }
}

.form-desc {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .form-desc {
    line-height: 1.85;
  }
}

.form-container {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form-container {
    margin-top: 2.5rem;
  }
}
.form-container table {
  width: 100%;
}
.form-container tr {
  padding: 1.5rem 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form-container tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1rem 1.6rem;
  }
}
.form-container tr:nth-child(odd) {
  background: #eef5fb;
}
.form-container td:first-child {
  width: 40%;
}
.form-container td:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .form-container .td_l,
  .form-container .td_r {
    width: 100% !important;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .form-container .td_l {
    margin-bottom: 1rem;
  }
}
.form-container .td_r-text {
  color: #e83820;
  margin-bottom: 0.6rem;
  display: inline-block;
}

.required {
  background: #e83820;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  margin-right: 1rem;
}

.td_r input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.6em 0.8em;
  width: 100%;
}

.td_r input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#kibo,
#uriage {
  width: 100%;
  max-width: 20rem;
  margin-right: 1rem;
}

#tel_type {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(../img/btn-arrow.svg) no-repeat center right 10px/12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-family: inherit;
  font-size: 1em;
  padding: 0.6em 0.8em;
  max-width: 20rem;
  width: 100%;
  margin-bottom: 1rem;
}

#tel_type::-ms-expand {
  display: none;
}

#tel_type:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.agreement {
  text-align: center;
  margin-top: 3rem;
}

#privacy {
  display: none;
}

#privacy + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

#privacy + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  content: "";
  display: block;
  left: -0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1em;
}

#privacy + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #04304f;
  border-left: 2px solid #04304f;
  content: "";
  display: block;
  height: 0.6em;
  left: -0.4rem;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

#privacy:checked + span::after {
  opacity: 1;
}

.submit-btn {
  text-align: center;
}

#submit {
  background-color: #04304f;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0 1em;
  padding: 0.9em 2em;
  width: 100%;
  max-width: 30rem;
  text-decoration: none;
  margin-top: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #submit {
    max-width: 32.5rem;
    margin-bottom: 0;
  }
}
#submit span {
  letter-spacing: 1rem;
  display: inline-block;
  margin-right: -0.6em;
}

#submit:hover,
#submit:focus {
  outline: none;
}

#submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.pp_h {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .pp_h {
    margin-bottom: 1.4rem;
  }
}

.rule_box {
  padding: 3.6rem 2rem;
  border: #efefef 2px solid;
  height: 20rem;
  overflow-y: scroll;
  line-height: 2;
}

.seal-txt {
  margin-top: 4rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seal-txt {
    margin: 3rem 0;
    text-align: left;
  }
}

.p-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}

.p-mark-icon img {
  width: 8rem;
}

.p-mark-text {
  max-width: 35rem;
  font-size: 1.2rem;
  line-height: 1.67;
  margin: auto 0;
}

.footer {
  background: #eef5fb;
  border-top: 5px solid #04304f;
}

.footer-inner {
  padding-top: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 3rem 1.5rem 1rem;
  }
}

.footer-ttl {
  font-size: 3.2rem;
  margin: 1rem 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-ttl {
    font-size: 2.4rem;
  }
}

.footer-text {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.footer-tel {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 2.7rem;
}
.footer-tel img {
  display: inline-block;
  margin-right: 1rem;
}
.footer-tel span {
  font-size: 2.4rem;
}

.footer-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.footer-btn {
  font-size: 1.2rem;
  border: 1px solid #04304f;
  border-radius: 4px;
  padding: 1.3rem;
  text-decoration: none;
  color: #04304f;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-btn span {
  display: inline-block;
  margin-right: 0.4rem;
  vertical-align: middle;
}
.footer-btn img {
  vertical-align: middle;
}
.footer-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-copy {
  font-size: 1rem;
  margin-top: 2rem;
}

#top-btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: #04304f;
  width: 7rem;
  height: 7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top-btn {
    width: 5rem;
    height: 5rem;
  }
}
#top-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
}
#top-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#top-btn.show {
  display: block;
  opacity: 0.7;
}

#top-btn.hide {
  display: none;
}

#container{
	width: auto;
	margin: 0px auto;
	clear:both;
}

#main {
  clear: both;
  width: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

.content_h{
	width: 850px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #04304f;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	letter-spacing: 0.15em;
      font-family: "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
      position: relative;
}	

.content_text{
	width: 855px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 160%;
  font-family: "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.thanks-txt {
	text-align: center;
}

.sate-thanks2-txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  .sate-thanks2-txt {
    line-height: 1.85;
    text-align: center;
  }
}