@charset "utf-8";
#sec-search {
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #ddd;
	font-size: .9rem;
}
#sec-search h2 {
	font-size: inherit;
}
.sec-search-wrapper .content {
	padding: 10px 0;
}
#sec-search .l-flex {
	justify-content: flex-start;
}

/* CSS Document */
.c-terms-box{
	margin-bottom: 40px;
}
.c-terms-h3{
	font-weight: bold;
	color: #0071B2;
	margin-bottom: 10px;
}
.c-terms-ul li{
	padding-left:1em;
text-indent:-1em;
}
.c-terms-ul{
	margin-left: 10px;
}
.pt10{
	padding-top: 10px;
}
.c-fee{
	padding-left: 5px;
}
.c-video{
	margin-bottom: 30px;
	text-align: center;
}
.c-video-time{
	text-align: center;
	margin-bottom: 10px;
}
.c-video-btn button{
	background: #0071B2;
	border: none;
	border-radius: 20px;
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
}
.c-video-btn {
	text-align: center;
}
input.input-time {
	width: 120px;
	display: inline;
}
.list-faq dt{
	margin-bottom: 30px;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background: #0071B2;
	border: 1px solid #00a2c5;
	padding: 10px;
	border-radius: 8px;
	right: 0;
}
.dropdown-toggle.active .caret {
	transform: rotate(180deg);
	display: inline-block;
}
.dropdown-toggle.active + .dropdown-menu {
	display: inherit;
}