@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
h2.cms_h2 {
	margin: 0% 0 5% 0;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
	font-size:5vw;
	line-height:1.5em;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
header{
    border-bottom: 1px solid #ff9326;
}
.tag_li_box a {
	border: 1px solid #042455 !important;
	color: #042455 !important;
}
.tag_li_box a:hover {
	background: #042455;
	color: #e5efec;
}
h1{
	width: 100%;
	padding: 3px 0px 3px 5px;
	color: #000;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	text-align: left;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 10px;
}
.footer_wrap {
	margin: 30px 0px 10px 0px;
}
.footer_wrap img {
	display: block;
	margin: auto;
	width: 80%;
}
.footer_wrap p {
	letter-spacing: 2px;
	text-align: center;
	font-size: 3vw;
	margin: 10px 0px 0px 0px;
}
.h_logo_sp{
	margin: 20px 0px 0px 0px;
	>a{
		width: 70%;
		display: block;
		height: auto;
		>img{
			width: 100%;
		}
	}
}


.pankuzu {
	width: 100%;
	color: #666;
	position: relative;
	padding: 0 2%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 10px;
	margin: 4px 0px;
}
.pankuzu div,
.pan_wrap a {
	padding-right: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 17px;
	margin: 2px 0px;
}
.pan_wrap div:after {
	content: ' > ';
	color: 000;
}
.pan_wrap div:last-child:after {
	content: '';
	color: 000;
}
.pan_wrap div:last-child a {
	background: none;
}
.pankuzu a {
	border: 1px solid #006DD9;
	border-radius: 3px;
	background: #F0F8FF;
	display: inline-block;
	padding: 1px 5px;
}
.pan_wrap {
	width: 100%;
	color: #666;
	position: relative;
	padding: 0 2%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 10px;
}
.pan_wrap div {
	padding-right: 0px !important;
}
.pan_wrap div,
.pan_wrap a {
	padding-right: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 17px;
	margin: 2px 0px;
	color: #000;
	text-decoration: none;
}
.pan_wrap a {
	border: 1px solid #006DD9;
	border-radius: 3px;
	background: #F0F8FF;
	display: inline-block;
	padding: 1px 5px;
}
.pan_wrap h2 {
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}
.pan_wrap::-webkit-scrollbar {
	height: 2px;
}
.pan_wrap::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}
.pan_wrap::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}