@charset "utf-8";
/* =======================================
基本情報
========================================*/

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
form {
  font-style: normal;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #111;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
}

textarea {
  resize: vertical;
}

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

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* =======================================
responsive
========================================*/
@media screen and (min-width: 768px) {

  body {
    min-width: 1000px;
  }

  .sp {
    display: none !important;
  }

}

@media screen and (max-width: 767px) {

  .pc {
    display: none !important;
  }

}

/* =======================================
base
========================================*/
p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.7rem;
  line-height: 1.76;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1090px;
  width: 100%;
  height: 100%;
}

a {
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.wrap {
  margin: 0 auto;
  width: 950px;
}

.txt_white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.alc {
  text-align: center;
}

.alr {
  text-align: right;
}

.txt_marker {
  background: linear-gradient(transparent 64%, #ffcd00 65%, #ffcd00 100%);
}

.bg_white {
  background: #fff;
}

.bg_black {
  background: #666;
}

.bg_pink {
  background: #9576b1;
}

.shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
  }

  p,
  dt,
  dd,
  li,
  th,
  td,
  input,
  button,
  textarea,
  select {
    font-size: 1.4rem;
  }

  .wrap {
    display: block;
    width: 92%;
    margin: 0 auto;
  }

}

/* =======================================
main
========================================*/
/* ----------------------------------
fv
-----------------------------------*/
.fv {
  padding: 17px 0 26px;
  border-top: 5px solid #9576b1;
  background: url(../img/fv_bg_pc.jpg) top center no-repeat #f6f6f4;
}

.fv .fv_img {
  padding-left: 2px;
}

/* ----------------------------------
sec01
-----------------------------------*/

.sec01 h2.ttl {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-top: 40px;
}

.sec01 .wrap {
  padding: 0 29px 68.5px;
}

.sec01 ul {
  margin-top: 50px;
}

.sec01 ul.check_mark li {
  font-size: 2.2rem;
  line-height: 1.27;
  position: relative;
  margin-top: 18px;
  padding-left: 40px;
}

.sec01 ul.check_mark li::before {
  content:"";
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5b6f3a;
  transform: translateY(-50%);
}

.sec01 ul.check_mark li::after {
  content:"";
  display: block;
  position: absolute;
  top: 47%;
  left: 7px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.sec01 ul.check_mark + p {
  margin-top: 51.5px;
}

.sec01 p {
  margin-top: 31px;
}

/* ----------------------------------
sec02
-----------------------------------*/
.sec02 {
  padding-bottom: 42px;
  background: #f9f9f9;
}

.sec02 h2.ttl {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding: 46px 0 43px;
}

.sec02 .wrap {
  margin-top: 35px;
  padding: 52px 17px 28px 20px;
}

.sec02 .content {
  margin-top: 30px;
  padding-bottom: 9px;
  border-bottom: 1px dotted #ccc;
}

.sec02 .content:first-of-type {
  margin-top: 0;
}

.sec02 .content h3.ttl {
  font-size: 3.2rem;
  line-height: 1.13;
  color: #ce3e63;
}

.sec02 .content.reduce h3.ttl {
  font-size: 2.4rem;
  line-height: 1.5;
}

.sec02 .content span {
  display: block;
}

.sec02 .content h3.ttl + span {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 26px;
  padding-right: 0.5em;
}

.sec02 .content.reduce h3.ttl + span {
  margin-top: 22px;
}

.sec02 .content p {
  margin-top: 14.5px;
}

.sec02 .content p + span{
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 8.5px;
}

/* ----------------------------------
sec03
-----------------------------------*/
.sec03 {
  padding-bottom: 30px;
  background: #f0ede9;
}

.sec03 h2.ttl {
  font-size: 3.6rem;
  line-height: 1.42;
  letter-spacing: -.01em;
  padding: 16.5px 0 10.5px;
}

.sec03 h2.ttl span{
  font-size: 4.8rem;
  line-height: 1.31;
}

.sec03 .wrap {
  margin-top: 26px;
  padding: 45px 23px 13px 14px;
}

.sec03 .content {
  margin-top: 51px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #ccc;
}
.sec03 .content:last-child{
  border-bottom: none;
}

.sec03 .content:first-of-type {
  margin-top: 0;
}

.sec03 h3.ttl {
  font-size: 3.6rem;
  line-height: 59px;
  letter-spacing: -.01em;
  margin-left: 22px;
  background: #faeaf5;
}

.sec03 h3.ttl span {
  display: inline-block;
  margin-right: 14px;
  width: 59px;
  background: #ef87a3;
}

.sec03 .row {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.sec03 .txt_wrap {
  margin-left: 22px;
}

.sec03 h4.ttl {
  font-size: 2.4rem;
  line-height: 1;
  color: #333;
}

.sec03 h4.ttl.txt_pink {
  color: #f72c72;
  margin-top: 38.5px;
}

.sec03 p {
  color: #333;
  margin-top: .5px;
}

.sec03 figure {
  flex: none;
  margin: 0 6px 0 25px;
}

/* ----------------------------------
sec04
-----------------------------------*/
.sec04 .bg_pink {
  padding: 8px 0 4px;
}

.sec04 h2.ttl {
  font-size: 4.2rem;
  line-height: 1;
  margin-top: 59px;
}

.sec04 .wrap {
  padding: 96px 33px 66px 44px;
}

.sec04 .row {
  display: flex;
  justify-content: space-between;
}

.sec04 p {
  font-size: 1.8rem;
  line-height: 1.67;
  margin-top: 32px;
}

.sec04 .txt_wrap p:first-of-type {
  margin-top: 0;
}

.sec04 .row + p {
  margin-top: 24px;
}

.sec04 figure {
  flex: none;
  margin-left: 33px;
}

/* ----------------------------------
sec05
-----------------------------------*/
.sec05 h2.ttl {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding: 37px 0 41px;
}

.sec05 .wrap {
  padding: 53px 0 73px;
}

.sec05 p:not(.basic_charge):not(.limited_charge),
.sec05 ul li{
  font-size: 1.8rem;
  line-height: 1.67;
  color: #333;
  margin-right: 29px;
  margin-left: 36px;
}

.sec05 .basic_charge {
  font-size: 2.4rem;
  line-height: 2;
}

.sec05 .basic_charge + p {
  margin-top: 17px;
}

.sec05 .limited_charge {
  font-size: 4.5rem;
  line-height: 1;
  color: #c00;
  margin-top: 44px;
}

.sec05 .limited_charge + p {
  margin-top: 41px;
}

.sec05 .btn {
  margin-top: 51px;
}

.sec05 h3.ttl {
  font-size: 3.2rem;
  line-height: 1.5;
}

.sec05 h3.ttl:first-of-type {
  margin-top: 17px;
}

.sec05 h3.ttl:first-of-type + p {
  margin-top: 52px;
}

.sec05 h3.ttl:first-of-type + p + p,
.sec05 h3.ttl:first-of-type + p + p + ul {
  margin-top: 31px;
}

.sec05 h3.ttl:nth-child(2n) {
  margin-top: 67px;
}

.sec05 h3.ttl:nth-child(2n) + ul {
  margin-top: 29px;
}

.sec05 h3.ttl:nth-child(3n) {
  margin-top: 49px;
}

.sec05 h3.ttl:nth-child(3n) + p,
.sec05 h3.ttl:nth-child(3n) + p + p {
  margin-top: 32px;
}

.sec05 .btn + .ttl{
  margin-top: 30px !important;
}

/* ----------------------------------
sec06
-----------------------------------*/
.sec06 h2.ttl {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding: 39px;
}

.sec06 .row {
  display: flex;
  justify-content: space-between;
  padding: 33px 34px 77px 41px;
}

.sec06 figure {
  flex: none;
  margin-right: 37px;
}

.sec06 .txt_wrap p {
  margin-top: 32px;
}

.sec06 .txt_wrap p:first-of-type {
  margin-top: 6px;
}

/* ----------------------------------
sec07
-----------------------------------*/
.sec07 h2.ttl {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding: 39px;
}

.sec07 .row {
  display: flex;
  justify-content: space-between;
  padding: 36px 3px 76px 5px;
}

.sec07 .txt_wrap p {
  margin-top: 31px;
}

.sec07 .txt_wrap p:first-of-type {
  margin-top: 0px;
}

.sec07 figure {
  flex: none;
  margin-left: 19px;
}

/* ----------------------------------
sec08
-----------------------------------*/
.sec08 .bg_pink {
  padding: 8px 0 4px;
}

.sec08 h2.ttl {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  color: #ce3e63;
  margin-top: 73px;
}

.sec08 .wrap {
  padding: 71px 33px 54px 45px;
}

.sec08 .row {
  display: flex;
  justify-content: space-between;
}

.sec08 p {
  font-size: 1.8rem;
  line-height: 1.67;
  color: #333;
  margin-top: 31px;
}

.sec08 .txt_wrap p:first-of-type {
  margin-top: 0;
}

.sec08 .row + p {
  margin-top: 24px;
}

.sec08 figure {
  flex: none;
  margin-left: 39px;
}

/* ----------------------------------
sec09
-----------------------------------*/
.sec09 {
  padding-bottom: 37px;
  background: #f4f5f7;
}

.sec09 h2.ttl {
  font-size: 2.9rem;
  line-height: 1.34;
  letter-spacing: -.01em;
  padding: 16px 0 13px;
}

.sec09 h2.ttl span{
  font-size: 4.8rem;
  line-height: 1.21;
}

.sec09 .wrap {
  margin-top: 42px;
  padding: 34px 18px 29px 20px;
}

.sec09 ul li {
  margin-top: 27px;
  padding-bottom: 23.5px;
  border-bottom: 1px dotted #ccc;
}

.sec09 ul li:first-of-type {
  margin-top: 0;
}

.sec09 ul li p {
  font-size: 2.4rem;
  line-height: 34px;
}

.sec09 ul li p.reduce {
  font-size: 2.2rem;
}

.sec09 ul li p:last-of-type {
  font-size: 1.7rem;
  line-height: 1.41;
  letter-spacing: -.04em;
  color: #000;
  padding-top: 23.5px;
}

.sec09 ul li p span {
  display: inline-block;
  margin-right: 18px;
  width: 34px;
  border-radius: 50%;
  background: #e84c3d;
}

/* ----------------------------------
sec10
-----------------------------------*/
.sec10 {
  padding-bottom: 46px;
  border-top: 8px solid #b09035;
}

.sec10 h2.ttl {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding: 37px 0 40px;
}

.sec10 .form_wrap {
  padding: 32.5px 26px 0 22px;
}

.sec10 .txt {
  font-size: 1.7rem;
  line-height: 1.41;
}

.sec10 .form {
  padding: 54.5px 92px 0 84px;
}

.sec10 .form .box {
  border-bottom: 1px dotted #000;
}

.sec10 .form .box:last-of-type {
  border-bottom: none;
}

.sec10 .form .box p {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.05em;
  padding-bottom: 16px;
}

.sec10 .form dl {
  display: flex;
  padding: 16px 0;
}

.sec10 .form dl dt {
  font-size: 1.8rem;
  line-height: 32px;
  letter-spacing: -.05em;
  position: relative;
  width: 245px;
  color: #333;
  padding-left: 0.5em;
}

.sec10 .form dl dt span.must {
  font-size: 1.3rem;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 36px;
  padding: 0 5px;
  background: #b12416;
  transform: translateY( -50%);
  -webkit-transform: translateY( -50%);
}

.sec10 .form dl dd {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -1em;
  color: #333;
  width: calc(100% - 245px);
}

.sec10 .form dl dd .ph {
  font-size: 1.4rem;
  letter-spacing: -.05em;
  margin-left: 16px;
}

.sec10 .form .message dl dd .ph {
  display: block;
  margin: 10px 0 16px 9px;
}

.sec10 input[type="text"],
.sec10 input[type="email"],
.sec10 input[type="tel"] {
  font-size: 1.4rem;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 32px;
  border: 1px solid #333333;
  background: #fff;
}

.sec10 .form .inner {
  letter-spacing: normal;
  display: inline-block;
  width: 314px;
}

.sec10 .form .check_wrap .formErrorContent{
  margin-top: -27px;
  letter-spacing: 0;
  padding: 4px 10px 4px 10px;
  line-height: 1.6;
}
.formError .formErrorContent{
  line-height: 1.6;
}

.sec10 textarea {
  line-height: 1.6;
  color: #333;
  padding: 10px;
  width: 100%;
  height: 225px;
  resize: vertical;
  border: 1px solid #000;
  background: #fff;
}

.sec10 .check_wrap {
  display: flex;
  padding-left: 10px;
}

.sec10 .check_wrap div {
  line-height: 32px;
  padding-left: 27px;
}

.sec10 .check_wrap div:first-of-type {
  padding-left: 0;
}

.sec10 input[type='radio'],
.sec10 input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  visibility: hidden;
}
.ie .sec10 input[type='radio'],
.ie .sec10 input[type='checkbox']{
  position: relative;
}

.sec10 input[type='radio'] + label,
.sec10 input[type='checkbox'] + label {
  font-size: 1.8rem;
  letter-spacing: -.05em;
  position: relative;
  margin: 0;
  padding-left: 30px;

}

.sec10 input[type='radio'] + label::before,
.sec10 input[type='checkbox'] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sec10 input[type='radio']:checked + label::after,
.sec10 input[type='checkbox']:checked + label::after {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 4.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b12416;
  transform: translateY(-50%);
}

.sec10 .btn input {
  width: 703px;
  height: 110px;
  margin: 21px auto 47px;
  background: url(../img/btn_pc.png) no-repeat center center;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sec10 .btn input:hover{
    opacity: 0.8;
  }
}

.sec10 p.privacy {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 28px;
}
.sec10 p.privacy .bold{
  display: block;
  margin-bottom: 5px;
}

.sec10 .access_wrap {
  padding: 95px 28px 21px;
}

.sec10 .access_wrap h3.ttl {
  font-size: 3rem;
  color: #333;
}

.sec10 .access_wrap h3.ttl ~ p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #333;
}

.sec10 .access_wrap h3.ttl ~ p span.bold {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}

.sec10 .access_wrap h3.ttl + p:first-of-type {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 45px;
}

.sec10 .access_wrap h3.ttl + p + p {
  margin: 53px 0 25px;
}

.sec10 .access_wrap h3.ttl + p + p ~ p {
  margin: 50px 0 25px;
}

.sec10 .access_wrap p .bold{
  display: block;
  margin-bottom: 5px;
}

footer {
  padding: 82px 0;
}

footer ul.row {
  display: flex;
  justify-content: center;
}

footer ul.row li {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  position: relative;
}

footer ul.row li:not(:first-of-type)::before {
  content:"\FF5C";
}

footer .copy {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-top: 28px;
}

.sec10 .map{
  width: 650px;
  height: 450px;
  margin: 0 auto;
}
.sec10 .map iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (min-width: 768px) {
  .fixedbtn{
    display: none!important;
  }
}

/* ? ? ? ? ? ? ? ? ? ? ? ? ?
max-width 767px
? ? ? ? ? ? ? ? ? ? ? ? ? */
@media screen and (max-width: 767px) {
  .fv{
    padding: 0;
    background: none;
  }
  .fv .fv_img{
    padding: 0;
  }

  .sec01 .bg_pink{
    padding: 10px 0;
  }

  .sec01 h2.ttl{
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .sec01 .wrap{
    padding: 0 0 40px;
  }

  .sec01 ul{
    margin-top: 20px;
  }

  .sec01 ul.check_mark li{
    padding-left: 30px;
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sec01 ul.check_mark li::before{
    width: 20px;
    height: 20px;
    top: 1px;
    transform: none;
  }
  .sec01 ul.check_mark li::after{
    top: 10px;
    left: 5px;
    width: 10px;
  }

  .sec01 ul.check_mark + p{
    margin-top: 30px;
  }
  .sec01 p{
    margin-top: 1.5em;
  }


  .sec02 h2.ttl{
    padding: 20px 0;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .sec02 .wrap{
    margin-top: 25px;
    padding: 25px 4%;
  }

  .sec02 .content{
    margin-top: 25px;
    padding-bottom: 20px;
  }

  .sec02 .content h3.ttl,
  .sec02 .content.reduce h3.ttl{
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .sec02 .content h3.ttl + span{
    margin-top: 10px;
    font-size: 1.6rem;
    padding: 0;
  }

  .sec02 .content p + span{
    line-height: 1.6;
    text-align: left;
    font-size: 1.2rem;
  }


  .sec03 h2.ttl{
    font-size: 2.2rem;
  }
  .sec03 h2.ttl span{
    font-size: 2.4rem;
  }

  .sec03 .wrap{
    padding: 30px 4% 20px;
  }

  .sec03 h3.ttl{
    padding-left: 44px;
    text-indent: -44px;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .sec03 h3.ttl span{
    width: 30px;
    height: 30px;
    text-indent: 0;
    vertical-align: middle;
  }

  .sec03 .row{
    display: block;
    margin-top: 20px;
  }

  .sec03 .txt_wrap{
    margin-left: 0;
  }

  .sec03 h4.ttl{
    line-height: 1.6;
    font-size: 1.6rem;
  }

  .sec03 h4.ttl.txt_pink{
    margin-top: 20px;
    line-height: 1.6;
    font-size: 1.6rem;
  }

  .sec03 figure{
    margin: 10px 0 0;
  }

  .sec03 .content{
    margin-top: 30px;
  }

  .sec04 .bg_pink{
    padding: 10px 0;
  }

  .sec04 h2.ttl{
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .sec04 .wrap{
    padding: 25px 0 20px;
  }

  .sec04 .row{
    flex-wrap: wrap;
  }

  .sec04 .txt_wrap{
    order: 2;
    width: 100%;
  }

  .sec04 p{
    font-size: 1.4rem;
    margin-top: 1.5em;
  }

  .sec04 figure{
    order: 1;
    max-width: 70%;
    margin: 0 auto 30px;
    text-align: center;
  }


  .sec05 h2.ttl{
    padding: 25px 0;
    font-size: 2.4rem;
  }

  .sec05 .wrap{
    padding: 30px 0 35px;
  }

  .sec05 .basic_charge{
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .sec05 p:not(.basic_charge):not(.limited_charge), .sec05 ul li{
    margin: 2px 0 0;
    font-size: 1.4rem;
  }

  .sec05 .basic_charge + p{
    margin-top: 20px !important;
  }
  .sec05 .limited_charge + p{
    margin-top: 20px !important;
  }

  .sec05 .limited_charge{
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .sec05 .btn{
    margin-top: 30px;
  }

  .sec05 h3.ttl{
    font-size: 1.8rem;
  }

  .sec05 h3.ttl:nth-child(3n) + p, .sec05 h3.ttl:nth-child(3n) + p + p{
    margin-top: 1.5em;
  }

  .sec05 h3.ttl:nth-child(2n){
    margin-top: 30px;
  }
  .sec05 h3.ttl:nth-child(2n) + ul{
    margin-top: 20px;
  }


  .sec06 h2.ttl{
    padding: 25px 0;
    font-size: 2.4rem;
  }
  .sec06 .row{
    display: block;
    padding: 25px 0 30px;
  }

  .sec06 figure{
    max-width: 50%;
    text-align: center;
    margin: 0 auto 20px;
  }

  .sec06 .txt_wrap p{
    margin-top: 1.5em;
  }


  .sec07 h2.ttl{
    padding: 25px 0;
    font-size: 2.4rem;
  }

  .sec07 .row{
    display: block;
    padding: 25px 0 30px;
  }

  .sec07 .txt_wrap p{
    margin-top: 1.5em;
  }

  .sec07 figure{
    margin: 20px auto 0;
    text-align: center;
  }


  .sec08 .bg_pink{
    padding: 10px 0;
  }

  .sec08 h2.ttl{
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .sec08 .wrap{
    padding: 25px 0 30px;
  }
  .sec08 .row{
    flex-wrap: wrap;
  }

  .sec08 .txt_wrap{
    order: 2;
    width: 100%;
  }
  .sec08 p{
    font-size: 1.4rem;
    margin-top: 1.5em;
  }

  .sec08 figure{
    order: 1;
    max-width: 70%;
    margin: 0 auto 20px;
    text-align: center;
  }


  .sec09 h2.ttl{
    font-size: 2.0rem;
  }
  .sec09 h2.ttl span{
    font-size: 2.4rem;
  }

  .sec09 ul li p{
    padding-left: 35px;
    text-indent: -35px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sec09 ul li p span{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    text-indent: 0;
  }
  .sec09 ul li p.reduce{
    font-size: 1.6rem;
  }

  .sec09 ul li p:last-of-type{
    padding-top: 15px;
    padding-left: 1.7em;
    text-indent: -1.7em;
    margin-left: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .sec10{
    padding-bottom: 25px;
  }
  .sec10 h2.ttl{
    font-size: 2.6rem;
  }
  .sec10 .form_wrap{
    padding: 25px 4%;
  }
  .sec10 .txt{
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .sec10 .form{
    padding: 10px 0;
  }

  .sec10 .form dl{
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .sec10 .form dl dt{
    width: 100%;
    padding: 15px 0 10px;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 1.6rem;
  }

  .sec10 .form dl dd{
    width: 100%;
    letter-spacing: 0;
  }

  .sec10 .form .inner{
    width: 100%;
  }

  .sec10 .form dl dd .ph{
    display: block;
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .sec10 .form .box p{
    text-align: left;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .sec10 .form .message dl dd .ph{
    margin: 0 0 10px;
  }

  .sec10 .check_wrap{
    flex-wrap: wrap;
    padding: 0;
  }
  .sec10 .check_wrap div{
    width: 100%;
    padding: 0;
    line-height: 18px;
  }
  .sec10 .check_wrap div + div{
    margin-top: 8px;
  }
  .sec10 input[type='radio'] + label,
  .sec10 input[type='checkbox'] + label{
    font-size: 1.4rem;
  }
  .sec10 input[type='radio'] + label::before, .sec10 input[type='checkbox'] + label::before{
    width: 18px;
    height: 18px;
  }

  .sec10 .btn input{
    width: 100%;
    height: 13vw;
    margin: 0 auto 25px;
    background-size: 100%;
  }

  .sec10 textarea{
    padding: 10px;
  }

  .sec10 p.privacy{
    padding: 0;
    font-size: 1.4rem;
  }
  .sec10 p.privacy span{
    font-size: 1.6rem;
  }

  .sec10 .access_wrap h3.ttl{
    font-size: 2.0rem;
  }

  .sec10 .access_wrap h3.ttl + p:first-of-type{
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .sec10 .access_wrap{
    padding: 50px 0 20px;
  }

  .sec10 .access_wrap h3.ttl + p + p,
  .sec10 .access_wrap h3.ttl + p + p ~ p{
    margin: 35px 0 20px;
  }

  .sec10 .map{
    width: 100%;
    height: 300px;
  }

  footer{
    padding: 30px 0 0;
  }

  footer ul.row li:not(:first-of-type)::before{
    display: none;
  }

  footer ul.row{
    display: block;
  }
  footer ul.row li{
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
  }

  footer .copy{
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

   .fixedbtn{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2.5% 4%;
    width: 100%;
    background: none;
  }
}




/* ------------------------------
  .thanks
------------------------------ */
.thanks_bg{
  background: #f4f5f7;
  padding: 50px 0;
  height: auto;
}
.thanks_box{
  background: #fff;
  padding: 80px 50px 0;
}

.thanks .ttl{
  margin-bottom: 30px;
  font-size: 3.0rem;
}

.thanks .formwrap{
  width: 100%;
}
.thanks .formwrap .bold{
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.thanks .btn{
  text-align: center;
  margin-top: 50px;
}
.thanks .btn a{
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.6rem;
  line-height: 1.3;
  border: 1px solid #666;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 767px) {
  .thanks_bg{
    padding: 40px 0;
  }
  .thanks_box{
    padding: 40px 4%;
  }

  .thanks .ttl{
    font-size: 2.0rem;
  }

  .thanks .formwrap .bold{
    font-size: 1.6rem;
  }

  .thanks .btn{
    margin: 20px auto;
  }
  .thanks .btn a{
    font-size: 1.4rem;
  }
}