@charset "UTF-8";
@import "../common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-image: url(../../img/involved/visual_01.jpg);
}

#visual h2 sup {
	font-size: 12.4vmin;
}

/* ---------------------------------------------------------
	CSS Document help_h3
--------------------------------------------------------- */

.help_h3 {
	margin-bottom: 20px;
}

.help_h3 span:nth-of-type(1) {
	display: block;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: solid 1px #343434;
	background: url(../../img/involved/icon_01.png) no-repeat top / auto 45px;
	padding-top: 55px;
	font-size: 30px;
	line-height: 1;
	color: #059d62;
}

.help_h3.icon_02 span:nth-of-type(1) {
	background-image: url(../../img/involved/icon_02.png);
}

.help_h3.icon_03 span:nth-of-type(1) {
	background-image: url(../../img/involved/icon_03.png);
}

.help_h3.icon_04 span:nth-of-type(1) {
	background-image: url(../../img/involved/icon_04.png);
}

.help_h3 span:nth-of-type(2) {
	display: block;
	margin: 0 20px;
	font-size: 20px;
	color: #666;
	line-height: 1.3;
}

.help_h3.icon_04 span:nth-of-type(2) {
	color: #ff4952;
}

/* ---------------------------------------------------------
	CSS Document help_h4
--------------------------------------------------------- */

.help_h4 {
	margin: 0 20px 20px;
	padding: 15px;
	background: #fee100;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.1;
}

/* ---------------------------------------------------------
	CSS Document help_h5
--------------------------------------------------------- */

.help_h5 {
	margin: 0 20px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	margin-bottom: 40px;
}

#about p {
	margin: 0 20px 20px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document issue_akari
--------------------------------------------------------- */

#issue_akari {
	margin: 0 20px 60px;
}

#issue_akari .section {
	margin-top: 30px;
}

#issue_akari dl {
	padding: 15px 0 15px 100px;
	border: solid 5px #30a3b8;
	background: url(../../img/involved/icon_05.png) no-repeat 20px;
	background-size: 67px auto;
	text-align: left;
	position: relative;
}

#issue_akari dl:after {
	position: relative;
	content: '';
	width: 0;
	height: 0;
	margin-top: -8px;
	border: solid 6px transparent;
	border-left: solid 8px #30a3b8;
	position: absolute;
	top: 50%;
	right: 5px;
}

#issue_akari .section:nth-of-type(2) dl {
	border: solid 5px #ff4952;
	background-image: url(../../img/involved/icon_06.png);
}

#issue_akari .section:nth-of-type(2) dl:after {
	border-left: solid 8px #ff4952;
}

#issue_akari .section:nth-of-type(3) dl {
	border: solid 5px #069d61;
	background-image: url(../../img/involved/icon_07.png);
}

#issue_akari .section:nth-of-type(3) dl:after {
	border-left: solid 8px #069d61;
}

#issue_akari dt {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	color: #30a3b8;
}

#issue_akari .section:nth-of-type(2) dt {
	color: #ff4952;
}

#issue_akari .section:nth-of-type(3) dt {
	color: #069d61;
}

#issue_akari dd a {
	display: block;
	text-decoration: none;
	color: #313131;
}

#issue_akari .summary p {
	margin: 15px 0;
}

#issue_akari figure img {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document profile_visual
--------------------------------------------------------- */

#profile_visual {
	height: 250px;
	overflow: hidden;
	margin-top: -1px;
	margin-bottom: 40px;
	padding: 0 20px;
	background: url(../../img/involved/visual_02.jpg) no-repeat center / auto 100%;
	text-align: left;
	font-size: 0;
	line-height: 250px;
	color: #fff;
	position: relative;
}

#profile_visual h2 {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

#profile_visual h2 span {
	display: block;
	font-size: 26px;
}

#profile_visual h2 sup {
	display: block;
	font-size: 12.4vmin;
}

/* ---------------------------------------------------------
	CSS Document involved_event
--------------------------------------------------------- */

#involved_event {
	margin: 0 20px 40px;
	padding-top: 20px;
	border-top: solid 1px #ccc;
	text-align: left;
}

#involved_event dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	line-height: 1.5;
}

#involved_event dt {
	margin-bottom: 10px;
	font-weight: bold;
}

#involved_event dt span {
	display: block;
	font-weight: normal;
}

/* ---------------------------------------------------------
	CSS Document involved_ol
--------------------------------------------------------- */

.involved_ol {
	margin: 0 20px 40px;
}

.involved_ol li {
	margin-left: 1.3em;
	padding-left: 10px;
	text-align: left;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document involved_ul
--------------------------------------------------------- */

.involved_ul {
	margin: 0 20px 20px;
}

.involved_ul li {
	margin-left: 1.3em;
	text-align: left;
	list-style: disc;
}

