sup {
    vertical-align: super;
    font-size: smaller;
}
.m-h2-character {
    padding-top: 20px;
}
.m-h2-character::before {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    content: '';
}
.m-h2-character.-pic01::before {
    background-image: url(../img/ttl_character_pic01.jpg);
}
.m-h2-character.-pic02::before {
    background-image: url(../img/ttl_character_pic02.jpg);
}
.m-h2-character.-pic03::before {
    background-image: url(../img/ttl_character_pic03.jpg);
}
.m-h2-character.-pic04::before {
    background-image: url(../img/ttl_character_pic04.jpg);
}
.m-h2-character.-pic05::before {
    background-image: url(../img/ttl_character_pic05.jpg);
}
.m-h2-character .c-gp__h2__tt {
    padding: 0 120px;
}
.m-productMessage {
    font-size: 24px;
    line-height: 1.7;
}
.m-voiceList .c-gp__c3__c {
    position: relative;
    padding-bottom: 230px;
}
.m-voiceList .c-gp__c3__c img {
    position: absolute;
    bottom: 0;
    max-width: calc(100% - (30px * 2));
}
.c-gp__c5 {
    overflow: hidden;
}
.c-gp__c5__in {
    display: flex;
    margin: 0 -30px;
}
.c-gp__c5__c {
    width: 20%;
    box-sizing: border-box;
    padding: 0 30px;
}
.c-gp__c5__c img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .m-h2-character {
        padding-top: 100px;
    }
    .m-h2-character::before {
        top: 0;
        bottom: auto;
        right: 0;
        margin: auto;
        width: 80px;
        height: 80px;
    }
    .m-h2-character .c-gp__h2__tt {
        padding: 0;
    }
    .m-productMessage {
        font-size: 4vw;
    }
    .m-voiceList .c-gp__c3__c {
        padding-bottom: 0;
    }
    .m-voiceList .c-gp__c3__c:nth-child(n + 2) {
        margin-top: 24px;
    }
	.m-voiceList .c-gp__c3__c p {
		text-align: center;
	}
	.m-voiceList .c-gp__c3__c img {
		position: relative;
		display: block;
		max-width: 100%;
		width: 240px;
		margin: 12px auto 0;
	}
	.m-gassupportLink img {
		width: 100%;
	}
    .c-gp__c5 {
        overflow: visible;
    }
    .c-gp__c5__in {
        display: block;
        margin: 0;
    }
    .c-gp__c5__c {
        width: auto;
        padding: 0;
    }
    .c-gp__c5__c:nth-child(n+2) {
        margin-top: 20px;
    }
}

.p-grid-product_section {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2em;
    .c-row {
        &.-img {
            order: 2;
            img {
                max-width: 100%;
                height: auto;
            }
        }
        &.-text {
            order: 1;
        }
    }
    @media(max-width: 767px) {
        grid-template-columns: auto;
    }
}
@media(max-width: 767px) {
    .is-pc {
        display: none;
    }
}
@media(min-width: 768px) {
    .is-sp {
        display: none;
    }
}

.p-gird-imgs {
    display: flex;
    justify-content: center;
    gap: 1em;
    * + & {
        margin-top: 1.5em;
    }
    > div {
        img {
            width: auto;
            height: 260px;
        }
    }
    @media(max-width: 767px) {
        flex-direction: column;
        > div {
            img {
                width: 100%;
                height: auto;
            }
        }    
    }    
}

.c-grid-img_cell2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    align-items: center;
    li {
        text-align: center;
    }
    &.-h180 {
        img {
            max-height: 180px;
        }
    }
    *+& {
        margin-top: 2em;
    }
    @media(max-width:767px) {
        grid-template-columns: auto;
        img {
            max-width: 100%;
            height: auto;
        }
    }
}

.c-gp__p img {
    height: auto;
}

.c-toggle_casestudy {
    .c-gp__cc__hd {
        transition: .3s background, .3s color;
        &::before {
            transition: .3s border-color;
        }
        .c-gp__cc__hd__t {
            text-align: left;
            font-size: 17px;
            padding-left: 29px;
            @media(max-width:767px) {
                font-size: 16px;
                padding-left: 1.2em;
                padding-right: 2em;
                line-height: 1.2;
            }
        } 
    }
    &.is-open {
        .c-gp__cc__hd {
            background: #0087d5;
            color: #fff;
            &::before {
                border-color: #fff;
            }
        }
        .c-gp__cc__bd__in {
            padding: 1.6em 29px 2.4em;
            @media(max-width:767px) {
                padding: 1.6em 1.2em 2.4em;
            }            
        }
    }
}

.c-text-repair {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    @media(max-width:767px) {
        font-size: 15px;
    }            
}
.c-text-teiden {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 4em auto ;
    @media (max-width:767px) {
        font-size: 17px;
        text-align: left;
    }
}

.gp-c img {
    max-width: 100%;
    height: auto;
}

@media(max-width:767px) {
    .c-gp__tb.is-spFull {
        table {
            width: max-content;
            max-width: 600px;
            margin: 0 auto;
            td:nth-of-type(1) {
                min-width: 200px;
            }
            td:nth-of-type(2) {
                min-width: 300px;
            }
        }
    }
}            




.c-gp__la {
    color: #0087d5;
    margin-right: .25em;
}

.c-gp__tp__tt {
    font-size: 15px;
}
.c-gp__tp__nm {
    font-size: 36px;
    > span.is-free {
        &::before {
            bottom: 3px;
        }
    }
}
.c-gp__tp__sn {
    font-size: 24px;
    line-height: 1;
}
.c-gp__tp__mt {
    margin-bottom: 0;
}

.c-flow-head {
    margin-top: 3em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;    
    align-items: flex-start;
    .hl-flow-item {
        display: inline-block;
        background: #0087d5;
        color: #fff;
        padding: .2em 1em;
        font-size: 14px;
    }
    p {
        font-size: 16px;
        font-weight: bold;
    }
    @media (max-width: 767px) {
        grid-template-columns: auto;
    }    
}

.text-tel_large {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
    a {
        text-decoration: none;
        color:currentColor;
        @media (min-width: 768px) {
            pointer-events: none;
        }
    }
}

.c-flow-content {
    margin: 0 auto;
}
.c-text-indent-circle {
    display: flex;
    gap: .5em;
    &::before {
        content:'●';
        color:#0087d5;
        font-size: .8em;
        position: relative;
        top: .1em;
    }
    span {
        flex: 1;
    }
    *+& {
        margin-top: .5em;
    }
}

.hl-answer {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ff351b;
    display: flex;
    gap: .5em;
    font-weight: bold;
    &::before {
        content:'A.';
    }
}

.c-flow-content {
    .inner {
        display: grid;
        gap: 4em;
        grid-template-columns: repeat(2, 1fr);
        .-wide {
            grid-column: 1/3;
            @media (max-width: 767px) {
                margin-top: 1em;
            }
        }
        @media (min-width: 768px) {
            > div:not(.-wide) {
                display: grid;
                grid-template-rows: subgrid;
                grid-row: span 2;
                gap: 0;
            }    
        }
        @media (max-width: 767px) {
            display: block;
        }
    }
    img {
        width: 90%;
        height: auto;
    }
}

.c-gp__bt__ar.-down {
    rotate: 90deg;
}

.is-red {
    color: #f93822;
    font-weight: bold;
}