@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family:"ShinGoPro", sans-serif;
	font-size:1.4rem;
	color:#000;
	margin:0px;
	padding:0px;
	overflow-x: scroll;
}
img{
	border:none;
}
a{
	color:#1A72E8;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
strong{
	font-weight:bold;
}
/*------------------------------
フォーマット
--------------------------------*/
#container {
	width:1020px;
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:20px;
	height:auto;
	overflow: hidden;
	position:relative;
	letter-spacing:0.5px;
}
h3{
	border-radius:10px;
	padding:15px;
	font-size:3.2rem;
	font-weight:700;
	color:#fff;
	background-color:#24B718;
	text-align:center;
	line-height:140%;
}
h4{
	padding:15px 15px 8px 15px;
	font-size:2.8rem;
	font-weight:700;
	color:#24B718;
	text-align:center;
	line-height:140%;
	border-bottom:2px dotted #333;
}
h5{
	padding:10px;
	font-size:2.4rem;
	font-weight:700;
	color:#fff;
	background-color:#333;
	text-align:center;
	line-height:140%;
	margin-bottom:15px;
}
p{
	padding:20px;
	font-size:1.8rem;
	color:#333;
	line-height:150%;
}
strong{
	font-size:120%;
	font-weight:700;
}
.line_img{
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.line_btn{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.line_btn{
	margin:20px 0px 50px 0px;
}
a.base_btn{
	display: inline-block;
    padding: 12px 20px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    background: #24B718;
    box-shadow: 2px 2px 10px -2px #999;
    color: #fff;
    font-size: 3.2rem;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid #fff;
}
a:hover.base_btn{
	background: #333;/*ボタン色*/
}
a:active.base_btn{
	box-shadow: 1px 1px 5px 0px #999;
	margin-left:4px;
	margin-top:4px;
}
.line_img2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.close_btn{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
a.close{
	background-color:#333;
	font-size:1.8rem;
}
@media screen and (max-width:480px){
	
}
@media screen and (max-width:1023px){
	#container {
		width:100%;
		margin:0px 0px 0px 0px;
		box-sizing: border-box;
	}
	#container img{
		width:100%;
		height:auto;
	}
}