@charset "utf-8";

/* ベース
   ============================================================= */
   body {
    /* font-family: "メイリオ", Meiryo, sans-serif; */
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;;
    line-height: 1.5;
}

/* ly_cont
　 ============================================================== */
.ly_cont {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* title
　 ============================================================== */
.title{
    text-align: center;
    margin:30px 0 30px 0;
}

.title h1{
    font-size:28px;
}

/* head_border
　 ============================================================== */
.head_border{
    display: flex;
    align-items: center;
}

.head_border:before,
.head_border:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#808000;
    ;
}

.head_border:before{
    margin-right: 1rem;
}

.head_border:after{
    margin-left: 1rem;
}

/* .area_flex
　 ============================================================== */
.area_flex{
    text-align: center;
}


/* .pic
　 ============================================================== */
.pic{
     text-align: center;
}
.pic img{
    width: 850px;
    border: 1px solid #ccc;    
} 

/* list
　 ============================================================== */
.list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 30px;
}

.list li{
    width:calc(100% / 2);
    padding-bottom: 60px;
}

.list li:last-child{
    padding-bottom: 0px;
}

.list a{
    text-decoration: none;
    color: #000;
}

.list  p{
    font-size: 24px;
    font-weight: 500;
}

.pdf:before{
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    content: url(../../../shahouRenew/pics/others/pdf.png);
}

.list img{
   /* width: 200px; */
    height:300px;
    border: solid 1px #808080;
}

.list img:hover{
    opacity: 0.8;
}


/* toTop
　 ============================================================== */
.toTop {
    text-align: center;
    margin-bottom: 20px;
}