.sc-terms .sc-section__header > *:first-child, .sc-section__header > *:first-child, .sc-panel__body > *:first-child {
  margin-top: 0;
}
.sc-terms .sc-section__header > *:last-child, .sc-section__header > *:last-child, .sc-panel__body > *:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------*
	common
/*----------------------------------------------*/
.pj-contents {
  margin: 0;
}

.sc-lead > *:before, .sc-lead > *:after,
.sc-section:before,
.sc-section:after,
.sc-section__footer:before,
.sc-section__footer:after {
  content: "";
  display: table;
}

.sc-section > *:first-child,
.sc-section__body > *:first-child {
  margin-top: 0;
}
.sc-section > *:last-child,
.sc-section__body > *:last-child {
  margin-bottom: 0;
}

.bs-list--custom {
  line-height: 1.7;
}

/* js
/* ------------------------------------ */
.js-svg_hover {
  width: 200px;
  height: auto;
}

/*----------------------------------------------*
	contents
/*----------------------------------------------*/
.sc-contents {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  color: #333;
  background-color: #FFF;
  box-sizing: border-box;
}
.sc-contents *, .sc-contents *:before, .sc-contents *:after {
  box-sizing: inherit;
}
.sc-contents h1, .sc-contents h2, .sc-contents h3, .sc-contents h4, .sc-contents h5 {
  margin: 0;
}
.sc-contents__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
@media (max-width: 667px) {
  .sc-contents__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sc-contents__block--S {
  margin-top: 1.75em;
}
.sc-contents__block--M {
  margin-top: 2.75em;
}
.sc-contents__block--L {
  margin-top: 3.75em;
}
.sc-contents__footer {
  background-color: #000;
  padding-top: 2.75em;
}

.sc-lhCrop:before, .sc-lhCrop:after {
  content: "";
  display: block;
  position: relative;
}
.sc-lhCrop--h2:before {
  margin-top: -0.25em;
}
.sc-lhCrop--h2:after {
  margin-top: -0.5em;
}
.sc-lhCrop--h3:before {
  margin-top: -0.125em;
}
.sc-lhCrop--h3:after {
  margin-top: -0.25em;
}
.sc-lhCrop--body:before {
  margin-top: -0.5em;
}
.sc-lhCrop--body:after {
  margin-top: -0.5em;
}

/* section
/* ------------------------------------ */
.sc-section {
  padding: 3.75em 0;
}
.sc-section--bg {
  background-color: #000;
}
.sc-section + .sc-section--join {
  padding-top: 0;
}
.sc-section__header {
  text-align: center;
}
.sc-section__header h2 {
  position: relative;
  font-size: 4.2rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  color: inherit;
}
.sc-section__header h2 span {
  display: inline-block;
}
.sc-section__header h2 span:after {
  content: "";
  display: block;
  margin-top: 0.25em;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.sc-section__header h2 + p {
  margin-top: 1em;
}
.sc-section__header .sc-h_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__header + *:not(.sc-section__body--panel) {
  padding-top: 3.75em;
}
.sc-section__body--compact {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__body--panel {
  padding: 2.75em;
  margin-top: 3.75em;
  background-color: #fff;
  color: #111;
}
.sc-section__footer {
  padding-top: 3.75em;
}
@media (max-width: 800px) {
  .sc-section {
    padding: 2.75em 0;
  }
  .sc-section__header h2 {
    font-size: 2.8rem;
  }
  .sc-section__header + * {
    padding-top: 2.75em;
  }
  .sc-section__footer {
    padding-top: 2.75em;
  }
}
/* step
/* ------------------------------------ */
.sc-step__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.sc-step .sc-panel {
  border: 1px solid #333;
  height: 100%;
}

/* panel
/* ------------------------------------ */
/* button
/* ------------------------------------ */
.sc-btn {
  text-decoration: none;
  display: inline-flex;
  border-radius: 10px;
  padding: 0.5em;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
}
.sc-btn span {
  padding-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.sc-applyBtn, .sc-detailBtn {
  transform: translate(-2px, -2px);
  font-size: 120%;
  font-weight: bold;
  width: 100%;
  max-width: 540px;
  padding: 1.5em 1em;
}
.sc-applyBtn:active, .sc-detailBtn:active {
  transform: none;
  box-shadow: none;
}
.sc-applyBtn:after, .sc-detailBtn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  border: solid #FFF;
  border-width: 2px 2px 0 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translate(12.5%, 12.5%);
}
@media (max-width: 667px) {
  .sc-applyBtn, .sc-detailBtn {
    font-size: 110%;
  }
  .sc-applyBtn:after, .sc-detailBtn:after {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
}

/*
	detailBtn
*/
.sc-detailBtn {
  background-color: #138f33;
  box-shadow: 2px 2px 0 0 #000000;
}
.sc-detailBtn, .sc-detailBtn:link, .sc-detailBtn:visited {
  color: #FFF;
}
.sc-detailBtn:hover {
  background-color: #16a63b;
}

/*
	applyBtn
*/
.sc-applyBtn {
  background-color: #d4145a;
  box-shadow: 2px 2px 0 0 #887402;
}
.sc-applyBtn, .sc-applyBtn:link, .sc-applyBtn:visited {
  color: #FFF;
}
.sc-applyBtn:before {
  background-image: url("../img/ico/ico-apply-white.png");
}
.sc-applyBtn:hover {
  background-color: #e91864;
}

/*----------------------------------------------*/
/* logos
/*----------------------------------------------*/
.sc-logos {
  padding-bottom: 2.75em;
}

.outline * {
  outline: 1px dotted red;
}

.sc-contents {
  background: url(../img/bg-white.png);
}

.sc-section--pink {
  background: url(../img/bg-pink.png);
}

/*----------------------------------------------*/
/* keyVisual
/*----------------------------------------------*/
.sc-keyVisual {
  overflow: hidden;
  text-align: center;
}
.sc-keyVisual img {
  margin: 0 auto;
}
/*----------------------------------------------*/
/* introduction
/*----------------------------------------------*/
.sc-introduction {
  font-weight: 700;
}
.sc-introduction strong {
  color: #d4145a;
}
.sc-introduction__img {
  margin-top: 2.75em;
}
.sc-introduction__period img {
  display: inline-block;
  vertical-align: bottom;
}
.sc-introduction__period img:first-child {
  padding-right: 1.25em;
  margin-right: 0.25em;
  background: url(../img/txt-period_sep.png) no-repeat right top/contain;
}
@media (max-width: 800px) {
  .sc-introduction__period img:first-child,
.sc-introduction__period img:last-child {
    display: block;
    margin: 0 auto;
  }
  .sc-introduction__period img:first-child {
    width: 18.7096774194%;
    background: none;
    padding: 0;
  }
  .sc-introduction__period img:last-child {
    width: 90.3225806452%;
  }
}
@media (max-width: 667px) {
  .sc-introduction .bs-font_XL {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------*/
/* prize
/*----------------------------------------------*/
@media (min-width: 668px) {
  .sc-prize__list > * {
    width: 48%;
  }
  .sc-prize__list > * img {
    max-height: 400px;
  }
}
@media (max-width: 667px) {
  .sc-prize__list {
    flex-direction: column;
  }
  .sc-prize__list > * + * {
    margin-top: 2.75em;
  }
}

/*----------------------------------------------*/
/* application
/*----------------------------------------------*/
.sc-application .sc-step__list > li {
  max-width: 450px;
  margin-top: 0;
}
.sc-application .sc-step__list > li > p:last-child {
  margin-bottom: 0;
}
.sc-application h3 {
  margin-bottom: 1em;
}
.sc-application h3 img {
  width: 33.3333333333%;
  display: block;
  margin: 0 auto;
}
.sc-application .sc-panel {
  height: auto;
  background-color: #fff;
}
@media (min-width: 668px) {
  .sc-application .sc-step__list {
    justify-content: space-between;
  }
  .sc-application .sc-step__list > li {
    width: 32.1428571429%;
  }
}
@media (max-width: 667px) {
  .sc-application .sc-step__list {
    justify-content: center;
  }
  .sc-application .sc-step__list > li + li {
    margin-top: 2.75em;
  }
}

/*----------------------------------------------*/
/* howToPost
/*----------------------------------------------*/
.sc-howToPost .sc-step__list--custom {
  justify-content: space-between;
}
.sc-howToPost .sc-step__list--custom > li:nth-child(-n+2) {
  width: 48.2%;
  margin-top: 0;
}
/*----------------------------------------------*/
/* terms
/*----------------------------------------------*/
.sc-terms h2 + * {
  font-size: 120%;
  margin: 0;
}
.sc-terms h3, .sc-terms h4 {
  font-size: inherit;
}
.sc-terms * + h3 {
  margin-top: 2em;
}
.sc-terms a, .sc-terms a:link, .sc-terms a:visited {
  color: inherit;
}
@media (max-width: 667px) {
  .sc-terms .sc-section__body {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/*----------------------------------------------*/
/* contact
/*----------------------------------------------*/
.sc-contact {
  background-color: #ffc3d7;
}
.sc-contact__info {
  line-height: 2.4;
}
.sc-contact .ad_americanmeat {
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 667px) {
  .sc-contact .ad_americanmeat {
    width: auto;
    height: 18px;
  }
}
@media (max-width: 667px) {
  .sc-contact h3 {
    font-size: 2rem;
  }
  .sc-contact__info {
    line-height: 2;
  }
}

/*# sourceMappingURL=style.css.map */
