@charset "utf=8";



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

.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;
}

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

@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;
}


}

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