.mrT40 {
    margin-top: 40px;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
    .main-content {
        color: white;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        max-width: 950px;
        margin:0 auto 8rem;
        padding: 20px;
        text-align: center;
    }
    .main-content .header1 {
        margin-top: 45px;
        color: #FFFFFF;
        font-size: 35px;
        font-weight: bold;
    }

    .main-content .header-image {}

    .top-title-bar {
        text-align: center;
        padding: 20px;
        background-color: #00a2e8;
        color: white;
        margin: 0;
    }
    .faq-section {
        padding: 20px;
        margin: 20px;
        text-align: center;

    }

    .faq-section>h1 {
        color: #FFFFFF;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: bolder;
        line-height: 1.2;
        letter-spacing: 3px;
    }

    .faq-section>h2 {
        color: #000000;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: bolder;
    }

    .search-bar {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .search-bar input {
        padding: 10px;
        width: 85%;
        border-radius: 6px;
        border: 3px solid #2B63F6;
        padding: 10px;
        outline: none;
    }

    .search-bar>input:focus {
        border: 3px solid #2B63F6;
        box-shadow: 0 0 9px #2B63F6;
        outline: none;
    }

    .search-bar>input:hover {
        border: 3px solid #2B63F6;
        box-shadow: 0 0 9px #2B63F6;
        outline: none;
    }

    .search-bar button {
        padding: 6px 15px 5px 15px;
    background-color: #2B63F6;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 0px;
    cursor: pointer;
    height: 45.5px;
    }

    .product-tags,
    .topic-tags {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #000;
    }

    .topic-tags span {}

    .product-tags span,
    .topic-tags span {
        padding: 2px 15px;
        background-color: #F3F4F5;
        border: 1px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
    }

    .product-tags-icon {
        font-size: 12px;
        margin-left: 10px;
        color: #9F9FA0;
    }

    .product-tags button:hover,
    .topic-tags button:hover {
        background-color: #ddd;
    }

    @media only screen and (max-width: 768px) {
        .product-image {
        }

        ul {
            padding-right: 0;
        }
    }

    .main-content .contact-section {
        margin-top: 90px;
        font-weight: bold;
    }

    .main-content .contact-section>.text1 {
        font-size: 40px;
        color: #333333;
    }

    .main-content .contact-section>.text2 {
        font-size: 30px;
        color: #2B63F6;
    }

    .main-content>.contact-section>.button-container {
        margin-top: 15px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .main-content>.contact-section>.button-container>.contact-button>i {
        font-size: 25px;
    }

    .main-content .contact-button {
        background-color: #2B63F6;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        justify-content: space-between;
        width: 240px;
        display: flex;
        font-weight: bold;
    }

    .faq-section .button {
        background-color: #FFFFFF;
        color: #4169e1;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
        cursor: pointer;
        border-radius: 10px;
        border: 2px solid #4169e1;
        justify-content: space-between;
        display: flex;

    }

    .faq-section .button i {
        font-size: 25px;
    }

    .faq-section .button-container {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        margin-top: 80px;
    }

    .faq-section .button-container .button {
        width: 240px;
    }

    @media (max-width: 480px) {
        .faq-section .button-container {
            flex-direction: column;
        }

        .faq-section .button-container .button {
            margin: 5px 0;
            max-width: 250px;
        }

        .main-content .contact-section>.text1 {
            font-size: 30px;
            color: #333333;
            line-height: 1.2;
            letter-spacing: 0.9px;
        }

        .main-content .contact-section>.text2 {
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 3px;
        }
    }

    button:hover {
                    box-shadow: 0 0 0px #fff;
                    border:0px;
                    transform:none;
                }

               button:visited {
                    box-shadow: 0 0 0px #fff;
                    border:0px;
                }

                button:focus {
                    box-shadow: 0 0 0px #fff;
                 outline: 0px;
                }

                button:active {
                    border: 0px;
                }

                /* option product styling */
                .product-intro {
                    display: flex;
                    flex-direction: column;
                    gap: 0px;
                    margin: 20px 0;
                }
        
                .product-text {
                    order: 2;
                    font-size: clamp(14px, 4vw, 16px);
                    color:#006699;
                    text-align: justify;
                    margin-top:60px;
                    font-family: "Noto Sans JP"
                }
        
                .product-image {
                    order: 1;
                    text-align: center;
                }
        
                .product-image img {
                    max-width: 300px;
                    height: auto;
                }

                .components {
                    display: flex;
                    flex-direction: column;
                    gap: 0px;
                    margin: 20px 0;
                }

                .row {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    max-width: 1200px;
                    margin: 0 auto;
                }
        
                .column {
                    flex: 1;
                    padding: 0px;
                    background-color: white;
                    font-family: "Noto Sans JP"
                }

                /* Tablet and desktop styles */
        @media (min-width: 768px) {
            .product-intro {
                flex-direction: row;
                align-items: center;
            }

            .product-text {
                order: 1;
                flex: 1;
            }

            .product-image {
                order: 2;
                flex: 1;
            }

            .component-images {
                grid-template-columns: repeat(4, 1fr);
            }

            .installation-methods {
                flex-direction: row;
            }

            .method-steps {
                grid-template-columns: repeat(2, 1fr);
            }

            .connection-images {
                grid-template-columns: repeat(2, 1fr);
            }
        }

           /* Tablet and desktop styles */
           @media screen and (min-width: 768px) {
            .row {
                flex-direction: row;
            }
            
            .column {
                width: calc(50% - 10px); /* Accounting for gap */
            }
        }

        .grid-container {
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding: 20px;
        }

        .grid-item {
            color:#000;
            font-size:12px;
        
        }

        .grid-item p {
            line-height: 150%;
            font-weight: bold;
            font-family: "Noto Sans JP", sans-serif;
            color:#333333;
        }

    .faq-section {
        padding: 20px;
        margin: 20px 20px 0px 20px;
        text-align: center;

    }

    .faq-section>h1 {
        color: #FFFFFF;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: bolder;
        line-height: 1.2;
        letter-spacing: 3px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .faq-section>h2 {
        color: #333;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: bolder;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .search-bar {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .search-bar input {
        padding: 10px;
        width: 85%;
        border-radius: 6px;
        border: 3px solid #2B63F6;
        padding: 10px;
        outline: none;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .search-bar>input:focus {
        border: 3px solid #2B63F6;
        box-shadow: 0 0 9px #2B63F6;
        outline: none;
    }

    .search-bar>input:hover {
        border: 3px solid #2B63F6;
        box-shadow: 0 0 9px #2B63F6;
        outline: none;
    }

    .search-bar button {
        padding: 6px 15px 5px 15px;
        background-color: #FFFFFF;
        color: white;
        border: none;
        border-radius: 6px;
        margin-left: 0px;
        cursor: pointer;
        height: 48px;
        border: 3px solid #2B63F6;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .search-bar button:hover{
        box-shadow: none;
    }

    .product-tags,
    .topic-tags {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #000;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .topic-tags span {}

    .product-tags span,
    .topic-tags span {
        padding: 2px 15px;
        background-color: #F3F4F5;
        border: 1px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .product-tags-icon {
        font-size: 12px;
        margin-left: 10px;
        color: #9F9FA0;
    }

    .product-tags button:hover,
    .topic-tags button:hover {
        background-color: #ddd;
    }

    .popular-questions ul {
        list-style-type: none;
        /* Remove default bullet points */
    }

    .popular-questions li {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        font-weight: bold;
        color: #333;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .popular-questions li img {
        width: 40px;
        height: 30px;
        margin-right: 30px;
    }

    .popular-questions div span {
        height: 100px;
        border: 1px solid #333;
        margin-bottom: 20px;
        font-size: 18px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;

    }

    .dot {
        height: 6px;
        width: 6px;
        border-radius: 50%;
        display: inline-block;
        margin: 2px 5px;
    }

    .color1 {
        background-color: #E402B0;
    }

    .color2 {
        background-color: #10E7DE;
    }

    .color3 {
        background-color: #10E79A;
    }

    .color4 {
        background-color: #FE5A02;
    }

    .color5 {
        background-color: #9612FB;
    }

    .color6 {
        background-color: #2F6EFF;
    }

    .color7 {
        background-color: #F70F41;
    }

    .color8 {
        background-color: #FFCD00;
    }

    .color9 {
        background-color: #FE9D02;
    }

    .color10 {
        background-color: #71C8FF;
    }

    .color11 {
        background-color: #FF709D;
    }

    @media only screen and (max-width: 768px) {
        .product-image {
            display: none;
        }

        ul {
            padding-right: 0;
        }
    }

    .question-categories {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 150px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .category {
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        width: 350px;
        transition: all .2s;
    }
    .category a {
        text-decoration: none;
    }
    .category:hover {
        box-shadow: inset 4px 4px 10px #FFFFFF29, 10px 10px 10px #0E2F5380;
        cursor: pointer;
    }
    
    .category:focus-within {
        box-shadow: inset 4px 4px 10px #FFFFFF29, 10px 10px 10px #0E2F5380;
    }

    .category h3 {
        color: #2B63F6;
        font-weight: bold;
        font-size: 24px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        padding-bottom: 2rem;
    }

    .category h3>span {
        color: #333333;
    }
    .main-content>.question-categories>.category>ul>li {
        list-style-type: none;
        display: flex;
        gap: 20px;
        color: #333333;
        vertical-align: middle;
        align-items: center;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.9px;
        line-height: 20px;
    }
    .main-content>.question-categories>.category>ul>li>img {
        height: 45px;
        width: 45px;
        margin-right: .5rem;
    }
    .main-content .contact-section {
        margin-top: 90px;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .main-content .contact-section>.text1 {
        font-size: 40px;
        color: #333333;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .main-content .contact-section>.text2 {
        font-size: 30px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .main-content>.contact-section>.button-container {
        margin-top: 15px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .main-content>.contact-section>.button-container>.contact-button>i {
        font-size: 25px;
    }

    .main-content .contact-button {
        background-color: #2B63F6;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        justify-content: space-between;
        width: 240px;
        display: flex;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
    }

    .faq-section .button {
        background-color: #FFFFFF;
        color: #4169e1;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
        cursor: pointer;
        border-radius: 10px;
        border: 2px solid #4169e1;
        justify-content: space-between;
        display: flex;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;

    }

    .faq-section .button i {
        font-size: 25px;
    }

    .faq-section .button-container {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        margin-top: 80px;
    }

    .faq-section .button-container .button {
        width: 240px;
    }

    @media (max-width: 480px) {
        .faq-section .button-container {
            flex-direction: column;
        }

        .faq-section .button-container .button {
            margin: 5px 0;
            max-width: 250px;
        }

        .question-categories {
            flex-direction: column;
        }

        .category {
            background-color: white;
            border-radius: 10px;
            margin: auto;
            padding: 20px;
            width: calc(100% - 2rem);
        }
        .main-content .contact-section>.text1 {
            font-size: 30px;
            color: #333333;
            line-height: 1.2;
            letter-spacing: 0.9px;
        }

        .main-content .contact-section>.text2 {
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 3px;
            font-family: "Noto Sans JP", sans-serif;
            font-optical-sizing: auto;
        }
    }

/*カスタマーサポートブロック*/
.bl_custormer__ttl {
	color: #2B63F6;
	display: inline-block;
	font-size: 2.2rem;
	padding: 0 0 2rem calc(7rem + 2rem);
	text-align: center;
	position: relative;
}
.bl_custormer__ttl:after {
	background: url(/wp-content/themes/faq-page/assets/img/icon_phone.svg) no-repeat left top / cover;
	content: "";
	left: 0;
	position: absolute;
	top: calc(50% - 2.8rem);
	height: 4.5rem;
	width: 6.5rem;
}
.bl_custormer__lead {
	font-size: 1.8rem;
	font-weight: 600;
	padding: 2rem 0 1rem;
	text-align: center;
	position: relative;
}
.bl_custormer__ant {
	font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
	.bl_custormer__ttl {
		font-size: min(5vw, 9.6rem);
	}
	.bl_custormer__lead {
		font-size: min(2.6vw, 2rem);
	}
	.bl_custormer__ant {
		font-size: 1.4rem;
	}
}