@charset "utf-8";
@media screen and (max-width: 750px){

/*-----------------------
clearfix
-----------------------*/
:after{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
{
	zoom:1;
	}

/*-----------------------
common
-----------------------*/
	
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
	}
img {
	font-size: 0;
	vertical-align: bottom;
	}
div.sp img {
	width: 100%;
	}

/*sp_display_none*/
.pc {
	display: none;
	}
.container-header-sp{
	height: 60px!important;
	}
div.sp {
	padding: 60px 0 0;
	}
div.sp h1 {
	background-color: #f8f3ec;
	}
div.sp .infor {
	text-align: left;
	padding: 30px 20px;
	line-height: 2em;
	background-color: #f8f3ec;
	font-size: 15px;
	}
div.sp .infor span {
	margin-left: -7px;
	}
div.sp dl {
	padding-top: 20px;
	background:  url("../img/pc/test_bg.png") bottom repeat-x;
	background-size: 50%;
	}
div.sp dl dd {
	text-align: left;
	line-height: 1.4em;
	padding: 30px 0;
	}
div.sp dl dd h2 {
	letter-spacing: -0.05em;
	padding: 0 0 20px 15px;
	font-size: 14px;
	font-weight: bold;
	}
div.sp dl dd p {
	font-size: 12px;
	padding: 0 20px;
	}
div.sp p.btn {
	text-align: center;
	margin: 30px auto;
	width: 60%;
	}

}