@charset "UTF-8";

#body .inner {
	padding: 50px 0 0;
}

div.intro {
	margin-bottom: 50px;
}

section.subsec {
	margin-bottom: 50px;
}

section.subsec:last-child {
	margin-bottom: 0;
}

section.subsec h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBBBBB;
	font-size: 14px;
	font-weight: bold;
}

.application_olist {
	margin-left: 3.5em;
	list-style-position: outside;
}

.application_olist li {
	list-style-type: none;
	counter-increment: cnt;
}

.application_olist li::before {
	content: "（"counter(cnt) "）";
	margin-left: -3.5em;
	width: 3.5em;
	padding-right: 0.5em;
	box-sizing: border-box;
	display: inline-block;
	text-align: right;
}

.app_type {
	margin-top: 5px;
	padding: 1em;
	background-color: #F7F7F7;
}

.app_type:first-of-type {
	margin-top: 20px;
}

.app_type dl {}

.app_type dt {
	float: left;
	clear: both;
	width: 6em;
}

.app_type dd {
	margin-left: 6em;
}

.link_cont {}

.link_cont a {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.link_cont a::before {
	content: "";
	margin-right: 0.5em;
	height: 24px;
	width: 24px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.link_cont a.-pdf::before {
	background-image: url(../application/img/icon_pdf.png);
}

.link_cont a.-doc::before {
	background-image: url(../application/img/icon_doc.png);
}

.app_type .link_cont {
	margin-left: 6em;
}


/* All SP & Tablet */
@media screen and (max-width:999px) {

	#body .inner {
		padding: 30px 15px 0;
	}

	div.intro {
		margin-bottom: 30px;
	}

	section.subsec {
		margin-bottom: 30px;
	}

	section.subsec:last-child {
		margin-bottom: 0;
	}

}

/* All SP */
@media screen and (max-width:639px) {

	.app_type .link_cont {
		margin-left: 0;
	}
}