@charset "utf-8";
/* CSS Document */

/* 見出し */
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
 @media print, screen and (min-width: 768px) {
.sub-section .sub-title {
	font-size: 2.6rem;
}
}
@media only screen and (max-width: 767px) {
.sub-section .sub-title.setBtn {
	flex-direction: column;
	align-items: inherit;
}
}
/*-----------------------------------------------
　動作確認済み スマートフォン・タブレット
-----------------------------------------------*/
.linkBtn {
	padding:5px 0 0 0;
	margin-bottom:20px;
}
.linkBtn a, .smline a {
	color: #000099;
}
.linkBtn a:hover, .smline a:hover {
	color: #000099;
	text-decoration: underline;
}
.gfta th, .gfta td {
	font-size:100%
}
/* scrollArea */
.scrollArea.wide table {
	width: 90%;
}
@media only screen and (max-width: 1024px) {
.scrollArea.wide {
	overflow-x: scroll;
	margin-bottom: 20px;
}
.scrollArea.wide table {
	width: 1024px;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.scrollArea {
	overflow-x: scroll;
	margin-bottom: 20px;
}
.scrollArea table {
	width: 767px;
	margin-bottom: 20px;
}
}
/* numList */
.list_mdl.numList {
	display: flex;
	margin-left: 0;
}
.list_mdl.numList .txt_num {
	float: none;
	min-width: 2em;
}
.ttlH4.numList {
	display: flex;
	padding-left: 0;
}
.ttlH4.numList .num {
	min-width: 2em;
	text-align: center;
	float: none;
}
.ttlH4.numList h4 {
	word-break: break-all;
	padding-top: 0;
}
.linkPdline {
	margin:0 0 0 25px;
	border:none;
	border-collapse:separate !important;
	border-spacing:0 8px !important;
}
.linkPdline th {
	padding:5px 0;
	background:#e5e5ff;
	font-weight:bold;
	text-align:center;
}
.linkPdline td {
	padding:5px 0 5px 5px;
	line-height:1.5em;
}
.smline {
	margin-left:20px;
}
.listTxtIndent {
	text-indent:-3em;
	padding-left:3em;
}
.linkListTable div {
	float:left;
}
.linkListTable a:hover {
	cursor: pointer !important;
}
.gfta th {
	background: #eee;
    font-weight:normal;
}
.gfta th, .gfta td {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	text-align:center;
}
.gfta .typeName {
	text-align:left;
}
.bd_none th {
	padding:0 !important;
	border:0 !important;
	background:none !important;
}
.bd_none td {
	padding:0 !important;
	border:0 !important;
	background:none !important;
}
.bd_none th div {
	margin-bottom:5px;
	padding:5px 0;
	background:#ccc;
}
.txt_cl_b {
	color:#0000ff;
}
.spLink {
	margin: 0;
	padding: 15px 0 0 2em;
	background: url("/support/images/arrow_link.gif") no-repeat 15px 20px;
}
.spLink2 {
	margin:0;
	padding:5px 0 0 2.5em;
	background:url("/support/images/arrow_link.gif") no-repeat 15px 7px;
}
 @media only screen and (max-width: 767px) {
.gfta th, .gfta td, .smline {
	font-size:small;
}
}
