/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Noto+Sans+JP:wght@300;400;500&display=swap");
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  line-height: 1.45455;
  letter-spacing: .075em;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

label {
  display: block;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.pc-br {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

.pc-disp {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .opacity-link {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  .opacity-link:hover {
    opacity: .7;
  }
}

.txt-link {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .txt-link {
    text-decoration: underline;
  }
  .txt-link:hover {
    text-decoration: none;
  }
}

.wrapper {
  min-width: 320px;
  overflow: hidden;
}

/* =========================================================
page header
========================================================= */
.page-hd-logo {
  height: 80px;
  position: relative;
}

.page-hd-logo .logo {
  width: 132px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .page-hd-logo .logo {
    width: 152px;
  }
}

.page-hd-logo .logo a {
  display: block;
}

.page-hd-ttl {
  padding: 45px 0 40px;
  background: url(../images/bg_pat01.png) repeat center;
  background-size: 9px 9px;
}

@media screen and (min-width: 769px) {
  .page-hd-ttl {
    height: 220px;
    padding: 0;
    background-size: 18px 18px;
    position: relative;
  }
}

.page-hd-ttl .ttl {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .page-hd-ttl .ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.page-hd-ttl .ttl > * {
  display: block;
}

.page-hd-ttl .ja {
  font-size: 9.6vw;
  line-height: 1.38889;
}

@media screen and (min-width: 769px) {
  .page-hd-ttl .ja {
    font-size: 5.6rem;
    line-height: 1.25;
  }
}

.page-hd-ttl .en {
  margin: 5px auto 0;
  font-family: 'Lato', sans-serif;
  font-size: 3.73333vw;
  line-height: 1;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .page-hd-ttl .en {
    margin: 10px auto 0;
    font-size: 1.8rem;
  }
}

/* =========================================================
page footer
========================================================= */
.page-ft {
  padding: 23px 30px;
  background: #F17002;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .page-ft {
    height: 110px;
    padding: 0;
    position: relative;
  }
}

.page-ft .copyright {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: .1em;
}

@media screen and (min-width: 769px) {
  .page-ft .copyright {
    font-size: 1.4rem;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
}

.pagetop a {
  display: block;
  width: 60px;
  height: 160px;
  background: #F17002;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pagetop .line {
  overflow: hidden;
  width: 100%;
  height: 43px;
  position: absolute;
  top: 17px;
  left: 0;
}

.pagetop .line:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagetop .line:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagetop .txt {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* animation */
.pagetop .line:after {
  -webkit-animation: pagetop 1.5s linear infinite;
  animation: pagetop 1.5s linear infinite;
}

@-webkit-keyframes pagetop {
  0% {
    top: 105%;
  }
  100% {
    top: -5%;
  }
}

@keyframes pagetop {
  0% {
    top: 105%;
  }
  100% {
    top: -5%;
  }
}

/* =========================================================
layout
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
.cmn-ttl01 > * {
  display: block;
  text-align: center;
}

.cmn-ttl01 .ja {
  font-size: 9.6vw;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .cmn-ttl01 .ja {
    font-size: 5.6rem;
  }
}

.cmn-ttl01 .en {
  margin: 13px auto 0;
  font-family: 'Lato', sans-serif;
  font-size: 3.73333vw;
  line-height: 1;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .cmn-ttl01 .en {
    margin: 15px auto 0;
    font-size: 1.8rem;
  }
}

/* animation */
.cmn-ttl01 .ja {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.cmn-ttl01 .en {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.cmn-ttl01.is-active .ja {
  opacity: 1;
}

.cmn-ttl01.is-active .en {
  opacity: 1;
}

.cmn-ttl02 .wrap {
  display: inline-block;
  padding: 0 12px 15px 20px;
  font-size: 5.33333vw;
  line-height: 1;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 769px) {
  .cmn-ttl02 .wrap {
    padding: 0 10px 17px 60px;
    font-size: 2.4rem;
  }
}

.cmn-ttl02 .txt {
  display: inline-block;
}

.cmn-ttl02 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cmn-ttl02 .line:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* animation */
.cmn-ttl02 .txt {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity .7s ease .7s, -webkit-transform .7s ease .7s;
  transition: opacity .7s ease .7s, -webkit-transform .7s ease .7s;
  transition: transform .7s ease .7s, opacity .7s ease .7s;
  transition: transform .7s ease .7s, opacity .7s ease .7s, -webkit-transform .7s ease .7s;
}

.cmn-ttl02 .line {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: transform .7s ease, opacity .7s ease;
  transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
}

.cmn-ttl02.is-active .txt {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.cmn-ttl02.is-active .line {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

main {
  display: block;
  padding: 25px 0 105px;
}

@media screen and (min-width: 769px) {
  main {
    max-width: 1360px;
    margin: 0 auto;
    padding: 50px 60px 145px;
  }
}

.required {
  margin-right: 10px;
  padding: .5em 10px;
  display: inline-block;
  background: #F78726;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .required {
    margin-right: 25px;
  }
}

.form-txt01 {
  font-size: 2rem;
  line-height: 1.6;
}

.form-txt02 {
  font-size: 1.8rem;
  line-height: 1.66667;
}

.form-txt03 {
  font-size: 1.4rem;
  line-height: 1.71429;
}

/*------------------------------------------
button
------------------------------------------*/
.cmn-btn01 {
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.cmn-btn01:hover {
  opacity: .6;
}

.cmn-btn01:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.cmn-btn01 a {
  width: 100%;
  display: block;
  padding: 20px 40px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 6.4vw;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .cmn-btn01 a {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.cmn-btn01 input {
  width: 100%;
  display: block;
  padding: 20px 40px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 6.4vw;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-btn01 input {
    font-size: 2.4rem;
    line-height: 1.5;
    cursor: pointer;
  }
}

.cmn-btn01.re:after {
  right: auto;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.cmn-btn01.no-arrow:after {
  content: none;
}

.cmn-btn01.type02:after {
  border-color: #fff;
}

.cmn-btn01.type02 a, .cmn-btn01.type02 input {
  border: 2px solid #F78726;
  background: #F78726;
  color: #fff;
}

/*------------------------------------------
form header
------------------------------------------*/
.form-hd {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .form-hd {
    padding: 0;
  }
}

/*------------------------------------------
error
------------------------------------------*/
.error-block {
  margin: 30px auto 0;
  padding: 25px 20px;
  background: #FFF8E0;
  color: #F10202;
}

@media screen and (min-width: 769px) {
  .error-block {
    padding: 40px 45px;
  }
}

.error-block .ttl {
  margin: 0 auto 5px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .error-block .ttl {
    margin: 0 auto 15px;
    font-size: 2.6rem;
    line-height: 1.46154;
    text-align: left;
  }
}

.error-block .ttl:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  background: url(../images/ico_alert.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media screen and (min-width: 769px) {
  .error-block .ttl:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

.error-txt li {
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .error-txt li {
    margin: 0 0 10px;
  }
}

.error-txt li:last-child {
  margin-bottom: 0;
}

.error-txt li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F10202;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/*------------------------------------------
form
------------------------------------------*/
.form-block {
  margin: 40px auto 0;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .form-block {
    padding: 0;
  }
}

.form-bundle {
  padding: 20px 0;
  border-bottom: 1px solid #F17002;
}

@media screen and (min-width: 769px) {
  .form-bundle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form-bundle:first-child {
  border-top: 1px solid #F17002;
}

.form-item {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .form-item {
    width: 270px;
    min-height: 60px;
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .form-item {
    width: 295px;
  }
}

@media screen and (min-width: 769px) {
  .form-item .txt {
    width: calc(100% - 75px);
  }
}

.form-area {
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) {
  .form-area {
    width: calc(100% - 270px);
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .form-area {
    width: calc(100% - 295px);
  }
}

.form-confirm {
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) {
  .form-confirm {
    width: calc(100% - 270px);
    min-height: 60px;
    margin: 0;
    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;
  }
}

@media screen and (min-width: 1025px) {
  .form-confirm {
    width: calc(100% - 295px);
  }
}

.form-area input[type="text"], .form-area input[type="password"], .form-area .select-wrap {
  height: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
}

@media screen and (min-width: 769px) {
  .form-area input[type="text"], .form-area input[type="password"], .form-area .select-wrap {
    max-width: 500px;
  }
}

.form-area input[type="text"].inputed, .form-area input[type="password"].inputed, .form-area .select-wrap.inputed {
  background: #FFF8E0;
  border-color: #FFF8E0;
}

.form-area input[type="text"], .form-area input[type="password"], .form-area select {
  display: block;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1;
}

.form-area textarea {
  display: block;
  width: 100%;
  height: 360px;
  padding: 15px 20px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  font-size: 1.8rem;
  line-height: 1.66667;
  resize: none;
}

@media screen and (min-width: 769px) {
  .form-area textarea {
    max-width: 905px;
  }
}

.form-area textarea.inputed {
  border: none;
  background: #FFF8E0;
}

.form-area .note {
  margin: 5px auto 0;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (min-width: 769px) {
  .form-area .note {
    margin: 10px auto 0;
  }
}

.select-wrap {
  position: relative;
}

.select-wrap:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #F78726;
  border-bottom: 3px solid #F78726;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.select-wrap select {
  position: relative;
  z-index: 1;
}

.radio-bundle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .radio-bundle {
    cursor: pointer;
  }
}

.radio-bundle input {
  display: none;
}

.radio-bundle .txt {
  padding: 0 0 0 40px;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 370px) {
  .radio-bundle .txt {
    padding-left: 30px;
    font-size: 1.4rem;
  }
}

.radio-bundle .txt:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio-bundle .txt:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #F78726;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.radio-bundle input:checked + .txt:after {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .checkbox-bundle {
    cursor: pointer;
  }
}

.checkbox-bundle input {
  display: none;
}

.checkbox-bundle .txt {
  padding: 0 0 0 35px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 370px) {
  .checkbox-bundle .txt {
    padding-left: 30px;
    font-size: 1.4rem;
  }
}

.checkbox-bundle .txt:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #D6D6D6;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox-bundle .txt:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(../images/ico_check.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.checkbox-bundle input:checked + .txt:before {
  background: #F78726;
  border: none;
}

.checkbox-bundle input:checked + .txt:after {
  opacity: 1;
}

@media screen and (min-width: 950px) {
  .form-ymd {
    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;
  }
}

.ymd-bundle {
  margin: 0 auto 10px;
  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;
}

@media screen and (min-width: 950px) {
  .ymd-bundle {
    margin: 0 30px 0 0;
  }
}

.ymd-bundle:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 950px) {
  .ymd-bundle:last-child {
    margin-right: 0;
  }
}

.ymd-bundle .select-wrap, .ymd-bundle input[type="text"] {
  width: 69.33333vw;
  max-width: 260px;
}

@media screen and (min-width: 950px) {
  .ymd-bundle .select-wrap, .ymd-bundle input[type="text"] {
    width: 125px;
  }
}

.ymd-bundle select {
  padding-right: 35px;
}

.ymd-bundle .unit {
  margin-left: 22px;
  font-size: 1.8rem;
  line-height: 1;
}

.radio-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .radio-list {
    min-height: 60px;
  }
}

.radio-list > * {
  margin: 0 40px 0 0;
}

.radio-list > *:last-child {
  margin-right: 0;
}

.postcode-bundle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.postcode-bundle input {
  width: 36.26667vw;
  max-width: 136px;
}

@media screen and (min-width: 769px) {
  .postcode-bundle input {
    width: 125px !important;
  }
}

.postcode-bundle span {
  margin: 0 20px;
  font-size: 1.8rem;
  line-height: 1;
}

.postcode-bundle + .note {
  margin-bottom: 15px;
}

.checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .checkbox-list {
    min-height: 60px;
  }
}

.checkbox-list .checkbox-bundle {
  margin: 0 20px 20px 0;
}

@media screen and (min-width: 769px) {
  .checkbox-list .checkbox-bundle {
    margin: 0 50px 20px 0;
  }
}

.checkbox-list .checkbox-bundle:last-child {
  margin-left: 0;
}

/*------------------------------------------
privacy policy
------------------------------------------*/
.privacy-block {
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .privacy-block {
    margin: 35px auto 0;
  }
}

.privacy-block .txt01 {
  text-align: center;
}

.privacy-policy {
  height: 410px;
  margin: 30px auto 0;
  padding: 20px 0 30px;
  border: 1px solid #6C6C6C;
  overflow: scroll;
}

@media screen and (min-width: 769px) {
  .privacy-policy {
    height: 410px;
  }
}

.privacy-policy .ttl span {
  display: inline-block;
  padding: 0 0 15px 20px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.privacy-policy .ttl span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  bottom: -3.5px;
  right: -3.5px;
}

.privacy-policy .txt-wrap {
  margin: 20px auto 0;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .privacy-policy .txt-wrap {
    margin: 25px auto 0;
    padding: 0 40px;
  }
}

.privacy-policy .headline {
  margin: 0 auto 15px;
  font-size: 1.8rem;
  line-height: 1.66667;
}

@media screen and (min-width: 769px) {
  .privacy-policy .headline {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .05em;
  }
}

.privacy-policy .txt {
  margin: 0 auto 30px;
}

.privacy-policy .txt:last-child {
  margin-bottom: 0;
}

.privacy-check {
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .privacy-check {
    margin: 55px auto 0;
  }
}

.privacy-check .checkbox-bundle {
  display: inline-block;
}

/*------------------------------------------
thanks
------------------------------------------*/
.thanks-block {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .thanks-block {
    max-width: 1160px;
    margin: 50px auto 0;
  }
}

.thanks-txt {
  margin: 0 auto 30px;
  font-size: 6.93333vw;
  line-height: 1.46154;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .thanks-txt {
    margin: 0 auto 50px;
    font-size: 2.6rem;
    line-height: 1.46154;
  }
}

/*------------------------------------------
button
------------------------------------------*/
.btn-list {
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .btn-list {
    margin: 60px auto 0;
    max-width: 840px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.btn-list > * {
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .btn-list > * {
    margin: 40px 40px 0 0;
  }
}

.btn-list > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .btn-list > *:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .btn-list > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .btn-list .cmn-btn01 {
    width: calc(50% - 20px);
    max-width: 400px;
  }
}

.form-btn {
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .form-btn {
    width: 400px;
    margin: 60px auto 0;
  }
}

/*------------------------------------------
login
------------------------------------------*/
.login-note {
  margin: 35px 0;
  text-align: center;
}

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

@media screen and (min-width: 769px) {
  .login-note {
    margin: 45px auto 0;
  }
}

.login-note:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 13px;
  border-top: 3px solid #F17002;
  border-right: 3px solid #F17002;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-note a {
  color: #F17002;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .login-note a:hover {
    text-decoration: none;
  }
}

/*------------------------------------------
mypage
------------------------------------------*/
.mypage-block {
  padding: 0 20px;
}

.mypage-block .name {
  padding: 0 0 10px;
  border-bottom: 1px solid #F17002;
}

.mypage-block .name .small {
  margin-left: 5px;
  font-size: .8em;
}

@media screen and (min-width: 769px) {
  .mypage-block .cmn-btn01 a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 835px) {
  .mypage-block .cmn-btn01 a {
    font-size: 2.4rem;
  }
}
