@charset "utf-8";

/* ====================================
リンク
====================================== */
#linkSe h2 {
    margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
    font-size: 4.0rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
}

.linkArea a {
    display: block;
    padding: 30px 20px;
	border-bottom: 1px solid #cccccc;
    transition: all .3s ease-in-out;
}
@media screen and (min-width:641px) {
    .linkArea a:hover { background-color: #f2f2f2;}
}

.linkSeThumb {
    float: left;
    width: 280px;
}

.linkSeThumb img {
    width: 100%;
    height: auto;
}

.linkSeR {
    float: right;
    width: 730px;
}
@media screen and (max-width:1150px) {
    .linkSeR { width: 66%;}
}

.linkSeR .linkSeRttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
}

.linkSeR .linkSeTxt {
    font-size: 1.6rem;
    line-height: 1.5;
}

.linkSeR .linkSeUrl {
    margin-bottom: 26px;
    line-height: 1.0;
    color: #da2533;
}