@charset "utf-8";

.module .box01 {
	background: url('../img/dragon01.jpg') center bottom no-repeat;
	padding: 18px;
	margin-bottom: 50px;
}
.box01 .text {
	background: rgba(51, 51, 51, .5);
	padding: 20px 42px 39px 32px;
	color: #FFFFFF;
}
.module .box01 p+p {
	margin-top: 25px;
}
.module.marb-50 {
	margin-bottom: 50px;
}
.module .color {
	margin-left: 26px;
}
.module .color li {
	position: relative;
	padding-left: 1em;
	font-size: 1.285em;
	color: #6FCFD7;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
	'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
	'メイリオ', Meiryo, sans-serif;
}
.module .color li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.module .font {
	font-size: 0.85em;
	margin-left: 32px;
	margin-top: 8px;
	margin-bottom: 30px;
}
.module .font01 {
	font-size: 0.85em;
}
.module .font01 a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

@media screen and (max-width: 680px){
	.module .box01 {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		background-position: center;
		padding: 20px;
	}
}
@media screen and (max-width: 480px){
	.box01 .text {
		padding: 20px;
	}
	.module .color {
		margin: 0;
	}
	.module .color li {
		font-size: 1.6rem;
	}
	.module .font {
		margin-left: 0;
	}
}