@charset "UTF-8";
/* form request.css */

#lower_mv {
	background-image: url(../../img/contact/reqcon_mvSP.jpg);
}
@media screen and (min-width:769px) {
	#lower_mv {
		background-image: url(../../img/contact/reqcon_mvPC.jpg);
	}
}

/* heading */
.h2_bgBorder::before {
    margin-right: 5px;
}
h2.h2_bgBorder::before {
	height: 29px;
	max-width: 23px;
	background-image: url(../../img/contact/request_icon.svg);
	background-size: contain;
}
span.h2_bgBorder {
    display: contents;
}
span.normal {
    font-weight: normal !important;
    margin: 0 .15em .1em;
}
/* form */
table tr td label {
    font-weight: bold;
    display: inline-block !important;
}
/* radio */
input[type=radio] {
    width:  1em;
    height: 1em;
    margin-right: .25em;
    transform: translateY(-1px);
}
input[type=radio]:checked {
    color: red;
}
@media screen and (min-width: 769px) {
    h2.h2_bgBorder::before {
    	height: 29px;
    	max-width: 23px;
    }
    input[type=radio] {
        transform: translateY(-1.5px);
    }
    
}