@charset "utf-8";
/* CSS Document */

.titBox{
  background-image: url("../about/img/ttlbg.jpg");

}

.rightBox{
  vertical-align: top;
}

.data {
width: 100%;
margin: 20px 0;
position: relative;
}

.data:before{
/*  position:absolute;
content: '';
display: block;
top:0;
left:11em;
width: 2px;
height: 100%;
background-color: #011c73;*/
}

.data th{
font-weight:bold;
white-space: nowrap;
padding: 10px 10px 20px 0;
vertical-align:top;
border-right: #011c73 solid 1px;
}

.data td{
		padding: 10px 0 20px 15px;
}


@media screen and (min-width:767px){

.data th{
padding: 10px 20px 15px 0;

}

.data td{
		padding: 10px 0 15px 35px;
}
  
.leftBox{
width: 48%;
}   
  
}


/*---------*/

.listHis{
position: relative;
  padding-top: 10px;
}

.listHis:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #011c73;
    position: absolute;
    top: 0;
    left: 9px;
}

.listHis dl{
 display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.listHis dt{
  width: 40%;
  padding-bottom: 20px;
  margin-bottom: 10px;
position: relative;
  padding-left: 40px;
  font-weight: bold;
}

.listHis dt:before {
    content: '';
    position: absolute;
    top: 13px;
    left:5px;
    width: 30px;
    height: 1px;
    background-color: #011c73;
}

.listHis dt:after {
    content: '';
    background: url(../img_common/hex.png) left top no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 0;
}


.listHis dd{
  width: 60%;
/*  padding-bottom: 20px;
  margin-bottom: 10px;*/
}

@media screen and (min-width:767px){
.listHis{
width: 48%;
}  
}

/*-----*/

#map iframe {
  width: 100%;
  aspect-ratio: 16/9; 
}

@media screen and (min-width:767px){
#map iframe {
max-height: 480px;
}

}


