@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #F8F5F1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
textarea {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
}
input {
	padding: 5px 0;
}

.title1 {
	text-align: center;
	font-size: 18px;
	margin: 1em;
	line-height: 20px;
}
a {
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	text-decoration: underline;
	opacity: 0.6;
}
.button-control {
	text-align: center;
}

.button-control .button,
a.button {
	margin: 10px 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border-style: none;
	border-radius: 0;
	transition: 0.3s;
	margin-left: 10px;
	box-sizing: border-box;
}

.button-control .button:hover,
.button.log-in:hover,
a.button {
	opacity: 0.7;
	background-color: #DCE6F2;
}
.button-control .button {
	color: #325D98;
	border: 1px solid #325D98;
	background-color: #FFFFFF;
}


/*幅と背景*/
#wrapper {
	text-align: center;
	max-width: 1000px;
	width: 98%;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #C7C9B4;
	padding-bottom: 50px;
}
.header {
	border-bottom: 7px solid #396cad;
}
.h1   {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 27px;
	color: #396cad;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.error {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 16px;
}
table.base1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 16px;
	border-collapse: collapse;
}
table.base1 th {
	padding: 3px;
	background-color: #F8F5F1;
	text-align: center;
	font-weight: normal;
	border: 1px solid #A5A5A5;
	box-sizing: border-box;
}
table.base1 td {
	margin: 0px;
	border: 1px solid #A5A5A5;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	box-sizing: border-box;
}
.komoku {
	background-color: #F8F5F1;
	font-weight: 300;
	text-align: left;
}
.midashi1 {
	background-color: #386BAE;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #FFF;
	box-sizing: border-box;
}
.setsumei {
	text-align: center;
	margin: 3px;
	width: auto;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #000000;
	border-width: 0px;
	height: 1px;
	max-width: 780px;
}

.br_sp{
	display: none;
}
/*span設定*/
.eg {
	color: #325D98;
	font-size: 11px;
}
.eg2 {
	color: #325D98;
	font-size: 9pt;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	box-sizing: border-box;
}
.red {
	color: #F00;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2C89;
}

/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	box-sizing: border-box;
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各2文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
	box-sizing: border-box;
}
.space_tb3 { /* 使い方   class="space_tb3" */
	/*上下に各3文字分のマージン（スペース）*/
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 0em;
	box-sizing: border-box;
}
.space_lr1 { /* 使い方   class="space_lr1" */
	/*左右に各1文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 1em;
	box-sizing: border-box;
}.space_lr2 { /* 使い方   class="space_lr2" */
	/*左右に各2文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: 2em;
	box-sizing: border-box;
}

.width30 {
	width: 30px;
}
.width50 {
	width: 50px;
}
.width100 {
	width: 100px;
}
.bg_green {
	background-color: #EEF5FF;
}
.per12{
	width: 12.5%;
}
.per20 {
	width: 20%;
}.per30 {
	width: 30%;
}.per50 {
	width: 50%;
}.per70 {
	width: 70%;
}.per75 {
	width: 75%;
}.per90 {
	width: 90%;
}.per95 {
	width: 95%;
}
.per100{
	width: 100%;
}
textarea.full ,input.full{
	width: 100%;
	box-sizing: border-box;
}


/*簡易スマホ対応*/

@media screen and (max-width:450px){
	
	body{
		background-color: #FFFFFF;
	}
	
	#wrapper{
		border: none;
	}

.header{
	padding: 10px;
	box-sizing: border-box;
}

.h1{
	font-size: 20px;
}

table.base1.sp-table td.komoku{
	display: block;
	width: 100%;
	border-bottom: none;
}


table.base1.sp-table td{
	display: block;
	width: 100%;
	border-bottom: none;
}
	
	table.base1.sp-table td{
	display: block;
	width: 100%;
	border-bottom: none;
}



table.base1.sp-table{
	border-bottom: 1px solid #A5A5A5;
}
	
	
	.eg2{
		padding: 0px 10px 5px;
	}
	
	.br_sp{
	display: block;
}
	
	.per30{
		width: 90%;	
}
	.per90.sp90{
		width: 80%;
	}
	
	.per50{
		width: 90%;
	}
	
	.top_5{
		margin-top: 5px;
	}
	
	.midashi1{
		height: auto;
	}

}

