/* CSS Document */
img{
	width: 100%;
	max-width: 100%;
}
.listyle{
	line-height: 1.66em;
}


@media screen and (max-width: 768px){
	/*ordermade*/
	#ordermade h2{
		font-size: 1.2rem;
		
	}


	#ordermade1{
		margin-top: 6.4%;
	}
	#ordermade1{}
	#ordermade1 .lbox{
		margin-bottom: 6.4%;
	}
	#ordermade1 h2{
		text-align: left;

	}
	#ordermade1 h2 span{
		width: 100%;
		display:block;
	}
	#ordermade1 h2 span:nth-child(1){}


	#ordermade1 ul{
		list-style: none;
		padding: 0 !important;
	}
	#ordermade1 ul li{
		font-size: 1em;
	}
	#ordermade1 ul li span{}

	#ordermade1 ul li:nth-child(1){}
	#ordermade1 ul li:nth-child(2){}
	#ordermade1 ul li:nth-child(3){}


	#ordermade1 ol{
		display: flex;
		align-items: center;
		justify-content:space-around;
		flex-wrap: wrap;

		list-style: none;
		padding: 0 !important;
	}
	#ordermade1 ol li{
		width: 46%;
		font-size: 1em;
		color: #a58e53;
		border: solid 1px #a58e53;
		box-sizing:border-box;
		padding: 3.2% !important;
	}
	#ordermade1 ol li span{
		display: block;
	}
	#ordermade1 ol li:nth-child(1){}
	#ordermade1 ol li:nth-child(2){}
	#ordermade1 ol li:nth-child(3){
		width: 80%;
		margin-top: 3.2%;
	}



	#ordermade1 .rbox p{
		width: 100%;
	}
	#ordermade1 .rbox p img{
	}



	#ordermade2{}
	#ordermade2 h2{
		text-align: center;
		order: 1;
	}
	#ordermade2 .rbox{
		order: 3;
		
	}
	#ordermade2 .lbox{
		order: 2;

	}
	#ordermade2 .ordermadebtn{
		order: 4;
	}
	
	
	#ordermade2 h2 span{
		width: 100%;
		display:block;
	}
	#ordermade2 h2 span:nth-child(1){}
	
	#ordermade2 .lbox{
	}
	#ordermade2 .rbox{
	}
	#ordermade2 h3{
		width: 100%;
		font-size: 1rem;
		font-weight: bold;
	}

	.ordermadebtn{
		width: 100%;
		margin: 4% auto 0;
	}
	.ordermadebtn a{
		width: 100%;
		display: block;
		border-radius: 3.5px;
		border:solid 1px #281407;
		background: #281407;
		line-height: 1.26em;
		padding: 6.4% 4.8%;
		box-sizing: border-box;
		color: #c1af7d;
	}



	/* uservoice */
	#uservoice{
		padding: 12% 6.4%;
		margin-bottom: 0 !important;
		background:url(../img/inometop/bg_uservoice.png) no-repeat;
		background-position: top left;
		background-size: 40%;
	}
	#uservoice h2{
		width: 100%;
	}
	#uservoice h2 span{
		width: 100%;
		display:block;
		text-align: center;
	}
	#uservoice h2 span:nth-child(1){	}
	#uservoice h2 span:nth-child(2){}

	.sinbox{
		width: 100%;
		margin-bottom: 6.4%;
	}

	#uservoice .sinbox ul{
		padding: 0 !important;
		list-style: none;
	}

	#uservoice .sinbox ul li{
		text-align: center;
		line-height: 1.75em;
	}

	#uservoice .rbox,#uservoice .lbox{
		background: #f2f0eb;
		width: 100%;
		margin-bottom: 6.4%;
		box-sizing: border-box;
		padding: 4.8%;
	}
	#uservoice .lbox{
		margin-bottom: 0 !important;
		box-sizing: border-box;
		padding: 4.8%;
	}

	.uvdl{
		background: #f2f0eb;
	}
	.uvdl dt{
	}
	.uvdl dt h3{
		color: #603813;
		font-size: 1rem;
		font-weight: bold;
	}
	.uvdl dd{
		margin-bottom: 0.8%;
	}
	.uvdl dd:last-child{
		color: #8e8e8e;
		text-align: right;
		margin-bottom: 0 !important;
	}

	
}



@media screen and (min-width: 769px){
	.pcnone{
		display: none;
	}
	
	/*個別ページスタイル*/
	.custbasediv{
		width: 100%;
	}

	.contentbase{
		width: 100%;
		max-width: 1150px;
		margin: 0 auto;
		margin-bottom: 12%;
		color: #281407;
		font-size: 16px;
	}

	.contentbase h2{
		width: 100%;
		font-size: 1.625rem;
		color: #603813;
		margin-bottom: 3.2%;
	}
	.contentbase h2 span:nth-child(1){
		margin-bottom: 0.8%;
	}


	.contentbase h3{
		color: #603813;
		margin-bottom: 1.6%;
	}

	.columntwo{
		width: 100%;
		justify-content:flex-start;
		flex-wrap: wrap;
		align-content: center;
		display: flex;
		box-sizing:border-box;
	}

	.lbox{
		width: 50%;
		padding: 16px;
	}
	.rbox{
		width: 50%;
		padding: 16px;
	}



	/*ordermade*/
	#ordermade{}


	#ordermade1{
		margin-top: 6.4%;
		padding: 0 0 !important;
	}
	#ordermade1{}
	#ordermade1 .lbox{}
	#ordermade1 h2{
		text-align: left;
	}
	#ordermade1 h2 span{
		width: 100%;
		display:block;
	}
	#ordermade1 h2 span:nth-child(1){}


	#ordermade1 ul{
		list-style: none;
		padding: 0 !important;
	}
	#ordermade1 ul li{
		font-size: 1em;
	}
	#ordermade1 ul li span{}

	#ordermade1 ul li:nth-child(1){}
	#ordermade1 ul li:nth-child(2){}
	#ordermade1 ul li:nth-child(3){}


	#ordermade1 ol{
		display: flex;
		align-items: center;
		justify-content:space-around;
		flex-wrap: wrap;

		list-style: none;
		padding: 0 !important;
	}
	#ordermade1 ol li{
		width: 46%;
		font-size: 1em;
		color: #a58e53;
		border: solid 1px #a58e53;
		box-sizing:border-box;
		padding: 16px 16px !important;
	}
	#ordermade1 ol li span{
		display: block;
	}
	#ordermade1 ol li:nth-child(1){}
	#ordermade1 ol li:nth-child(2){}
	#ordermade1 ol li:nth-child(3){
		width: 50%;
		margin-top: 4%;
	}



	#ordermade1 .rbox p{
		width: 100%;
	}
	#ordermade1 .rbox p img{
	}



	#ordermade2{}
	#ordermade2 h2{
		text-align: center;
	}
	#ordermade2 h2 span{
		width: 100%;
		display:block;
	}
	#ordermade2 h2 span:nth-child(1){
	}

	#ordermade2 h2{
	text-align: center;
	order: 1;
	}
	#ordermade2 .rbox{
		order: 2;
		
	}
	#ordermade2 .lbox{
		order: 3;

	}
	#ordermade2 .ordermadebtn{
		order: 4;
	}


	
	.ordermadebtn{
		width: 80%;
		margin: 4% auto 0;
	}
	.ordermadebtn a{
		width: 100%;
		display: block;
		border-radius: 3.5px;
		border:solid 1px #281407;
		background: #281407;
		height: 48px;
		line-height: 48px;
		padding: 0 16px;
		box-sizing: border-box;
		color: #c1af7d;
	}



	/* uservoice */
	#uservoice{
		margin-bottom: 0 !important;
		background:url(../img/inometop/bg_uservoice.png) no-repeat;
		background-position: top left;
		background-size: 38%;
	}
	#uservoice h2{
		width: 100%;
	}
	#uservoice h2 span{
		width: 100%;
		display:block;
		text-align: center;
	}
	#uservoice h2 span:nth-child(1){
	}
	#uservoice h2 span:nth-child(2){}

	.sinbox{
		width: 100%;
	}


	#uservoice .sinbox ul{
		padding: 0 !important;
		list-style: none;
	}

	#uservoice .sinbox ul li{
		text-align: center;
	}
	#uservoice{
		justify-content: space-around;
	}
	#uservoice .rbox,#uservoice .lbox{
		width: 46%;
		background: #f2f0eb;
		box-sizing: border-box;
		padding: 16px;
	}

	#uservoice .sinbox h3{
		font-size: 1rem;
		font-weight: bold;
	}
	.uvdl{
		background: #f2f0eb;
	}
	.uvdl dt{
		margin-bottom: 1.6%;
	}
	.uvdl dt h3{
		font-size: 1rem;
		color: #603813;
	}
	.uvdl dd{
		margin-bottom: 1.6%;
		line-height: 1.76em;
	}
	.uvdl dd:last-child{
		color: #8e8e8e;
		text-align: right;
		margin-bottom: 0 !important;
	}

}



