@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -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: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  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, h4, h5, h6 {
  line-height: 1.5;
}

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

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

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

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

#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 {
  text-align: left;
}

.pankuzu {
  max-width: 1020px;
  font-size: 13px;
  color: #333;
}

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

.pankuzu li {
  display: inline-block;
}

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

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

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .policy h2 {
    font-size: 18px;
  }
}

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

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

.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 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

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

#global_header section {
  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;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#global_header section .siteID {
  width: 30%;
  max-width: 298px;
  text-align: left;
}

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

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

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

#global_header section .hedR {
  width: 68%;
  text-align: right;
}

#global_header section .hedTxt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedTxt {
    display: none;
  }
}

#global_header section .hedTxt .pntTxt {
  color: #db7f25;
}

#global_header section .linkTel {
  display: inline-block;
  padding: 8px 17px;
  border-radius: 5px;
  background: #209f65;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #global_header section .linkTel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 50%;
    padding: 17px 17px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel a {
    height: 85px;
    display: block;
    padding: 7.5px 10px;
    background: #209f65;
    color: #fff;
  }
}

#global_header section .linkTel .telNum {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel .telNum {
    font-size: 0;
  }
}

#global_header section .linkTel .telNum:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/contents/iconTelWh.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel .telNum:before {
    width: 18px;
    height: 24px;
  }
}

#global_header section .linkTel .timeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel .timeBox {
    display: block;
  }
}

#global_header section .linkTel .timeBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel .timeBox dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 5px 0;
  }
}

#global_header section .linkTel .timeBox dl:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel .timeBox dl:last-of-type {
    margin-bottom: 0;
  }
}

#global_header section .linkTel .timeBox dl dt, #global_header section .linkTel .timeBox dl dd {
  font-weight: bold;
  line-height: 1;
}

#global_header section .linkTel .timeBox dl dt {
  display: inline-block;
  margin-right: 4px;
  padding: 2.5px 7px;
  background: #fff;
  border-radius: 3px;
  font-size: 11px;
  color: #209f65;
}

#global_header section .linkTel .timeBox dl dd {
  font-size: 13px;
}

#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;
  padding: 10px 0;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi {
    padding: 70px 0 0 0;
  }
}

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

#global_header nav #gnavi li:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li:before {
    display: none;
  }
}

#global_header nav #gnavi li:first-of-type:before {
  display: none;
}

#global_header nav #gnavi li a {
  display: block;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li a {
    text-align: left;
  }
}

#global_header nav #gnavi li a:hover {
  color: #ff9b39;
}

#global_header nav #gnavi li .sub {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background-color: #fffbf0;
  z-index: 100;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#global_header nav #gnavi li .sub li {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub li {
    border-bottom: none;
  }
}

#global_header nav #gnavi li .sub li:before {
  display: none;
}

#global_header nav #gnavi li .sub li:last-of-type {
  border-bottom: 0;
}

#global_header nav #gnavi li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub li a {
    text-align: left;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: initial;
            transform: initial;
    display: block;
    width: 70px;
    padding: 21px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone > a {
    position: relative;
    margin-right: 70px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone .sub {
    display: none !important;
  }
}

#global_header nav #gnavi .peNone .sub li:first-of-type a {
  border-top: 0;
}

#global_header nav #gnavi .peNone ul li a {
  pointer-events: auto;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open .sub {
    display: block !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open:before {
    content: "\f00d";
  }
}

.spNav {
  display: none;
}

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

#mainArea {
  overflow: hidden;
  position: relative;
}

#mainArea #slider {
  width: 100%;
}

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

#mainArea #slider li img {
  width: 100%;
  height: auto;
  min-height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    height: 200px !important;
    min-height: auto;
    width: auto !important;
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  #mainArea .mainTxt {
    height: 200px;
  }
}

#mainArea .mainTxt .inner {
  text-align: center;
}

#mainArea .mainTxt .inner img {
  width: 70% !important;
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .inner img {
    width: 100% !important;
  }
}

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

.is-scrolled #hedFixed #gnavi {
  padding: 0;
}

/* ----------------------------------------------------------
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: 18px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #75a04b;
  }
  #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: 1000;
  }
  #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: 990;
    padding: 0 !important;
    background: #fffbf0;
    -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: 20.5px 20px !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    color: #333 !important;
  }
  #global_header nav ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_header nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

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

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

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

footer#global_footer .fixBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 150px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fixBtn {
    width: 50%;
  }
}

footer#global_footer .fixBtn a {
  display: block;
  padding: 15px 10px 10px 10px;
  background: #ff9b39;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fixBtn a {
    padding: 11px 10px 10px 10px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fixBtn a {
    padding: 11px 10px 10px 10px;
    height: 85px;
  }
}

footer#global_footer .fixBtn a i {
  font-size: 26px;
  font-weight: 900;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fixBtn a i {
    display: inline-block;
  }
}

footer#global_footer .fixBtn a p {
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fixBtn a p {
    display: inline-block;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fixBtn a p {
    font-size: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fixBtn a p br {
    display: none;
  }
}

footer#global_footer .fixBtn a .pntTxt {
  margin-top: 7px;
  padding: 5px 3px;
  background: #ff6600;
  border-radius: 15px;
  line-height: 1;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fixBtn a .pntTxt {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fixBtn a .pntTxt {
    font-size: 14px;
  }
}

footer#global_footer .fixBtn a:hover {
  background: #ff6600;
}

footer#global_footer .fixBtn a:hover .pntTxt {
  background: #6c3500;
}

footer#global_footer #footer .fotCont {
  padding: 50px 0;
  background: url(../images/contents/bgContact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

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

footer#global_footer #footer .fotCont .bgWh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 45px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  line-height: 1.5;
}

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

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

footer#global_footer #footer .fotCont address {
  width: 28%;
  margin-right: 5%;
}

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

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

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

footer#global_footer #footer .fotCont address dl dt {
  display: inline-block;
  margin: 5px 0 3px 0;
  padding: 1px 10px;
  border-radius: 3px;
  background: #333;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

footer#global_footer #footer .fotCont address dl dd span {
  display: inline-block;
  width: 60px;
}

footer#global_footer #footer .fotCont address > a {
  display: inline-block;
  margin: 5px 0;
}

footer#global_footer #footer .fotCont address > a i {
  margin-right: 7px;
  font-weight: 900;
  color: #ff6600;
}

footer#global_footer #footer .fotCont address > a:hover {
  color: #ff6600;
}

footer#global_footer #footer .fotCont address > p img {
  width: 87%;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .fotCont address > p img {
    width: auto;
  }
}

footer#global_footer #footer .fotCont .contR {
  width: 67%;
}

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

footer#global_footer #footer .fotCont .contR > .ttl {
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 4px double #ccc;
  font-weight: bold;
  line-height: 1.8;
}

footer#global_footer #footer .fotCont .contR > .ttl .pntTxt {
  font-size: 20px;
  color: #ff9b39;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .fotCont .contR > .ttl .pntTxt {
    font-size: 18px;
  }
}

footer#global_footer #footer .fotCont .contR p {
  font-size: 14px;
  line-height: 1.7;
}

footer#global_footer #footer .fotCont .contR .contBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding: 20px 30px;
  background: #fffbf0;
  -webkit-box-shadow: 0 0 7px rgba(114, 81, 48, 0.1);
          box-shadow: 0 0 7px rgba(114, 81, 48, 0.1);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #footer .fotCont .contR .contBox {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .fotCont .contR .contBox {
    display: block;
    padding: 25px 20px;
  }
}

footer#global_footer #footer .fotCont .contR .contBox li {
  width: 46%;
  margin-right: 8%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .fotCont .contR .contBox li {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

footer#global_footer #footer .fotCont .contR .contBox li:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .fotCont .contR .contBox li:last-of-type {
    margin-bottom: 0;
  }
}

footer#global_footer #footer .fotCont .contR .contBox .linkTel p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

footer#global_footer #footer .fotCont .contR .contBox .linkTel .ttl {
  margin-bottom: 10px;
  padding: 4px;
  background: #75a04b;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

footer#global_footer #footer .fotCont .contR .contBox .linkTel .telNum {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 920px) {
  footer#global_footer #footer .fotCont .contR .contBox .linkTel .telNum {
    font-size: 23px;
  }
}

footer#global_footer #footer .fotCont .contR .contBox .linkTel .telNum:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-right: 5px;
  background: url(../images/contents/iconTel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

footer#global_footer #footer .fotCont .contR .contBox .cont a {
  display: block;
  padding: 17px 5px;
  background: #ff9b39;
  border-radius: 5px;
  color: #fff;
}

footer#global_footer #footer .fotCont .contR .contBox .cont a p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 920px) {
  footer#global_footer #footer .fotCont .contR .contBox .cont a p {
    font-size: 16px;
  }
}

footer#global_footer #footer .fotCont .contR .contBox .cont a i {
  font-size: 20px;
  font-weight: 900;
  margin-right: 10px;
}

@media only screen and (max-width: 920px) {
  footer#global_footer #footer .fotCont .contR .contBox .cont a i {
    margin-right: 4px;
  }
}

footer#global_footer #footer .fotCont .contR .contBox .cont a .timeWrap {
  font-size: 14px;
}

footer#global_footer #footer .fotCont .contR .contBox .cont a:hover {
  background: #ff6600;
}

footer#global_footer #pagetop a {
  display: block;
  background: #75a04b;
}

footer#global_footer #pagetop a i {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

footer#global_footer .fotMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 25px 0;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .fotMenu {
    padding: 30px 150px 25px 150px;
  }
}

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

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

footer#global_footer .fotMenu li {
  margin-bottom: 5px;
  padding: 0 15px;
}

footer#global_footer .fotMenu li a {
  text-decoration: none;
}

footer#global_footer #copy {
  display: block;
  padding: 13px 10px;
  border-top: 1px solid #ccc;
  font-size: 14px;
}

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

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

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

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

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl {
  text-align: center;
}

.topTtl h2 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-size: 26px;
  color: #75a04b;
}

@media only screen and (max-width: 640px) {
  .topTtl h2 {
    padding: 0 40px;
    font-size: 24px;
  }
}

.topTtl h2:before, .topTtl h2:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 31px;
  height: 30px;
}

@media only screen and (max-width: 640px) {
  .topTtl h2:before, .topTtl h2:after {
    width: 20px;
    height: 21px;
  }
}

.topTtl h2:before {
  left: 0;
  background: url(../images/contents/ttlKazariL.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.topTtl h2:after {
  right: 0;
  background: url(../images/contents/ttlKazariR.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.topNewsTtl {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.topNewsTtl:before, .topNewsTtl:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.topNewsTtl:before {
  top: 20px;
  left: 20px;
  z-index: 2;
  background: #fffbf0;
}

@media only screen and (max-width: 640px) {
  .topNewsTtl:before {
    top: 15px;
  }
}

.topNewsTtl:after {
  visibility: initial !important;
  top: 25px;
  left: 25px;
  z-index: 1;
  background: #4c6831;
}

@media only screen and (max-width: 640px) {
  .topNewsTtl:after {
    top: 20px;
  }
}

.topNewsTtl h2 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .topNewsTtl h2 {
    font-size: 18px;
  }
}

/* contents */
.topWorks .boxWrap {
  overflow: hidden;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  padding: 4px;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .topWorks .boxWrap {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.topWorks .boxWrap:hover {
  background: #27ad76;
  -webkit-transition: 1s;
  transition: 1s;
}

.topWorks .boxWrap:nth-of-type(3n) {
  margin-right: 0;
}

.topWorks .boxWrap .box {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.topWorks .boxWrap a {
  position: relative;
  display: block;
  width: 100% !important;
  padding: 30% 2%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topWorks .boxWrap a {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .topWorks .boxWrap a {
    margin-bottom: 0 !important;
  }
}

.topWorks .boxWrap a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topWorks .boxWrap a h3 img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .topWorks .boxWrap a h3 img {
    margin: 0 !important;
  }
}

.wrapInfo {
  position: relative;
}

.wrapInfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: url(../images/contents/namiTop.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top center;
}

@media only screen and (max-width: 640px) {
  .wrapInfo:before {
    background-size: cover;
  }
}

.wrapInfo .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

@media only screen and (max-width: 640px) {
  .wrapInfo .inner {
    padding: 0 20px;
  }
}

.wrapInfo .txtBox {
  width: 65%;
  margin-right: 4%;
}

@media only screen and (max-width: 640px) {
  .wrapInfo .txtBox {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapInfo .txtBox .nameWrap dl {
    display: block !important;
  }
}

.wrapInfo .txtBox .nameWrap dl dt, .wrapInfo .txtBox .nameWrap dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

.wrapInfo .txtBox .nameWrap dl dt {
  min-width: 62px;
  margin-right: 15px;
  padding: 5px 10px !important;
  border-top: 4px double #75a04b !important;
  border-bottom: 4px double #75a04b !important;
  font-size: 14px;
  color: #75a04b;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapInfo .txtBox .nameWrap dl dt {
    margin-bottom: 5px;
    text-align: center !important;
  }
}

.wrapInfo .txtBox .nameWrap dl dd {
  font-size: 30px;
}

.wrapInfo .txtBox .nameWrap dl dd .en {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

.wrapInfo .imgBox {
  width: 33%;
}

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

.wrapInfo .imgBox img {
  width: 100% !important;
}

.topFaq {
  background-position: center;
}

.topFaq .bgWh {
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.95);
  border: 4px double rgba(51, 51, 51, 0.3);
}

@media only screen and (max-width: 640px) {
  .topFaq .bgWh {
    padding: 30px 25px;
  }
}

.topFaq .bgWh li {
  overflow: initial !important;
  position: relative;
  margin-bottom: 30px;
  padding-left: 75px;
}

.topFaq .bgWh li p {
  position: relative;
  padding: 13px 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  line-height: 1.5;
}

.topFaq .bgWh li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 10px solid transparent;
  border-right: 9px solid #FFF;
  z-index: 2;
}

.topFaq .bgWh li p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 10.5px solid transparent;
  border-right: 10.5px solid rgba(51, 51, 51, 0.3);
}

.topFaq .bgWh li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
}

.topFaq .bgWh li:nth-of-type(odd) p {
  font-weight: bold;
  color: #e7234d;
}

.topFaq .bgWh li:nth-of-type(even):before {
  height: 67px;
  background: url(../images/contents/icon_faq02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.topFaq .bgWh .faq01 li:nth-of-type(odd):before {
  height: 63px;
  background: url(../images/contents/icon_faq01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.topFaq .bgWh .faq02 li:nth-of-type(odd):before {
  height: 65px;
  background: url(../images/contents/icon_faq03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.topFaq .bgWh .bdr {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.3);
}

.topColumn {
  position: relative;
}

.topColumn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: url(../images/contents/namiBottom.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom center;
}

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

.topBlog .blog_list > div {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBlog .blog_list > div {
    width: 32%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .topBlog .blog_list > div {
    width: 100%;
    margin-right: 0;
  }
}

.topBlog .blog_list > div:nth-of-type(3n) {
  margin-right: 0;
}

.topBlog .blog_list > div a {
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
}

.topBlog .blog_list > div a .blog_photo {
  display: none;
}

.topBlog .blog_list > div a .blog_text {
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

.topBlog .blog_list > div a .blog_text .blog_date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 12px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 13px;
  color: #333 !important;
  line-height: 1;
}

.topBlog .blog_list > div a .blog_text h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #75a04b;
}

.topBlog .blog_list > div a .blog_text .detail {
  margin-top: 0 !important;
}

.newsTxt {
  border: 1px solid #ccc;
  border-top: 0;
}

.newsTxt .scroll {
  max-height: 240px;
  overflow-x: auto;
}

.newsTxt dl {
  margin: 0 10px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.3);
}

@media only screen and (max-width: 640px) {
  .newsTxt dl {
    display: block !important;
  }
}

.newsTxt dl dt, .newsTxt dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

.newsTxt dl dt {
  min-width: 140px;
}

@media only screen and (max-width: 640px) {
  .newsTxt dl dt {
    margin-bottom: 10px;
  }
}

.newsTxt dl dt span {
  display: inline-block;
  padding: 0 20px;
  border-radius: 11px;
  background: #ff9b39;
}

@media only screen and (max-width: 640px) {
  .newsTxt dl dd {
    width: 100% !important;
  }
}

.newsTxt dl:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
.faqWrap li {
  position: relative;
  overflow: initial !important;
  padding-left: 35px;
}

.faqWrap li:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  line-height: 1;
}

.faqWrap li:nth-of-type(odd) {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #75a04b;
  font-weight: bold;
  color: #75a04b;
}

.faqWrap li:nth-of-type(odd):before {
  content: "Q.";
  font-size: 24px;
  font-weight: bold;
}

.faqWrap li:nth-of-type(even):before {
  content: "A.";
  font-size: 24px;
  font-weight: bold;
  color: #ff6600;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.flowCont {
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .flowCont {
    margin-top: 20px;
  }
}

.flowCont .linkTel {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .flowCont .linkTel {
    display: block;
    text-align: center;
  }
}

.flowCont .linkTel:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-right: 5px;
  background: url(../images/contents/iconTel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.flowCont .linkTel a {
  font-weight: bold;
}

.flowCont .timeBox {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .flowCont .timeBox {
    display: block;
    text-align: center;
  }
}

/* ------------------------------------------------------------
info.html
------------------------------------------------------------ */
.nameBox {
  font-size: 26px;
}

.nameBox .ttl {
  display: inline-block;
  margin-right: 15px;
  border-top: 4px double #75a04b;
  border-bottom: 4px double #75a04b;
  font-size: 16px;
  color: #75a04b;
  vertical-align: middle;
}

.nameBox .en {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #929292;
  vertical-align: middle;
}

.accessWrap .gmap iframe {
  height: 44.5vw;
  min-height: 366px;
  max-height: 450px;
}

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

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

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

.form_wrap.confirm {
  margin-top: 30px;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog .ttl01.h1txt {
  width: 100%;
}

.blog div.wrap {
  width: 100%;
  max-width: 1020px;
}

.blog div#form_calendar table tbody tr td:hover {
  background: rgba(117, 160, 75, 0.2) !important;
}

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

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

.blog aside nav > div {
  background: #75a04b;
  color: #fff;
}

.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}

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

.blog aside nav ul li a:hover {
  color: #75a04b;
}

.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}

.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #333;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.blog aside nav .pages li a:hover {
  color: #75a04b;
}

.blog aside nav .pages li a:hover .translate {
  color: #75a04b;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}

.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
}

.blog #contents h1, .blog #contents h2 {
  margin-bottom: 10px;
  padding: 1em 1em;
  font-weight: bold;
  border-bottom: 1px solid #425b2a;
  background: #eeece8;
  font-size: 20px;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 640px) {
  .blog #contents h1, .blog #contents h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents article {
    padding: 0;
  }
}

.blog #contents article article {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .blog #contents article article img {
    margin: 10px auto 20px auto;
  }
}

.blog #contents article > ul li {
  margin-right: 7px;
}

.blog #contents article > ul a {
  padding: 3px 7px;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}

.blog #contents article .detail {
  margin-top: 5px !important;
}

.blog #contents article .flex_images {
  display: block !important;
}

.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}

.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}

.wrapTtl.blog p {
  font-size: 40px;
  color: #333;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .wrapTtl.blog p {
    font-size: 28px;
    text-align: center !important;
  }
}

.contact_01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .home_profile .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home_profile .flexBox .imgBox {
    margin-bottom: 30px;
  }
  .home_profile .flexBox .imgBox img {
    width: 75% !important;
  }
}

.home_profile dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.flexBox .box02 {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 30px;
}

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

.ttl01 h3 {
  font-size: 22px;
}

.ttl01 h4 {
  font-size: 18px;
}

.ttl01 h4 {
  font-size: 18px;
}

.ttl01 h2 {
  background: #fff;
  font-size: 24px;
  padding: 1em 1em;
  padding-left: 1.3em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  position: relative;
  font-weight: bold;
  border: 1px solid #ff9b39;
}

.ttl01 h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 500px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #75a04b;
}

.ttl01 h3 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  color: #75a04b;
}

.ttl01 h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #75a04b;
}

.ttl01 h4, .ttl01 h5 {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}

.ttl01 h4:before, .ttl01 h5:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 6px;
  height: 20px;
  border-radius: 5px;
  background: #ff9b39;
}

.ttl02 h2 {
  font-size: 30px;
}

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

.ttl02 h3 {
  font-size: 22px;
}

.ttl02 h4 {
  font-size: 18px;
}

.ttl02 h4 {
  font-size: 18px;
}

.ttl02 h4 {
  padding: 3px 10px;
  border-bottom: 1px solid #75a04b;
  border-left: 5px solid #75a04b;
  font-weight: bold;
}

.flowTtl h2 {
  position: relative;
  border-bottom: 4px double #ccc;
  font-size: 26px;
  font-weight: bold;
  color: #75a04b;
}

.flowTtl h2:before {
  counter-increment: number;
  content: "STEP" counter(number) ".";
  margin-right: 7px;
}

.wrapTtl {
  background-color: #fff;
  background-image: radial-gradient(#fffbf0 30%, rgba(255, 251, 240, 0) 33%), radial-gradient(#fffbf0 30%, rgba(255, 251, 240, 0) 33%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
}

.pagettl.h1txt {
  padding: 20px 0 30px 0;
}

.pagettl.h1txt h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .pagettl.h1txt h1 {
    font-size: 28px;
    text-align: center !important;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnGrn a {
  display: inline-block;
  padding: 8.5px 54px;
  border-radius: 5px;
  background: #27ad76;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btnGrn a {
    display: block;
    padding: 8.5px 5px;
  }
}

.btnGrn a:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 10px;
}

.btnGrn a:hover {
  background: #0b3021;
}

.pdfBtn a:before {
  content: "\f1c1";
}

.ancBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.ancBtn ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  .ancBtn ul li {
    width: 100%;
    margin-right: 0;
  }
}

.ancBtn ul li:nth-of-type(3n) {
  margin-right: 0;
}

.ancBtn ul li a {
  position: relative;
  display: block;
  padding: 8px 25px 8px 10px;
  background: #27ad76;
  border: 1px solid #27ad76;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.ancBtn ul li a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ancBtn ul li a:hover {
  background: #fff;
  color: #27ad76;
}

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

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

.pntLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 234, 57, 0)), color-stop(50%, #ffea39));
  background: linear-gradient(rgba(255, 234, 57, 0) 50%, #ffea39 50%);
}

.bdrDbl {
  border: 4px double #ccc;
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

.tbl02 td {
  padding: 10px !important;
  border: none !important;
  border-bottom: 1px dotted #ccc !important;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .tbl02 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liDots li {
  position: relative;
  margin: 0 40px 10px 0;
  padding-left: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .liDots li {
    width: 100%;
    margin-right: 0;
  }
}

.liDots li:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #ccc;
}

.kome li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1.5;
}

.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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

.liNum ul {
  counter-reset: number;
}

.liNum li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1.5;
}

.liNum li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

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

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

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img02 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.img02 ul li:nth-of-type(even) {
  margin-right: 0;
}

.img02 ul li img {
  margin: 0 !important;
}

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

.gmap iframe {
  vertical-align: bottom;
}

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

.anc {
  clear: inherit !important;
}

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

.linkTel a {
  text-decoration: none;
}
/*# sourceMappingURL=assets.css.map */