.tit {
	border-bottom: none;
	height: auto;
	text-align: center;
}

.icon_box {
	display: inline-flex;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}

.icon_box img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* 基本設定（共通） */
#info_pdf {
	margin-bottom: 100px;
}

#pdf_inner {
	width: 100%;
}

#pdf_inner.is-pdf-active {
	position: relative;
	height: 0;
	padding-bottom: 141.42%; /* A4比率 */
	overflow: hidden;
}

#pdf_inner.is-pdf-active object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fallback {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
}

.fallback img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.fallback p {
	margin-top: 1em;
}

.link_area {
	margin-bottom: 4em;
	text-align: center;
}

.linkbtn {
	display: inline-block;
	background-color: #B8860B;
	color: #fff;
	border-radius: 50px;
	max-width: 600px;
	margin: 0 auto;
	padding: 1em;
	font-size: 171.4%;
}

.linkbtn span {
	display: inline-block;
}


.linkbtn:hover {
	text-decoration: none;
	background-position: 95% center;
}
.linkbtn:visited {
	color: #fff;
}

.linkbtn-pdf {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	max-width: 480px;
	min-height: 70px;
	margin: 0 auto;
	font-size: 114.3%;
}

.linkbtn-pdf:hover {
	text-decoration: none;
	background-position: 95% center;
}
.linkbtn-pdf:visited {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.icon_box {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 40px;
	}
	.icon_box img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.linkbtn, .linkbtn-pdf {
		max-width: 300px;
		min-height: 60px;
		font-size: 142.9%;
	}
}


