@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
body #contents_wrap _:-ms-input-placeholder, body #contents_wrap :root {
  font-family: Meiryo, sans-serif !important;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  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: 980px;
  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: 40px;
  overflow: hidden;
}

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

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 71%;
  max-width: 690px;
}

#main #col_side1 {
  width: 25%;
  max-width: 240px;
}

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

.pankuzu a {
  color: #333;
  text-decoration: none;
  position: relative;
}

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

.pankuzu a:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb ol {
  text-align: right;
}

.breadcrumb ol li {
  display: inline-block;
}

.policy h3 {
  margin: 30px 0 15px;
  font-size: 15px;
  border-left: 4px solid #787878;
  padding-left: 8px;
  line-height: 1.3;
}

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

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

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

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

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

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

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

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 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: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "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#global_header {
  border-top: 4px solid #01b6f2;
}

@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 80px;
  }
  header#global_header:before {
    content: "";
    z-index: 100;
    width: 100%;
    height: 71px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #01b6f2;
  }
}

header#global_header .h_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media only screen and (max-width: 834px) {
  header#global_header .h_contents .siteID {
    margin-bottom: 15px;
  }
}

header#global_header .h_contents .header_right {
  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: 53%;
  min-width: 482px;
}

@media only screen and (max-width: 834px) {
  header#global_header .h_contents .header_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-width: initial !important;
  }
}

header#global_header .h_contents .header_right ul {
  line-height: 1;
}

header#global_header .h_contents .header_right ul .linkTel {
  font-size: 26px;
  font-weight: bold;
  color: #01b6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

header#global_header .h_contents .header_right ul .linkTel img {
  margin-right: 14px;
}

header#global_header .h_contents .header_right ul .linkTel a {
  text-decoration: none;
  font-weight: bold;
  color: #01b6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header .h_contents .header_right ul .faxnum {
  font-size: 26px;
  font-weight: bold;
  color: #01b6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header .h_contents .header_right ul .faxnum img {
  margin-right: 14px;
}

header#global_header .h_contents .header_right .contact_right {
  width: 53.1%;
}

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

header#global_header .h_contents .header_right .contact_right p {
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  header#global_header .h_contents .header_right .contact_right p {
    margin-top: 10px;
  }
}

header#global_header .h_contents .header_right .contact_right .contact_btn {
  width: 100%;
  margin-top: 5px;
}

@media only screen and (max-width: 834px) {
  header#global_header .h_contents .header_right .contact_right .contact_btn {
    position: fixed;
    top: 14px;
    right: 70px;
    z-index: 300;
    display: block;
    width: 11%;
  }
}

header#global_header .h_contents .header_right .contact_right .contact_btn a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ee600), to(#7eb702));
  background: linear-gradient(to bottom, #9ee600, #7eb702);
  padding: 6px 0;
}

@media only screen and (max-width: 834px) {
  header#global_header .h_contents .header_right .contact_right .contact_btn a {
    background: none;
  }
}

header#global_header .h_contents .header_right .contact_right .contact_btn a img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
}

header#global_header .h_contents .header_right .contact_right .contact_btn a p {
  display: inline-block;
}

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

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

.sptab_mail {
  display: none;
}

@media only screen and (max-width: 834px) {
  .sptab_mail {
    display: block;
    z-index: 1000;
  }
}

header#global_header nav {
  border-top: 1px solid #d4d3d3;
  border-bottom: 1px solid #d4d3d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e3e3));
  background: linear-gradient(to bottom, #fff, #e5e3e3);
}

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

header#global_header nav #gnavi {
  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#global_header nav #gnavi li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header#global_header nav #gnavi li:first-child a {
  border-left: 1px solid #d4d3d3;
}

header#global_header nav #gnavi li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-right: 1px solid #d4d3d3;
  padding: 7px;
  position: relative;
}

header#global_header nav #gnavi li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #fcfcfc;
}

header#global_header nav #gnavi li a:hover {
  background: #fff;
}

header#global_header nav #gnavi li a span {
  display: block;
  color: #6dc6e0;
  font-size: 10px;
  margin-top: -8px;
}

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

#mainArea ul li {
  outline: none;
}

#mainArea ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainArea {
  position: relative;
  background: #e3f8ff;
}

.maintxt {
  position: absolute;
  bottom: 1%;
  right: 22%;
  text-align: right;
}

.maintxt p {
  font-size: 40px;
  color: #7eb702;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#global_header section > p {
  font-size: 13px;
  text-align: left;
  line-height: 30px;
}

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

#global_header section {
  margin-bottom: 25px;
}

#mainArea ul button {
  display: none !important;
}

.bdmx #gnavi a:hover {
  opacity: 1 !important;
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
/* ----------------------------------------------------------
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: #1291ba;
  }
  #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;
  }
  #nav-toggle > div {
    z-index: 1000000;
  }
  #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: #e3f8ff;
    -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(51, 51, 51, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #333 !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(51, 51, 51, 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;
}

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

#footer > .inner address {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  #footer > .inner address {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

#footer > .inner #fot_nav {
  width: 54.4%;
}

@media only screen and (max-width: 834px) {
  #footer > .inner #fot_nav {
    width: 0;
  }
}

#footer > .inner #fot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  #footer > .inner #fot_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer > .inner #fot_nav ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 13px;
  border-right: 1px solid #666;
  padding: 0 6px;
}

@media only screen and (max-width: 834px) {
  #footer > .inner #fot_nav ul li a {
    font-size: 20px;
    padding: 10px;
  }
}

#footer > .inner #fot_nav ul li:first-child a {
  padding-left: 0;
}

#footer > .inner #fot_nav ul li:nth-of-type(7) a {
  padding-right: 0;
  border: none;
}

#footer > .inner #fot_nav ul li:last-child a {
  border: none;
}

#footer {
  padding: 30px 0 5px;
}

#copy {
  color: #6dc6e0;
  font-size: 13px;
  text-align: right;
  display: block;
}

#copy a {
  text-decoration: none;
  color: #6dc6e0;
  font-size: 13px;
}

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

/* ------------------------------------------------------------
left-menu
------------------------------------------------------------ */
.banner .contact_btn {
  width: 100%;
}

.banner .contact_btn a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ee600), to(#7eb702));
  background: linear-gradient(to bottom, #9ee600, #7eb702);
  padding: 7px 23px;
}

@media only screen and (max-width: 930px) {
  .banner .contact_btn a {
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 860px) {
  .banner .contact_btn a {
    padding: 5px 15px 0 15px;
  }
}

@media only screen and (max-width: 700px) {
  .banner .contact_btn a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 640px) {
  .banner .contact_btn a {
    text-align: center;
    padding: 8px 15px;
    margin-top: 15px;
  }
}

.banner .contact_btn a img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 860px) {
  .banner .contact_btn a img {
    padding-bottom: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .banner .contact_btn a img {
    padding-bottom: 5px;
  }
}

.banner .contact_btn a p {
  display: inline-block;
  font-weight: bold;
  margin-left: 6px;
}

@media only screen and (max-width: 860px) {
  .banner .contact_btn a p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .banner .contact_btn a p {
    font-size: 13px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .banner .contact_btn a p {
    font-size: 17px;
    padding-top: 0;
  }
}

.left_menu {
  margin-top: 30px;
}

.left_menu ul li {
  margin-bottom: 5px;
  position: relative;
}

.left_menu ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/common/left_icon_13.png);
  bottom: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
}

.left_menu ul li:first-child a span {
  margin-left: 10px;
}

.left_menu ul li:nth-of-type(2) a span {
  margin-left: 10px;
}

.left_menu ul li:last-child a span {
  margin-left: 49px;
}

@media only screen and (max-width: 880px) {
  .left_menu ul li:last-child a span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .left_menu ul li:last-child a span {
    margin-left: 10px;
  }
}

.left_menu ul li a {
  color: #333;
  font-size: 19px;
  text-decoration: none;
  display: block;
  border: 1px solid #666;
  padding: 17px 10px;
  padding-left: 30px;
  position: relative;
}

@media only screen and (max-width: 880px) {
  .left_menu ul li a {
    padding: 17px;
    text-align: center;
  }
}

.left_menu ul li a:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(-45deg, #4eccf6 25%, #1291ba 25%, #1291ba 50%, #4eccf6 50%, #4eccf6 75%, #1291ba 75%, #1291ba);
  background-size: 8px 8px;
}

.left_menu ul li a span {
  font-size: 13px;
  color: #999;
}

@media only screen and (max-width: 880px) {
  .left_menu ul li a span {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .left_menu ul li a span {
    display: inline-block;
  }
}

#left_2 {
  border: 1px solid #666;
  padding-top: 1px;
}

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

.left_add {
  padding: 8px 5px;
}

.left_add .leftimg02 {
  text-align: center;
}

.left_add .left_address {
  padding: 0 12px;
  line-height: 1.5;
  margin: 10px 0;
}

@media only screen and (max-width: 640px) {
  .left_add .left_address p {
    text-align: center;
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.ttl_fl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/common/txtbg_10.png);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px 0 12px;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl_fl01 {
    padding-right: 5px;
  }
}

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

.ttl_fl01 .h1ttl h1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 2px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl_fl01 .h1ttl h1 {
    font-size: 21px;
  }
}

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

.h2ttl h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 2px;
}

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

@media only screen and (max-width: 530px) {
  .h2ttl h2 {
    font-size: 21px;
  }
}

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

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

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

@media only screen and (max-width: 640px) {
  #col_main .ttl_fl01 .ttl_txt img {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  #col_main .ttl_fl02 img {
    margin: 0 !important;
  }
}

.ind_h3ttl h2 {
  font-size: 18px;
  font-weight: bold;
}

.ind_h3ttl div {
  margin-top: 20px;
  font-size: 18px;
}

.ind_imgTxt01 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #80ba02;
  margin-right: 11px;
}

.ind_imgTxt01 div {
  font-size: 13px;
  font-weight: bold;
}

.ind_imgTxt > div {
  font-weight: bold;
}

.ttl_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #7eb702;
  margin-top: 30px;
}

.ttl_fl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/common/txtbg_10.png);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px 0 12px;
}

.ttl_fl02 .h2ttl h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 2px;
  padding-left: 44px;
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
}

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

@media only screen and (max-width: 530px) {
  .ttl_fl02 .h2ttl h2 {
    font-size: 21px;
  }
}

.ttl_fl02 .h2ttl h2:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/common/info.png);
  width: 28px;
  height: 28px;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl_fl01 {
  height: 40px;
}

.ttl_fl02 {
  height: 40px;
}

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

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

@media only screen and (max-width: 640px) {
  .ttl_fl03 h2 {
    font-size: 17px;
    margin-right: 5px !important;
  }
}

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

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

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

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

.news {
  max-height: 235px;
  overflow-x: auto;
  margin: 20px 20px 0 0;
}

.news dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.news dl:last-child {
  margin-bottom: 0;
}

.news dl dt {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  display: block;
}

.news dl dd {
  border: none !important;
  padding: 0 !important;
  display: block;
}

.news dl dd .cl_ch {
  color: red;
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.h2ttl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/common/txtbg_10.png);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px 0 12px;
  position: relative;
}

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

.h2ttl03 h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 2px;
  padding-left: 15px;
  position: relative;
}

.h2ttl03 h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 22px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.h1ttl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/common/txtbg_10.png);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px 0 12px;
  height: 40px;
  position: relative;
}

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

.h1ttl03 h1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-top: 2px;
  padding-left: 15px;
  position: relative;
}

.h1ttl03 h1:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 22px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

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

@media only screen and (max-width: 640px) {
  .company_info dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc;
  }
}

@media only screen and (max-width: 720px) {
  .h2blk h2 {
    font-size: 20px;
  }
}

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

.pre_if td {
  padding: 10px !important;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 450px) {
  .hgt {
    height: 70px !important;
  }
}

/* ------------------------------------------------------------
concept.html
------------------------------------------------------------ */
.imgTxt {
  border: 1px solid #bebebe;
  padding: 15px 180px 15px 15px;
  background-size: cover;
}

@media only screen and (max-width: 930px) {
  .imgTxt {
    border: none;
    padding: 15px;
  }
}

.imgTxt div {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.h3ttl h3, .h3ttl h2 {
  font-size: 18px;
  color: #2489ab;
  border-bottom: 2px solid #2489ab;
  padding-left: 42px;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.h3ttl h3:before, .h3ttl h2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/h3ti.png);
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 640px) {
  .h3ttl h3:before, .h3ttl h2:before {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
  }
}

.h2ttl h3, .h2ttl h2 {
  font-size: 18px;
  color: #2489ab;
  border-bottom: 2px solid #2489ab;
  padding-left: 42px;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.h2ttl h3:before, .h2ttl h2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/h3ti.png);
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 640px) {
  .h2ttl h3:before, .h2ttl h2:before {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
  }
}

.concept_li ul li {
  font-size: 24px;
  font-weight: bold;
  float: none !important;
  margin-top: 20px;
  overflow: initial !important;
}

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

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

.concept_li ul li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
  padding-left: 33px;
}

@media only screen and (max-width: 640px) {
  .concept_li ul li span {
    font-size: 13px;
  }
}

#contents_wrap #contents .concept_li li {
  overflow: inherit !important;
}

@media only screen and (max-width: 930px) {
  .imgTxt_con {
    background: none !important;
  }
}

.sp_dp {
  display: none;
}

@media only screen and (max-width: 930px) {
  .sp_dp {
    display: block;
  }
  .sp_dp img {
    width: 90% !important;
  }
}

@media only screen and (max-width: 930px) {
  .con_fle {
    padding: 10px;
    border: 1px solid #bebebe;
  }
}

/* ------------------------------------------------------------
business.html
------------------------------------------------------------ */
.business_imgtxt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .business_imgtxt01 img {
    width: 300px !important;
    max-width: initial !important;
    margin: 0 auto;
  }
}

.business_imgtxt01 div {
  font-size: 18px;
  margin-bottom: 20px;
}

.business_imgtxt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .business_imgtxt02 img {
    width: 300px !important;
    max-width: initial !important;
    margin: 0 auto;
  }
}

.business_imgtxt02 div {
  font-size: 18px;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.con_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.con_flow div {
  background-color: #e3f7fd;
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
  color: #111111;
}

.con_flow div a {
  text-decoration: none;
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.flowimg img {
  max-width: initial !important;
  width: 100% !important;
}

/* ------------------------------------------------------------
link.html
------------------------------------------------------------ */
.cooperative_co div a {
  text-decoration: none;
  color: #21427c;
}

/* ------------------------------------------------------------
map.html
------------------------------------------------------------ */
.map_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px 30px 20px;
}

.map_list ul li {
  padding-left: 6px;
  font-size: 15px;
  border-left: 4px solid #DDD;
  margin-bottom: 15px;
}

.map_list ul li a {
  text-decoration: none;
  color: #666;
}

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

.policy_link a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

form .contact_f dt {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  background-color: #F0F0F0 !important;
}

@media only screen and (max-width: 640px) {
  form .contact_f dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.textarea textarea {
  height: 100px;
}

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

/* ------------------------------------------------------------
representative.html
------------------------------------------------------------ */
.rep_imgtxt {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.rep_imgtxt div {
  margin-right: 13px;
}

@media only screen and (max-width: 530px) {
  .rep_imgtxt div {
    margin-right: 0;
    margin-top: 15px;
  }
}

.rep_car dl {
  border-bottom: 2px dotted #000;
  line-height: 1.3;
  margin-top: 30px;
}

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

.rep_car dl dd {
  border: none !important;
  text-align: right;
}

/* ------------------------------------------------------------
client.html
------------------------------------------------------------ */
.client_li ul li {
  float: none !important;
  font-size: 18px;
  color: #2489ab;
  border-bottom: 2px solid #2489ab;
  padding-left: 42px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 30px;
  overflow: inherit !important;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .client_li ul li {
    font-size: 3.73vw;
    padding-left: 32px;
  }
}

.client_li ul li:before {
  content: "";
  position: absolute;
  background: url(../images/contents/h3ti.png);
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .client_li ul li:before {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
  }
}

body #contents_wrap _:-ms-input-placeholder, body #contents_wrap :root {
  font-family: Meiryo, sans-serif !important;
}

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

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

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

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

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

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

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

.blk01 {
  display: none;
}

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

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

.spBlk02 {
  display: block;
}

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

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

.spBlk03 {
  display: none;
}

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

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

.spBlk04 {
  display: none;
}

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

.spBlk05 {
  display: none;
}

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

.h2ttl03 {
  height: 40px;
}

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

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

.sp_tel_text a {
  color: #333 !important;
  text-decoration: none;
  pointer-events: none;
}

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

_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}
/*# sourceMappingURL=assets.css.map */