@charset "utf-8";
/* CSS Document */


.aboutus_mv {
	background-image: url(./../image/aboutus/sub_mv_bg.jpg);
}


#aboutus {
	margin: 80px auto;
}

#aboutus .inner {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#aboutus .map {
	width: 37%;
	position: relative;
}

#aboutus .map iframe {
    width: 100% !important;
    height: 550px;
}

#aboutus .aboutus_info {
	width: 58%;
	margin-left: auto;
    border: none;
}

#aboutus .aboutus_info tr,
#aboutus .aboutus_info td,
#aboutus .aboutus_info th {
    padding:10px 0px;
}

#aboutus .aboutus_info th {
	text-align: left;
	width: 25%;
    font-size: 16px;
	color:#153d8e;
}


#aboutus .aboutus_info span a {
    display: inline-block;
    width: 40px;
    padding: 1px 5px 3px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    background-color: #d00f33;
    margin-left: 10px;
	text-decoration: none;
	border-radius: 20px;
}



@media screen and (max-width: 768px) {


#aboutus {
	margin: 50px auto;
}

#aboutus .inner {
	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}

#aboutus .map {
    width: 100%;
}

#aboutus .map iframe {
	height: 400px;
}

#aboutus .aboutus_info {
    width: 100%;
	margin: 0px auto 30px;
}

#aboutus .aboutus_info th {
    font-size: 14px;
}

}


@media screen and (max-width: 420px) {


.aboutus_mv {
	background-image: url(./../image/aboutus/sub_mv_bg_sp.jpg);
}



#aboutus {
    margin: 50px auto;
}

#aboutus .aboutus_info tr {
    display: block;
	padding: 5px 0px;
}

#aboutus .aboutus_info td {
    display: block;
	padding: 5px 0px;
	font-size:13px;
}

#aboutus .aboutus_info td br {
    display: none;
}

#aboutus .aboutus_info th {
    display: block;
    width: 100%;
	padding: 10px 0px 0px;
}

#aboutus .aboutus_info span a {
    font-size: 12px;
    margin-left: 5px;

}

}




