/* 
===========================================================
■ 八幡平市商工会（一時支援金）
■ Copyright スカヘルネット
■ https://isp.sukaheru.net/
===========================================================*/
.ichiji {
}
.ichiji .box {
	margin-bottom: 50px;
}


.ichiji a {
	text-decoration: underline;
}

/* 日付 ----------------------*/
.ichiji .date {
	margin-bottom: 15px;
}

/* ページタイトル ----------------------*/
.ichiji h2 {
	position: relative;
	border-bottom: 3px solid #008AD5;
	text-align: left;
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	text-shadow: none;
}
.ichiji h2::before {
	position: absolute;
	display: block;
	content: "";
	border-bottom: 3px solid #0FC161;
	bottom: -3px;
	width: 30%;
}
/* 項目タイトル ----------------------*/
.ichiji h3 {
	width: 100%;
	background: #DCF3FF;
	border-left: 5px solid #008AD5;
	padding: 4px 10px 4px 10px;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	text-shadow: none;
	line-height: 1.5;
}
.ichiji h4 {
	width: 100%;
	border-left: 5px solid #0FC161;
	padding: 4px 10px 4px 10px;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	text-shadow: none;
	line-height: 1.5;
}
/* マーク --------------------*/
*[mark]:not(.base-mark) {
	position: relative;
	padding-left: 20px;
}
*[mark]:not(.base-mark)::before {
	position: absolute;
	left: 0;
	content: attr(mark);
}
.base-mark {
	text-indent: -1.25em;
	margin-left: 1.25em;
	text-align: left;
}
.base-mark::before {
	content: attr(mark);
	display: inline-block;
	width: 1.25em;
	text-indent: 0;
}

/* 詳細リンク --------------------*/
.ichiji .detail-link {
	margin: 10px auto 30px;
	text-align: center;
	font-size: 1.5em;
}
.ichiji .detail-link a {
	font-size: 1.2em;
}

/* コメント --------------------*/
.ichiji .com {
	width: 100%;
}
.ichiji *+.com {
	margin-top: 20px;
}
.ichiji .com *+p,
.ichiji .com *+ul,
.ichiji .com *+dl {
	margin-top: 15px;
}
.ichiji .com ul li+li {
	margin-top: 10px;
}

/* チラシイメージ --------------------*/
.ichiji .chirashi {
	margin: 15px auto;
	text-align: center;
}
.ichiji .chirashi img {
	width: 100%;
	height: auto;
}
.ichiji .chirashi figcaption {
	margin-top: 10px;
}
.ichiji .chirashi figcaption a {
	font-size: 1.4em;
}

/* 手順 --------------------*/
.ichiji .process {
	margin-top: 40px;
}
.ichiji .process .ttl {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
}
.ichiji .process dt,
.ichiji .process dd {
	margin-bottom: 25px;
}
.ichiji .process dd {
	padding-left: 35px;
}
.ichiji .process dd li+li {
	margin-top: 10px;
}

/* ダウンロード --------------------*/
.ichiji .download {
	display: flex;
	justify-content: center;
	border-bottom: 1px dashed #666;
	margin-top: 20px;
}
.ichiji .download .inner {
	width: 50%;
	display: flex;
	padding: 0 20px;
}
.ichiji .download .inner figure {
	margin-right: 15px;
}
.ichiji .download .inner .com {
	margin-top: 0;
}
.ichiji .download .inner .com p {
	font-size: 1.05em;
	line-height: 1.8;
}
.ichiji .download .inner .com .dl-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 40px;
	border-radius: 8px;
	background: #008AD5;
	color: #fff;
	text-decoration: none;
}
.ichiji .download .inner .com .dl-btn:hover {
	background: #3ba5de;
}

/* サポート会場 --------------------*/
.ichiji .support-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	border-radius: 8px;
	background: #008AD5;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.ichiji .support-btn:hover {
	background: #3ba5de;
}
.ichiji .support-btn::before {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}
/* その他
----------------------------------------------*/
.red { color: red; }
