@charset "utf-8";

/*-------------------------------------------------------------------
    * style.css
    * site name :  チャンスイット
    * description : 懸賞の達人が教える！懸賞のコツ
-------------------------------------------------------------------*/

/* decoration
------------------------------ */
.color_01 {
    color: #f53b50;
}
.color_02 {
    color: #007dcc;
}
.font_b {
    font-weight: bold;
}
.font_l {
    font-size: 23px;
}
.underline {
    background: -webkit-linear-gradient(transparent 60%, #fef1c4 60%);
    background: linear-gradient(transparent 60%, #fef1c4 60%);
}

/* contents
------------------------------ */
#present_note a:link {
    color: #333;
}
#present_note a:visited {
    color: #333;
}
#present_note a:hover {
    color: #6cf;
    transition: 0.3s;
}
#present_note #header {
    border-bottom: 0;
    width: 950px;
    text-align: left;
    margin: 0 auto;
    padding: 10px 5px 5px;
}
#present_note .contents {
    background: url(../img/bg_special_diagonal.gif) repeat-x 0 0;
    border-top: 1px solid #dfd7ba;
    color: #333;
    font-size: 17px;
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.sp_header {
    display: none;
}
.main {
    background: #fff;
    box-sizing: border-box;
    width: 950px;
    margin: 35px auto 0;
    padding: 30px 40px;
}
.block {
    margin-bottom: 70px;
}
.main h1 {
    color: #666;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 30px;
}
.main h2 {
    background: #f3f0e6;
    border-radius: 5px;
    font-size: 27px;
    font-weight: bold;
    padding: 14px 5px 14px 20px;
    margin-bottom: 35px;
}
.main .label {
    padding: 14px 15px 14px 0; 
}
.main h2 span {
    background: #3dba8f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 5px 24px 5px 14px;
    margin-right: 20px;
}
.main h2 span:after {
    border-color: transparent #f3f0e6 transparent transparent;
    border-width: 20px 15px 20px 0px;
    border-style: solid;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.main h3 {
    border-left: 3px solid #3dba8f;
    font-size: 21px;
    font-weight: bold;
    padding: 0 5px 0 4px;
    margin: 50px 0 30px;
}
.main h3:before {
    border-left: 3px solid #3dba8f;
    content: "";
}
.block {
    margin-bottom: 44px;
}
.block p {
    margin-bottom: 35px;
    line-height: 1.8;
}
.block img {
    margin-bottom: 35px;
}
.box {
    overflow: hidden;
}
.box img {
    float: left;
    margin-right: 25px;
}
.block .box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.box .point {
    background: #fbf9f2;
    border: 1px solid #dfd7ba;
    border-radius: 5px;
    padding: 8px 20px 0;
    margin: 0 0 0 428px;
    width: 400px;
}
.box .point h4 {
    background: url(../img/point.png) no-repeat;
    background-size: 138px auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0 0 20px;
}

/* Regist
------------------------------ */
.text_regist {
    overflow: hidden;
    padding: 5px 0 0;
}
.text_regist .pc_regist {
    float: right;
    position: relative;
    padding: 0 0 0 20px;
}
.text_regist .pc_regist:before,.text_regist .pc_regist:after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
}
.text_regist .pc_regist:before {
    left: 0;
}
.text_regist .pc_regist:after {
    left: 6px;
}
.sp_regist {
    display: none;
}
/* ----- Regist_btn ----- */
#present_note .regist_btn {
    width: 500px;
    margin: 0 auto;
}
#present_note .regist_btn a {
    background: #FC4752;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
}
#present_note .regist_btn a:hover {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
}
#present_note .regist_btn .sp_regist_btn{
    display: none;
}

/* footer
------------------------------ */
#present_note #footer {
    border-top: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
}
#present_note #camp-guide-foot {
    width: 100%;
    margin: 0 auto;
}
.footer {
    display: none;
}


/* タブレット - スマートフォン ( 569px - 959px )
------------------------------ */
@media screen and (max-width: 959px) {
    /* ----- header ----- */
    #header {
        display: none;
    }
    .sp_header {
        display: block;
        text-align: left;
        padding: 8px 15px;
    }
    #present_note .br_pc {
        display: none;
    }

    /* ----- decoration ----- */
    .font_l {
        font-size: 18px;
    }

    /* ----- contents ----- */
    #present_note .contents {
        font-size: 14px;
        text-align: left;
    }
    .main {
        box-sizing: border-box;
        width: 100%;
        margin: 25px auto 0;
        padding: 20px 15px;
    }
    .main img {
        width: 100%;
    }
    .main .stamp {
        width: 50%;
    }
    .block {
    margin-bottom: 35px;
    }
    .main h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .main h2 {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .main h2 span {
        display: block;
        font-size: 14px;
        margin: 0 10px 5px 0;
        width: 80px;
    }
    .main h2 span:after {
        border-width: 15px 12px 15px 0px;
    }
    .main .label {
        padding: 14px 5px 14px 14px;
    }
    .main h3 {
        font-size: 18px;
        padding: 0 5px 0 12px;
        margin: 30px 0 15px;
        position: relative;
    }
    .main h3:before {
        position: absolute;
        height: 100%;
        left: 3px;
    }
    .block {
        margin-bottom: 22px;
    }
    .block p {
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .block img {
        margin-bottom: 15px;
    }
    .box img {
        float: none;
        margin-right: 0;
    }
    .block .box p {
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .box .point {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 8px 10px 0;
    width: 100%;
    }
    /* ----- Regist ----- */
    .text_regist {
        padding: 0;
        margin-bottom: 15px;
    }
    .pc_regist {
        display: none;
    }
    .sp_regist {
        display: inline-block;
    }
    .text_regist .sp_regist {
        position: relative;
        padding: 0 0 0 16px;
    }
    .text_regist .sp_regist:before,.text_regist .sp_regist:after {
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        content: "";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 5px;
        height: 5px;
        position: absolute;
        top: 7px;
    }
    .text_regist .sp_regist:before {
        left: 0;
    }
    .text_regist .sp_regist:after {
        left: 6px;
    }
    /* ----- Regist_btn ----- */
    #present_note .regist_btn {
        width: 100%;
        margin-bottom: 50px;
    }
    #present_note .regist_btn .pc_regist_btn{
        display: none;
    }
    #present_note .regist_btn .sp_regist_btn{
        display: block;
    }
    #present_note .regist_btn a {
        font-size: 16px;
        padding: 10px 0;
    }
    /* ----- footer ----- */
    #footer {
        display: none;
    }
    .footer {
        display: block;
    }
}
/* スマートフォン ( - 568px )
------------------------------ */
@media screen and (max-width: 568px) {
    .main h1 {
        font-size: 23px;
    }
    .main h2 {
        font-size: 18px;
    }
    .main h3 {
        font-size: 16px;
        padding: 0 5px 0 12px;
        margin: 30px 0 15px;
        position: relative;
    }
}