@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
/*=================================================================
*==================================================================
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%;
}

/* -----------------------------------------------
banner_range
----------------------------------------------- */
.sec_main_view .banner_range .banner_mass {
	display: block;
	padding: 20px 0 30px 0;
	text-align: center;
}

.sec_main_view .banner_range .banner_mass a img {
	width: 90%;
	max-width: 640px;
}

.sec_main_view .banner_range .banner_mass a img:hover {
	opacity: 0.7;
}

/* anim */
#main_banner {
	display: block;
	opacity: 1;
}

#main_banner.on {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	z-index: 2;
	/* animation */
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}


/* ===============================================
sec_news
=============================================== */
.sec_news {
	padding: 0 0 30px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_news h2 {
	margin: 0 0 15px 0;
	text-align: center;
}

.sec_news h2 img {
	max-width: 129px;
	width: 20%;
}

/* -----------------------------------------------
news_range
----------------------------------------------- */
.sec_news .news_range {
	position: relative;
	width: 93.75%;
	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: 30%;
	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 {
	overflow: hidden;
	max-height: 204px;
}

.sec_news .news_range .news_mass li {
	margin: 5px 0 0 0;
	padding: 6px 5px 6px 5px;
	background-color: #f5f4f9;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.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 2px 0;
}

.sec_news .news_range .news_mass .info_area .date {
	margin: 0 10px 0 0;
	font-size: 13px;
}

.sec_news .news_range .news_mass .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;
	vertical-align: 2px;
}

.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 {
	display: block;
	width: 100%;
	padding: 2px 0 0 0;
	font-size: 14px;
	/* flex */
	-ms-flex: auto;
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}

.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: 93.75%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.sec_about .ttl_range h2:before {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #000000;
	z-index: 2;
}

.sec_about .ttl_range h2:after {
	content: "";
	position: absolute;
	bottom: -41px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px 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: 8px;
	background: linear-gradient(to right, #ffffff 0%, #c19e4b 100%);
}

.sec_about .ly_border_menu_02 {
	position: relative;
	width: 100%;
	height: 8px;
	background: linear-gradient(to right, #c19e4b 0%, #ffffff 100%);
}

/* -----------------------------------------------
policy_mass
*/
.sec_about .about_range .policy_mass {
	width: 93.75%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

/* ===============================================
sec_site_contents
=============================================== */
.sec_site_contents {
	padding: 0 0 30px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_site_contents .ttl_range {
	margin: 0 0 40px 0;
	background-color: #000000;
}

.sec_site_contents .ttl_range h2 {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.sec_site_contents .ttl_range h2:before {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #000000;
	z-index: 2;
}

/* -----------------------------------------------
list_range
----------------------------------------------- */
.sec_site_contents .list_range {
	width: 93.75%;
	margin: 0 auto;
}

.sec_site_contents .list_range .list_mass ul {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	/* flex */
	display: block;
}

.sec_site_contents .list_range .list_mass li {
	width: 100%;
	margin: 10px 0 0 0;
}

.sec_site_contents .list_range .list_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_site_contents .list_range .list_mass a img {
	width: 100%;
}

/* ===============================================
sec_access
=============================================== */
.sec_access {
	padding: 0 0 40px 0;
	background-color: #f2f5f5;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_access .ttl_range {
	margin: 0 0 40px 0;
	background-color: #000000;
}

.sec_access .ttl_range h2 {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.sec_access .ttl_range h2:before {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #000000;
	z-index: 2;
}

/* -----------------------------------------------
map_range
----------------------------------------------- */
.sec_access .map_range {
	margin: 0 0 0 0;
}

.sec_access .map_range .inner_range {
	width: 93.75%;
	margin: 0 auto;
}

.sec_access .map_range h3 {
	width: 50%;
	max-width: 200px;
	margin: 0 0 15px 0;
}

.sec_access .map_range .map_mass {
	margin: 0 0 10px 0;
}

.sec_access .map_range .map_mass iframe {
	width: 100%;
	height: 300px;
}

.sec_access .map_range .info_mass {
	/* flex */
	display: block;
}

.sec_access .map_range .info_mass .name_area {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 18px;
}

.sec_access .map_range .info_mass .address_area {
	display: inline-block;
	font-size: 15px;
}

.sec_access .map_range .info_mass .links_area {
	display: inline-block;
}

.sec_access .map_range .info_mass .links_area a {
	color: #0058d5;
	font-size: 16px;
	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: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
sns_range
----------------------------------------------- */
.sec_sns .sns_range {
	padding: 25px 0 25px 0;
}

.sec_sns .sns_range a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
balloon_mass
*/
.sec_sns .sns_range .balloon_mass {
	padding: 0 0 25px 0;
	text-align: center;
}

.sec_sns .sns_range .balloon_mass .inner_mass {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 14px 6px 14px 6px;
	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: -26px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #ffffff;
	z-index: 2;
}

.sec_sns .sns_range .balloon_mass .inner_mass:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #355394;
	z-index: 1;
}

.sec_sns .sns_range .balloon_mass .txt_area {
	color: #355394;
	font-size: 15px;
	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 {
	width: 20%;
	max-width: 50px;
	margin: 0 0 0 10px;
}

.sec_sns .sns_range .list_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_sns .sns_range .list_mass li a img {
	width: 100%;
}

/* =============================================================================
plug in
========================================================================== */
/* -----------------------------------------------
slider layout
----------------------------------------------- */
/* Arrows */
.slick-prev,
.slick-next
{
	position: absolute;
	top: 50%;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;

}

.slick-prev:before,
.slick-next:before
{
	display: inline-block;
	width:30px;
	height: 30px;
	opacity: 1;
}

.slick-prev {
	left: 5px;
}

.slick-next {
	right: 5px;
}

.slick-prev:before
{
	background-size: contain;
}

.slick-next:before
{
	background-size: contain;
}

.slick-dotted.slick-slider {
	margin: 0;
}

}/* End SP----------------------------------------------------*/