@charset "UTF-8";

/*******************************
 
丸両についてCss
 
*******************************/

.page-nav{
padding-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.page-nav.foot{
margin-bottom: 50px;
}

.page-nav li{
flex-basis: 19%;
}

.page-nav li a{
display: block;
padding: 15px 0;
text-align: center;
background: #044484;
color: #fff;
}
.page-nav li a:hover{
	background: #0259B1;
}

.intro-body{
padding-top: 80px;
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.intro-body .item{
flex-basis: 100%;
}

.intro-body .item:nth-of-type(2){
flex-basis: 60%;
text-align: left;
}

.intro-body .item img{
width: 100%;
height: auto;
margin-bottom: 15px;
}

.intro-body .item .message{
color: #b7c3d4;
font-size: 60px;
font-weight: bold;
letter-spacing: .2em;
font-family: 'Noto Sans', sans-serif;
margin-bottom: 30px;
}

.intro-body .item .message span{
letter-spacing: 0.1em;
font-size: 20px;
color:#000;
margin-left: 10px;
}

.intro-body .item p.title-border{
font-size: 28px;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
margin-bottom: 20px;
}
.intro-body .sign{
	text-align: right;
    margin-top: 20px;
}
.intro-body .sign span{
	font-size: 90%;
    margin-right: 10px;
}
h3.about-title{
font-size: 38px;
font-weight: bold;
padding-top: 80px;
margin-bottom: 60px;
}

h3.about-title span{
	font-size: 18px;
	letter-spacing: .1em;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	color: #264483;
}

#vision{
background: url(../img/borderbg.gif);
color: #fff;
padding-bottom: 80px;
}

#vision h3.about-title span{
color: #677fb1;
}
#vision ul li{
font-size: 28px;
font-weight: bold;
margin-bottom: 25px;

}
#vision ul li:before{
	content: "\f0c8";
    font-family: FontAwesome;
	color: #b7c3d4;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
}

#company{
padding-bottom: 70px;
}

#company .companyfig img{
width: 100%;
height: auto;
}

#company .companydata{
padding-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#company .companydata .item{
flex-basis: 47%;
}

#company .companydata .item table{
width: 100%;
}
#company .companydata .item table th{
border-bottom: 1px solid #888;
padding: 20px 0;
line-height: 2em;
width: 28%;
}
#company .companydata .item table td{
border-bottom: 1px solid #888;
padding: 20px 0 20px 20px;
line-height: 2em;
}

#history{
background: rgb(234,240,247);
background: linear-gradient(90deg, rgba(234,240,247,1) 0%, rgba(236,241,247,1) 50%, rgba(246,247,248,1) 50%, rgba(246,247,248,1) 100%);
}

#history .wrap-common{
position: relative;
}

#history .wrap-common .about-title{
position: absolute;
top: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#history .wrap-common table{
width: 100%;
}

#history .wrap-common table th{
width: 20%;
padding-top: 15px; 
padding-bottom: 15px;
font-weight: bold;
}

#history .wrap-common table td{
background: #f6f7f8;
padding-left: 40px;
padding-top: 15px;
padding-bottom: 15px; 
}

#history .wrap-common table tr:first-child th,#history .wrap-common table tr:first-child td{
padding-top: 200px;
}

#history .wrap-common table tr:last-child th,#history .wrap-common table tr:last-child td{
padding-bottom: 50px;
}

#access .accessmap{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#access .accessmap .item{
flex-basis: 30%;
}

#access .accessmap .item:nth-of-type(2){
flex-basis: 65%;
}

#access .accessmap .item .title{
font-weight: bold;
font-size: 18px;
border-bottom: 1px solid #000;
padding-bottom: 5px;
margin-bottom: 15px;
}

#access .accessdetail{
padding-top: 50px;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#access .accessdetail .item{
flex-basis: 46%;
}

#access .accessdetail .item .title{
background: #a6a6a6;
color: #fff;
text-align: center;
padding: 5px 0;
margin-bottom: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#access .accessdetail .item li{
margin-bottom: 10px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.page-nav{
padding-top: 40px;
display: block;
}

.page-nav.foot{
margin-bottom: 50px;
}

.page-nav li{
margin-bottom: 5px;
}


.intro-body{
padding-top: 80px;
margin-bottom: 80px;
display:block;
}

.intro-body .item{
display: block;
margin-bottom: 30px;
}

.intro-body .item:nth-of-type(2){
display: block;
}

.intro-body .item .message{
text-align: center;
font-size: 40px;
margin-bottom: 30px;
}

.intro-body .item .message span{
display: block;
font-size: 18px;
margin-left: 0;
}

.intro-body .item p.title-border{
font-size: 18px;
}


h3.about-title{
font-size: 32px;
font-weight: bold;
padding-top: 80px;
margin-bottom: 60px;
}

h3.about-title span{
	font-size: 18px;
	letter-spacing: .1em;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	color: #264483;
}

#vision{
background: url(../img/borderbg.gif);
color: #fff;
padding-bottom: 50px;
}

#vision h3.about-title span{
color: #677fb1;
}

#vision ul li{
text-align: left;
font-size: 24px;
line-height: 1.8em;
font-weight: bold;
margin-bottom: 25px;
}

#vision ul li:before{
	content: "\f0c8";
    font-family: FontAwesome;
	color: #b7c3d4;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
}

#company{
padding-bottom: 70px;
}

#company .companyfig img{
width: 100%;
height: auto;
}

#company .companydata{
padding-top: 20px;
display: block;
}


#history{
background:#f6f7f8;
}

#history .wrap-common .about-title{
position: absolute;
top: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#history .wrap-common table{
width: 100%;
}

#history .wrap-common table th{
display: block;
width: inherit;
padding-top: 15px; 
padding-bottom: 15px;
font-weight: bold;
}

#history .wrap-common table td{
display: block;
width: inherit;
background: #f6f7f8;
padding-left: 0;
padding-top: 0;
padding-bottom: 15px; 
}

#history .wrap-common table tr:first-child th{
padding-top: 200px;
}
#history .wrap-common table tr:first-child td{
padding-top: 15px;
}

#history .wrap-common table tr:last-child th{
padding-bottom: 15px;
}

#history .wrap-common table tr:last-child td{
padding-bottom: 50px;
}

#access .accessmap{
display: block;
}
#access .accessmap .item{
margin-bottom: 30px;
}

#access .accessdetail{
padding-top: 30px;
text-align: left;
display: block;
}

#access .accessdetail .item{
margin-bottom: 30px;
}

#access .accessdetail .item .title{
background: #a6a6a6;
color: #fff;
text-align: center;
padding: 5px 0;
margin-bottom: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#access .accessdetail .item li{
margin-bottom: 10px;
}

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}