@charset "UTF-8";

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

a {
	text-decoration: none;
	color:#333!important;
}

a:hover{
	text-decoration: none;
}

a:hover .simg img{
	opacity:0.8;
}

.box {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.boxin {
	width:70%;
	padding:1rem 0;
}

.logo{
	text-align:center;
	margin-bottom:2rem;
}

.logo img{
	width:40%;
	margin-bottom:.8rem;
}

.row{
	margin:0;
	padding:0;
}

.row .col-md-4{
	padding:1rem!important;
}

.simg,
.sname{
	margin-bottom:1.5rem;
	text-align:center;
	font-weight:600;
	font-size:1.2rem;
}

.simg img{
	width:100%;
	height:auto;
}

.sname img{
	width:60%;
}

.stxt{
	font-weight:100;
	font-size:.9rem;
	line-height:1.5rem;
}

.box{
    min-height: 100vh;
    position: relative;
    padding-bottom:3rem;
    box-sizing: border-box;
}

.copyright{
    width:100%;
    color:#999;
    text-align:center;
    padding:1rem;
	position:absolute;
    bottom:0;
	font-size:.7rem;
	letter-spacing:0.01rem;
}

@media screen and (max-width: 1024px) {
	.logo img{
		width:70%;
	}
}

@media screen and (max-width: 767.98px) {
	body{
		padding:0;
	}
	
	.box {
		height: 100%;
	}
	
	.boxin{
		width:100%;
	}
	
	.logo{
		padding-top:2rem!important;
		margin-bottom:3rem!important;
	}
	
	.logo img{
		width:90%;
	}
	
	.row .col-md-4{
		margin-bottom:3rem!important;
		padding:0 3rem!important;
	}

	.sname img{
		width:50%;
	}
}