@charset "utf-8";
/*------------------------------------------------------------
	スタッフ一覧
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 48px;
}

#main {
	margin-bottom: 140px;
}

#main h3 {
margin-bottom: 30px;
}

#main h4 {
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 18px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

#main .copy {
font-size: 14px;
line-height: 26px;
margin-bottom: 50px;
}

#main .answer {
height: 760px;
background-image: url(../owner2/images/answer_bg.png);
background-repeat: no-repeat;
margin-bottom: 50px;
}

#main .answer .title{
text-align: center;
color: #FFEA01;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
padding-top: 530px;
margin-bottom: 20px;
}

#main .answer .txt{
text-align: center;
color: #FFF;
font-size: 18px;
line-height: 36px;
}

#main .point {
margin-bottom: 20px;
}

#main .point .title{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
line-height: 50px;
color: #FFF;
}

#main .point span{
color: #8AB8DC;
font-size: 26px;
font-family: 'Oswald-Bold';
margin-left: 15px;
margin-right: 15px;
}

#main .point .inner{
	box-sizing: border-box;
	border: 5px solid #D0E8F4;
	border-top: none;
	padding: 20px;
	overflow: hidden;
}

#main .point .inner ul{
float: left;
}

#main .point .inner li{
background-image: url(../owner2/images/arrow1.gif);
background-repeat: no-repeat;
background-position: left middle;
line-height: 25px;
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
color: #106EB6;
padding-left: 25px;
}

#main .point .blueBox {
margin-left: 480px;
padding: 20px;
background-color: #D0E8F4;
}

#main .point .inner p{
font-size: 14px;
line-height: 24px;
}

#main .arrow {
text-align: center;
margin-bottom: 20px;
}

#main .point_end{
margin-bottom: 50px;
}

#main .point_end .title{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 50px;
color: #FFF;
margin-bottom: 30px;
}

#main .point_end img{
margin-bottom: 20px;
}

#main .point_end p{
font-size: 14px;
line-height: 24px;
}

#main .seminar {
margin-bottom: 50px;
overflow: hidden;
}

#main .seminar p{
padding-top: 20px;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}

#main .seminar li{
float: left;
width: 480px;
height: 300px;
margin-right: 40px;
}

#main .seminar li:last-child{
margin-right: 0px;
}

#main .schedule {
margin-bottom: 50px;
overflow: hidden;
}

#main .schedule h5{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
line-height: 50px;
color: #FFF;
margin-bottom: 30px;
padding-left: 10px;
}

#main .schedule dl{
	border: 2px dotted #676E78;
	border-left: none;
	border-right: none;
	height: 90px;
	background-image: url(../owner2/images/list_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px;
}

#main .schedule dl dt{
font-size: 18px;
margin-bottom: 10px;
color: #106EB6;
}

#main .schedule dl dd{
font-size: 14px;
}

#main .schedule dl dt img{
margin-left: 20px;
vertical-align: middle;
}