/* body */
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    margin: 0 auto;
    min-width: 362px;
    max-width: 486px;
    background-color: #f5f5f5 ;
    background-image: url("../img/square.png");
    background-repeat: repeat;
    background-size: contain;
    white-space: normal;
}

.full-container{
    padding: 16px;
    background-image: url("../img/bg.jpg");
}

.header-container{
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.header-img img {
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.info{
    margin: 25px auto;
    text-align: center;
}

.info h3 {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.44);
    color: #232323;
}

.info-container{
    width:90%;
    border: 1px solid;
    margin: 15px auto 30px auto;
    padding: 8px 8px;
    text-align: center;
    background:#ffffff;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    position: relative;
    border: solid 2px #333333;
    box-shadow: 3px 3px #333333;
}

.set-flex {
  display: flex;
}

.info-container a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.info-container a:hover{
    opacity: 0.2;
    background-color: #333333;
}

.app-icon-section{
    display:flex;
    align-items: center;
    white-space: nowrap;
    text-align: left;
}

.app-icon-section img{
    margin-left:10px;
    width: 100px;
    height: auto;
}

.app-info-section{
    flex-direction: column;
    margin:10px;
    margin-left:18px;
}

.app-info-section p{
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    color: #333333;
}

.app-bottom-section{
    white-space: nowrap;
    text-align: center;
}

.app-bottom-section img{
    width: 90%;
    height: auto;
}

/* Footer */
footer{
    padding: 30px 0;
    box-sizing: border-box;
    width:100%;
    background-color: #333333;
    text-align: center;
} 

footer p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
  }

footer .copyright{
    margin-top:20px;
}

.button-container{
    width:90%;
    border: 0px solid;
    margin: 0px auto 0px auto;
    padding: 0px 0px;
    text-align: center;
    background:#f5f5f5;
    background-repeat: no-repeat;
    background-size: 0px 0px;
}

.button-container button {
    background: url(../img/button.png);
    background-size: contain;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px auto;
    border: none;
    font-family: "M PLUS 1p", sans-serif;
    margin-top: 10px;
    font-size: 16px;
    border: 0;
    border-radius: 6px;
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
