@charset "UTF-8";
/* ----------------------------------------

ラッピングサービスページ
/help-wrapping.html

---------------------------------------- */

/* head
---------------------------------------- */
.m-helpWrapping img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.m-helpWrapping-head-image {
  margin-bottom: 40px;
}

.m-helpWrapping-head-heading1 {
  margin: 0 0 43px;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .m-helpWrapping-head-heading1 {
    margin: 0 0 30px;
    font-size: 29px;
  }
}

.m-helpWrapping-head-lead {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 960px) {
  .m-helpWrapping-head-lead {
      width: 100%;
  }
}

.m-helpWrapping-readme {
  /*border: 2px solid #e6e6e6;
  padding: 30px;*/
}
@media screen and (max-width: 960px) {
  .m-helpWrapping-readme {
   /* padding: 20px;*/
  }
}

.m-helpWrapping-readme > *:last-child {
  margin-bottom: 0;
}

/* other
---------------------------------------- */
.color-red {
    color: #c8102e;
}
