@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -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.9;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

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

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

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

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

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

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
}

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

.pankuzu a {
  color: #333;
}

.pankuzu a:hover {
  color: #3b6795;
}

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

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

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

.smp h2 {
  margin: 70px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}

.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

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: none;
  -webkit-transition: all .8s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

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

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

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", 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;
}

#header {
  position: relative;
  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%;
}

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

#header:before, #header:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
}

#header:before {
  bottom: -4px;
  background-color: #00b300;
}

#header:after {
  bottom: -8px;
  background-color: #3b6795;
}

#header #siteID {
  width: 16%;
  max-width: 270px;
  padding-left: 35px;
}

@media only screen and (max-width: 834px) {
  #header #siteID {
    width: 50%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #header #siteID {
    width: 100%;
  }
}

#header #siteID a {
  opacity: 1;
}

#header #hedR {
  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: 83%;
  max-width: 1140px;
}

#header #nav_global {
  width: 57%;
}

#header #nav_global #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
}

#header #nav_global #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  list-style: none;
}

#header #nav_global #gnavi li a {
  display: block;
  padding: 14px 0;
  font-family: "Josefin Sans", sans-serif;
  color: #333;
  text-decoration: none;
  text-align: center;
}

#header #nav_global #gnavi li a .ja {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

#header #nav_global #gnavi li a:hover {
  color: #3b6795;
}

#header #nav_global #gnavi li .sub {
  position: absolute;
  top: 77px;
  left: 0px;
  width: 100%;
  min-width: 250px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header #nav_global #gnavi li .sub li {
  border-bottom: 1px solid #333;
}

@media only screen and (max-width: 834px) {
  #header #nav_global #gnavi li .sub li {
    border-bottom: 0;
  }
}

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

@media only screen and (max-width: 834px) {
  #header #nav_global #gnavi li .sub li:last-of-type {
    border-bottom: 0;
  }
}

#header #nav_global #gnavi li .sub li a {
  pointer-events: auto !important;
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

@media only screen and (max-width: 834px) {
  #header #nav_global #gnavi li .sub li a {
    font-size: 13px !important;
    text-align: center;
  }
}

#header #nav_global #gnavi li .sub li a:hover {
  background-color: rgba(59, 103, 149, 0.2);
}

#header #nav_global #gnavi li .sub li .en {
  display: block;
  font-size: 11px;
}

@media only screen and (max-width: 834px) {
  #header #nav_global #gnavi li .sub li .en {
    color: rgba(255, 255, 255, 0.5);
  }
}

#header #nav_global #gnavi .spNav {
  display: none;
}

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

#header #hed_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 43%;
}

@media only screen and (max-width: 834px) {
  #header #hed_info {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}

#header #hed_info .linkTel, #header #hed_info .cont {
  width: 50%;
  max-width: 250px;
  min-width: 120px;
  max-height: 100px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #header #hed_info .linkTel, #header #hed_info .cont {
    max-width: 100%;
  }
}

#header #hed_info .linkTel a, #header #hed_info .cont a {
  display: block;
  padding: 34.5px 8px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hed_info .linkTel a, #header #hed_info .cont a {
    padding: 19.5px 5px;
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 640px) {
  #header #hed_info .linkTel a, #header #hed_info .cont a {
    padding: 25.5px 8px;
    font-size: 18px;
  }
}

#header #hed_info .linkTel a i, #header #hed_info .cont a i {
  margin-right: 15px;
  font-size: 1.4vw;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hed_info .linkTel a i, #header #hed_info .cont a i {
    font-size: 3.4vw;
  }
}

@media only screen and (max-width: 640px) {
  #header #hed_info .linkTel a i, #header #hed_info .cont a i {
    font-size: 18px;
  }
}

#header #hed_info .linkTel a:hover, #header #hed_info .cont a:hover {
  font-size: 1.7vw;
}

@media only screen and (max-width: 640px) {
  #header #hed_info .linkTel a:hover, #header #hed_info .cont a:hover {
    font-size: 18px;
  }
}

#header #hed_info .linkTel {
  padding: 23px 5px;
  background-color: #fcc800;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hed_info .linkTel {
    padding: 7px 5px;
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 640px) {
  #header #hed_info .linkTel {
    padding: 0;
    background-color: transparent;
  }
}

#header #hed_info .linkTel i {
  margin-right: 15px;
  font-size: 1.4vw;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hed_info .linkTel i {
    font-size: 3.4vw;
  }
}

#header #hed_info .linkTel a {
  padding: 26px 5px;
  background-color: #fcc800;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #fff;
}

#header #hed_info .linkTel a i {
  font-size: 18px;
}

#header #hed_info .cont a {
  background-color: #3b6795;
}

#mainArea {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 8px;
}

#mainArea #slider {
  width: 100%;
}

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

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    width: auto;
    height: 95vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

#mainArea #mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

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

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 2%;
    right: 20px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    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: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #nav_global nav {
    z-index: 999;
  }
  /* nav */
  #nav_global {
    background: #3b6795;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b6795), to(#155496));
    background: linear-gradient(to bottom, #3b6795 0%, #155496 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    position: fixed;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    padding-left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav_global #gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100%;
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global #gnavi {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global #gnavi li {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global #gnavi li {
    margin: 3px auto;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global #gnavi li a {
    display: block;
    padding: 10px 0;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
    font-size: 20px !important;
    color: #fff !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global #gnavi li a {
    padding: 5px 0 !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global #gnavi .spNav {
    display: block;
  }
  #nav_global #gnavi .sub {
    position: static !important;
    background-color: transparent !important;
  }
  #nav_global #gnavi .sub a {
    font-size: 18px !important;
    color: #fff !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global #gnavi .sub a {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  .open #nav_global {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.cEve a {
  pointer-events: none;
}

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

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

footer#global_footer a:hover {
  text-decoration: underline;
}

footer#global_footer #fotContact {
  position: relative;
  padding: 3.7% 0 5.3% 0;
  background-color: #ccc;
}

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

footer#global_footer #fotContact h2 {
  margin-bottom: 45px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #3b6795;
  text-align: center;
}

footer#global_footer #fotContact h2 .sub {
  position: relative;
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

footer#global_footer #fotContact h2 .sub:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #fcc800;
}

footer#global_footer #fotContact #contWrap {
  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) {
  footer#global_footer #fotContact #contWrap {
    display: block;
  }
}

footer#global_footer #fotContact #contWrap p {
  width: 50%;
  max-width: 330px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #fotContact #contWrap p {
    width: 100%;
    margin: 0 auto;
  }
}

footer#global_footer #fotContact #contWrap a {
  display: block;
  padding: 16px 5px;
  background-color: #fff;
  border: 1px solid #3b6795;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #3b6795;
  line-height: 1;
}

footer#global_footer #fotContact #contWrap a i {
  margin-right: 12px;
  font-size: 32px;
}

footer#global_footer #fotContact #contWrap a:hover {
  background-color: #3b6795;
  color: #fff;
  text-decoration: none;
}

footer#global_footer #fotContact #contWrap .linkTel {
  margin-right: 4%;
  padding: 5.5px 5px;
  background-color: #fff;
  border: 1px solid #3b6795;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #3b6795;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #fotContact #contWrap .linkTel {
    margin: 0 auto 20px auto;
    padding: 0;
    background-color: transparent;
    border: none;
  }
}

footer#global_footer #fotContact #contWrap .linkTel i {
  margin-right: 12px;
  font-size: 32px;
}

footer#global_footer #fotContact #contWrap .linkTel a {
  display: block;
  padding: 18px 5px;
  background-color: #fff;
  border: 1px solid #3b6795;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #3b6795;
}

footer#global_footer #fotContact:before, footer#global_footer #fotContact:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
}

footer#global_footer #fotContact:before {
  bottom: -4px;
  background-color: #3b6795;
}

footer#global_footer #fotContact:after {
  bottom: -8px;
  background-color: #00b300;
}

footer#global_footer #hedInfo {
  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;
  padding: 0 5.3%;
  padding-top: 53px;
  padding-bottom: 30px;
}

footer#global_footer #hedInfo address {
  width: 27%;
  min-width: 270px;
  text-align: left;
}

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

footer#global_footer #hedInfo address h2 {
  margin-bottom: 10px;
}

footer#global_footer #hedInfo address a {
  color: #333;
}

footer#global_footer #hedInfo #nav_footer {
  width: 72%;
  max-width: 420px;
  min-width: 420px;
}

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

footer#global_footer #hedInfo #nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer#global_footer #hedInfo #nav_footer li {
  width: 50%;
  text-align: left;
  list-style: none;
}

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

footer#global_footer #hedInfo #nav_footer li a:hover {
  opacity: 0.7;
}

footer#global_footer #copy {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #333;
}

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

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

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

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

/* --------------------------------------------------------
index.html
--------------------------------------------------------- */
/* title */
.top_ttl01 h2 {
  margin: 8.2% auto 5% auto;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top_ttl01 h2 {
    margin-top: 5%;
    font-size: 18px;
  }
}

.top_ttl01 .blue {
  font-size: 40px;
  color: #3b6795;
}

@media only screen and (max-width: 640px) {
  .top_ttl01 .blue {
    font-size: 22px;
  }
}

.top_ttlGrn h2, .top_ttl02 h2 {
  margin: 8.2% auto 5% auto;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top_ttlGrn h2, .top_ttl02 h2 {
    margin-top: 5%;
    font-size: 18px;
  }
}

.top_ttlGrn h2, .top_ttl02 h2 {
  margin: 0 auto 4.2% auto;
  font-family: "Josefin Sans", sans-serif;
  color: #00b300;
  font-weight: 500;
}

.top_ttlGrn h2 .ja, .top_ttl02 h2 .ja {
  position: relative;
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.top_ttlGrn h2 .ja:before, .top_ttl02 h2 .ja:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #fcc800;
}

.top_ttl02 h2 {
  margin: 21.5% auto 9.5% auto;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .top_ttl02 h2 {
    margin-top: 15%;
  }
}

.top_ttl02 h2 .ja {
  color: #333;
}

.ttl_insta h2 {
  margin-top: 8.2% !important;
  margin-bottom: 4.1% !important;
}

@media only screen and (max-width: 640px) {
  .ttl_insta h2 {
    margin-top: 15% !important;
  }
}

@media only screen and (max-width: 640px) {
  .blk h2 {
    margin-top: 15%;
  }
}

@media only screen and (max-width: 1125px) {
  .blk h2 .blue {
    display: block;
  }
}

/* contents */
.conImg_r, .conImg_l {
  position: relative;
  padding: 4.5% 4.9% 0 4.9%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .conImg_r, .conImg_l {
    padding-top: 18%;
  }
}

@media only screen and (max-width: 640px) {
  .conImg_r, .conImg_l {
    padding: 0;
  }
}

.conImg_r .txt, .conImg_l .txt {
  position: relative;
  z-index: 1;
  width: 49%;
  max-width: 530px;
  padding: 70px 30px;
  background-color: #eee;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .conImg_r .txt, .conImg_l .txt {
    width: 65%;
  }
}

@media only screen and (max-width: 640px) {
  .conImg_r .txt, .conImg_l .txt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 30px 20px;
  }
}

.conImg_r .img, .conImg_l .img {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 0;
  width: 56%;
  max-width: 600px;
}

@media only screen and (max-width: 640px) {
  .conImg_r .img, .conImg_l .img {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

.conImg_r .img img, .conImg_l .img img {
  width: 100% !important;
}

.conImg_l .txt {
  margin: 0 0 0 auto;
}

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

.conImg_l .img {
  left: 5%;
}

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

.top_product h3 {
  margin: 20px auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.top_product p {
  color: #fff;
}

.wrap_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
}

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

.wrap_info .box {
  width: 43%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_info .box {
    width: 48%;
  }
}

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

.wrap_info .infoTxt {
  padding: 5px 0;
  border-top: 1px solid #3b6795;
  border-bottom: 1px solid #3b6795;
}

.wrap_info .infoTxt .scroll {
  height: 355px;
  overflow-x: auto;
}

.wrap_info .infoTxt .scroll dt, .wrap_info .infoTxt .scroll dd {
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 834px) {
  .wrap_info .infoTxt .scroll dt, .wrap_info .infoTxt .scroll dd {
    width: 100% !important;
  }
}

.wrap_info .infoTxt .scroll dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 10px;
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 834px) {
  .wrap_info .infoTxt .scroll dl {
    display: block !important;
  }
}

.wrap_info .blogList {
  padding: 5px 0;
  border-top: 1px solid #3b6795;
  border-bottom: 1px solid #3b6795;
}

.wrap_info .blogList .scroll {
  height: 355px;
  overflow-x: auto;
}

.wrap_info .blogList .blog_list {
  border: none;
}

.wrap_info .blogList .blog_photo {
  display: none !important;
}

.wrap_info .blogList .blog_text {
  width: 100%;
}

.wrap_info .blogList .blog_text .blog_date {
  display: inline-block;
  width: 130px;
  font-size: 16px;
  color: #333;
}

.wrap_info .blogList .blog_text h3 {
  display: inline-block;
  max-width: 317px;
}

.wrap_info .blogList .blog_text h3 a {
  font-weight: bold;
  color: #3b6795;
}

.wrap_info .blogList .blog_text h3 a:hover {
  opacity: 0.7;
}

.wrap_info .blogList .blog_text .detail {
  margin-top: 0;
  font-size: 16px;
  overflow: hidden;
}

.wrap_info .blogList .blog_text .detail p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.insta .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none !important;
}

.insta .sns_list .sns_photo {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .insta .sns_list .sns_photo {
    padding: 2px !important;
  }
}

.insta .sns_list .sns_text {
  display: none;
}

.insta .sns_list > div {
  width: 20%;
  border-bottom: 0;
}

/* --------------------------------------------------------
company.html
--------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 200px;
  }
}

/* --------------------------------------------------------
guardpaint.html
--------------------------------------------------------- */
.wrap_imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.wrap_imgL .txt {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  .wrap_imgL .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.wrap_imgL .img {
  width: 28%;
}

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

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

.wrap_imgL .anno p {
  margin-top: 5px;
  font-size: 13px;
}

.li_st01 {
  margin-bottom: 10px;
}

.li_st01 li {
  padding-left: 0 !important;
}

.check {
  margin-bottom: 30px;
}

.check li {
  position: relative;
  padding: 10px 0 10px 40px;
  border-bottom: 1px dotted rgba(59, 103, 149, 0.4);
  font-size: 18px;
  font-weight: bold;
}

.check li:before {
  content: "\f2f7";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 15px;
  font-size: 30px;
  color: #00b300;
  line-height: 1;
  vertical-align: middle;
}

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

.pdf li {
  float: none !important;
  width: 33%;
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .pdf li {
    width: 50%;
  }
}

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

.pdf li a {
  color: #333;
}

.pdf li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-size: 200;
  font-size: 24px;
  margin-right: 10px;
  color: #ff2323;
  vertical-align: middle;
}

.pdf li a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------
bouseizai.html
--------------------------------------------------------- */
.trick {
  counter-reset: number;
}

.trick dt, .trick dd {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .trick dt, .trick dd {
    display: block !important;
  }
}

.trick dl {
  display: block !important;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}

.trick dt {
  position: relative;
  padding-left: 75px !important;
}

@media only screen and (max-width: 640px) {
  .trick dt {
    padding-left: 8px !important;
    text-align: center;
  }
}

.trick dt:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 8px 0;
  background-color: #00b300;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .trick dt:before {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

.trick dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 0;
  height: 0;
  border-top: solid 23px transparent;
  border-right: solid 23px transparent;
  border-bottom: solid 23px transparent;
  border-left: solid 23px #00b300;
}

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

/* --------------------------------------------------------
sika.html
--------------------------------------------------------- */
.imgFlow .box {
  position: relative;
  padding-right: 5%;
}

@media only screen and (max-width: 640px) {
  .imgFlow .box {
    width: 33%;
    padding-right: 8%;
  }
}

.imgFlow .box:after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .imgFlow .box:after {
    right: 5%;
  }
}

.imgFlow .box:last-of-type:after {
  display: none;
}

/* --------------------------------------------------------
silicon.html
--------------------------------------------------------- */
.silicon01 {
  counter-reset: number;
}

.silicon01 dt, .silicon01 dd {
  border: none !important;
}

.silicon01 dl {
  display: block !important;
  margin-top: 30px;
}

.silicon01 dl:first-of-type {
  margin-top: 0;
}

.silicon01 dt {
  position: relative;
  padding-left: 50px !important;
  border-bottom: 1px dotted #ccc !important;
}

.silicon01 dt:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-style: oblique;
  font-size: 26px;
  color: #00b300;
}

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

.form_wrap dt label {
  font-size: 11px;
}

.form_wrap dt label:after {
  content: "必須";
  display: inline-block;
}

/* --------------------------------------------------------
blog
--------------------------------------------------------- */
header#global_header.blog {
  background-color: #fff;
}

.blog * {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;
}

.blog .fa, .blog .fas {
  font-family: 'Font Awesome 5 Pro' !important;
}

.blog #nav_global a {
  font-family: "Josefin Sans", sans-serif !important;
}

.blog #nav_global a .ja {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.blog #hed_info .cont a {
  font-family: "Josefin Sans", sans-serif !important;
}

.blog .ttl01.bg_ttl {
  padding: 6.3% 0;
  background: url(../images/contents/bg_ttl.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.blog .breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.blog .breadcrumb .pankuzu {
  text-align: right;
}

.blog .breadcrumb .pankuzu a {
  color: #333;
}

.blog .breadcrumb .pankuzu a:hover {
  color: #3b6795;
}

.blog #fotContact h2, .blog #fotContact .cont a {
  font-family: "Josefin Sans", sans-serif !important;
}

.blog #hedInfo h2 {
  line-height: 1;
}

.blog #hedInfo address {
  font-style: inherit;
}

.blog nav a {
  display: block;
  color: #0a8545;
}

.blog nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.blog .date {
  color: #3b6795 !important;
}

.blog article ul li a {
  font-size: 11px;
  color: #333;
}

.blog article img {
  display: inline-block;
  width: 47.6%;
  margin-right: 4%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .blog article img {
    width: 47.3%;
  }
}

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

div#form_calendar table tbody tr td.open:hover {
  background: rgba(59, 103, 149, 0.2);
}

/* --------------------------------------------------------
box
--------------------------------------------------------- */
/* box */
.flex02 {
  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: 640px) {
  .flex02 {
    display: block;
  }
}

.flex02 .box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex02 .box {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

.flex02 .box:nth-of-type(even) {
  margin-right: 0;
}

.flex02 .box img {
  width: 100% !important;
}

.flex03 {
  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: 640px) {
  .flex03 {
    display: block;
  }
}

.flex03 .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex03 .box {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

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

.flex03 .box img {
  width: 100% !important;
}

.flex04 {
  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) {
  .flex04 {
    display: block;
  }
}

.flex04 .box {
  width: 22.5%;
  margin-right: 3%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex04 .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .flex04 .box {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 50px;
  }
}

.flex04 .box:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex04 .box:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex04 .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.flex04 .box img {
  width: 100% !important;
}

.flexImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}

@media screen and (max-width: 640px) {
  .flexImg {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.flexImg .box {
  width: 20%;
  margin-right: 1%;
}

@media only screen and (max-width: 640px) {
  .flexImg .box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}

.flexImg .box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .flexImg .box:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .flexImg .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.flexImg .box img {
  width: auto !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (max-width: 640px) {
  .flexImg .box img {
    height: 120px !important;
  }
}

/* --------------------------------------------------------
title
--------------------------------------------------------- */
.ttl01 h1 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #3b6795;
  letter-spacing: 0.1em;
}

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

.ttl01 h2 {
  margin: 100px auto 20px auto;
  font-size: 28px;
  line-height: 1.5;
}

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

.ttl01 h3 {
  margin: 70px auto 20px auto;
  font-size: 22px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .ttl01 h3 {
    margin-top: 50px;
    line-height: 1.5;
  }
}

.ttl01 h4 {
  margin: 50px auto 10px;
  font-size: 20px;
  line-height: 1.5;
}

.ttl01 h5 {
  margin: 50px auto 10px auto;
  font-size: 19px;
  line-height: 1.5;
}

.ttl01 h6 {
  margin: 30px auto 10px auto;
  font-size: 18px;
  line-height: 1.5;
}

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

.ttl01 h2 {
  position: relative;
  border-bottom: 2px solid #ccc;
}

@media only screen and (max-width: 834px) {
  .ttl01 h2 {
    line-height: 1.5;
  }
}

.ttl01 h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #3b6795;
}

.ttl01 h2 .sub {
  margin-left: 10px;
  font-size: 20px;
  color: #3b6795;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 .sub {
    display: block;
    margin-left: 0;
  }
}

.ttl01 h2 .number {
  position: absolute;
  right: 0;
  bottom: 7px;
  font-size: 13px;
  color: #333;
}

@media only screen and (max-width: 834px) {
  .ttl01 h2 .number {
    position: static;
    display: block;
    text-align: right;
  }
}

.ttl01 h3 {
  position: relative;
  padding: 5px 10px 5px 30px;
  border: 1px solid #ccc;
}

.ttl01 h3:before {
  position: absolute;
  top: .5em;
  left: .5em;
  content: "";
  width: 6px;
  height: calc(100% - 1em);
  background-color: #3b6795;
  border-radius: 4px;
}

.ttl01 h4 {
  display: inline-block;
  padding: 2px 20px;
  background-color: rgba(59, 103, 149, 0.1);
  border: 1px solid #3b6795;
  border-radius: 5px;
  text-align: center;
  color: #3b6795;
}

@media only screen and (max-width: 640px) {
  .ttl01 h4 {
    text-align: left;
  }
}

.ttl01 h5 {
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #3b6795;
  border: 4px double #fff;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .ttl01 h5 {
    display: block;
    padding: 0 10px;
  }
}

.ttl01 h5 .sub {
  font-size: 13px;
}

.ttl01 h6 {
  font-weight: bold;
  color: #3b6795;
}

.ttl01 h6:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  color: #fcc800;
}

.ttl02 h1 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #3b6795;
  letter-spacing: 0.1em;
}

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

.ttl02 h2 {
  margin: 100px auto 20px auto;
  font-size: 28px;
  line-height: 1.5;
}

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

.ttl02 h3 {
  margin: 70px auto 20px auto;
  font-size: 22px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .ttl02 h3 {
    margin-top: 50px;
    line-height: 1.5;
  }
}

.ttl02 h4 {
  margin: 50px auto 10px;
  font-size: 20px;
  line-height: 1.5;
}

.ttl02 h5 {
  margin: 50px auto 10px auto;
  font-size: 19px;
  line-height: 1.5;
}

.ttl02 h6 {
  margin: 30px auto 10px auto;
  font-size: 18px;
  line-height: 1.5;
}

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

.ttl02 h2 {
  padding: 5px 10px 5px 15px;
  background-color: #3b6795;
  border-left: 8px solid #fcc800;
  color: #fff;
}

.ttl02 h3 {
  padding: 5px 10px 5px 15px;
  background-color: #3b6795;
  border-left: 8px solid #fcc800;
  color: #fff;
}

.ttl02 h4 {
  padding: 0 10px 0 15px;
  background-color: #eee;
  border-left: 7px solid #3b6795;
}

.bg_ttl {
  padding: 10% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .bg_ttl {
    margin-bottom: 30px;
  }
}

.ttlBlue {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #3b6795;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
}

/* --------------------------------------------------------
table
--------------------------------------------------------- */
.tbl_st01 td {
  padding: 10px 20px !important;
}

.tbl_st01 td:first-of-type {
  width: 30%;
  background-color: #3b6795;
}

.tbl_st01 td:first-of-type div {
  color: #fff;
  text-align: center;
}

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

.tbl_st01 td i {
  margin-right: 10px;
  font-size: 10px;
  color: #fcc800;
}

.tbl_st02 td {
  padding: 20px 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl_st02 td {
    padding: 10px !important;
  }
}

.tbl_st02 td div {
  text-align: center;
}

.tbl_st02 tr:first-of-type td {
  background-color: #3b6795;
}

.tbl_st02 tr:first-of-type td div {
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto !important;
  }
}

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

.tbl_center td div {
  text-align: center;
}

/* --------------------------------------------------------
button
--------------------------------------------------------- */
.btn_grn a {
  display: block;
  margin-top: 20px;
  padding: 4px;
  background-color: #0a8545;
  border: 1px solid #fff;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .btn_grn a {
    padding: 15px 10px;
  }
}

.btn_grn a:hover {
  background-color: rgba(10, 133, 69, 0.4);
}

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

/* --------------------------------------------------------
text
--------------------------------------------------------- */
.pntTxt01 p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(252, 231, 0, 0.5)));
  background: linear-gradient(transparent 70%, rgba(252, 231, 0, 0.5) 70%);
  font-size: 20px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .pntTxt01 p {
    display: block;
    padding: 20px 10px;
    background: rgba(252, 231, 0, 0.3);
    font-size: 16px;
    text-align: left !important;
  }
}

.pntTXt02 {
  font-size: 24px;
  font-weight: bold;
}

.circle li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 10px;
  margin-right: 10px;
  color: #333;
  vertical-align: middle;
}

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

.bg_st {
  margin-top: 7.4%;
  padding: 5.8% 0 7.3% 0;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .bg_st {
    margin-top: 14%;
    padding: 10% 0;
  }
}

.bg_blue {
  padding: 4%;
  background-color: rgba(59, 103, 149, 0.1);
}

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5, .mg_t0 h6 {
  margin-top: 0 !important;
}

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

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

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

.green, .blue {
  display: inline-block;
  padding: 0 6px 0 8px;
  font-size: 30px;
  font-weight: bold;
  color: #0a8545;
}

.blue {
  color: #3b6795;
}

.new {
  margin-right: 5px;
  padding: 0 3px;
  background-color: #ff2323;
  font-size: 11px;
  color: #fff;
  line-height: 1;
}

.imgBdr .box {
  padding: 5px;
  border: 1px solid #ccc;
}

.li_mg10 li {
  margin: 10px auto;
}
/*# sourceMappingURL=assets.css.map */