﻿@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;
}

/************************************************
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/nicos/img/index_ico_001.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
************************************************/
.table {
	border: none;
}
.table:not(:first-child) {
	margin-top: 24px;
}
.table th {
	width: 100%;
	padding: 9px;
	background: #f8dede;
	border: 1px solid #f8dede;
}
.table.type02 tr:last-of-type td {
	border-bottom: 1px solid #CFCFCF;
}
.table td {
	width: 100%;
	padding: 12px;
	border-left: 1px solid #CFCFCF !important;
	border-right: 1px solid #CFCFCF !important;
}
.table.row01 td {
	padding: 10px;
}

/************************************************
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;
}