@charset "UTF-8";

/*----------------------------
contents
-----------------------------*/

#contents{
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 75px;
	min-height: 100vh;
}
#contents.intro{
	background-image: url(../img/intro/bg01.jpg);
}

.wrap{
	width: 920px;
}

h1.page_title + p{
	margin-top: 10px;
	margin-bottom: 40px;
}
h2{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 35px;
}

.shuzo_list li{
	background: rgba(0,0,0,0.4);
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
}
.shuzo_list li a{
	display: block;
}
.shuzo_list li:nth-child(odd){
	margin-left: 0;
}
.shuzo_list li p:first-child{
	display: table-cell;
	vertical-align: middle;
}
.shuzo_list li p:last-child{
	font-size: 2.4rem;
	color: #fff;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}
.shuzo_list li .txt{
	letter-spacing:-0.1rem;
}
.shuzo_list li p:last-child span{
	font-size: 1.5rem;
	display: block;
}
.shuzo_list li .txt span{
	letter-spacing:0rem;
}

.btn01{
	margin-top: 145px;
}
.btn02, .btn03{
	margin-top: 10px;
}
.btn04{
	margin-top: 60px;
}


@media screen and (max-width: 768px) {


	body::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:url(../img/intro/bg01.jpg) center/cover no-repeat; /*fixedをトル！*/
		-webkit-background-size:cover;/*Android4*/
	}

	#contents{
		background: none!important;
	}


	.wrap{
		width: 96%;
		margin: auto;
	}
	h1.page_title + p {
		font-size: 1.2rem;
		margin-top: 2%;
		margin-bottom: 10%;
	}
	h2{
		font-size: 1.8rem;
		margin-top: 10%;
		margin-bottom: 2%;
	}
	.shuzo_list li{
		width: 100%;
		margin: 2% 0 0;
		background: none;
	}
	.shuzo_list li a {
		display: block;
		background: rgba(0,0,0,0.4);
	}
	.iphone .shuzo_list li a{
		padding-bottom: 0.1%;
	}

	.shuzo_list li img{
		vertical-align: middle;
	}
	.android .shuzo_list li.shuzo_list01 img{
		vertical-align: bottom;
	}
	.shuzo_list li p:first-child{
		width: 28%;
	}
	.shuzo_list li p:last-child{
		font-size: 1.6rem;
		padding-left: 1.5%;
	}
	.shuzo_list li p:last-child span{
		font-size: 1.2rem;
		margin-top: 1%;
	}


}