@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: #462e16;
  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: 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: 1000px;
}

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

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

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

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

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

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

table {
  table-layout: auto;
}

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

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

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

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

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

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

.mincho {
  font-family: "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: #462e16;
}

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

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

.pankuzu li {
  display: inline-block;
}

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

.pankuzu a {
  color: #462e16;
  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 {
    padding-bottom: 10px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .header {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.header-text1 {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .header-text1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 550px) {
  .header-text1 {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 550px) {
  .header-text1 .blk {
    display: block;
  }
}

.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;
  margin-top: 10px;
}

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

.header-sect .siteID {
  width: 135px;
}

.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;
  width: 555px;
}

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

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

.header-right .right1 .tel-link a {
  color: #462e16;
  position: relative;
  padding-left: 15px;
}

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

.header-right .right2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0;
}

.header-right .right2 .btn1 {
  background: #00003f;
}

.header-right .right2 .btn1 a {
  color: #fff;
  display: block;
  padding: 3px 36px 3px 55px;
  font-size: 14px;
  position: relative;
}

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

.header-right .right2 .btn2 {
  background: #00003f;
}

.header-right .right2 .btn2 a {
  color: #fff;
  display: block;
  padding: 3px 51px 3px 69px;
  font-size: 14px;
  position: relative;
}

.header-right .right2 .btn2 a:before {
  position: absolute;
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  left: 51px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.header-right .right2 .btn3 {
  background: #00003f;
}

.header-right .right2 .btn3 a {
  color: #fff;
  display: block;
  padding: 3px 30px 3px 30px;
  font-size: 14px;
}

.header-right .right3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-right .right3 .btn1 {
  margin-right: 25px;
}

.header-right .right3 .btn1 a {
  color: #462e16;
  position: relative;
  padding-left: 15px;
}

.header-right .right3 .btn1 a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon1.png);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 11px;
}

.header-right .right3 .btn2 {
  margin-right: 25px;
}

.header-right .right3 .btn2 a {
  color: #462e16;
  position: relative;
  padding-left: 15px;
}

.header-right .right3 .btn2 a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon2.png);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 11px;
}

.header .nav {
  margin-top: 25px;
  margin-bottom: 25px;
}

.header .nav-ul {
  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) {
  .header .nav-ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .header .nav-item {
    border-bottom: 1px solid #fff;
    width: 60%;
  }
}

.header .nav-item a {
  color: #462e16;
  font-size: 23px;
  font-family: Montserrat Alternates;
}

@media screen and (max-width: 834px) {
  .header .nav-item a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 18px;
  }
}

.header .nav-item a .blk {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

#mainArea ul li {
  outline: none;
}

@media screen and (max-width: 834px) {
  #mainArea ul li picture img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 250px !important;
    width: 100%;
  }
}

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

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

@media screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 20px;
    right: 10px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 40px;
    height: 40px;
    background: #00003f;
  }
  #nav-toggle span {
    width: 25px;
    height: 3px;
    left: 8px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 9px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  .header .nav-ul {
    z-index: 999;
  }
  /* nav */
  .header .nav-ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #00003f;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  .header .nav-ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  .header .nav-ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .header .nav-ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(70, 46, 22, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #fff !important;
  }
}

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

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

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

@media screen and (max-width: 834px) {
  #nav_global {
    z-index: 11111;
  }
}

.fixedbtn-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .fixedbtn-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 111;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fixedbtn-sp .btn1 {
    background: #00003f;
    width: 50%;
  }
  .fixedbtn-sp .btn1 a {
    color: #fff;
    display: block;
    padding: 12px 0;
  }
  .fixedbtn-sp .btn1 a p {
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .fixedbtn-sp .btn1 a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 834px) {
  .fixedbtn-sp .btn1 a p:before {
    position: absolute;
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-weight: bold;
  }
  .fixedbtn-sp .btn2 {
    background: #484e7e;
    width: 50%;
  }
  .fixedbtn-sp .btn2 a {
    color: #fff;
    display: block;
    padding: 12px 0;
  }
  .fixedbtn-sp .btn2 a p {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    position: relative;
    padding-left: 15px;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .fixedbtn-sp .btn2 a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 834px) {
  .fixedbtn-sp .btn2 a p:before {
    position: absolute;
    content: "";
    background: url(../images/contents/sp-mishin.png);
    left: -7px;
    top: 150%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 72px;
    background-size: 24%;
    background-repeat: no-repeat;
  }
}

.sp-cont {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sp-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 95px;
    right: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .sp-cont {
    top: 95px;
  }
}

.sp-cont .wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sp-cont .wrap1 .sp-tel {
  width: 40px;
  margin-right: 10px;
}

.sp-cont .wrap1 .sp-mail {
  width: 40px;
  margin-right: 10px;
}

.sp-cont .wrap1 .sp-price {
  width: 40px;
}

.sp-cont .wrap2 {
  margin-top: 5px;
}

.sp-cont .wrap2 .btn1 {
  position: relative;
}

.sp-cont .wrap2 .btn1 a {
  color: #462e16;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}

.sp-cont .wrap2 .btn1 a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon1.png);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 11px;
}

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

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

footer#global_footer #copy {
  color: #fff;
  font-size: 13px;
  display: block;
  background: #00003f;
}

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

.footer-contact {
  background-repeat: no-repeat;
  background: url(../images/contents/contbg.jpg);
  padding: 40px 0 100px 0;
  margin-bottom: 100px;
  background-size: cover;
}

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

@media screen and (max-width: 834px) {
  .footer-contact {
    padding: 0 10px 60px 10px;
    margin-bottom: 60px;
  }
}

.footer-contact .bg1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
}

.footer-contact .bg1 h2 {
  font-size: 36px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.footer-contact .bg1 h2:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 925px;
  background: #462e16;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1220px) {
  .footer-contact .bg1 h2:before {
    width: 85%;
  }
}

.footer-contact .bg1 h2 .blk {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 p {
    text-align: left;
  }
}

.footer-contact .bg1 p .blk1 {
  display: block;
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 p .blk1 {
    display: none;
  }
}

.footer-contact .bg1 .footercontact-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 745px;
  margin: 25px auto 0 auto;
}

@media only screen and (max-width: 1000px) {
  .footer-contact .bg1 .footercontact-fle {
    width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  .footer-contact .bg1 .footercontact-fle {
    width: 90%;
  }
}

@media screen and (max-width: 834px) {
  .footer-contact .bg1 .footercontact-fle {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 .footercontact-fle {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 .footercontact-fle .foooter-tel {
    margin-bottom: 10px;
  }
}

.footer-contact .bg1 .footercontact-fle .foooter-tel a {
  color: #462e16;
  font-size: 22px;
}

@media screen and (max-width: 834px) {
  .footer-contact .bg1 .footercontact-fle .foooter-tel a {
    font-size: 19px;
  }
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 .footercontact-fle .foooter-tel a {
    font-size: 26px;
  }
}

.footer-contact .bg1 .footercontact-fle .foooter-tel .blk2 {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 834px) {
  .footer-contact .bg1 .footercontact-fle .foooter-tel .blk2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 .footercontact-fle .foooter-tel .blk2 {
    font-size: 15px;
  }
}

.footer-contact .bg1 .footercontact-fle .footer-fax {
  font-size: 22px;
}

@media screen and (max-width: 834px) {
  .footer-contact .bg1 .footercontact-fle .footer-fax {
    font-size: 19px;
  }
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 .footercontact-fle .footer-fax {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.footer-contact .bg1 .footercontact-fle .footer-mail {
  background: #484e7e;
}

.footer-contact .bg1 .footercontact-fle .footer-mail a {
  color: #fff;
  font-size: 17px;
  display: block;
  padding: 11px 52px 11px 52px;
}

@media only screen and (max-width: 1220px) {
  .footer-contact .bg1 .footercontact-fle .footer-mail a {
    padding: 11px 32px 11px 32px;
    font-size: 15px;
  }
}

@media screen and (max-width: 834px) {
  .footer-contact .bg1 .footercontact-fle .footer-mail a {
    padding: 11px 12px 11px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .footer-contact .bg1 .footercontact-fle .footer-mail a {
    padding: 11px 22px 11px 22px;
    font-size: 16px;
  }
}

.footer-wrap .siteID {
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .footer-wrap .siteID {
    margin-bottom: 20px;
  }
}

.footer-wrap p .text1 {
  margin-left: 15px;
}

@media only screen and (max-width: 500px) {
  .footer-wrap p .text1 {
    display: block;
    margin-left: 0;
  }
}

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

.footer .nav {
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .footer .nav {
    margin-bottom: 60px;
  }
}

.footer .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}

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

.footer .nav-item a {
  color: #462e16;
}

.title_01 h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

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

.title_01 h1 .blk {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .title_01 h1 .blk {
    display: block;
    margin-left: 0;
  }
}

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

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

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

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

.index-text1 div .blk1 {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .index-text1 div .blk1 {
    display: block;
  }
}

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

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

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

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

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

@media screen and (max-width: 640px) {
  .index-fle1 .box1 .img1 img {
    width: 100% !important;
  }
}

.index-fle1 .box1 .index-textwrap {
  width: 85%;
  position: absolute;
  top: 70%;
  right: 20px;
}

@media only screen and (max-width: 1000px) {
  .index-fle1 .box1 .index-textwrap {
    width: 92%;
  }
}

@media screen and (max-width: 834px) {
  .index-fle1 .box1 .index-textwrap {
    top: 90%;
  }
}

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

.index-fle1 .box1 .index-textwrap .imgsub {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #00003f;
}

@media screen and (max-width: 640px) {
  .index-fle1 .box1 .index-textwrap .imgsub {
    display: none;
  }
}

.index-fle1 .box1 .index-textwrap .bg1 {
  background: url(../images/contents/textbg.png);
  padding: 35px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .index-fle1 .box1 .index-textwrap .bg1 {
    padding: 20px;
  }
}

.index-fle1 .box1 .index-textwrap .title_02 {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}

.index-fle1 .box1 .index-textwrap .title_02:before {
  position: absolute;
  content: "";
  background: url(../images/contents/kasen1.png);
  width: 124px;
  height: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.index-fle1 .box1 .index-textwrap .title_02 h2 {
  font-size: 20px;
  font-weight: 500;
  z-index: 11;
  position: relative;
}

.index-fle1 .box1 .index-textwrap .btn1 div a {
  color: #462e16;
  font-weight: 500;
  padding-right: 20px;
  border-bottom: 1px solid #462e16;
  position: relative;
}

.index-fle1 .box1 .index-textwrap .btn1 div a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

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

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

@media screen and (max-width: 834px) and (max-width: 640px) {
  .index-fle1 .box2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .index-fle1 .box2 .img2 img {
    width: 100% !important;
  }
}

.index-fle1 .box2 .index-textwrap {
  width: 85%;
  position: absolute;
  top: 70%;
  right: 20px;
}

@media only screen and (max-width: 1000px) {
  .index-fle1 .box2 .index-textwrap {
    width: 92%;
  }
}

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

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

.index-fle1 .box2 .index-textwrap .imgsub2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #00003f;
}

@media screen and (max-width: 640px) {
  .index-fle1 .box2 .index-textwrap .imgsub2 {
    display: none;
  }
}

.index-fle1 .box2 .index-textwrap .bg2 {
  background: url(../images/contents/textbg.png);
  padding: 35px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .index-fle1 .box2 .index-textwrap .bg2 {
    padding: 20px;
  }
}

.index-fle1 .box2 .index-textwrap .title_02 {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}

.index-fle1 .box2 .index-textwrap .title_02:before {
  position: absolute;
  content: "";
  background: url(../images/contents/kasen2.png);
  width: 162px;
  height: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.index-fle1 .box2 .index-textwrap .title_02 h2 {
  font-size: 20px;
  font-weight: 500;
  z-index: 11;
  position: relative;
}

.index-fle1 .box2 .index-textwrap .btn1 div a {
  color: #462e16;
  font-weight: 500;
  padding-right: 20px;
  border-bottom: 1px solid #462e16;
  position: relative;
}

.index-fle1 .box2 .index-textwrap .btn1 div a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

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

.index-fle2 .box1 {
  width: 46%;
  position: relative;
}

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

@media screen and (max-width: 834px) {
  .index-fle2 .box1 .img1 {
    position: relative;
  }
  .index-fle2 .box1 .img1:before {
    position: absolute;
    content: "";
    background: url(../images/contents/title1.png);
    width: 500px;
    height: 85px;
    bottom: -13px;
    right: -75px;
    background-repeat: no-repeat;
    background-size: 85%;
  }
}

@media only screen and (max-width: 834px) and (max-width: 500px) {
  .index-fle2 .box1 .img1:before {
    background-size: 70%;
    bottom: -25px;
    right: -150px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 400px) {
  .index-fle2 .box1 .img1:before {
    background-size: 60%;
    bottom: -34px;
    right: -200px;
  }
}

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

.index-fle2 .box1 .wrap1 {
  width: 85%;
  position: absolute;
  right: 11px;
  bottom: -200px;
}

@media only screen and (max-width: 1000px) {
  .index-fle2 .box1 .wrap1 {
    width: 95%;
    bottom: -230px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .box1 .wrap1 {
    position: static;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .box1 .wrap1 .imgtitle {
    display: none;
  }
}

.index-fle2 .box1 .wrap1 .btn1 div a {
  color: #462e16;
  font-weight: 500;
  padding-right: 20px;
  border-bottom: 1px solid #462e16;
  position: relative;
}

.index-fle2 .box1 .wrap1 .btn1 div a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.index-fle2 .box2 {
  width: 46%;
  position: relative;
}

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

@media screen and (max-width: 834px) {
  .index-fle2 .box2 .img1 {
    position: relative;
  }
  .index-fle2 .box2 .img1:before {
    position: absolute;
    content: "";
    background: url(../images/contents/title2.png);
    width: 500px;
    height: 85px;
    bottom: -13px;
    right: -75px;
    background-repeat: no-repeat;
    background-size: 85%;
  }
}

@media only screen and (max-width: 834px) and (max-width: 500px) {
  .index-fle2 .box2 .img1:before {
    background-size: 70%;
    bottom: -25px;
    right: -150px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 400px) {
  .index-fle2 .box2 .img1:before {
    background-size: 60%;
    bottom: -34px;
    right: -200px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .box2 .img1 img {
    width: 100% !important;
  }
}

.index-fle2 .box2 .wrap1 {
  width: 85%;
  position: absolute;
  right: 11px;
  bottom: -200px;
}

@media only screen and (max-width: 1000px) {
  .index-fle2 .box2 .wrap1 {
    width: 95%;
    bottom: -230px;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .box2 .wrap1 {
    position: static;
  }
}

@media screen and (max-width: 834px) {
  .index-fle2 .box2 .wrap1 .imgtitle {
    display: none;
  }
}

.index-fle2 .box2 .wrap1 .index-btnfle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index-fle2 .box2 .wrap1 .index-btnfle .btn2:first-child {
  margin-right: 30px;
}

.index-fle2 .box2 .wrap1 .index-btnfle .btn2 div a {
  color: #462e16;
  font-weight: 500;
  padding-right: 20px;
  border-bottom: 1px solid #462e16;
  position: relative;
}

.index-fle2 .box2 .wrap1 .index-btnfle .btn2 div a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.title_03 h2 {
  font-size: 36px;
  font-weight: 500;
}

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

.title_03 h2 .blk {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

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

.news {
  -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: 35px;
  max-height: 300px;
  overflow-x: auto;
}

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

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

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

.news dl:last-child {
  position: relative;
}

.news dl:last-child:before {
  position: absolute;
  content: "";
  background: url(../images/contents/mishin.png);
  width: 176px;
  height: 127px;
  right: -16px;
  bottom: -23px;
}

.news dl dt {
  background: none !important;
  border: none !important;
  width: 185px !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: 834px) {
  .news dl dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.news dl dd {
  border: none !important;
  width: calc(100% - 185px) !important;
}

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

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

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

.banner-fle .box {
  width: 47%;
}

@media screen and (max-width: 640px) {
  .banner-fle .box {
    width: 100%;
  }
  .banner-fle .box:first-child {
    margin-bottom: 15px;
  }
}

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

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

.banner-fle2 .box {
  width: 47%;
}

@media screen and (max-width: 640px) {
  .banner-fle2 .box {
    width: 100%;
  }
  .banner-fle2 .box:first-child {
    margin-bottom: 15px;
  }
}

.banner-fle2 .box img {
  width: 100% !important;
}

.index-btn1 div a {
  color: #462e16;
  font-weight: 500;
  padding-right: 20px;
  border-bottom: 1px solid #462e16;
  position: relative;
}

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

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: #00003f;
  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);
}

/* ------------------------------------------------------------
oem.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;
  text-shadow: 1px 1px 3px #00003f;
}

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

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

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

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

.oem-fle1 .box1 {
  width: 49%;
}

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

.oem-fle1 .box1 .title_06 h2 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .oem-fle1 .box1 .title_06 h2 {
    font-size: 18px;
  }
}

.oem-fle1 .box1 .title_06 h2:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.oem-fle1 .box1 .title_06 h2:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

@media screen and (max-width: 834px) {
  .oem-fle1 .box1 .title_06 h2 .blk {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .oem-fle1 .box1 .title_06 h2 .blk {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .oem-fle1 .box1 .title_06 h2 .blk {
    display: block;
  }
}

.oem-fle1 .box2 {
  width: 49%;
}

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

.title_08 h2 {
  padding: 15px 10px 15px 20px;
  background: #fcf8ff;
  border-left: solid 5px #00003f;
  font-weight: bold;
  font-size: 24px;
}

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

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

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

.oem-fle2 .box1 {
  width: 42%;
}

@media screen and (max-width: 640px) {
  .oem-fle2 .box1 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.oem-fle2 .box1 .img1 {
  position: relative;
}

.oem-fle2 .box1 .img1 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px !important;
}

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

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

.oem-fle2 .box1 .img1 div {
  background: #00003f;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}

.oem-fle2 .box2 {
  width: 56%;
  padding: 40px;
}

@media screen and (max-width: 834px) {
  .oem-fle2 .box2 {
    padding: 20px;
  }
}

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

.oem-fle2 .box2 .title_10 h3 {
  font-weight: bold;
  font-size: 18px;
}

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

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

.factory-fle1 .box1 {
  width: 49%;
}

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

.factory-fle1 .box2 {
  width: 49%;
}

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

.factory-fle1 .box2 .title_11 h2 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.factory-fle1 .box2 .title_11 h2:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.factory-fle1 .box2 .title_11 h2:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

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

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

.factory-fle2 .box1 {
  width: 49%;
}

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

.factory-fle2 .box1 .title_11 h2 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.factory-fle2 .box1 .title_11 h2:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.factory-fle2 .box1 .title_11 h2:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.factory-fle2 .box2 {
  width: 49%;
}

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

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

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

.oem-fle3 .box {
  width: 48%;
}

.oem-fle3 .box:nth-of-type(n + 3) {
  margin-top: 30px;
}

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

.oem-fle3 .box div {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .oem-fle3 .box div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
patternmaking.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: #462e16;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

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

.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: #00003f;
  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: #462e16;
  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: #00003f;
}

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

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

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

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

.patternmaking-fle1 .box1 {
  width: 60%;
}

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

.patternmaking-fle1 .box1 .title_12 {
  position: relative;
}

.patternmaking-fle1 .box1 .title_12:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #00003f;
}

.patternmaking-fle1 .box1 .title_12 article:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #00003f;
}

.patternmaking-fle1 .box1 .title_12 h2 {
  line-height: 1.4;
  height: 55px;
  margin-right: 100px;
  padding-left: 30px;
  word-break: break-all;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.patternmaking-fle1 .box2 {
  width: 37%;
}

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

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

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

.patternmaking-fle2 .box1 {
  width: 37%;
}

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

.patternmaking-fle2 .box2 {
  width: 60%;
}

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

.patternmaking-fle2 .box2 .title_12 {
  position: relative;
}

.patternmaking-fle2 .box2 .title_12:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #00003f;
}

.patternmaking-fle2 .box2 .title_12 article:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #00003f;
}

.patternmaking-fle2 .box2 .title_12 h2 {
  line-height: 1.4;
  height: 55px;
  margin-right: 100px;
  padding-left: 30px;
  word-break: break-all;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.patternmaking-tb1 table tr .col1 {
  background: #f9f9f9;
}

.patternmaking-tb1 table tr .col2 {
  background: #fcf8ff;
}

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

.price-btn .box {
  width: 32%;
  margin-right: 1.5%;
}

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

.price-btn .box:nth-of-type(n + 4) {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .price-btn .box {
    width: 49%;
    margin-right: 1%;
  }
  .price-btn .box:nth-of-type(2n) {
    margin-right: 0;
  }
  .price-btn .box:nth-of-type(3) {
    margin-top: 10px;
  }
  .price-btn .box:nth-of-type(4) {
    margin-top: 10px;
  }
}

.price-btn .box div a {
  background: #00003f;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}

.price-btn .box div a:hover {
  background: #fff;
  color: #00003f;
  font-weight: 600;
}

.price-btn .box div a:before, .price-btn .box div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #00003f;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.price-btn .box div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.price-btn .box div a:hover:before, .price-btn .box div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.price-btn .box div a .blk {
  display: block;
}

.price-tb1 table tr td:first-child {
  background: #fcf8ff;
}

.price-tb1 table tr .col1 {
  background: #f9f9f9;
}

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

.price-btn1 .box {
  padding-right: 30px;
  padding-bottom: 10px;
}

.price-btn1 .box a {
  color: #462e16;
  text-decoration: underline;
}

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

@media only screen and (max-width: 500px) {
  .price-btn1 .box a {
    text-decoration: none;
  }
}

@media only screen and (max-width: 500px) {
  .price-btn1 .box a .blk {
    display: block;
  }
}

/* ------------------------------------------------------------
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: none !important;
  border: none !important;
  border-bottom: 1px solid #00003f !important;
  padding: 15px !important;
}

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

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

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

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

/* ------------------------------------------------------------
estimate.html
------------------------------------------------------------ */
.estimate-text1 div a {
  text-decoration: none;
  color: #00003f;
  font-weight: bold;
}

.estimate-form dt {
  background: #484e7e !important;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .estimate-form dt {
    width: 165px !important;
  }
}

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

.estimate-form .checkbox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.estimate-form textarea {
  height: 100px;
}

/* ------------------------------------------------------------
pattern.html
------------------------------------------------------------ */
.pattern-form dt {
  background: #484e7e !important;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .pattern-form dt {
    width: 165px !important;
  }
}

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

.pattern-form .checkbox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pattern-form textarea {
  height: 100px;
}

.pattern-form dl .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.contact-form dl dt {
  background: #484e7e !important;
  color: #fff;
}

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

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

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

.mail.title {
  display: none;
}

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

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

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

.business-fle1 .box1 {
  width: 49%;
}

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

.business-fle1 .box2 {
  width: 49%;
}

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

.business-fle1 .box2 .title_13 h2 {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  color: #462e16;
  font-weight: bold;
}

.business-fle1 .box2 .title_13 h2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/icon4.png);
  width: 144px;
  height: 133px;
  background-repeat: no-repeat;
  left: 0;
  top: 240%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 25%;
}

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

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

.business-fle2 .box1 {
  width: 49%;
}

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

.business-fle2 .box1 .title_13 h2 {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  color: #462e16;
  font-weight: bold;
}

.business-fle2 .box1 .title_13 h2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/icon5.png);
  width: 144px;
  height: 133px;
  background-repeat: no-repeat;
  left: 0;
  top: 240%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 25%;
}

.business-fle2 .box2 {
  width: 49%;
}

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

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

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

.business-fle3 .box1 {
  width: 49%;
}

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

.business-fle3 .box2 {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .business-fle3 .box2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.business-fle3 .box2 .title_13 h2 {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  color: #462e16;
  font-weight: bold;
}

.business-fle3 .box2 .title_13 h2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/icon6.png);
  width: 127px;
  height: 158px;
  background-repeat: no-repeat;
  left: 0;
  top: 260%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 25%;
}
/*# sourceMappingURL=common_style.css.map */