/* BASIC css start */
.div_page {padding: 0px 0px 0px;background: #eee;}

.tit_box { margin-bottom: 16px; }
.tit_box h1 { font-size: 18px; color:#000; font-weight:500; margin-bottom: 8px; }
.tit_box p { font-size: 13px; color:#000; font-weight:300;  }

.txt_box {
    margin-bottom: 10px;
    padding: 23px 14px;
    background: #fff;
}

.txt_box h1 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.txt_box p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
        line-height: 1.7;
}

.mail_text {     display: inline-block;
    text-decoration: underline; }
    
    
.a_box {}

.a_box .level1 {
    padding: 23px 14px 0;
    margin-bottom: 10px;
    background: #fff;
}

.a_box .level1>a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: block;
}

.a_box .level2 {
    overflow: hidden;
}

.a_box .level2>ul>li {
    width: 50%;
    float: left;
    
}

.a_box .level2>ul>li:last-of-type { margin-bottom:0; }

.a_box .level2>ul {overflow:hidden;border-bottom: 1px solid #ccc;padding: 20px 0;}
.a_box .level2>ul:last-of-type { border-bottom:0; }

.a_box .level2>ul>li>a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.a_box .level2>li>.level3 {
}

.a_box .level2>ul>li .level3 li {
    margin-bottom: 8px;
}

.a_box .level2>ul>li .level3 li:last-of-type { margin-bottom:0; }

.a_box .level2>ul>li .level3 li a {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}   



.a_box .level1.sns_site_list {
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.a_box .level1.sns_site_list>a, .a_box .level1.sns_site_list .level2 {
    width: 20%;
    float: left;
}

.a_box .level1.sns_site_list .level2 {
    float: right;
    width: 80%;
}

.a_box .level1.sns_site_list .level2 .sns_list ul {
    overflow: hidden;
}

.a_box .level1.sns_site_list .level2 .sns_list ul li {
    width: 18px;
    float: right;
    margin-left: 8%;
}

.a_box .level1.sns_site_list .level2 .sns_list ul li img {
    width: 100%;
}

.a_box .level1.sns_site_list .level2 .sns_list ul li:last-of-type {
    margin-right: 0;
}


/* BASIC css end */

