@charset "utf-8";

/*希望部位入力*/
.operations input[type="checkbox"]{ margin:12px 0;}
.operations label:after{content:""; display:block;}
#panels{margin:0; padding:0;}
#panels section main { display:none;}
#panels section main p{margin:0;}

#ope01:checked ~ label.label_ope01{color: rgb(33, 150, 243);}
#ope02:checked ~ label.label_ope02{color: rgb(33, 150, 243);}
#ope03:checked ~ label.label_ope03{color: rgb(33, 150, 243);}
#ope04:checked ~ label.label_ope04{color: rgb(33, 150, 243);}
#ope05:checked ~ label.label_ope05{color: rgb(33, 150, 243);}
#ope06:checked ~ label.label_ope06{color: rgb(33, 150, 243);}
#ope07:checked ~ label.label_ope07{color: rgb(33, 150, 243);}
#ope_other:checked ~ label.label_ope_other{color: rgb(33, 150, 243);}

#ope07:checked ~ #panels #panel-1 main{max-height: initial; opacity: 1; filter: alpha(opacity=100);/*IE*/ zoom:1; display:block; overflow:visible;}

form{margin:0; padding:0;}

/*******************/
.error {
  width : 100%;
  padding: 0;
  display: inline-block;
  font-size: 90%;
  color: red;
  box-sizing: border-box;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
		*font-size: 100%;
}

/* input text */
/* ---------------- */
.form-text {
    height: 2.4em;
    padding: 0 12px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #999999 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-text:focus {outline: 0; box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;}

/* radio */
/* ---------------- */
.form-radio div{margin-bottom:12px;}
.form-radio div:last-child{margin-bottom:0;}
.form-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.form-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.form-radio-name:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #999999;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0; box-sizing: border-box;
}
.form-radio input:checked + .form-radio-name:before {border: 0.3em solid rgb(33, 150, 243);}
.form-radio input:checked + .form-radio-name {color: rgb(33, 150, 243);}
.form-radio input:focus + .form-radio-name {color: rgb(33, 150, 243);}
.form-radio input.focus-visible + .form-radio-name .form-radio-text {background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);}

/* checkbox */
/* ---------------- */
.form-checkbox{margin-top:8px;}
.form-checkbox div{margin-bottom:12px; line-height:1.5;}
.form-checkbox div:last-child{margin-bottom:0;}
.form-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.form-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.form-checkbox-name:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #999999;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
}
.form-checkbox input:checked + .form-checkbox-name:before {border: 1px solid rgb(33, 150, 243); background-color: rgb(33, 150, 243);}
.form-checkbox input:checked + .form-checkbox-name:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.3em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.6em;
    transform: translateY(-2px) rotate(45deg);
}
.form-checkbox input:checked + .form-checkbox-name {color: rgb(33, 150, 243);}
.form-checkbox input:focus-visible + .form-checkbox-name .form-checkbox-text {background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}
.form-checkbox input.focus-visible + .form-checkbox-name .form-checkbox-text {background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

/* select */
/* ---------------- */
.form-select{position: relative; margin-bottom:8px;}
.form-select select {
    height: 2.4em;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #999999 inset;
    cursor: pointer;
}
.form-select select:focus {outline: 0; box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;}

/* textarea */
/* ---------------- */
.form-item-textarea textarea {height:140px;}
.form-textarea {
    display: block;
    width:90%;
    padding: 4px 12px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #999999 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}
.form-textarea:focus {outline: 0; box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;}

#calender{margin-top:0;}
#calender{display:inline-block;}