/* パソコンで見た時はclass名pc-onlyだけ表示 */
.is-pc{
    display: block;
}
.is-sp{
    display: none;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 768px){
    .is-pc{
        display: none;
    }
    .is-sp{
        display: block;
    } 
}  

.c-gp__tw__u__bd__in img{
	width: 100%;
	max-width: 100%;
}
.c-gp__tw__tb.is-foot {
	display: none!important;
}

.c-gp__tw__tb__in2 {
    height: 100px;
}
.c-gp__tw__tb.is-head .c-gp__tw__tb__in2 {
    padding-bottom: 20px;
}
.c-gp__tw__tb__tt {
    font-size: 24px;
}