@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: sans-serif; }

html {
  line-height: 1; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
ol, ul {
  list-style: none; }

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

.clear {
  clear: both; }

em.red {
  color: #d4145a; }

caption, th, td {
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

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

a {
  text-decoration: none; }

html, body {
  height: 100%; }

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important; } }
@media screen and (min-width: 1111px) {
  .br1110 {
    display: none !important; } }
@media screen and (min-width: 701px) {
  .br700 {
    display: none !important; } }
@media screen and (min-width: 501px) {
  .br500 {
    display: none !important; } }
/* 余白
----------------------------------------------- */
.pb0 {
  padding-bottom: 0; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 54px; }

.pb50 {
  padding-bottom: 50px; }

.pb100 {
  padding-bottom: 100px; }

.pt0 {
  padding-top: 0; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 54px; }

.pt50 {
  padding-top: 50px; }

.pt100 {
  padding-top: 100px; }

.mb0 {
  margin-bottom: 0; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 54px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 54px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

/*------------------------------------------
  cmn
------------------------------------------*/
.hoverBtn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/*youtube*/
.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*Google Mapレスポンシブ*/
.ggmap {
  position: relative;
  /*padding-bottom: 56.25%;*/
  height: 360px;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 600px; }

.ggmap iframe {
  height: 800px; }

/*------------------------------------------
  header nav
------------------------------------------*/
/*PC*/
header {
  background: linear-gradient(270deg, #0d6eb8 0%, #56b5d1 100%); }
  header .boxLR {
    padding: 25px;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center; }
    header .boxLR .boxL {
      display: -ms-flex;
      display: flex; }
      header .boxLR .boxL .logoBox {
        min-width: 190px;
        max-width: 190px;
        margin-right: 20px;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
      header .boxLR .boxL p {
        color: #FFF;
        font-weight: 700;
        font-size: 18px; }
    header .boxLR .boxR {
      display: -ms-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center; }
      header .boxLR .boxR .company {
        margin-right: 20px;
        text-align: center; }
        header .boxLR .boxR .company .logoBox {
          margin-bottom: 5px; }
        header .boxLR .boxR .company p {
          color: #FFF;
          font-weight: 700;
          font-size: 15px; }
      header .boxLR .boxR .btnBox a {
        min-width: 280px;
        max-width: 280px;
        height: 70px;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -ms-justify-content: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #FFF;
        border: 1px solid #FFF;
        background: #0ABFD5;
        transition: 0.3s; }
        header .boxLR .boxR .btnBox a:hover {
          opacity: 0.8; }

.home header {
  padding-bottom: 40px; }

@media screen and (max-width: 1159px) {
  header .boxLR .boxL p {
    display: none; } }
/*SP*/
@media screen and (max-width: 768px) {
  header .boxLR {
    padding: 10px 5%; }
    header .boxLR .boxL .logoBox {
      min-width: 150px;
      max-width: 150px;
      margin-right: 10px; }
    header .boxLR .boxL p {
      display: none; }
    header .boxLR .boxR .company {
      margin-right: 10px;
      text-align: center; }
      header .boxLR .boxR .company .logoBox {
        margin-bottom: 0; }
        header .boxLR .boxR .company .logoBox img {
          max-width: 80px;
          line-height: 1; }
      header .boxLR .boxR .company p {
        font-size: 10px;
        line-height: 1; }
    header .boxLR .boxR .btnBox a {
      min-width: 140px;
      max-width: 140px;
      height: 40px;
      font-size: 14px;
      letter-spacing: 0em; } }
@media screen and (max-width: 500px) {
  header .boxLR {
    padding: 10px 2.5% 10px 2.5%; }
    header .boxLR .boxL .logoBox {
      min-width: 90px;
      max-width: 90px;
      margin-right: 10px; }
      header .boxLR .boxL .logoBox a {
        height: 9px; }
    header .boxLR .boxL p {
      display: none; }
    header .boxLR .boxR .company {
      margin-right: 10px;
      text-align: center; }
      header .boxLR .boxR .company .logoBox {
        height: 18px;
        margin-bottom: 0; }
        header .boxLR .boxR .company .logoBox img {
          max-width: 60px;
          line-height: 1; }
      header .boxLR .boxR .company p {
        font-size: 9px;
        line-height: 1; }
    header .boxLR .boxR .btnBox a {
      min-width: 120px;
      max-width: 120px;
      height: 40px;
      font-size: 12px;
      letter-spacing: 0em; }

  .home header {
    padding-bottom: 60px; } }
/*------------------------------------------
  footer
------------------------------------------*/
footer {
  padding: 55px 5%;
  text-align: center; }
  footer * {
    font-size: 16px; }
  footer .links {
    margin-bottom: 20px; }
    footer .links a {
      color: #000; }
      footer .links a:hover {
        text-decoration: underline; }

/*------------------------------------------
  mv
------------------------------------------*/
.mv {
  max-width: 1460px;
  padding: 130px 0 185px 0;
  margin: 0 auto -50px auto;
  background: #FFF;
  border: 10px solid #0D6EB8;
  text-align: center;
  position: relative;
  top: -50px;
  z-index: 2;
  background: url("../img/mv_img.png") no-repeat center bottom/840px #FFF; }
  .mv .tlBox {
    position: absolute;
    top: 50px;
    left: 20px;
    text-align: center;
    transform: rotate(-8deg); }
    .mv .tlBox p {
      font-weight: 700;
      color: #0D6EB8; }
    .mv .tlBox p:first-child {
      font-size: 31px;
      border-bottom: 9px solid #FCEE21; }
    .mv .tlBox p:last-child {
      padding: 5px 0 0 0;
      font-size: 23px; }
  .mv h1 {
    margin-bottom: 35px;
    font-size: 32px; }
  .mv .logoBox {
    margin-bottom: 40px; }
    .mv .logoBox img {
      width: 100%;
      max-width: 846px; }
  .mv ul {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mv ul li {
      padding: 10px 0 15px 0;
      -ms-flex: 1;
      flex: 1;
      border-left: 1px solid #BAD2E8; }
      .mv ul li:nth-child(4) {
        border-right: 1px solid #BAD2E8; }
      .mv ul li dl dt {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        color: #0D6EB8; }
      .mv ul li dl dd {
        font-size: 18px;
        font-weight: 500; }

@media screen and (max-width: 1480px) {
  .mv {
    margin: 0 10px -50px 10px; } }
@media screen and (max-width: 1340px) {
  .mv ul {
    width: auto;
    margin: 0 10px; } }
@media screen and (max-width: 1260px) {
  .mv .tlBox {
    top: 40px;
    left: 20px; }
    .mv .tlBox p:first-child {
      font-size: 2vw;
      border-bottom: 0.5vw solid #FCEE21; }
    .mv .tlBox p:last-child {
      font-size: 1.6vw; }
  .mv ul {
    width: auto;
    max-width: 1300px;
    margin: 0 10px;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mv ul li {
      max-width: 50%;
      min-width: 50%;
      padding: 10px 0 15px 0;
      margin-bottom: 20px;
      -ms-flex: 1;
      flex: 1;
      border-left: 1px solid #BAD2E8; }
      .mv ul li:nth-child(2), .mv ul li:nth-child(4) {
        border-right: 1px solid #BAD2E8; }
      .mv ul li dl dt {
        margin-bottom: 30px;
        font-size: 26px; }
      .mv ul li dl dd {
        font-size: 18px; } }
@media screen and (max-width: 1000px) {
  .mv {
    max-width: 1460px;
    padding: 130px 0 185px 0;
    margin: 0 10px -50px 10px;
    background: #FFF;
    border: 10px solid #0D6EB8;
    text-align: center;
    position: relative;
    top: -50px;
    z-index: 2;
    background: url("../img/mv_img.png") no-repeat center bottom/840px #FFF; }
    .mv .tlBox {
      position: absolute;
      top: 40px;
      left: 20px;
      text-align: center;
      transform: rotate(-8deg); }
      .mv .tlBox p:first-child {
        font-size: 2vw; }
      .mv .tlBox p:last-child {
        font-size: 1.6vw; }
    .mv h1 {
      margin-bottom: 35px;
      font-size: 32px; }
    .mv .logoBox {
      margin-bottom: 40px;
      padding: 0 10px; }
      .mv .logoBox img {
        width: 100%;
        max-width: 846px; }
    .mv ul {
      width: auto;
      max-width: 1300px;
      margin: 0 10px;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mv ul li {
        max-width: 50%;
        min-width: 50%;
        padding: 10px 0 15px 0;
        margin-bottom: 20px;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #BAD2E8; }
        .mv ul li:nth-child(2), .mv ul li:nth-child(4) {
          border-right: 1px solid #BAD2E8; }
        .mv ul li dl dt {
          margin-bottom: 30px;
          font-size: 26px; }
        .mv ul li dl dd {
          font-size: 18px; } }
@media screen and (max-width: 768px) {
  .mv {
    max-width: 1460px;
    padding: 13% 0 16% 0;
    margin: 0 10px -50px 10px;
    background: #FFF;
    border: 5px solid #0D6EB8;
    text-align: center;
    position: relative;
    top: -50px;
    z-index: 2;
    background: url("../img/mv_img.png") no-repeat center bottom/90% #FFF; }
    .mv .tlBox {
      position: absolute;
      top: 5%;
      left: 20px;
      text-align: center;
      transform: rotate(-8deg); }
      .mv .tlBox p:first-child {
        font-size: 2vw; }
      .mv .tlBox p:last-child {
        font-size: 1.6vw; }
    .mv h1 {
      margin-bottom: 3%;
      font-size: 4vw; }
    .mv .logoBox {
      margin-bottom: 40px; }
      .mv .logoBox img {
        width: 100%;
        max-width: 86vw; }
    .mv ul {
      width: auto;
      max-width: 1300px;
      margin: 0 10px;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mv ul li {
        max-width: 50%;
        min-width: 50%;
        padding: 10px 0 15px 0;
        margin-bottom: 20px;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #BAD2E8; }
        .mv ul li:nth-child(2), .mv ul li:nth-child(4) {
          border-right: 1px solid #BAD2E8; }
        .mv ul li dl dt {
          margin-bottom: 30px;
          font-size: 3vw; }
        .mv ul li dl dd {
          font-size: 2.6vw; } }
@media screen and (max-width: 600px) {
  .mv {
    padding: 16% 0 16% 0;
    margin: 0 10px -50px 10px; }
    .mv .tlBox {
      top: 5%;
      left: 20px; }
      .mv .tlBox p:first-child {
        font-size: 2vw; }
      .mv .tlBox p:last-child {
        font-size: 1.6vw; }
    .mv h1 {
      margin-bottom: 3%;
      font-size: 4vw; }
    .mv .logoBox {
      margin-bottom: 8%; }
      .mv .logoBox img {
        width: 100%;
        max-width: 86vw; }
    .mv ul {
      margin: 0 10px; }
      .mv ul li {
        max-width: 50%;
        min-width: 50%;
        padding: 10px 0 15px 0;
        margin-bottom: 2%;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #BAD2E8; }
        .mv ul li:nth-child(2), .mv ul li:nth-child(4) {
          border-right: 1px solid #BAD2E8; }
        .mv ul li dl dt {
          margin-bottom: 5%;
          font-size: 3vw; }
        .mv ul li dl dd {
          font-size: 2.4vw; } }
@media screen and (max-width: 375px) {
  .mv {
    padding: 16% 0 16% 0;
    margin: 0 10px -50px 10px; }
    .mv .tlBox {
      top: 5%;
      left: 20px; }
      .mv .tlBox p:first-child {
        font-size: 2vw; }
      .mv .tlBox p:last-child {
        font-size: 1.6vw; }
    .mv h1 {
      margin-bottom: 3%;
      font-size: 4vw; }
    .mv .logoBox {
      margin-bottom: 8%; }
      .mv .logoBox img {
        width: 100%;
        max-width: 86vw; }
    .mv ul {
      margin: 0 10px; }
      .mv ul li {
        max-width: 50%;
        min-width: 50%;
        padding: 10px 0 15px 0;
        margin-bottom: 20px; }
        .mv ul li dl dt {
          margin-bottom: 5%;
          font-size: 3vw; }
        .mv ul li dl dd {
          font-size: 2.2vw; } }
/*------------------------------------------
  トップページ
------------------------------------------*/
.bgBlue {
  margin: 0 20px;
  background: #e5f0f9; }
  .bgBlue.contact {
    padding-bottom: 100px;
    position: relative; }
    .bgBlue.contact:before {
      content: "";
      width: 100%;
      height: 150px;
      display: block;
      background: #FFF;
      position: absolute;
      left: 0;
      top: 0; }

.home .bgBlue.bg_01 {
  padding: 325px 0 0 0;
  margin-bottom: -215px;
  position: relative;
  top: -215px; }

h2.ttl {
  font-size: 50px;
  font-weight: 700;
  color: #0D6EB8;
  text-align: center; }

h3.ttlLine {
  font-size: 33px;
  font-weight: 700;
  color: #0D6EB8;
  text-align: center; }
  h3.ttlLine span {
    border-bottom: 6px solid #FCEE21;
    display: inline-block; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.btn_01,
.btnBack {
  width: 100%;
  max-width: 540px;
  height: 90px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #0ABFD5;
  border-radius: 90px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  cursor: pointer; }
  .btn_01 span span,
  .btnBack span span {
    display: block;
    font-size: 20px; }
  .btn_01:hover,
  .btnBack:hover {
    opacity: 0.8; }

.btnBack {
  background: #999; }

input.btn_01 {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width: 100%;
  max-width: 540px;
  height: 90px;
  background: #0ABFD5;
  border-radius: 90px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s; }
  input.btn_01:hover {
    opacity: 0.8; }

@media screen and (max-width: 1520px) {
  .bgBlue {
    margin: 0; } }
@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 30px; }

  h3.ttlLine {
    font-size: 26px; }
    h3.ttlLine span {
      border-bottom: 4px solid #FCEE21; }

  .btn_01 {
    max-width: 540px;
    height: 90px;
    display: -ms-flex;
    display: flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    background: #0ABFD5;
    border-radius: 90px;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s; }
    .btn_01 span span {
      display: block;
      font-size: 20px; }
    .btn_01:hover {
      opacity: 0.8; } }
@media screen and (max-width: 500px) {
  .home .bgBlue.bg_01 {
    padding: 270px 0 0 0;
    margin-bottom: -215px;
    position: relative;
    top: -215px; }

  h2.ttl {
    font-size: 7vw; }

  h3.ttlLine {
    font-size: 5.5vw; }

  .btn_01 {
    height: 10vh;
    max-height: 90px;
    min-height: 70px;
    font-size: 5vw; }
    .btn_01 span span {
      font-size: 3vw; }

  .btn_01,
  .btnBack {
    height: 10vh;
    max-height: 90px;
    min-height: 70px;
    font-size: 5vw; }
    .btn_01 span span,
    .btnBack span span {
      font-size: 3vw; }

  input.btn_01 {
    height: 10vh;
    max-height: 90px;
    min-height: 70px;
    font-size: 5vw; } }
.home {
  /*------------------------------------------
    contents_01
  ------------------------------------------*/
  /*------------------------------------------
    contents_02
  ------------------------------------------*/
  /*------------------------------------------
    contents_03
  ------------------------------------------*/
  /*------------------------------------------
    contents_04
  ------------------------------------------*/
  /*------------------------------------------
    contents_05
  ------------------------------------------*/
  /*------------------------------------------
    contents_06
  ------------------------------------------*/
  /*------------------------------------------
    contents_07
  ------------------------------------------*/
  /*------------------------------------------
    contents_08
  ------------------------------------------*/
  /*------------------------------------------
    contents_09
  ------------------------------------------*/ }
  .home .contents_01 {
    margin-bottom: 110px; }
    .home .contents_01 h2.ttl {
      margin-bottom: 55px; }
    .home .contents_01 ul {
      max-width: 1250px;
      margin: 0 auto;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center; }
      .home .contents_01 ul li {
        min-width: 276px;
        margin-right: 48px;
        -ms-flex: 1;
        flex: 1; }
        .home .contents_01 ul li:last-child {
          margin-right: 0; }
        .home .contents_01 ul li .imgBox {
          margin-bottom: 55px;
          text-align: center; }
          .home .contents_01 ul li .imgBox img {
            width: 100%;
            max-width: 276px; }
        .home .contents_01 ul li h3 {
          margin: 0 3px 35px 3px;
          font-size: 26px;
          font-weight: 700;
          color: #0D6EB8;
          text-align: center; }
        .home .contents_01 ul li p {
          margin: 0 3px;
          line-height: 2;
          color: #444; }
  @media screen and (max-width: 1300px) {
    .home .contents_01 {
      margin-bottom: 110px; }
      .home .contents_01 h2.ttl {
        margin-bottom: 50px; }
      .home .contents_01 ul {
        -ms-justify-content: flex-start;
        justify-content: flex-start; }
        .home .contents_01 ul li {
          min-width: 49%;
          padding: 0 2%;
          margin-right: 2%;
          margin-bottom: 30px;
          -ms-flex: 1;
          flex: 1; }
          .home .contents_01 ul li:last-child {
            margin-right: 0; }
          .home .contents_01 ul li:nth-child(even) {
            margin-right: 0; }
          .home .contents_01 ul li .imgBox {
            margin-bottom: 30px; }
          .home .contents_01 ul li h3 {
            margin: 0 3px 30px 3px;
            font-size: 20px; }
          .home .contents_01 ul li p {
            max-width: 500px;
            margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .home .contents_01 {
      margin-bottom: 60px; }
      .home .contents_01 h2.ttl {
        margin-bottom: 40px; }
      .home .contents_01 ul {
        -ms-justify-content: flex-start;
        justify-content: flex-start; }
        .home .contents_01 ul li {
          min-width: 100%;
          padding: 0 2%;
          margin-right: 2%;
          margin-bottom: 50px;
          -ms-flex: 1;
          flex: 1; }
          .home .contents_01 ul li:last-child {
            margin-right: 0; }
          .home .contents_01 ul li:nth-child(even) {
            margin-right: 0; }
          .home .contents_01 ul li .imgBox {
            margin-bottom: 30px; }
          .home .contents_01 ul li h3 {
            margin: 0 3px 30px 3px;
            font-size: 20px; }
          .home .contents_01 ul li p {
            max-width: 500px;
            padding: 0 2%;
            margin: 0 auto; } }
  .home .contents_02 h2.ttl {
    margin-bottom: 75px; }
  .home .contents_02 .contents {
    max-width: 1300px;
    margin: 0 auto 80px auto;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
    .home .contents_02 .contents h3.ttlLine {
      margin-bottom: 70px;
      transform: translate(0, -45%); }
    .home .contents_02 .contents > ul {
      max-width: 935px;
      margin: 0 auto;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center; }
      .home .contents_02 .contents > ul > li {
        text-align: center;
        border-right: 1px solid #E7F0F8; }
        .home .contents_02 .contents > ul > li h4 {
          margin-bottom: 20px;
          font-size: 20px;
          font-weight: 700;
          color: #0D6EB8; }
          .home .contents_02 .contents > ul > li h4 span {
            padding: 3px 0 0 0;
            display: block;
            font-weight: 400;
            font-size: 16px; }
        .home .contents_02 .contents > ul > li .imgBox {
          margin-bottom: 25px; }
        .home .contents_02 .contents > ul > li > ul > li {
          padding: 15px 5px;
          background: #F3F8FB;
          display: -ms-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          -ms-justify-content: center;
          justify-content: center; }
          .home .contents_02 .contents > ul > li > ul > li:not(:last-child) {
            margin-bottom: 10px; }
        .home .contents_02 .contents > ul > li.box_01 {
          min-width: 32%;
          padding: 0 35px;
          margin-bottom: 40px;
          -ms-flex: 1;
          flex: 1; }
          .home .contents_02 .contents > ul > li.box_01:nth-child(1) {
            margin-left: 2%; }
          .home .contents_02 .contents > ul > li.box_01:nth-child(3) {
            margin-right: 2%;
            border-right: none; }
          .home .contents_02 .contents > ul > li.box_01 .option {
            display: none; }
        .home .contents_02 .contents > ul > li.box_02 {
          min-width: inherit;
          margin-bottom: 40px;
          padding: 0 15px;
          -ms-flex: 1;
          flex: 1;
          border-right: 1px solid #E7F0F8; }
          .home .contents_02 .contents > ul > li.box_02:nth-child(4) {
            margin-left: 2.4%; }
          .home .contents_02 .contents > ul > li.box_02:nth-child(7) {
            margin-right: 2.4%;
            border-right: none; }
    .home .contents_02 .contents .about {
      max-width: 860px;
      padding: 40px 0 0 0;
      margin: 0 auto;
      border-top: 1px solid #E7F0F8; }
      .home .contents_02 .contents .about dl {
        padding: 30px;
        background: #F3F8FB;
        display: -ms-flex;
        display: flex; }
        .home .contents_02 .contents .about dl:not(:last-child) {
          margin-bottom: 10px; }
        .home .contents_02 .contents .about dl dt {
          max-width: 250px;
          min-width: 250px;
          font-size: 18px;
          font-weight: 700;
          color: #0D6EB8; }
    .home .contents_02 .contents .btnBox {
      padding: 60px 0 100px 0; }
      .home .contents_02 .contents .btnBox .btn_01 {
        margin: 0 auto; }
  @media screen and (max-width: 1320px) {
    .home .contents_02 .contents {
      margin: 0 10px 80px 10px; } }
  @media screen and (max-width: 950px) {
    .home .contents_02 .contents .about {
      margin: 0 10px; } }
  @media screen and (max-width: 768px) {
    .home .contents_02 h2.ttl {
      margin-bottom: 75px; }
    .home .contents_02 .contents {
      margin: 0 2.5% 50px 2.5%; }
      .home .contents_02 .contents h3.ttlLine {
        margin-bottom: 40px;
        transform: translate(0, -45%); }
      .home .contents_02 .contents > ul {
        max-width: 935px;
        margin: 0 auto;
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: center;
        justify-content: center; }
        .home .contents_02 .contents > ul > li {
          text-align: center;
          border-right: 1px solid #E7F0F8; }
          .home .contents_02 .contents > ul > li h4 {
            margin-bottom: 20px;
            font-size: 20px; }
            .home .contents_02 .contents > ul > li h4 span {
              padding: 3px 0 0 0;
              display: block; }
          .home .contents_02 .contents > ul > li .imgBox {
            margin-bottom: 25px; }
          .home .contents_02 .contents > ul > li > ul > li {
            padding: 15px 5px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center; }
            .home .contents_02 .contents > ul > li > ul > li:not(:last-child) {
              margin-bottom: 10px; }
          .home .contents_02 .contents > ul > li.box_01 .option {
            display: block; }
          .home .contents_02 .contents > ul > li.box_01, .home .contents_02 .contents > ul > li.box_02 {
            min-width: 50%;
            max-width: 50%;
            padding: 0 2.5%;
            margin-bottom: 40px;
            -ms-flex: 1;
            flex: 1; }
            .home .contents_02 .contents > ul > li.box_01:nth-child(1), .home .contents_02 .contents > ul > li.box_01:nth-child(4), .home .contents_02 .contents > ul > li.box_02:nth-child(1), .home .contents_02 .contents > ul > li.box_02:nth-child(4) {
              margin-left: inherit; }
            .home .contents_02 .contents > ul > li.box_01:nth-child(3), .home .contents_02 .contents > ul > li.box_01:nth-child(7), .home .contents_02 .contents > ul > li.box_02:nth-child(3), .home .contents_02 .contents > ul > li.box_02:nth-child(7) {
              margin-right: inherit;
              border-right: 1px solid #E7F0F8; }
            .home .contents_02 .contents > ul > li.box_01:nth-child(even), .home .contents_02 .contents > ul > li.box_02:nth-child(even) {
              border-right: none !important; }
      .home .contents_02 .contents .about {
        max-width: 860px;
        padding: 40px 0 0 0;
        margin: 0 10px;
        border-top: 1px solid #E7F0F8; }
        .home .contents_02 .contents .about dl {
          padding: 30px;
          background: #F3F8FB;
          display: block; }
          .home .contents_02 .contents .about dl:not(:last-child) {
            margin-bottom: 10px; }
          .home .contents_02 .contents .about dl dt {
            margin-bottom: 10px;
            max-width: inherit;
            min-width: inherit; }
      .home .contents_02 .contents .btnBox {
        padding: 50px 2.5% 50px 2.5%; } }
  @media screen and (max-width: 500px) {
    .home .contents_02 .contents > ul > li h4 {
      font-size: 5vw; }
    .home .contents_02 .contents > ul > li > ul > li {
      font-size: 3vw; }
    .home .contents_02 .contents .about dl {
      padding: 20px 5%; } }
  .home .contents_03 h2.ttl {
    margin-bottom: 55px; }
  .home .contents_03 .contents {
    max-width: 1300px;
    padding: 90px 0 30px 0;
    margin: 0 auto 80px auto;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
    .home .contents_03 .contents h3.ttlLine {
      margin-bottom: 30px; }
    .home .contents_03 .contents .txtTop {
      margin-bottom: 65px;
      text-align: center; }
    .home .contents_03 .contents .movieBox {
      max-width: 800px;
      margin: 0 auto 70px auto;
      border: 6px solid #0D6EB8; }
    .home .contents_03 .contents .contentsBlue {
      max-width: 1200px;
      margin: 0 auto;
      border: 6px solid #0D6EB8; }
      .home .contents_03 .contents .contentsBlue .imgBox_top {
        padding: 25px 2.5% 50px 2.5%;
        text-align: center; }
      .home .contents_03 .contents .contentsBlue ul {
        padding: 0 50px 50px 50px;
        display: -ms-flex;
        display: flex; }
        .home .contents_03 .contents .contentsBlue ul li {
          margin-right: 15px;
          text-align: center;
          -ms-flex: 1;
          flex: 1; }
          .home .contents_03 .contents .contentsBlue ul li:last-child {
            margin-right: 0; }
          .home .contents_03 .contents .contentsBlue ul li .imgBox {
            margin-bottom: 20px; }
  @media screen and (max-width: 1320px) {
    .home .contents_03 .contents {
      padding: 90px 10px 50px 10px;
      margin: 0 10px 80px 10px; }
      .home .contents_03 .contents .contentsBlue ul {
        padding: 0 2.5% 50px 2.5%; }
        .home .contents_03 .contents .contentsBlue ul li .imgBox {
          margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .home .contents_03 .contents {
      padding: 90px 10px 50px 10px;
      margin: 0 2.5% 50px 2.5%; }
      .home .contents_03 .contents .contentsBlue ul {
        padding: 0 2.5% 0 2.5%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: center;
        justify-content: center; }
        .home .contents_03 .contents .contentsBlue ul li {
          max-width: 50%;
          min-width: 40%;
          margin-right: 0;
          margin-bottom: 30px; }
          .home .contents_03 .contents .contentsBlue ul li:nth-child(odd) {
            margin-right: 2.5%; }
          .home .contents_03 .contents .contentsBlue ul li .imgBox {
            margin-bottom: 10px; } }
  @media screen and (max-width: 500px) {
    .home .contents_03 h2.ttl {
      margin-bottom: 50px; }
    .home .contents_03 .contents {
      padding: 50px 2.5% 50px 2.5%;
      margin: 0 2.5% 50px 2.5%; }
      .home .contents_03 .contents h3.ttlLine {
        margin-bottom: 20px; }
      .home .contents_03 .contents .txtTop {
        margin-bottom: 50px;
        text-align: left; }
      .home .contents_03 .contents .movieBox {
        margin: 0 auto 50px auto; }
      .home .contents_03 .contents .contentsBlue ul li p {
        font-size: 3.5vw; } }
  .home .contents_04 {
    max-width: 1300px;
    padding: 95px 0 60px 0;
    margin: 0 auto 105px auto;
    background: url("../img/bg_contents_04.jpg") no-repeat center top/cover; }
    .home .contents_04 h2.ttl {
      margin-bottom: 60px;
      font-size: 44px;
      color: #FFF; }
    .home .contents_04 ul {
      max-width: 1040px;
      margin: 0 auto;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center; }
      .home .contents_04 ul li {
        max-width: 480px;
        margin: 0 20px 40px 20px;
        padding: 20px 20px 30px 20px;
        background: #FFF;
        -ms-flex: 480px;
        flex: 480px; }
        .home .contents_04 ul li h3 {
          margin-bottom: 20px;
          font-size: 24px;
          font-weight: 700;
          color: #0D6EB8;
          display: -ms-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center; }
          .home .contents_04 ul li h3 span {
            width: 100px;
            height: 40px;
            margin-right: 15px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center;
            font-size: 18px;
            color: #000;
            background: #FCEE21;
            border-radius: 40px; }
        .home .contents_04 ul li .imgBox {
          padding: 0 5px;
          margin-bottom: 25px;
          text-align: center; }
        .home .contents_04 ul li h4 {
          margin-bottom: 20px;
          font-size: 20px;
          font-weight: 700;
          color: #0D6EB8;
          text-align: center; }
  @media screen and (max-width: 1320px) {
    .home .contents_04 {
      margin: 0 10px 105px 10px; } }
  @media screen and (max-width: 1060px) {
    .home .contents_04 ul li {
      max-width: 45%;
      margin: 0 2.5% 40px 2.5%;
      -ms-flex: 45%;
      flex: 45%; }
      .home .contents_04 ul li h3 {
        font-size: 2.5vw; }
        .home .contents_04 ul li h3 span {
          width: 75px;
          height: 40px;
          margin-right: 10px;
          font-size: 1.8vw; }
      .home .contents_04 ul li .imgBox {
        padding: 0 5px; }
      .home .contents_04 ul li h4 {
        font-size: 2.5vw; } }
  @media screen and (max-width: 768px) {
    .home .contents_04 {
      padding: 50px 0 50px 0;
      margin: 0 2.5% 105px 2.5%; }
      .home .contents_04 h2.ttl {
        font-size: 30px; }
      .home .contents_04 ul {
        display: block; }
        .home .contents_04 ul li {
          max-width: 480px;
          margin: 0 auto 40px auto;
          padding: 20px 2.5% 30px 2.5%; }
          .home .contents_04 ul li:last-child {
            margin-bottom: 0; }
          .home .contents_04 ul li h3 {
            margin-bottom: 20px;
            font-size: 24px; }
            .home .contents_04 ul li h3 span {
              width: 100px;
              height: 40px;
              margin-right: 15px;
              font-size: 18px; }
          .home .contents_04 ul li h4 {
            font-size: 20px; } }
  @media screen and (max-width: 540px) {
    .home .contents_04 {
      padding: 50px 0 50px 0;
      margin: 0 2.5% 105px 2.5%; }
      .home .contents_04 h2.ttl {
        font-size: 7vw;
        margin-bottom: 50px; }
      .home .contents_04 ul li {
        margin: 0 2.5% 40px 2.5%; }
        .home .contents_04 ul li h3 {
          font-size: 5.5vw; }
          .home .contents_04 ul li h3 span {
            width: auto;
            padding: 0 10px;
            height: 35px;
            margin-right: 10px;
            font-size: 4vw; }
        .home .contents_04 ul li h4 {
          font-size: 5.5vw; } }
  .home .contents_05 {
    max-width: 1300px;
    margin: 0 auto;
    border: 6px solid #0D6EB8; }
    .home .contents_05 h2.ttl {
      font-size: 44px;
      margin-bottom: 20px;
      transform: translate(0, -50%); }
      .home .contents_05 h2.ttl span {
        padding: 0 55px;
        display: inline-block;
        background: #e5f0f9; }
    .home .contents_05 ul {
      max-width: 1020px;
      margin: 0 auto;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center; }
      .home .contents_05 ul li {
        max-width: 320px;
        margin: 0 10px 55px 10px;
        padding: 60px 30px 45px 30px;
        background: #FFF;
        -ms-flex: 320px;
        flex: 320px;
        position: relative; }
        .home .contents_05 ul li .point {
          width: 100px;
          height: 50px;
          display: -ms-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          -ms-justify-content: center;
          justify-content: center;
          font-size: 17px;
          font-weight: 700;
          line-height: 1.1;
          background: #FCEE21;
          border-radius: 50px;
          position: absolute;
          left: 50%;
          top: 0;
          transform: translate(-50%, -50%); }
        .home .contents_05 ul li h3 {
          margin-bottom: 35px;
          font-size: 22px;
          font-weight: 700;
          text-align: center; }
          .home .contents_05 ul li h3 strong {
            font-size: 24px;
            color: #0D6EB8; }
        .home .contents_05 ul li p:not(.point) {
          text-align: center; }
  .home .bgBlue.bg_01 > .btnBox {
    padding: 60px 0 100px 0; }
    .home .bgBlue.bg_01 > .btnBox a {
      margin: 0 auto; }
  @media screen and (max-width: 1320px) {
    .home .contents_05 {
      margin: 0 10px; }
      .home .contents_05 h2.ttl span {
        padding: 0 10px; }
    .home .bgBlue.bg_01 > .btnBox {
      padding: 50px 2.5% 50px 2.5%; } }
  @media screen and (max-width: 768px) {
    .home .contents_05 {
      margin: 0 10px; }
      .home .contents_05 h2.ttl {
        font-size: 30px; }
      .home .contents_05 ul {
        max-width: 1020px;
        margin: 0 auto;
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: center;
        justify-content: center; }
        .home .contents_05 ul li {
          max-width: 320px;
          margin: 0 10px 55px 10px;
          padding: 60px 30px 45px 30px;
          background: #FFF;
          -ms-flex: 320px;
          flex: 320px;
          position: relative; }
          .home .contents_05 ul li .point {
            width: 100px;
            height: 50px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center;
            font-size: 17px;
            font-weight: 700;
            line-height: 1.1;
            background: #FCEE21;
            border-radius: 50px;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translate(-50%, -50%); }
          .home .contents_05 ul li h3 {
            margin-bottom: 35px;
            font-size: 22px;
            font-weight: 700;
            text-align: center; }
            .home .contents_05 ul li h3 strong {
              font-size: 24px;
              color: #0D6EB8; }
          .home .contents_05 ul li p:not(.point) {
            text-align: center; } }
  @media screen and (max-width: 730px) {
    .home .contents_05 {
      margin: 0 2.5%; }
      .home .contents_05 ul {
        display: block; }
        .home .contents_05 ul li {
          max-width: 95%;
          margin: 0 2.5% 55px 2.5%; } }
  @media screen and (max-width: 500px) {
    .home .contents_05 {
      margin: 0 2.5%; }
      .home .contents_05 h2.ttl {
        font-size: 7vw; }
      .home .contents_05 ul li {
        margin: 0 10px 50px 10px;
        padding: 50px 2.5% 30px 2.5%; }
        .home .contents_05 ul li .point {
          width: 100px;
          height: 50px;
          font-size: 17px; }
        .home .contents_05 ul li h3 {
          margin-bottom: 30px;
          font-size: 22px; }
          .home .contents_05 ul li h3 strong {
            font-size: 24px;
            color: #0D6EB8; } }
  .home .contents_06 {
    max-width: 1300px;
    padding: 95px 0 100px 0;
    margin: 0 auto; }
    .home .contents_06 h2.ttl {
      font-size: 44px;
      margin-bottom: 80px; }
    .home .contents_06 .box {
      padding: 35px 0;
      margin-bottom: 45px;
      border: 10px solid #F3F8FB;
      position: relative; }
      .home .contents_06 .box h3 {
        height: 50px;
        padding: 0 12px;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -ms-justify-content: center;
        justify-content: center;
        background: #FCEE21;
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translate(-50%, -50%); }
      .home .contents_06 .box.top {
        padding: 55px 0; }
        .home .contents_06 .box.top .boxLR {
          max-width: 1000px;
          margin: 0 auto 30px auto;
          display: -ms-flex;
          display: flex;
          -ms-align-items: flex-start;
          align-items: flex-start; }
          .home .contents_06 .box.top .boxLR:last-child {
            margin-bottom: 0; }
          .home .contents_06 .box.top .boxLR .imgBox {
            min-width: 440px;
            max-width: 440px;
            min-height: 300px;
            padding: 20px;
            margin-right: 60px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center;
            background: #FFF;
            border: 1px solid #CCC; }
            .home .contents_06 .box.top .boxLR .imgBox img {
              width: 100%; }
          .home .contents_06 .box.top .boxLR .txtBox h4 {
            padding: 15px;
            margin-bottom: 25px;
            font-size: 20px;
            font-weight: 700;
            color: #FFF;
            background: #0D6EB8; }
            .home .contents_06 .box.top .boxLR .txtBox h4 span {
              font-size: 16px;
              font-weight: 500;
              display: block; }
          .home .contents_06 .box.top .boxLR .txtBox .txt_01 {
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: 700;
            color: #0D6EB8; }
        .home .contents_06 .box.top .detailData:not(:last-child) {
          margin-bottom: 80px; }
        .home .contents_06 .box.top .detailData dl {
          max-width: 1000px;
          margin: 0 auto;
          display: -ms-flex;
          display: flex; }
          .home .contents_06 .box.top .detailData dl:not(:last-child) {
            margin-bottom: 10px; }
          .home .contents_06 .box.top .detailData dl dt {
            min-height: 57px;
            max-width: 355px;
            min-width: 355px;
            padding: 10px;
            margin-right: 15px;
            background: #0D6EB8;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 700;
            color: #FFF; }
          .home .contents_06 .box.top .detailData dl dd {
            padding: 10px 10px 10px 25px;
            background: #F3F8FB;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-flex: 1;
            flex: 1;
            font-size: 20px;
            font-weight: 700;
            color: #0D6EB8; }
            .home .contents_06 .box.top .detailData dl dd span {
              display: inline-block; }
      .home .contents_06 .box:not(.top) dl {
        max-width: 1000px;
        margin: 0 auto;
        display: -ms-flex;
        display: flex; }
        .home .contents_06 .box:not(.top) dl:not(:last-child) {
          margin-bottom: 10px; }
        .home .contents_06 .box:not(.top) dl dt {
          min-height: 57px;
          max-width: 355px;
          min-width: 355px;
          padding: 10px;
          margin-right: 15px;
          background: #0D6EB8;
          display: -ms-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          -ms-justify-content: center;
          justify-content: center;
          font-size: 20px;
          font-weight: 700;
          color: #FFF; }
        .home .contents_06 .box:not(.top) dl dd {
          padding: 10px 10px 10px 25px;
          background: #F3F8FB;
          display: -ms-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          -ms-flex: 1;
          flex: 1;
          font-size: 20px;
          font-weight: 700;
          color: #0D6EB8; }
          .home .contents_06 .box:not(.top) dl dd span {
            display: inline-block; }
      .home .contents_06 .box:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 1320px) {
    .home .contents_06 {
      margin: 0 10px; }
      .home .contents_06 .box {
        padding: 35px 2.5%; }
        .home .contents_06 .box.top {
          padding: 55px 2.5%; }
          .home .contents_06 .box.top .boxLR .imgBox {
            min-width: inherit;
            margin-right: 30px;
            -ms-flex: 1;
            flex: 1; }
          .home .contents_06 .box.top .boxLR .txtBox {
            -ms-flex: 1;
            flex: 1; }
        .home .contents_06 .box:not(.top) dl dt {
          max-width: inherit;
          min-width: inherit;
          -ms-flex: 1;
          flex: 1; }
        .home .contents_06 .box:not(.top) dl dd {
          -ms-flex: 1;
          flex: 1; } }
  @media screen and (max-width: 768px) {
    .home .contents_06 {
      padding-bottom: 50px; }
      .home .contents_06 h2.ttl {
        font-size: 30px;
        margin-bottom: 50px; }
      .home .contents_06 .box {
        border: 6px solid #F3F8FB; } }
  @media screen and (max-width: 767px) {
    .home .contents_06 {
      margin: 0 10px;
      padding: 50px 0; }
      .home .contents_06 .box {
        padding: 35px 2.5%; }
        .home .contents_06 .box.top {
          padding: 55px 2.5%; }
          .home .contents_06 .box.top .boxLR {
            display: block; }
            .home .contents_06 .box.top .boxLR .imgBox {
              max-width: 440px;
              min-height: 200px;
              margin: 0 auto 20px auto; }
              .home .contents_06 .box.top .boxLR .imgBox img {
                width: 100%; }
          .home .contents_06 .box.top .detailData:not(:last-child) {
            margin-bottom: 80px; }
          .home .contents_06 .box.top .detailData dl {
            display: block; }
            .home .contents_06 .box.top .detailData dl dt {
              margin: 0;
              max-width: inherit;
              min-width: inherit; }
            .home .contents_06 .box.top .detailData dl dd {
              padding: 10px 2.5%;
              display: block;
              text-align: center;
              font-size: 16px; }
        .home .contents_06 .box:not(.top) dl {
          display: block; }
          .home .contents_06 .box:not(.top) dl dt {
            margin: 0;
            max-width: inherit;
            min-width: inherit; }
          .home .contents_06 .box:not(.top) dl dd {
            padding: 10px 2.5%;
            display: block;
            text-align: center;
            font-size: 16px; } }
  @media screen and (max-width: 500px) {
    .home .contents_06 h2.ttl {
      font-size: 7vw; } }
  .home .contents_07 {
    padding: 100px 0 100px 0;
    margin: 0 auto; }
    .home .contents_07 h2.ttl {
      font-size: 44px;
      margin-bottom: 60px; }
    .home .contents_07 .txtTop {
      margin-bottom: 60px;
      text-align: center; }
    .home .contents_07 .contents {
      max-width: 1300px;
      padding: 50px 0;
      margin: 0 auto;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      background: #FFF; }
      .home .contents_07 .contents .box {
        max-width: 920px;
        padding-bottom: 20px;
        margin: 0 auto 20px auto;
        position: relative;
        display: -ms-flex;
        display: flex; }
        .home .contents_07 .contents .box:after {
          content: "";
          width: 100%;
          max-width: 900px;
          height: 1px;
          display: block;
          background: #707070;
          position: absolute;
          bottom: 0;
          right: 50%;
          transform: translate(50%, 0); }
        .home .contents_07 .contents .box:last-child {
          padding-bottom: 0;
          margin-bottom: 0; }
          .home .contents_07 .contents .box:last-child:after {
            content: none; }
        .home .contents_07 .contents .box h3 {
          min-width: 200px;
          max-width: 200px;
          padding: 7px 0 0 10px; }
          .home .contents_07 .contents .box h3 span {
            width: 125px;
            font-size: 18px;
            font-weight: 700;
            color: #0D6EB8;
            display: inline-block;
            text-align: center; }
        .home .contents_07 .contents .box ul {
          display: -ms-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex: 1;
          flex: 1; }
          .home .contents_07 .contents .box ul li {
            width: 170px;
            height: auto;
            padding: 5px;
            margin: 0 10px 10px 0;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center;
            background: #F3F8FB; }
            .home .contents_07 .contents .box ul li.wide {
              width: 350px; }
  @media screen and (max-width: 1320px) {
    .home .contents_07 {
      padding: 100px 10px 100px 10px; }
      .home .contents_07 h2.ttl {
        margin-bottom: 50px; }
      .home .contents_07 .txtTop {
        margin-bottom: 50px; }
      .home .contents_07 .contents {
        padding: 50px 2.5%; } }
  @media screen and (max-width: 768px) {
    .home .contents_07 {
      padding: 50px 10px 50px 10px; }
      .home .contents_07 h2.ttl {
        font-size: 30px;
        margin-bottom: 20px; }
      .home .contents_07 .txtTop {
        padding: 0 2.5%;
        margin-bottom: 50px; }
      .home .contents_07 .contents .box {
        display: block; }
        .home .contents_07 .contents .box h3 {
          min-width: inherit;
          max-width: inherit;
          padding: 0 0 20px 0;
          text-align: center; }
          .home .contents_07 .contents .box h3 span {
            width: inherit;
            font-size: 24px;
            display: inline;
            text-align: center; }
        .home .contents_07 .contents .box ul li {
          width: 48.75%;
          height: auto;
          padding: 8px;
          margin: 0 2.5% 2.5% 0;
          text-align: center; }
          .home .contents_07 .contents .box ul li.wide {
            width: 48.75%; }
          .home .contents_07 .contents .box ul li:nth-child(even) {
            margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .home .contents_07 h2.ttl {
      font-size: 7vw; }
    .home .contents_07 .contents .box h3 span {
      font-size: 20px; }
    .home .contents_07 .contents .box ul li {
      font-size: 3.5vw; } }
  .home .contents_08 {
    padding: 100px 0 100px 0;
    margin: 0 auto; }
    .home .contents_08 h2.ttl {
      font-size: 44px;
      margin-bottom: 60px; }
    .home .contents_08 > ul {
      max-width: 1320px;
      margin: 0 auto;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center; }
      .home .contents_08 > ul > li {
        -ms-flex: 1;
        flex: 1;
        margin: 0 10px;
        border: 4px solid #0D6EB8; }
        .home .contents_08 > ul > li .inner {
          padding: 40px 10px 10px 10px; }
        .home .contents_08 > ul > li h3 {
          margin-bottom: 20px;
          font-size: 26px; }
          .home .contents_08 > ul > li h3 + p {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 35px;
            text-align: center; }
        .home .contents_08 > ul > li .btnBox a {
          margin: 0 auto; }
        .home .contents_08 > ul > li .box2 {
          padding-bottom: 20px;
          margin-bottom: 20px;
          position: relative;
          border-bottom: 4px solid #0D6EB8; }
          .home .contents_08 > ul > li .box2:after {
            content: "";
            width: 100%;
            height: 20px;
            display: block;
            background: #FFF;
            position: absolute;
            left: -4px;
            bottom: -24px;
            border-right: 4px solid #FFF;
            border-left: 4px solid #FFF;
            box-sizing: content-box; }
        .home .contents_08 > ul > li .box3 {
          padding-bottom: 20px;
          border-top: 4px solid #0D6EB8; }
        .home .contents_08 > ul > li .list_01 {
          margin: 0 20px 15px 20px; }
          .home .contents_08 > ul > li .list_01 li {
            padding: 10px 0;
            border-top: 1px solid #707070; }
            .home .contents_08 > ul > li .list_01 li:last-child {
              border-bottom: 1px solid #707070; }
        .home .contents_08 > ul > li .list_02 {
          margin: 0 20px 25px 20px;
          text-align: left; }
          .home .contents_08 > ul > li .list_02 dt {
            font-weight: 700;
            margin-bottom: 5px; }
          .home .contents_08 > ul > li .list_02 dd {
            padding-left: 1em;
            position: relative; }
            .home .contents_08 > ul > li .list_02 dd:before {
              content: "・";
              position: absolute;
              left: 0;
              top: 0; }
        .home .contents_08 > ul > li .bottomBox {
          padding: 25px 10px 15px 10px;
          background: #F3F8FB;
          text-align: center; }
          .home .contents_08 > ul > li .bottomBox .smallPrice {
            margin-bottom: 20px; }
            .home .contents_08 > ul > li .bottomBox .smallPrice p {
              font-size: 18px;
              font-weight: 700;
              color: #0D6EB8; }
              .home .contents_08 > ul > li .bottomBox .smallPrice p:not(:last-child) {
                margin-bottom: 5px; }
          .home .contents_08 > ul > li .bottomBox .bigPrice {
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            color: #0D6EB8; }
            .home .contents_08 > ul > li .bottomBox .bigPrice strong {
              margin: 0 0 0 10px;
              font-size: 36px;
              font-weight: 700;
              color: #0ABFD5;
              display: inline-block; }
            .home .contents_08 > ul > li .bottomBox .bigPrice span:last-child {
              font-size: 25px;
              font-weight: 300;
              color: #000; }
          .home .contents_08 > ul > li .bottomBox.txtOnly {
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            justify-content: center; }
            .home .contents_08 > ul > li .bottomBox.txtOnly .proTxt {
              font-size: 24px;
              font-weight: 700;
              color: #0D6EB8; }
  @media screen and (max-width: 1320px) {
    .home .contents_08 > ul > li {
      padding: 40px 0 10px 0;
      margin: 0 10px 20px 10px; }
      .home .contents_08 > ul > li:nth-child(3) {
        min-width: 860px;
        margin: 0 20px 0 20px; }
        .home .contents_08 > ul > li:nth-child(3) .list_01 {
          max-width: 500px; }
          .home .contents_08 > ul > li:nth-child(3) .list_01 li .hidden {
            display: none; } }
  @media screen and (max-width: 900px) {
    .home .contents_08 > ul > li {
      width: 100%;
      max-width: 500px;
      min-width: inherit;
      padding: 40px 0 10px 0;
      margin: 0 10px 20px 10px; }
      .home .contents_08 > ul > li:nth-child(3) {
        width: 100%;
        max-width: 500px;
        min-width: inherit;
        margin: 0 10px 0 10px; }
        .home .contents_08 > ul > li:nth-child(3) .list_01 {
          max-width: 340px; }
          .home .contents_08 > ul > li:nth-child(3) .list_01 li .hidden {
            display: block; } }
  @media screen and (max-width: 768px) {
    .home .contents_08 h2.ttl {
      font-size: 30px; }
    .home .contents_08 > ul > li .list_02 {
      margin: 0 0 25px 0; } }
  @media screen and (max-width: 500px) {
    .home .contents_08 {
      padding: 50px 0; }
      .home .contents_08 h2.ttl {
        margin-bottom: 50px;
        font-size: 7vw; }
      .home .contents_08 > ul > li .bottomBox {
        padding: 25px 10px 15px 10px; }
        .home .contents_08 > ul > li .bottomBox .smallPrice p {
          font-size: 4.6vw; }
        .home .contents_08 > ul > li .bottomBox .bigPrice {
          font-size: 4.6vw; }
          .home .contents_08 > ul > li .bottomBox .bigPrice span:first-child {
            display: block; }
          .home .contents_08 > ul > li .bottomBox .bigPrice strong {
            margin: 0;
            font-size: 10vw; }
          .home .contents_08 > ul > li .bottomBox .bigPrice span:last-child {
            font-size: 7vw; }
        .home .contents_08 > ul > li .bottomBox.txtOnly {
          display: -ms-flex;
          display: flex;
          -ms-align-items: center;
          align-items: center;
          -ms-justify-content: center;
          justify-content: center; }
          .home .contents_08 > ul > li .bottomBox.txtOnly .proTxt {
            font-size: 24px;
            font-weight: 700;
            color: #0D6EB8; } }
  .home .contents_09 {
    padding: 100px 0 0 0;
    margin: 0 auto; }
    .home .contents_09 h2.ttl {
      font-size: 44px;
      margin-bottom: 60px; }
    .home .contents_09 .txtTop {
      margin-bottom: 55px;
      font-size: 18px;
      text-align: center; }
    .home .contents_09 > ul {
      max-width: 1300px;
      margin: 0 auto; }
      .home .contents_09 > ul li {
        padding: 45px 0;
        margin-bottom: 20px;
        background: #FFF; }
        .home .contents_09 > ul li:last-child {
          margin-bottom: 0; }
        .home .contents_09 > ul li dl {
          max-width: 1000px;
          margin: 0 auto; }
          .home .contents_09 > ul li dl dt {
            min-height: 60px;
            padding: 0 0 0 100px;
            margin-bottom: 50px;
            background: url("../img/icon_q.png") no-repeat left center/60px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            font-size: 24px;
            font-weight: 700;
            color: #0D6EB8; }
          .home .contents_09 > ul li dl dd {
            min-height: 60px;
            padding: 0 0 0 100px;
            background: url("../img/icon_a.png") no-repeat left center/60px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            line-height: 2; }
  .home .bgBlue.bg_03 .btnBox {
    padding: 100px 0; }
    .home .bgBlue.bg_03 .btnBox a {
      margin: 0 auto; }
  @media screen and (max-width: 1320px) {
    .home .contents_09 {
      padding: 100px 10px 0 10px; }
      .home .contents_09 > ul li {
        padding: 30px 2.5%; }
    .home .bgBlue.bg_03 .btnBox {
      padding: 100px 2.5%; } }
  @media screen and (max-width: 768px) {
    .home .contents_09 {
      padding: 100px 10px 0 10px; }
      .home .contents_09 h2.ttl {
        margin-bottom: 20px;
        font-size: 30px; }
      .home .contents_09 > ul li {
        padding: 30px 2.5%; }
    .home .bgBlue.bg_03 .btnBox {
      padding: 100px 2.5%; } }
  @media screen and (max-width: 500px) {
    .home .contents_09 {
      padding: 100px 2.5% 0 2.5%; }
      .home .contents_09 h2.ttl {
        margin-bottom: 20px;
        font-size: 7vw; }
      .home .contents_09 > ul li {
        padding: 30px 2.5%;
        margin-bottom: 20px; }
        .home .contents_09 > ul li dl dt {
          min-height: 40px;
          padding: 0 0 0 60px;
          margin-bottom: 20px;
          background: url("../img/icon_q.png") no-repeat left center/40px;
          font-size: 18px; }
        .home .contents_09 > ul li dl dd {
          min-height: 40px;
          padding: 0 0 0 60px;
          background: url("../img/icon_a.png") no-repeat left top/40px; }
    .home .bgBlue.bg_03 .btnBox {
      padding: 50px 2.5%; } }

/*------------------------------------------
  お問い合わせ
------------------------------------------*/
.error {
  margin-bottom: 60px;
  color: #f00;
}
.contactTopBox {
  padding: 65px 2.5% 0 2.5%;
  text-align: center; }
  .contactTopBox .topLogo {
    margin-bottom: 50px; }
    .contactTopBox .topLogo img {
      max-width: 258px; }
  .contactTopBox h2.ttl_black {
    margin-bottom: 30px;
    font-size: 28px; }
  .contactTopBox .topTxt {
    margin-bottom: 65px; }

.contactBox {
  max-width: 1200px;
  padding: 50px 2.5% 245px 2.5%;
  margin: 0 auto;
  border: 10px solid #0D6EB8;
  background: url("../img/mv_img.png") no-repeat center bottom/840px #FFF;
  position: relative;
  z-index: 2; }
  .contactBox .contents {
    max-width: 800px;
    margin: 0 auto; }
    .contactBox .contents > dl {
      padding: 30px 0;
      border-bottom: 1px solid #CCC;
      -ms-display: flex;
      display: flex; }
      .contactBox .contents > dl.listPadding {
        padding: 25px 0; }
      .contactBox .contents > dl dt {
        width: 100%;
        max-width: 205px;
        font-weight: 700;
        -ms-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: center;
        align-items: center; }
        .contactBox .contents > dl dt.txtTop {
          padding-top: 16px;
          -ms-align-items: flex-start;
          align-items: flex-start; }
      .contactBox .contents > dl.required dt:after {
        min-width: 100%;
        content: "※必須";
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #0D6EB8; }
      .contactBox .contents > dl dd {
        -ms-flex: 1;
        flex: 1; }
        .contactBox .contents > dl dd .errorTxt {
          padding: 5px 0 0 0;
          font-size: 16px;
          color: #A00;
          line-height: 1.1; }
          .contactBox .contents > dl dd .errorTxt:not(:last-child) {
            margin-bottom: 5px; }
        .contactBox .contents > dl dd .boxWrapper_01 .box_01 {
          margin-bottom: 10px; }
          .contactBox .contents > dl dd .boxWrapper_01 .box_01 dl {
            display: -ms-flex;
            display: flex; }
            .contactBox .contents > dl dd .boxWrapper_01 .box_01 dl dt {
              width: 100%;
              max-width: 140px;
              display: -ms-flex;
              display: flex;
              -ms-align-items: center;
              align-items: center;
              font-weight: 500; }
            .contactBox .contents > dl dd .boxWrapper_01 .box_01 dl dd {
              -ms-flex: 1;
              flex: 1; }
        .contactBox .contents > dl dd .boxWrapper_01 .box_02 {
          margin-bottom: 50px; }
          .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl {
            display: -ms-flex;
            display: flex; }
            .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl dt {
              width: 100%;
              max-width: 430px;
              display: -ms-flex;
              display: flex;
              -ms-align-items: center;
              align-items: center;
              font-weight: 500; }
            .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl dd {
              -ms-flex: 1;
              flex: 1;
              display: -ms-flex;
              display: flex;
              -ms-align-items: center;
              align-items: center; }
              .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl dd input {
                width: 120px; }
                .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl dd input + span {
                  margin-left: 10px; }
        .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl {
          display: -ms-flex;
          display: flex; }
          .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dt {
            width: 100%;
            max-width: 140px;
            display: -ms-flex;
            display: flex;
            -ms-align-items: flex-start;
            align-items: flex-start;
            font-weight: 500; }
          .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dd {
            -ms-flex: 1;
            flex: 1;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center; }
            .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dd .list_02 {
              width: 100%; }
              .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dd .list_02 li {
                margin-bottom: 10px; }
                .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dd .list_02 li:last-child {
                  margin-bottom: 0; }
                .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dd .list_02 li.ex_01 label {
                  display: -ms-flex;
                  display: flex;
                  -ms-align-items: center;
                  align-items: center; }
                  .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dd .list_02 li.ex_01 label .txt {
                    min-width: 70px; }
    .contactBox .contents input[type="text"],
    .contactBox .contents input[type="url"],
    .contactBox .contents input[type="email"],
    .contactBox .contents input[type="number"],
    .contactBox .contents input[type="tel"],
    .contactBox .contents textarea {
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none;
      padding: 5px 10px;
      width: 100%;
      height: 60px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px; }
    .contactBox .contents textarea {
      height: 200px; }
    .contactBox .contents dl.purposeDL { /* 追加 */
      align-items: flex-start;
    }
    .contactBox .contents dt.purposeDT { /* 追加 */
      align-items: flex-start;
      padding-top: 20px;
    }
    .contactBox .contents dd.purposeDD { /* 追加 */
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
    }
    .contactBox .contents dd.purposeDD div{ /* 追加 */
      width: 50%;
    }
    .contactBox .contents dd.purposeDD div:nth-of-type(odd){ /* 追加 */
      width: 50%;

    }
    .contactBox .contents input[type="text"].purposeInput { /* 追加 */
      width: 70%;
      margin: 5px 5px 5px 0;
    }
    .contactBox .contents .list_01 {
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contactBox .contents .list_01 li {
        margin-right: 20px;
        margin-top: 5px;
        margin-bottom: 5px; }
        .contactBox .contents .list_01 li:last-child {
          margin-right: 0; }
    .contactBox .contents .checkBox label {
      position: relative;
      padding-left: 33px;
      cursor: pointer; }
      .contactBox .contents .checkBox label input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        left: 0; }
        .contactBox .contents .checkBox label input[type="checkbox"] + span:not(.txt) {
          width: 26px;
          height: 26px;
          display: block;
          border: 1px solid #000;
          border-radius: 6px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%); }
          .contactBox .contents .checkBox label input[type="checkbox"] + span:not(.txt) > span {
            width: 100%;
            height: 100%;
            display: block;
            position: relative; }
            .contactBox .contents .checkBox label input[type="checkbox"] + span:not(.txt) > span:after {
              content: "";
              width: 25px;
              height: 22px;
              display: block;
              background: url("../img/icon_check.png") no-repeat center/25px;
              position: absolute;
              left: 3px;
              top: 50%;
              transform: translate(0, -65%) scale(0);
              transition: 0.15s;
              opacity: 0; }
        .contactBox .contents .checkBox label input[type="checkbox"]:checked + span:not(.txt) > span:after {
          opacity: 1;
          transform: translate(0, -65%) scale(1); }
    .contactBox .contents > .btnBox {
      padding: 80px 2.5% 0 2.5%;
      display: -ms-flex;
      display: flex;
      -ms-justify-content: center;
      justify-content: center; }
      .contactBox .contents > .btnBox > *:nth-child(2) {
        margin-left: 20px; }
  .contactBox.finish {
    padding-top: 70px;
    text-align: center;
    font-size: 20px; }

@media screen and (max-width: 1220px) {
  .contactBox {
    margin: 0 10px; } }
@media screen and (max-width: 768px) {
  .contactBox {
    padding: 30px 2.5% 25% 2.5%;
    margin: 0 2.5%;
    background-size: 90%; }
    .contactBox .contents > dl {
      padding: 30px 0;
      display: block; }
      .contactBox .contents > dl.listPadding {
        padding: 30px 0; }
      .contactBox .contents > dl dt {
        width: 100%;
        margin-bottom: 15px;
        max-width: inherit; }
      .contactBox .contents > dl.required dt:after {
        margin-left: 10px;
        min-width: inherit;
        content: "※必須";
        display: inline-block;
        font-size: 14px; }
      .contactBox .contents > dl dd .boxWrapper_01 .box_01 {
        margin-bottom: 30px; }
        .contactBox .contents > dl dd .boxWrapper_01 .box_01 dl {
          display: block; }
          .contactBox .contents > dl dd .boxWrapper_01 .box_01 dl dt {
            margin-bottom: 10px;
            max-width: inherit; }
      .contactBox .contents > dl dd .boxWrapper_01 .box_02 {
        margin-bottom: 30px; }
        .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl {
          display: block; }
          .contactBox .contents > dl dd .boxWrapper_01 .box_02 dl dt {
            max-width: inherit;
            margin-bottom: 10px; }
      .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl {
        display: block; }
        .contactBox .contents > dl dd .boxWrapper_01 .box_03 dl dt {
          max-width: inherit;
          display: block; }
    .contactBox .contents input[type="text"],
    .contactBox .contents input[type="url"],
    .contactBox .contents input[type="email"],
    .contactBox .contents input[type="number"],
    .contactBox .contents input[type="tel"],
    .contactBox .contents textarea {
      height: 50px; }
    .contactBox .contents textarea {
      height: 200px; }
    .contactBox .contents > .btnBox {
      padding: 50px 2.5% 0 2.5%; }
    .contactBox.finish {
      padding-top: 70px;
      text-align: center;
      font-size: 18px; } }
/* ------------------------------
   トップへ戻る
------------------------------ */
#toTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  z-index: 200; }

#toTop a:hover {
  opacity: 0.8; }

@media screen and (max-width: 768px) {
  #toTop {
    right: 5px;
    bottom: 5px; }
    #toTop img {
      width: 40px; } }
