@charset "UTF-8";
/* 以下追加 */
	#content #main .four_box .workstitle {
		font-size: 16px;
		margin: 0px 0 20px 0;
		text-align: left;
		line-height: normal;
		padding-top: 5px;
		letter-spacing: 1.4px;
		position: relative;
		font-weight: bold;
	}
	#content #main .four_box .workstitle:before{
			content: '';
			position: absolute;
			left: 10px;
			bottom: -10px;
			display: inline-block;
			width: 15px;
			height: 1px;
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #333333;
			border-radius: 2px;
	}
	@media screen and (max-width: 599px){
			#content #main .four_box .workstitle {
					font-size: 12px !important;
					padding-top: 4px !important;
					margin-bottom: 15px;
			}
			#content #main .four_box .workstitle:before{
					bottom: -8px;
			}
	}
	.page-voice-toyama #content #main .products .four_box .workstitle,
	.page-voice-fukui #content #main .products .four_box .workstitle {
			font-size: 15px;
	}

	#content #main .sen.m-type2 {
			position: relative;
			margin-bottom: 20px;
	}
	#content #main .sen.m-type2::after {
			content: '';
			display: block;
			margin: 0 auto;
			height: 60px;
			width: 1px;
			background-color: #333333;
			visibility: initial;
	}
	#content #main .sen.m-type2 img {
			display: block;
			width: 360px;
			height: auto;
			margin: 0 auto 3px;
	}
	#content #main .sen.m-type2 .text {
			display: block;
			font-size: 12px;
			margin: 0 auto 3px;
	}

	#content #main .four_box p.cat {
			font-size: 10px;
			font-weight: normal;
			letter-spacing: .01em;
			line-height: 2;
			margin: 0;
			padding: 0;
	}

	@media screen and (min-width: 900px) {
			.pc_nav li a {
					font-size: 11px;
			}
	}
	@media screen and (min-width: 1200px) {
			.pc_nav li a {
					font-size: 15px;
			}
	}

.top_padd.m-type2 {
	display: flex;
	align-items: center;
}
.top_padd.m-type2 h1 {
	font-size: 10px;
	padding: 0;
	text-align: left;
	line-height: 1.3;
	margin: .5em 0 0 1em;
}
.top_padd.m-type2 span {
	/* display: inline; */
	display: block;
	margin: 0;
}
@media screen and (max-width: 1020px) {
	.top_padd.m-type2 h1 {
		font-size: 10px;
		/* margin: 0 0 0 0.5em; */
	}
	.top_padd.m-type2 span {
	}
}