@charset "utf-8";
/* CSS Document */

body {
	max-width: 980px;
	min-width: 400px;
	margin: 0 auto;
	font-family: 'Yu Gothic M', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.4;
}

/*----------------------------------------------------
common
----------------------------------------------------*/
#header {
	background-color: #003279;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: 750;
	border: solid 2px;
	border-color: #898989 #898989 #ffffff #898989;
	padding: 20px 40px 10px 40px;
	text-align: center;
}

#sub_header {
	background-color: #003279;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 20px 10px 40px;
	border-right: 2px solid #898989;
	border-bottom: 2px solid #898989;
	border-left: 2px solid #898989;
}

#content1 {
	background-color: #ffffff;
	padding: 40px 40px 40px 40px;
	border-right: 2px solid #898989;
	border-left: 2px solid #898989;
}

#content2 {
	background-color: #ffffff;
}

#content3 {
	background-color: #ffffff;
	padding: 30px 40px 30px 40px;
	border-right: 2px solid #898989;
	border-left: 2px solid #898989;
}

#footer {
	height: 50px;
	background-color: #ffffff;
	padding: 5px 0px 40px 0px;
	border-top: 2px solid #898989;
}

span {
	display: inline-block;
}

@media only screen and (max-width:767px) {
	#content1 {
		padding: 10px 20px 10px 20px;
	}

	#content1 h1 {
		margin: auto;
		font-size: 1.5em;
	}
}

/*---------------------------------------------------
sub_header
----------------------------------------------------*/
.ttl {
	font-size: 3.5em;
}

.date {
	font-size: 2.25em;
}

@media only screen and (max-width:767px) {
	#header {
		font-size: 1.3em;
	}

	.ttl {
		font-size: 2.25em;
	}

	.date {
		font-size: 1.75em;
	}

}


/*----------------------------------------------------
content1
----------------------------------------------------*/
.square_btn {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #4682b4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.square_btn:hover {
	background: #6c90a8;
}


/*----------------------------------------------------
content2
----------------------------------------------------*/

table.t1 {
	width: 100%;
	border-collapse: collapse;
}

.t1 th,
.t1 td {
	border: 2px solid #8e8e8e;
	text-align: center;
}

.t1 th {
	width: 50%;
	padding: 2px;
}

table.t2 {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.t2 th,
.t2 td {
	padding: 20px;
	border: 1px solid #8e8e8e;
}

.t2 th {
	width: 60px;
	font-weight: normal;
	text-align: center;
}

.t2 td {
	text-align: left;
}

td > table.t2 {
	margin: -1px 0px;
}

@media only screen and (max-width:767px) {
	.t1 {
		margin: 0 auto;
	}

	.t1 th,
	.t1 td {
		width: 100%;
		display: block;
		border-top: none;
		box-sizing: border-box;
	}

	.t1 tr:first-child th {
		border-top: 1px solid #8e8e8e;
	}

	.t1 th {
		background: #f4f4f4;
	}

	.t2 th,
	.t2 td {
		text-align: center;
	}

}

.pj {
	color: #58595b;
	font-size: 1.5em;
}

.details {
	color: #58595b;
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
}

.details:hover {
	color: #8e8e8e;
}

.mark01_img {
	vertical-align: middle;
	padding: 0 8px 5px 0px;
}

.update {
	font-size: 1em;
	font-weight: normal;
}

.hd_date {
	font-size: 1.75em;
	font-weight: bold;
	color: white;
	background-color: #003279;
}

.row {
	display: flex;
}

.row:after {
	display: table;
	content: "";
	clear: both;
}

.rowname, .cell {
	display: block;
	float: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
	box-sizing: border-box;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.rowname {
	display: flex;
	width: 16%;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.cell {
	width: 42%;
}

.small-on {
	display: none;
}

@media only screen and (max-width:767px) {
	.row{
		display: block;
	}
	.cell {
		width: 100%;
	}
	.small-on {
		display: inline;
	}
	.small-off {
		display: none;
	}
}

/*----------------------------------------------------
content3
----------------------------------------------------*/
.msg {
	font-size: 1.15em;
	text-align: center;
}

.access {
	font-size: 1.15em;
	font-weight: 750;
	color: #003279;
	text-decoration: none;
}

.access:hover {
	color: #6c90a8;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
.box_left {
	width: 70%;
	float: left;
	text-align: left;
	overflow: hidden;
	padding: 30px 0 0 0;
}

.box_right {
	width: 30%;
	float: left;
	text-align: right;
	overflow: hidden;
}

.kit_img {
	width: auto;
	max-width: 100%;
	heignt: auto;
}

.ap_img {
	width: auto;
	max-width: 100%;
	heignt: auto;
}
