@charset "utf-8";
/* CSS Document 後続共通css*/
/*基本レイアウト*/
#contents {}
#main {
	width: 100%;
	margin-top: -60px;
	padding-top: 60px;
}
.imgarea {
	text-align: center;
	line-height: 0;
}
.imgarea img {}
/*本文マージン*/
#contents .margin0 {
	margin-bottom: 0px !important;
}
#contents .margin10 {
	margin-bottom: 10px !important;
}
#contents .margin20 {
	margin-bottom: 20px !important;
}
#contents .margin30 {
	margin-bottom: 30px !important;
}
#contents .margin40 {
	margin-bottom: 40px !important;
}
#contents .margin50 {
	margin-bottom: 50px !important;
}
#contents .margin60 {
	margin-bottom: 60px !important;
}
#contents .margin70 {
	margin-bottom: 70px !important;
}
#contents .margin80 {
	margin-bottom: 80px !important;
}
#contents .margin90 {
	margin-bottom: 90px !important;
}
#contents .margin1em {
	margin-bottom: 1em !important;
}
#contents .margin2em {
	margin-bottom: 2em !important;
}
#contents .margin3em {
	margin-bottom: 3em !important;
}
#contents .margin4em {
	margin-bottom: 4em !important;
}
#contents .margin5em {
	margin-bottom: 5em !important;
}
#contents .margin6em {
	margin-bottom: 6em !important;
}
#contents .margin7em {
	margin-bottom: 7em !important;
}
#contents .margin8em {
	margin-bottom: 8em !important;
}
#contents .margin9em {
	margin-bottom: 9em !important;
}
/*セクション*/
#main section {
	padding: 60px 0;
}
#main section inside {
	margin: 0 auto;
}
#main p {
	margin-bottom: 1em;
}
#main p:last-child {
	margin-bottom: 0;
}
/*本文内各種パーツ***********************/
/*リスト*/
#main ul {
	margin-bottom: 1em;
}
#main ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 2.0em;
}
#main ol {
	list-style-position: outside;
	margin-left: 2.0em;
	margin-bottom: 1em;
}
#main ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0;
}
#main .application_area ol {
	counter-reset: my-counter;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#main .application_area ol li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
#main .application_area ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	position: absolute;
	top: 4px;
	line-height: 20px;
	margin-left: -26px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: solid 1px #000;
}
/*リンク*/
#main .link {
	position: relative;
	padding-right: 1.2em;
}
#main .link::after {
	position: absolute;
	content: "＞";
	top: -8%;
	right: 0;
	color: #b16c25;
}
#main .pdf {
	position: relative;
	margin-right: 20px;
	padding-left: 1em;
}
#main .pdf::before {
	position: absolute;
	content: url(../images/arr04.png);
	top: 0%;
	left: 0;
	color: #2e90c3;
}
#main .pdf::after {
	position: absolute;
	content: url(../images/pdficon_small.png);
	bottom: -5px;
	right: -17px;
}
#main .back {
	position: relative;
	color: #231815;
}
#main .back::before {
	position: absolute;
	content: url(../images/arr03.png);
	top: 0%;
	left: -18px;
}
/*テーブル**********************************************/
#main table {
	margin: 0 auto 0 auto;
	width: 800px;
	border-top: none;
	border-left: none;
	border-spacing: 0;
	border-collapse: collapse;
}
#main table th {
	padding: 10px 25px 20px 25px;
	width: 20%;
	border-right: none;
	border-bottom: none;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#main table td {
	padding: 10px 25px 20px 25px;
	width: 80%;
	border-right: none;
	border-bottom: none;
	vertical-align: top;
}
#main table th.center, #main table td.center {
	text-align: center;
}
#main table th.left, #main table td.left {
	text-align: left;
}
#main table th.right, #main table td.right {
	text-align: right;
}
#main table caption {
	margin-bottom: 8px;
	padding-left: 25px;
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#main table table th {
	text-align: center;
}
#main table table td {
	width: auto;
}
#main table table td:nth-child(2), #main table table td:nth-child(4) {
	text-align: right;
}
#main table table td:nth-child(3) {
	text-align: center;
}
#main table table td.total {
	text-align: right;
	font-size: 2.5rem;
}
/*共通***********************/
#main .inside {
	width: 1000px;
	margin: 0 auto;
}
#main h2 {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	height: 50px;
	margin-bottom: 50px;
	padding-left: 35px;
	background-color: #947eb8;
	border-radius: 25px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1;
}
#main h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
#main h4 {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
}
#main .color01 {
	background-color: #f2f2f2;
}
#main section.color02 {
	background-color: #ffecb3;
}
#main section .box .tit {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.4rem;
}
#main section .box .cate {
	line-height: 0;
	margin-bottom: 8px;
}
#main section .box .name {
	font-size: 1.8rem;
	line-height: 1.7;
}
#main section .box .photo {
	line-height: 1;
}
#main section .detail_btn {
	width: 100%;
	margin-top: 5px;
}
#main section .detail_btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 30px;
	padding: 2px 10px 3px 10px;
	background-color: #947eb8;
	border-radius: 20px;
	color: #fff;
	line-height: 0.8;
}
#main section .detail_btn a:hover {
	text-decoration: none;
	opacity: 0.85;
}
#main section .detail_btn a:after {
	content: url("../images/arr_detail.png");
	position: absolute;
	right: 4px;
	top: 8px;
}
#main section.bg {
	height: 120px;
	background-position: center center;
	background-size: cover;
}
/*メインビジュアル***********************/
.mainvisual {
	padding: 40px 0;
	line-height: 0;
	text-align: center;
	border-bottom: solid 10px #139a74;
}
/*リード文*/
#main section.lead_area {}
#main section.lead_area .inside {
	width: 1000px;
	margin: 0 auto;
}
/*基本*/
#main section {}
#main section .inside {
	width: 1000px;
}
#main section .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main section .box {
	width: 48%;
	margin-bottom: 35px;
	padding: 25px;
	background-color: #fff;
	flex-wrap: wrap;
}
#main section .box .detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
#main section .box.wide {
	width: 100%;
}
#main section .box_area .box .txt_area {
}
#main section .box_area .box .tit {
	width: 100%;
	margin-bottom: 25px;
}

