@charset "utf-8";
/*------------------------------------------------------------
	live
------------------------------------------------------------*/
#main .content {
    width: 800px;
}
#main .qaList dt,
#main .qaList dd {
    color: #000;
    background-color: #fff;
}
#main .qaList dt {
    margin-bottom: 20px;
    padding: 34px 0 30px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: color 0.7s;
}
#main .qaList dt.on {
    color: #fff;
    background-color: #e30b0c;
}
#main .qaList dt .time {
    margin-bottom: 2px;
    display: block;
    letter-spacing: 2px;
    font-family: 'Archivo Black', sans-serif;
}
#main .qaList dd {
    margin-bottom: 20px;
    padding: 0 26px 29px;
    display: none;
    background-color: #e30b0c;
    transform: translateY(-20px);
}
#main .qaList dd .subBox {
    padding: 0 14px 23px;
    background-color: #FFF;
}
#main .qaList dd .txtList {
    margin-bottom: 15px;
}
#main .qaList dd .txtList li {
    padding: 14px 0;
    border-bottom: 2px dotted #000;
}
#main .qaList dd .txtList li .title {
    margin-bottom: 3px;
    font-size: 1.75rem;
    font-weight: bold;
}
#main .qaList dd .txtList li .title .red {
    margin-left: 10px;
    color: #e30b0c;
}
#main .qaList dd table {
    width: 100%;
    border-collapse: collapse;
}
#main .qaList dd th,
#main .qaList dd td {
    width: 88%;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: top;
}
#main .qaList dd tr:not(:last-of-type) td, 
#main .qaList dd tr:not(:last-of-type) th {
    padding-bottom: 4px;
}
#main .qaList dd th {
    font-weight: bold;
    width: 12%;
}
#main .qaList dd .subBox > p {
    font-size: 1.25rem;
    line-height: 1.8;
}
#main .qaList dd .subBox > p:not(:last-of-type) {
    margin-bottom: 22.5px;
}
#main .qaList dd .subBox > p a {
    color: #000;
}
#main .comArrowList {
    margin-left: -400px;
    max-width: 800px;
}
.nonetxt{
	text-align: center;
	margin: 50px auto;
}
@media all and (min-width: 897px) {
    #main .qaList dd .subBox > p a:hover {
        text-decoration: underline;
    }
    #main .qaList dt:hover {
        background-color: #e30b0c;
    }
}
@media all and (max-width: 896px) {
    #main {
        margin-bottom: 20px;
    }
    .pageTitle {
        margin-bottom: 17px;
    }
    #main .content {
        margin: 0 17px;
        width: auto;
    }
    #main .qaList {
        margin-bottom: 12px;
    }
    #main .qaList dt {
        margin-bottom: 5px;
        padding: 9px 0 13px;
        font-size: 1.3rem;
        line-height: 1;
    }
    #main .qaList dt .time {
        margin-bottom: 3px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    #main .qaList dd {
        margin-bottom: 0;
        padding: 0 6px 5px;
        transform: translateY(-5px);
    }
    #main .qaList dd .subBox {
        padding: 0 12px 11px;
    }
    #main .qaList dd .txtList {
        margin-bottom: 17px;
    }
    #main .qaList dd .txtList li {
        padding: 16px 0 12px;
        border-bottom: 1px solid #000;
    }
    #main .qaList dd .txtList li .title {
        margin-bottom: 6px;
        font-size: 1.4rem;
    }
    #main .qaList dd .txtList li .title .red {
        margin-left: 10px;
    }
    #main .qaList dd th,
    #main .qaList dd td {
        width: 78%;
        font-size: 1rem;
    }
    #main .qaList dd tr:not(:last-of-type) td, 
    #main .qaList dd tr:not(:last-of-type) th {
        padding-bottom: 2px;
    }
    #main .qaList dd th {
        width: 22%;
    }
    #main .qaList dd .subBox > p {
        font-size: 1rem;
        line-height: 1.7;
    }
    #main .qaList dd .subBox > p:not(:last-of-type) {
        margin-bottom: 17px;
    }
    #main .comArrowList {
        margin: 0;
        padding: 0 20px;
        max-width: inherit;
        z-index: 9999;
    }
	.wp-pagenavi {
        margin: 0 20px;
	}
}