@charset "UTF-8";
/* shien.css */

/* ----- 支援事業 ----- */
table {
	width: 100%;
	min-width: 1100px !important;
}
tr,
th,
td {
	border: solid 1px #dddede;
}
thead th {
	color: #fff;
	background-color: #808080;
}
section p.small {
	font-size: 12px;
}
/* 支援事業_アコーディオン用レイアウト調整 */
th,
td,
td li,
td p,
td a  {
	line-height: 1.5em;
	font-size: 12px !important;
}
th {
	width: calc(100%/7);
	font-weight: 500;
	color: #fff;
	background-color: #555 !important;
}
td li:before {
	content: "○";
}
td li {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
}
td li:not(:first-of-type) {
	margin-top: 1em;
}
td ul > ul {
	margin-top: 1em;
}
td ul ul li:before {
	content: "・";
}
td ul ul li {
	margin-top: .25em !important;
}
td a  {
	text-decoration: underline;
	word-break: break-all;
}
td a:hover {
	text-decoration: underline;
}
/* uikit */
.uk-accordion {
	margin-top: 0 !important;
}
.uk-accordion .table_wrap {
	width: 100%;
	overflow-x: scroll;
}
.uk-accordion > li > a,
.uk-accordion > li > a:hover {
	color: #000;
}
.uk-accordion h4 {
	font-size: 24px !important;
	line-height: 1em;
	margin-bottom: 20px;
}
.uk-accordion > li {
	margin-top: 0em;
	padding-top:    0;
	padding-bottom: 0;
	border-bottom: 1px solid #c9c9c9;
}
.uk-accordion-title {
	padding-top:    40px;
	padding-bottom: 40px;
}

.uk-accordion > li:first-of-type {
	padding-top: 0;
}
.uk-accordion>:nth-child(n+2) {
	margin-top: 0;
}
.uk-accordion-title:before {
	content: none;
}
/* uk-accordion-icon */
.uk-accordion-title h3 {
	width: 100%;
	font-size: min(2.8vw,28px) !important;
	line-height: 1;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.uk-accordion-content {
	margin-top: 10px;
}
/* ukぷらす */
.dli-plus {
	width:  1em;
	height: 1em;
	display: flex;
	justify-content: center;
	align-self: center;
	position: relative;
	margin-right: 10px;
}
.dli-plus:before,
.dli-plus:after  {
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width:  100%;
	height:  4px;
	align-self: center;
	background: #639595;
	border-radius: inherit;
	transition: transform .1s;
}
.dli-plus::before {
	transform: translateY(-1px);
}
.dli-plus:after   {
	transform: rotate(90deg);
}
/* ukまいなす */
.uk-open .dli-plus:after {
	transform: translateY(-1px) rotate(0deg);
}






/* ----- 利用者の声 ----- */
#sec_supportInfo .card {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #c9c9c9;
	padding: 30px 0;
}
#sec_supportInfo .card:first-of-type {
	border-top: 1px solid #c9c9c9;
}

#sec_supportInfo .img_wrap  {
	width: 165px;
	margin-right: 40px;
}
#sec_supportInfo .cont_wrap {
	width: 100%;
}
#sec_supportInfo .cont_wrap h4,
#sec_supportInfo .cont_wrap dt {
	line-height: 1.5em;
}

#sec_supportInfo .cont_wrap h4 {
	font-size: 18px;
}
#sec_supportInfo .cont_wrap dt {
	font-size: 16px;
}
#sec_supportInfo .cont_wrap dd {
	line-height: 1.5em;
}


@media screen and (max-width:768px) {
	#mv_wrap {
		padding-top: 0 !important;
	}
	h3  {
		font-size: 20px;
	}
	.table_wrap {
		width: 100%;
		overflow-x: scroll;
	}
	.table_wrap table {
		min-width: 600px;
	}
	#sec_supportInfo .img_wrap  {
		margin-right: 20px;
	}
	#sec_supportInfo .cont_wrap h4 {
		font-size: 16px;
	}
	#sec_supportInfo .cont_wrap dt {
		font-size: 14px;
	}
	/* 支援事業_アコーディオン用レイアウト調整 */
	.uk-accordion-title h3 {
		font-size: 18px !important;
	}
	.uk-accordion h4 {
		font-size: 16px !important;
	}
	.uk-accordion {
		margin-top: 30px;
	}
	.uk-accordion-title {
		padding-top:    20px;
		padding-bottom: 20px;
	}
}


@media screen and (max-width:460px) {
	#sec_supportInfo .card {
		flex-wrap: wrap;
	}
	#sec_supportInfo .card .img_wrap  {
		width: 85%;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#sec_supportInfo .card .cont_wrap {
		width: 85%;
		margin-left:  auto;
		margin-right: auto;
	}

}