@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

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

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  background-color: #f0eeec;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  font-size: 48px;
  padding-top: 1.5em;
  margin: 0 0 2em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h1 span {
  font-size: 20px;
  display: block;
  color: #666;
}
@media screen and (max-width: 767px) {
  h1 span {
    font-size: 16px;
  }
}

h1.type03 {
  position: relative;
  padding: 0.5rem 2rem calc(1rem + 8px);
  background: #fff;
  color: #333;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  h1.type03 {
    margin-left: 30px;
    max-width: 90%;
    font-size: 38px;
    text-indent: -1em;
  }
}

h1.type03:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #e16162;
}

.page-wrapper {
  max-width: 100%;
  width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1079px) {
  .page-wrapper {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1080px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

a {
  color: #fff;
}
a:hover {
  color: #fec501;
  text-decoration: underline;
}

a.text-link {
  color: #FF6699;
}
a.text-link:hover {
  color: #fec501;
  text-decoration: underline;
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #fec501;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.comingsoon {
  text-align: center;
}

.flex-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex-container {
    display: block;
  }
}
.flex-container .flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex-container .flex-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-container .flex-item + .flex-item {
    margin-top: 60px;
  }
}

.btn-block {
  text-align: center;
}
.btn-block a {
  display: inline-block;
  width: auto;
  margin: 0.5em 0 0 0;
  padding: 1em 3em;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  background: #333;
  color: #fff;
}

.attention {
  color: #e16162;
}

.keiko {
  display: inline;
  background: linear-gradient(transparent 90%, #fec501 90%);
}

p.list {
  text-indent: -1em;
  padding-left: 1em;
}

#top_navi {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #top_navi span {
    display: none;
  }
}

#header {
  background-color: #f3eee9;
  background-image: radial-gradient(circle, rgba(235, 242, 249, 0.9) 47%, rgba(0, 174, 236, 0.3)), url(../images/bg_main.png?v01);
  background-size: cover;
  border-bottom: solid 6px #e16162;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    background-size: 150%;
    background-position: bottom center;
    border-bottom: none;
  }
}
#header img {
  max-height: 100%;
}
#header .page-wrapper {
  position: relative;
  width: 860px;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #header .page-wrapper {
    padding: 0;
  }
}
#header .mainv {
  text-align: center;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 767px) {
  #header .mainv {
    padding: 30px 10px 30px 10px;
  }
}

#gmenu {
  background-color: #e5dfd4;
  position: relative;
}
#gmenu .page-wrapper {
  position: absolute;
  top: -60px;
  left: calc(50% - 400px);
  width: 800px;
  max-width: 100%;
  background-color: #e16162;
  border: solid 6px #e16162;
  border-radius: 10px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #gmenu .page-wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }
}
#gmenu ul {
  box-shadow: inset 0px 0px 10px 0px rgba(204, 0, 0, 0.3);
  border: 1px solid #ff4c4c;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #gmenu ul {
    width: 80%;
    margin-inline: auto;
    padding-bottom: 30px;
    display: none;
    box-shadow: none;
  }
}
#gmenu li {
  width: 20%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #gmenu li {
    width: 100%;
    border-bottom: solid 1px #efefef;
  }
  #gmenu li:last-of-type {
    border-bottom: none;
  }
}
#gmenu li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #gmenu li a {
    text-align: left;
  }
}
#gmenu li a:hover {
  background: #3e8169;
}
#gmenu li i {
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #gmenu li i {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
#gmenu li span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gmenu li span {
    display: inline-block;
    margin-top: 0.5em;
    text-align: left;
  }
}
#gmenu #menu_toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #gmenu #menu_toggle {
    display: block;
    padding: 0.5em;
  }
  #gmenu #menu_toggle div {
    width: 90%;
    margin-inline: auto;
    text-align: center;
    color: #fff;
  }
}

/*
footer
------------------------------------------------------------------------------------------*/
#footer {
  background-color: #f0eeec;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .flex-container {
  justify-content: space-between;
}
#footer .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #footer .flex-container .flex-item {
    width: 100%;
  }
}
#footer #contact {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer #contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer #contact img {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
#footer #contact .associate {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer #contact .associate span {
    display: block;
  }
}
#footer #contact .detail {
  font-size: 14px;
  padding: 0.5em 0;
}
#footer #contact .btn-block {
  border-top: solid 2px #e16162;
  margin-top: 10px;
  padding: 20px 10px;
}
#footer #contact .btn-block a {
  padding: 1em 3em;
}
#footer #books ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer #books li {
  width: 30%;
}
#footer #books li .title {
  text-align: center;
  border-top: solid 2px #e16162;
  margin-top: 0.3em;
  padding-top: 0.3em;
}

.copyright {
  background: #000;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  background: #e16162;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

/*
TOP
------------------------------------------------------------------------------------------*/
/*
セクション単位の背景色
------------------------------------------------------------------------------------------*/
.bg-section-main-color {
  background-color: #f0eeec;
}

.bg-section-sub-color {
  background-color: #e5dfd4;
}

.bg-main {
  background-image: url(../images/corner__top-left__deep.svg), url(../images/corner__bottom-right__deep.svg);
  background-size: 40%, 20%;
  background-position: top left, bottom right;
}

.bg-sub {
  background-image: url(../images/corner__top-left__light.svg), url(../images/corner__bottom-right__light.svg);
  background-size: 40%, 20%;
  background-position: top left, bottom right;
}

.pending-item-color {
  color: #aaa;
}

.coming_soon {
  text-align: center;
  max-width: 100%;
  margin: 1em auto;
}

.coming_soon:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.6em;
  font-size: 20px;
}

/*
お知らせ　／　ご注意・お願い
------------------------------------------------------------------------------------------*/
.informaion-container {
  padding: 140px 0 60px 0;
  position: relative;
  z-index: 9000;
}
@media screen and (max-width: 767px) {
  .informaion-container {
    padding: 60px 0 60px 0;
  }
}
.informaion-container .flex-container {
  justify-content: space-between;
}
.informaion-container .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .informaion-container .flex-container .flex-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .informaion-container .flex-container .flex-item + .flex-item {
    margin-top: 60px;
  }
}

#news,
#regulation {
  font-size: 14px;
  border: solid 3px #e16162;
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 2em 2em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news,
  #regulation {
    font-size: 14px;
    padding: 3em 1em 2em 1em;
  }
}

#news h1,
#regulation h1 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #e16162;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #e16162;
  border-radius: 10px;
}

#news dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}
#news dl dt {
  width: 6em;
}
#news dl dd {
  width: calc(100% - 6em - 1em);
  margin-left: 1em;
}

#regulation ul li {
  position: relative;
  padding-left: 1.2em;
}
#regulation ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
#regulation ul li + li {
  margin-top: 0.5em;
}

/*
とは
------------------------------------------------------------------------------------------*/
.overview-container {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .overview-container {
    padding: 60px 0;
  }
}
.overview-container #about {
  position: relative;
  background-color: #fff;
  padding: 40px 1em 60px 1em;
  border: solid 3px #e16162;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .overview-container #about {
    padding: 40px 1em 40px 1em;
  }
}
.overview-container #about h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-size: 38px;
  text-align: center;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  .overview-container #about h1 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
.overview-container #about h1 div {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .overview-container #about h1 div {
    text-align: center;
  }
}
.overview-container #about h1 div.sponsor {
  font-size: 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .overview-container #about h1 div.sponsor {
    font-size: 24px;
  }
}
.overview-container #about h1 span {
  display: inline-block;
  margin-left: 0.5em;
}
.overview-container #about .explain {
  width: 860px;
  max-width: 100%;
  margin-inline: auto;
}
.overview-container #about .explain span.sub {
  display: block;
  font-size: 14px;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .overview-container #about .explain {
    font-size: 14px;
  }
}
.overview-container #about .sub {
  color: #888;
}
.overview-container #about #inner-map {
  width: 860px;
  max-width: 100%;
  margin-top: 60px;
  margin-inline: auto;
  border: solid 3px #e16162;
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 3em 2em 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .overview-container #about #inner-map {
    padding: 2em 1em;
    display: contents;
  }
}
.overview-container #about #inner-map h1 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #e16162;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #e16162;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .overview-container #about #inner-map img {
    margin-top: 2em;
  }
}

/*
開催概要　／　アクセス
------------------------------------------------------------------------------------------*/
.outline-container {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .outline-container {
    padding: 60px 0;
  }
}
.outline-container .flex-container {
  justify-content: space-between;
}
.outline-container .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .outline-container .flex-container .flex-item {
    width: 100%;
  }
}

#outline,
#access,
#cosplay,
#cameraman {
  border: solid 3px #e16162;
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 1.5em 2em 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #outline,
  #access,
  #cosplay,
  #cameraman {
    padding: 2em 1em;
  }
}

#outline h1,
#access h1,
#cosplay h1,
#cameraman h1 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #e16162;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #e16162;
  border-radius: 10px;
}

#outline table th, #outline table td {
  padding: 0.5em 1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #outline table th, #outline table td {
    padding: 0.5em;
    display: block;
  }
}
#outline table th {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  #outline table th {
    text-align: left;
    padding-bottom: 0;
  }
  #outline table th::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    width: 1em;
    text-align: left;
    text-decoration: none;
    color: #e16162;
  }
}
#outline table th.sub {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #outline table th.sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #outline table td {
    margin-left: 0.5em;
  }
}
#outline table td div.sub {
  font-size: 14px;
}
#outline table td p.note {
  padding: 0.5em 0;
  font-size: 14px;
}
#outline table td p.note i {
  margin-right: 0.5em;
}
#outline .btn-block {
  text-align: left;
}
#outline .btn-block a {
  padding: 0 1em;
}

#access .gmap {
  max-width: 100%;
}
#access .gmap iframe {
  height: 360px;
}
#access .flex-container {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #access .flex-container {
    display: block;
  }
}
#access .flex-container .flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #access .flex-container .flex-item {
    width: 100%;
    margin-top: 0;
  }
}
#access .location-image {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #access .location-image {
    text-align: center;
  }
}
#access .access-info {
  width: 100%;
  text-align: center;
}
#access .sub {
  font-size: 14px;
}
#access .guide {
  margin-top: 1em;
  text-align: center;
}

/*
entry
------------------------------------------------------------------------------------------*/
#entry {
  padding: 120px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #entry {
    padding: 60px 0;
  }
}
#entry h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #entry h1 {
    font-size: 28px;
  }
}
#entry h2 {
  border-top: solid 2px #e16162;
  border-bottom: solid 2px #e16162;
  background-color: #fff;
  margin-bottom: 3em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry h2 {
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 20px;
  }
}
#entry .sub {
  font-size: 14px;
}
#entry .note {
  font-size: 14px;
}

#entry_guidelines,
#entry_flow {
  border: solid 3px #e16162;
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 1.5em 2em 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #entry_guidelines,
  #entry_flow {
    padding: 2em 1em;
  }
}

#entry_guidelines h2,
#entry_flow h2 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #e16162;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #e16162;
  border-radius: 10px;
}

#entry_form.flex-container {
  justify-content: space-between;
}
#entry_form.flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .flex-item {
    width: 100%;
    margin-top: 1em;
  }
}
#entry_form.flex-container h3 {
  border-bottom: solid 1px #3e8169;
  color: #3e8169;
  padding: 0.2em 1em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container h3 {
    width: 100%;
  }
}
#entry_form.flex-container h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-decoration: none;
  color: #3e8169;
}
#entry_form.flex-container .block-wrapper {
  padding: 1em 1em 2em 1em;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .block-wrapper {
    background-color: #fff;
  }
}
#entry_form.flex-container #entry_kind table {
  width: 100%;
  margin-bottom: 1em;
}
#entry_form.flex-container #entry_kind table th, #entry_form.flex-container #entry_kind table td {
  border-bottom: dotted 1px #e16162;
  padding: 0.5em;
}
#entry_form.flex-container #entry_kind table th {
  width: 50%;
  font-weight: bold;
}
#entry_form.flex-container #entry_kind table td {
  width: 50%;
}
#entry_form.flex-container .schedule table th, #entry_form.flex-container .schedule table td {
  padding: 0;
  font-weight: bold;
}
#entry_form.flex-container .entry-kind-detail {
  margin-top: 1em;
  padding: 1em;
  background-color: #e5dfd4;
}
#entry_form.flex-container .entry-kind-detail .entry-kind-detail-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .entry-kind-detail .entry-kind-detail-container {
    display: block;
    text-align: center;
    justify-content: center;
  }
}
#entry_form.flex-container .entry-kind-detail .entry-kind-detail-container .entry-kind-detail-image {
  width: 47%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .entry-kind-detail .entry-kind-detail-container .entry-kind-detail-image {
    width: 100%;
    margin-right: 0;
  }
}
#entry_form.flex-container .entry-kind-detail .entry-kind-detail-container .entry-kind-detail-explain {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .entry-kind-detail .entry-kind-detail-container .entry-kind-detail-explain {
    width: 100%;
    margin-top: 1em;
    text-align: left;
  }
}
#entry_form.flex-container .note {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}
#entry_form.flex-container .note + .note {
  margin-top: 0.5em;
}

#entry_flow {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #entry_flow {
    margin-top: 60px;
  }
}
#entry_flow .catch {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry_flow .catch {
    text-align: left;
  }
}
#entry_flow .flex-container {
  justify-content: space-between;
}
#entry_flow .flex-container .flex-item {
  width: 32%;
  border: solid 1px #3e8169;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #entry_flow .flex-container .flex-item {
    width: 100%;
  }
}
#entry_flow h3 {
  background-color: #3e8169;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #3e8169;
  border-radius: 8px 8px 0 0;
  padding: 0.5em 1em;
  font-size: 18px;
}
#entry_flow .flow_item {
  padding: 2em 1em;
  font-size: 14px;
}
#entry_flow .btn-block {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #e16162;
}
#entry_flow .btn-block a {
  width: 90%;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
  padding: 1em 2em;
}
#entry_flow .btn-block a:hover {
  background-color: #333;
}
#entry_flow .arrow {
  width: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry_flow .arrow {
    width: 100%;
  }
}
#entry_flow .arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  width: 3em;
  text-align: center;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  #entry_flow .arrow::before {
    content: "\f0d7";
    width: 100%;
  }
}
#entry_flow .schedule table {
  width: 100%;
  margin-top: 1em;
  border: solid 1px #ccc;
  border-collapse: collapse;
}
#entry_flow .schedule table th, #entry_flow .schedule table td {
  border: solid 1px #ccc;
  padding: 0.5em;
}
#entry_flow .schedule table th {
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  #entry_flow .schedule table th {
    text-align: center;
  }
}

/*
FAQ
------------------------------------------------------------------------------------------*/
#faq {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 60px 0;
  }
}
#faq .page-wrapper {
  position: relative;
}
#faq h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #faq h1 {
    font-size: 28px;
  }
}
#faq h2 {
  margin: 2em 0 1em 0;
  font-size: 20px;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  #faq h2 {
    font-size: 18px;
  }
}
#faq h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-decoration: none;
  color: #e16162;
}
#faq .faq-list dl {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  padding: 15px 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #faq .faq-list dl {
    font-size: 14px;
  }
}
#faq .faq-list dl::before {
  position: absolute;
  top: 20px;
  right: 1em;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 3px solid #e16162;
  border-right: 3px solid #e16162;
}
#faq .faq-list .open::before {
  transform: rotate(-45deg);
  top: 22px;
}
#faq .faq-list dt {
  position: relative;
  padding: 0 1em 0 2em;
}
#faq .faq-list dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  display: inline-block;
  width: 1.6em;
  color: #e16162;
}
#faq .faq-list dd {
  font-weight: normal;
  padding: 0.5em 10px 0 0;
  margin-left: 2em;
  display: none;
}
#faq .faq-list dd.open {
  display: block;
}
#faq .attention-note-block {
  background-color: #e5dfd4;
  padding: 0.5em 1em 0.5em 2em;
  margin-block: 1em;
}/*# sourceMappingURL=style.css.map */