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

.item2{color:#C00;
font-weight:bold;
font-size:1.1em;
}
.item2 img{
width:22px;
height:auto;
}

.p-wrapper--2 {
	position: relative;
	margin-left:20px;
	-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-erastic3 {
  float: left;
  width: 200px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-wrapper--2 .item-none-erastic2 {
  float: left;
  width: 700px;
  margin: 0 0 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.p-wrapper--2 .item-none-erastic {
  float: left;
  width: 320px;
  margin-bottom: 20px;
  margin-right:20px;
  padding-top:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
}

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


@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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

}

