@charset "utf-8";
/* --------------------------------------------------
user.css
-------------------------------------------------- */

/*
USER
-------------------------------------------------- */
.mainSec {
    padding-bottom:0;
}

.linkList .txt {
    background:#fff;
    padding:10px;
    color:#333;
}

.linkList .linkTit {
    font-size:1.7rem;
    margin-bottom:5px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "メイリオ", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    font-weight:500;
    padding-left:15px;
    position:relative;
    transition:0.5s;
}

.linkList .linkTit:before {
    position:absolute;
    left:0;
    content: "\f105";
    font-family: FontAwesome;
    color:#e9967a;
}

.mainSec p a, .mainSec li a {
    text-decoration: none;
}

.linkList .txt p {
    text-decoration:none;
}

.linkList .span_6 {
    margin-bottom:20px;
    background:#fff;
}

.linkList .span_6 a {
    transition:0.5s;
    display:block;
}

.linkList .span_6 a:hover {
    opacity:0.7;
}

.linkList .span_6:nth-child(5n) {
    margin-left:0;
}

.linkList .span_6 .thumb {
    line-height:0;
}

.linkList .span_6 a:hover .linkTit {
    color:#e9967a;
}

@media only screen and (max-width: 768px) {
    .linkList .linkTit {
        font-size:1.6rem;
        margin-bottom:5px;
    }

    .linkList p {
        font-size:1.3rem;
        line-height:2.1rem;
    }

    .linkList .span_6 {
        width:49%;
        margin-left:0;
    }

    .linkList .span_6:nth-child(odd){
        margin-right:2%;
    }
}

@media only screen and (max-width: 500px) {
    .linkList .linkTit {
        font-size:1.5rem;
    }
}

@media only screen and (max-width: 350px) {
    .linkList .span_6 {
        width:100%;
    }

    .linkList .span_6:nth-child(odd){
        margin-right:0;
    }
}