.atxt a {
	font-weight: 800;
	text-decoration: none;
	color: #86BF30;
	z-index: 1000;
}

.acMenu {
	position: relative;
}

.logo img {
	width: 100%;
	max-width: 250px;
/*	padding-top: 10px;*/
}

body {
	color: #333333;
	font-size: 16px;
}

li {
	cursor: pointer;
	list-style: none;
}

h1 {
	font-size: 1.2em;
	margin-top: 0;
}

.caption{
	background-color: #f5f5f5;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 0.8em;
}

.caption a {
	font-weight: 800;
	text-decoration: none;
	color: #3691ff;
	z-index: 1000;
}

.container {
	margin: 0 auto;
	text-align: center;
}

/*--------------------- jumpmenu01 -----------------*/

#contents_list {
	text-align: center;
}

#contents_list ul li {
	display: inline-block;
	width: 24%;
	text-align: center;
	margin-bottom: 5px;
	height: 50px;
	vertical-align: middle;
	border-radius: 12px;
	background-color: #86BF30;
	line-height: 30px;
}

#contents_list a {
	display: block;
	padding: 10px 0;
	height: 100%;
	color: #ffffff;
}

#contents_list ul li a:hover {
	border: none;
}

#contents_list ul li:hover {
	background-color: #3267df;
}

#contents_list ul li a span {
	background-image: none;
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
	#contents_list ul li {
		width: 49%;
	}
	#contents_list {
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	#contents_list ul li {
		width: 49%;
		font-size: 0.8em;
	}

}

/*---------------------------------------------------------*/

/*----- jumpmenu02 -----

#contents_list ul li {
	display: inline-block;
	width: 24%;
	text-align: center;
	margin-bottom: 5px;
	height: 50px;
	vertical-align: middle;
	border-radius: 12px;
	border: 1px solid #86BF30;
	line-height: 30px;
	box-sizing: border-box;
}

#contents_list a {
	display: block;
	padding: 10px 0;
	height: 100%;
	color: #86BF30;
}

#contents_list ul li a:hover {
	border: none;
	color: #3267df;
}

#contents_list ul li:hover {
	border-color: #3267df;
}

#contents_list ul li a span {
	background-image: none;
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
	#contents_list ul li {
		width: 49%;
	}
	#contents_list {
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	#contents_list ul li {
		width: 49%;
		font-size: 0.8em;
	}

}

---------------------------------------------------------*/




.helpcontainer {
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	display: inline-block;
	width: 80%;
	max-width: 1000px;
}

.faq {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.category00{
	font-weight: 800;
	border-bottom: 1px solid #333333;
	width: 100%;
	display:inline-block;
	cursor: pointer;
	margin:10px 0;
	font-size: 1em;
	color: #86BF30;
	padding: 5px;
	box-sizing: border-box;
/*	padding-top: 40px;*/
}

.subtxt {
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 0;
}

#helpmenu[01-09] {
	margin-top: -40px;
	padding-top: 40px;
}

.category01::before {
	position: absolute;
	right: 1em;
	content: "+";
}

.category01.current01::before {
	position: absolute;
	right: 1em;
	content: "-";
}

.category02 {
	font-weight: 800;
	width: 100%;
	display:inline-block;
	cursor: pointer;
	position: relative;
	font-size: 0.9em;
}

.category02 li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	padding-left: 1em;
}

.category02 li div{
	width: 90%;
	margin-right: 1em;
}


.arrow::before{
	position: absolute;
	right: 1em;
	content: url(../img/icon_arrow_open.png);;
}


.arrow.current02::before {
	position: absolute;
	right: 1em;
	content: url(../img/icon_arrow_close.png);;
}


.category03 {
	background-color: #f5f5f5;
	font-weight: 300;
	line-height: 1.5em;
	padding: 10px;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 0.8em;
}

.contact {
	text-decoration: none !important;
	font-weight: 800;
	color: #86BF30;
}

.formbutton {
	text-align: center;
	margin-bottom: 60px;
	vertical-align: middle;
}

.formbutton img {
	vertical-align: middle;
	padding-right: 10px;
	height: 1.2em;
	width: 1.6em;
}

.formbutton a {
	display: inline-block;
	width: 40%;
	height: 80px;
	background-image: linear-gradient(120deg, #86BF30 0%, #3267df 100%);
	border-radius: 12px;
	color: #ffffff !important;
	font-weight: 800;
	line-height: 80px;
	text-decoration: none !important;
	font-size: 1.2em;
	vertical-align: middle;
}

.copyright {
	font-size: 0.8em;
	text-align: right;
	margin: 20px;
}

ul li img {
	max-width: 250px;
	margin: 10px;
}


@media screen and (max-width: 767px) {

	.helpcontainer {
		padding: 10px;
		width: 100%;
		max-width: 1000px;
		box-sizing: border-box;
	}
	
	.formbutton a {
		width: 80%;
	}
	
	.caption{
		width: 100%;
	}

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/* -----------------------------*/

ul {
	padding: 0px;
	margin: 0 auto;
	width: 100%;
}

	#contents_list ul{
	display: block;
	}

	dd {
		margin-left: 0px;
	}

.c-footerLogo {
	display: flex;
	justify-content: center;
	gap: 20px;
}