@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #111;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  word-wrap: break-word;
}

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 {
  font-weight: 500;
}

h1, h2, h3 {
  line-height: 1.5;
}

.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.max940 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  margin: 0 auto 10px auto;
  text-align: right;
}

.pankuzu {
  font-size: 11px;
  color: #111;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  color: #111 !important;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 25px 0 10px;
  padding-left: 8px;
  border-left: 4px solid #0080c9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #111;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.itext.imgC {
  display: block;
  width: 100% !important;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.meiryo {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.fNum {
  font-family: "M PLUS 1p", sans-serif;
}

.fEn {
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

header#global_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

@media only screen and (max-width: 834px) {
  header#global_header section {
    display: block;
    padding: 20px;
  }
}

header#global_header section .leftBox {
  width: 62%;
}

@media only screen and (max-width: 834px) {
  header#global_header section .leftBox {
    width: 100%;
  }
}

header#global_header section .leftBox .txt {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  header#global_header section .leftBox .txt {
    padding-right: 55px;
  }
}

header#global_header section .siteID {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  header#global_header section .siteID {
    width: 200px;
  }
}

header#global_header section .siteID a {
  opacity: 1;
}

header#global_header section .hedCont {
  width: 310px;
}

@media only screen and (max-width: 834px) {
  header#global_header section .hedCont {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

header#global_header section .hedCont .linkTel {
  margin-bottom: 10px;
  padding-left: 0;
}

@media only screen and (max-width: 834px) {
  header#global_header section .hedCont .linkTel {
    width: 50%;
    margin-bottom: 0;
    background: #fff;
  }
}

header#global_header section .hedCont .linkTel p {
  font-size: 16px;
  color: #fba30d;
  text-align: right;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  header#global_header section .hedCont .linkTel p {
    text-align: center;
  }
}

header#global_header section .hedCont .linkTel .telSt {
  position: relative;
  padding-left: 18px;
  margin-top: 5px;
  font-size: 39px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  header#global_header section .hedCont .linkTel .telSt {
    padding-left: 0;
  }
}

header#global_header section .hedCont .linkTel .telSt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 27px;
  background: url(../images/contents/iconTelOrg.png);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  header#global_header section .hedCont .linkTel .telSt:before {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    margin-right: 7px;
  }
}

@media only screen and (max-width: 640px) {
  header#global_header section .hedCont .linkTel .telSt:before {
    display: none;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

header#global_header section .hedCont .linkTel a {
  display: block;
  padding: 7.5px 5px;
}

header#global_header section .hedCont .linkTel a p {
  font-size: 13px;
  font-weight: bold;
}

header#global_header section .hedCont .linkTel a .telSt {
  position: relative;
  font-size: 20px;
}

header#global_header section .hedCont .linkTel a .telSt:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 27px;
  margin-right: 5px;
  background: url(../images/contents/iconTelOrg.png);
  vertical-align: middle;
}

header#global_header section .hedCont .cont {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  header#global_header section .hedCont .cont {
    width: 50%;
  }
}

header#global_header section .hedCont .cont a {
  display: block;
  padding: 9.5px 5px;
  background-color: #ffb62f;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #0080c9;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  header#global_header section .hedCont .cont a {
    padding: 17.5px 5px;
    border-radius: 0;
    font-size: 16px;
  }
}

header#global_header section .hedCont .cont a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-right: 6px;
  background: url(../images/contents/iconMail.png);
  vertical-align: middle;
}

header#global_header nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header#global_header nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

header#global_header nav #gnavi li a {
  display: block;
  padding: 14.5px 5px;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

header#global_header nav #gnavi li a .en {
  display: block;
  margin-top: 5px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  -webkit-transition: all .8s;
  transition: all .8s;
}

header#global_header nav #gnavi li a:hover {
  color: #0080c9;
}

header#global_header nav #gnavi li a:hover .en {
  color: #0080c9;
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
  max-width: 1420px;
  margin: 0 auto 80px auto;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  #mainArea {
    margin-bottom: 0;
  }
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
}

#mainArea p {
  position: absolute;
  bottom: 16%;
  left: 39%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  max-width: 1020px;
  padding: 0 10px;
  font-size: 50px;
  color: #fff;
  text-align: left;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  #mainArea p {
    left: 20px;
    bottom: 10%;
    -webkit-transform: inherit;
            transform: inherit;
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea p {
    left: 10px;
    font-size: 22px;
  }
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
modal
---------------------------------------------------------- */
.modal {
  position: fixed;
  display: none;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.modal .inner {
  position: relative;
  padding: 0 100px !important;
}

@media only screen and (max-width: 834px) {
  .modal .inner {
    padding: 0 20px !important;
  }
}

.modal .inner .close_modal {
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: 115px;
  width: 40px;
  display: block;
  padding: 5px 0;
  background: #fba30d;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .modal .inner .close_modal {
    right: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .modal .inner .close_modal {
    top: -11px;
    width: 25px;
    padding: 0;
    font-size: 20px;
  }
}

.modal .inner .close_modal:hover {
  background: #66b7ec;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #66b7ec;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 999;
  }
  #global_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #66b7ec;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header nav ul li a {
    display: block;
    padding: 1.5% 3% !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #fff !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_header nav ul li a {
    padding: 2.5% 3% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav ul li a .en {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #global_header nav ul li:first-of-type a {
    border-top: 1px solid rgba(17, 17, 17, 0.2);
  }
  .open #global_header nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

footer#global_footer a {
  color: #111;
  text-decoration: none;
}

footer#global_footer #pagetop {
  position: relative;
}

footer#global_footer #pagetop .pagetop {
  position: absolute;
  top: -51px;
  right: 10px;
}

footer#global_footer .fotCont {
  padding: 25px 0 30px;
  background: #66b7ec;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont {
    padding: 30px 0;
  }
}

footer#global_footer .fotCont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .inner {
    display: block;
  }
}

footer#global_footer .fotCont .linkTel {
  margin-right: 4%;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .linkTel {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer#global_footer .fotCont .linkTel p {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  color: #ffec00;
  text-align: left;
  line-height: 1;
}

footer#global_footer .fotCont .linkTel .telSt {
  position: relative;
  margin-top: 7px;
  padding-left: 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .linkTel .telSt {
    padding-left: 0;
  }
}

footer#global_footer .fotCont .linkTel .telSt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 27px;
  background: url(../images/contents/iconTelYlw.png);
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .linkTel .telSt:before {
    display: none;
    top: auto;
    left: auto;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .linkTel a p {
    text-align: center;
  }
}

footer#global_footer .fotCont .linkTel a .telSt {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

footer#global_footer .fotCont .linkTel a .telSt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 27px;
  background: url(../images/contents/iconTelYlw.png);
}

footer#global_footer .fotCont .cont {
  width: 31%;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .cont {
    width: 100%;
  }
}

footer#global_footer .fotCont .cont a {
  display: block;
  padding: 18.5px 5px;
  background-color: #ffb62f;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #0080c9;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotCont .cont a {
    padding: 16.5px 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .cont a {
    padding: 16.5px 5px;
  }
}

footer#global_footer .fotCont .cont a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-right: 6px;
  background: url(../images/contents/iconMail.png);
  vertical-align: middle;
}

footer#global_footer #footer {
  padding: 20px 0;
}

footer#global_footer #footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .inner {
    display: block;
  }
}

footer#global_footer address {
  width: 46%;
  text-align: left;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer address {
    width: 100%;
    text-align: center;
  }
}

footer#global_footer address .siteID {
  margin-bottom: 10px;
}

footer#global_footer .fNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fNav {
    display: none;
  }
}

footer#global_footer .fNav li {
  padding: 0 13.5px;
  line-height: 2;
}

footer#global_footer .fNav li a {
  font-size: 12px;
  text-decoration: none;
}

footer#global_footer #copy {
  display: block;
  padding: 10px 10px 20px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 80px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttlReason img {
    max-width: 100% !important;
  }
}

.reasonTxt {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.reasonTxt h3 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 90px;
  font-size: 25px;
  font-weight: 500;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .reasonTxt h3 {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .reasonTxt h3 {
    margin-bottom: 25px;
    padding-left: 63px;
    font-size: 22px;
  }
}

.reasonTxt h3 .point {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 70px;
  padding: 12px 0 4px 0;
  background: #66bff1;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .reasonTxt h3 .point {
    width: 65px;
    padding: 12.5px 0 4px 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .reasonTxt h3 .point {
    width: 50px;
    padding: 7px 0 1px 0;
    font-size: 14px;
  }
}

.reasonTxt h3 .point .num {
  display: block;
  padding-right: 10px;
  font-style: oblique;
  font-size: 36px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .reasonTxt h3 .point .num {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .reasonTxt h3 .point .num {
    font-size: 28px;
  }
}

.topBtn a {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.topBtn img {
  width: 100% !important;
}

.wrapNews .bgBdr {
  padding: 18px;
  background-color: #d9f0ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #E7F8FC), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #E7F8FC), color-stop(0.75, #E7F8FC), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.wrapNews .bgWh {
  padding: 25px 20px 30px;
  background: #fff;
}

.wrapNews h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #d9f0ff;
}

@media only screen and (max-width: 640px) {
  .wrapNews h2 img {
    width: 80px !important;
  }
}

.blogTxt .blog_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
}

.blogTxt .blog_list .blog_photo {
  display: none;
}

.blogTxt .blog_list .blog_text {
  width: 100%;
  padding: 0;
}

.blogTxt .blog_list .blog_text a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
}

.blogTxt .blog_list .blog_text a:hover {
  color: #66b7ec !important;
}

.blogTxt .blog_list .blog_text a:hover .blog_date, .blogTxt .blog_list .blog_text a:hover h3 {
  color: #66b7ec !important;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.blogTxt .blog_list .blog_text .blog_date {
  margin-bottom: 10px;
  font-size: 16px;
  color: #111;
}

@media only screen and (max-width: 640px) {
  .blogTxt .blog_list .blog_text .blog_date {
    margin-bottom: 4px;
    font-size: 14px;
  }
}

.blogTxt .blog_list .blog_text h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #111;
}

@media only screen and (max-width: 640px) {
  .blogTxt .blog_list .blog_text h3 {
    font-size: 14px;
  }
}

.blogTxt .blog_list .blog_text .detail {
  display: none;
}

/* ------------------------------------------------------------
construction.html
------------------------------------------------------------ */
.wrapFlow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .wrapFlow ul {
    display: block;
  }
}

.wrapFlow ul li {
  position: relative;
  width: 42.5%;
  margin-bottom: 70px;
  overflow: inherit !important;
}

@media only screen and (max-width: 640px) {
  .wrapFlow ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}

.wrapFlow ul li div {
  font-size: 16px;
  font-weight: bold;
}

.wrapFlow ul li img {
  width: 100% !important;
  margin-bottom: 10px;
}

.wrapFlow ul li:before {
  content: "";
  position: absolute;
  display: block;
}

@media only screen and (max-width: 640px) {
  .wrapFlow ul li:before {
    display: none !important;
  }
}

.wrapFlow ul li:nth-of-type(odd):before {
  top: 37%;
  right: -32%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28%;
  height: 3.5vw;
  background: url(../images/construction/yajiYoko.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapFlow ul li:nth-of-type(odd):before {
    height: 5.5vw;
  }
}

.wrapFlow ul li:nth-of-type(even):before {
  bottom: -20%;
  left: -32%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24%;
  height: 4.8vw;
  background: url(../images/construction/yajiNaname.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapFlow ul li:nth-of-type(even):before {
    height: 7.8vw;
  }
}

.wrapFlow ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .wrapFlow ul li:nth-last-of-type(2) {
    margin-bottom: 50px;
  }
}

.wrapFlow ul li:last-of-type {
  margin-bottom: 0;
}

.wrapFlow ul li:last-of-type:before {
  display: none;
}

/* ------------------------------------------------------------
case.html
------------------------------------------------------------ */
.wrapCase ul li, .wrapCase02 ul li {
  text-align: center !important;
  overflow: inherit !important;
}

.wrapCase ul li a, .wrapCase02 ul li a {
  text-decoration: none;
}

.wrapCase ul li img, .wrapCase02 ul li img {
  width: 100% !important;
  height: 32vw !important;
  min-height: 450px;
  margin-bottom: 5px;
  padding: 3px;
  background: #fff;
  border: 3px solid #ccc;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCase ul li img, .wrapCase02 ul li img {
    height: 60vw !important;
    min-height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCase ul li img, .wrapCase02 ul li img {
    height: 60vw !important;
    min-height: 220px;
  }
}

.wrapCase ul li article, .wrapCase02 ul li article {
  position: relative;
}

.wrapCase ul li article > div, .wrapCase02 ul li article > div {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 13px 10px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .wrapCase ul li article > div, .wrapCase02 ul li article > div {
    padding: 10px;
    font-size: 18px;
  }
}

.slider02 {
  position: relative;
  padding: 0 40px;
}

.slider02 .slick-slider {
  position: static;
}

.slider02 .slick-arrow {
  width: 40px;
  height: 30px;
  padding: 3px;
}

.slider02 .slick-arrow:before {
  display: block;
  font-size: 30px;
  color: #0080c9;
}

.slider02 .slick-prev {
  left: 0;
}

.slider02 .slick-next {
  right: 0;
}

.wrapCase02 ul li {
  width: 25%;
  margin-right: 12.5%;
}

@media only screen and (max-width: 640px) {
  .wrapCase02 ul li {
    width: 47%;
    margin-right: 6%;
  }
}

.wrapCase02 ul li:before {
  right: -43%;
}

@media only screen and (max-width: 640px) {
  .wrapCase02 ul li:before {
    right: -19%;
  }
}

.wrapCase02 ul li img {
  height: 12.5vw !important;
  min-height: 250px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCase02 ul li img {
    min-height: 210px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCase02 ul li img {
    height: 48.5vw !important;
    min-height: 200px;
  }
}

/* ------------------------------------------------------------
case2.html
------------------------------------------------------------ */
.wrapCase03 p {
  padding: 10px;
  background: #eee;
}

.wrapCase03 .slider02 img {
  width: 100% !important;
  height: 32vw !important;
  min-height: 450px;
  margin-bottom: 5px;
  padding: 3px;
  background: #fff;
  border: 3px solid #ccc;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCase03 .slider02 img {
    height: 60vw !important;
    min-height: 390px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapCase03 .slider02 img {
    height: 55vw !important;
    min-height: 220px;
  }
}

/* ------------------------------------------------------------
estimate.html
------------------------------------------------------------ */
.wrapken1 {
  position: relative;
  height: 68vw;
  min-height: 1305px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 {
    height: 128vw;
    min-height: 100%;
    background-size: cover;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 {
    height: 124vw;
    background-size: cover;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 {
    height: 122vw;
    background-size: cover;
  }
}

.wrapken1 .box {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .box img {
    width: 85% !important;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .box img {
    width: 60% !important;
  }
}

.wrapken1 .k1 {
  top: 72px;
  left: 306px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k1 {
    top: 5%;
    left: 31%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k1 {
    top: 5.5%;
    left: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k1 {
    top: 6%;
    left: 28%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k1 {
    left: 27%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k1 {
    left: 25%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k1 {
    top: 5.5%;
    left: 24%;
  }
}

.wrapken1 .k2 {
  top: 63px;
  right: 120px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k2 {
    top: 5%;
    right: 12%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k2 {
    top: 5%;
    right: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k2 {
    right: 10%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k2 {
    right: 8%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k2 {
    right: 5%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k2 {
    top: 4.5%;
    right: 2%;
  }
}

.wrapken1 .k3 {
  top: 182px;
  right: 117px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k3 {
    top: 14%;
    right: 11%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k3 {
    top: 14%;
    right: 11%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k3 {
    right: 10%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k3 {
    right: 7%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k3 {
    right: 4%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k3 {
    top: 13.5%;
    right: -1%;
  }
}

.wrapken1 .k4 {
  top: 327px;
  right: 123px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k4 {
    top: 25%;
    right: 13%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k4 {
    top: 25%;
    right: 12%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k4 {
    top: 26%;
    right: 12%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k4 {
    right: 9%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k4 {
    top: 25%;
    right: 7%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k4 {
    top: 24%;
    right: 3%;
  }
}

.wrapken1 .k5 {
  top: 577px;
  right: 90px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k5 {
    top: 44%;
    right: 9%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k5 {
    top: 44%;
    right: 8%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k5 {
    top: 45%;
    right: 7%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k5 {
    right: 5%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k5 {
    top: 44%;
    right: 2%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k5 {
    top: 42%;
    right: -6%;
  }
}

.wrapken1 .k6 {
  bottom: 340px;
  right: 270px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k6 {
    bottom: 25%;
    right: 27%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k6 {
    right: 24%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k6 {
    bottom: 23.5%;
    right: 25%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k6 {
    right: 22%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k6 {
    bottom: 24.5%;
    right: 18%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k6 {
    bottom: 25%;
    right: 10%;
  }
}

.wrapken1 .k7 {
  bottom: 89px;
  left: 230px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k7 {
    bottom: 6%;
    left: 22%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k7 {
    bottom: 5.5%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k7 {
    bottom: 4%;
    left: 18%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k7 {
    bottom: 4.5%;
    left: 17%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k7 {
    bottom: 5%;
    left: 16%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k7 {
    bottom: 6.5%;
    left: 13%;
  }
}

.wrapken1 .k8 {
  bottom: 657px;
  left: 119px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k8 {
    bottom: 50%;
    left: 12%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k8 {
    bottom: 50%;
    left: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k8 {
    bottom: 48.5%;
    left: 10%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k8 {
    left: 9%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k8 {
    bottom: 49%;
    left: 7%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k8 {
    left: 2%;
  }
}

.wrapken1 .k9 {
  top: 410px;
  left: 60px;
}

@media only screen and (max-width: 1000px) {
  .wrapken1 .k9 {
    top: 32%;
    left: 6%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken1 .k9 {
    top: 31.5%;
    left: 5.5%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken1 .k9 {
    left: 3%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken1 .k9 {
    left: 2%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken1 .k9 {
    top: 31%;
    left: 1%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken1 .k9 {
    top: 30.5%;
    left: -3%;
  }
}

.wrapken2 {
  position: relative;
  min-height: 930px;
}

@media only screen and (max-width: 1000px) {
  .wrapken2 {
    height: 95vw;
    min-height: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken2 {
    height: 91vw;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken2 {
    height: 88vw;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken2 {
    height: 94vw;
  }
}

.wrapken2 .box {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken2 .box img {
    width: 85% !important;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken2 .box img {
    width: 60% !important;
  }
}

.wrapken2 .k201 {
  top: 260px;
  right: 90px;
}

@media only screen and (max-width: 1000px) {
  .wrapken2 .k201 {
    top: 26%;
    right: 6%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken2 .k201 {
    top: 26%;
    right: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken2 .k201 {
    top: 28%;
    right: 3%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken2 .k201 {
    top: 27.5%;
    right: 0%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken2 .k201 {
    top: 26.5%;
    right: -3%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken2 .k201 {
    top: 24.5%;
    right: -9%;
  }
}

.wrapken2 .k202 {
  top: 530px;
  right: 115px;
}

@media only screen and (max-width: 1000px) {
  .wrapken2 .k202 {
    top: 54%;
    right: 9%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken2 .k202 {
    right: 7%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken2 .k202 {
    top: 57%;
    right: 6%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken2 .k202 {
    top: 56.5%;
    right: 4%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken2 .k202 {
    top: 55.5%;
    right: 1%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken2 .k202 {
    top: 50.5%;
    right: -4%;
  }
}

.wrapken2 .k203 {
  top: 535px;
  left: 80px;
}

@media only screen and (max-width: 1000px) {
  .wrapken2 .k203 {
    top: 55%;
    left: 8%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken2 .k203 {
    left: 6%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken2 .k203 {
    top: 58%;
    left: 4%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken2 .k203 {
    top: 57%;
    left: 3%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapken2 .k203 {
    top: 56%;
    left: 2%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken2 .k203 {
    top: 51%;
    left: -4%;
  }
}

.wrapken2 .k204 {
  bottom: 30px;
  left: 250px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapken2 .k204 {
    left: 22%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapken2 .k204 {
    bottom: 0;
    left: 21%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapken2 .k204 {
    left: 17%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapken2 .k204 {
    left: 12%;
  }
}

.wrapken2 .k205 {
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 375px) {
  .wrapken2 .k205 {
    top: 10px;
    right: -30px;
  }
}

.wrapken3 {
  position: relative;
  height: 768px;
}

@media only screen and (max-width: 1000px) {
  .wrapken3 {
    height: 75vw;
  }
}

.wrapken3 .box {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapken3 .box h3 {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid #111;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .wrapken3 .box h3 {
    font-size: 16px;
  }
}

.wrapken3 .box a {
  display: block;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

.wrapken3 .box a:hover {
  opacity: 0.6;
}

.wrapken3 .box > div {
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .wrapken3 .box > div {
    font-size: 13px;
  }
}

.wrapken3 .k301 {
  top: 17%;
  right: 18%;
}

@media only screen and (max-width: 640px) {
  .wrapken3 .k301 {
    top: 11%;
    right: auto;
    left: 66%;
  }
}

.wrapken3 .k302 {
  top: 40%;
  right: 14%;
}

@media only screen and (max-width: 640px) {
  .wrapken3 .k302 {
    top: 40%;
    right: auto;
    left: 70%;
  }
}

.wrapken3 .k303 {
  bottom: 4%;
  left: 4%;
}

@media only screen and (max-width: 1000px) {
  .wrapken3 .k303 {
    bottom: 0;
  }
}

.wrapman1 {
  position: relative;
  min-height: 1130px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 {
    height: 110vw;
    min-height: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 {
    height: 107vw;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 {
    height: 106vw;
  }
}

.wrapman1 .box {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .box img {
    width: 85% !important;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .box img {
    width: 60% !important;
  }
}

.wrapman1 .m1 {
  top: 200px;
  right: 150px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 .m1 {
    top: 17.5%;
    right: 13%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .m1 {
    right: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .m1 {
    top: 18.5%;
    right: 8%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapman1 .m1 {
    right: 5%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapman1 .m1 {
    top: 17.5%;
    right: 2%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapman1 .m1 {
    top: 16.5%;
    right: -6%;
  }
}

.wrapman1 .m2 {
  top: 350px;
  right: 130px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 .m2 {
    top: 31%;
    right: 11%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .m2 {
    right: 7%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .m2 {
    top: 32%;
    right: 5%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapman1 .m2 {
    right: 2%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapman1 .m2 {
    top: 31%;
    right: -2%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapman1 .m2 {
    top: 30%;
    right: -10%;
  }
}

.wrapman1 .m3 {
  top: 560px;
  right: 110px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 .m3 {
    top: 49%;
    right: 8%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .m3 {
    right: 3%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .m3 {
    top: 50%;
    right: 2%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapman1 .m3 {
    right: -2%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapman1 .m3 {
    top: 48%;
    right: -7%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapman1 .m3 {
    top: 47%;
    right: -16%;
  }
}

.wrapman1 .m4 {
  top: 720px;
  right: 110px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 .m4 {
    top: 64%;
    right: 8%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .m4 {
    right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .m4 {
    top: 65%;
    right: 2%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapman1 .m4 {
    right: -2%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapman1 .m4 {
    top: 63%;
    right: -7%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapman1 .m4 {
    top: 61%;
    right: -15%;
  }
}

.wrapman1 .m5 {
  top: 560px;
  left: 45px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 .m5 {
    top: 49%;
    left: 3%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .m5 {
    left: -1%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .m5 {
    top: 50%;
    left: -2%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapman1 .m5 {
    left: -3%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapman1 .m5 {
    top: 48%;
    left: -7%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapman1 .m5 {
    top: 46%;
    left: -14%;
  }
}

.wrapman1 .m6 {
  top: 835px;
  left: 40px;
}

@media only screen and (max-width: 1000px) {
  .wrapman1 .m6 {
    top: 74%;
    left: 3%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapman1 .m6 {
    left: -1%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapman1 .m6 {
    top: 74.5%;
    left: -1%;
  }
}

@media only screen and (max-width: 550px) {
  .wrapman1 .m6 {
    left: -3%;
  }
}

@media only screen and (max-width: 470px) {
  .wrapman1 .m6 {
    top: 72.5%;
    left: -8%;
  }
}

@media only screen and (max-width: 375px) {
  .wrapman1 .m6 {
    top: 70.5%;
    left: -14%;
  }
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.form_wrap.entry dt {
  display: inline-block;
}

.form_wrap.entry dt label {
  display: inline-block;
  margin-left: 5px;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog h1 {
  margin-bottom: 20px;
}

.blog div.wrap {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px !important;
}

.blog aside {
  min-width: auto;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog aside {
    width: 40%;
  }
}

.blog aside #form_calendar table tbody tr td:hover {
  background: rgba(251, 163, 13, 0.2) !important;
}

.blog aside div#form_calendar {
  min-width: auto;
}

.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}

.blog aside h3 {
  background: rgba(102, 183, 236, 0.2);
}

.blog aside li {
  padding: 0;
}

.blog aside li a {
  display: block;
  padding: 10px;
  text-align: left;
  text-decoration: none;
}

.blog aside li a:hover {
  color: #66b7ec;
}

.blog #contents {
  min-width: auto !important;
  margin-bottom: 100px;
  padding: 0 20px;
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    width: 100% !important;
  }
}

.blog #contents article:first-of-type .date {
  margin-top: 0;
}

.blog #contents .date {
  margin-top: 70px;
  color: #999 !important;
}

.blog #contents h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #ccc;
}

.blog #contents h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #66b7ec;
}

.blog #contents h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #66b7ec;
}

.blog #contents article {
  padding: 0;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h1 {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl01 h1 {
    font-size: 21px;
  }
}

.ttl01 h1 {
  padding: 17.5px 10px;
  background: #66b7ec;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .ttl01 h1 {
    padding: 2px 10px;
  }
}

.ttl01 h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 15px;
  font-weight: bold;
}

.ttl02 h1 {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl02 h1 {
    font-size: 21px;
  }
}

.ttl02 h2 {
  position: relative;
  padding: 0 10px;
  font-size: 23px;
  font-weight: bold;
  line-height: 40px;
  color: #1974af;
}

@media only screen and (max-width: 640px) {
  .ttl02 h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
}

.ttl02 h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 17px;
  background-color: #d9f0ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #E7F8FC), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #E7F8FC), color-stop(0.75, #E7F8FC), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.ancBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ancBtn ul li {
  width: 15.2%;
  margin-right: 10%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .ancBtn ul li {
    width: 32%;
    margin-right: 2%;
  }
}

.ancBtn ul li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .ancBtn ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.ancBtn ul li a {
  background: #66b7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#66b7ec), to(#0080c9));
  background: linear-gradient(to bottom, #66b7ec 0%, #0080c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  position: relative;
  display: block;
  padding: 4px 5px;
  border-radius: 10px;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ancBtn ul li a {
    padding: 15px 5px;
  }
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li a {
    padding: 10px 5px;
  }
}

.ancBtn ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 98%;
  height: 85%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li a:before {
    width: 94%;
  }
}

.btnBlue a {
  display: inline-block;
  padding: 7.5px 21px;
  background: #a6dee9;
  border-radius: 5px;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0080c9;
  text-decoration: none;
  letter-spacing: 2px;
}

.btnBlue a:before {
  content: "";
  width: 18px;
  height: 27px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/contents/iconTelBlue.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

.linkTel a {
  text-decoration: none;
}

.pntTxt p {
  font-size: 18px;
  font-weight: bold;
}

.pntTxt p .txtRed {
  font-size: 20px;
  color: #ff0000;
}

.bdrRed {
  padding-bottom: 10px;
  border-bottom: 2px solid #ff0000;
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 20px !important;
  border: none !important;
  border-bottom: 2px dotted #aeaeae !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td {
    padding: 10px 10px 30px 10px !important;
    border-bottom: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type {
    width: 100% !important;
    padding: 10px !important;
    border-bottom: 2px dotted #aeaeae !important;
  }
}

.tbl01 td:first-of-type div {
  font-weight: bold;
}

.tbl01 td a {
  text-decoration: none;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

.bgSt {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img30 img {
  max-width: 30% !important;
  width: 100% !important;
  margin: 2% !important;
}

@media only screen and (max-width: 640px) {
  .img30 img {
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}

.img30 div {
  width: 66%;
}

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

.img30.imgRbox div {
  float: left;
}

.img30.imgLbox div {
  float: right;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gmap iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.bdrBlue {
  border: 1px solid #0080c9;
}

.bdrAqua {
  border: 2px solid #66b7ec;
}

.fancybox-toolbar {
  z-index: 99999999 !important;
}
/*# sourceMappingURL=assets.css.map */