@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}


html {
	overflow: auto;
}


body {
    font: 15px/1.231 arial,helvetica,clean,sans-serif;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	}
.spIn {
	display:none;	
}


@media screen and (max-width:640px){
body {
    font: 15px/1.231 arial,helvetica,clean,sans-serif;
	}
.pcIn {
	display:none;	
}
.spIn {
	display:inline;	
}

img{
max-width:100%;
width:auto;
height:auto;
}
}



/*	header -------------------------------------- */
header {
	margin-bottom:20px;
}
header div {
	max-width:980px;
	margin:0 auto;
	padding:15px 0 10px;
	border-bottom: 1px solid #999;
}
header h1 {
	margin:0 10px;
}
header h1 img {
	width: 300px;
}

#wrapper {
	margin:0 10px;
}
div#wrapper h2 {
	margin:0 0 10px;
	font-size: 1.6em;
	color:#121d27;
}


/*	footer -------------------------------------- */
footer {
	overflow:hidden;
	margin:20px 0;
	text-align:center;
}
footer address {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}


/*	main -------------------------------------- */

#freepage {
	max-width: 980px;
	margin:0 auto 50px;
}

#freepage .img {
	margin:0 0 25px;
}
#freepage .txt {
	margin:0 0 25px;
	font-size:1.1rem;
	line-height: 1.6;
}
#freepage .two {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin:0 0 25px;
}
#freepage .two > div {
	width:48%;
}
#freepage .two-img {
}
#freepage .two-txt {
	font-size:1.1rem;
	line-height: 1.6;
}

#freepage .center {
	text-align: center;
}
#freepage .right {
	text-align: right;
}

@media screen and (max-width:640px){
#freepage {
	margin:0 3% 50px;
}
}


#freepage .notes {
	display: block;
	font-size:0.8rem;
	line-height: 1.3;
	color:#666;
}


#freepage a.btnR {
	display: inline-block;
	padding:10px 10px;
	width:70%;
	color:#FFF;
	font-size:1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ce0000;
	border-radius: 10px;
}
#freepage a.btnO {
	display: inline-block;
	padding:10px 10px;
	width:70%;
	color:#FFF;
	font-size:1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ef7100;
	border-radius: 10px;
}
#freepage a.btnB {
	display: inline-block;
	padding:10px 10px;
	width:70%;
	color:#FFF;
	font-size:1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #007acc;
	border-radius: 10px;
}
#freepage a.btnG {
	display: inline-block;
	padding:10px 10px;
	width:70%;
	color:#FFF;
	font-size:1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #00770b;
	border-radius: 10px;
}


@media screen and (max-width:640px){
#freepage a.btnR,#freepage a.btnO,#freepage a.btnB {
	width:75%;
	font-size:1.2rem;
}

}