@charset "UTF-8";

.formTitle {
    background: #f7eee6;
    font-weight: 400;
    padding: 5px;
    color: #683C12;
}

h4 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2px;
}

.support_note {
	padding: 10px;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}

.support_note_bottom {
	margin-top: -5px;
	margin-bottom: 20px;
	padding: 0 7px;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}

.support_note_thanks_bottom {
	margin: 5px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}

.form_support_box {
	padding: 10px;
}

.form_input {
    height: calc(1.5em + .5rem + 2px);
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: 0 0;
    width: 100%;
}

.row-5 {
  height: calc( 1.4em * 5 );
  line-height: 1.4;
}


.support_thnaks_image {
	margin: 0 auto;
	width: 300px;
}


.submit_support {
    margin: 10px auto;
    min-width: 50%;
    height: 48px;
    display: block;
    border: none;
    border-radius: 6px;
    text-align: center;
    background: #FF9900;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}


.contact_box {
	margin-bottom: 10px;
}

table.ad_input tr.contact_row,
.contact_box .contact_row {
	display: none;
}


.input_comfirm {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 5px;
	color: #333;
	line-height: 1.4;
	min-height: 1rem;
}


.ckeckbox_box {
	padding: 8px;
}


.form--radio {
	font-size: 16px;
	position: relative;
}




.support_cbox ul {
	list-style: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 5px 5px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.support_cbox li {
	margin: 0 0 0.5rem 0;
}
.support_cbox label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.support_cbox .option-input {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.support_cbox .option-input:before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #da3c41;
	background: #f93;
}
.support_cbox .option-input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.support_cbox .option-input:after {
	position: absolute;
	top: -0.125rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	//border: 2px solid #f2f2f2;
	border: 2px solid #ddd;
	border-radius: 50%;
	background: #ffffff;
}




