@charset "Shift_JIS";
* {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ŸàƒSƒVƒbƒN  Medium', meiryo, sans-serif!important;
}
h1 {
    font-size: 1.33em;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 3.125% 0;
}
h1 span {
    display: block;
    font-weight: normal;
    font-size: .5em;
    padding-top: .5em;
}
h1 a {
    text-decoration: none;
    color: #333;
}
#Company,
#System,
#Collaboration,
#Other{
    border-top: 0.08333em solid #fff;
}
#Company h2,
#System h2,
#Collaboration h2,
#Other h2{
    font-size: 1.08333em;
    color: #fff;
    background-color: #545454;
    padding: 9.375% 0;
    padding-left: 4.6875%;
    position: relative;
    cursor: pointer;
    height: 5.6em;
    line-height: 1.2em;
}
#Company h2:after,
#System h2:after,
#Collaboration h2:after,
#Other h2:after{
    content: "";
    position: absolute;
    background: url(../../common/images/icon-plus.png) no-repeat 0 0;
    right: 5%;
    top: 40%;
    width: 4.375%;
    padding-top: 4.375%;
    background-size: contain;
}
#Company h2.active:after,
#System h2.active:after,
#Collaboration h2.active:after,
#Other h2.active:after{
    background: url(../../common/images/icon-minus.png) no-repeat 0 0;
    top: 50%;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
nav ul {
    padding: 6.25% 4.6875%;
    border-top: .08333em solid #2b2b2b;
}
nav ul a:before {
    content: '';
    width: 1.25%;
    padding-top: 1.875%;
    background: url(../../common/images/arrow.png) no-repeat 0 0;
    background-size: cover;
    margin-right: 3.125%;
    display: inline-block;
}
nav ul a {
    color: #333;
    font-size: 1.08333em;
    line-height: 1.923;
}
.contents {
    background-color: #ccc;
    padding-bottom: 10.15625%;
}
.contents section {
    background-color: #fff;
}
.contents section > div {
    /*padding: 0 0 13.28125%;*/
    color: #333;
    font-size: 1.08333em;
    display: none;
}
.contents section > div dl{
	padding: 0 0 7.375%;
	position:relative;
}
.contents section > div dl span.map_btn{
    background: url(../images/add_map_icon.png) no-repeat;
    background-size: 82%!important;
    width: 23%;
    height: 15%;
    color: #f5f5f5;
    padding: 2.1% 0 0 7.6%;
    display: block;
    position: absolute;
    top: 4.5em;
    left: 19em;
}
.contents section > div dl span.sbtn{
    height: 21%;
}
.contents section > div dl dt{
	background-color: rgba(242,242,242,0.8);
	padding: 5% 4.375% 5%;
	font-weight:bold;
}
.contents section > div dl dd{
	padding: 5.375% 4.375% 0;
	line-height:140%;
}
.contents section > div dl dd span.inquiry{
	display:block;
	border: 0.1em solid #333;
	padding: 4.375% 0 4.375% 25.375%;
	font-size: 1.28333em;
	background: url(../images/add_inquiry_icon.png) no-repeat 20% center;
	background-size: 4.3%!important;
}
.contents section > div dl dd span.inquiry a{
	text-decoration: none;
	color: #333;
}
.contents section > div dd img{
	width: 100%;
}
.contents p {
    margin-bottom: 1em;
}



footer #FooterNavi > li:first-child > a:after {
    background: initial;
    content: "\f105";
    width: initial;
    padding-top: 0;
    top: 25%;
    right: 5%;
}
footer #FooterNavi > li:first-child > a.active:after {
    background: initial;
    top: 25%;
}
footer #FooterNavi > li:nth-child(4) {
    cursor: pointer;
}
footer #FooterNavi > li:nth-child(4) > a {
    display: block;
    padding: 4.6875% 0 4.6875% 1em;
}
footer #FooterNavi > li:nth-child(4) > a:after {
    content: "";
    position: absolute;
    background: url(../../common/images/icon-plus.png) no-repeat 0 0;
    right: 5%;
    top: 35%;
    width: 4.375%;
    padding-top: 4.375%;
    background-size: contain
}
footer #FooterNavi > li:li:nth-child(4) > a {
    display: block;
    padding: 4.6875% 0 4.6875% 1em;
}
footer #FooterNavi > li:nth-child(4) > a.active:after {
    background: url(../../common/images/icon-minus.png) no-repeat 0 0;
    top: 50%;
}

#FooterNavi .selected{
    color:#dc1e37;
}