@charset "UTF-8";

/*================================================
 *  CSSリセット
================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}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}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}

/*================================================
 *  一般・共通設定
================================================*/

html { height: 100%; }

body {
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

ul { list-style: none; }

blockquote,q {quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: none }

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[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #0071BC;
	text-decoration: underline;
}
	a:hover {
		color: #000;
		text-decoration: none;
	}
	
	a:link{
		-webkit-transition: 0.2s linear;
		transition: 0.2s linear;
	}

h1 { font-size: 28px; }

h2 {
	font-size: 40px;
	color: #000;
	text-align: center;
	font-family: 'mplusC';
}

main { width: 100%; }
p { margin: 0 0 1em 0; }
img { vertical-align: bottom; }
em { font-weight: bold; }
strong { font-weight: bold; }
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

.bgg {
	display: flex;
	justify-content: center;
}

@font-face {
	font-family: 'mplusC';
	src: url('webfonts/font.eot');
	src: url('webfonts/font.eot?#iefix') format('embedded-opentype'),
		url('webfonts/font.woff') format('woff'),
		url('webfonts/font.ttf') format('truetype');
}

.mplusC { font-family: 'mplusC'; }

.clear { clear: both; }

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after { clear: both; }

.contents {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 50%);
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.content { flex: 1; }
.contents1 { padding: 0 15px; }
.contents3 { padding: 0 15px; }

.mb30 { margin-bottom: 30px; }

/*================================================
 *  メイン
================================================*/

.red { color:#c0392b; }
.blue { color: #1557c0; }

input.infoInput {
	height: 20px;
	margin: 0;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.formBtn_l { text-align: center; }

.formBtn1 {
	width: 150px;
	height: 40px;
	border-radius: 50vh;
	background: #0071BC;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-family: 'mplusC';
	border: 1px solid #0071BC;
	margin: auto;
	font-size: 16px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

	.formBtn1:hover {
		background: #fff;
		color: #0071BC;
	}

table.table_rec {
	width: 75%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial;
	margin: 0px auto 20px;
}

	table.table_rec th {
		background: #F7F7F7;
		color: #000000;
		border-collapse: collapse;
		border: solid 1px #ccc;
		padding: 8px 10px 5px 10px;
		font-weight: normal;
		vertical-align: middle;
	}
	
	table.table_rec td {
		border-collapse: collapse;
		border: solid 1px #ccc;
		padding: 8px 10px 8px 10px;
		vertical-align: middle;
	}

.infosize3 { width: 83%; }
.infosize5 { width: 450px; }

.eye-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	margin-left: 5px;
}
