@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------
	見出し
---------------------------------------------------- */
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 400;
}
/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */

.mainContent {
	margin-top:20px;
}
.mainContentWrap {
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.mainContentWrap a {
	color: #000099;
}
.mainContentWrap a:hover {
	text-decoration: underline;
}
.mainContentWrap .introduction {
	margin-bottom:20px;
}
.mainContentWrap .note {
	margin-left:1em;
	margin-bottom:1em;
}
/*--------------------------------------------------*/
/* .cmt */
/*--------------------------------------------------*/
.cmt {
	margin-left: 10px;
	margin-top: 20px;
}
/* ----------------------------------------------------
	TextIndent
---------------------------------------------------- */

.txtIndent1 {
	padding-left:1em;
	text-indent:-1em;
}
/* ----------------------------------------------------
	tableStyle
---------------------------------------------------- */
.tableStyle1 {
	border:1px solid #555;
	margin:10px 20px;
}
.tableStyle1 th {
	padding:5px;
	vertical-align:middle;
	border:1px solid #555;
	background:#dcdcdc;
	text-align:center;
}
.tableStyle1 .ttl_kisyu {
	width:220px;
}
.tableStyle1 td {
	padding:5px;
	vertical-align:middle;
	border:1px solid #555;
}
.tableStyle1 td ul li {
	float:left;
	width:110px;
}
/* ----------------------------------------------------
 list
----------------------------------------------------*/

.listDot_r {
	margin-top:10px;
}
.listDot_r li {
	padding-left:20px;
	padding-bottom:10px;
	list-style:none;
	background:url("/support/images/ico_circle_red2.gif") no-repeat 3px 0.5em;
}
/*--------------------------------------------------*/
/* Table生成 */
/*--------------------------------------------------*/

/* 共通 */
.pc_tableWrap {
	display:block;
}
.sp_tableWrap {
	display:none;
}
/* table */
.sp_tableWrap {
	border-bottom: 1px solid #555;
}
.sp_tableWrap table {
	width: 100%;
	box-sizing:border-box;
	border-collapse:collapse;
	border-spacing:0;
	background: #ffffff;
}
.sp_tableWrap table th {
	padding: 10px;
	background: #f2f2f2;
	font-weight: bold;
}
.sp_tableWrap table th:first-child {
	border-top: 1px solid #555;
}
.sp_tableWrap table th:last-child {
	border-bottom: none;
}
.sp_tableWrap table td {
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #555;
}
.table_scroll_wrap table td:nth-child(-n+2) {
	white-space: nowrap;
}
/* .table_ac */
.sp_table_acWrap .accordion {
	border: 1px solid #555;
	border-bottom: none;
}
.sp_table_acWrap .accordion .acBox {
	display: none;
}
.sp_table_acWrap .accordion .ttl {
	padding: 10px 24px 10px 10px;
	background: #d9d9d9;
	font-weight: bold;
	position: relative;
}
.sp_table_acWrap .accordion .ttl:before {
	content: "";
	position: absolute;
	top: 12px;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.sp_table_acWrap .accordion .ttl.open {
	border-bottom: none;
}
.sp_table_acWrap .accordion .ttl.open:before {
	top: 18px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.sp_table_acWrap .accordion .ttl:nth-child(n+1) {
	border-top: none;
}
.sp_table_acWrap .accordion .acBox ul li {
	display: inline-block;
}
.sp_only {
	display: none;
}
.pc_Cen {
	text-align:center;
}
 @media screen and (max-width: 768px) {
/* ----------------------------------------------------
	見出し
---------------------------------------------------- */
	.sub-section .sub-title {
	font-size: 2rem;
}
/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */

.mainContentWrap {
	margin-left:0px;
	margin-right:0px;
}
.mainContentWrap .note {
	margin-left:0;
}
.pc_tableWrap {
	display:none;
}
.sp_tableWrap {
	display:block;
}
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}
.sp_tableWrap {
	margin-top: 5px;
}
.sp_tableWrap table {
	word-break: break-all;
}
.sp_tableWrap table th {
	text-align: center;
}
.sp_tableWrap table th.ttl_kisyu {
	border-top: 1px solid #555;
}
.sp_tableWrap table td {
	text-align: left;
}
.sp_tableWrap table ul li {
	float:left;
	width:100px;
}
}
