@import url("cssreset.css");
@import url("base.css");
@import url("navigation.css");
@import url("contents.css");


/* terms.css */
/*--------------------------------------*/

/* section title */
#section_title {
    background:url("../images/h1_terms_bg.png");
}

.section h3 {
	line-height: 1.3;
	font-weight:normal;
	font-size:inherit;
	margin-bottom:0;
	margin-left:1.0em;
	text-indent:-1.0em;
}
.section p,
.section ol {
    margin-bottom:5.0em;
}

.section p.indent {
	margin-left: 1.2em;
	margin-bottom:0.5em;
}


/* - 1100px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1100px) {








}
/* - 1200px end */





/* - 768px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {






}
/* - 768px end */





/* - 750px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

/* section title */
#section_title {
    height:auto;
    padding-bottom:50px;
}






}
/* - 750px end */




/* - 640px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 640px) {











}
/* - 640px end */




/* - 375px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 375px) {













}
/* - 375px end */




/* - 320px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 320px) {














}
/* - 320px end */