@charset "UTF-8";
/* CSS Document */

@import "common.css";

/* SNS POLICY */

.contents-header {
    background: url("../press/images/header-img.jpg") center/cover no-repeat;
    height: 280px;
}
#sns-name, #policy {
    max-width: 1000px;
    width: 86%;
    margin: 60px auto;
    line-height: 1.5;
}
#contents #sns-name h3 {
    text-align: left;
    display: block;
    margin: 40px 0 20px; 
    font-size: 1.6rem;
}
#sns-name dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
#sns-name dt {
    width: 20%;
    margin-bottom: 10px;
}
#sns-name dd {
    width: 80%;
}
#contents #policy h3 {
    text-align: left;
    display: block;
    margin: 40px 0 20px; 
    font-size: 1.4rem;
    border: 1px solid var(--main-color);
    padding: 5px 10px;
}
#contents #policy ul {
    margin-top: 20px;
}
#contents #policy li {
    list-style-type: circle;
    margin-left: 2em;
    margin-bottom: 8px;
}
.date {
    text-align: right;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    
    #sns-name, #policy {
        max-width: 86%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    
    .contents-header h2 {
        margin-bottom: 0;
    }
    #sns-name, #policy {
        max-width: 86%;
        word-break: break-all;
    }
    #sns-name dl {
        margin-left: 0;
        flex-direction: column;
    }
    #sns-name dt {
        width: 100%;
        margin-bottom: 5px;
    }
    #sns-name dd {
        width: 100%;
        margin-bottom: 20px;
    }
}