@charset "UTF-8";
/* CSS Document */
.gMap iframe,
.gMap object,
.gMap embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.h1Area {
    background-image: url(../img/company/h1_bg.jpg);
}

.companyArea {
}
.companyArea h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
}

.infomationArea {
}
.infomationArea .sub_inner01 {
    padding-top: 45px;
    padding-bottom: 80px;
}
.infomationArea .sub_inner01 .infomationBox {
    margin-top: 90px;
}
.infomationArea .sub_inner01 .infomationBox dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
}
.infomationArea .sub_inner01 .infomationBox dl.permit dd span {
        display: block; 
        padding-bottom: 1em;
}
.infomationArea .sub_inner01 .infomationBox dt {
		font-size: 15px;
		color: #0e215c;
		width: 20%;
		padding: 15px 0;
}
.infomationArea .sub_inner01 .infomationBox dd {
		font-size: 15px;
		width: 80%;
		padding: 15px 0 15px 2em;
		border-left: 1px solid #0e215c;
		margin-bottom: 15px;
}
.infomationArea .sub_inner01 .infomationBox dd p.main {
		margin-bottom: 10px;
}
.infomationArea .sub_inner01 .infomationBox dd a {
    text-decoration: underline;
}
.historyArea {
    margin-right: 5vw;
    margin-left: 5vw;
}
.historyArea .sub_inner01 {
    background: #fff;
    padding-top: 55px;
}
.historyArea .sub_inner01 .sub_ttlBox01 {
}
.historyArea .sub_inner01 .sub_ttlBox01 h2 {
    text-align: center;
}
.historyArea .sub_inner01 .historyBox {
    margin-top: 110px;
    padding: 0 140px 95px;
    display: flex;
    justify-content: flex-start;
}
.historyArea .sub_inner01 .historyBox ul {
}
.historyArea .sub_inner01 .historyBox li {
}
.historyArea .sub_inner01 .historyBox li span {
    font-size: 15px;
    color: #aaaaaa;
    display: inline-block;
    width: 160px;
    position: relative;
    text-indent: 0.2em;
}
.historyArea .sub_inner01 .historyBox li span::before {
    content: "";
    position: absolute;
    bottom: -0.5em;
    display: block;
    width: 61.8%;
    height: 1px;
    background: #0E215C;
}
.historyArea .sub_inner01 .historyBox li p {
    font-size: 15px;
    display: inline;
}
.accessArea {
    margin-top: 100px;
}
.accessArea .sub_inner01 {}
.accessArea .sub_inner01 .accessBox {
    margin-top: 50px;
}
.accessArea .sub_inner01 .accessBox .gMap {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    height: 293px;
}
.accessArea .sub_inner01 .accessBox p {
	padding: 10px 0;
	font-size: .9em;
	font-weight: inherit;
	text-align: right;
}
.accessArea .sub_inner01 .accessBox iframe {
}

@media screen and (max-width: 1000px) {
    .infomationArea {
    }
    .infomationArea .sub_inner01 {
    }
    .infomationArea .sub_inner01 .sub_ttlBox01 {
    }
    .infomationArea .sub_inner01 .sub_ttlBox01 h2 {
    }
    .infomationArea .sub_inner01 .infomationBox {
    }
    .infomationArea .sub_inner01 .infomationBox dl {
    }
    .infomationArea .sub_inner01 .infomationBox div {
    }
    .infomationArea .sub_inner01 .infomationBox div dt {
        width: 130px;
    }
    .infomationArea .sub_inner01 .infomationBox div dd {
        margin-left: 35px;
    }
    .historyArea {
    }
    .historyArea .sub_inner01 {
    }
    .historyArea .sub_inner01 .sub_ttlBox01 {
    }
    .historyArea .sub_inner01 .sub_ttlBox01 h2 {
    }
    .historyArea .sub_inner01 .historyBox {
        padding-right: 100px;
        padding-left: 100px;
    }
    .historyArea .sub_inner01 .historyBox ul {
    }
    .historyArea .sub_inner01 .historyBox li {
    }
    .historyArea .sub_inner01 .historyBox li span {
    }
    .historyArea .sub_inner01 .historyBox li p {
    }
    .accessArea {
    }
    .accessArea .sub_inner01 {
    }
    .accessArea .sub_inner01 .sub_ttlBox01 {
    }
    .accessArea .sub_inner01 .sub_ttlBox01 h2 {
    }
    .accessArea .sub_inner01 .accessBox {
    }
    .accessArea .sub_inner01 .accessBox .gMap {
    }
    .accessArea .sub_inner01 .accessBox iframe {
    }
}
@media screen and (max-width: 767px) {
    .infomationArea {
    }
    .infomationArea .sub_inner01 {
    }
    .infomationArea .sub_inner01 .sub_ttlBox01 {
    }
    .infomationArea .sub_inner01 .sub_ttlBox01 h2 {
    }
    .infomationArea .sub_inner01 .infomationBox {
        padding: 0 5vw;
        justify-content: flex-start;
        margin-top: 70px;
    }
    .infomationArea .sub_inner01 .infomationBox dl {
    }
    .infomationArea .sub_inner01 .infomationBox div {
        height: auto;
    }
    .infomationArea .sub_inner01 .infomationBox div dt {
        display: block;
    }
    .infomationArea .sub_inner01 .infomationBox div dt::before {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: #0e215c;
        margin-right: 0.5em;
        transform: translateY(1px);
    }
    .infomationArea .sub_inner01 .infomationBox div dt::after {
        display: none;
    }
    .infomationArea .sub_inner01 .infomationBox div dd {
        display: block;
        margin-left: 1.5em;
    }
    .historyArea {
        margin-right: 0;
        margin-left: 0;
    }
    .historyArea .sub_inner01 {
    }
    .historyArea .sub_inner01 .sub_ttlBox01 {
    }
    .historyArea .sub_inner01 .sub_ttlBox01 h2 {
    }
    .historyArea .sub_inner01 .historyBox {
        padding-right: 5vw;
        padding-left: 5vw;
        margin-top: 80px;
    }
    .historyArea .sub_inner01 .historyBox ul {
    }
    .historyArea .sub_inner01 .historyBox li {
    }
    .historyArea .sub_inner01 .historyBox li span {
    }
    .historyArea .sub_inner01 .historyBox li p {
    }
    .accessArea {
    }
    .accessArea .sub_inner01 {
    }
    .accessArea .sub_inner01 .sub_ttlBox01 {
    }
    .accessArea .sub_inner01 .sub_ttlBox01 h2 {
    }
    .accessArea .sub_inner01 .accessBox {
    }
    .accessArea .sub_inner01 .accessBox .gMap {
        height: 61vh;
    }
    .accessArea .sub_inner01 .accessBox iframe {
    }
}
@media screen and (max-width: 500px) {
    .infomationArea .sub_inner01 .infomationBox div dd {
        font-size: 14px;
    }
    .historyArea .sub_inner01 .historyBox ul {
        width: 100%;
    }
    .historyArea .sub_inner01 .historyBox li span {
        width: 61.8%;
    }    
    .historyArea .sub_inner01 .historyBox li p {
        margin-top: 1em;
        display: block;
        text-indent: 0.2em;
    }
	.infomationArea .sub_inner01 .infomationBox dt {
    width: 100%;
}
	.infomationArea .sub_inner01 .infomationBox dd {
    width: 100%;
    padding: 15px 0 15px 1em;
    border-left: none;
}
}
@media screen and (max-width: 400px) {

.infomationArea .sub_inner01 .infomationBox {
    padding: 0 2vw;
}
}