@charset "utf-8";

.table_no_bg.overview th,
.table_no_bg.overview td {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.666;
    padding: 46px 30px 45px 61px;
}

.table_no_bg.facility th,
.table_no_bg.facility td {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.666;
    padding-right: 30px;
    padding-left: 61px;
}
.column_office {
	max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.column_office>div {
/*     width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box; */
}
.column_office>div:nth-child(2n) {
    margin-right: 0;
}
.column_office_box {
    background: #FFF;
}
.iframe_content {
    position: relative;
    width: 100%;
    aspect-ratio: 1300 / 400;
    overflow: hidden;
}

.iframe_content iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.column_office_box .box_body {
    padding: 30px;
}
.column_office_box .box_body h5 {
    margin: 0 0 5px;
}
.column_office_box .box_body p {
    font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
}
.scroll-hint-icon {
	height: 72px!important;
}
.scroll-hint-text {
	display: none;
}
@media screen and (max-width: 767px) {

    .table_no_bg.overview th,
    .table_no_bg.overview td {
        font-size: 1.5rem;
        padding: 10px 12px;
    }


    .table_no_bg.facility table {
        border-spacing: 0 5px;
    }

    .table_no_bg.facility th,
    .table_no_bg.facility td {
        font-size: 1.5rem;
        padding: 10px 12px;
    }

    .table_no_bg.facility table th {
        background: #FFF;
    }
	.column_office {
    	display: flex;
    	flex-wrap: wrap;
    	max-width: 1198px;
    	margin: 0 auto -25px;
	}
	.column_office>div {
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 20px;
	}
	.iframe_content {
        aspect-ratio: 4 / 3;
    }
	.column_office_box .box_body {
    	padding: 20px;
	}
	.column_office_box .box_body h5 {
    	font-size: 1.6rem;
	}
	.column_office_box .box_body p {
    	font-size: 1.5rem;
		line-height: 1.5;
	}	
}