@charset "UTF-8";




/* info */
.info {
	background:#f2f2f2;
	padding:45px 0 50px;
}

.infopack {
	margin:0 auto;
	overflow:hidden;
	width:960px;
}

.info h2 {
	color:#e8383e;
	font-size:2.0rem;
	font-weight:normal;
	margin-bottom:.6em;
	text-align:center;
}

.sns {
	float:left;
	width:48%;
}

.howto {
	float:right;
	width:48%;
}

.howto p {
	font-size:2.7rem;
	padding:1em 0 1.5em;
	text-align:center;
}

.howto ul {
	overflow:hidden;
	text-align:center;
}

.howto ul li {
	width:224px;
}

.howto ul li:first-child {	float:left;}
.howto ul li:last-child {	float:right;}

.howto ul li dt {
	height:224px;
	width:224px;
}

.howto ul li dt img {
	display:none;
}

.howto ul li:first-child dt {
	background:url(../img/img_howto_02_pc.png) no-repeat;
}

.howto ul li:last-child dt {
	background:url(../img/img_howto_01_pc.png) no-repeat;
}

.howto ul li dd {
	padding-top:.6em;
}

.howto ul li dd strong {
	display:block;
	padding-top:0.1em;
}


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

.info {
	box-sizing:border-box;
	padding:20px 15px 25px;
}

.infopack {
	margin:0;
	width:100%;
}

.howto ul li {
	width:48%;
}

.howto ul li dt {
	box-sizing:border-box;
	height:auto;
	padding:0;
	width:100%;
}

.howto ul li dt img {
	display:block;
	height:auto;
	width:100%;
}

.howto ul li:first-child dt,
.howto ul li:last-child dt {
	background:none;
}
}

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

.info h2 {
	font-size:2.6rem;
}

.sns {
	float:none;
	width:100%;
}

.sns .tw {
	padding:0 30px 40px 30px;
}

.info .howto h2 {
	margin-bottom:.3em;
}

.howto p {
	font-size:2.0rem;
	padding:0 0 1em;
}

.howto {
	float:none;
	width:100%;
}

.howto ul li {
	width:auto;
}

.howto ul li:first-child,
.howto ul li:last-child {	float:none;}

.howto ul li dt {
	box-sizing:border-box;
	height:auto;
	padding:0 30px;
	width:100%;
}

.howto ul li dt img {
	height:auto;
	width:100%;
}

.howto ul li dd {
	font-size:2.2rem;
	padding-bottom:2em;
}

}
