@charset "utf-8";


#low-page .sec01 .l-center.l-stack-large {
    padding: 0;
}

#low-page .sec01 .arrow-title span {
    font-size: 2rem;
    color: #ffeb00;
}

#low-page .sec01 .thb-iconbox01-title span {
    color: #023156;
}

#low-page .sec01 .thb-iconbox01-area p span {
    color: unset;
}

#low-page .sec01 table {
    margin: 0;
}
.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 600px;
}

.prarea {
    border: solid 3px #003b68;
    padding: 4rem;
    background: #f2f8f8;
}

#low-page .prarea h2 {
    margin-top: 0;
}

#low-page .prarea ul {
    margin: 3rem 0 0;
}

#low-page .prarea ul li {
    margin: 1rem 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

/*/////////////仮/////////////*/	
.check {
    width: 100%;
    margin-block: 5rem 2rem;
    padding: var(--s2);
    font-size: 3.2rem;
    font-weight: 700;
    background-color: #deebf7;
}
#low-page span {
    font-weight: bold;
	color: #ef7801;
}
    .low-center-img-box.l-stack-small img {
        max-height: 300px;
        width: auto;
    }
.page-top {
    bottom: 2rem !important;
}
	
}

.checkpoint {
    background: #a3d1d7;
    padding: 10px 20px 10px;
    margin-top: 10px;
}

#low-page .checkpoint h3:not([class]) {
    width: 100%;
    margin-block: 0rem 1rem;
    padding: var(--s2);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--site-color03);
    border-bottom: 4px solid var(--site-color05);
}

.checkpoint .btn-internal {
    max-width: 46rem;
    width: 100%;
    margin: 1rem auto;
    position: relative;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/

.navigation01-menu .li2 a {
    background: #1cb3c4;
    color: #fff;
}

.navigation01-menu li {
    width: 20%;
}
	.pc-fix-banner01 {
		display:none;
	}

    /* バナーのラッパー（外枠） */
    .sticky-banner {
        position: fixed;
        bottom: 10px;
        right: 20px;
        z-index: 9999;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* 画像のスタイル調整 */
    .sticky-banner img {
        display: block;
        max-width: 250px;
        height: auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    /* 閉じるボタン（×） */
    .sticky-banner .close-btn {
        position: absolute;
		top: -32px;
		right: 0px;
        width: 30px;
        height: 30px;
        background-color: #333;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 10000;
    }

    .sticky-banner .close-btn:hover {
        background-color: #555;
    }

    .sticky-banner.is-hidden-by-footer {
        opacity: 0;
        transform: translateY(20px);
        pointer-events: none;
        visibility: hidden;
    }

    .sticky-banner.is-closed {
        display: none !important;
    }
}/*////////////////////PC用CSSここまで///////////////////*/





/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#low-page span {
    font-weight: bold;
	color: #ef7801;
}
table td {
    word-break: break-all;
}
.prarea {
    border: solid 2px #003b68;
    padding: 1.5rem;
}

.imgarea.caption img {
    max-width: 90%;
}
    .sticky-banner {
        display: none;
    }
}