@charset "utf-8";

/* 共通
========================================================*/
p{ margin: 0; }
ul, ol{ margin: 0; padding: 0;}
li{ list-style: none; }
.cont-wrap a { color: #0670b5; text-decoration: underline;}
.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.color-att { color: #ff3333;}
.cont-wrap *, .cont-wrap *:before, .cont-wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* コンテンツ（PC：960px以上）
========================================================*/
/* 共通
=============================*/
.off-txt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #e02b19;
}

.sp, .br-sp {
    display: none;
}

#contents {
    padding-top: 15px;
    padding-bottom: 0;
}

#appbp {
    color: #04080f;
    font-size: 14px;
}

#appbp img {
    vertical-align: middle;
}

.cont-wrap {
    max-width: 980px;
    margin: 0 auto;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ", Meiryo, sans-serif;
    background: #c5e7f8;
}

.btn-wrap {
    width: 94%;
    margin: 20px auto 30px;
    text-align: center;
    font-weight: 700;
}

.btn-wrap a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-wrap .qa {
    position: relative;
    padding-left: 16px;
}

.btn-wrap .qa::before,
.btn-wrap .qa::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
}

.btn-wrap .qa::before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0670b5;
}

.btn-wrap .qa::after{
    left: 5px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
}

.entry {
    max-width: 814px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.entry .inn {
    position: relative;
    padding: 20px 20px 55px;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

.entry h3 {
    padding: 12px;
    border-radius: 16px 16px 0 0;
    background: #0670b5;
}
.entry h3 img{
    width: 94%;
    max-width: 376px;
}

.cont-box {
    max-width: 814px;
    width: 94%;
    margin: 32px auto;
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    background: #ffeec1;
}

.cont-box .inn {
    max-width: 745px;
    margin: 30px auto 0;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.app-wrap {
    text-align: center;
    margin: 20px auto 10px;
}
.app-wrap li {
    display: inline-block;
    width: 40%;
}

.app-ttl{
    font-family: Meiryo, sans-serif;
    max-width: 210px;
    margin: 0 auto;
    padding: 2px;
    border: 2px solid #775833;
    font-size: 16px;
    font-weight: 700;
    color: #775833;
    border-radius: 3px;
}
.qr-img {
    max-width: 120px;
    margin: 20px auto;
}

.app-btn {
    max-width: 192px;
    margin: 0 auto;
}

.cp-txt {
    max-width: 814px;
    width: 94%;
    margin: 32px auto;
    padding: 32px;
    text-align: left;
    border-radius: 16px;
    font-size: 12px;
    background: #fff;
}

.cp-txt h4 {
    position: relative;
    font-size: 16px;
    padding-left: 22px;
}
.cp-txt h4::before,
.cp-txt h4::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.cp-txt h4::before {
    top: 50%;
    left: 10px;
    z-index: 2;
    width: 14px;
    height: 14px;
    background: #ffcf4c;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp-txt .txt-box {
    padding: 10px 22px 15px;
}

.cp-txt .li-txt li {
    padding-left: 1em;
    text-indent: -1em;
}


/* コンテンツ（PC/TB：768px以上）
========================================================*/
@media (min-width: 768px) {
    .entry .att-txt {
        position: absolute;
        width: 41%;
        text-align: left;
        font-size: 12px;
        color: #ff3333;
        bottom: 20px;
        left: 34%;
        line-height: 1.4;
    }
}


/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
    .pc, .br-pc {
        display: none;
    }
    .sp, .br-sp {
        display: block;
    }
    .cont-wrap {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
    }
    .off-txt {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .btn-wrap {
        margin-bottom: 20px;
        font-size: 10px;
        line-height: 1.4;
    }
    .cont-box {
        max-width: 814px;
        width: 100%;
        margin: 32px auto 10px;
        padding: 20px 15px;
        text-align: center;
        border-radius: 0;
    }
    .cont-box .inn {
        padding: 15px;
    }
    .cont-box .inn h4 {
        width: 86%;
        margin: 0 auto;
    }
    .entry {
        width: 86%;
    }
    .entry .inn {
        padding: 20px 20px 20px;
    }
    .entry .att-txt {
        position: unset;
        text-align: left;
        font-size: 12px;
        color: #ff3333;
        margin: 15px auto 5px;
        line-height: 1.2;
    }
    .app-wrap li {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
    }
    .app-wrap li:last-child {
        margin-right: 0;
    }
    .app-ttl {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .cp-txt {
        padding: 20px 10px;
        font-size: 12px;
    }
    .cp-txt h4 {
        font-size: 14px;
        padding-left: 18px;
    }
    .cp-txt h4::before {
        width: 12px;
        height: 12px;
    }
    .cp-txt .txt-box {
        padding: 10px 18px 15px;
    }
}

/* コンテンツ（iPhone5/SE：320px以下）
========================================================*/
@media screen and (max-width: 320px) {

}
