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

img.locallistimg {
width: 100%;
height: 200px;
object-fit: cover;
 }
        
.locallist-btn {
display: inline-block;
white-space: nowrap;
}

.acms-btn:link, .acms-btn:hover, .acms-btn:active, .acms-btn:visited {
width: 150px;
padding: 10px 50px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 25px;
border: 1px solid #2449A4;
background: #FFF;
font-size: 16px;
color: #2449A4 !important;
}

.locallist-btn.acms-btn:link,
.locallist-btn.acms-btn:hover,
.locallist-btn.acms-btn:active,
.locallist-btn.acms-btn:visited {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.acms-btn:hover {
    text-decoration: none;
    background-color: #2449A4 !important;
   border: 1px solid #2449A4 !important;
   color: #fff !important;
}

.flex {
    display: flex; /* 子要素を横並べ */
}

.local-box {
display: flex;
flex-direction: column; /* 子要素を縦並べ */
margin-bottom: 60px;
}


h4.locallisttitle { 
display: flex;
font-size: 20px;
font-weight: 500;
flex-grow: 1; /* 比率を指定 */
}


p.local-entry {
font-size: 16px;

}

div.center {
text-align: center;
}

h2.section-title.entry-head {
color: #2449A4;
background-color: transparent;
    padding: 40px 0;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    font-size: 31px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: solid 1px #BBB;
}

.entry-column p {
line-height: 2;
}
