@charset "UTF-8";
/* CSS Document */

.contents_wrapper{
    max-width: 750px;
    width: 100%;
    margin: auto;
}

div{
    margin: 0;
    padding: 0;
    font-size: 0;
}

img{
    width: 100%;
}

header{
    width: 100%;
    position: relative;
}

header .logo{
    margin: 5%;
    width: 8%;
}

header .logo_txt{
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    margin: 2.5% 5%;
}

.wrapper{
    margin-bottom: 20%;
}

.wrapper section#contents{
    width: 100%;
}

.wrapper section#contents .online{
    width: 94%;
    margin: auto;
}

.wrapper section#contents .online .honten,
.wrapper section#contents .online .rakuten{
    width: 100%;
    margin: 10% 0 0;
    display: inline-block;
}
.wrapper section#contents .online .rakuten {
	margin: 4% 0 20%;
}

.wrapper section#contents .online .honten{
    margin-right: 4%;
}

.wrapper section#contents .app{
    width: 100%;
    margin: auto;
}

.wrapper section#contents .app h1{
    width: 80%;
    margin: 0 auto 5%;
}

.wrapper section#contents .app .ios,
.wrapper section#contents .app .android{
    width: 44%;
    display: inline-block;
}

.wrapper section#contents .app .ios p,
.wrapper section#contents .app .android p{
    width: 100%;
    text-align: center;
}

.wrapper section#contents .app .ios .txt{
    width: 85.6%;
    margin-bottom: 1.5%;
}

.wrapper section#contents .app .ios{
    margin: 0 3% 0 3%;
}

.wrapper section#contents .app .android{
    margin: 0 3% 0 3%;
}

.wrapper section#contents .app .android .txt{
    width: 70.83%;
    margin-bottom: 1.5%;
}


footer p{
    font-size: 14px;
    text-align: center;
    margin: 10%;
}
