input{ display: none; }
.label01{ cursor: pointer; padding: 9px 13px; color: #0068B7; background-color: #fff; font-size: 14px; font-weight: 700; line-height: 20px; border: 1px solid #0068B7; border-radius: 4px; }
.label02{ cursor: pointer; padding: 8px 12px; color: #0068B7; background-color: #fff; font-size: 13px; font-weight: 700; line-height: 20px; border: 1px solid #0068B7; border-radius: 4px; }
.label03{ cursor: pointer; padding: 6px 10px; color: #0068B7; background-color: #fff; font-size: 13px; font-weight: 700; line-height: 18px; border: 1px solid #0068B7; border-radius: 4px; }
.label04{ background-color: #fff; }
.label05{ cursor: pointer; padding: 6px 10px; color: #0068B7; background-color: #fff; font-size: 14px; font-weight: 700; border: 1px solid #0068B7; border-radius: 4px; white-space: nowrap; line-height: 3;}
.label06{ cursor: pointer; padding: 5px 8px; color: #0068B7; background-color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border: 1px solid #0068B7; border-radius: 4px; white-space: nowrap; }
.label07{ display: inline-block; cursor: pointer; padding: 3px 10px; color: #0068B7; background-color: #fff; font-size: 17px; font-weight: 700; line-height: 40px; border: 1px solid #0068B7; border-radius: 4px; white-space: nowrap; }
.check_box:checked + .label01 { color: #fff; background-color: #0068B7; }
.check_box:checked + .label02 { color: #fff; background-color: #0068B7; }
.check_box:checked + .label03 { color: #fff; background-color: #0068B7; }
.check_box:checked + .label04 { color: #fff; background-color: #0068B7; }
.check_box:checked + .label05 { color: #fff; background-color: #0068B7; }
.check_box:checked + .label06 { color: #fff; background-color: #0068B7; }
.check_box:checked + .label07 { color: #fff; background-color: #0068B7; }

/*以下隠しメニュー*/
/*全体*/
.hidden_box {
    margin-top: 5vh;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 8px 12px; color: #45b035; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-size: 13px; font-weight: 700; line-height: 20px; border: 1px solid #0068B7; border-radius: 10px;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover { }

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding-top: 4vh; padding-bottom: 10px;
    height: auto;
    opacity: 1;
}



/*全体*/
.hidden_box1 {
    margin-top: 2vw;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box1 label {
    padding: 6px 10px; color: #0068B7; background-color: #fff; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-size: 13px; font-weight: 700; line-height: 18px; border: 1px solid #0068B7; border-radius: 4px;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box1 label:hover { }

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box1 .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*クリックで中身表示*/
.hidden_box1 input:checked ~ .hidden_show {
    padding-top: 2vw;
    height: auto;
    opacity: 1;
}




/*以下セレクト*/
.cp_ipselect {
    overflow: hidden;
    width: 20vw;
    margin: 0;
    text-align: center;
}
.cp_ipselect select {
    width: 20vw;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl04 {
    position: relative;
    border: 1px solid #0068B7;
    border-radius: 4px;
    background: transparent;
}
.cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0068B7;
    pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
    padding: 7px 30px 7px 7px;
    color: #0068B7;
    font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-size: 14px; font-weight: 400; line-height: 26px;
}



.cp_ipselect1 {
    overflow: hidden;
    width: 150px;
    margin: 0;
    text-align: center;
}
.cp_ipselect1 select {
    width: 150px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect1 select::-ms-expand {
    display: none;
}
.cp_ipselect1.cp_sl04 {
    position: relative;
    border: 1px solid #0068B7;
    background: transparent;
}
.cp_ipselect1.cp_sl04::before {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0068B7;
    pointer-events: none;
}
.cp_ipselect1.cp_sl04 select {
    padding: 2px 30px 2px 2px;
    color: #0068B7;
    background-color: transparent;
    font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-feature-settings: "palt"; font-size: 13px; font-weight: 700; line-height: 26px;
}


.flex_select {
    display: flex;
    align-items: center;
}
.kara {
    width: 10%;
    text-align: center;
}

.cp_ipselect2 {
    overflow: hidden;
    width: 130px;
    margin: 0;
    text-align: center;
}
.cp_ipselect2 select {
    width: 130px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect3 {
    display: inline-block;
    overflow: hidden;
    width: 100px;
    margin: 0;
    text-align: center;
}
.cp_ipselect3 select {
    width: 100px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect3 select::-ms-expand, 
.cp_ipselect2 select::-ms-expand {
    display: none;
}
.cp_ipselect3.cp_sl04, 
.cp_ipselect2.cp_sl04 {
    position: relative;
    border: 1px solid #0068B7;
    border-radius: 4px;
    background: transparent;
}
.cp_ipselect3.cp_sl04::before, 
.cp_ipselect2.cp_sl04::before {
    position: absolute;
    top: 0.5vw;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0068B7;
    pointer-events: none;
}
.cp_ipselect3.cp_sl04 select, 
.cp_ipselect2.cp_sl04 select {
    padding: 4px 30px 4px 7px;
    color: #0068B7;
    background-color: #fff;
    font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-size: 14px; font-weight: 700; line-height: 20px;
}
.cp_ipselect3.cp_sl04.fontsize17 select, 
.cp_ipselect2.cp_sl04.fontsize17 select {
    font-size: 17px;
}


/*以下ラジオボタン*/
/*css radio02*/
.radio02-input{
    display: none;
}
.radio02-input + label{
    padding-top: 1px; padding-left: 22px;
    position:relative;
    margin-right: 26px;
    color: #0068B7; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; font-size: 13px; font-weight: 700;
}
.radio02-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #0068B7;
    border-radius: 50%;
}
.radio02-input:checked + label{
    color: #0068B7;
}
.radio02-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #0068B7;
    border-radius: 50%;
}

.radio-wrapper {
    display: inline-block;
    width: 150px;
    padding: 6px 10px; 
    color: #0068B7;
    font-size: 16px; 
    font-weight: 700; 
    white-space: nowrap; 
    line-height: 2;
}
.radio-wrapper-school {
    display: inline-block;
    width: 250px;
    padding: 6px 10px; 
    color: #0068B7;
    font-size: 16px; 
    font-weight: 700; 
    white-space: nowrap; 
    line-height: 2;
}
.radio03-input{
    display: none;
}
.radio03-input + label{
    padding-top: 1px; padding-left: 22px;
    position:relative;
    margin-right: 26px;
    color: #0068B7; font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; 
    font-size: 14px; 
    font-weight: 700;
    cursor: pointer; 
}
.radio03-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #0068B7;
    border-radius: 50%;
    background-color: #fff;
}
.radio03-input:checked + label{
    color: #0068B7;
}
.radio03-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #0068B7;
    border-radius: 50%;
}