/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744850423
Updated: 2025-04-17 09:40:23

*/

body{
	overflow-x: hidden;
}

body *{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
}

.single main#content {
    margin-top: 160px;
}

.single .page-content {
    padding: 0 10px;
}

.wpr-grid-item .wpr-grid-item-below-content {
    display: flex
;
    align-items: center;
}
.e-n-accordion-item-title-text img {
    width: 70px;
    margin-right: 50px;
}

.e-n-accordion-item-title-text {
    display: flex;
    align-items: center;
}
ul.menu {
    padding: 0;
    display: flex
;
    list-style: none;
    gap: 32px;
}
.single-product #content {
    margin-top: 180px;
    position: relative;
    z-index: 1;
}
.single-product .swiper-slide img {
    object-fit: cover;
}
.product-sticky {
    position: sticky;
    top: 130px;
    z-index: 100;
}
.product-table thead {
    display: none;
}
.product-table td:first-of-type,
.product-table .wpr-data-table tr:last-child td:first-of-type{
    font-weight: 700!important;
    border-bottom: #1b2c74 2px solid!important;
    width: 20%;
}
.product-table td:nth-of-type(2) {
    border-bottom: #D9D9D9 2px solid!important;
}
.product-table .wpr-data-table tr:last-child td {
    border-bottom: #D9D9D9 2px solid !important;
}

summary.e-n-accordion-item-title {
    position: relative;
}

.single-product summary.e-n-accordion-item-title::before,
.single-product .e-n-accordion-item .e-child::before {
    font-size: 20px;
    color: #1B2C74E5;
    font-weight: bold;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.single-product summary.e-n-accordion-item-title::before {
    content: "Q.";
}

.single-product .e-n-accordion-item .e-child::before {
    content: "A.";
}

.single-product .e-n-accordion-item .e-child {
    position: relative;
}

.single-product .e-n-accordion-item .e-child p{
	margin: 0;
}

.related-products a img {
    display: block;
    margin: 0 auto;
}
.pyware-table .elementor-widget-container .wpr-table-inner-container {
    border: none!important;
}
.pyware-table .elementor-widget-container .wpr-table-inner-container tr:last-child td {
    border-bottom: solid 2px !important;
}
.pyware-table th, .pyware-table td:nth-of-type(1), .pyware-table .elementor-widget-container .wpr-table-inner-container tr:last-child td:nth-of-type(1) {
    border-bottom-color: #DA1524 !important;
    font-weight: bold !important;
}

.pc{display: block;}
.sp{display: none;}
@media (max-width: 768px){
    .pc{display: none;}
    .sp{display: block;}
	.e-n-accordion-item-title-text img {
    width: 60px;
    margin-right: 30px;
}
	ul.menu {
    display: block;
    text-align: center;
    margin: 0 auto;
}
	.single-product summary.e-n-accordion-item-title::before, .single-product .e-n-accordion-item .e-child::before {
    left: 20px;
}
	.product-sticky {
    top: 124px;
	}
	table#wpr-data-table {
    margin-bottom: 20px;
}
}
figure.swiper-slide-inner img {
    display: block;
    margin: 0 auto;
}
.related-products a.product-item {
    display: flex;
    flex-direction: column;
}
.product-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-table.accessory td:first-of-type {
    width: 25%;
}


.wpcf7 .contact_form label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_form span.wpcf7-form-control-wrap {
    width: 70%;
}
span.required {
    color: #DA1524;
}
input.btn {
    width: 300px;
    border-radius: 0;
    background: #282828;
    color: #fff;
    font-weight: bold;
    border: #282828 1px solid;
    padding: 20px;
}
.btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_area .btn {
    margin: 10px;
}
span.wpcf7-spinner {
    display: block;
}
.wpcf7-list-item {
    display: block;
}
.wpcf7 .contact_form .wpcf7-list-item label {
    display: block;
}
.product-option p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.confirm_form label {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.confirm_form label span {
    width: 30%;
    font-weight: bold;
}

@media (max-width: 768px){
	.wpcf7 .contact_form label,
	.product-option p{
    flex-direction: column;
    align-items: flex-start;
}
.contact_form span.wpcf7-form-control-wrap {
    width: 100%;
}
	input.btn{
		width: 100%;
	}
	.flag-table td span {
    display: block;
    text-align: center !important;
}
	p.policy label {
    flex-direction: row;
}
	.contact_form p {
    margin: 2em auto 1em;
}
.confirm_form label span {
	width: 100%;
    padding-bottom: 20px;
	}
	.confirm_form label, .confirm_form label span {
    display: block;
}
}