@charset "utf=8";

/* ==========================================
プライバシーポリシー
========================================== */

.privacy01 {
	padding: 15rem 0;
}

.privacy-frame {
	position: relative;
	padding: 7rem 1.5rem;
	background: rgba(255, 255, 255, .6);
}

.privacy-frame:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../../../../uploads/menu_textBox03.png) no-repeat center;
    background-size: cover;
    z-index: 2;
}

.privacy-block {
	position: relative;
	max-width: 107rem;
	width: 100%;
	margin: 0 auto;
    z-index: 5;
}

.privacy-text01 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 2rem 0 0;
}

.privacy-text02 {
	margin: 1rem 0 0;
}

.privacy-text02 a {
	text-decoration: underline;
}

.privacy-text02 a:hover {
	text-decoration: none;
}


.privacy-list-item {
	display: flex;
	align-items: center;
}



/* ==========================================
特商法
========================================== */

.tradelaw01 {
	padding: 15rem 0;
}

.tradelaw-frame {
	padding: 7rem 1.5rem;
	background: var(--primary);
	position: relative;
	z-index: 1;
}

.tradelaw-frame:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../../../../uploads/menu_textBox03.png) no-repeat center;
    background-size: cover;
    z-index: 2;
}

.tradelaw-frame .table {
	max-width: 107.8rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.table-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 3.2rem 0 0;
}

.table-row:first-child {
	margin: 0 0 0;
}

.table-row p:first-child {
	max-width: 25.8rem;
	width: 28%;
}

.table-row p:last-child {
	width: 72%;
}

.table-row p {
	font-weight: 700;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	
	.privacy01, .tradelaw01 {
		padding: 8rem 0;
	}

	.privacy-frame {
		padding: 4rem 1.5rem;
		background: rgba(255, 255, 255, .6);
	}

	.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;
	}

	/* ==========================================
	特商法
	========================================== */

	.table-row {
		flex-direction: column;
	}

	.table-row p:first-child {
		width: 100%;
	}

	.table-row p:last-child {
		width: 100%;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */