/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol li {
  list-style: none;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf {
  *zoom: 1;
  display: block;
}

html,
body {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'pkna';
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
  color: #333333;
  background-color: #F0F7FC;
}

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

main {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  display: block;
}

a img {
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

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

::selection {
  background: #5c8cc9;
}

::-moz-selection {
  background: #5c8cc9;
}

.ro {
  font-family: 'Roboto', sans-serif;
}

.o-p-loader {
  background: #ffffff;
  z-index: 99999;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
}

.o-p-loader__item {
  position: absolute;
  top: 0px;
  height: 300px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 550px;
}

@media screen and (max-width: 640px) {
  .o-p-loader__item {
    width: 290px;
    height: 165px;
  }
}

.pc {
  display: block !important;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.se {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .se {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .se {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .se {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .se {
    display: block !important;
  }
}

.wrap__1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  .wrap__1200 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__1200 {
    padding: 50px 20px;
  }
}

.wrap__1080 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1080px) {
  .wrap__1080 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__1080 {
    padding: 50px 20px;
  }
}

.wrap__900 {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .wrap__900 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__900 {
    padding: 50px 20px;
  }
}

.wrap__800 {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .wrap__800 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__800 {
    padding: 50px 20px;
  }
}

.wrap__700 {
  padding: 100px 0;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .wrap__700 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__700 {
    padding: 50px 20px;
  }
}

#o-c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 200px;
  z-index: 1000;
  cursor: pointer;
  transition-duration: 0.2s;
}

@media screen and (max-width: 1200px) {
  #o-c-pagetop {
    width: 160px;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 640px) {
  #o-c-pagetop {
    width: 120px;
  }
}

#o-c-pagetop:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

.main {
  width: 500px;
  background-color: #ffffff;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .main {
    width: 100%;
  }
}

.overview {
  margin-bottom: 50px;
}

.overview__img {
  margin: 50px 20px 20px;
}

.overview__text {
  width: 80%;
  margin: 0 auto;
}

.overview__item {
  width: 80%;
  margin: 50px auto 0;
}

.overview__item__red {
  color: red;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}

.overview__item__hl {
  color: #ffffff;
  text-align: center;
  background-color: #5c8cc9;
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.overview__item__hl small{
  line-height: 2rem;
  display: block;
  margin-bottom: 4px;
}

.overview__item__text {
  font-weight: bold;
  font-size: 16px;
}



.overview__item__text small {
  font-weight: 400;
  font-size: 14px;
}

iframe {
  width: 100%;
}

.form {
  background-color: #e8eeef;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .form {
    padding-bottom: 60px;
  }
}

.form .ttlcomp-01 img {
  max-width: 174px;
  width: 36%;
  margin-top: 60px;
}

.form .inner h2 span{
  line-height: 7rem;
  letter-spacing: 2px;
}
.form .ttlcomp-01 span {
  margin-bottom: -22px;
}
@media screen and (max-width: 450px){
.form .ttlcomp-01 span {
    margin-bottom: -10px;
}
}

.form__hl {
  width: 100px;
  margin: 0 auto 40px;
  padding-top: 30px;
}

.form__inner {
  background-color: #ffffff;
  width: 80%;
  margin: 0px auto;
  padding: 50px 30px 30px;
}

.footer {
  color: #ffffff;
  width: 500px;
  margin: 0 auto;
  font-size: 1.6rem;
  background-color: #5b676e;
  padding-bottom: 150px;
}


@media screen and (max-width: 640px) {
  .footer {
    width: 100%;
    padding-bottom: 100px;
  }
}

.footer__img {
  width: 200px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

.footer__text {
  text-align: center;
  margin-bottom: 50px;

}

.footer__text a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
}

.footer__copy {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}

.thanks-fv__hl {
  background-color: #5c8cc9;
}

.thanks-fv__hl img {
  width: 250px;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}

.thanks {
  width: 80%;
  margin: 0px auto;
  padding: 40px 0;
}

.thanks__text {
  margin: 20px 0;
}

.thanks__text a {
  text-decoration: underline;
}


  .sec-intro-top {
    margin-top: 30px;
    padding: 68px 25px 60px;
    background: url("../img/bg-01-sp.jpg") no-repeat center/cover;
  }

