@charset "UTF-8";
/* CSS Document */
/* タイトル共通パーツ */
.page_container {
  width: 100%;
}
.page_title_wrap{
    width: 100%;
    background-image: linear-gradient(180deg, rgba(1, 21, 56, 1), rgba(19, 63, 113, 1) 100%);
    height: 25vw;
}
.page_title{
    background: url("../img/access/access_tit_bg.jpg") no-repeat;
    height: 35vw;
    background-position: top left;
    background-size: 80%;
    	animation: fadedown 1.7s ease 0s 1 normal;
    -webkit-animation: fadedown 1.7s ease 0s 1 normal;
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateX(-30px);
}
to {
    opacity: 1;
    transform: translateX(0px);
}
}
.page_title h1{
    text-align: right;
    color: #fff;
    padding: 10% 10% 0 0;
    font-size: 3vw;
    font-weight: 900;
}
.page_title h1 span{
    display: block;
    font-size: 1.8vw;
}
.access_wrap{
    background: rgba(1, 21, 56, 1);
    padding: 5% 0;
}
.access{
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access table{
    width: 90%;
    margin:0 5% 0 20%;
}
.access table,.access tr th,.access tr td{
         border-collapse: collapse;
         border-spacing: 0;
         border-bottom: 1px solid #fff;
         padding: 3% 0;
     }
.access tr th{
    text-align: left;
    vertical-align: center;
    font-weight: bold;
        }
     .access table tr td{
    text-align: left;
    font-family: Arial, Helvetica, "sans-serif";
       line-height:1.6em;
}
.access p{
    width: 100%;
    margin: 0 auto 0 0;
}
.access p img{
    width: 100%;
            -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    transform: translateX(40px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0; 
    position: relative;
}
.access p img.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.foot_contact{
    margin-top:-6px;
}


@media screen and (max-width: 1400px) {
   .contents_top{
        width: 80%;
    }
    .access table{
    margin:0 5% 0 10%;
}
}
@media screen and (max-width: 1050px) {

   .access_wrap{
        font-size: 14px;
    }
        .access table{
    margin:0 5% 0 5%;
}

    
}
@media screen and (max-width: 780px) {
    .page_title h1{
    font-size: 5vw;
        padding-right: 5%;
}
.page_title h1 span{
    font-size: 3vw;
}
    .access{
        flex-direction:column;
    }
    .access p{
    width: 90%;
    margin: 5% auto 0 auto;
}

   

}



@media screen and (max-width: 440px) {


}
@media screen and (max-width: 419px) {





}
    
    
    
    
    
    
    
    
    
    
    
    