@charset "UTF-8";
/* CSS Document */


.p-wrapper--2 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.p-wrapper--2:before, .p-wrapper--2:after {
  content: " ";
  display: table;
}
.p-wrapper--2:after {
  clear: both;
}
.p-wrapper--2 .item-none-erastic {
  float: left;
  width: 476px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-wrapper--2 .item-none-erastic2 {
  float: left;
  width: 477px;
  margin-bottom: 50px;
  padding-top:50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-wrapper--2 .item-none-erastic2 p .des1 {
	font-size:1.2em;
	color:#F00;
}

.p-wrapper--2 .item-none-erastic2 p strong{font-size:1.8em;
color:#F00;
}

.p-wrapper--2 .item-none-erastic:before, .p-wrapper--2 .item-none-erastic:after {
  content: " ";
  display: table;
}
.p-wrapper--2 .item-none-erastic:after {
  clear: both;
}


.p-wrapper--2 .item-none-erastic2:before, .p-wrapper--2 .item-none-erastic2:after {
  content: " ";
  display: table;
}
.p-wrapper--2 .item-none-erastic2:after {
  clear: both;
}

.order-button a:hover{color:#FFF;}


.btn-square {
  display: inline-block;
  padding: 0.5em 5em;
  text-decoration: none;
  background: #fd9535;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #d27d00;
  border-radius: 3px;
  font-weight: bold;
  font-size:1.2em;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.mt30{margin-top:30px;}


@media (max-width : 480px){
.p-wrapper--2 .item-none-erastic {
	width:100%;
	margin-left:0;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-wrapper--2 .item-none-erastic2 {
	width:100%;
	margin-left:0;
  margin-bottom: 10px;
  padding-top:0;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

}