@charset "UTF-8";
/*
Theme Name: etani-co-jp
Author: Prismgate
Author URI: https://prismgate.jp
*/
/* ---------------------------------------------------------
foundation - reset
参考URL：http://html5doctor.com/html-5-reset-stylesheet/
--------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(//use.fontawesome.com/releases/v5.11.2/css/all.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ---------------------------------------------------------
foundation - mixins
--------------------------------------------------------- */
/* ---------------------------------------------------------
foundation - fontfamily
--------------------------------------------------------- */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/NotoSansJP-Regular_ss.woff") format("woff"); }
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/NotoSansJP-Bold_ss.woff") format("woff"); }
@font-face {
  font-family: "NotoM";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/NotoSerifCJKjp-Regular_ss.woff") format("woff"); }
@font-face {
  font-family: "NotoM";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/NotoSerifCJKjp-Bold_ss.woff") format("woff"); }
/* ---------------------------------------------------------
foundation - base
--------------------------------------------------------- */
*, *::before, ::after {
  box-sizing: border-box; }

li {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important; }

  a[href^="tel:"] {
    pointer-events: none; } }
html {
  position: relative;
  width: 100vw;
  height: 100vh; }

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  font-family: "Noto", sans-serif;
  font-weight: 400;
  color: #333;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: scroll;
  font-size: 0.875rem; }
  @media screen and (min-width: 769px) {
    body {
      font-size: 1rem; } }

p {
  line-height: 1.5; }

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

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    color: #999; }

.inner {
  position: relative; }

.p-editlink {
  position: absolute;
  bottom: 20px;
  right: 5px; }
  .p-editlink a {
    padding: 5px;
    font-size: 0.75rem;
    background: #333;
    color: #fff;
    opacity: .6; }

footer {
  margin-top: auto; }

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption　 {
  background: linear-gradient(0deg, #5d9be8, rgba(93, 155, 232, 0.1) 70%, transparent); }

/* ---------------------------------------------------------
layout - header
--------------------------------------------------------- */
header {
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 0 16px; }

.l-drawer__checkbox {
  display: none; }

@media screen and (max-width: 768px) {
  .l-drawer {
    position: fixed;
    top: 0; }
    .l-drawer__icon {
      cursor: pointer;
      display: block;
      width: 60px;
      height: 60px;
      position: fixed;
      right: 0; }
      .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
        background-color: #727272;
        display: block;
        width: 26px;
        height: 3px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
      .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
        content: " "; }
      .l-drawer__icon-parts:before {
        top: 18px; }
      .l-drawer__icon-parts:after {
        top: -18px; }
    .l-drawer__overlay {
      background: #000;
      opacity: 0;
      pointer-events: none;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0; }
    .l-drawer__menu {
      background: #F5F5F5;
      width: 100%;
      max-width: 480px;
      max-height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      position: fixed;
      top: 0;
      right: -100%; }
      .l-drawer__menu ul {
        padding: 110px 15px 0; }
    .l-drawer__icon {
      z-index: 999; }
    .l-drawer__menu {
      z-index: 990; }
    .l-drawer__overlay {
      z-index: 980; }
    .l-drawer__checkbox:checked ~ .l-drawer__icon {
      background: #fff; }
    .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
      background: transparent; }
    .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #727272;
      top: 0; }
    .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #727272;
      top: 0; }
    .l-drawer__checkbox:checked ~ .l-drawer__overlay {
      opacity: 0.6;
      pointer-events: auto; }
    .l-drawer__checkbox:checked ~ .l-drawer__menu {
      right: 0;
      box-shadow: 0 0 5px #333; }
      .l-drawer__checkbox:checked ~ .l-drawer__menu ul li a {
        display: inline-block;
        width: 100%;
        border-top: 1px solid #CBCBCB;
        padding: 15px 8px;
        color: #333;
        position: relative; }
        .l-drawer__checkbox:checked ~ .l-drawer__menu ul li a:hover {
          background: #e5e5e5; }
        .l-drawer__checkbox:checked ~ .l-drawer__menu ul li a::after {
          content: "";
          font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
          font-weight: bold;
          position: absolute;
          top: 15px;
          right: 5px; }
      .l-drawer__checkbox:checked ~ .l-drawer__menu ul li:last-child {
        border-bottom: 1px solid #CBCBCB; }
    .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
      transition: .5s; } }
@media screen and (min-width: 769px) {
  .l-drawer__menu ul {
    display: flex;
    flex-wrap: nowrap; }
    .l-drawer__menu ul li {
      flex: 1;
      text-align: center; }
      .l-drawer__menu ul li a {
        display: block;
        width: 100%;
        padding: 15px 0;
        color: #333; }
        .l-drawer__menu ul li a:hover {
          background: #f5f5f5; }
        .l-drawer__menu ul li a span {
          display: inline-block;
          width: 100%; }
        .l-drawer__menu ul li a span {
          display: inline-block;
          width: 100%;
          border-right: 1px solid #CBCBCB; }
      .l-drawer__menu ul li:first-child a span {
        border-left: 1px solid #CBCBCB; } }
header {
  width: 100%;
  max-width: 1200px; }
  @media screen and (max-width: 768px) {
    header .header_fixed {
      width: 100%;
      padding: 10px 15px;
      background: #fff; } }
  @media screen and (min-width: 769px) {
    header .header_fixed {
      padding: 40px 0 0; }
      header .header_fixed .header_logo_area {
        display: flex;
        align-items: center;
        margin-bottom: 30px; } }
  header h1 {
    width: 230px; }
  header .header_catch {
    font-size: 0.875rem;
    color: #727272;
    margin-left: 16px; }
    @media screen and (max-width: 768px) {
      header .header_catch {
        display: none; } }
  header .lang_btn_sp {
    padding: 15px; }
    header .lang_btn_sp ul {
      display: flex;
      width: 100%; }
      header .lang_btn_sp ul li {
        min-width: calc(100%/2);
        text-align: center;
        border: 1px solid #CBCBCB;
        font-size: 0.75rem;
        display: inline-block;
        height: 30px;
        line-height: 30px; }
        header .lang_btn_sp ul li.active, header .lang_btn_sp ul li:hover {
          background: #F5F5F5; }
        header .lang_btn_sp ul li a {
          display: block;
          width: 100%;
          color: #333; }
        header .lang_btn_sp ul li:last-child {
          border-left: none; }
  header .lang_btn_pc ul {
    display: flex; }
    header .lang_btn_pc ul li {
      min-width: calc(100%/2);
      text-align: center;
      border: 1px solid #CBCBCB;
      font-size: 0.75rem;
      display: inline-block;
      width: 90px;
      height: 35px;
      line-height: 35px; }
      header .lang_btn_pc ul li.active, header .lang_btn_pc ul li:hover {
        background: #F5F5F5; }
      header .lang_btn_pc ul li a {
        display: block;
        width: 100%;
        color: #333; }
      header .lang_btn_pc ul li:last-child {
        border-left: none; }
  header .nav_contact {
    margin-top: 50px; }

.nav_contact {
  text-align: center;
  font-size: 1.25rem; }
  .nav_contact .lead {
    margin-bottom: 5px; }
  .nav_contact .contact_btn a {
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    background: #727272;
    color: #fff; }
    .nav_contact .contact_btn a:hover {
      background: #fff;
      color: #333; }
    .nav_contact .contact_btn a::after {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-left: .5rem; }

/* ---------------------------------------------------------
layout - footer
--------------------------------------------------------- */
footer {
  background: #CBCBCB;
  padding: 15px 20px;
  line-height: 1.75; }
  @media screen and (max-width: 768px) {
    footer {
      font-size: 0.875rem; } }
  @media screen and (min-width: 769px) {
    footer {
      padding: 30px 16px; } }
  footer .foot_inner {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      footer .foot_inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; } }
  @media screen and (min-width: 769px) {
    footer .foot_left, footer .foot_right {
      width: 50%; } }
  footer .logo {
    width: 200px; }
  footer .footer_link {
    text-decoration: underline;
    color: #333; }
    footer .footer_link:hover {
      text-decoration: none; }

@media screen and (max-width: 768px) {
  .foot_contact {
    margin-top: 20px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 1.25rem; } }
@media screen and (min-width: 769px) {
  .foot_contact {
    font-size: 1.125rem; } }
.foot_contact .lead {
  margin-bottom: 5px; }
@media screen and (min-width: 769px) {
  .foot_contact .foot_contact_btn {
    display: flex;
    flex-wrap: wrap; } }
.foot_contact .contact_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  margin: 10px 0;
  line-height: 50px;
  background: #fff;
  color: #727272; }
  @media screen and (min-width: 769px) {
    .foot_contact .contact_btn a {
      text-align: center;
      margin-right: 20px; } }
  .foot_contact .contact_btn a:hover {
    background: #727272;
    color: #fff; }
  .foot_contact .contact_btn a::after {
    content: "";
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    font-weight: bold;
    margin-left: .5rem; }

.footer_navi {
  max-width: 1200px;
  margin: 45px auto 25px; }
  .footer_navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .footer_navi ul li a {
      padding: 0 15px;
      white-space: nowrap; }
    .footer_navi ul li::before {
      content: "|"; }
    .footer_navi ul li:last-child::after {
      content: "|"; }

.copyright {
  font-size: 0.625rem;
  text-align: center;
  margin: 30px 0 15px; }
  @media screen and (min-width: 769px) {
    .copyright {
      margin: 0 0 20px;
      font-size: 0.75rem; } }

#page-top {
  width: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px; }

/* ---------------------------------------------------------
layout - sidebar
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
  aside {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (min-width: 769px) {
  aside {
    width: 240px;
    margin-top: 73px;
    padding-left: 16px; } }
aside.sidebar_product h3 a {
  display: inline-block;
  width: 100%;
  background: #F5F5F5;
  border-bottom: 1px solid #CBCBCB;
  padding: 10px;
  color: #333;
  font-weight: normal;
  font-size: 0.875rem; }
  aside.sidebar_product h3 a::before {
    content: "";
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    font-weight: bold;
    margin-right: .5rem; }
  aside.sidebar_product h3 a:hover {
    background: #CBCBCB; }
aside.sidebar_product ul.side_product_list {
  margin-bottom: 40px; }
  aside.sidebar_product ul.side_product_list li a {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #CBCBCB;
    color: #333; }
    aside.sidebar_product ul.side_product_list li a:before {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-right: .5rem;
      color: #727272; }
    aside.sidebar_product ul.side_product_list li a:hover {
      background: #F5F5F5; }
aside.sidebar_update h3 {
  padding-bottom: 10px;
  border-bottom: 3px solid #727272; }
aside.sidebar_update ul.sidebar_list {
  margin-bottom: 40px; }
  aside.sidebar_update ul.sidebar_list li a {
    padding: 20px 10px;
    border-bottom: 1px solid #CBCBCB;
    display: inline-block;
    width: 100%;
    color: #333;
    padding-left: 36px;
    text-indent: -20px; }
    aside.sidebar_update ul.sidebar_list li a::before {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-right: .5rem;
      color: #8D8D8D; }
    aside.sidebar_update ul.sidebar_list li a:hover {
      background: #F5F5F5; }
aside .side_contact {
  border: 1px solid #CBCBCB; }
  aside .side_contact p {
    padding: 10px;
    margin: 0;
    text-align: center;
    background: #F5F5F5; }
  aside .side_contact ul {
    padding: 20px 20px 0; }
    @media screen and (min-width: 769px) {
      aside .side_contact ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; } }
    @media screen and (min-width: 769px) {
      aside .side_contact ul {
        padding-bottom: 0; } }
    aside .side_contact ul li a {
      position: relative;
      display: inline-block;
      border: 1px solid #CBCBCB;
      width: 200px;
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      color: #333;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        aside .side_contact ul li a {
          width: 100%; } }
      aside .side_contact ul li a::before {
        content: "";
        font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
        font-weight: bold;
        position: absolute;
        top: 0;
        right: 10px; }
      aside .side_contact ul li a:hover {
        background: #727272;
        color: #fff; }
aside .side_bnr {
  text-align: center;
  margin-top: 40px; }
  aside .side_bnr a:hover {
    opacity: .7; }

/* ---------------------------------------------------------
object - component - search
--------------------------------------------------------- */
.search_box {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .search_box {
      padding: 22px 0;
      background: #CBCBCB;
      width: 100%;
      margin-top: 10px; } }
  @media screen and (min-width: 769px) {
    .search_box {
      margin-left: auto;
      margin-right: 20px; } }
  .search_box form {
    width: 280px;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .search_box form {
        width: 200px; } }
    .search_box form input[type="text"] {
      width: 100%;
      padding: 10px;
      margin: auto 0;
      border: 1px solid #CBCBCB; }
      @media screen and (min-width: 769px) {
        .search_box form input[type="text"] {
          background: #F5F5F5; } }
    .search_box form input[type="submit"] {
      position: absolute;
      top: 10px;
      right: 10px; }
      @media screen and (min-width: 769px) {
        .search_box form input[type="submit"] {
          top: 10px;
          right: 5px; } }
  .search_box .search_icon {
    border: none;
    background: none;
    content: "";
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    font-weight: bold;
    margin-left: .5rem;
    font-size: 1rem; }

/* ---------------------------------------------------------
object - project - home
--------------------------------------------------------- */
.home-contents .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .home-contents .inner {
      padding: 40px 15px; } }
  @media screen and (min-width: 769px) {
    .home-contents .inner {
      padding: 50px 0 40px; } }

.product, .access {
  background: #F5F5F5; }

.btn-contact {
  background: #CBCBCB; }

.home-contents {
  padding: 0 16px; }
  .home-contents h2 {
    font-weight: normal;
    font-size: 1.25rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #CBCBCB;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (min-width: 769px) {
      .home-contents h2 {
        font-size: 1.5rem; } }
    .home-contents h2:after {
      position: absolute;
      content: "";
      display: block;
      border-bottom: 2px solid #A61955;
      border-radius: 2px;
      bottom: -2px;
      width: 132px; }
      @media screen and (min-width: 769px) {
        .home-contents h2:after {
          width: 200px; } }
    .home-contents h2 a {
      display: block;
      float: right;
      position: absolute;
      bottom: 10px;
      right: 0;
      font-size: 0.75rem; }
      @media screen and (min-width: 769px) {
        .home-contents h2 a {
          font-size: 1rem; } }

.top_features h2 {
  text-align: center;
  font-size: 1.375rem;
  border-bottom: none;
  padding-bottom: 15px; }
  @media screen and (min-width: 769px) {
    .top_features h2 {
      font-size: 1.625rem; } }
  .top_features h2:after {
    border-bottom: 2px solid #BF869F;
    position: absolute;
    background: #BF869F;
    border-radius: 3px;
    height: 5px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%); }
.top_features ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .top_features ul {
      padding: 0 15px; } }
  @media screen and (min-width: 769px) {
    .top_features ul {
      justify-content: space-between; } }
  .top_features ul li {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background: #F5F5F5;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .top_features ul li {
        margin-bottom: 10px; } }
    @media screen and (min-width: 769px) {
      .top_features ul li {
        width: 32%; } }
    .top_features ul li figure {
      margin-bottom: 15px; }
    @media screen and (min-width: 769px) {
      .top_features ul li .features_text {
        height: 80px;
        position: relative; }
        .top_features ul li .features_text p {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    .top_features ul li p strong {
      font-weight: normal;
      color: #A61955; }

.top_product .top_product_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .top_product .top_product_btn {
      justify-content: space-between; } }
  .top_product .top_product_btn li {
    display: inherit; }
  .top_product .top_product_btn li a {
    display: inline-block;
    width: 100%;
    max-width: 490px;
    padding: 25px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #CBCBCB; }
    .top_product .top_product_btn li a img {
      margin-bottom: 20px; }
    .top_product .top_product_btn li a h3 {
      color: #A61955;
      font-weight: normal;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #CBCBCB;
      font-size: 1.125rem; }
      @media screen and (min-width: 769px) {
        .top_product .top_product_btn li a h3 {
          font-size: 1.375rem; } }
    .top_product .top_product_btn li a .top_product_list {
      padding-left: 4px;
      line-height: 1.5; }
      .top_product .top_product_btn li a .top_product_list li {
        padding-left: 20px;
        position: relative; }
      .top_product .top_product_btn li a .top_product_list li::before {
        content: url(images/icon_dot.png);
        position: absolute;
        left: 4px;
        top: -3px; }
    .top_product .top_product_btn li a:hover {
      border: 1px solid #A61955;
      color: #333; }

.top_faq h2 {
  margin-bottom: 0; }
.top_faq ul li a {
  display: block;
  border-bottom: 1px dashed #CBCBCB;
  padding: 20px 20px 20px 43px;
  text-indent: -35px; }
  @media screen and (min-width: 769px) {
    .top_faq ul li a {
      padding-left: 70px;
      text-indent: -50px; } }
  .top_faq ul li a:before {
    content: "Q.";
    color: #BF869F;
    font-weight: bold;
    margin-right: 5px;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) {
      .top_faq ul li a:before {
        font-size: 1.75rem;
        margin-right: 15px; } }
  .top_faq ul li a:hover {
    color: #333;
    background: #F5F5F5; }

.top_update ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .top_update ul {
      justify-content: flex-start; }
      .top_update ul li {
        padding-right: 35px; }
        .top_update ul li:last-child {
          padding-right: 0; } }
  .top_update ul li a {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .top_update ul li a {
        max-width: 310px; } }
    .top_update ul li a img {
      margin-bottom: 5px;
      width: 100%;
      max-width: 400px;
      height: auto;
      object-fit: cover; }
      @media screen and (min-width: 769px) {
        .top_update ul li a img {
          width: 310px;
          height: 200px; } }
    .top_update ul li a .update_info {
      display: flex;
      justify-content: flex-start;
      color: #727272;
      margin-bottom: 10px; }
      .top_update ul li a .update_info .date {
        margin-right: 10px; }
      .top_update ul li a .update_info .category {
        background: #727272;
        border-radius: 4px;
        color: #fff;
        width: 120px;
        text-align: center;
        line-height: 1.4; }
    .top_update ul li a h3 {
      font-weight: normal; }
    .top_update ul li a:hover {
      opacity: .8; }

.top_contact {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .top_contact {
      font-size: 1.25rem; } }
  @media screen and (min-width: 769px) {
    .top_contact {
      font-size: 1.125rem; } }
  .top_contact .lead {
    margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    .top_contact .top_contact_btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .top_contact .contact_btn a {
    display: inline-block;
    width: 280px;
    height: 50px;
    margin: 10px;
    line-height: 50px;
    background: #fff;
    color: #727272; }
    @media screen and (min-width: 769px) {
      .top_contact .contact_btn a {
        text-align: center; } }
    .top_contact .contact_btn a:hover {
      background: #727272;
      color: #fff; }
    .top_contact .contact_btn a::after {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-left: .5rem; }

@media screen and (min-width: 769px) {
  .top_access {
    display: flex;
    justify-content: space-between; } }
.top_access .top_access_left {
  margin-bottom: 40px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .top_access .top_access_left {
      width: 480px; } }
.top_access .access_img {
  width: 152px;
  height: 152px;
  object-fit: cover;
  float: left;
  margin-right: 20px; }
.top_access .top_access_right {
  max-width: 490px; }

/* ---------------------------------------------------------
object - project - page
--------------------------------------------------------- */
.page_wrapper, .single_wrapper {
  margin-bottom: 150px; }
  .page_wrapper p, .single_wrapper p {
    margin-bottom: 30px;
    font-size: 0.875rem; }
    @media screen and (min-width: 769px) {
      .page_wrapper p, .single_wrapper p {
        font-size: 1rem; } }
  .page_wrapper a, .single_wrapper a {
    color: #0D49D6; }
    .page_wrapper a:hover, .single_wrapper a:hover {
      color: #333; }
    .page_wrapper a.telno, .single_wrapper a.telno {
      color: #333; }
  .page_wrapper strong, .single_wrapper strong {
    color: #A61955; }

.h2_area {
  background: #F5F5F5;
  background: linear-gradient(to right, #DDDDDD, #F7F7F7); }
  .h2_area h2 {
    max-width: 1000px;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    font-size: 1.25rem;
    padding: 25px 65px 25px 15px; }
    @media screen and (min-width: 769px) {
      .h2_area h2 {
        font-size: 1.5rem;
        padding: 40px 16px; } }

@media screen and (max-width: 768px) {
  .product-template-default .h2_area {
    position: sticky;
    top: 0;
    z-index: 999; } }
.page_layout, .single_layout {
  max-width: 1000px;
  padding: 0 16px; }
  @media screen and (min-width: 769px) {
    .page_layout, .single_layout {
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-between; } }

.page_contents, .single_contents {
  width: 100%;
  max-width: 730px;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .page_contents, .single_contents {
      padding-left: 15px;
      padding-right: 15px; } }
  .page_contents h3, .page_contents h4, .page_contents h5, .page_contents h6, .single_contents h3, .single_contents h4, .single_contents h5, .single_contents h6 {
    font-weight: normal; }
  .page_contents h3, .single_contents h3 {
    font-size: 1.375rem;
    background: #F5F5F5;
    border-top: 1px solid #A2A2A2;
    padding: 10px;
    margin-bottom: 25px; }
    @media screen and (min-width: 769px) {
      .page_contents h3, .single_contents h3 {
        font-size: 1.5rem; } }
  .page_contents h4, .single_contents h4 {
    font-size: 1.125rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (min-width: 769px) {
      .page_contents h4, .single_contents h4 {
        font-size: 1.25rem; } }
    .page_contents h4:after, .single_contents h4:after {
      position: absolute;
      content: "";
      display: block;
      border-bottom: 1px solid #A61955;
      bottom: -1px;
      width: 132px; }
      @media screen and (min-width: 769px) {
        .page_contents h4:after, .single_contents h4:after {
          width: 200px; } }
  .page_contents h5, .single_contents h5 {
    font-size: 1rem;
    border-left: 5px solid #A61955;
    padding-left: 10px;
    margin-bottom: 25px; }
    @media screen and (min-width: 769px) {
      .page_contents h5, .single_contents h5 {
        font-size: 1.125rem; } }
  .page_contents .bread, .single_contents .bread {
    font-size: 0.75rem; }
    .page_contents .bread ol, .single_contents .bread ol {
      margin-top: 12px;
      margin-bottom: 50px;
      display: flex;
      flex-wrap: wrap; }
      .page_contents .bread ol li a, .single_contents .bread ol li a {
        color: #333; }
        .page_contents .bread ol li a:hover, .single_contents .bread ol li a:hover {
          text-decoration: underline; }
      .page_contents .bread ol li::before, .single_contents .bread ol li::before {
        content: ">";
        margin-left: 5px;
        margin-right: 5px; }
      .page_contents .bread ol li:first-child::before, .single_contents .bread ol li:first-child::before {
        content: "";
        margin-left: 0;
        margin-right: 0; }
  .page_contents .catchcopy, .single_contents .catchcopy {
    font-size: 1.5rem;
    color: #A61955; }
  .page_contents ul.icon, .page_contents ul.dot, .page_contents ul.note, .page_contents ol.num, .single_contents ul.icon, .single_contents ul.dot, .single_contents ul.note, .single_contents ol.num {
    padding-left: 28px; }
    .page_contents ul.icon li, .page_contents ul.dot li, .page_contents ul.note li, .page_contents ol.num li, .single_contents ul.icon li, .single_contents ul.dot li, .single_contents ul.note li, .single_contents ol.num li {
      position: relative;
      margin-bottom: 0.5em;
      line-height: 1.25; }
  .page_contents ul.icon li::before, .single_contents ul.icon li::before {
    content: "●";
    font-size: 0.375rem;
    color: #BF869F;
    position: absolute;
    top: 4px;
    margin-left: -18px; }
  .page_contents ul.dot li, .single_contents ul.dot li {
    list-style: disc; }
  .page_contents ul.note li::before, .single_contents ul.note li::before {
    content: "※";
    position: absolute;
    margin-left: -22px; }
  .page_contents ol.num li, .single_contents ol.num li {
    list-style: decimal; }
  .page_contents .wp-block-button, .single_contents .wp-block-button {
    text-align: center; }
  .page_contents .wp-block-button a, .single_contents .wp-block-button a {
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
    min-width: 260px;
    color: #333;
    background: #fff;
    border: 1px solid #727272;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto; }
    .page_contents .wp-block-button a:hover, .single_contents .wp-block-button a:hover {
      color: #fff;
      background: #727272; }
    .page_contents .wp-block-button a::after, .single_contents .wp-block-button a::after {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-left: .5rem; }
  .page_contents .table_pt1, .single_contents .table_pt1 {
    background: #fff;
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .page_contents .table_pt1, .single_contents .table_pt1 {
        border-bottom: 1px solid #CBCBCB; } }
    @media screen and (max-width: 768px) {
      .page_contents .table_pt1 tr, .single_contents .table_pt1 tr {
        border: 1px solid #CBCBCB; } }
    .page_contents .table_pt1 tr td, .single_contents .table_pt1 tr td {
      line-height: 1.5;
      padding: 15px;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .page_contents .table_pt1 tr td, .single_contents .table_pt1 tr td {
          display: block; } }
      @media screen and (min-width: 769px) {
        .page_contents .table_pt1 tr td, .single_contents .table_pt1 tr td {
          position: 20px;
          border: 1px solid #CBCBCB; } }
      .page_contents .table_pt1 tr td:first-child, .single_contents .table_pt1 tr td:first-child {
        font-weight: bold;
        background: #F5F5F5; }
        @media screen and (max-width: 768px) {
          .page_contents .table_pt1 tr td:first-child, .single_contents .table_pt1 tr td:first-child {
            padding: 5px 15px; } }
        @media screen and (min-width: 769px) {
          .page_contents .table_pt1 tr td:first-child, .single_contents .table_pt1 tr td:first-child {
            width: 210px; } }
  .page_contents .table_pt2, .single_contents .table_pt2 {
    background: #fff;
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
    .page_contents .table_pt2 tr:first-child, .single_contents .table_pt2 tr:first-child {
      font-weight: bold;
      background: #F5F5F5; }
    .page_contents .table_pt2 tr td, .single_contents .table_pt2 tr td {
      line-height: 1.5;
      padding: 20px;
      border: 1px solid #CBCBCB;
      vertical-align: top; }
  @media screen and (min-width: 769px) {
    .page_contents .image_block_right, .single_contents .image_block_right {
      display: flex; } }
  @media screen and (max-width: 768px) {
    .page_contents .image_block_right .img, .single_contents .image_block_right .img {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .page_contents .image_block_right .img, .single_contents .image_block_right .img {
      max-width: 300px;
      min-width: 270px;
      margin-left: 20px; } }
  @media screen and (min-width: 769px) {
    .page_contents .image_block_right .text, .single_contents .image_block_right .text {
      margin-right: auto; } }
  @media screen and (min-width: 769px) {
    .page_contents .image_block_left, .single_contents .image_block_left {
      display: flex; } }
  @media screen and (max-width: 768px) {
    .page_contents .image_block_left .img, .single_contents .image_block_left .img {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .page_contents .image_block_left .img, .single_contents .image_block_left .img {
      max-width: 300px;
      min-width: 300px;
      margin-right: 20px; } }

.search p {
  margin-bottom: 0; }
.search .search_item a {
  display: inline-block;
  padding: 20px;
  width: 100%;
  color: #333;
  border-bottom: 1px dashed #CBCBCB;
  position: relative; }
  .search .search_item a::before {
    content: "";
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    font-weight: bold;
    margin-right: .5rem; }
  .search .search_item a:hover {
    background: #F5F5F5; }

/* ---------------------------------------------------------
object - project - single
--------------------------------------------------------- */
.product_link_btn {
  padding-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .product_link_btn {
      display: flex;
      justify-content: flex-start;
      border-bottom: 2px solid #CBCBCB;
      margin-bottom: 50px; } }
  .product_link_btn li {
    display: flex;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .product_link_btn li {
        margin-bottom: 20px; } }
    @media screen and (min-width: 769px) {
      .product_link_btn li {
        max-width: 230px; }
        .product_link_btn li:last-child {
          margin-right: 0; } }
    .product_link_btn li a {
      padding: 15px 10px;
      width: 100%;
      height: 100%;
      background: #fff;
      border: 1px solid #727272;
      color: #333;
      display: flex;
      justify-content: center;
      align-items: center; }
      .product_link_btn li a::after {
        content: "";
        font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
        font-weight: bold;
        margin-left: .5rem; }
      .product_link_btn li a:hover {
        background: #727272;
        color: #fff; }
    .product_link_btn li p {
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
      text-align: center; }
    .product_link_btn li.active {
      border: 1px solid #727272;
      background: #727272;
      color: #fff;
      padding: 15px 10px; }

/* ---------------------------------------------------------
object - project - archive
--------------------------------------------------------- */
.archive_update ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .archive_update ul {
      justify-content: space-between; } }
  .archive_update ul li {
    display: inherit;
    width: 49%; }
  .archive_update ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #CBCBCB;
    color: #333; }
    @media screen and (min-width: 769px) {
      .archive_update ul li a {
        max-width: 355px; } }
    .archive_update ul li a img {
      margin-bottom: 15px;
      width: 100%;
      height: 183px;
      object-fit: cover; }
    .archive_update ul li a .update_info {
      display: flex;
      justify-content: flex-start;
      color: #727272;
      margin-bottom: 10px; }
      .archive_update ul li a .update_info .date {
        margin-right: 10px; }
      .archive_update ul li a .update_info .category {
        background: #727272;
        border-radius: 4px;
        color: #fff;
        width: 120px;
        text-align: center;
        line-height: 1.4; }
      .archive_update ul li a .update_info p {
        margin: 0; }
    .archive_update ul li a h3 {
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      font-size: 1rem; }
    .archive_update ul li a:hover {
      background: #F5F5F5; }

.product_btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px; }
  @media screen and (min-width: 769px) {
    .product_btn_area {
      justify-content: space-between; } }
  .product_btn_area li.box {
    display: flex;
    width: 350px; }
  .product_btn_area a {
    display: block;
    background: #fff;
    border: 1px solid #CBCBCB;
    color: #333;
    padding: 20px;
    margin-bottom: 20px;
    position: relative; }
    .product_btn_area a img {
      width: 315px;
      height: 165px;
      object-fit: cover; }
    .product_btn_area a:hover {
      background: #F5F5F5;
      border: 1px solid #A61955; }

.product_btn_area a .new_mark {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #A61955;
  padding: 5px 10px;
  color: #fff; }
.product_btn_area a .product_archive_title {
  position: relative;
  color: #A61955;
  font-weight: bold;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  font-size: 0.875rem; }
  @media screen and (min-width: 769px) {
    .product_btn_area a .product_archive_title {
      font-size: 1rem; } }
  .product_btn_area a .product_archive_title span {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 1.125rem; }
    @media screen and (min-width: 769px) {
      .product_btn_area a .product_archive_title span {
        font-size: 1.375rem; } }
  .product_btn_area a .product_archive_title::after {
    content: "";
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    font-weight: bold;
    position: absolute;
    bottom: 7px;
    right: 5px;
    color: #CBCBCB; }
.product_btn_area a:hover .product_archive_title {
  border-bottom: 1px solid #A61955; }
.product_btn_area a .product_archive_list {
  padding-left: 24px;
  line-height: 1.5;
  font-size: 0.875rem; }
  .product_btn_area a .product_archive_list li {
    list-style: disc; }

.pagination {
  text-align: center; }
  .pagination span, .pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #CBCBCB;
    line-height: 38px;
    color: #333;
    margin: 5px; }
  .pagination a:hover {
    background: #F5F5F5; }
  .pagination .next, .pagination .prev {
    border: none;
    background: none;
    margin: 0; }
    .pagination .next:hover, .pagination .prev:hover {
      background: none; }

/* ---------------------------------------------------------
object - project - faq
--------------------------------------------------------- */
.faq_category_area h3 {
  padding: 0 0 15px;
  background: none;
  border-top: none;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 0;
  color: #BF869F;
  font-size: 1rem;
  position: relative; }
  .faq_category_area h3:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px solid #BF869F;
    bottom: -1px;
    width: 132px; }
    @media screen and (min-width: 769px) {
      .faq_category_area h3:after {
        width: 200px; } }
  .faq_category_area h3 span {
    padding-left: 10px;
    border-left: 5px solid #BF869F; }
.faq_category_area ul {
  margin-bottom: 40px; }
.faq_category_area li a {
  display: block;
  border-bottom: 1px dashed #CBCBCB;
  padding: 15px 20px 20px 43px;
  text-indent: -35px;
  color: #333; }
  @media screen and (min-width: 769px) {
    .faq_category_area li a {
      padding-left: 70px;
      text-indent: -50px; } }
  .faq_category_area li a:before {
    content: "Q.";
    color: #BF869F;
    font-weight: bold;
    margin-right: 5px;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) {
      .faq_category_area li a:before {
        font-size: 1.75rem;
        margin-right: 15px; } }
  .faq_category_area li a:hover {
    background: #F5F5F5; }

.single_faq_list {
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  position: relative; }
  .single_faq_list:after {
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #A61955;
    top: -1px;
    width: 132px; }
    @media screen and (min-width: 769px) {
      .single_faq_list:after {
        width: 200px; } }
  .single_faq_list dl dt, .single_faq_list dl dd {
    padding: 20px 20px 0 20px;
    position: relative; }
    .single_faq_list dl dt p, .single_faq_list dl dd p {
      padding-left: 40px;
      margin-bottom: 20px; }
  .single_faq_list dl dt {
    border-bottom: 1px dashed #CBCBCB; }
  .single_faq_list dl dt:before, .single_faq_list dl dd:before {
    position: absolute;
    top: 16px;
    float: left;
    font-weight: bold;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) {
      .single_faq_list dl dt:before, .single_faq_list dl dd:before {
        font-size: 1.75rem; } }
  .single_faq_list dl dt:before {
    content: "Q.";
    color: #BF869F; }
  .single_faq_list dl dd:before {
    content: "A.";
    color: #174ec9; }

.single_faq .faq_link_text {
  text-align: center;
  margin-top: 10px; }

/* ---------------------------------------------------------
object - project - contact
--------------------------------------------------------- */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"], textarea, input[type="email"], input[type="tel"] {
  border-radius: 0;
  border: 1px solid #727272; }

.checkbox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  border: 1px solid #727272;
  border-radius: 3px;
  transition: .2s;
  transform: rotateY(-1px); }
  .checkbox input[type='checkbox']:checked {
    border: 6px solid #A61955; }

.radio_btn input[type='radio'] {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  border: 1px solid #727272;
  border-radius: 50%;
  margin-top: -1px;
  transition: .2s; }
  .radio_btn input[type='radio']:checked {
    border: 5px solid #A61955; }

.checkbox_radio input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  border: 1px solid #727272;
  border-radius: 50%;
  transition: .2s;
  transform: rotateY(-1px); }
  .checkbox_radio input[type='checkbox']:checked {
    border: 5px solid #A61955; }

.contact .page_wrapper, .contact-user .page_wrapper, .catalog .page_wrapper {
  background: #F5F5F5;
  margin-bottom: 0; }
  .contact .page_wrapper .page_contents, .contact-user .page_wrapper .page_contents, .catalog .page_wrapper .page_contents {
    width: 100%;
    max-width: 1000px; }
  .contact .page_wrapper .bread, .contact-user .page_wrapper .bread, .catalog .page_wrapper .bread {
    font-size: 0.75rem; }
    .contact .page_wrapper .bread ol, .contact-user .page_wrapper .bread ol, .catalog .page_wrapper .bread ol {
      margin-top: 0;
      padding-top: 12px;
      margin-bottom: 50px;
      display: flex; }
      .contact .page_wrapper .bread ol li::before, .contact-user .page_wrapper .bread ol li::before, .catalog .page_wrapper .bread ol li::before {
        content: ">";
        margin-left: 5px;
        margin-right: 5px; }
      .contact .page_wrapper .bread ol li:first-child::before, .contact-user .page_wrapper .bread ol li:first-child::before, .catalog .page_wrapper .bread ol li:first-child::before {
        content: "";
        margin-left: 0;
        margin-right: 0; }
.contact .single_contact_btn, .contact-user .single_contact_btn, .catalog .single_contact_btn {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .contact .single_contact_btn, .contact-user .single_contact_btn, .catalog .single_contact_btn {
      flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    .contact .single_contact_btn, .contact-user .single_contact_btn, .catalog .single_contact_btn {
      justify-content: space-between; } }
  .contact .single_contact_btn li, .contact-user .single_contact_btn li, .catalog .single_contact_btn li {
    width: 100%;
    max-width: 480px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.125rem; }
    @media screen and (min-width: 769px) {
      .contact .single_contact_btn li, .contact-user .single_contact_btn li, .catalog .single_contact_btn li {
        font-size: 1.25rem; } }
    .contact .single_contact_btn li.active, .contact-user .single_contact_btn li.active, .catalog .single_contact_btn li.active {
      display: inline-block;
      width: 100%;
      max-width: 480px;
      background: #727272;
      border: 1px solid #727272;
      text-align: center;
      color: #fff; }
  .contact .single_contact_btn li a, .contact-user .single_contact_btn li a, .catalog .single_contact_btn li a {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    background: #fff;
    border: 1px solid #A2A2A2;
    text-align: center;
    color: #333; }
    .contact .single_contact_btn li a:hover, .contact-user .single_contact_btn li a:hover, .catalog .single_contact_btn li a:hover {
      background: #727272;
      color: #fff; }
    .contact .single_contact_btn li a::after, .contact-user .single_contact_btn li a::after, .catalog .single_contact_btn li a::after {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-left: .5rem; }
.contact .single_contact_form, .contact-user .single_contact_form, .catalog .single_contact_form {
  background: #fff;
  padding: 50px 15px;
  margin-bottom: 150px; }
  .contact .single_contact_form .single_contact_form_inner, .contact-user .single_contact_form .single_contact_form_inner, .catalog .single_contact_form .single_contact_form_inner {
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto; }
  .contact .single_contact_form p, .contact-user .single_contact_form p, .catalog .single_contact_form p {
    margin-bottom: 0; }
  .contact .single_contact_form .f-red, .contact-user .single_contact_form .f-red, .catalog .single_contact_form .f-red {
    color: #A61955; }
  .contact .single_contact_form .required_mark::after, .contact-user .single_contact_form .required_mark::after, .catalog .single_contact_form .required_mark::after {
    content: "*";
    color: #A61955;
    margin-left: 2px; }
  .contact .single_contact_form input[type='text'], .contact .single_contact_form input[type='email'], .contact .single_contact_form input[type='tel'], .contact .single_contact_form textarea, .contact-user .single_contact_form input[type='text'], .contact-user .single_contact_form input[type='email'], .contact-user .single_contact_form input[type='tel'], .contact-user .single_contact_form textarea, .catalog .single_contact_form input[type='text'], .catalog .single_contact_form input[type='email'], .catalog .single_contact_form input[type='tel'], .catalog .single_contact_form textarea {
    width: 100%;
    padding: 5px;
    font-size: 1rem; }
  .contact .single_contact_form span.wpcf7-list-item, .contact-user .single_contact_form span.wpcf7-list-item, .catalog .single_contact_form span.wpcf7-list-item {
    margin: 0 20px 5px 0; }
  .contact .single_contact_form .list_item_block .wpcf7-list-item, .contact-user .single_contact_form .list_item_block .wpcf7-list-item, .catalog .single_contact_form .list_item_block .wpcf7-list-item {
    display: block; }
  .contact .single_contact_form .your-zip1 input[type='text'], .contact .single_contact_form .your-zip2 input[type='text'], .contact-user .single_contact_form .your-zip1 input[type='text'], .contact-user .single_contact_form .your-zip2 input[type='text'], .catalog .single_contact_form .your-zip1 input[type='text'], .catalog .single_contact_form .your-zip2 input[type='text'] {
    width: 8em;
    margin: 10px 5px; }
    @media screen and (max-width: 768px) {
      .contact .single_contact_form .your-zip1 input[type='text'], .contact .single_contact_form .your-zip2 input[type='text'], .contact-user .single_contact_form .your-zip1 input[type='text'], .contact-user .single_contact_form .your-zip2 input[type='text'], .catalog .single_contact_form .your-zip1 input[type='text'], .catalog .single_contact_form .your-zip2 input[type='text'] {
        width: 4em; } }
  .contact .single_contact_form .radio_trigger, .contact-user .single_contact_form .radio_trigger, .catalog .single_contact_form .radio_trigger {
    display: inline-block;
    margin: 20px 0 40px; }
  @media screen and (max-width: 768px) {
    .contact .single_contact_form .product_name input[type='text'], .contact-user .single_contact_form .product_name input[type='text'], .catalog .single_contact_form .product_name input[type='text'] {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .contact .single_contact_form .product_name input[type='text'], .contact-user .single_contact_form .product_name input[type='text'], .catalog .single_contact_form .product_name input[type='text'] {
      width: 190px; } }
  @media screen and (min-width: 769px) {
    .contact .single_contact_form .product_no, .contact-user .single_contact_form .product_no, .catalog .single_contact_form .product_no {
      float: right; }
      .contact .single_contact_form .product_no input[type='text'], .contact-user .single_contact_form .product_no input[type='text'], .catalog .single_contact_form .product_no input[type='text'] {
        width: 120px;
        margin-left: 15px; } }
  .contact .single_contact_form .acceptance_text, .contact-user .single_contact_form .acceptance_text, .catalog .single_contact_form .acceptance_text {
    margin: 30px 0 35px; }
  .contact .single_contact_form .acceptance, .contact-user .single_contact_form .acceptance, .catalog .single_contact_form .acceptance {
    text-align: center;
    margin-bottom: 20px; }
  .contact .single_contact_form .contact_form_submit_btn input[type='submit'], .contact-user .single_contact_form .contact_form_submit_btn input[type='submit'], .catalog .single_contact_form .contact_form_submit_btn input[type='submit'] {
    display: block;
    border: none;
    border-radius: 0;
    background: #727272;
    border: 1px solid #727272;
    color: #fff;
    width: 100%;
    max-width: 340px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 1.125rem; }
    @media screen and (min-width: 769px) {
      .contact .single_contact_form .contact_form_submit_btn input[type='submit'], .contact-user .single_contact_form .contact_form_submit_btn input[type='submit'], .catalog .single_contact_form .contact_form_submit_btn input[type='submit'] {
        font-size: 1.375rem; } }
  .contact .single_contact_form .tel_fax_info, .contact-user .single_contact_form .tel_fax_info, .catalog .single_contact_form .tel_fax_info {
    background: #F5F5F5;
    text-align: center;
    padding: 25px; }
    .contact .single_contact_form .tel_fax_info p, .contact-user .single_contact_form .tel_fax_info p, .catalog .single_contact_form .tel_fax_info p {
      font-size: 1.375rem;
      margin: 5px 0; }
      @media screen and (min-width: 769px) {
        .contact .single_contact_form .tel_fax_info p, .contact-user .single_contact_form .tel_fax_info p, .catalog .single_contact_form .tel_fax_info p {
          font-size: 1.5rem; } }

/* ---------------------------------------------------------
object - project - sitemap
--------------------------------------------------------- */
.sitemap .page_contents h3 {
  font-weight: normal;
  font-size: 1.375rem;
  background: #F5F5F5;
  border-top: 1px solid #A2A2A2;
  padding: 10px;
  margin-bottom: 25px; }
  @media screen and (min-width: 769px) {
    .sitemap .page_contents h3 {
      font-size: 1.5rem; } }
.sitemap .wsp-container {
  margin-bottom: 40px; }
  .sitemap .wsp-container li {
    padding: 5px 0 5px 30px;
    text-indent: -16px; }
    .sitemap .wsp-container li:before {
      content: "";
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      font-weight: bold;
      margin-right: .5rem; }

/* ---------------------------------------------------------
object - project - slider
--------------------------------------------------------- */
.slider_box {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 480px) {
  .mainimg_tablet, .mainimg {
    display: none; } }
@media screen and (min-width: 481px) and (max-width: 780px) {
  .mainimg_mobile, .mainimg {
    display: none; } }
@media screen and (min-width: 781px) {
  .mainimg_mobile, .mainimg_tablet {
    display: none; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*# sourceMappingURL=style.css.map */
