/*
top.css 
indexで使用される個別CSS
*/


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

	ライセンス

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

#content_section {
    background: #EEE;
}

.license_container {
    padding: 80px 40px;
    min-height: calc(100vh - 300px);
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 1px;
    background: #FEFDFF;
}

.license_section .title_L {
    width: 350px;
}

.license_section .title_L img {
    padding-bottom: 10px;
}

.licenselist_container {
    padding-top: 60px;
}

.licenselist_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.licenselist_inner {
    width: 50%;
    margin: 10px;
    border: 1px solid #D8D8D8;
}

.licenselist_head {
    background: #D8D8D8;
    padding: 10px 0;
    text-align: center;
}

.licenselink_container {
    padding: 0 20px;
    background: #FFF;
}

.licenselink_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.licenselink_wrapper:nth-child(2) {
    border-top: 1px solid #CCC;
}

.licenselink_inner {
    padding: 20px;
    font-size: 14px;
}

.licenselink_inner a {
    display: block;
    color: #A52180;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.licenselink_inner a + a {
    margin-top: 10px;
}

.link_source:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../support/images/icon_source.png);
    background-size: 100% 100%;
    margin-right: 5px;
}

.link_credits:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../support/images/icon_credits.png);
    background-size: 100% 100%;
    margin-right: 5px;
}

@media screen and (max-width: 960px) {
    .license_section {
        padding: 50px 20px;
    }
    .license_section .title_L {
        width: 200px;
    }
    .license_container {
        padding: 50px 0 10px;
        font-size: 12px;
    }
    .licenselist_container {
        padding-top: 30px;
    }
    .licenselist_wrapper {
        display: block;
    }
    .licenselist_inner {
        width: auto;
    }
}

.license_title {
    font-size: 24px;
    font-weight: bold;
}

.license_main {
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .license_title {
        font-size: 18px;
        font-weight: bold;
    }
}