@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.dispNum{
    display: flex;
}

.tab_cat_container{
    display: flex;
    gap: 5%;
    margin-bottom: 48px;
}
.tab_cat_container .tab_item{
    width: 30%;
    padding: 32px 24px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.tab_cat_container .tab_item.active{
    background-color: gray;
    color: white;
}
.tab_cat_container .tab_item{
    position: relative;
    background-color: lightgray;
    border: 1px solid #4d4d4d;
}
.tab_cat_container .tab_item::before,
.tab_cat_container .tab_item::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  width: 24px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}

.tab_cat_container .tab_item::before {
  transform: rotate(45deg);
}

.tab_cat_container .tab_item::after {
  transform: rotate(-45deg);
}
/* 取扱い分野タイトル */
.fields #content{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.book-cat_ttl{
    display: none;
    width: fit-content;
    margin: 24px auto;
    font-size: 25px;
    font-weight: 600;
    position: relative;
}
.book-cat_ttl::before{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 1em;
    height: 4px;
    background-color: #000000;
}
.book-cat_ttl.show{
    display: block;
}
.books{
    padding-top: 24px;
    width: 80%;
    margin: 0 auto;
}
.bookItems{
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
}
.bookTtl{
    font-size: 25px;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid black;
    margin-bottom: 16px;
}
.book{
    display: none;
    width: 30%;
    background-color: lightgray;
    padding: 12px 30px;
    margin-bottom: 24px;
}
.book a{
    color: black;
}
.book.show{
    display:block;
}
.book-cat{
    border-left: 2px solid gray;
    background-color: white;
    color:black;
    width: fit-content;
    padding: 8px;
    margin-bottom: 8px;
}
.customer-voice .p-list_item{
    display: none;
}
.customer-voice .p-list_item.show{
    display: block;
    padding-bottom: 32px;
    border-bottom: 1px solid black;
    margin-bottom: 64px;
    width: 80%;
    margin: 0 auto;
}
.p-list_item.new{
    position: relative;
    padding-top: 12px;
}
.p-list_item.new::before {
    content: "New";
    position: absolute;
    padding: 0 8px;
    top: 0;
    right: 0;
    text-align: center;
    width: fit-content;
    background-color: red;
    color: white;
}
.p-voice_title,.p-voice_content{
    color: black;
}
.p-voice_img img{
    width: 100%;
}
/* ページタイトル */
.page_ttl_container{
    padding-left: 3.704%;
    padding-right: 3.704%;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    background-color: #4d4d4d;
}
.page_ttl{
    margin: 0 0 auto 0;
    font-size: 16px;
    width: fit-content;
}
.page_ttl .ttl_main{
    font-size: 3em;
    font-weight: 800;
}
.page_ttl .ttl_en{
    font-size: 0.8em;
}
.page_explain{
    width: fit-content;
    width: 40%;
    margin: 0 0 0 auto;
}