
#title {
	background: url(images/title_bg.jpg) no-repeat center;
	background-size: cover;
}

#title h1 {
	color: black;
}

div.introduction {
	padding: 70px 20px 50px 20px;
}

div.introduction h3 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 28px;
}

div.introduction p {
	line-height: 2.2em;
	padding: 5px 0;
}

ul.profile {
	border-bottom: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	padding: 30px 100px;
}

ul.profile li {
	background: url(images/profile_list_li.png) no-repeat left 30px center;
	background-size: 26px;
	border-top: 1px dotted #00a8e9;
	font-size: 18px;
	padding: 10px 30px 10px 80px;
}

ul.profile li:last-child {
	border-bottom: 1px dotted #00a8e9;
}

ul.profile em {
	color: #00a8e9;
	font-weight: 800;
	padding-right: 10px;
}

div.voice {
	margin: 0 auto;
	padding-bottom: 270px;
	position: relative;
	width: 1100px;
}

div.voice div.img {
	position: relative;
	z-index: 100;
}

div.voice div.img em {
	background-color: rgba(0,0,0,.5);
	bottom: 10px;
	box-shadow: 3px 3px 0 0 rgb(0, 167, 232);
	color: white;
	display: block;
	font-size: 20px;
	font-weight: 500;
	left: -20px;
	padding: 3px 30px;
	position: absolute;
}

div.voice div.text {
	background-color: #f2f2f2;
	margin-top: 30px;
	padding: 40px 70px;
	position: absolute;
	right: 0;
	top: 70px;
	width: 500px;
}

div.voice div.text p {
	font-size: 15px;
	line-height: 2.4em;
	margin: 20px 0;
}

div.voice div.text p.title {
	color: #e5e5e5;
	font-size: 50px;
	position: absolute;
	top: -90px;
}

div.voice div.text p.title em {
	color: #e2edf2;
	font-size: 90px;
	padding: 10px;
}


div.challenging h3 {
	border-bottom: 1px solid #00a8e9;
	border-top: 1px solid #00a8e9;
	color: #00a8e9;
	font-size: 22px;
	padding: 10px 0;
}

div.challenging p.catch {
	text-align: center;
}

div.challenging p.catch span {
	border-radius: 30px;
	color: white;
	display: inline-block;
	font-size: 15px;
	margin: 0 auto;
	padding: 2px 0;
	width: 320px;
}

div.challenging p.catch span.woman {
	background-color: #c82c55;
}

div.challenging p.catch span.thirties {
	background-color: #ee7800;
}

div.challenging ul.challenging-list {
	align-items: center;
	background-color: white;
	display: flex;
	margin-bottom: 20px;
	width: 100%;
}

div.challenging ul.challenging-list li:nth-child(1) {
	padding-right: 30px;
	position: relative;
}

div.challenging ul.challenging-list li:nth-child(2) {
	box-sizing: border-box;
	padding-right: 30px;
	width: 100%;
}

div.challenging ul.challenging-list li span.img {
	display: block;
	width: 300px;
}

div.challenging ul.challenging-list li h4 {
	color: #00a8e9;
	font-size: 22px;
	padding-bottom: 5px;
	text-align: justify;
}

div.challenging ul.challenging-list li ul.list li {
	background-position: 14px 22px;
	font-size: 14px;
}

div.challenging table {
	border-bottom: 1px solid #00a8e9;
	border-top: 1px solid #00a8e9;
}

div.challenging table th {
	background-color: #00a8e9;
	border-bottom: 1px solid white;
	color: white;
	padding: 10px 20px;
}

div.challenging table tr:last-child th {
	border-bottom: none;
}

div.challenging table td {
	background-color: white;
	border-bottom: 1px solid #00a8e9;
	padding: 10px 20px;
}
