@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__privacypolicy {
	padding-bottom: 60px;
}

.page-header {
	margin-bottom: 40px;
}


/* ============================================================================================== */
/* section__privacypolicy                                                                         */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* privacypolicy */

.privacypolicy .lead-txt {
	margin-bottom: 30px;
}

.privacypolicy .list-style--decimal {
	font-size: .95em;
}

.privacypolicy .list-style--decimal li {
	margin-bottom: 1.5em;
}

.privacypolicy .list-style--decimal li:last-child {
	margin-bottom: 0;
}


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

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

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

}

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

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


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

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

}


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

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

	/* common */
	.section__privacypolicy {
		padding-bottom: 180px;
	}

	.page-header {
		margin-bottom: 100px;
	}

	/* privacypolicy */
	.privacypolicy .lead-txt {
		font-size: 1.2em;
		line-height: 2;
		margin-bottom: 60px;
	}

	.privacypolicy .list-style--decimal {
		font-size: 1em;
	}

}


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

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

}

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

}
