@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  /* font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
}

#app {
  margin-bottom: 50px;
}
#app .tc {
  text-align: center;
}

.container {
  max-width: 1360px;
  margin: auto;
}

#header {
  padding: 25px 0;
  background-color: #7abb3b;
  margin-bottom: 80px;
}

h1 {
  text-align: center;
  color: #fff;
  font-size: 34px;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=number],
select {
  width: 80%;
  border: solid 2px #000;
  padding: 10px;
  border-radius: 5px;
}

label,
input[type=radio] {
  cursor: pointer;
}

#form table {
  table-layout: fixed;
  width: 100%;
  padding: 15px;
  border-collapse: collapse;
}
#form table tr th,
#form table tr td {
  border: solid 1px #000;
  padding: 25px 10px;
}
#form table tr th {
  width: 21%;
  background-color: #7abb3b;
  color: #fff;
}
#form table tr th span {
  display: block;
}
#form table tr th span:last-child {
  display: inline-block;
}
#form table tr th span:nth-child(2) {
  font-size: 50%;
}
#form table tr th span:nth-child(3) {
  font-size: 50%;
}
#form table tr.cose #cose {
  width: 80%;
  border: solid 2px #000;
  padding: 10px;
}
#form table tr.name ul, #form table tr.name_kana ul, #form table tr.name_roman ul, #form table tr.name_kanji ul, #form table tr.time_zone ul {
  font-size: 0;
}
#form table tr.name ul li, #form table tr.name_kana ul li, #form table tr.name_roman ul li, #form table tr.name_kanji ul li, #form table tr.time_zone ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-bottom: 10px;
}
#form table tr.name ul li:first-child, #form table tr.name_kana ul li:first-child, #form table tr.name_roman ul li:first-child, #form table tr.name_kanji ul li:first-child, #form table tr.time_zone ul li:first-child {
  margin-bottom: 5px;
}
#form table tr.sex ul {
  margin-top: 10px;
}
#form table tr.sex ul li {
  margin-bottom: 10px;
}
#form table tr.education td .schools > div {
  display: inline-block;
  vertical-align: middle;
  width: 13.5%;
}
#form table tr textarea {
  width: 100%;
  min-height: 300px;
  border: solid 1px #808080;
}
#form table tr p {
  padding: 10px 5px;
  line-height: 35px;
}
#form table tr .photo_image {
  width: 80%;
}
#form table #abilitys tr td:nth-child(3) {
  width: 20%;
}
#form table #abilitys tr th {
  width: 120px;
  line-height: 13px;
}
#form table #abilitys tr td > span {
  display: block;
  margin-bottom: 2px;
}
#form table #abilitys tr td > span > span {
  display: inline-block;
}
#form table #abilitys tr td dl {
  margin-bottom: 10px;
}
#form table #schools input,
#form table #schools select {
  width: 100%;
}
#form table #schools th {
  width: 120px;
}
#form table #schools th span:first-child {
  margin-bottom: 5px;
}
#form table #schools td dl dd {
  margin-bottom: 10px;
}

textarea {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
}

.list ul li {
  margin-bottom: 15px;
}

.file_label {
  padding: 10px 40px;
  color: #ffffff;
  background-color: #384878;
  cursor: pointer;
  display: inline-block;
}
.file_label:hover {
  opacity: 0.6;
}

input[type=file] {
  display: none;
}

/* 同意するボタンcss　*/
.btn {
  text-align: center;
}

.btn-push {
  display: inline-block;
  max-width: 250px;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

p.btn-push-none {
  line-height: inherit !important;
  padding: 10px 24px !important;
  background-color: #808080;
  border-bottom: 4px solid #808080;
}

.btn-push-move {
  cursor: pointer;
}

.btn-push-move:active {
  margin-top: 4px;
  transform: translateY(4px);
  border-bottom: none;
}

footer {
  background-color: #7abb3b;
  text-align: center;
  color: #fff;
  padding: 25px 0;
}
footer small {
  display: block;
  text-align: center;
  padding-top: 50px;
}

.addBtn {
  background-color: #7abb3b;
  padding: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin: 15px auto;
  cursor: pointer;
}

.removeBtn {
  background-color: #d37800;
  padding: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin: 15px auto;
  cursor: pointer;
}

.check {
  margin: 50px 0;
}

.grey {
  background-color: #808080;
  border-bottom: 4px solid #808080;
}

/*modal*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
#modal .sendEnd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 35px;
  display: inline-block;
  width: 350px;
  height: 50px;
}
#modal h2 {
  font-size: 30px;
  padding: 50px 0;
  text-align: center;
}
#modal .modal_inner {
  position: relative;
  background-color: #fff;
  width: 90%;
  height: 90%;
  margin: auto;
  margin-top: 2%;
  overflow-y: scroll;
}
#modal .check {
  padding-bottom: 50px;
}
#modal .checed ul li {
  margin-bottom: 25px;
  font-size: 18px;
}
#modal .batsu {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 40px;
  cursor: pointer;
  transition: 0.5s;
}
#modal .batsu:hover {
  transition: 0.5s;
  transform: rotate(180deg);
}
#modal table {
  border-collapse: collapse;
  border: solid 1px #808080;
}
#modal table tr th {
  width: 20%;
  padding: 15px 10px;
  background-color: #7abb3b;
  color: #fff;
  border-bottom: #fff solid 1px;
}
#modal table tr td {
  padding: 15px 10px;
  border-bottom: #808080 1px solid;
}
#modal table tr td img {
  width: 150px;
}
#modal table tr td img.ivd {
  width: 100%;
}
#modal table tr td table {
  width: 100%;
}
#modal table tr td table th:first-child {
  width: 30%;
}
#modal table tr td table th,
#modal table tr td table td {
  width: auto;
  border-bottom: none;
}
#modal table tr td table dl {
  margin-bottom: 15px;
}
#modal table tr td table dl dt {
  margin-bottom: 10px;
}

.textarea_re {
  white-space: pre-wrap;
  overflow-wrap: keep-all;
}

.sp {
  display: none;
}

.notes {
  margin-bottom: 10px;
  background-color: #cde4ff;
  padding: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.notes2 {
  margin-bottom: 10px;
  background-color: #cde4ff;
  padding: 15px;
}

/*吹き出し*/
.fukidashi {
  position: relative;
  padding: 25px 10px;
  margin: 2em 0;
  background: #cde4ff;
  color: #2c2c2f;
  font-weight: bold;
}
.fukidashi:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #cde4ff;
  width: 0;
  height: 0;
}
.fukidashi p {
  margin: 0;
  font-size: 18px;
}

/*同意*/
.terms {
  text-align: center;
}

.confirmed {
  height: 300px;
  overflow-y: scroll;
}

.required {
  padding: 3%;
  background-color: rgb(204, 0, 0);
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin-top: 5%;
}

.error {
  color: red;
  display: block;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 16px;
  }
  input[type=tel],
  input[type=text],
  input[type=email],
  input[type=number],
  select,
  #form table tr.cose #cose {
    width: 100%;
  }
  #header {
    margin-bottom: 35px;
  }
  h1 {
    font-size: 18px;
  }
  .container {
    width: 95%;
  }
  .fukidashi {
    padding: 15px 10px;
  }
  .fukidashi p {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 5px;
  }
  #form > table {
    border: solid 1px #000;
  }
  #form table tr th,
  #form table tr td {
    width: 100%;
    display: block;
    border: none;
  }
  #form table tr th.pc,
  #form table tr td.pc {
    display: none;
  }
  #form table tr th span:first-child {
    margin-bottom: 5px;
  }
  #form table tr th span:nth-child(2) {
    font-size: 80%;
  }
  #form table tr th span:nth-child(3) {
    font-size: 80%;
  }
  #form table tr.education td .schools > div {
    width: 100%;
  }
  #form table tr #schools tr {
    border: solid #808080 1px;
    padding: 1%;
    display: block;
    margin-bottom: 50px;
  }
  #form table tr #schools tr td,
  #form table tr #schools tr th {
    border: none;
    width: auto;
  }
  #form table tr #schools tr td span:first-child,
  #form table tr #schools tr th span:first-child {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  #form table tr #schools tr td {
    margin-left: 2%;
    padding: 0;
    padding-top: 10px;
  }
  #form table tr #abilitys {
    display: table;
    margin-bottom: 50px;
  }
  #form table tr #abilitys tr {
    display: block;
    width: 100%;
    border: solid #808080 1px;
    margin-bottom: 25px;
    padding: 1%;
  }
  #form table tr #abilitys tr th {
    width: 100%;
    padding: 20px 10px 5px;
  }
  #form table tr #abilitys tr td {
    border: none;
  }
  #modal h2 {
    font-size: 20px;
    padding: 35px 0;
  }
  #modal .batsu {
    top: 1%;
    right: 8%;
    font-size: 35px;
  }
  #modal table tr th,
  #modal table tr td {
    display: block;
    width: 100%;
  }
  #modal table tr td table {
    border: none;
  }
  #modal table tr td table tr {
    margin-bottom: 50px;
    display: block;
  }
  #modal table tr td table tr.pc {
    display: none;
  }
  #modal table tr td table th:first-child {
    width: 100%;
  }
  #modal .sendEnd {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .terms {
    text-align: left;
  }
}
#modal.fadeOut {
  display: none !important;
}
#modal.fadeIn {
  animation-name: fadein;
  animation-duration: 0.5s;
  transition: 0.5s;
  display: block;
}

@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  perspective: 800px;
}
.loader .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.loader .inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #7abb3b;
}
.loader .inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #7abb3b;
}
.loader .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #7abb3b;
}
.loader .inner.text {
  position: absolute;
  bottom: -40%;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
#topBtn {
  width: 100px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #73550A;
  opacity: 0;
  transition: 0.5s;
  z-index: 100;
}
#topBtn a {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  text-decoration: none;
}
#topBtn a::after {
  content: "↑ PAGE TOP";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#topBtn:hover {
  opacity: 0.3;
  transition: 0.5s;
}
#topBtn.active {
  opacity: 0.6;
  transition: 0.5s;
}

* {
  font-size: 1rem;
}

a:active,
a:visited {
  color: #0105EE;
}

a:hover {
  text-decoration: none;
}

a:-webkit-any-link:focus-visible {
  outline: 0;
  outline-offset: 0;
}

a.other-site{
  border-bottom: solid 1px rgb(1, 5, 238, 0);
}a.other-site:hover {
  border-bottom: solid 1px rgb(1, 5, 238, 1);
}

html, body {
  outline: none;
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5rem;
  background-color: #fff;
}

body.kr {
  font-family: "Noto Sans KR", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

body.cnk {
  font-family: "Noto Sans SC", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

body.cnh {
  font-family: "Noto Sans TC", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

body.mm {
  font-family: "Noto Sans Myanmar", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

h1, h2, h3, h4 {
  line-height: normal;
}

input[type=tel], input[type=text], input[type=email], input[type=number], select {
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
  line-height: 1rem;
  padding: 0.5rem 0.5rem 0.625rem 0.5rem;
  border: none !important;
  outline: solid 2px #767676;
}

body.kr input[type=tel], body.kr input[type=text], body.kr input[type=email], body.kr input[type=number], body.kr select {
  font-family: "Noto Sans KR", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

body.cnk input[type=tel], body.cnk input[type=text], body.cnk input[type=email], body.cnk input[type=number], body.cnk select {
  font-family: "Noto Sans SC", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

body.cnh input[type=tel], body.cnh input[type=text], body.cnh input[type=email], body.cnh input[type=number], body.cnh select {
  font-family: "Noto Sans TC", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

body.mm input[type=tel], body.mm input[type=text], body.mm input[type=email], body.mm input[type=number], body.mm select {
  font-family: "Noto Sans Myanmar", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, sans-serif, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS";
}

select {
  cursor: pointer;
}

select:invalid {
  color: #757575;
}

select option {
  color: #333;
}

select option:first-child {
  color: #757575;
}

input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
select:focus,
input[type=tel]:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=number]:focus-visible,
select:focus-visible {
  outline: solid 2px #0075ff;
}

#topBtn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#topBtn a::after {
  width: 100%;
  height: 1rem;
  top: 0;
  line-height: 1rem;
}

div#app table tr textarea {
  width: 80%;
  min-height: auto;
  margin: 1rem 0 0 0;
  border: none !important;
  outline: solid 2px #767676;
  border-radius: 5px;
}

div#app #lang-anchor {
  position: absolute;
  top: 5px; right: 5px;
}div#app #lang-anchor li {
  display: inline-block;
  font-size: 0.75rem;
}div#app #lang-anchor li.current {
  color: #d7dce0;
}div#app #lang-anchor li::after {
  content: "|";
  color: #d7dce0;
  margin: 0 0 0 0.4rem;
}div#app #lang-anchor li:first-child:after,
 div#app #lang-anchor li:last-child:after {
  content: "";
}div#app #lang-anchor li a {
  color: #333;
  font-size: 0.75rem;
}div#app #lang-anchor li a:hover {
  border-bottom: solid 1px #333;
}

@media screen and (max-width: 768px) {
  div#app #lang-anchor {
    top: 1rem;
    width: 100%;
    text-align: center;
  }
}

div#app h1 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: #73550A;
  font-size: 1.75rem;
  text-align: center;
}

div#app h1::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background-color: rgba(115, 85, 10, 0.25);
}

div#app h1 + p {
  padding: 1rem 3rem;
}

div#app h1 + h3 {
  padding: 1rem 3rem;
}

div#app div.container > dl.faq {
  margin: 0 3rem 2rem 3rem;
  padding: 2rem 2rem 2.25rem 2rem;
  border-radius: 10px;
  background-color: #eeede9;
}

div#app div.container > dl.faq dt {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  font-weight: bold;
  border-bottom: solid 1px #d7dce0;
}

div#app div.container > dl.faq dt::before {
  content: "Q";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.75rem 0 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75rem;
  border-radius: 1rem;
  background-color: #D2B428;
}

div#app div.container > dl.faq dd {
  margin: 0 0 2rem 0;
}

div#app div.container > dl.faq dd:last-child {
  margin: 0;
}

div#app div.container > dl.faq dd p {
  padding-left: 1.4rem;
  text-indent: -1.6rem;
}div#app div.container > dl.faq dd p a {
  margin-left: 0.25rem;
}

div#app div.container > ul#page-anchor {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

div#app div.container > ul#page-anchor li {
  display: inline-block;
  padding: 0 1rem 0.1rem 1rem;
  border-left: solid 1px #333;
}

div#app div.container > ul#page-anchor li:last-child {
  border-right: solid 1px #333;
}

div#app div.container > ul#page-anchor li a {
  display: inline-block;
  color: #0105EE;
  border-bottom: solid 1px #fff;
}

div#app div.container > ul#page-anchor li a:hover {
  text-decoration: none;
  border-bottom: solid 1px #0105EE;
}

div#app div.container > ul.list-item {
  margin: 0 0 1rem 2.5rem;
  padding: 0;
}

div#app div.container > ul.list-item li {
  list-style: disc;
  margin: 0 0 0.5rem 0;
}

div#app div.container > table td ul.list-example {
  margin: 1rem 0 0 1.5rem;
}

div#app div.container > table td ul.list-example li:first-child {
  position: absolute;
  list-style: none;
  margin-left: -1.5rem;
}

div#app div.container > table td ul.list-example li {
  margin-left: 1.75rem;
}

div#app div.container > table td div.remarks {
  margin: 1rem 0 0 1rem;
}

div#app div.container > table td div.remarks ul {
  margin: 0.25rem 0 0 1.5rem;
}

div#app div.container div.terms-area {
  height: auto;
  margin: 2rem auto;
  padding: 0px;
}

div#app div.container > div.terms-area {
  margin-top: 3.5rem;
}

div#app div.container table div.terms-area {
  margin: 2rem auto 0 auto;
}

div#app div.container div.terms-area div.terms-area-body {
  width: 90%;
  height: auto;
  margin: 1rem auto;
  padding: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: solid 1px rgb(204, 204, 204);
}

div#app div.container div.terms-area div.terms-area-body h3 {
  height: auto;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

div#app div.container div.terms-area div.terms-area-body h4 {
  height: auto;
  margin: 1rem auto;
  font-size: 1.25rem;
  line-height: 2.25rem;
  text-align: left;
  border-bottom: 1px solid rgb(204, 204, 204);
}

div#app div.container div.terms-area div.terms-area-body p {
  margin: 0 1rem 2rem 1rem;
}

div#app div.container div.terms-area div.terms-area-foot {
  height: auto;
  margin: 1rem auto 4rem auto;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

div#app div.container table div.terms-area div.terms-area-foot {
  margin: 1rem auto 2rem auto;
}

div#app div.container table tr.form_confirm-hiderow div.terms-area div.terms-area-foot {
  margin: 1rem auto 0 auto;
}

div#app div.container div.terms-area div.terms-area-foot label {
  cursor: pointer;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

div#app div.container > ol.list-account {
  position: relative;
  margin: 0 0 2rem 1rem;
  padding: 0;
}

div#app div.container > ol.list-account li {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 0.5rem 0;
  padding-left: 1.25rem;
}

div#app div.container > ol.list-account li span {
  position: absolute;
  left: 0;
  margin: 0;
}

div#app div.container ul.numeric {
  position: relative;
  margin: 1rem 0 1rem 1rem;
  padding: 0;
}

div#app div.container ul.numeric li {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 0.5rem 0;
  padding-left: 1.25rem;
}

div#app div.container ul.numeric li span {
  position: absolute;
  left: 0;
  margin: 0;
  line-height: 1.5rem;
  border-bottom: none;
}

div#app div.container > div.list-account-img {
  width: 100%;
  margin: 0 0 4rem 0;
}

div#app div.container > div.list-account-img img {
  width: 100%;
}

div#app div.container table.user-table > tbody > tr > th {
  border-top: solid 1px #d7dce0;
}

div#app div.container table.user-table > tbody > tr:first-child > th {
  border-top: solid 2px #d7dce0;
}

div#app div.container table.user-table > tbody > tr > td {
  margin: 0;
  border-bottom: none;
}

div#app div.container table.user-table > tbody > tr:last-child > td {
  border-bottom: solid 2px #d7dce0;
}

div#app div.container table.user-table div.table-control {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}

div#app div.container table.user-table div.table-control div {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div#app div.container table.user-table div.table-control div.table-control-add {
  background-color: #198754;
}

div#app div.container table.user-table div.table-control div.table-control-remove {
  background-color: #dc3545;
}

div#app div.container table.user-table div.table-control div a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div#app div.container table.user-table div.table-control div a:hover {
  text-decoration: none;
}

div#app div.container table.user-table div.table-control div.table-control-add a:hover {
  background-color: #157347;
}

div#app div.container table.user-table div.table-control div.table-control-remove a:hover {
  background-color: #BB2D3B;
}

span.underline {
  display: inline;
  border-bottom: 1px solid #333;
}

body.mm span.underline {
  display: inline;
  border-bottom: none;
  text-decoration: underline;
}

span.listed {
  display: block;
  color: #767676;
}

body#admission-thanks div#wrapper {
  position: relative;
  padding-bottom: 554px;
  min-height: 100vh;
}

body#admission-thanks.en div#wrapper,
body#admission-thanks.vn div#wrapper,
body#admission-thanks.id div#wrapper,
body#admission-thanks.mm div#wrapper,
body#admission-thanks.ph div#wrapper {
  padding-bottom: 744px;
}

body#admission-thanks.uni div#wrapper {
  padding-bottom: 1000px;
}

body#admission-thanks.uni.no-inquiry div#wrapper {
  padding-bottom: 554px;
}

@media screen and (max-width: 1180px) {
  body#admission-thanks div#wrapper,
  body#admission-thanks.en div#wrapper,
  body#admission-thanks.vn div#wrapper,
  body#admission-thanks.id div#wrapper,
  body#admission-thanks.mm div#wrapper,
  body#admission-thanks.ph div#wrapper {
    padding-bottom: 800px;
  }
}
div#app table tr textarea:focus,
div#app table tr textarea:focus-visible {
  outline: solid 2px #0075ff;
}

div#app table tr td.list ul + input,
div#app table tr td.list ul + textarea {
  margin-top: 1rem;
}

input[type=radio] {
  margin-right: 0.5rem;
  transform: scale(1.75);
}

input[type=checkbox] {
  margin-right: 0.75rem;
  transform: scale(1.75);
}

.fukidashi {
  padding: 2rem 2rem 2.25rem 2rem;
  border-radius: 10px;
  background-color: #eeede9;
}

.fukidashi span {
  font-size: 1rem;
  line-height: 2.25rem;
  border-bottom: 4px solid #f83b54;
}

.fukidashi strong {
  font-size: 1rem;
}

.fukidashi div.notes {
  margin: 1rem 0 0 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  background-color: #eeede9;
}

.fukidashi div.notes ul {
  margin: 0.5rem 0 0.5rem 1.5rem;
}

.fukidashi div.notes ul li {
  list-style: disc;
}

.fukidashi div.notes p {
  margin-left: 1rem;
  text-indent: -1rem;
}

.fukidashi div.notes p span {
  line-height: inherit;
  border-bottom: none;
}

.fukidashi::after {
  border-top: 20px solid #eeede9;
}

header#header {
  margin: 0;
  padding: 3rem 1rem 2rem 1rem;
  border-bottom: 3px solid #D2B428;
  background-color: #fff;
}

header#header > div.container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header#header > div.container > div.logo img {
  margin: 0.75rem 0 0 0;
}

header#header > div.container > div.title > h1 {
  color: #333;
  margin: 0 0 0 3rem;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: left;
}

header#header > div.container > div.title > h1 span {
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.5rem;
  text-indent: 0.15rem;
}

div#app div.container {
  padding: 2rem;
}

div#app div.container > p {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.8rem;
}

div#app div.container > table {
  width: 100%;
  margin: 2rem 0 3rem 0;
}

div#app div.container > table th {
  color: #333;
  font-size: 1rem;
  border: 2px solid #d7dce0;
  background-color: #eeede9;
}

div#app div.container > table td {
  font-size: 1rem;
  border: 2px solid #d7dce0;
  background-color: #fff;
}

div#app div.container > table td ul {
  margin: 0 0 0 1rem;
  list-style: disc;
  font-size: 1rem;
}

div#app div.container > table td ul li {
  list-style: disc;
  font-size: 1rem;
}

div#app div.container > h2 {
  margin: 3rem 0 1rem 0;
  padding: 5px 1em;
  color: #333;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 4px solid #73550A;
  border-left: 15px solid #D2B428;
}

div#app div.container > h2 span.caps {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
}

div#app div.container div#form > h3,
div#app div.container div#modal h3 {
  margin: 1.5rem 0 0 0;
  padding: 0.5rem 1rem 0.55rem 1rem;
  color: #fff;
  background-color: #73550A;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div#app table tr td span.caps {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}

div#app table {
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0;
  border-collapse: collapse;
}

div#app h3 + table,
div#app div#form > table:nth-of-type(1),
div#app div#modal table:nth-of-type(1) {
  margin: 2px 0 0 0;
}

div#app table tr th {
  width: 30%;
  padding: 2rem;
  color: #333;
  border: solid 2px #d7dce0;
  border-right: none;
  background-color: #eeede9;
}

div#app table tr.name th {
  border-bottom: none;
}

div#app table tr.name_kana th {
  border-top: dotted 2px #d7dce0;
}

div#app table tr.mail th {
  border-bottom: none;
}

div#app table tr.mail_confirm th {
  border-top: dotted 2px #d7dce0;
}

div#app table#schools tr th {
  width: 150px;
  font-size: 1.125rem;
  border-bottom: solid 1px #fff;
}

div#app table#schools tr th span {
  display: inline;
}

div#app table#schools tr:last-child th {
  border-bottom: solid 1px #d7dce0;
}

div#app table#abilitys tr th {
  font-size: 1.125rem;
}

div#app table tr td {
  border: solid 2px #d7dce0;
  border-left: solid 1px #d7dce0;
  padding: 2rem;
  background-color: #fff;
}

div#app table tr.name td {
  border-bottom: none;
}

div#app table tr.name_kana td {
  border-top: dotted 2px #d7dce0;
}

div#app table tr.mail td {
  border-bottom: none;
}

div#app table tr.mail_confirm td {
  border-top: dotted 2px #d7dce0;
}

div#app table tr.form_confirm-hiderow td {
  border: solid 2px #d7dce0;
}

div#app table tr td label {
  font-size: 1rem;
}

div#app table tr td.list ul li {
  position: relative;
  padding-left: 1.75rem;
}

div#app table tr td.list ul li:last-child {
  margin-bottom: 0px;
}

div#app table tr td.list ul li input {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}

div#app table tr.period td ul li {
  display: inline-block;
  margin: 0 0 0 2rem;
}

div#app table tr.period td ul li:first-child {
  margin: 0;
}

div#app table tr.period td ul li input {
  width: 8rem;
  margin: 0 0.5rem 0 0;
}

@media screen and (max-width: 830px) {
  div#app table tr.period td ul li {
    display: block;
    margin: 0 0 1rem 0;
  }
  div#app table tr.period td ul li:first-child {
    margin: 0 0 1rem 0;
  }
  div#app table tr.period td ul li:last-child {
    margin: 0;
  }
}
div#app table tr td.notes2 {
  color: #fff;
  background-color: #7abb3b;
}

div#app table tr td.notes3 ul,
div#modal table tr td.notes3 ul {
  padding-left: 1.125rem;
}

div#app table tr td.notes3 ul li,
div#modal table tr td.notes3 ul li {
  font-size: 1rem;
  list-style: disc;
  margin-bottom: 0.5rem;
}

div#app table tr td.notes3 ul li:last-child {
  margin-bottom: 1rem;
}

div#app table tr td.notes3 ul li span.caps,
div#modal table tr td.notes3 ul li span.caps {
  display: block;
  margin-left: 0px;
}

div#app table tr th span:nth-child(1) {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 0.125rem;
}

div#app div#schoolsList table tr th span:nth-child(1),
div#app table#abilitys tr th span:nth-child(1) {
  line-height: 1rem;
}

div#app table tr th span:nth-child(2) {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
}

div#app table tr th span.required {
  width: 100%;
  max-width: 240px;
  padding: 0.3rem 0;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  text-align: center;
  background-color: #931C23;
  border-radius: 1rem;
}

div#app table tr th span.required.ruby {
  padding: 0.5rem 0 0.1rem 0;
}

div#app table tr th span.required span.listed {
  display: inline;
  color: #fff;
  margin-left: 0.5rem;
}

div.vdp-datepicker {
  position: relative;
}

div.vdp-datepicker::before {
  pointer-events: none;
  content: "\f073";
  position: absolute;
  top: -2px;
  left: 0.5rem;
  bottom: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  padding: 0px;
  color: #931C23;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

div.vdp-datepicker > div > input {
  cursor: pointer;
  padding-left: 2.25rem;
}

.file_label {
  margin: 1rem 0 0 0;
  padding: 10px 40px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #0f1a4a;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
}

.file_label::before {
  content: "\f15b";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.file_label .listed {
  color: #aeb5e9;
}

.file_label + .file_output,
.file_label + .file_output ruby rb {
  font-size: 1.25rem;
}

.file_label + .file_output::before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.5rem;
}

.addBtn {
  padding: 10px 40px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #0f1a4a;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
}

.addBtn:hover {
  opacity: 0.6;
}

div#app table tr th span.removeBtn {
  padding: 0.5rem 0.5rem 0.4rem 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  background-color: #f83b54;
  cursor: pointer;
  border-radius: 3px;
}

div#app table tr th span.removeBtn:hover {
  opacity: 0.6;
}

div#app table tr th span.removeBtn span {
  width: 100%;
  display: inline-block !important;
  font-size: 0.875rem;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 0px !important;
}

div#app table#schools tr th span:nth-child(2) {
  display: inline-block;
}

div#app table#questionnaire-table table caption {
  margin-bottom: 1rem;
}

div#app table#questionnaire-table table caption p {
  margin: 0px 0px 1rem 0px;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

div#app table#questionnaire-table table tr th {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  border: none;
  border-left: solid 1px #fff;
}

div#app table#questionnaire-table table tr th:hover {
  opacity: 0.6;
}

div#app table#questionnaire-table table tr th span.caps {
  pointer-events: none;
  margin-left: 0px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

div#app table#questionnaire-table table tr th:first-child {
  width: 150px;
  border-left: solid 1px #7abb3b;
}

div#app table#questionnaire-table table tr td {
  text-align: center;
}

div#app table#questionnaire-table table tr td span {
  display: none;
}

div#app table#questionnaire-table table tr td:first-child {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #00472a;
  font-weight: bold;
  text-align: left;
  background-color: #e0f5cb;
}

div#app table#questionnaire-table table tr td:first-child:hover {
  opacity: 0.6;
}

div#app table#questionnaire-table table tr td input[type=checkbox] {
  cursor: pointer;
  transform: scale(2);
}

.confirmed {
  height: 400px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: solid 2px #767676;
  border-radius: 5px;
}

.confirmed div {
  display: none;
  padding: 0.5rem !important;
  font-size: 1rem;
  line-height: 1.75rem !important;
}

.confirmed div.show {
  display: block;
}

.confirmed div.hide {
  display: none;
}

ul#confirmed-menu {
  width: 100%;
  height: 1.5rem;
  margin: 0px;
  padding: 0px 5px;
  text-align: right;
}

ul#confirmed-menu li {
  display: inline-block;
  width: 100px;
  height: 1.5rem;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1rem;
}

ul#confirmed-menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0.3rem 0.5rem 0.2em 0.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ffa300;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul#confirmed-menu li a:hover {
  opacity: 0.6;
}

.btn-push {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  width: auto;
  padding: 1rem 1.5rem;
  max-width: initial;
  min-width: 200px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 4px;
  border-bottom: 4px solid #acb6bf;
  background-color: #d7dce0;
}

.btn-push:hover {
  background-color: #c9cfd5;
}

.btn-push.btn-push-none {
  padding: 1rem 1.5rem !important;
  line-height: 1.25rem !important;
  background-color: #808080;
  border-bottom: 4px solid #606060;
}

.btn-push span.caps {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
}

.btn-push input[type=checkbox] {
  margin-right: 1rem;
  transform: scale(1.5);
}

.btn-push span.listed {
  margin: 0.25rem 0;
  text-align: center;
}

div.btn.check {
  display: flex;
  justify-content: center;
}

div.btn.check .btn-push-move {
  margin: 0px 1rem;
}

div.btn.check .btn-push-move.ruby {
  padding: 1rem 1.5rem 0.75rem 1.5rem;
}

.btn-push-move:active {
  margin-top: 0px;
  border-top: 4px solid #acb6bf;
  border-bottom: none;
  transform: none;
}

div#form table.questionnaire > tbody > tr > th,
div#modal table.questionnaire > tbody > tr > th {
  display: block;
  width: 100%;
  border: solid 2px #d7dce0;
  border-bottom: none;
}

div#form table.questionnaire > tbody > tr > td,
div#modal table.questionnaire > tbody > tr > td {
  display: block;
  width: 100%;
  margin: 0 0 4px 0;
  border: solid 2px #d7dce0;
  border-top: solid 1px #d7dce0;
}

#form table tr div.confirmed div p {
  width: 100%;
  margin: 0.5rem 0px 0px 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
}

#form table tr div.confirmed div#confirmed_ja * {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#form table tr div.confirmed div#confirmed_en * {
  font-family: Meiryo, "arial unicode ms", sans-serif;
}

#form table tr div.confirmed div#confirmed_cn * {
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", sans-serif;
}

#form table tr div.confirmed div#confirmed_tw * {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PMingLiU", sans-serif;
}

#form table tr div.confirmed div#confirmed_ko * {
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif;
}

#form table tr div.confirmed div#confirmed_vi * {
  font-family: Meiryo, "arial unicode ms", sans-serif;
}

#form table tr div.confirmed div#confirmed_mm * {
  font-family: "Noto Sans Myanmar", "arial unicode ms", sans-serif;
}

#form table tr div.confirmed div#confirmed_ph * {
  font-family: Meiryo, "arial unicode ms", sans-serif;
}

#form table tr div.confirmed div p:first-child {
  margin: 0px;
}

#form table tr div.confirmed div p.signature {
  margin-left: 1rem;
}

#form table tr div.confirmed div p.signature a {
  text-decoration: underline;
}

#form table tr div.confirmed div h2 {
  margin: 0.5rem 0 1.5rem 0;
}

#form table tr div.confirmed div h3 {
  width: 100%;
  margin: 1.5rem 0px 1rem 0px;
  padding: 0px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  border-bottom: dotted 1px #0f1a4a;
}

#form table tr div.confirmed div ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

#form table tr div.confirmed div ul li {
  margin-left: 1.5rem;
  list-style: disc;
}

#form table tr div.confirmed div ul.latin li {
  list-style: upper-latin;
}

#form table tr div.confirmed div ul.number li {
  list-style: decimal;
}

#form table tr div.confirmed div ul.bracket li {
  list-style: none;
  counter-increment: cnt;
}

#form table tr div.confirmed div ul.bracket li:before {
  content: "(" counter(cnt) ")";
  display: block;
  margin-left: -1.5em;
  width: 1.25em;
  float: left;
}

#form table tr div.confirmed div ul li p {
  margin-top: 0.5rem;
}

#form table tr div.confirmed div ul li p.list-title {
  margin: 0.5rem 0px;
  font-weight: bold;
}

#form table tr div.confirmed div ul li ul li {
  font-weight: normal;
  list-style: circle;
}

div.title h1 span {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

div.fukidashi div.caution {
  width: 100%;
  height: auto;
  margin: 1rem 0 0 0;
  padding: 0 0 0 1.5rem;
  color: #f83b54;
  font-size: 18px;
  text-decoration: underline;
}

div.fukidashi div.caution::before {
  content: "※";
  display: inline-block;
  margin-left: -1.5rem;
}

div.fukidashi div.caution span {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 -0.25rem;
  font-size: 14px;
}

.vdp-datepicker .vdp-datepicker__clear-button {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: auto;
  height: auto;
  margin: auto 0.5rem;
  padding: 0;
  line-height: 2.75rem;
}

.vdp-datepicker .vdp-datepicker__clear-button span {
  font-family: sans-serif;
  color: #f83b54;
  font-size: 2rem;
}

#form table tr p.error {
  margin: 0.5rem 0 0 0;
  padding: 0 1rem 0 0;
  line-height: 1.5rem;
}

#form table tr p.error .listed {
  color: #ff8989;
}

#form table tr.name ul li,
#form table tr.name_kana ul li,
#form table tr.name_roman ul li,
#form table tr.name_kanji ul li,
#form table tr.time_zone ul li {
  font-size: 1rem;
}

#form table tr.time_zone ul li ul {
  margin-left: 1.75rem;
}

#form table tr.time_zone ul li ul li {
  position: relative;
  margin-bottom: 15px !important;
  padding-left: 1.75rem;
}

#form table tr.time_zone ul li ul li input[type=radio] {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}

#form table tr.time_zone ul:last-child li ul li:last-child {
  margin-bottom: 0 !important;
}

#form table tr.time_zone hr {
  margin-bottom: 1rem;
  border: none;
  border-bottom: dotted 2px #d7dce0;
}

#form table #schools input,
#form table #schools select {
  width: 80%;
}

tr.form_confirm-hiderow td dl {
  margin: 0 0 2rem 0;
  padding: 1rem;
  border: double 5px #931C23;
}

tr.form_confirm-hiderow td dl dt {
  margin: 1rem 0 0 0;
  color: #931C23;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

tr.form_confirm-hiderow td dl dd {
  margin: 0.5rem 0 1rem 0;
  font-size: 1rem;
}

label.no-selectable {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

label.no-selectable:hover {
  border-bottom: 1px solid #333;
}

label.no-selectable input[type=checkbox] {
  display: none;
  position: relative;
  top: 0.55em;
  width: 2em;
  height: 2em;
  margin: 0px 0.5em 0px 0px;
}

label.no-selectable > span {
  margin-top: 5px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

label.no-selectable > span a {
  margin-right: 0.25rem;
  color: #0105EE;
  font-size: 1.25rem;
  font-weight: bold;
}

label.no-selectable > span span.listed {
  margin-top: 0.25rem;
}

label.no-selectable > span span.listed a {
  font-size: 1rem;
}

label.no-selectable > span a:hover {
  text-decoration: none;
}

label.no-selectable input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #73550A;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}

label.no-selectable.ruby input[type=checkbox] + span:before {
  top: 8px;
}

label.no-selectable input[type=checkbox]:checked + span:before {
  width: 10px;
  top: -5px;
  left: 5px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

label.no-selectable.ruby input[type=checkbox]:checked + span:before {
  top: 4px;
}

div#inquiry {
  margin-bottom: 50px;
}

div#inquiry div.container {
  max-width:  1360px;
  margin: auto;
  padding: 2rem;
}

div#inquiry div.container h2 {
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 0;
  color: #333;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #D2B428;
}

div#inquiry div.container h2 span.listed {
  text-align: center;
}

div#inquiry div.container h2 + p {
  text-align: center;
  line-height: 2rem;
}

div#inquiry div.container h2 + p + p {
  margin-top: 0.5rem;
  text-align: center;
  line-height: 2rem;
}

div#inquiry div.container ul {
  display: flex;
  margin: 1rem 0 0 0;
}

div#inquiry div.container ul li {
  width: 50%;
  min-width: 528px;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  border: solid 2px #d7dce0;
  border-radius: 10px;
}

div#inquiry div.container ul li dl {
  display: flex;
  margin: 1rem 0 0 0;
}

div#inquiry div.container ul li dl dt {
  width: 225px;
  min-width: 225px;
  height: 70px;
}

div#inquiry div.container ul li dl dt img {
  height: 100%;
}

div#inquiry div.container ul li dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
}

body.uni div#inquiry div.container ul li dl dd {
  height: 80px;
}

div#inquiry div.container ul li dl p {
  font-weight: 500;
  margin: 0 auto;
}

body.en div#inquiry div.container ul,
body.vn div#inquiry div.container ul,
body.id div#inquiry div.container ul,
body.mm div#inquiry div.container ul,
body.ph div#inquiry div.container ul,
body.uni div#inquiry div.container ul {
  flex-direction: column;
  align-items: center;
}

body.en div#inquiry div.container ul li,
body.vn div#inquiry div.container ul li,
body.id div#inquiry div.container ul li,
body.mm div#inquiry div.container ul li,
body.ph div#inquiry div.container ul li,
body.uni div#inquiry div.container ul li {
  width: 80%;
  padding: 0.5rem 1rem 1.5rem 1rem;
}

body.en div#inquiry div.container ul li dl p,
body.vn div#inquiry div.container ul li dl p,
body.id div#inquiry div.container ul li dl p,
body.mm div#inquiry div.container ul li dl p,
body.ph div#inquiry div.container ul li dl p,
body.uni div#inquiry div.container ul li dl p {
  margin: 0 2rem;
}

body.en div#inquiry div.container ul li dl p span.listed,
body.vn div#inquiry div.container ul li dl p span.listed,
body.id div#inquiry div.container ul li dl p span.listed,
body.mm div#inquiry div.container ul li dl p span.listed,
body.ph div#inquiry div.container ul li dl p span.listed,
body.uni div#inquiry div.container ul li dl p span.listed {
  margin: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media screen and (max-width: 1180px) {
  div#inquiry div.container ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  div#inquiry div.container ul li {
    width: 100%;
    min-width: unset;
  }
  div#inquiry div.container ul li dl dt {
    width: 158px;
    min-width: 158px;
    height: 50px;
  }
  div#inquiry div.container ul li dl dd {
    height: 50px;
  }
  body.uni div#inquiry div.container ul li dl dd {
    height: 60px;
  }
}
footer {
  background-color: #333;
}

footer div.container {
  padding: 6rem 0 0 0;
}

footer small {
  padding: 0;
  line-height: 1.5rem;
}

#modal table {
  border: none;
}

#modal table tr td table tr:last-child th,
#modal table tr td table tr:last-child td {
  border-bottom: solid 2px #d7dce0;
}

#admission-thanks div#inquiry {
  position: absolute;
  width: 100%;
  bottom: 185px;
}

#admission-thanks footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

header h1 ruby rb {
  font-size: 2rem;
}

div#app h1 ruby rb {
  font-size: 1.75rem;
}

h1 span ruby rb {
  font-size: 1.25rem;
}

h2 ruby rb {
  font-size: 1.5rem;
}

div#app div.container div.terms-area div.terms-area-body h3 ruby rb {
  font-size: 1.5rem;
}

div#app div.container div.terms-area div.terms-area-body h4 ruby rb {
  font-size: 1.25rem;
}

label.no-selectable.ruby span ruby rb {
  font-size: 1.25rem;
}

ruby rt {
  font-size: 0.5rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

#form table tr p.caption {
  width: 100%;
  margin: 0.75rem 0 0 0;
  padding: 0 0 0 1rem;
  font-size: 0.9rem;
  text-indent: -0.9rem;
  line-height: 1.25rem;
}

#form table tr p.caption + p.error {
  margin-top: 1rem;
}

@-moz-document url-prefix() {
  ruby rt {
    margin-bottom: -5px;
  }
  h1 ruby rt {
    margin-bottom: -10px;
  }
  h1 span ruby rt {
    margin-bottom: -5px;
  }
  div#app div.container ul.numeric li span {
    margin-top: 7px;
  }
  div#app div.container ul.numeric:last-child li:last-child span {
    margin-top: 0;
  }
  div#app table tr th span.required.ruby {
    padding: 0.1rem 0 0.15rem 0;
  }
  label.no-selectable.ruby input[type=checkbox] + span::before {
    top: 13px;
  }
  .file_label {
    padding-bottom: 11px;
  }
  .btn-push {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  @-moz-document url-prefix() {
    h1 ruby rt {
      margin-bottom: -8px;
    }
    h1 span ruby rt {
      margin-bottom: -3px;
    }
    div#app div.container ul.numeric li span {
      margin-top: 3px;
    }
    label.no-selectable.ruby input[type=checkbox] + span::before {
      top: 6px;
    }
  }
}
#modal .sendEnd {
  width: 100% !important;
  text-align: center;
}

#modal .sendEnd .listed {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
}

#modal .sendEnd.ruby ruby rb {
  font-size: 35px;
}

.loader {
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

.loader .inner.text {
  text-align: center;
}

.loader .inner.text span.listed {
  text-align: center;
}

.top-img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top-img img {
  width: 100%;
  height: auto;
  border: 0;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 12px;
  }
  #form > table {
    border: none;
  }
  html, body {
    font-size: 12px;
  }
  header#header > div.container {
    flex-direction: column;
  }
  header#header > div.container > div.logo {
    margin-bottom: 1rem;
  }
  div#app div.container {
    padding: 2rem 1rem;
  }
  .fukidashi p {
    font-size: 1.125rem;
  }
  div.fukidashi div.caution {
    font-size: 1rem !important;
  }
  div.fukidashi div.caution::before {
    padding-left: 0.25rem !important;
  }
  .file_label + .file_output,
  .file_label + .file_output ruby rb {
    font-size: 1.125rem;
  }
  div#app div.container > table tr th {
    display: block;
    width: 100%;
    border: solid 2px #d7dce0;
    border-bottom: none;
  }
  div#app div.container > table tr td {
    display: block;
    width: 100%;
    margin: 0 0 4px 0;
    border: solid 2px #d7dce0;
    border-top: solid 1px #d7dce0;
  }
  div#app table tr th {
    width: 100%;
    border: solid 2px #d7dce0;
    border-bottom: none;
  }
  div#app table tr td {
    margin: 0 0 4px 0;
    border: solid 2px #d7dce0;
    border-top: solid 1px #d7dce0;
  }
  div#app table tr.name_kana td,
  div#app table tr.mail_confirm td {
    border-top: solid 1px #d7dce0;
  }
  div#app table tr.name td,
  div#app table tr.mail td {
    margin: 0;
  }
  div#app table table tr.name td,
  div#app table table tr.mail td {
    margin: 0 0 4px 0;
    border-bottom: solid 2px #d7dce0;
  }
  div#app table tr textarea {
    width: 100%;
  }
  div#app table tr th span:nth-child(3) {
    padding: 1%;
  }
  div#app table#schools tr th {
    width: 100%;
  }
  #form table tr #schools tr td {
    margin: 0px 1%;
  }
  #form table tr #abilitys tr th {
    padding: 25px 1.125rem;
  }
  #form table tr #abilitys tr td {
    padding: 10px 1% 0px 1%;
  }
  ul#confirmed-menu li a {
    font-size: 0.825rem;
    line-height: 1.125rem;
  }
  div#app table#schools tr th > span:nth-child(2),
  div#app table#abilitys tr th > span:nth-child(1) {
    margin-bottom: 0px;
  }
  #form table #schools input, #form table #schools select {
    width: 100%;
  }
  #form table #schools .vdp-datepicker .vdp-datepicker__clear-button {
    top: -0.75rem;
  }
  .vdp-datepicker .vdp-datepicker__clear-button {
    right: 2px;
  }
  div#app table#abilitys tr th > span:nth-child(1) {
    display: block;
    margin-top: 1.25rem;
  }
  ul#confirmed-menu {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  ul#confirmed-menu li {
    width: auto;
    height: auto;
    margin: 0 1% 1% 1%;
  }
  ul#confirmed-menu li a {
    padding: 0.5rem 0.75rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  div#app table#questionnaire-table table tr th {
    display: none;
  }
  div#app table#questionnaire-table table tr:nth-of-type(2) td:first-child {
    border-top: solid 2px #7abb3b;
  }
  div#app table#questionnaire-table table tr:nth-of-type(4) td:last-child {
    border-bottom: solid 2px #7abb3b;
  }
  div#app table#questionnaire-table table tr td {
    position: relative;
    border-left: solid 2px #7abb3b;
    border-right: solid 2px #7abb3b;
  }
  div#app table#questionnaire-table table tr td span {
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: 0.825rem;
    font-weight: bold;
  }
  div#app table tr td.list ul li input {
    top: 2px;
  }
  input[type=radio] {
    transform: scale(1.25);
  }
  #form table tr.time_zone ul li ul li input[type=radio] {
    top: 2px;
  }
  label.no-selectable input[type=checkbox] + span:before {
    width: 15px;
    height: 15px;
    top: -1px;
    left: 5px;
  }
  label.no-selectable.ruby input[type=checkbox] + span:before {
    top: 4px;
  }
  div#app div#modal table tr {
    margin-bottom: 0;
  }
  div#app div#modal table tr td {
    border-top: none;
    border-bottom: solid 2px #d7dce0;
  }
}