@charset "UTF-8";
/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  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;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

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

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1200px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header {
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
  background-color: #000;
  z-index: 1000;
}

header .logo {
  width: 213px;
  display: block;
  float: left;
}

header .logo img {
  width: 100%;
  display: block;
}

header ul {
  width: calc(100% - 213px);
  float: right;
  padding-top: 16px;
  text-align: right;
}

header ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

header ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

main {
  margin-top: 80px;
}

main .btn01 {
  width: 454px;
  height: 78px;
  display: block;
  text-decoration: none;
  border-radius: 15px;
  background-color: #b7282d;
  margin: 70px auto;
  line-height: 78px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

main .btn01:hover {
  opacity: 1;
  background-color: #428BDC;
}

main section.s01 .wrapper .box01 {
  height: 840px;
  padding-top: 80px;
  background-image: url(../images/bg_kv4.jpg);
  background-size: cover;
  background-position: center center;
}

main section.s01 .wrapper .box01 h2 {
  width: 1180px;
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 100px);
}

main section.s01 .wrapper .box01 h2 img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .box01 .t01 {
  width: 875px;
  height: 110px;
  background-color: #428BDC;
  border-radius: 55px;
  margin: 30px auto 0;
  text-align: center;
  line-height: 110px;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
}

main section.s01 .wrapper .box01 .t02 {
  width: 1050px;
  height: 105px;
  margin: 20px auto 0;
  background-color: #25a5df;
  color: #fff;
  font-weight: bold;
  line-height: 105px;
  text-align: center;
  font-size: 36px;
}

main section.s01 .wrapper .box02 {
  padding-right: 40px;
  background: #000;
}

main section.s01 .wrapper .box02 .box03 {
  height: 584px;
  width: 100%;
  margin: 0 auto;
}

main section.s01 .wrapper .box02 .box03 .t03 {
  width: calc(100% - 320px);
  height: 135px;
  margin: 0 auto;
  pading:100px;
}

main section.s01 .wrapper .box02 .box03 .t03 .t04 {
  font-size: 50px;
  padding: 100px auto 0;
  text-align: center;
  color: #CAB6A4;
}

main section.s01 .wrapper .box02 .box03 .t03 .t05 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin: 40px auto;
}

main section.s01 .wrapper .box02 .box03 .t03 .t06 {
  font-size: 18px;
  color: #fff;
  text-align: left;
}

main section.s01 .wrapper .box02 .box03 .t03 .t07 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin: 8px auto 80px;
}


main section.s01 .wrapper .box02 .box03 .logo {
  margin-top: 20px;
  width: 320px;
  display: block;
  float: right;
  z-index: 100;
}

main section.s01 .wrapper .box04 {
  height: 840px;
  padding-top: 80px;
  background-image: url(../images/bg_kv3.jpg);
  background-size: cover;
  background-position: center center;
}



main section.s02 {
  width: 1350px;
  margin: 0 auto;
  max-width: calc(100% - 80px);
  padding-top: 90px;
}

main section.s02 .wrapper h3 {
  text-align: center;
  color: #CAB6A4;
  font-size: 50px;
}

main section.s02 .wrapper .img01 {
  display: block;
  max-width: 100%;
  margin: 30px auto 0;
}

main section.s02 .wrapper .t01 {
  font-size: 20px;
  color: #707070;
  text-align: right;
  margin-top: 10px;
}

main section.s02 .wrapper .t02 {
  text-align: center;
  font-size: 32px;
  color: #707070;
  margin-top: 30px;
}

main section.s02 .wrapper .list01 .li {
  border: 2px solid #fff;
  padding: 25px 40px 1px;
  margin-top: 15px;
}

main section.s02 .wrapper .list01 .li span {
  font-size: 52px;
  color: #CAB6A4;
}

main section.s02 .wrapper .list01 .li .subt {
  font-size: 32px;
  color: #CAB6A4;
}

main section.s02 .wrapper .list01 .li dl {
  margin-top: 20px;
}

main section.s02 .wrapper .list01 .li dl.dl01 dt {
  font-size: 28px;
  color: #CAB6A4;
}

main section.s02 .wrapper .list01 .li dl.dl01 dd {
  font-size: 20px;
  color: #fff;
}

main section.s02 .wrapper .list01 .li dl.dl02 dt {
  font-size: 28px;
  color: #fff;
}

main section.s02 .wrapper .list01 .li dl.dl02 dd {
  font-size: 28px;
  color: #fff;
}

main section.s02 .wrapper .list01 .li dl.dl02 dd ul {
  margin-top: 10px;
}

main section.s02 .wrapper .list01 .li dl.dl02 dd ul li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 30px;
  vertical-align: top;
}

main section.s02 .wrapper .list01 .li dl.dl02 dd ul li img {
  vertical-align: top;
}

main section.s02 .wrapper .list01 .li dl.dl02 dd ul li span {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  font-size: 24px;
  color: #707070;
  line-height: 100px;
  margin-left: 5px;
}

main section.s02 .wrapper .list01 .li.li02 dl.dl02 dd ul li img, main section.s02 .wrapper .list01 .li.li03 dl.dl02 dd ul li img, main section.s02 .wrapper .list01 .li.li04 dl.dl02 dd ul li img {
  height: 70px;
}

main section.s02 .wrapper .list01 .li.li02 dl.dl02 dd ul li span, main section.s02 .wrapper .list01 .li.li03 dl.dl02 dd ul li span, main section.s02 .wrapper .list01 .li.li04 dl.dl02 dd ul li span {
  height: 70px;
  line-height: 70px;
}

main section.s02 .wrapper .list01 .li.li02 dl.dl02 dd ul li span.span02, main section.s02 .wrapper .list01 .li.li03 dl.dl02 dd ul li span.span02, main section.s02 .wrapper .list01 .li.li04 dl.dl02 dd ul li span.span02 {
  line-height: 35px;
}

main section.s03 {
  width: 1350px;
  margin: 0 auto;
  max-width: calc(100% - 80px);
  border-top: 2px solid #428BDC;
  padding-top: 60px;
}

main section.s03 .wrapper h4 {
  text-align: center;
  color: #707070;
  font-size: 50px;
}

main section.s03 .wrapper dl {
  margin-top: 50px;
}

main section.s03 .wrapper dl dt {
  color: #1f4b9f;
  font-size: 32px;
  font-weight: bold;
}

main section.s03 .wrapper dl dd {
  font-size: 28px;
  color: #707070;
  margin-bottom: 20px;
  line-height: 170%;
}

main section.s04 {
  width: 1350px;
  margin: 120px auto 0;
  max-width: calc(100% - 80px);
  border-top: 2px solid #fff;
  padding-top: 90px;
}

main section.s04 .wrapper h5 {
  text-align: center;
  color: #CAB6A4;
  font-size: 50px;
}

main section.s04 .wrapper .t05 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 40px auto;
}

main section.s04 .wrapper .t06 {
  width: 970px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin: 0 auto 80px;
}

main section.s04 .wrapper .consulpc{
  display: block;
  margin: 0 auto;
}

main section.s04 .wrapper .consulsp{
  display: none;
}

main section.s04 .wrapper ul {
  margin-top: 40px;
}

main section.s04 .wrapper ul li {
  font-size: 20px;
  color: #fff;
  line-height: 170%;
  background-color: #373737;
  margin-bottom: 15px;
  padding: 32px 32px;
}

main section.s04 .wrapper ul .t07 {
  color: #CAB6A4;
}

main section.s04 .wrapper ul li:nth-child(even) {
  background-color: #373737;
}

main section.s05 {
  width: 1350px;
  margin: 140px auto 0;
  max-width: calc(100% - 80px);
  border-top: 2px solid #fff;
  padding-top: 90px;
}

main section.s05 .wrapper h6 {
  text-align: center;
  color: #CAB6A4;
  font-size: 50px;
}

main section.s05 .wrapper .t05 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 40px auto;
}

main section.s05 .wrapper .t06 {
  width: 970px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin: 0 auto 80px;
}


main section.s05 .wrapper ul {
  margin-top: 50px;
}

main section.s05 .wrapper ul li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
  border: 2px solid #fff;
  padding: 20px;
}

main section.s05 .wrapper ul li:nth-child(even) {
  float: right;
}

main section.s05 .wrapper ul li .subt .t02 {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  color: #CAB6A4;
  padding-top: 15px;
}

main section.s05 .wrapper ul li .subt .t02 span {
  font-size: 28px;
  color: #707070;
  font-weight: normal;
}

main section.s05 .wrapper ul li .t01 {
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  margin-top: 10px;
}

main section.s06 {
  width: 1350px;
  margin: 120px auto 0;
  max-width: calc(100% - 80px);
  border-top: 2px solid #fff;
  padding-top: 90px;
}

main section.s06 .wrapper h6 {
  text-align: center;
  color: #CAB6A4;
  font-size: 50px;
}

main section.s06 .wrapper dl {
  margin-top: 50px;
}

main section.s06 .wrapper dl dt {
  font-size: 28px;
  color: #fff;
  margin-top: 28px;
}

main section.s06 .wrapper dl dd {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
}

main section.s07 {
  width: 1350px;
  margin: 120px auto 0;
  max-width: calc(100% - 80px);
  border-top: 2px solid #fff;
  padding-top: 90px;
  padding-bottom: 40px;
}

main section.s07 .wrapper h6 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

main section.s07 .wrapper .box01 {
  background-color: #89b2d9;
  border: 2px solid #707070;
  padding: 50px;
  text-align: center;
  margin-top: 40px;
}

main section.s07 .wrapper .box01 .t01 {
  font-size: 48px;
  font-weight: bold;
  color: #707070;
}

main section.s07 .wrapper .box01 .t02 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

main section.s07 .wrapper .box01 .t02 span {
  padding-left: 15px;
  font-size: 48px;
  color: #707070;
}

main section.s07 .wrapper .box01 .t03 {
  max-width: 1100px;
  padding: 20px 0;
  background-color: #468bca;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 20px auto 0;
}

main section.s07 .wrapper .box01 .t04 {
  text-align: center;
  color: #707070;
  font-size: 28px;
  margin-top: 30px;
}

main section.s07 .wrapper .t05 {
  text-align: center;
  font-size: 50px;
  color: #707070;
  margin-top: 50px;
}

main section.s07 .wrapper .mailform {
  display: block;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 50px 80px 80px !important;
  width: calc(80% - 160px);
  margin: 100px auto 0;
  position: relative;
}

main section.s07 .wrapper .mailform #content02 {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: -110px;
  left: 0;
}

main section.s07 .wrapper .mailform input, main section.s07 .wrapper .mailform textarea, main section.s07 .wrapper .mailform select, main section.s07 .wrapper .mailform button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

main section.s07 .wrapper .mailform .hissu {
  color: #e7211b;
}

main section.s07 .wrapper .mailform .t06 {
  text-align: center;
  font-size: 32px;
  color: #707070;
}

main section.s07 .wrapper .mailform .t07 {
  text-align: center;
  font-size: 17px;
  color: #707070;
}

main section.s07 .wrapper .mailform .t07 span {
  font-size: 24px;
}

main section.s07 .wrapper .mailform .formlist .dt {
  float: none !important;
  margin-top: 20px;
  font-size: 24px !important;
  width: 100% !important;
  color: #707070 !important;
}

main section.s07 .wrapper .mailform .formlist .dt span {
  font-size: 24px;
}

main section.s07 .wrapper .mailform .formlist .dd {
  margin-top: 5px;
  float: none !important;
}

main section.s07 .wrapper .mailform .formlist .dd input {
  width: 100% !important;
  display: block !important;
  border: 1px solid #707070 !important;
  height: 60px !important;
  padding: 15px !important;
  line-height: 30px !important;
  font-size: 20px !important;
}

main section.s07 .wrapper .mailform .formlist .dd select {
  width: 100% !important;
  display: block !important;
  border: 1px solid #707070 !important;
  font-size: 20px !important;
  height: 60px !important;
  padding: 0 15px;
}

main section.s07 .wrapper .mailform .t08 {
  font-size: 20px;
  color: #707070;
  margin-top: 60px;
}

main section.s07 .wrapper .mailform .cautionlist {
  margin-top: 15px;
}

main section.s07 .wrapper .mailform .cautionlist li {
  padding-left: 25px;
  position: relative;
  font-size: 17px;
  line-height: 130%;
  color: #707070;
}

main section.s07 .wrapper .mailform .cautionlist li span {
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s07 .wrapper .mailform .t09 {
  color: #707070;
  font-size: 17px;
  line-height: 140%;
  margin-top: 20px;
}

main section.s07 .wrapper .mailform #submitbtn {
  width: 570px !important;
  height: 80px !important;
  border-radius: 15px !important;
  font-size: 28px !important;
  color: #000;
  background-color: #CAC0AC !important;
  border: none !important;
  display: block !important;
  margin: 70px auto 0;
}

main section.s07 .wrapper .mailform #submitbtn:hover {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-color: #428BDC !important;
  cursor: pointer;
}

main section.s07 .wrapper .t10 {
  font-size: 20px;
  color: #707070;
  font-weight: bold;
  width: calc(100% - 160px);
  margin: 20px auto 0;
}

main section.s07 .wrapper .t11 {
  margin-top: 10px;
  font-size: 20px;
  color: #707070;
  line-height: 130%;
  width: calc(100% - 160px);
  margin: 10px auto 0;
}

main section.s08 {
  width: 1350px;
  margin: 0 auto;
  max-width: calc(100% - 80px);
  padding-top: 30px;
  padding-bottom: 50px;
}

main section.s08 .wrapper .t01 {
  color: #707070;
  font-size: 28px;
  padding: 0 40px;
}

main section.s08 .wrapper .btn02 {
  width: 460px;
  height: 80px;
  display: block;
  border-radius: 15px;
  text-decoration: none;
  font-size: 32px;
  text-align: center;
  line-height: 74px;
  border: 3px solid #b7282d;
  color: #b7282d;
  margin: 40px auto 0;
}

main section.s08 .wrapper .btn02:hover {
  opacity: 1;
  background-color: #b7282d;
  color: #fff;
}

footer {
  text-align: center;
  padding: 20px 0 60px;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.thanksbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}

.thanksbox .box {
  width: 600px;
  height: 400px;
  background-color: rgba(66, 139, 220, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -200px auto 0;
  border-radius: 20px;
  padding: 60px 20px 10px;
}

.thanksbox .box .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.thanksbox .box .t02 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
}

.thanksbox .box .t03 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
}

.thanksbox .box .t04 {
  text-align: center;
  margin-top: 20px;
}

.thanksbox .box .t04 a {
  color: #428BDC;
  font-weight: bold;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #428BDC;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    padding: 10px 10px 10px 15px;
  }
  header .logo {
    width: 100px;
  }
  header ul {
    width: calc(100% - 100px);
    float: right;
    padding-top: 2px;
    text-align: right;
  }
  header ul li {
    padding: 0 5px;
  }
  header ul li a {
    font-size: 10px;
  }
  main {
    margin-top: 50px;
  }
  main .btn01 {
    width: 300px;
    height: 48px;
    border-radius: 8px;
    margin: 40px auto;
    line-height: 48px;
    font-size: 20px;
  }
  main section.s01 .wrapper .box01 {
    height: 532px;
    padding: 40px 20px;
    background-image: url(../images/bg_kv_sp4.jpg);
  }
  main section.s01 .wrapper .box01 h2 {
    max-width: 80%;
    min-width: 320px;
  }
  main section.s01 .wrapper .box01 .t01 {
    width: 335px;
    height: 50px;
    margin: 20px auto 0;
    line-height: 50px;
    font-size: 24px;
  }
  main section.s01 .wrapper .box01 .t02 {
    width: 530px;
    height: auto;
    margin: 20px auto 0;
    background-color: #25a5df;
    color: #fff;
    font-weight: bold;
    line-height: 180%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
  }
  main section.s01 .wrapper .box02 {
    padding: 20px 20px 10px;
  }
  main section.s01 .wrapper .box02 .box03 {
    height: auto;
    text-align: center;
  }
  main section.s01 .wrapper .box02 .box03 .t03 {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
  }
  main section.s01 .wrapper .box02 .box03 .t03 .t04 {
    font-size: 36px;
  }

main section.s01 .wrapper .box02 .box03 .t03 .t05 {
  font-size: 20px;
  margin: 40px auto;
}

main section.s01 .wrapper .box02 .box03 .t03 .t06 {
  font-size: 16px;
  text-align: left;
  margin: 0 auto 40px;
}

main section.s01 .wrapper .box02 .box03 .t03 .t07 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin: 8px auto 80px;
}

  
  main section.s01 .wrapper .box02 .box03 .logo {
    margin-top: 10px;
    width: 200px;
    float: none;
    margin: 10px auto 0;
  }
  
main section.s01 .wrapper .box04 {
  height:200px;
  padding-top: 80px;
  background-image: url(../images/bg_kv_sp3.jpg);
  background-size: cover;
  background-position: center center;
}
  main section.s02 {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding-top: 40px;
  }
  main section.s02 .wrapper h3 {
    font-size: 42px;
  }
  main section.s02 .wrapper .img01 {
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .t01 {
    font-size: 13px;
    text-align: left;
    margin-top: 6px;
  }
  main section.s02 .wrapper .t02 {
    font-size: 20px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .list01 .li {
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-top: 16px;
  }
main section.s02 .wrapper .list01 .li span {
  font-size: 42px;
  color: #CAB6A4;
}
  main section.s02 .wrapper .list01 .li .subt {
    font-size: 20px;
  }
  main section.s02 .wrapper .list01 .li dl {
    margin-top: 12px;
  }
  main section.s02 .wrapper .list01 .li dl.dl01 dt {
    font-size: 16px;
  }
  main section.s02 .wrapper .list01 .li dl.dl01 dd {
    font-size: 14px;
    margin: 16px auto;
  }
  main section.s02 .wrapper .list01 .li dl.dl02 dt {
    font-size: 16px;
    color: #707070;
  }
  main section.s02 .wrapper .list01 .li dl.dl02 dd {
    font-size: 14px;
  }
  main section.s02 .wrapper .list01 .li dl.dl02 dd ul {
    margin-top: 10px;
  }
  main section.s02 .wrapper .list01 .li dl.dl02 dd ul li {
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  main section.s02 .wrapper .list01 .li dl.dl02 dd ul li img {
    height: 52px !important;
    vertical-align: top;
  }
  main section.s02 .wrapper .list01 .li dl.dl02 dd ul li span {
    height: 30px !important;
    font-size: 14px;
    line-height: 30px;
    margin-left: 2px;
  }
  main section.s02 .wrapper .list01 .li.li02 dl.dl02 dd ul li img, main section.s02 .wrapper .list01 .li.li03 dl.dl02 dd ul li img, main section.s02 .wrapper .list01 .li.li04 dl.dl02 dd ul li img {
    height: 70px;
  }
  main section.s02 .wrapper .list01 .li.li02 dl.dl02 dd ul li span, main section.s02 .wrapper .list01 .li.li03 dl.dl02 dd ul li span, main section.s02 .wrapper .list01 .li.li04 dl.dl02 dd ul li span {
    height: 30px;
    line-height: 30px;
  }
  main section.s02 .wrapper .list01 .li.li02 dl.dl02 dd ul li span.span02, main section.s02 .wrapper .list01 .li.li03 dl.dl02 dd ul li span.span02, main section.s02 .wrapper .list01 .li.li04 dl.dl02 dd ul li span.span02 {
    line-height: 15px;
  }
  main section.s03 {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    border-top: 1px solid #428BDC;
    padding-top: 40px;
  }
  main section.s03 .wrapper h4 {
    font-size: 24px;
  }
  main section.s03 .wrapper dl {
    margin-top: 30px;
  }
  main section.s03 .wrapper dl dt {
    font-size: 20px;
  }
  main section.s03 .wrapper dl dd {
    font-size: 16px;
    margin-bottom: 12px;
  }
  main section.s04 {
    width: 100%;
    margin: 60px auto 0;
    max-width: calc(100% - 40px);
    padding-top: 40px;
  }
  main section.s04 .wrapper h5 {
    font-size: 42px;
  }
  
main section.s04 .wrapper .t05 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 40px auto;
}

main section.s04 .wrapper .t06 {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 40px;
}
  

main section.s04 .wrapper .consulpc{
  display: none;
}

main section.s04 .wrapper .consulsp{
  display: block;
    width: 100%;
  margin: 0 auto;
}

  
  main section.s04 .wrapper ul {
    margin-top: 25px;
  }
  main section.s04 .wrapper ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px 15px;
  }
  main section.s05 {
    width: 100%;
    margin: 60px auto 0;
    max-width: calc(100% - 40px);
    padding-top: 40px;
  }
  main section.s05 .wrapper h6 {
    font-size: 42px;
  }
  
main section.s05 .wrapper .t05 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 40px auto;
}

main section.s05 .wrapper .t06 {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0 auto 40px;
}
  
  main section.s05 .wrapper ul {
    margin-top: 20px;
  }
  main section.s05 .wrapper ul li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
    padding: 12px;
  }
  main section.s05 .wrapper ul li .subt img {
    width: 60px;
  }
  main section.s05 .wrapper ul li .subt .t02 {
    font-size: 20px;
    padding-top: 10px;
  }
  main section.s05 .wrapper ul li .subt .t02 span {
    font-size: 12px;
    color: #707070;
    font-weight: normal;
  }
  main section.s05 .wrapper ul li .t01 {
    font-size: 16px;
    line-height: 160%;
    margin-top: 5px;
  }
  main section.s06 {
    width: 100%;
    margin: 60px auto 0;
    max-width: calc(100% - 40px);
    padding-top: 40px;
  }
  main section.s06 .wrapper h6 {
    font-size: 24px;
  }
  main section.s06 .wrapper dl {
    margin-top: 20px;
  }
  main section.s06 .wrapper dl dt {
    font-size: 16px;
    margin-top: 6px;
  }
  main section.s06 .wrapper dl dd {
    font-size: 14px;
  }
  main section.s07 {
    width: 100%;
    margin: 60px auto 0;
    max-width: calc(100% - 40px);
    padding-top: 40px;
  }
  main section.s07 .wrapper h6 {
    font-size: 24px;
  }
  main section.s07 .wrapper .box01 {
    border: 1px solid #707070;
    padding: 15px;
    margin-top: 20px;
  }
  main section.s07 .wrapper .box01 .t01 {
    font-size: 18px;
  }
  main section.s07 .wrapper .box01 .t02 {
    font-size: 30px;
    margin-top: 12px;
  }
  main section.s07 .wrapper .box01 .t02 span {
    padding-left: 5px;
    font-size: 16px;
    color: #707070;
  }
  main section.s07 .wrapper .box01 .t03 {
    max-width: 1100px;
    padding: 10px 0;
    width: 300px;
    background-color: #468bca;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 12px auto 0;
  }
  main section.s07 .wrapper .box01 .t04 {
    font-size: 14px;
    margin-top: 20px;
  }
  main section.s07 .wrapper .t05 {
    font-size: 24px;
    margin-top: 30px;
  }
  main section.s07 .wrapper .mailform {
    border: 1px solid #707070;
    padding: 30px 20px 40px !important;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
  }
  main section.s07 .wrapper .mailform #content02 {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
  }
  main section.s07 .wrapper .mailform .hissu {
    color: #e7211b;
  }
  main section.s07 .wrapper .mailform .t06 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
  }
  main section.s07 .wrapper .mailform .t07 {
    text-align: center;
    font-size: 14px;
    color: #707070;
  }
  main section.s07 .wrapper .mailform .t07 span {
    font-size: 18px;
  }
  main section.s07 .wrapper .mailform .formlist .dt {
    float: none !important;
    margin-top: 15px;
    font-size: 16px !important;
    width: 100% !important;
    color: #707070 !important;
  }
  main section.s07 .wrapper .mailform .formlist .dt span {
    font-size: 18px;
  }
  main section.s07 .wrapper .mailform .formlist .dd {
    margin-top: 3px;
    float: none !important;
  }
  main section.s07 .wrapper .mailform .formlist .dd input {
    width: 100% !important;
    height: 40px !important;
    padding: 19ox 15px !important;
    line-height: 20px !important;
    font-size: 16px !important;
  }
  main section.s07 .wrapper .mailform .formlist .dd select {
    font-size: 16px !important;
    height: 40px !important;
    padding: 0 15px;
  }
  main section.s07 .wrapper .mailform .t08 {
    font-size: 14px;
    margin-top: 30px;
  }
  main section.s07 .wrapper .mailform .cautionlist {
    margin-top: 15px;
  }
  main section.s07 .wrapper .mailform .cautionlist li {
    padding-left: 18px;
    font-size: 12px;
  }
  main section.s07 .wrapper .mailform .cautionlist li span {
    width: 19px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s07 .wrapper .mailform .t09 {
    color: #707070;
    font-size: 12px;
    line-height: 140%;
    margin-top: 10px;
  }
  main section.s07 .wrapper .mailform #submitbtn {
    width: 300px !important;
    height: 60px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper .t10 {
    font-size: 14px;
    width: 100%;
    margin: 13px auto 0;
  }
  main section.s07 .wrapper .t11 {
    margin-top: 10px;
    font-size: 12px;
    color: #707070;
    line-height: 130%;
    width: 100%;
  }
  main section.s08 {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding-top: 20px;
    padding-bottom: 30px;
  }
  main section.s08 .wrapper .t01 {
    font-size: 16px;
  }
  main section.s08 .wrapper .btn02 {
    width: 300px;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 46px;
    border: 2px solid #b7282d;
    margin: 20px auto 0;
  }
  footer {
    text-align: center;
    padding: 5px 0 30px;
  }
  footer a {
    text-decoration: none;
    font-size: 16px;
  }
  .thanksbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .thanksbox .box {
    width: 335px;
    height: 320px;
    background-color: rgba(66, 139, 220, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -160px auto 0;
    border-radius: 7px;
    padding: 30px 10px 10px;
  }
  .thanksbox .box .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
  }
  .thanksbox .box .t02 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
  }
  .thanksbox .box .t03 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
  }
  .thanksbox .box .t04 {
    text-align: center;
    margin-top: 15px;
  }
  .thanksbox .box .t04 a {
    color: #428BDC;
    font-weight: bold;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #428BDC;
  }
}
