.fv{
	background-image: url("img/company_fv.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.txt_20 span{
    color: #0422cb
}
.blue_txt{
    color: #0422cb
}
#message{
	background-image: url("img/company_message_bg.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}
#message h3{
	    padding-top: 20px;
}
#message div{
    background: #fff;
    padding: 40px 30px;
    width: 1000px;
    box-shadow: 0 0 15px #2a2a2a54;
    box-sizing: border-box
}

#company h3{
    margin-bottom: 40px
}
#company{
    margin: 80px auto
}
table {
    margin: 20px auto;
    width: 600px;
    border-top: solid 1px #5c7eb7;
    border-bottom: solid 0px #5c7eb7;
}
.tbl-r02 th {
    vertical-align: middle;
    border: solid 1px #cdcdcd;
    color: #fff;
    width: 30%;
    padding: 20px;
    background: #5c7eb7
}
table td:last-child {
    border-right: solid 1px #5c7eb7;
}
tbody{
    border: solid 2px #5c7eb7;
}
table td {
    text-align: left;
    padding: 20px;
    line-height: 30px;
    border-left: 1px solid #5c7eb7;
    border-bottom: 1px solid #cdcdcd;
}
#access{
    width: 1000px;
    margin: auto;
    box-sizing: border-box
}
#access h3{
    text-align: center;
    padding:50px 0  30px
}
.map_flex{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px

}
.map{
    margin: 0;
    color: #fff
}
.map div{
    padding: 20px 10px;
    margin: auto;
    display: table;
}
.map01{
    background-color: #5fb5d2;
}
.map01 div{
   background: url("img/access_logo.png");
	background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
}
	
.map02{
	background-color: #5c7eb7;
}
.map02 div{
   background: url("img/access_logo.png");
	background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
}
.name{
	font-size: 14px;
	text-align: end;
	padding: 10px 0
}
.name img{
	width: 110px;
}
/*=====SP=====*/
@media (max-width: 767px) {
#message{
    padding: 10px
    }
#message div{
        padding: 10px
    }
#message div p {
    padding: 20px 0;
    width: 100%;
}
main div{
    width: 100%
    }
table{
    width: 100%;
    box-sizing: border-box
    }
    tr{
        display: grid
    }
.tbl-r02 th{
        width: 100%;
    padding: 10px;
    box-sizing: border-box
    }
.map_flex{
    display: block;
    padding-bottom: 0px;
    }
iframe{
    width: 100%!important
    }
#access{
        width: 100%
    }
.map01{
    margin-bottom: 30px
    }
.map div {
    padding: 20px 10px;
    margin: auto;
    display: table;
    box-sizing: border-box;
    text-align: center;
}
#company {
    margin: 40px auto;
}
#access h3 {
    text-align: center;
    padding: 20px 0 30px;
}
table{
    width: 90%
    }
.tbl-r02 th{
    border: solid 0
    }
    tr td{
        text-align: center
    }
}/*=====END SP=====*//*閉じタグ閉