@charset "utf-8";

/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------------------ */
/*----- for HTML5 -----*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* Costom Reset
------------------------------------------------------ */
/*----- for HTML5 -----*/
main { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
h1, h2, h3, h4, h5, h6 ,small { font-weight: normal; }
ul, ol { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }
address { font-style: normal; }
hr, legend { display: none; }
time { display: block; }
sub, sup{ position: relative; font-size: 10px; font-size: 1rem; line-height: 1; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { /* max-width: 100%; height: auto; */ vertical-align: top; }





body{
	font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	line-height:1.4;
	padding-bottom:0px;
	font:14px;
}
.mainSection{
	max-width:900px;
	margin:0 auto;
	padding-bottom:50px;
	padding-top:50px;
}
h1 {
	font-size: 30px;
	text-align:center;
	margin-bottom:12px;
}
h1 span {
	display:inline-block;
	background:url(logo.png) no-repeat center top;
	padding-top:99px;
}
h1 strong{
	font-size:33px;
}
.lead{
	text-align:center;
	font-size:23px;
	margin-top:19px;
	margin-bottom:21px;
	color:#398fcb;
	font-weight:bold;
}
.text{
	font-size:15px;
}
#linkArea{
	max-width:900px;
	margin:0 auto;
}
#linkArea textarea{
	width:100%;
	padding:20px;
	border:1px solid #999;
	font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

.openLink{
	text-align:center;
	margin-bottom:24px;
}
.openLink span {
	display:inline-block;
	border-radius: 28px;
	color: #ffffff;
	font-size: 20px;
	background: #3498db;
	padding: 12px 130px 12px 130px;
	text-decoration: none;
	cursor:pointer;
}
.openLink span:hover {
	background: #3cb0fd;
	text-decoration: none;
}
.openLink.under{
	margin-top:40px;
}

.box .boxL{
	float:left;
	width:580px;
}
.box .boxR{
	float:right;
	width:300px;
	text-align:center;
}
.adBox{
	text-align:center;
}

.longAdd{
	width:100%;
	margin-bottom:40px;
	text-align:center;
}
.atn{
	text-align:center;
	font-size:12px;
}

.snsBox{
	margin-bottom:20px;
}
.snsBox ul{
	float:right;
}
.snsBox li{
	float:left;
	margin-left:20px;
}

.footer{
	background:#398fcb;
	color:#FFF;
	font-size:12px;
	margin-top:50px;
	text-align:center;
	padding-top:7px;
	padding-bottom:6px;
}
.mailFormBlock{
	width:240px;
	margin:30px auto 30px auto;
}

@media only screen and (max-width: 700px) {

body{
	padding:15px;
	padding-bottom:0px;
}
*{
	font-size:0.94rem !important;
}

.box .boxL{
	float:none;
	width:100%;
	margin-bottom:30px;
}
.box .boxR{
	float:none;
	width:100%;
}
.openLink span {
	display:block;
	padding-left:0px;
	padding-right:0px;
}
.atn{
	font-size:12px !important;
}
.footer{
	margin-left:-15px;
	margin-right:-15px;
}
}

.box:after,
.snsBox:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

