.office .main-bg {
    background: url(../img/top/main_img.jpg) no-repeat center;
    background-size: cover;
}
.office-sec {
        padding: 7rem 0 1rem;
    margin-bottom: 12rem;
}
.office-sec .inner {
    padding: 0 10.5vw 0 7vw; 
	margin-top: 70px;
}
.office-sec .inner h3 span {
	font-size: 11px;
    letter-spacing: 2px;
    margin: 0 0 0 10px;
    color: #aaa;
    vertical-align: bottom;
}
.office-sec .inner .note {
	margin: 0 0 3.8rem 3.8rem;
}
.office-sec .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.office-sec .inner ul li {
	width: 50%;
    padding: 0 3% 0 0;
    margin: 0 3% 0 0;
    border-right: 1px solid #DDDDDD;
}
.office-sec .inner ul li:last-child {
	width: 47%;
    padding: 0;
    margin: 0;
    border: none;
}
.office-sec .inner ul li dl {
}
.office-sec .inner ul li dl dt {
	width: 25%;
}
.office-sec .inner ul li dl dd {
	width: 75%;
}
.office-sec .inner ul li dl dd a {
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
.office .main-bg {
    background: url(../img/top/main_img_sp.jpg) no-repeat center;
    background-size: cover;
}
.office-sec {
        padding: 0 0 1rem;
    margin-bottom: 7rem;
}
.office-sec .inner {
	margin-top: 40px;
}
.office-sec .inner h3 span {
    display: block;
    font-size: 10px;
    margin: 0 0 0 28px;
}	
.office-sec .inner .note {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
}
.office-sec .inner .note br {
	display: none;
}	
.office-sec .inner ul {
	display: block;
}
.office-sec .inner ul li {
	width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-right: none;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
}
.office-sec .inner ul li:last-child {
	width: 100%;
    border: none;
}
.office-sec .inner ul li dl dt {
	width: 100%;
}
.office-sec .inner ul li dl dd {
	width: 100%;
}	
}