@charset "UTF-8";
/* =============================================================================
   コンテンツ
   ========================================================================== */
h2.title {
    margin: 30px 0;
}


.sub_tit {
    background-color: #858585;
    padding: 10px;
    text-align: center;
    margin: 20px auto 15px;
}
.sub_tit img {
    height: 16px;
}



.mokujiBox {
   background-color: #F8F8F8;
   box-sizing: border-box;
   padding: 20px;
   margin-bottom: 50px;
}

.mokujiBox > dl + dl {
   margin-top: 40px;
}

.mokujiBox > dl dt {
    margin: 0 auto 15px;
    color: #fff;
   background-color: #666;
   box-sizing: border-box;
   padding: 10px 0;
   margin-bottom: 20px;
   line-height: 1.4;
   font-size: 15px;
}

.mokujiBox > dl dd {
   font-size: 14px;
   color: #379C9F;
   line-height: 1.2;
}

.mokujiBox > dl dd ul a {
    padding-left: 20px;
    display: block;
    background: url(https://www.tvert.jp/smp/img2017/question/mokuji_arrow.png) no-repeat top left;
    background-size: 14px;
    font-size: 12px;
    font-size: 3.75vw;
    min-height: 12px;
    color: #666;
}



.mokujiBox > dl dd ul li {
    margin-bottom: 12px;
}

.q_wrap {
    margin-bottom: 70px;
}

.q_wrap h3 {
    color: #fff;
    background-color: #666;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
    line-height: 1.4;
}

.q_cate h4 {
    /*border-bottom: solid 2px #858585;*/
    /*padding-bottom: 10px;*/
    /*padding-left: 6.25vw;*/
    margin-bottom: 15px;
}

.q_dl {
    border-bottom: solid 1px #E6E6E6;
    border-right: solid 1px #E6E6E6;
    border-left: solid 1px #E6E6E6;
    font-size: 13px;
}

.q_dl > dt {
    color: #379C9F;
    /*font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;*/
    background-color: #F8F8F8;
    padding: 5.219vw 13.812vw 5.219vw 15.812vw;
    position: relative;
    border-top: solid 1px #E6E6E6;
    cursor: pointer;
    background-image: url(https://www.tvert.jp/smp/img2016/question/icon_q.png);
    background-repeat: no-repeat;
    background-position: 5.25vw 5.219vw;
    background-size: 6.25vw 6.25vw;
    min-height: 6.25vw;
    font-size: 112%;
}

.q_dl > dt:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5.25vw;
    bottom: 0;
    margin: auto;
    width: 3.437vw;
    height: 3.437vw;
    background: url(https://www.tvert.jp/img2016/question/icon_open.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 2;
}

.q_dl > dt.open:after {
    content: "";
    position: absolute;
    top: 0;
    right: 6.25vw;
    bottom: 0;
    margin: auto;
    width: 3.437vw;
    height: 3.437vw;
    background: url(https://www.tvert.jp/img2016/question/icon_close.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 2;
}

.q_dl > dt em {
    /* background: #379C9F;
    color: #379C9F;
    padding: 4px 10px;
    margin-right: .6em;
    border: solid 1px #379C9F;*/
    color: #e94d7c;
    font-weight: bold;
    font-style: normal;
}

.q_dl > dd {
    color: #656565;
    padding: 6.25vw;
    line-height: 2;
    display: none;
    font-size: 14px;
}

.q_dl > dd table {
    width: 100%;
    margin-top: 6.25vw;
}

.q_dl > dd table thead th {
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    color: #69b5b7;
    background-color: #f9f9f9;
    text-align: center;
    border: solid 1px #E6E6E6;
    padding: 2px 0;
    letter-spacing: 1px;
}

.q_dl > dd table th,
.q_dl > dd table td {
    border: solid 1px #E6E6E6;
    padding: 0 1em;
    text-align: center;
    font-weight: normal;
    color: #656565;
}
.q_dl > dd table td {
    text-align: left;
    text-indent: 2em;
}

.q_cate {
    margin-bottom: 50px;
}
