@charset "UTF-8";
/* CSS Document */

.lastspec {
	margin-bottom: 10px;
	font-weight: bold;
	color: #B52D00;
}

/* contents */
#marugoto {
	width: 100%;
	background: #FFF;
}
#marugoto img {
	border: 0;
	margin: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#marugoto .committed .bnr {
	text-align: center;
	background: url(../img/bkground.jpg) 0 0;
	padding-bottom: 50px;
}
#marugoto .committed .bnr img{
	margin:0 auto;
	width: 90%;
}
#marugoto .btn {
	text-align: center;
}
#marugoto .committed .btn {
	background: url(../img/bkground.jpg) no-repeat 0 0;
	padding: 30px 0;
}
#marugoto .btn img{
	width: 94%;
	padding: 0 3%;
}
#marugoto img.apply{
	margin:5% auto;
}

/*Q＆A PC or SP*/
@media screen and (min-width: 630px) {
	#marugoto .qanda {
		margin:  0 auto;
	}
	#marugoto .qanda img{
		margin: 60px auto;
	}
	#marugoto .qanda p{
		margin: 0 auto;
		width: 630px;
		padding: 0  0 0 60px;
	}
	#marugoto .qanda .q{
		font-size: 21px;
		line-height: 130%;
		letter-spacing: 1px;
		font-weight: bold;
		color: #389e44;
		background: url(../img/icon_q.jpg) no-repeat 0 0;
		background-size: 40px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#marugoto .qanda .a{
		font-size: 18px;
		line-height: 170%;
		color: #585858;
		border-bottom: 2px dotted #bfbfbf;
		padding-bottom: 40px;
		margin-bottom: 40px;
		background: url(../img/icon_a.jpg) no-repeat 0 0;
		background-size: 40px;
	}
	#marugoto .qanda p:last-child{
		border-bottom: none;
	}
}
@media screen and (max-width: 629px) {
	#marugoto .qanda {
		margin:	0 auto;
	}
	#marugoto .qanda img{
		width: 82%;
		margin: 35px auto 40px;
		padding: 0 8%;
	}
	#marugoto .qanda p{
		margin: 0 auto;
		width: 80%;
		padding: 0 0 0 10%;
	}
	#marugoto .qanda .q{
		font-size: 18px;
		line-height: 130%;
		letter-spacing: 1px;
		font-weight: bold;
		color: #389e44;
		background: url(../img/icon_q.jpg) no-repeat 0 0;
		background-size: 10%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#marugoto .qanda .a{
	font-size: 16px;
	line-height: 170%;
	color: #585858;
	border-bottom: 2px dotted #bfbfbf;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(../img/icon_a.jpg) no-repeat 0 0;
	background-size: 10%;
	}
	#marugoto .qanda p:last-child{
		border-bottom: none;
		margin-bottom: 10px;
	}
}
	
#marugoto strong{
	font-weight: normal;
	background: linear-gradient(rgba(254,254,152,0) 40%,#ffff66 60%);
}
#marugoto .movie {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	margin-bottom: 5%;
}
#marugoto .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}