@charset "UTF-8";

header.main_title{
	padding:30px 0 70px 0;
	text-align: center;
	margin:0 0 !important;
}
header.main_title h1{
	background:none!important;
	font-size:28px!important;
	letter-spacing: 0.1em;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:0!important;
	font-weight: 400!important;
}
header.main_title h1 span{
	padding-top:0.6em;
	letter-spacing: 0;
	font-size:15px!important;
	font-weight: bold;
	color:darkblue;
}
section{
	padding-bottom:50px;
}
section .catch{
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.6;
}
section .link_wrapper{
	width:90%;
	max-width:460px;
	margin:0 auto;
}
section .link_wrapper p{
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	margin-bottom:3em;
}
section .link_wrapper p:last-of-type{
	margin-bottom:0;
}
section .link_wrapper p a{
	padding:1.5em 3em 1.5em 1.2em ;
	position:relative;
	display:block;
	text-align: left;
	line-height: 1.5;
	text-decoration: none;
}
section .link_wrapper p a i{
	display:block;
	width:0.7em;
	height:0.7em;
	border-top:solid 2px #444;
	border-right:solid 2px #444;
	position:absolute;
	right:1.5em;
	top:50%;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
	header.main_title{
		padding:50px 0;
	}
	header.main_title h1{
		font-size:23px!important;
	}
	header.main_title h1 span{
		font-size:13px!important;
	}
	section{
		padding-bottom:35px;
	}
	section .link_wrapper p{
		margin-bottom:2.2em;
	}

}

@media screen and (max-width: 440px) {
	
}