@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

サイトマップ

------------------------------------------------------------ */

/* ページタイトル
---------------------------------------------- */
.pagettl img{width: 34.26vw;}

/* コンテンツ
---------------------------------------------- */
.link_main{
	font-weight: bold;
	font-size: 1.5rem;
	border-bottom: 2px solid #F0F0F0;
	margin-bottom: 25px;
}

.link_main a{
	background: url("../img/ico_arrow04.gif") no-repeat 0 0.25em;
	background-size: 15px;
	display: block;
	color: #333;
	padding: 0 0 10px 22px;
}

.link_main:last-of-type{margin-bottom: 0;}

/*--リスト--*/
.link_list{margin-bottom: 30px;}

.link_list li a{
	background: url("../img/ico_arrow02.png") no-repeat 0 center;
	background-size: 7px;
	padding: 10px 0 10px 20px;
	display: block;
	color: #333;
}




