@charset "utf-8";

/* HOME */

#home-contents {
	z-index: 2;
	position: relative;
	width: 100%;
	height: auto;
}

#home-contents-block {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 60px auto;
}


.site_title_1 {
	width: 100%;
	margin: 20px 0;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.site_title_2 {
	width: 100%;
	margin: 20px 0;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

.site_bland_select {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.site_bland_select li {
	display: inline-block;
	width: calc((100% - 26px) / 2);
	width: -webkit-calc((100% - 26px) / 2);
	width: -moz-calc((100% - 26px) / 2);
	height: auto;
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
	padding: 0;
	margin: 0 25px 25px 0;
	overflow: hidden;
}
.site_bland_select li:nth-child(2n) {
	margin: 0 0 25px 0;
}


#home-footer {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.home_footer_wrapper {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}






/* */


#contents-warapper {
	z-index: 2;
	position: relative;
	width:100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../images/back01.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 4px 4px;
}

#contents {
	z-index: 3;
	position: relative;
	max-width: 1024px;
	width:100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	border-left: 2px solid #8C8C8C;
	border-right: 2px solid #8C8C8C;
	background: #FFFFFF;
}


#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	margin: 0;
	padding: 0;
}

#header a {
	text-decoration: none;
}

.header_top {
	width: 98%;
	height: 100px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #FFFFFF, #C3C3C3);
}

.site_title {
	position: relative;
	width: 85%;
	height: 33px;
	margin: 0;
	padding: 55px 0 0 3%;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.site_title a {
	color: #000000;
}
.site_title a:hover {
	color: #c6202c;
}

.site_top_back {
	position: relative;
	width: 10%;
	padding: 70px 0 0 0;
	float: right;
}
.site_top_back a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.site_top_back a:hover {
	color: #c6202c;
}

.header_borer {
	width: 98%;
	height: 10px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #A9A9A9, #B3B3B3);
}

#menu {
	width: 98%;
	height: 50px;
	margin: 0 auto;
}

#menu a {
	text-decoration: none;
}

.menu-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.menu-wrapper li {
	display: inline-block;
	width: calc(100% / 5);
	width: -webkit-calc(100% / 5);
	width: -moz-calc(100% / 5);
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	background: linear-gradient(to bottom, #CD4F4A, #C43A32, #96241B);
	border-left: 2px solid #4E3331;
	overflow: hidden;
}
.menu-wrapper li:last-child {
	border-right: 2px solid #4E3331;
}
.menu-wrapper li a {
	color: #ffffff;
}
.menu-wrapper li:hover {
	background: linear-gradient(to bottom, #000000, #333333, #999999);
}

.menu_borer {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	border-top: 2px solid #A0251C;
	background: #E0908B;
}

@media print, screen and (max-width: 768px) {

	.site_title {
		position: relative;
		width: 100%;
		height: 33px;
		margin: 0;
		padding: 15px 0 0 15px;
		font-size: 30px;
		font-weight: bold;
		float: left;
	}

	.site_top_back {
		position: relative;
		width: auto;
		padding: 25px 15px 0 0;
		float: right;
	}

	#header {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	#menu {
		width: 98%;
		height: auto;
		margin: 0 auto;
	}

	.menu-wrapper li {
		display: inline-block;
		width: 100%;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		color: #ffffff;
		vertical-align: middle;
		padding: 0;
		margin: 0;
		background: linear-gradient(to bottom, #CD4F4A, #C43A32, #96241B);
		border-left: 2px solid #4E3331;
		border-right: 2px solid #4E3331;
		border-bottom: 2px solid #4E3331;
		overflow: hidden;
	}
	.menu-wrapper li:last-child {
		border-right: 2px solid #4E3331;
	}


}





/* TOP */

#site-main-img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


#home-navigation {
	z-index: 2;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.contents_navi {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.contents_navi li {
	display: inline-block;
	width: calc(100% / 5);
	width: -webkit-calc(100% / 5);
	width: -moz-calc(100% / 5);
	height: auto;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	vertical-align: middle;
	padding: 0 0 40px 0;
	margin: 0;
	background: #FFFFFF url(../images/navi-back.png) repeat-x left bottom;;
	background-size: 100% 30px;
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	overflow: hidden;
}
.contents_navi li:last-child {
	border-right: 0px solid #B2B2B2;
}

.contents_navi li:hover {
	background: #c6202c url(../images/navi-back.png) repeat-x left bottom;;
}

.contents_navi li a {
	display: block;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	height: 100%;
	padding: 10px;
	text-decoration: none;
}

.contents_navi li a .nav_txt1  {
	font-size: 40px;
	font-weight: bold;
	color: #B4B5B7;
}

.contents_navi li a .nav_txt2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.contents_navi li:hover a .nav_txt2 {
	color: #ffffff;
}

.contents_navi li a .nav_txt3 {
	font-size: 12px;
	font-weight: normal;
	color: #B63133;
}
.contents_navi li:hover a .nav_txt3 {
	color: #ffffff;
}


@media print, screen and (max-width: 768px) {


	.contents_navi li {
		display: inline-block;
		width: 100%;
		height: auto;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		color: #000000;
		vertical-align: middle;
		padding: 0 0 40px 0;
		margin: 0;
		background: #FFFFFF url(../images/navi-back.png) repeat-x left bottom;;
		background-size: 100% 30px;
		border-top: 1px solid #B2B2B2;
		border-right: 0px solid #B2B2B2;
		overflow: hidden;
	}
	.contents_navi li:last-child {
		border-right: 0px solid #B2B2B2;
	}

	.contents_navi li a .nav_txt1  {
		font-size: 40px;
		font-weight: bold;
		line-height: 40px;
		color: #B4B5B7;
		margin-right: 20px;
		float: left;
	}

	.contents_navi li a .nav_txt2 {
		font-size: 20px;
		font-weight: bold;
		color: #000000;
	}


}



/* メインコンテンツ */

#main-contents-block {
	width: 98%;
	height: auto;
	margin: 0px auto;
}

#main-contents-wrapper {
	width: 90%;
	height: auto;
	margin: 60px auto;
}

.contents_title_block {
	width: 100%;
	padding: 0px 0px 0px 15px;
	border-left: 10px solid #c51c1f;
}
.contents_title_name {
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #484848;
}

.contents_title_bland {
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
}


.main_contents_wrapper {
	width: 100%;
	height: auto;
	margin: 40px auto 80px auto;
}


.section_title {
	width: 100%;
	margin: 60px auto 20px auto;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #000;
	border-bottom: solid 1.5px #000;
	padding: 0.1em 0.8em;
}


.file_download_block {
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	padding-left: 2px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
}

.file_download_block a:hover {
	color: #c60202;
}


.photo_download_block {
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
}

.photo_download_block a:hover {
	color: #c60202;
}


.icon01:before {
	width: 12px;
	height: 12px;
	padding-right: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(../svg/arrow-red.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
}

.post_new_mark {
	font-weight: bold;
	color: #ff0000;
	padding-left: 10px;
}







/* フッター */

#footer {
	z-index: 10;
	position: relative;
	width: 98%;
	height: 40px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
}

.footer_wrapper {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}


