@charset "UTF-8";


/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cate_list {
	margin-bottom: 80px;
	text-align: center;
}
.cate_list li {
	display: inline-block;
	width: 200px;
	margin: 0 20px;
}
.cate_list li a {
	display: block;
	width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
	font-weight: 500;
    color: #119bf7;
    text-align: center;
    border: 1px solid #119bf7;
	border-radius: 8px;
    position: relative;
}
.cate_list li a::after {
	display: block;
    content: '';
    width: 0;
	height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
	margin-top: -5px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #119bf7;
	z-index: 1;
}
.cate_list li a:hover {
	opacity: .7;
}

.para {
	margin-bottom: 60px;
}
.ttl {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #119bf7;
	padding-left: 20px;
	margin-bottom: 20px;
}
.qa_wrap .item {
	margin-bottom: 20px;
}
.qa_wrap .item .item_q {
	padding: 10px 60px;
	background: #f4f5fb;
    position: relative;
    cursor: pointer;
}
.qa_wrap .item .item_q::before {
	position: absolute;
    top: 8px;
    left: 10px;
    width: 34px;
    height: 34px;
    display: block;
    content: '';
    background-image: url(../img/icon_q.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.qa_wrap .item .item_q::after {
	display: block;
    content: '';
    width: 0;
	height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
	margin-top: -5px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #65d3e9 transparent transparent transparent;
	z-index: 1;
}
.qa_wrap .item .item_q.acc_active::after {
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #65d3e9 transparent;
}
.qa_wrap .item .item_q .text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}
.qa_wrap .item .item_a {
	padding: 10px 20px 10px 60px;
    margin-top: 5px;
    display: none;
}
.qa_wrap .item .item_a .text {
	font-size: 16px;
}
.qa_wrap .item .item_a .text a {
	color: #333;
	text-decoration: underline;
	line-height: 1.6;
}
.qa_wrap .item .item_a .text a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.cate_list {
	margin-bottom: 50px;
}
.cate_list li {
	width: 180px;
    margin: 0 10px;
}
}
@media screen and (max-width: 767px) {
.cate_list {
	margin-bottom: 15px;
	text-align: left;
}
.cate_list li {
	width: 45%;
    margin: 0 2% 3%;
}
.cate_list li a {
	height: 32px;
	line-height: 32px;
	font-size: 11px;
}
.cate_list li a::after {
	border-width: 5px 0 5px 5px;
}
.ttl {
	font-size: 15px;
	padding: 4px 20px;
}
.qa_wrap .item {
	margin-bottom: 15px;
}
.qa_wrap .item .item_q {
	padding: 10px 35px 10px 50px;
}
.qa_wrap .item .item_q::before {
	top: 8px;
    left: 5px;
    width: 31px;
    height: 31px;
}
.qa_wrap .item .item_q::after {
	border-width: 7px 7px 0 7px;
}
.qa_wrap .item .item_q.acc_active::after {
	border-width: 0 7px 7px 7px;
}
.qa_wrap .item .item_q .text {
	font-size: 14px;
}
.qa_wrap .item .item_a {
	padding: 7px 10px 7px 12px;
}
.qa_wrap .item .item_a .text {
	font-size: 14px;
}
.qa_wrap .item .item_a .text a:hover {
	text-decoration: underline;
}
}



.dl_typ_1 dt {
	float: left;
}
.dl_typ_1 dd {
	margin-left: 7em;
}
.dl_typ_2 dt {
	float: left;
}
.dl_typ_2 dd {
	margin-left: 7em;
}
