@charset "utf-8";
/* ----------------------------------------------------
	contents
---------------------------------------------------- */
#incontents {
	width: 840px;
	margin: 20px auto 0;
}
#incontents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
*html #incontents {
	height: 1%;
}
/* title */
.blue .ttl01 {
	font-size:140%;
	font-weight:bold;
}
.blue .ttl02 {
	margin-top:20px;
	padding:5px 10px 5px 20px;
	color:#fff;
	font-size:120%;
}
.blue .ttl02.Or {
	background:#f68b1f;
}
.blue .ttl02.Bl {
	background:#007ec5;
}
.blue .ttl02.Gr {
	background:#00ae9d;
}
/* ----------------------------------------------------
	table
---------------------------------------------------- */
.tableType01, .tableType02, .tableType03 {
	width:100%;
	margin:30px 0 10px;
	line-height:1.5;
}
.tableType01 th, .tableType02 th, .tableType03 th {
	border:1px solid #7f7f7f;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.tableType01 th {
	background:#feead6;
}
.tableType02 th {
	background:#d4e3f4;
}
.tableType03 th {
	background:#daefec;
}
.tableType01 td, .tableType02 td, .tableType03 td {
	padding:5px;
	border:1px solid #7f7f7f;
	text-align:center;
}
.tableType04 {
	width:100%;
	margin-top:30px;
    margin-bottom:50px;
	line-height:1.5;
}
.tableType04 th {
	border:1px solid #7f7f7f;
	background-color:#dcdcdc;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.tableType04 td {
	padding:5px;
	border:1px solid #7f7f7f;
	text-align:center;
}
.tableType04 td ul li {
	float:left;
	width:100px;
	text-align:left;
}
/* ----------------------------------------------------
	メイン
---------------------------------------------------- */

#specWrap {
	margin:15px;
}


#mainContentWrap a {
	color: #000099;
}
#mainContentWrap a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------
	タイトル
---------------------------------------------------- */
#specWrap h3 {
	padding: 0.2em 0.5em;
	background: #dcdcdc;
	margin-top: 20px;
	font-weight: 300;
	font-size: 1.8rem;
}
/* btnLinkList */
.btnLinkList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.btnLinkList._col3 {
	justify-content: space-between;
}
.btnLinkList._col3 li {
	width: 31.5%;
	margin-top: 1em;
}

.btnLinkList li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.5em 1em 0.5em 2em;
	border: solid 1px #D9D9D9;
	background: #fff;
	position: relative;
}
.btnLinkList li a:hover {
	background: #e5e5e5;
	text-decoration: none;
}
.btnLinkList li span {
	display: inline-block;
	position: relative;
}
.btnLinkList li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.5em;
}
.btnLinkList._anchor li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f078';
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1.2em;
	margin-top: -0.4em;
}
.btnLinkList._anchor li._link span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.5em;
}
@media only screen and (max-width: 767px) {
#specWrap {
	margin:15px 0px;
}
.btnLinkList:not(._spCol2) {
	flex-direction: column;
}
.btnLinkList._col3 li {
	width: 100%;
}
.btnLinkList li a {
	display: block;
}

}
