@charset "UTF-8";
/* breakpoint定義 */
/* 色定義 */
/* 全体 */
body {
  padding: 0;
  margin: 0;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.mercaripost h1,
.mercaripost h2,
.mercaripost h3,
.mercaripost p,
.mercaripost ul,
.mercaripost ul li {
  margin: 0;
  padding: 0;
}

.mercaripost ul li {
  list-style: none;
  text-decoration: none;
}

.mercaripost a {
  text-decoration: none;
  color: inherit;
}

.mercaripost {
  /*overflow-x: hidden;	*/
}
.mercaripost .max-wid980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.mercaripost .max-wid750 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/*==================================================
メイン
===================================*/
.mercaripost {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  /*動画*/
  /* 動画 */
}
.mercaripost h2 {
  font-size: 2.5em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #e61f20;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mercaripost h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .mercaripost h2 {
    font-size: 1.5em;
  }
}
.mercaripost .content_description {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_description {
    padding-bottom: 32px;
  }
}
.mercaripost .content_description h3,
.mercaripost .content_howto h3 {
  background-color: #e61f20;
  width: 100%;
  max-width: 750px;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_description h3,
.mercaripost .content_howto h3 {
    width: 90%;
    font-size: 1.2em;
  }
}
.mercaripost .content_description ul {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_description ul {
    width: 80%;
  }
}
.mercaripost .content_description ul li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 24px;
  font-size: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_description ul li {
    font-size: 1.2em;
  }
}
.mercaripost .content_description ul li span {
  background: #54bded;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  line-height: 1.5;
}
.mercaripost .content_howto .howto_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-top: 24px;
  padding-bottom: 40px;
  font-size: 2em;
  text-align: center;
  color: #e61f20;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .howto_title {
    font-size: 2em;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .howto_title {
    font-size: 1.5em;
  }
}
.mercaripost .content_howto .step_wrap {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .step_wrap {
    display: block;
    margin: 0 auto;
  }
}
.mercaripost .content_howto .step_wrap .step_content {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
  padding: 24px 24px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .step_wrap .step_content {
    width: 100%;
    flex-direction: inherit;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding: 24px;
  }
  .mercaripost .content_howto .step_wrap .step_content::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 90%;
    height: 2px;
    left: 5%;
    bottom: 0;
    background-color: #e61f20;
  }
}
.mercaripost .content_howto .step_wrap .step_content p {
  color: #000;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .step_wrap .step_content p {
    width: 40%;
    font-size: 0.8em;
  }
}
.mercaripost .content_howto .step_wrap .step_content span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #54bded;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .step_wrap .step_content span {
    display: none;
  }
}
.mercaripost .content_howto .step_wrap .step_content .step_number {
  display: none;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .step_wrap .step_content .step_number {
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: #54bded;
    width: 100%;
    max-width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    box-sizing: border-box;
    line-height: 1.5;
  }
}
.mercaripost .content_howto .step_wrap .step_content_image {
  width: 100%;
  max-width: 500px;
  padding-bottom: 8px;
}
.mercaripost .content_howto .step_wrap .step_content_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .step_wrap .step_content_image {
    width: 40%;
  }
}
.mercaripost .content_howto .mercaripost_notice {
  font-size: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mercaripost .content_howto .mercaripost_notice {
    padding-top: 24px;
    font-size: 0.9em;
    width: 90%;
    margin: 0 auto;
  }
}
.mercaripost #movie {
  padding-top: 64px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mercaripost #movie {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.mercaripost .movie-youtube {
  margin: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  box-sizing: border-box;
}
.mercaripost .movie-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mercaripost .mercari_button_wrap {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
}
.mercaripost .mercari_button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  max-width: 500px;
  padding: 8px 24px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  background: #d60050;
  border-radius: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mercaripost .mercari_button {
    font-size: 1em;
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */