@charset "utf-8";

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#contents {
    background: #fff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #faf3eb;
}

body.skyblue #contents {
    background-color: #e8f5fa;
}

#contents .inner {
    width: 100%;
    max-width: 980px;
    background-color: #ffffff;
}

.container-wrap {
    min-width: auto;
}

.display-sp {
    display: none;
}
.display-pc {
    display: block;
}

#contents {
    position: relative;
}

.campaign-period {
    font-family: "HGP明朝E", "HGP明朝B", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.6rem;
}
.tips {
    font-size: 1.4rem;
}

h2 span {
    display: block;
    background-color: #29bbef;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
}

body.orange h2 span {
    background-color: #f08510;
}

h2 {
    margin-bottom: 25px;
}

h2::after {
    content: '';
    width: 100%;
    height: 17px;
    display: block;
    background: transparent url(https://pntc.sslcs.cdngc.net/cdn/campaign/zanshoponta/img/arrow_01_b.png) no-repeat 50% -1px;
    background-size: auto 100%;
    margin-top: -1px;
}

body.orange h2::after {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/zanshoponta/img/arrow_01_o.png);
}

dl.summary {
    padding: 0 10px;
    line-height: 220%;
}

dl.summary dd {
    float: left;
    width: 40%;
}

dl.summary dd img {
    width: 100%;
}

dl.summary dt {
    float: right;
    width: 60%;
    text-align: left;
}

dl.summary dt div {
    padding-left: 15px;
}

body.skyblue dl.summary dd {
    float: right;
}

body.skyblue dl.summary dt {
    float: left;
}

dl.summary .deco01 {
    font-weight: bold;
    font-size: 180%;
    color: #d97700;
}

dl.summary .deco02 {
    font-weight: bold;
    font-size: 180%;
}

dl.summary .deco03 {
    color: #e50012;
}

section {
    margin-bottom: 25px;
}

ul.col2 {
    padding: 0 15px;
}

ul.col2 li {
    float: left;
    width: 50%;
    position: relative;
}

ul.col3,
ul.col4 {
    padding: 0 15px;
}

ul.col3 li,
ul.col4 li {
    float: left;
    width: 28%;
    position: relative;
    display: table;
    box-sizing: border-box;
}

ul.col4 li {
    width: 20%;
}

ul.col3 li div.flow,
ul.col4 li div.flow {
    box-shadow:0px 0px 2px 2px #f2a732;
    border:1px solid #f08510;
    border-radius: 10px;
    padding: 15px;
    font-size: 1.56rem;
    display: table-cell;
    vertical-align: middle;
    height: 180px;
}

body.skyblue ul.col3 li div.flow,
body.skyblue ul.col4 li div.flow {
    box-shadow:0px 0px 2px 2px #29bbef;
    border:1px solid #29bbef;
}

ul.col3 li div.flow img,
ul.col4 li div.flow img {
    margin-bottom: 15px;
    max-width: 75px;
    max-height: 61px;
}

ul.col3 li div.flow img.large,
ul.col4 li div.flow img.large {
    margin: 15px 0 0;
    max-width: 120px;
    max-height: 100px;
}

ul.col3 li.arrow,
ul.col4 li.arrow {
    float: left;
    width: 8%;
    height: 200px;
    position: relative;
}

ul.col4 li.arrow {
    width: 6.666%;
}

ul.col3 li.arrow::before,
ul.col4 li.arrow::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/zanshoponta/img/arrow_01_o.png) no-repeat center center;
    background-size: 50% auto;
    transform: rotate(270deg);
}

body.skyblue ul.col3 li.arrow::before,
body.skyblue ul.col4 li.arrow::before {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/zanshoponta/img/arrow_01_b.png);
}

.twitter_button {
    background-color: #1da1f2;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 90%;
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
}

.twitter_button,
a img {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.twitter_button:hover,
a:hover img {
    opacity: 0.5;
}

pre {
    text-align: left;
    padding: 0 15px;
    white-space: pre-wrap;
    font-family: inherit;
    font-size: 90%;
    overflow-y: scroll;
    line-height: 180%;
    height: 20em;
    background-color: #faf3eb;
    padding: 10px;
    margin: 0 20px;
}

body.skyblue pre {
    background-color: #e8f5fa;
}

section.sponsorship ul {
    padding: 0 15%;
}

section.sponsorship ul li {
    display: inline-block;
    width: 30%;
}

section.sponsorship p {
    font-size: 130%;
    margin-bottom: 15px;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    ul.col3 li div.flow,
    ul.col4 li div.flow {
        font-size: 1.5rem;
        padding: 15px 10px;
    }
    .twitter_button {
        font-size: 80%;
    }
}

@media screen and (max-width: 880px) {
    ul.col3 li div.flow,
    ul.col4 li div.flow {
        font-size: 1.4rem;
        padding: 15px 5px;
    }
    .twitter_button {
        font-size: 70%;
    }
}

@media screen and (max-width: 767px) {
    .display-pc {
        display: none;
    }
    
    .display-sp {
        display: block;
    }

    .campaign-period {
        font-size: calc(100vw * 0.030);
    }
    
    h2 span {
        font-size: 1.75rem;
    }

    dl.summary {
        padding: 0;
    }
    
    dl.summary dd {
        margin-top: 15px !important;
        float: none !important;
        width: auto !important;
    }

    dl.summary dt {
        float: none !important;
        width: auto !important;
        padding: 0 10px !important;
    }

    dl.summary dt div {
        padding: 0 15px !important;
    }

    ul.col2 li {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    ul.col3 li,
    ul.col4 li {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    ul.col3 li div.flow,
    ul.col4 li div.flow {
        font-size: 1.7rem;
        padding: 15px;
    }
    .twitter_button {
        font-size: 100%;
    }

    ul.col3 li.arrow,
    ul.col4 li.arrow {
        float: none;
        width: 100%;
        max-width: 300px;
        height: 45px;
        margin: 0 auto;
    }

    ul.col3 li.arrow::before,
    ul.col4 li.arrow::before {
        background-size: auto 40%;
        transform: rotate(0deg);
    }
    
    pre {
        margin: 0 30px;
    }

    section.sponsorship ul {
        padding: 0 15px;
    }
    
    section.sponsorship p {
        padding: 0 15px;
    }
}

.fc-red {
	color: #e50012;
}