@charset "utf-8";
/*---------------
acLayout
------------------*/
.acLayout01 {
	width: 854px;
	margin: 50px auto 0;
}
.acLayout01 {
	position: relative;
	overflow: hidden;
}
.acLayout01 .columnBox {
	min-height: 580px;
	padding: 8px 30px 310px;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.acLayout01 .columnBox.left {
	float: left;
	width: 420px;
}
.acLayout01 .columnBox.right {
	float: right;
	width: 420px;
}
.acLayout01 .columnBox dt {
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	font-size: 1.29rem;
	text-align: center;
}
.acLayout01 .columnBox .text01 {
	color: #d70c19;
	font-size: 1.57rem;
}
.acLayout01 .icoQuestion {
	position: relative;
	display: inline-block;
}
.acLayout01 .icoQuestion::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 34px;
	margin-top: -3px;
	margin-left: 5px;
	background: url(/dc/support/use/img/ico_question.png) 0 0 no-repeat;
	vertical-align: middle;
}
.acLayout01 .columnBox dd {
	padding: 17px 9px 0;
	font-size: 1.14rem;
}
.acLayout03 {
	position: absolute;
	left: 37px;
	bottom: 50px;
	width: 784px;
	text-align: center;
}
.acLayout03 .text02 {
	display: inline-block;
	width: 560px;
	margin-bottom: 26px;
	padding: 10px 10px 9px;
	font-size: 18px;
	border-radius: 22px;
	background: #fff5e1;
}
/*---------------
modal
------------------*/
.modalContent {
	width: 600px;
}
.modalContentInner {
	padding: 55px 26px 26px;
	text-align: center;
}
/*closeButton*/
.closeButton {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #666;
	cursor: pointer;
}
.closeButton::before,
.closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px;;
	background: #fff;
}
/*modalBtn*/
.modalBtnList li {
	margin-top: 10px;
}
.modalBtnList li:first-child{
	margin-top: 0;
}
/*---------------
tabBlock01
------------------*/
.tabBlock01.growTab .tabList .tabListItem .tabBtn.is-open {
	margin-top: -10px;
}
.tabBlock01.growTab .tabList .tabListItem .tabBtn {
	border-radius: 10px 10px 0 0;
	border-left: 1px solid #CFCFCF;
	transition: initial;
}
.tabBlock01.growTab .tabList .tabListItem:first-child .tabBtn {
	border-radius: 10px 10px 0 0;
	border-right: 1px solid #CFCFCF;
}
.tabBlock01.growTab .tabList .tabListItem:last-child .tabBtn {
	border-radius: 10px 10px 0 0;
}
.tabBlock01.growTab .tabList .tabListItem .tabBtn .inner {
	display: flex;
	align-items: center;
}
.tabBlock01 > .tabList > .tabListItem > .tabBtn.tabBlue.is-open{
	background: #cfeaff;
	color: #000;
	border-color: #cfeaff;
}
.tabBlock01 > .tabList > .tabListItem > .tabBtn.tabYellow.is-open{
	background: #fef5bf;
	color: #000;
	border-color: #fef5bf;
}
.tabBlock01 > .tabList > .tabListItem > .tabBtn.tabOrange.is-open{
	background: #ffcece;
	color: #000;
	border-color: #ffcece;
}
.tabBlock01 > .tabList > .tabListItem > .tabBlue.is-open:hover{
	color: #000;
}
.tabBlock01 > .tabList > .tabListItem > .tabYellow.is-open:hover{
	color: #000;
}
.tabBlock01 > .tabList > .tabListItem > .tabOrange.is-open:hover{
	color: #000;
}
.tabBlock01 > .tabList > .tabListItem > .tabBlue.is-open::after{
	display: none;
}
.tabBlock01 > .tabList > .tabListItem > .tabYellow.is-open::after{
	display: none;
}
.tabBlock01 > .tabList > .tabListItem > .tabOrange.is-open::after{
	display: none;
}
/*---------------
textBox
------------------*/
.textBox01{
	margin: 30px 127px 0px;
}