@charset "shift_jis";
@import "base.css";

/* ------------------------------------------------------------
	即PAT
------------------------------------------------------------ */

/* common
--------------------------------------------------------- */
body {
    min-width: 100%;
    background: none;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
}
a {
    color: #1d2087;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
}
a:focus,
*:focus {
    outline: none;
}
a:hover img,
img.fade:hover {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=70);
}
* {
    box-sizing: border-box;
}
.clearfix::after {
    content: '';
    clear: both;
    display: block;
}
.sp {
    display: none;
}
article {
    background: url(../img/bg_index.png) repeat top center;
    border-top: 4px solid #fff;
    width: 100%;
    padding: 19px 0 44px;
    position: relative;
}
footer {
    background-color: #007563;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
}
.inner_cont {
    border-radius: 18px;
    max-width: 830px;
    width: 100%;
    margin: auto;
    padding: 20px 25px;
}

/* header / MV
--------------------------------------------------------- */
header {
    background-color: #007563;
    width: 100%;
}
.inner_header {
    max-width: 940px;
    margin: auto;
    padding: 10px 17px 7px;
}
/* mv_area */
.mv_area {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 20px;
    position: relative;
}

/* point_area */
.point_area {
    width: 90%;
    max-width: 830px;
    margin: 0 auto 20px;
    position: relative;
}

/* banklist_area */
.banklist_area {
    width: 90%;
    max-width: 830px;
    margin: 0 auto 10px;
    position: relative;
}
.bank-ul {
    overflow: hidden;
    text-align:center;
}
.bank-ul li {
    display: inline-block;
}
.btn_link {
    max-width: 530px;
    margin: 10px auto 0;
    padding: 0 20px;
}

/* notice */
.notice {
    width: 90%;
    max-width: 830px;
    margin: 0 auto 20px;
    position: relative;
}
strong.red {
    color: #c02;
}

/* #movie
--------------------------------------------------------- */
#movie {
    width: 98%;
    margin: auto;
}
#movie .inner_cont {
    background-color: #fff;
}
.movie_area {
    background-color: #31bde4;
    border-style: solid; 
    border-width:2px;
    border-color: #fff000;
    padding: 25px 25px;
}
.movie_area .area_ttl {
    margin-bottom: 25px;
}
.col2_block .col {
	background-color: #31bde4;
    width: 48%;
    max-width: 350px;
    float: left;
}
.col2_block .col + .col {
    float: right;
}

.col2_block .btn {
	background-color: #31bde4;
    width: 100%;
    max-width: 350px;
    margin-top
    float: left;
}

.btn-center {
    text-align: center;
}

/* modal
--------------------------------------------------------- */
.popup {
    cursor: pointer;
}
.movie_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal_area {
    display: none;
    width: 80%;
    max-width: 100vw;
    max-height: 100vh;
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 12;
}
.inner_modal {
    display: none;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    max-width: 765px;
    margin: auto;
    position: relative;
}
.inner_modal .modal_cont {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    font-size: 130%;
    font-weight: bold;
    padding: 65px 55px 35px;
    overflow-x: scroll;
}
.inner_modal .modal_cont p + p {
    margin-top: 20px;
}
.inner_modal .modal_close {
    position: absolute;
    top: 0;
    left: 0;
}
.inner_modal .modal_close:hover {
    cursor: pointer;
    opacity: 0.7;
}
.modalOverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 11;
}

@media (max-width:640px) {
    /* common
    --------------------------------------------------------- */
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    article {
        border-top: 3px solid #fff;
        padding: 9px 0 22px;
    }
    footer {
        font-size: 90%;
        padding: 10px;
    }
    .inner_cont {
        padding: 15px;
    }
    
    /* header / MV
    --------------------------------------------------------- */
    .inner_header {
        padding: 7px 7px 5px;
    }
    .inner_header a {
        display: block;
        width: 65px;
    }
    /* mv_area */
    .mv_area {
        width: 100%;
        margin: 0 auto 20px;
    }

    /* point_area */
    .point_area {
        width: 90%;
        margin: 0 auto 20px;
    }

    /* #movie
    --------------------------------------------------------- */
    .movie_area {
        padding: 20px 30px;
    }
    .movie_area .area_ttl {
        margin-bottom: 5%;
    }
    .col2_block .col {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 5% auto 0;
    }
    .col2_block .col + .col {
        float: none;
    }

    /* modal
    --------------------------------------------------------- */
    .inner_modal .modal_cont {
        font-size: 100%;
        padding: 35px 25px 15px;
    }
    .inner_modal .modal_cont p + p {
        margin-top: 10px;
    }
    .inner_modal .modal_close {
        width: 30px;
    }
}


/* ------------------------------------------------------------
	General
------------------------------------------------------------ */
.mt50 { margin-top: 50px; }
.mt40 { margin-top: 40px; }
.mt30 { margin-top: 30px; }
.mt25 { margin-top: 25px; }
.mt20 { margin-top: 20px; }
.mt15 { margin-top: 15px; }
.mt10 { margin-top: 10px; }
.mt5 { margin-top: 5px; }
.mb20 { margin-bottom: 20px; }
.t_c { text-align: center; }
.wbk { word-break: break-all; }


/* ----------------------------------------
	color
----------------------------------------- */
.txtGreen{
	color:#007563;
}

.txtRed{
	color:#e50012;
}

.txtBlue{
	color:#1d2087;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.soku_pc { display: block !important; }
.soku_sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.soku_pc { display: none !important; }
.soku_sp { display: block !important; }
}