#main{
	padding:20px 0 90px;
	background:url("../img/bg.jpg") no-repeat;
	background-size: cover;
	color: #fff;
}

.forSP{
	display: none;
}
@media screen and (max-width: 641px){
	#main{
		padding:10px 0 45px;
	}
	.forPC{
		display: none;
	}
	.forSP{
		display: block;
	}
}
#main .main-visual{
	margin-bottom: 60px;
}
@media screen and (max-width: 641px){
	#main .main-visual img{
		width:100%;
	}
	#main .main-visual{
		margin-bottom: 35px;
	}
}
#main .sec{
	margin-top:65px;
	
}
#main .flow{
	text-align: center;
}
@media screen and (max-width: 641px){
	#main .sec{
		margin-top:35px;
		padding:0 15px;
	}
	#main .flow img{
		width:100%;
	}
}
#main .sec .title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}
#main .sec .title span{
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
}
@media screen and (max-width: 641px){
	#main .sec .title{
		font-size: 20px;
		border-bottom: 1px solid #fff;
	}
}
#main .sec .text{
	font-size: 16px;
	line-height: 1.6;
}
#main .sec .smallttl{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding:4px 0;
	background-color: #5c5c5c;
	margin-top:20px;
	margin-bottom:5px;
}
#main .sec .note{
	font-size: 12px;
	margin-top:6px;
	line-height: 1.6;
}

#main .sec .yellow{
	color: #fffa75;
}
@media screen and (max-width: 641px){
	#main .sec .text{
		font-size: 14px;
	}
	#main .sec .smallttl{
		font-size: 14px;
	}
}
#main .sec .column-block{
	width:100%;
	display: table;
	padding-bottom: 15px;
}
#main .sec .column-block .col{
	display: table-cell;
	text-align: center;
}
#main .sec .column-block .col:first-child{
	border-right: 1px solid #aaa;
}

#main .sec .column-block .col img{
	max-width: 400px;
}
#main .sec .column-block .col .btn{
	text-align: center;
	margin-top: 30px;
}
#main .sec .column-block .col .btn a{
	display: inline-block;
	width:200px;
	height: 36px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #5c5c5c;
	border:1px solid #ccc;
	color: #fff;
}
#main .sec .column-block .col .btn a:hover{
	opacity: 0.75;
	text-decoration: none;
}
@media screen and (max-width: 641px){
	#main .sec .column-block{
		display: block;
		padding-bottom: 5px;
	}
	#main .sec .column-block .col{
		display: block;
		width:100%;
		margin-bottom: 40px;
	}
	#main .sec .column-block .col:first-child{
		border:none;
	}
	#main .sec .column-block .col img{
		width:100%;
	}
}
#main .sec .step-block{
	margin-top:20px;
	padding-bottom: 15px;
}
#main .sec .step-block .step{
	display: table;
	width:72%;
	font-size: 20px;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
}
#main .sec .step-block .step a{
	color:#fff;
	display: inline-block;
}
#main .sec .step-block .step a:hover{
	opacity: 0.75;
}
#main .sec .step-block .step .item{
	display: inline-block;
	padding:10px 55px 8px 35px;
	border-radius: 6px;
	background:#6b695a;
	border:1px solid #ccc;
	line-height: 1.0;
	width:595px;
	box-sizing: border-box;
	position: relative;
}
#main .sec .step-block .step .item::before{
	content: "";
	display: inline-block;
	width:17px;
	height: 31px;
	background:url("../img/arrow-left.png") no-repeat;
	position: absolute;
	right:30px;
	top:14px;
}
#main .sec .step-block .step .item .note{
	font-weight: normal;
	line-height: 1.6;
}
#main .sec .step-block .step .num{
	display: table-cell;
	width:110px;
	vertical-align: middle;
}
#main .sec .step-block .step .detail{
	display: table-cell;
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 641px){
	#main .sec .step-block {
		padding-bottom: 6px;
	}
	#main .sec .step-block .step{
		font-size: 12px;
		display: block;
		width: 100%;
	}
	#main .sec .step-block .step .num{
		width:60px;
	}
	#main .sec .step-block .step .item{
		padding:8px 25px 5px 5px;
		display: inline-block;
		width: 280px;
		box-sizing: border-box;
		position: relative;
	}

	#main .sec .step-block .step .item::before{
		content: "";
		display: inline-block;
		width:10px;
		height: 18px;
		background:url("../img/arrow-left.png") no-repeat;
		background-size: 10px;
		position: absolute;
		right:10px;
		top:12px;
	}
	#main .sec .step-block .step:first-child .item::before{
		top:18px;
	}
	#main .sec .step-block .step .detail{
		font-size: 14px;
	}
}

#main .sec .step-block .caution{
	width:72%;
	font-size: 16px;
	padding:12px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	border:1px solid #ccc;
	margin:10px auto 0;
}
@media screen and (max-width: 641px){
	#main .sec .step-block .caution{
		width:100%;
		font-size: 12px;
	}
}
#main .sec .arrow{
	width:60%;
	text-align: right;
	padding-right: 40%;
	margin:8px 0;
}
@media screen and (max-width: 641px){
	#main .sec .arrow img{
		width:38px;
		
	}
	#main .sec .arrow{
		width:60%;
		padding-right: 40%;
	}
}
#main .sec .professor-block{
	background-color: #fff;
	margin-top: 20px;
	padding:20px 30px 35px 20px;
	color: #000;
}
#main .sec .professor-block .professor{
	margin-top: 26px;
}
#main .sec .professor-block .ttl{
	
	font-size: 24px;
	font-weight: bold;
}
#main .sec .professor-block .ttl span{
	font-weight: normal;
}
#main .sec .professor-block .photo{
	display: table-cell;
	text-align: center;
	width:280px;
}
#main .sec .professor-block .photo img{
	max-width: 260px;
}
#main .sec .professor-block .intro{
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
	font-size: 16px;
}
#main .sec .professor-block .intro .name{
	font-size: 20px;

	display: inline-block;
	margin-bottom: 24px;
}

@media screen and (max-width: 641px){
	#main .sec .professor-block{
		padding:15px 10px;
	}
	#main .sec .professor-block .photo{
		display: block;
		width:100%;
	}

	#main .sec .professor-block .photo img{
		max-width: 200px;
	}
	#main .sec .professor-block .intro{
		display: block;
		width:100%; 
		padding-left: 0;
		font-size: 14px;
	}
	#main .sec .professor-block .intro span.name{
		text-align: center;
		width:100%;
		margin-top:8px;
		font-size: 18px;
	}
	#main .sec .professor-block .ttl{
		font-size: 16px;
	}
}

#main .sec .email{
	color: #fff;
}