@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

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

body {
  counter-reset: number 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  word-wrap: break-word;
  overflow: hidden;
  font-family: Arial;
  letter-spacing: 0px;
  font-size: 31px;
}

@media only screen and (max-width: 1600px) {
  body {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 4vw;
  }
}

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

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

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 920px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

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

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

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

@media 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", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media 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 {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  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: #000;
}

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

.pankuzu {
  font-size: 17px !important;
  color: #000;
}

@media screen and (max-width: 834px) {
  .pankuzu {
    font-size: 13px !important;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

.pankuzu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

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

.pankuzu li:first-child {
  padding-left: 26px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: left;
}

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

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

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

.header-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

@media screen and (max-width: 834px) {
  .header-sect {
    padding: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .header-sect {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 500px) {
  .header-sect {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 450px) {
  .header-sect {
    padding: 30px 10px 20px 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-sect .siteID {
    width: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .header-sect .siteID {
    width: 250px;
  }
}

@media only screen and (max-width: 450px) {
  .header-sect .siteID {
    width: 200px;
  }
}

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

.header-telfle {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

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

.header-telfle .header-tel a {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}

.header-telfle .header-tel a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/tel.png);
  width: 16px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.header-telfle .text {
  font-size: 12px;
  font-weight: 400;
}

.header-telfle .text .space {
  margin-left: 10px;
}

.header-teltabsp {
  display: none;
}

@media screen and (max-width: 640px) {
  .header-teltabsp {
    width: 40px;
    display: block;
    position: absolute;
    top: 25px;
    right: 95px;
  }
}

.header-cont {
  background: #001b7e;
  margin-left: 10px;
}

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

.header-cont a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: block;
  padding: 5.5px 32px 5.5px 55px;
  position: relative;
}

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

.header-cont-tabsp {
  display: none;
}

@media screen and (max-width: 640px) {
  .header-cont-tabsp {
    width: 40px;
    display: block;
    position: absolute;
    top: 25px;
    right: 50px;
  }
}

.header .nav {
  background: #001b7e;
  z-index: 1;
}

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

.header .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .header .nav-item {
    border-bottom: 1px solid #fff;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.header .nav-item a {
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 14px 0;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .header .nav-item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .header .nav-item a {
    font-size: 16px;
  }
}

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

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

@media screen and (max-width: 640px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 40px;
    height: 40px;
    background: #001b7e;
    border-radius: 5px;
  }
  #nav-toggle span {
    width: 25px;
    height: 3px;
    left: 8px;
    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: 9px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  .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;
  }
  .footer .nav .nav-ul {
    z-index: 999;
  }
  /* nav */
  .footer .nav .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: #001b7e;
    -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;
  }
  .footer .nav .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;
  }
  .footer .nav .nav-ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .footer .nav .nav-ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #000 !important;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .footer .nav .nav-ul ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 640px) {
  .footer .nav .nav-ul ul li:first-of-type a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .open .footer .nav .nav-ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

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

#mainArea {
  position: relative;
}

#mainArea ul li {
  outline: none;
}

#mainArea ul li img {
  width: 900px !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  #mainArea ul li img {
    height: 300px !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea ul li img {
    height: 260px !important;
  }
}

@media only screen and (max-width: 500px) {
  #mainArea ul li img {
    height: auto !important;
  }
}

#mainArea .maintxt {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 37%;
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  #mainArea .maintxt {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .maintxt {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .maintxt {
    width: 90%;
  }
}

@media only screen and (max-width: 1300px) {
  #mainArea .maintxt .catch01 img {
    width: 75% !important;
  }
}

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

#mainArea .maintxt .catch02 {
  top: -73px;
  right: -435px;
  width: 100%;
}

@media only screen and (max-width: 1300px) {
  #mainArea .maintxt .catch02 {
    top: -59px;
    right: -351px;
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .maintxt .catch02 {
    margin-top: 75px;
    left: -1%;
  }
}

@media only screen and (max-width: 1300px) {
  #mainArea .maintxt .catch02 img {
    width: 80% !important;
  }
}

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

header#global_header .nav {
  background: #001b7e;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  header#global_header .nav {
    width: 100%;
  }
}

header#global_header .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
}

header#global_header .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #333;
  margin: 1px;
}

header#global_header .nav-item a {
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 14px 0;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1200px) {
  header#global_header .nav-item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .nav-item a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  header#global_header .nav-item a {
    font-size: 3.2vw;
  }
}

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

.sitemap-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sitemap-sp {
    display: block;
    position: fixed;
    top: 25px;
    right: 5px;
    width: 40px;
    z-index: 1111111111111111111;
  }
}

footer#global_footer {
  width: 900px;
  height: auto;
  font-size: 33px;
  background: #001b7e;
  color: #fff;
  padding-bottom: 50px;
}

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

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

footer#global_footer #copy {
  color: #fff;
  font-size: 13px;
  display: none;
}

footer#global_footer #copy a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer {
  padding: 55px 0;
}

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

@media screen and (max-width: 640px) {
  .footer {
    padding: 0;
  }
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 75%;
}

.footer-left {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .footer-left {
    width: 100%;
  }
}

.footer-left .siteID {
  text-align: left;
}

.footer-left .siteID a {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .footer-left .siteID a {
    font-size: 4vw;
  }
}

.footer-address {
  text-align: left;
  line-height: 1.6;
}

.footer-address p {
  font-size: 32px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .footer-address p {
    font-size: 3.73vw;
  }
}

.footer-address p .space {
  margin-left: 20px;
}

.footer-address .tel-link {
  font-size: 31px;
}

@media screen and (max-width: 834px) {
  .footer-address .tel-link {
    font-size: 3.2vw;
  }
}

.footer-address .tel-link a {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .footer-address .tel-link a {
    font-size: 3.2vw;
  }
}

.footer-right {
  display: none;
}

.footer-right .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 670px;
  line-height: 1.8;
}

@media only screen and (max-width: 1200px) {
  .footer-right .nav-ul {
    width: 520px;
  }
}

@media screen and (max-width: 834px) {
  .footer-right .nav-item {
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    width: 320px;
  }
}

.footer-right .nav-item a {
  color: #fff;
  font-size: 17px;
  display: block;
  padding: 0 20px;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .footer-right .nav-item a {
    font-size: 15px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 834px) {
  .footer-right .nav-item a {
    padding: 10px 8px;
  }
}

.pagetop {
  margin-top: -10px;
}

.pagetop img {
  width: 60px !important;
}

@media screen and (max-width: 834px) {
  .pagetop img {
    width: 40px !important;
  }
}

@media screen and (max-width: 640px) {
  .pagetop img {
    width: 25px !important;
  }
}

.footer-nav-ch {
  background: #001b7e;
  z-index: 1;
}

.footer-nav-ch .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-nav-ch .nav-ul .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .footer-nav-ch .nav-ul .nav-item {
    border-bottom: 1px solid #fff;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.footer-nav-ch .nav-ul .nav-item a {
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 14px 0;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .footer-nav-ch .nav-ul .nav-item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .footer-nav-ch .nav-ul .nav-item a {
    font-size: 16px;
  }
}

.footer-nav-ch {
  background: #001b7e;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .footer-nav-ch {
    width: 100%;
  }
}

.footer-nav-ch .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
}

.footer-nav-ch .nav-ul .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #333;
  margin: 1px;
}

.footer-nav-ch .nav-ul .nav-item a {
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 14px 0;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .footer-nav-ch .nav-ul .nav-item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .footer-nav-ch .nav-ul .nav-item a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .footer-nav-ch .nav-ul .nav-item a {
    font-size: 3.2vw;
  }
}

.title_0 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-top: 50px;
  background: #001b7e;
  padding: 10px 0;
}

@media screen and (max-width: 834px) {
  .title_0 {
    margin-top: 0;
  }
}

.title_0 div {
  color: #fff;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .title_0 div {
    font-size: 22px;
  }
}

.title_0 div .blk {
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 1500px) {
  .index-text1 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 834px) {
  .index-text1 {
    padding: 60px 0 !important;
  }
}

.index-text1 div {
  padding: 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #001b7e;
}

@media only screen and (max-width: 1100px) {
  .index-text1 div {
    font-size: 2.51vw;
  }
}

@media screen and (max-width: 834px) {
  .index-text1 div {
    text-align: left !important;
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .index-text1 div {
    font-size: 17px;
  }
}

.index-text1 div .blk {
  display: block;
}

@media screen and (max-width: 834px) {
  .index-text1 div .blk {
    display: none;
  }
}

.index-fle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-top: 75px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .index-fle1 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
}

.index-fle1:before {
  content: "";
  position: absolute;
  background: url(../images/contents/title01.png);
  width: 50%;
  height: 159px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 100%;
}

@media screen and (max-width: 834px) {
  .index-fle1:before {
    content: none;
  }
}

.index-fle1 .wrap1 {
  width: 45%;
  background: url(../images/contents/bg02.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .index-fle1 .wrap1 {
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
  }
}

.index-fle1 .wrap1 .box1 {
  padding-left: 19%;
}

@media only screen and (max-width: 1500px) {
  .index-fle1 .wrap1 .box1 {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 1300px) {
  .index-fle1 .wrap1 .box1 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle1 .wrap1 .box1 {
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .index-fle1 .wrap1 .box1 {
    text-align: center;
  }
}

.index-fle1 .wrap1 .box1 .title_01 {
  display: inline-block;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .index-fle1 .wrap1 .box1 .title_01 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .index-fle1 .wrap1 .box1 .title_01 {
    display: block;
  }
}

.index-fle1 .wrap1 .box1 .title_01 h2 {
  font-size: 42px;
  font-weight: bold;
  position: relative;
}

.index-fle1 .wrap1 .box1 .title_01 h2:before {
  position: absolute;
  content: "";
  background: url(../images/contents/border.png);
  width: 320px;
  height: 3px;
  bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .index-fle1 .wrap1 .box1 .title_01 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle1 .wrap1 .box1 .title_01 h2 {
    font-size: 25px;
  }
}

.index-fle1 .wrap1 .box1 .text1 div {
  font-weight: 600;
  font-size: 25px;
}

@media only screen and (max-width: 1600px) {
  .index-fle1 .wrap1 .box1 .text1 div {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle1 .wrap1 .box1 .text1 div {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle1 .wrap1 .box1 .btn1 {
    margin-top: 15px !important;
  }
}

.index-fle1 .wrap1 .box1 .btn1 div {
  display: inline-block;
  border: 1px solid #001b7e;
}

.index-fle1 .wrap1 .box1 .btn1 div a {
  display: block;
  padding: 8px 78px 8px 67px;
  color: #001b7e;
  font-weight: bold;
  font-size: 19px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .index-fle1 .wrap1 .box1 .btn1 div a {
    padding: 8px 63px 8px 52px;
    font-size: 15px;
  }
}

.index-fle1 .wrap1 .box1 .btn1 div a:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-fle1 .box2 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .index-fle1 .box2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle1 .box2 .img1 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px !important;
  }
}

@media screen and (max-width: 834px) {
  .index-fle1 .box2 .img1 img {
    height: auto !important;
  }
}

.index-fle2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

@media screen and (max-width: 834px) {
  .index-fle2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.index-fle2 .box1 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .index-fle2 .box1 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle2 .box1 .img1 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px !important;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .box1 .img1 img {
    height: auto !important;
  }
}

.index-fle2 .wrap2 {
  width: 45%;
  background: url(../images/contents/bg01.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .index-fle2 .wrap2 {
    width: 100%;
    padding: 0 20px;
  }
}

.index-fle2 .wrap2 .box2 {
  padding-right: 19%;
}

@media only screen and (max-width: 1500px) {
  .index-fle2 .wrap2 .box2 {
    padding-right: 3%;
  }
}

@media only screen and (max-width: 1300px) {
  .index-fle2 .wrap2 .box2 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .wrap2 .box2 {
    padding-right: 0;
  }
}

.index-fle2 .wrap2 .box2 .title_01 {
  display: inline-block;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .index-fle2 .wrap2 .box2 .title_01 {
    margin-bottom: 15px;
  }
}

.index-fle2 .wrap2 .box2 .title_01 h2 {
  font-size: 42px;
  font-weight: bold;
  position: relative;
}

.index-fle2 .wrap2 .box2 .title_01 h2:before {
  position: absolute;
  content: "";
  background: url(../images/contents/border.png);
  width: 320px;
  height: 3px;
  bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .index-fle2 .wrap2 .box2 .title_01 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle2 .wrap2 .box2 .title_01 h2 {
    font-size: 25px;
  }
}

.index-fle2 .wrap2 .box2 .text1 div {
  font-weight: 600;
  font-size: 25px;
}

@media only screen and (max-width: 1600px) {
  .index-fle2 .wrap2 .box2 .text1 div {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle2 .wrap2 .box2 .text1 div {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-fle2 .wrap2 .box2 .btn1 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 640px) {
  .index-fle2 .wrap2 .box2 .btn1 {
    text-align: center;
  }
}

.index-fle2 .wrap2 .box2 .btn1 div {
  display: inline-block;
  border: 1px solid #001b7e;
}

.index-fle2 .wrap2 .box2 .btn1 div a {
  display: block;
  padding: 8px 78px 8px 67px;
  color: #001b7e;
  font-weight: bold;
  font-size: 19px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .index-fle2 .wrap2 .box2 .btn1 div a {
    padding: 8px 63px 8px 52px;
    font-size: 15px;
  }
}

.index-fle2 .wrap2 .box2 .btn1 div a:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bannerbg {
  position: relative;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bannerbg .banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 834px) {
  .bannerbg .banner {
    bottom: -40px;
  }
}

@media screen and (max-width: 640px) {
  .bannerbg .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}

.bannerbg .banner .box {
  width: 31%;
}

@media screen and (max-width: 834px) {
  .bannerbg .banner .box {
    width: 32%;
  }
}

@media screen and (max-width: 640px) {
  .bannerbg .banner .box {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.title_02 {
  position: relative;
  line-height: 1;
}

.title_02:before {
  content: "";
  position: absolute;
  background: url(../images/contents/instagram.png);
  width: 30px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
}

.title_02 h2 {
  font-size: 33px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .title_02 h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 22px;
  }
}

.title_02 h2 .blk {
  display: block;
  font-size: 31px;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .title_02 h2 .blk {
    margin-top: 10px;
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .title_02 h2 .blk {
    font-size: 20px;
  }
}

.indexbg02 {
  padding: 100px 0;
  background: #f3f4f5;
}

@media screen and (max-width: 834px) {
  .indexbg02 {
    padding: 60px 0;
  }
}

.indexbg02 .title_03 {
  line-height: 1;
}

.indexbg02 .title_03 h2 {
  font-size: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .indexbg02 .title_03 h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 834px) {
  .indexbg02 .title_03 h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .indexbg02 .title_03 h2 {
    font-size: 30px;
  }
}

.indexbg02 .title_03 h2 .blk {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}

.indexbg02 .index-fle3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.indexbg02 .index-fle3 .box1 {
  width: 46.6%;
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box1 {
    width: 48%;
  }
}

@media screen and (max-width: 834px) {
  .indexbg02 .index-fle3 .box1 {
    width: 100%;
  }
}

.indexbg02 .index-fle3 .box1 .title_04 {
  background: #001b7e;
}

.indexbg02 .index-fle3 .box1 .title_04 h3 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .indexbg02 .index-fle3 .box1 .title_04 h3 {
    font-size: 20px;
  }
}

.indexbg02 .index-fle3 .box1 .text1 {
  font-size: 18px;
  background: #fff;
  padding: 35px 0;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .indexbg02 .index-fle3 .box1 .text1 {
    font-size: 16px;
  }
}

.indexbg02 .index-fle3 .box1 .text1 .font1 {
  margin-bottom: 3px;
  font-size: 39px;
  font-weight: bold;
  color: #000;
}

.indexbg02 .index-fle3 .box1 .text1 .font1 .font1ch {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box1 .text1 .font1 .font1ch {
    font-size: 31px;
  }
}

.indexbg02 .index-fle3 .box1 .text1 .font1 .font1ch:before {
  position: absolute;
  content: "";
  background: url(../images/contents/tel02.png);
  width: 22px;
  height: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -34px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box1 .text1 .font1 .font1ch:before {
    background-size: 80%;
    top: 60%;
    left: -24px;
  }
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box1 .text1 .blk {
    display: block;
  }
}

.indexbg02 .index-fle3 .box2 {
  width: 46.6%;
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box2 {
    width: 48%;
  }
}

@media screen and (max-width: 834px) {
  .indexbg02 .index-fle3 .box2 {
    width: 100%;
    margin-top: 15px;
  }
}

.indexbg02 .index-fle3 .box2 .title_04 {
  background: #001b7e;
}

.indexbg02 .index-fle3 .box2 .title_04 h3 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .indexbg02 .index-fle3 .box2 .title_04 h3 {
    font-size: 20px;
  }
}

.indexbg02 .index-fle3 .box2 .text1 {
  font-size: 18px;
  background: #fff;
  padding: 35px 0;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .indexbg02 .index-fle3 .box2 .text1 {
    font-size: 16px;
  }
}

.indexbg02 .index-fle3 .box2 .text1 a {
  color: #000;
}

.indexbg02 .index-fle3 .box2 .text1 .font1 {
  margin-bottom: 11px;
}

.indexbg02 .index-fle3 .box2 .text1 .font1 .fas {
  font-size: 45px;
  color: #000;
}

.indexbg02 .index-fle3 .box2 .text1 .font1 .font2 {
  font-size: 31px;
  font-weight: bold;
  position: relative;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box2 .text1 .font1 .font2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 834px) {
  .indexbg02 .index-fle3 .box2 .text1 .font1 .font2 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1000px) {
  .indexbg02 .index-fle3 .box2 .text1 .blk {
    display: block;
  }
}

.instagram .sns_list {
  border: none !important;
}

@media screen and (max-width: 834px) {
  .instagram .sns_list {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: initial;
    overflow-x: initial;
  }
}

.instagram .sns_list > div {
  border: none !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.instagram .sns_list > div .sns_photo {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .instagram .sns_list > div .sns_photo {
    width: 100%;
  }
}

.instagram .sns_list > div .sns_photo img {
  height: 230px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .instagram .sns_list > div .sns_photo img {
    height: auto !important;
  }
}

.instagram .sns_list > div .sns_text {
  width: 68%;
}

@media screen and (max-width: 834px) {
  .instagram .sns_list > div .sns_text {
    width: 100%;
  }
}

.instagram .sns_list > div .sns_text .sns_date {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
}

@media only screen and (max-width: 900px) {
  .instagram .sns_list > div .sns_text .sns_date {
    font-size: 22px;
  }
}

@media only screen and (max-width: 900px) {
  .instagram .sns_list > div .sns_text .sns_date {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .instagram .sns_list > div .sns_text .sns_date {
    font-size: 16px;
  }
}

.instagram .sns_list > div .sns_text .caption {
  font-size: 31px;
  padding-top: 13px;
  text-align: justify !important;
  font-family: Arial !important;
  letter-spacing: 0px;
}

@media only screen and (max-width: 900px) {
  .instagram .sns_list > div .sns_text .caption {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .instagram .sns_list > div .sns_text .caption {
    font-size: 4vw;
  }
}

.instagram .sns_list > div .sns_text a {
  color: #000;
}

.index-fle3 .box1 a {
  display: block;
  text-decoration: none;
  pointer-events: none !important;
}

@media screen and (max-width: 834px) {
  .index-fle3 .box1 a {
    pointer-events: auto !important;
  }
}

.title_1 {
  background: #001b7e;
}

.title_1 h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .title_1 h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .title_1 h1 {
    font-size: 24px;
  }
}

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

.title_1 h1 .blk {
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 834px) {
  .title_1 h1 .blk {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .title_1 h1 .blk {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .title_1 h1 .blk {
    font-size: 14px;
  }
}

.index-img1 img {
  width: 100% !important;
}

.index-img1-ch {
  border-top: 1px solid #ccc;
}

.title_2 h2 {
  font-size: 39px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .title_2 h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .title_2 h2 {
    font-size: 5vw;
    padding-bottom: 10px;
  }
}

.title_2 h2:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 8px;
  background: gray;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .title_2 h2:before {
    width: 200px;
    height: 5px;
  }
}

.index-cont1 {
  padding: 0 80px !important;
}

@media screen and (max-width: 640px) {
  .index-cont1 {
    padding: 0 30px !important;
  }
}

.index-cont1 .index-txt1 div {
  font-size: 31px;
  text-align: justify !important;
  font-family: Arial !important;
  letter-spacing: 0px;
}

@media only screen and (max-width: 900px) {
  .index-cont1 .index-txt1 div {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .index-cont1 .index-txt1 div {
    font-size: 4vw;
  }
}

.index-cont1 .btn1 {
  text-align: center;
}

.index-cont1 .btn1 div {
  background: #000099;
  display: inline-block;
  position: relative;
}

.index-cont1 .btn1 div:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000099;
  font-size: 37px;
}

@media screen and (max-width: 834px) {
  .index-cont1 .btn1 div:before {
    right: -50px;
  }
}

@media screen and (max-width: 640px) {
  .index-cont1 .btn1 div:before {
    right: -40px;
    font-size: 28px;
  }
}

.index-cont1 .btn1 div a {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 13px 53px 13px 53px;
}

@media only screen and (max-width: 1200px) {
  .index-cont1 .btn1 div a {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .index-cont1 .btn1 div a {
    padding: 5px 20px 5px 20px;
    font-size: 17px;
  }
}

.index-cont1-ch {
  border-bottom: 1px solid #ccc;
}

.index-img1-ch-1 {
  border: none;
}

.banner1 img {
  width: 600px !important;
}

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

.index-fle5 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.index-fle5 .box {
  margin-right: 5px;
}

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

.index-fle5 .box img {
  width: 220px !important;
}

.mail-icon img {
  width: 80px !important;
}

@media screen and (max-width: 834px) {
  .mail-icon img {
    width: 60px !important;
  }
}

@media screen and (max-width: 640px) {
  .mail-icon img {
    width: 40px !important;
  }
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

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

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #001b7e;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

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

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 920px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 920px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

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

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 920px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 920px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

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

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 920px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 920px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

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

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

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

/* ------------------------------------------------------------
shokubai.html
------------------------------------------------------------ */
.title_05 {
  background: url(../images/contents/h1bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 60px 30px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 920px) {
  .title_05 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media screen and (max-width: 834px) {
  .title_05 {
    background-position: bottom 0 right -110px;
    padding: 5% 0 !important;
    background-size: 100%;
    background-position: initial !important;
  }
}

@media screen and (max-width: 640px) {
  .title_05 {
    padding: 5% 0 !important;
  }
}

.title_05 h1 {
  color: #fff;
  font-size: 37px;
  font-weight: bold;
}

@media only screen and (max-width: 1100px) {
  .title_05 h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 834px) {
  .title_05 h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .title_05 h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .title_05-1 {
    padding: 5% 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .title_05-1 h1 {
    font-size: 22px;
  }
}

.text5 {
  background: #a6daff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a6daff), to(#d8efff));
  background: linear-gradient(to right, #a6daff 0%, #d8efff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6daff', endColorstr='#d8efff',GradientType=1 );
  /* IE6-9 */
  padding: 20px;
  border: 3px solid #001b7e;
}

.text5 div {
  font-weight: 600;
}

.title_06 h2 {
  padding: 15px 10px 15px 30px;
  background: #f3fdff;
  border-left: solid 5px #001b7e;
  font-weight: bold;
  font-size: 39px;
}

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

@media screen and (max-width: 640px) {
  .title_06 h2 {
    padding: 15px 10px 15px 15px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .title_06 h2 {
    font-size: 4.5vw;
  }
}

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

.title_08 h3 {
  position: relative;
  font-size: 37px;
  color: #333;
  font-weight: bold;
  border-bottom: 3px solid #001b7e;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .title_08 h3 {
    font-size: 26px;
  }
}

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

.shokubai-fle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.shokubai-fle1 .box:first-child {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .shokubai-fle1 .box:first-child {
    width: 100%;
  }
}

.shokubai-fle1 .box:first-child .blk {
  display: block;
}

.shokubai-fle1 .box:first-child .blk h2 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  border-bottom: 3px solid #001b7e;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .shokubai-fle1 .box:first-child .blk h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .shokubai-fle1 .box:first-child .blk h2 {
    font-size: 18px;
  }
}

.shokubai-fle1 .box:first-child div {
  text-align: justify;
}

.shokubai-fle1 .box:last-child {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .shokubai-fle1 .box:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.title_13 h2 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  border-bottom: 3px solid #001b7e;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .title_13 h2 {
    font-size: 26px;
  }
}

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

.aftercorona-text1 div a {
  color: #000;
  text-decoration: underline;
  color: #001b7e;
  font-weight: bold;
}

.title_14 h3 {
  color: #001b7e;
  font-weight: bold;
  font-size: 33px;
}

@media screen and (max-width: 834px) {
  .title_14 h3 {
    font-size: 26px;
  }
}

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

.kouso-text5 .fontch1 {
  font-weight: bold;
  color: #990000;
}

.shokubai-fle1 .box div .fontch1 {
  font-weight: bold;
  color: #990000;
}

.shokubai-fle1 .box h3 {
  display: none;
}

.aftercorona-flech .box:last-child div {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #001b7e;
}

/* ------------------------------------------------------------
kouso.html
------------------------------------------------------------ */
.kouso-text1 div {
  text-align: justify !important;
}

.kouso-text1 div .font1 {
  font-weight: bold;
}

.kouso-fle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.kouso-fle1 .box1 {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .kouso-fle1 .box1 {
    width: 100%;
  }
}

.kouso-fle1 .box2 {
  width: 70%;
}

@media screen and (max-width: 640px) {
  .kouso-fle1 .box2 {
    width: 100%;
    margin-top: 10px;
  }
}

.kouso-fle1 .box2 .text1 div {
  text-align: justify !important;
}

.kouso-fle1 .box2 .btn1 {
  margin-top: 20px;
}

.kouso-fle1 .box2 .btn1 div {
  background: #001b7e;
  display: inline-block;
}

.kouso-fle1 .box2 .btn1 div a {
  display: block;
  color: #fff;
  padding: 5px 30px;
  font-size: 17px;
}

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

.corona-dl1 dl dt {
  width: 300px !important;
  background: #001b7e !important;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .corona-dl1 dl dt {
    width: 200px !important;
  }
}

@media screen and (max-width: 640px) {
  .corona-dl1 dl dt {
    width: 100% !important;
  }
}

.corona-dl1 dl dd {
  width: calc(100% - 240px) !important;
}

@media screen and (max-width: 834px) {
  .corona-dl1 dl dd {
    width: calc(100% - 200px) !important;
  }
}

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

/* ------------------------------------------------------------
recuperation.html
------------------------------------------------------------ */
.recuperation-tb1 table tr:last-child {
  background: #f3fdff;
}

.recuperation-tb1 table tr:last-child td div {
  color: #001b7e;
  font-weight: bold;
}

.recuperation-tb1 table tr td {
  border: 1px solid #001b7e !important;
}

.recuperation-tb1 table tr:last-child td:before {
  content: none;
}

.recuperation-text1 div {
  color: #990000;
  font-weight: bold;
}

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

.aftercorona-fle1 .box {
  width: 49%;
}

.aftercorona-fle1 .box:nth-child(n+3) {
  margin-top: 20px;
}

.aftercorona-fle1 .box img {
  width: 100% !important;
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 1000px) {
  .aftercorona-fle1 .box img {
    height: 300px !important;
  }
}

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

@media only screen and (max-width: 500px) {
  .aftercorona-fle1 .box img {
    height: 150px !important;
  }
}

.aftercorona-fle1 .box h3 {
  display: none;
}

.aftercorona-fle1 .box div {
  text-align: center;
  font-weight: bold;
}

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

@media screen and (max-width: 640px) {
  .aftercorona-fle3 .box:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .aftercorona-fle3 .box:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------
corona.html
------------------------------------------------------------ */
.corona-btnfle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corona-btnfle .box {
  width: 10%;
  margin-right: 1%;
}

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

@media screen and (max-width: 834px) {
  .corona-btnfle .box {
    width: 19%;
  }
  .corona-btnfle .box:nth-of-type(n + 6) {
    margin-top: 15px;
  }
}

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

.company-dl dl dt {
  width: 240px !important;
  background: #001b7e !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .company-dl dl dt {
    width: 200px !important;
  }
}

@media screen and (max-width: 640px) {
  .company-dl dl dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.company-dl dl dd {
  width: calc(100% - 240px) !important;
}

@media screen and (max-width: 834px) {
  .company-dl dl dd {
    width: calc(100% - 200px) !important;
  }
}

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

.company-dl dl dd a {
  color: #000;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.contact-text1 div a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.mail.title {
  display: none;
}

.contact-form dl dt {
  background: #001b7e !important;
  color: #fff;
  width: 260px !important;
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .contact-form dl dt {
    font-size: 4vw;
  }
}

.contact-form dl dd {
  width: calc(100% - 260px) !important;
}

.contact-form dl .textarea textarea {
  height: 100px;
}

.confirm.contact-form {
  margin-top: 100px;
}

/* ------------------------------------------------------------
sdgs.html
------------------------------------------------------------ */
.sdgs-text1 div, .sdgs-text2 div {
  font-weight: 600;
  font-size: 18px;
}

.sdgs-text1 div a, .sdgs-text2 div a {
  color: #001b7e;
}

.sdgs-text1 div a u, .sdgs-text2 div a u {
  font-weight: 600;
}

/* ------------------------------------------------------------
map.html
------------------------------------------------------------ */
.map-title1 h1 {
  font-size: 45px;
  font-weight: 500;
  color: navy;
}

@media only screen and (max-width: 1000px) {
  .map-title1 h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 834px) {
  .map-title1 h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .map-title1 h1 {
    font-size: 22px;
  }
}

.map-li1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-li1 ul li {
  border-bottom: 1px solid #ccc;
}

.map-li1 ul li a {
  color: #000099;
  font-size: 37px;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  padding-left: 300px;
}

@media only screen and (max-width: 1000px) {
  .map-li1 ul li a {
    padding-left: 250px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .map-li1 ul li a {
    font-size: 25px;
  }
}

@media screen and (max-width: 834px) {
  .map-li1 ul li a {
    padding-left: 260px;
  }
}

@media screen and (max-width: 640px) {
  .map-li1 ul li a {
    font-size: 18px;
    padding-left: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .map-li1 ul li a {
    font-size: 16px;
    padding-left: 160px;
  }
}

@media only screen and (max-width: 450px) {
  .map-li1 ul li a {
    padding-left: 135px;
  }
}

@media only screen and (max-width: 400px) {
  .map-li1 ul li a {
    padding-left: 110px;
  }
}

.map-title2 h2 {
  font-size: 45px;
  font-weight: 500;
  color: navy;
}

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

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

@media screen and (max-width: 640px) {
  .map-title2 h2 {
    font-size: 22px;
  }
}

.map-close {
  text-align: right;
}

.map-close a {
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .map-close a img {
    max-width: initial !important;
    width: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .map-close a img {
    margin-right: 0;
    width: 18px !important;
  }
}

.project-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .project-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.project-btn .box {
  width: 24%;
  text-align: center;
  background: #001b7e;
}

@media screen and (max-width: 640px) {
  .project-btn .box {
    width: 49%;
  }
  .project-btn .box:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.project-btn .box a {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 834px) {
  .project-btn .box a {
    font-size: 17px;
  }
}

.projec-tb1 table tr:first-child {
  background: #f3fdff;
}

.projec-tb1 table tr td {
  border: 1px solid #001b7e;
}

.projec-tb1 table tr td div {
  font-weight: bold;
}

.projec-tb1 table tr:last-child td:before {
  content: none;
}

.kouso-text5-ch1 {
  line-height: 1.1;
}

.nipa-text {
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .nipa-text {
    line-height: 1;
  }
}

.nipa-text div {
  margin-top: 15px;
}
/*# sourceMappingURL=common_style.css.map */