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

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

div{
    margin: 0;
    padding: 0;
}

img{
    width: 100%;
}

.fv{
    background: #004098;
    margin-bottom: 65px;
}

.fv .main{
    height: 440px;
    background: url(../img/main2.png) center top no-repeat;
}

.wrapper{
    margin-bottom: 68px;
}

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

.wrapper section#contents .visual{
    
}

.wrapper section#contents .visual .desc{
    text-align: center;
    font-size: 18px;
    margin-bottom: 65px;
    line-height: 1.8em;
}
.wrapper section#contents .visual .desc .red{
    color:#c1272d;
    font-weight: bold;
}
.wrapper section#contents .visual .screenshot{
    width: 640px;
    margin: 0 auto 70px;
}

.wrapper section#contents .visual .screenshot img{
    width: 180px;
    margin: 0 15px;
}

.wrapper section#contents .visual .screenshot p.kome{
    text-align: right;
    font-size: 10px;
    margin: 7px 50px 0 0;
}

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

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

.wrapper section#contents .app .download{
    width: 630px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
}

.wrapper section#contents .app .ios,
.wrapper section#contents .app .android{
    width: 263px;
    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 25px;
}

.wrapper section#contents .app .android{
    margin: 0 25px;
}

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






@media screen and (max-width:767px){
    
    .contents_wrapper{
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.fv{
    background: none;
    margin-bottom: 10%;
}

.fv .main{
    height: auto;
    background: none
}

.wrapper{
    margin: 0 3%;
}

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

.wrapper section#contents .visual{
    
}

.wrapper section#contents .visual .desc{
    text-align: left;
    font-size: 14px;
    margin-bottom: 10%;
    line-height: 1.8em;
}

.wrapper section#contents .visual .screenshot{
    width: 100%;
    margin: 0 auto 10%;
    text-align: center;
}

.wrapper section#contents .visual .screenshot img{
    width: 28%;
    margin: 0 2.5% 10%;
}
    
.wrapper section#contents .visual .screenshot p.kome{
    text-align: right;
    font-size: 10px;
    margin: 0 5% 0 0;
}

.wrapper section#contents .app{
    margin: 0 auto 10%;
}

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

.wrapper section#contents .app .ios,
.wrapper section#contents .app .android{
    width: 45%;
    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 2%;
}

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

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