@charset "utf-8";


/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#333;
	transition:0.3s;
}
a:link{
}
a:visited{
	color:#333;
}
a:hover{
	opacity:0.5;
	color:#333;
}
section a, section a:visited{
	color:#333;
}
::selection{
    background: #268fcf;
    color: #ffffff;
}
::-moz-selection{
    background: #268fcf;
    color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f4f6;
}
::-webkit-scrollbar-thumb {
background: #268fcf;
}

/* layout */
html{
	font-size: 62.5%;
}
body{
	margin:0;
	color:#000;
	font-size: 1.6rem;
	line-height:1.8;    
	overflow-x: hidden;
    background: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.wrapper{
	overflow-x: hidden;
}

header{
	margin-bottom: 40px;
	padding: 20px;
}
.container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
    display: flow-root;
}
.container img, .page img{
	max-width: 100%;
	height: auto;
}



.scroll{}

ol{
	padding-left: 5px;
	margin-bottom: 40px;
}
ol li{
	margin: 0 0 20px;
	padding: 0;
}



/*-----------------------------------*/
/* index */
h1{
	color: #268fcf;
	font-weight: normal;
	margin: 10px 0 5px;
	text-align: center;
	font-size: 3.5rem;
}
h2{
	color: #268fcf;
	font-weight: normal;
	margin: 20px auto 40px;
	font-size: 3rem;
}
h2 span{
	font-size: 1.2rem;
	display: block;
	line-height: 1;
}
footer{
	background: #268fcf;
	color: #FFF;
	padding: 20px;
	text-align: center;
	margin-top: 100px;
}

