@charset "utf-8";

/* ------------------------------
 メインイメージ

.mainimg li {
	width: 100%;
	height: 1015px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.mainimg li p {
	width: 100%;
	position: absolute;
	bottom: 23%;
	left: 0;
	text-align: center;
	z-index: 800;
}
.mainimg li p img {
	margin: 0 auto;
}

.mainimg li span img {
	min-width: 1600px;
	height: 1015px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -800px;
}
------------------------------ */
/* ------------------------------
 スマホ用コード

@media screen and (max-width: 767px) {
	.mainimg li {
		width: 100%;
		height: 405px;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	
	.mainimg li span img {
		min-width: 767px;
		height: 487px;
		position: relative;
		top: -55px;
		left: 50%;
		margin-left: -383px;
	}
	.mainimg li p {
		bottom: 33%;
	}
	.mainimg li p img {
		height: 140px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 10% !important;
	}
}
@media screen and (max-width: 479px) {
	.mainimg {
		margin-bottom: 260px;
	}
	.mainimg li {
		height: 260px;
	}
	.mainimg li span img {
		min-width: 490px;
		height: 311px;
		margin-left: -245px;
		top: -35px;
	}
	.mainimg li p {
		bottom: 30%;
		font-size: 2.4rem;
	}
	.mainimg li p img {
		height: 100px;
	}
	.mainimg li .icon {
		width: 92px;
	}
}
@media screen and (max-width: 375px) {
	.mainimg {
		margin-bottom: 210px;
	}
	.mainimg li {
		height: 200px;
	}
	.mainimg li span img {
		min-width: 376px;
		height: 239px;
		margin-left: -188px;
		top: -28px;
	}
	.mainimg li p {
		bottom: 24%;
	}
}
------------------------------ */



/* ------------------------------
 メインイメージ
------------------------------ */
.topMainimg {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.mainImg {
	width: 100%;
	margin: 0 auto;
}
.slide-item{
	width:100%;
	position: relative;
	max-width:920px;
	img{
		width: 100%;
	}
}
.slide-item p {
	width: 100%;
	position: absolute;
	bottom: 23%;
	left: 0;
	text-align: center;
	z-index: 800;
}

/* Arrows */
.topMainimg .slick-prev,
.topMainimg .slick-next
{
	width: 61px;
	height: 61px;
	margin-top: 0;
}
.topMainimg .slick-prev {
	background: url(../img/slick-prev_w.png) no-repeat 0 0 / cover;
}
.topMainimg .slick-next {
	background: url(../img/slick-next_w.png) no-repeat right 0 / cover;
}

.topMainimg .slick-prev
{
    left: 50%;
    margin-left: -490px;
}
[dir='rtl'] .topMainimg .slick-prev
{
    right: 50%;
}
.topMainimg .slick-next
{
    right: 50%;
    margin-right: -490px;
}
[dir='rtl'] .topMainimg .slick-next
{
    left: 50%;
}

/* Dots */
.topMainimg .slick-dots
{
	width: 560px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 50px;
	text-align: center;
}
.topMainimg .slick-dots li
{
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #fff;
}
.topMainimg .slick-dots li button,
.topMainimg .slick-dots li button::before {
	width: 12px;
	height: 12px;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.topMainimg {
		width: 100%;
		height: 620px;
		z-index: 0;
		padding-top: 40px;
	}
	.mainImg::before,
	.mainImg::after {
		content: "";
		width: 920px;
		background: rgba(0,0,0,.35);
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 5;
	}
	.mainImg::before {
		left: 50%;
		margin-left: -1380px;
	}
	.mainImg::after {
		right: 50%;
		margin-right: -1380px;
	}
	.after-slider {
		height: 560px;
		width: 100%;
		display: block;
		z-index: -1;
		position: relative;
	}
	.slide-item span img {
		min-width: 920px;
	}
	.slide-item p img {
		margin: 0 auto;
		height: 210px;
	}
	.bx-wrapper {
		max-width: 1600px !important;
	}
	
}

/* ------------------------------
 スマホ用コード
------------------------------ */

@media screen and (max-width: 767px) {
	.mainImg {
		height: auto;
	}
	.mainImg .slide-item {
		width: 100%;
		height: 405px;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	.mainImg .slide-item span img {
		min-width: 767px;
		height: 487px;
		position: relative;
		top: -55px;
		left: 50%;
		margin-left: -383px;
	}
	.slide-item p {
		bottom: 33%;
	}
	.slide-item p img {
		height: 140px;
		margin: auto;
	}
	
	.slide-item span img {
		width: 100%;
		height: auto;
		min-width: 300px;
		position: static;
		
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	/* Arrows */
	.topMainimg .slick-prev,
	.topMainimg .slick-next
	{
		width: 25px;
		height: 25px;
		margin-top: -25px;
	}
	
	/* Dots */
	.topMainimg .slick-dots
	{
		position: absolute;
		width: 90%;
		left: 5%;
		bottom: 12px;
		margin-left: 0;
	}
}
@media screen and (max-width: 479px) {
	.mainImg .slide-item {
		height: 260px;
	}
	.mainImg .slide-item span img {
		min-width: 490px;
		height: 311px;
		margin-left: -245px;
		top: -35px;
	}
	.slide-item p {
		bottom: 30%;
		font-size: 2.4rem;
	}
	.slide-item p img {
		height: 100px;
	}
	
}
@media screen and (max-width: 375px) {
	.mainImg .slide-item {
		height: 200px;
	}
	.mainImg .slide-item span img {
		min-width: 376px;
		height: 239px;
		margin-left: -188px;
		top: -28px;
	}
	.slide-item p {
		bottom: 24%;
	}
}



/* ------------------------------
 バナースライド
------------------------------ */
.topicsBox {
	width: 100%;
	padding: 0 0 45px;
	background: url(../img/dot_blue_bg.gif) repeat 0 0;
}
.topicsBox .box_title h2 {
	color: #fff;
}
.topicsBox .box_title img {
	width: 290px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 135px;
}
.topicsBox .topicsList {
	width: 1160px;
	margin: 0 auto;
}
.topicsBox .topicsList li span {
	display: block;
	padding: 0 10px;
}

.topicsBox .slick-prev,
.topicsBox .slick-next{
	width: 70px !important;
	height: 70px !important;
	margin-top: -35px !important;
}
.topicsBox .slick-prev{
	background: url(../img/slick-prev_w.png) no-repeat 0 0;
	background-size: 70px 70px;
}
.topicsBox .slick-next{
	background: url(../img/slick-next_w.png) no-repeat 0 0;
	background-size: 70px 70px;
}

.topicsBox .slick-prev{
    left: -30px !important;
}
[dir='rtl'] .topicsBox .slick-prev{
    right: -30px !important;
    left: auto;
}
.topicsBox .slick-next{
    right: -30px !important;
}
[dir='rtl'] .topicsBox .slick-next{
    right: auto;
    left: -30px !important;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.topicsBox {
		padding: 0
	}
	.topicsBox .box_title {
		padding: 15px 0;
	}
	.topicsBox .box_title img {
		display: none;
	}
	/* 20180510
	.topicsBox .box_title {
		padding: 15px 0 160px;
	}
	.topicsBox .box_title img {
		right: 50%;
		margin-right: -180px;
	}
	 */
	.topicsBox .topicsList {
		width: 100%;
	}
	.topicsBox .topicsList li span {
		padding: 0;
	}
	.topicsBox .topicsList li span img {
		width: 100%;
	}
	.topicsBox .slick-prev,
	.topicsBox .slick-next{
		width: 22% !important;
		height: 100% !important;
		margin-top: 0 !important;
		top: 0;
	}
	.topicsBox .slick-prev{
		background: rgba(0,0,0,0.5) url(../img/slick-prev_w.png) no-repeat center center;
		background-size: 70px 70px;
	}
	.topicsBox .slick-next{
		background: rgba(0,0,0,0.5) url(../img/slick-next_w.png) no-repeat center center;
		background-size: 70px 70px;
	}
	
	.topicsBox .slick-prev{
	    left: 0 !important;
	}
	[dir='rtl'] .topicsBox .slick-prev{
	    right: 0 !important;
	}
	.topicsBox .slick-next{
	    right: 0 !important;
	}
	[dir='rtl'] .topicsBox .slick-next{
	     left: 0 !important;
	}
}
@media screen and (max-width: 479px) {
	.topicsBox .box_title img {
		right: 5%;
		margin-right: 0;
	}
	.topicsBox .slick-prev{
		background: rgba(0,0,0,0.5) url(../img/slick-prev_w.png) no-repeat center center;
		background-size: 35px 35px;
	}
	.topicsBox .slick-next{
		background: rgba(0,0,0,0.5) url(../img/slick-next_w.png) no-repeat center center;
		background-size: 35px 35px;
	}
}

/* ------------------------------
 NEWS TAB
------------------------------ */
.tabs {
	position: relative;
}
.tabs > ul {
	margin-bottom: 20px;
}

.tabs ul:after {
	content: "";
	clear: both;
	display: block;
}
.tabs > ul > li {
	width: 199px;
	line-height: 16px;
	font-weight: bold;
	margin-right: 5px;
	float: left;
	height: 40px;
	border-radius: 5px;
	-ms-border-radius: 5px;
}
.tabs > ul > li:last-child {
	width: 200px;
	margin-right: 0;
}

.tabs > ul > li:nth-child(1),
.tabs > ul > li:nth-child(1).active {
	background: #0174bc;
	background: linear-gradient(#328ec9, #0174bc);
	background: -moz-linear-gradient(top, #328ec9, #0174bc);
	background: -webkit-gradient(linear, left top, left bottom, from(#328ec9), to(#0174bc));
}
.tabs > ul > li:nth-child(2),
.tabs > ul > li:nth-child(2).active {
	background: #ffb300;
	background: linear-gradient(#fdc94e, #ffb300);
	background: -moz-linear-gradient(top, #fdc94e, #ffb300);
	background: -webkit-gradient(linear, left top, left bottom, from(#fdc94e), to(#ffb300));
}
.tabs > ul > li:nth-child(3),
.tabs > ul > li:nth-child(3).active {
	background: #61AB36;
	background: linear-gradient(#72bd46, #61AB36);
	background: -moz-linear-gradient(top, #72bd46, #61AB36);
	background: -webkit-gradient(linear, left top, left bottom, from(#72bd46), to(#61AB36));
}
.tabs > ul > li:nth-child(4),
.tabs > ul > li:nth-child(4).active {
	background: #e11414;
	background: linear-gradient(#f82e2e, #e11414);
	background: -moz-linear-gradient(top, #f82e2e, #e114142);
	background: -webkit-gradient(linear, left top, left bottom, from(#f82e2e), to(#e11414));
}
.tabs > ul > li:nth-child(5),
.tabs > ul > li:nth-child(5).active {
	background: #1d398a;
	background: linear-gradient(#274dba, #1d398a);
	background: -moz-linear-gradient(top, #274dba, #1d398a);
	background: -webkit-gradient(linear, left top, left bottom, from(#274dba), to(#1d398a));
}
.tabs > ul > li:nth-child(6),
.tabs > ul > li:nth-child(6).active {
	background: #eb5505;
	background: linear-gradient(#f47734, #eb5505);
	background: -moz-linear-gradient(top, #f47734, #eb5505);
	background: -webkit-gradient(linear, left top, left bottom, from(#f47734), to(#eb5505));
}

.tabs li > a {
	height: 40px;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 5px;
	-ms-border-radius: 5px;
	background: rgba(255,255,255,1);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.tabs .scroll_area li:nth-child(3n+1) {
	clear: both;
}

.tabs > ul > li:nth-child(1) a {
	color: #0174bc;
	border: solid 2px #0174bc;
}
.tabs > ul > li:nth-child(2) a {
	color: #ffb300;
	border: solid 2px #ffb300;
	letter-spacing: -0.13em;
}
.tabs > ul > li:nth-child(3) a {
	color: #61AB36;
	border: solid 2px #61AB36;
}
.tabs > ul > li:nth-child(4) a {
	color: #e11414;
	border: solid 2px #e11414;
}
.tabs > ul > li:nth-child(5) a {
	color: #1d398a;
	border: solid 2px #1d398a;
}
.tabs > ul > li:nth-child(6) a {
	color: #eb5505;
	border: solid 2px #eb5505;
}
.tabs > ul > li:nth-child(7) a {
	color: #7b1fa2;
	border: solid 2px #7b1fa2;
}

.tabs > ul > li a:hover,
.tabs > ul > li.active a {
	color: #fff !important;
	border: solid 2px rgba(255,255,255,0);
	background: rgba(255,255,255,0);
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.tabs > ul {
		margin-bottom: 10px;
	}
	.tabs > ul > li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.tabs > ul > li:nth-child(odd) {
		margin-right: 0;
	}
	.tabs > ul > li:nth-child(1) {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.tabs > ul > li {
		font-size: 1.2rem;
		line-height: 12px;
		height: 36px;
	}
	.tabs li > a {
		height: 36px;
	}
}

/* ------------------------------
 NEWS
------------------------------ */
.newsBox {
	width: 1220px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.newsBox .box_title img {
	width: 250px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 25px;
}
.newsBox .button {
	margin-top: 30px;
}
.newsBox > div > div ul {
	text-align: left;
	list-style: none;
}
.newsBox > div > div ul,
.newsBox > div > div ul li:after {
	content: "";
	clear: both;
	display: block;
}
.newsBox > div > div ul li {
	width: 390px;
	float: left;
	padding: 20px 0;
	margin-right: 16px;
	border-top: dotted 1px #ccc;
}
.newsBox > div > div ul li:nth-child(3n) {
	margin-right: 0;
}
.newsBox > div > div ul li .img {
	width: 190px;
	height: 134px;
/*	margin-right: 15px;*/
	float: left;
	overflow: hidden;
	position: relative;
}
.newsBox > div div ul li a {
	display: block;
	height: 100%;
	padding: 0;
}
.newsBox > div > div ul li p {
	padding-left: 15px;
}
.newsBox > div > div ul li .img img {
	position: absolute;
	min-height: 100% !important;
	min-width: 190px !important;
	max-width: 1000px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.newsBox > div > div ul li em {
	font-size: 1.2rem;
	font-weight:bold;
	text-align: center;
	color: #fff;
	line-height: 18px;
	padding: 1px 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: inline-block;
}
.newsBox > div > div ul li span {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
	color: #B2B2B2;
}
.newsBox > div > div ul li span.title {
	display: block;
	margin-bottom: 10px;
	color: #03a9f4;
	 line-height: inherit;
}
.newsBox > div > div ul li a:hover span.title{
	text-decoration: underline;
}
.newsBox > div > div ul li p {
	overflow: hidden;
}

.category1 em {
	background: #61ab36;
}
.category2 em {
	background: #ffb300;
}
.category3 em {
	background: #e11414;
}
.category4 em {
	background: #1d398a;
}
.category5 em {
	background: #eb5505;
}
.category6 em {
	background: #7b1fa2;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBox {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.contentsHome .newsBox .box_title {
		padding: 15px 0 ;
	}
	.newsBox .box_title img {
		display: none;
	}
	/* 20180510
	.contentsHome .newsBox .box_title {
		padding: 15px 0 152px;
	}
	.newsBox .box_title img {
		left: 50%;
		margin-left: -165px;
	}
	*/
	
	.newsBox .button {
		margin-top: 15px;
	}
	.newsBox > div > div ul li {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.newsBox > div > div ul li p {
		padding-left: 0px;
	}
	.newsBox > div > div ul li .img {
		display: none;
	}
	
	.newsBox > div > div ul li span {
		display: inline-block;
		margin-left: 5px;
	}
	.newsBox > div > div ul li a {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.newsBox .box_title img {
		left: 2%;
		margin-left: 0;
	}
}


/* ------------------------------
 MAP
------------------------------ */
.mapBox {
	width: 100%;
	padding-bottom: 45px;
	background: url(../img/dot_lightblue_bg.gif) repeat 0 0;
}

.mapBox .box_title img {
	width: 255px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 120px;
}
.googlemaps {
	width: 1220px;
	height: 630px;
	margin: auto;
}
iframe {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .mapBox .box_title {
		padding: 15px 0;
	}
	.mapBox {
		overflow: hidden;
		padding-bottom: 20px;
	}
	.mapBox .box_title img {
		display: none;
	}
	/* 20180510
	.contentsHome .mapBox .box_title {
		padding: 15px 0 165px;
	}
	.mapBox .box_title img {
		right:50%;
		margin-right: -180px;
	}
	*/
	.googlemaps {
		width: auto;
		height: 310px;
		margin: 0 5%;
	}
	
}
@media screen and (max-width: 479px) {
	/* 20180510
	.mapBox .box_title img {
		right:5%;
		margin-right: 0;
	}
	*/
	.googlemaps {
		height: 250px;
	}
}

