@charset "UTF-8";
.flex-2cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2cl .box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .flex-2cl {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 90%;
    margin: 0 auto 25px;
  }
}

@layer base, special;
@layer special {}
@layer base {}
.container-wrap {
  container-type: inline-size;
  container-name: card-container;
}

@container card-container (max-width: 600px) {
  .containe-inner {
    background: #000;
  }
}
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

html {
  font-size: 62.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.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
}
.inner._large {
  --width: 1200px;
}

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

#contents {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.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 {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

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

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 80px;
  z-index: 99;
}
@media only screen and (max-width: 800px) {
  .header {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: 55px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: block;
  width: 280px;
  margin-left: 15px;
}
@media only screen and (max-width: 1000px) {
  .header-logo {
    width: 180px;
    margin-left: 10px;
  }
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .header-nav {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 70px;
    padding: 60px 0;
    position: fixed;
    display: none;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 600px) {
  .header-nav {
    top: 55px;
  }
}
.header-nav ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1400px) {
  .header-nav ul {
    flex-direction: column;
    align-items: center;
  }
}
.header-nav ul li a {
  display: block;
  margin-right: 20px;
  color: #111111;
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  .header-nav ul li a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .header-nav ul li a {
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.header-btn {
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff !important;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .header-btn {
    height: 70px;
    line-height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .header-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.header-btn i {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .header-btn i {
    font-size: 16px;
  }
}
.header-btn span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  .header-btn span {
    display: none;
  }
}
.header-tel {
  background-color: #6c6c6c;
}
.header-mail {
  background-color: #111111;
}

.res-menu {
  position: fixed;
  top: 0;
  right: 200px;
  background-color: #fff;
  width: 80px;
  height: 80px;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .res-menu {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .res-menu {
    width: 70px;
    height: 70px;
    right: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .res-menu {
    height: 55px;
    width: 55px;
    right: 110px;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #111111;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.res-menu span:first-child {
  transform: translateY(-6px);
}
.res-menu span:last-child {
  transform: translateY(6px);
}
.res-menu.active span:first-child {
  transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
  opacity: 0;
}
.res-menu.active span:last-child {
  transform: rotate(-45deg);
}

.fv {
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  .fv {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .fv {
    margin-top: 55px;
  }
}
.fv-img img {
  min-height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #111111;
  padding: 80px 20px 60px;
  color: #fff;
  text-align: center;
}
.footer-logo {
  font-weight: 700;
  width: 220px;
  margin: 0 auto;
}
.footer-info {
  font-size: 13px;
  line-height: 2;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-nav ul li a {
  color: #fff !important;
  font-size: 13px;
}
.footer-copy {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}
.footer-epile {
  display: block;
  margin: 30px auto;
  max-width: 200px;
}
.footer2 {
  margin-top: 80px;
}

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: flex;
    align-items: center;
    justify-content: center;
    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: 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;
}

.p2-h1 {
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  padding: 160px 20px 100px;
  background-color: #111111;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .p2-h1 {
    font-size: 26px;
    padding: 120px 20px 60px;
  }
}
.p2-content {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.p2-h2 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  background-color: #111111;
  color: #fff;
  padding: 20px 20px 20px 40px;
}
@media only screen and (max-width: 600px) {
  .p2-h2 {
    font-size: 18px;
  }
}
.p2-h2:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 3px;
  height: 20px;
  border-radius: 4px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p2-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .p2-flex {
    flex-direction: column-reverse;
  }
}
.p2-flex-img {
  width: 45%;
}
@media only screen and (max-width: 600px) {
  .p2-flex-img {
    width: 100%;
  }
}
.p2-flex-text {
  width: 55%;
  margin-right: 60px;
}
@media only screen and (max-width: 600px) {
  .p2-flex-text {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.p2-box {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.pan ul {
  display: flex;
  max-width: 1200px;
  margin: 5px auto 0;
  padding: 0 20px;
}
.pan ul a {
  color: #111111 !important;
}
.pan ul i {
  padding: 0 10px;
}

.program-flex {
  display: flex;
  justify-content: space-around;
}
.program-flex .box {
  border: 1px solid #111111;
  padding: 20px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .program-flex .box {
    padding: 15px 8px;
  }
}

.contact-form {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.contact-form dd, .contact-form dt {
  padding: 20px 10px !important;
}
.contact-form dt {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #111111 !important;
  color: #fff !important;
  width: 150px;
}
.contact-form dd {
  width: calc(100% - 150px);
}
.contact-form dd input {
  width: 100% !important;
  height: 45px;
}
.contact-form dd textarea {
  height: 150px;
}
.contact-text {
  margin-top: 30px;
}

button {
  text-indent: 1px !important;
}

.submit button {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #111111;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .submit button {
    width: 100%;
  }
}

.error, .confirm, .message {
  margin-top: 100px !important;
}

.message {
  line-height: 1.8;
}
.message a {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #111111;
  box-shadow: #0d6d95 2px 2px 0px;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .message a {
    width: 100%;
  }
}

.blog {
  margin-top: 120px !important;
}
.blog .date {
  background-color: #111111 !important;
  color: #fff !important;
}
.blog-h1 {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-h1 {
    font-size: 18px;
  }
}

ul.pages a {
  color: #333 !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.disnone {
  display: none;
}

.clearfix:after {
  visibility: visible;
}

.flex-R, .flex-L {
  width: 50%;
}

.flex-L {
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .flex-L {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .flex-L {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-R {
    width: 100%;
  }
}

.imgL {
  float: none;
  margin: 0;
}

#contents_wrap {
  overflow: visible;
}

#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cont-title {
  position: relative;
  padding-bottom: 25px;
}
.cont-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  bottom: 0;
}
.cont-title h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .cont-title h2 {
    font-size: 36px;
  }
}
.cont-title div {
  font-size: 14px;
  margin-top: 5px;
}

.cont1 {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .cont1 {
    margin-top: 80px;
  }
}
.cont1-inner {
  max-width: 1000px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .cont1-inner {
    flex-direction: column;
  }
}
.cont1-title {
  margin-right: 100px;
}
@media only screen and (max-width: 800px) {
  .cont1-title {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.cont1-title:before {
  background-color: #111111;
  left: 0;
}

.cont2 {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #111111;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .cont2 {
    margin-top: 80px;
    padding: 80px 20px;
  }
}
.cont2-title {
  color: #fff;
  margin-bottom: 40px;
}
.cont2-title::before {
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.cont2-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1000px) {
  .cont2-flex {
    width: 98%;
  }
}
@media only screen and (max-width: 800px) {
  .cont2-flex {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.cont2-text {
  line-height: 2.4;
  width: 40%;
}
@media only screen and (max-width: 800px) {
  .cont2-text {
    width: 100%;
  }
}
.cont2-img {
  width: 60%;
  margin-left: 80px;
}
@media only screen and (max-width: 800px) {
  .cont2-img {
    width: 80%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.cont3 {
  margin-top: 100px;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .cont3 {
    margin-top: 60px;
  }
}
.cont3-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cont3-title {
  margin-bottom: 40px;
}
.cont3-title::before {
  background-color: #111111;
  left: 0;
  right: 0;
  margin: auto;
}
.cont3-flex {
  position: fixed;
  padding: 0 65px;
}
@media only screen and (max-width: 800px) {
  .cont3-flex {
    padding: 0;
  }
}
.cont3-flex .box {
  margin-left: 10px;
  margin-right: 10px;
}
.cont3-flex .box img {
  width: 100% !important;
}
.cont3 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cont3 .slick-arrow {
    display: none !important;
  }
}
.cont3 .slick-arrow i {
  color: #fff;
  text-align: center;
}
.cont3 .prev {
  right: 0;
}
.cont3 .next {
  left: 0;
}

.cont4 {
  margin-top: 100px;
  padding: 100px 20px;
  background-color: #6c6c6c;
}
@media only screen and (max-width: 600px) {
  .cont4 {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cont4 {
    margin-top: 80px;
  }
}
.cont4-inner {
  max-width: 680px;
  margin: 0 auto;
}
.cont4-title {
  color: #fff;
  margin-bottom: 10px;
}
.cont4-title::before {
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.cont4 .blog_list {
  border: none;
  height: 250px;
  overflow-y: scroll;
}
.cont4 .blog_list > div {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 30px 0 !important;
}
.cont4 .blog_list > div:last-child {
  border-bottom: 1px solid #fff;
}
.cont4 .blog_photo {
  display: none;
}
.cont4 .blog_text {
  width: 100% !important;
  display: flex;
  padding: 0 !important;
}
@media only screen and (max-width: 600px) {
  .cont4 .blog_text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cont4 .blog_text h3 {
  margin-bottom: 0;
}
.cont4 .blog_text h3 a {
  color: #fff !important;
}
.cont4 .blog_text .more {
  display: none;
}
.cont4 .blog_date {
  color: #fff !important;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .cont4 .blog_date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.cont5 {
  margin-top: 100px;
  padding: 100px 20px;
  background-image: url(../images/main/cont5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .cont5 {
    padding: 80px 20px;
    margin-top: 80px;
  }
}
.cont5-inner {
  max-width: 680px;
  margin: 0 auto;
}
.cont5-title {
  margin-bottom: 30px;
}
.cont5-title::before {
  background-color: #111111;
  left: 0;
  right: 0;
  margin: auto;
}
.cont5-btnwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .cont5-btnwrap {
    flex-direction: column;
  }
}
.cont5-btn {
  width: 48%;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff !important;
}
@media only screen and (max-width: 600px) {
  .cont5-btn {
    width: 100%;
  }
}
.cont5-btn i {
  margin-right: 8px;
}
.cont5-tel {
  background-color: #6c6c6c;
}
@media only screen and (max-width: 600px) {
  .cont5-tel {
    margin-bottom: 10px;
  }
}
.cont5-mail {
  background-color: #111111;
}

.cont6 {
  margin-top: 100px;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .cont6 {
    margin-top: 80px;
  }
}
.cont6-inner {
  max-width: 680px;
  margin: 0 auto;
}

.company-table td {
  padding: 20px 10px !important;
  border: none;
}
@media only screen and (max-width: 600px) {
  .company-table td {
    padding: 15px 0 !important;
  }
}
.company-table-left {
  border-bottom: 2px solid #111111 !important;
}
.company-table-right {
  border-bottom: 1px solid #999 !important;
}