/*------------------------
thanks
------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.letter_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.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;
}
.font_35{
    font-size: 3.5rem;
}
@media screen and (max-width: 1200px) {
.letter_title {
    width: 98%;
}
}