@charset "utf-8";
/**
 *	home
 * 	update.22.05.20
**/
.main-image > .main-slider .text {
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
	margin:auto;
	padding:0.3em 0;
	font-size:2rem;
	font-weight:700;
	line-height:1.4;
	height:3.4em;
	text-align:center;
	color:#fff;
	background:rgba(0,159,232,0.5);
}
.main-image > .main-slider .logo,
.main-image > .logo {
	position: absolute;
	bottom:2%;
	left:0;
	right:0;
	width:52.5%;
	margin:auto;
}
.section-feature {
	padding:14px 0 30px !important;
    letter-spacing: 0;
}
.section-feature .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 -10px;
	font-size:0;
	text-align:center;
}
.section-feature .text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:16px 10px 0;
	padding:0 0 3px;
	width:295px;
	height:51px;
	background:url(../img/top-feature.png) center no-repeat;
	background-size: contain;
	font-size:1.8rem;
	line-height: 1;
	color:#fff;
	font-weight:500;
	letter-spacing: 2px;
}
.section-feature .text-2 {
	letter-spacing: 0;
}
.section-feature .text img {
	margin:1px 2px 0;
	width:28px;
}
.section-feature .text span {
	padding:3px 0 0;
	font-size:0.7em;
}
.section-topics-line {
	background: #efe7f3;
	padding-bottom:40px !important;
    letter-spacing: 0;
}
.section-topics-line .line {
	margin:40px 0 0;
}
.section-topics-line .outer > .title {
	font-size:2.4rem;
	font-weight:400;
	line-height:1;
	letter-spacing:0.2em;
	text-align:center;
}
.section-topics-line .topics > .title {
	margin-bottom:10px;
}
.section-topics-line .line > .box {
	display: flex;
	margin-top:20px;
}
.section-topics-line .line .text {
	font-size:1.4rem;
	line-height:2;
	flex:1;
}
.section-topics-line .line .image {
	margin-left:20px;
	width:90px;
}
@media print, screen and (min-width: 400px) {
	.main-image > .main-slider .text {
		font-size:3rem;
	}
}
@media print, screen and (min-width: 768px){
	.main-image {
		height:710px;
	}
	.main-image > .main-slider .text {
		font-size:48px;
		padding:0.25em 0;
		height:2em;
	}
	.main-image > .main-slider .logo,
	.main-image > .logo {
		width:630px;
		bottom:25px;
	}
	.section-feature {
		padding:20px 0 60px !important;
	}
	.section-feature .box {
		margin:0 -16px;
	}
	.section-feature .text {
		margin:24px 16px 0;
	}
	.section-topics-line {
		padding:0 0 30px !important;
	}
	.section-topics-line > .container {
		display: flex;
		overflow: visible;
	}
	.section-topics-line .topics {
		width:550px;
		margin-right:20px;
	}
	.section-topics-line .line {
		width:380px;
		margin:0;
	}
	.section-topics-line .outer {
		margin-top:-28px;
	}
	.section-topics-line .outer > .title {
		font-size:4rem;
		text-align: left;
	}
	.section-topics-line .line .text {
		font-size:1.2rem;
	}
	.section-topics-line .line .image {
		margin-right:40px;
	}
}
