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

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

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

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

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

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}

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

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

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

.header {
  padding: 15px 60px;
}

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

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

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

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

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

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

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.header-tel {
  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;
}

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

.header-tel .telpc a {
  font-size: 28px;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.header-tel .telpc 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-tel .telbp1200 {
  display: none;
}

@media screen and (max-width: 834px) {
  .header-tel .telbp1200 {
    display: block;
    position: absolute;
    top: 17px;
    right: 40px;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .header-tel .telbp1200 {
    top: 14px;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .header-tel .telbp1200 img {
    width: 50%;
  }
}

.header-tel .header-text {
  font-size: 12px;
  margin-top: 8px;
}

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

.header-mail {
  background: #0067b6;
  margin-left: 20px;
}

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

.header-mail a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 6.5px 30px 6.5px 50px;
  position: relative;
}

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

.header-mailbp1200 {
  display: none;
}

@media screen and (max-width: 834px) {
  .header-mailbp1200 {
    display: block;
    position: absolute;
    top: 17px;
    right: -10px;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .header-mailbp1200 {
    top: 14px;
  }
}

@media screen and (max-width: 834px) {
  .header-mailbp1200 img {
    width: 50%;
  }
}

.header .nav {
  margin-top: 5px;
  width: 590px;
}

@media only screen and (max-width: 1000px) {
  .header .nav {
    width: 505px;
  }
}

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

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

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

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

#mainArea {
  position: relative;
}

#mainArea ul li {
  outline: none;
}

#mainArea .maintxt {
  position: absolute;
  bottom: 70px;
  left: 60px;
}

@media screen and (max-width: 640px) {
  #mainArea .maintxt {
    bottom: 8%;
    left: 50%;
    width: 85%;
    -webkit-transform: translatex(-50%) translateY(-50%);
            transform: translatex(-50%) translateY(-50%);
  }
}

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

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

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

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

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

.footer {
  padding: 60px 0;
}

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

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

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

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

.footer-left .siteID {
  margin-bottom: 5px;
}

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

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

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

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

.footer-right .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 435px;
}

.footer-right .nav-item a {
  color: #fff;
  padding: 0 15px;
}

.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-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 834px) {
  .index-fle1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto !important;
  }
}

.index-fle1 .box1 {
  width: 48%;
}

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

.index-fle1 .box1 .title_01 {
  line-height: 1.4;
}

.index-fle1 .box1 .title_01 article {
  position: relative;
  padding-left: 15px;
}

.index-fle1 .box1 .title_01 article:before {
  position: absolute;
  content: "";
  background: #333;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 3px;
}

.index-fle1 .box1 .title_01 article:after {
  position: absolute;
  content: "";
  background: #0067b6;
  left: 0;
  top: 0;
  height: 50%;
  width: 3px;
}

.index-fle1 .box1 .title_01 h1 {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1220px) {
  .index-fle1 .box1 .title_01 h1 {
    font-size: 2.395vw;
  }
}

@media screen and (max-width: 834px) {
  .index-fle1 .box1 .title_01 h1 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 450px) {
  .index-fle1 .box1 .title_01 h1 {
    font-size: 16px;
  }
}

.index-fle1 .box1 .title_01 h1 .blk1 {
  display: block;
}

@media screen and (max-width: 834px) {
  .index-fle1 .box1 .title_01 h1 .blk1 {
    display: none;
  }
}

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

.index-fle1 .box1 .title_01 h1 .blk2 {
  display: block;
  font-size: 0.5333333333333333em;
  font-weight: 500;
  margin-top: 10px;
}

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

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

.news-bg {
  background: #e5f2fa;
  padding: 90px 0;
}

@media screen and (max-width: 834px) {
  .news-bg {
    padding: 50px 0;
  }
}

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

.news-bg .wrap1 .title_02 {
  width: 20%;
}

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

.news-bg .wrap1 .title_02 article {
  position: relative;
  padding-left: 15px;
}

.news-bg .wrap1 .title_02 article:before {
  position: absolute;
  content: "";
  background: #333;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 3px;
}

.news-bg .wrap1 .title_02 article:after {
  position: absolute;
  content: "";
  background: #0067b6;
  left: 0;
  top: 0;
  height: 50%;
  width: 3px;
}

.news-bg .wrap1 .title_02 h2 {
  font-size: 30px;
  font-weight: bold;
}

.news-bg .wrap1 .title_02 h2 .blk {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.news-bg .wrap1 .news {
  width: 80%;
  background: #fff;
  padding: 30px 40px 40px 40px;
}

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

@media screen and (max-width: 640px) {
  .news-bg .wrap1 .news {
    padding: 10px 10px 20px 10px;
  }
}

.news-bg .wrap1 .news dl {
  border-bottom: 1px solid #ccc;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.news-bg .wrap1 .news dl dt {
  border: none !important;
  background: none !important;
  width: 215px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .news-bg .wrap1 .news dl dt {
    width: 150px !important;
  }
}

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

.news-bg .wrap1 .news dl dd {
  border: none !important;
  background: none !important;
  width: calc(100% - 215px) !important;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .news-bg .wrap1 .news dl dd {
    width: calc(100% - 150px) !important;
  }
}

@media screen and (max-width: 834px) {
  .news-bg .wrap1 .news dl dd {
    width: 100% !important;
  }
}

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

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

.index-wrap1 .wrap1 {
  position: relative;
  width: 79.8%;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .index-wrap1 .wrap1 {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .index-wrap1 .wrap1 {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .index-wrap1 .wrap1 .index-img1 img {
    max-width: 100% !important;
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-wrap1 .wrap1 .text-wrap {
  background: #e5f2fa;
  padding: 70px;
  width: 770px;
  position: absolute;
  bottom: 50px;
  right: 0;
}

@media screen and (max-width: 834px) {
  .index-wrap1 .wrap1 .text-wrap {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .index-wrap1 .wrap1 .text-wrap {
    padding: 30px;
  }
}

.index-wrap1 .wrap1 .text-wrap .title_02 article {
  position: relative;
  padding-left: 15px;
}

.index-wrap1 .wrap1 .text-wrap .title_02 article:before {
  position: absolute;
  content: "";
  background: #333;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 3px;
}

.index-wrap1 .wrap1 .text-wrap .title_02 article:after {
  position: absolute;
  content: "";
  background: #0067b6;
  left: 0;
  top: 0;
  height: 50%;
  width: 3px;
}

.index-wrap1 .wrap1 .text-wrap .title_02 h2 {
  font-size: 30px;
  font-weight: bold;
}

.index-wrap1 .wrap1 .text-wrap .title_02 h2 .blk {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.index-wrap1 .wrap1 .text-wrap .btn1 div {
  background: #0067b6;
  display: inline-block;
}

.index-wrap1 .wrap1 .text-wrap .btn1 div a {
  display: block;
  color: #fff;
  padding: 14px 81px 14px 77px;
  position: relative;
}

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

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

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

.index-wrap2 .wrap1 {
  position: relative;
  width: 79.8%;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .index-wrap2 .wrap1 {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .index-wrap2 .wrap1 {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .index-wrap2 .wrap1 .index-img1 img {
    max-width: 100% !important;
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-wrap2 .wrap1 .text-wrap {
  background: #e5f2fa;
  padding: 70px;
  width: 770px;
  position: absolute;
  bottom: 50px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .index-wrap2 .wrap1 .text-wrap {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .index-wrap2 .wrap1 .text-wrap {
    padding: 30px;
  }
}

.index-wrap2 .wrap1 .text-wrap .title_02 article {
  position: relative;
  padding-left: 15px;
}

.index-wrap2 .wrap1 .text-wrap .title_02 article:before {
  position: absolute;
  content: "";
  background: #333;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 3px;
}

.index-wrap2 .wrap1 .text-wrap .title_02 article:after {
  position: absolute;
  content: "";
  background: #0067b6;
  left: 0;
  top: 0;
  height: 50%;
  width: 3px;
}

.index-wrap2 .wrap1 .text-wrap .title_02 h2 {
  font-size: 30px;
  font-weight: bold;
}

.index-wrap2 .wrap1 .text-wrap .title_02 h2 .blk {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.index-wrap2 .wrap1 .text-wrap .btn1 div {
  background: #0067b6;
  display: inline-block;
}

.index-wrap2 .wrap1 .text-wrap .btn1 div a {
  display: block;
  color: #fff;
  padding: 14px 81px 14px 77px;
  position: relative;
}

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

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

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

.banner .box {
  width: 32%;
}

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

.index-bg2 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 86px 0;
  background-size: cover !important;
  background: url(../images/contents/contactbg01.jpg);
  margin-top: 90px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .index-bg2 {
    padding: 50px 0;
  }
}

.index-bg2 .wrap1 .title_02 {
  text-align: center !important;
}

.index-bg2 .wrap1 .title_02 h2 {
  font-size: 39px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .index-bg2 .wrap1 .title_02 h2 {
    font-size: 33px;
  }
}

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

@media screen and (max-width: 640px) {
  .index-bg2 .wrap1 .title_02 h2 {
    line-height: 1.3;
  }
}

@media screen and (max-width: 640px) {
  .index-bg2 .wrap1 .title_02 h2 .blk {
    display: block;
  }
}

.index-bg2 .wrap1 .text1 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.index-bg2 .wrap1 .text1 div {
  font-weight: 500;
  text-align: center !important;
}

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

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

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

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

.index-bg2 .wrap1 .index-fle3 .contact-tel {
  width: 47%;
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel {
    width: 100%;
  }
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .title_03 {
  background: rgba(0, 103, 182, 0.8);
  padding: 19px 0;
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .title_03 h3 {
  font-size: 23px;
  color: #fff;
  text-align: center !important;
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 10px;
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div {
  text-align: center !important;
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div a {
  padding-left: 30px;
  color: #333;
  font-size: 33px;
  font-weight: bold;
  position: relative;
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/footer-tel.png);
  width: 19px;
  height: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div a {
    font-size: 30px;
  }
}

.index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div .text {
  margin-top: 10px;
  font-weight: 600;
  text-align: center !important;
}

@media only screen and (max-width: 1000px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div .text {
    margin-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div .text .blk {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div .text .blk {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .index-bg2 .wrap1 .index-fle3 .contact-tel .cont-text1 div .text .blk {
    display: block;
  }
}

.index-bg2 .wrap1 .index-fle3 .contact-mail {
  width: 47%;
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail {
    width: 100%;
    margin-top: 15px;
  }
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .title_03 {
  background: rgba(0, 103, 182, 0.8);
  padding: 19px 0;
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .title_03 h3 {
  font-size: 23px;
  color: #fff;
  text-align: center !important;
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 10px;
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div {
  text-align: center !important;
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div a {
  padding-left: 35px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div a {
    font-size: 24px;
  }
}

.index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div .text {
  margin-top: 10px;
  font-weight: 600;
  text-align: center !important;
}

@media only screen and (max-width: 1000px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div .text {
    margin-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div .text .blk {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div .text .blk {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .index-bg2 .wrap1 .index-fle3 .contact-mail .cont-text2 div .text .blk {
    display: block;
  }
}

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: #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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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);
}

/***********************スライドスクロールインCSS*******************************************/
.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;
  }
}

/* ------------------------------------------------------------
services.html
------------------------------------------------------------ */
.title_05 {
  background: url(../images/contents/h1bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 130px 30px;
  position: relative;
  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: 90px 30px;
  }
}

@media screen and (max-width: 640px) {
  .title_05 {
    padding: 80px 30px;
  }
}

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

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

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

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

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

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

.services-fle1 .box:first-child {
  width: 65%;
}

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

.services-fle1 .box:last-child {
  width: 30%;
}

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

.services-fle2 {
  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 screen and (max-width: 640px) {
  .services-fle2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.services-fle2 .box1 {
  width: 65%;
}

@media screen and (max-width: 640px) {
  .services-fle2 .box1 {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .services-fle2 .box1 .title_08 {
    margin-bottom: 5px !important;
  }
}

.services-fle2 .box1 .title_08 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.services-fle2 .box1 .title_08 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.services-fle2 .box1 .title_08 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.services-fle2 .box2 {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .services-fle2 .box2 {
    width: 100%;
  }
}

.title_09 h4 {
  font-size: 19px;
  font-weight: bold;
}

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

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

.services-ul1 ul li {
  padding-right: 25px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .services-ul1 ul li {
    margin-right: 0;
  }
}

.services-ul1 ul li:before {
  position: absolute;
  content: "♦";
  color: #0067b6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.services-fle3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .services-fle3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.services-fle3 .services-wrap1 {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .services-fle3 .services-wrap1 {
    margin-left: 0;
  }
}

.services-fle3 .services-wrap1:first-child {
  margin-left: 0;
}

@media screen and (max-width: 834px) {
  .services-fle3 .services-wrap1:first-child {
    margin-bottom: 30px;
  }
}

.services-fle3 .services-wrap1 .title_08 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.services-fle3 .services-wrap1 .title_08 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.services-fle3 .services-wrap1 .title_08 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

/* ------------------------------------------------------------
works.html
------------------------------------------------------------ */
.qa_fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qa_fl .box {
  width: 100%;
  padding-right: 80px !important;
}

.qa_fl .box:first-child {
  padding: 20px !important;
  color: #696868;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.qa_fl .box:first-child:hover {
  color: #333;
}

.qa_fl .box:first-child div {
  padding-left: 50px !important;
  position: relative;
}

.qa_fl .box:first-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #00448e;
  font-size: 20px;
}

.qa_fl .box:first-child div:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 15px;
  margin: auto;
  color: #696868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.qa_fl .box:last-child {
  display: none;
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
}

.qa_fl .box:last-child div {
  padding-left: 50px !important;
  position: relative;
  color: #00448e;
}

.qa_fl .box:last-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #00448e;
  font-size: 20px;
}

.qa_fl .box > div {
  padding: 0 50px !important;
}

/* ------------------------------------------------------------
recruit.html
------------------------------------------------------------ */
.recruit-dl1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.recruit-dl1 dl dt {
  background: #0067b6 !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #0067b6;
  color: white;
  text-align: center;
  padding: 10px 0;
  width: 170px !important;
  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: 640px) {
  .recruit-dl1 dl dt {
    width: 100% !important;
    border: none !important;
    background: #f3fdff !important;
    color: #333;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.recruit-dl1 dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #0067b6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 640px) {
  .recruit-dl1 dl dt:after {
    display: none;
  }
}

.recruit-dl1 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
  width: calc(100% - 170px) !important;
}

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

.recruit-dl1 dl dd .linkTel {
  color: #333;
}

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

.recruit-btn1 div {
  background: #0067b6;
  display: inline-block;
}

.recruit-btn1 div a {
  display: block;
  color: #fff;
  padding: 14px 61px 14px 61px;
  position: relative;
}

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

.recruit-text1 .tel-link a {
  color: #333;
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.company-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@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 {
  background: #0067b6 !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #0067b6;
  color: white;
  text-align: center;
  padding: 10px 0;
  width: 200px !important;
  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: 640px) {
  .company-dl dl dt {
    width: 100% !important;
    border: none !important;
    background: #f3fdff !important;
    color: #333;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.company-dl dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #0067b6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 640px) {
  .company-dl dl dt:after {
    display: none;
  }
}

.company-dl dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
  width: calc(100% - 200px) !important;
}

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

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

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

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

/* ------------------------------------------------------------
works.html
------------------------------------------------------------ */
.works-fle1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-fle1 .box {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.works-fle1 .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .works-fle1 .box {
    width: 49%;
    margin-right: 1% !important;
  }
  .works-fle1 .box:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

.works-fle2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.works-fle2 .box {
  width: 25%;
}

.works-fle2 .box:nth-of-type(n + 5) {
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .works-fle2 .box {
    width: 50%;
  }
  .works-fle2 .box:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.works-fle2 .box h3 {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.works-fle2 .box h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.works-fle2 .box h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.works-tb1 table tr .cl1, .works-tb1 table tr .cl2 {
  background: #0067b6;
  color: #fff;
}

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

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

.contact-form dl dt {
  background: #0067b6 !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px !important;
}

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

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

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

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

.confirm.contact-form {
  margin-top: 100px;
}
/*# sourceMappingURL=common_style.css.map */