@charset "utf-8";



/* ---------------------------------------------------
 form
 ----------------------------------------------------- */

#view_type_value,
.sodan,
.kibou,
.allergy,
.accompany{display:none;}

.form{
	color:#655c25;
	}
.form h2{
	font-size:1.8rem;
	text-align:center;
	color:#655c25;
	margin:25px 0 20px;
	padding-top:10px;
	padding-bottom:8px;
	background:#fee379;
	}
.form h2 span{
	font-size:1.4rem;
	display:inline-block;
	}
.form h3{
	font-size:1.8rem;
	}

.form .error{
	padding:5px 0;
	color:#f22748;
	}
.form input.error,
.form select.error{
	border: 1px solid #ffb4b4 !important;
	background:#ffecef !important;
	}

.form dl{
	width:100%;
	}
.form dl + dl{
	margin-top:15px;
	padding-top:15px;
	border-top:2px solid #6e6531;
	}
.form dt{
	width:30%;
	font-size:1.5rem;
	font-weight:bold;
	padding-top:27px;
	padding-left:35px;
	float:left;
	position:relative;
	clear:both;
	}
.form .event dt{
	margin-top:0;
	padding-top:15px;
	}
.form dt:before{
	content:"";
	top:31px;
	left:10px;
	width:15px;
	height:15px;
	background:#b8b28b;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	}
.form .event dt:before{
	top:19px;
	}
.form dt .att{
	font-size:1.1rem;
	font-weight:normal;
	margin-left:5px;
	display:inline-block;
	}
.form dt .kome{
	font-size:1rem;
	font-weight:normal;
	color:#fff;
	margin-left:5px;
	padding:2px 3px;
	background:#f86a81;
	display:inline-block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	}

.form dd{
	min-height: 52px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:32%;
	border-top:1px dotted #dcd8c4;
	}
.form dd:nth-of-type(1),
.form .event dd:nth-of-type(1){
	border-top:none;
	}

.form .event,
.form .data01{
	border-bottom:1px dotted #dcd8c4;
	}

.form input[type="text"],
.form textarea {
	font-size:1.4rem;
	margin-right:0.5em;
	padding:11px 10px;
	outline: none;
	border: 1px solid #ece9d8;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff;
}
.form input[type="text"]:focus,
.form textarea:focus {
	box-shadow: 0 0 7px #fcf0f0;
	-moz-box-shadow: 0 0 7px #fcf0f0;
	-webkit-box-shadow: 0 0 7px #fcf0f0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 1px solid #ffb4b4;
	background:#ffecef;
}
.form input[type="text"]:focus::-webkit-input-placeholder { color:transparent; }
.form input[type="text"]:focus:-moz-placeholder { color:transparent; }
.form input[type="text"]:focus::-moz-placeholder { color:transparent; }


.form input[type=radio],
.form input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.form input[type=radio] + label,
.form input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    display:inline-block;
}

.form p.note {
	margin-top: 10px;
}

@media (min-width: 1px) {
    .form input[type=radio],
    .form input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .form input[type=radio] + label,
    .form input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .form input[type=radio] + label::before,
    .form input[type=checkbox] + label::before,
    .form input[type=radio] + label::after,
    .form input[type=checkbox] + label::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .form input[type=radio] + label::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #FFF;
        border: 1px solid #98947e;
        border-radius: 30px;
    }
    .form input[type=checkbox] + label::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #FFF;
        border: 1px solid #98947e;
    }
    .form input[type=radio] + label::after{
        width: 12px;
        height: 12px;
        left:4px;
        margin-top: -6px;
        background: #e7e4d0;
        border: 1px solid #e7e4d0;
        border-radius: 6px;
    }
    .form input[type=checkbox] + label::after{
        width: 12px;
        height: 12px;
        left:4px;
        margin-top: -6px;
        background: #e7e4d0;
        border: 2px solid #e7e4d0;
    }


    .form input[type=radio]:checked + label::after,
    .form input[type=checkbox]:checked + label::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .form input[type=radio]:checked + label::after{
        width: 12px;
        height: 12px;
        left:4px;
        margin-top: -6px;
        background: #E71063;
        border: 1px solid #e7e4d0;
        border-radius: 6px;
    }
    .form input[type=checkbox]:checked + label::after {
        width: 12px;
        height: 12px;
        left:4px;
        margin-top: -6px;
        background: #E71063;
        border: 1px solid #E71063;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


/*
    .form input[type=radio]:checked + label::after,
    .form input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .form input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    .form input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
   */
}
select.select01 {
	padding:9px 50px 9px 10px;
	border: 1px solid #ece9d8;
	background: #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	background-image: url(../img/select.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	background-size: 34px auto;
	}
select.select01::-ms-expand {
display: none;
}

input.input01{
	width:99%;
	}
input.input02{
	width:48.5%;
	}
input.input03{
	width:30%;
	}
textarea{
	width:100%;
	height:10em
	}

.submit{
	width:100%;
	text-align: center;
	margin:50px auto 20px;
	}
.submit .but01,
.submit .but02{
	width:35%;
	display: inline-block;
	}
.submit #next_btn{
	width:100%;
	height:60px;
	font-size:2rem;
	color:#fff;
	background:#3694c8;
	border:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	}
.submit .btn_back a{
	width:100%;
	height:60px;
	font-size:2rem;
	color:#fff;
	padding-top:15px;
	background:#abbcc2;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	display: inline-block;
	text-decoration: none;
	}





@media all and (max-width: 930px) {
.form dt{
	width:35%;
	}
.form dd{
	padding-left:36%;
	}
input.input02{
	width:46%;
	}
}
@media all and (max-width: 768px) {
.form dt,
.form .event dt{
	width:100%;
	float:none;
	padding-bottom:0;
	}
.form dt,
.form .event dt{
	padding-top:15px;
	border-top:1px dotted #dcd8c4;
	}
.form dt:first-child,
.form .event dt:first-child{
	padding-top:5px;
	border-top:none;
	}
.form dt:before,
.form .event dt:before{
	top:19px;
	}
.form dt:first-child:before,
.form .event dt:first-child:before{
	top:10px;
	}





.form dd,
.form .event dd{
	padding-top:10px;
	padding-bottom:5px;
	padding-left:11px;
	border-top:none;
	}

.form input[type="text"],
.form textarea,
.form select {
	margin-bottom:10px;
	}

.submit .but01,
.submit .but02{
	width:80%;
	margin-bottom:10px;
	}


}