@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
/* ベース */
/* ※#dummyIDはURLに置換すること！※ */
#pointplus {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
}
#pointplus .happypoint a {
    color: #0068b7 !important;
    text-decoration: underline;
}
#pointplus ul {
    padding: 0;
    list-style: none;
}
#pointplus .seotitletxt {
    margin-bottom: 5px;
}

/* サブタイトル　パターンⅢ（画像＋テキスト） */
#pointplus .period {
    background-color: #000000;
    padding: 5px;
}
#pointplus .period p {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
#pointplus .period .br_sp{
	display: none;
}
#pointplus .titleImg {
    margin-bottom: 20px;
}
#pointplus .titleImg img {
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#pointplus .patternImg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#pointplus .patternImg img {
    max-width: 490px;
    width: 100%;
    height: auto;
}
#pointplus .annotation {
    color: #ff0000;
}
#pointplus .happypoint {
    color: #000000;
    background-color: #f9f9f9;
    padding: 2%;
}
#pointplus .title {
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    background: #e6e6e6;
    margin-top: 40px;
    color: #000000;
    text-align: center;
}
#pointplus .happypoint .subtitle {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
}
#pointplus .happypoint .copy {
    margin: 10px 0 0;
}
#pointplus .happypoint dt:before {
    content: "・";
}
#pointplus .happypoint dt {
    margin: 5px 0 0;
    font-weight: bold;
}
#pointplus .happypoint dd {
    margin: 4px 14px;
}
#pointplus .happypoint .caution li:before {
    content: "・";
}
#pointplus .happypoint .caution li {
    margin-top: 4px;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
/* ベース */
/* ※#dummyIDはURLに置換すること！※ */
#pointplus {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 750px;
}
#pointplus .happypoint a {
    color: #0068b7 !important;
    text-decoration: underline;
}
#pointplus ul {
    font-size: 14px;
    margin: 8px;
}
#pointplus .title{
    font-size: 20px;
}

/* サブタイトル　パターンⅢ（画像＋テキスト） */
#pointplus .period {
    background-color: #000000;
    padding: 5px;
}
#pointplus .period p {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#pointplus .period .br_sp{
	display: block;
}
#pointplus .patternImg {
    margin: 0 2%;
    display: block;
}
#pointplus .patternImg img {
    max-width: 750px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#pointplus .annotation {
    color: #ff0000;
}
#pointplus .happypoint {
    color: #000000;
    background-color: #f9f9f9;
    padding: 1% 3% 5%;
}
#pointplus .happypoint .subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
#pointplus .happypoint .copy {
    margin: 10px 0 0;
    font-size: 14px;
}
#pointplus .happypoint dt:before {
    content: "・";
}
#pointplus .happypoint dl {
    font-size: 14px;
}
#pointplus .happypoint dt {
    margin: 5px 0 0;
}
#pointplus .happypoint dd {
    margin: 8px 12px;
}
#pointplus .happypoint .caution li {
    margin-top: 3%;
}
#pointplus .happypoint .caution li:before {
    content: "・";
}


}
