.thumbnail-listBox {
	margin-top: 20px;
}

#thumbnail-list {
    display: flex;
    gap: 25px;
    justify-content: center;
	width: 40%;
}

.top-h {
	height: 65px;
	margin-bottom: 25px;
	text-align: center;
}

.top-h img {
	height: 100%;
}

.top-sec01 {
	padding: 60px 0;
}

.top-sec01 p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.top-sec01 .img01 {
	width: 180px;
	margin: 0 auto 20px auto;
}

.top-sec01 h3 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.yellow-back {
	padding: 60px 0;
	background: #F3CE46;
}

.gray-back {
	padding: 60px 0;
	background: #F9F9F9;
}

.top-tag {
	padding: 50px 0;
	background: #F9F9F9;
}

.top-tag .tag-list {
    margin-bottom: 0;
	justify-content: center;
}

.top-tag .tag-list a {
    font-size: 15px;
}

.top-sec02 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.top-sec02 h2 span {
	font-size: 45px;
}

.top-sec02 h3 {
	text-align: center;
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
}

.top-sec02 h3 span {
	font-size: 20px;
	display: block;
}

.top-sec02 h4 {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.top-sec02 ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.top-sec02 .text {
	background: #F9F9F9;
	padding: 20px;
}


.top-sec02 .text p {
	font-size: 12px;
	text-align: center;
}

.top-sec02 .text dl {
	border: 1px solid #E1513E;
	background: #fff;
	padding: 10px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
    align-items: center;
	gap:15px;
	margin-bottom: 15px;
}

.top-sec02 .text dt {
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}

.top-sec02 .text dd {
	font-size: 44px;
	font-weight: bold;
	color: #E1513E;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1;
}

.top-sec02 .text dd span {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.top-sec03 {
	margin-bottom: 80px;
}

.top-sec03 h2 {
	font-size: 25px;
	margin-bottom: 25px;
	display: flex;
    justify-content: center;
	font-weight: bold;
}

.top-sec03 h2:before {
	content: '';
	display: inline-block;
	width: 39px;
	height: 41px;
	background-image: url(../images/index/icon01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.top-sec03 ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.top-sec03 li {
	border: 1px solid #E1513E;
	padding: 25px;
	border-radius: 4px;
}

.top-sec03 .img {
	margin-bottom: 15px;
}

.top-sec03 .img img {
	width: 100%;
}

.top-sec03 h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.top-sec03 .car-time {
	color: #808080;
	font-size: 13px;
}

.top-sec03 .car-time:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	background-image: url(../images/index/icon02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}


.conact-bt {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.in-page .conact-bt {
	margin: 0 auto 50px auto;
}

.conact-bt a {
	display: block;
	background: #fff;
	padding: 20px 0;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
}

.conact-bt a:before {
	content: '';
	display: inline-block;
	width: 27px;
    height: 20px;
	background-image: url(../images/index/icon02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
	position: relative;
    top: 3px;
}



.top-sec04 {
	margin-bottom: 80px;
}

.top-sec04 ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	margin-bottom: 50px;
}

.top-sec04 .img {
	margin-bottom: 15px;
}

.top-sec04 .name {
	background: #fff;
	padding: 5px;
	border-radius: 40px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.top-sec04 .img img {
	width: 100%;
}

.bt-set {
	display: flex;
	gap:10px;
	flex-direction: column;
}

.bt-cource a{
	display: block;
	background: #E1513E;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	font-size: 15px;
	line-height: 1.5;
}

.top-sec04 p {
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.top-sec04 dt {
	font-weight: bold;
}

.top-sec04 dd {
	margin-bottom: 20px;
	line-height: 1.8;
}

.top-sec04 dt:before {
	content: '▼';
	display: inline-block;
	color: #fff;
}








	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	