.common-trouble {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 30px;
margin-top: 30px;
}
.common-trouble .red {
color: red;
font-weight: bold;
}
.common-trouble .cost {
text-align: right;
}
.common-trouble .big {
font-size: 2.1rem;
}
.common-trouble .left, .common-trouble .right {
flex-basis: 49%;
}
@media screen and (max-width: 650px) {
.common-trouble .left, .common-trouble .right {
flex-basis: 100%;
}
}
.common-trouble .small {
font-weight: normal;
margin-left: 10px;
font-size: 12px;
}
.common-trouble .content {
margin-bottom: 10px;
font-size: 1.6rem;
line-height: 1.6em;
font-weight: bold;
}
.common-trouble .left h3 {
position: relative;
background-color: #fff;
border-radius: 10px;
width: 100%;
font-size: 2rem;
margin-bottom: 10px;
border: 1px solid #00bfff;
color: #00bfff;
padding: 1rem 6rem 1rem;
}
.common-trouble .left h3 img {
position: absolute;
top: 50%;
left: 10px;
transform: translate(0, -50%);
filter: invert(73%) sepia(79%) saturate(4072%) hue-rotate(195deg) brightness(95%) contrast(95%);
margin-right: 4px;
}
.common-trouble .left h3::after {
display: none;
}
.common-trouble .right .img-wrap {
overflow: hidden;
height: 80%;
}
.common-trouble .right .img-wrap img {
height: 100%;
scale: 1.2;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: right;
object-position: right;
}
.common-trouble .right .yellow {
text-align: center;
font-weight: bold;
line-height: 1.13em;
background-color: #ffff8c;
border-radius: 10px;
padding: 10px;
margin: 10px 15px;
text-decoration: underline;
}