@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: 1.7;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #060606;
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  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;
}

.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: 60px;
  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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#col_side1 {
  width: 36.9% !important;
  margin-top: 40px;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #060606;
}

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

.pankuzu a {
  color: #060606;
  text-decoration: none;
}

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

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}

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

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

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

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

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

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

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

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

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

.gothic {
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 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#global_header .siteID {
  padding: 18px 0 28px !important;
}

header#global_header nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), color-stop(100%, #000000), to(#000000));
  background: linear-gradient(to bottom, #383838 0%, #000000 100%, #000000 100%);
  height: 62px;
}

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

header#global_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

header#global_header nav ul li a {
  text-orientation: none;
  display: block;
  padding: 20px;
}

header#global_header nav ul li a img {
  vertical-align: top;
}

#mainArea img {
  width: 100%;
}

.h_fixed {
  -webkit-box-shadow: rgba(235, 235, 235, 0.868627) 0px 0px 5px 2px;
}

.h_fixed h1 {
  padding: 8px 0;
  font-size: 12px;
  position: relative;
  z-index: 10;
  color: #333;
}

#global_header nav ul li a {
  text-decoration: none;
  color: #fff;
}

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

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

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #333;
  }
  #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_footer #fot_nav ul {
    z-index: 999;
  }
  /* nav */
  #global_footer #fot_nav ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #333;
    -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_footer #fot_nav ul 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_footer #fot_nav ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer #fot_nav ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(6, 6, 6, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #060606 !important;
  }
}

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

@media only screen and (max-width: 834px) {
  #global_footer #fot_nav ul ul li:first-of-type a {
    border-top: 1px solid rgba(6, 6, 6, 0.2);
  }
  .open #global_footer #fot_nav ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

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

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

.fot_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), color-stop(100%, #000000), to(#000000));
  background: linear-gradient(to bottom, #383838 0%, #000000 100%, #000000 100%);
  padding: 15px;
}

.fot_bg #footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
}

.fot_bg #footer ul li {
  font-size: 12px;
  line-height: 2.5em;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0 5px;
  position: relative;
}

.fot_bg #footer ul li:before {
  content: "|";
  padding: 0 5px;
  color: #fff;
  position: absolute;
  left: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fot_bg #footer ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .fot_bg #footer ul li a {
    font-size: 16px;
  }
}

.fot_bg #footer ul li a:hover {
  color: #cd0621;
}

small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

small a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
}

#pagetop {
  background-color: #f0f0f0;
  padding: 12px 0 7px;
}

#pagetop .inner {
  text-align: right;
}

#pagetop .inner a img {
  vertical-align: middle;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.img01 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg_01 {
  padding: 18% 0;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_01 {
    padding: 0;
  }
}

.cont_li01 ul li {
  font-size: 41px;
  font-weight: bold;
  float: none !important;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_li01 ul li {
    font-size: 4.68vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_li01 ul li {
    font-size: 4vw;
  }
}

.cont_li01 ul li .cercle {
  font-size: 15px;
  text-align: center;
  display: inline-block;
  width: 80px;
  font-weight: normal;
  color: #F00;
  padding: 10px 16px 0px;
  border-radius: 40px;
  border: 1px solid;
  margin-right: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_li01 ul li .cercle {
    width: 61px;
    padding: 10px 10px 0px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_li01 ul li .cercle {
    font-size: 11px;
    width: 44px;
    padding: 5px 5px 0px;
  }
}

.cont_li01 ul li .cercle_no {
  font-size: 32px;
  padding: 0;
  margin-top: -11px;
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_li01 ul li .cercle_no {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_li01 ul li .cercle_no {
    font-size: 17px;
  }
}

.ttl01 h2 {
  color: #fff;
  font-size: 25px;
  padding: 17px 0;
  font-weight: bold;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 834px) {
  .fl01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fl01 .box:first-child {
  width: 40%;
  margin-right: 10px;
}

@media only screen and (max-width: 834px) {
  .fl01 .box:first-child {
    text-align: center;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .fl01 .box:first-child img {
    width: 60%;
  }
}

.fl01 .box:last-child {
  width: 55%;
}

@media only screen and (max-width: 834px) {
  .fl01 .box:last-child {
    width: 100%;
  }
}

.fl01 .box:last-child div {
  color: #fff;
}

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

@media only screen and (max-width: 834px) {
  .cont_li02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_li02 ul li {
  width: 33.3%;
  height: 293px;
  padding: 30px 20px 0;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .cont_li02 ul li {
    width: 100%;
    padding: 30px 20px;
    height: 220px;
  }
  .cont_li02 ul li h3 {
    font-weight: bold;
  }
}

@media only screen and (max-width: 640px) {
  .cont_li02 ul li {
    height: 235px;
  }
}

.cont_li02 ul li:first-child {
  background: url(../images/common/Pattern_dorop_01.gif) left top repeat;
  border-bottom: 2px solid #ff704a;
  border-top: 2px solid #ff704a;
}

.cont_li02 ul li:first-child div {
  color: #fff;
}

.cont_li02 ul li:first-child .btn01 {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cont_li02 ul li:first-child .btn01 a {
  display: inline-block;
}

.cont_li02 ul li:nth-of-type(2) {
  background: url(../images/common/Pattern_dorop_02.gif) left top repeat;
  border-bottom: 2px solid #55ffff;
  border-top: 2px solid #55ffff;
}

.cont_li02 ul li:nth-of-type(2) div {
  color: #fff;
}

.cont_li02 ul li:nth-of-type(2) .btn02 {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cont_li02 ul li:last-child {
  background: url(../images/common/Pattern_dorop_03.gif) left top repeat;
  border-bottom: 2px solid #ffff4a;
  border-top: 2px solid #ffff4a;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .cont_li02 ul li:last-child {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: 300px;
  }
}

.cont_li02 ul li:last-child .contact_tel {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

.cont_li02 ul li:last-child .contact_tel .ch01 {
  display: block;
  font-size: 34px;
}

@media only screen and (max-width: 1000px) {
  .cont_li02 ul li:last-child .contact_tel .ch01 {
    font-size: 27px;
  }
}

.cont_li02 ul li:last-child .btn03 {
  width: 166px;
  margin: 10px auto 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cont_li02 ul li:last-child .btn03 a {
  display: inline-block;
}

.cont_li02 ul li:last-child .btn03 a img {
  width: 166px;
  height: 44px;
}

@media only screen and (max-width: 834px) {
  .cont_li02 ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont_li02 ul li:last-child .flimg {
    width: 50%;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .cont_li02 ul li:last-child .flimg {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_li02 ul li:last-child .flimg .contact_tel {
    text-align: center;
  }
  .cont_li02 ul li:last-child .flimg .btn03 {
    text-align: center;
  }
  .cont_li02 ul li:last-child .flimg .btn03 a img {
    width: 100% !important;
  }
}

.flimg {
  line-height: 1.3;
  margin-top: -12px;
}

.cont_li02 ul li > img {
  margin-top: -40px;
}

@media only screen and (max-width: 834px) {
  .cont_li02 ul li > img {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_li02 ul li > img {
    margin-top: -105px;
  }
}

.cont_li02 h3 {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
  text-align: center;
}

.ttl02 h2 {
  font-size: 25px;
  padding: 17px 0;
  font-weight: bold;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  text-align: center !important;
}

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

.bg_03 {
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .fl02 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media only screen and (max-width: 640px) {
  .fl02 .box:first-child {
    width: 100% !important;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .fl02 .box:first-child img {
    width: 80% !important;
  }
  .fl02 .box:nth-of-type(2) {
    width: 100% !important;
  }
}

.fl02 h3 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  border-left: 4px solid #F00;
}

.fl02 .box:first-child {
  width: 40%;
  margin-right: 10px;
}

.fl02 .box:last-child {
  width: 55%;
}

.bg_04 {
  background-color: #000;
}

@media only screen and (max-width: 640px) {
  .bg_04 .linkbtn01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg_04 .linkbtn01 ul li {
  width: 33.3%;
}

@media only screen and (max-width: 640px) {
  .bg_04 .linkbtn01 ul li {
    width: 100%;
    text-align: center !important;
  }
  .bg_04 .linkbtn01 ul li:first-child {
    margin-bottom: 15px;
  }
  .bg_04 .linkbtn01 ul li:nth-of-type(2) {
    margin-bottom: 15px;
  }
}

.bg_04 .linkbtn01 ul li img {
  width: 333px !important;
}

.bg_05 {
  background-size: 75% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 834px) {
  .bg_05 {
    background-size: 100% 100% !important;
  }
}

.contact_tb {
  width: 536px;
  padding: 20px 30px 40px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .contact_tb {
    width: auto;
  }
}

.contact_tb tr td {
  border: none !important;
  text-align: center !important;
}

.contact_tb tr:nth-of-type(2) td {
  font-size: 22px;
}

@media only screen and (max-width: 520px) {
  .contact_tb tr:nth-of-type(2) td {
    font-size: 16px;
  }
}

.contact_tb tr:nth-of-type(3) {
  font-size: 18px;
}

.contact_tb tr:nth-of-type(3) div {
  margin: 20px 0;
}

@media only screen and (max-width: 520px) {
  .contact_tb tr:nth-of-type(3) {
    font-size: 15px;
  }
}

.contact_tb tr:nth-of-type(4) div {
  font-size: 18px;
}

.contact_tb tr:nth-of-type(4) div .ch01 {
  display: block;
  font-size: 35px;
}

.ttl03 h2 {
  font-size: 25px;
  padding: 17px 0;
  font-weight: bold;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.topicsarea {
  height: 250px;
  padding-right: 20px;
  overflow-y: scroll;
}

.topicsarea .topics-item {
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}

.topicsarea .topics-item .ch1 {
  color: Red;
  font-size: 1.2em;
}

.topicsarea .topics-item .ch2 {
  font-weight: bold;
  color: #F11414;
  font-size: 1.2em;
}

.topicsarea .topics-item a {
  color: #cd0621;
}

.ttl04 h2 {
  font-size: 25px;
  padding: 17px 0;
  font-weight: bold;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.bg_07 {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg_07 .cont_li03 ul li {
  font-size: 30px;
  font-weight: bold;
  float: none !important;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_07 .cont_li03 ul li {
    font-size: 3.74vw;
  }
}

@media only screen and (max-width: 640px) {
  .bg_07 .cont_li03 ul li {
    font-size: 3.2vw;
  }
}

.bg_07 .cont_li03 ul li .cercle {
  font-size: 15px;
  text-align: center;
  display: inline-block;
  width: 80px;
  font-weight: normal;
  color: #F00;
  padding: 10px 16px 0px;
  border-radius: 40px;
  border: 1px solid;
  margin-right: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_07 .cont_li03 ul li .cercle {
    width: 61px;
    padding: 10px 10px 0px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_07 .cont_li03 ul li .cercle {
    font-size: 11px;
    width: 44px;
    padding: 5px 5px 0px;
  }
}

.bg_07 .cont_li03 ul li .cercle_no {
  font-size: 32px;
  padding: 0;
  margin-top: -11px;
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_07 .cont_li03 ul li .cercle_no {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_07 .cont_li03 ul li .cercle_no {
    font-size: 17px;
  }
}

.bgr {
  padding: 10px 15px;
  color: #fff;
  background-color: #F00;
  width: 156px;
  text-align: center;
}

.bgr div {
  font-size: 21px;
}

.bgr02 {
  padding: 10px 15px;
  color: #fff;
  background-color: #F00;
  width: 180px;
  margin: 50px auto 20px !important;
  text-align: center;
}

.bgr02 div {
  font-size: 21px;
}

.ttl06 {
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .ttl06 {
    padding-bottom: 40px !important;
  }
}

.ttl06 h3 {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  border-left: 4px solid #F00;
}

@media only screen and (max-width: 834px) {
  .ttl06 h3 {
    line-height: 1.3;
    font-size: 18px;
  }
}

.ttl07 h3 {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  border-left: 4px solid #F00;
}

.insta {
  height: 250px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.bg_ch {
  background-size: 75% 100%;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.ttlch1 h2 {
  font-size: 25px !important;
  font-weight: normal;
}

.ytlink a {
  width: 100% !important;
  height: auto !important;
}

.ytlink a img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .ttlch2 h2 {
    font-size: 4.53vw !important;
  }
}

/* ------------------------------------------------------------
leftmenu
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .left_menu .left1 ul {
    margin-top: 40px;
  }
}

.left_menu .left1 ul li {
  width: 85.5% !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .left_menu .left1 ul li {
    margin: 0 auto 10px;
  }
}

.left_menu .left1 ul li a {
  text-decoration: none;
  display: block;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 7.5px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .left_menu .left1 ul li a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 640px) {
  .left_menu .left1 ul li a {
    font-size: 15px;
  }
}

.left_menu .left1 ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
}

.left_menu .left2 {
  width: 85.3% !important;
}

@media only screen and (max-width: 640px) {
  .left_menu .left2 {
    margin: 0 auto;
  }
}

.left_menu .left2 p {
  border-top: 3px solid #282828;
  border-bottom: 1px dotted #949699;
  margin: 40px 0 10px 0;
  padding: 10px 0 7px 5px;
  font-size: 1.2em;
  font-weight: 600;
}

.left_menu .left2 ul li {
  margin-top: 20px;
}

.left_menu .left2 ul li a {
  background: url(../images/common/ico_side_arrow_b.png) no-repeat 5px 45%;
  background-size: 12px 11px;
  padding-left: 23px;
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: #cd0621;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .left_menu .left2 ul li a {
    font-size: 11px;
  }
}

/* ------------------------------------------------------------
price.html
------------------------------------------------------------ */
.priceli01 {
  background-color: Black;
}

.priceli01 ul {
  padding: 0 20px;
}

.priceli01 ul li {
  color: #fff;
  float: none !important;
}

.pricetxt01 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 30px 0;
  padding: 20px 20px 70px 20px;
}

@media only screen and (max-width: 834px) {
  .pricetxt01 {
    padding: 0 20px 70px 20px;
  }
}

.pricetxt01 div {
  color: #fff;
}

.ttl11 h2 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  border-left: 4px solid #F00;
  font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN W3",TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,MingLiU,"細明體",serif;
}

.bg_p01 {
  padding: 1em;
}

.price_ttl h2 {
  color: #fff;
}

.price_tb01 {
  background-color: White;
  overflow-x: auto !important;
  white-space: nowrap;
}

.price_tb01 table {
  table-layout: auto !important;
}

.price_tb01 tr td {
  background: none !important;
  padding: 5px !important;
  border: 1px solid #ccc;
  vertical-align: middle !important;
  font-size: 12.5px !important;
  text-align: center !important;
}

.price_tb02 {
  background: #fff;
  overflow-x: auto !important;
  white-space: nowrap;
}

.price_tb02 table {
  table-layout: auto !important;
}

.price_tb02 table tr:first-child td {
  padding: 10px !important;
}

.price_tb02 table tr:first-child td:nth-of-type(2) {
  background: #EBEBEB !important;
}

.price_tb02 table tr:nth-of-type(n+2) td {
  padding: 10px !important;
}

.price_tb02 table tr:nth-of-type(n+2) td:first-child {
  background: #EBEBEB !important;
}

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

.price_bg01sp1 {
  display: none;
}

@media only screen and (max-width: 520px) {
  .price_bg01sp1 {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
  }
  .price_bg01sp1 table {
    table-layout: auto !important;
  }
  .price_bg01sp1 table tr td:first-child {
    background: #EBEBEB !important;
  }
}

.priceli02 li {
  float: none !important;
}

.tbp1 .tbl_normal {
  background: #fff;
}

.bg_05_h {
  background-size: 100% 100%;
}

.bg_p01 .price_tb03 {
  line-height: 1;
  overflow-x: auto !important;
  white-space: nowrap;
}

.bg_p01 .price_tb03 table {
  table-layout: auto !important;
}

.bg_p01 .price_tb03 table tr td {
  padding: 10px !important;
}

.bg_p01 .price_tb03 table tr td:first-child {
  background: #EBEBEB;
  text-align: center !important;
}

.bg_p01 .price_tb03 table tr td:nth-of-type(n+2) {
  background: #fff;
}

.price_tb03 {
  overflow-x: auto !important;
  white-space: nowrap;
}

.price_tb03 table {
  table-layout: auto !important;
}

.price_tb03 table tr td {
  padding: 10px !important;
}

.price_tb03 table tr td:first-child {
  background: #EBEBEB;
}

.price_tb03 table tr td:nth-of-type(n+2) {
  background: #fff;
}

.price_tb04 {
  overflow-x: auto !important;
  white-space: nowrap;
}

.price_tb04 table {
  table-layout: auto !important;
}

.price_tb04 table tr td {
  padding: 5px !important;
}

.price_tb04 table tr td:first-child {
  background: #EBEBEB;
}

.lv01 {
  line-height: 1.3;
}

.lv01 dl dt {
  font-size: 0.9em !important;
}

.lv01 dl dd {
  font-size: 0.9em !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .priceimg img {
    max-width: initial !important;
    width: 100% !important;
  }
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.red_txt {
  font-size: 14px;
}

.red_txt ul li {
  float: none !important;
  font-size: 14px;
}

.company_dl01 dl {
  border-bottom: 1px dotted #060606 !important;
}

@media only screen and (max-width: 640px) {
  .company_dl01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none !important;
  }
}

.company_dl01 dl dt {
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .company_dl01 dl dt {
    background: #F7F7F7 !important;
    width: 100% !important;
  }
}

.company_dl01 dl dd {
  border: none !important;
}

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

.adoption_ul ul li {
  float: none !important;
}

.company_dl02 dl {
  border-bottom: 1px dotted #060606 !important;
}

@media only screen and (max-width: 640px) {
  .company_dl02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none !important;
  }
}

.company_dl02 dl dt {
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .company_dl02 dl dt {
    background: #F7F7F7 !important;
    width: 100% !important;
  }
}

.company_dl02 dl dd {
  border: none !important;
}

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

.bg730 {
  background-size: 100% 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .companyimg img {
    max-width: initial !important;
    width: 100% !important;
  }
}

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

/* ------------------------------------------------------------
voive.html
------------------------------------------------------------ */
.voice_imgtxt {
  background: linear-gradient(-45deg, #DADADA 25%, white 25%, white 50%, #CDCDCD 50%, #D4D4D4 75%, white 75%, white);
  background-size: 4px 4px;
  border-radius: 10px;
}

.voice_imgtxt img {
  margin: 10px 0;
}

.voice_ttl h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .voice_ttl h2 {
    font-size: 19px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .voice_ttl h2 {
    font-size: 18px;
  }
}

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

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .faq_tb {
    display: none;
  }
}

.faq_tb tr {
  padding: 30px 0;
}

.faq_tb tr:first-child td:first-child {
  padding: 40px 10px 10px 10px !important;
}

.faq_tb tr:first-child td:first-child div {
  font-size: 28px;
  font-weight: bold;
}

.faq_tb tr:first-child td:last-child {
  background-color: #F7F7F7;
  border-left: 1px solid #ccc !important;
  padding: 40px 10px 10px 10px !important;
}

.faq_tb tr:first-child td:last-child div {
  font-size: 28px;
  font-weight: bold;
  color: Red;
}

.faq_tb tr:nth-of-type(2) td:first-child {
  padding: 20px 20px 60px 20px !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 19px;
  position: relative;
}

.faq_tb tr:nth-of-type(2) td:first-child:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  position: absolute;
  top: 13%;
  left: 97%;
}

.faq_tb tr:nth-of-type(2) td:last-child {
  background-color: #F7F7F7;
  border-left: 1px solid #ccc !important;
  padding: 20px 20px 60px 20px !important;
  border-bottom: 1px solid #ccc !important;
}

.faq_tb tr td {
  border: none !important;
}

.faq_tb2 tr {
  padding: 30px 0;
}

.faq_tb2 tr:first-child td:first-child {
  padding: 40px 10px 10px 10px !important;
  background-color: #F7F7F7;
}

.faq_tb2 tr:first-child td:first-child div {
  font-size: 28px;
  font-weight: bold;
}

.faq_tb2 tr:first-child td:last-child {
  background: #fff !important;
  border-left: 1px solid #ccc !important;
  padding: 40px 10px 10px 10px !important;
}

.faq_tb2 tr:first-child td:last-child div {
  font-size: 28px;
  font-weight: bold;
  color: Red;
}

.faq_tb2 tr:nth-of-type(2) td:first-child {
  padding: 20px 20px 60px 20px !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 19px;
  background-color: #F7F7F7;
  position: relative;
}

.faq_tb2 tr:nth-of-type(2) td:first-child:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  position: absolute;
  top: 13%;
  left: 97%;
}

.faq_tb2 tr:nth-of-type(2) td:last-child {
  background: #fff !important;
  border-left: 1px solid #ccc !important;
  padding: 20px 20px 60px 20px !important;
  border-bottom: 1px solid #ccc !important;
}

.faq_tb2 tr td {
  border: none !important;
}

.faq_tbsp {
  display: none;
}

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

.faq_tbsp .box {
  padding: 15px;
}

.faq_tbsp .box div {
  font-size: 15px;
}

.faq_tbsp .box div .fontsp {
  font-size: 28px;
  font-weight: bold;
  padding-right: 15px;
}

.faq_tbsp .box div {
  font-size: 15px;
}

.faq_tbsp .box div .fontsp01 {
  font-size: 28px;
  font-weight: bold;
  color: Red;
  padding-right: 15px;
}

.faq_tbsp {
  display: none;
}

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

.faq_tbsp .box:last-child {
  background-color: #F7F7F7;
}

/* ------------------------------------------------------------
cp.html
------------------------------------------------------------ */
.tb_ch1 tr {
  padding: 10px 0;
}

.tb_ch1 tr:first-child td:first-child {
  padding: 15px 10px 10px 10px !important;
  background: #fff !important;
}

.tb_ch1 tr:first-child td:first-child div {
  font-size: 28px;
  font-weight: bold;
}

.tb_ch1 tr:first-child td:last-child {
  background-color: #F7F7F7;
  border-left: 1px solid #eee !important;
  padding: 15px 10px 10px 10px !important;
}

.tb_ch1 tr:first-child td:last-child div {
  font-size: 28px;
  font-weight: bold;
  color: Red;
}

.tb_ch1 tr:nth-of-type(2) td:first-child {
  padding: 20px 20px 15px 20px !important;
  font-size: 19px;
  background: #fff !important;
  border: none !important;
  position: relative;
}

.tb_ch1 tr:nth-of-type(2) td:first-child:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  position: absolute;
  top: 13%;
  left: 97%;
}

.tb_ch1 tr:nth-of-type(2) td:last-child {
  background-color: #F7F7F7;
  border: none !important;
  border-left: 1px solid #eee !important;
  padding: 20px 20px 15px 20px !important;
}

.tb_ch1 tr td {
  border: none !important;
}

@media only screen and (min-width: 834px) and (max-width: 950px) {
  .font_s1 h2 {
    font-size: 19px;
  }
}

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

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

@media only screen and (min-width: 641px) and (max-width: 765px) {
  .contact_tb {
    padding: 20px 15px 40px;
  }
}

@media only screen and (max-width: 640px) {
  .contact_tb {
    padding: 20px 10px 40px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 765px) {
  .contact_tb tr:nth-of-type(2) div {
    font-size: 19px;
  }
}

/* ------------------------------------------------------------
type.html
------------------------------------------------------------ */
.type_ttl3 h3 {
  padding: 5px;
  background-color: #6f727b;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
}

.type_ttl2 h2 {
  padding: 10px;
  background-color: #060606;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
}

.type_imgtxt tr td {
  border: none !important;
}

.yajirushi {
  height: 65px;
  position: relative;
}

.yajirushi:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 110px;
  position: absolute;
  top: 50%;
  left: 45%;
  margin-top: -115px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .type_ttl3_res h3 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 834px) and (max-width: 910px) {
  .font_s3 h2 {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
maker.html
------------------------------------------------------------ */
.maker_flimg {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.maker_flimg .box {
  width: 45%;
}

/* ------------------------------------------------------------
migaki.html
------------------------------------------------------------ */
.migaki_flimg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.migaki_flimg .box {
  width: 32%;
}

.tb_ch2 tr {
  padding: 30px 0;
}

.tb_ch2 tr:first-child td:first-child {
  padding: 40px 10px 10px 10px !important;
  background: #fff !important;
}

.tb_ch2 tr:first-child td:first-child div {
  font-size: 28px;
  font-weight: bold;
}

.tb_ch2 tr:first-child td:last-child {
  background-color: #F7F7F7 !important;
  border-left: 1px solid #eee !important;
  padding: 40px 10px 10px 10px !important;
}

.tb_ch2 tr:first-child td:last-child div {
  font-size: 28px;
  font-weight: bold;
  color: Red;
}

.tb_ch2 tr:nth-of-type(2) td:first-child {
  padding: 20px 20px 20px 20px !important;
  font-size: 19px;
  background: #fff !important;
  border: none !important;
  position: relative;
}

.tb_ch2 tr:nth-of-type(2) td:first-child:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  position: absolute;
  top: 13%;
  left: 97%;
}

.tb_ch2 tr:nth-of-type(2) td:last-child {
  background-color: #F7F7F7 !important;
  border: none !important;
  border-left: 1px solid #eee !important;
  padding: 20px 20px 20px 20px !important;
}

.tb_ch2 tr:nth-of-type(3) td:first-child {
  padding: 0 20px !important;
  font-size: 14px;
  background: #fff !important;
  border: none !important;
}

.tb_ch2 tr:nth-of-type(3) td:last-child {
  background-color: #F7F7F7;
  border: none !important;
  border-left: 1px solid #eee !important;
  padding: 0 20px !important;
}

.tb_ch2 tr:nth-of-type(4) td:first-child {
  padding: 20px !important;
  font-size: 19px;
  background: #fff !important;
  border: none !important;
}

.tb_ch2 tr:nth-of-type(4) td:last-child {
  background-color: #F7F7F7;
  border: none !important;
  border-left: 1px solid #eee !important;
  padding: 20px !important;
}

.tb_ch2 tr td {
  border: none !important;
}

.tb_ch2 .f_ch {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .pol_imgtxt {
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .pol_imgtxt img {
    max-width: initial !important;
    width: 80% !important;
    margin: 0 auto;
    float: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .pol_txt div {
    font-size: 13px;
  }
}

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

/* ------------------------------------------------------------
map.html
------------------------------------------------------------ */
.map_list ul li {
  float: none !important;
  padding: 10px 10px 10px 13px;
  border-bottom: 1px dashed #434343;
  position: relative;
}

.map_list ul li:before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
}

.map_list ul li a {
  color: #cd0621;
}

/* ------------------------------------------------------------
gallery.html
------------------------------------------------------------ */
.gallery_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_btn ul li {
  width: 33.3%;
}

.gallery_btn ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #ddd;
  text-transform: uppercase;
  color: #2E2E2E !important;
  padding: 20px 0;
  border-bottom: 2px solid #888;
  background: #f7f7f7;
}

.gallery01 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gallery01 .box {
  width: 30%;
  border: 1px solid #eee;
  margin-top: 10px;
  padding: 10px;
}

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

.gallery01 .box h3 {
  display: none;
}

.gallery01 .box img {
  margin-bottom: 5px;
}

.gallery01 .box .font2 {
  font-size: 9px;
}

.gallery_txt div {
  font-size: 19px;
}

.fancybox-toolbar {
  visibility: initial !important;
}

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 48px !important;
    opacity: 1;
  }
}

/* ------------------------------------------------------------
media.html
------------------------------------------------------------ */
.bg_012 {
  position: relative;
  margin-left: 60px;
  background: #2D2D2D;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #D8D8D8;
          box-shadow: 0 3px 0 #D8D8D8;
}

.bg_012:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #2D2D2D;
}

.bg_012 .media_ttl h2 {
  font-size: 19px;
  color: #fff;
  line-height: 1.3;
}

@media only screen and (min-width: 834px) and (max-width: 910px) {
  .bg_012 .media_ttl h2 {
    font-size: 17px;
  }
}

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

.bg_media {
  position: relative;
  padding: 30px 0;
}

.bg_media:before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.media_btn ul li {
  width: 50%;
}

.cd-timeline-img {
  background: #00ADFF;
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.font3 {
  display: block;
  opacity: .7;
  color: #AFB6BB;
  font-size: 14px;
}

.mediaimg01 a {
  width: 100% !important;
  height: auto !important;
}

.mediaimg01 a img {
  width: 100% !important;
}

/* ------------------------------------------------------------
recruit.html
------------------------------------------------------------ */
.recruit_btn div {
  width: 200px;
  margin: 0 auto;
}

.recruit_btn div a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #71b92d;
  border-radius: 3px;
  width: auto;
  margin: 0px 0 20px;
  padding: 8px;
  clear: both;
  text-decoration: none;
}

.recruit.overview {
  margin: 40px 5px 10px 5px !important;
}

/* ------------------------------------------------------------
type.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .fac_imgtxt img {
    width: 60% !important;
  }
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
#global_header {
  background: none !important;
}

.blog {
  width: 100%;
  text-align: left;
  margin: 20px auto;
}

@media only screen and (max-width: 834px) {
  .blog {
    border-top: 1px solid #eee;
  }
}

@media only screen and (max-width: 640px) {
  .blog {
    margin: 15px auto;
  }
}

.blog .wrap {
  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: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog .wrap aside {
  width: 25%;
  min-width: 262px;
  overflow: hidden;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}

.blog .wrap aside #search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
}

.blog .wrap aside #search form {
  width: 100%;
}

.blog .wrap aside #search form input {
  padding: 10px;
}

.blog .wrap aside #search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

.blog .wrap aside nav {
  padding: 20px 0;
}

.blog .wrap aside nav h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  width: auto;
  margin: 20px 0;
  padding: 8px;
  clear: both;
}

.blog .wrap aside nav .pages li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.blog .wrap aside nav .pages li a {
  color: #e30000;
}

.blog .wrap #contents {
  width: 70%;
  overflow: hidden;
  margin: 0;
}

.blog .wrap #contents article h2 {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 2rem;
  color: #333;
  border-bottom: 1px solid #0050a0;
}

.blog .wrap #contents article ul {
  margin-bottom: 10px;
}

.blog .wrap #contents article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog .wrap #contents article .flex .flex_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog nav > a {
  display: block;
  border: 0;
  margin: 15px auto 0;
  padding: 6px;
  border: 1px solid #ececec;
  background-color: #f29c32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .blog nav > a {
    padding: 20px;
  }
}

#main .blog_list {
  height: 250px;
  padding-right: 20px;
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto;
  border: none !important;
}

#main .blog_list .blog_text {
  color: #fff;
}

#main .blog_list .blog_text h3 a {
  color: #fff;
}

.blog_date {
  color: #fff !important;
}

.blog_photo {
  width: 30% !important;
}

.recruit.form {
  margin: 40px 10px 10px 10px !important;
}

.blog #contents img {
  width: 100%;
}

.blog #page19 a {
  color: #e30000;
}

.blog #page19 img {
  margin: 0 !important;
}

.blog #contents > #page19 {
  padding: 0 !important;
}

.category li a {
  color: #e30000;
}

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

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #060606;
  line-height: 1;
}

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

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

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

/* ------------------------------------------------------------
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: -70px;
  padding-top: 70px;
}

form .mail.title {
  display: none;
}

.breadcrumb {
  text-align: right;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:first-child a {
  color: #e30000;
}

.col_ch01 {
  color: Red;
}

.col_ch02 {
  color: #e30000;
}

.red_txt {
  color: #e30000;
}

.h1ttl h1 {
  line-height: 1.3;
  font-size: 25px;
  padding: 17px 0;
  font-weight: bold;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.h1ttl h2 {
  line-height: 1.3;
  font-size: 25px;
  padding: 17px 0;
  font-weight: bold;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.ttl11 h2 {
  line-height: 1.3;
}

.font1 {
  font-size: 24px;
}

@media only screen and (min-width: 834px) and (max-width: 910px) {
  .font1 {
    font-size: 18px;
    color: #e30000;
  }
}

.red_txt1 {
  color: Red;
}

.title03 h2 {
  font-weight: normal !important;
}

.blk01 {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blk01 {
    display: block;
  }
}

.blk02 {
  display: none;
}

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

.blk03 {
  display: none;
}

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

.blk04 {
  display: none;
}

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

.blk05 {
  display: none;
}

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

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

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

.blk08 {
  display: none;
}

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

.linkTel a {
  text-decoration: none;
  pointer-events: none;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .linkTel a {
    pointer-events: auto;
  }
}

.textarea textarea {
  height: 100px;
}

.confirm.con_form {
  margin-top: 40px;
}
/*# sourceMappingURL=assets.css.map */