@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: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}

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

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

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

.op {
  display: block !important;
}


.os {
  display: none !important;
}

.font01 {
  font-family: tbudgothic-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
}

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

/* ------------------------------
 common - width < $width-1
------------------------------ */

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  html,
  body {
    min-width: unset;
  }
  .pc,
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header {
  min-width: 1280px;
  /* height: 140px; */
  height: 120px;
  position: fixed;
  background-color: #FFF;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header * {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .wrapper {
  margin: 0 auto;
  padding-left: 40px;
}

header .wrapper .logo {
  width: 188px;
  display: block;
  float: left;
  /* margin-top: 25px; */
  margin-top: 17px;
}

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

header .wrapper .gnav {
  width: 750px;
  float: right;
  font-size: 0;
  text-align: right;
  padding-right: 20px;
}

header .wrapper .gnav li {
  display: inline-block;
  vertical-align: top;
  margin: 57px 10px 0;
}

header .wrapper .gnav li:first-child {
  margin-left: 0;
}

header .wrapper .gnav li:last-child {
  margin-right: 0;
}

header .wrapper .gnav li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  padding: 0 10px;
}

header .wrapper .btnbox {
  width: 450px;
  float: right;
}

header .wrapper .btnbox a {
  width: 150px;
  display: block;
  float: left;
  /* height: 140px; */
  height: 120px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

header .wrapper .btnbox a.btn01 {
  background-color: #ff921e;
  padding-top: 35px;
}

header .wrapper .btnbox a.btn01 img {
  width: 30px;
  display: block;
  margin: 0 auto 5px;
}

header .wrapper .btnbox a.btn02 {
  background-color: #006295;
  padding-top: 51px;
}

header .wrapper .btnbox a.btn02 img {
  width: 35px;
  display: block;
  margin: 0 auto 8px;
}
header .wrapper .btnbox a.btn03 {
    background-color: #1f8014;
    padding-top: 45px;
}

header .wrapper .btnbox a.btn03 img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}

header.mini {
  height: 80px;
}

header.mini .wrapper {
  margin: 0 auto;
  padding-left: 40px;
}

header.mini .wrapper .logo {
  width: 120px;
  margin-top: 13px;
}

header.mini .wrapper .gnav {
  width: 700px;
  float: right;
  font-size: 0;
  text-align: right;
  padding-right: 20px;
}

header.mini .wrapper .gnav li {
  display: inline-block;
  vertical-align: top;
  margin: 27px 10px 0;
}

header.mini .wrapper .gnav li:first-child {
  margin-left: 0;
}

header.mini .wrapper .gnav li:last-child {
  margin-right: 0;
}

header.mini .wrapper .gnav li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  padding: 0 10px;
}

header.mini .wrapper .btnbox {
  width: 600px;
  float: right;
}

header.mini .wrapper .btnbox a {
  width: 200px;
  display: block;
  float: left;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

header.mini .wrapper .btnbox a.btn01 {
  background-color: #ff921e;
  padding-top: 13px;
}

header.mini .wrapper .btnbox a.btn01 img {
  width: 20px;
  display: block;
  margin: 0 auto 5px;
}

header.mini .wrapper .btnbox a.btn02 {
  background-color: #006295;
  padding-top: 25px;
}

header.mini .wrapper .btnbox a.btn02 img {
  width: 23px;
  display: block;
  margin: 0 auto 6px;
}

header.mini .wrapper .btnbox a.btn03 img {
    width: 20px;
    display: block;
    margin: 0 auto 5px;
  }

  header.mini .wrapper .btnbox a.btn03 {
    background-color: #1f8014;
    padding-top: 20px;
  }

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main {
  /* margin-top: 140px; */
  margin-top: 100px;
}

main .btn_req {
  width: 775px;
  height: 110px;
  display: block;
  background-color: #ff921e;
  margin: 0 auto;
  line-height: 110px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px gray;
  box-shadow: 2px 2px 4px gray;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

main .btn_req.ef_btn_req {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

main .btn_req:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  background-color: #006295;
}

main .idpointbox {
  position: relative;
}

main .idpointbox .idpoint {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 1px;
  left: 0;
}

main .idpointbox .idpoint.idpoint01 {
  top: -100px;
}

main section.inview {
  position: relative;
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transform: translate(0, 250px);
  -ms-transform: translate(0, 250px);
  transform: translate(0, 250px);
}

main section.ef_section {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

main section.s01 {
  background-image: url(../images/bg_s01.jpg);
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}

main section.s01 .wrapper {
  padding: 10px 0 150px;
  width: 1200px;
  margin: 0 auto;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  color: #ff921e;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

main section.s01 .wrapper h2 {
  text-align: center;
  color: #fff;
  font-size: 43px;
  letter-spacing: 4px;
  text-shadow: 1px 1px 3px #000;
  line-height: 170%;
}

main section.s01 .wrapper .t02 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
  line-height: 150%;
}

main section.s01 .wrapper .ul01 {
  text-align: center;
  margin-top: 5px;
}

main section.s01 .wrapper .ul01 li {
  display: inline-block;
  width: 303px;
  margin: 0 25px;
  opacity: 0;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

main section.s01 .wrapper .ul01 li:nth-child(2) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

main section.s01 .wrapper .ul01 li:nth-child(3) {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

main section.s01 .wrapper .ul01 li.ef0101 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

main section.s01 .wrapper .ul01 li img {
  width: 75%;
  display: block;
}

main section.s01 .wrapper .btn_req {
  margin-top: 35px;
}

main section.s02 {
  padding-top: 100px;
  padding-bottom: 100px;
}

main section.s02 .idpoint {
  top: -120px;
}

main section.s02 .wrapper {
  width: 1320px;
  margin: -70px auto 0;
  padding-right: 28px;
}

main section.s02 .wrapper .t01 {
  width: 414px;
  height: 62px;
  background-color: #00acc1;
  float: right;
  position: relative;
  text-align: center;
  line-height: 62px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

main section.s02 .wrapper .t01 img {
  position: absolute;
  top: 0;
  left: -44px;
  display: block;
}

main section.s02 .wrapper .movie {
  width: 834px;
  display: block;
  float: left;
}

main section.s02 .wrapper .movie img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper .info {
  width: 458px;
  display: block;
  float: right;
  margin-top: 35px;
}

main section.s02 .btn_req {
  margin-top: 80px;
}

main section.s03 {
  padding: 150px 0 100px;
  background-image: url(../images/bg_s03.jpg);
  background-size: cover;
  background-position: top center;
  margin-top: -80px;
}

main section.s03 .wrapper .icon {
  width: 66px;
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper h3 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
}

main section.s03 .wrapper .list0301 {
  text-align: center;
  margin-top: 156px;
}

main section.s03 .wrapper .list0301 li {
  width: 372px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 115px 30px 40px;
}

main section.s03 .wrapper .list0301 li img {
  display: block;
  position: absolute;
  top: -130px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s03 .wrapper .list0301 li .t01 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #006295;
  line-height: 150%;
}

main section.s03 .wrapper .list0301 li .t02 {
  text-align: left;
  color: #808080;
  font-size: 23px;
  line-height: 160%;
  margin-top: 20px;
}


main section.s03 .wrapper .btn_req {
  margin-top: 70px;
}

main section.s03 .wrapper .btns {
  margin-top: 70px;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
}

main section.s03 .wrapper .btns .btn_req{
  margin-top: 0;
}
main section.s03 .wrapper .btns .contact {
  flex-basis: 66.6%;
  padding-right: 15px;
}
main section.s03 .wrapper .btns .diagnosis {
}
main section.s03 .wrapper .btns .diagnosis .btn_req {
}

@media screen and (max-width: 750px) {
  main section.s03 .wrapper .btns {
    display: block;
    padding: 0 20px;
  }
  main section.s03 .wrapper .btns .contact {
    flex-basis: 66.6%;
    padding-right: 0;
  }
  main section.s03 .wrapper .btns .contact .btn_req{
    width: auto;
  }
  main section.s03 .wrapper .btns .diagnosis {
    padding-left: 0;
    width: auto;
  }
  main section.s03 .wrapper .btns .diagnosis .btn_req{
    width: auto;
  }
  main section.s03 .wrapper .btns .diagnosis .btn_req div{
    display: inline-block;
  }
}

main section.s04 {
  background-color: #dfeef4;
  padding: 80px 0;
  position: relative;
}

main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-left: 400px;
}

main section.s04 .wrapper .num {
  width: 367px;
  display: block;
  position: absolute;
  top: -55px;
  left: calc(50% - 600px);
}

main section.s04 .wrapper .t01 {
  color: #ff921e;
  font-size: 34px;
  line-height: 140%;
}

main section.s04 .wrapper .t02 {
  font-size: 24px;
  color: #808080;
  margin-top: 25px;
}

main section.s05 {
  padding: 60px 0 90px;
}

main section.s05 .wrapper .icon {
  width: 73px;
  display: block;
  margin: 0 auto;
}

main section.s05 .wrapper h3 {
  color: #00acc1;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #17a3b6;
  width: 1200px;
  margin: 8px auto 0;
}

main section.s05 .wrapper .t01 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #808080;
  line-height: 150%;
  margin-top: 30px;
}

main section.s05 .wrapper ul {
  width: 1290px;
  margin: 35px auto 0;
}

main section.s05 .wrapper ul li {
  width: 430px;
  float: left;
}

main section.s05 .wrapper ul li .t02 {
  width: 430px;
  height: 135px;
  background-image: url(../images/s0502.png);
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-top: 40px;
  letter-spacing: 1px;
}

main section.s05 .wrapper ul li img {
  width: 401px;
  display: block;
  margin: 15px auto 0;
}

main section.s05 .wrapper .btn_req {
  margin-top: 100px;
}

main section.s06 {
  background-color: #f1f1f1;
  padding-bottom: 140px;
}

main section.s06 .wrapper h4 {
  background-color: #00acc1;
  height: 310px;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  position: relative;
}

main section.s06 .wrapper h4 .icon {
  width: 73px;
  display: block;
  margin: 0 auto 10px;
}

main section.s06 .wrapper h4 .tri {
  width: 80px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: 0 auto;
}

main section.s06 .wrapper dl {
  width: 1200px;
  min-height: 335px;
  margin: 135px auto 0;
  position: relative;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
}

main section.s06 .wrapper dl dt {
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
}

main section.s06 .wrapper dl dt img {
  display: block;
  position: absolute;
  top: -10px;
  left: -65px;
}

main section.s06 .wrapper dl dd {
  width: 572px;
  float: right;
  position: relative;
  padding-left: 100px;
}

main section.s06 .wrapper dl dd img {
  width: 73px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

main section.s06 .wrapper dl dd .t01 {
  font-size: 32px;
  font-weight: bold;
  color: #00acc1;
  line-height: 160%;
}

main section.s06 .wrapper dl dd .t01 span {
  font-size: 44px;
}

main section.s06 .wrapper dl dd .t02 {
  font-size: 24px;
  line-height: 150%;
  margin-top: 30px;
}

main section.s06 .wrapper dl:nth-child(odd) dt {
  float: right;
}

main section.s06 .wrapper dl:nth-child(odd) dt img {
  right: -60px;
  left: auto;
}

main section.s06 .wrapper dl:nth-child(odd) dd {
  float: left;
}

main section.s06 .wrapper dl.dl01 dd img {
  width: 61px;
  left: 5px;
}

main section.s06 .wrapper dl.dl05 dd img {
  width: 64px;
  left: 5px;
}

main section.s06 .wrapper dl.dl06 dd img {
  width: 61px;
  left: 5px;
}

main section.s06 .wrapper .btn_req {
  margin-top: 130px;
}

main section.s07 {
  background-color: #DFEEF4;
  padding: 80px 0 150px;
}

main section.s07 .wrapper .icon {
  width: 66px;
  display: block;
  margin: 0 auto;
}

main section.s07 .wrapper h4 {
  text-align: center;
  color: #00acc1;
  font-size: 46px;
}

main section.s07 .wrapper .t01 {
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 140%;
  text-align: center;
}

main section.s07 .wrapper ul {
  font-size: 0;
  text-align: center;
  margin: 70px auto 0;
}

main section.s07 .wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 170px;
  height: 170px;
  border-radius: 95px;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}

main section.s07 .wrapper ul li .logoarea {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

main section.s07 .wrapper ul li.li03 {
  background-color: #006295;
}

main section.s07 .wrapper ul li.li04 {
  padding: 0;
  background-color: transparent;
}

main section.s07 .wrapper ul li.li04 .logoarea {
  width: 170px;
  height: 170px;
}

main section.s07 .wrapper ul li.li07 {
  padding: 30px;
}

main section.s07 .wrapper ul li.li07 .logoarea {
  width: 110px;
  height: 110px;
}

main section.s07 .wrapper ul li.li11 {
  padding: 35px;
}

main section.s07 .wrapper ul li.li11 .logoarea {
  width: 100px;
  height: 100px;
}

main section.s07 .wrapper ul li.li19 {
  background-color: #006295;
}

main section.s07 .wrapper ul li.li23 {
  padding: 35px;
}

main section.s07 .wrapper ul li.li23 .logoarea {
  width: 100px;
  height: 100px;
}

main section.s08 {
  padding: 80px 0 150px;
}

main section.s08 .wrapper .icon {
  width: 66px;
  display: block;
  margin: 0 auto;
}

main section.s08 .wrapper .t01 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00acc1;
  margin-top: 10px;
}

main section.s08 .wrapper .t02 {
  color: #666;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

main section.s08 .wrapper .pricebox {
  width: 1200px;
  margin: 60px auto 0;
}

main section.s08 .wrapper .pricebox table {
  width: 100%;
}

main section.s08 .wrapper .pricebox table tr th {
  width: 390px;
  height: 92px;
  text-align: center;
  background-color: #e3e3e3;
  border: 5px solid #fff;
  font-size: 22px;
  font-weight: bold;
}

main section.s08 .wrapper .pricebox table tr td {
  width: 270px;
  text-align: center;
  border: 5px solid #fff;
  background-color: #e6f3f3;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}

main section.s08 .wrapper .pricebox table tr td:nth-child(3) {
  background-color: #c7edf2;
  color: #00acc1;
}

main section.s08 .wrapper .pricebox table tr:nth-child(1) td {
  background-color: #caecec;
  font-size: 24px;
  font-weight: bold;
}

main section.s08 .wrapper .pricebox table tr:nth-child(1) td:nth-child(3) {
  background-color: #00acc1;
  color: #fff;
}

main section.s08 .wrapper .pricebox table tr:nth-child(2) td {
  font-size: 24px;
  font-weight: bold;
}

main section.s08 .wrapper .pricebox table tr:nth-child(2) td span {
  font-size: 38px;
  padding-right: 5px;
}

main section.s08 .wrapper .pricebox table tr:nth-child(3) td:nth-child(3) {
  font-size: 36px;
}

main section.s08 .wrapper .pricebox table tr:nth-child(4) td:nth-child(3) {
  font-size: 17px;
}

main section.s09 {
  background-color: #DFEEF4;
  padding: 80px 0 120px;
}

main section.s09 .wrapper .icon {
  width: 73px;
  display: block;
  margin: 0 auto;
}

main section.s09 .wrapper .t01 {
  text-align: center;
  font-size: 32px;
  color: #00acc1;
  font-weight: bold;
  margin-top: 15px;
}

main section.s09 .wrapper h5 {
  font-size: 62px;
  color: #00acc1;
  text-align: center;
  line-height: 140%;
  margin-top: 15px;
}

main section.s09 .wrapper ul {
  width: 1200px;
  margin: 100px auto 0;
}

main section.s09 .wrapper ul li {
  width: 372px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  margin-right: 42px;
  padding: 120px 025px 40px;
  position: relative;
}

main section.s09 .wrapper ul li:last-child {
  margin-right: 0;
}

main section.s09 .wrapper ul li img {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s09 .wrapper ul li .t02 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #00acc1;
}

main section.s09 .wrapper ul li .t03 {
  font-size: 20px;
  color: #666;
  line-height: 180%;
  margin-top: 25px;
}

main section.s10 {
  padding: 100px 0 100px;
  background-color: #00acc1;
  background-size: 100% 100%;
}

main section.s10 .wrapper .icon {
  width: 93px;
  display: block;
  margin: 0 auto;
}

main section.s10 .wrapper h6 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  margin-top: 15px;
}

main section.s10 .wrapper .form {
  width: 760px;
  margin: 60px auto 0;
}

main section.s10 .wrapper .form .labelbox {
  margin-bottom: 10px;
}

main section.s10 .wrapper .form .labelbox label {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

main section.s10 .wrapper .form .labelbox label:hover {
  opacity: .6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

main section.s10 .wrapper .form .labelbox label input {
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin: 0px 15px 0 0;
}

main section.s10 .wrapper .form .labelbox + dl {
  margin-top: 30px;
}

main section.s10 .wrapper .form dl {
  border: 3px solid #c8c9ca;
  background-color: #fff;
  margin-bottom: 15px;
}

main section.s10 .wrapper .form dl dt {
  width: 50px;
  float: left;
  padding: 13px 0 0 15px;
}

main section.s10 .wrapper .form dl dt span {
  display: block;
  width: 32px;
  height: 22px;
  border: 2px solid #ff0000;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #f00;
  font-weight: bold;
}

main section.s10 .wrapper .form dl dd {
  width: calc(100% - 50px) !important;
  float: right;
}

main section.s10 .wrapper .form dl dd input {
  width: 100% !important;
  display: block !important;
  height: 50px !important;
  padding: 10px 15px;
  line-height: 30px !important;
  font-size: 18px;
  border: none !important;
  outline: none !important;
}

main section.s10 .wrapper .form dl dd textarea {
  width: 100% !important;
  display: block !important;
  height: 150px !important;
  padding: 10px 15px;
  line-height: 30px !important;
  font-size: 18px;
  border: none !important;
  outline: none !important;
}

main section .submitbtn {
  background-color: #ff921e !important;
  display: block !important;
  width: 570px !important;
  height: 95px !important;
  margin: 60px auto 0 !important;
  border: none !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
}
main section a.submitbtn {
  margin-top: 30px !important;
  width: 370px !important;
  height: 65px !important;
  line-height: 65px;
  text-decoration: none;
  text-align: center;
}

main section .submitbtn:hover {
  cursor: pointer;
  background-color: #006295 !important;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s11 {
  background-color: #DFEEF4;
  padding: 80px 0;
}

main section.s11 .wrapper .icon {
  width: 99px;
  display: block;
  margin: 0 auto;
}

main section.s11 .wrapper h6 {
  text-align: center;
  color: #00acc1;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 120%;
  margin-top: 40px;
}

main section.s11 .wrapper h6 .span01 {
  font-size: 53px;
}

main section.s11 .wrapper h6 .span02 {
  color: #ff921e;
}

main section.s11 .wrapper .scrollbox {
  width: 1270px;
  margin: 50px auto 0;
  overflow-x: scroll;
  padding-bottom: 40px;
}

main section.s11 .wrapper .youtubelist {
  display: table;
}

main section.s11 .wrapper .youtubelist li {
  width: 668px;
  padding-right: 62px;
  margin-bottom: 70px;
  display: table-cell;
}

main section.s11 .wrapper .youtubelist li a {
  width: 602px;
  display: block;
}

main section.s11 .wrapper .youtubelist li a img {
  width: 100%;
  display: block;
}

main section.s11 .wrapper .youtubelist li:last-child {
  width: 602px;
  padding-right: 0;
}

main section.s11 .wrapper .t01 {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

main section.s12 {
  padding: 100px 0 120px;
  background-image: url(../images/s1200.jpg);
  background-size: cover;
  background-position: top center;
}

main section.s12 .wrapper .icon {
  width: 66px;
  display: block;
  margin: 0 auto;
}

main section.s12 .wrapper h6 {
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 44px;
  margin-top: 15px;
}

main section.s12 .wrapper .list1201 {
  width: 1200px;
  margin: 70px auto 0;
}

main section.s12 .wrapper .list1201 li {
  width: 290px;
  float: left;
  margin-right: 13px;
  background-color: #fff;
  position: relative;
  padding: 145px 22px 30px;
  color: #666;
}

main section.s12 .wrapper .list1201 li:last-child {
  margin-right: 0;
}

main section.s12 .wrapper .list1201 li.li01 {
  padding-top: 115px;
}

main section.s12 .wrapper .list1201 li.li01 .t03 {
  margin-top: 12px;
}

main section.s12 .wrapper .list1201 li.li01 .btn_trial {
  background-color: #ff921e !important;
}

main section.s12 .wrapper .list1201 li .type {
  width: 137px;
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s12 .wrapper .list1201 li .t01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

main section.s12 .wrapper .list1201 li .t02 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

main section.s12 .wrapper .list1201 li .t03 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

main section.s12 .wrapper .list1201 li .t03 span {
  color: #f00;
}

main section.s12 .wrapper .list1201 li .t04 {
  font-weight: bold;
  font-size: 55px;
  text-align: center;
  padding-left: 20px;
}

main section.s12 .wrapper .list1201 li .t04 span {
  font-size: 86px;
  padding-right: 15px;
}

main section.s12 .wrapper .list1201 li .btn_trial {
  background-color: #00acc1;
  width: 246px;
  height: 58px;
  display: block;
  margin: 35px auto 0;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

main section.s12 .wrapper .btn_req {
  margin-top: 80px;
}

main section.s13 {
  padding: 80px 0 0;
}

main section.s13 .wrapper .icon {
  width: 66px;
  display: block;
  margin: 0 auto;
}

main section.s13 .wrapper h4 {
  text-align: center;
  color: #00acc1;
  font-size: 46px;
}

main section.s13 .wrapper .t01 {
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 140%;
  text-align: center;
}

main section.s13 .wrapper ul {
  font-size: 0;
  text-align: center;
  margin: 50px auto 0;
  padding: 50px 0;
  background-color: #DFEEF4;
}

main section.s13 .wrapper ul li {
  display: inline-block;
  width: 193px;
  margin: 0 10px;
}

main section.s13 .wrapper ul li img {
  display: block;
  margin: 0 auto;
}

footer {
  padding: 70px 0;
}

footer .logo {
  width: 188px;
  display: block;
  margin: 0 auto;
}

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

footer .footermenu {
  text-align: center;
  margin-top: 30px;
}

footer .footermenu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  border-right: 1px solid #aaa;
  line-height: 100%;
}

footer .footermenu li:last-child {
  border: none;
}

footer .footermenu li:hover {
  cursor: pointer;
  color: #006295;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

footer .copy {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

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

footer .fmenubox .box {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: calc(50% - 300px);
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 3px solid #00acc1;
  border-radius: 10px;
  background-color: #e6f3f3;
  padding: 40px;
}

footer .fmenubox .box .contents {
  height: 514px;
  overflow-y: auto;
}

footer .fmenubox .box .contents.contents01 table {
  width: 800px;
  margin: 0 auto;
}

footer .fmenubox .box .contents.contents01 table tr th {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

footer .fmenubox .box .contents.contents01 table tr td a {
  color: #006295;
}

footer .fmenubox .box .contents.contents03 .subttl03 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #006295;
}

footer .fmenubox .box .contents.contents03 h2 {
  font-weight: bold;
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}

footer .fmenubox .box .contents.contents03 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

footer .fmenubox .box .contents.contents03 p {
  font-size: 14px;
}

footer .fmenubox .box .fmenuclose {
  width: 40px;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
}

footer .fmenubox .box .fmenuclose:hover {
  opacity: .6;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* ------------------------------
 width < $width-1
------------------------------ */


@media screen and (max-width: 750px) {
  header,
  header.mini {
    min-width: 0;
    height: 40px;
  }
  header .wrapper,
  header.mini .wrapper {
    margin: 0 auto;
    padding-left: 15px;
  }
  header .wrapper .logo,
  header.mini .wrapper .logo {
    width: 60px;
    display: block;
    float: left;
    margin-top: 7px;
  }
  header .wrapper .logo img,
  header.mini .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav,
  header.mini .wrapper .gnav {
    display: none;
  }
  header .wrapper .btnbox,
  header.mini .wrapper .btnbox {
    width: 220px;
    float: right;
    margin-right: 50px;
  }
  header .wrapper .btnbox a,
  header.mini .wrapper .btnbox a {
    width: 80px;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 13px !important;
  }
  header .wrapper .btnbox a img,
  header.mini .wrapper .btnbox a img {
    display: none !important;
  }
  header .wrapper .btnbox a.btn01,
  header.mini .wrapper .btnbox a.btn01 {
    background-color: #ff921e;
    padding-top: 35px;
  }
  header .wrapper .btnbox a.btn01 img,
  header.mini .wrapper .btnbox a.btn01 img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
  }
  header .wrapper .btnbox a.btn02,
  header.mini .wrapper .btnbox a.btn02 {
    width: 60px;
    background-color: #006295;
    padding-top: 51px;
  }
  header .wrapper .btnbox a.btn02 img,
  header.mini .wrapper .btnbox a.btn02 img {
    width: 35px;
    display: block;
    margin: 0 auto 8px;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 8px;
    right: 13px;
  }
  header .spmenu {
    position: absolute;
    background-color: #006295;
    padding: 20px;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  main {
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  main input[type="submit"], main textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
  main .btn_req {
    width: auto;
    height: auto;
    line-height: unset;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px gray;
    box-shadow: 1px 1px 2px gray;
  }
  main .btn_req.btn_diagnosis {
    height: auto;
  }
  main section.s02 .btns,
  main section.s06 .btns{
    padding: 0 20px;
  }
  main section.s02 .btn_req {
    width: auto;
    height: auto;
  }
  main .idpointbox {
    position: relative;
  }
  main .idpointbox .idpoint {
    position: absolute;
    top: -40px;
    width: 1px;
    height: 1px;
    left: 0;
  }
  main .idpointbox .idpoint.idpoint01 {
    top: -150px;
  }
  main section.inview {
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    transform: translate(0, 120px);
  }
  main section.ef_section {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  main section.s01 {
    background-image: url(../images/bg_s01.jpg);
    background-size: cover;
    background-position: bottom center;
    overflow: hidden;
  }
  main section.s01 .wrapper {
    padding: 30px 20px 200px;
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    color: #ff921e;
    font-size: 4.3vw;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    color: #fff;
    font-size: 5.8vw;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #000;
    line-height: 140%;
    margin-top: 20px;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.s01 .wrapper .ul01 {
    text-align: center;
    margin-top: 25px;
  }
  main section.s01 .wrapper .ul01 li {
    display: block;
    width: 250px;
    margin: 20px auto;
  }
  main section.s01 .wrapper .ul01 li img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .btn_req {
    margin-top: 35px;
  }
  main section.s02 {
    padding-top: 0px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  main section.s02 .idpoint {
    top: -50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: -100px auto 0;
    padding: 0 20px 0;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    height: 45px;
    background-color: #00acc1;
    float: none;
    position: relative;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .t01 img {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -15px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 auto;
    width: 20px;
  }
  main section.s02 .wrapper .movie {
    width: 345px;
    float: none;
    margin: 30px auto 0;
    max-width: 100%;
  }
  main section.s02 .wrapper .info {
    width: 345px;
    float: none;
    margin: 30px auto 0;
    max-width: 100%;
  }
  main section.s02 .btn_req {
    margin-top: 30px;
  }
  main section.s03 {
    padding: 200px 0 60px;
    background-image: url(../images/bg_s03.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: -130px;
  }
  main section.s03 .wrapper .icon {
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px;
  }
  main section.s03 .wrapper .list0301 {
    text-align: center;
    margin-top: 0;
    padding: 0 20px;
  }
  main section.s03 .wrapper .list0301 li {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 130px auto 0;
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 85px 30px 40px;
  }
  main section.s03 .wrapper .list0301 li img {
    height: 180px;
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s03 .wrapper .list0301 li .t01 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #006295;
    line-height: 150%;
  }
  main section.s03 .wrapper .list0301 li .t02 {
    text-align: left;
    color: #808080;
    font-size: 18px;
    line-height: 160%;
    margin-top: 20px;
  }
  main section.s03 .wrapper .btn_req {
    margin-top: 70px;
  }
  main section.s04 {
    padding: 50px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main section.s04 .wrapper .num {
    position: static;
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .t01 {
    color: #ff921e;
    font-size: 23px;
    line-height: 140%;
  }
  main section.s04 .wrapper .t02 {
    font-size: 18px;
    color: #808080;
    margin-top: 15px;
  }
  main section.s05 {
    padding: 50px 20px;
  }
  main section.s05 .wrapper .icon {
    width: 37px;
    display: block;
    margin: 0 auto;
  }
  main section.s05 .wrapper h3 {
    color: #00acc1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    margin: 8px auto 0;
  }
  main section.s05 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #808080;
    line-height: 150%;
    margin-top: 20px;
  }
  main section.s05 .wrapper ul {
    width: 100%;
    margin: 35px auto 0;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  main section.s05 .wrapper ul li .t02 {
    max-width: 100%;
    height: 70px;
    background-image: url(../images/s0502.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-top: 17px;
    letter-spacing: 1px;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li img {
    width: 315px;
    margin: 10px auto 0;
    max-width: 100%;
  }
  main section.s05 .wrapper .btn_req {
    margin-top: 20px;
  }
  main section.s06 {
    background-color: #f1f1f1;
    padding-bottom: 50px;
  }
  main section.s06 .wrapper h4 {
    height: auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 30px 20px 20px;
    position: relative;
    margin-bottom: 50px;
  }
  main section.s06 .wrapper h4 .icon {
    width: 37px;
    display: block;
    margin: 0 auto 10px;
  }
  main section.s06 .wrapper h4 .tri {
    width: 30px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: 0 auto;
  }
  main section.s06 .wrapper dl {
    width: calc(100% - 40px);
    min-height: 0;
    margin: 30px auto 0;
    position: relative;
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
  main section.s06 .wrapper dl dt {
    width: 100%;
    height: auto;
    float: none;
  }
  main section.s06 .wrapper dl dt img {
    position: static;
    width: 100%;
  }
  main section.s06 .wrapper dl dd {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  main section.s06 .wrapper dl dd img {
    width: 73px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    display: none;
  }
  main section.s06 .wrapper dl dd .t01 {
    font-size: 18px;
    font-weight: bold;
    color: #00acc1;
    line-height: 160%;
  }
  main section.s06 .wrapper dl dd .t01 span {
    font-size: 30px;
  }
  main section.s06 .wrapper dl dd .t02 {
    font-size: 16px;
    line-height: 150%;
    margin-top: 13px;
  }
  main section.s06 .wrapper dl:nth-child(odd) dt {
    float: right;
  }
  main section.s06 .wrapper dl:nth-child(odd) dt img {
    right: -60px;
    left: auto;
  }
  main section.s06 .wrapper dl:nth-child(odd) dd {
    float: left;
  }
  main section.s06 .wrapper dl.dl01 dd img {
    width: 61px;
    left: 5px;
  }
  main section.s06 .wrapper dl.dl05 dd img {
    width: 64px;
    left: 5px;
  }
  main section.s06 .wrapper dl.dl06 dd img {
    width: 61px;
    left: 5px;
  }
  main section.s06 .wrapper .btn_req {
    margin-top: 40px;
  }
  main section.s07 {
    padding: 50px 0px;
  }
  main section.s07 .wrapper .icon {
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  main section.s07 .wrapper h4 {
    text-align: center;
    color: #00acc1;
    font-size: 24px;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.s07 .wrapper .t01 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 140%;
    text-align: center;
    margin-top: 10px;
  }
  main section.s07 .wrapper ul {
    font-size: 0;
    text-align: center;
    max-width: 1200px;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper ul li {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    width: 60px;
    height: 60px;
    border-radius: 95px;
    background-color: #fff;
    padding: 5px;
  }
  main section.s07 .wrapper ul li .logoarea {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  main section.s07 .wrapper ul li.li03 {
    background-color: #006295;
  }
  main section.s07 .wrapper ul li.li04 {
    padding: 0;
    background-color: transparent;
  }
  main section.s07 .wrapper ul li.li04 .logoarea {
    width: 60px;
    height: 60px;
  }
  main section.s07 .wrapper ul li.li07 {
    padding: 10px;
  }
  main section.s07 .wrapper ul li.li07 .logoarea {
    width: 40px;
    height: 40px;
  }
  main section.s07 .wrapper ul li.li11 {
    padding: 10px;
  }
  main section.s07 .wrapper ul li.li11 .logoarea {
    width: 40px;
    height: 40px;
  }
  main section.s07 .wrapper ul li.li19 {
    background-color: #006295;
  }
  main section.s07 .wrapper ul li.li23 {
    padding: 5px;
    overflow: hidden;
  }
  main section.s07 .wrapper ul li.li23 .logoarea {
    width: 50px;
    height: 50px;
  }
  main section.s08 {
    padding: 50px 20px;
  }
  main section.s08 .wrapper .icon {
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  main section.s08 .wrapper .t01 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #00acc1;
    margin-top: 10px;
  }
  main section.s08 .wrapper .t02 {
    color: #666;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
  }
  main section.s08 .wrapper .pricebox {
    width: 530px;
    max-width: 100%;
    margin: 30px auto 0;
    overflow-x: scroll;
  }
  main section.s08 .wrapper .pricebox table {
    width: 530px;
  }
  main section.s08 .wrapper .pricebox table tr th {
    width: 110px;
    height: 62px;
    text-align: center;
    background-color: #e3e3e3;
    border: 5px solid #fff;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s08 .wrapper .pricebox table tr td {
    width: 140px;
    text-align: center;
    border: 5px solid #fff;
    background-color: #e6f3f3;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 5px;
  }
  main section.s08 .wrapper .pricebox table tr td:nth-child(3) {
    background-color: #c7edf2;
    color: #00acc1;
  }
  main section.s08 .wrapper .pricebox table tr:nth-child(1) td {
    background-color: #caecec;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s08 .wrapper .pricebox table tr:nth-child(1) td:nth-child(3) {
    background-color: #00acc1;
    color: #fff;
  }
  main section.s08 .wrapper .pricebox table tr:nth-child(2) td {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s08 .wrapper .pricebox table tr:nth-child(2) td span {
    font-size: 26px;
    padding-right: 2px;
  }
  main section.s08 .wrapper .pricebox table tr:nth-child(3) td:nth-child(3) {
    font-size: 24px;
  }
  main section.s08 .wrapper .pricebox table tr:nth-child(4) td:nth-child(3) {
    font-size: 14px;
  }
  main section.s09 {
    padding: 50px 20px;
  }
  main section.s09 .wrapper .icon {
    width: 37px;
    display: block;
    margin: 0 auto;
  }
  main section.s09 .wrapper .t01 {
    text-align: center;
    font-size: 24px;
    color: #00acc1;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s09 .wrapper h5 {
    font-size: 28px;
    color: #00acc1;
    text-align: center;
    line-height: 140%;
    margin-top: 15px;
  }
  main section.s09 .wrapper ul {
    width: 100%;
    margin: 10px auto 0;
  }
  main section.s09 .wrapper ul li {
    width: 100%;
    margin-top: 50px;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
    margin-right: 42px;
    padding: 100px 25px 40px;
    position: relative;
  }
  main section.s09 .wrapper ul li:last-child {
    margin-right: 0;
  }
  main section.s09 .wrapper ul li img {
    width: 100px;
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s09 .wrapper ul li .t02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #00acc1;
  }
  main section.s09 .wrapper ul li .t03 {
    font-size: 16px;
    color: #666;
    line-height: 180%;
    margin-top: 18px;
  }
  main section.s10 {
    padding: 50px 20px 50px;
    background-image: url(../images/s1000.png);
    background-size: 100% 100%;
  }
  main section.s10 .wrapper .icon {
    width: 46px;
    display: block;
    margin: 0 auto;
  }
  main section.s10 .wrapper h6 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
  }
  main section.s10 .wrapper .form {
    width: 100%;
    margin: 40px auto 0;
  }
  main section.s10 .wrapper .form .labelbox {
    margin-bottom: 10px;
  }
  main section.s10 .wrapper .form .labelbox label {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
  }
  main section.s10 .wrapper .form .labelbox label:hover {
    opacity: .6;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
  }
  main section.s10 .wrapper .form .labelbox label input {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 2px 8px 0 0;
    background-color: #fff !important;
  }
  main section.s10 .wrapper .form .labelbox + dl {
    margin-top: 30px;
  }
  main section.s10 .wrapper .form dl {
    border: 2px solid #c8c9ca;
    background-color: #fff;
    margin-bottom: 10px;
  }
  main section.s10 .wrapper .form dl dt {
    width: 40px;
    float: left;
    padding: 10px 0 0 10px;
  }
  main section.s10 .wrapper .form dl dt span {
    display: block;
    width: 26px;
    height: 20px;
    border: 1px solid #ff0000;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #f00;
    font-weight: bold;
  }
  main section.s10 .wrapper .form dl dd {
    width: calc(100% - 40px) !important;
    float: right;
  }
  main section.s10 .wrapper .form dl dd input {
    width: 100% !important;
    display: block !important;
    height: 40px !important;
    padding: 10px 10px;
    line-height: 20px !important;
    font-size: 16px;
    border: none !important;
    outline: none !important;
  }
  main section.s10 .wrapper .form dl dd textarea {
    width: 100% !important;
    height: 120px !important;
    display: block !important;
    padding: 10px 10px;
    line-height: 20px !important;
    font-size: 16px;
    border: none !important;
    outline: none !important;
  }
  main section .submitbtn {
    background-color: #ff921e !important;
    display: block !important;
    width: 300px !important;
    height: 50px !important;
    margin: 30px auto 0 !important;
    border: none !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
  }
  main section .submitbtn:hover {
    cursor: pointer;
    background-color: #006295 !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s11 {
    padding: 50px 0;
  }
  main section.s11 .wrapper .icon {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
  main section.s11 .wrapper h6 {
    text-align: center;
    color: #00acc1;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 120%;
    margin-top: 40px;
  }
  main section.s11 .wrapper h6 .span01 {
    font-size: 24px;
  }
  main section.s11 .wrapper h6 .span02 {
    color: #ff921e;
  }
  main section.s11 .wrapper .scrollbox {
    width: 100%;
    margin: 30px auto 0;
    overflow-x: scroll;
    padding: 0 20px 20px;
  }
  main section.s11 .wrapper .youtubelist li {
    width: 265px;
    padding-right: 15px;
  }
  main section.s11 .wrapper .youtubelist li a {
    width: 250px;
  }
  main section.s11 .wrapper .t01 {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
  main section.s12 {
    padding: 50px 20px 50px;
    background-image: url(../images/s1200.jpg);
    background-size: cover;
    background-position: top center;
  }
  main section.s12 .wrapper .icon {
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  main section.s12 .wrapper h6 {
    text-align: center;
    font-weight: bold;
    color: #666;
    font-size: 24px;
    margin-top: 10px;
  }
  main section.s12 .wrapper .list1201 {
    width: 100%;
    margin: 70px auto 0;
  }
  main section.s12 .wrapper .list1201 li {
    width: calc(50% - 7px);
    float: left;
    margin: 0 0 50px;
    background-color: #fff;
    position: relative;
    padding: 85px 15px 60px;
    color: #666;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  }
  main section.s12 .wrapper .list1201 li:nth-child(even) {
    float: right;
  }
  main section.s12 .wrapper .list1201 li:last-child {
    margin-right: 0;
  }
  main section.s12 .wrapper .list1201 li.li01 {
    padding-top: 90px;
  }
  main section.s12 .wrapper .list1201 li.li01 .t03 {
    margin-top: 12px;
  }
  main section.s12 .wrapper .list1201 li.li01 .btn_trial {
    background-color: #ff921e !important;
  }
  main section.s12 .wrapper .list1201 li .type {
    width: 100px;
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s12 .wrapper .list1201 li .t01 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  main section.s12 .wrapper .list1201 li .t02 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  main section.s12 .wrapper .list1201 li .t03 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 15px;
  }
  main section.s12 .wrapper .list1201 li .t03 span {
    color: #f00;
  }
  main section.s12 .wrapper .list1201 li .t04 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    padding-left: 10px;
  }
  main section.s12 .wrapper .list1201 li .t04 span {
    font-size: 66px;
    padding-right: 10px;
  }
  main section.s12 .wrapper .list1201 li .btn_trial {
    background-color: #00acc1;
    width: calc(100% - 30px);
    height: 40px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
  }
  main section.s12 .wrapper .btn_req {
    margin-top: 10px;
  }
  main section.s13 {
    padding: 50px 0px 0;
  }
  main section.s13 .wrapper .icon {
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  main section.s13 .wrapper h4 {
    text-align: center;
    color: #00acc1;
    font-size: 24px;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.s13 .wrapper .t01 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 140%;
    text-align: center;
    margin-top: 10px;
  }
  main section.s13 .wrapper ul {
    margin-top: 30px;
    padding: 20px calc((100% - 300px) / 2);
  }
  main section.s13 .wrapper ul li {
    width: 80px;
    height: 80px;
    margin: 5px;
  }
  main section.s13 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  footer {
    padding: 40px 20px;
  }
  footer .logo {
    width: 68px;
    display: block;
    margin: 0 auto;
  }
  footer .logo img {
    width: 100%;
    display: block;
  }
  footer .footermenu {
    text-align: center;
    margin-top: 20px;
  }
  footer .footermenu li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border: none;
    display: block;
    text-align: center;
    line-height: 100%;
    font-size: 12px;
  }
  footer .footermenu li a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
    font-weight: bold;
  }
  footer .copy {
    text-align: center;
    margin-top: 15px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
  }
  footer .fmenubox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000000;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
    padding: 30px;
  }
  footer .fmenubox .box {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    border: 2px solid #00acc1;
    border-radius: 6px;
    background-color: #e6f3f3;
    padding: 20px;
  }
  footer .fmenubox .box .contents {
    height: 300px;
    overflow-y: auto;
  }
  footer .fmenubox .box .contents.contents01 table {
    width: 100%;
    margin: 0 auto;
  }
  footer .fmenubox .box .contents.contents01 table tr th {
    width: 100px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
  }
  footer .fmenubox .box .contents.contents01 table tr td {
    font-size: 12px;
  }
  footer .fmenubox .box .contents.contents01 table tr td a {
    color: #006295;
  }
  footer .fmenubox .box .contents.contents02 p {
    font-size: 12px;
  }
  footer .fmenubox .box .contents.contents03 .subttl03 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #006295;
  }
  footer .fmenubox .box .contents.contents03 h2 {
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
  }
  footer .fmenubox .box .contents.contents03 h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  footer .fmenubox .box .contents.contents03 p {
    font-size: 12px;
  }
  footer .fmenubox .box .contents.contents03 li {
    font-size: 12px;
  }
  footer .fmenubox .box .fmenuclose {
    width: 30px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
  }
  footer .fmenubox .box .fmenuclose:hover {
    opacity: .6;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
}


.movie-modal {
  cursor: pointer;
}
#modal-content{
  width:80%;
  margin:0;
  padding:0;
  background:#fff;
  position:fixed;
  display:none ;
  z-index:99999;
}

#modal-content .inner{
  position:relative;
  width:100%;
  padding-top:56.25%;
  overflow:hidden;
}

#modal-content .inner #player{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

#modal-overlay{
  z-index:9999;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba( 0,0,0, 0.75 );
}

main section.basic {
  padding-top: 30px;
}
main section.basic .wrapper > .icon {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto;
}
main section.basic .wrapper > div{
  width: 760px;
  margin: 0 auto 0;
}
main section.basic .wrapper h2{
  text-align: center;
  font-weight: bold;
  color: #006295;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
main section.basic .wrapper h3{
  font-weight: bold;
  color: #006295;
  font-size: 24px;
  margin-bottom: 10px;
}


.sp_footer,
.pc_footer{
  display: none;
}
@media (max-width: 767px) {
  .sp_footer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 80px;
    z-index: 100;
  }
  .sp_footer ul {
    display: flex;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    max-height: 80px;
    max-width: 460px;
  }
  .sp_footer ul li {
    flex-basis: 33.33%;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .sp_footer ul li a{
    display: block;
    max-width: 100%;
    height: 100%;
  }
  .sp_footer ul li a img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #up-to-top {
    bottom: 90px;
  }
  footer.section-footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .pc_footer {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 280px;
    max-width: -webkit-calc(30%);
    z-index: 100;
  }
  .pc_footer ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
  }
  .pc_footer ul li a img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .pc_footer ul .button{
    position: absolute;
    top: -15px;
    right: 3px;
    width: 26px;
    height: 26px;
    border: 1px #aaa solid;
    border-radius: 13px;
    background: #fff;
    text-align: center;
    z-index: 120;
  }
  .pc_footer ul .button i{
    color: #999;
    font-size: 15px;
    line-height: 24px;
    display: block;
  }
}
.pc_footer_open {
  display: none;
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 30px;
  max-width: -webkit-calc(30%);
  z-index: 100;
}

.pc_footer_open .button{
  width: 26px;
  height: 26px;
  border: 1px #aaa solid;
  border-radius: 13px;
  background: #fff;
  text-align: center;
}
.pc_footer_open .button i{
  color: #999;
  font-size: 15px;
  line-height: 24px;
  display: block;
}

.nowrap {
  white-space: nowrap;
}
