*{
    box-sizing: border-box;
}

.region_title{
    font-size: 1.8em;
    text-align: center;
    color: rgba(34,255,198,1);
    margin-top: 0.5em;
}

hr{
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 223, 0, 0.3);
    width: 90%;
    margin: 0px auto 0px auto;
}

.subnav{
	display: flex;
    justify-content: center;
    text-align: center;
	padding: 10px;
    font-size: 1.1em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.95);
    z-index: 1;
}

.subnav li:nth-child(-n + 5){
    margin-right: 18px;
}

.subnav span{
    display: block;
    font-size: 0.5em;
}

.subnav a{
    color: #002EE6;
}

.subnav a:hover{
    color: #26ccff;
}

span.anchorlink {
       position: relative;
       top: -75px;
       display: block;
    }

.description{
    margin: 15px;
    text-align: justify;
    font-feature-settings : "pkna";
    
}
    
.overlay{
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.overlay:last-child{
    margin-bottom: 0;
    }

.overlay p {
    width: 100%;
    position: absolute;
    padding: 3px;
    bottom:0;
    left:0;
    /*    background: rgba(0, 0, 0, 0.5);*/
    background-color: rgba(255, 255, 255, 0.5); /* 背景白で透明度50% */
    color: white;
    font-size: 1em;
}

.overlay img{
    width: 100%;
}
    
.lead{
    margin: 10px;
    }
    
.lead_text h2{
    font-size: 1.2rem;
    position: relative;
    padding: 5px 0px 5px 10px;
    border-left: 6px solid red;
}

.lead_text h2::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;  
}

.lead_text a, .info_text a:link{
	color: limegreen;
}

.lead_text a:hover{
	background-color: #fff100;
}

.lead_text a:visited{
	color: limegreen;
}

.lead_text p{
    margin: 15px;
    text-indent: 1em;
    text-align: justify;
    font-feature-settings : "pkna";
    }
    
.info_text{
    display: flex;
    margin: 0 0 0 1em;
    flex-wrap: wrap;
    justify-content:space-between;
    font-feature-settings : "pkna";
}

.info_text li{
    list-style: disc;
    margin-left: 0.5em;
    font-size: 0.8em;
    width: calc(100%/2 - 20px);
}

h3{
    text-indent: 0.3em;
    color: limegreen;
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}

@media screen and (min-width : 768px) {
.region_title{
    font-size: 2.0em;
}
    
    .description{
        text-align: center;
    }

hr{
    width: 42%;
}

.subnav{
    font-size: 1.2em;
}
    
.subnav li:nth-child(-n + 5){
    margin-right: 50px;
}
    
.region_wrap{
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding: 10px 0 10px 10px;
    border: 1px solid #000;
}
    
.region_wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
    
.region_images:nth-child(odd){
    margin-right: 10px;
    }

.region_images{
    display: flex;
    flex-flow: column;
    align-self: center;
}
.lead{
    width: 75%;
    margin: 0 10px 0 0px;
    } 
    
.info_text li{
    margin-left: 1em;
    font-size: 1em;
    width: calc(100%/2 - 24px);
}

h3{
    text-indent: 0.3em;
    color: limegreen;
}
}
