@charset "UTF-8";

/* ------------------------------------------------------------ */
/* section_NEWB ------------------------------------------------- */
/* ------------------------------------------------------------ */


@media screen and (max-width:767px) { /*SP*/
    #section_typhoon{
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 100px 0 0 0; */
        padding: 24.15vw 0 0 0;
        margin: 0 0 0 0;
    }
    .section_typhoon_p1,.section_typhoon_p2,.section_typhoon_p3{
        width: 100%;
        text-align: center;
        font-family: "Shippori Mincho", serif;
    }
    .section_typhoon_p1{
        /* font-size: 18px; */
        font-size: 4.35vw;
        /* line-height: 26px; */
        line-height: 6.28vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
    }
    .section_typhoon_p2{
        /* font-size: 16px; */
        font-size: 3.86vw;
        /* line-height: 26px; */
        line-height: 6.28vw;
        /* margin: 0 0 30px 0; */
        margin: 0 0 7.25vw 0;
    }
    .section_typhoon_p3{
        /* font-size: 18px; */
        font-size: 4.35vw;
        /* line-height: 18px; */
        line-height: 4.35vw;
        /* border: 1px solid #9D7E68; */
        border: 0.24vw solid #9D7E68;
        width: auto;
        /* padding: 15px 20px; */
        padding: 3.62vw 4.83vw;
    }
}
@media screen and (min-width:768px) and ( max-width:1300px) { /*TB*/
    #section_typhoon{
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 100px 0 0 0; */
        padding: 7.69vw 0 0 0;
        margin: 0 0 0 0;
    }
    .section_typhoon_p1,.section_typhoon_p2,.section_typhoon_p3{
        width: 100%;
        text-align: center;
        font-family: "Shippori Mincho", serif;
    }
    .section_typhoon_p1{
        /* font-size: 22px; */
        font-size: 1.69vw;
        /* line-height: 40px; */
        line-height: 3.08vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.54vw 0;
    }
    .section_typhoon_p2{
        /* font-size: 20px; */
        font-size: 1.54vw;
        /* line-height: 40px; */
        line-height: 3.08vw;
        /* margin: 0 0 30px 0; */
        margin: 0 0 2.31vw 0;
    }
    .section_typhoon_p3{
        /* font-size: 22px; */
        font-size: 1.69vw;
        /* font-size: 22px; */
        font-size: 1.69vw;
        /* border: 1px solid #9D7E68; */
        border: 0.08vw solid #9D7E68;
        width: auto;
        /* padding: 15px 20px; */
        padding: 1.15vw 1.54vw;
    }
}
@media screen and (min-width:1301px) , print { /*PC*/
    #section_typhoon{
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 100px 0 0 0;
        margin: 0 0 0 0;
    }
    .section_typhoon_p1,.section_typhoon_p2,.section_typhoon_p3{
        width: 100%;
        text-align: center;
        font-family: "Shippori Mincho", serif;
    }
    .section_typhoon_p1{
        font-size: 22px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .section_typhoon_p2{
        font-size: 20px;
        line-height: 40px;
        margin: 0 0 30px 0;
    }
    .section_typhoon_p3{
        font-size: 22px;
        line-height: 22px;
        border: 1px solid #9D7E68;
        width: auto;
        padding: 15px 20px;
    }
}



