
/*------------------------------
--------------------------------
　　　　　▼　thanks page　▼
--------------------------------
------------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color:#d45b41
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
@media screen and (max-width: 599px) {
/* sp thanks */
.thanks{
    padding: 2% 2% 6%;
}
.thanks h1 {
    margin-bottom: 20px;
}
.thanks p {
    margin-bottom: 20px;
}
.thanks_img {
    width: 29%;
}
.arrow_img {
    width: 12%;
}
}