﻿@charset "utf-8";
.indent01 li {
	padding-left: 3.6em;
	text-indent: -3.6em;
}
.boxRed {
	padding: 20px 30px;
	border: 2px solid #E60000;
}
.dlType01 dd.etcTxt {
	text-align: right;
}
.new2301dFlex > li {
	width: 50%;
}
.scroll .imgWrap img {
	width: auto;
	max-width: inherit;
}
[class*="listType0"] > li > ul {
	text-indent: 0;
}
[class*="listType0"] > li > ul > li > ul {
	text-indent: -1em;
}
.listType05.indent01 li{
	padding-left:3.6em;
	text-indent:-3.6em;
}
/************************************************
table
************************************************/
.table th.tableBgGray {
	background: #5A5A5A;
	color: #fff;
}
.table th.tableBgRed {
	background: #DC5A5B;
	color: #fff;
}
.table th.tableBgRed2,
.table td.tableBgRed2 {
	background-color: #FDF1F1;
}

/************************************************
slickBlk
************************************************/
.slickBlk .sectionInner01 {
	width: 100%;
}
.slickBlk .slick-list {
	overflow: hidden;
}
.slickBlk .slickCnt .item {
	text-align: center;
}
.slickBlk .slick-prev,
.slickBlk .slick-next {
	top: inherit;
	bottom: -44px;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0.93);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.slickBlk .slick-next {
	right: -23px;
	transform: translateY(-50%) rotate(-45deg);
}
.slickBlk .slick-prev {
	left: -23px;
	transform: translateY(-50%) rotate(45deg);
}
.slickBlk .slick-next > :before,
.slickBlk .slick-prev > :before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
}
.slickBlk .slick-next > :before,
.slickBlk .slick-next:hover > span:before {
	right: 50%;
	margin-right: 2px;
	margin-top: -2px;
	border: none;
	border-right: 2px solid #989898 !important;
	border-bottom: 2px solid #989898 !important;
	transform: translateX(50%) translateY(-50%);
	animation: none;
}
.slickBlk .slick-prev > :before,
.slickBlk .slick-prev:hover > span:before{
	left: 50%;
	margin-left: 2px;
	margin-top: -2px;
	border: none;
	border-left: 2px solid #989898 !important;
	border-bottom: 2px solid #989898 !important;
	transform: translateX(-50%) translateY(-50%);
	animation: none;
}
.slickBlk .slick-disabled {
	opacity: 0;
}
.slickBlk .slick-dots {
	bottom: -42px;
}