@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: underline;
  color: #896819;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

img {
  vertical-align: top
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

img {
  max-width: 100%
}

html {
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

input,
select {
  vertical-align: middle;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, Osaka, verdana, Meiryo, "メイリオ", sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 1rem;
}

h2 {
  margin-bottom: 1rem;
  padding: 1rem 0;
}

main {
  margin-top: -40px;
}

#top .logo {
  height: 40px;
  line-height: 40px;
}

#top .logo img {
  max-width: 80px;
  padding: .3rem .5rem;
}

#top .logo span {
  font-weight: bold;
}

section {
  text-align: center;
  padding: 1rem;
}

section:nth-child(1) {
  background-color: #86a2ae;
  padding-top: 40px;
}

.first {
  padding: 1.5rem 1rem 2rem 1rem;
  background-color: rgba(255,255,255,.3);
}

.first h1 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: .3rem;
  line-height: 0.7;
  background: none;
  border: none;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 5px -3px 10px #c1d4d9;
  /*text-shadow: 0px 3px 0px #b2a98f,
    0px 14px 10px rgba(0, 0, 0, 0.15),
    0px 14px 2px rgba(0, 0, 0, 0.1),
    0px 14px 10px rgba(0, 0, 0, 0.1);*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.first h1 .large {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ff1200;
  transition: all 2s ease 0;
  -webkit-transition: all 2s ease 0;
}

.first h1 small {
  font-size: 1.53rem;
  letter-spacing: .13rem;
  line-height: 2;
  margin-top: 5px;
  width: 100%;
}

.first .imgService {
  opacity: 0 !important;
  transition: all 5s ease 0;
  -webkit-transition: all 5s ease 0;
  margin: 1rem auto 0;
  position: absolute;
  top: 100px;
  left: 53vw;
  width: 50px;
}

.first .on.imgService {
  opacity: 1 !important;
}

.first h2 {
  padding-top: 0;
  font-size: 1.35rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 span {
  font-size: 2.2rem;
}

.first h2 span {
  color: #ff1200;
  text-shadow: 1px 1px 1px rgba(35, 79, 84, 1);
  font-size: 2rem;
}
.first h2 p{
  font-size: 1.1rem;
  text-shadow: 1px 1px 1px rgba(35, 79, 84, 1);
}
.first h2 p span {
  color: #fff;
  font-size: .6rem;
}
.first h2 p .fs3 {
  font-size: 1.6rem;
}

.first h2 span:nth-child(2) {
  font-size: 1.8rem;
  -webkit-transform: scale(0.5, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform: scale(0.8, 1);
  -moz-transform-origin: 0 0;
  -ms-transform: scale(0.8, 1);
  -ms-transform-origin: 0 0;
  transform: scale(0.5, 1);
  transform-origin: 0 0;
  width: 125%;
}
.first h2 span.fs01{
  font-size: 1.1rem;
  font-weight: 400;
}

.first p {
  font-size: .75rem;
}
.first h2 p:first-child{
  border-right: 1px solid #fff;
  padding-right: 1rem;
}
.first h2 p:nth-child(2){
  padding-left:1rem;
}

.first .btnSend p {
  width: 70%;
  margin: 10px auto 0;
  padding: 10px 0 10px;
  background: #efa51f;
  border-radius: 5px;
  border: 2px solid #efa51f;
  border-bottom-color: #8c5c07;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 1.6px;
  -webkit-appearance: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(.001deg);
  transform: rotate(.001deg);
}

.first .btnSend p a {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}

.first .btnSend p a:hover {
  text-decoration: none;
}

.first .btnSend p:hover,
.first .btnSend p:active {
  border: 2px solid #d00d0d;
  background: #d00d0d;
  -webkit-appearance: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(.001deg);
  transform: rotate(.001deg);
}
section:nth-child(2) {
  padding: 2rem;
  background-color: #aabec8;
}

.second {
  text-align: center;
  padding: 1rem 2rem 1rem;
  margin: 1rem auto 1rem;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border-radius: 30px;
}

.second h2 {
  font-size: 2.1rem;
  font-family: serif;
  line-height: 1;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: none;
  margin-bottom: 0;
  transition: .8s;
  border: none;
  color: #ff1101;
  /*background: url(../img/img_second_h2.png) no-repeat 0 top/20px;*/
  transition: 1.2s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.second h2.on {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.second h2 span {
  font-family: 'Zen Kaku Gothic Antique';
  font-weight: 500;
  font-size: 1.2rem;
  color: #051015;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.second h2 br{
  display: none;
}

.second .imgBox {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  transition: 1.2s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.second .imgBox.on {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.second .imgBox img {
  max-width: 140%;
  margin-left: -2.2rem;
  margin-top: -230px;
}

.second ul {
  display: inline-block;
  text-align: left;
  padding: 1rem;
  
}
.second ul li span.icon-checkmark{
  border: 2px solid #85838f;
  margin-right: 5px;
}
.second ul li span:before {
  color: #c21b1b;
  padding-right: .2rem;
}

.second ul li {
  padding-left: 0;
  text-indent: -1.5rem;
  margin-left: 0.5rem;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: -.09rem;
  transform: translate(0px, 60px);
  color: #062e40;
}

.second ul li.on {
  transform: translate(0px, 0px);
}

section:nth-child(3),
section:nth-child(4) {
  padding: 0;
  margin-bottom: 3rem;
}

section:nth-child(3) h2.hdH2 {
  background: #47b68f;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0;
  line-height: 1.2;
}

.third h2,
.forth h2 {
  transition: .8s;
  position: relative;
  color: #1b503d;
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: .5rem;
  line-height: 1;
  letter-spacing: -.1rem;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  width: 100%;
}

.third h2.on,
.forth h2.on {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.third h2:before,
.forth h2:before {
  content: "";
  background: url(../img/icon_question.png) no-repeat 0 0/90%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -35px;
  left: -1rem;
}

.third h2 span {
  font-size: 2.1rem;
}

.third p.imgBox,
.forth p.imgBox {
  width: calc(30% - 2rem);
  /*max-width: 250px;
  height: 250px;*/
  padding: 0rem;
  overflow: hidden;
  /*border-radius: 200px;
  border: 10px solid #48b68f;*/
  box-shadow: -10px 20px 0 #48b68f;
  margin: 0 auto 1rem;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.third p.imgBox.on,
.forth p.imgBox.on {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.third p.imgBox img,
.forth p.imgBox img {
  max-width: 150%;
}

.third,
.forth {
  padding: 1.5rem;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.third p,
.forth p {
  text-align: justify;
  line-height: 1.7;
  padding: 0 2rem;
  padding-bottom: 1rem;
}

.third p:last-child {
  padding-bottom: 0;
}
.third .txt_box,
.forth .txt_box{
  width:calc(70% - 1rem);

}
.forth h2 {
  letter-spacing: -.2rem;
  font-size: 1.95rem;
  font-weight: 500;
  margin-top: 1rem;
}

.forth h2:before {
  top: -42px;
}

.forth .reason {
  font-size: 1.95rem;
}

.fifth {
  padding: 0 1rem;
}

.fifth h2 {
  color: #fff;
  background: #3fb0bc;
  margin: 1rem auto 2rem;
  font-size: 1.45rem;
  letter-spacing: -.1rem;
  padding: 1rem 0;
}

.fifth h2.on {
  animation: rotate 2s;
  -webkit-animation: rotate 2s;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
  }
}

.flowBox {
  padding: 0 1.5rem;
  display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: scroll;
}

.flowBox li {
  min-height: 100px;
  min-width: 280px;
  margin-right: 30px;
  /*margin-bottom: 4rem;*/
  position: relative;
  border: 3px solid #48b68f;
  
}

.flowBox li:after {
  display: inline-block;
  content: "▼";
  color: #48b68f;
  font-size: 30px;
  position: absolute;
  right: -25px;
  top: 45%;
  transform: rotate(-90deg);
}

.flowBox li:last-child:after {
  content: "";
}

.flowBox p {
  text-align: left;
  padding: 0.5rem 1.5rem 1.5rem;
}

.flowBox .stepIcon {
  line-height: 1.3rem;
  background: #48b68f;
  padding: .7rem;
  color: #fff;
  margin: 1rem auto 0;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-weight: 900;
}

.stepIcon span {
  font-size: 2rem;
  display: block;
}

.flowBox li h3 {
  margin-top: .5rem;
  text-align: center;
  color: #48b68f;
  line-height: 1;
  font-size: 1.15rem;
}

.flowBox li img {
  opacity: 0.8;
}

section:nth-child(5) {
  /*background: url(../img/bg_lowbaget.jpg) no-repeat 0 0/auto 100%;*/
  background-color: rgb(97 121 124 / 70%);
  position: relative;
  padding: 1.5rem;
}
section:nth-child(5):before{
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg_lowbaget.jpg) no-repeat 0 0/ cover;
  position: absolute;
  top:0;
  left:0;
  opacity: .3;
}

section:nth-child(5) h2 {
  background: rgba(255, 255, 255, .3);
  margin: 1rem auto ;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  
}

section:nth-child(5) h2.on {
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
}

dl.detailList {
  text-align: left;
  padding: 0 1rem;
}

dl.detailList dt {
  background-color: rgba(255, 255, 255, .3);
  border-bottom: 1px dotted #ccc;
  padding: 0.75rem;
  font-weight: 600;
}

dl.detailList dd {
  padding: 1rem 0.75rem;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, .3);
}

dl.detailList dd ul {
  padding: 0;
}

dl.detailList dd ul li {
  text-indent: -1rem;
  margin-left: 2rem;
  padding-right: 2rem;
}

dl.detailList dd p {
  margin-left: 1rem;
  padding-right: 2rem;
}

.msg {
  text-align: left;
  color: #ff1200;
  padding: 1rem;
  background-color: rgba(255, 255, 255, .3);
}

section#form {
  padding: 2rem;
  background: rgb(76 141 203);
}

.form {
  background: #fff;
  margin: 0 auto 3rem;
  padding: 1rem;
}

.form h2 {
  background: none;
  color: z#4c8dcb;
  padding: 1rem 0;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.form p {
  padding: 0 0 1rem;
}

.form dl {
  text-align: left;
  padding: 0 0 1rem;
}

.form dl dt {
  font-weight: 600;
  line-height: 1.2;
  padding: 0.5rem 0;
  color: #555;
  font-size: 1rem;
}

.agreement .required,
.form dl dt .required {
  background: #ff0000;
  border-radius: 3px;
  color: #ffffff;
  font-size: .8rem;
  padding: 0 3px;
  width: 2rem;
  font-weight: 600;
  float: right;
  text-align: center;
}

.agreement .required {
  float: none;
}

.form dl dt .optional {
  background: #999999;
  border-radius: 3px;
  color: #ffffff;
  font-size: .8rem;
  padding: 0 3px;
  width: 2rem;
  font-weight: 400;
  float: right;
  text-align: center;
}

.form input[type="text"],
.form input[type="email"],
.form select,
.form textarea {
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 0px 12px -6px rgba(51, 51, 51, .1) inset;
  -webkit-appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(206, 206, 206);
  border-radius: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  outline: 0px;
  font-size: 1rem;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form select:focus,
.form textarea:focus {
  border-color: rgb(206, 206, 206);
  background: rgb(249, 249, 247);
}

.form h5 {
  padding: 1rem 0 0;
  font-size: 1rem;
}

.privacyBox {
  width: 80%;
  height: 80px;
  margin: 0.5rem 2rem;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  overflow-y: scroll;
}

.btnSend button {
  width: 80%;
  margin: .5rem auto;
  padding: 18px 0 20px;
  background: #efa51f;
  border-radius: 5px;
  border: 4px solid #efa51f;
  border-bottom-color: #8c5c07;
  color: #fff;
  font-size: 16px;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 1.6px;
  -webkit-appearance: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(.001deg);
  transform: rotate(.001deg);
}

footer {
  padding: 1rem;
  border-top: 1px dotted;
  min-height: 60px;
  position: relative;
}

footer:after {
  content: "";
  display: block;
}

footer ul {
  position: relative;
}

footer ul li {
  position: absolute;
  font-size: .75rem;
}

footer ul li:first-child {
  top: .5rem;
  left: 0;
}

footer ul li:nth-child(2) {
  top: .5rem;
  left: 90px;
}

footer ul li:nth-child(3) {
  top: 1.5rem;
  left: 90px;
}

footer li img {
  max-width: 80px;
  padding: .3rem .5rem;
}

footer .copyright {
  font-size: .7rem;
  text-align: center;
  display: block;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
}

#privacy {
  padding: .5rem 1rem;
  font-size: 0.85rem;
}

#privacy .content {
  padding: 0;
  text-align: left;
}

#privacy h1,
#privacy h2 {
  font-size: 1rem;
}

#privacy h2 {
  background: none;
  color: #333;
  border: none;
}

.privacy_001 {
  padding-bottom: 1rem;
}

.privacy_002 {
  padding-bottom: 1rem;
}

.privacy_002 dt {
  font-weight: 600;
  padding-top: 1rem;
}

.error {
  color: #ff1200;
}

.page_top {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
}

.page_top a {
  width: 100%;
  display: block;
  text-align: center;
  background: rgba(217, 217, 217, .5);
  border-radius: 42px;
}

.page_top a img {
  width: 42px;
  height: 42px;
  opacity: .9;
  animation: fadeIn 5s ease 0s 1 normal;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

.animation {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.blinking {
  -webkit-animation: blink 1.7s ease-in-out infinite alternate;
  -moz-animation: blink 1.7s ease-in-out infinite alternate;
  animation: blink 1.7s ease-in-out infinite alternate;
  animation-fill-mode: none;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.target {
  opacity: 0;
}

.on {
  opacity: 1.0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: .8;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: .8;
}

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

#thanks {
  padding: 2rem;
  background: rgba(76, 141, 203, .15);
  min-height: 667px;
}

#thanks section:nth-child(1) {
  min-height: 300px;
  background: none;
}

#thanks div {
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 3rem;
  padding: 1rem;
  border: 1px solid rgba(76, 141, 203, 1);
  border-bottom: 5px solid rgba(76, 141, 203, 1);
}

#thanks h1 {
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #fff;
  text-shadow: 0px 3px 0px #b2a98f, 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
}

#thanks h2 {
  margin: 1rem auto 1rem;
  color: #4c8dcb;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
}

#thanks p a {
  margin: 3rem auto;
  display: inline-flex;
  border: 1px solid #ccc;
  padding: 3px 15px;
  border-radius: 5px;
}

footer.thanks {
  background: none;
}

.sp {
  display: none;
}

.fs3 {
  font-size: 3.5rem;
}

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

  .pc {
    display: none;
  }

  h1 {
    font-size: 1rem;
  }

  h2 {
    padding: 1rem;
  }

  section {
    padding-top: 35px;
    text-align: center;
    padding: 1rem;
  }

  section div,
  section .detailList {
    padding: 3rem;
  }


  section:nth-child(1) {
  background-image: url(../img/bg.jpg);
  background-size: 70vw auto;
  background-repeat: no-repeat;
  padding-top: 40px;
}
  .first {
    text-align: center;
    margin: 5rem auto;
    background: none;
    border: none;
    padding-top: 0;
    margin-top: 1rem;
    position: relative;
    width: 800px;
    background-color: Rgba(255,255,255,.3);
  }

  .first h1 {
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 0.7;
    letter-spacing: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    width: 90%;
    /*text-shadow: 5px -3px 10px #c1d4d9;*/
  }

  .first h1 .large {
    font-size: 5.2rem;
  }

  .first h1 small {
    font-size: 3.3rem;
    line-height: 2;
    text-align: justify;
    justify-content: center;
    display: flex;
    margin-top: 2rem;
  }

  .first h2 {
    font-size: 1.5rem;
    width: 90%;
    margin: 2.5rem auto 1rem;
    padding: 2.5rem 0 0.5rem 0;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .first h2 p {
    font-size: 2.5rem;
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(35, 79, 84, 1);
  }
  .first h2 span{
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(35, 79, 84, 1);
  }
  .first h2 p:first-child {
    margin-right: 20px;
    border-right: 1px solid #fff;
    letter-spacing: .5rem;
    font-size: 2.5rem;
  }
  .first h2 p .fs3 {
    font-size: 2.5rem;
    color: #ff1200;
  }
  .first h2 p:nth-child(2) > span{
    font-size: 2.5rem;
  }
  .first h2 span > span.fs01{
    letter-spacing: normal;
    font-size: 1.5rem;
  }
  .first .btnSend p {
    width: 50%;
    height: 60px;
    border-radius: 16px;
  }
  
  .first .btnSend p a{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btnSend div.grecaptcha-badge,
  .btnSend div.grecaptcha-logo,
  .btnSend+div {
    padding: 0 !important;
  }

  section:nth-child(2) {
    padding: 5rem;
  }
  .first .on.imgService{
    position: absolute;
    left: 53%;
    top: 130px;
    width: 90px;
  }

  .second {
    text-align: center;
    padding: 2rem 3rem 3rem;
    max-width: 840px;
    margin: 3rem auto 3rem;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 30px;
  }

  .second h2 {
    font-size: 3rem;
    letter-spacing: .4rem;
    padding: 0 0 2rem;
    line-height: 1.15;
    background-position: left 0;
    background-size: 34px;
    background-image: none;
  }
  .second h2 br.sp {
    display: none;
  }

  .second h2 span {
    font-size: 1.7rem;
  }

  .second .imgBox {
    float: left;
    width: 40%;
    height: 250px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second .imgBox img{
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .second .imgBox:after {
    display: block;
    clear: left;
    content: "";
  }

  .second ul {
    max-width: 420px;
    width: 47%;
    padding: 0 1rem;
  }

  .second ul li {
    font-size: 1.45rem;
    margin-bottom: 2rem;
  }

  .second ul li:nth-child(3) {
    letter-spacing: -.2rem;
  }

  section:nth-child(3),
  section:nth-child(4) {
    padding: 0 0 3rem;
  }

  section:nth-child(3) {
    min-height: 600px;
  }

  section:nth-child(3) h2.hdH2 {
    font-size: 2.95rem;
    letter-spacing: .55rem;
    padding: 2.6rem 0;
  }

  .third,
  .forth {
    padding: 0;
  }

  .third h2,
  .forth h2 {
    background: none;
    padding-top: 2rem;
    font-size: 2.6rem;
    padding-left: 100px;
  }

  .third h2 span,
  .forth .reason {
    font-size: 2.6rem;
  }

  .third {
    padding: 3rem;
  }

  .third h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 1rem;
    margin-bottom: 2rem;
    letter-spacing: .3rem;
  }

  .txt_box {
    max-width: 530px;
    float: right;
    box-sizing: border-box;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }

  .forth h2 {
    margin-top: 3rem;
    letter-spacing: -.09rem;
  }

  .third h2:before,
  .forth h2:before {
    top: -15%;
    right: inherit;
    left: 22%;
  }

  .forth h2:before {
    left: 22%;
  }

  .reason {
    border: none;
  }

  .third p,
  .forth p {
    padding: 0 0 1rem;
    max-width: 530px;
    margin: 0 auto;
    float: right;
    box-sizing: border-box;
    font-size: 1.15rem;
  }

  .third p:nth-child(2),
  .forth p:nth-child(2) {
    padding-top: 0;
  }

  .third,
  .forth {
    width: 840px;
    margin: 0 auto;
  }

  .third p.imgBox,
  .forth p.imgBox {
    float: left;
    max-width: 300px;
    height: 300px;
    padding: 0rem;
    overflow: hidden;
    /*border-radius: 300px;
    border: 10px solid #f5b708;*/
    margin-top: 3rem;
  }

  .forth p.imgBox {
    margin-top: 1rem;
  }

  .third p.imgBox img,
  .forth p.imgBox img {
    max-width: 150%;
    margin-left: -2rem;
  }

  .fifth {
    padding: 0rem;
  }

  .fifth h2 {
    letter-spacing: .1rem;
    font-size: 2.95rem;
    font-weight: 500;
    padding: 2rem 0;
  }

  .flowBox {
    padding-top: 1rem;
    margin: 3rem auto;
    width: auto;
    display: flex;
    flex-flow: row;
    justify-content: center;
  }

  .third:after,
  .forth:after,
  .flowBox:after {
    display: block;
    content: "";
    clear: both;
  }

  .flowBox li {
    width: 14.8%;
    /*float:left;height:400px;*/
    margin-bottom: 1rem;
    margin-right: 1.3rem;
    box-sizing: border-box;
    position: relative;
  }

  .flowBox li:last-child {
    margin-right: 0;
  }

  .flowBox li:after {
    transform: rotate(-90deg) scale(1, 0.5);
    right: -20.5px;
    top: 43%;
    font-size: 50px;
    width: 37.5px;
    height: 40px;
  }

  .flowBox p {
    padding: .5rem .5rem .5rem 1rem;
  }

  .flowBox .stepIcon {
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    position: absolute;
    top: -40px;
    left: -10%;
  }

  .flowBox .stepIcon span {
    font-size: 1.2rem;
    display: inline-block;
  }

  .flowBox li h3 {
    margin: 3rem 0 3px 0;
    line-height: 1.2;
    font-size: 1.15rem;
    width: 100%;
    height: 60px;
  }

  .flowBox li img {
    max-width: 80px;
  }

  section .detailList {
    max-width: 700px;
    margin: 0 auto 0;
    background: rgba(255, 255, 255, .5);
    padding-bottom: 2rem;
  }

  section .detailList:after {
    content: "";
    display: block;
    clear: both;
  }

  dl.detailList dt {
    float: left;
    width: 40%;
    background: none;
    font-weight: bold;
    border-bottom: none;
  }

  dl.detailList dd {
    width: 60%;
    padding-left: 40%;
    margin-bottom: 0px;
    border-bottom: 1px dotted #ccc;
    min-height: 2rem;
  }

  dl.detailList dd ul li {
    margin-left: 1.8rem;
    text-indent: -1rem;
    padding-right: 0;
  }

  dl.detailList dd p {
    text-indent: -.5rem;
    margin-left: 1.5rem;
    padding-right: 0;
  }

  .msg {
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: .5rem;
    padding-bottom: 35px;
    text-align: center;
    background-color: rgba(255, 255, 255, .3);
    max-width: 784px;
    margin: 5px auto 0;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
  }

  section:nth-child(5) {
    padding-bottom: 3rem;
  }

  section:nth-child(5) h2 {
    max-width: 700px;
    width: 700px;
    padding: 1rem 3rem;
    margin-bottom: 5px;
  }


  dl.detailList dd:last-child {
    border-bottom: none;
  }

  .form {
    box-shadow: 7px 7px rgba(0, 0, 0, .3);
    max-width: 700px;
    margin-top: 3rem;
  }

  .form h2 {
    padding-top: 2rem;
    border: none;
  }

  .form p {
    padding: 0 0 2rem 0;
  }

  .form dl {
    margin: 0 auto 1rem;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 1rem 0;
    width: 80%;
    max-width: 700px;
  }

  .form dl dt {
    float: left;
    width: 30%;
    padding: 0;
  }

  .form dl dt p.optional,
  .form dl dt p.required {
    padding: 3px;
  }

  .form dl dd {
    width: 65%;
    padding-left: 35%;
  }

  section div.agreement {
    margin: 0;
    padding: 1rem;
  }

  .form h5 {
    font-size: 1rem;
  }

  .privacyBox {
    margin: .4rem auto 0;
    height: 110px;
    padding: 0;
  }

  .privacy_001,
  .privacy_002 {
    padding: 0 0 1rem;
  }

  .form .privacy_001 p {
    padding-bottom: 0;
  }

  .form .privacy_002 dl {
    width: 100%;
  }

  .form .privacy_002 dl dt {
    float: none;
    width: auto;
    font-weight: 700;
    font-size: .95rem;
    padding-bottom: .3rem;
  }

  .form .privacy_002 dl dd {
    width: auto;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .form p.error {
    padding: 0;
  }

  .btnSend {
    margin: 0 0 1.2rem;
    padding: 1rem 0;
  }

  .btnSend button {
    margin: 0;
    width: 50%;
  }

  footer {
    padding: 1rem;
    border-top: 1px dotted;
  }

  footer ul {
    font-size: .85rem;
  }

  footer ul li {
    display: inline-block;
  }

  footer ul li img {
    width: 90px;
    padding-right: 1rem
  }

  footer .copyright {
    font-size: .7rem;
    text-align: center;
    display: block;
  }

  .page_top a img {
    width: 60px;
    height: 60px;
  }

  #thanks div {
    max-width: 500px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('icomoon/fonts/icomoon.eot?cdrfjq');
  src: url('icomoon/fonts/icomoon.eot') format('embedded-opentype'), url('icomoon/fonts/icomoon.ttf') format('truetype'), url('icomoon/icomoon/fonts/icomoon.woff') format('woff'), url('icomoon/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-checkmark:before {
  content: "\ea10";
}