@import url("cssreset.css");
@import url("base.css");
@import url("navigation.css");
@import url("contents.css");


/* mynumber.css */
/*--------------------------------------*/

/* section title */
#section_title {
    background:url("../images/h1_terms_bg.png");
}
#section_title_inner {
    height:190px;
}
#section_title_inner h1 {
    text-align:center;
    line-height:1.2;
    font-size:3.4em;
    font-weight:bold;
}
@media only screen and (max-width: 750px) {
#section_title_inner {
    height:auto;
    padding:2.5em 0 1.25em;
}
}


.section .eol {
    margin-bottom: 2.5em !important;
}
.section .bottom {
    margin-bottom: 5.0em !important;
}

.section h2 {
    margin-bottom:0.25em;
    line-height: 1.4;
}
.section h3 {
    font-size:1.4em;
}
.section h4 {
	margin-bottom: 0.25em;
    font-size:1.3em;
    font-weight:normal;
}
.section h5 {
    font-size:1.1em;
    font-weight:bold;
}
.section h6 {
    font-size:1.1em;
}

.section ol.num {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.section ol.num ul {
	padding-left: 1.25em;
	text-indent: 0;
}

a.arrow {
	position: relative;
	padding-left: 1.0em;
}
a.arrow:before {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 0.65em;
	height: 0.65em;
	background-color: #444444;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
}


/* - 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) {





}
/* - 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 */