@charset "UTF-8";
/* CSS Document */

/* ############################################## */

.contents_title {
	width:695px;
	margin:0px 0px 10px 0px;
}
.sub_title {
	width:695px;
	margin:0px 0px 10px 0px;
}

/* ############################################## */

.contents_001 {
	width:100%;
	margin:0px auto 10px auto;
	position:relative;
}
.contents_001 h4 {
	margin:0px 0px 10px 0px;
}
.contents_001 .ttl_h4_company{
	font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    display: flex;
    align-items: center;
	border-bottom: 1px dashed #333;
	margin: 0.5em;
	padding-bottom: .3em;
}

.contents_001 p {
	margin:0px 0px 10px 10px;
	font-size:12px;
	line-height:18px;
}
.contents_002_img {
	position:absolute;
	top:0px;
	right:0px;
}
.contents_002 {
	width:657px;
	margin:0px auto 20px auto;
	position:relative;
	background:#d4d19a;
	padding:10px 18px;
}
.contents_002 h4 {
	font-size:13px;
	line-height:1;
	font-weight:bold;
	border-bottom:1px dashed #9f8b42;
	margin:0px 0px 5px 0px;
	padding:0px 15px 5px 15px;
}
.contents_002 p {
	font-size:12px;
	line-height:18px;
	padding:0px 15px 0px 15px;
}
.index_img {
	width:691px;
	margin:0px auto 20px auto;
	text-align:center;
}

.index_menu {
	width:327px;
	margin:0px 0px 10px 0px;
}
.index_menu p {
	min-height:88px;
	
}
.index_menu h5 a:link {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.index_menu h5 a:visited {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.index_menu h5 a:hover {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:underline;
}
.index_menu h5 a:active {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:none;
}


@media screen and (min-width:768px) {
	.contents_001 {
		width:693px;
	}
	.index_menu_left {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.link_box{
		margin-right: 15px;
		margin-bottom: 15px;
	}
}
