@charset "Shift_JIS";

/* order style ==============================================*/
div.orderBlock {
  margin-bottom: 15px;
}

div.orderBlock div {
  float: left;
  width: 220px;
  height: 410px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding-bottom: 10px;
  position: relative;
  border: 1px solid #cccccc;
}

div.orderBlock div img.guide_image {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

div.orderBlock div.orderBlockLast {
  margin-right: 0;
  width: 220px;
  height: 410px;
}

div.orderBlock h3 {
  padding: 3px;
  margin-bottom: 10px;
  background: linear-gradient(#f6f6f6, #d2d2d2);
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

div.orderBlock h3 span {
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  color: #333333;
}

div.orderBlock ul {
  margin: 0 10px;
}

div.orderBlock ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  background: url(/common/img/disc_orange.png) no-repeat left 0.4em;
}

div.orderBlock ul li.nodisc {
  padding-left: 0;
}

div.orderBlock p {
  margin: 0 10px;
}

.orange {
  color: #fe7e39;
}

@media screen and (max-width: 800px) {
  div.orderBlock {
    width: 91%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  div.orderBlock {
    width: 80%;
  }

  div.orderBlock div.orderBlockLast {
    margin-right: 7px;
  }
}

@media screen and (max-width: 540px) {
  div.orderBlock {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  div.orderBlock,
  div.orderBlockLast  {
    width: 100%;
  }
    div.orderBlock div,
    div.orderBlock div.orderBlockLast{
    width: 100%;
    height:auto;
    float:none;
  }
  
div.orderBlock div img.guide_image{
position:relative;
margin-top:15px;
}
}

@media screen and (max-width: 375px) {
  div.orderBlock div {
    margin: 7px auto;
    float: none;
  }

  div.orderBlock div.orderBlockLast {
    margin-right: auto;
  }
}