@charset "utf-8";
/* CSS Document */
main{
	margin: 74px 0 0;
}
.top h2{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	text-align: center;
    font-size: 3.0rem;	
}
.top h2 span{
	display: block;
    font-size: 1.6rem;
}

.top .img{
    width: 100%;
    height: 210px;
    background: url(../img/page/company.jpg);
    background-position: center;
    background-size: cover;
    background-position: 70%;
    background-repeat: no-repeat;	
}

.single-main .single-wrap{
    width: 100%;
    max-width: 1024px;
    margin: 60px auto 40px;
    padding: 0 2% 60px;  
    border-bottom: 1px dotted #dfdfdf;
}
.single-main .single-wrap p{
    line-height: 30px;
}
.single-main .single-wrap a{
    text-decoration: underline;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: initial;
}
.single-main .single-wrap a:hover,
.single-main .single-wrap a:active {
    text-decoration: none;
    opacity: 0.5
}
.single-main .single-wrap h1{
    font-size: 24px;
    padding: 0 0 8px;
    margin: 8px 0 16px 0;
    border-bottom: 1px solid #dfdfdf;
}

/* ===============================
   レスポンシブ：768px以上（タブレット）
================================== */
@media (min-width: 768px) {

}