#first-reason figure img {
border-radius: 10px;
}
.eye_first-reason {
background-image: url(//ishidaka-hanbai.com/wp/wp-content/themes/ishidakasekizai/images/pages/eye/eye_reason.jpg);
}
.reason-box { padding: 30px;
border-radius: 10px;
margin: 30px 0;
border-left: 18px solid #0e3092;
background: #fff;
}
.reason-box h2 {
font-size: 24px;
font-weight: bold;
padding: 0 0 20px 0;
color: #0f3965;
}
.reason-box:nth-child(even) h2 {
text-align: right;
}
.reason-box:nth-child(even) { border: none;
border-right: 18px solid #0e3092;
}
.reason-box .flex-2column {
align-items: center;
}
.reason-box .flex-2column-rev {
align-items: center;
}
@media screen and (max-width:750px) {
.flex-2column {
flex-direction: column;
}
.flex-2column div {
width: 100%;
}
.flex-2column-rev {
flex-direction: column;
}
.flex-2column-rev div {
width: 100%;
}
}