@charset "utf-8";

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

.linkArea a {
    display: block;
    padding: 5.3vw 0;
 	border-bottom: 1px solid #cccccc;
   transition: all .3s ease-in-out;
}

.linkAreaHead { margin-bottom: 20px;}

.linkSeThumb {
    float: left;
    width: 40%;
	margin-right: 15px;
}

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

.linkAreaHeadR {
    float: right;
    width: 50%;
}

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

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

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