@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  リセット
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  outline: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
  font-family: "rx-mgnp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rx-mgnp-2c-regular_lgt.eot"); /* IE9 Compat Modes */
  src: url("../fonts/rx-mgnp-2c-regular_lgt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/rx-mgnp-2c-regular_lgt.woff2") format("woff2"), /* Modern Browsers */
       url("../fonts/rx-mgnp-2c-regular_lgt.woff") format("woff"), /* Modern Browsers */
       url("../fonts/rx-mgnp-2c-regular_lgt.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: "rx-mgnp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rx-mgnp-2c-bold_lgt.eot"); /* IE9 Compat Modes */
  src: url("../fonts/rx-mgnp-2c-bold_lgt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/rx-mgnp-2c-bold_lgt.woff2") format("woff2"), /* Modern Browsers */
       url("../fonts/rx-mgnp-2c-bold_lgt.woff") format("woff"), /* Modern Browsers */
       url("../fonts/rx-mgnp-2c-bold_lgt.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 58%;
  }
}

body {
  position: relative;
  z-index: 0;
  height: 100%;
  min-height: 100%;
  background: #fff;
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #f93691;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

/********** lazyload **********/
.lazyload,
.lazyloading,
img.lozad {
  opacity: 0;
}

.lazyloaded,
img.lozad[data-loaded="true"] {
  opacity: 1;
  transition: opacity 2000ms;
}

.p-header__logo>img.lozad {
  opacity: 1;
}

/********** ScrollReveal **********/
html.sr .fade-in-lead,
html.sr .fade-in-icantexplain,
html.sr fade-in-merits,
html.sr fade-in-schedule,
html.sr fade-in-download {
  visibility: hidden;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レイアウト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ヘッダー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/********** ヘッダーロゴ **********/
.p-header__logo>img {
  width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  メイン共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/********** セクション **********/
.p-section {
  background: #fff;
}

.p-section--meta {
  background: #f1f8f6;
}

.p-section--tr {
  background: transparent;
}

.p-section__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px 40px;
  border: 5px solid #78bfaf;
  width: 90%;
  max-width: 1024px;
}

.p-section__inner--nb {
  padding: 0;
  border: 0;
}

.p-section__inner--gray {
  border: 5px solid #dadada;
}

.p-section__inner--yokokore {
  border: 3px solid #6dc6b2;
}

.p-section__inner--pweeks {
  border: 3px solid #ea5b70;
}

@media screen and (max-width: 600px) {
  .p-section__inner {
    padding: 0 20px 20px;
  }

  .p-section__inner--nb {
    padding: 0;
  }
}

/********** トピックパス **********/
.p-section__inner--topic-path>ul>li {
  display: inline;
  margin-right: 15px;
}

/********** セクションタイトル **********/
.p-section__title {
  padding: 40px 0;
  border-bottom: 1px solid #78bfaf;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
}

.p-section__title--gray {
  border-bottom: 1px solid #dadada;
}

.p-section__title--promo {
  padding: 12px;
  border-radius: 8px;
  background: #78bfaf;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-shadow: 1px 1px 0 #000;
}

.p-section__title--yokokore {
  border-bottom: 0;
  background: #6dc6b2;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
}

.p-section__title--pweeks {
  border-bottom: 1px solid #ea5b70;
}

.p-section__title--pweeks-bg {
  border-bottom: 0;
  background: center no-repeat;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 600px) {
  .p-section__title {
    padding: 20px 0;
    font-size: 2rem;
  }

  .p-section__title--promo {
    padding: 12px;
  }

  .p-section__title--pweeks-bg {
    padding: 30px 0;
    background-size: contain;
  }
}

/********** セクションコンテンツ **********/
.p-section__contents {
  padding-top: 20px;
}

.p-section__contents--nb {
  margin-top: 1rem;
  padding: 0;
}

/********** サブセクション **********/
.p-subsection__title {
  padding: 40px 0;
  border-bottom: 1px solid #78bfaf;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.p-subsection__title--yokokore {
  border-bottom: 1px solid #6dc6b2;
}

.p-subsection__contents {
  padding-top: 20px;
}

@media screen and (max-width: 600px) {
  .p-subsection__title {
    padding: 20px 0;
    font-size: 2rem;
  }
}

/********** ヒーローイメージ **********/
.p-hero img {
  width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  トップへ戻る
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.back-to-top {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 50px;
  transition: opacity 1s, visibility 0s ease 1s;  /* iOS */
}

.back-to-top.is-show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;  /* iOS */
}

.back-to-top>a {
  display: block;
  padding: 7px 12px;
  border: 1px solid #fff;
  background: #78bfaf;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  text-align: center;
}

.back-to-top>a:hover {
  color: #f93691;
}

.pi-pweeks .back-to-top>a {
  background: #003b83;
  color: #fff;
}

.pi-pweeks .back-to-top>a:hover {
  color: #ea5b70;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  主催者
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section--organizer {
  background: #78bfaf;
}

.p-section--pweeks-organizer {
  background: #003b83;
}

.p-organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 10px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.p-organizer>img {
  margin: 0 20px 0 40px;
  width: 126px;
  height: 100px;
  flex: 0 0 126px;
}

.p-organizer--yokokore {
  background: #6dc6b2;
}

.p-organizer>dl {
  line-height: 1.4;
}

.p-organizer>dl>dt {
  display: inline-block;
  width: 15%;
  text-align: right;
  vertical-align: top;
}

.p-organizer>dl>dd {
  display: inline-block;
  margin-bottom: 10px;
  width: 80%;
  text-align: left;
  vertical-align: top;
}

.p-organizer>dl>dd a {
  color: #fff;
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .p-organizer>dl>dt {
    width: 18%;
  }

  .p-organizer>dl>dd {
    width: 80%;
  }
}

@media screen and (max-width: 780px) {
  .p-organizer>dl>dt {
    display: block;
    width: 100%;
    text-decoration: underline;
    text-align: left;
  }

  .p-organizer>dl>dd {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .p-organizer {
    display: block;
  }

  .p-organizer>dl {
    margin: 20px auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 520px) {
  .p-organizer>dl {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .p-organizer>dl {
    font-size: 1.8rem;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  フッター
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-footer {
  padding: 20px 40px;
  text-align: center;
}

.p-footer--promo {
  background: #78bfaf;
  color: #fff;
}

.p-footer__banner>a {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 20px;
}

.p-footer__banner>a>img {
  height: 50px;
}

.p-footer__copyright>a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .p-footer {
    padding: 20px;
  }

  .p-footer__banner>a {
    width: 80%;
  }

  .p-footer__banner>a>img {
    width: 100%;
    height: auto;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐ヘッダー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-header--promo {
  background: #78bfaf;
}

.p-header__inner--promo {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1024px;
}

@media screen and (max-width: 1024px) {
  .p-header__inner--promo {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐ご案内
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-lead {
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.p-lead__content1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.p-lead__content2 {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.p-lead__content2>a {
  color: inherit;
}

.p-lead__content3 {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.p-lead__content3>.u-color-co {
  font-size: 3rem;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐事業説明
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__inner--icantexplain {
  border: 0;
}

.p-icantexplain__content {
  margin-top: 1rem;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  text-indent: 1em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐参加の3つのメリット
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__inner--merits {
  position: relative;
}

.p-section__title--merits {
  position: absolute;
  top: -20px;
  left: 60px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  padding: 10px 20px;
  border-bottom: 0;
  border-radius: 120px / 10px;
  background: #f93691;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-section__title--merits {
    left: 40px;
  }
}

@media screen and (max-width: 360px) {
  .p-section__title--merits {
    left: 10px;
  }
}

.u-trinity {
  color: #ff0;
  font-size: 3rem;
}

.p-merits {
  padding: 20px 20px 0;
}

.p-merits>ul>li::before {
  display: inline-block;
  margin-right: .3em;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/check.png) center/contain no-repeat;
  content: '';
}

.p-merits>ul>li {
  padding-top: 10px;
  padding-left: 1.5em;
  font-size: 2rem;
  line-height: 1.4;
  text-indent: -1.5em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐募集概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-target {
  font-size: 2rem;
}

.p-target>dt {
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  width: 10%;
  background: #78bfaf;
  color: #fff;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  text-shadow: 1px 1px 0 #000;
}

.p-target>dd {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 0 8px 10px;
  width: 80%;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 960px) and (min-width: 641px) {
  .p-target>dt {
    width: 15%;
  }

  .p-target>dd {
    width: 84%;
  }
}

@media screen and (max-width: 640px) {
  .p-target>dt {
    display: block;
    width: 100%;
  }

  .p-target>dd {
    display: block;
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐学生特別枠新設！
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-subsection--students {
  position: relative;
  padding: 35px 25px 25px;
  border: 3px solid #f93691;
  border-radius: 8px;
}

.p-subsection__title--students {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px;
  border-bottom: 0;
  background: #fff;
  color: #f93691;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

.p-subsection__contents--students {
  margin: 0; 
  padding: 0;
}

.p-students {
  font-size: 2rem;
}

.p-students>dt {
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  width: 10%;
  background: #f93691;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.p-students>dd {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 0 8px 10px;
  width: 80%;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 960px) and (min-width: 641px) {
  .p-students>dt {
    width: 15%;
  }

  .p-students>dd {
    width: 83%;
  }
}

@media screen and (max-width: 640px) {
  .p-students>dt {
    display: block;
    width: 100%;
  }

  .p-students>dd {
    display: block;
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐連携施設
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__title--cooperation-shop {
  padding: 0;
  font-size: 2.4rem;
  text-align: left;
}

.p-section__title--cooperation-shop .notes {
  color: #f93691;
  font-weight: bold;
}

.p-cooperation-shop {
  font-size: 2rem;
}

.p-cooperation-shop__cmnt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.p-cooperation-shop>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}

.p-cooperation-shop>ul>li {
  margin: 10px;
  border: 1px solid #000;
  width: 236px;
}

.p-cooperation-shop>ul>li>img {
  width: 100%;
}

.p-cooperation-shop-notes {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .p-cooperation-shop>ul>li {
    width: 40%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐昨年度の様子
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-scenes {
  margin-right: auto;
  margin-left: auto;
  width: 94%;
}

.p-scenes>ul {
  text-align: center;
}

.p-scenes>ul>li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
}

.p-scenes-figure>img {
  border: 1px solid #78bfaf;
  width: 300px;
}

.p-scenes-figure>figcaption {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 740px) {
  .p-scenes-figure>img {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐昨年度参加者の声
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-voice {
  margin-right: auto;
  margin-left: auto;
  padding: 14px;
  border: 4px solid #ebebeb;
  width: 94%;
  font-size: 2rem;
}

.p-voice>img {
  float: right;
  padding-left: 10px;
  width: 30%;
}

.p-voice__content {
  line-height: 1.4;
}

.p-voice__participant {
  margin-top: 8px;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .p-voice img {
    width: 38%;
  }
}

@media screen and (max-width: 600px) {
  .p-voice img {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐プロモーションウィークス開催までの流れ（予定）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-schedule {
  font-size: 1.8rem;
}

.p-schedule__details {
  margin-bottom: 30px;
}

.p-schedule__outline {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  text-align: center;
}

.p-so-area {
  position: relative;
}

.p-so-area__box {
  position: relative;
  padding: 16px 0;
  border: 3px solid #78bfaf;
}

.p-so-date {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 10px;
  border-radius: 8px;
  background: #f93691;
  color: #fff;
}

.p-so-step {
  font-size: 2rem;
  font-weight: bold;
}

.p-so-area--4>.p-so-area__box {
  padding: 14px 0;
  background: #78bfaf;
}

.p-so-area--6>.p-so-area__box {
  padding: 14px 0;
  background: #78bfaf;
}

.p-so-area--1 .p-so-step,
.p-so-area--2 .p-so-step,
.p-so-area--3 .p-so-step,
.p-so-area--5 .p-so-step {
}

.p-so-area--4 .p-so-step {
  color: #fff4a2;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #000;
}

.p-so-area--4 .p-so-step>a {
  color: inherit;
}

.p-so-area--6 .p-so-step {
  color: #fff4a2;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #000;
}

.p-so-area::after {
  display: block;
  width: 36px;
  height: 36px;
  content: '';
}

.p-so-area--1::before,
.p-so-area--4::after,
.p-so-area--5::before,
.p-so-area--6::after {
  display: block;
  width: 36px;
  height: 26px;
  content: '';
}

.p-so-area--4::before,
.p-so-area--6::before {
  position: absolute;
  top: 90%;
  left: -12px;
  border: 30px solid transparent;
  width: 0;
  height: 0;
  content: '';
}

.p-so-area--1::before,
.p-so-area--1::after,
.p-so-area--2::after,
.p-so-area--3::after,
.p-so-area--4::after {
  margin-left: calc(30% - 18px);
  background: #62595c;
}

.p-so-area--4::before {
  margin-left: calc(30% - 18px);
  border-top: 30px solid #62595c;
}

.p-so-area--5::before,
.p-so-area--5::after,
.p-so-area--6::after {
  margin-left: calc(70% - 18px);
  background: #f93691;
}

.p-so-area--6::before {
  margin-left: calc(70% - 18px);
  border-top: 30px solid #f93691;
}

.p-schedule__notes {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .p-so-area__box {
    padding: 20px 0;
  }

  .p-so-date {
    top: -25px;
    left: 8px;
  }
}

@media screen and (max-width: 340px) {
  .p-so-area--4 .p-so-step {
    font-size: 2rem;
  }

  .p-so-area--6 .p-so-step {
    font-size: 2rem;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐申込方法
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__inner--application {
  background: #fff;
}

.p-section__title--application {
  font-weight: bold;
}

.p-application__how-to-apply {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.p-application__deadline {
  margin-top: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.p-application__deadline>ul>li {
  font-size: 2rem;
}

.p-mailing-address {
  margin-top: 30px;
  padding: 20px 0 10px;
  font-size: 2rem;
}

.p-mailing-address>dl {
  line-height: 1.4;
}

.p-mailing-address>dl>dt {
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: top;
}

.p-mailing-address>dl>dd {
  display: inline-block;
  margin-bottom: 10px;
  width: 68%;
  text-align: left;
  vertical-align: top;
}

.p-mailing-address>dl>dd>a {
  color: #111;
  text-decoration: none;
}

.p-mailing-address>dl>.email {
  font-size: 3.5rem;
}

@media screen and (max-width: 600px) {
  .p-mailing-address>dl>dt {
    display: block;
    width: 100%;
    text-decoration: underline;
    text-align: left;
  }

  .p-mailing-address>dl>dd {
    display: block;
    width: 100%;
  }
}

/********** 申込書類ダウンロードボタン **********/
.p-btn {
  margin: 40px auto;
  width: 400px;
}

.p-btn>a {
  display: block;
  position: relative;
  padding: 20px 10px;
  border-radius: 15px;
  width: 100%;
  box-shadow: 6px 6px 8px #78bfaf;
  line-height: 1.4;
  background: #d52d79;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  transition: all 300ms 0s ease;
}

.p-btn>a:hover {
  background: #f93691;
}

.p-btn>a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 14px;
  height: 14px;
  content: '';
}

@media screen and (max-width: 600px) {
  .p-btn {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .p-btn>a {
    font-size: 1.8rem;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐募集終了
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-notice {
  position: relative;
  padding: 1em 2em;
  border-top: 5px solid red;
  border-bottom: 5px solid red;
}

.p-notice::before, .p-notice::after {
  position: absolute;
  top: -10px;
  width: 5px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background: red;
  content: '';
}

.p-notice::before {
  left: 10px;
}

.p-notice::after {
  right: 10px;
}

.p-notice>p {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  参加者募集‐共通ユーティリティ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.u-marker-promo {
  border-radius: 5px;
  background: linear-gradient(transparent 65%, #f93691);
  font-weight: bold;
  text-decoration: none;
}

.u-marker-merits {
  border-radius: 5px;
  background: linear-gradient(transparent 0%, #ff0 0%);
  font-weight: bold;
}

.u-color-co {
  color: #f93691;
  font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  申込書類ダウンロード
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__title--download {
  font-weight: bold;
}

.p-subsection__title--download {
  padding: 0 20px;
  border: 0;
  text-align: left;
}

.p-subsection__contents--download {
  padding: 0 40px;
}

.p-subsection__contents--download>ul {
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-subsection__contents--download>ul>li {
  width: 100%;
}

.p-subsection__contents--download>ul>li img {
  margin-bottom: -3px;
  margin-left: 10px;
  width: 30px;
  vertical-align: baseline;
}

@media screen and (max-width: 600px) {
  .p-subsection__title--download {
    padding: 0;
  }

  .p-subsection__contents--download {
    padding: 0;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  横コレ‐ヘッダー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/********** ヘッダーロゴ **********/
.p-header__logo img {
  width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  横コレ‐お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-info-box {
  padding: 0 20px;
  width: 100%;
  max-height: 175px;
  overflow: auto;
}

.p-info-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2;
}

.p-info-box__date {
  padding-right: 2%;
  width: 24%;
  color: #003c7e;
}

.p-info-box__contents {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-info-box__item {
    display: block;
  }

  .p-info-box__date {
    width: 100%;
  }

  .p-info-box__contents {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .p-info-box {
    padding: 0 10px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  横コレ‐開催概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__inner--yokokore-outline {
  padding: 0 40px 40px;
  background: #f1f8f6;
}

.p-section__title--yokokore-outline {
  border: 0;
}

.p-yokokore-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.5;
}

.p-yokokore-outline>dt {
  width: 20%;
  font-size: 2.4rem;
  text-align: right;
}

.p-yokokore-outline>dd {
  padding-left: 1em;
  width: 80%;
  font-size: 2.4rem;
}

.p-yokokore-flyer {
  margin-top: 20px;
}

.p-yokokore-flyer>li {
  display: inline-block;
  width: 50%;
}

.p-yokokore-flyer>li img {
  width: 100%;
}

.p-yokokore-outline-notes {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-yokokore-outline-notes img {
  margin-bottom: -3px;
  margin-left: 10px;
  width: 30px;
  vertical-align: baseline;
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .p-yokokore-outline>dt {
    width: 22%;
  }

  .p-yokokore-outline>dd {
    width: 78%;
  }
}

@media screen and (max-width: 600px) {
  .p-section__inner--yokokore-outline {
    padding: 0 20px 20px;
  }

  .p-yokokore-outline {
    display: block;
  }

  .p-yokokore-outline>dt {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }

  .p-yokokore-outline>dd {
    width: 100%;
    font-size: 1.8rem;
  }

  .p-yokokore-flyer>li {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  横コレ‐ワークショップ／セミナー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-ws-timetable {
  width: 100%;
}

.p-ws-timetable th, .p-ws-timetable td {
  border: 1px solid #3d2314;
}

.p-ws-timetable>thead>tr {
  background: #3d2314;
  color: #fff;
}

.p-ws-timetable>thead>tr>th {
  padding: 10px 5px;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}

.p-ws-timetable>tbody>tr>th, .p-ws-timetable>tbody>tr>td {
  padding: 10px 5px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

.p-ws-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-ws-img>li>a>img {
  width: 89px;
  height: 67px;
}

.p-ws-notes {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .p-ws-timetable {
    border: none;
  }

  .p-ws-timetable>thead {
    display: none;
  }

  .p-ws-timetable>tbody>tr {
    display: block;
    margin-bottom: .5em;
    border-bottom: 1px solid #3d2314;
    box-shadow: 0 2px 2px #6dc6b2;
  }

  .p-ws-timetable>tbody>tr>th {
    display: block;
    border: none;
    background: #3d2314;
    color: #fff;
    line-height: 1.2;
  }

  .p-ws-timetable>tbody>tr>td {
    display: block;
    position: relative;
    padding-left: 5em;
    border-top: 1px solid #3d2314;
    border-right: 1px solid #3d2314;
    border-left: 1px solid #3d2314;
    border-bottom: none;
    line-height: 1.2;
  }

  .p-ws-timetable>tbody>tr>td::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    padding-right: .7em;
    padding-left: .7em;
    color: #3d2314;
    font-weight: bold;
    content: attr(aria-label);
  }

  .p-ws-img>li>a>img {
    width: 85px;
    height: 64px;
  }
}

@media screen and (max-width: 374px) {
  .p-ws-img>li>a>img {
    width: 68px;
    height: 51px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  横コレ‐展示会出展者
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-exhibitor-list {
  width: 100%;
}

.p-exhibitor-list th, .p-exhibitor-list td {
  border: 1px solid #3d2314;
}

.p-exhibitor-list>thead>tr {
  background: #3d2314;
  color: #fff;
}

.p-exhibitor-list>thead>tr>th {
  padding: 10px 5px;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}

.p-exhibitor-list>tbody>tr>th {
  padding: 10px 5px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

.p-exhibitor-list>tbody>tr>td {
  padding: 10px 5px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

.p-exhibitor-list>tbody>tr>td:nth-of-type(3) {
  font-size: 1.6rem;
}

.p-exhibitor-list>tbody>tr>td.genre {
  color: #fff;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.p-exhibitor-list>tbody>tr>td.art {
  background: #07913a;
}

.p-exhibitor-list>tbody>tr>td.accessories {
  background: #043c7e;
}

.p-exhibitor-list>tbody>tr>td.fashion {
  background: #d42879;
}

.p-exhibitor-list>tbody>tr>td.children {
  background: #f39800;
}

.p-exhibitor-list>tbody>tr>td.interior {
  background: #a40a5e;
  font-size: 1.4rem;
}

.p-exhibitor-list>tbody>tr>td.food {
  background: #14aab5;
}

.p-exhibitor-list>tbody>tr>td.health {
  background: #c30d23;
}

.p-exhibitor-list>tbody>tr>td.student {
  background: #6eb92b;
}

.p-exhibitor-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-exhibitor-img>li>a>img {
  width: 100px;
  height: 67px;
}

.p-exhibitor-notes {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .p-exhibitor-list {
    border: none;
  }

  .p-exhibitor-list>thead {
    display: none;
  }

  .p-exhibitor-list>tbody>tr {
    display: block;
    margin-bottom: .5em;
    border-bottom: 1px solid #3d2314;
    box-shadow: 0 2px 2px #6dc6b2;
  }

  .p-exhibitor-list>tbody>tr>th {
    display: none;
  }

  .p-exhibitor-list>tbody>tr>td.not-first {
    display: none;
  }

  .p-exhibitor-list>tbody>tr>td {
    display: block;
    position: relative;
    border-top: 1px solid #3d2314;
    border-right: 1px solid #3d2314;
    border-left: 1px solid #3d2314;
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .p-exhibitor-list>tbody>tr>td:nth-of-type(2),
  .p-exhibitor-list>tbody>tr>td:nth-of-type(3) {
    padding-left: 5em;
  }

  .p-exhibitor-list>tbody>tr>td:first-of-type {
  }

  .p-exhibitor-list>tbody>tr>td.interior {
    font-size: 1.6rem;
  }

  .p-exhibitor-list tr>td::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    padding-right: .7em;
    padding-left: .7em;
    color: #3d2314;
    font-weight: bold;
    content: attr(aria-label);
  }

  .p-exhibitor-img>li>a>img {
    width: 85px;
    height: 64px;
  }
}

@media screen and (max-width: 374px) {
  .p-exhibitor-img>li>a>img {
    width: 68px;
    height: 51px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  横コレ‐昨年度の情報（「横コレ2018」）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__inner--last-year {
  padding: 0 40px 40px;
  border: 0;
}

.p-last-year {
  padding: 20px 20px 0;
}

.p-last-year>ul {
  list-style-type: disc;
}

.p-last-year>ul>li {
  padding-top: 10px;
  font-size: 2rem;
  line-height: 1.4;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKS共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pi-pweeks .l-wrap {
  background: url("../img/pw_wrap_bg.jpg") center top repeat fixed;
}

.pi-pweeks a {
  color: #ea5b70;
}

@media screen and (max-width: 600px) {
/********** スマートフォンでbackground-attachment: fixedが **********
*********** 反映しない問題の対応　ここから↓　　　　　　　 **********/
  .pi-pweeks .l-wrap {
    background: none;
  }

  .pi-pweeks .l-wrap::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/pw_wrap_bg.jpg") center top repeat;
    content: "";
  }
/********** スマートフォンでbackground-attachment: fixedが **********
*********** 反映しない問題の対応　ここまで↑　　　　　　　 **********/
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKS‐ヘッダー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-header__inner--pweeks {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1200px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKSご案内
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKSイベントスケジュール概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-pweeks-event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-pweeks-event__list>li {
  position: relative;
  width: 200px;
}

.p-pweeks-event__list>li>img,
.p-pweeks-event__list>li>a>img {
  width: 100%;
}

.p-pweeks-event-in-session {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 3px;
  width: 80px;
  background: #fff;
  color: #ea5b70;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-pweeks-event-in-session-frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  border: 8px solid #ea5b70;
  width: 195px;
  height: 258px;
}

.p-pweeks-event-finished {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 3px;
  border: 2px solid #ea5b70;
  width: 110px;
  background: #fff;
  color: #ea5b70;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-pweeks-event__list>li {
    width: 144px;
  }

  .p-pweeks-event-in-session-frame {
    width: 139px;
    height: 184px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKS開催概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-pweeks-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 2;
}

.p-pweeks-outline>dt {
  width: 30%;
  font-size: 2rem;
  text-align: right;
}

.p-pweeks-outline>dd {
  padding-left: 1em;
  width: 70%;
  font-size: 2rem;
}

.p-pweeks-outline__shop {
  padding-top: .2em;
  line-height: 1.6;
}

.new-cooperation {
  color: #ea5b70;
}

.p-pweeks-shop-notes {
  margin-top: .5em;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: right;
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .p-pweeks-outline>dt {
    width: 25%;
  }

  .p-pweeks-outline>dd {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .p-pweeks-outline {
    display: block;
  }

  .p-pweeks-outline>dt {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }

  .p-pweeks-outline>dd {
    width: 100%;
    font-size: 1.8rem;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKSオープニングイベント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-section__contents--opening-event {
  position: relative;
}

.p-free-allrightnow {
  position: absolute;
  top: -30px;
  left: 40px;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  padding: 10px 20px;
  border: 3px dashed #005bac;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #003b83;
  background: #003b83;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

.p-opening-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 2;
}

.p-opening-outline>dt {
  width: 30%;
  font-size: 2rem;
  text-align: right;
}

.p-opening-outline>dd {
  padding: 0 1em;
  width: 70%;
  font-size: 2rem;
}

.p-opening-performance__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-opening-performance>dl>dd {
  padding-left: 1em;
}

.p-opening-last-year {
  margin: 20px auto 0;
  width: 600px;
  text-align: center;
}

.p-opening-last-year>img {
  width: 100%;
}

.p-opening-last-year>figcaption {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .p-opening-outline>dt {
    width: 25%;
  }

  .p-opening-outline>dd {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .p-free-allrightnow {
    top: -120px;
    left: 0;
  }

  .p-opening-outline {
    display: block;
  }

  .p-opening-outline>dt {
    padding-left: 5%;
    width: 100%;
    text-align: left;
  }

  .p-opening-outline>dd {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .p-opening-performance>dl {
    font-size: 1.8rem;
  }

  .p-opening-performance>dl>dt {
    text-align: left;
  }

  .p-opening-last-year {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKS出店者一覧
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-entrepreneurs-list {
  width: 100%;
}

.p-entrepreneurs-list>thead>tr>th,
.p-entrepreneurs-list>tbody>tr>th,
.p-entrepreneurs-list>tbody>tr>td {
  border: 1px solid #003b83;
}

.p-entrepreneurs-list>thead>tr {
  background: #003b83;
  color: #fff;
}

.p-entrepreneurs-list>thead>tr>th {
  padding: 10px 5px;
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}

.p-entrepreneurs-list>thead>tr>th:nth-of-type(2) {
  width: 36%;
}

.p-entrepreneurs-list>tbody>tr {
  background: rgba(255, 255, 255, 0.5);
}

.p-entrepreneurs-list>tbody>tr>th,
.p-entrepreneurs-list>tbody>tr>td {
  padding: 10px 2px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

.p-entrepreneurs-list>tbody>tr>td:nth-of-type(1) {
  font-size: 1.6rem;
}

.p-entrepreneurs-list>tbody>tr>th>.pweeks-week {
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-entrepreneurs-list>tbody>tr>th>.pweeks-shop {
  font-family: rx-mgnp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-entrepreneurs-list>tbody>tr>th>.in-session {
  color: #ea5b70;
  font-size: 2rem;
  font-weight: bold;
}

.p-entrepreneurs-list>tbody>tr>th>.finished {
  color: #003b83;
}

.p-entrepreneurs-list>tbody>tr>th>.notes {
  color: #003b83;
}

.p-entrepreneurs-list>tbody>tr>td>.biz-days {
  color: #003b83;
  font-size: 1.6rem;
}

.p-entrepreneurs-list>tbody>tr>td>.biz-days__canceled {
  text-decoration: line-through;
}

.p-entrepreneurs-list>tbody>tr>td>ul,
.p-entrepreneurs-list>tbody>tr>td>dl {
  margin: 10px 5px;
  text-align: left;
}

.p-entrepreneurs-list>tbody>tr>td>dl>dd {
  padding-left: 1em;
}

.pweeks-flyer-shop {
  width: 100%;
  height: auto;
}

.p-entrepreneurs-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-entrepreneurs-img>li>a>img {
  width: 100px;
  height: 67px;
}

.p-entrepreneurs-notes {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .p-entrepreneurs-list {
    border: none;
  }

  .p-entrepreneurs-list>thead {
    display: none;
  }

  .p-entrepreneurs-list>tbody>tr {
    display: block;
    margin-bottom: .5em;
    border-bottom: 1px solid #003b83;
    box-shadow: 0 2px 2px #ea5b70;
  }

  .p-entrepreneurs-list>tbody>tr>th {
    display: block;
    border: none;
    background: #003b83;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .p-entrepreneurs-list>tbody>tr>td {
    display: block;
    border-top: 1px solid #003b83;
    border-right: 1px solid #003b83;
    border-left: 1px solid #003b83;
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .p-entrepreneurs-list>tbody>tr>td:nth-of-type(2) {
    position: relative;
    padding-left: 5em;
  }

  .p-entrepreneurs-list>tbody>tr>td:nth-of-type(2)::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.96rem;
    padding-right: .7em;
    padding-left: .7em;
    color: #003b83;
    font-weight: bold;
    content: attr(aria-label);
  }

  .p-entrepreneurs-list>tbody>tr>th>.finished {
    color: #fff;
  }

  .p-entrepreneurs-list>tbody>tr>th>.notes {
    color: #fff;
  }

  .pweeks-flyer-shop {
    display: none;
  }

  .p-entrepreneurs-img>li>a>img {
    width: 85px;
    height: 64px;
  }
}

@media screen and (max-width: 374px) {
  .p-entrepreneurs-img>li>a>img {
    width: 68px;
    height: 51px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  PWEEKSフッター
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.p-footer--pweeks {
  background: #003b83;
  color: #fff;
}

.p-footer__copyright--pweeks>a {
  color: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  改行位置調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.br-pc {
  display: none;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.br-u400 {
  display: none;
}

@media screen and (min-width: 961px) {
  .br-pc {
    display: inline;
  }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .br-tb {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: inline;
  }
}

@media screen and (max-width: 400px) {
  .br-u400 {
    display: inline;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ユーティリティ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.u-d-n {
  display: none;
}

.u-cf::after {
  display: block;
  clear: both;
  content: '';
}

.u-ul-indent>li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pt-80 {
  padding-top: 80px;
}

.u-pb-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .u-mt-40 {
    margin-top: 4.16667%;
  }

  .u-mb-40 {
    margin-bottom: 4.16667%;
  }

  .u-mt-80 {
    margin-top: 8.33333%;
  }

  .u-mb-80 {
    margin-bottom: 8.33333%;
  }

  .u-pt-40 {
    padding-top: 4.16667%;
  }

  .u-pb-40 {
    padding-bottom: 4.16667%;
  }

  .u-pt-80 {
    padding-top: 8.33333%;
  }

  .u-pb-80 {
    padding-bottom: 8.33333%;
  }
}
