@charset "UTF-8";

.panel {
	clear: both;
}
.h2_Title {
	margin:0 0 30px 0;
	padding:0;
}
.h3_Title {
	margin:0 auto 20px auto;
	padding:10px 15px;
	width:90%;
	text-align:center;
	font-size:20px;
	color:#015402;
	background-color:#d6f0d3;
	border-radius:50px;
	box-sizing:border-box;
}
.lead {
	/*font-size:16px;*/
	width:90%;
	margin:0 auto;
	line-height:1.8;
}
.entryArea {
	margin:30px 20px;
}
.entryArea p {
	text-align:center;
	margin:10px auto;
}
.h4_Title {
	position: relative;
	text-align: center;
	margin:0;
	padding:0;
}
.h4_Title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-size:20px;
}
.h4_Title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-image: url(../images/pc/diagonal_line.png);
	background-position:center left;
	background-repeat:repeat-x;
}

.entryBox {
	border:#59ae8d solid 2px;
	background-color:#ffffe3;
}
.leftBox,
.rightBox {
	float:left;
	padding:10px;
	box-sizing:border-box;
}
.leftBox {
	border-right:#59ae8d dotted 2px;
	width:34%;
}
.leftBox dt,
.rightBox dt {
	text-align:center;
	font-size:16px;
}
.rightBox {
	width:66%;
}
.leftBox dt img,
.rightBox dt img {
	margin:0 3px 10px 0;
}
.leftBox dd,
.rightBox dd {
	margin:0;
}
.leftBox dd a,
.rightBox dd.yellow a,
.rightBox dd.green a {
	position:relative;
	margin:0 0 10px 0;
	padding:11px 10px;
	text-align:left;
	font-size:16px;
	line-height:1.2;
	display:block;
	color:#000;
	border-radius:4px;
	box-sizing:border-box;
}
.leftBox dd a {
	background-color:#87b828;
	border-color:#87b828;
	border-bottom:2px solid #999999;
	width:100%;
	/*padding:20px 10px;*/
}
.rightBox dd.yellow a {
	background-color:#ffbc00;
	border-color:#ffbc00;
	border-bottom:2px solid #999999;
	float:left;
	margin-right:2%;
	width:49%;
}
.rightBox dd.green a {
	background-color:#c5dc51;
	border-color:#c5dc51;
	border-bottom:2px solid #999999;
	float:left;
	width:49%;
}
.leftBox dd a [class^="b-icons"],
.rightBox dd a [class^="b-icons"]{
	position:absolute;
	top:18px;
	right:10px;
	font-size:24px;
	color:#FFF;
}
.leftBox dd a:hover {
	background-color:#67ab00;
	text-decoration:none;
}
.rightBox dd.yellow a:hover {
	background-color:#dba200;
	text-decoration:none;
}
.rightBox dd.green a:hover {
	background-color:#bbd633;
	text-decoration:none;
}
.rightBox dd .yellowLine {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	color:#F00;
	font-weight:bold;
}


.contentBox {
	margin:50px 20px 0 20px;
}
.contentBox p {
	text-align:center;
	margin:10px auto;
}

.leftColum {
	float:left;
	padding:5px;
	margin-right:10px;
	border:#DDD solid 3px;
	box-sizing:border-box;
}
.rightColum {
	float:right;
	width:365px;
	
}
.h5_TitleG {
	text-align: center;
	margin:0 0 5px 0;
	padding:6px;
	font-size:18px;
	background:#87b828;
	color:#FFF;
}
.h5_TitleR {
	text-align: center;
	margin:0 0 5px 0;
	padding:6px;
	font-size:18px;
	background:#d30e5f;
	color:#FFF;
}
.rightColum dl {
	margin:0 0 15px 0;
}
.rightColum dt a {
	background:url(../images/pc/arrow_purple.png) no-repeat left center;
	padding:5px 5px 5px 20px;
	color:#996699;
}
.rightColum dd {
	font-size:12px;
	margin:0;
	padding:0;
}

.contentBox h5 + p {
	font-size:12px;
	margin:5px 0;
	padding:0;
	text-align:left;
}


.fs12 {
	font-size:12px;
}
.fs-white{
	color:#ffffff;
}
.taC {
	text-align:center;
}
.pt20 {
	padding-top:20px;
}


/* !Clearfix
---------------------------------------------------------- */
.clearfix{
	display: block;
	min-height: 1%;
}
.clearfix:after{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
