@charset "UTF-8";

.contact_guide_lead {
text-align: center;
font-size: 1.6rem;
line-height: 1.8;
}
.contact_guide_cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
margin-top: 2.5rem;
}
.contact_guide_card {
width: 100%;
max-width: 300px;
padding: 2rem 3rem;
background: #FFF;
border: 1px solid #e5e5e5;
border-radius: 12px;
text-align: center;
}
.contact_guide_card figure {
display: flex;
align-items: center;
justify-content: center;
height: 60px;
margin-bottom: 1.5rem;
}
.contact_guide_card figure img {
max-width: 100%;
max-height: 100%;
}
.contact_guide_card .btn_yellow_round {
display: block;
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 1.4rem;
padding: .8rem 1rem;
}
.contact_guide_card .btn_yellow_round:after {
content: url("/images/icon_other.svg");
display: inline-block;
width: 13px;
margin-left: .6em;
vertical-align: middle;
}
.contact_guide_business {
text-align: center;
font-size: 1.6rem;
line-height: 1.8;
margin-top: 4rem;
}
@media screen and (min-width:768px){
.contact_guide_cards {
flex-wrap: nowrap;
}
.contact_guide_card {
max-width: none;
padding-top: 3rem;
padding-bottom: 3rem;
}
}
