@charset "utf-8";



#maincontent .kv h1{
    background-image: url("img/kv_mark.png");
}



@media print,screen and (min-width: 769px) {



/*
    #maincontent .section h2{
        background-image: url("../common/img/page_bullet.png");
        -webkit-background-size: 10px 4px;
        background-size: 10px 4px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 40px;
    }
*/


    #info .box{
        border-top: 4px #e59a36 solid;
        border-bottom: 4px #e59a36 solid;
        padding-left: 120px;
    }

    #info table th{
        white-space: nowrap;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 2px #e59a36 solid;
        font-weight: bold;
        vertical-align: middle;
        padding-right: 30px;
    }

    #info table td{
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 2px #e59a36 solid;
        vertical-align: middle;
        line-height: 1.75em;
    }

    #info table tr:last-child th,#info table tr:last-child td{
        border-bottom: 0;
    }

    #info .cap{
       font-size: 80%;
    }


    #schedule .boxes{
        background-image: url("img/step_arrow_l.png");
        background-repeat: no-repeat;
        background-position: 30px bottom;
    }

    #schedule .box{
        width: 800px;
        margin-left: auto;
        background-color: rgba(10,31,75,0.1);
        padding: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items:center ;
    }
    #schedule .box .step{
        font-weight: bold;
        padding-right: 50px;
    }

    #schedule .box h3{
        font-weight: bold;
        font-size: 110%;
    }
    #schedule .box .body{
        margin-top: 10px;
    }


    #schedule .arrow{
        margin-top: 10px;
        margin-bottom: 10px;
       background-image: url("img/step_arrow.png");
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-left: 200px;
        width: calc(34px / 2);
        height: calc(18px / 2);
    }

    #schedule .cap{
        margin-top: 20px;
        font-size: 80%;
        margin-left: 160px;
    }



    #welfare .boxes .box{
        width: 270px;
        margin-bottom: 30px;
    }

    #welfare .boxes .box .num{
        font-weight: bold;
        border-bottom: 2px #e59a36 solid;
        padding-bottom: 5px;
    }


    #welfare .boxes .box h3{
        margin-top: 10px;
        font-size: 110%;
        font-weight: bold;
    }

    #welfare .boxes .box .body{
        margin-top: 10px;
    }





    #welfare .boxes .grp1{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;

    }


    #welfare .boxes .grp2{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:space-between;

    }

    #welfare .boxes .grp2 .right{
        width: 620px;
    }
  
    #welfare .boxes .grp2 .right .flex{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:space-between;
    }
    
    #welfare .boxes .grp2 .right .flex .image{
        width: 290px;
        margin-bottom: 40px;
    }
    
    #welfare .boxes .grp2 .right .flex .cap{
        margin-top: 10px;
        text-align: right;
        font-size: 80%;
    }






    #faq .boxes{
/*
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
*/
    }

    #faq .boxes .box{
        background-image: url("img/faq_burret.png");
        background-repeat: no-repeat;
        background-position: left top;
        -webkit-background-size: 10px 5px;
        background-size: 10px 5px;
/*        width: 270px;*/
        margin-bottom: 60px;
        padding-top: 20px;
    }
    #faq .boxes .box h3{
        font-weight: bold;
        font-size: 110%;
    }


    #faq .boxes .box .body{
        margin-top: 20px;
        line-height: 1.75em;
    }



    #faq .boxes .box .body .bld{
        font-weight: bold;
    }

    #faq .boxes .box .body ul{
        margin-left: 2em;
        margin-top: 20px;
    }
    #faq .boxes .box .body ul li{
        margin-top: 10px;
    }




}

@media screen and (min-width: 769px) and (max-height: 600px) {



}


@media only screen and (max-width: 768px) {



/*
    #maincontent .section h2{

        background-image: url("../common/img/page_bullet.png");
        -webkit-background-size: 10px 4px;
        background-size: 10px 4px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
    }
*/



    #info .box{
        border-top: 4px #e59a36 solid;
        border-bottom: 4px #e59a36 solid;
    }

    #info table th{
        white-space: nowrap;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px #e59a36 solid;
        font-weight: bold;
        vertical-align: middle;
        padding-right: 15px;
        font-size: 90%;
    }

    #info table td{
        padding-top: 15px;
        padding-bottom:15px;
        border-bottom: 2px #e59a36 solid;
        vertical-align: middle;
        line-height: 1.5em;
        font-size: 80%;
        word-break: break-all;
        word-wrap: break-word;
    }

    #info table tr:last-child th,#info table tr:last-child td{
        border-bottom: 0;
    }

    #info .cap{
        font-size: 80%;
    }


    #schedule .boxes{

    }

    #schedule .box{
        margin-left: auto;
        background-color: rgba(10,31,75,0.1);
        padding:15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items:center ;
    }
    #schedule .box .step{
        font-weight: bold;
        padding-right: 20px;
        font-size: 80%;
    }

    #schedule .box h3{
        font-weight: bold;
        font-size: 90%;
    }
    #schedule .box .body{
        margin-top: 10px;
        font-size: 80%;
        line-height: 1.5em;
    }


    #schedule .arrow{
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: url("img/step_arrow.png");
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-left: 20px;
        width: calc(34px / 2);
        height: calc(18px / 2);
    }

    #schedule .cap{
        margin-top: 10px;
        font-size: 70%;
        line-height: 1.5em;
    }



    #welfare .boxes .box{
        margin-bottom: 20px;
    }

    #welfare .boxes .box .num{
        font-weight: bold;
        border-bottom: 2px #e59a36 solid;
        padding-bottom: 5px;
        font-size: 90%;
    }


    #welfare .boxes .box h3{
        margin-top: 5px;
        font-size: 90%;
        font-weight: bold;
    }

    #welfare .boxes .box .body{
        margin-top: 5px;
        font-size: 80%;
        line-height: 1.5em;
    }

    #welfare .boxes .grp2 .right .flex{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:space-between;
        -ms-align-items:flex-start  ;
        align-items:flex-start ;
    }

    #welfare .boxes .grp2 .right .image{
        margin-bottom: 20px;
    }
    #welfare .boxes .grp2 .right .flex .image{
        width: calc(50% - 5px);
    }

    #welfare .boxes .grp2 .right .cap{
       font-size: 70%;
        text-align: right;
        margin-top: 5px;
        line-height: 1.3em;
    }

    







    #faq .boxes .box{
        background-image: url("img/faq_burret.png");
        background-repeat: no-repeat;
        background-position: left top;
        -webkit-background-size: 5px 3px;
        background-size:  5px 3px;
        margin-bottom: 20px;
        padding-top: 8px;
    }
    #faq .boxes .box h3{
        font-weight: bold;
        font-size: 90%;
    }


    #faq .boxes .box .body{
        margin-top: 20px;
        line-height: 1.5em;
        font-size: 80%;
    }

    #faq .boxes .box .body .bld{
        font-weight: bold;
    }

    #faq .boxes .box .body ul{
        margin-left: 1em;
        margin-top: 20px;
    }
    #faq .boxes .box .body ul li{
        margin-top: 10px;
    }


}
