@charset "UTF-8";
/*---------------------------------------------------------

	mixin

--------------------------------------------------------*/
.wd10 {
  width: 10% !important;
}

.wd1em {
  width: 1em !important;
}

.wd20 {
  width: 20% !important;
}

.wd2em {
  width: 2em !important;
}

.wd30 {
  width: 30% !important;
}

.wd3em {
  width: 3em !important;
}

.wd40 {
  width: 40% !important;
}

.wd4em {
  width: 4em !important;
}

.wd50 {
  width: 50% !important;
}

.wd5em {
  width: 5em !important;
}

.wd60 {
  width: 60% !important;
}

.wd6em {
  width: 6em !important;
}

.wd70 {
  width: 70% !important;
}

.wd7em {
  width: 7em !important;
}

.wd80 {
  width: 80% !important;
}

.wd8em {
  width: 8em !important;
}

.wd90 {
  width: 90% !important;
}

.wd9em {
  width: 9em !important;
}

.wd100 {
  width: 100% !important;
}

.wd10em {
  width: 10em !important;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?a54zqb");
  src: url("fonts/icomoon.eot?a54zqb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?a54zqb") format("truetype"), url("fonts/icomoon.woff?a54zqb") format("woff"), url("fonts/icomoon.svg?a54zqb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e900";
}

.icon-edit:before {
  content: "\e901";
}

.icon-external-link:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-visibility_off:before {
  content: "\e904";
}

.icon-remove_red_eye:before {
  content: "\e905";
}

.global_nav,
.heading-primary small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.front_about .tabs .tabs-title a {
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.heading-mincho-m,
.heading-mincho-l,
.heading-primary {
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

/*----------------------------------------------

  デフォルトスタイルの上書き

----------------------------------------------*/
.wp-block-table th, .wp-block-table td {
  border: none;
}

/*----------------------------------------------

	緊急時の案内の下が空きすぎる

----------------------------------------------*/
.intro_notice {
  margin-bottom: 0 !important;
}

/*  サイドナビゲーション  */
.side_fixed_nav {
  z-index: 200;
}

/*────────────────────────────────────────

  top スライドショー

────────────────────────────────────────*/
div.swiper-slide,
div.swiper-slide a {
  overflow: hidden;
}

/*----------------------------------------------

	common

----------------------------------------------*/
@media screen and (max-width: 63.99875em) {
  .sp_n {
    display: none !important;
  }
  h2 {
    font-size: 125%;
  }
}
@media screen and (min-width: 63.99876em) {
  .pc_n {
    display: none !important;
  }
}
body,
.button {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-feature-settings: "palt";
}

ul.none-mark, ol.none-mark {
  margin-left: 0;
  list-style-position: inside;
}
ul.none-mark li, ol.none-mark li {
  list-style: none;
}

.select_wrapper select {
  width: 100%;
}

.nav_pagetop {
  z-index: 101;
}

main a {
  text-decoration: underline;
}

.button.cancel {
  background: #999;
  color: #fff;
}

a.wp-block-button__link,
.tabs-title a {
  text-decoration: none !important;
}

.annotation {
  font-size: 87.5%;
}

.caution {
  color: #781212;
}

.updated {
  color: #438AB5;
  background: #E1F2FC;
  border: solid 1px;
  padding: 1em;
  border-radius: 5px;
}

.cs_p {
  cursor: pointer;
}

.dp_n {
  display: none !important;
}

.fs_2s {
  font-size: 75%;
}

.fs_s {
  font-size: 87.5%;
}

.ls_n {
  list-style: none;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_s {
  margin-bottom: 0.5em !important;
}

.mb_l {
  margin-bottom: 2em !important;
}

.ml_0 {
  margin-left: 0;
}

.mt_s {
  margin-top: 0.5em;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_s {
  margin-top: 0.5em !important;
}

.mt_m {
  margin-top: 1em !important;
}

.mt_l {
  margin-top: 2em !important;
}

.mt_2l {
  margin-top: 4em !important;
}

.mb_2l {
  margin-bottom: 4em !important;
}

.mr_m {
  margin-right: 1em;
}

.of_h {
  overflow: hidden !important;
}

.ps_r {
  position: relative !important;
}

.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.td_u {
  text-decoration: underline;
}

.ws_nw {
  white-space: nowrap !important;
}

.text-center {
  text-align: center !important;
}

select {
  width: auto;
  padding: 0.5em;
  border: solid 1px #ccc;
}

input.s, textarea.s {
  width: 25%;
  box-sizing: border-box;
}
input.m, textarea.m {
  width: 50%;
  box-sizing: border-box;
}
input.l, textarea.l {
  width: 75%;
  box-sizing: border-box;
}
input.ll, textarea.ll {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 63.99875em) {
  input.sp_100, textarea.sp_100 {
    width: 100% !important;
  }
}

input[type=tel] {
  border: solid 1px #e6e6e6;
  padding: 10px;
  font-size: 1em;
  font-family: Arial, sans-serif;
}

ul.select_list {
  list-style: none;
  margin-left: 0;
}
ul.select_list li + li {
  margin-top: 1em;
}

p.progress_bar {
  width: 75%;
  max-width: 400px;
  margin: 2em auto !important;
}
@media screen and (min-width: 63.99876em) {
  p.progress_bar {
    margin: 4em auto !important;
  }
}

table.application_form td.kakutei-shinkoku {
  background: none;
  padding: 0;
}
table.application_form .memURL {
  margin-left: 0.25em;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  table.application_form .memURL input {
    width: 75%;
  }
}
@media screen and (min-width: 63.99876em) {
  table.application_form .memURL select {
    flex-grow: 0;
  }
  table.application_form .memURL input {
    flex-grow: 1;
  }
}

td.error,
dd.error {
  padding: 0.9375rem;
  border: solid 1px #781212;
}
td.error span,
dd.error span {
  display: block;
  margin-top: 0.5em;
}

.link {
  cursor: pointer;
  text-decoration: underline;
}

td p:last-child {
  margin-bottom: 0 !important;
}

/*----------------------------------------------

	Debug

----------------------------------------------*/
.list-event--thumb.passed img {
  height: auto;
}

.list-horizontal li {
  list-style: none;
}
.list-horizontal li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}
.list-horizontal li a .list-horizontal--date {
  width: 10em;
}

.cat-item a {
  text-decoration: none;
}

.artfile_archive button.delete {
  bottom: -1.5em;
}

.myPage {
  padding-top: 0 !important;
}

header.global_header .global_header--inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.side_col {
  padding-top: 0;
}

/*----------------------------------------------

	default wordpress style

----------------------------------------------*/
.article__body {
  width: 100%;
}
.article__body .has-text-align-left {
  text-align: left;
}
.article__body .has-text-align-center {
  text-align: center;
}
.article__body .has-text-align-right {
  text-align: right;
}

/*----------------------------------------------

	アンケートの記事

----------------------------------------------*/
body.postid-1652 main li + li {
  margin-top: 0.5em;
}

body.postid-1652 main hr {
  margin-top: 4em;
  margin-bottom: 2em;
}

/*----------------------------------------------

	common style

----------------------------------------------*/
main ol:not(.breadcrumb__list) li:nth-of-type(n + 2) {
  margin-top: 1em;
}

@media screen and (max-width: 63.99875em) {
  table.responsive {
    border: none !important;
  }
  table.responsive tr, table.responsive td, table.responsive th {
    display: block;
    border: none !important;
    padding: 0 !important;
  }
  table.responsive tbody th {
    margin-top: 1.5em;
  }
}
/*----------------------------------------------

	form	

----------------------------------------------*/
form.disabled table.application_form, form.disabled #agree {
  opacity: 0.5;
}

th .annotation {
  font-weight: normal;
}

td > p:last-child {
  margin-bottom: 0;
}

input[type=email] {
  padding: 10px;
  font-size: 1em;
  border: solid 1px #e6e6e6;
}

input.l,
textarea[name=message] {
  width: 100%;
  box-sizing: border-box;
}

input[type=email].error,
td.error,
textarea.error {
  border: solid 1px #781212;
}

textarea.error {
  background: #f1e6e6;
}

table.form tr th:first-of-type {
  white-space: nowrap;
}

h2.member_name {
  margin-top: 0 !important;
}

.profile__thumbnail {
  margin-left: 1rem;
  width: 180px;
  text-align: right;
  max-width: none !important;
}
.profile__thumbnail img {
  margin-bottom: 1rem;
}

input.icon[type=checkbox] {
  display: none;
}
input.icon[type=checkbox] + label {
  cursor: pointer;
}
input.icon[type=checkbox] + label strong {
  vertical-align: middle;
}
input.icon[type=checkbox]:checked + label > i.icon-check:before {
  color: #333;
}

.icon-check:before {
  vertical-align: middle;
  font-size: 125%;
  margin-right: 0.3em;
  color: #ccc;
}

.checkboxes label {
  display: inline-block;
  margin-right: 2em;
}

/*──────────────────────────────────────────────

	others		

──────────────────────────────────────────────*/
ul.sns_shares {
  margin-left: 0;
  margin-bottom: 2rem;
  list-style: none;
}
ul.sns_shares li {
  display: inline-block;
}
ul.sns_shares li.fb {
  margin-right: 5px;
  transform: translateY(-7px);
}

div.front_slider--wrapper .swiper-button-prev,
div.front_slider--wrapper .swiper-button-next {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .wp-block-embed.is-type-video {
    position: relative;
    padding-bottom: 56.25%;
  }
  .wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#uploading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1000;
}
#uploading img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#uploading.show {
  display: block;
}

figure.profimage {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border: solid 1px #eee;
}
figure.profimage img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 63.99875em) {
  figure.profimage {
    width: 50px;
    height: 50px;
  }
}

/*────────────────────────────────────────

  light gallery

────────────────────────────────────────*/
ul#lightgallery li {
  padding-bottom: 24%;
  position: relative;
}
ul#lightgallery li img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*────────────────────────────────────────

  mypage

────────────────────────────────────────*/
table.login input {
  width: 80%;
  box-sizing: border-box;
}
@media screen and (min-width: 63.99876em) {
  table.login th {
    width: 40%;
  }
  table.login input {
    width: 50%;
  }
}

#title_area {
  position: relative;
  /*
   &::before {
     content: "";
     position: absolute;
     bottom: -50px;
     left: 0;
     width: 100%;
     height: 50px;
     background: #E8E8E8;
     z-index: -1;
   }
  */
}

.breadcrumb__list a {
  text-decoration: none !important;
}

ul.mypage_nav {
  display: flex;
  box-sizing: border-box;
  list-style: none;
  font-size: 14px;
  background: #E8E8E8;
  margin-left: 0;
  margin-bottom: 0.5em;
  height: 50px;
}
ul.mypage_nav a {
  text-decoration: none !important;
}
ul.mypage_nav > li {
  position: relative;
  height: 100%;
  flex: 0 0 18.691588785%;
  border-right: 1px solid #fff;
}
ul.mypage_nav > li:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 12px;
}
ul.mypage_nav > li:nth-of-type(1) img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5em;
}
ul.mypage_nav > li:nth-of-type(1) p {
  margin-bottom: 0 !important;
  display: flex;
  line-height: 1;
  min-height: 100%;
  flex-grow: 1;
  padding-right: 1em;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
ul.mypage_nav > li:nth-of-type(n+2) {
  height: 100%;
}
ul.mypage_nav > li:nth-of-type(n+2) a {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
  line-height: 1.2;
  text-align: center;
}
ul.mypage_nav > li:nth-of-type(n+2) a:hover,
ul.mypage_nav > li:nth-of-type(n+2) a.active {
  background: #207712;
  color: #fff;
}
ul.mypage_nav > li > ul {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin-left: 0;
  z-index: 100;
  display: none;
  opacity: 0;
  transform: 0.5s;
}
ul.mypage_nav > li > ul li {
  list-style: none;
}
ul.mypage_nav > li > ul.show {
  display: revert;
}
ul.mypage_nav > li > ul.op1 {
  opacity: 1;
}
@media screen and (max-width: 63.99875em) {
  ul.mypage_nav {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    flex-wrap: wrap;
    font-size: 12px;
    background: #E8E8E8;
    position: relative;
  }
  ul.mypage_nav > li:nth-of-type(1) {
    position: absolute;
    top: -50px;
    left: 10px;
    width: calc(100vw - 20px);
    height: auto;
    padding: 5px;
    background: rgba(255, 255, 255, 0.85);
  }
  ul.mypage_nav > li:nth-of-type(1) img {
    width: 30px;
    height: 30px;
  }
  ul.mypage_nav > li:nth-of-type(1) > p {
    flex-direction: row;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.mypage_nav > li:nth-of-type(1) > p span {
    margin-right: auto;
  }
  ul.mypage_nav > li:nth-of-type(n+2) {
    flex: 0 0 25%;
    line-height: 1.3;
    text-align: center;
  }
}

#artfile_archive li {
  margin-bottom: 50px;
}
#artfile_archive .imgLiquid {
  overflow: hidden;
}
#artfile_archive .imgLiquid img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mypage-tabs li {
  background: #FFF;
}

ul.mypage-tabs .as_a {
  cursor: pointer;
}
ul.mypage-tabs .as_a:hover {
  background: #1F7712;
  color: #fff;
}

main#mypage {
  overflow: hidden;
}
main#mypage .grid-container .main_col {
  width: 100%;
}
main#mypage .grid-container .side_col {
  display: none;
}
main#mypage ul.mypage-tabs ul {
  position: absolute;
  list-style: none;
  width: 100%;
  left: 0;
  height: 100%;
  margin-left: 0;
  padding-top: 3px;
  z-index: 100;
  transition: 0.5s;
  display: none;
  opacity: 0;
}
main#mypage ul.mypage-tabs ul li {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #efefef;
  /* IE対策 */
  border-top: solid 1px #fff;
}
main#mypage ul.mypage-tabs ul li:nth-of-type(1) {
  border-top: none;
  border-bottom: none;
}
main#mypage ul.mypage-tabs ul.show {
  display: block;
}
main#mypage ul.mypage-tabs ul.op1 {
  opacity: 1;
}
main#mypage #target {
  height: 300px;
}

#keicho-explanation p, #keicho-explanation ul, #keicho-explanation ol {
  margin-bottom: 0;
}

#keicho_about ul.requires {
  background: #f7f7f7;
  border: solid 1px #ccc;
  padding: 1.5em;
}

#keicho-confirm textarea,
#keicho-form textarea {
  width: 100%;
}
#keicho-confirm select[name=spouse],
#keicho-form select[name=spouse] {
  margin-right: 1em;
}
#keicho-confirm td.keicho-file-view,
#keicho-form td.keicho-file-view {
  display: flex;
  justify-content: space-between;
}
#keicho-confirm td.keicho-file-view span,
#keicho-form td.keicho-file-view span {
  cursor: pointer;
  text-decoration: underline;
}
#keicho-confirm th,
#keicho-form th {
  position: relative;
}
#keicho-confirm th span.check,
#keicho-form th span.check {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 26px;
  height: 20px;
  background: url(../images/ico_check_gray.svg);
  background-size: contain;
}
#keicho-confirm th span.check.ok,
#keicho-form th span.check.ok {
  background: url(../images/ico_check_orange.svg?1);
}

/*────────────────────────────────────────

  password

────────────────────────────────────────*/
.password_toggle {
  cursor: pointer;
  font-size: 125%;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0.5em 0;
}

/*──────────────────────────────────────────────

  blog

──────────────────────────────────────────────*/
article.article__body {
  word-break: break-all;
}
@media screen and (max-width: 63.99875em) {
  article.article__body iframe {
    width: 100%;
  }
}

/*──────────────────────────────────────────────

  申し込みフォーム

──────────────────────────────────────────────*/
.caution_box {
  border: solid 1px #781212;
  padding: 1em;
  color: #781212;
}
.caution_box a {
  color: #781212;
}
.caution_box dt {
  font-weight: normal;
}
.caution_box ul {
  margin-left: 0.1em !important;
}

ol.caution_box li {
  margin-top: 0 !important;
}

.lsp_o {
  list-style-position: outside;
}

.lsp_o > li {
  margin-left: 1em;
}
.lsp_o > li .kome {
  display: inline-block;
  padding-left: 2em;
  text-indent: -0.75em;
}

#application_top {
  font-feature-settings: "palt";
}
#application_top table th {
  background: none;
}
#application_top table.bd {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
}
#application_top table.bd th, #application_top table.bd td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#application_top section.job_for_join caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 1em;
}
#application_top section.job_for_join caption span {
  font-weight: normal;
}
#application_top section.job_for_join table {
  font-size: 87.5%;
}
#application_top section.job_for_join table td {
  padding: 0.5em;
}
#application_top section.job_for_join table + table {
  margin-top: 3rem;
}
#application_top > section {
  margin-top: 6rem;
}
#application_top > section:nth-of-type(n+2) {
  border-top: solid 1px #999;
  padding-top: 6rem;
}
#application_top > section > section {
  margin-top: 3rem;
}
#application_top > section > section section {
  margin-top: 1.6rem;
}
@media screen and (orientation: portrait) {
  #application_top > section {
    margin-top: 3rem;
  }
  #application_top > section:nth-of-type(n+2) {
    padding-top: 3rem;
  }
  #application_top > section > section {
    margin-top: 2.4rem;
  }
}
#application_top > section * + p,
#application_top > section * + ul,
#application_top > section * + ol,
#application_top > section * + dl,
#application_top > section * + figure,
#application_top > section * + table {
  margin-top: 1.6rem;
}
#application_top > section p {
  margin-bottom: 0;
}
#application_top ul, #application_top ol {
  margin-left: 0;
}
#application_top ul, #application_top ol, #application_top dl, #application_top h3, #application_top h4, #application_top h5 {
  margin-bottom: 0;
}
#application_top h4 {
  font-size: 100%;
  font-weight: bold;
}
#application_top h5 {
  font-size: 100%;
}
#application_top .icon-external-link {
  font-size: 85%;
  margin-left: 0.1em;
}
#application_top .dotted {
  font-weight: normal;
  border-bottom: dotted 1px #000;
}
#application_top .color {
  color: #1F7712;
  font-weight: normal;
}
#application_top ol.roman {
  list-style: none;
}
#application_top ol.roman li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (orientation: landscape) {
  #application_top table th {
    background: none;
    white-space: nowrap;
  }
}

#application_form p {
  margin-top: 1.6rem;
}
#application_form div#next-btn-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  z-index: 100;
}
#application_form div#next-btn-box p {
  margin-top: 0;
}
#application_form div#next-btn-box p, #application_form div#next-btn-box button {
  margin-bottom: 0;
}
#application_form div#next-btn-box.dp_n {
  display: none;
}

ol#flow_link {
  background: #F2F2F2;
  list-style-position: inside;
  margin-bottom: 0;
}
ol#flow_link li {
  padding: 1em;
  padding-left: 1.5em;
  line-height: 1;
  margin-top: 0;
  list-style: none;
}
ol#flow_link li:nth-of-type(n+2) {
  border-top: dotted 1px;
}
ol#flow_link a {
  color: #1F7712;
}

#flow dl.flow {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
  padding-top: 1.6em;
}
#flow dl.flow > div {
  background: #F6ECE1;
  padding: 1em;
  border-radius: 0.5em;
  flex: 0 0 23%;
  position: relative;
}
#flow dl.flow > div:nth-of-type(even) {
  background: #EFEEE4;
}
#flow dl.flow > div:nth-of-type(n+2)::before, #flow dl.flow > div:nth-of-type(n+2)::after {
  content: "";
  background: #535353;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -9%;
  transform: rotate(45deg);
  margin-top: -3px;
}
#flow dl.flow > div:nth-of-type(n+2)::after {
  transform: rotate(-45deg);
  margin-top: 3px;
}
#flow dl.flow dt {
  font-weight: normal;
  margin-top: -2.8em;
  margin-left: -1em;
}
#flow dl.flow dd {
  margin-top: 1.5em;
}
#flow dl.flow ol {
  list-style: none;
  margin-bottom: 0;
  font-size: 13px;
}
#flow dl.flow li {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  #flow dl.flow {
    padding-top: 1.8em;
  }
  #flow dl.flow dd {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
  }
}
@media screen and (orientation: portrait) {
  #flow dl.flow {
    flex-direction: column;
  }
  #flow dl.flow > div:nth-of-type(n+2) {
    margin-top: 2.5rem;
  }
  #flow dl.flow > div:nth-of-type(n+2)::after, #flow dl.flow > div:nth-of-type(n+2)::before {
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -3px;
  }
  #flow dl.flow > div:nth-of-type(n+2)::after {
    margin-left: 3px;
  }
}

#requirement dl.example {
  margin-left: 1em;
}
#requirement dl.example dt:nth-of-type(n+2) {
  margin-top: 1em;
}
#requirement dl.example dd {
  margin-left: 1em;
}

#cost h4 {
  margin-bottom: 0.5em;
}

#bunbi h4 {
  margin-bottom: 0.5em;
}

/*────────────────────────────────────────

  modal

────────────────────────────────────────*/
body.modal_show {
  overflow: hidden;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  align-items: center;
  justify-content: center;
  display: flex;
  display: none;
  opacity: 0;
  transition: 1s;
  overflow: auto;
}
#modal ul, #modal ol, #modal p {
  margin-bottom: 0;
}
#modal > div.inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#modal > .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
#modal > .close::before, #modal > .close::after {
  content: "";
  display: block;
  background: #4D4D4D;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal > .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 63.99875em) {
  #modal > .close {
    width: 60px;
    height: 60px;
  }
  #modal > .close::before, #modal > .close::after {
    width: 36px;
  }
}
#modal ul.buttons {
  width: 100%;
  margin-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
#modal ul.buttons li button {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
#modal ul.buttons .button {
  white-space: nowrap;
}
@media screen and (min-width: 63.99876em) {
  #modal ul.buttons li {
    width: 50%;
  }
  #modal ul.buttons li + li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 63.99875em) {
  #modal ul.buttons {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #modal ul.buttons li {
    width: 100%;
  }
  #modal ul.buttons li + li {
    margin-top: 1.5rem;
  }
}
#modal .delete ul.buttons {
  margin-top: 2rem;
}
#modal.show {
  display: flex;
}
#modal.op1 {
  opacity: 1;
}
#modal div.upload_area form, #modal div.upload_area p {
  text-align: center;
}
#modal div.upload_area p {
  margin-bottom: 0;
}
#modal div.upload_area > :nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 63.99876em) {
  #modal div.upload_area {
    background: #EDEDED;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#modal .error {
  background: #f1e6e6;
}
#modal .error_text {
  display: none;
  color: #781212;
}
#modal .error_text.show {
  display: revert;
}

#modal.file_upload figure, #modal.file_upload .buttons {
  display: none;
}
#modal.file_upload figure.show {
  display: revert;
}
#modal.file_upload .buttons.show {
  display: flex;
}
#modal.file_upload figure {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
#modal.file_upload figure img {
  width: 100%;
}

/*────────────────────────────────────────

  プロフィールフォーム

────────────────────────────────────────*/
table.profile_form td, table.profile_form th {
  box-sizing: border-box;
}
table.profile_form tr.profile_img button {
  font-size: 16px;
  margin-bottom: 0;
}
table.profile_form tr.profile_img th {
  padding-right: 15px;
}
table.profile_form tr.profile_img th div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
table.profile_form tr.profile_img td {
  text-align: center;
}
table.profile_form tr.profile_img td img {
  margin-bottom: 0.5em;
  vertical-align: middle;
}
table.profile_form tr.profile_img td button {
  font-size: 14px;
}

/*────────────────────────────────────────

  マイページ（アートファイル）

────────────────────────────────────────*/
ul#artfiles {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}
@media screen and (min-width: 63.99876em) {
  ul#artfiles {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
  }
}
ul#artfiles li {
  list-style: none;
}
ul#artfiles li figure {
  position: relative;
  padding-bottom: 100%;
  cursor: pointer;
}
ul#artfiles li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
ul#artfiles li ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25em;
}
ul#artfiles li ul li {
  margin-right: 0.5em;
  cursor: pointer;
}

button.upload {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.8em 1.6em;
  cursor: pointer;
  background: #E89C20;
  display: block;
  margin-left: auto;
}
button.upload:active, button.upload:hover {
  background: #E89C20 !important;
}
button.upload span {
  position: relative;
  padding-left: 24px;
}
button.upload span::before, button.upload span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 3px;
  background: #fff;
  margin-top: -1px;
}
button.upload span::before {
  transform: rotate(90deg);
}
@media screen and (max-width: 63.99875em) {
  button.upload {
    font-size: 100%;
    padding: 0.75em 1em;
  }
  button.upload span {
    padding-left: 20px;
  }
  button.upload span::before, button.upload span::after {
    width: 12px;
  }
}

#modal.artfile {
  align-items: revert;
}
#modal.artfile.edit {
  overflow: auto;
  align-items: flex-start;
}
#modal.artfile div.artfile_upload,
#modal.artfile div.delete {
  height: 100%;
  display: flex;
  align-items: center;
}
#modal.artfile div.artfile_upload > div,
#modal.artfile div.delete > div {
  flex-basis: 100%;
}
#modal.artfile div.artfile_edit {
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
}
#modal.artfile div.artfile_edit div.fb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(1) {
  flex-basis: 37.037037037%;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(1) img {
  width: 100%;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(1) p {
  margin-top: 0.5em;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(1) p button {
  display: inline-block;
  border: solid 1px;
  padding: 0.5em 1em;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(2) {
  flex-basis: 57.4074074074%;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(2) form > :nth-child(n+2) {
  margin-top: 2rem;
}
#modal.artfile div.artfile_edit div.fb > div:nth-of-type(2) input[type=text], #modal.artfile div.artfile_edit div.fb > div:nth-of-type(2) textarea {
  width: 100%;
  box-sizing: border-box;
}
#modal.artfile div.artfile_edit div.fb ul.tags {
  margin-top: 0 !important;
  display: flex;
  margin-left: 0;
}
#modal.artfile div.artfile_edit div.fb ul.tags li {
  margin-top: 0.75em;
  font-size: 12px;
  list-style: none;
  background: #E8E8E8;
  margin-right: 1em;
  border-radius: 2px;
  line-height: 1;
  padding: 0.4em 0 0.5em 0.5em;
}
#modal.artfile div.artfile_edit div.fb ul.tags li span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0 0.5em;
  box-sizing: revert;
  cursor: pointer;
}
#modal.artfile div.artfile_edit div.fb ul.tags li span::before, #modal.artfile div.artfile_edit div.fb ul.tags li span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background: #4D4D4D;
  transform: translateX(-50%) rotate(45deg);
}
#modal.artfile div.artfile_edit div.fb ul.tags li span::after {
  transform: translateX(-50%) rotate(-45deg);
}
#modal.artfile div.artfile_edit div.fb div.suggestions {
  margin-top: 10px !important;
  position: relative;
}
#modal.artfile div.artfile_edit div.fb div.suggestions ul {
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0;
  z-index: 10;
}
#modal.artfile div.artfile_edit div.fb div.suggestions li {
  list-style: none;
  padding: 0.5em 1.5em;
  cursor: pointer;
}
#modal.artfile div.artfile_edit div.fb div.suggestions li:first-child {
  padding-top: 1em;
}
#modal.artfile div.artfile_edit div.fb div.suggestions li:last-child {
  padding-bottom: 1em;
}
#modal.artfile div.artfile_edit div.fb div.suggestions li.active {
  background: #F0F0F0;
}
#modal.artfile div.artfile_edit div.fb ul.categories {
  list-style: none;
  margin-left: 0;
  line-height: 2;
}
#modal.artfile div.artfile_edit div.fb ul.categories li {
  display: inline-block;
  margin-right: 1em;
}
#modal.artfile div.artfile_edit div.fb ul.buttons {
  margin-top: 4em;
}
@media screen and (max-width: 63.99875em) {
  #modal.artfile div.artfile_edit div.fb {
    flex-direction: column;
  }
  #modal.artfile div.artfile_edit div.fb > :nth-of-type(n+2) {
    margin-top: 2rem;
  }
}

iframe.dynamic {
  overflow: hidden;
}/*# sourceMappingURL=extension.css.map */