.eff-7 {
	transition: 0.5s;
}
.btn-cus {
	width: 70%;
	margin: 0 auto;
	margin-top: 10% !important;
}
.submit-confirm .btn-cus {
	width:45%;
}
.btn-cus .copy {
	padding: 5px 0;
	font-size: 16px;
}
#sec1 {
	padding-top: 20%;
	padding-bottom: 20%;
}
#sec1 .content {
	padding-bottom: 5%;
	border-bottom: 5px solid #d51519;
	margin-bottom: 10%;
}
#sec1 .content dl {
	margin-bottom: 5%;
	text-align: center;
}
#sec1 .content dl dt {
	font-size: 7vw;
	line-height: 1.7;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#sec1 .content dl dd {
	font-size: 4vw;
	line-height: 1.7;
	letter-spacing: 0.5em;
}
#sec1 .content .txt {
	/*text-align: center;*/
	color: #000;
}
.form-row {
	border-bottom: 1px solid #cccccc;
	padding: 0 5%;
}
.form-row .form-multi {
	padding-top: 17px;
	padding-bottom: 17px;
}
.form-row .caption {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.form-row .caption .name {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	margin-left: 15px;
}
.form-row .caption .mark-require {
	background-color: #d51519;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 15px;
}
.form-row .form-value {
	width: 100%;
}
.w50 {
	width: 50% !important;
}
.fcform__main input:not([type="radio"]), .fcform__main select, .fcform__main textarea {
	display: block;
	padding: 10px 10px;
	color: #303030;
	font: inherit;
	line-height: 1.25;
	background: #FEFEFE;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #d51519;
	appearance: none;
	-webkit-appearance: none;
}
.fcform__main select {
	background: url("../img/form/icon.png") right bottom no-repeat;
}
.fc-form [class^='error'] {
	position: relative;
}
.form-group.x3 input[name*="year"] {
	text-align: right;
	width: 20vw;
}
.form-group.x3 input[name*="month"], .form-group.x3 input[name*="day"] {
	width: 17vw;
}
.form-inline .form-box:last-child {
	margin-left: 10px;
	padding-top: 5px;
}
.form-group.x3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.form-group.x3 .form-value {
	width: auto;
	margin-right: 12px;
}
.form-inline {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
select {
	width: 80% !important;
}
.form-attachment .attachment-browse {
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	line-height: 1.5;
	vertical-align: middle;
	white-space: nowrap;
	background: url(../img/form/icon.png) right bottom no-repeat;
	color: #999999;
	border: 1px solid #d51519;
	border-radius: 5px;
	width: 300px;
}
body .form-attachment .attachment-list {
	margin-top: 0px;
	padding: 0;
	background: transparent;
	min-height: auto;
	border: none;
}


input[type=checkbox] {
	padding: 0;
	width: 20px !important;
	position: relative;
	top: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.input-check .i-custom span {
    padding-left: 30px;
    position: relative;
}
 

.input-check .i-custom {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.input-check .i-custom + .i-custom {
}

.input-check .i-custom input {
    opacity: 0;
    position: absolute;
}

.input-check .i-custom span {
    padding-left: 30px;
    position: relative;
}

.input-check .i-custom span:before,
.input-check .i-custom span:after {
    content: "";
    margin: auto;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all .3s ease;
}

.input-check .i-custom input[type="radio"] ~ span:before,
.input-check .i-custom input[type="radio"] ~ span:after {
    border-radius: 100%;
}

.input-check .i-custom span:before {
    background: #FEFEFE;
    width: 16px;
    height: 16px;
    border: 2px solid #d51519;
    left: 0;
}

.input-check .i-custom span:after {
    opacity: 0;
    background: #d51519;
    width: 12px;
    height: 12px;
    left: 4px;
    transform: scale(0);
}

.input-check .i-custom:hover span:after {
    opacity: .5;
    transform: scale(1);
}

.input-check .i-custom input:checked ~ span:after {
    opacity: 1;
    transform: scale(1);
}


#thanks {
	text-align: center;
	line-height: 2;
	padding: 20px;
}

span.cl {
	color: #000;
	display: block;
	line-height: 1.4;
	padding-top:10px;
}
.i-dropdown select {
	width: 70px!important;
}

.i-list .i-custom + .i-custom {
	margin-left: 20px;
}

.red{
	font-weight: bold;
	color: #d51519;
	font-size: 16px;
}