@charset "UTF-8";

div#saucydog_pc section.main-contents .inner .cnt01 {
    background: #fff;
    padding: 50px 0px;
    margin-bottom: 50px;
    border: 15px double #59768a;
}

div#saucydog_pc section.main-contents .inner .cnt01 .info-title_2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    color: #db6c01;
    margin: 0 auto 50px;
}

div#saucydog_pc section.main-contents .inner .cnt01 .info-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 56px;
    text-align: left;
    width: 1200px;
    margin: 0 auto 50px;
    color:#474747;
    }

div#saucydog_pc section.main-contents .inner .cnt01 .b_01 {
    font-size: 42px;
    color: #db6c01;
    }


div#saucydog_pc section.main-contents .inner .cnt01 .present_text{
    font-family:'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#ff0000;
    margin:50px 0;
}

div#saucydog_pc section.main-contents .inner .cnt01 .present_open{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 20px;
    background: #db6c01;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#saucydog_pc section.main-contents .inner .cnt01 .present_open:hover{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 20px;
    background: #f79d45;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#saucydog_pc section.main-contents .inner .cnt01 a{
    color: #ffffff;
    text-decoration:none;
}

div#saucydog_pc section.main-contents .inner .cnt01 a:hover{
    color: #ffffff;
    text-decoration:underline;
}