/* ▼Report個別用 */
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

/* ▲Report個別用 */
/* ▼CMS用 */

.wrap {
  background-color: #fff;
}

/* 使用禁止マーク置換（アクセシビリティ対策） */
.kome_mark:before {
  content: "※";
}

.content h1 {
  display: none;
}

/* --ロゴマーク削除-- */
#gNav .logo {
  display: none;
}

/* --Contactメニュー削除-- */
#gNav .lang ul li.contact {
  display: none;
}

.content ul li {
  background-image: none;
  margin: 0;
  padding: 0;
}

.content p {
  font-size: 1.2em;
}

/* .content a[href^="http://"],
.content a[href^="https://"] {
  background-image: none;
} */

.outline {
  background-color: #fff;
}

.outline .outline-heading {
  background-color: #ddd;
}

/* --Facebook削除-- */
div#facebook-widget .container {
  display: none;
}

div#facebook-widget_11th .container {
  display: none;
}

/* --コピーライト削除-- */
.wrap .copyright {
  display: none;
}

/* --フッターロゴ削除-- */
.host {
  display: none;
}

/* --トップページご案内-- */
.spe_info {
  width: 85%;
  margin: 0 auto 2em;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.8;
}

/* --過去の実施状況-- */
.past_info_wrap {
  display: flex;
  justify-content: space-around;

}

.past_info {
  width: 45%;
}

/* --アーカイブの説明（改行）-- */
#facebook-widget .br_sp br {
  display: none;
}

#facebook-widget_11th .br_sp br {
  display: none;
}

/* ▲CMS用 */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: url("../img/container/papaer.png");
  /* font-weight: 400;
  line-height: 1;
  font-feature-settings: "palt" 1;
  color: #263238; */
}

.wrap.ja {
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.wrap .lang.gothic {
  font-family: "Roboto", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

hr {
  border-top: 1px dashed #000;
}

/* p {
  font-size: 18px;
  line-height: 2;
} */

/* a {
  color: #b71c1c;
  transition: all .3s;
  text-decoration: none;
} */

/* a:hover {
  color: #b71c1c;
  opacity: .8;
  text-decoration: none;
} */

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-red {
  color: #f00;
}

.text-indent {
  text-indent: -1em;
  margin-left: 1em;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: 0 none;
}

button:focus {
  outline: none;
}

.button {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 1em auto;
  padding: .5em 0;
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  background: #b71c1c;
  color: #fff;
}

.button:hover {
  opacity: 0.8;
}

.button:visited {
  color: #fff;
  text-decoration: none;
}

.button:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon/arrow-right.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -12px;
}

.button.large {
  max-width: 480px;
  background: #b71c1c url("../images/icon-leaf.svg") no-repeat .5em center;
  background-size: 48px auto;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  margin: 40px auto;
}

.button.large:after {
  width: 32px;
  height: 32px;
}

.button.large.outline {
  background-image: url("../images/icon-leaf-red.svg");
  background-color: transparent;
  border: 2px solid #b71c1c;
  color: #b71c1c;
}

.button.large.outline:after {
  background-image: url("../images/arrow-right-red.svg");
}

.button.gold {
  background-color: #987d40;
  color: #fff !important;
}

.button.middle {
  background-color: #987d40;
  color: #fff;
  padding: .75em;
}

.button small {
  font-size: 12px;
}

.button.large.enable {
  background-color: #acacac !important;
}

.floating-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  display: block;
  width: 240px;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #b71c1c;
  padding: 1em;
}

.floating-button:hover,
.floating-button:visited {
  color: #fff;
  text-decoration: none;
}

.icon {
  display: inline-block;
}

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#gNav {
  width: 100%;
  position: relative;
  z-index: 999;
}

#gNav .logo {
  width: 320px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.events #gNav .logo {
  min-height: 104px;
  left: 16px;
  top: 16px;
}

#gNav .logo {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#gNav .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.home #gNav .logo {
  width: 150px;
  height: 205px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.home #gNav .logo a {
  background-size: 100% auto;
}

*/ #gNav #menuBtn {
  display: none;
}

#menuDrawer {
  display: block;
  background-color: #d7d7d7;
}

#gNav .lang {
  background-color: #987d40;
  width: 100%;
  height: 40px;
}

#gNav .lang ul {
  overflow: hidden;
  float: right;
  margin: 0;
}

#gNav .lang ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding-right: 40px;
}

#gNav .lang ul li a,
#gNav .lang ul li span {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#gNav .lang ul li span.current {
  opacity: .3;
}

#gNav .lang ul li.icon {
  background: #000;
  margin-right: -5px;
}

#gNav .lang ul li.icon.instagram {
  margin-right: -5px;
  padding-left: 20px;
  padding-right: 20px;
  background: #daa520;
}

#gNav .lang ul li.icon.facebook {
  padding-left: 20px;
  padding-right: 20px;
  background: #daa520;
}

#gNav .lang ul li.icon.you_tube {
  padding-left: 20px;
  padding-right: 20px;
  background: #daa520;
}

#gNav .lang ul li.icon.weibo {
  padding-left: 20px;
  padding-right: 20px;
  background: #daa520;
}

#gNav .lang ul li.icon a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 40px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
}

#gNav .lang ul li.icon .icon-label {
  display: none;
}

#gNav .lang ul li.icon.instagram a:before {
  background-image: url("../img/icon/icon_instagram.png");
}

#gNav .lang ul li.icon.facebook a:before {
  background-image: url("../img/icon/icon_facebook.png");
}

#gNav .lang ul li.icon.you_tube a:before {
  background-image: url("../img/icon/icon_youtube.png");
}

#gNav .lang ul li.contact {
  background: #795d28;
  padding-left: 32px;
}

#gNav .content-menu {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}

#gNav .content-menu ul {
  /* float: right; */
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

#gNav .content-menu ul li {
  display: inline-block;
  float: left;
}

#gNav .content-menu ul li.contact {
  display: none;
}

#gNav .content-menu ul li a,
#gNav .content-menu ul li span {
  display: inline-block;
  padding: 10px 0;
  font-size: 1.2em;
  text-align: center;
  color: #263238;
  text-decoration: none;
}

#gNav .content-menu li span.active {
  color: #b71c1c;
}

#gNav .content-menu ul li span.comingsoon {
  opacity: .3;
}

.sidenav {
  position: relative;
}

#sideNavList {
  position: absolute;
  top: 0;
  max-width: 270px;
}

#sideNavList li a {
  color: #263238;
}

#sideNavList>li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.5em 0;
  padding-left: 40px;
  position: relative;
}

#sideNavList>li a {
  display: block;
  margin-bottom: 1.5em;
}

#sideNavList>li>a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b71c1c;
  position: absolute;
  top: 3px;
  left: 16px;
}

#sideNavList>li>a:hover:before {
  background-color: #987d40;
}

#sideNavList>li>ul>li {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 1em 0;
  padding-left: 14px;
  position: relative;
}

#sideNavList>li>ul>li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 0;
}

#events {
  padding: 40px 0;
}

#events .event-list {
  display: flex;
}

#events .event-list .event-item {
  position: relative;
  width: calc(25%);
  margin-left: 16px;
}

#events .event-list .event-item:nth-of-type(1) {
  width: calc(50% - 48px);
  position: relative;
}

#events .event-list .event-item .event-info {
  display: flex;
}

#events .event-list .event-item:nth-of-type(1) .event-info {
  background: #fff;
  position: relative;
  left: -16px;
  top: -25%;
  bottom: 0;
  padding: 16px;
  margin-bottom: calc(-25% + 40px);
}

#events .event-list .event-item .event-info .event-date {
  background: #987e40;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 72px;
  width: 72px;
  height: 72px;
  flex-basis: 72px;
  margin-right: 16px;
}

#events .event-list .event-item:nth-of-type(1) .event-info .event-date {
  font-size: 20px;
  line-height: 96px;
  width: 96px;
  height: 96px;
  flex-basis: 96px;
}

#events .event-list .event-item .event-info .event-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  flex: 1;
}

#events .event-list .event-item:nth-of-type(1) .event-title {
  font-size: 20px;
}

#news {
  background: #fff;
  padding: 0;
}

#news .widget-area {
  margin-bottom: 40px;
}

#news .section .news-list {
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

#news .section .news-list:last-child {
  border-bottom: 1px solid #e1e1e1;
}

#news .section .news-list dt {
  display: table-cell;
  padding: 1em;
}

#news .section .news-list dd {
  display: table-cell;
  padding: 1em;
}

#facebook-widget {
  padding: 20px 0;
  background: url("../img/container/bg_facebook.jpg") no-repeat center bottom;
  background-size: cover;
  color: #5b2708;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}

#facebook-widget_11th {
  padding: 40px 0;
  background: #3e444e url("../img/container/top_image_footer.png") no-repeat center top;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}

/*#facebook-widget .container { text-align: center;}*/
#supporters {
  padding: 40px;
}

#supporters .container {
  border: 1px solid #987d40;
  background: #fff;
  padding: 16px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 16px;
}

#supporters .container:last-child {
  margin-bottom: 0;
}

#supporters {
  font-size: 18px;
  color: #987d40;
}

#supporters img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  margin: 1em auto;
}

.credit {
  text-align: center;
}

.credit img {
  width: auto;
  margin: 1em auto;
}

.partner {
  border: 1px solid #987d40;
  background: #fff;
  padding: 0 16px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 16px;
}

.partner a {
  display: block;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 1em 1em !important;
  background-image: none !important;
}

.partner img {
  margin: 0 auto;
  max-width: 110px;
}

/* 外部リンク表示 */
.out_link {
  margin: -1em auto 0;
  background-image: url(https://www.maff.go.jp/j/shared_new/shared/images/icon_wo2.png);
  background-size: 15px 15px;
  width: 10em;
  background-repeat: no-repeat;
  background-position: right 40%;
}

/* .partner .text {
  padding: 1em;
} */

.partner .text h3 {
  color: #987d40;
  border: none;
  margin: 1em 0 0.5em;
  font-size: 1.5em;
}

.partner .text p {
  color: #000;
  padding: 0;
  margin: 0;
}

.host img {
  height: 56px;
}

footer {
  background: #fff;
}

.history {
  background: #987d40;
  overflow: hidden;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 16px 0;
}

.history h2 {
  font-size: 16px;
  margin: 0;
  padding: 0 1em;
  display: inline-block;
  background-color: inherit;
  color: #fff;
}

.history ul,
.history ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.history ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0 1em;
  text-decoration: none;
  cursor: default;
}

.credit {
  padding: 40px 0px 20px;
}

.credit ul,
.credit ul li {
  list-style-type: none;
  padding: 0;
}

.copyright {
  font-size: 12px;
  padding: 1em 2em;
  border-top: 1px solid #ccc;
}

.copyright .foot_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.copyright .foot_menu li {
  display: inline-block;
}

.copyright .foot_menu li::before {
  content: "|";
}

.copyright .foot_menu li:last-child::after {
  content: "|";
}

.copyright .foot_menu li a {
  color: #263238;
  padding: 0 1em;
}

.copyright .foot_menu.foot_menu_jp li:last-child {
  font-size: 1.3rem;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

/* .content {padding-left: 40px;} */
.article {
  padding-bottom: 0px;
}

.article .section {
  margin: 0px 0px 40px;
}

.article .section:last-child {
  margin-bottom: 0;
}

.aside .section {
  padding-left: 40px;
}

.section-title {
  font-size: 2.2em;
  font-weight: bold;
  padding: 24px 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-title:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -10px;
  top: 0;
  background: url("../img/icon/headline-bg.png") no-repeat center center;
  background-size: 100% auto;
  z-index: 1;
}

.article .section h2,
.aside .section h2,
h2.section-title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 0;
  background-color: unset;
}

.article .section h3,
.aside .section h3,
h3.section-title,
.article .section h4,
.aside .section h4 {
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}

.article .section h3,
.aside .section h3,
h3.section-title {
  font-size: 20px;
  color: #987d40;
  border-bottom: 0;
  padding: 0;
}

.article .section h4,
.aside .section h4 {
  font-size: 18px;
}

#screening1 h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 21px;
}

.article .section p {
  /* font-size: 18px; */
  line-height: 2;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.2em;
}

.article .section p.lead {
  text-indent: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

.article .section ul,
.article .section ol {
  margin-bottom: 1em;
  padding: 0 0 0 2em;
}

.article .section ul li,
.article .section ol li {
  font-size: 18px;
  line-height: 2;
  list-style: inside;
}

.article .section ul.no-mark {
  list-style-type: none;
}

.article .section ul.precautions,
.article .section ul.notes {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
}

.article .section ul.precautions li,
.article .section ul.notes li,
.article .section p.notes {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.article .section ul.precautions li {
  color: #b71c1c;
}

.article .section dl {
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.article .section dl dt {
  font-size: 18px;
  margin-bottom: .5em;
}

.article .section dl dd {
  font-size: 16px;
  line-height: 1.8;
}

.article .section dl dd>ul {
  list-style-type: none;
  padding: 0;
}

.article .section dl dd>ul li {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.article .section .column {
  border: 1px solid #987d40;
  padding: 2em;
  margin: 40px auto;
  background: #fff;
}

.article .section .column dl {
  margin: 0;
}

.article .section .column dl dt {
  color: #987d40;
}


.caption {
  font-size: 14px;
  line-height: 1.5;
  padding: .5em 0;
}

.table {}

.table thead tr th,
.table tbody tr th,
.table tbody tr td {
  border: 0 none;
  font-size: 16px;
  line-height: 1.6;
  padding: 1em;
}

#main {
  background: url("../img/container/main_banner_bg_small.png") repeat;
  height: 200px;
  margin-bottom: 40px;
  position: relative;
}

/* .home #main {
  background: url(../img/container/bg_slide.jpg) no-repeat center center;
  height: 520px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0.5em 0 0;
} */

/* .home #main .carousel-inner>.item.sns img#slide04 {
  position: relative;
} */

/* .home #main .carousel-inner>.item.sns .txt {
  position: absolute;
  top: 26%;
  left: 0;
  max-width: 1200px;
} */

/* .home #main .carousel-inner>.item.sns .txt img {
  max-width: 100%;
}

.home #main .carousel-inner>.item.sns .txt p {
  width: 100%;
}

.home #main .carousel-inner>.item.sns .txt ul {
  display: table;
  margin: 11rem auto 0 auto;
  padding: 0;
}

.home #main .carousel-inner>.item.sns .txt ul li {
  display: table-cell;
  padding: 0 1vw;
} */

.carousel-control {
  width: 2%;
  color: #000;
  text-shadow: none;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #987d40;
}

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  opacity: 0.9;
  color: #fff;
}

/* .home .article {
  padding-bottom: 0;
} */

.form #main {
  height: auto;
  background: none;
  border-top: 1px solid rgba(152, 125, 64, .5);
}

#main .banner {
  display: flex;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/* #main .banner .carousel-control.left {
  background: none;
} */

/* #main .banner .carousel-control.right {
  background: none;
} */

/* .home #main .banner { */
/* overflow: hidden; */
/* background: none; */
/* } */

#main .banner .copy {
  font-family: "Libre Baskerville", serif;
  /* text-transform: uppercase; */
  color: #fff;
  text-shadow: 0px 0px 8px #000;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  /* height: 1.4em; */
  margin: auto;
  padding: 0;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  z-index: 9;
}

/* .home #main .banner .copy {
  height: 6.2em;
  padding-bottom: 2em;
  box-sizing: border-box;
} */

.form #main .banner {
  background-image: none;
}

.form #main .banner .copy {
  color: #987d40;
  text-shadow: none;
  padding: 2em 0;
  position: relative;
}

.events #main .banner .copy {
  text-transform: none;
}

.events #main .banner .copy .place {
  position: relative;
  font-size: 75%;
  padding-top: .5em;
  margin-top: 1em;
}

.events #main .banner .copy .place:before {
  content: "";
  display: block;
  width: 5em;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  position: absolute;
  top: 0;
  left: calc(50% - 2.5em);
}

#main.anniversary10 span {
  text-transform: lowercase;
}

mark {
  padding: 0;
}

.report img {
  max-width: 100%;
}

.article-h2 {
  background: #987d40;
  color: #fff;
  font-size: 16px;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  margin: 3.5em 0 1.5em;
  text-align: center;
  border-radius: 1.5em;
}

.article-h3 {
  font-size: 20px;
  font-weight: bold;
  color: #987d40;
}

.single-news-container iframe {
  max-width: 100%;
}

.single-news-container .wp-block-columns {
  gap: 15px;
}

.learning-movies {
  display: flex;
  flex-wrap: wrap;
}

.learning-movies span {
  white-space: initial !important;
  padding-left: 3em;
  text-indent: -2em;
}

@media screen and (max-width: 767px) {
  .learning-movies .col-sm-4 {
    width: 100%;
  }
}

.article .section p.has-small-font-size {
  font-size: small;
}

.washoku-item {
  margin-top: 40px;
}

.learning-05-item {
  margin-top: 30px;
}

.article .section .learning-06-title {
  margin-bottom: 0;
}

.article .section .learning-06-title-first {
  padding-top: 40px;
}

.learning-05-text {
  padding-top: 20px;
}

.learning-06-item {
  padding-top: 20px;
  padding-bottom: 40px;
}

.washoku-item img {
  padding-top: 20px;
}

.wp-block-table {
  width: 100%;
}

.process_container .process_dish {
  width: 100%;
  max-width: 400px;
}

.process_container .process_note {
  padding-top: 30px;
}

.process_container .sample-photo {
  display: flex;
  padding-left: 20px;
}

.process_container .process-left {
  margin-right: 20px;
}

.process_container .process-left p {
  width: 500px;
}

.process_container .process-right p {
  width: 297px;
}

.process_container .process-left img {
  width: 500px;
}

.process_container .process-right img {
  width: 297px;
}

.process_container h2 {
  padding-top: 30px;
}

.process_container h3 {
  padding-top: 30px;
}

.process_container .process_q {
  padding-top: 15px;
}

.process_container .process_a {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .process_container .sample-photo {
    flex-direction: column;
    padding-left: 0;
  }

  .process_container .process-left {
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .process_container .process-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process_container .process-left figure {
    width: 100%;
  }

  .process_container .process-right figure {
    width: 100%;
  }

  .process_container .process-left img {
    width: 100%;
  }

  .process_container .process-right img {
    width: 100%;
  }

  .process_container .process-left p {
    width: 100%;
  }

  .process_container .process-right p {
    width: 100%;
  }
}

a {
  word-wrap: break-word;
}

.left.carousel-control {
  left: 10px;
}

.right.carousel-control {
  right: 10px;
}

.item01 {
  position: relative;
}

.apply_button {
  position: absolute;
  left: min(42vw, 504px);
  top: min(46vw, 552px);
  width: min(42.25vw, 507px);
}

.red {
  color: red;
}

.underline {
  text-decoration: underline;
}

.submission_q {
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: bold;
}

.submission_a {
  padding-top: 15px;
  font-weight: bold;
}

.any_question {
  padding-top: 60px;
}

.required-field {
  padding-top: 60px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px;
}

.copy p {
  font-size: 32px;
  line-height: inherit;
}

.photo_first {
  padding-top: 30px;
}

.learning_item {
  display: flex;
  column-gap: 15px;
}

.learning_item_left {
  width: 60%;
}

.learning_item_right {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .learning_item {
    flex-direction: column;
    column-gap: 0;
  }

  .learning_item_left {
    width: 100%;
    margin-bottom: 15px;
  }

  .learning_item_right {
    width: 100%;
  }
}

.flow-container {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 3rem 0;
  text-align: center;
  height: 380px;
}

.flow-container>div {
  width: 19%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.flow-container>div:nth-of-type(1),
.flow-container>div:nth-of-type(3),
.flow-container>div:nth-of-type(5),
.flow-container>div:nth-of-type(7) {
  padding-top: 8.5em;
}

.flow-container>div:nth-of-type(2),
.flow-container>div:nth-of-type(4),
.flow-container>div:nth-of-type(6) {
  width: 13%;
  padding-top: 12em;
  align-items: center;
}

.flow-container>div:nth-of-type(2) img,
.flow-container>div:nth-of-type(4) img,
.flow-container>div:nth-of-type(6) img {
  padding-bottom: 15px;
}

.flow-container>div:nth-of-type(1) figure,
.flow-container>div:nth-of-type(3) figure,
.flow-container>div:nth-of-type(5) figure,
.flow-container>div:nth-of-type(7) figure {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.flow-container>div:nth-of-type(1) img,
.flow-container>div:nth-of-type(3) img {
  width: 24px;
}

.flow-container>div:nth-of-type(7) img {
  width: 32px;
}

.flow-container>div:nth-of-type(1)>p,
.flow-container>div:nth-of-type(3)>p,
.flow-container>div:nth-of-type(5)>p,
.flow-container>div:nth-of-type(7)>p {
  line-height: 1.5;
  padding-top: 10px;
  font-size: 16px;
}

.flow-container>div:nth-of-type(2)>p,
.flow-container>div:nth-of-type(4)>p,
.flow-container>div:nth-of-type(6)>p {
  font-weight: bold;
  color: #987d40;
  font-size: 14px;
  line-height: 1.5;
}

.flow-block {
  border: 1px solid #987d40;
  color: #987d40;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px;
  position: relative;
}

#schedule .table>tbody>tr>td,
#schedule .table>tbody>tr>th,
#schedule .table>tfoot>tr>td,
#schedule .table>tfoot>tr>th,
#schedule .table>thead>tr>td,
#schedule .table>thead>tr>th {
  vertical-align: middle;
}

.sp-arrow {
  display: none;
}

.application-map {
  max-width: 824px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .sp-arrow {
    display: inline-block;
  }

  .pc-arrow {
    display: none;
  }

  .flow-container {
    flex-direction: column;
    height: auto;
  }

  .flow-container>div {
    width: 100%;
  }

  .flow-container>div:nth-of-type(1),
  .flow-container>div:nth-of-type(3),
  .flow-container>div:nth-of-type(5),
  .flow-container>div:nth-of-type(7) {
    padding-top: 20px;
  }

  .flow-container>div:nth-of-type(2),
  .flow-container>div:nth-of-type(4),
  .flow-container>div:nth-of-type(6) {
    width: 100%;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
  }
}

.article .section .flow1 {
  display: block;
  margin-top: 1rem;
  font-size: 12px;
  font-weight: 700;
  line-height: inherit;
}

.article .section .flow2 {
  line-height: 1.5;
}

.article .section .flow3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
}

.article .section .flow3 p {
  font-size: 16px;
  color: #987d40;
  line-height: 1.4;
}

.article .section .flow3:nth-of-type(2) {
  margin-top: 2rem;
}

.article .section .flow4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #987d40;
  height: 180px;
}

.article .section .flow4_note {
  font-size: 12px;
}

.article .section .flow4:nth-of-type(2) {
  margin-top: 2rem;
}

.main-title {
  color: #987d40;
  font-size: 32px;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #987d40;
  margin-top: 0;
}

.howto-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.entry-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.entry-container a {
  color: #0000ee;
  text-decoration: underline;
}

.entry-container p {
  line-height: 1.8;
}

.entry-item {
  font-size: 30px;
  font-weight: bold;
  padding-top: 30px;
}

.entry-sub-item {
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
}

.entry-container label {
  appearance: none;
  width: 100%;
  padding-bottom: 15px;
}

.entry-container input {
  appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #777;
}

.entry-container select {
  appearance: none;
  width: 100%;
  padding: 10px;
  font-weight: normal;
}

.entry-container .agree-item {
  padding-top: 30px;
  padding-bottom: 0;
}

.entry-container .agree-item-first {
  padding-top: 60px;
}

.entry-container .agree-item .wpcf7-list-item {
  margin: 0;
}

.entry-container .agree-item label {
  padding-bottom: 0;
}

.entry-container .agree-item p {
  font-weight: normal;
}

.entry-container .wpcf7-list-item-label {
  vertical-align: middle;
  font-size: 16px;
  line-height: 2;
}

.entry-container .entry-submit {
  margin-top: 60px;
  position: relative;
}

.entry-container .entry-submit:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/arrow-right.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
}

.entry-container .wpcf7-spinner {
  display: none;
}

.entry-container input[type="file"] {
  border: 0;
}

.entry-container input[type="submit"] {
  background: #b71c1c;
  color: #fff;
  border: 0;
  padding: 20px 0;
  font-size: 16px;
}

.entry-container input[type="checkbox"] {
  cursor: pointer;
  padding-left: 25px;
  vertical-align: middle;
  position: relative;
  border: 0;
  outline: 0;
  width: fit-content;
  margin: 0;
}

.entry-container input[type="checkbox"]::before,
.entry-container input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

.entry-container input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.entry-container input[type="checkbox"]::after {
  border-bottom: 3px solid #666464;
  border-left: 3px solid #666464;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  left: 10px;
  top: calc(50% - 4px);
}

.entry-container input[type="checkbox"]:checked::after {
  opacity: 1;
}

.entry-container .know_wwc label {
  cursor: pointer;
}

.entry-container .know_wwc .wpcf7-list-item {
  margin: 0 15px 0 0;
}

.entry-container textarea {
  width: 100%;
  padding: 15px;
}

.entry-container .remarks_label {
  padding-top: 30px;
  font-weight: bold;
}

.entry-container .know_wwc_label {
  font-weight: bold;
}

#challenge_to {
  color: #fff;
  margin: 0 0 3em 0;
  background: rgba(0, 0, 0, 0.8);
}

#challenge_to .section-title {
  color: #b29a69;
  font-size: 25px;
}

#challenge_to .section-title:before {
  display: none;
}

#challenge_to .section-title p {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

#challenge_to dl {
  overflow: hidden;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#challenge_to dl dt,
#challenge_to dl dd {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

#challenge_to dl dt {
  /*clear: both;
  float: left;*/
  font-size: 1.7rem;
  position: relative;
  top: 7px;
}

#challenge_to h2.no_after::after {
  content: "";
}

#challenge_to .lead {
  font-size: 1.8rem;
}

#challenge_to dl dd {
  font-size: 2.3rem;
}

#challenge_to dl:last-of-type dd {
  text-indent: -1.7rem;
  margin-left: 1.7rem;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  body.ja #challenge_to dl dd {
    letter-spacing: -2px;
  }

  *::-ms-backdrop,
  body.en #challenge_to dl dd {
    letter-spacing: -1px;
  }

  *::-ms-backdrop,
  #challenge_to dl dd {
    font-size: 2.2rem;
  }
}

#challenge_to dl dd br.md {
  display: none;
}

#challenge_to p {
  font-size: 2.3rem;
  line-height: normal;
}

#news dl {
  overflow: hidden;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#news dl dt,
#news dl dd {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

#news dl dt {
  clear: both;
  float: left;
}

#news dl dd {
  margin-bottom: 0.5rem;
  padding-left: 7em;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #ccc;
}

#merit {
  background-size: cover;
  padding: 2em 0;
  margin: 0;
  color: #fff;
}

#merit h2 {
  margin-bottom: 1em;
}

#merit .notes {
  margin-bottom: 0;
}

#merit ul.notes li {
  font-size: 18px;
}

#merit .notes a {
  color: #fff;
  text-decoration: underline;
}

.comment-box {
  background: rgba(30, 40, 45, .5);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: .5em 1em;
  margin: .5em 0;
}

.comment-box h4.comment-head {
  font-size: 16px;
  margin: 0 0 .5em;
}

.comment-box p.comment {
  font-size: 16px;
  line-height: 1.5;
}

#theme-umami h2 {
  margin-bottom: 1em;
}

#theme-umami .figure,
#theme-irodori .figure {
  width: 100%;
  max-width: 320px;
}

#theme-umami .figure {
  float: left;
  margin: 0 1em 1em 0;
}

#theme-irodori .figure {
  float: right;
  margin: 0 0 1em 1em;
}

.message-block {
  overflow: hidden;
  margin: 2em 0 0;
}

.message-block .right {
  float: right;
}

.message-block .left {
  float: left;
}

.message-block#msg03 h2 {
  background: #fff;
  border: 1px solid #987d40;
  color: #987d40;
  font-size: 14px;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  margin: 0 0 1em;
  text-align: center;
  border-radius: 1.5em;
}

.message-block .message-main {
  width: 70%;
  padding: 0 15px;
}

.message-block .message-main h2 {
  background: #987d40;
  color: #fff;
  font-size: 14px;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  margin: 0 0 1em;
  text-align: center;
  border-radius: 1.5em;
}

.message-block .message-main p.extract {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-indent: 0;
  margin: 1em 0;
}

.message-block .message-sub {
  width: 27%;
  padding: 0;
}

.judge-thumb {
  margin: 0 auto 16px;
  max-width: 220px;
}

.judge-pos,
.judge-office {
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: .5em;
}

.judge-office p {
  font-size: 14px;
}

.judge-pos {
  font-weight: bold;
  margin-bottom: 10px;
}

.judge-pos p {
  font-size: inherit;
  margin: 0;
  line-height: 1;
}

.judge-name {
  margin-bottom: 1em;
}

.judge-name span {
  font-size: 15px;
}

.judge-name p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.ja .judge-office span {
  letter-spacing: 1.7px;
}

.accordion {
  display: none;
  border: 1px solid rgba(152, 125, 64, .5);
  padding: 1em 1em;
  margin-bottom: 1em;
}

.article .section#chef .message-block {
  padding: 0 15px;
}

.article .section#chef .message-block .sbox {
  border-bottom: 1px dashed #333;
  margin-bottom: 4em;
  padding-bottom: 2em;
}

.article .section#chef h4 {
  margin-bottom: 0;
}

.article .section#chef p {
  font-size: 16px;
  font-weight: normal;
}

.article .section#chef .judge-name {
  font-size: 22px;
  margin-bottom: 0em;
}

.article .section#chef .judge-office {
  font-size: 16px;
}

.article .section#chef p.text_en {
  font-size: 15px;
  font-weight: normal;
}

.article .section#chef .message-sub.right img {
  border-radius: 5px;
  margin-bottom: 1em;
}

.article .section#chef dl {
  overflow: hidden;
}

.article .section#chef dl dt {
  float: left;
  clear: left;
  width: 240px;
}

.article .section#chef dl dd {
  padding-left: 240px;
}

.accordion:last-child {
  margin-bottom: 0;
}

.process .accordion {
  padding: 1em 5em;
}

.process .accordion h1 {
  margin-left: -0.2em;
}

.process .article .section h2 {
  margin-top: 1.5em;
}

.process #final-outline th {
  width: 35%;
}

.article .section#flow .flow-chart {
  max-width: 960px;
  margin: 0 auto;
}

.article .section#flow .flow-chart ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.article .section#flow .flow-chart ol li {
  border: 1px solid #987d40;
  color: #987d40;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px;
  margin-bottom: 32px;
  position: relative;
}

.article .section#flow .flow-chart ol li small {
  font-size: 75%;
}

.article .section#flow .flow-chart ol li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 28px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #987e40;
}

.article .section#flow .flow-chart ol li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #987e40;
  transform: rotate(135deg) translateX(2px) translateY(3px);
}

.article .section#flow .flow-chart ol li:last-child {
  background: #987d40;
  color: #fff;
}

.article .section#flow .flow-chart ol li:last-child::before,
.article .section .flow-chart ol li:last-child::after {
  content: none !important;
}


:where(body .is-layout-constrained)>* {
  margin-block-start: 0;
}

p.top-link-apply {
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 1em auto;
  position: relative;
  border-radius: 7px;
  box-sizing: border-box;
  background: #b71c1c;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 1.5em;
}

.top-link-apply a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  text-decoration: none;
}

/* .top-link-apply:hover {
  opacity: 0.5;
} */

.top-link-apply a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/arrow-right.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -12px;
}

.merit {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.merit-container {
  display: flex;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.merit-container:before {
  content: "";
  background-image: url("../img/icon/chance.png");
  background-size: cover;
  position: absolute;
  right: 0px;
  top: -40px;
  width: calc(300px / 3);
  height: calc(400px / 3);
}

.merit-left {
  width: 80%;
}

.merit-right {
  width: 30%;
  margin: 40px 0 0;
}

.merit-right img {
  width: 100%;
}

.merit-title {
  display: flex;
  align-items: center;
}

.merit-title p {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.merit-title p strong {
  font-size: 1.3em;
}

.merit-title img {
  width: 180px;
  height: auto;
}

.merit h2 {
  font-size: 1.5em;
  background-color: inherit;
  color: #fff;
  /* margin-top: 40px; */
}

.merit p {
  /* font-size: 1.3em; */
  line-height: 1.5;
}

.merit-image {
  transform: translate(80px, 75px);
  vertical-align: top;
}

#message {
  padding-top: 20px;
}

.message-profile {
  line-height: normal;
}

.basic {
  padding-bottom: 0px;
}

.report-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

@media screen and (max-width: 639px) {
  .merit-title {
    flex-direction: column;
    padding-bottom: 15px;
  }

  .merit-title img {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .merit p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .carousel-indicators {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .merit-container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .merit-title {
    justify-content: center;
  }

  .merit-left {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .merit-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
  }

  .merit-image {
    padding-top: 30px;
    transform: translate(0);
  }
}









.article .section .sample-photo p {
  font-size: 14px;
  line-height: 17px;
  margin: 0.5em 0 1em;
}

.post-thumb {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.post-thumb img {
  object-fit: cover;
}

.post-info {
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 40px;
}

.post-info dt {
  font-size: 14px;
  margin-bottom: .5em;
}

.post-info dd a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
}

#movies .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movies .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#movies .col-sm-4 p {
  display: flex;
  min-height: 4em;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  padding: 1rem;
  background: #000;
}

#movies .col-sm-4 p span:first-of-type {
  white-space: nowrap;
  padding-right: 10px;
}

.interview-img {
  display: block;
  width: 100%;
  margin: 0 auto 32px;
  box-sizing: border-box;
  border: 4px solid #fff;
}

.video-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 16px auto;
}

.video-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.aiticle-image {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.aiticle-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.date p {
  text-align: right;
}


.learning.articles p.photo {
  text-align: center;
}

.learning.articles p.photo img {
  max-width: 400px;
}

.learning.articles #a01 p.photo img {
  margin-top: 1.5em;
  margin-bottom: 1em;
  width: 380px;
}

.learning.articles #a06 .summer .col-md-7 {
  margin-left: 5em;
}

.report.articles h2 {
  background: #987d40;
  color: #fff;
  font-size: 16px;
  font-family: "Libre Baskerville", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  margin: 3.5em 0 1.5em;
  text-align: center;
  border-radius: 1.5em;
}

.report.articles h2:first-of-type {
  margin-top: 2em;
}

.report.articles .mb0 {
  margin-bottom: 0;
}

.report.articles .mb1 {
  margin-bottom: 1em;
}

.report.articles .mb2 {
  margin-bottom: 2em;
}

.report.articles .mb3 {
  margin-bottom: 3em;
}

.report.articles .mb4 {
  margin-bottom: 4em;
}

.report.articles .mb5 {
  margin-bottom: 5em;
}

.report.articles p.photo {
  text-align: center;
}

.report.articles p.photo img {
  max-width: 400px;
}

.report.articles p.slide {
  text-align: center;
}

.report.articles p.slide img {
  max-width: 840px;
}

.report.articles p.mb3 small {
  font-size: 16px;
}

.report.articles p.mb3 small {
  font-size: 16px;
}

.policy .article .section h3 {
  margin-top: 1.5em;
}

.policy .article .section h4 {
  margin-top: 3em;
}

.policy .article .section p {
  margin-top: 1em;
}


.movie_youtube {
  width: 560px;
  margin: auto;
}

.article .section#chef .movie_youtube {
  margin-left: 0;
}

.article .section#chef .row .movie_youtube {
  width: 500px;
  margin: 2em;
}

@media screen and (max-width: 1500px) {
  @media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    #challenge_to {
      background: rgba(0, 0, 0, 0.8);
    }
  }
}

@media screen and (min-width: 1200px) {
  .home #main .banner .carousel-indicators {
    bottom: 15px;
  }
}

@media screen and (max-width: 1199px) {
  #gNav .content-menu {
    height: auto;
  }

  #gNav .content-menu ul li a,
  #gNav .content-menu ul li span {
    font-size: 14px;
    padding: 1em;
  }

  .events #gNav .logo {
    min-height: 96px;
  }

  .message-block .message-main {
    width: 66.6666%;
  }

  .message-block .message-sub {
    width: 33.3333%;
  }

  #challenge_to {
    background: rgba(0, 0, 0, 0.8);
  }

  .article .section#chef .row .movie_youtube {
    width: 420px;
    height: 236px;
    margin: 2em;
  }

  .article .section#chef .row .movie_youtube iframe {
    width: 100%;
    height: 100%;
  }

  .learning.articles #a06 .summer .col-md-7 {
    margin-left: 9em;
    width: 520px;
  }

  .article.repo.Dec21 .contestant p.photo {
    text-align: left;
  }

  .article.repo.Dec21 .contestant p.photo img {
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .home #main {
    margin-bottom: 0;
    /* height: 54vw; */
  }

  .report.articles p.slide img {
    max-width: 700px;
  }

  #challenge_to .section-title {
    text-align: center;
  }

  #challenge_to .merit_photo {
    text-align: center;
  }

  #challenge_to .merit_photo img {
    width: 100%;
    max-width: 460px;
  }
}

@media screen and (max-width: 1139px) {
  #facebook-widget {
    padding: 40px 0;
  }

  #facebook-widget .container {
    text-align: center;
  }

  #facebook-widget_11th {
    padding: 40px 0;
  }

  #facebook-widget_11th .container {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  #challenge_to dl dd br.md {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .merit-container:before {
    display: none;
  }

  .article .section#chef .row .movie_youtube {
    width: 90%;
    margin: 2em;
  }

  .movie_youtube {
    width: 90%;
    margin: 2em;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .movie_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* body {
    padding-top: 64px;
  } */

  #gNav {
    /* position: fixed; */
    width: 100%;
    height: 64px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  }

  .home #gNav .logo,
  .events #gNav .logo,
  #gNav .logo {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 100%;
    margin: 0 auto;
    box-shadow: none;
    display: block;
  }

  .events #gNav .logo {
    top: 0;
    left: auto;
    height: 64px;
    min-height: 64px;
  }

  .home #gNav .logo a,
  .events #gNav .logo a,
  #gNav .logo a {
    background: url("../img/container/logo_small.png") no-repeat center center;
    background-size: auto 64px;
  }

  #gNav #menuBtn {
    display: block;
  }

  #menuBtn {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 8px;
    right: 8px;
    z-index: 9999;
  }

  #menuBtn,
  #menuBtn span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
  }

  #menuBtn span {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #333;
  }

  #menuBtn span:nth-of-type(1) {
    top: 25%;
  }

  #menuBtn span:nth-of-type(2) {
    top: 50%;
  }

  #menuBtn span:nth-of-type(3) {
    bottom: 24%;
  }

  #menuBtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 8%;
  }

  #menuBtn.open span:nth-of-type(2) {
    opacity: 0;
  }

  #menuBtn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 4%;
  }

  #menuDrawer {
    display: none;
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    background: #fff;
  }


  #main {
    height: 20vw;
  }

  .home #main {
    margin-bottom: 0;
    /* height: 56vw; */
    height: 20vw;
  }

  #main .banner .copy {
    font-size: 20px;
  }

  .home #main .carousel-inner>.item.sns .txt ul {
    width: 60%;
    margin: 9vw auto 0 auto;
  }

  .message-block .right,
  .message-block .left {
    float: none;
    width: 100%;
  }

  .message-block .judge-thumb {
    float: left;
    width: 33.3333%;
    padding-right: 2em;
  }

  .message-block .judge-prof {
    float: right;
    width: 66.6666%;
  }

  .article .section#chef .message-block .message-main {
    width: 100%;
  }

  .article .section#chef .message-block .message-sub {
    width: 100%;
  }

  .application-nav a {
    font-size: 20px;
    padding: 0;
  }

  .application-nav a img {
    height: 24px;
  }

  .sidenav {
    display: none;
  }

  .blog .sidenav {
    display: block;
    position: static;
  }

  .blog .sidenav #sideNavList {
    position: static !important;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .blog .sidenav #sideNavList li {
    line-height: 1;
    padding: 1em 0 1em 40px;
    margin: 0;
  }

  .blog .sidenav #sideNavList li a {
    margin-bottom: 0;
  }

  #sideNavList>li>a:before {
    top: 16px;
  }

  #supporters img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 64px;
  }

  #challenge_to {
    background-image: none;
  }

  .partner .text h4 {
    font-size: 2.1rem;
  }

  /* .partner .text p {
    font-size: 1.5rem;
  } */

  .learning.articles p.photo img {
    margin-top: 0;
    width: 70%;
  }

  .report.articles p.photo img {
    margin-top: 0;
    width: 100%;
  }

  .report.articles p.slide img {
    margin-top: 0;
    width: 100%;
  }

  .learning.articles #a06 .summer .col-md-7 {
    margin-left: 0;
    width: auto;
  }
}


@media screen and (max-width: 767px) {
  .button.large {
    max-width: 100%;
  }

  .floating-button {
    width: 100vw;
    right: 0;
    bottom: 0;
    font-size: 18px;
  }

  .article {
    padding-bottom: 32px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .article .section {
    margin-bottom: 24px;
  }

  .section-title {
    font-size: 4vw;
    padding: .5em 0;
    word-wrap: break-word;
  }

  .section-title:before {
    width: 64px;
    height: 64px;
    top: 50%;
    left: -24px;
    margin-top: -32px;
  }

  .article .section h2,
  .aside .section h2,
  h2.section-title {
    font-size: 24px;
  }

  .article .section h3,
  .aside .section h3,
  h3.section-title,
  .article .section p.lead,
  .message-block .message-main p.extract {
    font-size: 20px;
    line-height: 1.8;
  }

  .article .section h4,
  .aside .section h4 {
    font-size: 18px;
  }

  .article .section p,
  .aside .section p,
  .article .section ul li,
  .article .section ol li {
    font-size: 15px;
  }

  .article .section ul.notes li,
  .article .section ul.precautions li,
  .message-block .message-main h2,
  .report .section h2,
  .article .section p.notes {
    font-size: 13px;
  }

  .message-block .message-sub .judge-pos,
  .message-block .message-sub .judge-office {
    font-size: 13px;
  }

  .message-main p {
    font-size: 15px;
  }

  .home #main {
    background-size: cover;
  }

  .home #merit {
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 75vw;
  }

  .home #merit h2 {
    text-align: center;
  }

  .home #events .event-list {
    flex-direction: column;
  }

  .home #events .event-list .event-item {
    width: 100%;
    max-width: 388px;
    margin: 0 auto 32px;
  }

  .home #events .event-list .event-item:nth-of-type(1) .event-info {
    background: transparent;
    margin: 0;
    padding: 0;
    position: static;
  }

  .home #events .event-list .event-item:nth-of-type(1) .event-info .event-date {
    width: 72px;
    height: 72px;
    line-height: 72px;
    flex-basis: 72px;
  }

  .home #events .event-list .event-item:nth-of-type(1) .event-info .event-title {
    font-size: 18px;
  }

  .home #theme img {
    width: 50%;
  }

  .home .aside {
    background: inherit;
    padding: 0;
    margin: 0;
  }

  #challenge_to dl dt,
  #challenge_to dl dd {
    font-size: 18px;
  }

  #challenge_to dl dt {
    float: none;
    font-weight: bold;
  }

  #challenge_to dl dt::after {
    content: "";
  }

  #challenge_to dl dd {
    margin-bottom: 1.5rem;
  }

  #challenge_to dl dd:last-of-type {
    margin-bottom: 0;
  }

  .home #news dl dt {
    float: none;
    padding-left: 0;
  }

  .home #news dl dd {
    padding-left: 0;
  }

  /* .home footer {
    padding-bottom: 64px;
  } */

  .interview-img {
    max-width: 280px;
    margin: 0 auto 16px;
  }

  .post-thumb {
    max-width: 388px;
    margin: 0 auto 16px;
  }

  .post-info {
    max-width: 388px;
    margin: 0 auto 32px;
  }

  .copyright>div {
    text-align: center;
  }

  .copyright .foot_menu {
    text-align: center;
    padding: 1em 0;
  }

  .article .section#chef dl dt {
    float: none;
    width: auto;
    text-align: center;
  }

  .article .section#chef dl dd {
    padding-left: 0;
  }

  #movies .col-sm-4 p {
    min-height: 2em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .home #main {
    position: relative;
    height: 54vw;
    background-size: 10%;
    display: flex;
    align-items: center;
  }

  /* ▼CMS用 */
  #main {
        height: 50vw;
    }

  .copy p {
   font-size: 1.1em;
}

  #gNav .lang,
  #gNav .content-menu {
    height: auto;
  }

  #gNav .lang ul,
  #gNav .content-menu ul {
    float: none;
    display: block;
  }

  #gNav .lang ul {
    width: 100%;
    overflow: hidden;
  }

  #gNav .lang ul li {
    width: 33.3333%;
    float: left;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-right: 0;
    line-height: 56px;
  }

  #gNav .content-menu {
    width: 100%;
  }

  #gNav .lang ul li:nth-of-type(1),
  #gNav .lang ul li:nth-of-type(2),
  #gNav .lang ul li:nth-of-type(4),
  #gNav .lang ul li:nth-of-type(5) {
    border-right: 1px solid rgba(255, 255, 255, .5);
  }

  #gNav .lang ul li.icon {
    font-size: 10px;
  }

  #gNav .lang ul li.icon a:before {
    margin-right: .5em;
  }

  #gNav .lang ul li.icon .icon-label {
    display: inline;
    font-size: 14px;
  }

  #gNav .lang ul li.icon.instagram {
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
  }

  #gNav .lang ul li.icon.facebook {
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
  }

  #gNav .lang ul li.contact {
    display: none;
  }

  #gNav .lang li a,
  #gNav .content-menu li a {
    display: block;
    width: 100%;
  }

  #gNav .content-menu li {
    display: block;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }

  #gNav .content-menu li:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }

  #gNav .content-menu ul li.contact {
    display: block;
  }

  /* 外部リンク表示 */
  .out_link {
    margin: 1em auto 0;
  }

  /* --アーカイブの説明（改行）-- */
  #facebook-widget .br_sp br {
    display: block;
  }

  #facebook-widget_11th .br_sp br {
    display: block;
  }

  #facebook-widget {
    font-size: 1.3em;
  }

  #facebook-widget_11th {
    font-size: 1.3em;
  }

  /* ▲CMS用 */

}

@media screen and (max-width: 639px) {
  .howto-container {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section-title figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 5.3vw;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0 2em;
    text-indent: 0 !important;
    padding-left: 0 !important;
  }

  .section-title:before {
    left: 50%;
    margin-left: -32px;
  }

  .section-title:after {
    content: "";
    display: block;
    width: 3em;
    height: 1px;
    background: #263238;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.5em;
  }

  .history {
    padding: 0;
  }

  .history h2 {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-size: 14px;
    line-height: 32px;
  }

  .history ul {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .history ul li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  .history ul li a {
    display: block;
    width: 100%;
  }

  .history ul li:nth-child(odd) a {
    border-right: 1px solid rgba(255, 255, 255, .3);
  }

  .partner .text {
    padding-top: 0;
  }

  .host .col img {
    width: auto;
    height: 48px;
    margin: 1em auto;
  }

  .message-block .message-main,
  .message-block .message-sub {
    width: 100%;
  }

  .message-block .judge-thumb {
    float: none;
    width: 100%;
  }

  .message-block .judge-prof {
    float: none;
    width: 100%;
  }

  .judge-pos,
  .judge-name,
  .judge-office {
    text-align: center;
  }

  #chef .judge-office {
    margin-bottom: 2.5em;
  }

  .figure {
    margin: 1em auto;
  }

  .table thead {
    display: none;
  }

  .table tbody tr th,
  .table tbody tr td {
    display: block;
  }

  .table tbody tr th {
    text-align: center;
  }

  .table tbody tr td {
    padding: 0 1em;
    line-height: 2;
  }

  .table tbody tr td:nth-child(2) {
    padding-top: 1em;
  }

  .table tbody tr td:nth-child(5) {
    padding-bottom: 1em;
  }

  .table tbody tr td:nth-child(3),
  .table tbody tr td:nth-child(4),
  .table tbody tr td:nth-child(5) {
    background: none;
  }

  .table tbody tr td.no-border {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  .sp {
    display: inline;
  }

  .pc {
    display: none;
  }

  #challenge_to {
    background: rgba(0, 0, 0, 0.8);
  }

  #challenge_to .section-title {
    margin: 0;
  }

  #challenge_to .section-title img {
    display: block;
    width: 120px !important;
    height: auto !important;
    margin: 0 auto;
  }

  .learning.articles p.photo img {
    margin-top: 0;
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .button.large {
    background-size: 32px auto;
  }

  .article .section,
  .aside .section {
    padding-left: 0;
  }

  .home #theme img {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 1em;
    float: none;
  }

  #supporters .row .col img {
    height: 32px;
  }

  .host .col img {
    height: 44px;
  }

  .learning.articles #a01 p.photo img {
    width: 100%;
  }

  body.ja #shef .judge-office {
    font-size: 12px;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 374px) {

  #gNav .content-menu ul li.btn_apply a,
  #gNav .content-menu ul li.btn_contact a {
    font-size: 12px;
  }
}

.events .white-box {
  background: #fff;
  padding: 32px;
  margin: 32px auto;
}

@media screen and (max-width: 374px) {
  .events .white-box {
    padding: 16px;
  }
}

.events article h3 {
  color: #987d40;
  font-weight: bold;
}

.events article h4 {
  display: block;
  margin: 2em auto 0;
  font-weight: bold;
  line-height: 1;
}

.events article h5 {
  position: relative;
  padding-top: .5em;
}

.events article h5:before {
  content: "";
  display: block;
  width: 40px;
  height: 0px;
  border-bottom: 1px solid #263238;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

.events article .white-box h5:before {
  left: 0%;
  margin-left: 0px;
}

/*--------------------------
   flow_entry
----------------------------*/
.article .section#flow_entry .flow-chart {
  margin: 0 auto;
}

.article .section#flow_entry .flow-chart ol {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 3rem 0;
  text-align: center;
}

.article .section#flow_entry .flow-chart ol li {
  width: 19%;
  height: 8em;
  border: 1px solid #987d40;
  color: #987d40;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px;
  position: relative;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(odd) {
  padding-top: 7.5em;
  height: 380px;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(even) {
  padding-top: 1.8em;
  border: none;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(2) {
  width: 13%;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(4) p:first-of-type {
  margin-top: -5.5em;
  line-height: 1.5;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(4) p:last-of-type {
  margin-top: 9em;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(5) {
  width: 20%;
  padding-top: 2.8rem;
  border: none;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(5) a {
  display: block;
  border: 1px solid #987d40;
  padding: 3.5rem 1rem 0.5rem;
  height: 180px;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(5) a:first-of-type {
  margin-top: -2.7rem;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(5) a:last-of-type {
  margin-top: 2rem;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(6) {
  width: 35%;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(6) p:first-of-type {
  margin-top: -5.5em;
  line-height: 1.5;
}

.article .section#flow_entry .flow-chart ol li:nth-of-type(6) p:last-of-type {
  margin-top: 7.5em;
}

.article .section#flow_entry .flow-chart ol li dl {
  margin: 10px 0 0;
}

.article .section#flow_entry .flow-chart ol li dl dt,
.article .section .flow-chart ol li dl dd {
  font-size: 14px;
}

.article .section#flow_entry .flow-chart ol li dl dt {
  width: 5em;
  color: #fff;
  margin: 0 auto 1rem auto;
  padding: 0.25rem;
  background: #987d40;
}

.article .section#flow_entry .flow-chart ol li dl dd {
  line-height: 1.2;
}

.article .section#flow_entry .flow-chart ol li p {
  font-size: 16px;
}

.article .section#flow_entry .flow-chart ol li p:before {
  content: " ";
  display: block;
  width: 21px;
  height: 13px;
  margin: 0 auto;
  background: url("../images/arrow_col.svg") no-repeat center center;
}

.article .section#flow_entry .flow-chart ol.final {
  width: 180px;
}

.article .section#flow_entry .flow-chart ol.final li {
  width: 100%;
  height: 380px;
  background: #987d40;
  color: #fff;
  padding: 12rem 0.25rem 0.25rem;
}

.article .section#flow_entry .flow-chart ol.final li a {
  color: #fff;
}

.article .section#flow_entry .flow-chart ol li span.icon01:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
  background: url("../images/fllow_icon01.svg") no-repeat center center;
}

.article .section#flow_entry .flow-chart ol li span.icon02:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
  background: url("../images/fllow_icon02.svg") no-repeat center center;
}

.article .section#flow_entry .flow-chart ol li span.icon03:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
  background: url("../images/fllow_icon03.svg") no-repeat center center;
}

.article .section#flow_entry .flow-chart ol li span.icon04:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
}

.article .section#flow_entry .flow-chart ol li span.icon05:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
}

.article .section#flow_entry .flow-chart ol li small {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .article .section#flow_entry .flow-chart .col-md-10 {
    overflow: hidden;
  }

  .article .section#flow_entry .flow-chart .local {
    float: left;
    width: 45%;
  }

  .article .section#flow_entry .flow-chart .online {
    float: right;
    width: 45%;
  }

  .article .section#flow_entry .flow-chart ol {
    display: inherit;
    margin: 0;
  }

  .article .section#flow_entry .flow-chart ol li {
    width: 100%;
    height: auto;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(odd) {
    padding-top: 0;
    height: inherit;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(even) {
    padding-top: 1.8em;
    border: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(even) {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(even):before {
    content: " ";
    display: inline-block;
    width: 13px;
    height: 21px;
    background: url("../images/arrow_row.svg") no-repeat center center;
  }

  .article .section#flow_entry .flow-chart ol li small br {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(2) {
    width: 100% !important;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4) {
    width: 100% !important;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4) {
    display: flex;
    justify-content: space-between;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4):before {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4) p:first-of-type {
    width: 45%;
    margin-top: inherit;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4) p:last-of-type {
    width: 45%;
    margin-top: inherit;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4) p span {
    display: block;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(4) p span:before {
    content: " ";
    display: inline-block;
    width: 13px;
    height: 21px;
    background: url("../images/arrow_row.svg") no-repeat center center;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(5) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(5) a {
    padding: 0.5rem 0;
    height: inherit;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(5) a:first-of-type {
    width: 45%;
    margin-top: -1rem;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(5) a:last-of-type {
    width: 45%;
    margin-top: -1rem;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(5) a:last-of-type br {
    display: none;
    ;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6) {
    width: 100% !important;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6) {
    display: flex;
    justify-content: space-between;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6):before {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6) p:first-of-type {
    width: 45%;
    margin-top: inherit;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6) p:last-of-type {
    width: 45%;
    margin-top: inherit;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6) p span {
    display: block;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(6) p span:before {
    content: " ";
    display: inline-block;
    width: 13px;
    height: 21px;
    background: url("../images/arrow_row.svg") no-repeat center center;
  }

  .article .section#flow_entry .flow-chart ol li dl dd {
    margin-bottom: 0.8em;
  }

  .article .section#flow_entry .flow-chart ol li dl dd br {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(even) p {
    line-height: 1.1;
    margin: 0 0 0.5rem 0;
    text-align: center;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(even) p:after {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(even) p:before {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(2) p {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li:nth-of-type(odd) {
    padding-top: 10px;
  }

  .article .section#flow_entry .flow-chart ol.final {
    width: 100%;
    margin-top: 0;
  }

  .article .section#flow_entry .flow-chart ol.final li {
    height: auto;
    padding: 10px;
  }

  .article .section#flow_entry .flow-chart ol.final li br {
    display: none;
  }

  .article .section#flow_entry .flow-chart ol li span.icon01:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
    background: url("../images/fllow_icon01.svg") no-repeat center center;
  }

  .article .section#flow_entry .flow-chart ol li span.icon02:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
    background: url("../images/fllow_icon02.svg") no-repeat center center;
  }

  .article .section#flow_entry .flow-chart ol li span.icon03:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
    background: url("../images/fllow_icon03.svg") no-repeat center center;
  }

  .article .section#flow_entry .flow-chart ol li span.icon04:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
  }
}







/*--------------------------
   #final
----------------------------*/
#final dl {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

#final dt {
  flex-basis: 5rem;
}

#final dl dd {
  flex: 1;
  font-size: 18px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 767px) {
  #final dt {
    font-size: 16px;
  }

  #final dl dd {
    flex: 1;
    font-size: 16px;
  }
}


/*--------------------------
   map
----------------------------*/
.map {
  margin: auto;
}

/*.map {margin-bottom: 40px;}*/
.img-responsive {
  width: 100%;
  max-width: 824px;
}





/*--------------------------
   report
----------------------------*/
.repo .movie_youtube_caption {
  max-width: 560px;
  text-align: right;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .repo .photo img {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 980px) {
  .repo .movie_youtube_caption {
    max-width: 87%;
    text-align: right;
    margin: -2rem auto auto;
  }
}





/*--------------------------------
   10th Anniversary
----------------------------------*/

/* #history */

#history h2 {
  margin-top: 0;
}

#history button {
  width: 300px;
  font-size: 2rem;
  margin-left: 0;
}

#history .accordion {
  border: none !important;
}

#history .accordion .row {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #history button {
    margin: 2rem auto;
  }
}


/* #voices */

.article .section#voices dl dt {
  font-size: 16px !important;
}

.article .section#voices dl.post-info dt {
  text-align: center;
}

.article .section#voices dl.post-info dd {
  text-align: center;
  line-height: 1.2;
}

.article .section#voices dl.post-info dd a {
  font-size: 12px !important;
}

.article .section#voices .post-thumb {
  max-width: 100% !important;
}

.article .section#voices .post-thumb.index_thumb {
  width: 100%;
  text-align: center;
}

.article .section#voices .post-thumb.index_thumb img {
  width: 150px !important;
  border: 1px solid #eee;
}

.article .section#voices .modal-dialog {
  width: 90%;
  max-width: 1000px;
  font-family: "Roboto", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.article .section#voices .modal-header {
  padding-bottom: 0;
}

.article .section#voices .modal-body h4 {
  text-indent: -2.8rem;
  margin-left: 2.8rem;
  margin-bottom: 0.3rem;
}

.article .section#voices .modal-body p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.article .section#voices .modal-body dl {
  overflow: hidden;
}

.article .section#voices .modal-body dl dt {
  float: left;
  clear: left;
}

.article .section#voices .modal-body dl dd {
  padding-left: 6.3em;
}

#voices button.accordion-trigger {
  width: 300px;
  font-size: 2rem;
  margin-left: 0;
}

#voices .accordion {
  border: none !important;
}

#voices .accordion .row {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #voices button.accordion-trigger {
    margin: 2rem auto;
  }
}


@media screen and (min-width: 768px) {
  .article .section#voices .modal-body h3 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .article .section#voices .modal-body h4 {
    font-size: 1.55rem;
    text-indent: -2.2rem;
    margin-left: 2.2rem;
    margin-bottom: 1rem;
  }

  .article .section#voices .post-thumb {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }

  .article .section#voices .post-info a {
    font-size: 1.3rem;
  }

  .article .section#voices .post-thumb.index_thumb img {
    max-width: 240px !important;
  }

  .article .section#voices .post-info {
    text-align: center;
  }

  #voices button.accordion-trigger {
    margin: 2rem auto;
  }
}


/*--------------------------------
   table
----------------------------------*/

.table {
  font-family: "Roboto", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.table tbody tr th,
.table tbody tr td {
  border: 0 none;
  font-size: 14px;
  line-height: 1.6;
}


.table .finalist {
  vertical-align: middle;
}

@media screen and (max-width: 639px) {

  .table tbody tr:first-of-type td.finalist,
  .table tbody tr td.venue {
    display: none;
  }

  .table tbody tr td.video {
    padding-bottom: 10px;
  }

  .table tbody tr:last-of-type td.finalist {
    padding: 10px 15px;
  }

  .table thead {
    display: none;
  }

  .table tbody tr th,
  .table tbody tr td {
    display: block;
  }

  .table tbody tr th {
    text-align: center;
  }

  .table tbody tr td {
    padding: 0 1em;
    line-height: 2;
  }

  .table tbody tr td:nth-child(2) {
    padding-top: 1em;
  }

  .table tbody tr td:nth-child(5) {
    padding-bottom: 1em;
  }

  .table tbody tr td:nth-child(3),
  .table tbody tr td:nth-child(4),
  .table tbody tr td:nth-child(5) {
    background: none;
  }

  .table tbody tr td.no-border {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  .table .finalist {
    vertical-align: top;
    padding: 10px 15px;
  }

}




/*--------------------------------
   other
----------------------------------*/

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt05 {
  padding-top: 0.5em !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.fWN {
  font-weight: normal !important;
}

.fWB {
  font-weight: bold !important;
}


/*
  トラ�?��ス新規追�?
*/
p:empty {
  display: none;
}

.home .wp-block-post-title {
  display: none;
}

.wp-block-post-title {
  text-align: center;
  color: #987d40;
}

#challenge_to dl:last-of-type .dd-special {
  text-indent: 0.1rem;
  margin-left: -0.1rem;
}

.contact-container {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-container input[type="text"],
.contact-container input[type="email"],
.contact-container textarea {
  padding: 10px;
}

.contact-container input[type="submit"] {
  width: 150px;
}

.contact-submit {
  text-align: center;
}

/* ▼各ページの<footer>のあとのCSS */

/* <style id='wp-block-paragraph-inline-css'> */
.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

/* </style> */
/* <style id='wp-block-group-inline-css'> */
.wp-block-group {
  box-sizing: border-box
}

/* </style> */
/* <style id='wp-block-heading-inline-css'> */
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

/* </style> */
/* <style id='wp-block-image-inline-css'> */
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: .5em height: 3em;
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

.wp-lightbox-container .img-container {
  position: relative
}

.wp-lightbox-container button {
  background: none;
  border: none;
  cursor: zoom-in;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100
}

.wp-lightbox-container button:focus-visible {
  outline: 5px auto #212121;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 5px
}

.wp-lightbox-overlay {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  z-index: 5000000
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay .wp-block-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.fade.active {
  animation: turn-on-visibility .25s both;
  visibility: visible
}

.wp-lightbox-overlay.fade.active img {
  animation: turn-on-visibility .3s both
}

.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) {
  animation: turn-off-visibility .3s both
}

.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility .25s both
}

.wp-lightbox-overlay.zoom img {
  height: var(--lightbox-image-max-height);
  position: absolute;
  transform-origin: top left;
  width: var(--lightbox-image-max-width)
}

.wp-lightbox-overlay.zoom.active {
  opacity: 1;
  visibility: visible
}

.wp-lightbox-overlay.zoom.active .wp-block-image img {
  animation: lightbox-zoom-in .4s forwards
}

@media (prefers-reduced-motion) {
  .wp-lightbox-overlay.zoom.active .wp-block-image img {
    animation: turn-on-visibility .4s both
  }
}

.wp-lightbox-overlay.zoom.active .scrim {
  animation: turn-on-visibility .4s forwards
}

.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img {
  animation: lightbox-zoom-out .4s forwards
}

@media (prefers-reduced-motion) {
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img {
    animation: turn-off-visibility .4s both
  }
}

.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
  animation: turn-off-visibility .4s forwards
}

html.has-lightbox-open {
  overflow: hidden
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    left: var(--lightbox-initial-left-position);
    top: var(--lightbox-initial-top-position);
    transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
  }

  to {
    left: var(--lightbox-target-left-position);
    top: var(--lightbox-target-top-position);
    transform: scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    left: var(--lightbox-target-left-position);
    top: var(--lightbox-target-top-position);
    transform: scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    left: var(--lightbox-initial-left-position);
    top: var(--lightbox-initial-top-position);
    transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
  }
}

/* </style> */
/* ▲各ページの<footer>のあとのCSS */