@charset "utf-8";

.infl_lead {
	font-size: 14px;
}

.infl_inner {
	margin: 0 0 0 25px;
}
.infl_inner a {
	color: #cc0000;
	text-decoration: underline;
}
.infl_inner a:hover {
	color: #000;
}
.infl_mt05 {
	margin-top: 5px;
}
.infl_mt10 {
	margin-top: 10px;
}
.infl_mt15 {
	margin-top: 15px;
}
.infl_mt20 {
	margin-top: 20px;
}
.infl_mt30 {
	margin-top: 30px;
}
.infl_mt40 {
	margin-top: 40px;
}

._orange {
	color: #ff6600;
}
.t-indent-1em {
	text-indent: 1em;
}
.t-indent-2em {
	text-indent: -.5em;
	padding-left: 1.5em;
}

.t-c {
	text-align: center;
}
.t-under {
	text-decoration: underline;
}

/* ttl */
.infl_ttl-01 {
	font-size: 18px;
	font-weight: bold;
	/* background-color: #fffdf1; */
	border-radius: 10px;
	padding: 10px 15px 15px 40px;
	background:url(../_img/common/line01.svg) repeat-x 0 bottom;
	background-size: 10px auto;
	position: relative;
}
.infl_ttl-01::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 100%;
	background:url(../_img/common/icon01.png) no-repeat 0 0;
	background-size: 24px auto;
}

.infl_ttl-02 {
	font-size: 18px;
	font-weight: bold;
	/* background-color: #fffdf1; */
	border-radius: 10px;
	padding: 10px 15px 15px 40px;
	background:url(../_img/common/line02.svg) repeat-x 0 bottom;
	background-size: 10px auto;
	position: relative;
}
.infl_ttl-02::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 30px;
	height: 100%;
	background:url(../_img/common/icon02.png) no-repeat 0 0;
	background-size: 30px auto;
}
/* .infl_ttl-01 span{
	font-size: 12px;
	padding-right: 10px;
	color: #266800;
} */
.infl_ttl-01 em {
	font-size: 13px;
	font-style: normal;
}

/* txt */
.infl_txt-14 {
	font-size: 14px;
}
.infl_txt-16 {
	font-size: 16px;
}

.calendar {
	overflow: hidden;
}

/* _flex */
._flex {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
._flex .img01 {
	margin-right: 20px;
}


.infl_list li {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.infl_list li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '●';
	color: #266800;
	font-size: 10px;
}
.infl_list--02 li {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.infl_list--02 li::before {
	content: '';
	position: absolute;
	left: -15px;
    top: -3px;
    width: 30px;
    height: 100%;
    background: url(../_img/common/check_mark.svg) no-repeat 0 0;
    background-size: 30px auto;
}
