@charset "utf-8";
/* reset
------------------------------------------------------- */

* {
	padding: 0;
	margin: 0 auto;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;/*font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','Arial',sans-serif;
}
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;
}
html {
	background: url(bkg.jpg) center;
	background-size: cover;
	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* common | 共通 
------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear: both;
}
p {
	line-height: 150%;
}

.red {
	color: #F00;
}
.yellow {
	color:#fff100;
}
.purple {
	color:#af009e;	
}
.bold {
	font-weight:bold;}
.fs-60 {
	font-size:60%;}
.fs-70 {
	font-size:70%;}	
		
.center {
	text-align: center;
}

/* link */
a {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration:none;
}
a:active {
}
a.alpha:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/* top */
.margin-t5{margin-top:5px;}
.margin-t10{margin-top:10px;}
.margin-t15{margin-top:15px;}
.margin-t20{margin-top:20px;}
.margin-t25{margin-top:25px;}
.margin-t30{margin-top:30px;}
.margin-t35{margin-top:35px;}
.margin-t40{margin-top:40px;}
.margin-t45{margin-top:45px;}
.margin-t50{margin-top:50px;}
.margin-t7p{margin-top:7%;}


/* bottom */
.margin-b2{margin-bottom:2px;}
.margin-b5{margin-bottom:5px;}
.margin-b10{margin-bottom:10px;}
.margin-b15{margin-bottom:15px;}
.margin-b20{margin-bottom:20px;}
.margin-b25{margin-bottom:25px;}
.margin-b30{margin-bottom:30px;}
.margin-b35{margin-bottom:35px;}
.margin-b40{margin-bottom:40px;}
.margin-b45{margin-bottom:45px;}
.margin-b50{margin-bottom:50px;}


/* table */
table {
	width: 80%;
	border: #999 1px solid;
	margin: 0 auto 50px;
	line-height: 160%;
	background:#fff;
}

@media only screen and (max-width: 1024px) {
table {
	width: 90%;
}
}
td, th {
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	padding: 10px 15px;
	vertical-align: middle;
	line-height:1.5;
}
th {
	width:25%;
	text-align: left;
	font-weight: normal;
	background:#d0d0d0;
	vertical-align:top;
}

@media only screen and (max-width: 640px) {
td, th {
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	padding: 6px;
	vertical-align: middle;
	line-height: 130%;
}
}

td#action {
	text-align: center;
}


table tr td input[type="text"], table tr td textarea {
	width: 100%;
min-height: 20px;
}
table tr td textarea {
	min-height: 150px;
}

@media only screen and (max-width:540px) {
table.sp-block {
	width: 97% !important;
	overflow: hidden;
	margin:10px auto 30px;
	padding-right:3%;
	
}
table.sp-block th,table.sp-block td {
	width: 100%;
	display: block;
	border-top: none;
	
}
table.sp-block tr:first-child th {
	border-top: 0px solid #ddd;
}
table.sp-block tr:last-child td {
	border-bottom: 0px solid #ddd;
}
table.sp-block tr td input[type="text"], table.sp-block tr td textarea {
	width: 95%;
}
table.sp-block tr td textarea {
	min-height: 80px;
}

}
 





img {
	max-width: 100%;
}




.p-r {
	position:relative;
}

.css-br::after {
  content: "\A" ;
  white-space: pre;
}



/* container | 基本構造 
------------------------------------------------------- */

.outsidewrap {
	overflow: hidden;
	background-color: rgba(26,52,82,0.3);
	height: 100vh;
}
.wrap {
	margin:10% auto;
	text-align: center;
	color: #fff;
	
}

h1 {
	font-size:170%;
	margin-bottom: 2%;
}
h2 {
	font-size:230%;
	margin-bottom: 3%;
}
h3 {
	font-size:230%;
	margin-bottom: 3%;
}
p {
	font-size:110%;
	line-height: 1.5;
	margin-bottom:1.5%;
}



@media only screen and (max-width: 1220px) {
.wrap {
	width: 90%;
}
}

@media only screen and (max-width: 820px) {
h1 {
	font-size:140%;
	margin-bottom: 3%;
}
h2 {
	font-size:200%;
	margin-bottom: 5%;
}
	h3 {
	font-size:180%;
	margin-bottom: 8%;
}
p {
	font-size:100%;
	margin-bottom:3%;}
}

@media only screen and (max-width: 540px) {
	h1 {
			line-height: 1.25;
	}
	h2 {
	font-size:180%;
}
		h3 {
	font-size:150%;
}

p {
	font-size:90%;
}
}
