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

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1220px;
  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: 1200px;
  padding-bottom: 160px;
  padding-left: 10px;
  padding-right: 10px;
}

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

@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: "Times New Roman", "Noto Serif JP", "游明朝体", "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 h2 {
  margin-bottom: 50px;
  font-size: 30px;
}

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

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

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

.pankuzu li {
  display: inline-block;
}

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

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

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

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

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

.breadcrumb {
  text-align: right;
}

.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;
  position: relative;
}

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

.header {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  z-index: 1;
}

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

.header-sect {
  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: 1300px) {
  .header-left {
    width: 230px;
  }
}

@media screen and (max-width: 834px) {
  .header-left {
    width: 200px;
  }
}

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

@media only screen and (max-width: 1300px) {
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

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

.header-cont {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-cont .header-tel {
  margin-right: 15px;
}

.header-cont .header-tel a {
  font-size: 31px;
  font-family: Noto Serif JP;
  font-weight: 500;
  color: #0067b6;
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 834px) {
  .header-cont .header-tel a {
    font-size: 25px;
    padding-left: 20px;
  }
}

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

@media only screen and (max-width: 1200px) {
  .header-cont .header-tel a:before {
    background-size: 80%;
    top: 64%;
  }
}

.header-cont .header-btn {
  background: #f4942e;
  border-radius: 22.5px;
}

.header-cont .header-btn:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #0067b6;
  opacity: 1;
  text-decoration: none;
}

.header-cont .header-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 9px 30px 9px 54px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .header-cont .header-btn a {
    font-size: 14px;
    padding: 9px 23px 9px 47px;
  }
}

@media only screen and (max-width: 500px) {
  .header-cont .header-btn a {
    padding: 9px 23px 9px 45px;
  }
}

.header-cont .header-btn a:hover {
  opacity: 1;
}

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

@media only screen and (max-width: 500px) {
  .header-cont .header-btn a:before {
    left: 24px;
  }
}

@media only screen and (max-width: 1300px) {
  .header .nav {
    margin-top: 3px;
  }
}

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

.header .nav-ul a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 10px 5px;
  display: block;
}

.header .nav-ul a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header .nav-ul a span.en {
  position: absolute;
  top: 100%;
  left: 0%;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  color: #0067b6;
}

.header .nav-ul a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #0067b6;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header .nav-ul a:hover span.ja {
  -webkit-transform: translate(0%, -150%);
          transform: translate(0%, -150%);
}

.header .nav-ul a:hover span.en {
  top: 25%;
}

.header .nav-ul a:hover::after {
  width: 100%;
}

.header .nav-item a {
  display: block;
  color: #333;
  font-weight: 500;
}

.header-contsp {
  display: none;
}

@media screen and (max-width: 640px) {
  .header-contsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .header-contsp .header-telsp {
    margin-right: 10px;
  }
  .header-contsp .header-telsp a img {
    width: 40px !important;
  }
  .header-contsp .header-mailsp a img {
    width: 40px !important;
  }
}

#mainArea {
  position: relative;
}

#mainArea ul li img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

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

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

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

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

#mainArea .maintext {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 11111;
  font-size: 42px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  line-height: 2;
  width: 900px;
  height: 240px;
  font-family: Noto Serif JP;
  font-weight: 500;
  text-shadow: 2px 2px 3px #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  padding-top: 47px;
}

@media only screen and (max-width: 1600px) {
  #mainArea .maintext {
    font-size: 38px;
    width: 750px;
    height: 220px;
    padding-top: 38px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  #mainArea .maintext {
    font-size: 34px;
    width: 645px;
    height: 190px;
    padding-top: 35px;
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .maintext {
    top: 55%;
  }
}

@media only screen and (max-width: 750px) {
  #mainArea .maintext {
    font-size: 30px;
    width: 595px;
    height: 170px;
    padding-top: 31px;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .maintext {
    font-size: 24px;
    width: 475px;
    height: 140px;
    padding-top: 24px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  #mainArea .maintext {
    font-size: 20px;
    width: 360px;
    height: 122px;
    padding-top: 23px;
    padding-right: 0;
    top: 57%;
  }
}

#mainArea .ch1 {
  color: #0067b6;
  font-size: 56px;
}

@media only screen and (max-width: 1300px) {
  #mainArea .ch1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  #mainArea .ch1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 750px) {
  #mainArea .ch1 {
    font-size: 39px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .ch1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 500px) {
  #mainArea .ch1 {
    font-size: 28px;
  }
}

#mainArea .maintext .in {
  opacity: 1 !important;
}

#mainArea .col1 {
  color: #0067b6;
}

.is-scrolled .header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 20px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.is-scrolled .header-left {
  width: 200px;
}

.mean-nav .en {
  display: none;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
  background: #0067b6;
  padding-bottom: 25px;
}

footer#global_footer #copy {
  color: #fff;
  font-size: 12px;
}

footer#global_footer #copy a {
  color: #fff;
  font-size: 12px;
}

.footer {
  padding: 80px 20px;
}

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

.footer-wrap {
  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) {
  .footer-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

@media screen and (max-width: 834px) {
  .footer-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-left .siteID {
  margin-right: 35px;
}

@media only screen and (max-width: 1200px) {
  .footer-left .siteID {
    margin-right: 0;
    width: 250px;
  }
}

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

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

@media only screen and (max-width: 1200px) {
  .footer-address {
    margin-top: 10px;
  }
}

@media screen and (max-width: 834px) {
  .footer-address {
    text-align: center;
  }
}

.footer-address p {
  color: #fff;
}

.footer-address .tel-link a {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .footer-right .nav {
    display: none;
  }
}

.footer-right .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 430px;
  margin: 0 auto;
}

.footer-right .nav-item a {
  color: #fff;
  display: block;
  padding: 3px 9px;
  font-size: 15px;
  position: relative;
}

.footer-right .nav-item a:after {
  position: absolute;
  content: "";
  z-index: 111;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-right .nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer-right .nav-item a:hover {
  text-decoration: none;
  opacity: 1;
}

.pagetop {
  position: fixed;
  bottom: 10%;
  right: 50px;
}

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

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.index-wrap1 {
  background: url(../images/contents/bg1.jpg);
  padding: 160px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 834px) {
  .index-wrap1 {
    padding: 100px 10px;
  }
}

@media screen and (max-width: 640px) {
  .index-wrap1 {
    padding: 90px 10px;
  }
}

.index-wrap1 .text1 {
  line-height: 2;
}

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

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

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

.title_2 {
  position: relative;
}

.title_2 img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

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

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

.title_2 h2 {
  font-size: 36px;
  font-family: Noto Serif JP;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .title_2 h2 {
    font-size: 33px;
  }
}

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

@media screen and (max-width: 834px) {
  .title_2ch img {
    width: 50% !important;
  }
}

.title_1 {
  position: relative;
}

.title_1 img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 14%;
  left: 50%;
}

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

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

.title_1 h2 {
  font-size: 36px;
  font-family: Noto Serif JP;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .title_1 h2 {
    font-size: 33px;
  }
}

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

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

@media only screen and (max-width: 500px) {
  .title_1ch h2 {
    font-size: 28px !important;
  }
}

.index-wrap2 {
  margin-left: calc(((1560px - 100%) / 2) * -1) !important;
  margin-right: calc(((1560px - 100%) / 2) * -1) !important;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .index-wrap2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 0 20px;
  }
}

.index-wrap2 .img1 img {
  margin-left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 1100px) {
  .index-wrap2 .img1 img {
    height: 500px !important;
  }
}

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

.index-wrap2 .textwrap {
  width: 630px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1600px) {
  .index-wrap2 .textwrap {
    right: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-wrap2 .textwrap {
    background: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 834px) {
  .index-wrap2 .textwrap {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background: none;
    width: 100%;
  }
}

.index-wrap2 .textwrap .wrapin {
  position: relative;
  padding: 65px;
}

@media screen and (max-width: 834px) {
  .index-wrap2 .textwrap .wrapin {
    padding: 0;
    margin-top: 15px;
  }
}

.index-wrap2 .textwrap .wrapin:before {
  position: absolute;
  content: "";
  background: url(../images/contents/bgicon.png);
  width: 386px;
  height: 183px;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .index-wrap2 .textwrap .wrapin:before {
    background-size: 70%;
    background-position: bottom right;
  }
}

.index-wrap2 .textwrap .wrapin .zind {
  position: relative;
  z-index: 1;
}

.index-wrap2 .textwrap .wrapin .zind .title_3 {
  padding-left: 25px;
  position: relative;
  line-height: 1.7;
}

.index-wrap2 .textwrap .wrapin .zind .title_3:before {
  position: absolute;
  content: "";
  background: url(../images/contents/title-left.png);
  width: 3px;
  height: 70px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-wrap2 .textwrap .wrapin .zind .title_3 h3 {
  font-size: 30px;
  font-family: Noto Serif JP;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .index-wrap2 .textwrap .wrapin .zind .title_3 h3 {
    font-size: 25px;
  }
}

.index-wrap2 .textwrap .wrapin .zind .title_3 h3 .blk {
  display: block;
  font-size: 16px;
  color: #0067b6;
}

@media screen and (max-width: 640px) {
  .index-wrap2 .textwrap .wrapin .zind .title_3 h3 .blk {
    font-size: 15px;
  }
}

.index-wrap2 .textwrap .wrapin .zind .text1 {
  line-height: 1.5;
}

.index-wrap2 .textwrap .wrapin .zind .btn1 div {
  background: #f4942e;
  border-radius: 22.5px;
  display: inline-block;
}

.index-wrap2 .textwrap .wrapin .zind .btn1 div:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #0067b6;
  opacity: 1;
  text-decoration: none;
}

.index-wrap2 .textwrap .wrapin .zind .btn1 div a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 5.5px 78px 5.5px 78px;
  position: relative;
}

.index-wrap2 .textwrap .wrapin .zind .btn1 div a:hover {
  opacity: 1;
}

.index-wrap2 .textwrap .wrapin .zind .btn1 div a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-wrap4 {
  margin-left: calc(((1560px - 100%) / 2) * -1) !important;
  margin-right: calc(((1560px - 100%) / 2) * -1) !important;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .index-wrap4 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 0 20px;
  }
}

.index-wrap4 .img1 img {
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 1100px) {
  .index-wrap4 .img1 img {
    height: 500px !important;
  }
}

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

.index-wrap4 .textwrap {
  width: 630px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1600px) {
  .index-wrap4 .textwrap {
    left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-wrap4 .textwrap {
    background: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 834px) {
  .index-wrap4 .textwrap {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background: none;
    width: 100%;
  }
}

.index-wrap4 .textwrap .wrapin {
  position: relative;
  padding: 65px;
}

@media screen and (max-width: 834px) {
  .index-wrap4 .textwrap .wrapin {
    padding: 0;
    margin-top: 15px;
  }
}

.index-wrap4 .textwrap .wrapin:before {
  position: absolute;
  content: "";
  background: url(../images/contents/bgicon.png);
  width: 386px;
  height: 183px;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .index-wrap4 .textwrap .wrapin:before {
    background-size: 70%;
    background-position: bottom right;
  }
}

.index-wrap4 .textwrap .wrapin .zind {
  position: relative;
  z-index: 1;
}

.index-wrap4 .textwrap .wrapin .zind .title_3 {
  padding-left: 25px;
  position: relative;
  line-height: 1.7;
}

.index-wrap4 .textwrap .wrapin .zind .title_3:before {
  position: absolute;
  content: "";
  background: url(../images/contents/title-left.png);
  width: 3px;
  height: 70px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-wrap4 .textwrap .wrapin .zind .title_3 h3 {
  font-size: 30px;
  font-family: Noto Serif JP;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .index-wrap4 .textwrap .wrapin .zind .title_3 h3 {
    font-size: 25px;
  }
}

.index-wrap4 .textwrap .wrapin .zind .title_3 h3 .blk {
  display: block;
  font-size: 16px;
  color: #0067b6;
}

@media screen and (max-width: 640px) {
  .index-wrap4 .textwrap .wrapin .zind .title_3 h3 .blk {
    font-size: 15px;
  }
}

.index-wrap4 .textwrap .wrapin .zind .text1 {
  line-height: 1.5;
}

.index-wrap4 .textwrap .wrapin .zind .btn1 div {
  background: #f4942e;
  border-radius: 22.5px;
  display: inline-block;
}

.index-wrap4 .textwrap .wrapin .zind .btn1 div:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #0067b6;
  opacity: 1;
  text-decoration: none;
}

.index-wrap4 .textwrap .wrapin .zind .btn1 div a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 5.5px 78px 5.5px 78px;
  position: relative;
}

.index-wrap4 .textwrap .wrapin .zind .btn1 div a:hover {
  opacity: 1;
}

.index-wrap4 .textwrap .wrapin .zind .btn1 div a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

.index-fle1 .box {
  width: 32%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .index-fle1 .box {
    width: 100%;
  }
  .index-fle1 .box:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

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

.index-fle1 .box h3 {
  text-align: center;
  position: absolute;
  background: rgba(0, 103, 182, 0.8);
  color: #fff;
  z-index: 1;
  bottom: 0;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
}

@media only screen and (max-width: 1200px) {
  .index-fle1 .box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .index-fle1 .box h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle1 .box h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .index-fle1 .box h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 450px) {
  .index-fle1 .box h3 {
    font-size: 17px;
  }
}

.index-fle1 .box div {
  display: none;
}

.index-wrap3 {
  background: url(../images/contents/bg2.jpg);
  padding: 160px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

@media screen and (max-width: 640px) {
  .index-wrap3 {
    padding: 90px 10px;
  }
}

.index-wrap3 .news {
  line-height: 1.3;
  max-height: 350px;
  overflow-x: auto;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 45px 45px 45px;
}

@media screen and (max-width: 640px) {
  .index-wrap3 .news {
    padding: 30px 15px 45px 15px;
  }
}

.index-wrap3 .news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 13px 0;
}

@media screen and (max-width: 640px) {
  .index-wrap3 .news dl {
    font-size: 15px;
  }
}

.index-wrap3 .news dl dt {
  background: none !important;
  border: none !important;
  color: #7a7777;
  width: 100% !important;
  padding-bottom: 6px !important;
}

.index-wrap3 .news dl dd {
  background: none !important;
  border: none !important;
  width: 100% !important;
}

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

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "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: #0067b6;
  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: 1220px) {
  .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: 1220px) {
  .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: 1220px) {
  .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: 1220px) {
  .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: 1220px) {
  .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: 1220px) {
  .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);
}

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

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-bar {
  background: #0067b6 !important;
  position: fixed !important;
}

.mean-bar .mean-nav {
  background: #0067b6 !important;
  position: fixed;
  margin-top: 42px !important;
}

.mean-bar .mean-nav .mean-expand {
  width: 35px !important;
  height: 35px !important;
}

.mean-bar a {
  text-indent: initial !important;
  -webkit-transition: initial !important;
  transition: initial !important;
}

/* ------------------------------------------------------------
service.html
------------------------------------------------------------ */
.area {
  background: url(../images/contents/h1bg.jpg);
  background-position: center;
  background-size: cover;
  display: block;
  padding: 180px 30px 180px 30px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .area {
    padding: 150px 30px 100px 30px;
    background-attachment: initial;
    background-size: cover;
  }
}

.title_5 article {
  margin: 0 auto;
  max-width: 1220px;
  padding: 30px 100px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 834px) {
  .title_5 article {
    padding: 10px 30px;
  }
}

.title_5 article h1 {
  line-height: 1.9;
  color: #0067b6;
  font-size: 57px;
  font-weight: bold;
  text-align: right !important;
}

@media only screen and (max-width: 1000px) {
  .title_5 article h1 {
    font-size: 37px;
  }
}

@media screen and (max-width: 640px) {
  .title_5 article h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 500px) {
  .title_5ch article h1 {
    font-size: 28px !important;
  }
}

.service-wrap1 {
  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) {
  .service-wrap1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-wrap1 .box1 {
  width: 58%;
}

@media screen and (max-width: 834px) {
  .service-wrap1 .box1 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.service-wrap1 .box1 .title_6 h2 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
}

.service-wrap1 .box1 .title_6 h2:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 15.6px;
  border-style: solid;
  border-color: transparent transparent transparent #0067b6;
}

.service-wrap1 .box2 {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .service-wrap1 .box2 {
    width: 100%;
  }
}

.title_6 h2 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
}

.title_6 h2:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 15.6px;
  border-style: solid;
  border-color: transparent transparent transparent #0067b6;
}

.service-wrap2 {
  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) {
  .service-wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service-wrap2 .box1 {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .service-wrap2 .box1 {
    width: 100%;
  }
}

.service-wrap2 .box2 {
  width: 58%;
}

@media screen and (max-width: 834px) {
  .service-wrap2 .box2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.company_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}

.company_02 .box {
  overflow: hidden;
  margin-top: -10px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .company_02 .box {
    font-size: 15px;
  }
}

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

.company_02 .box article h3 {
  width: 100%;
  max-width: 100px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .company_02 .box article h3 {
    max-width: 90px;
    text-align: left;
  }
}

.company_02 .box article .company-wrap {
  width: 100%;
  max-width: 200px;
  position: relative;
  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;
  padding-bottom: 62px;
}

@media screen and (max-width: 640px) {
  .company_02 .box article .company-wrap {
    max-width: 60px;
  }
}

.company_02 .box article .company-wrap:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  border-radius: 5px;
  background-color: #b0b6b8;
  display: block;
}

.company_02 .box article .company-wrap:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 1px;
  height: 100%;
  background-color: #b0b6b8;
  display: block;
  z-index: 0;
}

.company_02 .box article div {
  text-align: left;
  width: 100%;
  max-width: 80%;
}

.company-text1 {
  position: relative;
}

.company-text1 div {
  position: absolute;
  width: 100px;
  left: 155px;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .company-text1 div {
    left: 80px;
  }
}

.company-dl1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.company-dl1 dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #0067b6 !important;
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

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

.company-dl1 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px !important;
}

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

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

/* ------------------------------------------------------------
access.html
------------------------------------------------------------ */
.access-wrap1 {
  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) {
  .access-wrap1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access-wrap1 .box1 {
  width: 56%;
}

@media screen and (max-width: 834px) {
  .access-wrap1 .box1 {
    width: 100%;
  }
}

.access-wrap1 .box1 .title_8 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .access-wrap1 .box1 .title_8 h3 {
    font-size: 18px;
  }
}

.access-wrap1 .box1 .title_8 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
  color: #0067b6;
}

.access-wrap1 .box1 .title_8 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #f4942e;
}

.access-wrap1 .box2 {
  width: 42%;
}

@media screen and (max-width: 834px) {
  .access-wrap1 .box2 {
    width: 100%;
    margin-top: 10px;
  }
}

.access-wrap1 .box2 .gmap {
  height: 100%;
}

@media screen and (max-width: 834px) {
  .access-wrap1 .box2 .gmap iframe {
    height: 350px !important;
  }
}

.unc1 {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

.unc2 {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

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

.contact-text2 div {
  color: #ff0000;
}

.mail.title {
  display: none;
}

.form_wrap.message {
  margin-top: 260px !important;
}

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

.form_wrap.error {
  margin-top: 150px;
}

.contact-form dl dt {
  background: #0067b6 !important;
  color: #fff;
}

.contact-form dl dd textarea {
  height: 100px;
}
/*# sourceMappingURL=common_style.css.map */