@charset "utf-8";

/*  ------------------------------------------------------------------

	コンテンツ

---------------------------------------------------------------------*/
.pc{
	display: none;
}

.sp{
	display: block;
}

img {
	max-width:100%;
}

#wrap{
	min-width: 0;
}

#contents{
	margin:0 20px 20px;
	width:auto;
	font-size: 14px;
}

.main{
	background: #EDEDED;
	padding: 0;
	margin: 0 -20px 40px;
}

.main .inner{
	display: block;
}

.main .inner figure,
.main .inner figure img{
	width: auto;
}

.main .inner .txt{
	padding: 30px;
}

.main .inner .txt .logo img{
	width: 320px;
	max-width: 100%;
	margin-bottom: 20px;
}

.movie{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 30px;
}

.movie iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.anchorLink{
	margin-top: 30px;
}

.anchorLink li{
	width:46%;
}

.anchorLink li a{
	background-position: right 10px center;
	background-size: 12px auto, auto auto;
	padding: 10px;
}

.use{
	margin-top: 60px;
}

.use h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.use .head{
	margin: 30px 0;
}

.use .head h4{
	font-size: 18px;
}

.use .shareContent{
	margin-top:30px;
}

.use .shareContent h4{
	font-size: 18px;
	margin-bottom: 20px;
}

.use .shareContent .imgBox{
	display: block;
	margin: 20px 0;
}

.use .shareContent .imgBox figure,
.use .shareContent .imgBox figure img,
.use .shareContent .imgBox .txt{
	width: auto;
}

.use .shareContent .imgBox .txt{
	margin-top: 20px;
}

.recommend{
	background: #F2F2F2;
	padding: 20px;
	margin-top: 30px;
}

.recommend h4{
	font-size: 18px;
	text-align: center;
}

.recommend .list{
	display: block;
}

.recommend .list li{
	display: flex;
	align-items: center;
	width: auto;
	margin-top: 10px;
}

.recommend .list li a{
	flex: 1;
}

.recommend .list li img{
	width: 100px;
	margin-right: 20px;
}

.recommend .list li .txt{
	text-align: left;
	flex: 1;
}

.recommend .inner{
	display: block;
}

.recommend .inner .notes{
	width: auto;
	margin-left: 0;
	margin-top: 10px;
}