@charset "UTF-8";

/* =============================================================================

	RESET

	html5doctor.com Reset Stylesheet v1.6.1
	Richard Clark - http://richclarkdesign.com

============================================================================= */

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,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';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;}
input, select {vertical-align:middle;}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
body {-webkit-text-size-adjust:100%;}
header ul,footer ul {list-style:none;}


/* =============================================================================

	BASE

============================================================================= */

body {
	color: #333;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1;
	background: #f4f5f6;
}

button, input, select, textarea {
	color: #333;
	font-family : inherit;
	font-size: 100%;
}

input, select {
	vertical-align: middle;
}

select {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}

a img {
	overflow: hidden;
}

a:link,
a:visited {
	color: #03c;
	text-decoration: underline;
	outline: none;
}

a:hover,
a:focus,
a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

p,li,dt,dl {
	line-height:1.6;
}


/* =============================================================================

	PARTS

============================================================================= */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* clearfix */
.clfx {
	zoom:1;
	min-height: 1px;
}

.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.nowrap {
	white-space: nowrap;
}

.inblock {
	display: inline-block;
}

.indent_01 {
	display: block !important;
	margin-top: 2px;
	padding-left: 1em;
	text-indent: -1em;
}

.kakko {
	display: inline-block;
	text-indent: -0.5em;
}

.sp_show {
	display: none !important;
}

@media screen and (max-width: 767px) {

	.sp_hide {
		display: none !important;
	}

	.sp_show {
		display: block !important;
	}

	.sp_show.inline {
		display: inline !important;
	}

}


/* =============================================================================

	COMMON

============================================================================= */

/* contents
----------------------------------------------------------*/

#header {
	padding: 0 10px;
	border-bottom: 2px solid #29538d;
}

#header_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}

#header h1 {
	color: #29538d;
}

#header h1 .title_01 {
	display: block;
	font-size: 46px;
	line-height: 1.2;
}

#header h1 .title_02 {
	display: block;
	margin-top: 10px;
	font-size: 40px;
}

@media screen and (max-width: 767px) {

	#header_inner {
		padding: 15px 0;
	}

	#header h1 .title_01 {
		font-size: 25px;
	}

	#header h1 .title_02 {
		font-size: 20px;
	}

}


/* contents
----------------------------------------------------------*/
#contents {
	min-height: 300px;
	padding: 20px 10px;
	background: #fff;
}

#contents_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 10px;
	padding: 15px;
	background: #fff;
}

#contents p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {

	#contents {
		min-height: 200px;
	}

	#contents_inner {
		padding: 0;
	}

}

/* footer
----------------------------------------------------------*/
#footer {
	padding: 0 10px;
	color: #666;
	font-size: 18px;
}

#footer_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

#return {
	margin: -15px 15px 15px;
	font-size: 14px;
}

#logout {
	text-align: center;
}

#logout a {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #efefef;
	text-decoration: none;
	color: #333;
}

#pagetop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
}

#pagetop a {
	position: absolute;
	top: -63px;
	right: 0;
	z-index: 5;
	color: #07913a;
	font-size: 50px;
	line-height: 1;
}

#copyright {
	font-size: 14px;
	line-height: 1.6;
}

#copyright dt {
	margin-bottom: 8px;
}

#copyright .bold {
	font-size: 18px;
	font-weight: bold;
}

#copyright .small {
	font-size: 11px;
}

@media screen and (max-width: 767px) {

	#return {
		margin: -15px 0 30px;
	}

	#pagetop a {
		top: -57px;
		font-size: 40px;
	}

	#copyright {
		line-height: 1.4;
	}

	#copyright .bold {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 16px;
	}

	#copyright .small {
		display: inline-block;
		margin: 0 0 5px 1.5em;
	}

}


/* =============================================================================

	PAGE

============================================================================= */

#contents .ul_01 {
	margin-bottom: 20px;
	list-style-type: none;
}

#contents .ul_01 li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#contents .ul_01 li:before {
	content: '◎';
}

#contents h2 {
	margin: 40px 0 20px;
	padding-left: 10px;
	border-left: 5px solid #29538d;
	color: #666;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}

#contents .download {
	margin-top: 30px;
}

#contents .download li {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}

#contents .download li .left {
	flex: 1;
}

#contents .download li .no {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

#contents .download li .name {
	margin-left: 15px;
	margin-bottom: 5px;
}

#contents .download li .title {
	margin-left: 15px;
	font-size: 20px;
}

#contents .download li .right {
	width: 150px;
}

#contents .download .btn {
	display: block;
	max-width: 100px;
	margin: 0 0 0 auto;
	padding: 8px;
	border-radius: 3px;
	border-bottom: 2px solid #a00;
	background: #c00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#contents.video .message {
	margin-top: 50px;
	padding: 15px;
	background: #f7f7f7;
	text-align: center;
}

#contents .index_btn {
	display: flex;
	gap: 50px;
	margin-top: 40px;
}

#contents .index_btn li {
	width: calc(50% - 25px);
	list-style-type: none;
}

#contents .index_btn a {
	display: block;
	max-width: 300px;
	width: calc(100% - 10px);
	margin: 0 auto;
	padding: 15px 5px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#contents .index_btn .shiryo {
	background: #29538d;
	border-bottom: 2px solid #1e3c65;
}

#contents .index_btn .enquete {
	background: #c00;
	border-bottom: 2px solid #a00;
}

@media screen and (max-width: 767px) {

	#header h1 .title_01 {
		margin-bottom: 10px;
		font-size: 22px;
	}

	#header h1 .title_01 .small {
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}

	#header h1 .title_02 {
		font-size: 16px;
	}

	#contents h2 {
		font-size: 20px;
	}

	#contents h2 .small {
		font-size: 16px;
	}

	#contents .index_btn {
		flex-direction: column;
		gap: 20px;
	}

	#contents .index_btn li {
		width: 100%;
	}

	#contents .download li {
		flex-direction: column;
		margin-bottom: 20px;
	}

	#contents .download li .left {
		width: 100%;
		margin-bottom: 15px;
	}

	#contents .download li .right {
		width: 100%;
	}

	#contents .download .btn {
		margin: 0 auto;
		max-width: 200px;
	}

}
