@charset "UTF-8";

@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css');

#mainArea #right #feature h2{
	width:980px;
	margin: 0 0 55px 0;
}
#feature h2 img{
	width:100%;
	height:auto;
}

.main_box{
	width:980px;
	box-sizing: border-box;
	padding: 0 20px;
}
.main_box p{
	width:100%;
	margin:40px 0;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:16px;
	line-height: 2em;
	color:#343e48;
	font-weight:400;
}
.main_box p.read{
	width:100%;
	margin:40px 0 0 0;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:22px;
	line-height: 2em;
	color:#343e48;
	font-weight:400;
}
.main_box .center{
	text-align: center;
}
.main_box p strong{
	font-weight:700;
	font-size:16px;
}
.main_box p.read strong{
	font-weight:700;
	font-size:22px;
}

.centerBtn{
	text-align: center;
	padding: 20px 0 0 0;
}
.main_box a.cvBtn{
	display: inline-block;
	box-sizing: border-box;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	min-width:400px;
	margin: 20px auto 0 auto;
	padding:26px 60px 28px 60px;
	font-size:20px;
	line-height: 1em;
	font-weight:700;
	color:#fff;
	background: #666;
	border-radius: 6px;
	position: relative;
	transition:0.3s all ease;
}
.main_box a.cvBtn::before{
	content: "";
	display: block;
	width:0.4em;
	height:0.4em;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	position: absolute;
	top:calc(50% - 0.25em);
	right: 35px;
	transform: rotate(45deg);
	transition:0.3s all ease;
}
.main_box a.cvBtn:hover{
	opacity: 0.6;
}
.main_box a.cvBtn:hover::before{
	right: 28px;
}

.notes{
	width:100%;
	margin:65px 0 35px 0;
	padding:40px 0 0 0;
	border-top:1px solid #eeeeee;
	letter-spacing: 0.025em;
}
.notes h3{
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight:700;
	font-size:18px;
	font-weight:700;
	color:#343e48;
	padding-bottom: 0.5em;
}
.notes p{
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height: 1.6em;
	text-indent: -1em;
	padding-left:1em;
	margin: 0.5em 0;
	color:#343e48;
}

.notes p a{
	font-size:15px;
	color:#ff6b80;
	font-weight: 700;
	text-decoration: underline;
}
.notes p a:hover{
	text-decoration: none;
	opacity: 0.6;
}