@charset "utf-8";
/* CSS Document */

/*PC*/
@media screen and (min-width:481px) {
.sp {
    display: none;
}
.sma {
    display: none;
}
.t_wrap {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}

#credit_update h1 {
    text-align: center;
    font-size: 36px;
    line-height: 1.5em;
    margin-bottom: 80px;
    padding-top: 50px;
}
#credit_update h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 30px;
    background-color: #F5F5F5;
    padding: 15px;
}
.under_wrap {
    padding-bottom: 80px;
    border-bottom: 2px dashed #DCDCDC;
}
}



/*スマホ*/
@media screen and (max-width:480px) {
.pc {
    display: none;
}
.sma {
    display: block;
}
.t_wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
}

#credit_update h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 50px;
    padding-top: 50px;
}
#credit_update h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 30px;
    background-color: #F5F5F5;
    padding: 15px;
}
.under_wrap {
    padding-bottom: 80px;
    border-bottom: 2px dashed #DCDCDC;
}

}