@charset "utf-8";
/*------------------------------------------------------------
	details
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 0;
}
#main .area {
	text-align: center;
}
#main .area span {
	padding: 0 24px 13px;
	display: inline-block;
	background: url("../img/details/icon01.png") no-repeat left top;
	background-size: 18px auto;
	font-size: 2rem;
	color: #578318;
	font-weight: bold;
}
#main .category {
	font-family:"fot-tsukuardgothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
#main .category span {
	margin: 0 5px 4px;
	padding: 6px 5px;
	box-sizing: border-box;
	width: 215px;
	display: inline-block;
	background-color: #FAB5B5;
	border-radius: 25px;
	border-bottom: 3px solid #ccc;
}
#main .ttl {
	margin-bottom: 9px;
	text-align: center;
	font-family:"fot-tsukuardgothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3rem;
}
#main .time {
	margin-bottom: 42px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#main .infoBox {
	margin-bottom: 29px;
	padding: 45px 96px 47px;
	border: 5px solid #FBCA5A;
	border-radius: 20px;
	background-color: #fff;
}
#main .infoBox .inner p {
	margin-bottom: 16px;
	font-size: 1.8rem;
	line-height: 1.66;
	word-break: break-all;
}
#main .infoBox .inner a {
	display: inline-block;
	color: #5E8EFE;
	text-decoration: underline;
	word-break: break-all;
}
#main .infoBox .inner a:hover {
	text-decoration: none;
}
#main .infoBox .blueBox {
	padding: 28px 10px 30px;
	background-color: #F3FAFE;
	text-align: center;
}
#main .infoBox .blueBox h2 {
	margin-bottom: 31px;
	font-family:"fot-tsukuardgothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	position: relative;
}
#main .infoBox .blueBox h2:before {
	width: 55px;
	height: 2px;
	margin-left: -28px;
	background-color: #333;
	position: absolute;
	left: 50%;
	bottom: -7px;
	content: "";
}
#main .infoBox .blueBox p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.55;
}
#main .linkUl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .linkUl li {
	margin: 0 5px;
}
#main .linkUl a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#main .ttl {
		margin-bottom: 9px;
		line-height: 1.57;
	}
	#main .category {
		margin-bottom: 10px;
	}
	#main .ttl {
		margin-bottom: 16px;
	}
	#main .time {
		margin-bottom: 36px;
	}
	#main .infoBox {
		margin-bottom: 49px;
		padding: 32px 20px 42px;
	}
	#main .infoBox .inner p {
		margin-bottom: 45px;
	}
	#main .infoBox .inner a:hover {
		text-decoration: underline;
	}
	#main .infoBox .blueBox {
		padding: 16px 2px 22px;
	}
	#main .infoBox .blueBox h2 {
		margin-bottom: 31px;
		font-size: 1.8rem;
	}

}

@media all and (-ms-high-contrast:none){
	#main .category span {
		padding-top: 9px;
		padding-bottom: 3px;
	}
}
