@charset "UTF-8";


/* =========================================================

 Add CSS
 
========================================================= */

div.comingsoon {
    max-width: 500px;
    margin: 100px auto;
    text-align: center;
}
div.comingsoon h3 {
    font-size: 2em;
    font-weight: bold;
}
div.comingsoon p {
    text-align: center;
}

.close {
    pointer-events: none;
    opacity: 0.5;
}
.margin_zero {
    margin: 0 !important;
}
.margin_top10 {
    margin-top: 10px !important;
    display: block !important;
}
.margin_top20 {
    margin-top: 20px !important;
    display: block !important;
}

/* ------------------
 /information/
------------------*/


div.category_select {
    margin: 50px auto 20px;
}
div.category_select ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style-type: none;
}
div.category_select ul li {
    width: 400px;
    margin: 0 20px 30px;
    text-align: center;
 }
div.category_select ul li dl {
    border: solid 1px #000;
}
div.category_select ul li dl dt {
    padding: 30px 0;
    font-size: 2em;
    font-weight: bold;
    background: #1B1464;
    color: #fff;
}
div.category_select ul li dl dd {
    padding: 50px 0;
}

.jwaver_info_detail dl {
    margin: 0;
}

.jwaver_info_detail dl dt {}
.jwaver_info_detail dl dd {
    margin-left: 20px;
}


div.infobox {
    background: #d5d2d5;
    padding: 20px;
}

div.resumeDL {
    max-width: 310px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
div.resumeDL p {
    color: #fff;
}

dl.detail_section {
    margin-top: 25px;
}

/* list-style */

ul.list-none,ul.list-dot,ul.list-add {
    margin: 6px 0;
    margin-left: 0.5em;
    list-style: none;
    line-height: 1.5em;
}
ul.list-dot,ul.list-add {
    padding-left: 1.5em;
}

ul.list-none li {
    list-style-type: none;
    margin: 6px 0;
}
ul.list-dot li {
    list-style-type: disc;
    margin: 5px 0;
}
ul.list-add li {
    list-style-type: none;
    text-indent: -20px;
    margin-left: 0px;
}
ul.list-add li::before {
    content: "※";
    margin-right: 0.5em;
}

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

    .jwaver_info_detail dl dd {
        margin-left: 5px;
    }


}

