@charset "UTF-8";



/*********** 共通 *************/

.body-bg1 {
	padding-top: 120px;
	padding-bottom: 120px;
}

/*********** ↑共通 *************/



.type-wrap {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 80px;
}

.type-wrap .inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

.type-wrap .copy {
	margin-top: 60px;
}

.type-wrap .copy p {
	line-height: 1.5;
	text-align: justify;
	text-indent: -1.2em;
	padding-left: 1em;
	margin-top: 10px;
}

.type-wrap .copy p::first-letter {
	color: #5e9b8f;
	margin-right: 0.2em
}

.type_02 {
	margin-top: 60px;
}





.type_bt-wrap {
	margin-top: 80px;
}

.type_bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.type_bt-wrap ul li {
	width: 28%;
	border: 1px solid #000;
	margin: 0 10px;
}

.type_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	transition: all 0.2s ease;
}

.type_bt-wrap ul li:nth-child(1) a {
	background-image: url("../images/mk_print.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.type_bt-wrap ul li:nth-child(2) a {
	background-image: url("../images/mk_arrow2.png");
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.type_bt-wrap ul li a:hover {
	background-color: rgba(90, 139, 126, 0.4);
	text-decoration: none;
}














