@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 
  レスポンシブ対応
*/
/* 
  スマホ改行
*/
.sp-br {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

/* 
  PC改行
*/
.pc-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/* 
  タブレット以上改行しない
*/
.tb-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tb-br {
    display: none;
  }
}

/* 
  PC・スマホ表示切り替え
*/
@media screen and (min-width: 1025px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-over-minipc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tate {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-over-tate {
    display: none;
  }
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.block15 {
  margin-top: 15px;
}

.block30 {
  margin-top: 30px;
}

.block50 {
  margin-top: 50px;
}

.block80 {
  margin-top: 80px;
}

.block120 {
  margin-top: 120px;
}

.block180 {
  margin-top: 180px;
}

/* パンくず */
#bread-top {
  margin: 0 auto;
  font-size: 0.87em;
  padding: 10px 0;
}
#bread-top li {
  display: inline-block;
}
#bread-top li:after {
  content: ">";
  padding: 0 15px;
}
#bread-top li:last-child:after {
  content: "";
}
#bread-top img {
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#bread-top img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE44F));
  background: linear-gradient(transparent 60%, #FFE44F 60%);
  display: inline !important;
}

.under-line2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, #FFE44F));
  background: linear-gradient(transparent 75%, #FFE44F 60%);
  display: inline !important;
}

.color-blue {
  color: #0E63C4;
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1rem;
  line-height: 1.7857;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h3 {
  font-size: 2.3rem;
  font-weight: bold;
}

th {
  font-weight: normal;
}

.wrapper {
  width: 80%;
  min-width: 1150px;
  margin: 0 auto;
}

.wrapper_menu {
  width: 65%;
  min-width: 900px;
  margin: 0 auto;
}

.wrapper_footer {
  width: 80%;
  min-width: 1100px;
  margin: 0 auto;
}

/* グーテンベルク */
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.wp-embedded-content {
  max-width: 100%;
}

header #header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0E63C4;
  white-space: nowrap;
}
header #header-top h1 {
  font-size: 2.3rem;
  margin-left: 30px;
  color: #fff;
}
header #header-top p {
  color: #fff;
}
header #header-top .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-top .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
header #header-top .nav ul li {
  margin-right: 30px;
  border: 1px solid #fff;
  padding: 3px 30px;
  border-radius: 25px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #B3C1CF;
  padding: 15px 0;
}
footer .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .in .return a {
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  border-radius: 30px;
  padding: 10px 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .in .return a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #ececec;
}
footer .in .logout button {
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  border-radius: 30px;
  padding: 10px 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .in .logout button:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #ececec;
}

#login .in {
  margin-top: 120px;
  text-align: center;
}
#login .in .box {
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}
#login .in .box .in_text {
  text-align: left;
}
#login .in .box .in_text label {
  display: block;
}
#login .in .box .space_pass {
  margin-top: 15px;
}
#login .in .box input {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100%;
  height: 35px;
  padding: 0 5px;
}
#login .in .box button {
  background-color: #0E63C4;
  padding: 10px 0;
  width: 100%;
  color: #fff;
}
#login .in .error {
  margin-top: 30px;
  color: #DC3868;
}
#login .in .error_msg {
  color: #DC3868;
}

#menu .in {
  margin: 150px 0;
  text-align: center;
}
#menu .in .box {
  border: 1px solid #B3C1CF;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .in .box .active {
  background-color: #0E63C4;
  color: #fff;
  padding: 10px 50px;
  margin-left: 30px;
}
#menu .in .box .inactive {
  background-color: #B3C1CF;
  color: #333;
  padding: 10px 50px;
  margin-left: 30px;
}
#menu .in .box .status {
  padding: 30px;
  background-color: #F7F7F7;
  border-left: 1px solid #B3C1CF;
}
#menu .in .box .status span {
  color: #0E63C4;
  margin: 0 5px;
  font-weight: bold;
}
#menu .in .box .hikassei {
  pointer-events: none;
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  color: #333;
}

#register {
  margin-bottom: 170px;
  /* 非活性時のスタイル（グレー表示） */
  /* 非活性状態（disabled）のスタイル */
}
#register .top {
  margin-top: 150px;
  text-align: center;
}
#register .pdf {
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
}
#register .pdf a {
  color: #0E63C4;
}
#register .box {
  /* 非活性状態（disabled）のスタイル */
}
#register .box h3 {
  background-color: #0E63C4;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 15px;
}
#register .box .space {
  padding: 15px 30px;
  text-align: left;
  font-size: 2rem;
}
#register .box .space2 {
  padding: 15px 30px;
  text-align: center;
  background-color: #F4F9FF;
}
#register .box .space02 {
  padding: 15px 30px;
}
#register .box .space03 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 15px 30px;
  text-align: center;
  background-color: #F4F9FF;
}
#register .box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
#register .box table th {
  width: 35%;
  padding: 0 15px;
  text-align: right;
  background-color: #F7F7F7;
  vertical-align: middle;
}
#register .box table th span {
  display: block;
  color: #DC3868;
}
#register .box table td {
  padding-left: 5px;
}
#register .box table .th_10p {
  width: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}
#register .box table .th_25p {
  width: 25%;
}
#register .box table .height50 {
  height: 50px;
}
#register .box table .center {
  vertical-align: middle;
}
#register .box table .top {
  vertical-align: top;
  padding-top: 10px;
}
#register .box table .text_100p {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#register .box table .text_100pl {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 94%;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
}
#register .box table .text_100pr {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 94%;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
  text-align: left;
}
#register .box table .text_area {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  margin-left: 3px;
}
#register .box table .text_6 {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 16.6666666667%;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
}
#register .box table .text_2k {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 50px;
  height: 30px;
  padding: 0 5px;
  margin-left: 3px;
}
#register .box table .text_4k {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100px;
  height: 30px;
  padding: 0 5px;
  margin-left: 3px;
}
#register .box table .text_4kl {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100px;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
}
#register .box table .text_2kh {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 50px;
  height: 40px;
  padding: 0 5px;
  margin-left: 3px;
}
#register .box table .text_4kh {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100px;
  height: 40px;
  padding: 0 5px;
  margin-left: 3px;
}
#register .box table .text_yubin {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 120px;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#register .box table .text_tel {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 90px;
  height: 40px;
  padding: 0 15px;
}
#register .box table .text_name {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 150px;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#register .box table .text_money {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 150px;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#register .box table .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#register .box table .layout .p1 {
  width: 100px;
}
#register .box table .layout .p2 {
  width: 20px;
}
#register .box table .layout .p3 {
  margin: 0 15px;
}
#register .box table .layout .p4 {
  width: 150px;
}
#register .box table .layout .p5 {
  width: 100%;
  margin: 15px;
}
#register .box table .green {
  background-color: #DDFC54;
}
#register .box table .geentd {
  padding: 5px 10px 5px 5px;
  vertical-align: middle;
}
#register .box table .red {
  color: #DC3868;
  font-size: 1.4rem;
}
#register .box table .red span {
  background-color: #DDFC54;
  margin-left: 10px;
}
#register .box table .blue {
  color: #0E63C4;
}
#register .box .hall table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #B3C1CF;
}
#register .box .hall table th {
  width: auto;
  padding: 5px;
  text-align: center;
  background-color: #F4F9FF;
  vertical-align: middle;
  font-size: 1rem;
  border: 1px solid #B3C1CF;
}
#register .box .hall table td {
  text-align: center;
  padding-left: 0;
  border: 1px solid #B3C1CF;
}
#register .box .hall table .biko1 {
  width: 200px;
}
#register .box .hall table .biko2 {
  width: 150px;
}
#register .box .hall table .fuzoku {
  width: 150px;
}
#register .box input[type=checkbox] {
  display: none;
}
#register .box .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#register .box .checkbox01:before {
  position: absolute;
  top: 0px;
  left: 5px;
  background-color: #fff;
  border: 3px solid #B3C1CF;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}
#register .box .checkbox01:after {
  position: absolute;
  top: 1px;
  left: 13px;
  border-right: 3px solid #0E63C4;
  border-bottom: 3px solid #0E63C4;
  content: "";
  display: block;
  height: 16px;
  width: 9px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#register .box input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
#register .box input[type=checkbox]:disabled + .checkbox01 {
  cursor: not-allowed; /* カーソルを変更 */
  color: #aaa; /* テキストをグレーに */
}
#register .box input[type=checkbox]:disabled + .checkbox01:before {
  background-color: #f0f0f0; /* 背景を薄いグレーに */
  border-color: #ccc; /* 枠線をグレーに */
}
#register .box input[type=checkbox]:disabled:checked + .checkbox01:after {
  border-right: 3px solid #ccc; /* チェック色もグレーに */
  border-bottom: 3px solid #ccc; /* チェック色もグレーに */
}
#register .box .checkbox02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#register .box .checkbox02:before {
  position: absolute;
  top: -4px;
  left: 5px;
  background-color: #fff;
  border: 3px solid #B3C1CF;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}
#register .box .checkbox02:after {
  position: absolute;
  top: -2px;
  left: 13px;
  border-right: 3px solid #0E63C4;
  border-bottom: 3px solid #0E63C4;
  content: "";
  display: block;
  height: 16px;
  width: 9px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#register .box input[type=checkbox]:checked + .checkbox02::after {
  opacity: 1;
}
#register .box .todofuken {
  width: 200px;
  padding: 5px;
  border: 1px solid #B3C1CF;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-left: 10px;
  margin-right: 10px;
}
#register .box .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
#register .box .radiolabel {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
#register .box .radiolabel::before,
#register .box .radiolabel::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#register .box .radiolabel::before {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
#register .box .radiolabel::after {
  background-color: #0E63C4;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}
#register .box input:checked + .radiolabel::after {
  opacity: 1;
}
#register .box .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#register .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#register .box ul li {
  margin: 5px 25px 5px 0;
}
#register .box .list_new {
  margin: 5px 5px 5px 0;
}
#register .bottom {
  text-align: center;
}
#register .bottom p {
  color: #DC3868;
}
#register .bottom button {
  background-color: #0E63C4;
  border: 2px solid #0E63C4;
  width: 300px;
  padding: 20px 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#register .bottom button:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0E63C4;
}
#register .ichijihozon {
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
#register .ichijihozon button {
  background-color: #0E63C4;
  border: 2px solid #0E63C4;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#register .ichijihozon button:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0E63C4;
}
#register .comment {
  position: fixed;
  bottom: 15px;
  left: calc(50% + 90px);
  z-index: 99;
}
#register .comment p {
  color: #DC3868;
  font-size: 1.2rem;
  white-space: nowrap;
}
#register .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F7F7F7;
  padding: 30px 80px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  text-align: center;
}
#register .popup button {
  margin-top: 50px;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid #B3C1CF;
  border-radius: 5px;
  cursor: pointer;
}
#register .popup button:hover {
  background-color: #f0f0f0;
}
#register input:disabled, #register label.disabled {
  color: #aaa; /* グレー色 */
  cursor: not-allowed; /* カーソルを禁止マークに */
}
#register input[type=text]:disabled {
  background-color: #f5f5f5; /* 背景色を薄いグレーに */
  color: #aaa; /* 文字色もグレーに */
}
#register input[type=number]:disabled {
  background-color: #f5f5f5; /* 背景色を薄いグレーに */
  color: #aaa; /* 文字色もグレーに */
}
#register input[type=email]:disabled {
  background-color: #f5f5f5; /* 背景色を薄いグレーに */
  color: #aaa; /* 文字色もグレーに */
}
#register input:disabled + .radiolabel {
  color: #aaa; /* テキストをグレーに */
  cursor: not-allowed; /* カーソル変更 */
}
#register input:disabled + .radiolabel::before {
  background-color: #f0f0f0; /* 背景をグレー */
  border-color: #ccc; /* 枠線も薄いグレー */
}
#register input:disabled:checked + .radiolabel::after {
  background-color: #ccc; /* チェック色も薄いグレーに */
}

#confirm {
  margin-bottom: 170px;
  /* 非活性時のスタイル（グレー表示） */
  /* 非活性状態（disabled）のスタイル */
}
#confirm .top {
  margin-top: 150px;
  text-align: center;
}
#confirm .pdf {
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
}
#confirm .pdf a {
  color: #0E63C4;
}
#confirm .box {
  /* 非活性状態（disabled）のスタイル */
}
#confirm .box h3 {
  background-color: #0E63C4;
  padding-left: 30px;
  color: #fff;
}
#confirm .box .space {
  padding: 15px 30px;
  text-align: left;
  font-size: 2rem;
}
#confirm .box .space2 {
  padding: 15px 30px;
  text-align: center;
  background-color: #F4F9FF;
}
#confirm .box .space02 {
  padding: 15px 30px;
}
#confirm .box .space03 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 15px 30px;
  text-align: center;
  background-color: #F4F9FF;
}
#confirm .box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
#confirm .box table th {
  width: 35%;
  padding: 10px 30px;
  text-align: right;
  background-color: #F7F7F7;
  vertical-align: middle;
}
#confirm .box table th span {
  display: block;
  color: #DC3868;
}
#confirm .box table td {
  padding-left: 5px;
  vertical-align: middle;
}
#confirm .box table .th_10p {
  width: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}
#confirm .box table .th_25p {
  width: 25%;
}
#confirm .box table .height50 {
  height: 50px;
}
#confirm .box table .center {
  vertical-align: middle;
}
#confirm .box table .top {
  vertical-align: top;
  padding-top: 10px;
}
#confirm .box table .text_100p {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#confirm .box table .text_100pl {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 94%;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
}
#confirm .box table .text_100pr {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 94%;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
  text-align: left;
}
#confirm .box table .text_area {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  margin-left: 3px;
}
#confirm .box table .text_6 {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 16.6666666667%;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
}
#confirm .box table .text_2k {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 50px;
  height: 30px;
  padding: 0 5px;
  margin-left: 3px;
}
#confirm .box table .text_4k {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100px;
  height: 30px;
  padding: 0 5px;
  margin-left: 3px;
}
#confirm .box table .text_4kl {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100px;
  height: 40px;
  padding: 0 15px;
  margin: 5px;
}
#confirm .box table .text_2kh {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 50px;
  height: 40px;
  padding: 0 5px;
  margin-left: 3px;
}
#confirm .box table .text_4kh {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 100px;
  height: 40px;
  padding: 0 5px;
  margin-left: 3px;
}
#confirm .box table .text_yubin {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 120px;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#confirm .box table .text_tel {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 70px;
  height: 40px;
  padding: 0 15px;
}
#confirm .box table .text_name {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 150px;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#confirm .box table .text_money {
  background-color: #fff;
  border: 1px solid #B3C1CF;
  width: 150px;
  height: 40px;
  padding: 0 15px;
  margin-left: 3px;
}
#confirm .box table .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#confirm .box table .layout .p1 {
  width: 100px;
}
#confirm .box table .layout .p2 {
  width: 20px;
}
#confirm .box table .layout .p3 {
  margin: 0 15px;
}
#confirm .box table .layout .p4 {
  width: 150px;
}
#confirm .box table .layout .p5 {
  width: 100%;
  margin: 15px;
}
#confirm .box table .green {
  background-color: #DDFC54;
}
#confirm .box table .geentd {
  padding: 5px 10px 5px 5px;
  vertical-align: middle;
}
#confirm .box table .red {
  color: #DC3868;
  font-size: 1.4rem;
}
#confirm .box table .blue {
  color: #0E63C4;
}
#confirm .box .hall table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #B3C1CF;
}
#confirm .box .hall table th {
  width: auto;
  padding: 5px;
  text-align: center;
  background-color: #F4F9FF;
  vertical-align: middle;
  font-size: 1rem;
  border: 1px solid #B3C1CF;
}
#confirm .box .hall table td {
  text-align: center;
  padding-left: 0;
  border: 1px solid #B3C1CF;
}
#confirm .box .hall table .biko1 {
  width: 200px;
}
#confirm .box .hall table .biko2 {
  width: 150px;
}
#confirm .box .hall table .fuzoku {
  width: 150px;
}
#confirm .box input[type=checkbox] {
  display: none;
}
#confirm .box .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#confirm .box .checkbox01:before {
  position: absolute;
  top: 0px;
  left: 5px;
  background-color: #fff;
  border: 3px solid #B3C1CF;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}
#confirm .box .checkbox01:after {
  position: absolute;
  top: 1px;
  left: 13px;
  border-right: 3px solid #0E63C4;
  border-bottom: 3px solid #0E63C4;
  content: "";
  display: block;
  height: 16px;
  width: 9px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#confirm .box input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
#confirm .box input[type=checkbox]:disabled + .checkbox01 {
  cursor: not-allowed; /* カーソルを変更 */
  color: #aaa; /* テキストをグレーに */
}
#confirm .box input[type=checkbox]:disabled + .checkbox01:before {
  background-color: #f0f0f0; /* 背景を薄いグレーに */
  border-color: #ccc; /* 枠線をグレーに */
}
#confirm .box input[type=checkbox]:disabled:checked + .checkbox01:after {
  border-right: 3px solid #ccc; /* チェック色もグレーに */
  border-bottom: 3px solid #ccc; /* チェック色もグレーに */
}
#confirm .box .checkbox02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#confirm .box .checkbox02:before {
  position: absolute;
  top: -4px;
  left: 5px;
  background-color: #fff;
  border: 3px solid #B3C1CF;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}
#confirm .box .checkbox02:after {
  position: absolute;
  top: -2px;
  left: 13px;
  border-right: 3px solid #0E63C4;
  border-bottom: 3px solid #0E63C4;
  content: "";
  display: block;
  height: 16px;
  width: 9px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#confirm .box input[type=checkbox]:checked + .checkbox02::after {
  opacity: 1;
}
#confirm .box .todofuken {
  width: 200px;
  padding: 5px;
  border: 1px solid #B3C1CF;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-left: 10px;
  margin-right: 10px;
}
#confirm .box .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
#confirm .box .radiolabel {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
#confirm .box .radiolabel::before,
#confirm .box .radiolabel::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#confirm .box .radiolabel::before {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
#confirm .box .radiolabel::after {
  background-color: #0E63C4;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}
#confirm .box input:checked + .radiolabel::after {
  opacity: 1;
}
#confirm .box .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#confirm .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#confirm .box ul li {
  margin: 5px 25px 5px 0;
}
#confirm .bottom {
  text-align: center;
}
#confirm .bottom p {
  color: #DC3868;
}
#confirm .bottom .button_lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
#confirm .bottom .button_lay .button01 {
  background-color: #F7F7F7;
  border: 1px solid #B3C1CF;
  width: 300px;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin: 0 20px;
}
#confirm .bottom .button_lay .button02 {
  background-color: #0E63C4;
  border: 2px solid #0E63C4;
  width: 300px;
  padding: 20px 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin: 0 20px;
}
#confirm .bottom .button_lay .button02:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0E63C4;
}
#confirm .ichijihozon {
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
#confirm .ichijihozon button {
  background-color: #0E63C4;
  border: 2px solid #0E63C4;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#confirm .ichijihozon button:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0E63C4;
}
#confirm .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F7F7F7;
  padding: 30px 80px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  text-align: center;
}
#confirm .popup button {
  margin-top: 50px;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid #B3C1CF;
  border-radius: 5px;
  cursor: pointer;
}
#confirm .popup button:hover {
  background-color: #f0f0f0;
}
#confirm input:disabled, #confirm label.disabled {
  color: #aaa; /* グレー色 */
  cursor: not-allowed; /* カーソルを禁止マークに */
}
#confirm input[type=text]:disabled {
  background-color: #f5f5f5; /* 背景色を薄いグレーに */
  color: #aaa; /* 文字色もグレーに */
}
#confirm input:disabled + .radiolabel {
  color: #aaa; /* テキストをグレーに */
  cursor: not-allowed; /* カーソル変更 */
}
#confirm input:disabled + .radiolabel::before {
  background-color: #f0f0f0; /* 背景をグレー */
  border-color: #ccc; /* 枠線も薄いグレー */
}
#confirm input:disabled:checked + .radiolabel::after {
  background-color: #ccc; /* チェック色も薄いグレーに */
}

/* 404 */
#not-found {
  padding: 120px 0;
  text-align: center;
}
#not-found h2 {
  font-size: 3rem;
}
#not-found p {
  margin: 50px 0;
  text-align: center;
}
#not-found a {
  color: #fff;
  background-color: #0E63C4;
  padding: 20px 30px;
  border: 2px solid #0E63C4;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#not-found a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0E63C4;
}