body {position:relative;font-size: 14px;line-height: 1.4em;margin: 0;padding: 0;background: #fff0f3;font-family: Meiryo,  'Hiragino Kaku Gothic ProN', 'MS PGothic', Sans-serif;letter-spacing: 0;
    background-repeat: repeat;
}
h1,h2,h3{margin:0;font-weight:normal;line-height: 1.4em;}
p,li{color:#4d4b51;}
p,ul,li,dl,dt,dd{margin: 0;padding: 0;}
dt{font-weight:normal;}
li {list-style: none;}
a {text-decoration:none;}
.is_centered{text-align:center;}

.is_strong{
    color: #e75454;
    font-weight: bold;
}


header{
    width: 100%;
    padding: 8px 0;
    background-color: #fe7b93;
    background-repeat: repeat;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.logo{
    text-align: center;
    line-height: 1;
}
.sect{
    padding-top: 20px;
    padding-bottom: 20px;
}
.tit{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.txt{
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    font-size: 12px;
}
.dl-item{
    text-align: center;
    margin: auto 12px 12px;
}
.dl-item__btn {
    display: block;
}
.dl-item__btn__image{
    width: 100%;
}
.dl-item-ios .dl-item__btn__image, .btn-android .dl-item__btn__image {
    max-width: 300px;
}
.txt-explain	{
    margin-bottom: 20px;
    color: #6d4836;
    text-align: center;
    border: 1px solid #f9ffff;
    border-radius: 4px;
    margin: 0 12px;
    padding: 12px 8px;
    background: rgba(255, 251, 252, 1);
    letter-spacing: 0.1em;
}

@media only screen and (max-device-width:320px){
    .dl-item__btn__image{
        max-width: 280px;
    }
}
