/*-----------------------------------------------------------
　question
------------------------------------------------------------*/
.questiontitle {
    padding: 5px;
    background-color: #e4f1e4;
    font-weight: bold;
    font-size: 2em;
    color: #289001;
    -webkit-text-shadow: 0 1px 1px #fff,0 -1px 1px #cecff4;
    text-shadow: 0 1px 1px #fff,0 -1px 1px #cecff4;
    margin-bottom: 10px;
    text-align: center;
}

.txtFaq01 {
    padding: 10px 10px 10px 10px;
    font-size: 5vw;
}

.titUnderlayer04 {
    background: #f39a0e;
    padding: 8px 5%;
    color: white;
    line-height: 1.4;
    font-size: 1.6em;
    text-align: center;
    margin: 0 10px;
}

.txtFaqQ02 {
    font-size:5vw;
    margin: 0 10px;
}

.txtFaqQ02 li {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
    border-bottom: #a8ada5 1px solid;
}

.txtFaqQ02 li a {
    color: #555555;
    display: block;
    width: 100%;
    height: 100%;
}

.txtFaqQ02 li p {
    padding: 15px 4%;
    border-top: white 1px solid;
    border-bottom: white 1px solid;
}

a .txtFaqQ03 {
    color: #f39a0e;
}

.mb30 {
    margin-bottom: 30px !important;
}

.titUnderlayer01 {
    font-size: 1.9rem;
    color: #430900;
    text-shadow: 1px 1px 0px #FFF;
    background: url(../img/common/bg_underlayer_title01.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 6px 4%;
}

.lineBottom03 {
    border-bottom: #4e4020 1px solid;
}

.wrapContent {
    margin: 0 6%;
}

.txtFaq02 dt {
    font-size: 1.4em;
    margin: 20px 0;
    color: #555555;
}

.txtFaqQ04 {
    color: #925192;
}

.txtFaqA01 {
    color: #e44000;
}

.txtFaq02 dd {
    background: #92519214;
    padding: 15px 4%;
    margin-bottom: 20px;
    color: #555555;
    font-size: 5vw;
}

a .btnDetail02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f1f6), to(#dcd1dc));
    background: -webkit-linear-gradient(top, #f6f1f6, #dcd1dc);
    background: linear-gradient(to bottom, #f6f1f6, #dcd1dc);
    border: #a8ada5 1px solid;
    border-radius: 6px;
    text-shadow: 1px 1px 1px white;
    text-align: center;
    margin: 20px 0 30px 0;
    padding: 10px 4%;
    position: relative;
    color: black;
    font-size: 4vw;
}