/* ------------------------------
 width: all
------------------------------ */
main section.sub_kv .wrapper {
  background-image: none;
  background-color: #aaaaaa;
}

main section.s01 {
  padding: 60px 0 200px;
}

main section.s01 .wrapper {
  width: 1040px;
  margin: 0 auto;
}

main section.s01 .wrapper .t01 {
  font-size: 18px;
}
main section.s01 .wrapper .items {
	margin-bottom: 75px;
	display: flex;
}
main section.s01 .wrapper .items .items01 ,
main section.s01 .wrapper .items .items02 {
	width: 48%;
}
main section.s01 .wrapper .items .items02 {
	margin-left: 4%;
}
main section.s01 .wrapper h3 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
main section.s01 .wrapper .items h3 {
	font-size: 22px;
}
main section.s01 .wrapper .items img{
	width: 100%;
}
main section.s01 .wrapper .form {
	width: 80%;
	margin: 0 auto;
}
main section.s01 .wrapper .form h3 {
	text-align: left;
}
main section.s01 .wrapper .form table {
	width: 90%;
	margin: 20px auto 10px;
}
main section.s01 .wrapper .form table td {
	padding: 10px 0;
	border-bottom: 1px solid #666;
}
main section.s01 .wrapper .form input[type="text"]{
	width: 80%;
}
main section.s01 .wrapper .form input.w_7{
	width: 7em;
}
main section.s01 .wrapper .form p.error{
	color: #f00;
	font-weight: bold;
}
main section.s01 .wrapper .btn {
	background-color: #e84283;
	border-radius: 5px;
	height: 50px;
	width: 15em;
	text-align: center;
	margin: 50px auto;
	color: #fff;
}
main section.s01 .wrapper .btn button {
	background-color: transparent;
	border: 0;
	font-size: 20px ;
	color: #fff;
	line-height: 50px;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
main section.s01 .wrapper .btn a {
	font-size: 20px ;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.txt_r{
	text-align: right;
}
/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.sub_kv .wrapper {
    background-image: url(../../images/bg_onlinestore.jpg);
  }
  main section.s01 {
    padding: 40px 20px 100px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 16px;
  }
	main section.s01 .wrapper .items {
		display: block;
	}
	main section.s01 .wrapper .items .items01 ,
	main section.s01 .wrapper .items .items02 {
		width: 100%;
		margin-left: 0;
	}
	main section.s01 .wrapper .form {
		width: 100%;
	}
	main section.s01 .wrapper .form table td{
		display: block;
		border-bottom: 0px;
	}
	main section.s01 .wrapper .form table td:first-child {
		padding-bottom: 0;
	}
	main section.s01 .wrapper .form table td:last-child {
		padding-top: 0;
	}
	main section.s01 .wrapper .form input[type="text"]{
		width: 100%;
	}
}
