
.abutton_style_2s_style_2 {
	margin-bottom: 1em;
	align-items: center;
	display: block;
}

.abutton_style_2s_style_2.one-line {
	flex-wrap: nowrap;
	overflow: auto;
}

.abutton_style_2s_style_2 .abutton_style_2 {
	margin-bottom: .5rem;
	display: inline-block;
}

.abutton_style_2s_style_2 .abutton_style_2:not(:last-child):not(.is-fullwidth) {
	margin-right: .5rem;
}

.abutton_style_2,.btn-download {
	display: inline-flex;
	background-color: #fff;
	border: 1px solid var(--border_color);
	font-size: 14px;
	padding: 5px .75em;
	cursor: pointer;
	justify-content: center;
	text-align: center;
	vertical-align: top;
	align-items: center;
	-webkit-appearance: none;
	white-space: nowrap;
}

.abutton_style_2:hover {
	color: #363636;
	border-color: #b5b5b5;
}

.abutton_style_2[disabled] {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
	cursor: not-allowed;
}

.abutton_style_2 .icon {
	margin-left: calc(-.375em - 1px);
	margin-right: .1875em;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.abutton_style_2.is-fullwidth,.btn-download.is-fullwidth {
	display: block;
	width: 100%;
}

.abutton_style_2.is-small {
	font-size: 13px;
}

.abutton_style_2.is-link,.btn-download.is-link {
	background-color: var(--link_color) ;
	color: #fff;
	border-color: transparent;
}

.abutton_style_2.is-link:hover {
	background-color: var(--link_color);
	color: #fff;
}

.abutton_style_2.is-success,.btn-download,.btn-download.is-success {
	background-color: var(--button_color);
	color: #fff;
	border-color: transparent;
	width: 80%;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.abutton_style_2.is-success:hover {
	background-color: var(--rgb_color_alt);
	color: #fff;
}

.abutton_style_2.is-light {
	background-color: #f5f5f5;
	color: #363636;
	border-color: transparent;
}

.abutton_style_2.is-link:hover {
	background-color: var(--link_color);
	color: #fff;
}

.abutton_style_2 svg.icon-download {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}

@media screen and (min-width:769px),print {
}

@media screen and (min-width:1088px) {
	.is-hidden-desktop {
		display: none!important;
	}

	.column.is-3-desktop {
		flex: none;
		width: 25%;
	}
}

@media screen and (max-width:1087px) {
	.is-desktop-only {
		display: none!important;
	}
}

@media screen and (min-width:1088px) {
}

@media screen and (max-width:768px) {
	.is-hidden-mobile {
		display: none!important;
	}

	.abutton_style_2.is-fullwidth-mobile {
		width: 100%!important;
	}

	.abutton_style_2.is-success-mobile {
		background-color: var(--link_color);
		color: #fff;
		border-color: transparent;
	}

	.abutton_style_2.is-success-mobile:hover {
		background-color: var(--link_color);
		color: #fff;
	}
}

.abutton_style_2.is-large {
	line-height: 23px;
}

.is-hidden {
	display: none!important;
}

.abutton_style_2s_style_2.acategory .abutton_style_2:not(:last-child):not(.is-fullwidth) {
	margin-right: 0;
}

.abutton_style_2s_style_2.acategory .abutton_style_2 {
	width: 50%;
	float: left;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #ededed;
	text-align: left;
	padding: 5px 0;
}

@media screen and (max-width:1088px) {
	.abutton_style_2.is-success, .btn-download.is-success {
		width: 100%;
	}
}

.desc_style_2 a {
	color: var(--link_color);
}

.desc_style_2 img {
	max-width: 80%;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width:1088px) {
	.desc_style_2 {
		padding: 5px;
	}

	.desc_style_2 img {
		width: 100%;
		max-width: 100%;
	}
}

.post-tab_style_2 {
	width: 100%;
	margin: 0 auto;
}

.post-tab_style_2 section {
	position: relative;
	clear: both;
	margin-bottom: 15px;
}

.post-tab_style_2 section div {
	line-height: 1.5em;
	letter-spacing: .3px;
	color: #444;
}

.post-tab_style_2 section div p {
	font-size: 16px;
	line-height: 1.8em;
}

.post-tab_style_2 h2.desc_style_2-title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-tab_style_2 section div h2,.post-tab_style_2 section div h3,.post-tab_style_2 section div h4 {
	padding: 10px 0 10px 0;
}

.post-tab_style_2 section div h2 {
	font-size: 1.8em;
}

.post-tab_style_2 section div h3,.post-tab_style_2 section div h4 {
	font-size: 1.5em;
}

.read-more-state_style_2 {
	display: none;
}

.read-more-target_style_2 {
	max-height: 500px;
	transition: .5s ease;
	overflow: hidden;
}

@media screen and (min-width:1024px) {
	.read-more-target_style_2 {
		max-height: 600px;
	}
}

.read-more-state_style_2:checked~.read-more-wrap_style_2 .read-more-target_style_2 {
	max-height: 999em;
}

.read-more-state_style_2~.read-more-trigger_style_2:before {
	content: var(--read_more);
	border: 1px solid;
	border-radius: 8px;
	padding: 2px 25px 2px 10px;
	background: #fff;
}

.read-more-state_style_2~.read-more-trigger_style_2:after {
	border: solid var(--button_color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: '';
	margin-top: 4px;
	margin-left: -20px;
	position: absolute;
}

.read-more-state_style_2:checked~.read-more-trigger_style_2:before {
	content: var(--collapse);
}

.read-more-state_style_2:checked~.read-more-trigger_style_2:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: 8px;
}

.read-more-trigger_style_2 {
	color: var(--link_color);
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	background-image: linear-gradient(to bottom,transparent,#fff);
	padding-top: 100px;
	padding-bottom: 0;
}

.read-more-state_style_2:checked~.read-more-trigger_style_2 {
	display: block;
	padding-top: 30px;
	position: relative;
}

.h3info_style_2 {
	padding: 8px 0;
	font-size: 1.8em;
}

.app-info-body_style_2>div {
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ededed;
}

.app-info-body_style_2>div div:nth-child(1) {
	width: 40%;
}

.app-info-body_style_2>div div:nth-child(2) {
	width: 60%;
}

.mod_features_style_2 {
	border: 1px solid var(--border_color)!important;
	padding: 10px;
	background: var(--rgb_color);
	margin-top: -1px;
	margin-bottom: -1px;
}

. .desc_style_2 .table-of-contents_style_2 a {
	color: #444;
}

.table-of-contents_style_2 {
	padding: 10px;
	position: relative;
	background: rgba(255,255,255,.95);
	border: 1px solid rgba(201,202,204,.95);
	border-radius: 7px;
	line-height: 1.5em;
}

/* div.read-more-target_style_2 p, div.kontents p {
	margin-bottom: 10px !important;
} */

ol.ol-parent_style_2 {
	max-height: 250px;
	overflow: auto;
}

.table-of-contents_style_2 .toc-headline_style_2 {
	margin-bottom: 0;
	font-size: 1.5rem;
	cursor: pointer;
}

.table-of-contents_style_2 .toggle-toc_style_2 {
	position: absolute;
	top: 1.3rem;
	right: 1rem;
	font-size: 24px;
	cursor: pointer;
	font-weight: 800;
	cursor: pointer;
}

.table-of-contents_style_2 li.li-item>a {
	font-weight: 600;
	text-decoration: none;
}

.table-of-contents_style_2 li a::before {
	padding-right: 8px;
	content: counters(List,".");
}

.table-of-contents_style_2 ol {
	counter-reset: List;
	padding-left: 1rem;
}

.table-of-contents_style_2 ol li {
	counter-increment: List;
	line-height: 2em;
	list-style: none;
}