﻿@charset "utf-8";

/************************************************
list
************************************************/
.listType05.indent01 li {
	padding-left: 3.6em;
	text-indent: -3.6em;
}
.listType08 {
	display: block;
}
.listType08 > li {
	display: list-item;
	padding-left: 2.9em;
	text-indent: -2.9em;
}
.listType08 > li:before {
	display: inline;
}
.listType08 > li > ul:not(.listType05) > li {
	text-indent: 0;
}
[class*="listType0"] > li > ul {
	text-indent: 0;
}
[class*="listType0"] > li > ul > li > ul {
	text-indent: -1em;
}

/************************************************
table
************************************************/
.table .grayBg {
	background: #5a5a5a;
	color: #fff;
}
.table th.redBg {
	background: #dc5a5b;
	color: #fff;
}
.table th.redBg02 {
	background: #fdf1f1;
}
.table td.redBg {
	background: #fdf1f1;
}
.scroll .table td.redBg {
	min-width: 300px;
}
.table td.redBg .new2301dFlex > p {
	width: 33%;
}

/************************************************
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;
}

/************************************************
serviceBlk
************************************************/
.serviceBlk .txt {
	display: block;
}
.serviceBlk dl {
	width: 100%;
}
.serviceBlk dt {
	padding: 7px;
}
.serviceBlk .service01 dt {
	background: #5a5a5a;
}
.serviceBlk .service02 dt {
	background: #dc5a5b;
}
.serviceBlk dd {
	padding: 0 25px;
}