.visual{
    margin-bottom: 0;
}

/*メインコンテンツ*/
main #MENU{
    padding: 0 0 70px;
    margin-top: 70px;
}
#MENU dl{
    width: 592px;
    margin: auto;
    line-height: 40px;
}
#MENU dt{
    float: left;
    clear: both;
    text-align: left;
}
#MENU dd{
    text-align: right;
    border-bottom: #cca83d dashed 1px;
}
.top{
    border-top: #cca83d dashed 1px;
}
.kome{
    line-height: normal;
    font-size: 14px;
}
.kome::before{
    content: "\0274a";
    margin-left: 4px;
}
.kome .block{
    margin-left: 1em;
}
.height{
    height: 7em;
    padding-bottom: 0.5em;
}

.under{
    display: inline-block;
    margin-top: 5em;
}

.under3{
    display: inline-block;
    margin-top: 2em;
}
.wrap{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-top: 60px;
}
#MENU figure{
    background-color: #fff; 
    border: 1px solid #ccc; 
    padding: 10px; 
    margin-bottom: 60px; 
    box-shadow: 0 10px 8px -6px #bebebe; 
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
}
#MENU figure img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
}
#MENU figcaption{
    font-size: 15px;
    padding-top: 10px; 
    text-align: center;
}
h3{
    margin: 50px 0;
}
main ul{
    width: 82%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
main li::before,main li::after{
    content: url(../images/icon_sikaku.png);
    width: 13px;
    height: 20px;
    padding-right: 5px;
    vertical-align: sub;
}
.air{
    width: 30%;
    margin: auto;
    margin-top: 30px;
}
.air img{
    max-width: 100%;
    height: auto;
}
/*-------------------レスポンシブ882以下--------------------*/
@media screen and (max-width:882px){
    .visual{
        line-height: 35px;
    }
    #MENU dl{
        width: 80%;
    }
    .kome .res_block{
        margin-left: 1em;
    }
    .height{
        height: 10em;
    }
    .res_height{
        height: 4em;
        padding-bottom: 0.5em;
    }
    .under{
        margin-top: 8em;
    }
    .under2{
        display: inline-block;
        margin-top: 2em;
    }
}

/*-------------------レスポンシブ スマホ　600以下--------------------*/
@media screen and (max-width:600px){
    .visual{
        line-height: 23px;
    }
    #MENU dt{
        float: none;
    }
    .top{
        border: none;
    }
    .res_top{
        border-top: #cca83d dashed 1px;
    }
    .height,.res_height{
        height: auto;
        padding-bottom: 0;
    }
    .under,.under2,.under3{
        margin-top: 0;
    }
    #MENU dl{
        width: 300px;
    }
    #MENU .flex.wrap{
        display: block;
    }
    #MENU figure{
        width: 80%;
        padding: 10px 5px;
    }    
    #MENU .flex.wrap.res_wrap{
        display: flex;
    }
    #MENU .res_wrap figure{
        width: 48%;
    }
    #MENU figcaption{
        font-size: 14px;
    }
    main ul{
       width: 280px;
       margin: auto;
       margin-bottom: 20px;
       text-align: left;
    }
    main li::after{
        content: none;
    }
    main li::before{
        content: none;
        content: url(../images/icon_link_yellow.png);   
    } 
    main ul li .res2_block{
        display: block;
        margin-left: 2em;
    }   
    .air{
        width: 70%;
    }
}