@charset "utf-8";
/* 下層タイトル */
.head-title {
  padding: 41px 0px 39px;
  background: #fff;
}
.headtitle-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.25;
}
.child-fv-subtitle {
  font-size: 15px;
  padding-left: 3px;
  font-family: 'Ubuntu', sans-serif;
  color: #339599;
  letter-spacing: 0.05em;
}
.uppercase {
  text-transform: uppercase;
}
/* 下層タイトル */
/* パンくず */
.breadcrumb-wrap {
  background: #F9F9F9;
}
#breadcrumb ul {
	list-style: none;
  padding-left: 0;
	margin-bottom: 0;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#breadcrumb ul li:not(:last-child) {
	padding-right: 30px;
	position: relative;
}
#breadcrumb ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
/* アーカイブ */
.tablenav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3px;
  font-family: 'Ubuntu', sans-serif;
}
.tablenav .page-numbers {
  display: inline-block;
  color: #CDCDCD;
  font-size: 1.125rem;
  padding: 10px;
}
.tablenav .current {
  color: #339599;
}
.tablenav .page-numbers.prev, .tablenav .page-numbers.next {
  width: 23px;
  height: 23px;
  background: #339599;
  border-radius: 50%;
  position: relative;
}
.tablenav .page-numbers.prev {
  margin-right: 20px;
}
.tablenav .page-numbers.next {
  margin-left: 20px;
}
.tablenav .page-numbers.prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.tablenav .page-numbers.next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 41%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
aside .aside-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 10px;
}
aside ul {
  list-style: none;
  padding-left: 0;
}
aside  ul > li > a {
  display: block;
  padding: 15px 28px 15px 0;
  font-size: 15px;
  border-bottom: 1px solid #dcdcdc;
}

@media all and (min-width: 992px) {
  .sidebar-inner {
    position: sticky;
    top: 100px;
  }
}
.sidebar .sub-menu {
  display: none;
}
.sidebar .current_page_ancestor .sub-menu {
  display: block;
}
.sidebar .sub-menu li:first-child a {
  padding-top: 10px;
}
.sidebar .sub-menu li:last-child a {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.sidebar .sub-menu li a {
  display: block;
  padding: 4px 0 4px 1rem;
}
.sidebar li.current-page-ancestor > a,
.sidebar li.menu-item.current-menu-item > a,
.current_page_ancestor > a,
.current_page_parent > a, .page-id-1381 .medical-top > a,
footer .current_page_item > a, footer .current-menu-item > a,
footer .current-page-ancestor > a, footer .current-menu-ancestor > a,
.single-news .footer-news-parent > a,
.tax-manual_category .footer-support-parent > a,
.tax-manual_category .footer-manual > a,
.single-manual .footer-support-parent > a,
.single-manual .footer-manual > a,
.mcs-parts .footer-support-parent > a, .mcs-parts .footer-mcs > a {
  color: #339599;
  font-weight: 700;
}
.currentcat-newitem .footer-newitem a,
.currentcat-newsrelease .footer-newsrelease a,
.currentcat-notice .footer-notice a,
.currentcat-important .footer-important a {
  color: #339599;
  font-weight: 700; 
}
.sidebar ul > li:not(.menu-item-has-children).menu-item > a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #339599;
  border-right: 1px solid #339599;
}
.sidebar li {
  position: relative;
}
.sidebar .accordionBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 33px;
  height: 55px;
  cursor: pointer;
}
aside ul li a p {
  font-size: 15px;
  margin-bottom: 0;
}
.archive-date {
  color: #666;
  margin-right: 8px;
}
aside ul li .cat-label {
  font-size: 13px;
  padding: 1px 5px;
  min-width: 60px;
  line-height: 1.4;
}
.sidesearch-wrap form {
  display: flex;
}
.sidebar-input {
  width : -webkit-calc(100% - 53px);
  width : calc(100% - 53px);
  margin-right: 5px;
}
.sidesearch-wrap #submit {
  width: 48px;
  color: #fff;
  background: #707070;
  border: none;
  border-radius: 3px;
  transition: .3s;
}
.sidesearch-wrap #submit:hover {
  opacity: .7;
}
ul.sidebar-child li a {
  position: relative;
  padding-left: 25px;
}
ul.sidebar-child li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -0.5px;
  width: 10px;
  height: 1px;
  background-color: #444;
}
ul.post-list-line {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.post-list-line li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}
.post-date {
  font-size: 14px;
}
.cat-label {
  display: inline-block;
  color: #339599;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  padding: 1px 8px 0;
  border-radius: 2px;
  border: 1px solid #339599;
  min-width: 72px;
  margin: 0 4px 4px 0;
}
ul.post-list-line .post-title {
  font-size: 1.125rem;
  margin-bottom: 3px;
}
.archive-subtitle {
  font-size: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
.archive-subtitle::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 128px;
  max-width: 25%;
  height: 1px;
  background-color: #339599;
}
.blog-thumbbox img, .blog-thumbbox-line img {
	width: 100%;
}
.card-border {
	border: 1px solid #009250;
}
.single-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.paging {
  border-top: 1px solid #bcb3b3;
}
.paging .nextsingle, .paging .prevsingle, .paging a {
  display: block;
  width: 60px;
}
/* 固定ページ */
/* 共通テンプレ */

.child-page h1, .child-page h2, .child-page h3, .child-page h4, .child-page h5,
.ttl-pattern-1, .ttl-pattern-2, .ttl-pattern-3, .ttl-pattern-4, .ttl-pattern-5 {
  font-weight: 700;
  line-height: 1.46;
}
.child-page h1, .ttl-pattern-1 {
  font-size: 1.73rem;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  margin-top: 16px;
  width: max-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.child-page h1::after, .ttl-pattern-1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #339599;
} 
.child-page h2, .ttl-pattern-2 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 70px;
  margin-bottom: 40px;
}
.child-page h2::after, .ttl-pattern-2::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 25%;
  max-width: 128px;
  height: 1px;
  background-color: #339599;
}
.child-page h2.green, .ttl-pattern-2.green {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  /*position: relative;*/
  padding: 10px 10px 10px 22px;
  /*border-bottom: 1px solid #CDCDCD;*/
  border: none;
  margin-top: 35px;
  margin-bottom: 25px;
  background-color: #EFF9F8;
  border-left: 3px solid #339599;
}
.child-page h2.green::after, .ttl-pattern-2.green::after{
  display: none;
}
.child-page h2.green.global-head:first-of-type, .ttl-pattern-2.green.global-head:first-of-type {
  margin-top: 5px;
}
.child-page h2.green.global-head:first-of-type{
  margin-top: 5px;
}
/*.child-page h3 {
  font-size: 1.33rem;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 22px;
  border-left: 3px solid #339599;
  background-color: #F4FAF3;
  margin-top: 98px;
  margin-bottom: 35px;
}*/
.child-page h3, .ttl-pattern-3 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-left: 1px solid #339599;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 23px;
}
/*.child-page h4 {
  font-size: 1.2rem;
  border-left: 1px solid #339599;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 18px;
  margin-top: 35px;
  margin-bottom: 30px;
}*/
.child-page h4, .ttl-pattern-4 {
  font-size: 1.06rem;
  position: relative;
  /*border-left: 1px solid #339599;*/
  padding-top: 3px;
  padding-bottom: 10px;
  /*padding-left: 18px;*/
  margin-top: 15px;
  margin-bottom: 15px;
}
.child-page h4::after, .ttl-pattern-4::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  /*z-index: 2;*/
  content: '';
  width: 50px;
  max-width: 128px;
  height: 1px;
  background-color: #339599;
}
.child-page h5, .ttl-pattern-5 {
  font-size: 1.03rem;
  padding-bottom: 5px;
  /*border-bottom: 1px solid #CDCDCD;*/
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-news .child-page h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.07rem;
}
.single-news .child-page h4 {
  margin-top: 2.3rem;
}
.single-news .child-page h5 {
  margin-top: 2.2rem;
}
p.sawarabi-large {
  font-size: 1.75rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.78;
  text-align: left;
  display: inline-block;
  margin: 0px auto;
  /*marginを40px→0pxに変更*/
}
p.sawarabi-large-l {
  font-size: 1.867rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.78;
  text-align: left;
  display: inline-block;
  margin: 0px auto;
  /*marginを40px→0pxに変更*/
}
p.sawarabi-philosophy, .child-page p.sawarabi-philosophy {
  font-size: 1.5rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.78;
  display: inline-block;
}
.child-page p.philosophy-text {
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  line-height: 1.78;
  display: inline-block;
}
.child-page p {
  line-height: 2;
}
.child-page ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}
.child-page ol li {
  padding-bottom: 15px;
  padding-left: 21px;
  line-height: 1.3;
  position: relative;
}
.child-page ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  top: 0;
  left: 2px;
}
.child-page ul, .list-standard {
  list-style: none;
  padding-left: 0;
}
.child-page ul li, .list-standard li {
  padding-bottom: 15px;
  padding-left: 21px;
  line-height: 1.3;
  position: relative;
}
.child-page ul li::before, .list-standard li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #339599;
  border-radius: 50%;
}
.child-page table.border-all, .child-page tbody ,.child-page tr {
  width: 100%;
}
.child-page table.border-all, figure:not(.is-style-stripes).wp-block-table table, figure:not(.is-style-mini).wp-block-table table {
  margin-top: 15px;
  margin-bottom: 20px;
}
.child-page table.border-all, .child-page table.border-all th, .child-page table.border-all td,
figure:not(.is-style-stripes).wp-block-table table, figure:not(.is-style-stripes).wp-block-table table th, figure:not(.is-style-stripes).wp-block-table table td,
figure:not(.is-style-mini).wp-block-table table, figure:not(.is-style-mini).wp-block-table table th, figure:not(.is-style-mini).wp-block-table table td {
  border: 1px solid #CDCDCD;
  border-collapse: collapse;
}
.child-page table.border-all th, .child-page table.border-all td,
figure:not(.is-style-stripes).wp-block-table table th, figure:not(.is-style-stripes).wp-block-table table td, figure:not(.is-style-mini).wp-block-table table td {
  padding: 16px 15px;
}
.child-page table.border-all th, figure:not(.is-style-stripes).wp-block-table table th,, figure:not(.is-style-mini).wp-block-table table th {
  font-weight: 700;
  width: 200px;
}
table.border-all tr:first-child, figure:not(.is-style-stripes).wp-block-table table tr:first-child, figure:not(.is-style-mini).wp-block-table table tr:first-child {
  background: #F8F8F8;
}
table.border-all tr th:first-child, figure:not(.is-style-stripes).wp-block-table table tr th:first-child, figure:not(.is-style-mini).wp-block-table table tr th:first-child {
  width: 32%;
}
table.border-few, figure.wp-block-table.is-style-stripes table, figure.wp-block-table.is-style-mini table {
  margin-top: 15px;
  margin-bottom: 20px;
}
table.border-few, table.border-few tbody, table.border-few tr,
figure.wp-block-table.is-style-stripes table, figure.wp-block-table.is-style-stripes table tbody, figure.wp-block-table.is-style-stripes table tr,
figure.wp-block-table.is-style-mini table tbody, figure.wp-block-table.is-style-mini table tr {
  width: 100%;
}
figure.wp-block-table.is-style-mini table {
  width: auto;
}
figure.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
figure.wp-block-table.is-style-mini tbody tr:nth-child(odd) {
  background-color: transparent;
}
table.border-few tr:first-child, figure.wp-block-table.is-style-stripes table tr:first-child,
figure.wp-block-table.is-style-mini table tr:first-child {
  background: #F8F8F8;
}
table.border-few th, figure.wp-block-table.is-style-stripes table th, figure.wp-block-table.is-style-mini table th {
  font-weight: 700;
}
table.border-few th, table.border-few td,
figure.wp-block-table.is-style-stripes table th, figure.wp-block-table.is-style-stripes table td {
  padding: 16px 15px;
}
figure.wp-block-table.is-style-mini table th, figure.wp-block-table.is-style-mini table td {
  padding: 5px 7px;
}
figure.wp-block-table.is-style-stripes table tr th, figure.wp-block-table.is-style-stripes table tr td,
figure.wp-block-table.is-style-mini table tr th, figure.wp-block-table.is-style-mini table tr td {
  border-color: transparent;
}
figure.wp-block-table.is-style-mini table {
    margin-top: 5px;
    margin-bottom: 5px;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
table.border-few tr:not(:first-child),
figure.wp-block-table.is-style-stripes table tr:not(:first-child) td, figure.wp-block-table.is-style-stripes table tr:not(:first-child) th,
figure.wp-block-table.is-style-mini table tr:not(:first-child) td, figure.wp-block-table.is-style-mini table tr:not(:first-child) th {
  border-bottom: 1px solid #CDCDCD;
}
.category-label {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 14px;
  border-radius: 4px;
  color: #fff;
  padding: 2px 7px;
  height: 25px;
}
.global-content .category-label {
  min-width: 46px;
  text-align: center;
}
.child-page dl {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.child-page dt, .child-page dd {
  padding: 16px 15px;
  line-height: 1.5;
}
.child-page dt {
  width: 137px;
  min-width: 137px;
  border-bottom: 1px solid #CDCDCD;
}
.child-page dd {
  width : -webkit-calc(100% - 137px);
  width : calc(100% - 137px);
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 0;
}
.common-btn, .wp-block-button a.wp-block-button__link {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  padding: 7px 30px 7px 14px;
  display: inline-block;
  min-width: 185px;
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 9999px;
  position: relative;
  max-width: 100%;
}
.common-btn {
  margin-bottom: 0.5em;
}
.common-btn::after, a.wp-block-button__link::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url(./images/common/icon-normal-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: .3s;
}
.common-btn:hover, a.wp-block-button__link:hover {
  opacity: 1;
  color: #fff;
  background: #339599;
  border-color: #339599;
}
.common-btn:hover::after, a.wp-block-button__link:hover::after {
  background-image: url(./images/common/icon-normal-white.svg);
}
.common-btn.icon-newtab::after, .icon-newtab a.wp-block-button__link::after {
  height: 8px;
  background-image: url(./images/common/icon-newtab-green.svg);
}
.common-btn.icon-newtab:hover::after, .icon-newtab a.wp-block-button__link:hover::after{
  background-image: url(./images/common/icon-newtab-white.svg);
}
.common-btn.icon-pdf::after, .icon-pdf a.wp-block-button__link::after {
  width: 11px;
  height: 16px;
  background-image: url(./images/common/icon-pdf-green.svg);
}
.common-btn.icon-pdf:hover::after, .icon-pdf a.wp-block-button__link:hover::after {
  background-image: url(./images/common/icon-pdf-white.svg);
}

.wp-block-button.icon-newtab-reverse a.wp-block-button__link {
  color: #fff;
  background: #339599;
  border-color: #339599;
}
.wp-block-button.icon-newtab-reverse a.wp-block-button__link:hover {
  color: #000;
  background: #fff;
  border-color: #B2B2B2;
}
.wp-block-button.icon-newtab-reverse a.wp-block-button__link::after {
  background-image: url(./images/common/icon-newtab-white.svg);
  height: 8px;
}
.wp-block-button.icon-newtab-reverse a.wp-block-button__link:hover::after {
  background-image: url(./images/common/icon-newtab-green.svg);
}
.wp-block-separator.is-style-wide {
  border-color: #CDCDCD;
  max-width: 100%;
}
.wp-block-separator.is-style-widethick {
  width: 100%!important;
  height: 4px;
  max-width: 100%;
  color: #cdcdcd;
}
.wp-block-separator {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-columns {
    gap: 15px;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
  margin-left: 0;
}
.small-btn {
  min-width: auto;
  font-size: 14px;
  letter-spacing: -.05em;
  padding: 5px 20px 5px 10px;
}
.small-btn::after {
  right: 6px;
}
/* 動画埋め込み */
.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.is-type-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* //動画埋め込み */
.btn1 {
  color: #FFFFFF;
  background: #444;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; 
  min-width: 150px;
  padding: 6px 20px;
  font-size: 1.125rem;
  max-width: 100%;
  font-weight: 700;
  border-radius: 5px;
}
.btn1:hover {
  color: #FFFFFF;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 40%);
}
.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 30%);
}
.btn2 {
  font-weight: 700;
  color: #444;
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block; 
}
.btn2:hover {
  color: #444;
}
.btn2::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #444;
}
button.btn {
  border: 1px solid #ccc;
}
.common-gray-box {
  padding: 1.06rem;
  background-color: #F9F9F9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.common-gray-box2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.common-gray-box2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 1.5rem);
  height: 100%;
  background-color: #F9F9F9;
  z-index: -1;
}
/*-------------philosophy（開始）----------------*/
.philosophy hr.alignwide {
  margin-right:0 ;
  margin-left: 0;
}
/*-------------philosophy（終了）----------------*/
/*-------------company（開始）----------------*/
h2.simple-h2 {
  border-bottom: none;
  font-size: 1.87rem;
}
h2.simple-h2:after {
  display: none;
}
span.e-company-h2 {
  font-size: 10px;
  border-bottom: solid 1px #339599;
  padding-bottom: 5px;
  margin-left :12px;
}
.r-caption figcaption {
  text-align: right;
  /*margin-top: 15px;*/
  font-size: 1rem;
}
.r-caption figcaption::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #339599;
    border-top: 1px solid #339599;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 6px;
    margin-right: 4px;
}
/*-------------company（終了）----------------*/
/*-------------global（開始）----------------*/
h1.company-h1 {
  margin-top: 30px;
}
/*--------globalカスタムフィールド------------*/
span.sale {
  background-color: #BF5656;
  /*margin-top: 15px;*/
}
span.manufacturing {
  background-color: #E2B14F;
  /*margin-top: 15px;*/
}
span.trade {
  background-color: #6FB2CB;
  /*margin-top: 15px;*/
}
.global-content dd.linknewtab .cfs-hyperlink::after {
    content: url(./images/common/icon-newtab-green.svg);
    top: 5px;
    right: 0;
    width: 10px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
}
.global-content dd.linknewtab .cfs-hyperlink {
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
/*--------globalカスタムフィールド-----------(終了)*/
/*--------tableストライプ上段調整-----------*/
figure.w-table {
  border-bottom:none !important;
}
figure.w-table table tr:first-child {
  background-color: #fff !important;
  border-bottom: 1px solid #CDCDCD;
}
table.w-table tr:first-child,
figure.w-table table tr:first-child td, figure.w-table table tr:first-child th{
  border-bottom: 1px solid #CDCDCD;
}
figure.w-table tr td:first-child {
  width: 25%;
}
figure.w-table tr td:last-child{
  width: 75%;
}
/*--------tableストライプ上段調整-----------(終了)*/
/*-------------global（終了）----------------*/
/*-------------社長メッセージ（開始）----------------*/
.image-size-fix {
  padding:0 0 calc(380/825*100%) !important;
  min-height: 0 !important;
}
.image-size-fix .wp-block-cover__inner-container{
  position: absolute;
  padding: 0;
  top: 40%;
}
.president {
  padding-right: 5rem;
}
.president-name {
  font-size: 1.47rem;
}
figure.president-table {
  border-bottom:none !important;
}
figure.president-table table tr:first-child {
  background-color: #F9F9F9 !important;
  border-bottom:0px none;
}
table.president-table tr:first-child,
figure.president-table table tr:first-child td, figure.president-table table tr:first-child th{
  border-bottom:0px none;
}
.message figure.president-table.is-style-stripes table tr:not(:first-child) td {
  border-bottom:0px none;
  /*padding: 0;*/
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.message figure:not(.is-style-mini).wp-block-table table td {
  border-bottom:0px none;
  /*padding: 0;*/
  padding-top: 1rem;
  padding-bottom: 1rem;
}/*-------------社長メッセージ（終了）----------------*/
.message figure:not(.is-style-mini).wp-block-table table {
  border: 0px none;
}
.message figure.president-table {
  background-color: #F9F9F9;
  padding: 1rem 2rem;
  max-width: 75%;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*-------------社長メッセージ（終了）----------------*/
/*--------金型事業部-----------(開始）*/
.page-child .metal-contact-section {
  background-color: #F9F9F9;
}
p.metal-e {
  font-size: 14px;
  color: #339599;
}
h2.metal-h2 {
  border: none;
  font-size: 1.8rem;
}
h2.metal-h2:after {
  display: none;

}
.l-caption figcaption {
  text-align: left;
  margin-top: 15px;
  font-size: 1rem;
}
.space-caption figcaption {
  letter-spacing: -0.4px;
}
.bl-btn {
    background-color: #838383;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    margin-right: 10px;
}
.m-photowrap {
  background-color: #F9F9F9;
  padding: 16px 8px 0 8px;
}
h1.metal-h1 {
  margin-bottom: 70px !important;
  padding-bottom: 15px;
}
h3.metal-h3 {
  margin-bottom: 33px;
  padding-bottom: 0px;
  margin-top: 52px;
}
h4.metal-h4 {
  font-size: 1rem;
  border: none;
  padding-left: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 4px;
}
h4.metal-h4:after {
  display: none;
}

.m_equipment table.border-all tr th:first-child, .m_equipment figure:not(.is-style-stripes).wp-block-table table tr th:first-child {
  width: 23%;
}
.m_equipment table.border-all tr th:nth-child(2), .m_equipment figure:not(.is-style-stripes).wp-block-table table tr th:nth-child(2) {
  width: 17%;
}
.m_equipment table.border-all tr th:nth-child(3), .m_equipment figure:not(.is-style-stripes).wp-block-table table tr th:nth-child(3) {
  width: 21%;
}
.m_equipment table.border-all tr th:nth-child(4), .m_equipment figure:not(.is-style-stripes).wp-block-table table tr th:nth-child(4) {
  width: 9%;
}
.m_equipment table.border-all tr th:last-child, .m_equipment figure:not(.is-style-stripes).wp-block-table table tr th:last-child {
  width: 30%;
}

.m_equipment .s-table.border-all tr th:first-child, .m_equipment figure:not(.is-style-stripes).wp-block-table .s-table tr th:first-child {
  width: 28%;
}
.m_equipment .s-table.border-all tr th:nth-child(2), .m_equipment figure:not(.is-style-stripes).wp-block-table .s-table tr th:nth-child(2) {
  width: 29%;
}
.m_equipment .s-table.border-all tr th:nth-child(3), .m_equipment figure:not(.is-style-stripes).wp-block-table .s-table tr th:nth-child(3) {
  width: 31%;
}
.m_equipment .s-table.border-all tr th:nth-child(4), .m_equipment figure:not(.is-style-stripes).wp-block-table .s-table tr th:nth-child(4) {
  width: 12%;
}
.m-movie video{
  height: 250px;
  margin-bottom: 15px;
}
h1.m-fv {
  text-align: left !important;
  font-size: 2.13rem;
  color: #fff !important;
  margin-top: 85px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h1.m-fv:after {
  display: none;
}
h2.m-fv-h2{
  border-bottom: none;
  margin-top: 30px;
  margin-bottom: 7px;
}
h2.m-fv-h2:after {
  display: none;
}
p.metal-e-fv {
  font-size: 14px;
  color: #339599 !important;
  z-index: 3;
  margin-top: 5px;
  margin-bottom: 15px;
}
.m_top_link {
  margin-top: 110px;
  margin-bottom: 5px;
  justify-content: space-between;
}
.page-id-440 .wp-block-cover__inner-container {
  /*max-width: 950px !important;*/
  
}
.page-id-440 main section:first-of-type {
  background-color: #F9F9F9;
}
.wp-block-cover .has-background-dim:not(.has-background-gradient):before {
  z-index: 0;
  opacity: 1;
}
.page-id-440 main .container:first-child {
  padding-top: 0px !important;
}
/*-------------医療機器（開始）----------------*/
p.linkblue a,
.linkblue td a{
  color: #2271b1;
}
.linkblue td a {
  min-width: auto;
  letter-spacing: -4px;
}
.linkblue td {
  padding: 4px 2px !important;
  letter-spacing: -1px;
}
.min-caption figcaption {
  font-size: 0.7rem;
  letter-spacing: -1.1px;
  text-align: left;
}
.linkblue figcaption a {
  color: #2271b1;
}
.white-table tr td {
  background-color: #fff;
  padding: 5px !important;
  letter-spacing: -0.5px;
}
/*-------------医療機器（終了）----------------*/
/*-------------プラスチック（開始）----------------*/
h1.pra-h1 {
  margin-top: 30px;
  margin-bottom: 50px;
}
h1.m-pra-h1 {
  margin-top: 30px;
  margin-bottom: 35px;
}
h2.pra-h2 {
  margin-bottom: 20px;
}
h2.m-pra-h2 {
  margin-top: 133px;
  margin-bottom: 25px;
}
h3.pra-h3 {
  margin-top: 90px;
  margin-bottom: 30px;
}
h3.pra-product-h3 {
  margin-top: 80px;
  margin-bottom: 30px;
}

h3.pra-back-h3 {
  background-color: #F5F5F5;
  border-left: none;
  color: #339599;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}
h3.pra-back-green-h3 {
  background-color: #F5F5F5;
  color: #339599;
  border-left: none;
  color: #339599;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 50px;
}
/*h3.pra-back-h3:after {
  display: none;
}*/
h4.pra-back-green-h4 {
  background-color: #F5F5F5;
  color: #339599;
  border-bottom: none;
  color: #339599;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  margin-bottom: 19px;
  margin-top: 37px;
}
h4.pra-back-green-h4:after {
  display: none;
}
h4.pra-back-h4 {
  padding: 12px 15px;
  background-color: #ECECEC;
}
h4.pra-back-h4:after {
  display: none;
}
h4.pra-kasyoku-h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
h4.pra-kasyoku-h4:after {
  display: none;
}
p.gray-ellipse {
  background-color: #F5F5F5;
  padding: 0px 10px;
  border-radius: 30px;
}
.pra-boxline {
  border: solid 1px #CDCDCD;
  padding: 17px;
  margin-bottom: 17px;
}
.encircled-number {
  border-radius: 50%;
  border: solid 1px #CDCDCD;
  width: 23px;
  height: 23px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px;
  line-height: 1.3;
}
.pra-wrap1 {
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 11px 8px;
  letter-spacing: -1.5px;
}
.pra-wrap2 {
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 11px 8px;
  line-height: 4!important;
}
.p_youtube_size {
  font-size: 13px !important;
}
.plastic01_1 figure.pra-table table tbody tr:not(:first-child) td:first-child {
  border-right: dotted 1px #C0C0C0;
}
.plastic01_1 figure:not(.is-style-mini).wp-block-table table td{
  border: 0px none;
}
.plastic01_1 figure:not(.is-style-mini).wp-block-table table{
  border: 0px none;
}
.plastic01_2 figure.pra-table table tbody tr td:not(:last-child) {
  border-right: dotted 1px #C0C0C0;
}
.plastic01_2 figure:not(.is-style-mini).wp-block-table table td{
  border: 0px none;
}
.plastic01_2 figure:not(.is-style-mini).wp-block-table table{
  border: 0px none;
}
/*.plastic01_1 .wp-block-table td {
  border: none;
}*/
.plastic01_1 .pra-table td:first-child {
  width: 35%;
}
.plastic01_2 .pra-table td:first-child {
  width: 41%;
}
.plastic01_2 .pra-table td:nth-child(2) {
  width: 11.6%;
}
.plastic04_2 figure.pra-table table tbody tr:not(:first-child) td:not(:last-child) {
  border-right: dotted 1px #C0C0C0;
}
.plastic04_2 figure:not(.is-style-mini).wp-block-table table td{
  border: 0px none;
}
.plastic04_2 figure:not(.is-style-mini).wp-block-table table{
  border: 0px none;
}
.plastic04_2 figure.wp-block-table.is-style-stripes table tr:first-child{
  background-color: #ECECEC;
}
.plastic04_2 .pra-table td:first-child {
  width: 19.4%;
  padding-left: 0px;
}
.plastic04_2 .pra-table td:nth-child(2) {
  width: 23.3%;
}
.plastic04_2 .pra-table td:nth-child(3) {
  width: 29.1%;
}
.plastic04_2 .pra-table td:nth-child(4) {
  width: 28.2%;
}

.plastic05 figure.pra-table table tbody tr td:not(:last-child) {
  border-right: dotted 1px #C0C0C0;
}

.plastic05 .pra-table table tbody tr td:first-child {
  width: 27.4%;
}
.plastic05 .pra-table table tbody tr td:nth-child(2) {
  width: 51.4%;
}
.plastic05 figure:not(.is-style-mini).wp-block-table table td{
  border: 0px none;
}
.plastic05 figure:not(.is-style-mini).wp-block-table table{
  border: 0px none;
}
.plastic05 figure.wp-block-table.is-style-stripes table tr:first-child td{
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
.m-pra-f16 {
  font-size: 16px;
}
.common-btn.arrow-under::after, a.wp-block-button__link.arrow-under::after {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
}
/*-------------プラスチック（終了）----------------*/
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  .plastic04_2 .pra-table td:first-child {
    width: 14.4%;
    padding-left: 0px;
}
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
  /*span.sale {
    margin-top: 33px;
  }
  span.manufacturing {
    margin-top: 33px;
  }
  span.trade {
    margin-top: 33px;
  }*/

/*--------金型事業部-----------(開始）*/
  .m-wrap {
    display: block;
  }
  .m-text {
    flex-basis: 100%;
  }
  .m-h-photo {
    flex-basis: 100%;
    max-width: 100%;
    
  }
  .m-h-photo.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
     margin-left: 0 !important;
  }
  .m-tec-wrap {
    margin-bottom: 0;
  }
  h2.m-fv-h2 {
    width: 100% !important;
  }
  p.m-wp {
    width: 80% !important;
  }


   
   
/*--------金型事業部-----------(終了）*/
/*-------------社長メッセージ（開始）----------------*/
.message figure:not(.is-style-mini).wp-block-table table td {
  border-bottom:0px none;
  /*padding: 0;*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  }
.message figure.president-table {
  padding: 0;
  max-width: 100%;
}
.message figure.president-table.is-style-stripes table tr:not(:first-child) td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}/*-------------社長メッセージ（終了）----------------*/
}


/*デスクトップまで*/

@media all and (max-width: 1199px) {
  /* 共通 */
  .child-page p.sawarabi-large {
    font-size: 1.5rem;
  }
  p.sawarabi-philosophy, .child-page p.sawarabi-philosophy {
    font-size: 1.25rem;
  }
  /* //共通 */
  .child-page p.sawarabi-large-l {
    font-size: 1.5rem !important;
  }
}


@media all and (max-width: 991px) {

}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .child-page p.philosophy-text {
     font-size: 1.25rem;
  }
  /* 下層タイトル */
  .head-title {
    padding: 20px 0px 18px;
  }
  .headtitle-title {
    font-size: 20px;
  }
  .child-fv-subtitle {
    font-size: 9px;
  }
  /* //下層タイトル */
  /* パンくず */
  #breadcrumb ul li {
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #breadcrumb ul li:not(:last-child)::after {
    width: 6px;
    height: 6px;
  }
  /* //パンくず */
  .child-page table.border-all {
    border: none;

  }

  .child-page table.border-all tr:first-child th {
    border-top: 1px solid #aab1b2;
  }
  /* 共通テンプレ */
  .child-page h1 {
    font-size: 21px;
    margin-bottom: 22px;
  }
  .child-page h2 {
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 20px;
  }
  .child-page h2.green {
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .child-page h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .child-page h4 {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .child-page p.sawarabi-large {
    /*margin: 30px auto;*/
    font-size: 22px;
  }
  .child-page p.sawarabi-large-l {
    font-size: 22px !important;
  }
  p.sawarabi-philosophy, .child-page p.sawarabi-philosophy {
      font-size: 1.1rem;
  }
  .archive-subtitle {
    font-size: 19px;
  }
  figure.wp-block-table.is-style-mini table tr td {
    min-width: 52px;
  }
  /* //共通テンプレ */
  /*--------金型事業部-----------(開始）*/
  .ml-photo {
    margin-left: 0 !important;
  }
  .l-caption figcaption {
    font-size: 0.8rem;
  }
  h1.metal-h1 {
    margin-bottom: 40px !important;
    padding-bottom: 15px;
  }
  /*-------------global（開始）----------------*/
  h1.company-h1 {
    margin-top: 10px;
  }
  .child-page .medical_01-other-parts.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
  }
}

/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
	.blog-thumbbox img {
		width: 100%;
	}
  /* パンくず */
  #breadcrumb ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  /* //パンくず */
  /* 共通テンプレ */
  .child-page dt {
    width: 100px;
    min-width: 100px;
  }
  .child-page dd {
    width : -webkit-calc(100% - 100px);
    width : calc(100% - 100px);
  }
  p.sawarabi-philosophy, .child-page p.sawarabi-philosophy {
  /*  font-size: 1rem;*/
    letter-spacing: -0.01em;
  }
  /* //共通テンプレ */
  /*span.sale {
    margin-top: 33px;
  }
  span.manufacturing {
    margin-top: 33px;
  }
  span.trade {
    margin-top: 33px;
  }*/
  /*-------------社長メッセージ（開始）----------------*/
/* 企業情報 */
.philosophy-logo {
  width: 80%;
  margin: auto;
}
/* //企業情報 */
p.president {
  padding-right: 2rem;
  font-size: 1.1rem !important;
}
span.president-name {
  font-size: 1.2rem !important;
}
.message figure:not(.is-style-mini).wp-block-table table td {
  border-bottom:0px none;
  /*padding: 0;*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  }
.message figure.president-table {
  padding: 0;
  max-width: 100%;
}
.message figure.president-table.is-style-stripes table tr:not(:first-child) td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/*-------------社長メッセージ（終了）----------------*/
  /*--------金型事業部-----------(開始）*/
  .m-wrap {
    display: block;
  }
  .m-text {
    flex-basis: 100%;
  }
  .m-h-photo {
    flex-basis: 100%;
  }
  h4.metal-h4 {
    margin-bottom: 0px !important;
    margin-top: 0px!important;
  }
  h1.m-fv {
    margin-top: 300px;
    margin-bottom: 0px;
  } 
  /*--------金型事業部-----------(終了）*/
  .common-btn.arrow-under.sp-small-btn {
    padding: 0px;
    min-width: 100px;
    
  }
  .common-btn.arrow-under.sp-small-btn:after {
    right: 3px
  }
}

@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {

  .global-content .child-page dt {
    width: 80px;
    min-width: 80px;
    padding: 16px 15px 16px 5px;
  }
  .global-content .child-page dd {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px);
      padding: 15px 0;
  }
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {
  .child-page p.sawarabi-large {
      font-size: 20px;
  }

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
@media all and (max-width: 781px) {
  .company-colum {
    display: flex;
    flex-grow: 1!important;
    /*margin-right: 15px;*/
  }
  .company-w {
    margin-right: 15px;
  }
  .micro-column {
    display: block;
  }
  .adjustment-column {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .m-rb-photo {
    margin-top: 10px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.m-h-photo {
      flex-basis: 50%!important;
  }
  .ml-photo {
    margin-left: 0 !important;
  }
  .m-img90 img{
    max-width: 90%;
  }
  .philosophy p.sawarabi-large-l {
    font-size: 20px !important;
  }
  .company-colum {
    display: block;
    flex-grow: 1!important;
    
  }
  .company-w {
    margin-right: 0px;
  }
}


/* 検索結果 */
.search-result {
  font-size: 1.1875rem;
  font-weight: 400;
}
.search-result-strong {
  font-size: 1.105em;
  font-weight: 700;
}
.search-post-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.search-post-item {
  border-top: 1px solid #CDCDCD;
}
.search-post-link {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.search-post-thumb-wrap {
  width: 80px;
  min-width: 80px;
}
.search-post-thumb-wrap img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.search-post-text {
  display: block;
  padding-left: 15px;
  width: calc(100% - 80px);
}
.search-post-ttl {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .01em;
}
@media all and (min-width: 992px) {
  .search-post-link {
    padding: 30px 0;
  }
  .search-post-thumb-wrap {
    width: 154px;
    min-width: 154px;
  }
  .search-post-text {
    padding-left: 30px;
    width: calc(100% - 154px);
  }
}
/* //検索結果 */

/* 商品情報 */

.abolition_label {
  display: inline-block;
  padding: 2px .9em;
  font-size: 1.06rem;
  color: #444;
  background-color: #e1e1e1;
  font-weight: 700;
}
.abolition_label_search {
  font-size: .9rem;
  line-height: 1.4;
  margin-left: 8px;
}
.icon-arrow-right {
  position: relative;
  padding-right: 15px;
}
.icon-arrow-right::after {
  content: '';
  position: absolute;
  top: 52%;
  transform: translateY(-50%) rotate(45deg);
  right: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/* //商品情報 */

/* 影付き白背景ボタン */
.btn-shadow {
  box-shadow: 0 0 10px #0000001a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
/* //影付き白背景ボタン */

/* お客様サポート */
.shop-link-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  row-gap: 20px;
}
.shop-link-item {
  width: 100%;
  padding: 0 10px;
}
.shop-link-btn {
  padding: 15px;
}
.shop-link-btn__inner {
  padding-left: 3.4375rem;
  position: relative;
}
.shop-link-btn__inner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.before-icon_gardening::before {
  background-image: url(./images/top/icon-gardening.svg);
}
.before-icon_pet::before {
  background-image: url(./images/top/icon-pet.svg);
}
.before-icon_baby::before {
  background-image: url(./images/top/icon-baby.svg);
}
.before-icon_lifecare::before {
  background-image: url(./images/top/icon-lifecare.svg);
}
.before-icon_housewares::before {
  background-image: url(./images/top/icon-houseware.svg);
}
.before-icon_environment::before {
  background-image: url(./images/top/icon-forbusiness.svg);
}
.before-icon_medical::before {
  background-image: url(./images/top/icon-micro.svg);
}
@media all and (min-width: 450px) {
  .shop-link-item {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .shop-link-list {
    font-size: 1.3125rem;
  }
  .shop-link-btn {
    padding: 30px 15px;
  }
  .shop-link-btn__inner {
    padding-left: 3.75rem;
  }
  .shop-link-btn__inner::before {
    width: 2.875rem;
    height: 2.875rem;
  }
}
/* //お客様サポート */