@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;
	/*	border-right: 2px solid #898989;
	border-left: 2px solid #898989;*/

}

@media only screen and (max-width:767px) {
	body {
		font-size: 1.1em;
	}
}

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

#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: 20px 40px 40px 40px;
	border-right: 2px solid #898989;
	border-left: 2px solid #898989;
}

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

#content3 {
	background-color: #ffffff;
	padding: 10px;
	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 {
	/*»­Ãæ·ù¤¬ÏÁ¤Þ¤Ã¤¿•r
		<span>¤ÎÎ»ÖÃ¤Ç¸ÄÐÐ¤¹¤ë	*/
	display: inline-block;
}

.align_center {
	text-align: center;
}

.item_name {
	font-weight: bold;
	font-size: 1.25em;
}

.paragraph {
	text-indent:1em;
	line-height: 1.5;
}

ul {
	display: block;
	margin-block: 0 1em;
	margin-inline: 0em 0em;
	padding-inline: 2em 0;
}

li {
	padding: 0.25em 0 0.25em 0.25em;
	position: relative;
}
ul.disc li {
	list-style-type: disc;
}

ul.notes li {
	list-style-type: '¡ù';
}

@media only screen and (max-width:767px) {
	#content1 {
		padding: 0.5em 0.5em 1.5em 0.5em;
	}
}

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

.sub_ttl {
	font-size: 2.0em;
	font-weight: bold;
}

.date {
	font-size: 2.25em;
}

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

	}

	.ttl {
		font-size: 2.0em;
	}

	.sub_ttl {
		font-size: 1.5em;
	}

	.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;
}

.link_btn {
	margin-bottom: 10px;
}

.square_btn_2 {
	margin-top: 10px;
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #003279;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 10px;

}

/*----------------------------------------------------
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: 0.5em 0;	padding: 20px;
	border: 1px solid #8e8e8e;
}

.t2 th {
	width: 200px;
	font-weight: normal;
	text-align: center;
	background-color: #f4f4f4;
}

.t2 td {
	text-align: left;
	padding: 1em;
}

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 {
		border-top: double;
	}

	.t2 td {
		border-bottom: double;
	}
}

.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;
}

@media only screen and (max-width:767px) {
	.hd_date {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/*----------------------------------------------------
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;
	}

	.contact {
		width: 29em;
		margin-left: auto;
		padding: 1em 0 0.5em 0;
		font-size: 1.15em;
		text-decoration: none;
	}

@media only screen and (max-width:767px) {
	.contact {
		width: 100%;
		padding: 1em 0 0.5em 0;
		font-size: 1.15em;
		text-decoration: none;
	}
}

@media only screen and (min-width:768px) {
	a[href^="tel:"]{
		color: black;
		pointer-events: none;
		text-decoration: none;
	}
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
	.box_left {
		float: left;
		overflow: hidden;
		padding: 30px 0 0 0;
	}

	.box_right {
		float: right;
		overflow: hidden;
		padding: 30px 0 0 0;
	}

	.kit_landscape1 {
		width: auto;
		max-width: 100%;
		heignt: auto;
		padding: 0 0.5em 1em 0;
	}

	.ict_landscape2 {
		width: auto;
		max-width: 100%;
		heignt: auto;
		padding: 0 0 1em 0;
	}
