/* ------------------------------
 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: #333333;
  background: #FFF;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  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{
  overflow-x: hidden;
}
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;
}

* {
  letter-spacing: 0.05em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}
::placeholder{
  color:#ccc;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 0;
  }
}
/* ------------------------------
 width: all
------------------------------ */
header {
  height: 130px;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}
header .wrapper {
  width: 1200px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 222px;
}
header .wrapper .logo {
  width: 132px;
  display: block;
}
header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 354px);
  padding-right: 30px;
  padding-top: 10px;
}
header .wrapper .gnav ul {
  font-size-adjust: none;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
header .wrapper .gnav ul li + li {
  margin-left: 15px;
}
header .wrapper .gnav ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
header .wrapper .btn01 {
  width: 222px;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0 6px rgba(234, 49, 31, 0.5);
          box-shadow: 0px 0 6px rgba(234, 49, 31, 0.5);
  position: fixed;
  top: 20px;
  left: calc(50% + 377px);
}
header .wrapper .btn01 img {
  width: 100%;
  display: block;
}

main {
  margin-top: -130px;
}
main section {
  z-index: 1;
  position: relative;
}
main section .idpoint {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 {
  background-image: url(../images/s0101.jpg);
  background-size: cover;
  background-position: left 0 top 0;
  padding-bottom: 34px;
}
main section.s01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background-image: url(../images/s0100.jpg);
  background-size: 100% 100%;
}
main section.s01 .wrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  height: 676px;
  padding-top: 190px;
  position: relative;
}
main section.s01 .wrapper h2 {
  width: 520px;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .form {
  width: 295px;
  display: block;
  border-radius: 10px;
  border: 2px solid #002C83;
  position: absolute;
  top: 85px;
  right: 0;
  background-color: #fff;
  padding-bottom: 5px;
}
main section.s01 .wrapper .form .t01 {
  background-color: #002C83;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
}
main section.s01 .wrapper .form .t01 span {
  width: 54px;
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  color: #002C83;
  font-size: 10px;
  line-height: 1;
  margin-right: 10px;
}
main section.s01 .wrapper .form ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 15px;
  gap: 4px 0;
}
main section.s01 .wrapper .form ul li {
  width: 100%;
}
main section.s01 .wrapper .form ul li.li02 {
  width: calc(40% - 2px);
}
main section.s01 .wrapper .form ul li.li03 {
  width: calc(60% - 2px);
}
main section.s01 .wrapper .form ul li dl dt {
  font-size: 14px;
  font-weight: bold;
}
main section.s01 .wrapper .form ul li dl dt span {
  color: #EA311F;
}
main section.s01 .wrapper .form ul li dl dd input[type=text],
main section.s01 .wrapper .form ul li dl dd select {
  width: 100% !important;
  display: block !important;
  outline: none;
  border: 1px solid #B0B0B0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 10px;
}
main section.s01 .wrapper .form ul li dl dd textarea {
  width: 100% !important;
  height: 62px !important;
  display: block !important;
  outline: none;
  border: 1px solid #B0B0B0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 10px;
}
main section.s01 .wrapper .form .t02 {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  padding: 0 15px;
  line-height: 1;
  margin-top: -5px;
}
main section.s01 .wrapper .form .t02 a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  border-bottom: 1px solid #000;
}
main section.s01 .wrapper .form .submitbtn {
  width: 212px !important;
  height: 66px !important;
  display: block !important;
  border: none !important;
  outline: none;
  background-color: transparent;
  background-image: url(../images/s0103.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0px auto 0;
}
main section.s02 {
  padding: 60px 0 0;
}
main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  width: 956.5px;
}
main section.s02 .wrapper h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: -120px;
  padding-left: 50px;
}
main section.s02 .wrapper .t01 span {
  border-bottom: 4px solid #FFE200;
  line-height: 1;
  display: inline-block;
}
main section.s02 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
main section.s02 .wrapper ul li {
  width: calc(50% - 10px);
  padding: 6px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
main section.s02 .wrapper ul li dl {
  background-image: url(../images/s0200.png);
  background-size: 100% 100%;
  position: relative;
  border-radius: 9px;
}
main section.s02 .wrapper ul li dl dt {
  font-size: 26px;
  font-weight: bold;
  color: #002C83;
  padding: 30px 0 0 115px;
}
main section.s02 .wrapper ul li dl dt .num {
  width: 67px;
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
}
main section.s02 .wrapper ul li dl dt .photo {
  display: block;
  position: absolute;
}
main section.s02 .wrapper ul li dl dt .photo.photo01 {
  width: 152.5px;
  bottom: 30px;
  right: 15px;
}
main section.s02 .wrapper ul li dl dt .photo.photo02 {
  width: 147px;
  top: 30px;
  right: 20px;
}
main section.s02 .wrapper ul li dl dt .photo.photo03 {
  width: 110.5px;
  right: 40px;
  bottom: 55px;
}
main section.s02 .wrapper ul li dl dt .photo.photo04 {
  width: 111.5px;
  right: 30px;
  bottom: 45px;
}
main section.s02 .wrapper ul li dl dt .photo.photo05 {
  width: 146px;
  right: 25px;
  bottom: 40px;
}
main section.s02 .wrapper ul li dl dt .photo.photo06 {
  width: 153px;
  right: 10px;
  bottom: 50px;
}
main section.s02 .wrapper ul li dl dd {
  font-size: 14px;
  line-height: 1.7;
  padding: 0 180px 40px 115px;
  margin-top: 20px;
}
main section.contact_section {
  padding: 60px 0;
}
main section.contact_section .wrapper {
  width: 1140px;
  margin: 0 auto;
  border: 5px solid #002C83;
  padding: 30px 0 30px;
  background-color: #F5F1EF;
}
main section.contact_section .wrapper .icon {
  width: 88px;
  display: block;
  margin: 0 auto;
}
main section.contact_section .wrapper .t01 {
  text-align: center;
  color: #002C83;
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
main section.contact_section .wrapper a {
  width: 449px;
  display: block;
  margin: 10px auto 0;
}
main section.contact_section .wrapper a img {
  width: 100%;
  display: block;
}
main section.s04 {
  padding: 50px 0;
  background-color: #E0F1FF;
}
main section.s04 h4 {
  width: 1292px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
main section.s04 h4 img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper {
  width: 1140px;
  margin: 25px auto 0;
}
main section.s04 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s04 .wrapper .dl01 dt {
  width: 444.5px;
}
main section.s04 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .dl01 dd {
  width: calc(100% - 444.5px);
  padding-left: 40px;
  font-size: 20px;
  line-height: 2;
}
main section.s04 .wrapper .dl01 dd span {
  border-bottom: 4px solid #FFE200;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}
main section.s04 .wrapper .mapbox {
  height: 610px;
  position: relative;
  background-image: url(../images/s0403.png);
  background-size: 689.5px auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: -20px;
}
main section.s04 .wrapper .mapbox .icon {
  width: 181.5px;
  display: block;
  position: absolute;
  top: 100px;
  left: 15px;
}
main section.s04 .wrapper .mapbox dl {
  width: 166px;
  position: absolute;
}
main section.s04 .wrapper .mapbox dl.dl0201 {
  top: 5px;
  right: 40px;
}
main section.s04 .wrapper .mapbox dl.dl0202 {
  right: 220px;
  bottom: 100px;
}
main section.s04 .wrapper .mapbox dl.dl0203 {
  top: 220px;
  right: 100px;
}
main section.s04 .wrapper .mapbox dl.dl0204 {
  bottom: 15px;
  right: 450px;
}
main section.s04 .wrapper .mapbox dl.dl0205 {
  width: 249px;
  top: 215px;
  left: 280px;
}
main section.s04 .wrapper .mapbox dl.dl0206 {
  width: 249px;
  bottom: 15px;
  left: 210px;
}
main section.s04 .wrapper .mapbox dl.dl0207 {
  bottom: 140px;
  left: 20px;
}
main section.s04 .wrapper .mapbox dl dt {
  width: 166px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
}
main section.s04 .wrapper .mapbox dl dt.dt01 {
  background-color: #62C4DA;
}
main section.s04 .wrapper .mapbox dl dt.dt02 {
  background-color: #5C9ED5;
}
main section.s04 .wrapper .mapbox dl dt.dt03 {
  background-color: #76BD4B;
}
main section.s04 .wrapper .mapbox dl dt.dt04 {
  background-color: #F5A72E;
}
main section.s04 .wrapper .mapbox dl dt.dt05 {
  background-color: #ED8CA1;
}
main section.s04 .wrapper .mapbox dl dt.dt06 {
  background-color: #A677B2;
}
main section.s04 .wrapper .mapbox dl dt.dt07 {
  background-color: #E5554A;
}
main section.s04 .wrapper .mapbox dl dd {
  margin-top: 5px;
}
main section.s04 .wrapper .mapbox dl dd ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s04 .wrapper .mapbox dl dd ul li {
  width: 83px;
  font-size: 14px;
  margin-top: 2px;
}
main section.s05 {
  background-color: #002C83;
  padding: 70px 0 80px;
}
main section.s05 .wrapper {
  width: 1140px;
  margin: 0 auto;
}
main section.s05 .wrapper h5 {
  width: 624px;
}
main section.s05 .wrapper h5 img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 45px;
}
main section.s05 .wrapper ul li {
  width: 350px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  padding: 95px 35px 40px;
}
main section.s05 .wrapper ul li .icon {
  display: block;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}
main section.s05 .wrapper ul li .icon.icon01 {
  width: 137.5px;
  top: -25px;
}
main section.s05 .wrapper ul li .icon.icon02 {
  width: 71.5px;
  top: -15px;
}
main section.s05 .wrapper ul li .icon.icon03 {
  width: 141.5px;
  top: -15px;
}
main section.s05 .wrapper ul li .icon.icon04 {
  width: 85px;
  top: -17px;
}
main section.s05 .wrapper ul li .icon.icon05 {
  width: 87.5px;
  top: -25px;
}
main section.s05 .wrapper ul li .icon.icon06 {
  width: 134px;
  top: -15px;
}
main section.s05 .wrapper ul li .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #5CB6E6;
}
main section.s05 .wrapper ul li .t02 {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
main section.s05 .wrapper .t03 {
  width: 942px;
  height: 159px;
  margin: 70px auto 0;
  background-image: url(../images/s0508.png);
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}
main section.s05 .wrapper .t03 span {
  color: #FF7E7E;
}
main section.s06 {
  padding: 50px 0;
}
main section.s06 .wrapper {
  width: 1165px;
  margin: 0 auto;
}
main section.s06 .wrapper h6 {
  width: 1105px;
  margin: 0 auto;
}
main section.s06 .wrapper h6 img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 10px;
}
main section.s06 .wrapper ul li {
  width: 375px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 20px 20px 30px;
}
main section.s06 .wrapper ul li img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper ul li .t01 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}
main section.s06 .wrapper ul li .t02 {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}
main section.s07 {
  padding: 70px 0;
  background-image: url(../images/s0701.jpg);
  background-size: 118px 100%;
  background-position: center center;
  background-repeat: repeat;
}
main section.s07 .wrapper {
  width: 1140px;
  border-radius: 15px;
  background-color: #002C83;
  padding: 50px 105px;
  margin: 0 auto;
}
main section.s07 .wrapper h6 {
  width: 647.5px;
  margin: 0 auto;
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
}
main section.s07 .wrapper h6 img {
  width: 100%;
  display: block;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 20px;
}
main section.s07 .wrapper .t01 span {
  color: #FF7E7E;
  line-height: 1;
  display: inline-block;
}
main section.s07 .wrapper .t01 span.span02 {
  border-bottom: 1px solid #FF7E7E;
}
main section.s07 .wrapper ul {
  margin-top: 55px;
}
main section.s07 .wrapper ul li {
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 15px 80px 15px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s07 .wrapper ul li + li {
  margin-top: 45px;
}
main section.s07 .wrapper ul li .step {
  width: 86px;
  display: block;
}
main section.s07 .wrapper ul li .t02 {
  width: 170px;
  font-size: 22px;
  line-height: 1;
  padding: 29px 0;
  font-weight: bold;
  color: #002C83;
  text-align: center;
  border-right: 1px solid #002C83;
}
main section.s07 .wrapper ul li .t03 {
  width: calc(100% - 256px);
  font-size: 16px;
  line-height: 1.7;
  padding-left: 25px;
}
main section.s07 .wrapper ul li .arrow {
  width: 49px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -37px;
  left: 0;
  margin: 0 auto;
}
main section.s07 .wrapper .btn {
  width: 335px;
  display: block;
  margin: 25px auto 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
main section.s07 .wrapper .btn img {
  width: 100%;
  display: block;
}
main section.s08 {
  background-color: #E0F1FF;
  padding: 40px 0 60px;
}
main section.s08 .wrapper {
  width: 1140px;
  margin: 0 auto;
}
main section.s08 .wrapper h6 {
  width: 332px;
  margin: 0 auto;
}
main section.s08 .wrapper h6 img {
  width: 100%;
  display: block;
}
main section.s08 .wrapper ul {
  margin-top: 30px;
}
main section.s08 .wrapper ul li {
  background-color: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
main section.s08 .wrapper ul li + li {
  margin-top: 15px;
}
main section.s08 .wrapper ul li dl dt {
  min-height: 38px;
  padding-left: 60px;
  position: relative;
  font-size: 20px;
  color: #002C83;
  line-height: 1.7;
  padding: 2px 0 2px 60px;
  font-weight: bold;
}
main section.s08 .wrapper ul li dl dt img {
  width: 38px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s08 .wrapper ul li dl dd {
  width: 600px;
  min-height: 38px;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding: 7px 0 7px 60px;
  margin-top: 20px;
}
main section.s08 .wrapper ul li dl dd img {
  width: 38px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s09 {
  padding-top: 45px;
}
main section.s09 .wrapper img {
  width: 99px;
  display: block;
  margin: 0 auto;
}
main section.s09 .wrapper .t01 {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #002C83;
  line-height: 1.5;
  margin-top: 10px;
}

footer {
  padding: 50px 0 80px;
}
footer .wrapper .logo {
  width: 132px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .linklistbox {
  padding-top: 30px;
  border-top: 1px solid rgba(176, 176, 176, 0.3);
  margin-top: 30px;
}
footer .wrapper .linklist {
  width: 1140px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .linklist li dl dt {
  font-size: 14px;
  font-weight: bold;
}
footer .wrapper .linklist li dl dt a {
  text-decoration: none;
  color: #333333;
}
footer .wrapper .linklist li dl dd {
  margin-top: 8px;
}
footer .wrapper .linklist li dl dd p {
  margin-top: 5px;
}
footer .wrapper .linklist li dl dd p a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
}
footer .wrapper .pagetopbox {
  text-align: right;
  width: 1140px;
  margin: 20px auto 0;
}
footer .wrapper .pagetopbox a {
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
footer .wrapper .pagetopbox a img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox {
  border-top: 1px solid rgba(176, 176, 176, 0.3);
  margin-top: 25px;
  padding-top: 40px;
}
footer .wrapper .bottombox ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
footer .wrapper .bottombox ul li {
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 13px;
  border-right: 1px solid #aaa;
}
footer .wrapper .bottombox ul li:last-child {
  border: none;
}
footer .wrapper .bottombox ul li a {
  color: #333333;
  font-size: 12px;
  display: block;
  line-height: 100%;
  text-decoration: none;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 10px;
  margin-top: 35px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header {
    height: 70px;
    padding: 10px 10px 0 20px;
    position: relative;
    z-index: 10;
  }
  header .wrapper {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .wrapper .logo {
    width: 75px;
    display: block;
  }
  header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .btn01 {
    width: 222px;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0 6px rgba(234, 49, 31, 0.5);
            box-shadow: 0px 0 6px rgba(234, 49, 31, 0.5);
    top: 8px;
    right: 8px;
    left: auto;
  }
  header .wrapper .btn01 img {
    width: 100%;
    display: block;
  }
  main {
    margin-top: -70px;
  }
  main section {
    z-index: 1;
    position: relative;
  }
  main section .idpoint {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 {
    background-image: url(../images/s0101_sp.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 34px;
  }
  main section.s01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-image: url(../images/s0100.jpg);
    background-size: 100% 100%;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    padding: 230px 0 0 12px;
    position: relative;
  }
  main section.s01 .wrapper h2 {
    width: 350px;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .form {
    width: 295px;
    display: block;
    border-radius: 10px;
    border: 2px solid #002C83;
    position: absolute;
    top: 85px;
    right: 0;
    background-color: #fff;
    padding-bottom: 5px;
    display: none;
  }
  main section.s01 .wrapper .form .t01 {
    background-color: #002C83;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    padding: 8px;
  }
  main section.s01 .wrapper .form .t01 span {
    width: 54px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    color: #002C83;
    font-size: 10px;
    line-height: 1;
    margin-right: 10px;
  }
  main section.s01 .wrapper .form ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px 15px;
    gap: 4px 0;
  }
  main section.s01 .wrapper .form ul li {
    width: 100%;
  }
  main section.s01 .wrapper .form ul li.li02 {
    width: calc(40% - 2px);
  }
  main section.s01 .wrapper .form ul li.li03 {
    width: calc(60% - 2px);
  }
  main section.s01 .wrapper .form ul li dl dt {
    font-size: 14px;
    font-weight: bold;
  }
  main section.s01 .wrapper .form ul li dl dt span {
    color: #EA311F;
  }
  main section.s01 .wrapper .form ul li dl dd input[type=text],
  main section.s01 .wrapper .form ul li dl dd select {
    width: 100% !important;
    display: block !important;
    outline: none;
    border: 1px solid #B0B0B0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 10px;
  }
  main section.s01 .wrapper .form ul li dl dd textarea {
    width: 100% !important;
    height: 62px !important;
    display: block !important;
    outline: none;
    border: 1px solid #B0B0B0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 10px;
  }
  main section.s01 .wrapper .form .t02 {
    font-size: 13px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 1;
    margin-top: -5px;
  }
  main section.s01 .wrapper .form .t02 a {
    text-decoration: none;
    color: #333333;
    display: inline-block;
    border-bottom: 1px solid #000;
  }
  main section.s01 .wrapper .form .submitbtn {
    width: 212px !important;
    height: 66px !important;
    display: block !important;
    border: none !important;
    outline: none;
    background-color: transparent;
    background-image: url(../images/s0103.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0px auto 0;
  }
  main section.s02 {
    padding: 45px 15px 35px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    width: 294.5px;
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  main section.s02 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin: 20px auto 0;
    padding-left: 0;
  }
  main section.s02 .wrapper .t01 span {
    border-bottom: 4px solid #FFE200;
    line-height: 1;
    display: inline;
  }
  main section.s02 .wrapper ul {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
    padding: 6px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  main section.s02 .wrapper ul li + li {
    margin-top: 15px;
  }
  main section.s02 .wrapper ul li dl {
    background-image: url(../images/s0200.png);
    background-size: 100% 100%;
    position: relative;
  }
  main section.s02 .wrapper ul li dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #002C83;
    line-height: 1.5;
    padding: 20px 0 0 115px;
  }
  main section.s02 .wrapper ul li dl dt .num {
    width: 67px;
    display: block;
    position: absolute;
    top: -8px;
    left: 10px;
  }
  main section.s02 .wrapper ul li dl dt .photo {
    display: block;
    position: absolute;
  }
  main section.s02 .wrapper ul li dl dt .photo.photo01 {
    width: 101px;
    top: 105px;
    right: auto;
    bottom: auto;
    left: -5px;
  }
  main section.s02 .wrapper ul li dl dt .photo.photo02 {
    width: 98px;
    top: 100px;
    right: auto;
    bottom: auto;
    left: 5px;
  }
  main section.s02 .wrapper ul li dl dt .photo.photo03 {
    width: 90px;
    top: 105px;
    right: auto;
    bottom: auto;
    left: 5px;
  }
  main section.s02 .wrapper ul li dl dt .photo.photo04 {
    width: 80px;
    top: 105px;
    right: auto;
    bottom: auto;
    left: 12px;
  }
  main section.s02 .wrapper ul li dl dt .photo.photo05 {
    width: 98px;
    top: 105px;
    right: auto;
    bottom: auto;
    left: 5px;
  }
  main section.s02 .wrapper ul li dl dt .photo.photo06 {
    width: 102px;
    top: 105px;
    right: auto;
    bottom: auto;
    left: 10px;
  }
  main section.s02 .wrapper ul li dl dd {
    min-height: 160px;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 20px 40px 115px;
    margin-top: 20px;
  }
  main section.contact_section {
    padding: 40px 0;
  }
  main section.contact_section .wrapper {
    width: 1140px;
    margin: 0 auto;
    border: 5px solid #002C83;
    padding: 30px 0 30px;
    background-color: #F5F1EF;
  }
  main section.contact_section .wrapper .icon {
    width: 88px;
    display: block;
    margin: 0 auto;
  }
  main section.contact_section .wrapper .t01 {
    text-align: center;
    color: #002C83;
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
  }
  main section.contact_section .wrapper a {
    width: 449px;
    display: block;
    margin: 10px auto 0;
  }
  main section.contact_section .wrapper a img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    padding: 35px 15px;
    background-color: #E0F1FF;
  }
  main section.s04 h4 {
    width: 366px;
    max-width: 100%;
    margin: 0 auto;
  }
  main section.s04 h4 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 25px auto 0;
  }
  main section.s04 .wrapper .dl01 {
    display: block;
  }
  main section.s04 .wrapper .dl01 dt {
    width: 318px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .dl01 dd {
    width: calc(100% - 444.5px);
    padding-left: 40px;
    font-size: 20px;
    line-height: 2;
    display: none;
  }
  main section.s04 .wrapper .dl01 dd span {
    border-bottom: 4px solid #FFE200;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
  }
  main section.s04 .wrapper .mapbox {
    height: auto;
    position: relative;
    background-image: url(../images/s0403_sp.png);
    background-size: contain;
    background-position: top 20% center;
    background-repeat: no-repeat;
    margin-top: 20px;
    width: 100%;
  }
  main section.s04 .wrapper .mapbox .icon {
    width: 181.5px;
    display: block;
    position: absolute;
    top: 100px;
    left: 15px;
  }
  main section.s04 .wrapper .mapbox .infobox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 15px;
  }
  main section.s04 .wrapper .mapbox dl {
    width: calc(50% - 7.5px) !important;
    position: static;
  }
  main section.s04 .wrapper .mapbox dl dt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
  }
  main section.s04 .wrapper .mapbox dl dt.dt01 {
    background-color: #62C4DA;
  }
  main section.s04 .wrapper .mapbox dl dt.dt02 {
    background-color: #5C9ED5;
  }
  main section.s04 .wrapper .mapbox dl dt.dt03 {
    background-color: #76BD4B;
  }
  main section.s04 .wrapper .mapbox dl dt.dt04 {
    background-color: #F5A72E;
  }
  main section.s04 .wrapper .mapbox dl dt.dt05 {
    background-color: #ED8CA1;
  }
  main section.s04 .wrapper .mapbox dl dt.dt06 {
    background-color: #A677B2;
  }
  main section.s04 .wrapper .mapbox dl dt.dt07 {
    background-color: #E5554A;
  }
  main section.s04 .wrapper .mapbox dl dd {
    margin-top: 5px;
  }
  main section.s04 .wrapper .mapbox dl dd ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s04 .wrapper .mapbox dl dd ul li {
    width: 50%;
    font-size: 14px;
    margin-top: 2px;
  }
  main section.s05 {
    background-color: #002C83;
    padding: 45px 10px 30px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper h5 {
    width: 338px;
    margin: 0 auto;
  }
  main section.s05 .wrapper h5 img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
    margin-top: 15px;
  }
  main section.s05 .wrapper ul li {
    width: calc(50% - 5px);
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    padding: 85px 10px 20px;
  }
  main section.s05 .wrapper ul li .icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  main section.s05 .wrapper ul li .icon.icon01 {
    width: 90px;
    top: 5px;
  }
  main section.s05 .wrapper ul li .icon.icon02 {
    width: 48px;
    top: 10px;
  }
  main section.s05 .wrapper ul li .icon.icon03 {
    width: 85px;
    top: 15px;
  }
  main section.s05 .wrapper ul li .icon.icon04 {
    width: 60px;
    top: 5px;
  }
  main section.s05 .wrapper ul li .icon.icon05 {
    width: 60px;
    top: 10px;
  }
  main section.s05 .wrapper ul li .icon.icon06 {
    width: 80px;
    top: 25px;
  }
  main section.s05 .wrapper ul li .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #5CB6E6;
  }
  main section.s05 .wrapper ul li .t02 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s05 .wrapper .t03 {
    height: auto;
    width: 340px;
    padding: 15px 0;
    margin: 40px auto 0;
    background-image: url(../images/s0508_sp.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
  }
  main section.s05 .wrapper .t03 span {
    color: #FF7E7E;
  }
  main section.s06 {
    padding: 30px 10px 25px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper h6 {
    width: 341.5px;
    margin: 0 auto;
  }
  main section.s06 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
    margin-top: 10px;
  }
  main section.s06 .wrapper ul li {
    width: calc(50% - 5px);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 12px;
  }
  main section.s06 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper ul li .t01 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
  }
  main section.s06 .wrapper ul li .t02 {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 5px;
  }
  main section.s07 {
    padding: 70px 25px 50px;
    background-image: url(../images/s0701.jpg);
    background-size: 44px 100%;
    background-position: center center;
    background-repeat: repeat;
  }
  main section.s07 .wrapper {
    width: 100%;
    border-radius: 10px;
    background-color: #002C83;
    padding: 10px 15px 50px;
    margin: 0 auto;
  }
  main section.s07 .wrapper h6 {
    width: 300px;
    margin: -35px auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  main section.s07 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
  main section.s07 .wrapper .t01 span {
    color: #FF7E7E;
    line-height: 1;
    display: inline-block;
  }
  main section.s07 .wrapper .t01 span.span02 {
    border-bottom: 1px solid #FF7E7E;
  }
  main section.s07 .wrapper ul {
    margin-top: 20px;
  }
  main section.s07 .wrapper ul li {
    background-color: transparent;
    position: relative;
    border-radius: 15px;
    padding: 0 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s07 .wrapper ul li + li {
    margin-top: 40px;
  }
  main section.s07 .wrapper ul li:last-child .arrow {
    display: none;
  }
  main section.s07 .wrapper ul li .step {
    display: none;
  }
  main section.s07 .wrapper ul li .t02 {
    width: 124px;
    height: 124px;
    font-size: 13px;
    line-height: 14px;
    padding: 55px 0 0;
    border-radius: 124px;
    font-weight: bold;
    color: #002C83;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #002C83;
  }
  main section.s07 .wrapper ul li .t03 {
    width: calc(100% - 124px);
    font-size: 12px;
    line-height: 2;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
  }
  main section.s07 .wrapper ul li .arrow {
    width: 32px;
    display: block;
    position: absolute;
    left: 52px;
    bottom: -27px;
    right: auto;
    margin: 0;
  }
  main section.s07 .wrapper .btn {
    width: 299px;
    display: block;
    margin: 55px auto 0;
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  main section.s07 .wrapper .btn img {
    width: 100%;
    display: block;
  }
  main section.s08 {
    background-color: #fff;
    padding: 40px 0 60px;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper h6 {
    width: 269px;
    margin: 0 auto;
  }
  main section.s08 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s08 .wrapper .t00 {
    background-color: #D9E3EF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 11px 0 11px 30px;
    margin-top: 20px;
  }
  main section.s08 .wrapper ul {
    margin-top: 30px;
    padding: 0 15px;
  }
  main section.s08 .wrapper ul li {
    background-color: #fff;
    padding: 20px 20px 20px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  main section.s08 .wrapper ul li + li {
    margin-top: 15px;
  }
  main section.s08 .wrapper ul li dl dt {
    min-height: 48px;
    position: relative;
    font-size: 16px;
    color: #002C83;
    line-height: 1.7;
    padding: 5px 0 5px 55px;
    font-weight: bold;
  }
  main section.s08 .wrapper ul li dl dt img {
    width: 38px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s08 .wrapper ul li dl dd {
    width: 100%;
    min-height: 38px;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    padding: 7px 0 7px 55px;
    margin-top: 0;
  }
  main section.s08 .wrapper ul li dl dd img {
    width: 38px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s09 {
    padding-top: 0;
    margin-top: -25px;
  }
  main section.s09 .wrapper img {
    width: 63px;
    display: block;
    margin: 0 auto;
  }
  main section.s09 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #002C83;
    line-height: 1.5;
    margin-top: 10px;
  }
  main section.s10 {
    margin-top: 35px;
  }
  main section.s10 .wrapper .box01 {
    border: 5px solid #002C83;
    background-color: #F5F1EF;
    padding: 30px 0 0;
  }
  main section.s10 .wrapper .box01 .icon {
    width: 80px;
    display: block;
    margin: 0 auto;
  }
  main section.s10 .wrapper .box01 .t01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #002C83;
    margin-top: 5px;
  }
  main section.s10 .wrapper .box01 .t02 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    background-color: #002C83;
    padding: 23px 0 18px;
    margin-top: 35px;
  }
  main section.s10 .wrapper .form {
    width: 100%;
    display: block;
    border-radius: 0 0 10px 10px;
    border: 2px solid #002C83;
    background-color: #fff;
    padding-bottom: 30px;
  }
  main section.s10 .wrapper .form ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 25px;
    gap: 4px 0;
  }
  main section.s10 .wrapper .form ul li {
    width: 100%;
  }
  main section.s10 .wrapper .form ul li.li02 {
    width: calc(40% - 2px);
  }
  main section.s10 .wrapper .form ul li.li03 {
    width: calc(60% - 2px);
  }
  main section.s10 .wrapper .form ul li dl dt {
    font-size: 17px;
    font-weight: bold;
  }
  main section.s10 .wrapper .form ul li dl dt span {
    color: #EA311F;
  }
  main section.s10 .wrapper .form ul li dl dd input[type=text],
  main section.s10 .wrapper .form ul li dl dd option,
  main section.s10 .wrapper .form ul li dl dd select {
    width: 100% !important;
    display: block !important;
    outline: none;
    background-color: #fff !important;
    color: #333333 !important;
    border: 1px solid #B0B0B0;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.5;
    padding: 6px 10px;
  }
  main section.s10 .wrapper .form ul li dl dd select {
    height: 44px !important;
  }
  main section.s10 .wrapper .form ul li dl dd textarea {
    width: 100% !important;
    height: 80px !important;
    display: block !important;
    outline: none;
    border: 1px solid #B0B0B0;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.5;
    padding: 6px 10px;
  }
  main section.s10 .wrapper .form .t02 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    line-height: 1;
    margin-top: -5px;
  }
  main section.s10 .wrapper .form .t02 a {
    text-decoration: none;
    color: #333333;
    display: inline-block;
    border-bottom: 1px solid #000;
  }
  main section.s10 .wrapper .form .submitbtn {
    width: 344px !important;
    max-width: 100%;
    height: 79px !important;
    display: block !important;
    border: none !important;
    outline: none;
    background-color: transparent;
    background-image: url(../images/s0103_sp.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 10px auto 0;
  }
  footer {
    padding: 0;
  }
  footer .wrapper .logo {
    width: 132px;
    display: block;
    margin: 0 auto;
    display: none;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .linklistbox {
    padding-top: 20px;
    border: none;
    margin-top: 0;
  }
  footer .wrapper .linklist {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
  }
  footer .wrapper .linklist li {
    border-top: 1px solid rgba(176, 176, 176, 0.2);
  }
  footer .wrapper .linklist li dl dt {
    font-size: 14px;
    font-weight: bold;
    position: relative;
  }
  footer .wrapper .linklist li dl dt a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
  }
  footer .wrapper .linklist li dl dt .btn_acc {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6.5px;
    cursor: pointer;
  }
  footer .wrapper .linklist li dl dd {
    margin-top: -10px;
    padding: 0 20px 10px;
    text-align: center;
    display: none;
  }
  footer .wrapper .linklist li dl dd p {
    margin-top: 5px;
  }
  footer .wrapper .linklist li dl dd p a {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
  }
  footer .wrapper .logo02 {
    width: 101px;
    display: block;
    margin: 65px auto 0;
    display: none;
  }
  footer .wrapper .logo02 img {
    width: 100%;
    display: block;
  }
  footer .wrapper .pagetopbox {
    text-align: right;
    width: 100%;
    margin: -70px auto 0;
    padding-right: 30px;
  }
  footer .wrapper .pagetopbox a {
    width: 65px;
    display: inline-block;
    vertical-align: top;
  }
  footer .wrapper .pagetopbox a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox {
    border: none;
    margin-top: 25px;
    padding-top: 0;
  }
  footer .wrapper .bottombox ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    width: 375px;
    margin: -10px auto 0;
  }
  footer .wrapper .bottombox ul li {
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #aaa;
    margin-top: 20px;
  }
  footer .wrapper .bottombox ul li:nth-child(1) {
    padding-left: 0;
  }
  footer .wrapper .bottombox ul li:nth-child(3) {
    padding-right: 0;
    border: none;
  }
  footer .wrapper .bottombox ul li:last-child {
    border: none;
  }
  footer .wrapper .bottombox ul li a {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    line-height: 100%;
    text-decoration: none;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 35px;
    padding-bottom: 15px;
  }
}



.zoomIn {
  opacity: 0;
  transform: scale(110%);
  transition: 1s;
}

.zoomIn.is-show {
  opacity: 1;
  transform: scale(100%);
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
  transition: 1s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}