/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.mintyo,
.mintyo span{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.lh-base span{
  	line-height: 1.5;
}
.w-40{
  max-width: 40%;
}
.w-50{
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .w-40,
  .w-50,
  .w-75{
    max-width: 100%;
    width: 100% !important;
  }
}

/*=============================================
初期設定の上書き*/
h3{
  border: none;
}
.product.type-product h3:where(:not(.wp-block-post-title)):after{
  border-width: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.page-header-inner h1{
  margin-bottom: 0;
}
.site-body{
  padding-bottom: 0;
}
header ~ h1{
  display: none;
}

/*=============================================
Gnavi*/
/* @media (min-width: 992px) {
  .navi_login a{
    margin-left: 20px;
    color: #fff !important;
    border-radius: 5px;
    background: #3361ac;

  }
} */


/*=============================================
トップページ*/
#top_key{
  color: #fff;
}
#top_key h2{
  font-size: 2rem;
}
.top_k_list{
  list-style: none;
}
.top_k_list li{
  margin-right: 10px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
}
@media (max-width: 767.98px) {
  #top_key h2{
    font-size: 2.6rem;
  }
  .top_k_list{
    display: flex ;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.top_point_num-txt{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  color: #576E9E;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  z-index: 2;
}
.top_point_num img{
  position: relative;
  margin-top: -70px;
  z-index: 1;
}

.top_table{
  max-width: 400px;
}
.top_table table tr td:first-of-type{
  width: 100px;
}

/*=============================================
製品一覧の詳細ページ*/
.product-template-default.single .site-body{
  padding-top: 0;
}
.product-template-default.single .entry-header{
  display: none;
}

/*=============================================
コンタクトフォーム7*/
.wpcf7-list-item label{
  display: inline-block;
  padding-left: 15px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #c9ddff;
}
.wpcf7-list-item-label {
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
}
