@charset "UTF-8";


/* レイアウト */
#bousai2509 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#bousai2509 {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
		line-height: 1.6;
	}
}

/* ---------------- */
/* common */
/* ---------------- */

#bousai2509 h1 {
	margin-top: 0;
}
#bousai2509 .txt a {
	color: #076194;
	text-decoration: underline;
}
#bousai2509 h1 img,#bousai2509 .h1 img {
	vertical-align: bottom;
}
#bousai2509 .text-lg {
	font-size: 1.2em;
}

/* ---------------- */
/* notes-list */
/* ---------------- */
.notes-list {
}
.notes-list li {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.notes-list.txt-indent {
		padding-left: 0;
		text-indent: 0;
	}
}

/* ---------------- */
/* notes-list */
/* ---------------- */
#bousai2509 .arrow-left:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.6em;
    border-color: transparent transparent transparent #eb8602;
}