﻿@charset "utf-8";

/************************************************
section
************************************************/
.section01 {
	margin-top: 55px;
}
.section02 {
	width: 100%
}

/************************************************
title
************************************************/
h2 {
	position: relative;
	font-size: 1.42857rem;
}
h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 26px;
	height: 3px;
	border-top: 3px dotted #e60000;
}
h3 span {
	width: 40px;
	height: 40px;
	padding-top: 7px;
	border: 1px solid #E60000;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #e60000;
	display: inline-block;
}

/************************************************
list
************************************************/
.listType05.indent01 li {
	padding-left: 3.6em;
	text-indent: -3.6em;
}

/************************************************
txtBox
************************************************/
.txtBox {
	padding: 0 15px;
	border: 2px solid #ececec;
	border-radius: 0;
}
.txtBox .img {
	width: 27px;
}
.txtBox a {
	color: #e60000;
}

/************************************************
acdCnt
************************************************/
.acdCnt01 {
	margin-top: 29px;
	border: none;
}
.acdCnt01 > .acdLabel {
	padding: 8px 64px 9px 20px;
	font-size:1.21429rem;
}
.acdCnt01 > .acdLabel > .acdBtn {
	right: 24px;
	width: 14px;
	height: 9px;
	background: url(/unify/mufgcard/img/index_ico_002.png) no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.acdCnt01 > .acdCheck:checked + .acdLabel > .acdBtn {
	transform: rotate(0deg);
}
.acdCnt01 > .acdLabel > .acdBtn:before,
.acdCnt01 > .acdLabel > .acdBtn:after {
	display: none;
}
[class*="acdCnt"] > .acdContent {
	padding: 0 15px;
}
[class*="acdCnt"] > .acdCheck:checked ~ .acdLabel ~ .acdContent {
	padding: 25px 15px 6px;
}

/************************************************
table
************************************************/
.scheduleBlk .table {
	border: none;
}
.scheduleBlk .table:not(:first-child) {
	margin-top: 24px;
}
.scheduleBlk .table th {
	width: 100%;
	padding: 9px;
	background: #f8dede;
	border: 1px solid #f8dede;
}
.scheduleBlk .table.type02 tr:last-of-type td {
	border-bottom: 1px solid #CFCFCF;
}
.scheduleBlk .table td {
	width: 100%;
	padding: 12px;
	border-left: 1px solid #CFCFCF !important;
	border-right: 1px solid #CFCFCF !important;
}
.scheduleBlk .table.row01 td {
	padding: 10px;
}
.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;
}