@charset "utf-8";
/* ************************************************************************
* 
*	プレゼント
*
************************************************************************ */

.main * {
    box-sizing: border-box;
}
.main .cntWrap {
    width: 667px;
    margin: 0 auto;
    padding-bottom: 5px;
}

@media screen and (max-width: 640px) {

    .main .cntWrap {
        width: 100%;
        padding: 0 12px 5px;
    }

}

/* -------------- ○月の特集 -------------- */

.main h2 {
    width: 100%;
}

/* -------------- コンテンツ -------------- */

.main .ancWrap {
    margin-top: -54px;
    padding-top: 54px;
    padding-bottom: 27px;
    border-bottom: 1px dotted #ccc;
}
.main .ancWrap a {
    display: block;
}
.main h3 {
    margin: 40px 0 25px;
}

@media screen and (max-width: 640px) {

    .main .ancWrap {
        margin-top: 0px;
        padding-top: 0px;
    }
    .main h3 {
        padding: 12px 15px 12px 15px;
    }

}

/* -------------- プレゼント詳細 -------------- */

.main .present .imgCnt {
    margin-right: 25px;
    float: left;
    text-align: center;
    font-size: 10px;
}
.main .present .imgCnt img {
    display: block;
    margin-bottom: 5px;
}
.main .present .detail {
    width: 356px;
    float: left;
}
.main .present .detail ul li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}
.main .present .intro {
    margin-bottom: 15px;
    font-size: 14px;
}
.main .present .note {
    margin-top: 25px;
}

@media screen and (max-width: 640px) {

    .main .present .imgCnt {
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
    }
    .main .present .imgCnt img {
        width: 100%;
    }
    .main .present .imgCnt .vaImg {
        width: 60%;
        margin: 0 auto 5px;
    }
    .main .present .detail {
        width: 100%;
        float: left;
    }
    .main .present .note {
        margin-top: 15px;
    }

}

/* -------------- 特設ページリンク -------------- */

.main .special {
    width: 100%;
    margin-top: 25px;
    padding: 10px;
    border: 1px solid #ddd;
    display: table;
}
.main .special .txt {
    width: 520px;
    padding: 0 10px 0 5px;
    display: table-cell;
    vertical-align: middle;
}
.main .special .bnr {
    /*width: 145px;*/
    width: 220px;
    display: table-cell;
}
.main .special .title {
    font-size: 14px;
    font-weight: bold;
}
.main .special .more {
    color: #008cbd;
    text-decoration: underline;
}
.main .onOver {
    display: block;
}

@media screen and (max-width: 640px) {

    .main .special .txt {
        width: 100%;
        padding: 0 0 12px;
        display: block;
    }
    .main .special .bnr {
        width: 100%;
        display: block;
        text-align: center;
    }
    .main .special .more {
        font-size: 12px;
    }

}

/* -------------- 応募はこちら -------------- */

.main .apply {
    margin-top: 25px;
    padding: 12px;
    background: #eee;
    font-weight: bold;
    text-align: center;
}
.main .apply .deadline {
    width: 315px;
    margin-right: 10px;
    padding: 15px;
    background: #fff;
    color: #00afec;
    font-size: 20px;
    float: left;
}
.main .apply .btn a {
    width: 315px;
    padding: 15px 15px 15px 45px;
    border-radius: 3px;
    font-size: 18px;
    float: right;
    background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 90px center;
    background-size: 20px;
    color: #fff;
    display: block;
}
.main .apply .small {
    font-size: 70%;
}


@media screen and (max-width: 640px) {

    .main .apply {
        padding: 0;
        background: #fff;
    }
    .main .apply .deadline {
        width: 100%;
        margin: 0 0px 15px 0;
        padding: 0;
        color: #00afec;
        font-size: 16px;
        float: none;
    }
    .main .apply .btn a {
        width: 100%;
        max-width: 414px;
        margin: auto;
        padding: 15px 15px 15px 10%;
        font-size: 18px;
        float: none;
        background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 28% center;
        background-size: 17px;
    }

}

/* ************************************************************************
* 
*	プレゼント｜個人情報の取扱いについて
*
************************************************************************ */

.main .readme {
    font-size: 16px;
    font-weight: bold;
}
.privacy .main h3 {
    margin: 20px 0;
    font-size: 16px;
}
.privacy .main ul {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.privacy .main ul li {
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

/* -------------- 応募ボタン -------------- */

.formBtn {
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.formBtn .next a {
    width: 320px;
    padding: 12px 12px 12px 30px;
    background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 42px center;
    background-size: 20px;
    color: #fff;
    border-radius: 3px;
    float: left;
    display: block;
}
.formBtn .back a {
    width: 320px;
    padding: 12px;
    background: #eee;
    border-radius: 3px;
    float: right;
}

@media screen and (max-width: 640px) {

    .privacy .inner {
        padding-bottom: 0;
    }
    .privacy .column .main {
        margin-bottom: 0;
    }
    .formBtn .next a {
        width: 100%;
        max-width: 414px;
        margin: 0 auto 20px;
        background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 30px center;
        background-size: 20px;
        float: none;
    }
    .formBtn .back a {
        width: 100%;
        max-width: 414px;
        margin: auto;
        float: none;
    }

}

/* ************************************************************************
* 
*	プレゼント｜応募フォーム
*
************************************************************************ */

.form .main h3 {
    margin: 15px 0 25px;
    font-size: 16px;
}
.present{
    font-size: 14px;
}
.main .att {
    margin: 25px 0 30px;
    padding: 15px;
    border: 1px solid #eee;
    font-size: 12px;
}
.main .att ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.main .entry{
    font-weight: bold;
}
.main .error{
    display: block;
    color: #ee0000;
    font-size: 11px;
}
.main .error span{
    color:#000;
}

@media screen and (max-width: 640px) {

    .form .inner {
        padding-bottom: 0;
    }
    .form .column .main {
        margin-bottom: 0;
    }

}

/* -------------- チェックボックス -------------- */

.main input[type="checkbox"] {
    display: none;
}
.main label.check {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
}
.main label.check::before {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    background : linear-gradient(180deg, #fff 0%, #fff 50%, #ececec 50%, #ececec 100%);
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: top;
}
.main input[type="checkbox"]:checked + label.check::before {
    background: #8ec9fa;
    background : linear-gradient(180deg, #e4faff 0%, #8ec9fa 50%, #c9f3fe 100%);
    border: 1px solid #5f64b3;
}
.main input[type="checkbox"]:checked + label.check::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 2px;
    width: 12px;
    height: 5px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    zoom:1;
}

/* -------------- ラジオボタン -------------- */

.main input[type="radio"] {
    display: none;
}
.main label.radio {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}
.main label.radio::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    background : linear-gradient(180deg, #fff 0%, #fff 50%, #ececec 50%, #ececec 100%);
    border: 1px solid #ccc;
    border-radius: 100%;
}
.main input[type="radio"]:checked + label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    background: #333;
    border-radius: 100%;
}

/* -------------- 入力エリア -------------- */

.main .rTxt {
    color: #ff0000;
}
.main .sTxt {
    font-size: 12px;
}
.main table {
    width: 100%;
    margin-top: 20px;
}
.main table tr {
    border-top: 1px solid #ddd;
}
.main table tr:last-child {
    border-bottom: 1px solid #ddd;
}
.main table th {
    width: 190px;
    padding: 20px;
    background: #e9f9ff;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.main table td {
    padding: 20px 0 20px 30px;
}
.main table td p {
    padding-left: .5em;
    display: inline;
}
.main input[type="text"] {
    margin-right: .5em;
    padding: 5px;
}
.main .ml {
    margin-left: .5em;
}
.main .mb {
    margin-bottom: 8px;
}
.main .txtBoxS {
    width: 175px;
}
.main .txtBoxL {
    width: 315px;
}
.main table td ul, .main table td ul li {
    display: inline-block;
}
.main table td ul li:first-child {
    margin-right: 20px;
}
.main select {
    width: 136px;
    padding: 2px 20px 2px 10px;
    letter-spacing: 1px;
    color: #333;
    background : url(../img/ic_arrow_select.png) no-repeat, linear-gradient(180deg, #fff 0%, #ececec 100%);
    background : url(../img/ic_arrow_select.png) no-repeat, -webkit-linear-gradient(-90deg, #fff 0%, #ececec 100%);
    background-position: 120px center, center top;
    background-size: 6px 12px , 100%;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.main select#prefecture{
    margin-bottom: 20px;
}
:root .main select {/*IE 9～*/
    padding: 2px 10px 2px 10px\0;
    color: #333;
    background : none\0;
}
.mailmagazine {
    padding: 20px 0 25px;
    border-bottom: 1px solid #ddd;
}
.mailmagazine p {
    width: 510px;
    margin: auto;
}
.mailmagazine label {
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 640px) {

    .main table {
        width: 100%;
        padding: 0 12px;
    }
    .main table tr {
        border-top: none;
    }
    .main table th {
        width: 100%;
        display: block;
        float: left\9;
    }
    .main table td {
        width: 100%;
        display: block;
        padding-left: 5px;
        float: left\9;
    }
    .main table td p {
        padding-left: 0;
    }
    .main input[type="text"] {
        margin-right: 5px;
    }
    .main .ml {
        margin-left: 5px;
    }
    .main input[size="3"]{
        width:4em;
        text-align: center;
    }
    .main input[size="4"]{
        width:5em;
        text-align: center;
    }
    .main .txtBoxS {
        width: 70%;
    }
    .main .txtBoxL {
        width: 88%;
        max-width: 315px;
    }
    .main table td ul li:first-child {
        margin-right: 10px;
    }
    .main select {
        letter-spacing: 0;
        padding: 2px 15px 2px 10px;
    }
    .main textarea {
        width: 88%;
    }
    /*.main textarea:focus,
    .main textarea:hover {
        height: 24em;
    }*/
    .main .mailmagazine p {
        width: auto;
        margin: auto;
    }

}

/* -------------- 送信ボタン -------------- */

.main input[type="submit"] {
    display: block;
    width: 320px;
    padding: 9px 0 8px 40px;
    background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 80px center;
    background-size: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s;
    float: left;
    font-family: "Open Sans","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.main input[type="submit"]:hover {
    background: #66cff4 url("../img/ic_link_arrow_01.png") no-repeat 80px center;
    background-size: 20px;
}


@media screen and (max-width: 640px) {

    .main input[type="submit"] {
        width: 100%;
        max-width: 414px;
        margin: 0 auto 20px;
        padding: 10px 0 10px 8%;
        background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 27% center;
        background-size: 18px;
        float: none;
        font-size: 17px;
    }
    .main input[type="submit"]:hover {
        background: #66cff4 url("../img/ic_link_arrow_01.png") no-repeat 27% center;
        background-size: 18px;
    }

}

/* -------------- リセットボタン -------------- */

.main input[type="reset"] {
    display: block;
    width: 320px;
    padding: 9px 0 8px;
    background: #eee;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s;
    float: right;
    font-family: "Open Sans","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.main input[type="reset"]:hover {
    background: #f5f5f5;
    color: #949494;
}

@media screen and (max-width: 640px) {

    .main input[type="reset"] {
        width: 100%;
        max-width: 414px;
        padding: 10px 0;
        margin: auto;
        float: none;
        font-size: 17px;
        -webkit-appearance: none;
    }

}

/* ************************************************************************
* 
*	プレゼント｜応募内容確認
*
************************************************************************ */

.confirm .main h3 {
    margin: 15px 0 25px;
    font-size: 16px;
}
.confirm .main table td {
    padding: 20px 30px 20px 30px;
}

@media screen and (max-width: 640px) {

    .confirm .inner {
        padding-bottom: 0;
    }
    .confirm .column .main {
        margin-bottom: 0;
    }
    .confirm .main table td {
        padding: 20px 30px 20px 20px;
    }

}

/* -------------- 非アクティブなチェックボックス -------------- */

.confirm .mailmagazine span{
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    font-weight: bold;
}
.confirm .mailmagazine span::before {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    background : linear-gradient(180deg, #fff 0%, #fff 50%, #ececec 50%, #ececec 100%);
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: top;
}
.confirm .mailmagazine span.on::before {
    background: #8ec9fa;
    background : linear-gradient(180deg, #e4faff 0%, #8ec9fa 50%, #c9f3fe 100%);
    border: 1px solid #5f64b3;
}
.confirm .mailmagazine span.on::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 2px;
    width: 12px;
    height: 5px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    zoom:1;
}

/* -------------- 送信ボタン -------------- */

.confirm .formBtn p{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.confirm .main input[type="submit"] {
    background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 128px center;
    background-size: 20px;
}
.confirm .main input[type="submit"]:hover {
    background: #66cff4 url("../img/ic_link_arrow_01.png") no-repeat 128px center;
    background-size: 20px;
}

@media screen and (max-width: 640px) {

    .confirm .formBtn p{
        font-size: 14px;
    }
    .confirm .main input[type="submit"] {
        background: #00afec url("../img/ic_link_arrow_01.png") no-repeat 42% center;
        background-size: 18px;
    }
    .confirm .main input[type="submit"]:hover {
        background: #66cff4 url("../img/ic_link_arrow_01.png") no-repeat 42% center;
        background-size: 18px;
    }

}

/* ************************************************************************
* 
*	プレゼント｜プレゼント応募完了
*
************************************************************************ */

/* -------------- トップメッセージ -------------- */

.main .thanks{
    padding: 50px 0;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.main .message{
    margin: 0px 0 30px;
    font-size: 60px;
    color: #00afec;
    line-height: 1;
}
.main .message + p{
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {

    .main .message{
        font-size: 34px;
    }
    .main .message + p{
        width: 84%;
        margin: auto;
        font-size: 13px;
        font-weight: normal;
    }

}

/* -------------- ボタンエリア -------------- */

.main .btnarea{
    margin: 30px auto;
    padding: 16px;
    background: #6bcff2;
}
.main .btnarea .btn a{
    width: 310px;
    padding: 12px 0 12px 30px;
    float: left;
    background: #fff url("../img/ic_link_arrow_02.png") no-repeat 80px center;
    background-size: 20px;
    border-radius: 3px;
    text-align: center;
    color: #00afec;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.main .btnarea .btn:nth-child(2n) a{
    float: right;
}
.main .btnarea #btnPre a{
    padding: 12px 0 12px 30px;
    background: #fff url("../img/ic_present.png") no-repeat 55px center;
    background-size: 26px;
}
.main .btnarea .btn.rec01 a{
    background: #fff url("/common/img/ic_b_recommend_sp.png") no-repeat 80px center;
    background-size: 20px 20px;
}
.main .btnarea .btn.rec02 a{
    background: #fff url("/common/img/ic_g_recommend_sp.png") no-repeat 80px center;
    background-size: 20px 20px;
}

@media screen and (max-width: 640px) {

    .main .btnarea{
        padding: 3%;
    }
    .main .btnarea .btn a{
        width: 48%;
        padding: 12px 0 12px 15px;
        background: #fff url("../img/ic_link_arrow_02.png") no-repeat 12px center;
        background-size: 15px;
        font-size: 13px;
    }
    .main .btnarea #btnPre a{
        padding: 12px 0 12px 16px;
        background: #fff url("../img/ic_present.png") no-repeat 5px center;
        background-size: 15px;
        letter-spacing:-1px;
    }
    .main .btnarea .btn.rec01 a{
        padding-left: 7%;
        background: #fff url("/common/img/ic_b_recommend_sp.png") no-repeat 10% center;
        background-size: 15px;
    }
    .main .btnarea .btn.rec02 a{
        padding-left: 7%;
        background: #fff url("/common/img/ic_g_recommend_sp.png") no-repeat 10% center;
        background-size: 15px;
    }

}

/* -------------- バナーエリア -------------- */

.main .bnrArea {
    margin: 25px auto 30px;
    padding: 25px 0 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.main .bnrArea h2{
    margin-bottom: 12px;
}
.main .bnrArea ul li{
    width: 210px;
    margin: 0 18px 18px 0;
    float: left;
    border: 1px solid #dfe0de;
}
.main .bnrArea ul li:nth-child(3n){
    margin-right: 0;
}
.main .bnrArea ul li img{
    width: 100%;
}

@media screen and (max-width: 640px) {

    .main .bnrArea ul li{
        width: 48%;
        margin: 0 2% 2% 0;
    }
    .main .bnrArea ul li:nth-child(3n){
        margin-right: 2%;
    }
    .main .bnrArea ul li:nth-child(2n){
        margin-right: 0;
    }

}

/* -------------- 勧誘バナー -------------- */

.main .famigekiBnr{
    width: 667px;
    margin: 0 auto 40px;
    background: #66cff4;
}
.main .famigekiBnr ul{
    padding: 10px;
}
.main .famigekiBnr ul li{
    float: left;
    width: 316px;
    margin-right: 13px;
}
.main .famigekiBnr ul li:last-child{
    margin-right: 0;
    /*float: right;*/
}

@media only screen and (max-width: 640px) {

    .main .famigekiBnr{
        width: 100%;
        margin: 0;
        padding: 15px 12px 3px 12px;
        background: #eee;
    }
    .main .famigekiBnr ul{
        padding: 0;
    }
    .main .famigekiBnr ul li{
        margin: 0 0 12px 0;
        width: 100%;
    }

}

