@charset "utf-8";
body {
  font-size: 16px;
  color: #444444;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("/Templates/2024/trm/font/Oswald-Regular.woff2") format("woff2"), url("/Templates/2024/trm/font/Oswald-Regular.woff") format("woff");
}
.Oswald-Regular {
  font-family: "Oswald-Regular";
}
.Reimin {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.Prata {
  font-family: 'Prata', serif;
}
#topmainpage {
  background: #ECEEF0;
}
/*ログアウト*/
#home .Cslogout .text-center {
  margin: 200px 0px 200px 0px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
header {
  position: relative;
  padding: 0px 0px 0px 20px;
  background-color: #FFF;
  width: 100%;
}
header h1 {
  width: 341px;
  float: left;
  margin: 0px 0px 0px 0px;
}
header h1 a.logo {
  display: block;
  margin: 30px 0px 0px 0px;
}
header .navigations {
  float: right;
}
header .navigations .contact {
  width: 115px;
  float: right;
}
header .navigations .translate {
  width: 115px;
  float: right;
}
header .navigations .loginarea {
  width: 280px;
  float: right;
}
header .navigations .navi {
  width: 115px;
  float: right;
}
header .navigations .translate a.bt, header .navigations .contact a.bt {
  display: block;
  min-height: 115px;
  text-align: center;
  background-color: #004780;
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}
header .navigations .translate a.bt {
  background-color: #0068B5;
}
header .navigations .contact a.bt:hover {
  background-color: #003560;
}
header .navigations .translate a.bt:hover {
  background-color: #0087EA;
}
header .navigations .contact a.bt p.img {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 10px 0px;
}
header .navigations .translate a.bt p.img {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 8px 0px;
}
header .navigations .translate a.bt p.txt, header .navigations .contact a.bt p.txt {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
header .navigations .loginarea .txt1 {
  display: inline-block;
  vertical-align: middle;
  color: #444444;
  font-size: 17px;
  margin: 40px 0px 0px 20px;
}
header .navigations .loginarea .bt1 {
  display: inline-block;
  vertical-align: middle;
  margin: 40px 0px 0px 10px;
}
header .navigations .loginarea .bt1 a.logout {
  display: block;
  padding: 5px 20px 5px 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  background-color: #444444;
  border: 1px solid #444444;
  border-radius: 20px;
  text-decoration: none;
  transition: all .3s;
}
header .navigations .loginarea .bt1 a.logout:hover {
  color: #000000;
  background-color: #FFFFFF;
}
header .navigations .navi p.txt {
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 0px 20px;
}
header .navigations .navi a.links {
  display: block;
  color: #444444;
  font-size: 17px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 13px;
  background-image: url("/Templates/2024/trm/image/arrow1.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  background-size: 7px;
}
header .navigationsp {
  display: none;
}
/*ハンバーガーメニュー*/
nav.globalMenuSp {
  position: fixed;
  z-index: 12;
  top: 0px;
  left: 0;
  background: #FFFFFF;
  color: #000000;
  text-align: left;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: #004780;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0 0 0 15px;
  width: 100%;
  border-bottom: 1px dotted #FFFFFF;
}
nav.globalMenuSp ul li {
  margin-bottom: 0;
}
nav.globalMenuSp ul.menuarea li a {
  display: block;
  color: #FFFFFF;
  padding: 1em 0;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
  top: 60px;
}
.navToggle {
  display: block;
  position: absolute;
  right: 0px;
  top: 8px;
  width: 60px;
  height: 52px;
  cursor: pointer;
  z-index: 13;
  background: #FFFFFF;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 34px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 14px;
}
.navToggle span:nth-child(1) {
  top: 12px;
}
.navToggle span:nth-child(2) {
  top: 21px;
}
.navToggle span:nth-child(3) {
  top: 30px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-family: serif;
  font-size: 10px;
  font-weight: bold;
  top: 34px;
}
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainimage {
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}
#mainimage p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#mainimage p.sp {
  display: none;
}
footer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
footer .pagetop {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 24px;
}
footer .pagetop a {
  transition-duration: 0.5s;
  display: inline-block;
  width: 45px;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}
footer .pagetop a:after {
  background-image: url(/Templates/2024/trm/image/pagetop_mark.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 45px;
  height: 22px;
  content: "";
  margin-top: 5px;
}
footer .pagetop a:hover {
  transform: translateY(-10px);
  text-decoration: none;
}
footer .contacts {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 30px 0px;
  background-color: #004780;
}
footer .rights {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  background-color: #FFFFFF;
  text-align: center;
}
footer .rights p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #777777;
  font-size: 14px;
}
footer .contacts p.text1 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 34px;
  text-align: center;
}
footer .contacts .image, footer .contacts .mail1, footer .contacts .tel1 {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
footer .contacts .image {
  text-align: center;
  margin: 0px 0px 10px 0px;
  padding: 8px 0px 0px 0px;
}
footer .contacts .image .Prata {
  font-size: 46px;
  color: #FFFFFF;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
}
footer .contacts .mail1 a.bt {
  display: block;
  width: 94%;
  margin: 0px 0px 0px 0px;
  padding: 12px 0px 12px 0px;
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
  color: #004780;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
footer .contacts .mail1 a.bt:hover {
  background-color: #DDDDDD;
}
footer .contacts .tel1 a.bt {
  display: block;
  width: 94%;
  margin: 0px 0px 0px 20px;
  padding: 6px 0px 5px 0px;
  border: solid 1px #FFFFFF;
  background-color: #004780;
  color: #FFFFFF;
  font-size: 31px;
  text-align: center;
  text-decoration: none;
}
footer .contacts .tel1 a.bt img, footer .contacts .mail1 a.bt img {
  margin: 0px 10px 0px 0px;
  vertical-align: text-bottom;
}
footer .contacts .tel1 p.text2 {
  color: #FFFFFF;
  font-size: 13px;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
section.content-message {
  position: relative;
  margin: 120px 0px 90px 0px;
  padding: 60px 0px 100px 0px;
  /*background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 92%, rgba(255, 255, 255, 0) 92%, rgba(255, 255, 255, 0) 100%);*/
}
section.content-message:before {
  content: "";
  /* width: 87.5%; */
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px 0px 0px 10px;
  margin: auto;
}
section.content-message:after {
  content: "";
  width: 50%;
  display: block;
  z-index: -1;
  right: 0;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  section.content-message:before {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  section.content-message:before {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  section.content-message:before {
    max-width: 1060px;
  }
}
@media (min-width: 1200px) {
  section.content-message:before {
    max-width: 1240px;
  }
}
section.content-message p.text1 {
  width: 50%;
  font-size: 22px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 195%;
}
section.content-message .presidents {
  width: 40%;
  position: absolute;
  top: -40px;
  right: 3%;
}
section.content-message .presidents p.positions {
  font-size: 22px;
}
section.content-message .presidents p.img img {
  max-width: 100%;
}
section.content1 {
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 100px 0px;
  text-align: center;
  /*background: #ECEEF0;*/
}
section.content1 p {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 155%;
}
section.content2 {
  width: 100%;
  margin: 0px 0px 100px 0px;
  padding: 70px 10px 70px 10px;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 20%, #F2F2F2 20%, #F2F2F2 100%);
}
section.content2 .in-content {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
}
section.content2 .details {
  margin: 0px 0px 0px 0px;
}
section.content2 .details .youtube {
  float: left;
  width: 50%;
}
section.content2 .details .texts {
  float: left;
  width: 50%;
}
section.content2 .details .texts .intext {
  padding: 0px 0px 0px 50px;
}
section.content2 .details .youtube iframe {
  width: 100%;
  max-width: 560px;
  margin: 0px 0px 0px 0px;
}
section.content2 .details .texts p.text2 {
  color: #000000;
  font-size: 33px;
  margin: 0px 0px 30px 0px;
}
section.content2 .details .texts p.text3 {
  color: #000000;
  font-size: 18px;
  margin: 0px 0px 50px 0px;
  line-height: 192%;
}
section.content2 .details .texts p.text4 {
  color: #000000;
  font-size: 22px;
  margin: 0px 0px 0px 0px;
  text-align: right;
}
section.content3 {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
  /*background: #ECEEF0;*/
}
section.content3 p {
  color: #000000;
  margin: 0px auto 10px auto;
  text-align: center;
}
section.content3 p.text1 {
  font-size: 41px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  color: #004780;
}
section.content3 .loginbox {
  max-width: 1020px;
  padding: 40px 15px 20px 15px;
  margin: 0px auto 0px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
section.content3 .loginbox p {
  padding: 0px 0px 0px 0px;
  max-width: 350px;
}
section.content3 .loginbox p.errormessage {
  display: none;
  max-width: 520px;
  color: #D90000;
  text-align: left;
  font-weight: bold;
}
section.content3 .loginbox p.inputs input {
  border: solid 1px #DDDDDD;
  border-radius: 25px;
  padding: 12px 10px 12px 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
section.content3 .loginbox p.input2 {
  margin: 0px auto 30px auto;
}
section.content3 .loginbox p.button input {
  border: solid 7px #DDDDDD;
  background-color: #004780;
  border-radius: 40px;
  padding: 12px 10px 12px 10px;
  font-size: 25px;
  color: #FFFFFF;
  width: 100%;
  max-width: 350px;
  transition: all .3s;
}
section.content3 .loginbox p.button input:hover {
  background-color: #111111;
}
section.content3 .loginbox p.text2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  max-width: 100%;
}
section.content3 .loginbox p.character {
  font-size: 33px;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 20px;
  text-align: left;
}
/*申し込み*/
#application p {
  margin: 0px 0px 0px 0px;
  color: #000000;
}
#application .sec1 {
  margin: 0px 0px 50px 0px;
}
#application .sec1 p.text1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
#application .sec2 {
  margin: 0px 0px 50px 0px;
}
#application .sec2 .in-content {
  margin: 0px 0px 0px 0px;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 30%, #EEEEEE 30%, #EEEEEE 100%);
}
#application .sec2 .details {
  background-color: #EEEEEE;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  padding: 20px 0px 20px 20px;
  background-image: url(/Templates/2024/trm/image/line.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#application .sec2 p.text2 {
  font-size: 23px;
  margin: 0px 0px 10px 0px;
}
#application .sec2 .textarea1 {
  margin: 0px 0px 10px 0px;
}
#application .sec2 .textarea2 {
  margin: 0px 0px 10px 0px;
}
#application .sec2 .textarea1 p.text3 {
  display: inline-block;
  font-size: 38px;
  vertical-align: super;
  width: 200px;
}
#application .sec2 .textarea1 p.text4 {
  display: inline-block;
  font-size: 23px;
  vertical-align: text-bottom;
}
#application .sec2 .textarea2 p.text5 {
  display: inline-block;
  font-size: 17px;
  vertical-align: top;
}
#application .sec2 .textarea2 .text6 {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px;
}
#application .sec2 .textarea2 .text6 p.text {
  font-size: 17px;
}
#application .sec3 {
  margin: 0px 0px 20px 0px;
  padding: 40px 0px 0px 0px;
}
#application .sec3 .attendance {
  margin: 0px 0px 0px 0px;
  background-image: url(/Templates/2024/trm/image/line2.jpg);
  background-repeat: no-repeat;
  background-position: right 34px;
}
#application .sec3 .attendance .container1 {
  background-image: url(/Templates/2024/trm/image/line2.jpg);
  background-repeat: no-repeat;
  background-position: 200px 34px;
  max-width: 1000px;
  margin: 0px auto 20px auto;
}
#application .sec3 .attendance p.text7 {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 20px;
  /*width: 260px;*/
  background-color: #FFFFFF;
}
#application > section.sec4 > div > div > form > section.sec3:nth-child(7) > div > div > p {
  margin-top: 120px !important;
}
#application .sec4 {
  margin: 0px 0px 50px 0px;
}
#application .sec4 .details {
  padding: 0px 10px 0px 10px;
}
#application .sec4 .details .textarea {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 10px auto;
}
#application .sec4 .details .textarea p.text8 {
  font-size: 25px;
}
#application .sec4 .details .btarea {
  width: 100%;
  text-align: center;
  margin: 50px 0 50px 0;
}
#application .sec4 .details .btarea p.button {
  max-width: 455px;
  margin: 0px auto 0px auto;
}
#application .sec4 .details .btarea p.button input {
  width: 100%;
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  border: solid 3px #000000;
  background-color: #000000;
  padding: 30px 10px 30px 10px;
  transition: all .3s;
  /*letter-spacing: 0.8em;*/
}
body.lngen #application .sec4 .details .btarea p.button input {
  letter-spacing: 0.2em;
}
#application .sec4 .details .btarea p.button input:hover {
  color: #000000;
  background-color: #FFFFFF;
}
#application .sec4 table.in_table {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 20px auto;
}
#application .sec4 table.in_table2 {
  margin: 0px auto 50px auto;
}
#application .sec4 table.in_table input[type="text"] {
  padding: 6px 10px;
  border: 1px solid #777777;
  border-radius: 0px;
  display: block;
  font-size: 17px;
}
#application .sec4 table.in_table tr td span.your-name input {
  max-width: 250px;
}
#application .sec4 table.in_table tr td span.furigana input {
  max-width: 250px;
}
#application .sec4 table.in_table tr td span.your-birthday input {
  max-width: 200px;
  margin: 0 5px 0 0;
}
#application span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 1em;
}
#application .sec4 table.in_table th, td {
  font-size: 18px;
  color: #000000;
  padding: 10px;
}
#application .sec4 table.in_table td.w_size {
  width: 100%;
}
#application .sec4 table.in_table td.w_size .contact-message {
  border: 1px solid #777777;
  width: 100%;
}
#application .sec4 table.in_table tr {
  /*display: block;*/
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  font-weight: normal;
  box-sizing: border-box;
}
#application .sec4 table.in_table tr .blocks__item span {
  font-size: 15px;
  color: #333333;
}
#application .sec4 table.in_table tr .blocks__item input {
  display: inline-block;
  margin: 0 1em 0 0;
}
#application .sec4 table.in_table tr .blocks__item2 input {
  display: inline-block;
  margin: 0 1em 1em 0;
}
#application .sec4 table.in_table tr.yourname td {
  width: 100%;
}
#application .sec4 table.in_table tr.yourname input {
  width: 45%;
}
#application .sec4 table.in_table tr.bordercss {
  border-top: none;
}
#application .sec4 table.in_table tr.bordercss td {
  border-top: 1px solid #DDDDDD;
}
#application .sec4 table.in_table th, td {
  padding: 10px;
}
#application .sec4 table.in_table tr:last-child {
  border-bottom: 1px solid #DDDDDD;
}
#application .sec4 table.in_table th {
  padding: 10px 50px 10px 20px;
}
#application .sec4 table.in_table .gender td span:nth-child(2) label {
  margin: 0 0 0 50px;
}
#application td.space input {
  margin: 0;
  display: inline-block;
}
#form td.space input.current_other {
  margin: 0 0 0 40px;
}
#application .sec4 table.in_table th {
  position: relative;
  vertical-align: top;
  width: 222px;
  min-width: 250px;
  font-weight: normal;
  text-align: left;
  background: #EEEEEE;
  border-right: 1px solid #DDDDDD;
}
body.lngen #application .sec4 table.in_table th {
  padding: 10px 120px 10px 20px;
}
#application .sec4 table.in_table th span.required {
  background: #D90000;
  color: white;
  font-size: 87.50%;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#application .sec4 table.in_table td {
  padding: 10px 10px 10px 15px;
  text-align: left;
  /*display: inline-table;*/
  /*width: 300px;
    max-width: 80%;*/
}
#application .sec4 table.in_table td span,
#application .sec4 table.in_table td label{
  display: inline-block;
  margin: 0 1em 0 0em;
}
#application .sec4 table.in_table td p {
  text-align: left;
}
#application .sec4 table.in_table td input#tiEmail_4, #application .sec4 table.in_table td input#tiPhone_4, #application .sec4 table.in_table td input#tiComp_4, #application .sec4 table.in_table td input#tiEmail_3, #application .sec4 table.in_table td input#tiPhone_3, #application .sec4 table.in_table td input#tiComp_3, #application .sec4 table.in_table td input#tiEmail_2, #application .sec4 table.in_table td input#tiPhone_2, #application .sec4 table.in_table td input#tiComp_2, #application .sec4 table.in_table td input#tiSendToAddr2, #application .sec4 table.in_table td input#tiSendToAddr3, #application .sec4 table.in_table td input#tiSendToAddr, #application .sec4 table.in_table td input#tiEmail, #application .sec4 table.in_table td input#tiPhone, #application .sec4 table.in_table td input#tiAddr2, #application .sec4 table.in_table td input#tiAddr, #application .sec4 table.in_table td input#tiComp, #application .sec4 table.in_table td input#tiSendToComp, #application .sec4 table.in_table td input.typ02 {
  width: 80%;
}
#application .sec4 table.in_table td .pref01 {
  margin: 0 0px 0px 20px;
}
#application .sec4 table.in_table td.space input.lost {
  margin: 0 0 0 46px;
  display: inline-block;
}
#application .sec4 table.in_table td span.yourinfo {
  width: 72px;
  display: inline-block;
  text-align: left;
  padding: 0 10px 0 0;
}
#application .sec4 table.in_table td.birth span.yourinfo {
  width: 155px;
}
#application tr.current_status td.space .blocks--gakka input {
  position: relative;
  left: -6px;
  width: 75%;
}
#application .sec4 table.in_table td textarea {
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
}
#application .sec4 table.in_table h5 {
  display: block;
  font-weight: bold;
  font-size: 1.4375rem;
  text-align: left;
  margin: 18px 0 22px 0;
}
/*公演日程*/
#Schedule {
  margin: 50px 0px 0px 0px;
}
#Schedule p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
}
#Schedule .sec1 {
  margin: 0px 0px 100px 0px;
}
#Schedule .sec1 .container01 {
  /*width: 100%;*/
  max-width: 960px;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
}
#Schedule .sec1 p.text1 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
#Schedule .sec1 .list_table {
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#Schedule .sec1 .list_table ol br {
  display: none;
}
#Schedule .sec1 .list_table ol li br {
  display: block;
}
#Schedule .sec1 .list_table th, #Schedule .sec1 .list_table td {
  font-size: 16px;
  font-weight: normal;
  line-height: 165%;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
}
#Schedule .sec1 p.text2 {
  font-size: 16px;
  line-height: 165%;
}
#Schedule .sec1 p.text3 {
  font-size: 16px;
  line-height: 165%;
}
#Schedule .sec2 {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#Schedule .sec2 .image {
  width: 39%;
  max-width: 870px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#Schedule .sec2 .image img {
  width: 100%;
  display: inline;
}
#Schedule .sec2 .area01 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 0px auto;
}
#Schedule .sec2 .area01 .inarea {
  padding: 55px 0px 0px 40%;
}
#Schedule .sec2 .area01 .inarea p.text2 {
  font-size: 65px;
  line-height: 120%;
}
#Schedule .sec2 .container02 {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 30%, #F5F5F5 30%, #F5F5F5 100%);
  margin: 0px 0px 0px 0px;
}
#Schedule .sec2 .area02 {
  padding: 14px 0px 0px 33%;
}
#Schedule .sec2 .area02 .textarea1 {
  margin: 0px 0px 150px 0px;
  padding: 0px 0px 0px 12%;
}
#Schedule .sec2 .area02 .textarea1 p.text3 {
  font-size: 31px;
  font-weight: bold;
}
#Schedule .sec2 .area02 .textarea2 {
  margin: 0px 0px 50px 0px;
}
#Schedule .sec2 .area02 .textarea2 p.text4 {
  font-size: 28px;
  margin: 0px 0px 50px 0px;
}
#Schedule .sec2 .area02 .textarea2 p.text5 {
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
#Schedule .sec2 .area02 .textarea2 .button01 {
  margin: 0px 0px 0px 0px;
}
#Schedule .sec2 .area02 .textarea2 .button01 p a {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  transition: all .3s;
}
#Schedule .sec2 .area02 .textarea2 .button01 p a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
#Schedule .kouenlist {
  position: relative;
}
#Schedule .kouenlist .overlay {
  position: absolute;
  z-index: 500;
  width: 82%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 18%;
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.40);
}
#Schedule .kouenlist .overlay .box {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  text-align: center;
}
#Schedule .kouenlist .overlay .box p.txt {
  margin: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: bold;
  text-shadow: 0px 0px 6px #000;
}
#Schedule .kouenlist .overlay .box .button07 {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 540px;
}
#Schedule .kouenlist .overlay .box .button07 .bt {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#Schedule .kouenlist .overlay .box .button07 .bt a {
  display: block;
  padding: 10px 0px 10px 0px;
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
  text-align: center;
}
#Schedule .kouenlist .overlay .box .button07 .bt a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
#Schedule .sec2 .area03 {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 18%, #EEEEEE 18%, #EEEEEE 100%);
  margin: 0px 0px 70px 0px;
}
#Schedule .sec2 .area03 .inarea03 {
  padding: 0px 0px 0px 18%;
  margin: 0px 0px 0px 0px;
}
#Schedule .sec2 .area03 .details {
  padding: 20px 0px 30px 20px;
  margin: 0px 0px 0px 0px;
  background-image: url(/Templates/2024/trm/image/line.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
#Schedule .sec2 .area03 .details .closed {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0%;
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.40);
}
#Schedule .sec2 .area03 .details .closed.closedOverlay {
  background-color: transparent !important;
}
#Schedule .sec2 .area03 .details .infomation {
  width: 60%;
  float: left;
}
#Schedule .sec2 .area03 .details .images {
  width: 40%;
  float: left;
}
#Schedule .sec2 .area03 .details .images img {
  width: 100%;
}
#Schedule .sec2 .area03 .details .infomation .in-formate {
  padding: 0px 20px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#Schedule .sec2 .area03 .details .infomation .textarea3 {
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 15px 0px;
  border-bottom: dotted 1px #666666;
}
#Schedule .sec2 .area03 .details .infomation .textarea4 {
  padding: 0px 0px 10px 10px;
  margin: 0px 0px 10px 0px;
  border-bottom: dotted 1px #666666;
  position: relative;
}
#Schedule .sec2 .area03 .details .infomation .textarea5 {
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  letter-spacing: -0.4em;
}
#Schedule .sec2 .area03 .details .infomation p.text6 {
  font-size: 23px;
  margin: 0px 0px 10px 10px;
}
#Schedule .sec2 .area03 .details .infomation p.text7 {
  display: inline-block;
  vertical-align: super;
  font-size: 38px;
  margin: 0px 0px 0px 0px;
  /*width: 200px;*/
}
#Schedule .sec2 .area03 .details .infomation p.text8 {
  /*display: inline-block;*/
  vertical-align: text-bottom;
  font-size: 23px;
}
#Schedule .sec2 .area03 .details .infomation p.text9 {
  font-size: 17px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#Schedule .sec2 .area03 .details .infomation p.text10 {
  font-size: 15px;
  margin: 0px 0px 10px 3.5em;
}
#Schedule .sec2 .area03 .details .infomation div.text11 {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  font-size: 17px;
  margin: 0px 8% 10px 0px;
  line-height: 145%;
  letter-spacing: normal;
}
#Schedule .sec2 .area03 .details .infomation div.text12 {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  font-size: 17px;
  margin: 0px 0px 10px 0px;
  line-height: 145%;
  letter-spacing: normal;
}
#Schedule .sec2 .area03 .details .infomation .button02 {
  position: relative;
  right: 0px;
  top: 0px;
  text-align: center;
}
#Schedule .sec2 .area03 .details .infomation .button02 .bt {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#Schedule .sec2 .area03 .details .infomation .button02 .bt a {
  display: block;
  padding: 4px 10px 1px 10px;
  font-size: 14px;
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  text-decoration: none;
  transition: all .3s;
  width: 110px;
  /*float: right;*/
  /*position: relative;
    z-index: 99999;*/
}
#Schedule .sec2 .area03 .details .infomation .button02 .bt a:hover {
  color: #000000;
  background-color: #CCCCCC;
}
#Schedule .sec2 .area03 .details .infomation .button02 .bt a span.window {
  margin: 0px 0px 0px 4px;
  vertical-align: top;
}
#Schedule .sec2 .area03 .details .infomation .button03 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 20%;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 380px;
}
#Schedule .sec2 .area03 .details .infomation .button03 .bt {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
#Schedule .sec2 .area03 .details .infomation .button03 .bt a {
  display: block;
  padding: 10px 0px 10px 0px;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
  text-align: center;
}
#Schedule .sec2 .area03 .details .infomation .button03 .bt.end a {
  pointer-events: none;
}
#Schedule .sec2 .area03 .details .infomation .button03 .modes a {
  background-color: #EEEEEE;
  border: none;
  ;
  cursor: default;
}
#Schedule .sec2 .area03 .details .infomation .button03 .soldout, #Schedule .sec2 .area03 .details .infomation .button03 .apply {
  margin: 20px 0px 20px 0px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#Schedule .sec2 .area03 .details .infomation .button03 .bt a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
#Schedule .sec2 .area03 .details .infomation .button03 .modes a:hover {
  color: #000000;
  background-color: #EEEEEE;
}
#Schedule .sec2 .area03 .details .infomation .button04 {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 30px;
  display: inline-block;
  vertical-align: top;
}
#Schedule .sec3 {
  margin: 0px 0px 100px 0px;
}
#Schedule .sec3 .container03 {
  max-width: 960px;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
}
#Schedule .sec3 p.text13 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
#Schedule .sec3 p.text14 {
  font-size: 28px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#Schedule .sec3 p.text15 {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}
#Schedule .sec3 p.text16 {
  font-size: 20px;
  line-height: 120%;
}
#Schedule .sec3 p.text17 {
  font-size: 20px;
  line-height: 120%;
}
#Schedule .sec3 p.text17 a {
  color: #000000;
}
#Schedule .sec3 p.text17 a:link, #Schedule .sec3 p.text17 a:visited {
  text-decoration: none;
}
#Schedule .sec3 p.text17 a:hover, #Schedule .sec3 p.text17 a:active {
  text-decoration: underline;
}
#Schedule .sec3 div.button05 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0px auto 50px auto;
}
#Schedule .sec3 div.button05 a {
  display: block;
  padding: 10px 0px 10px 0px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
  text-align: center;
}
#Schedule .sec3 div.button05 a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
#Schedule .sec3 div.button06 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin: 0px auto 50px auto;
}
#Schedule .sec3 div.button06 a {
  display: block;
  padding: 20px 0px 10px 0px;
  font-size: 33px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border: solid 1px #777777;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
  text-align: center;
}
#Schedule .sec3 div.button06 a span.btn {
  vertical-align: middle;
  margin: 0px 20px 0px 0px;
}
#Schedule .sec3 div.button06 a span.sml {
  font-size: 24px;
}
#Schedule .sec3 div.button06 a:hover {
  color: #FFFFFF;
  background-color: #777777;
}


#Schedule .sec2 .area02 .textarea2 .button01 p.bt#btJitai01,
#Schedule .sec3 div.button05 p.bt#btJitai05,
#Schedule .kouenlist .overlay .box .button07 .bt{
	display: none;
}

#Schedule .sec3 div.covid {
  margin: 80px 0px 80px 0px;
}
#Schedule .sec3 div.covid p.titletext {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 10px 0px;
  background-image: url("../image/title-background.gif");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#Schedule .sec3 div.covid p.subtitle1 {
  font-size: 26px;
}
#Schedule .sec3 div.covid p.text01, #Schedule .sec3 div.covid p.text02 {
  font-size: 19px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 147%;
}
#Schedule .sec3 div.covid p.text02 {
  margin: 0px 0px 1em 0px;
}
#Schedule .sec3 div.covid p .red {
  color: #B20000;
}
/*辞退*/
#Schedule .sec4 {
  margin: 0px 0px 100px 0px;
}
#Schedule .sec4 .container04 {
  max-width: 1060px;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
}
#Schedule .sec4 p.text1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
#Schedule .sec4 .imput_table {
  width: 100%;
  margin: 0px 0px 30px 0px;
}
#Schedule .sec4 .imput_table th, #Schedule .sec4 .imput_table td {
  font-size: 18px;
  font-weight: normal;
  line-height: 165%;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 20px 20px;
  border: solid 1px #DDDDDD;
}
#Schedule .sec4 .imput_table th {
  width: 30%;
  min-width: 225px;
  background-color: #EEEEEE;
}
#Schedule .sec4 .imput_table td {
  width: 70%;
  font-size: 16px;
}
#Schedule .sec4 .imput_table td textarea {
  width: 100%;
}
#Schedule .sec4 .btarea p.button {
  max-width: 455px;
  margin: 0px auto 60px auto;
}
#Schedule .sec4 .btarea p.button input {
  width: 100%;
  font-size: 39px;
  font-weight: bold;
  color: #FFFFFF;
  border: solid 3px #000000;
  background-color: #000000;
  padding: 30px 40px 20px 40px;
  transition: all .3s;
}
.lngen .Csabsent #Schedule .sec4 .btarea p.button input {
  font-size: 33px;
}
#Schedule .sec4 .btarea p.button input:hover {
  color: #000000;
  background-color: #FFFFFF;
}
#Schedule .sec4 .detail3 {
  max-width: 940px;
  margin: 0px auto 100px auto;
}
#Schedule .sec4 .detail3 p.text2 {
  font-size: 16px;
  line-height: 165%;
}
@media screen and (max-width:1400px) {
  #Schedule .sec2 .area03 .details .infomation .button03 {
    margin: 0px 0px 0px 10px;
  }
}
@media screen and (max-width:980px) {
  header h1 {
    width: 300px;
  }
  header h1 a.logo img {
    width: 280px;
  }
  header .navigations .navi {
    width: 80px;
  }
  header .navigations .loginarea {
    width: 110px;
  }
  header .navigations .loginarea .txt1 {
    display: block;
    font-size: 12px;
    margin: 40px 0px 0px 0px;
    text-align: center;
  }
  header .navigations .loginarea .bt1 {
    display: block;
    margin: 0px 10px 0px 10px;
  }
  header .navigations .loginarea .bt1 a.logout {
    display: block;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
  }
  footer .contacts p.text1 {
    font-size: 24px;
  }
  footer .contacts .image, footer .contacts .mail1, footer .contacts .tel1 {
    display: inline-block;
    width: 30%;
  }
  footer .contacts .image {
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 8px 0px 0px 0px;
  }
  footer .contacts .image .contactus img {
    width: 80%;
  }
  footer .contacts .mail1 a.bt {
    display: block;
    width: 80%;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 12px 0px;
    font-size: 18px;
  }
  footer .contacts .tel1 a.bt {
    display: block;
    width: 80%;
    margin: 0px 0px 0px 20px;
    padding: 6px 0px 5px 0px;
    font-size: 25px;
  }
  footer .contacts .image .Prata {
    font-size: 36px;
  }
  section.content-message {
    position: relative;
    margin: 60px 0px 90px 0px;
    padding: 60px 0px 100px 0px;
    /*background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 96%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%);*/
  }
  section.content-message .container {
    padding: 0px 5% 0px 15px;
  }
  section.content-message p.text1 {
    width: 100%;
    font-size: 18px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 165%;
  }
  section.content-message .presidents {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  section.content-message .presidents p.positions {
    font-size: 22px;
    padding: 0px 0px 0px 15px;
  }
  section.content-message .presidents p.nameimg {
    padding: 0px 0px 0px 15px;
  }
  section.content1 {
    margin: 0px 0px 50px 0px;
  }
  section.content1 p {
    font-size: 16px;
  }
  section.content2 {
    width: 100%;
    margin: 0px 0px 100px 0px;
    padding: 70px 10px 70px 6%;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 4%, #F2F2F2 4%, #F2F2F2 100%);
  }
  section.content2 .details .youtube, section.content2 .details .texts {
    float: none;
    width: 100%;
  }
  section.content2 .details .youtube iframe {
    width: 100%;
    max-width: 560px;
    margin: 0px 0px 0px 0px;
  }
  section.content2 .details .texts .intext {
    padding: 0px 0px 0px 10px;
  }
  section.content2 .details .texts p.text2 {
    font-size: 24px;
  }
  section.content2 .details .texts p.text3 {
    font-size: 14px;
  }
  section.content2 .details .texts p.text4 {
    font-size: 18px;
  }
  section.content3 p.text1 {
    font-size: 29px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
  }
  section.content3 .loginbox {
    max-width: 1020px;
    padding: 40px 15px 20px 15px;
    margin: 0px auto 0px auto;
  }
  section.content3 .loginbox p {
    padding: 0px 0px 0px 0px;
    max-width: 350px;
  }
  section.content3 .loginbox p.inputs input {
    border: solid 1px #DDDDDD;
    border-radius: 25px;
    padding: 12px 10px 12px 10px;
    font-size: 14px;
  }
  section.content3 .loginbox p.input2 {
    margin: 0px auto 30px auto;
  }
  section.content3 .loginbox p.button input {
    border: solid 7px #DDDDDD;
    border-radius: 40px;
    padding: 12px 10px 12px 10px;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    max-width: 350px;
  }
  section.content3 .loginbox p.text2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    max-width: 100%;
  }
  section.content3 .loginbox p.character {
    font-size: 22px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 20px;
    text-align: left;
  }
  #application .sec4 table.in_table tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #application .sec4 table.in_table tr.checklist td.space {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #application .sec4 table.in_table tr.checklist td.space .horizontal-item {
    width: 30%;
    margin: 0 20px 20px 0;
  }
  #application .sec4 table.in_table tr.checklist02 .blocks .blocks__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #application .sec4 table.in_table .blocks .blocks__item .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 34px;
  }
  #application .sec4 table.in_table input[type="text"].typ01 {
    width: 80%;
  }
  #application .sec4 table.in_table td input#tiEmail_4, #application .sec4 table.in_table td input#tiPhone_4, #application .sec4 table.in_table td input#tiComp_4, #application .sec4 table.in_table td input#tiEmail_3, #application .sec4 table.in_table td input#tiPhone_3, #application .sec4 table.in_table td input#tiComp_3, #application .sec4 table.in_table td input#tiEmail_2, #application .sec4 table.in_table td input#tiPhone_2, #application .sec4 table.in_table td input#tiComp_2, #application .sec4 table.in_table td input#tiSendToAddr2, #application .sec4 table.in_table td input#tiSendToAddr3, #application .sec4 table.in_table td input#tiSendToAddr, #application .sec4 table.in_table td input#tiEmail, #application .sec4 table.in_table td input#tiPhone, #application .sec4 table.in_table td input#tiAddr2, #application .sec4 table.in_table td input#tiAddr, #application .sec4 table.in_table td input#tiComp, #application .sec4 table.in_table td input.typ02 {
    width: 100%;
  }
  #Schedule .sec2 .image {
    width: 100%;
    max-width: 870px;
    position: relative;
    margin: 0px auto 20px auto;
  }
  #Schedule .sec2 .area01 .inarea {
    padding: 55px 0px 0px 10%;
  }
  #Schedule .sec2 .area01 .inarea p.text2 {
    font-size: 35px;
  }
  #Schedule .sec2 .container02 {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 6%, #F5F5F5 6%, #F5F5F5 100%);
  }
  #Schedule .sec2 .area02 {
    padding: 14px 0px 0px 10%;
  }
  #Schedule .sec2 .area02 .textarea1 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
  #Schedule .sec2 .area02 .textarea1 p.text3 {
    font-size: 21px;
  }
  #Schedule .sec2 .area02 .textarea2 {
    margin: 0px 0px 30px 0px;
  }
  #Schedule .sec2 .area02 .textarea2 p.text4 {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
  }
  #Schedule .sec2 .area02 .textarea2 p.text5 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
  }
  #Schedule .sec2 .area02 .textarea2 .button01 {
    margin: 0px 0px 0px 0px;
  }
  #Schedule .sec2 .area02 .textarea2 .button01 p a {
    display: block;
    width: 80%;
    max-width: 400px;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    margin: 0px auto 0px auto;
  }
  #Schedule .sec2 .area02 .textarea2 .button01 p a {
    display: block;
    width: 80%;
    max-width: 400px;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    margin: 0px auto 0px auto;
  }
  #Schedule .kouenlist .overlay {
    width: 97%;
    margin: 0px 0px 0px 3%;
  }
  #Schedule .kouenlist .overlay .box {
    width: 80%;
    top: 10%;
  }
  #Schedule .kouenlist .overlay .box p.txt {
    font-size: 30px;
  }
  #Schedule .kouenlist .overlay .box .button07 {
    margin: 0px auto 0px auto;
  }
  #Schedule .kouenlist .overlay .box .button07 .bt {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  #Schedule .kouenlist .overlay .box .button07 .bt a {
    font-size: 26px;
  }
  #Schedule .sec2 .area03 {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 3%, #EEEEEE 3%, #EEEEEE 100%);
    margin: 0px 0px 50px 0px;
  }
  #Schedule .sec2 .area03 .inarea03 {
    padding: 0px 0px 0px 3%;
  }
  #Schedule .sec2 .area03 .details {
    padding: 20px 20px 30px 20px;
  }
  #Schedule .sec2 .area03 .details .infomation, #Schedule .sec2 .area03 .details .images {
    width: 100%;
    float: none;
  }
  #Schedule .sec2 .area03 .details .infomation .btarea1 {
    margin: 0px 0px 50px 0px;
  }
  #Schedule .sec2 .area03 .details .infomation .button03 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
  }
  #Schedule .sec2 .area03 .details .infomation .button03 .bt {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
  #Schedule .sec2 .area03 .details .infomation .button03 .bt a {
    display: block;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
  }
  #Schedule .sec2 .area03 .details .infomation p.text6 {
    font-size: 18px;
  }
  #Schedule .sec2 .area03 .details .infomation p.text7 {
    font-size: 28px;
  }
  #Schedule .sec2 .area03 .details .infomation p.text8 {
    font-size: 18px;
  }
  #Schedule .sec2 .area03 .details .infomation p.text9 {
    font-size: 15px;
  }
  #Schedule .sec2 .area03 .details .infomation p.text10 {
    font-size: 13px;
  }
  #Schedule .sec2 .area03 .details .infomation div.text11 {
    font-size: 15px;
    margin: 0px 0px 10px 0px;
  }
  #Schedule .sec2 .area03 .details .infomation div.text12 {
    font-size: 15px;
  }
  #Schedule .sec3 p.text13 {
    font-size: 18px;
  }
  #Schedule .sec3 p.text14 {
    font-size: 20px;
  }
  #Schedule .sec3 p.text15 {
    font-size: 16px;
  }
  #Schedule .sec3 p.text16 {
    font-size: 16px;
  }
  #Schedule .sec3 p.text17 {
    font-size: 16px;
  }
  #Schedule .sec3 div.button05 {
    font-size: 18px;
  }
  #Schedule .sec3 div.button05 a {
    font-size: 18px;
  }
  #Schedule .sec3 div.button06 {
    font-size: 18px;
  }
  #Schedule .sec3 div.button06 a {
    padding: 30px 0px 10px 0px;
    font-size: 23px;
  }
  #Schedule .sec3 div.button06 a span.sml {
    font-size: 18px;
  }
  #Schedule .sec3 div.covid p.titletext {
    font-size: 21px;
  }
  #Schedule .sec3 div.covid p.subtitle1 {
    font-size: 20px;
  }
  #Schedule .sec3 div.covid p.text01, #Schedule .sec3 div.covid p.text02 {
    font-size: 16px;
  }
}
@media screen and (max-width:720px) {
  header {
    padding: 0px 0px 0px 4px;
    position: fixed;
    z-index: 101;
  }
  #CsMaster {
    padding: 60px 0px 0px 0px;
  }
  header .inner {
    padding: 0px 60px 0px 0px;
  }
  header h1 {
    width: 180px;
  }
  body.lngen header h1 {
    width: 200px;
  }
  header h1 a.logo {
    margin: 3px 0px 0px 0px;
  }
  header h1 a.logo img {
    width: 180px;
  }
  body.lngen header h1 a.logo img {
    width: 200px;
  }
  header .navigations {
    float: right;
  }
  header .navigations .contact {
    width: 96px;
    float: right;
  }
  header .navigations .translate {
    width: 60px;
    float: right;
  }
  header .navigations .loginarea .txt1 {
    display: block;
    font-size: 12px;
    margin: 4px 0px 0px 0px;
  }
  header .navigations .navi {
    width: 96px;
    float: right;
  }
  header .navigations .translate a.bt, header .navigations .contact a.bt {
    display: block;
    width: 60px;
    text-align: center;
    background-color: #0068B5;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    min-height: 60px;
  }
  header .navigations .translate a.bt p.img {
    padding: 10px 0px 0px 0px;
  }
  header .navigations .translate a.bt p.txt {
    padding: 0px 0px 0px 0px;
  }
  header .navigations .translate a.bt p.img img {
    width: 26px;
  }
  header .navigations .navi, header .navigations .contact {
    display: none;
  }
  header .navigationsp {
    display: block;
  }
  #mainimage p.pc {
    display: none;
  }
  #mainimage p.sp {
    display: block;
  }
  footer .contacts p.text1 {
    font-size: 20px;
  }
  footer .contacts .image, footer .contacts .mail1, footer .contacts .tel1 {
    display: block;
    width: 100%;
  }
  footer .contacts .image {
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 8px 0px 0px 0px;
  }
  footer .contacts .image .contactus img {
    width: 120px;
  }
  footer .contacts .mail1 a.bt {
    display: block;
    width: 80%;
    margin: 0px auto 20px auto;
    padding: 12px 0px 12px 0px;
    font-size: 16px;
    line-height: 1;
  }
  footer .contacts .mail1 a.bt img {
    width: 24px;
    vertical-align: -2px;
  }
  footer .contacts .tel1 a.bt {
    display: block;
    width: 80%;
    margin: 0px auto 20px auto;
    padding: 6px 0px 5px 0px;
    font-size: 20px;
    line-height: 1;
  }
  footer .contacts .tel1 a.bt img {
    width: 24px;
    vertical-align: -3px;
  }
  #application .sec1 p.text1 {
    font-size: 22px;
  }
  #application .sec2 p.text2 {
    font-size: 18px;
  }
  #application .sec2 .textarea1 p.text3 {
    display: inline-block;
    font-size: 24px;
    vertical-align: super;
    width: 200px;
  }
  #application .sec2 .textarea1 p.text4 {
    display: inline-block;
    font-size: 18px;
    vertical-align: text-bottom;
  }
  #application .sec2 .textarea2 p.text5 {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  #application .sec2 .textarea2 .text6 p.text {
    font-size: 14px;
  }
  #application .sec3 .attendance {
    background-position: right 20px;
  }
  #application .sec3 .attendance .container1 {
    background-position: 200px 20px;
  }
  #application .sec3 .attendance p.text7 {
    font-size: 30px;
    padding: 0px 40px 0px 20px;
    /*width: 140px;*/
  }
  #application .sec4 .details .textarea p.text8 {
    font-size: 18px;
  }
  #application .sec4 .details .btarea p.button input {
    font-size: 30px;
  }
  #application .sec4 table.in_table th, td {
    font-size: 15px;
  }
  /*フォーム*/
  #application .sec4 table.in_table tr {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }
  #application .sec4 table.in_table th {
    width: 100%;
    min-width: 100%;
    padding: 10px 50px 10px 15px;
    border-right: none;
  }
  #application .sec4 table.in_table td {
    padding: 10px;
  }
  #application .sec4 table.in_table td .typ01 {
    margin: 0 5px 5px 0;
  }
  #application .sec4 table.in_table td .typ02 {
    margin: 0 5px 0 0;
  }
  #application .sec4 table.in_table tr.yourname td {
    width: auto;
  }
  #application .sec4 table.in_table .blocks .blocks__patternB {
    padding: 0px 0 17px 10px;
  }
  #application .sec4 table.in_table .blocks .blocks__patternC {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #application .sec4 table.in_table .blocks .blocks__patternC .horizontal-item {
    width: 49%;
  }
  #application .sec4 table.in_table .blocks .blocks__patternD {
    margin: 0 0 5px 0;
    display: block;
  }
  #application .sec4 table.in_table .blocks .blocks--employment {
    width: 100%;
  }
  #application .sec4 table.in_table td.space .blocks__nowaddress input {
    margin: 0 0 5px 0px;
  }
  #application .sec4 table.in_table td.space .blocks__nowaddress:nth-child(4) .typ01 {
    margin: 0 0 50px 0px;
  }
  #application .sec4 table.in_table tr td select.schoolname02 {
    margin: 0px 0 0 20px !important;
    width: 26.5%;
  }
  #application .sec4 table.in_table tr.current_status td.space .blocks--gakka input {
    left: 0px;
  }
  #Schedule .sec1 p.text1 {
    font-size: 20px;
  }
  #Schedule .sec1 .list_table th, #Schedule .sec1 .list_table td {
    font-size: 14px;
  }
  #Schedule .sec1 p.text2 {
    font-size: 14px;
  }
  #Schedule .sec1 p.text3 {
    font-size: 14px;
  }
  #Schedule .sec2 .area03 .details .infomation div.text11, #Schedule .sec2 .area03 .details .infomation div.text12 {
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
  }
  /*辞退*/
  #Schedule .sec4 p.text1 {
    font-size: 25px;
  }
  #Schedule .sec4 .imput_table th, #Schedule .sec4 .imput_table td {
    font-size: 15px;
    display: block;
  }
  #Schedule .sec4 .imput_table th {
    width: 100%;
    min-width: 160px;
    border-bottom: none;
  }
  #Schedule .sec4 .imput_table td {
    width: 100%;
    font-size: 14px;
  }
  #Schedule .sec4 .btarea p.button {
    max-width: 455px;
    margin: 0px auto 60px auto;
  }
  #Schedule .sec4 .btarea p.button input {
    font-size: 29px;
    padding: 25px 40px 20px 40px;
  }
  .lngen .Csabsent #Schedule .sec4 .btarea p.button input {
    font-size: 23px;
  }
  #Schedule .sec4 .detail3 p.text2 {
    font-size: 14px;
  }
}
@media screen and (max-width:540px) {
  body.lngen header h1, header h1 {
    width: 140px;
  }
  header .navigations .loginarea {
    width: 94px;
  }
  header .navigations .loginarea .txt1 {
    font-size: 10px;
    margin: 5px 0px 0px 0px;
  }
  header .navigations .loginarea .bt1 a.logout {
    font-size: 10px;
  }
  #Schedule .sec3 div.button06 a {
    padding: 10px 0px 0px 0px;
  }
  #Schedule .sec3 div.button06 a span.btn {
    display: block;
    margin: 0px 0px 0px 30px;
    text-align: left;
  }
}