.w_icon {
	width: 15px;
	height: 15px;
}

a {
    text-decoration: none;
}

/* ヘッダ部固定 */
.img_title_png{
    top: 0;
	width: 100%; 
  	height: 100%; 
	text-align: center;
	position:sticky;
	z-index: 99;
}

@media (max-width: 1100px) {
	.address_m {
		display: flex; /*横並び*/
		transform: translate(5%,0%);
	}
}
@media (min-width: 1101px) {
	.address_m {
		display: flex; /*横並び*/
		transform: translate(20%,0%);
	}
}

@media (max-width: 1100px) {
	.address_m .img_title_posi {
		width: 200px; /*アイコンはサイズ固定であるべき*/
	}
}
@media (min-width: 1101px) {
	.address_m .img_title_posi {
		width: 250px; /*アイコンはサイズ固定であるべき*/
	}
}

.img_icon{
	width: 100%; 
	height: 100%;
}
.address_m .address_h {
	margin: 8px 0 0 20px;
	padding: 0;
	text-align: left;
    color: #737373;
    font-weight:normal;
}

/* 目次 */
.mokuzi_header{
	/*background-color: #fffcd8; 元色*/
	/*background-color: #FFFCE4;*/
	background-color: #FDF279;
	width: 100%;
	text-align: center;
	z-index: 51;
}
.mokuzi_ul{
	margin:0;
	overflow:hidden;
	list-style:none;
	/* z-index: 20; */
	z-index: 9999;
}

@media (max-width: 1100px) {
	.mokuzi_ul li {
		display: inline-block;
		padding: 1% 1% 1% 1%;

		font-size: larger;
	}
}
@media (min-width: 1101px) {
	.mokuzi_ul li {
		display: inline-block;
		padding: 0% 1% 1% 1%;
	}
}
a {
    text-decoration: none;
    color: #000000; /*文字色*/
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
