@charset "euc-jp";

/*
Site Name: GetMoney!/げっとま
Description: dポイント10%増量キャンペーン
Last Update: 2021/01/20 m-ido
*/

/*共通*/
html {
    font-size: 62.5%;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
    padding: 10px 0;
    background: #fff;
    text-align: center;
}
.period {
    padding: 10px 0;
    background: #19ab79;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
}
.lead {
    text-align: center;
}
.lead span, .lead a {
    color: #e02121;
}
.flow {
    text-align: center;
}
.flow h2 {
    margin-bottom: 20px;
    color: #502b13;
}
/*btn*/
a.btn {
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#E02121;
    text-align:center;
    border:1px solid #E02121;
    color:#FFFFFF;
    font-weight: bold;
    border-radius:50px;
    box-shadow:1px 1px 0px 0px #FFFFFF inset;
    transition: all 0.5s ease;
}
a.btn :hover{
    background:#FFAA00;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:none;
}
/*dpoint_ad*/
.dpoint_ad {
    text-align: center;
    background: #19ab79;
}
.dpoint_ad h2 {
    color: #fff;
}
.dpoint_ad li a {
    display: block;
    text-decoration: none;
    color: #555;
}
/*note*/
.note dt {
    font-weight: bold;
}
.note span {
    font-weight: bold;
}
.note a {
    color: #3c98ff;
}
footer {
background: #19ab79;
    color: #fff;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
    .header_pc,
    .main_pc,
    .lead_pc,
    .about_pc,
    .flow_pc,
    a.btn.flow_pc,
    .shop_pc{
        display: none;
    }
    /*header*/
    .header_sp {
    text-align: left;
    padding: 10px 10px 2px;
    }
    .header_sp a {
        display: block;
        width: 25%;
    }
    .header_sp a img {
        width: 90%;
    }
    /*mainVisual*/
    .main_sp {
        font-size: 0;
    }
    .main_sp img {
        width: 100%;
    }
    .period_sp {
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .about_sp img {
        width: 100%;
    }
    .lead {
        margin: 20px 20px 40px;
        line-height: 1.8;
        font-size: 1.3rem;
    }
    .lead b {
        font-size: 1.9rem;
    }
    /*flow*/
    .flow > p {
        margin: 10px 0 20px;
        color: #e02121;
    }
    .flow h2 {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    .flow li {
        margin: 0 10px;
        padding: 10px;
        box-sizing: border-box;
        background: #f7f7eb;
    }
    .flow li p.getpoint_pc {
        display: none;
    }
    .flow li p {
        display: inline-block;
        border-radius: 5px;
        position: relative;
        margin: 0 auto -5px;
        padding: 10px 30px;
        background: #fde50e;
        box-sizing: border-box;
        font-size: 1.3rem;
        font-weight: bold;
        box-shadow: 0px 1px 2px 0px #626262;
    }
    .flow li p::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 100%;
        left: 47%;
        border: 10px solid transparent;
        border-top: 8px solid #fde50e;
    }
    .flow li.arrow {
        padding: 0;
        margin: 10px 0;
        background: #fff;
    }
    .flow li h3 {
        font-size:1.8rem;
        margin-bottom: 10px;
        letter-spacing: -0.05rem;
    }
    .flow li h3 span {
        margin-bottom: 3px;
        display: block;
        font-weight: bold;
        letter-spacing: normal;
    }
    .flow li div {
        font-size: 10px;
    }
    a.btn {
        margin: 0 auto 10px;
        padding: 20px 0;
        width: 100%;
        font-size: 1.6rem;
    }
    .flow li div {
        margin: 10px 0 0;
        font-size: 1.2rem;
    }
    /*dpoint_ad*/
    .dpoint_ad  h2.adh2_pc {
        display: none;
    }
    .dpoint_ad h2 {
        margin-bottom: 10px;
        font-size: 2.0rem;
    }
    .dpoint_ad {
        padding: 10px 0 40px;
    }
    .dpoint_ad li {
        position: relative;
        border-bottom: 1px solid #ccc;
        background: #fff;
        font-weight: bold;
    }
    .dpoint_ad li:before,.dpoint_ad li:after {
        background: #969696;
        border-radius: 4px;
        display: block;
        content: '';
        height: 2px;
        width: 9px;
        position: absolute;
        top: 50%;
        right: 10px;
    }
    .dpoint_ad li:before {
        margin-top: -4px;
        -webkit-transform: rotate(58deg);
        transform: rotate(58deg);
    }
    .dpoint_ad li:after {
        margin-top: 2px;
        -webkit-transform: rotate(-58deg);
        transform: rotate(-58deg);
    }
    .dpoint_ad li a {
        background: #fff;
        display: block;
        overflow: hidden;
        padding: 15px 20px 15px 10px;
    }
    .dpoint_ad li a p:nth-child(2){
        font-size: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60%;
        position: absolute;
        top: 34%;
        left: 140px;
        text-align: left;
    }
    .dpoint_ad li a img {
        float: left;
        width: 120px;
    }

    /*note*/
    .note {
        margin: 20px 0;
        padding: 0 0 40px;
    }
    .note h2 {
        padding: 10px 0;
        background: #3c3c3c;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
    }
    .note dl {
        padding: 15px;
        background: #f3f3f3;
        text-align: left;
        font-size: 1.3rem;
    }
    .note dl > div {
        margin-bottom: 10px;
        padding: 10px 10px 1px;
        background: #fff;
    }
    .note dl dd {
        margin-bottom: 15px;
    }
    .note a:hover {
        text-decoration: none;
    }    .note dl {
        line-height: 1.8;
    }
    .note dd {
        margin-bottom: 20px;
    }
    /*footer*/
    footer {
        padding: 20px 0;
        font-size: 1.0rem;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
     body {
        min-width: 1024px;
  }
    .header_sp,
    .main_sp,
    .lead_sp,
    .about_sp,
    .flow_sp,
    a.btn.flow_sp,
    .dpoint_ad ul li.shop_sp {
        display: none;
    }
    /*header*/
    .header_pc {
        padding: 10px 0;
        width: 850px;
        margin: 0 auto;
        text-align: left;
    }
    /*mainVisual*/
    .main_pc {
        background-color: #fdf572;
        background-image: url("img/bg_main.png");
        background-position: center top;
        background-repeat: no-repeat;
        text-align: center;
        font-size: 0;
    }
    .period {
        font-size: 22px;
    }
    /*about*/
    .about_pc {
        margin: 30px 0 0;
        text-align: center;
    }
    .lead {
        margin: 30px 0 60px;
        line-height: 1.8;
        font-size: 16px;
    }
    /*flow*/
    .flow > p {
        margin: -20px 0 100px;
        color: #e02121;
        font-size: 16px;
    }
    .flow h2 {
        font-weight: bold;
        font-size: 30px;
    }
    .flow li {
        position: relative;
        margin: 0 auto 30px;
        padding: 20px 0;
        width: 950px;
        border: 2px solid #502b13;
        box-sizing: border-box;
    }
    .flow li.arrow {
        display: none;
    }
    .flow li:nth-child(1)::before,
    .flow li:nth-child(3)::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 100%;
        left: 47%;
        border: 20px solid transparent;
        border-top: 16px solid #502b13;
}
    .flow li:nth-child(1)::after,
    .flow li:nth-child(3)::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        margin-top: -3px;
        top: 100%;
        left: 47%;
        border: 20px solid transparent;
        border-top: 16px solid #fff;
    }
    .flow li h3 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .flow li h3 span {
        padding: 2px 8px;
        margin-right: 10px;
        display: inline-block;
        background: #19ab79;
        color: #fff;
    }
    a.btn {
        margin: 0 auto;
        padding: 15px 0;
        width: 450px;
        font-size: 18px;
    }
    .flow li div {
        margin: 10px 0 5px;
        font-size: 14px;
    }
    .flow li p.getpoint_sp {
        display: none;
    }
    .flow li p {
        width: 380px;
        border-radius: 5px;
        position: relative;
        margin: 0 auto -5px;
        padding: 12px 0;
        background: #fde50e;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        box-shadow: 0px 1px 2px 0px #626262;
    }
    .flow li p::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 100%;
        left: 47%;
        border: 10px solid transparent;
        border-top: 8px solid #fde50e;
    }
    .flow a[target=_blank]::after {
        display: inline-block;
        content: "";
        margin-left: 7px;
        width: 15px;
        height: 15px;
        vertical-align: inherit;
        background: url("./img/ico_link.png") left center/auto 100% no-repeat;
    }

    /*dpoint_ad*/
    .dpoint_ad {
        padding: 30px 0;
    }
    .dpoint_ad  h2.adh2_sp {
        display: none;
    }
    .dpoint_ad h2 {
        font-size: 30px;
        font-weight: bold;
    }
    .dpoint_ad ul {
        width: 775px;
        padding: 10px 0;
        margin: 0 auto;
    }
    .dpoint_ad ul li {
        width: 235px;
        display: inline-block;
        margin: 10px;
        background: #fff;
    }
    .dpoint_ad li a {
        padding: 20px 0;
        font-size: 15px;
        font-weight: bold;
    }

    /*note*/
    .note {
        width: 950px;
        margin: 50px auto 80px;
        text-align: center;
    }
    .note h2 {
        padding: 10px 0;
        background: #3c3c3c;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    .note dl {
        padding: 20px 40px;
        background: #f3f3f3;
        line-height: 1.8;
        text-align: left;
        font-size: 14px;
    }
    .note dl > div {
        margin-bottom: 20px;
        padding: 20px 20px 1px;
        background: #fff;
    }
    .note dl dd {
        margin-bottom: 25px;
    }
    .note a:hover {
        text-decoration: none;
    }
    footer {
        padding: 15px 0;
        font-size: 13px;
        text-align: center;
    }
}