@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

body{
	color:#2C2C2C;
}
#list_bn_feature01 img{
	margin-bottom: 30px;
}
.img_15th{
	text-align: center;
	margin-bottom: 20px;
}
.ttl_15th{
	text-align: center;
	font-size:30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.ttl_15th span{
	padding: 10px 15px;
	border-top:#2C2C2C 1px solid;
	border-bottom:#2C2C2C 1px solid;
}
.ttl_seminar dt{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 30px;
	text-align: center;
}
.ttl_seminar dd{
	font-size:14px;
	line-height: 1.6em;
}
.ttl_seminar dd span{
	display:block;
	text-align: right;
}

.inner_feature{
	margin-bottom: 70px;
}

section{
	padding: 10px 0;
}
.ttl_common{
	text-align: center;
	margin-bottom: 20px;
}
.ttl_common dt{
font-family: 'Homemade Apple', cursive;
	color:#F976A0;
	font-size:22px;
	margin-bottom: 10px;
}
.ttl_common dd h2{
	font-size:26px;
	font-weight: bold;
	background:#46CDC8;
	color:#fff;
	height:50px;
	line-height: 50px;
}
.slider_Seminar{
	margin-bottom: 50px !important;
}
.tbl_Outline{
	border-top:1px solid #F0D6DF;
	margin-bottom: 50px;
}
.tbl_Outline dl{
	display:table;
	width:100%;
	padding: 15px 0;
	border-bottom:1px solid #F0D6DF;
}

.tbl_Outline dl dt{
	font-weight:bold;
	font-size:15px;
	display:table-cell;
	vertical-align: middle;
	width:24%;
	text-align: center;
}
.tbl_Outline dl dd{
	font-size:14px;
	line-height: 1.8em;
	display:table-cell;
	vertical-align: middle;
	width:76%;
}
.tbl_Outline dl dd span{
	font-size:12px;
}
.tbl_Outline p{
	padding: 20px 0 30px 20px;
}
.list_Back_Number{
	margin-bottom: 100px;
}
.list_Back_Number li{
	margin-bottom: 15px;
}
.wrapper_button {
	text-align: center;
}
.wrapper_button button{
	cursor: pointer;
    width:300px;
    height:50px;
    line-height: 50px;
    border-radius: 25px;
    border:none;
    font-size:18px;
    font-weight: bold;
    color:#fff;
    background: rgb(234,126,160);
    background: linear-gradient(90deg, rgba(234,126,160,1) 0%, rgba(237,95,197,1) 36%, rgba(187,99,218,1) 63%, rgba(58,166,210,1) 100%); 
    letter-spacing: 0.1em;
}