/* PC */
html[data-browse-mode="P"] .isSP{
    display: none !important;
}
html[data-browse-mode="P"] .block-developer-voice{
    width: 1200px;
    margin: 30px auto 70px;
}
html[data-browse-mode="P"] .block-developer-voice--ttl{
    width: 1200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
    background: url(../../../img/seminar/TECHNICAL/review_ttl_pc.jpg) no-repeat;
}
html[data-browse-mode="P"] .block-developer-voice--ttl h1{
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.1em;
}
html[data-browse-mode="P"] .block-developer-voice--ttl h1 span{
    color: #fff;
    padding: 0;
    margin: 9px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    display: block;
}
html[data-browse-mode="P"] .block-developer-voice > p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}
html[data-browse-mode="P"] .block-developer-voice--link{
    width: 1060px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto;
}
html[data-browse-mode="P"] .block-developer-voice--link li{
    width: 250px;
    height: 88px;
    margin: 0;
    padding: 0;
}
html[data-browse-mode="P"] .block-developer-voice--link li a{
    width: 250px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #AF9E4A;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    transition: 0.3s;
}
html[data-browse-mode="P"] .block-developer-voice--link li a:after{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
html[data-browse-mode="P"] .block-developer-voice--link li a:hover{
    opacity: 0.7;
    text-decoration: none;
}
html[data-browse-mode="P"] .block-developer-voice--item + .block-developer-voice--item{
    margin-top: 50px;
}
html[data-browse-mode="P"] .block-developer-voice--item-main{
    display: flex;
}
html[data-browse-mode="P"] .item-main--detail{
    width: 740px;
    padding: 36px 36px 39px 60px;
    background: url(../../../img/usr/freepage/developer_voice/bg_item.jpg) repeat;
}
html[data-browse-mode="P"] .item-main--img{
    width: 460px;
}
html[data-browse-mode="P"] .item-main--img img{
    max-width: unset;
    width: auto;
    height: 100%;
}
html[data-browse-mode="P"] .item-main--detail-head{
    display: flex;
    justify-content: space-between;
    margin: 0 0 23px;
}
html[data-browse-mode="P"] .item-main--detail-head img{
    max-width: 304px;
}
html[data-browse-mode="P"] .item-main--detail-head-ttl{
    padding-top: 34px;
}
html[data-browse-mode="P"] .item-main--detail-head-ttl dt{
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 21.5px;
    margin-bottom: 28.5px;
    position: relative;
}
html[data-browse-mode="P"] .item-main--detail-head-ttl dt:after{
    content: "";
    width: 293px;
    height: 2px;
    background: #AF9E4A;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
html[data-browse-mode="P"] .item-main--detail-head-ttl dd{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
html[data-browse-mode="P"] .block-developer-voice--item-main + .block-developer-voice--item-main .item-main--detail-head-ttl dd{
    padding-top: 205px;
}


html[data-browse-mode="P"] .item-main--detail-list--item + .item-main--detail-list--item{
    margin-top: 20px;
}
html[data-browse-mode="P"] .item-main--detail-list--item dt{
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
}
html[data-browse-mode="P"] .item-main--detail-list--item dt span{
    font-size: 18px;
    letter-spacing: -0.02em;
}
html[data-browse-mode="P"] .item-main--detail-list--item dt:before{
    width: 43px;
    display: inline-block;
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(1) dt:before{
    content: "Q1.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(2) dt:before{
    content: "Q2.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(3) dt:before{
    content: "Q3.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(4) dt:before{
    content: "Q4.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(5) dt:before{
    content: "Q5.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(6) dt:before{
    content: "Q6.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(7) dt:before{
    content: "Q7.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(8) dt:before{
    content: "Q8.";
}
html[data-browse-mode="P"] .item-main--detail-list--item:nth-child(9) dt:before{
    content: "Q9.";
}
html[data-browse-mode="P"] .item-main--detail-list--item dd{
    padding-left: 43px;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}
html[data-browse-mode="P"] .item-main--detail-list--item dd a{
    color: #AF9E4A;
    cursor: pointer;
    text-decoration: underline;
    transition: 0.3s;
    display: block;
    font-size: 15px;
    line-height: 24px;
}
html[data-browse-mode="P"] .item-main--detail-list--item dd a:hover{
    opacity: 0.7;
}
html[data-browse-mode="P"] .block-developer-voice--item-link{
    width: 100%;
    height: 102px;
    background: #AF9E4A;
    display: flex;
    align-items: center;
    justify-content: center;
}
html[data-browse-mode="P"] .block-developer-voice--item-link a{
    color: #fff;
    font-size: 24px;
    position: relative;
}
html[data-browse-mode="P"] .block-developer-voice--item-link a:after{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -58px;
}
html[data-browse-mode="P"] .block-developer-voice--btn-area{
    margin: 70px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
html[data-browse-mode="P"] .block-developer-voice--btn-page-top{
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #AF9E4A;
    color: #AF9E4A;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    margin: 0 20px;
    transition: 0.3s;
    display: block;
}
html[data-browse-mode="P"] .block-developer-voice--btn-page-top:hover{
    text-decoration: none;
    background: #AF9E4A;
    color: #fff;
}
html[data-browse-mode="P"] .block-developer-voice--btn-link{
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #AF9E4A;
    color: #fff;
    background: #AF9E4A;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    margin: 0 20px;
    transition: 0.3s;
    display: block;
}
html[data-browse-mode="P"] .block-developer-voice--btn-link:hover{
    text-decoration: none;
    background: #fff;
    color: #AF9E4A;
}

/* SP */
html[data-browse-mode="S"] .isPC{
    display: none !important;
}
html[data-browse-mode="S"] .block-developer-voice{
    margin: 0 auto 29.4px;
}
html[data-browse-mode="S"] .block-developer-voice--ttl{
    width: 100%;
    height: calc(175 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    background: url(../../../img/seminar/TECHNICAL/review_ttl.jpg) no-repeat;
    background-size: 100% auto;
}
html[data-browse-mode="S"] .block-developer-voice--ttl h1{
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.1em;
}
html[data-browse-mode="S"] .block-developer-voice--ttl h1 span{
    color: #fff;
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.05em;
    display: block;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .block-developer-voice--ttl h1{
        font-size: calc(23 / 375 * 100vw);
        line-height: calc(34 / 375 * 100vw);
    }
    html[data-browse-mode="S"] .block-developer-voice--ttl h1 span{
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(17 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .block-developer-voice > p{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .block-developer-voice > p{
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(30 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .block-developer-voice--link{
    width: calc(364 / 375 * 100vw);
    max-width: 364px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
}
html[data-browse-mode="S"] .block-developer-voice--link li{
    width: calc(181 / 375 * 100vw);
    max-width: 181px;
    height: calc(70 / 375 * 100vw);
    max-height: 70px;
    margin: 0;
    padding: 0;
}
html[data-browse-mode="S"] .block-developer-voice--link li:nth-child(n+3){
    margin-top: 10px;
}
html[data-browse-mode="S"] .block-developer-voice--link li a{
    width: calc(181 / 375 * 100vw);
    max-width: 181px;
    height: calc(70 / 375 * 100vw);
    max-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #AF9E4A;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    transition: 0.3s;
    font-weight: bold;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .block-developer-voice--link li a{
        border-radius: calc(80 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(20 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .block-developer-voice--link li a:after{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
html[data-browse-mode="S"] .block-developer-voice--link li a:hover{
    opacity: 0.7;
    text-decoration: none;
}
html[data-browse-mode="S"] .block-developer-voice--item + .block-developer-voice--item{
    margin-top: 30px;
}
html[data-browse-mode="S"] .item-main--detail{
    width: 100%;
    padding: 30.5px 0 28px;
    background: url(../../../img/usr/freepage/developer_voice/sp/bg_item.jpg) repeat;
    background-size: 100% auto;
}
html[data-browse-mode="S"] .item-main--detail-head{
    width: calc(350 / 375 * 100vw);
    max-width: 350px;
    margin: 0 auto 12px;
    display: block;
}
html[data-browse-mode="S"] .item-main--detail-head img{
    width: calc(274 / 375 * 100vw);
    max-width: 274px;
    margin: 17.5px auto 0;
    display: block;
}
html[data-browse-mode="S"] .item-main--detail-head-ttl dt{
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #AF9E4A;
    text-align: center;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .item-main--detail-head-ttl dt{
        font-size: calc(24 / 375 * 100vw);
        line-height: calc(35 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .item-main--detail-head-ttl dd{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    width: 1005;
}
html[data-browse-mode="S"] .item-main--detail-list--item{
    width: calc(350 / 375 * 100vw);
    margin: 0 auto;
}
html[data-browse-mode="S"] .item-main--detail-list--item + .item-main--detail-list--item{
    margin-top: 20px;
}
html[data-browse-mode="S"] .item-main--detail-list--item dt{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 1.9em;
    text-indent: -1.9em;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .item-main--detail-list--item dt{
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .item-main--detail-list--item dt:before{
    display: inline-block;
    text-indent: 0;
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(1) dt:before{
    content: "Q1.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(2) dt:before{
    content: "Q2.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(3) dt:before{
    content: "Q3.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(4) dt:before{
    content: "Q4.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(5) dt:before{
    content: "Q5.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(6) dt:before{
    content: "Q6.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(7) dt:before{
    content: "Q7.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(8) dt:before{
    content: "Q8.";
}
html[data-browse-mode="S"] .item-main--detail-list--item:nth-child(9) dt:before{
    content: "Q9.";
}
html[data-browse-mode="S"] .item-main--detail-list--item dd{
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .item-main--detail-list--item dd{
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .item-main--detail-list--item dd a{
    color: #AF9E4A;
    cursor: pointer;
    text-decoration: underline;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    line-height: 24px;
}
html[data-browse-mode="S"] .item-main--detail-list--item dd a:hover{
    opacity: 0.7;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .item-main--detail-list--item dd a{
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .item-main--img{
    width: 100%;
    margin: 0;
}
html[data-browse-mode="S"] .item-main--img img{
    width: 100%;
}
html[data-browse-mode="S"] .block-developer-voice--item-link{
    width: 100%;
    height: 80px;
    background: #AF9E4A;
    display: flex;
    align-items: center;
    justify-content: center;
}
html[data-browse-mode="S"] .block-developer-voice--item-link a{
    color: #fff;
    font-size: 18px;
    position: relative;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .block-developer-voice--item-link a{
        font-size: calc(18 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .block-developer-voice--item-link a:after{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    margin-left: 25px;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .block-developer-voice--item-link a:after{
        margin-left: calc(25 / 375 * 100vw);
    }
}
html[data-browse-mode="S"] .block-developer-voice--btn-area{
    width: calc(300 / 375 * 100vw);
    max-width: 300px;
    margin: 30px auto;
}
html[data-browse-mode="S"] .block-developer-voice--btn-page-top{
    width: calc(300 / 375 * 100vw);
    max-width: 300px;
    height: calc(60 / 375 * 100vw);
    max-height: 60px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #AF9E4A;
    color: #AF9E4A;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    display: block;
}
html[data-browse-mode="S"] .block-developer-voice--btn-link{
    width: calc(300 / 375 * 100vw);
    max-width: 300px;
    height: calc(60 / 375 * 100vw);
    max-height: 60px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #AF9E4A;
    color: #fff;
    background: #AF9E4A;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
html[data-browse-mode="S"] .block-developer-voice--btn-page-top:hover,
html[data-browse-mode="S"] .block-developer-voice--btn-link:hover{
    text-decoration: none;
}
@media screen and (max-width:374px) {
    html[data-browse-mode="S"] .block-developer-voice--btn-page-top,
    html[data-browse-mode="S"] .block-developer-voice--btn-link{
        font-size: calc(18 / 375 * 100vw);
        line-height: calc(58 / 375 * 100vw);
    }
}