@charset "UTF-8";
.sc-contact__list, .sc-list, .sc-step__list {
  list-style: none;
  padding-left: 0;
}

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

/*!
----------------------------------------------
 special contents base
----------------------------------------------
*/
:root {
  interpolate-size: allow-keywords;
  --bgc-about-table-th-1: #1376c2;
  --bgc-about-table-th-2: #f6587d;
  --bgc-contents: #d2eaff;
  --bgc-contents-footer: #ffffff;
  --bgc-keyvisual: #19256e;
  --bgc-section-prize: #19256e;
  --bgc-section-term: #fefbe4;
  --bgc-section-contact: #fefbe4;
  --bgc-section-main: #ffffff;
  --bgc-line-btn: #00b900;
  --bgc-sec-title-main: #b8040d;
  --bgc-example-title: #0040ac;
  --bgc-slider-contener: #222222;
  --bgc-acc-summary: #fff6b0;
  --bgc-step-label: #ffef00;
  --color-step-label: #0040ac;
}

/*----------------------------------------------*
	utilities
/*----------------------------------------------*/
.sc-terms .sc-acc__view > *:first-child, .sc-media__desc > *:first-child, .sc-panel__body > *:first-child {
  margin-top: 0;
}
.sc-terms .sc-acc__view > *:last-child, .sc-media__desc > *:last-child, .sc-panel__body > *:last-child {
  margin-bottom: 0;
}

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

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

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

.sc-font_2XS {
  font-size: 66.667%;
}

.sc-font_XS {
  font-size: 75%;
}

.sc-font_S {
  font-size: 85.714%;
}

.sc-font_M {
  font-size: 120%;
}

.sc-font_L {
  font-size: 150%;
}

.sc-font_XL {
  font-size: 200%;
}

.sc-font_2XL {
  font-size: 300%;
}

.sc-font_3XL {
  font-size: 600%;
}

.sc-flex {
  display: flex;
  flex-wrap: wrap;
}
.sc-flex--between {
  justify-content: space-between;
}
.sc-flex--center {
  align-items: center;
}

.sc-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

/*----------------------------------------------*
	layouts
/*----------------------------------------------*/
.sc-contents {
  color: #333;
  background-color: #FFF;
  box-sizing: border-box;
}
.sc-contents *, .sc-contents *:before, .sc-contents *:after {
  box-sizing: inherit;
}
.sc-contents__inner {
  max-width: calc(1200px + 2em);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (max-width: 667px) {
  .sc-contents__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sc-contents__block--S {
  margin-top: 1.5em;
}
.sc-contents__block--M {
  margin-top: 3em;
}
.sc-contents__block--L {
  margin-top: 4.5em;
}
.sc-contents__footer {
  padding-top: 3em;
}

.sc-contents {
  font-size: clamp(1rem, 0.789rem + 0.563vi, 1.6rem);
  background-color: var(--bgc-contents);
}
.sc-contents h1, .sc-contents h2, .sc-contents h3, .sc-contents h4, .sc-contents h5 {
  margin: 0;
}
.sc-contents h2 {
  font-weight: 500;
}
.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 {
  scroll-margin-top: 80px;
}
.sc-section--bg {
  background-color: #000;
}
.sc-section + .sc-section--join {
  padding-top: 0;
}
.sc-section__main {
  background-color: #fff;
  padding: 2.5em;
}
.sc-section__main:has(.sc-section__header--decoration) {
  margin-top: 1em;
  padding-top: 0;
}
.sc-section__header {
  text-align: center;
}
.sc-section__header h2 {
  position: relative;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  color: inherit;
}
.sc-section__header .sc-h_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__header--decoration {
  position: relative;
}
.sc-section__header--decoration h2 {
  position: relative;
  margin-top: -1em;
  font-size: 281.25%;
  background-color: var(--bgc-sec-title-main);
  color: #FFF;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.325em 0.5em;
  border-radius: 3em;
  font-weight: bold;
  gap: 1em;
}
.sc-section__header--decoration h2 span {
  line-height: 1;
  transform: translateY(-5%);
}
.sc-section__header--decoration h2:before, .sc-section__header--decoration h2:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #fff;
}
.sc-section__body {
  padding-top: 3em;
}
.sc-section__body--panel {
  padding: 3em;
  margin-top: 4.5em;
  background-color: #FFF;
  color: #111;
}
.sc-section__footer {
  padding-top: 4.5em;
}
@media (min-width: 668px) {
  .sc-section {
    padding: 6em 0;
  }
}
@media (max-width: 800px) {
  .sc-section {
    padding: 3em 0;
  }
  .sc-section__body {
    padding-top: calc(3em - 1em);
  }
  .sc-section__footer {
    padding-top: calc(3em - 1em);
  }
}
@media (max-width: 667px) {
  .sc-section {
    padding: 4.5em 0;
  }
  .sc-section__main {
    padding: 1.5em;
  }
  .sc-section__header--decoration h2 {
    font-size: 228.5714285714%;
  }
}

/*----------------------------------------------*/
/* components
/*----------------------------------------------*/
/* list
/* ------------------------------------ */
.sc-contact__list, .sc-step__list, .sc-list {
  list-style: none;
  padding-left: 0;
}

.bs-list {
  line-height: inherit !important;
}

.bs-list > *:after {
  display: none;
}

.bs-list--custom > li > *:first-child {
  padding-top: 0;
}

.sc-list {
  line-height: inherit;
  margin-bottom: 0.5em;
}
.sc-list li:after {
  margin-bottom: 0;
}

p + .sc-list {
  margin-top: 0;
}

li .sc-list {
  margin-top: 0;
}

.sc-list--table > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-list--flow {
  counter-reset: flow;
}
.sc-list--flow > li {
  display: flex;
  flex-wrap: wrap;
  counter-increment: flow;
}
.sc-list--flow > li:before {
  flex-shrink: 0;
  width: 2em;
  content: counter(flow);
}

/* media
/* ------------------------------------ */
.sc-media {
  --media-gap:2em;
  display: flex;
  align-items: flex-start;
  float-wrap: wrap;
  gap: var(--media-gap);
}
.sc-media__img {
  flex-shrink: 0;
}
.sc-media__img--small {
  width: 38%;
}
.sc-media__img--large {
  width: 60%;
}
.sc-media__img > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sc-media__desc {
  flex-grow: 1;
}
.sc-media--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 667px) {
  .sc-media\@sp--col1 {
    flex-direction: column;
  }
  .sc-media\@sp--col1 > * {
    width: 100%;
  }
  .sc-media\@sp--col1.sc-media--reverse {
    flex-direction: column-reverse;
  }
}

/* grid
/* ------------------------------------ */
.sc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sc-grid__item {
  flex-shrink: 0;
}
@media (min-width: 668px) {
  .sc-grid--col2 > .sc-grid__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 667px) {
  .sc-grid\@sp--col1 {
    flex-direction: column;
  }
  .sc-grid\@sp--col1 > .sc-grid__item {
    width: 100%;
  }
}

/* step
/* ------------------------------------ */
.sc-step__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.sc-step .sc-panel {
  height: 100%;
}

/* panel
/* ------------------------------------ */
.sc-panel {
  padding: 3em;
  background-color: #FFF;
}
.sc-panel__body {
  padding-top: calc(1.5em - 0.5em);
}
.sc-panel__footer {
  padding-top: calc(1.5em - 0.5em);
}
@media (max-width: 667px) {
  .sc-panel {
    padding: 1.5em;
  }
}

.sc-panel--footerFix {
  position: relative;
  padding-bottom: 5em;
}
.sc-panel--footerFix .sc-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.5em 1.5em;
}

/* button
/* ------------------------------------ */
.sc-btn {
  text-decoration: none;
  appearance: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border-radius: 0.5em;
  line-height: 1;
}
.sc-btn, .sc-btn:link, .sc-btn:visited {
  color: #FFF;
}
.sc-btn > * {
  position: relative;
  display: grid;
  column-gap: 8px;
  align-items: center;
  justify-items: center;
  padding: 0.5em 0;
  width: fit-content;
  margin: auto;
}

.sc-btn--icoL > * {
  grid-template-columns: 1fr auto;
}
.sc-btn--icoL > *:before {
  content: "";
}

.sc-btn--icoR > * {
  grid-template-columns: auto 1fr;
}
.sc-btn--icoR > *:after {
  content: "";
}

.sc-lineBtn {
  transform: translate(-2px, -2px);
  font-size: 150%;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
}
.sc-lineBtn:active {
  transform: none;
  box-shadow: none;
}

/*
	lineBtn
*/
.sc-lineBtn {
  background-color: #00b900;
}
.sc-lineBtn, .sc-lineBtn:link, .sc-lineBtn:visited {
  color: #FFF;
}
.sc-lineBtn:hover {
  background-color: #00d300;
}
.sc-lineBtn:before {
  background-image: url("../img/ico/ico-line.svg");
}
.sc-lineBtn:after {
  background-image: url("../img/ico/ico-line.svg");
}

/*!
----------------------------------------------
 special contents libraries
----------------------------------------------
*/
/*----------------------------------------------*/
/* lib accordion
/*----------------------------------------------*/
.sc-acc {
  width: 100%;
  display: block;
}
.sc-acc__header {
  display: block;
  position: relative;
  padding: 0.5em 1.5em;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.sc-acc__header::-webkit-details-marker {
  display: none;
}
.sc-acc__header::before, .sc-acc__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 28px;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.sc-acc__header::after {
  transform: translateY(-50%) rotate(90deg);
}
.sc-acc__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  padding-top: 0;
}
.sc-acc__mask {
  overflow: hidden;
}
.sc-acc__view {
  padding: 1em;
}
.sc-acc[open] .sc-acc__header::after {
  transform: translateY(-50%) rotate(0deg);
}
.sc-acc[open] .sc-acc__body {
  grid-template-rows: 1fr;
}
@media (max-width: 667px) {
  .sc-acc__header::before, .sc-acc__header::after {
    width: 18px;
    height: 2px;
  }
}

@starting-style {
  .sc-acc[open] .sc-acc__body {
    grid-template-rows: 0fr;
  }
}
/**/
/*!
----------------------------------------------
 keyVisual
----------------------------------------------
*/
.sc-keyVisual {
  overflow: hidden;
  text-align: center;
  content: "test";
}
.sc-keyVisual img {
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
.sc-keyVisual__period {
  padding: 0.375em 1em;
  line-height: 1.5;
  background-color: var(--bgc-keyvisual);
  font-family: YakuHanJP, "Roboto";
  color: #FFF;
}
.sc-keyVisual__period p {
  margin: 0;
}
.sc-keyVisual__period i {
  font-style: normal;
}
.sc-keyVisual__period i:after {
  content: ":";
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.sc-keyVisual__period b {
  font-size: 160%;
}
@media (min-width: 668px) {
  .sc-keyVisual__period {
    font-size: 175%;
  }
}
@media (max-width: 667px) {
  .sc-keyVisual {
    font-size: 150%;
  }
  .sc-keyVisual__period {
    padding: 0.75em 1em;
  }
  .sc-keyVisual__period i {
    display: block;
  }
  .sc-keyVisual__period i:after {
    display: none;
  }
  .sc-keyVisual__period p {
    line-height: 1.3;
  }
}

/*!
----------------------------------------------
about
----------------------------------------------
*/
.sc-about {
  --about-font-2xl:calc(32/16*100%);
  --about-font-xl:calc(28/16*100%);
  --about-font-lg:calc(24/16*100%);
}
.sc-about strong {
  color: #d80707;
}
.sc-about__main {
  padding-top: 4em;
}
.sc-about__footer {
  padding-top: 1em;
  font-size: var(--about-font-lg);
  text-align: center;
}
.sc-about__footer .sc-lineBtn {
  max-width: 600px;
}
.sc-about__title {
  display: inline-flex;
  max-width: 81.8181818182%;
}
.sc-about__body {
  padding-top: 0;
}
.sc-about__text {
  font-size: var(--about-font-2xl);
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sc-about__example {
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-top: 1em;
}
.sc-about__box {
  max-width: 980px;
  margin-inline: auto;
  display: flex;
}
.sc-about__box ul {
  margin: 0;
}
.sc-about__box > *:nth-child(1) {
  font-size: var(--about-font-lg);
  line-height: 1.5;
}
.sc-about__gochipo {
  display: flex;
  align-items: flex-end;
  max-width: 595px;
}
.sc-about__gochipo img:first-child {
  width: 74.9579831933%;
}
.sc-about__gochipo img:last-child {
  width: 25.0420168067%;
}
.sc-about__lineInfo {
  --media-gap: 1em;
  padding-top: 2em;
  max-width: 980px;
  margin-inline: auto;
  font-size: var(--about-font-2xl);
  line-height: 1.5;
  font-weight: bold;
  align-items: center;
}
.sc-about__lineInfo .sc-media__img {
  width: 22.7551020408%;
  text-align: center;
}
.sc-about__lineInfo .sc-media__img img {
  display: inline-block;
  max-width: 124px;
  width: 100%;
}
@media (min-width: 668px) {
  .sc-about__title {
    gap: 16px;
  }
  .sc-about__title > * {
    width: 49.1111111111%;
  }
  .sc-about__box {
    max-width: 980px;
  }
  .sc-about__box > *:nth-child(1) {
    width: 70%;
  }
  .sc-about__box > *:nth-child(2) {
    width: 30%;
    position: relative;
    transform: scale(1.65) translateY(2em);
    transform-origin: right;
  }
}
@media (max-width: 667px) {
  .sc-about {
    --about-font-2xl:calc(17/10*100%);
    --about-font-xl:calc(16/10*100%);
    --about-font-lg:calc(15/10*100%);
  }
  .sc-about__title {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
  }
  .sc-about__box {
    flex-direction: column;
  }
  .sc-about__gochipo {
    margin-top: 1em;
  }
}

.sc-about-table {
  padding-top: 3em;
  text-align: center;
}
.sc-about-table__title {
  margin-inline: auto;
}
.sc-about-table__container {
  border-radius: 1em;
  border: 1px solid #CCC;
  box-shadow: 7px 7px #c7cbd3;
  font-size: var(--about-font-xl);
  line-height: 1.2;
  max-width: 920px;
  margin-inline: auto;
}
.sc-about-table table {
  border-radius: 1em;
  overflow: hidden;
  border-width: 0;
}
.sc-about-table th, .sc-about-table td {
  border: 0 solid #c7cbd3;
  padding: 0.425em;
}
.sc-about-table th:not(th:last-child),
.sc-about-table td:not(td:last-child) {
  border-right-width: 1px;
}
.sc-about-table th:not(th:last-child) {
  border-color: #FFF;
}
.sc-about-table tr:not(tr:last-child) td {
  border-bottom-width: 1px;
}
.sc-about-table tr:last-child {
  color: #d80707;
}
.sc-about-table thead th {
  background-color: var(--bgc-about-table-th-2);
  color: #FFF;
  border-left-width: 0;
  text-align: center !important;
  font-weight: bold;
}
.sc-about-table thead th:first-child {
  background-color: var(--bgc-about-table-th-1);
}
@media (min-width: 668px) {
  .sc-about-table__title {
    max-width: 58.1818181818%;
    margin-inline: auto;
  }
  .sc-about-table__container table th br {
    display: none;
  }
}
@media (max-width: 667px) {
  .sc-about-table {
    padding-top: 1em;
  }
  .sc-about-table + * {
    margin-top: 1em;
  }
  .sc-about-table__container {
    font-size: var(--about-font-lg);
  }
}

/*!
----------------------------------------------
 prize
----------------------------------------------
*/
.sc-prize {
  background-color: var(--bgc-section-prize);
}
.sc-prize__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc-prize__item {
  width: 100%;
}
.sc-prize__figure {
  position: relative;
}
.sc-prize__figure figcaption {
  margin-top: 1em;
}
.sc-prize__figure--a b {
  width: 24.8447204969%;
  transform: translate(-25%, -25%);
}
.sc-prize__figure--a .sc-prize__img img {
  border-radius: 1.35em;
}
.sc-prize__figure--b b {
  width: 20.1863354037%;
  transform: translateX(-25%);
}
.sc-prize__figure--b .sc-prize__img:after {
  transform: translateX(20px);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/img-prize_b_txt.png") 0 0/contain no-repeat;
}
.sc-prize__img {
  position: relative;
}
.sc-prize__img b {
  position: absolute;
  top: 0;
  left: 0;
}
.sc-prize__img small {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 100%;
  transform: translateY(100%);
}
.sc-prize__note {
  font-size: 85.714%;
}
@media (min-width: 668px) {
  .sc-prize__item {
    width: 48%;
  }
}
@media (max-width: 667px) {
  .sc-prize {
    flex-direction: column;
  }
  .sc-prize__list {
    gap: 1em;
  }
  .sc-prize__main {
    padding-inline: 2em;
    padding-bottom: 2em;
  }
  .sc-prize__figure--b .sc-prize__img:after {
    transform: translateX(1em);
  }
}

/*!
----------------------------------------------
 howToPost
----------------------------------------------
*/
.sc-howToPostStep__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3em;
}
.sc-howToPostStep__item {
  width: 100%;
}
@media (max-width: 667px) {
  .sc-howToPostStep__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}

.sc-howToPostPanel {
  border: 1px solid #333;
  padding: 2em;
}
.sc-howToPostPanel .sc-lineBtn {
  max-width: 500px;
}
.sc-howToPostPanel__header h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  font-weight: 600;
  font-size: 200%;
  line-height: 1.5;
}
.sc-howToPostPanel__header h3 span:first-child {
  color: var(--color-step-label);
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  background-color: var(--bgc-step-label);
  padding: 0 0.5em;
}
.sc-howToPostPanel__header h3 span:first-child b {
  line-height: 1;
  font-weight: 700;
}
.sc-howToPostPanel__header h3 span:first-child b:first-child {
  transform: translateY(5%);
}
.sc-howToPostPanel__header h3 span:first-child b:last-child {
  font-size: 140%;
}
.sc-howToPostPanel__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-howToPostPanel__subtitle + * {
  margin-top: 1em;
}
.sc-howToPostPanel__subtitle span {
  border-radius: 0.5em;
  text-align: center;
  width: 100%;
  max-width: 590px;
  background-color: var(--bgc-example-title);
  color: #FFF;
  padding: 0.5em 1em;
}
.sc-howToPostPanel__body {
  padding-top: 1.5em;
  font-size: 125%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.sc-howToPostPanel__body h4 {
  font-size: 115.7894736842%;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
.sc-howToPostPanel__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc-howToPostPanel__item {
  width: 100%;
}
@media (min-width: 668px) {
  .sc-howToPostPanel__body {
    padding-top: 1.625em;
  }
}
@media (max-width: 667px) {
  .sc-howToPostPanel__header h3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5em;
    font-size: 170%;
  }
  .sc-howToPostPanel__body {
    font-size: 150%;
  }
  .sc-howToPostPanel__body h4 {
    font-size: 106.6666666667%;
  }
  .sc-howToPostPanel__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}

.sc-howToPostSwiper {
  --slider-width:100%;
  overflow: hidden;
  background-color: var(--bgc-slider-contener);
  padding: 1em 1.8em;
}
.sc-howToPostSwiper .sc-slider {
  width: 100%;
}
.sc-howToPostSwiper .sc-slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-howToPostSwiper .sc-slider__panel {
  width: var(--slider-width);
  height: 100%;
  max-width: 250px;
}
.sc-howToPostSwiper .sc-slider__panel img {
  display: block;
}
@media (min-width: 668px) {
  .sc-howToPostSwiper {
    --slider-width:80%;
  }
}

/*!
----------------------------------------------
 terms
----------------------------------------------
*/
.sc-terms {
  background-color: var(--bgc-section-term);
}
.sc-terms h2 + * {
  font-size: 120%;
  margin: 0;
}
.sc-terms .sc-acc + * {
  margin-top: 1em;
}
.sc-terms .sc-acc__header {
  background-color: var(--bgc-acc-summary);
  font-size: 150%;
  font-weight: 600;
  border-radius: 0.5em;
}
.sc-terms .sc-acc__header h3 {
  font-size: inherit;
}
.sc-terms .sc-acc__body h4, .sc-terms .sc-acc__body h5 {
  font-weight: 700;
  font-size: 125%;
}
.sc-terms .sc-acc__body h4:before {
  content: "＜";
}
.sc-terms .sc-acc__body h4:after {
  content: "＞";
}
.sc-terms .sc-acc__body h4:not(h4:first-child) {
  margin-top: 2em;
}
.sc-terms .sc-acc__view {
  padding-top: 2em;
}
@media (max-width: 667px) {
  .sc-terms .sc-acc__header {
    font-size: 190%;
  }
  .sc-terms .sc-acc__view {
    font-size: 150%;
  }
  .sc-terms .sc-acc__view h4 {
    font-size: 106.6666666667%;
  }
}

/*!
----------------------------------------------
 contact
----------------------------------------------
*/
.sc-contact {
  background-color: var(--bgc-section-contact);
}
.sc-contact h3 {
  font-weight: 700;
  font-size: 200%;
  text-align: center;
}
.sc-contact__list {
  font-size: 162.5%;
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1.4;
}
.sc-contact__list li {
  display: flex;
  flex-wrap: wrap;
}
.sc-contact__list li span {
  display: inline-block;
}
.sc-contact__list li span:nth-child(1):after {
  content: ":";
  padding: 0 0.5em;
}
.sc-contact__list li + li {
  /*margin-top: 0.25em;*/
}
.sc-contact__note {
  font-size: 125%;
}
.sc-contact .ad_info {
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 667px) {
  .sc-contact .ad_info {
    width: auto;
    height: 16px;
  }
}
@media (min-width: 668px) {
  .sc-contact__list li {
    justify-content: center;
  }
  .sc-contact__list li span {
    display: inline-block;
  }
  .sc-contact__note {
    max-width: 1000px;
    margin: 1em auto 0;
  }
}
@media (max-width: 667px) {
  .sc-contact__list li + li {
    margin-top: 0.5em;
  }
}

@media (min-width: 668px) {
  .sc-contactPanel__header {
    text-align: center;
  }
}
/*!
----------------------------------------------
 footer
----------------------------------------------
*/
.sc-contents__footer {
  background-color: var(--bgc-contents-footer);
  padding-bottom: 3em;
}

.sc-logos {
  --logo-unit:1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sc-logos > div {
  flex: 0 0 auto;
}

.sc-logos > div img {
  width: auto;
  height: auto;
  display: block;
}
.sc-logos > div img[src*=logo_us_pork] {
  width: calc(var(--logo-unit) * 6);
}
.sc-logos > div img[src*=logo_united_soybean_board_2] {
  width: calc(var(--logo-unit) * 8);
}
.sc-logos > div img[src*=logo_indiana_soybean] {
  width: calc(var(--logo-unit) * 8.5);
  transform: translateY(11%);
}
.sc-logos > div img[src*=logo_nebraska_soybean] {
  width: calc(var(--logo-unit) * 7.5);
  transform: translateY(-10%);
}
.sc-logos > div img[src*=logo_iowacorn] {
  width: calc(var(--logo-unit) * 14);
  transform: translateY(-12%);
}

@media (min-width: 668px) {
  .sc-logos {
    gap: 16px;
  }
}
@media (max-width: 667px) {
  .sc-logos {
    --logo-unit:.8em;
    gap: 8px 16px;
    max-width: 360px;
    margin-inline: auto;
  }
}
/**/

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