﻿@charset "utf-8";

html * {
     /*border:solid 1px #000;*/
}
body {
    
    margin-left: auto;
	margin-right: auto;
}
img{
    width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
header {
	max-width: 1280px;
    width:100%;

    margin: 0px auto;
}
header .logoarea {
    /*height: 230px;*/
    position: relative;
}
#toplogo {
    margin: 10px auto;
    width: 350px;
    /*height: 210px;*/
    position: relative;
    
}
nav{
    
}
#navbody {
    margin: 0 auto;
    /*position: absolute;*/
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}
#navbody.fixed{
    position: fixed;
    top: 0;
    max-width:1280px;
    width:100%;
}
#glNav {
    font-size: 1.4em;
    width: 100%;
    /*height:50px;*/
    margin: 0 auto;
    list-style-type: none;
    background-color: #ffffff;
}


#glNav li {
    text-align: center;
    width: 20%;
    
    float: left;
    /*height:50px;*/
    margin:auto;
}
#glNav li a {
    color: #808080;
    max-width: 100%;
    /*height: 25px;*/
    padding-top: 15px;
    padding-bottom: 10px;
    margin:auto;
    display: block;
    
}
#glNav li a:hover {
	text-decoration: underline;
    color: #000000;
}
#glNav li.active a {
    text-decoration: underline;
    color: #000000;
}
#main_content {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
    height: auto;
    padding-bottom: 35px;
}
.pagetitle {
    margin:20px 0;
}
.pagetitle h1  {
    margin:0 20px 0 0;
    text-align: right;
    font-size: 4.0em;
}
.pagetitle h2  {
    margin: 0 25px 0 0;
    text-align: right;
    font-size: 2.6em;
}
.section {
    width: 100%;
    padding-top: 10px;
    height: auto;
    margin: 50px 0 0;
}
.section2 {
    width: 100%;
    padding-top: 10px;
    height: auto;
    margin: 0;
}
#vision p {
    font-size: 1.4em;
    line-height: 1.7em;
}
#gaiyou p {
    font-size: 1.4em;
    line-height: 1.7em;
}
#access p {
    font-size: 1.4em;
    line-height: 1.7em;
}
#real_estate p {
    font-size: 1.4em;
    line-height: 1.7em;
}
#contact p {
    font-size: 1.4em;
    line-height: 1.7em;
}
#it p {
    font-size: 1.4em;
    line-height: 1.7em;
}
.section_content{
    padding: 0px 20px;
}
.section_header {
	padding: 0px 30px; height: 100px; text-align: left; display: flex; align-items: center;
}
.section_header h2 {
	margin-bottom: 1em; display: inline-block; position: relative;
}
.section_header h2::before {
	border-radius: 2px; left: -0.5em; width: 250px; height: 3px; bottom: -15px; display: inline-block; position: absolute; content: ""; background-color: #34588c;
}
.news_date {
    margin: 0px;
    padding: 2px 5px 2px 0px;
    color: rgb(102, 102, 102);
    float: left;
}
.news_title {
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    clear: both;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

footer {
	width: 100%;
    
	background-color: #002554;
	clear: both;
	color: rgba(255,255,255,1.00);
    margin: 100px 0px 0px;
}
.footernav {
	font-size: 13px;
	padding-top: 40px;
	padding-bottom: 40px;
    width: 450px;
    margin: 0 auto;
}

.footernav li {
    text-align: center;
    width: 90px;
    float: left;
}
.footernav ol li a {
    text-decoration: none;
	display: block;
	border-left: 1px solid #FFFFFF;
	margin: 0 auto;
	/*width: 90px;*/
	color: #FFFFFF;
}
.footernav ol li a:link  {
	color: #FFFFFF;
}
.footernav ol li a.footernavlast {
	border-right: 1px solid #FFFFFF;
}

.footertext {
	clear: both;
	text-align: center;
	padding-bottom: 40px;
}


/*スマホ用*/
@media only screen and (max-width:959px){
    #glNav li {
        width: 100%;
        float: none;
        font-size: 20px;
    }
    #navbody.fixed{
        position:static;
    }
    .footernav li {
        float: none;
        margin: 5px;
        padding: 5px;
        font-size: 20px;
        width: 150px;
        /*text-align: left;*/
    }
    .footernav ol li a {
	    border-right: 1px solid #FFFFFF;
    }
}
