/*共通*/
/*
brにclass="pc-open sp-hidden"pcのみ改行
brにclass="sp-open pc-hidden"スマホのみ改行
*/
@media (max-width:767px){
	.sp-hidden{
		display:none;/*スマホで非表示*/
	} 	
	.sp-open{
		display:inline;/*スマホで表示*/
	}
    .footer__details-numbers{
    	text-indent:0em !important;
    }
}

@media (max-width: 1100px) {
    /* topページ  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   */

    /* section1------------------------ */
    .front-features__contents {
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
    .front-features__explanation h3 {
        text-align: center;
    }
    .front-features__img-wrap {
        height: 300px;
        width: 300px;
    }
    /* section2------------------------ */
    .front-sns__contents {
        align-items: center;
        flex-direction: column;
    }
    .front-sns__img-wrap {
        max-width: 500px;
        width: 90%;
    }

    /* section3------------------------ */
    .front-news__table tr td:nth-child(1) {
        /*width: 6em;*/
    }
}

@media (max-width: 500px) {
    /* 汎用 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
    .cmnTbl {
        border-spacing: 0rem 1rem;
    }
    .cmnTbl td {
        display: block;
        width: 100%;
    }
    .cmnTbl td:first-child {
        font-weight: bold;
    }
    .cmnTbl td:last-child {
        border-bottom: 1px dashed var(--color-black);
    }
    .cmnTbl tr td:nth-child(1) {
        width: 100%;
    }

    /* topページ  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   */

    /* section2------------------------ */
    .front-sns__img-wrap {
        width: 90%;
    }
    /* section3------------------------ */
    .front-news__contents h2 {
        text-align: center;
    }
}
