.ec-borderedDefs{
	border: 0;
}
.ec-borderedDefs dl{
	display: flex;
	flex-direction: column;
	border: 0;
	padding-top: 20;
	
}
.contact{
	padding: 40px 0px;
}
.ec-borderedDefs dt,.ec-borderedDefs dd{
	width: 100%;
}
.ec-borderedDefs input{
	width: 100%;
	height: 45px;
	border-radius: 5px;
	border:1px solid #C1C1C1;
	padding-left: 30px;
	margin: 0;
}
.ec-borderedDefs dt{
	margin-bottom: 10px;
}
.ec-borderedDefs dt .ec-required{
	background-color: #EB9E3F;
    color: #ffffff;
    padding: 5px 10px 6px 10px;
    border-radius: 5px;
    margin-left: 2rem;
}
.ec-borderedDefs dt .ec-label{
}

.ec-borderedDefs .ec-telInput input{
	max-width: none;
}
.ec-borderedDefs dt{
	padding-top: 0;
}
#contact_contents{
	min-height: 160px;
}
.sendmail{
	background-color: #1063AC;
	color: #ffffff;
	width: 75px;
	height: 50px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 30px;
	border: 0;
}
.sendmail:hover,.sendmail:active,.sendmail:active:hover{
	background-color: #1063AC !important;
	border-color: #1063AC;
}
.sendmail:focus{
	color: #fff;
    background-color: #1063AC !important;
    border-color: #1063AC;
    outline: none;
}

/* ラジオボタンのサイズ・配置を元に戻す */
.ec-borderedDefs input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}
/* ラジオボタン専用の距離感調整 */
.ec-borderedDefs .ec-radio-wrap {
    margin-top: -5px; /* お好みで調整 */
}
/* ラジオボタンのラベルを横並びにする */
.ec-borderedDefs .radio-inline {
    display: inline-block;
    margin-right: 1.5rem;
    font-weight: normal;
}
.ec-radio-wrap label {
    display: inline-block;
    margin-right: 2rem; /* ← ここでラジオボタン同士の余白を調整 */
    font-weight: normal !important;
    vertical-align: middle;
}
.ec-borderedDefs .ec-textarea textarea {
    width: 100% !important;
    min-height: 160px;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    resize: vertical;
    box-sizing: border-box;
}