@charset "UTF-8";
.contents_in .btn_cv:hover, .contents_in .btn_cv_shot:hover {
	text-decoration:none
}
.tit_com01 {
	font-size:2.8rem;
	color:#2c67b8;
	border-bottom:4px solid #dcdcdc;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative
}
.tit_com01:before {
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	display:block;
	width:7.21%;
	height:4px;
	background-color:#2c67b8
}

footer nav ul li:before{
	content:'';
	position: absolute;
	top:50%;
	right:-10px;
	margin:-3px 0 0 0;
	width:0;
	height:0;
	border-top:3px solid transparent;
	border-left:3px solid #2c67b8;
	border-bottom:3px solid transparent;
}

@media screen and (max-width:720px) {
.tit_com01 {
	border-bottom:2px solid #dcdcdc;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:1.8rem
}
.tit_com01:before {
	bottom:-2px;
	height:2px;
	width:20.61%
}
}
.contents_in {
	width:970px;
	margin:0 auto;
	text-align:left
}
.contents_in .txt01 {
	font-size:1.6rem
}
@media screen and (max-width:720px) {
.contents_in {
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.contents_in .txt01 {
	font-size:1.3rem!important
}
}
.contents_in .btn_cv {
	display:block;
	width:38.14%;
	margin:0 auto;
	font-size:2rem;
	font-weight:700;
	color:#fff;
	background-color:#538a30;
	border-radius:10px;
	padding:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	line-height:2;
	cursor: pointer
}
@media screen and (max-width:720px) {
.contents_in .btn_cv {
	width:89.69%;
	font-size:1.6rem;
	padding:15px
}
}
.contents_in .btn_cv:before {
	content:url(../img/event/icon01.png);
	display:inline-block;
	vertical-align:bottom;
	margin-top:0;
	line-height:1;
	font-size:0;
	margin-right:5px
}
.contents_in .btn_cv_pdf {
	display:block;
	width:32.98%;
	border:1px solid #dcdcdc;
	text-align:center;
	margin:0 auto;
	font-size:1.4rem;
	color:#2c67b8;
	line-height:1.2;
	border-radius:10px;
	padding:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
@media screen and (max-width:720px) {
.contents_in .btn_cv_pdf {
	width:61.85%;
	font-size:1.4rem;
	padding:10px;
	cursor: pointer
}
.contents_in .btn_cv_shot {
	width:auto;
	cursor: pointer
}
}
.contents_in .btn_cv_pdf:before {
	content:url(../img/event/icon_pdf.png);
	display:inline-block;
	vertical-align:bottom;
	margin-top:0;
	line-height:1;
	font-size:0;
	margin-right:5px
}
.contents_in .btn_cv_shot {
	display:inline-block;
	width:auto;
	margin:0 auto;
	cursor: pointer
}
.contents_in .btn_cv_shot:before {
	content:"";
	margin-right:0
}
