@charset "UTF-8";

/* *******************************************************************************************
*
*   faq
*
******************************************************************************************* */


/* ----------------------------- アンカー ----------------------------- */
.cnt .cnt_box.anchor {
    padding: 80px 0 0;
}
.anchor ul {
	font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.anchor ul li {
    height: 75px;
    margin-right: 0;
    text-align: center;
	line-height: 1.5;
    border-right: 1px solid #595757;
    cursor: pointer;
}
#faq_open-desk .anchor ul li {
    padding: 0 31px;
}
#faq_service-office .anchor ul li {
    padding: 0 33px;
}
.anchor ul li:first-of-type {
    border-left: 1px solid #595757;
}
.anchor ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
}
.anchor ul li a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #212121;
    border-left: 2px solid #212121;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 44%;
    top: 60px;
}

#cnt_01,#cnt_02,#cnt_03,#cnt_04,#cnt_05{
	margin-top: -80px;
	padding-top: 80px;
}

#trial01 {
    margin-top: -100px;
    padding-top: 100px;
}

@media screen and (max-width : 750px){

    .cnt .cnt_box.anchor {
        width: 100%;
        padding: 0;
    }
    .anchor ul {
        flex-wrap: wrap;
    }
    .anchor ul li {
        width: 100%;
        height: 8vw;
        line-height: 8vw;
        border-right: none;
        border-bottom: 1px solid #595757;
    }
    #faq_open-desk .anchor ul li,
    #faq_service-office .anchor ul li{
        padding: 14px 5vw;
    }
    .anchor ul li:first-of-type {
        border-left: none;
        border-top: 1px solid #595757;
    }
    .anchor ul li a {
        font-size: 19px;
        text-align: left;
        letter-spacing: 0;
    }
    .anchor ul li a.narrow {
        letter-spacing: -0.04em;
    }
    .anchor ul li a:after {
        right: 0;
        top: 6px;
    }
    #cnt_01, #cnt_02, #cnt_03, #cnt_04, #cnt_05{
        margin-top: -10%;
        padding-top: 10%;
    }


}

/* ----------------------------- 共通 ----------------------------- */

.faq h3 {
    margin: 0 0 40px;
}

@media screen and (max-width : 750px){

    .faq h3 {
        margin: 0 0 30px;
        font-size: 19px;
        letter-spacing: 0;
    }
}





