@charset "UTF-8";
/* reset */
@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
	list-style-type: none;
}

body {
	line-height:1.4;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	word-break: break-all;
}

/* Container */
.container {
	width: 90%;
	max-width: 960px;
	margin: 20px auto 0;
}

/* header */
header{
	margin-bottom: 60px;
}


header h1{
	line-height: 0;
}

header h1 img{
	width: 100%;
	line-height: 0;
}

header ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;

}
header ul li {
	width: 35%;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #e2efff;
	background-color: #2f2b7e;
	text-align: center;
}

header ul li a{
	color: #fff;
	display: block;
	padding: 17px 0 14px;
	text-decoration: none;
}

header ul li:hover{
	opacity: 0.8;
}

/* Heading */
h2{
	font-size: 20px;
	margin-bottom: 25px;
	padding: 12px 12px 10px;
	border-left: 10px solid #2f2b7e;
	border-bottom: 2px solid #2f2b7e;
}

h3{
	font-size: 20px;
	margin-bottom: 25px;
	background-color: #e2ecfb;
	padding: 15px 22px;
}

/* index.html*/
section.about p{
	margin: 0 10px 50px;
}

section.about .iframe_box{
	width: 85%;
	margin: 10px auto 40px;
}

section.about iframe{
	width: 95%;
	border: 1px solid #d9d9d9;
	padding: 30px 15px;
}

section.link p, section.read p, section.read_noborder p{
	margin: 0 10px 40px;
}

section.link a.button, section.read_noborder a.button{
	display: block;
	width: 32%;
	margin: 0 auto 50px;
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #bebebe;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	color: #333;
	text-decoration: none;
}

a.button:hover{
	box-shadow: none;
	opacity: 0.5;
}

footer{
	border-top: 1px solid #d9d9d9;
	padding: 35px 0 ;
	padding-bottom: 35px;
}
.copyright {
	font-size: 15px;
	text-align: center;
	color: #666;
}

/* report.html*/
section.read{
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}

section.read_noborder{
	margin-bottom: 30px;
}

section.report{
	padding: 0 15px;
}

section.report ul{
	margin-bottom: 30px;
}

section.report p.newsttl{
	font-weight: bold;
	margin-bottom: 10px;
}

section.report ul li{
	margin-bottom: 15px;
	padding-left: 10px;
}

/* form.html*/
section.form {
	margin-bottom: 30px;
}

section.form dl{
	width: 90%;
	margin: 0 auto;
}

section.form dl dt{
	font-weight: bold;
	margin-bottom: 2px;
}

section.form dl dt:before{
	content: '■';
	color: #6699cc;
}

section.form dl dd{
	margin-bottom: 25px;
}

section.form p.caution{
	font-size: 14px;
	color: #ff0000;
	margin-bottom: 0;
}

section.form dl dd input{
	font-size: 16px;
	padding: 10px;
	letter-spacing: 1px;
	color: #4e4e4e;
	border: 1px solid #9a9ea6;
	border-radius: 4px;
	margin-top: 5px;
}

section.form dl dd textarea{
	font-size: 16px;
	padding: 10px;
	letter-spacing: 1px;
	color: #4e4e4e;
	border: 1px solid #9a9ea6;
	border-radius: 4px;
	margin-top: 5px;
}

div.send_button{
	margin-left: 50px;
}

div.send_button input{
	font-size : 16px;
	padding: 14px 30px;
	letter-spacing: 1px;
	border: 1px solid #bebebe;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	margin: 10px 10px 0 0;
}

div.send_button input.send_ok{
	background-color: #fff;
	color: #333;
}

div.send_button input.text_clear{
	background-color: #f7f7f7;
	color: #666;
}

div.send_button input:hover{
	opacity: 0.5;
}

/* link.html*/
section.linkpage{
	padding: 0 15px;
}

section.linkpage dl{
	margin: 0 10px 40px;
}

section.linkpage dl dt{
	font-weight: bold;
	margin-bottom: 8px;
}

section.linkpage dl dt:before{
	content: '■';
	color: #6699cc;
}

/*helpsite_info.html*/
section.news p.newsttl{
	font-weight: bold;
	margin-bottom: 15px;
}

section.news ul{
	margin-bottom: 35px;
	padding-left: 10px;
}

section.news ul li{
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 20px;
}

section.news ul li:before{
	content: '■';
	color: #6699cc;
}

span.new{
	font-size: 12px;
	color: #ff0000;
	vertical-align: top;
}

/* SP */
@media screen and (max-width: 750px) {
	p{
		line-height: 1.5;
	}

	/* SP header */
	header{
		margin-bottom: 20px;
	}

	header ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	header ul li{
		width: 100%;
	}

	header ul li a{
		font-size: 16px;
		text-decoration: none;
		padding: 10px;
	}

	/* SP Heading */
	h2{
		font-size: 18px;
	}

	h3{
		font-size: 18px;
	}

	/* SP index.html */
	section.link a.button, section.read_noborder a.button{
		display: block;
		width: 85%;
		margin: 0 auto 30px;
		padding: 20px 10px;
		text-align: center;
		border: 1px solid #bebebe;
		box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	}

	section.about p, section.link p, section.read p, section.read_noborder p{
		margin: 0 10px 30px;
	}

	section.about .iframe_box{
		width: 90%;
		margin: 10px auto 40px;
	}

	section.about iframe{
		width: 90%;
		border: 1px solid #d9d9d9;
		padding: 30px 15px;
	}

	/* SP helpsite_info.html */
	section.news ul{
		margin-bottom: 25px;
		padding-left: 10px;
	}

	section.news ul li{
		margin: 0 0 10px 0;
	}

	/* SP form.html */
	input, textarea{
		width: 90%;
		padding: 10px 5px;
		border: 1px solid #ccc;
	}

	div.send_button{
		text-align: center;
		margin: 0;
	}

	div.send_button p.caution{
		text-align: left;
	}

	div.send_button input{
		width: 40%;
		font-size : 16px;
		padding: 15px;
		margin: 10px 5px;
	}

	/* SP link.html */
	section.linkpage{
	padding: 0 5px;
}
}
