/*
 Theme Name:   idexform-child
 Template:     idexform
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/* Add your custom css below
-------------------------------------------------------------- */
.inquiry-box a:hover {
    color: #0669C1 !important;
}

.card_contact2 {/* 2✕2高さ揃え 2506Add*/
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    padding: 19px 28px;
    margin: 0px;
    background: url(https://www.idex.co.jp/renewal/img/common/info_icon.png) no-repeat scroll 10px 21px #1ABC9C;
    border: 1px solid #1ABC9C;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 6vh
}

@media (max-width: 768px){
	.card_contact2{padding: 10px 28px;}
}
