@charset "UTF-8";
/* CSS Document */
a:hover{
	text-decoration: none;
}
.top-text{
	width: 55%;
	margin: 0 auto 30px;
}
.tab-area .btn-tab{
	padding-bottom: 65px;
}
.top-text img{
	width: 100%;
}
.box-panel.bg-white.box-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
	margin-bottom: 50px;
}
.video-text{
	width: 719px;
	text-align: center;
	margin: 0 auto ;
	font-size: 2rem;
}
a.box-wrapper{
	width: 49%;
}
.list-box{
	display: flex;
	width: 100%;
	border: solid 1px #c5c5c5;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 20px;
}
.list-img{
	width: 37%;
	margin-right: 3%;
}
.list-img a{
	width: 100%;
}
.list-img img{
	width: 100%;
}
.list-text{
	width: 63%;
}
.list-text h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-text p{
	font-size: 1.5rem;
}
.list-group:not(:last-child){
	margin-bottom: 15px;
}
.tag-attention{
	display: inline-block;
color: #034098;
padding-left: 10px;
}
body .list-text small{
	font-size: 65%;
	line-height: 1.5;
}
.list-text .smoll-text{
	font-size: 1rem;
	margin-top: 5px;
}
p:not(:last-child){
	margin-bottom: 0;
}
.list-group.list-tag .tag-hoken{
background: #4ec979;
    display: block;
	width: 16.3em;
}
.box-useful{
	width: 100%;
}

.list-tab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.list-tab a{
	width: 32.7%;
	text-align: center;
	border: solid 1px #c5c5c5;
	border-radius: 50px;
	padding: 12px;
	position: relative;
}
.list-tab a{
	color: #034098;
	font-weight: bold;
}
.list-tab a:hover{
	color: #fff;
	background-color: #034098;
	opacity: 1;
}
.list-tab a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	left: 6%;
}
@media all and (-ms-high-contrast: none) {
	.list-tab a li{
		padding-top: 5px;
	}
}

@media screen and (max-width: 640px){
	.tab-area .btn-tab{
		padding-bottom: 30px;
	}
	.top-text{
		width: 100%;
	}
	.video-text{
		width: 100%;
		font-size: 1.8rem;
	}
	.list-tab{
		display: block;
		width: 100%;
	}
	.list-tab a {
		width: 100%;
		margin: 0 auto 10px;
		display: block;
	}
	.list-tab a li{
		width: 100%;
	}
	.list-tab a:before{
		font-size: 3.2rem;
		top: 0;
	}
	a.box-wrapper,.list-text{
		width: 100%;
	}
	.list-img{
		width: 90%;
		margin: 0 auto 15px;
	}
	.list-box{display: block;}
}
.list-tab{
	margin-bottom: 35px;
}
.video-text{
	font-size: 1.6rem;
}