@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ contents_box　
--------------------------------------------------------------------------------*/
#contents_box {
    padding: 80px 0 50px;
    background-image: url("../common/img/other_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position-x:50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-color: #000;
}
.title_text {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
}
ul.ul05 { padding: 0 0 100px;}
ul.ul05 li {
    width: 20%;
    text-align: center;
    vertical-align: top;
    position: relative;
    font-size: 0;
}
.black_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.85);
}
.black_box .font_gray { color: #aeadad;}
.black_box .font_white { color: #fff;}

.left_box {
    float: left;
    width: 50%;
    padding-right: 2%;
    font-size: 14px;
}
.right_box {
    float: right;
    width: 50%;
    padding-left: 2%;
    font-size: 14px;
}
.left_box .title,
.right_box .title {
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.bg_e {
    background: #fff;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 20px;
}
table { border-top: 1px solid #bfbfbf;}
table tbody tr th {
    width: 15%;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #bfbfbf;
}
table tbody tr td {
    width: 85%;
    padding: 5px 0;
    border-bottom: 1px solid #bfbfbf;
}

ul.link_box { margin-top: 50px;}





/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {

}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

    #contents_box { padding: 30px 0 50px;}
    ul.ul05 { padding: 0 0 50px;}
    ul.ul05 li {
        display: inline-block;
        width: 50%;
    }

    .left_box {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .right_box {
        float: none;
        width: 100%;
        padding: 40px 0 0;
    }

    table tbody tr th {
        display: block;
        width: 100%;
        padding: 5px 0 0;
        border-bottom: none;
    }
    table tbody tr td {
        display: block;
        width: 100%;
        padding: 0 0 5px;
    }

}