.section_mitumori{
    max-width:600px;
    margin:0 auto;
}
.section_cu{
    background-color: white;
    padding-bottom:20px;
}
#options_select{
    color: #47aad1;
    padding-bottom: .5em;
    border-bottom: 4px double#47aad1;
    text-align: center;
}
.plan_form th{
    width:100px;
    font-size:14px;
    padding:3px;
}
.plan_form td{
    text-align: left;
    padding:10px 20px 0 13px;
}
select{
    font-size:16px;
    padding-right:10px;
}
ul{
    list-style:none;
    padding:0;
}
.plan{
    font-size: 16px;
    text-align: left;
    margin-left: 15px;
    padding-right:0;
}
.supplement{
    font-size:13px;
    text-align: left;
}
.protection dt{
    margin-bottom: .5em;
    padding: .7em 0 .15em 1.5em;
    letter-spacing: 2px;
    border: 2px solid #47aad1;
    border-radius: 2px;
    width:240px;
}
.ho1{
    background-color: rgb(149, 238, 149);
}
.ho2{
    background-color: rgb(161, 207, 238);
}
.ho3{
    background-color: rgb(161, 207, 238);
}

.plan_form th {
    color: #fff;
    background-color: #47aad1;
}

.optchild, .optjunior, .optstudless, .optohenro, .optstudless, .opt4wd {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: .5em;
    width: calc( 50% - 10px);
    border: 1px solid #ccc;
    border-radius: 4px;

}
.optchild img,.optjunior img, .optstudless img, .optohenro img, .optstudless img, .opt4wd img {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 100px;
    height: auto;
}
.yuop222 select{
    border:1px solid #47aad1;
    padding:3px;
    width:60px;
}
.map-guide{
    display:flex;
}
.map-guide li{
    width:25%;
    font-size: 12px;
}
.dddt{
    color:red;
    font-size:11px;
    line-height:normal;
}
.supplep{

    color:rgb(17, 26, 23);
    border-bottom:2px solid #294dc4;
    width:380px;
    text-align: center;
    font-size: 14px;
}
dd{
    font-size: 14px;
    margin:0;
}
dd:nth-child(2n+1){
    margin-bottom:20px;
}



    /* 表示非表示 */
            /*全体*/
            .hidden_box {
                margin: 2em 0;/*前後の余白*/
                padding: 0;
            }

            /*ボタン装飾*/
            .hidden_box label {
                padding:6px;
                border:2px solid #294dc4;
                background-color: greenyellow;
                border-radius: 5px;
                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.8s;
            }

            /*クリックで中身表示*/
            .hidden_box input:checked ~ .hidden_show {
                padding: 10px 0;
                height: auto;
                opacity: 1;
            }
    /* 表示・非表示 */



.step_c{
    width:100%;
    margin:10px auto 0;
    max-width: 600px;
    background-color: dodgerblue;
    text-align: center;
    padding:10px;
    color:white;
    font-size: 1.3em;
}
.step3{
   height:30%;
}
.box221{
    border:0px;
}
.box222{
    border-left:1px solid blue;
    border-right:0;
}
.flex22box{
    border:1px solid blue;
    align-items: center;
}
.onaji{
    display:none;
}
.section_cu{
    max-width: 600px;
    margin:0 auto;
}
.section_cu dl{
        display:flex;
        align-items: center;
        justify-content: center;
    }
.section_cu dt{
    width:12em;
    text-align: right;
}
.section_cu dt,.section_cu dd{
    padding:3px;
}
.section_cu dd input {
    width:400px;
    border-radius: 3px;
    box-shadow: black;
}
textarea {
    width:400px;
}
.hissu{
    display: inline-block;
    padding:2px;
    margin-right:3px;
    border-radius: 4px;
    background-color: red;
    color:white;
    font-size:10px;
}
.nini{
    display: inline-block;
    padding:2px;
    margin-right:3px;
    border-radius: 4px;
    background-color:green;
    color:white;
    font-size:10px;
}


/* 入力エラーのスタイル */
input[type=text]:required,
input[type=tel]:required,
input[type=number]:required,
input[type=email]:required,
input[type=email]:invalid,
textarea:required {
	color: #630015;
	border-color: #deebbb;
	background-color: #eef0db;
}

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=tel]:valid,
input[type=number]:valid,
input[type=email]:valid,
textarea:valid {
	color: #333;
	border-color: #ccc;
	background: #fff;
}

@media screen and (min-width: 800px){
    .section_cu dt,.section_cu dd{
        margin:5px;
    }
}


@media screen and (max-width: 768px){
    .plan_form th, .plan_form td {
        display: block;
        width: 100%;
    }
    .plan_form th {
        position: relative;
        padding: 1em !important;
    }
    .optchild img, .optjunior img, .optstudless img, .optohenro img, .optstudless img, .opt4wd img {
        top: inherit;
        bottom: 10px;
        width: 60px;
        height: auto;
    }
    .optchild, .optjunior, .optstudless, .optohenro, .optstudless, .opt4wd {
        padding-bottom: 0;
    }
    .protection dd{
        font-size: 13px;
    }
    .yuop222 dd{
        font-size: 12px;
    }
    dt{
        font-weight:600;
        font-size:13px;
    }
    .supplep{

        width:100%;
        font-size: 13px;
    }
    .step3{
        height:30%;
     }


}

@media screen and (max-width: 600px){
    .muop td {
        padding:1px;
    }
    .map-guide li{
        font-size:11px;
    }
    .section_cu dd input {
        width:270px;
        border-radius: 3px;
        box-shadow: black;
        margin-right:10px;
    }
    textarea {
        width:270px;
        border-radius: 3px;
        box-shadow: black;
        margin-right:10px;
        font-size: 16px;
    }
}

