<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sideBar .sNav .subNavi .currentContact a {
	background-color: #F8CCD6;
}

#sideBar .sNav .subNavi .currentContact a span {
	color: #6B1A43;
	font-weight: bold;
}


#contact #conts .headLine01 {
	padding: 15px 0 28px;
}

#contact #conts .bgTxt {
	padding: 23px 100px 16px;
	margin: 0 7px 45px 3px;
	color: #373737;
	font-size: 1.6rem;
	background-color: #ECECEB;
}

#contact #conts .mailForm .formDl &gt; .ddStyle01 {
	margin-bottom: 48px;
}

#contact #conts .mailForm .formDl &gt; dd .radioUl li:nth-child(9) {
	width: 745px;
}

#contact #main .mailForm .formDl &gt; dd select {
	padding-left: 10px;
}

#main .mailForm .formDl &gt; dd .radioUl {
	margin-right: 0;
	margin-left: 0;
}

#contact #main .mailForm .formDl li input[type="radio"] + label {
	padding: 10px 10px 10px 40px;
	margin-right: 20px;
	background: url(../images/common/btn_radio.png)	 no-repeat left center;
    background-size: 30px 30px;
	cursor: pointer;
}

#contact #main .mailForm .formDl li input[type="radio"]:checked + label {
	background: url(../images/common/btn_radio_checked.png)	 no-repeat left center;
	background-size: 30px 30px;
	cursor: pointer;
}

#main .mailForm .formDl &gt; dd .radioUl li input[type="text"] {
	margin-left: 0;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#contact #conts .headLine01 {
		padding: 8px 0 12px;
	}

	#contact #conts .bgTxt {
		margin: 0 0 24px;
		padding: 15px 0;
		font-size: 1rem;
		text-align: center;
	}

	#contact #conts .mailForm .formDl &gt; dd .radioUl li:nth-child(7) {
		width: 100%;
	}

	#contact #conts .mailForm .formDl &gt; dd .radioUl li:nth-child(8) {
		width: 100%;
	}

	#contact #conts .mailForm .formDl &gt; .ddStyle01 {
		margin-bottom: 25px;
	}

	#main .mailForm .formDl &gt; dd .radioUl li input[type="text"] {
		margin-left: 10px;
	}

	
	#contact #main .mailForm .formDl li input[type="text"]{
		width: 60%;
	}

	#contact #main .mailForm .formDl li input[type="radio"] + label {
		padding: 10px 0 10px 20px;
	    background-size: 15px 15px;
		cursor: pointer;
	}

	#contact #main .mailForm .formDl li input[type="radio"]:checked + label {
		background-size: 15px 15px;
		cursor: pointer;
	}

}

/* Current for SP */
.menuBox ul li.contact a {
	color: #E62082;
	font-weight: bold;
	background: #FBE1EA;
}</pre></body></html>