@charset "utf-8";
/* -----------------------------------------
各ページ用css
----------------------------------------- */

main > div:first-child {
	background: url(/shibu/bb/shared/img/about/activity/bg_01.png) 0 0;
	background-size: cover;
}

/* ttl */
.ttl01 {
	position: relative;
}
.ttl01 img:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 6.24% 7%;
	background: rgba(54, 142, 223, 0.85);
}
.ttl02 {
	background: #368edf;
	text-align: center;
}
.ttl02 img:nth-of-type(1) {
	padding: 20px 10px;
}
.ttl02 p {
	font-size: 184.6%;
	color: #fff;
	font-weight: bold;
	padding: 17px 10px 17px 0;
	display: inline-block;
}
.ttl02 span {
	font-size: 62.5%;
	vertical-align: middle;
}
.ttl03 {
	font-size: 115.4%;
	font-weight: bold;
	padding-bottom: 5px;
}
.numTtl {
	position: relative;
	margin-bottom: 20px;
	font-size: 138.5%;
	font-weight: bold;
	color: #368edf;
	padding-left: 35px;
}
.numTtl:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	background: #368edf;
	font-size: 88.9%;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	padding: 0 7px;
	left: 0;
}
@media screen and (max-width: 724px) {
	.ttl01 img:nth-of-type(2) {
		width: 36.26%;
		padding: 6.26% 6%;
	}
	.ttl02 img:nth-of-type(1) {
		padding: 12px 10px 11px;
		width: 6.26%;
	}
	.ttl02 p {
		padding: 10px 10px 9px 0;
		font-size: 4.26vw;
	}
	.ttl03 {
		font-size: 13px;
	}
	.numTtl {
		font-size: 15px;
	}
	.numTtl:before {
		font-size: 13px;
	}
}

/* list */
.lineList li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 115.4%;
}
.lineList li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 12px;
	top: 3px;
	left: 0;
	background: #368edf;
}
.imgList {
	padding: 10px 0;
}
.imgList li {
	display: inline-block;
	padding-left: 15px;
}
.imgList li:first-child {
	padding-left: 0;
}
.imgList p {
	font-size: 86.7%;
	padding-top: 5px;
}
@media screen and (max-width: 742px) {
	.lineList li {
		font-size: 13px;
	}
	.imgList li {
		padding-left: 4%;
		width: 48%;
		vertical-align: top;
	}
	.imgList p {
		font-size: 13px;
	}
}
@media screen and (max-width: 620px) {
	.imgList li {
		display: block;
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	.imgList li:first-child {
		padding-top: 0;
	}
}

/*frame*/
.contentsOuter {
	padding: 40px;
	counter-reset: num;
}
.contents {
	margin-top: 40px;
}
.contents:first-child {
	margin-top: 0;
}
.txtArea {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}
.paragraph {
	margin-top: 30px;
}
.paragraph:first-child {
	margin-top: 0;
}
@media screen and (max-width: 742px) {
	.contentsOuter {
		padding: 20px;
	}
	.contents {
		margin-top: 20px;
	}
}

/* txt */
.txtM {
	font-size: 115.4%;
}
.txtM + .txtM {
	padding-top: 10px;
}
.notice {
	position: relative;
	font-size: 86.7%;
	padding-left: 5px;
	padding-top: 20px;
}
.notice:before {
	content: "※";
	position: absolute;
	left: -12px;
}
.notice.s_noSpace {
	padding-top: 0;
	padding-left: 1.5em;
}
.notice.s_noSpace:before {
	left: 0;
}
@media screen and (max-width: 742px) {
	.txtM {
		font-size: 13px;
	}
	.notice {
		font-size: 13px;
	}
}

/* videoArea */
.videoArea {
	max-width: 480px;
	margin: 0 auto;
}
.videoArea h4 {
	color: #368edf;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
}
.iframeOuter {
	height: 0;
	padding-top:56.25%;
	position: relative;
}
.iframeOuter iframe {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 742px) {
	.videoArea h4 {
		margin-top: 30px;
	}
}

/* infoArea */
.infoArea {
	background: #fff;
	padding: 60px 10px 30px
}
.infoArea a {
	max-width: 450px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	display: block;
	font-size: 169.2%;
	color: #fff;
	font-weight: bold;
	background: #ff8d3a;
	text-align: center;
	position: relative;
}
.infoArea a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	height: 0;
	margin: auto;
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
@media screen and (max-width: 470px) {
	.infoArea {
		padding: 30px 10px 15px;
	}
	.infoArea a {
		font-size: 4.68vw;
	}
	.infoArea a:before {
		right: 10vw;
		border-left: 1.48vw solid #fff;
		border-top: 1.48vw solid transparent;
		border-bottom: 1.48vw solid transparent;
	}
}

/* hasIcoArea */
.hasIcoArea {
	padding: 60px 40px;
	overflow: hidden;
}
.hasIcoArea p {
	font-size: 123.1%;
}
.hasIcoArea img {
	float: right;
	padding-left: 40px;
}
@media screen and (max-width: 724px) {
	.hasIcoArea {
		padding: 30px 20px;
	}
	.hasIcoArea p {
		font-size: 13px;
	}
	.hasIcoArea img {
		width: 93px;
		padding: 0 0 10px 10px;
	}
}