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

/*==============================
gnav
==============================*/
#gnav {
	position:absolute;
	left:0;
	top:71px;
	width:100%;
	background:rgba(0,0,0,.8);
	z-index:1;
}

@media screen and (max-width:640px) {
	#gnav {
		position:absolute;
		width:50%;
		top:0;
		background:#171614;
		z-index:1000;
	}
}


/*==============================
main_visual
==============================*/
.top #main_visual {
	position:relative;
	max-width: 1280px;
	margin:0 auto;
}
.top #main_visual figure img {
	width:100%;
}
.top #main_visual .bnr.sp_dis_n {
	position:absolute;
	right:0;
	bottom:28px;
}

@media screen and (max-width:640px) {
	.top #main_visual figure img {
		margin-top:0;
	}
	.top #main_visual .bnr.pc_dis_n {
		border-top:1px solid #aeaeae;
		border-bottom:1px solid #aeaeae;
	}
	.top #main_visual .bnr.pc_dis_n a {
		display:block;
		text-align:center;
		background:url(/img/index_main_ico01.gif) no-repeat right center;
		background-size:15px 10px;
	}
}



/*==============================
contents
==============================*/
#contents {
	padding:0;
}

#contents h2 {
	font-size:2.286rem;
	text-align:center;
	padding:30px 0;
}

#contents #sec01 ul {
	overflow:hidden;
}
#contents #sec01 ul li {
	position:relative;
	float:left;
	width:50%;
}
#contents #sec01 ul li a {
	display:block;
	text-decoration:none;
	transition:all .2s linear;
}
#contents #sec01 ul li a:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#contents #sec01 ul li h3 {
	font-size:2.286rem;
	text-align:center;
	color:#fff;
	line-height:60px;
}
#contents #sec01 ul li.li01 h3 {
	background:#084798 url(/img/index_cnts_01_bg01_01_pc.gif) no-repeat left top;
}
#contents #sec01 ul li.li02 h3 {
	background:#f39237 url(/img/index_cnts_01_bg01_02_pc.gif) no-repeat left top;
}
#contents #sec01 ul li figure img {
	width:100%;
}
#contents #sec01 ul li p {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,.6);
	color:#fff;
	text-align:center;
	font-size:1.143rem;
}
#contents #sec01 ul li p span {
	display:inline-block;
	padding:10px 50px;
	background:url(/img/index_cnts_01_ico01.png) no-repeat right center;
}

#contents #sec02 {
	margin-top:40px;
}
#contents #sec02 ul {
	margin-bottom:40px;
}
#contents #sec02 ul li:nth-child(odd) {
	background:#f6f6f6;
}
#contents #sec02 ul li:nth-child(even) {
	background:#dcdcdc;
}
#contents #sec02 ul li table {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#contents #sec02 ul li table th,
#contents #sec02 ul li table td {
	text-align:left;
	padding:25px 0;
	vertical-align:middle;
}
#contents #sec02 ul li table th {
	width:6em;
	padding-left:25px;
	padding-right:25px;
}
#contents #sec02 ul li:nth-child(odd) table th {
	border-right:1px solid #dadada;
}
#contents #sec02 ul li:nth-child(even) table th {
	border-right:1px solid #e7e7e7;
}
#contents #sec02 ul li table td.cate {
	padding-left:20px;
	padding-right:20px;
    width:6em;
}
#contents #sec02 ul li table td.cate div {
	width:6em;
	text-align:center;
	font-size:.714rem;
	padding:.3em .5em;
	color:#fff;
}
#contents #sec02 ul li table td.cate.cate01 div {background:#c64c4e;}
#contents #sec02 ul li table td.cate.cate02 div {background:#084898;}
#contents #sec02 ul li table td.cate.cate03 div {background:#29496f;}
#contents #sec02 ul li table td.cate.cate04 div {background:#1c679c;}
#contents #sec02 ul li table td.cate.cate05 div {background:#557f8c;}
#contents #sec02 ul li table td.cate.cate06 div {background:#481297;}
#contents #sec02 ul li table td.cate.cate07 div {background:#6b469a;}
#contents #sec02 ul li table td.cate.cate08 div {background:#4b3368;}
#contents #sec02 ul li table td.cate.cate09 div {background:#7e60a4;}
#contents #sec02 ul li table td.cate.cate10 div {background:#159199;}
#contents #sec02 ul li table td.cate.cate11 div {background:#356d38;}
#contents #sec02 ul li table td.cate.cate12 div {background:#4d9c7a;}
#contents #sec02 ul li table td.cate.cate13 div {background:#1f935e;}
#contents #sec02 ul li table td.cate.cate14 div {background:#479ad4;}
#contents #sec02 ul li table td.cate.cate15 div {background:#e4842b;}
#contents #sec02 ul li table td.cate.cate16 div {background:#98051b;}
#contents #sec02 ul li table td.ttl a {
	color:#262626;
}
#contents #sec02 ul li table td.ttl a:hover {
	text-decoration:none;
}
#contents #sec02 ul li table td.ttl .ico_new {
	display:inline-block;
	text-align:center;
	font-size:.714rem;
	padding:.3em .5em;
	color:#e30b20;
	border:1px solid #e30b20;
	margin-left:10px;
}
#contents #sec02 .btn01 {
	display:block;
	width:201px;
	height:37px;
	background:url(/img/index_cnts_02_btn01_pc.jpg) no-repeat center center;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	line-height:37px;
	text-align:center;
	margin:0 auto;
	transition:all .2s linear;
}
#contents #sec02 .btn01:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#contents #sec03 {
	margin-top:80px;
	padding:30px 0 80px;
	background:url(/img/index_cnts_03_bg01.gif) repeat center top;
}
#contents #sec03 ul {
	width:960px;
	margin:0 auto;
}
#contents #sec03 ul li {
	float:left;
	margin-left:30px;
}
#contents #sec03 ul li a {
	display:block;
	text-decoration:none;
	transition:all .2s linear;
}
#contents #sec03 ul li a:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#contents #sec03 ul li:first-child {
	margin-left:0;
}
#contents #sec03 ul.ul01 li {
	position:relative;
	box-shadow:3px 3px 5px 0px #ccc;
}
#contents #sec03 ul.ul01 li h3 {
	position:absolute;
	box-sizing:border-box;
	width:100%;
	left:0;
	top:0;
	text-align:center;
	background:url(/img/index_cnts_03_ico01.png), url(/img/index_cnts_03_bg02.png);
	background-repeat:no-repeat, no-repeat;
	background-position:right center, center center;
	background-size:auto, 100% 100%;
	color:#fff;
	padding:10px 30px;
}
#contents #sec03 ul.ul02 {
	margin-top:55px;
}
#contents #sec03 ul.ul02 li a {
	box-sizing:border-box;
	width:300px;
	display: block;
	border: 1px solid #939393;
	border-radius: 4px;
	color: #262626;
	font-size: 1.143rem;
	text-decoration: none;
	text-align: center;
	background: url(/common/img/cnts_ico01.png) no-repeat right center, url(/common/img/cnts_bg01.jpg) no-repeat right center;
	background-size: auto auto, 28px 100%;
	background-color:#fff;
	padding: 20px 40px 20px 10px;
}

@media screen and (max-width:640px) {
	#contents h2 {
		font-size:1.143rem;
		padding:15px 0;
	}

	#contents #sec01 {
		margin-top:10px;
	}
	#contents #sec01 ul {
		overflow:hidden;
	}
	#contents #sec01 ul li {
		float:none;
		width:auto;
	}
	#contents #sec01 ul li.li02 {
		margin-top:1px;
	}
	#contents #sec01 ul li a {
		display:table;
		width:100%;
	}
	#contents #sec01 ul li h3 {
		font-size:1.143rem;
		line-height:1.5;
		display:table-cell;
		width:43.75%;
		vertical-align:middle;
	}
	#contents #sec01 ul li.li01 h3 {
		background:#084798 url(/img/index_cnts_01_bg01_01_sp.gif) no-repeat left top;
		background-size:auto 100%;
	}
	#contents #sec01 ul li.li02 h3 {
		background:#f39237 url(/img/index_cnts_01_bg01_02_sp.gif) no-repeat left top;
		background-size:auto 100%;
	}
	#contents #sec01 ul li figure {
		display:table-cell;
	}
	#contents #sec01 ul li p {
		display:none;
	}

	#contents #sec02 {
		margin-top:5px;
	}
	#contents #sec02 ul {
		margin-bottom:20px;
	}
	#contents #sec02 ul li table {
		box-sizing:border-box;
		padding:15px 10px;
	}
	#contents #sec02 ul li table,
	#contents #sec02 ul li table tbody,
	#contents #sec02 ul li table tr,
	#contents #sec02 ul li table th,
	#contents #sec02 ul li table td {
		display:block;
	}
	#contents #sec02 ul li table th,
	#contents #sec02 ul li table td {
		padding:0;
	}
	#contents #sec02 ul li table th {
		width:7em;
		padding:0;
		border-right:none !important;
		float:left;
	}
	#contents #sec02 ul li table td.cate {
		padding:0;
		width:auto;
		float:left;
	}
	#contents #sec02 ul li table td.ttl {
		clear:both;
		padding-top:5px;
	}
	#contents #sec02 .btn01 {
		width:185px;
		height:38px;
		background:url(/img/index_cnts_02_btn01_sp.jpg) no-repeat center center;
		background-size:100%;
		font-size:10px;
		line-height:38px;
	}

	#contents #sec03 {
		margin-top:20px;
		padding:20px 10px 45px;
	}
	#contents #sec03 ul {
		width:auto;
	}
	#contents #sec03 ul li {
		margin-left:0;
		margin-top:10px;
		width:49%;
	}
	#contents #sec03 ul li:nth-child(odd) {
		clear:both;
		float:left;
	}
	#contents #sec03 ul li:nth-child(even) {
		float:right;
	}
	#contents #sec03 ul.ul01 li h3 {
	font-size:8px;
	background-size:9px auto, 100% 100%;
	padding:5px 20px;
}
	#contents #sec03 ul.ul02 {
		margin-top:10px;
	}
	#contents #sec03 ul.ul02 li a {
		width:auto;
		font-size:8px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-size: 7px 8px, 14px 100%;
		padding-right:20px;
	}
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper {
	position: relative;
	margin: 0 auto 18px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
}

.bx-wrapper .bx-viewport {
	left:0;
	background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -13px;
	width: 100%;
}

.bx-wrapper .bx-pager {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	background:none;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height:12px;
	border-radius: 50%;
	margin: 0 10px;
	outline: 0;
	background:#404040;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#de2546;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media screen and (max-width:640px) {
	.bx-wrapper {
		margin-bottom:0;
	}
	.bx-wrapper .bx-pager {
		padding:0;
	}
}

.indent221012 {
	text-indent: -35em;
	padding-left: 35em;
}
@media screen and (max-width:640px) {
  .indent221012 {
    text-indent: 0em;
    padding-left: 0em;
  }
}