@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@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.6;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden;
}

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

.inner {
  margin: 0 auto;
  max-width: 980px;
  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: 60px;
}

#contents {
  width: 100%;
  max-width: 980px;
  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 {
  font-size: 13px;
}

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

.pankuzu a {
  color: #666;
}

.pankuzu a:hover {
  opacity: 0.7;
}

.policy h2 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

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

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

a:hover {
  opacity: 0.7;
}

@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: "游ゴシック", 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;
  margin-bottom: 20px;
}

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

@media only screen and (max-width: 834px) {
  header#global_header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: 48px;
    background-color: #000;
  }
}

#header {
  width: 100%;
  padding: 5px 0 22px 0;
  border-top: 7px solid #fff;
  border-bottom: 8px solid #fff;
  color: #fff;
}

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

#header .hedL, #header .hedR {
  width: 49.5%;
}

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

#header #hedTxt {
  margin-bottom: 25px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #header #hedTxt {
    margin-bottom: 0;
    text-align: center;
  }
}

#header #siteID {
  width: 100%;
  max-width: 360px;
}

@media only screen and (max-width: 640px) {
  #header #siteID {
    position: fixed;
    top: 13px;
    left: 10px;
    z-index: 101;
    width: 150px;
  }
}

#header #siteID a {
  opacity: 1;
}

#header #hedR {
  max-width: 320px;
}

@media only screen and (max-width: 640px) {
  #header #hedR {
    margin: 0 auto;
  }
}

#header #hedR p {
  margin-bottom: 8px;
  text-align: left;
}

#header #hed_info {
  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;
}

#header #hed_info .cont {
  margin-right: 8px;
}

#header #hed_info .cont a {
  display: block;
  width: 90px;
  padding: 7px 5px;
  background-color: #f2be00;
  text-align: center;
}

#header #hed_info .hed_InfoR {
  width: 210px;
}

#header #hed_info .hed_InfoR li {
  margin-bottom: 10px;
  text-align: left;
}

#header #hed_info .hed_InfoR li:last-of-type {
  margin-bottom: 0;
}

#nav_global {
  padding: 14px 0;
  background-color: #fff;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px dashed #818181;
}

@media only screen and (max-width: 834px) {
  #nav_global ul li {
    border: none;
  }
}

#nav_global ul li:first-of-type {
  border-left: 1px dashed #818181;
}

@media only screen and (max-width: 834px) {
  #nav_global ul li:first-of-type {
    border-left: 0;
  }
}

#nav_global ul li a {
  display: block;
  padding: 2px 0;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#nav_global ul li a .ja {
  padding: 0 7px;
  border-radius: 3px;
}

#nav_global ul li a .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #f2be00;
}

#nav_global ul li a:hover .ja {
  background-color: #f2be00;
}

.spNav {
  display: none;
}

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

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    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: #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: 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 {
    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);
    background-color: rgba(0, 0, 0, 0.9);
  }
  #nav_global ul {
    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 ul {
    margin-top: 40px !important;
  }
}

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

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

@media only screen and (max-width: 834px) {
  #nav_global ul 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 ul li a {
    padding: 5px 0 !important;
    font-size: 16px !important;
  }
}

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

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

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  font-size: 13px;
}

footer#global_footer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

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

footer#global_footer #footer .inner {
  position: relative;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .inner {
    padding-top: 55px;
  }
}

footer#global_footer #pagetop {
  position: absolute;
  top: 7px;
  right: 0;
  width: 125px;
}

footer#global_footer #pagetop a {
  display: block;
  width: 100%;
  padding: 13.5px 5px;
  background-color: #fff;
  text-align: center;
}

footer#global_footer #pagetop a:hover {
  background-color: #f2be00;
  opacity: 1;
}

footer#global_footer #nav_footer {
  padding: 25px 120px 35px 0;
  border-bottom: 1px solid #474747;
  text-align: left;
}

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

footer#global_footer #nav_footer li {
  display: inline-block;
  padding-right: 10px;
}

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

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

footer#global_footer address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #474747;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer address {
    text-align: left;
  }
}

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

footer#global_footer address #fotID {
  margin-right: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer address #fotID {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer address #fotID {
    margin: 0 auto 15px auto;
  }
}

footer#global_footer #fotInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

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

footer#global_footer #fotInfo p {
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #fotInfo p {
    margin: 0 auto 15px auto;
  }
}

footer#global_footer #fotInfo #fotTel li {
  margin-bottom: 10px;
  padding-left: 5px;
}

footer#global_footer #fotInfo #fotTel .linkTel {
  padding-left: 0;
}

footer#global_footer #copy {
  display: block;
  padding: 15px 0;
  font-size: 13px;
  text-align: right;
}

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

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

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

/* -----------------------------------------------------------
index.html
----------------------------------------------------------- */
.mainArea {
  overflow: hidden;
  background-color: #000;
}

.mainArea .inner_main {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

.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: 40vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: center top;";
  }
}

.mainArea .slider .slick-arrow {
  display: none !important;
}

.mainArea .mainTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10.5px 35px;
}

@media only screen and (max-width: 640px) {
  .mainArea .mainTxt {
    position: static;
    padding: 10px;
  }
}

.mainArea p {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .mainArea p {
    margin-bottom: 5px;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainArea p {
    font-size: 2.7vw;
  }
}

@media only screen and (max-width: 640px) {
  .mainArea p {
    font-size: 4.2vw;
  }
}

.wrap_greeting {
  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_greeting {
    display: block;
  }
}

.wrap_greeting .txt {
  width: 71%;
}

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

.wrap_greeting .img {
  width: 27%;
}

@media only screen and (max-width: 640px) {
  .wrap_greeting .img {
    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%;
    margin-top: 30px;
  }
}

.wrap_greeting .img img {
  margin-bottom: 10px;
  border: 8px solid #040000;
}

@media only screen and (max-width: 640px) {
  .wrap_greeting .img > div {
    width: 48%;
  }
}

.feature {
  margin-top: 55px;
  padding: 15px;
  border: 4px solid #e3e3e3;
}

.feature h3 {
  max-width: 210px;
  margin: 0 auto 15px auto;
  padding: 6.5px 5px;
  background-color: #f2be00;
}

.feature .li_st li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .feature .li_st li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
}

.feature .li_st li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.service {
  margin-top: 30px;
  border-top: 8px solid #1a1a1a;
  border-bottom: 8px solid #1a1a1a;
  padding-top: 17px;
}

.service h2 {
  margin-bottom: 17px;
}

.service .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d0d0d0;
}

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

.service .flex .box {
  width: 33%;
  padding: 2% 4.5%;
  border-right: 1px solid #d0d0d0;
}

@media only screen and (max-width: 640px) {
  .service .flex .box {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d0d0d0;
  }
}

.service .flex .box:last-of-type {
  border-right: 0;
}

.service .flex .box ul {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .service .flex .box li:first-of-type img {
    width: 100% !important;
    height: 100px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: center top;";
  }
}

.service .flex .box li:nth-of-type(2) {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 72px;
  padding: 7px 5px;
  background-color: #1a1a1a;
  text-align: center !important;
}

.service .flex .box li:nth-of-type(2) img {
  vertical-align: middle;
}

.topInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

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

.topInfo .news {
  width: 60%;
}

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

.topInfo .addr {
  width: 36%;
}

@media only screen and (max-width: 640px) {
  .topInfo .addr {
    width: 100%;
    margin-top: 30px;
  }
}

.topInfo .addr .gmap iframe {
  border: 1px solid #000 !important;
}

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

.topInfo .addr p {
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .topInfo .addr p {
    text-align: center;
  }
}

.wrap_news .scroll {
  height: 125px;
  overflow-x: auto;
}

.wrap_news dt,
.wrap_news dd {
  border: none !important;
  padding: 10px 5px !important;
}

.wrap_news dl {
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}

/* -----------------------------------------------------------
contents.html
----------------------------------------------------------- */
.conte li:first-of-type {
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
  background: #1a1a1a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, #1a1a1a 0%, #1a1a1a 8%, #f2be00 9%, #f2be00 9%, #1a1a1a 10%, #1a1a1a 90%, #f2be00 91%, #1a1a1a 92%, #1a1a1a 100%, #1a1a1a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#1a1a1a',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  font-size: 15px;
  color: #fff;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .conte li:first-of-type {
    margin-bottom: 15px;
  }
}

.conte_dl {
  margin-top: 50px;
}

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

.conte_dl dt,
.conte_dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

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

.conte_dl dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

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

.conte_dl dt {
  padding: 5px !important;
  background-image: url(../images/contents/bg_type01.png);
  font-size: 15px;
  letter-spacing: 2px;
  text-shadow: 0 0 15px #edf8ff, 0 0 10px #edf8ff, 0 0 0.3px #edf8ff;
  text-align: center;
}

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

.conte_dl dd {
  padding-left: 1% !important;
}

/* -----------------------------------------------------------
listwagons.html
----------------------------------------------------------- */
.listwagons .conte {
  position: relative;
}

.listwagons .conte ul {
  height: 36vw;
  max-height: 320px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .listwagons .conte ul {
    height: 45vw;
    max-height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .listwagons .conte ul {
    height: 70vw;
    max-height: 300px;
  }
}

.listwagons .conte li:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.li_listwagons li {
  width: 23%;
  margin-right: 2.6%;
  padding: 5px;
  background: url(../images/contents/bg_type01.png);
  font-size: 15px;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .li_listwagons li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
}

.li_listwagons li:nth-of-type(4) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .li_listwagons li:nth-of-type(4) {
    margin-right: 4%;
  }
}

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

.pd_listw li {
  padding: 29px 5px;
}

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

/* -----------------------------------------------------------
company.html
----------------------------------------------------------- */
.map_line iframe {
  border: 4px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .map_line iframe {
    height: 200px !important;
  }
}

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

.contact_form dl {
  display: block !important;
  margin-bottom: 25px;
}

.contact_form dt,
.contact_form dd {
  padding: 0 !important;
  border: none !important;
}

.contact_form dt {
  font-size: 15px;
  font-weight: bold;
}

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

.contact_form dt label:after {
  content: "必須";
}

input[type="text"],
input[type="password"],
textarea,
select {
  border-radius: 0;
  min-width: 600px;
}

.flow .box:not(:last-child)::after {
  content: "\f0ab";
  font-family: "Font Awesome 5 Pro";
  display: block;
  text-align: center;
  margin: 15px 0;
  font-size: 2em;
}

@media screen and (max-width: 480px) {
  .flow .box:not(:last-child)::after {
    margin: 5px 0;
  }
}

.flow .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  border: 1px solid #c0c0c0;
}

@media screen and (max-width: 480px) {
  .flow .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}

.flow .box article img {
  width: 32% !important;
  height: 197px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 980px) {
  .flow .box article img {
    height: 20.20408vw !important;
  }
}

@media screen and (max-width: 480px) {
  .flow .box article img {
    width: 100% !important;
    height: 60.83333vw !important;
  }
}

.flow .box article div {
  width: 65%;
}

@media screen and (max-width: 480px) {
  .flow .box article div {
    width: 100%;
    margin-top: 15px;
  }
}

.flow .box article div h3 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.flow .box:nth-child(1) h3::before {
  content: "STEP1";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(../images/contentspat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  background: #edbd00;
}

@media screen and (max-width: 375px) {
  .flow .box:nth-child(1) h3::before {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.flow .box:nth-child(2) h3::before {
  content: "STEP2";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(../images/contentspat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  background: #edbd00;
}

@media screen and (max-width: 375px) {
  .flow .box:nth-child(2) h3::before {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.flow .box:nth-child(3) h3::before {
  content: "STEP3";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(../images/contentspat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  background: #edbd00;
}

@media screen and (max-width: 375px) {
  .flow .box:nth-child(3) h3::before {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.flow .box:nth-child(4) h3::before {
  content: "STEP4";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(../images/contentspat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  background: #edbd00;
}

@media screen and (max-width: 375px) {
  .flow .box:nth-child(4) h3::before {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.flow .box:nth-child(5) h3::before {
  content: "STEP5";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(../images/contentspat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  background: #edbd00;
}

@media screen and (max-width: 375px) {
  .flow .box:nth-child(5) h3::before {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.flow .box:nth-child(6) h3::before {
  content: "STEP6";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(../images/contentspat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  background: #edbd00;
}

@media screen and (max-width: 375px) {
  .flow .box:nth-child(6) h3::before {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

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

.flex04 .box {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex04 .box {
    width: 48%;
    margin-right: 4%;
  }
}

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

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

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

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

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

.flex05 .box {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex05 .box {
    width: 32%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .flex05 .box {
    width: 48%;
    margin-right: 4%;
  }
}

.flex05 .box:nth-of-type(5) {
  margin-right: 0;
}

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

@media only screen and (max-width: 640px) {
  .flex05 .box:nth-of-type(5) {
    margin-right: 4%;
  }
}

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

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

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

/* -----------------------------------------------------------
title
----------------------------------------------------------- */
.ttl01 h1 {
  font-size: 15px;
  font-size: 500;
  color: #f2be00;
}

.ttl01 h1 .ja {
  display: inline-block;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

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

.ttl01 h1 .ja + br {
  display: none;
}

.ttl01 h2 {
  margin: 55px auto 20px auto;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ttl01 h3 {
  margin: 30px auto 15px auto;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ttl01 h2 {
  background-color: #1a1a1a;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    background-color: #f2be00;
    border-left: 7px solid #1a1a1a;
  }
}

.ttl01 h2 .ylw {
  display: inline-block;
  padding: 10px 10px 7px;
  background-color: #f2be00;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 .ylw {
    display: block;
    background-color: transparent;
  }
}

.ttl01 h3 {
  border-left: 4px solid #1a1a1a;
  padding-left: 5px;
}

.ttl02 h1 {
  font-size: 15px;
  font-size: 500;
  color: #f2be00;
}

.ttl02 h1 .ja {
  display: inline-block;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

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

.ttl02 h1 .ja + br {
  display: none;
}

.ttl02 h2 {
  margin: 55px auto 20px auto;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ttl02 h3 {
  margin: 30px auto 15px auto;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ttl02 h3 {
  margin-bottom: 5px;
  color: #f00;
}

.ttl02 h3:before, .ttl02 h3:after {
  content: "\f219";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.ttl02 h3:before {
  margin-right: 5px;
}

.ttl02 h3:after {
  margin-right: 5px;
}

.ttl_ylw {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 0 1px;
}

.ttl_ylw:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #f2be00;
}

.ttl_ylw img {
  position: relative;
  z-index: 2;
}

.ttlBdr {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 8px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

/* -----------------------------------------------------------
button
----------------------------------------------------------- */
.btn_ylw, .btn_blk {
  margin-top: 10px;
}

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

.btn_ylw a, .btn_blk a {
  display: block;
  padding: 9px 5px;
  background-color: #f2be00;
}

@media only screen and (max-width: 640px) {
  .btn_ylw a, .btn_blk a {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 5px;
  }
}

.btn_blk a {
  background-color: #1a1a1a;
}

.btn_cont {
  max-width: 760px;
  margin: 50px auto 0 auto;
}

.btn_cont a {
  position: relative;
  display: block;
  padding: 10px 30px;
  background-color: #ddd;
  font-size: 30px;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 2px;
}

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

.btn_cont a:hover {
  opacity: 1;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #f2be00;
}

.btn_cont a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.tbl_st01 td:first-of-type {
  width: 190px;
  background-color: #1a1a1a;
  color: #fff;
}

.tbl_st01 td:first-of-type div {
  text-align: center !important;
}

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

/* -----------------------------------------------------------
text
----------------------------------------------------------- */
.pnt_txt01 {
  margin-top: 30px;
  font-size: 26px;
  letter-spacing: 2px;
  text-shadow: -1px 0px #2f2f2f, 0px -1px #2f2f2f, 1px -2px #2f2f2f, 2px -3px #2f2f2f, 3px -4px #2f2f2f, 4px -5px #2f2f2f, 5px -6px #2f2f2f, 0px 1px #2f2f2f, 1px 0px #2f2f2f, 2px -1px #2f2f2f, 3px -2px #2f2f2f, 4px -3px #2f2f2f, 5px -4px #2f2f2f, 6px -5px #2f2f2f;
}

@media only screen and (max-width: 640px) {
  .pnt_txt01 {
    font-size: 23px;
  }
}

.pnt_txt01 .pnt_ylw {
  font-weight: bold;
  color: #f2be00;
}

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

.pnt_txt01 .pnt_slvr {
  font-weight: bold;
  color: #ddd;
}

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

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

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

.bdr {
  margin-top: 30px;
  padding: 10px;
  border: 4px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .sp_right img {
    width: 50% !important;
    margin: 0 0 0 auto;
  }
}

@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;
  }
}
/*# sourceMappingURL=assets.css.map */