@charset "utf-8";
@media screen and (max-width:700px) {
#about_wrap {
    padding: 8.46% 5.38%;
        background-color: #F0EEE7;
        background-image: url("../images/about_us1.svg");
        background-repeat: no-repeat;
        background-position: center 0px;
        background-size: 74.61% auto;
}
.about_UL1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.84%;
}
.about_UL1 li img {
    border-radius: 8px;
    width: 100%;
    -webkit-box-shadow: 4px 4px #E2513A;
    box-shadow: 4px 4px #E2513A;
}
.about_UL1 li {
    width: 46.92%;
	margin-bottom: 6.15%;
}
	.about_UL1 li:nth-child(2n){
   margin-right: 0;
}
#about_inner1 {
    max-width: 1200px;
    margin-left: auto;
    border-radius: 8px;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7.69% 5.38%;
	padding-bottom: 5.38%;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
#about_map {
    margin-top: 5.38%;
}
#about_map iframe {
    width: 100%;
	height: 320px;
}


.about_logo2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 76.15%;
    margin-bottom: 20px;
	box-sizing: border-box;
}
	#about_inner1 table{
		width: 100%;
		box-sizing: border-box;
		table-layout: fixed;
	}
	#about_inner1 table tbody{
		box-sizing: border-box;
	}
	#about_inner1 table tbody tr{
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		border-bottom: 4px solid #FFFFFF;
	}
#about_inner1 table tbody tr th {
    background-color: #3E3A39;
    padding: 12px 16px;
    color: #FFFFFF;
    width: 100%;
	box-sizing: border-box;
}
#about_inner1 table tbody tr td {
    padding: 12px 16px;
    background-color: #F0EEE7;
	box-sizing: border-box;
	word-break: break-all;
	        font-size: 15px;
	line-height: 1.5em;
}
#about_inner1 table tbody tr td p a {
    text-decoration: underline;
	display: inline-block;
	margin-bottom: 8px;
	
}
	#about_inner1 table tbody tr td p{
		font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 4px;
	}
}