@charset "UTF-8";
/* CSS Document */
body {
	background: #111;
	color: #fff;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
	line-height: 2;
}
img {
	display: block;
	width: 100%;
	margin-bottom: 1.75em;
}
a {
	color:rgba(142,142,142,1.00);
	text-decoration:underline;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active, a:focus {
	color: #FFFFFF;
	text-decoration:underline;
}
.sp {}
.pc { display: none;}

/*------------------------------------------
	common
------------------------------------------*/
h1,h2,h3,h4,h5 {
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-feature-settings: "nomal";
	letter-spacing:0;
	font-weight: nomal;
}
h1 {
	font-size: 1.2em;
	line-height: 1.6;
	letter-spacing:0.1em;
	margin-bottom:0;
}
h2 {
	letter-spacing:0.15em;
	font-size: 1em;
	line-height: 1.65;
	margin-bottom:0.35em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom:1em;
}
h4 {
	font-size: 1.3em;
	line-height: 1;
    letter-spacing: 0.15em;
	margin-bottom: 0.75em
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	zoom:1;
	}	
.container {
	width:88%;
	max-width: 980px;
	margin: 0 auto;
	padding: 2.5em 0 0;
	}
.text {
	font-feature-settings: "nomal";
	}

/*------------------------------------------
	header
------------------------------------------*/
header {
	text-align: center;
	background-color:#111;
}
header .container {
	padding:1.15em 0 0 ;
}
header img {
	width:100%;
	max-width: 500px;
	min-width: 150px;
	margin: 0 auto;
}
header h1 {
	padding-bottom: 1.65em;
}
.eng {
    color:#888;
}

/*------------------------------------------
	section
------------------------------------------*/
section h2 {
	margin-bottom: 1.25em;
	padding-bottom: 1em;
	border-bottom: 1px solid #555;
	text-align: center;
	line-height: 2.2;
}
section ul li {
	line-height: 1.9;
}
section ul li.odd {
	color: #888;
	margin-bottom: 0.5em;
}
section ul {
	display: block;
	width: 100%;
	margin-bottom:1.5em;
}
section ul li.even01 {
	width:100%;
	margin:0 auto;
	margin-bottom:1em;
	padding-bottom: 2em;
	border-bottom: 0px #555 solid;
}
section ul li.even01 p {
	margin-bottom:1.7em;
}
section ul li.even02 {
	width:100%;
	margin:3em 0 1.5em;
}
section ul li.even02 h2 {
    text-align: left;
    padding: 1.5em 0 0.65em;
    }
section ul li.even02 p {
	margin-bottom:0.75em;
}
section ul li.even03 {
	width:100%;
    margin: 0 auto;
	padding: 2em 0;
}
    section ul li.even03 h1 {
    text-align: left;
    border-bottom: 1px #555 solid;
    padding: 1.5em 0 0.85em;
    margin-bottom: 1.5em;
    }
    section ul li.even03 h2 {
    text-align: left;
    padding: 1.5em 0 0.65em;
    }
section ul li.even03 p {
	margin-bottom:0.75em;
}
section ul li.even03 div {
    border: 1px #555 solid;
    padding: 1em;
    margin-bottom: 1em;
    }

section .container {
    padding-bottom:1.5em;
}
#section_01 .container {
	padding-top: 1.5em;
	}

.credit {
	font-size: 0.95em;
	margin-top: 4em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


/*------------------------------------------
    SCROLL UP
------------------------------------------*/
.scroll-up {
    position: fixed;
    z-index:100;
	right: 2em; 
	top:  2em;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    }
.scroll-up a {
    width:40px;
	padding: 8px;
	line-height: 1;
	display: inline-block;
	color:#fff;
	background-color:rgba(0,0,0,0.2);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
    }
.scroll-up a:hover{
	background-color:rgba(0,0,0,0.5);
     }
.scroll-up a img {
    margin-bottom: 0
}
footer .copyright {
    text-align: center;
    font-size: 0.75em;
    line-height: 3em;
    padding: 1.5em 0 2em;
	background-color: #000000;
}




@media screen and (min-width:896px) { 
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 1.15em;
	}
	.sp {display: none;}
	.pc {display: block;}
	header img {
		margin: 1em auto 1.25em;
	}
    section .container {
        padding-bottom:2em;
    }
	section ul {
	width: 100%;
	margin-bottom:1.5em;
}
	section ul li.even01 {
	width:90%;
    margin: 0 auto;
	padding: 2em 0;
    border-bottom: none;
	
}

    section ul li.even02 {
	width:90%;
	margin:0em auto;
    padding-top: 2em;
	}
    section ul li.even02 h2 {
    text-align: left;
    padding: 1.5em 0 0.65em;
    }
    
    section ul li.even03 {
	width:90%;
    margin: 0 auto;
	padding: 2em 0;
	
}
    section ul li.even03 h1 {
        text-align: left;
        border-bottom: 1px #555 solid;
        padding: 1.5em 0 0.85em;
        margin-bottom: 1.5em;
    }
    section ul li.even03 h2 {
        text-align: left;
        padding: 1.5em 0 0.65em;
    }
    section ul li.even03 div {
        border: 1px #555 solid;
        padding: 1em;
        margin-bottom: 1em;
    }
section ul li{
	line-height: 2;
	}

    /*------------------------------------------
		footer
	------------------------------------------*/
	footer .copyright {
    text-align: center;
    font-size: 0.75em;
    line-height: 3em;
    padding-bottom: 5em;
}
}