@charset "UTF-8";
/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
html {
  -ms-overflow-style: scrollbar !important;
  scroll-behavior: smooth;
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}
html, body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fcfaf4;
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.block {
  width: 100%;
  margin: 30px 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a {
  outline: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #3875e3;
  text-decoration: underline;
}
a:active {
  color: #3875e3;
  text-decoration: underline;
}
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.site-header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header_top {
  position: relative;
}
.site-header_end {
  display: flex;
  align-items: center;
}
.site-header_start a.logo {
  display: inline-block;
}
.site-header_start .logo img {
  display: block;
  width: 210px;
}
.header .group-button a {
  background: #F0F1EB url(../images/common/ico_window.svg) no-repeat right 10px center;
  background-size: 12px;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  padding: 5px 25px 5px 15px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.header a.group-logo {
  display: inline-block;
  margin-left: 1.5rem;
  padding-right: 15px;
}
.header a.group-logo img {
  display: block;
  width: 265px;
  max-width: 100%;
  height: auto;
}
.shop-button a img{
  height: 56px;
  width: auto;
}
.shop-button-sp a img {
  height: 56px;
  width: auto;
  display: block;
  margin: 15px auto 0;
}
/*グローバルナビ*/
 nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfaf4;
  border-bottom: 1px solid #CFCFCF;
}
.header nav > ul {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
.header nav li {
  background: #333;
  font-size: 1.6rem;
  width: auto;
  vertical-align: top;
  background: none;
}
.header nav li a {
  display: block;
  padding: 18px 1.5vw;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
}
.header nav li a:hover {
  text-decoration: none;
  background: #3875e3;
  color: #fff;
  text-decoration: none;
}
.header nav .button_inq {
  padding-left: 1.5rem;
}
.header .button_inq a {
  background: #3E3E3E url(../images/common/ico_mail_w.svg) no-repeat left 20px center;
  background-size: 16px 12px;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 7px 16px 9px 40px;
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.header .button_inq a:hover {
  background: #3875e3 url(../images/common/ico_mail_w.svg) no-repeat left 20px center;
  background-size: 16px 12px;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  .header nav li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .header nav,
  .shop-button {
    display: none;
  }
  .site-header_wrapper {
    background-color: #fff;
  }
  .site-header_end {
    padding-right: 0;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .site-header_end > .group-button {
    display: none;
  }
  .site-header_start a.logo {
    padding-left: 0.5rem;
  }
  .site-header_start .logo img {
    width: 180px;
  }
  .header a.group-logo img {
    width: 220px;
  }
  .site-header_wrapper {
    flex-direction: column-reverse;
    align-items: normal;
  }
}
/*ナビゲーションSP*/
.menu-button {
  position: absolute;
  bottom: 0;
  right: 1rem;
  display: none;
  z-index: 10;
  border-radius: 4px;
}
.menu-button .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 52px;
  height: 42px;
  padding: 5px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-trigger span:not(:last-child) {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background-color: #3E3E3E;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu-trigger span:not(:last-child):nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:not(:last-child):nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:last-child {
  display: block;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  letter-spacing: 1px;
  font-weight: bold;
  color: #222;
}
.open .menu-trigger span:nth-of-type(1) {
  top: 14px !important;
  transform: translateX(-50%) rotate(30deg);
  background-color: #222;
}
.open .menu-trigger span:nth-of-type(2) {
  top: 14px !important;
  transform: translateX(-50%) rotate(-30deg);
  background-color: #222;
}
.smp-menu {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 8.5rem 0.5rem 3rem;
  display: none;
  overflow-y: scroll;
}
.smp-menu::-webkit-scrollbar {
  display: none;
}
.smp-menu .menu-area {
  max-height: calc(100vh - 108px);
  overflow-y: auto;
}
.smp-menu ul {
  list-style: none;
  padding-left: 0;
}
.smp-menu ul li {
  border-bottom: 1px solid #ccc;
}
.smp-menu ul li a {
  color: #222;
  font-weight: 500;
  display: block;
  padding: 1.5rem 2rem;
  position: relative;
  text-decoration: none;
  font-size: 1.5rem;
}
.smp-menu a.btn-inquiry {
  margin-top: 2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .menu-button {
    display: block;
  }
  .menu-area .button-area {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-area .group-button {
    margin-left: 1rem;
  }
  .menu-area .button_inq a,
  .menu-area .group-button a {
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  background: #f0f0ea;
  font-weight: 700;
}
.footer .container-fluid {
  width: 100%;
  padding: 30px 30px 0;
}
.footer .container-fluid h1 {
  font-size: 2.0rem;
  line-height: 1.2;
}
.footer .container-fluid h2{
  font-size: 1.6rem;
  line-height: 2.0;
}
.footer address {
  margin: 0 0 20px 67px;
  font-size: 1.4rem;
}
.footer .col-sm-12 {
  padding: 0;
}
.footer ul.footer-menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
}
.footer ul.footer-menu li {
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 1.4rem;
}
.footer ul.footer-menu li a {
  color: #333;
}
.footer .copyright {
  padding: 10px 20px;
  border-top: 1px solid #cfcfcf;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .footer address {
    text-align: center;
  }
  .footer ul.footer-menu {
    justify-content: center;
  }
  .footer ul.footer-menu li {
    padding-left: 0;
    margin: 0 1rem 2.5rem;
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------
  ページトップ
----------------------------------------------------*/
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}
.scroll-up a {
  background: #3875e3;
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  opacity: 0.6;
  border-radius: 2px;
}
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.scroll-up span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0;
}
/*----------------------------------------------------
  ボタン
----------------------------------------------------*/
/* .button_win a {
  background: #eee url(../images/common/ico_window.svg) no-repeat right 10px center;
  background-size: 12px;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  padding: 10px 25px 10px 15px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button_win a:hover {
  background: #313131 url(../images/common/ico_window_hover.svg) no-repeat right 10px center;
  background-size: 12px;
  color: #fff;
} */
/*ボタン　外部リンクアイコン*/
.button_win_b a {
  background: #333 url(../images/common/ico_window_hover.svg) no-repeat right 20px center;
  background-size: 12px;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  max-width: 180px;
  padding: 6px 40px 6px 30px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
/*ボタン　矢印アイコン*/
.button_win_b.arrow a {
  background-image: none;
  position: relative;
}
.button_win_b.arrow a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.button_win_b a:hover {
  background-color: #3875e3;
  color: #fff;
}
.button_win_c a {
  background: #333 url(../images/common/ico_window_hover.svg) no-repeat right 20px center;
  background-size: 12px;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  max-width: 360px;
  padding: 10px 40px 10px 30px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button_win_c a:hover {
  background: #3875e3 url(../images/common/ico_window_hover.svg) no-repeat right 20px center;
  background-size: 12px;
  color: #fff;
}

.button_m a {
  background: #333;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 160px;
  padding: 8px 20px 8px 12px;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  color: #fff;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  font-weight: 500;
}
.button_m a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid#fff;
  transform: translateY(-50%) rotate(45deg);
}
.button_m a:hover {
  background: #3875e3;
  color: #fff;
}
/*ページ内リンクボタン*/
.button_anchor a {
  position: relative;
  color: #333 !important;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 9999px;
  margin: 0 15px 10px 0;
  padding: 10px 40px 10px 30px;
  font-size: 1.6rem;
}
.button_anchor a::after {
  content: "";
  position: absolute;
  top: 47%;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #3875e3;
  border-right: 2px solid#3875e3;
  transform: translateY(-50%) rotate(135deg);
}
.button_anchor a:hover {
  color: #fff !important;
  background-color: #3875e3;
  border: 1px solid #707070;
  text-decoration: none;
}
.button_anchor a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid#fff;
}
.btn_block {
  margin-bottom: 3rem;
}
.wp-block-file__button{
  color: #fff !important;
  padding: 0.5em 1.5em !important;
}
/*----------------------------------------------------
  テキスト
----------------------------------------------------*/
.contents {
  padding: 0 0 5rem;
}
.container h1 span {
  display: inline-block;
  margin: 0 0 30px;
  padding: 16px 36px;
  background: #f0f0ea;
  border-radius: 9999px;
  color: #333;
  font-size: 3.2rem;
  line-height: 1.0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.container h2 {
  margin: 60px 0 30px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.container h2.catchcopy {
  margin: 0 0 30px;
  text-align: left;
}
.container h3 {
  margin: 30px 0 18px;
  padding: 0 0 18px;
  border-bottom: 3px solid #3875E3;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
}
.container h3.fit-content {
  width: fit-content;
  margin: 30px auto 18px;
  padding: 0 0 18px;
  border-bottom: 10px solid #ffe600;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
}
.container h4 {
  margin: 30px 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid #cdcdcd;
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
}
.container h3+h4 {
  margin: 0 0 18px;
}
.container p,
.container ul {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.7rem;
  line-height: 2.0;
}
.container .product_block {
  /* display: grid; */
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.container .product_block figure {
  margin: 30px auto;
  text-align: center;
}
.container .product_block h4 {
  width: 100%;
  margin: 30px 0 20px;
  padding: 0;
  border-bottom: none;
  color: #333;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  font-style: normal;
}
.container .product_block p {
  margin: 0 0 30px;
  color: #333;
  font-size: 1.0em;
  line-height: 1.8;
}
.container .distribution_block {
  margin: 30px 0;
}
.container .distribution_block figure {
 text-align: center;
}
.container .distribution_block h4 {
  width: 100%;
  margin: 30px 0 20px;
  padding: 0;
  border-bottom: none;
  color: #333;
  font-size: 2.0rem;
  font-weight: 700;
  font-style: normal;
}
.container .distribution_block p {
  margin: 0 0 30px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}
.container .banner_block {
  margin: 30px 0;
}
.container .banner_block a:hover img {
  opacity: 0.6;
}
.container .contact_block {
  margin: 30px 0;
  padding: 60px;
  background: #fff;
}
.container .contact_block p {
  margin: 0;
}
.wp-block-group {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .contents {
    padding: 0 0.5rem 3rem;
  }
  .container h1 span {
    font-size: 2.4rem;
  }
}
.wp-block-columns a {
  color: #3875e3;
  text-decoration: underline;
}
.button_win_b a {
  color: #FFFFFF;
  text-decoration: none;
}

/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
ul.breadcrumb {
  padding: 10px 0 40px;
}
ul.breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 15px;
  font-size: 1.4rem;
  line-height: 1.0;
}
ul.breadcrumb li::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3875e3;
  border-right: 1px solid #3875e3;
  transform: rotate(45deg);
}
ul.breadcrumb li:last-child:after {
  content: "";
  border: none;
}
@media (max-width: 991.98px) {
  ul.breadcrumb li a:link {
    color: #333 !important;
  }
  ul.breadcrumb li a:visited {
    color: #333 !important;
  }
}
/*----------------------------------------------------
  新着情報
----------------------------------------------------*/
.information_list-area {
  padding: 60px 0;
  background: none;
}
.information_list-area h2 {
  margin: 0 0 30px;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
.information_list-area dl {
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px dotted #ccc;
}
.information_list-area dt {
  float: left;
  background: url(../images/common/ico_arrow01.svg) 10px 20px no-repeat;
  margin: 0;
  padding: 13px 0 7px 24px;
  color: #333;
  font-size: 1.6rem;  
  line-height: 1.6;
}
.information_list-area dd {
  padding: 13px 20px 7px 180px;
  border-bottom: 1px dotted #ccc;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  text-indent: -1.6rem;
}
.information_list-area dd a {
  color: #333;
}
.information_list-area dd a:hover {
  color: #3875e3;
  text-decoration: none;
}
.information_list-area dd:after {
  content: "";
  display: block;
  clear: both;
}
.information_list-area dd .new {
  margin: 0 0 0 10px;
  padding: 0 6px 2px;
    background-color: #3875E3;

  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  vertical-align: baseline;
}
@media (max-width: 767.98px) {
  .information_list-area dt {
    float: none;
  }
  .information_list-areaa dd {
    padding: 0 0 8px 38px;
  }
}
/* 詳細ページ（single）*/
.information_list-area p.date {
  display: flex;
  align-items: center;
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px dotted #ccc;
  margin: 0;
  padding: 13px 0 7px 4px;
  color: #333;
  font-size: 1.6rem;  
  line-height: 1.6;
}
.information_list-area p.date .new {
  margin: 0 0 0 10px;
  padding: 0 6px 2px;
    background-color: #3875E3;

  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  display: flex;
  align-items: center;
}
.information_list-area h2.information-title {
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 3px solid #3875e3;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: left;
}
.information_list-area .post p {
  font-size: 1.6rem;
  line-height: 1.8;
}
/*----------------------------------------------------
  ローカルナビ
----------------------------------------------------*/
.l-nav {
  margin: 0;
}
.l-nav h4 {
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 3px solid #3875E3;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.0;
}
.l-nav ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  font-size: 1.0em;
  line-height: 1.0;
}
.l-nav ul li {
  margin: 0;
}
.l-nav ul li a span {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.l-nav ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 12px 13px 12px;
  border-bottom: 1px dotted #ccc;
  color: #333;
}
.l-nav ul li:hover,
.l-nav ul li.active,
.l-nav ul li a:hover,
.l-nav ul li.active a {
  background: #3875E3;
  color: #fff;
  text-decoration: none;
}
/*----------------------------------------------------
  パギネーション	
----------------------------------------------------*/
.pagination {
  clear: both;
  margin-top: 60px;
}
.pagination .tablenav {
  margin: 20px auto 0;
  color: #666;
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: center;
}
.pagination a.page-numbers {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
}
.pagination .tablenav .current {
  padding: 10px;
  background: #3875E3;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  padding: 10px;
  background: #3875E3;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.pagination .tablenav .next,
.pagination .tablenav .prev {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .tablenav .next,
  .pagination .tablenav .prev {
    display: inline;
  }
}
/*----------------------------------------------------
  ポストナビ
----------------------------------------------------*/
.post-navi {
  margin: 0 0 30px;
  padding: 12px 26px 1px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 4px;
}
.post-navi:after {
  content: "";
  display: block;
  clear: both;
}
.post-navi span.prev {
  position: relative;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
.post-navi span.prev:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3875E3;
  border-right: 1px solid #3875E3;
  transform: rotate(225deg);
}
.post-navi span.next {
  position: relative;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
.post-navi span.next:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3875E3;
  border-right: 1px solid #3875E3;
  transform: rotate(45deg);
}
/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
.table01 table {
  margin: 0 0 30px;
  border: none;
}
.table01 table tr {
  border-bottom: 1px solid #cbcbcb;
}
.table01 table tr th,
.table01 table tr td {
  background: #fcfaf4;
  padding: 20px 20px 20px 0;
  font-weight: normal;
  border: none;
  font-size: 1.6rem;
  vertical-align: top;
  text-align: left;
}
.table01 table tr th {
  width: 20%;
  white-space: nowrap;
}
/*----------------------------------------------------
  Googleマップ
----------------------------------------------------*/
/*-- GoogleMap --*/
.map iframe {
  width: 100%;
  height: 40rem;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.map iframe:not( .is-loaded ) {
  background-color: #ddd !important;
  -webkit-animation: fade-in-out 1s linear infinite;
  animation: fade-in-out 1s linear infinite;
}
/*----------------------------------------------------
  不要PC回収・データ消去
----------------------------------------------------*/
ul.collect-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.collect-list li {
  flex: 0 0 calc(25% - 2rem);
  margin: 0 1rem;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
.collect-list li::before {
  content: "";
  width: 0.4em;
  height: 2px;
  background-color: #3875e3;
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media (max-width: 991.98px) {
  .collect-list li {
    flex-basis: calc(33.3333% - 2rem);
  }
}
@media (max-width: 767.98px) {
  .collect-list li {
    flex-basis: calc(50% - 2rem);
  }
}
@media (max-width: 575.98px) {
  .collect-list li {
    flex-basis: calc(100% - 2rem);
  }
}
/*----------------------------------------------------
  お問い合わせ
----------------------------------------------------*/
table.tbl-form {
  width: 800px;
  max-width: 100%;
}
.tbl-form th,
.tbl-form td {
  padding: 1.5rem 0;
  background: none;
}
.tbl-form th {
  width: 250px;
  position: relative;
  padding-right: 6rem;
  padding-top: 3rem;
}
.tbl-form p {
  margin-bottom: 0 !important;
}
.tbl-form th p {
  font-weight: 700;
}
span.required {
  display: inline-block;
  color: #f00;
  position: absolute;
  right: 2rem;
  font-size: 0.8em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
}
.button-area {
  text-align: center;
}
.wpcf7-form .check-privacy {
  text-align: center;
  margin: 2rem 0 3rem;
}
.wpcf7-form .check-privacy input[type="checkbox"] {
  scale: 1.5;
  margin-right: 1rem;
}
.wpcf7-form .check-privacy a {
  text-decoration: underline;
  color: #222;
}
.wpcf7-form .check-privacy a:hover{
  text-decoration: none;
}
.button-area .wpcf7-submit {
  border: none;
  text-decoration: none !important;
  background-color: #3875E3;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  width: 160px;
  padding: 1.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.1s;
  cursor: pointer;
}
.button-area .wpcf7-submit:hover {
  background-color: #215dc7;
}
.button-area .wpcf7-submit:disabled,
.button-area .wpcf7-submit:disabled:hover {
  background-color: #7a7b7c;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.wpcf7-form .wpcf7-response-output {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .tbl-form th,
  .tbl-form td {
    display: block;
    width: 100%;
    float: left;
    padding: 1rem 0;
  }
  .tbl-form th {
    padding-bottom: 0;
  }
  .tbl-form td {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
  span.required {
    position: static;
    margin-left: 1rem;
  }
  .button-area .wpcf7-submit {
    font-size: 1.8rem;
    padding: 1.2rem;
    padding-right: calc(1.2rem - 0.2em);
    width: 140px;
  }
}

.kadomaru img {
  border-radius: 30px;  
}
/*----------------------------------------------------
  会社案内
----------------------------------------------------*/
.tbl-office table {
  margin-bottom: 1.5rem !important;
}
.tbl-office td {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #CBCBCB !important;
  padding-top: 0.7em !important;
  padding-bottom: 0.7em !important;
}
.tbl-office td.cell-first {
  border-top: 1px solid #CBCBCB !important;
}
.tbl-office td.cell-child {
  border-bottom: 0 !important;
}
.tbl-office td.cell-name {
  width: 240px;
  padding-left: 1.5em !important;
}
.tbl-office td.cell-name-child {
  padding-left: 2.5em !important;
}
.tbl-office td:first-child {
  font-weight: 700;
}
.tbl-office td.cell-tel {
  width: 182px;
}
.tbl-office td.cell-link {
  width: 122px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tbl-office td.cell-link a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #3E3E3E;
  text-align: center;
  padding: 1rem 0;
  border-radius: 5rem;
  transition: 0.3s ease-in-out;
}
.tbl-office td.cell-link a:hover {
  background-color: #3875e3;
  color: #fff;
}
.tbl-office td.cell-link a::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: url(../images/common/ico_window_hover.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  margin-top: -0.1em;
}
p.company-office-title {
  padding: 0.7em 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
p.company-department-title {
  display: inline-block;
  border: 2px solid #ccc;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.3em 1.5em;
  margin-top: 1em;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .tbl-office td {
    width: 100% !important;
    float: left;
    padding-top: 0.5em !important;
    border-bottom: 0 !important;
  }
  .tbl-office td:first-child {
    padding-top: 1em !important;
    padding-bottom: 0 !important;
  }
  .tbl-office tr:first-child td.cell-first:nth-child(n+2) {
    border-top: 0 !important;
  }
  .tbl-office td:last-child {
    border-bottom: 1px solid #CBCBCB !important;
  }
  .tbl-office td.cell-tel {
    padding-top: 0 !important;
    width: 50% !important;
  }
  .tbl-office td.cell-link {
    padding: 0 0.5em 1em !important;
  }
  .tbl-office td.cell-name,
  .tbl-office td.cell-name-child {
    padding-left: 0.5em !important;
  }
}
@media (max-width: 767.98px) {
  p.company-office-title,
  p.company-department-title {
    font-size: 1.4rem;
  }
}