﻿@charset "utf-8";
/* CSS Document */

#content h4{
	font-size:26px;
	color:#e60012;
	padding-left:1em;
	position:relative;
	letter-spacing:0.2em;
	margin-bottom:1em;
}
#content h4:before{
	position:absolute;
	top:50%;
	height:0.15em;
	width:0.6em;
	background-color:#e60012;
	margin-top:-0.075em;
	content:"";
	left:0px;
}
#content .detail table{
	border-top:1px solid #b9b7b7;
	border-left:10px solid #e60012;
	width:100%;
	margin-bottom:4em;
}
#content .detail table th{
	font-size:16px;
	background-color:#f7f6f6;
	padding:1.3em 4em;
	border-bottom:1px solid #b9b7b7;
	font-weight:normal;
	width:7em;
	text-align:left;
}
#content .detail table td{
	font-size:16px;
	border-bottom:1px solid #b9b7b7;
	padding:1.3em 4em;
}

#content .iso{
	margin-bottom:4em;
}
#content .iso ul{
	justify-content: center;
	flex-wrap:nowrap;
}
#content .iso li{
	width:47%;
	flex-wrap:nowrap;
	justify-content:center;
	border-right:1px dotted #e60012;
	padding:0 1em;
	align-items: flex-start;
}
#content .iso li:last-child{
	border-right:0px dotted #e60012;
}
#content .iso li div{
	width:45%;
	font-size:16px;
	margin-left:5%;
}
#content .iso li div p{
	color:#e60012;
	margin-bottom:0.7em;
	font-size:16px;
}

#content .access .address{
	background-color:#787676;
	padding:1em 1.5em;
	align-items:flex-end;
	margin-bottom:1em;
}
#content .access .address p{
	color:#FFF;
	font-size:16px;
}
#content .access .address p span{
	color:#FFF;
	font-size:16px;
}
#content .access iframe{
	width:100%;
}
#content .access .map a{
	color:#e60012;
}
#content .access .map a:hover{
	text-decoration:none;
}


@media screen and (max-width: 765px) {
	
#content h4 {
    font-size: 5vw;
}
#content .detail{
	width:90%;
	margin:0 auto;
	
}
#content .detail table {
    border-left: 5px solid #e60012;
}
#content .detail table th {
    font-size: 3.8vw;
    padding: 1.3em 1em;
    width: auto;
	min-width: 7em;
}
#content .detail table td {
    font-size: 3.8vw;
    padding: 1.3em 1em;
}

#content .iso {
	width:90%;
	margin:0 auto;
    margin-bottom: 2em;
}
#content .iso ul {
    display:block;
}
#content .iso li {
    width: 100%;
	border-right:none;
    border-bottom: 1px dotted #e60012;
    padding: 0em;
	padding-bottom:1em;
	margin-bottom:1em;
	
}
#content .iso li:last-child {
    border-right: 0px dotted #e60012;
    border-bottom: 0px dotted #e60012;
}
#content .iso li img{
	width:40%;
}
#content .iso li div p {
    font-size: 3.8vw;
}
#content .iso li div {
    font-size: 3.8vw;
	width:50%;
}

#content .access {
	width:90%;
	margin:0 auto;
}
#content .access .address p {
    font-size: 3.8vw;
}
#content .access .address p:nth-of-type(2) {
	margin-top:1em;
}
#content .access iframe{
	height:50vw;
}



}







































