@charset "UTF-8";
/*
Theme Name:		Welcart Assertive Child Theme
Template:		welcart_assertive
Theme URI:		https://www.welcart.com/archives/15110.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Assertive Child is the Welcart Assertive Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, assertive, one-columns, left-sidebar or right-sidebar
Requires at least: 5.6
Requires PHP: 7.4 - 8.1
*/
.wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table td,
.wp-block-flexible-table-block-table > table th,
.wp-block-flexible-table-block-table > table td {
  border: none !important;
  border-bottom: 1px solid #CCC !important;
  background: none !important;
}
.wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table > table th {
  font-weight: 400 !important;
}
.wp-block-flexible-table-block-table thead th,
.wp-block-flexible-table-block-table > table thead th {
  font-weight: bold !important;
}

@media (max-width: 781px) {
  .wp-block-flexible-table-block-table th,
  .wp-block-flexible-table-block-table > table th {
    font-weight: 700 !important;
    background: #f0f0f1 !important;
    border: none !important;
  }
  .wp-block-flexible-table-block-table td,
  .wp-block-flexible-table-block-table > table td {
    border-bottom: 1px solid #CCC !important;
  }
  .wp-block-flexible-table-block-table .is-stacked-on-mobile,
  .wp-block-flexible-table-block-table > table.is-stacked-on-mobile {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
  }
  .wp-block-flexible-table-block-table .is-stacked-on-mobile th, .wp-block-flexible-table-block-table .is-stacked-on-mobile td,
  .wp-block-flexible-table-block-table > table.is-stacked-on-mobile th,
  .wp-block-flexible-table-block-table > table.is-stacked-on-mobile td {
    border: none !important;
  }
}
.entry-content ul.wp-block-list li::marker {
  color: #56b5b0;
  font-size: 16px;
}
.entry-content ol.wp-block-list li::marker {
  color: #56b5b0;
}

.wpcf7 {
  background: #fafafa;
  padding: 40px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0.5em;
}
.wpcf7 .wpcf7-acceptance {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 10px 20px 10px 10px;
  border: 1px solid #ddd;
  background-color: #ffffee;
}
.wpcf7 .wpcf7-spinner {
  display: block;
}

@media (max-width: 781px) {
  .wpcf7 {
    padding: 5%;
  }
  .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
    width: 100%;
  }
}
table.mailform th, table.mailform td {
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}
table.mailform th p, table.mailform td p {
  margin-bottom: 0;
  line-height: 1;
}
table.mailform th {
  background: #ffffee;
  position: relative;
}
table.mailform th::before {
  position: absolute;
  top: 35%;
  right: 15px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  content: "任意";
  background: #eee;
  color: #707070;
}
table.mailform th.hissu::before {
  content: "必須";
  background: #f7d208;
  color: #333;
}
table.mailform th.hissu.high::before {
  top: 40%;
}
table.mailform td {
  padding: 10px;
}
table.mailform td .kome {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}
table.mailform td .wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 14px;
}

@media (max-width: 781px) {
  table.mailform th, table.mailform td {
    padding: 12px 10px;
    display: block;
  }
  table.mailform th {
    border-bottom: none;
  }
  table.mailform th::before {
    top: 7px;
    right: 10px;
  }
  table.mailform th.hissu.high::before {
    top: 7px;
  }
  table.mailform td {
    border-top: none;
  }
}
@media (max-width: 781px) {
  #masthead::before {
    padding-top: 0 !important;
  }
}
.site-header.is-fixed {
  mix-blend-mode: normal;
}
.site-header.is-fixed .outer-menu .hamburger > div::before,
.site-header.is-fixed .outer-menu .hamburger > div::after {
  background-color: #f7d208 !important;
}
.site-header .outer-menu .hamburger span {
  color: #1ea29b !important;
}
@media (max-width: 781px) {
  .site-header .site-description {
    display: none;
  }
  .site-header .site-title a img {
    height: 40px;
    width: auto;
  }
  .site-header .first_vue_block {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 100vh;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
  }
  .site-header .first_vue_block .slick-slide img, .site-header .first_vue_block .first_vue_block video {
    height: calc(100vh - 170px);
  }
  .site-header #scroll-down {
    display: none;
  }
}

#footer-widget-area .widget {
  background: #fafafa !important;
}

.footer-navigation .sub-menu {
  border-left: none;
}

#toTop {
  mix-blend-mode: normal;
}
#toTop a {
  color: #1d1e21;
}
#toTop a .arrow-svg::before {
  background-color: #1d1e21;
}

@media (max-width: 781px) {
  #toTop {
    bottom: 0vh;
  }
  #toTop a .arrow-svg::before {
    width: 25px;
  }
}
.home #scroll-down a > small {
  color: #1ea29b;
}
.home .home-widget-area .widget_page_appeal_widget .post_content p {
  line-height: 1.8;
}
@media (max-width: 781px) {
  .home .home-widget-area .widget_page_appeal_widget .backdropimg > img {
    display: none;
  }
  .home .home-widget-area .widget_page_appeal_widget .backdrop {
    background-color: rgb(255, 255, 238) !important;
  }
}
.home #home-first-widget-area .widget_title {
  color: #333;
}
.home #home-first-widget-area .widget_title span::after {
  border: 1px solid #333;
}
.home #home-first-widget-area .widget_assertive_featured_item_widget .widget_title::after {
  border-left: 1px solid #fce566;
}
.home #home-first-widget-area .widget_assertive_item_list .widget_title {
  border: none;
}
.home .see-more a {
  background-color: #fce566 !important;
  color: #333 !important;
}
.home #sb_instagram .sbi_follow_btn a {
  color: #333;
}

.entry-content h2 {
  font-size: 30px;
}
@media (max-width: 781px) {
  .entry-content h2 {
    font-size: 26px;
  }
}
.entry-content h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 20px;
}
.entry-content h3::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7d208;
}
@media (max-width: 781px) {
  .entry-content h3 {
    font-size: 18px;
  }
}
.entry-content h4 {
  font-size: 18px;
  color: #1ea29b;
}
@media (max-width: 781px) {
  .entry-content h4 {
    font-size: 17px;
  }
}
.entry-content p {
  line-height: 2;
}
@media (max-width: 781px) {
  .entry-content p {
    line-height: 1.5;
  }
}

.storycontent h4 {
  font-size: 18px;
  color: #1ea29b;
}
@media (max-width: 781px) {
  .storycontent h4 {
    font-size: 17px;
  }
}
.storycontent p {
  line-height: 2;
}
@media (max-width: 781px) {
  .storycontent p {
    line-height: 1.8;
  }
}
.storycontent table.item_table_profile {
  margin: auto;
  width: 900px;
}
@media (max-width: 781px) {
  .storycontent table.item_table_profile {
    width: 100%;
  }
  .storycontent table.item_table_profile th, .storycontent table.item_table_profile td {
    display: block;
    border: none !important;
  }
  .storycontent table.item_table_profile th {
    font-weight: 700 !important;
    background: #f0f0f1 !important;
  }
  .storycontent .pc_off_block table.item_table_profile th, .storycontent .pc_off_block table.item_table_profile td {
    display: table-cell !important;
    width: 50% !important;
    background: none !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #CCC !important;
  }
}
.storycontent .skuform {
  padding: 40px;
  background: #fafafa;
}
.storycontent .skuform .sku_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.storycontent .skuform .sku_container .sku_left {
  -ms-flex-preferred-size: 165px;
      flex-basis: 165px;
}
.storycontent .skuform .sku_img {
  width: 120px;
  height: auto;
}
.storycontent .skuform .zaikostatus {
  width: auto;
}
.storycontent .skuform .field_price {
  gap: 0rem;
}
@media (max-width: 781px) {
  .storycontent .skuform {
    padding: 5%;
  }
  .storycontent .skuform .sku_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storycontent .skuform .sku_container .sku_left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .storycontent .skuform .sku_img {
    padding-bottom: 3%;
    width: 100%;
    text-align: center;
  }
  .storycontent .skuform .sku_img img {
    width: 50%;
  }
  .storycontent .skuform .zaikostatus {
    width: auto;
  }
  .storycontent .skuform .field_price {
    gap: 0rem;
  }
}

#post-18 .backdrop > img {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}

#post-21 .text--phone {
  font-size: 36px;
  line-height: 1;
}
#post-21 .text--phone > small {
  font-size: 22px;
}

.sp_off {
  display: inline-block;
}

.sp_off_block {
  display: block;
}

.pc_off {
  display: none;
}

.pc_off_block {
  display: none;
}

@media (max-width: 781px) {
  .sp_off {
    display: none;
  }
  .sp_off_block {
    display: none;
  }
  .pc_off {
    display: inline-block;
  }
  .pc_off_block {
    display: block;
  }
}