@charset "utf-8";

/* ============================================================================================== */
/* common Privacy polivy, Site policy                                                                                 */
/* ============================================================================================== */

.policy__body,
.policy__header {
	max-width: 700px;
}

.policy__header {
	margin-bottom: 30px;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(20,60,120,0.1);
}

.child-section__txt-wrap.ja {
	margin-bottom: 0;
}

.child-section-txt__item {
	padding: 20px 0;
	/*border-bottom: 1px solid rgba(20,60,120,0.1);*/
	margin: 0;
}

.child-section__header {
	font-size: inherit;
	font-weight: 600;
}

.privacypolicy .child-section__header {
	display: inline-block;
	margin-right: 8px;
	line-height: 1.85;
}

.privacypolicy .child-section-txt__item {
	display: flex;
	align-items: flex-start;
}

/* list-style--line */

.list-style--line li {
	padding-left: 20px;
}

.list-style--line li:before {
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	height: 1px;
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {

}

@media screen and (min-width: 768px) {

	.policy__header {
		margin-bottom: 50px;
		padding-bottom: 70px;
	}

}

/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (min-width: 1024px) {

	.child-section-txt__item {
		padding: 30px 0;
	}

	.privacypolicy .child-section-txt__item {
		padding: 20px 0;
	}

}

/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1281px) {

}

@media screen and (min-width: 1440px) {

}





