@charset "UTF-8";
/*
RID 2016.03 CPN
*/
/* ======================= SP版 ======================= */
html {
height: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: sans-serif;
font-size: 62.5%;
}
body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
background: #fff;
color: #000;
font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 12px;
}
body > div,
ul.linelist li {
font-size: 12px;
}
/* HTML5 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
display: block;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
/* Objects-normalize */
table {
border-collapse: collapse;
border-spacing: 0;
}
td,th {
padding: 0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #999999;
margin:1em 0;
padding:0;
}
img {
border-style:none;
vertical-align:bottom;
max-width: 100%;
height:auto;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
/* Letters */
div,p,li,dt,dd,th,td {
word-wrap: break-word;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,em,strong {
font-style: normal;
font-weight: bold;
}
dfn {
font-style: italic;
}
mark,em,strong,b {
font-style: normal;
font-weight: bold;
font-size: 100%;
}
mark {
background-color: #ffff00;
}
small,i,var {
font-style: normal;
font-weight: 400;
font-size: 100%;
}
small {
font-size: 80%;
}
sub,sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
pre {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace, serif;
font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-style: normal;
font-weight: bold;
}
ul,ol {
margin: 0;
padding: 0;
list-style: none;
}

a {
    color: #0070c0;
    text-decoration: underline;
    font-weight: 700;
}

a:hover {
    color: #01a2ed;
}

/************************ MAIN CSS ************************/

.main-contents{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 90px;
    background: #f0640f;
    color: #1b1b1b;
}

/************************ TOP ************************/
.top-banner {
    position: relative;
    width: 100%;
    margin:0 auto;
    padding-bottom: 32px;
    background: #fff;
}

.top-banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 32px 78px 0 78px;
    border-color: #ffce3b transparent transparent transparent;
}

.top-banner h1 {
    margin: 0 auto;
}

.end-txt {
    background: #f0640f;
    padding: 10px 20px 30px;
}

.end-txt p {
    margin: 0 auto;
    padding: 8px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.4rem;
    border: solid 3px #f30028;
    border-radius: 5px;
    color: #f30028;
    font-weight: 700;
    background: #fff;
}

/************************ download-wrap ************************/
.download-wrap h2 {
    position: relative;
    max-width: 280px;
    margin: 10px auto;
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: -2px;
    border-bottom: 7px solid #c9c9c9;
    line-height: .9;
}

.download-wrap h2:before{
    content: "";
    display: block;
    width: 27%;
    border-bottom: 7px solid #eb6100;
    position: absolute;
    bottom: 0;
    margin-bottom: -7px;
}

.download-wrap {
    position: relative;
    margin: 30px 20px 0;
    padding: 20px 20px 30px;
    border-radius: 30px;
    background: #fff8cc;
    text-align: center;
    z-index: 1;
}
.download-wrap ul {
    display: table;
    margin: 0 auto;
    background: url("http://pntc.ponta.jp.cdngc.net/cdn/campaign/lmp1703/sp/img/icon.png") no-repeat 50% 10%;
    background-size: 167px 161px;
    padding-top: 160px;
}

.download-wrap ul li {
    display: table-cell;
    padding: 30px 0 20px;
}

.download-wrap ul li:first-child {
    padding-right: 15px;
}

.download-wrap ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.download-wrap .cap-txt {
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

/************ cp-txt ************/
.cp-txt:before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: -55px;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    background-color: #f0640f;
}
.cp-txt:after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -55px;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    background-color: #f0640f;
}
.cp-txt {
    position: relative;
    margin: 15px 0 0;
    padding: 50px 15px 70px;
    background: #fff;
}

.cp-txt h3 {
    margin-top: 20px;
    padding-left: 8px;
    line-height: 1.1;
    border-left: solid 5px #3badca;
    font-size: 2.2rem;
}

.cp-txt h3:first-child {
    margin-top: 0;
}

.cp-txt p, .li-txt {
    padding-top: 10px;
}

.li-txt li {
    padding-left: 1em;
    text-indent: -1em;
}

.footer-icon {
    position: absolute;
    z-index: 1;
    bottom: -90px;
}

/************ copy ************/
.copy {
    padding: 10px;
    margin: 0 auto;
    background: #ffce3b;
    color: #010101;
    text-align: center;
    line-height: 2;
}
