@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 reset
----------------------------------------------------*/




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { 


	
	   }


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img { vertical-align: middle; }

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

ul, menu, dd, dir {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin:15px 0 15px 40px;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-o-padding-start: 0;
	-ms-padding-start: 0;
}




/*----------------------------------------------------
 contents
----------------------------------------------------*/

body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
	background:url(img/bg_blue.png) repeat;
	-webkit-text-size-adjust : 100%;
	overflow: hidden;/* スクロール時横幅全体表示 */
	min-width: 800px;
	background:#bee7fb;
}

#pri{
	width:640px;
	background:#fff;
	margin:30px auto;
	border:1px solid #ccc;
	padding:30px;
	font-size:14px;
}
#pri p{
	margin-bottom:30px;
}

#pri p strong{
	font-weight:bold;
	display:block;
	font-size:16px;
	border-bottom:1px dotted #999;
}
#pri + p,
#pri + footer{
	text-align:center;
	margin:20px auto;
	font-size:14px;
}
.pri{
	margin:0 auto;
	text-align:center;
}
.pri a{
	display:inline-block;
	line-height:2em;
	text-align:center;
	margin:0 auto 30px;
	font-size:14px;
}


article{
	width:80vw;
	max-width:800px;
	margin:40px auto;
	background:rgba(255,255,255,0.3);
	padding:30px;
	border-radius:;
	
}


footer {
	color: #fff;
	background:  url("img/title_bg.jpg") 0 center / cover no-repeat;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 20px 0;
}


table.toku{
	padding:10px;
	margin:10px auto;
	width:100%;
}

table.toku th{
	background:#f4f4f4;
	border:solid 1px #c9c9c9;
	padding:10px;
	vertical-align:middle;
}

table.toku td{
	background:#fff;
	border:solid 1px #c9c9c9;	
	padding:10px;
	vertical-align:middle;	
}

h2{
	color:#004eff;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	margin:20px 0;
	
}


h3{
	font-size:21px;
	font-weight:bold;
	margin:12px 0 ;
}




/* スマホ用スタイル */

@media(max-width:749px) {
body{
	min-width: inherit;
}

#pri {
	width:90%;
	padding: 0;
	margin: 0 auto;
	border:none;
}

table td{
	word-break: break-all;
}

td,th{
	font-size:15px;
}

p{
	font-size:15px;
}

	h3{
		font-size:18px;
	}

ul li{
	font-size:15px;
}

ul{
	margin:15px 0 15px 25px;
}

	

}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix { height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/ }
