#first-choice figure img {
border-radius: 10px;
}
.eye_first-choice {
background-image: url(//ishidaka-hanbai.com/wp/wp-content/themes/ishidakasekizai/images/pages/eye/eye_choice.jpg);
}
.column {
counter-reset: section;
}
.not-fail {
padding: 60px 0;
}
.not-fail div {
min-height: 500px;
padding: 19px 30px 30px 30px;
margin: 20px 0;
border-radius: 10px; display: flex;
flex-direction: column;
background: linear-gradient(0deg, #fff 0%, #fff 87%, #0e3092 50%, #0e3092 100%);
}
.not-fail h3 {
text-align: center;
font-size: 24px;
font-weight: bold;
padding: 0px 0 50px;
color: #fff;
}
.not-fail .not-fail-text-a {
font-size: 18px;
padding: 0 0 40px;
font-weight: bold;
color: #0f3965;
position: relative;
}
.not-fail .not-fail-text-a::after {
content: "";
width: 30px;
height: 4px;
background: #eee;
position: absolute;
left: 0;
bottom: 23px;
right: 0;
margin: auto;
}
.not-fail .not-fail-text-b {
padding: 0 0 20px 0;
}
.not-fail .not-fail-text-c {
padding: 0 50px 40px;
}
.not-fail .not-fail-text-d {
text-align: center;
font-size: 20px;
color: #0e3092;
font-weight: bold;
margin-top: auto;
position: relative;
} @media screen and (max-width:750px) {
.flex-2column {
flex-direction: column;
}
.flex-2column div {
width: 100%;
}
.flex-2column div p.margin-adjust {
margin-top: 10px;
margin-bottom: 10px;
}
}