@charset "UTF-8";
/* CSS Document */
.acd-check {
    display: none;
}
.acd-label {
    color: #880303;
    background-color: #FFFDFD;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
	font-weight: 700;
    margin-bottom: 20px;
}
.acd-label:after {
    box-sizing: border-box;
    content: '';
    display: block;
    background: url("/library/shm-keiei/asset_guide/tax_courses/img/index_closeBtn01.png") no-repeat;
    width: 77px;
    height: 29px;
    background-size: 100%;
	transition: all 1s ease-in-out;
}

.acd-label:hover::after{
	opacity: 0.6;
}
.acd-content {
    display: block;
    height: auto;
    opacity: 1;
    transition: .5s;
    visibility: visible;
    color: #333;
}
.acd-check:checked + .acd-label:after {
    content: '';
    background: url("/library/shm-keiei/asset_guide/tax_courses/img/index_openBtn01.png") no-repeat;
    width: 77px;
    height: 29px;
    background-size: 100%;
	transition: all 1s ease-in-out;
}

.acd-check:checked + .acd-label:after:hover{
	opacity: 0.7;
}

.acd-check:checked + .acd-label + .acd-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.acd-content ul li {
	text-align: left;
    margin-bottom: 20px;
}
.acd-content ul li:last-child {
    margin-bottom: 0;
}
.acd-content ul li a {
    color: #343434;
	text-align: left;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: underline;
	font-weight: 500;
}

.acd-content ul li a:hover{
	opacity: 0.7;
}
.indexBox {
    border: solid #D35555 1px;
    width: 768px;
    margin: 0 auto 60px;
    padding: 30px 4.4vw;
}
.pl1rem {
    padding-left: 1rem;
}


.anchor{
	padding-top: 120px;
    margin-top: -120px;
}

@media screen and (max-width: 376px) {
.indexBox {
    width: 84%;
    margin: 0 auto 15px;
    padding: 15px 10px 5px;
}
.acd-label {
    margin-bottom: 0;
    padding: 0;
	font-size: 26px;
	font-weight: 700;
}
.acd-label:after {
    box-sizing: border-box;
    content: '';
    background: url("/library/shm-keiei/asset_guide/tax_courses/img/index_openBtn01.png") no-repeat;
    width: 77px;
    height: 29px;
    background-size: 100%;
    display: block;
}
.acd-check:checked + .acd-label:after {
    content: '';
    background: url("/library/shm-keiei/asset_guide/tax_courses/img/index_closeBtn01.png") no-repeat;
    width: 77px;
    height: 29px;
    background-size: 100%;
}
.acd-label + .acd-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    display: block;
    height: auto;
    opacity: 1;
    transition: .5s;
    visibility: visible;
    color: #333;
}
.acd-content ul {
    margin-top: 10px;
}
.acd-content ul li {
    margin-bottom: 10px;
}
.acd-content ul li:last-child {
    margin-bottom: 15px;
}
.acd-content ul li a {
    color: #343434;
	text-align: left;
    font-size: 22px !important;
    line-height: 1.6;
    text-decoration: underline;
	font-weight: 500;
}
}