@charset "utf=8";



/* ==========================================
プライバシーポリシー
========================================== */

#privacy{
    margin: -12rem auto 0;
    padding: 12rem 0 0;
}

.privacy-area {
    height: 40rem;
    padding: 3rem;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    margin: 3rem auto 0;
}

.privacy-box {
    margin: 0 auto;
}

.privacy-title {
    display: inline-block;
    border-bottom: 0.2rem solid var(--primary);
    margin: 4.5rem 0 0;
    font-size: 2rem;
    width: 100%;
    border-left: solid 10px var(--primary);
    padding: 0.4rem 0.8rem;
}

.privacy-text {
    margin: 1.5rem 0 0;
}

.privacy-list {
    margin: 1rem 0 0;
}

.privacy-list-item {
    display: flex;
    align-items: center;
}

.privacy-list-item-l {
    width: 100px;
    max-width: 2rem;
}

.privacy-list-item-r {
    flex: 1;
}

.privacy-list-block {
    margin: 1.6rem 0 0 0;
    padding-left: 1.6rem;
    display: flex;
    align-items: flex-start;
}

.privacy-list-block-l {
    width: 100px;
    max-width: 3rem;
}

.privacy-list-block-r {
    flex: 1;
}

.privacy-check {
    text-align: center;
    margin: 2rem 0 0;
}

/*20250701追記*/

.privacy-link {
    text-decoration: underline;
}

.privacy-link:hover {
    text-decoration: none;
}

/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
    display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

.inline {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 2rem auto 0;
}

.modaal-content {
    display: block;
}

/* .formTable .smf-checkboxes-control {
	display: flex;
	align-items: center;
}

.smf-checkboxes-control__control,
.smf-label,
.smf-label>label,
.smf-checkbox-control {
	display: contents !important;
}

.smf-control-legend {
	text-decoration: underline;
}

.smf-control-legend:hover {
	text-decoration: none;
}

.smf-checkbox-control__control {
	order: 2;
}

.smf-control-legend {
	order: 1;
	cursor: pointer;
} */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .privacy-title {
        font-size: 2rem;
    }

    .privacy-list-block {
        padding-left: 1rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {


    /* ==========================================
	プライバシーポリシー
	========================================== */

    .privacy-area {
        height: 21.42rem;
        padding: 1.42rem;
        margin: 1.42rem auto 0;
    }

    .privacy-title {
        font-size: 1.8rem;
    }


    .modaal-inner-wrapper {
        padding: 8rem 1rem;
    }

    .modaal-content-container {
        padding: 3rem 1rem !important;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */