*{
    margin: 0;
    padding: 0;
    color: #707070;
}
body{
    vertical-align: center;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

h2{
    font-size: 12px;
}

p{
    font-size: 10px;
}

#wrapper{
    max-width: 960px;    
    margin: 0 auto;
}
#headerimg{
	/* 画像ファイルの指定 */
	background: url("img/topimg.jpg");
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;
	padding-top:42.1%;
}
#headerlogo{
	text-align: center;
	padding-top: 40px;
}

#logo{
        width: 30%;
        max-width:130px;
        margin-bottom: 20px;
}

#sns_logo{
    text-align: center;
    margin-bottom: 50px;
}

#sns_btn1{
    margin-right: 10px;
}

#sns_btn1, #sns_btn2{
    width: 30px;
    height: 30px;
}
.box_container{
        align-items: center;
        justify-content: center;
        display: grid;
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        grid-template-columns: repeat(3, 120px);
}


.box_img{
        max-width: 120px;
        max-height: 120px;
}

.box{
        text-align: left;
}

footer{
    color: #707070;
    font-size: 12px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}