@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {

}

.sec_main_view .inner_sec {
	position: relative;
}

/* -----------------------------------------------
slide_main_range
----------------------------------------------- */
.sec_main_view .slide_main_range {
	position: relative;
	overflow: hidden;
}
/*
#slider_core img:hover  {
	opacity: 0.7;
}
*/
.sec_main_view .slide_main_range img {
	width: 100%;
}

/* slider_core */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
	line-height: 0;
	font-size: 0;
}


/* -----------------------------------------------
banner_range
----------------------------------------------- */
.sec_main_view .banner_range .banner_mass {
	display: inline-block;
}

.sec_main_view .banner_range .banner_mass a img:hover {
	opacity: 0.7;
}

/* anim */
#main_banner {
	display: none;
	opacity: 0;
}

#main_banner.on {
	display: block;
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 2;
	/* animation */
	opacity: 0;
	-webkit-animation: main_banner 0.8s ease-out 0.6s 1 forwards;
	animation: main_banner 0.8s ease-out 0.6s 1 forwards;
}

@-webkit-keyframes main_banner {
	0% {
		opacity: 0;
		top: 0;
	}
	50% {
		opacity: 1;
		top: 15px;
	}
	100% {
		opacity: 1;
		top: 25px;
	}
}
@keyframes main_banner {
	0% {
		opacity: 0;
		top: 0;
	}
	50% {
		opacity: 1;
		top: 15px;
	}
	100% {
		opacity: 1;
		top: 25px;
	}
}

/* ===============================================
sec_news
=============================================== */
.sec_news {
	padding: 65px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_news h2 {
	margin: 0 0 15px 0;
	text-align: center;
}

/* -----------------------------------------------
news_range
----------------------------------------------- */
.sec_news .news_range {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.sec_news .news_range .news_ly_hd {
	position: relative;
	border-bottom: 3px solid #c1c2c2;
}

.sec_news .news_range .news_ly_hd:after {
	position: absolute;
	left: 0;
	bottom: -3px;
	content: "";
	display: block;
	width: 275px;
	border-bottom: 3px solid #ff1815;
	line-height: 0;
	overflow: hidden;
}

/* -----------------------------------------------
news_mass
*/
.sec_news .news_range .news_mass {

}

.sec_news .news_range .news_mass ul {
	max-height: 308px;
}

.sec_news .news_range .news_mass li {
	margin: 5px 0 0 0;
	padding: 14px 20px 14px 20px;
	background-color: #f5f4f9;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sec_news .news_range .news_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_news .news_range .news_mass .info_area {
	margin: 0 0 4px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_news .news_range .news_mass .info_area .date {
	display: inline-block;
	width: 85px;
	margin: 0 10px 0 0;
	font-size: 14px;
}

.sec_news .news_range .news_mass li .info_area .icon {
	display: inline-block;
	width: 38px;
	margin: 0 22px 0 0;
	padding: 2px 0 1px 0;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	background-color: #f5f4f9;
	text-indent: 100%;
	white-space: nowrap;
}

.sec_news .news_range .news_mass li.new .info_area .icon.new {
	overflow: visible;
	text-indent: 0;
	background-color: #e60012;
	color: #ffffff;
}

.sec_news .news_range .news_mass .ttl_area {
	padding: 2px 0 0 0;
	font-size: 14px;
	/* flex */
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_news .news_range .news_mass .ttl_area a {
	text-decoration: underline;
}

.sec_news .news_range .news_mass .ttl_area a:hover {
	opacity: 0.7;
}

/* ===============================================
sec_about
=============================================== */
.sec_about {

}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_about .ttl_range {
	margin: 0 0 2px 0;
	background-color: #000000;
}

.sec_about .ttl_range h2 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 18px 0 18px 0;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
}

.sec_about .ttl_range h2:before {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -24px;
	border: 24px solid transparent;
	border-top: 23px solid #000000;
	z-index: 2;
}

.sec_about .ttl_range h2:after {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -24px;
	border: 24px solid transparent;
	border-top: 23px solid #ffffff;
	z-index: 1;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_about .about_range {

}

/* -----------------------------------------------
panel_mass
*/
.sec_about .about_range .panel_mass {
	text-align: center;
}

.sec_about .about_range .panel_mass img {
	width: 100%;
}

.sec_about .ly_border_menu_01 {
	position: relative;
	width: 100%;
	height: 12px;
	background: linear-gradient(to right, #ffffff 0%, #c19e4b 100%);
}

.sec_about .ly_border_menu_02 {
	position: relative;
	width: 100%;
	height: 12px;
	background: linear-gradient(to right, #c19e4b 0%, #ffffff 100%);
}

/* -----------------------------------------------
policy_mass
*/
.sec_about .about_range .policy_mass {
	padding: 70px 0 70px 0;
	text-align: center;
}

/* ===============================================
sec_site_contents
=============================================== */
.sec_site_contents {
	padding: 0 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_site_contents .ttl_range {
	margin: 0 0 55px 0;
	background-color: #000000;
}

.sec_site_contents .ttl_range h2 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 18px 0 18px 0;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
}

.sec_site_contents .ttl_range h2:before {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -24px;
	border: 24px solid transparent;
	border-top: 23px solid #000000;
	z-index: 2;
}

/* -----------------------------------------------
list_range
----------------------------------------------- */
.sec_site_contents .list_range {
	width: 1000px;
	margin: 0 auto;
}

.sec_site_contents .list_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec_site_contents .list_range .list_mass a img:hover {
	opacity: 0.7;
}

/* ===============================================
sec_access
=============================================== */
.sec_access {
	padding: 0 0 65px 0;
	background-color: #f2f5f5;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_access .ttl_range {
	margin: 0 0 55px 0;
	background-color: #000000;
}

.sec_access .ttl_range h2 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 18px 0 18px 0;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
}

.sec_access .ttl_range h2:before {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -24px;
	border: 24px solid transparent;
	border-top: 23px solid #000000;
	z-index: 2;
}

/* -----------------------------------------------
map_range
----------------------------------------------- */
.sec_access .map_range {
	margin: 0 0 0 0;
}

.sec_access .map_range .inner_range {
	width: 1000px;
	margin: 0 auto;
}

.sec_access .map_range h3 {
	margin: 0 0 25px 0;
}

.sec_access .map_range .map_mass {
	margin: 0 0 20px 0;
}

.sec_access .map_range .map_mass iframe {
	width: 100%;
	height: 370px;
}

.sec_access .map_range .info_mass {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec_access .map_range .info_mass .name_area {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 22px;
}

.sec_access .map_range .info_mass .address_area {
	display: inline-block;
	font-size: 16px;
}

.sec_access .map_range .info_mass .links_area {
	display: inline-block;
}

.sec_access .map_range .info_mass .links_area a {
	color: #0058d5;
	font-size: 18px;
	text-decoration: underline;
}

.sec_access .map_range .info_mass .links_area a:hover {
	opacity: 0.7;
}

/* ===============================================
sec_sns
=============================================== */
.sec_sns {

}

.sec_sns .inner_sec {
	width: 1000px;
	margin: 0 auto;
}

/* -----------------------------------------------
sns_range
----------------------------------------------- */
.sec_sns .sns_range {
	padding: 65px 0 65px 0;
}

.sec_sns .sns_range a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
balloon_mass
*/
.sec_sns .sns_range .balloon_mass {
	padding: 0 0 35px 0;
	text-align: center;
}

.sec_sns .sns_range .balloon_mass .inner_mass {
	position: relative;
	display: inline-block;
	padding: 20px 35px 17px 35px;
	border: 1px solid #355394;
	border-radius: 12px;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_sns .sns_range .balloon_mass .inner_mass:before {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 23px solid #ffffff;
	z-index: 2;
}

.sec_sns .sns_range .balloon_mass .inner_mass:after {
	content: "";
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 23px solid #355394;
	z-index: 1;
}

.sec_sns .sns_range .balloon_mass .txt_area {
	color: #355394;
	font-size: 24px;
	line-height: 1.4;
}

/* -----------------------------------------------
list_mass
*/
.sec_sns .sns_range .list_mass {

}

.sec_sns .sns_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_sns .sns_range .list_mass li {
	margin: 0 0 0 15px;
}

.sec_sns .sns_range .list_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_sns .sns_range .list_mass li a img:hover {
	opacity: 0.7;
}

/* =============================================================================
plug in
========================================================================== */
/* -----------------------------------------------
slider layout
----------------------------------------------- */
/* Arrows */
.slick-prev,
.slick-next
{
	position: absolute;
	top: 50%;
	z-index: 2;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;

}

.slick-prev:before,
.slick-next:before
{
	display: inline-block;
	width: 60px;
	height: 60px;
	opacity: 1;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

.slick-prev:before
{
	content: '';
	background: url(../../img/contents/index/slide/parts/bt_arrow_left.png) no-repeat 0 0;
}

.slick-next:before
{
	content: '';
	background: url(../../img/contents/index/slide/parts/bt_arrow_right.png) no-repeat 0 0;
}

.slick-dots
{
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: relative;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: 1;
	color: #000000;
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
}
.slick-dots li.slick-active button:before
{
	opacity: 1;
	background-color: #e60012;
}

/* -----------------------------------------------
jScrollPane layout
----------------------------------------------- */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ebecf0;
	width: 6px;
	position: relative;
}

.jspDrag
{
	background: #cb0033;
	position: relative;
	top: 0;
	left: 0;
	width: 6px;
	height: 76px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
/*
.jspHorizontalBar .jspTrack
{
	float: left;
	height: 100%;
}
*/

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}