@charset "utf-8";
.contents_nv .cnt_nv_lst.cnt_nv_lst--7 li:nth-of-type(4) {
    border-bottom: 1px solid #fff;
    border-right: none;
    outline: 1px solid #c9c9c9;
}
.contents_nv .cnt_nv_lst.cnt_nv_lst--7 {
    border-right: 1px solid #c9c9c9;
}
.faq__list dl {
    margin: 0 auto;
}
.faq__list dl {
    margin-bottom: 15px;
}
.faq__list dt {
    position: relative;
    padding: 5px 30px 15px 40px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #CCC;
    background: url(/wp-content/asset/sites/industry/alr/img/q_00001.png) no-repeat 0 0;
    background-size: 30px;
}
.faq__list dt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 3px;
    background: #CCC;
}
.faq__list dt:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 6px;
    width: 3px;
    height: 20px;
    background: #CCC;
    transition: 0.2s;
}
.faq__list dl.open dt:after {
    transform: rotate(90deg);
}
.faq__list dd {
    background: url(/wp-content/asset/sites/industry/alr/img/q_00001.png) no-repeat 0 0;
    background-size: 30px;
    padding: 5px 0 10px 40px;
}
.faq__list h2 {
    position: relative;
    margin-bottom: 2rem;
    background: #dde7f3;
    padding: 15px 20px;
}
.faq__list h2:before {
	content: "";
    position: absolute;
    right: 22px;
    top: 33px;
    width: 20px;
    height: 3px;
    background: #225fab;
}
.faq__list h2:after {
    content: "";
    position: absolute;
	right: 30px;
    top: 24px;
    width: 3px;
    height: 20px;
    background: #225fab;
    transition: 0.2s;
}
.faq__list.open h2:after {
    transform: rotate(90deg);
}
.anc_link_blk {
	margin-top: -120px;
	padding-top: 120px;
	position: relative;
    z-index: -1;
}
ul.page_anc {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 0px) and (max-width: 768px) {
    .faq__list {
        width: 90%;
        margin: 0 5%;
    }
    .faq__list dt:before,
    .faq__list dt:after {
        display: none !important;
    }
    .anc_link_blk {
	margin-top: -40px;
	padding-top: 40px;
}
}
