@charset "utf-8";

/* ****************************************************
Title: index.css
***************************************************** */

.mainBlock01 {
	padding: 48px 0px 80px;
}

.mainBlock01 img {
  height: auto;
  width: 100%;
  cursor: pointer;
}
.thumbnail-img {
	padding: 0px 8px;
}

.slick-arrow {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.slick-prev {
	background-image: url("../images/slide_prev01.png");
	left: -25px;
}
.slick-next {
	background-image: url("../images/slide_next01.png");
	right: -25px;
}

.thumbnail {
	margin-top: 16px;
}

/*------------------------*/

.topContBlock01 {
	background-color: #F6F6F6;
	padding: 80px 0px;
}
.topContBox01 {
	text-align: left;
	background-color: #FFFFFF;
	padding: 40px;
}
.contH201 {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
	color: #014195;
	margin-bottom: 40px;
}
.contH201::before {
	content: "";
	background-image: url("../images/tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px auto;
	width: 36px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.contList01 {}
.contList01 li {
	border-bottom: 1px solid rgba( 0,0,0,0.16 );
	display: flex;
	align-items: center;
	padding: 15px 0px;
}
.listDay01 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	width: 164px;
}

.listCate01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 2px 4px;
	width: 58px;
	height: 28px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: 500;
}

.listCate01.hegu {
	background-color: #154F9C;
}
.listCate01.htu {
	background-color: #DE70A0;
}
.listCate01.hexu{
	background-color: #7449A2;
}
.listCate01.hlpu{
	background-color: #1E8066;
}
.listCate01.htsu{
	background-color: #D75252;
}
.listCate01.hbtu{
	background-color: #E8742D;
}
.listCate01.other{
	background-color: #8A8E92;
}

.contLink01 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 500;
}
a.contLink01:link {	color: #333333;	text-decoration: none;}
a.contLink01:visited {	color: #333333;	text-decoration: none;}
a.contLink01:hover {	color:#333333;	text-decoration: underline;}
a.contLink01:active {	color:#333333;	text-decoration: none;}

.mr25 {
	margin-right: 25px;
}
.mt48 {
	margin-top: 48px;
}

.contListLink01 {
	text-align: right;
	margin-top: 32px;
}
.contLink02 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
}
.contLink02::after {
	content: "";
	display: inline-block;
	background-image: url("../images/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 12px;
}
a.contLink02:link {	color: #154F9C;	text-decoration: underline;}
a.contLink02:visited {	color: #154F9C;	text-decoration: underline;}
a.contLink02:hover {	color:#154F9C;	text-decoration: none;}
a.contLink02:active {	color:#154F9C;	text-decoration: none;}























