@import url(menu.css);

.title{
	margin: 130px 0 0 0;
	text-align: center;
}
.title h1{
	font-size: 50px;
	font-weight: bold;
	color: #0F0486;
	margin: 0 0 20px 0;
    padding: 150px 0 0 0;
}
.title h2{
	font-size: 20px;
}

.card-top{
	width: 100%;
	height: 370px;
	background-image: url(../image/card/bg.jpg);
	background-size: cover;
	background-position: center center;
}
.midashi p{
	line-height: 2;
	text-align: center;
	font-size: 18px;
	margin: 60px 0;
}

.card ,.course{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.card h1,.course h1{
	text-align: center;
	background: #07008A;
	color: #fff;
	font-size: 30px;
	padding: 30px 0;
	font-weight: bold;
}
.course h2{
text-align: center;
	background: #004fff;
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
	font-weight: bold;
	line-height: 1.4;
	box-sizing: border-box;
}
.course h3{

	background: #26a43a;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 0 0;
}
.course dl{
display: flex;
margin: 30px 0 0;
flex-wrap: wrap;
}
.course dt{
	border: solid 2px #004fff;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #004fff;
    width: 14%;
    text-align: center;
    margin: 0 0 10px;
}
.course dd{
	width: 86%;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
}
.course h4{
	font-size: 14px;
	text-align: right;
    margin: 0 0 40px 0;
}
.card-title{
	margin: 30px 0;
}
.card-title h2{
background-color: #07008C;
color: #fff;
width: 140px;
float: left;
font-size: 30px;
text-align: center;
font-weight: bold;
padding: 16px 0;
box-sizing: border-box;
}
.card-title h3{
	border: solid #07008C 1px;
    color: #07008C;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 20px 20px;
    float: left;
    width: 860px;
    box-sizing: border-box;
}
.card ul{
	margin: 50px;
}
.card ul li{
	line-height: 1.8;
	background-image: url(../image/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
    padding: 0 0 0 26px;
    margin: 0 0 30px;
}
.course{}
.course img{
	margin: 20px 0;
}
.course p{
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	color: #04008C;
}
.question{
	border:solid #ededed 16px;
	box-sizing: border-box;
	margin: 40px auto 0 auto;
	padding: 28px 32px;
width: 1000px;

}

.q-contact{
	text-align: center;
	color: #0C0086;
	font-size: 20px;
}
.q-contact h3{
	font-size: 20px;
	margin: 30px 0 20px;
	font-weight: bold;
	border-bottom: solid #0c0086 1px;
	padding: 0 0 20px 0;
}
.q-contact p{
	font-size: 20px;
	margin-top: 0;
	line-height: 1.6;
}
.q-contact h4 img{
	vertical-align: middle;
	margin: 0 20px 14px 50px;
}
.q-contact h4 strong{
	font-weight: bold;
	font-size: 30px;
}
.question a{
	color: #0C0086;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.card-top{
		height: 200px;
	}
	.title{
		margin-top: 56px;
	}
	.title h1{
		font-size: 32px;
		padding-top: 66px;
	}
	.midashi p{
		font-size: 14px;
	}
	.card-title h2{
		width: 100%;
		font-size: 16px;
    padding: 10px 0;
	}
	.card-title h3{
		width: 100%;
		line-height: 1.4;
		font-size: 14px;
    padding: 20px;
	}
	.course img{
		width: 100%;
	}
	.question {
    border: solid #ededed 10px;
    box-sizing: border-box;
    margin: 18px 0 0 0;
    padding: 20px 14px;
    width: 100%;
}
.question p {
    font-size: 14px;
    margin-top: 15px;
}
.question .bg-green{
	font-size: 14px;
}
.q-contact h3{
	font-size: 16px;
}
.q-contact h4 {
	line-height: 1.4;
	font-size: 16px;
}
.q-contact h4 img{
	width: 30px;
	margin:0 12px 10px 0;
	width: 30px;
}
.card h1, .course h1{
	    font-size: 20px;
    padding: 14px 0;
}
.card-title{
	    width: 90%;
    margin: 30px auto;
}
.card ul{
	margin: 0 30px;
}
.card ul li{
	font-size: 14px;
}
.course p{
	font-size: 16px;
}
.course dl{
	display: block;
}
.course dt{
	width: 90%;
	margin: 0 auto 10px;
}
.course dd {
    width: 90%;
    font-size: 14px;
    margin: 0 0 30px 0;
}
.course h4 {
    font-size: 12px;
    margin: 0 auto 40px;
    width: 90%;
}
}