.sub_sect { position: relative; padding: 70px 0; }
.sub_sect .imgwrap { text-align: center; }
.sub_sect .sub_tit1 { padding-bottom: 60px; text-align: center; font-weight: 500; font-size: 32px; color: #000; }

/* sub_visual */
.sub_visual { position: relative; height: 320px; overflow: hidden; }
.sub_visual .bg { background-color: #8f004f; background: url(/image/common/subtopbg.jpg) no-repeat center/cover; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.sub_visual .frame { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.sub_visual .txtbox { z-index: 3; position: relative; top:  90px; height: calc(100% - 90px); text-align: center; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); }
.sub_visual .txtbox .text1 { text-align: center; font-weight: 700; font-size: 55px; color: #fff; animation: titleArea_main 1.25s forwards; }
@media (max-width: 1535px) {
    .sub_visual { height: 320px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 80px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 280px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 70px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 240px; }
    .sub_visual .txtbox { top: 60px; height: calc(100% - 60px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 210px; }
}

@keyframes titleArea_main{
    0%{
        letter-spacing: 30px;
        opacity: 0;
    }
    100%{
        letter-spacing: -1px;
	    opacity: 1;
    }
}

/* subtab */
.subtab { margin-bottom: 40px; display: none; flex-wrap: wrap; }
.subtab.active { display: flex; }
.subtab li { position: relative; width: 50%; }
.subtab li a { position: relative; display: block; text-align: center; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.subtab li a > span { display: inline-block; font-weight: 500; font-size: 18px; color: #999; }
.subtab li.active a > span { color: #8f004f; }

.subtab li a::after { z-index: 1; display: block; content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 0; height: 2px; background-color: #8f004f; transition: width 0.3s; }
.subtab li.active a::after { width: 100%; }

.subtab.subtab3_1 li { width: 20%; }
.subtab.subtab3_2 li { width: 33.3333%; }
@media (max-width: 1535px) {
    .subtab { margin-bottom: 30px; }
    .subtab li a { padding-bottom: 13px; }
    .subtab li a > span { font-size: 16px; }
}
@media (max-width: 1279px) {
    .subtab { margin-bottom: 25px; }
    .subtab li a { padding-bottom: 11px; }
    .subtab li a > span { font-size: 15px; }
}
@media (max-width: 1023px) {
    .subtab li a { padding-bottom: 10px; }
    .subtab li a > span { font-size: 14px; }
}
@media (max-width: 767px) {
    .subtab.subtab3_1 li { width: 33.3333%; }
    .subtab.subtab3_1 li:nth-of-type(n + 4) { margin-top: 2%; }
}
@media (max-width: 480px) {
    .subtab.subtab3_1 li { width: 50%; }
    .subtab.subtab3_1 li:nth-of-type(n + 4) { margin-top: initial; }
    .subtab.subtab3_1 li:nth-of-type(n + 3) { margin-top: 2%; }
    /* .subtab.subtab3_2 li { width: 50%; } */
}

/* subcont */
.subcont { display: none; }
.subcont.active { display: block; }

/* infotable */
.infotable { font-size: 14px; margin-top: 30px; line-height: 1.65; color: #7e6e6e; }
.infotable * { font-size: inherit; color: inherit; line-height: inherit; }
.infotable table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #4d4d4f; }
.infotable table th, .infotable table td { padding: 20px; border-bottom: 1px solid #ededed; }
.infotable table th { background-color: #f9f9f9; }
@media (max-width: 1535px) {
    .infotable table th, .infotable table td { padding: 17px; }
}
@media (max-width: 1279px) {
    .infotable table th, .infotable table td { padding: 15px; }
}
@media (max-width: 1023px) {
    .infotable table th, .infotable table td { padding: 13px; }
}
@media (max-width: 767px) {
    .infotable { margin-top: 20px; }
    .infotable table th, .infotable table td { padding: 10px; }
}

/* infodesc */
.infodesc { background-color: #f5f5f5; border: 1px solid #ddd; color: #7e6e6e; font-size: 13px !important; padding: 20px; margin-top: 30px; line-height: 1.65; }
.infodesc * { font-size: inherit !important; color: inherit; line-height: inherit; }
.infodesc dl { display: flex; flex-wrap: nowrap; }
.infodesc dl dt { min-width: max-content; }
.infodesc .color1 { color: #cf0000; }
@media (max-width: 1535px) {
    .infodesc { padding: 17px; }
}
@media (max-width: 1279px) {
    .infodesc { padding: 157px; }
}
@media (max-width: 1023px) {
    .infodesc { padding: 13px; }
}
@media (max-width: 767px) {
    .infodesc { margin-top: 20px; padding: 10px; }
}