@media screen and (min-width: 768px) {
    body #contentsWrapper .contArea .contentAreaInner { max-width: 980px; margin: 0 auto;}
    .trg { display: block; font-size: 16px; font-weight: bold; text-align: center; height: 40px; line-height: 40px; position: relative; background: #fdeee6; border-top: 2px solid #eb5505; color:#eb5505!important; }
    .trg span { font-size: 12px; }
    .trg::after { display: block; font-size: 20px; transform: rotate(90deg) scale(1,1.5); position: absolute; right: 20px; top: 0; font-weight: bold; }
    .tglWrap { border: 1px solid #e5e5e5; border-top: none; border-bottom: 3px solid #e5e5e5; background: #fff; margin-bottom: 35px;}
    .showArea { text-align: center; }
    .showArea img { max-width: 916px; width: 100%; }
}

@media screen and (max-width: 767px) and (min-width: 0px) {
    body #contentsWrapper .contArea .contentAreaInner { margin: 0 3%;}
    .trg { display: block; font-size: 3.8vw; font-weight: bold; text-align: center; height: 12vw; line-height: 12vw; position: relative; background: #fdeee6; border-top: 2px solid #eb5505; color:#eb5505!important; }
    .trg span { font-size: 2.6vw; }
    .trg::after { display: block; font-size: 4vw; transform: rotate(90deg) scale(1,1.5); position: absolute; right: 3%; top: 0; font-weight: bold; }
    .tglWrap { border: 1px solid #e5e5e5; border-top: none; border-bottom: 3px solid #e5e5e5; background: #fff; margin-bottom: 5%;}
    .showArea { text-align: center; }
    .showArea img { width: 90%; }
}
    
.view-sp { display: none; }
.view-pc { display: block; }

@media screen and (min-width: 0px) and (max-width: 767px) {
	.view-sp { display: block; }
	.view-pc { display: none; }
}

.ttlicon {
    position: relative;
    margin-top: 30px;
}
.ttlicon .startIcon {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: -20px;
    width: 80px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .ttlicon .startIcon {
        left: 0;
        width: 20%;
        top: -10px;
    }
    .ttlicon {
        margin-top: 0px;
    }
}