@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */

.block01 {
	position: relative;
	margin: 128px 38px 30px;
	border: 1px solid #aaa;
	border-radius: 5px; 
	padding: 46px 10px 12px;
}
body.sp .block01 {
	margin: 120px 0 30px;
	padding: 46px 10px 12px;
}

.box01 {
	position: absolute;
	top: -98px;
	left: 152px;
	width: 316px;
	background-color: #054784;
	border-radius: 4px;
	padding: 12px 0;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
}
.box01:before {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 0;
	margin: auto 0;
	border-top: 2px dotted #aaa;
}
.box01:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	width: 0;
	height: 18px;
	margin: 0 auto;
	border-left: 2px dotted #aaa;
}
body.sp .box01 {
	top: -103px;
	left: 4%;
	width: 60%;
	padding: 10px 0;
	font-size: 13px;
}
body.sp .box01:before {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 0;
	margin: auto 0;
	border-top: 2px dotted #aaa;
}
body.sp .box01:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	width: 0;
	height: 18px;
	margin: 0 auto;
	border-left: 2px dotted #aaa;
}

.box02 {
	position: absolute;
	top: -98px;
	left: 498px;
	width: 110px;
	background-color: #7e7e7e;
	border-radius: 4px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
body.sp .box02 {
	top: -95px;
	left: 69%;
	width: 30%;
	padding: 10px 0;
	font-size: 13px;
}

.box03 {
	position: absolute;
	top: -22px;
	left: 152px;
	width: 316px;
	background-color: #b6043e;
	border-radius: 4px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
body.sp .box03 {
	top: -18px;
	left: 4%;
	width: 60%;
	padding: 10px 0;
	font-size: 12px;
}

.anchorList {
	overflow: hidden;
}
.anchorList li {
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
.anchorList li > a,
.anchorList li > span {
	position: relative;
	display: block;
	margin: 0 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 7px 30px 7px 22px;
	color: inherit;
	text-decoration: none;
	line-height: 1.3;
}
.anchorList li > span {
	background-color: #d0f0ff;
}
.anchorList li > a:hover {
	opacity: 0.7;
}
.anchorList li > a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 14px;
	height: 14px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #0685b0;
}
.anchorList li > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto 0;
	height: 0;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.anchorList li small {
	display: block;
	font-size: 10px;
	text-indent: -0.5em;
}
@media screen and (max-width: 500px){
	body.sp .anchorList li {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
}

.block02 {
	position: relative;
	margin: 0 58px 10px 329px;
	border: 1px solid #aaa;
	border-radius: 5px; 
	padding: 12px 8px 0;
}
.block02 .anchorList li {
	float: none;
	width: auto;
}
body.sp .block02 {
	margin: 0 20px 10px 50%;
}
@media screen and (max-width: 500px){
	body.sp .block02 {
		margin: 100px 0 30px;
		padding: 12px 10px 0;
	}
}

.box04 {
	position: absolute;
	top: 0;
	left: -244px;
	width: 178px;
	background-color: #7e7e7e;
	border-radius: 4px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.box04 small {
	font-size: 11px;
}
.box04:before {
	content: "";
	position: absolute;
	right: -65px;
	top: 0;
	bottom: 0;
	width: 65px;
	height: 0;
	margin: auto 0;
	border-top: 2px dotted #aaa;
}
@media screen and (max-width: 500px){
	body.sp .box04 {
		top: -74px;
		left: 0;
		right: 0;
		width: 200px;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 13px;
	}
	body.sp .box04:before {
		content: "";
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: -21px;
		width: 0;
		height: 21px;
		margin: 0 auto;
		border-top: none;
		border-left: 2px dotted #aaa;
	}
}

.block03 {
	margin: 0 67px 0 40px;
}
.block03 h3 {
	margin: 0 10px 6px;
	font-weight: bold;
}
body.sp .block03 {
	margin: 0 12px;
}

