@charset "utf-8";

/* link */

/* contents
----------------------------------------- */
.link-cont {
	margin: 40px 0 70px;
}

.link-body  {
	margin-bottom: 120px;
	padding: 0 30px;
}
.link-category-sec {
	margin-bottom: 110px;
}
.link-category-sec:last-child {
	margin-bottom: 0;
}
.link-category-sec_ttl {
	margin-bottom: 45px;
	font-size: 15px;
	letter-spacing: 0.2em;
}
.link-list {
}
.link-list li {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DCDCDC;
}
.link-list_num {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 11px;
}
.link-list_name {
	margin-bottom: 8px;
	padding-left: 32px;
	font-size: 13px;
}
.link-list_url {
	margin-bottom: 18px;
	padding-right: 20px;
	word-break: break-all;
	line-height: 1.4;
}
.link-list_url a {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-decoration: underline;
}
.link-list_text {
	font-size: 12px;
}


























/* tablet 600px - 799px */
@media only screen and (min-width: 600px) {

/* contents
----------------------------------------- */
.link-cont {
	margin: 40px 0 120px;
}

.link-body  {
	margin-bottom: 150px;
	padding: 0 90px;
}
.link-category-sec {
	margin-bottom: 110px;
}
.link-category-sec:last-child {
	margin-bottom: 0;
}
.link-category-sec_ttl {
	margin-bottom: 45px;
	font-size: 17px;
	letter-spacing: 0.2em;
}
.link-list {
}
.link-list li {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DCDCDC;
}
.link-list_num {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.link-list_name {
	margin-bottom: 14px;
	padding-left: 30px;
	font-size: 14px;
}
.link-list_url {
	margin-bottom: 22px;
	word-break: break-all;
	line-height: 1.5;
}
.link-list_url a {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-decoration: underline;
}
.link-list_text {
	font-size: 13px;
	line-height: 2.0;
}

} /* tablet end */




































/* PC 800px - */
@media only screen and (min-width: 800px) {

/* contents
----------------------------------------- */
.link-cont {
	margin: 80px 0 240px;
}

.link-body  {
	max-width: 1000px;
	margin: 0 auto 200px;
	padding: 0 50px;
}
.link-category-sec {
	margin-bottom: 110px;
}
.link-category-sec:last-child {
	margin-bottom: 0;
}
.link-category-sec_ttl {
	margin-bottom: 45px;
	font-size: 15px;
	letter-spacing: 0.2em;
}
.link-list {
}
.link-list li {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #DCDCDC;
}
.link-list_num {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -25px;
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.link-list_name {
	width: 25%;
	margin: 0;
	padding: 0 20px 0 60px;
	font-size: 13px;
}
.link-list_url {
	display: block;
	box-sizing: border-box;
	width: 30%;
	margin-bottom: 0;
	word-break: break-all;
	line-height: 1.2;
}
.link-list_url a {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-decoration: underline;
}
.link-list_url a:hover {
	text-decoration: none;
}
.link-list_text {
	width: 45%;
	font-size: 11px;
	line-height: 2.0;
}


} /* PC end */


