@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
td,
th,
input,
textarea {
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
body {
  -webkit-text-size-adjust: 100%;
}
address {
	font-style: normal;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	outline: none;
	color: #000000;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/*---------------------------------------------------------------------------*/
/* font */
.font_arial {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #ff0000 !important;
}
.f_c_yellow {
	color: #ffff00 !important;
}
.f_c_blue {
	color: #0000ff !important;
}
.f_c_gray {
	color: #cccccc !important;
}
.f_c_gray_2 {
	color: #999999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #cccccc;
	margin: 15px 0;
	padding: 10px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(../images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(../images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(../images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.top-right {
	float: right;
	margin: 0px 0px 30px 30px;
}
.top-left {
	float: left;
	margin: 0px 30px 30px 0px;
}
.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}
.bottom-right {
	float: right;
	margin: 30px 0px 0px 30px;
}
.bottom-left {
	float: left;
	margin: 30px 30px 0px 0px;
}
.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}
.entry-container {
	margin: 0 auto;
	padding-bottom: 135px;
	width: 680px;
}
.entry-container .detail-date {
	margin-bottom: 10px;
	text-align: right;
}
.entry-container .entry-category {
	font-size: 14px;
	margin-bottom: 34px;
}
.entry-container b {
	font-weight: bold;
}
.entry-container i {
	font-style: italic;
}
.entry-container .btn_back {
	font-size: 15px;
	height: 106px;
	line-height: 106px;
	margin: 144px auto 0;
	text-align: center;
	width: 496px;
}
.entry-container .btn_back a {
	background: url(../images/icon_arrow2_l.png) 30px center no-repeat;
	border: 1px solid #000;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 106px;
	vertical-align: middle;
	text-decoration: none;
	transition: 0.5s;
	width: 100%;
}
.entry-container .btn_back a:hover {
	background: #000 url(../images/icon_arrow2_l_w.png) 30px center no-repeat;
	color: #fff;
}
.entry-main {
	margin-bottom: 50px;
	text-align: center;
}
.entry-main img {
	max-width: 100%;
}
.entry-title {
	font-weight: normal;
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.entry-container {
		margin: 0 auto;
		padding-bottom: 35px;
		width: 100%;
	}
	.entry-container .entry-category {
		font-size: 12px;
		margin-bottom: 17px;
	}
	.entry-container b {
		font-weight: bold;
	}
	.entry-container i {
		font-style: italic;
	}
	.entry-container .btn_back {
		font-size: 13px;
		height: 60px;
		line-height: 60px;
		margin: 20px auto 0;
		text-align: center;
		width: 100%;
	}
	.entry-container .btn_back a {
		background: url(../images/icon_arrow2_l.png) 24px center no-repeat;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
		line-height: 60px;
		vertical-align: middle;
		text-decoration: none;
		transition: 0.5s;
		width: 100%;
	}
	.entry-container .btn_back a:hover {
		background: #000 url(../images/icon_arrow2_l_w.png) 24px center no-repeat;
		color: #fff;
	}
	.entry-main {
		margin-bottom: 20px;
	}
	.entry-main img {
		height: auto;
		width: 100%;
	}
	.entry-title {
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 20px;
	}
}

.pagenation  ul {
	text-align: right;
}
.pagenation ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 15px;
	line-height: 1;
	min-width: 1px;
	vertical-align: top;
}
.pagenation ul li + li {
	margin-left: 50px;
}
.pagenation ul li span {
	border-bottom: 1px solid #000;
	color: #000;
	display: inline-block;
	/display: inline;
	zoom: 1;
	vertical-align: top;
	padding-bottom: 15px;
}
.pagenation ul li.next img {
	vertical-align: middle;
}
.pagenation ul li a {
	color: #a7a7a7;
	text-decoration: none;
}
.pagenation ul li a span {
	border-bottom: none;
	color: #a7a7a7;
}
.pagenation ul li a span::after {
	display: block;
	background: #000;
	height: 1px;
	width: 100%;
}
.pagenation ul li a:hover span {
	color: #000;
}

@media screen and (max-width:767px){
	.pagenation  ul {
		text-align: center;
	}
	.pagenation ul li + li {
		margin-left: 40px;
	}
	.pagenation ul li.prev,
	.pagenation ul li.next {
		height: auto;
		width: 6px;
	}
	.pagenation ul li.prev img,
	.pagenation ul li.next img {
		height: auto;
		margin-top: 2px;
		vertical-align: top;
		width: 100%;
	}
}
/*---------------------------------------------------------------------------*/
.for-pc {}
.for-sp {
	display: none;
}
.for-sp_flag {
	display: none;
}
@media screen and (max-width:767px){
	.for-pc {
		display: none;
	}
	.for-sp {
		display: inline;
	}
	.for-sp_flag {
		display: block;
	}
}

/*---------------------------------------------------------------------------*/

#container {
	background: #fff;
	margin: 0 auto;
	/*min-width: 1200px;*/
	position: relative;
	padding-top: 64px;
	width: 100%;
}
@media screen and (max-width:767px){
	#container {
		/*min-width: auto;*/
		padding-top: 44px;
	}
}
/*---------------------------------------------------------------------------*/
.header {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 64px;
	min-width: 1200px;
	padding: 0 27px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header img {
	vertical-align: middle;
}
.header .logo {
	height: 100%;
	line-height: 64px;
	float: left;
}
.header .logo img {
	vertical-align: middle;
}
.header .h_menu_area {
	float: right;
	text-align: right;
}
.header .h_nav {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 0;
	padding-right: 40px;
	vertical-align: top;
}
.header .h_nav li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 100%;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
	margin-left: 35px;
	min-width: 28px;
}
.header .h_nav li a {
	padding: 10px;
}
.header .sns_list {
	float: right;
	font-size: 0;
	text-align: right;
	width: 126px;
}
.header .sns_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 100%;
	height: 64px;
	line-height: 64px;
	margin-left: 23px;
	min-width: 1px;
	vertical-align: middle;
}
.header .sns_list li:first-child + li {
	margin-left: 25px;
}
.header .sns_list li a {
	display: block;
}
.header .btn_menu {
	display: none;
}
@media screen and (max-width:767px){
	.header {
		background: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		min-width: 0;
		vertical-align: top;
		padding: 0;
		position: fixed;
		width: 100%;
	}
	.header .h_cover {
		background: rgba(0, 0, 0, 0.5);
		height: 100%;
		position: relative;
		width: 100%;
	}
	.header .h_inr_sp {
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 44px;
		overflow: hidden;
		padding: 7px 7px 13px;
		position: relative;
		z-index: 999;
		width: 100%;
	}
	.header img {
		vertical-align: top;
	}
	.header .logo {
		height: 100%;
		line-height: normal;
		float: left;
	}
	.header .logo img {
		height: 100%;
		vertical-align: top;
		width: auto;
	}
	.header .btn_menu {
		display: block;
		font-size: 0;
		height: 15px;
		line-height: 1;
		position: absolute;
		right: 16px;
		top: 15px;
		width: 16px;
		z-index: 1000;
	}
	.header .btn_menu span {
		background: #000;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		font-size: 100%;
		left: 0;
		line-height: 1;
		vertical-align: top;
		height: 2px;
		position: absolute;
		top: 14px;
		width: 16px;
	}
	.header .btn_menu span:first-child {
		top: 0;
	}
	.header .btn_menu span:first-child + span {
		top: 7px;
	}
	.header .h_menu_area {
		background: #000;
		float: none;
		overflow: scroll;
		padding: 44px 28px;
		position: absolute;
		right: -228px;
		text-align: left;
		top: 0;
		z-index: 999;
		width: 120px;
	}
	.header .h_nav {
		display: block;
		font-size: 0;
		padding-right: 40px;
		vertical-align: top;
	}
	.header .h_nav li {
		display: block;
		font-size: 100%;
		height: 8px;
		line-height: 1;
		vertical-align: middle;
		margin-left: 0;
		margin-top: 20px;
		min-width: inherit;
		text-align: left;
	}
	.header .h_nav li img {
		height: 100%;
		width: auto;
	}
	.header .sns_list {
		float: none;
		font-size: 0;
		margin-top: 35px;
		text-align: left;
		width: 100%;
	}
	.header .sns_list li {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		font-size: 100%;
		height: 15px;
		line-height: 15px;
		margin-left: 0;
		vertical-align: middle;
		width: 33%;
	}
	.header .sns_list li:first-child {
		width: 28%;
	}
	.header .sns_list li:first-child + li {
		margin-left: 0;
	}
	.header .sns_list li a {
		height: 100%;
	}
	.header .sns_list li img {
		height: 100%;
		width: auto;
	}

	/* menu open */
	.open.header {
		height: 100%;
	}
	.open.header .btn_menu span {
		background: #fff;
	}

}
/*---------------------------------------------------------------------------*/

.contents {
	background: #fff;
	min-width: 1200px;
	position: relative;
	width: 100%;
}
.content_inr {
	margin: 0 auto;
	padding: 110px 0 0;
	width: 1200px;
}
.page_title_area {
	line-height: 395px;
	height: 395px;
}
.page_title_area img {
	max-width: 100%;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.contents {
		min-width: 0;
	}
	.page_title_area {
		line-height: 177px;
		height: 177px;
	}
	.content_inr {
		margin: 20px auto;
		padding: 0 7px;
		width: 100%;
	}
}

/*---------------------------------------------------------------------------*/
.footer {
	background: #fff;
	padding: 28px 0 0;
	position: relative;
	width: 100%;
}
.footer .f_inr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 68px;
	margin: 0 auto;
	padding-top: 28px;
	position: relative;
	width: 1200px;
}
.f_link {
	font-size: 0;
}
.footer .f_link ul,.footer .f_link ul li {
	display: inline-block;
}
.footer .f_link ul li  {
	margin-left: 42px;
}
.footer .f_link ul li img {
	vertical-align: middle;
}
.footer .pagetop {
	bottom: 18px;
	height: auto;
	position: absolute;
	right: 18px;
	width: 51px;
	z-index: 99;
}
.footer .pagetop.fix {
	display: none;
	position: fixed;
}
.footer .pagetop img {
	height: auto;
	width: 100%;
}
.footer .copyright {
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 77px;
	height: 77px;
	min-width: 1200px;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width:767px){
	.footer .f_inr {
		height: 78px;
		margin: 0 auto;
		padding: 8px 7px;
		position: relative;
		width: auto;
	}
	.footer .f_link ul {
		display: block;
		margin-bottom: 10px;
	}
	.footer .f_link ul li {
		margin-left: 0;
	}
	.footer .f_link ul li + li {
		margin-left: 18px;
	}
	.footer .pagetop {
		float: right;
		height: auto;
		position: static;
		width: 62px;
	}
	.footer .copyright {
		background: #000;
		color: #fff;
		font-size: 10px;
		line-height: 39px;
		height: 39px;
		min-width: 100%;
		text-align: center;
	}
}


/*-------------------------------------
	sort_list
--------------------------------------*/
#information .sort_list {
	font-size: 0;
	text-align: center;
}
#information .sort_list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	min-width: 177px;
}
#information .sort_list li + li {
	margin-left: 30px;
}
#information .sort_list li span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 47px;
	vertical-align: middle;
	transition: 0.5s;
	width: 177px;
}
#information .sort_list li:hover span {
	background: #000;
	color: #fff;
}
@media screen and (max-width:767px){
	#information .sort_list {
		font-size: 0;
		text-align: left;
	}
	#information .sort_list li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		font-size: 9px;
		/*letter-spacing: -1px;*/
		margin-bottom: 8px;
		min-width: 0;
		vertical-align: middle;
		vertical-align: middle;
		text-align: center;
	}
	#information .sort_list li:nth-of-type(3n) {
		padding-left: 4px;
		width: 38%;
	}
	#information .sort_list li:nth-of-type(3n-1) {
		padding-left: 2px;
		padding-right: 2px;
		width: 28%;
	}
	#information .sort_list li:nth-of-type(3n-2) {
		padding-right: 4px;
		width: 34%;
	}
	#information .sort_list li + li {
		margin-left: 0;
	}
	#information .sort_list li span {
		line-height: 1;
		line-height: 32px;
		vertical-align: middle;
		width: 100%;
	}
}



