@charset "utf-8";
header, footer {
  overflow: hidden;
}
header {
  border-bottom: solid 1px #999;
  padding: 10px;
  background: #fff;
}
header h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}
body {
  background: #f5f5f5;
  min-height: 100vh;
}
html, body {
  overflow-x: hidden;
}
.logo {
  width: 280px;
}
.logo_side {
  font-size: 19px;
  margin-left: 10px;
}
.mx-img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.ttl_txt {
  font-size: 24px;
  margin-left: 10px;
  font-weight: 700;
}
main {
  margin: 0 0 35px 0;
}
.ttl-bar {
  background: #309a6a;
  margin-bottom: 10px;
  padding: 6px 0;
}
.ttl-bar02 {
  background: #2f8f67;
  margin-bottom: 10px;
  padding: 6px 0;
}
.ttl-bar03 {
  background: red;
  margin-bottom: 10px;
  padding: 6px 0;
}
.ttl-bar h2, .ttl-bar02 h2, .ttl-bar03 h2 {
  color: #fff;
  font-size: 24px;
}
.bar_txt {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
}
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}
footer {
  color: #fff;
  background: #309a6a;
  text-align: center;
  font-size: 14px;
  padding: 0.6em 0;
}
.ds-b {
  display: block;
}
.spOnly {
  display: none;
}
/*
-----------------------------------------------
見出し
----------------------------------------------- */
.h-type01 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.h-type02 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #1e4f97;
}
.h-type02:before {
  content: "■ ";
}
.h-type03 {
  width: 5.5em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0.3em 0.5em;
  color: #fff;
  background-color: #1e4f97;
}
.h-type04 {
  width: 6em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0.3em 0;
  color: #fff;
  background: #309a6a;
  margin-bottom: 15px;
}




/*
-----------------------------------------------
幅
----------------------------------------------- */
.in-box01 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.in-box02 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.in-box03 {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* TAB */
@media screen and (min-width:768px) and (max-width:1039px) {
  .in-box01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* SP用 */
@media screen and (max-width: 767px) {
  .in-box01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
}
/*
-----------------------------------------------
ボタン
----------------------------------------------- */
.btn01 {
  color: #fff;
  background: #E15A28;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.3em 0.5em;
  text-align: center;
}
.btn02 {
  color: #fff;
  background: #E15A28;
  font-weight: 700;
  border-radius: 24px;
  padding: 0.3em 1.5em;
  text-align: center;
}
.btn_w05 {
  width: 5em;
}
.btn_w08 {
  width: 8em;
}
.btn_w03 {
  width: 3em;
}
.btn_w12 {
  width: 12em;
}
.btn_w14 {
  width: 14em;
}
/*
-----------------------------------------------
ログイン
----------------------------------------------- */
.first_time_box {
  margin: 30px 0 45px;
}
.input-radio {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.input-radio:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.input-radio:checked:before {
  background: black;
}
.course_select {
  width: 410px;
  display: block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}
.course_select select {
  font-size: 18px;
  appearance: none;
  width: 100%;
  padding: 11px 15px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.course_select:before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.login_select div {
  font-size: 24px;
  margin-right: 15px;
  margin-left: 15px;
}
.login_user_box {
  background: #fff;
  border: solid 1px #999;
  padding: 20px 30px;
  margin-left: 10%;
  margin-right: 10%;
}
.login_user_box p {
  font-size: 18px;
}
.login_user_box_input {
  margin: 20px 0;
}
.login_user_box_input span {
  font-size: 16px;
}
.login_user_box_input label {
  margin-left: 10px;
  margin-right: 10px;
}
.login_user_box input {
  font-size: 16px;
  border: solid 1px #999;
  padding: 4px;
  width: 200px;
}
.login_reissue {
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
}
.login_reissue li {
  margin-bottom: 10px;
}
.loginbtn {
  font-size: 25px;
}
.loginbtn02 {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .course_select {
    width: 100%;
  }
}
/*
-----------------------------------------------
カレンダー
----------------------------------------------- */
.aki_list li {
  display: inline-block;
  font-size: 14px;
}
.aki_list li:after {
  content: "／";
  margin-right: 8px;
}
.aki_list li:last-child:after {
  content: none;
}
.cal_wrap01 {
  display: flex;
  justify-content: space-between;
}
.course_select_cal {
  width: 310px;
  display: block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}
.course_select_cal select {
  font-size: 14px;
  appearance: none;
  width: 100%;
  padding: 11px 15px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.course_select_cal:before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.cal_alert {
  display: inline-block;
  padding: 1em;
  background: #fbe4e4;
}
.cal_alert p {
  font-weight: bold;
  color: red;
}
.date-change {
  margin: 15px 0;
}
.date-change .back, .date-change .next {
  font-size: 30px;
  color: #000;
}
.date-change .back:hover, .date-change .next:hover {
  text-decoration: none;
  opacity: 0.6;
}
.date {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.date span {
  font-size: 30px;
}
.cal_ttl {
  width: 100px;
  text-align: center;
  background: #fff;
  height: 50px;
  border-left: solid 1px;
  border-right: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
.cal_ttl_b {
  width: 100px;
  text-align: center;
  background: #fff;
  height: 50px;
  border-right: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
.cal_ttl02 {
  width: 40px;
  text-align: center;
  background: #fff;
  border-right: solid 1px;
  border-bottom: solid 1px;
}
.cal_ttl03 {
  width: 70px;
  text-align: center;
  background: #fff;
  border-right: solid 1px;
  border-bottom: solid 1px;
}
.cal_ttl p,
.cal_ttl_b p{
  margin-top: 15px;
}
.cal_ttl04 p{
  margin-top: 10px;
}
.cal_ttl02 p, .cal_ttl03 p {
  margin-top: 8px;
}
.shikaku_cal_td .cal_ttl {
  border-left: solid 1px;
  border-right: solid 1px;
  border-top: none;
  border-bottom: solid 1px;
  width: 100px;
  text-align: center;
  background: #fff;
  height: 36px !important;
}
.shikaku_cal_td .cal_ttl_b {
  border-right: solid 1px;
  border-top: none;
  border-bottom: solid 1px;
  width: 100px;
  text-align: center;
  background: #fff;
  height: 36px !important;
}
.shikaku_cal_td .cal_ttl p,
.shikaku_cal_td .cal_ttl_b p{
  margin-top: 8px;
}
.cal_date {
  border-right: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  width: 27px;
  text-align: center;
  background: #fff;
  height: 50px;
}
.cal_date span {
  display: block;
  padding: 3px 0;
}
.cal_date span:first-child {
  border-bottom: solid 1px;
}
.cal_yoyaku {
  border-right: solid 1px;
  border-bottom: solid 1px;
  width: 27px;
  text-align: center;
  background: #fff;
}
.sunday_cal {
  background: #fde1e5;
}
.satday_cal {
  background: #d8edfc;
}
.help_btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #ff0033;
  font-size: 17px;
  padding: 0.5em 2em;
  border-radius: 30px;
}
.help_btn a:hover {
  opacity: 0.6;
}
.shikaku_cal {
  position: relative;
  z-index: 5;
  margin-bottom: -5px;
  width: 96.5%;
}
.shikaku_cal_td{
	width: 96.5%;
}
.shikaku_cal, .shikaku_cal_td {
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.cal_reserve {
  position: absolute;
  height: 25px;
  top: 6px;
  text-align: center;
}
.maru {
  background: #79d5ab;
}
.batsu {
  background: #ccc;
}
.cal_reserve a {
  text-decoration: none;
  font-weight: bold;
}
a .cal_reserve:hover {
  background: #55ba8c;
}
button.cal_reserve:hover {
  background: #55ba8c;
  opacity: 1;
}
.maru span {
  color: #000;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
}
.batsu span {
  color: #000;
  font-weight: 900;
  font-size: 20px;
}
.off_day {
  display: block;
  height: 100%;
  text-align: center;
  background: repeating-linear-gradient(45deg, transparent, transparent 2px, #eeeeee 2px, #eeeeee 6px);
}
.off_day span {
  line-height: 23px;
}
/* 日程の開始日 （開始日-1）x 25px +98px */
.start1day {
  left: 98px;
}
.start2day {
  left: 124px;
}
.start3day {
  left: 150px;
}
.start4day {
  left: 177px;
}
.start5day {
  left: 203px;
}
.start6day {
  left: 229px;
}
.start7day {
  left: 256px;
}
.start8day {
  left: 282px;
}
.start9day {
  left: 308px;
}
.start10day {
  left: 335px;
}
.start11day {
  left: 361px;
}
.start12day {
  left: 388px;
}
.start13day {
  left: 414px;
}
.start14day {
  left: 440px;
}
.start15day {
  left: 466px;
}
.start16day {
  left: 493px;
}
.start17day {
  left: 519px;
}
.start18day {
  left: 545px;
}
.start19day {
  left: 572px;
}
.start20day {
  left: 598px;
}
.start21day {
  left: 624px;
}
.start22day {
  left: 651px;
}
.start23day {
  left: 677px;
}
.start24day {
  left: 703px;
}
.start25day {
  left: 730px;
}
.start26day {
  left: 756px;
}
.start27day {
  left: 782px;
}
.start28day {
  left: 808.6px;
}
.start29day {
  left: 861px;
}
.start30day {
  left: 888px;
}
.start31day {
  left: 914px;
}
.start32day {
  left: 941px;
}
.start33day {
  left: 966.6px;
}
.start34day {
  left: 993px;
}
.start35day {
  left: 1020px;
}
.start36day {
  left: 1046px;
}



/* 日程の幅 */
.w1day {
  width: 27px;
}
.w2day {
  width: 50px;
}
.w3day {
  width: 78px;
}
.w4day {
  width: 104.6px;
}
.w5day {
  width: 131px;
}
.w6day {
  width: 157px;
}
.w7day {
  width: 183px;
}
.w8day {
  width: 210px;
}
.w9day {
  width: 236px;
}
/* 講習がない日の余白設定 */
.left1day {
  margin-left: 26px;
}
.left2day {
  margin-left: 53px;
}
.left3day {
  margin-left: 79px;
}
/*
-----------------------------------------------
日程選択
----------------------------------------------- */
.page_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.user_tbl01 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}
.user_tbl01 th {
  background: #1e4f97;
  color: #fff;
  padding: 0.4em 0.5em;
  text-align: center;
  border: solid 1px #ccc;
}
.th_w01 {
  width: 33.3%;
}
.user_tbl01 td {
  background: #fff;
  padding: 0.4em 0.5em;
  text-align: center;
  border: solid 1px #ccc;
}
.popupbtn {
  font-size: 20px;
}
/*
-----------------------------------------------
フォーム
----------------------------------------------- */
.select_course {
  border: solid 1px #ccc;
  margin: 15px 0;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.select_course .div01 {
  width: 32%;
  font-weight: bold;
}
.select_course .div02 {
  width: 67%;
}
.select_course h3 {
  font-size: 24px;
}
.select_course .span01 {
  line-height: 1.6;
  display: inline-block;
}
.select_course_p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}
.select_course_p div {
  width: 6.5em;
}
.select_course_p span {
  border: solid 1px;
  width: 100%;
  display: block;
  text-align: center;
  background: #309a6a;
  padding: 0.2em 0;
  font-size: 13px;
  color: #fff;
}
.select_course_p p {
  width: calc(100% - 7em);
}
.reserve_wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reserve_in01 {
  width: 550px
}
.reserve_in01 h3 {
  font-size: 24px;
}
.reserve_in01 p {
  margin-top: 8px;
  font-size: 13px;
}
.label_type01 {
  margin-bottom: 15px;
  padding-left: 3%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}
.label_type02 {
  margin-bottom: 15px;
}
.label_type03 {
  margin-bottom: 15px;
  padding-left: 3%;
}
.label_name {
  font-size: 14px;
  width: 16em;
}
.label_name02 {
  font-size: 14px;
  width: 5em;
}

.label_name03 {
  font-size: 16px;
  width: 8em;
}

.entry_box {
  width: calc(80% - 10em);
}
.entry_box02 {
  width: calc(100% - 6em);
}
.label_type01 input, .label_type02 input, .label_type01 textarea {
  /*font-size: 14px;*/
  font-size: 16px;
  border: solid 1px #999;
  padding: 0.3em;
}
.input_w01 {
  width: 100%;
}
.input_w02 {
  width: 70px;
}
.input_w03 {
  width: 160px;
}
.input_w04 {
  width: 200px;
}
.input_w05 {
  width: 50px;
}
.input_w06 {
  width: 370px;
}
.input_w07 {
  width: 305px;
}
.input_w08{
  width: 80px;
}

.input_w09{
  width: 100px;
}

.input_w10{
  width: 280px;
}

.radio_span {
  margin-right: 10px;
}
.user_form_in {
  width: 550px;
}
.user_form_in_personal {
  width: 650px;
}
.user_form_in_personal .entry_box {
  width: calc(95% - 10em) !important;
}
.user_form_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #999;
  padding-top: 15px;
}
.input-file {
  border: none !important;
}
.input-file::file-selector-button {
  font-weight: bold;
  color: white;
  background: red;
  font-size: 14px;
  border: 0;
  border-radius: 10em;
  padding: 8px 16px;
  text-align: center;
}
.input-file::file-selector-button:hover {
  opacity: 0.6;
}
/*追加25.0331*/
.add_flex01 span{
	width: 15%;
}
.add_flex01 div{
	width: 85%;
}
/*
-----------------------------------------------
マイページ
----------------------------------------------- */
.mypage_box {
  background: #fff;
  border: solid 1px #666;
  padding: 20px 20px;
  margin-left: auto;
  margin-right: auto;
}
.btn_txt {
  background: transparent;
}
.btn_txt:hover {
  border-bottom: solid 1px;
}
.maypage_ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #999;
}
.maypage_ul li:last-child {
  border-bottom: none;
}
.checkbox01 input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  vertical-align: -5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox01 input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.reserve_alert {
  margin-top: 20px;
  display: block;
  padding: 1em;
  background: #fbe4e4;
}
.reserve_alert p {
  font-weight: bold;
  color: red;
}
/*
-----------------------------------------------
管理者メニュー
----------------------------------------------- */
.manager_menu {
  margin-top: 40px;
}
.manager_menu p {
  font-size: 20px;
}
/*
-----------------------------------------------
管理者カレンダー
----------------------------------------------- */
.manager_calendar {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  background: #fff;
}
.manager_calendar th {
  width: 14.28%;
  padding: 1%;
}
.manager_calendar td {
  height: 100px;
}
.manager_calendar th, .manager_calendar td {
  text-align: center;
  border: solid 1px #999;
  font-size: 16px;
}
.manager_calendar td {
  vertical-align: top;
}
.manager_calendar th {
  font-weight: bold;
  color: #fff;
}
.manager_calendar .off {
  display: block;
}
.manager_calendar td a {
  display: block;
  height: 100%;
  color: #000;
  padding-top: 5px;
  text-decoration: none;
}
.manager_calendar .on {
  display: block;
  color: red;
}
.manager_calendar td a:hover {
  text-decoration: none;
  background: #fbe4e6;
}
.cal_select div {
  font-size: 11px;
  margin-right: 4px;
}
.input-radio_cal {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.input-radio_cal:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.input-radio_cal:checked:before {
  background: black;
}
.cal_ul {
  font-size: 11px;
  text-align: left;
}
.cal_in {
  padding: 5px
}
.cal_date {
  display: block;
  margin-bottom: 5px;
}
/*
-----------------------------------------------
日別予約状況
----------------------------------------------- */
.date_class {
  margin-bottom: 25px;
}
.date_class h2 {
  color: #fff;
  font-size: 22px;
  background: #2f8f67;
  padding: 0.2em 1em;
}
.date_class h2 span {
  font-size: 17px;
  margin-left: 15px;
}
.date_class table {
  width: 100%;
}
.date_class th {
  background: #ddd;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  border: solid 1px #999;
}
.date_class td {
  background: #fff;
  font-size: 13px;
  padding: 0.4em 0.3em;
  border: solid 1px #999;
}
/*
-----------------------------------------------
月別集計
----------------------------------------------- */
.month_select {
  width: 200px;
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.month_select select {
  font-size: 16px;
  appearance: none;
  width: 100%;
  padding: 5px 10px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.month_select:before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.shukei_tbl {
  width: 100%;
}
.shukei_tbl td, .shukei_tbl th {
  border: solid 1px #999;
  padding: 3px;
  text-align: center;
}
.shukei_tbl th {
  text-align: center;
}
.shukei_tbl tfoot td {
  padding: 5px 3px
}
.shukei_tbl .tbl_gokei {
  color: #fff;
  background: red;
}
.th_bg1 {
  background: #d9dad7;
}
.th_bg2 {
  background: #d7f1fc;
}
.th_bg3 {
  background: #d7fce8;
}
.th_bg4 {
  background: #fbe6e8;
}
.th_bg5 {
  background: #fbf7e6;
}
/*
-----------------------------------------------
法人一覧
----------------------------------------------- */
.company_kensaku {
  border: solid 1px #666;
  font-size: 15px;
  width: 380px;
  padding: 6px 8px !important;
}
/*
-----------------------------------------------
管理者情報
----------------------------------------------- */
.setteing_tbl table {
  width: 100%;
}
.setteing_tbl th {
  background: #ddd;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  border: solid 1px #999;
}
.setteing_tbl td {
  background: #fff;
  font-size: 12px;
  padding: 0.5em 0.5em;
  border: solid 1px #999;
}
.setteing_tbl td input {
  border: solid 1px #999;
  width: 100%;
  height: 100%;
  padding: 0.1em 0.2em;
}
/*
-----------------------------------------------
再発行申請
----------------------------------------------- */
.reissue_info {
  background: #fff;
  border: solid 1px #666;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.time_select {
  width: 350px;
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.time_select select {
  font-size: 13px;
  appearance: none;
  width: 100%;
  padding: 5px 10px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.time_select:before {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.reissue_tbl {
  margin-bottom: 25px;
}
.reissue_tbl table {
  width: 100%;
}
.reissue_tbl th {
  background: #ddd;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  border: solid 1px #999;
}
.reissue_tbl td {
  background: #fff;
  font-size: 12px;
  padding: 0.3em 0.3em;
  border: solid 1px #999;
}
.hakko_select {
  width: 90px;
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.hakko_select select {
  font-size: 12px;
  appearance: none;
  width: 100%;
  padding: 4px 6px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.hakko_select:before {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
/*0807追加*/
.required {
  background-color: #E15A28;
  color: #ffffff;
  width: 45px;
  height: 20px;
  padding: 2px 10px;
  margin-right: 10px;
}
.optional {
  margin-left: 55px;
}
.input_name01 {
  margin-left: 6px;
  margin-right: 10px;
}
.input_name02 {
  margin-left: 6px;
}
.company_kensaku02 {
  border: solid 1px #666;
  font-size: 15px;
  width: 140px;
  padding: 6px 8px !important;
}
.shukei_tbl tr.tr_con:nth-child(even) {
  background-color: #f6e7ca;
}
.th_bg6 {
  background-color: #84b351;
}
.th_bg7 {
  background-color: #4b95da;
}
.th_bdr_db {
  border-bottom: double;
}
.th_bdr_db_t {
  border-top: double;
}
.bdr_none {
  border: none !important;
}
.uriage_gokei {
  background-color: #333333;
  color: #ffffff;
}
.bdr01 {
  border-right: 2px solid #333333;
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
}
.bdr02 {
  border-right: 2px solid #333333 !important;
}
.bdr03 {
  border-right: 2px solid #333333 !important;
  border-left: 2px solid #333333 !important;
}
.bdr04 {
  border-right: 2px solid #333333 !important;
  border-left: 2px solid #333333 !important;
  border-bottom: 2px solid #333333 !important;
}
br.sp_only {
  display: none;
}
/*0816追加 適性診断再発行*/
.reissue_info h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 14px;
}
.reissue_info {
  text-align: center;
}
.reissue_info_lead {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.reissue_info_block {
  text-align: left;
  margin-bottom: 20px;
}
.reissue_info_h4 {
  text-align: left;
  background-color: #ff0000;
  color: #ffffff;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.reissue_info_mark {
  background: linear-gradient(transparent 40%, #fffa6a 0%);
}
/*
-----------------------------------------------
資格ポップアップ
----------------------------------------------- */
.popup3 .content3 h2 {
  font-size: 30px;
}
.shikaku_popup_tbl01 {
  width: 100%;
  margin-bottom: 24px;
  border: solid 1.5px #000;
}
.shikaku_popup_tbl01 th {
  background: #309a6a;
  color: #fff;
  padding: 0.4em 1.2em;
  text-align: left;
  border: solid 1px #ccc;
  font-size: 17px;
  width: 25%;
}
.shikaku_popup_tbl01 td {
  background: #fff;
  padding: 0.4em 0.5em;
  text-align: left;
  border: solid 1px #ccc;
  font-size: 17px;
  width: 75%;
}
.popup3 {
  display: none;
  width: 100%;
	height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.content3 {
  background-color: #fff;
  padding: 30px;
  width: 70%;
  border: solid 2px #000;
}
.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_close {
  color: #fff;
  font-weight: 400;
  font-size: 45px;
  background-color: #E15A28;
  width: 50px;
  height: 50px;
  position: relative;
}
.popup_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
  display: inline-block;
}
.popup_ttl {
  margin-bottom: 24px;
}
.shikaku_popup_tbl01 td span {
  font-size: 22px;
  font-weight: 600;
}
.popup_under_flex {
  column-gap: 14px;
  margin-bottom: 35px;
  padding-left: 6%;
}
.popup_under_flex p {
  font-size: 24px;
  font-weight: 600;
}
.btn_close_area {
  text-align: right;
}
.course_select_cal02 {
  width: 150px;
}
/*受講コースがわからない場合*/
.hp_popup {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.hp_content {
  background-color: #fff;
  padding: 30px;
  width: 70%;
  border: solid 2px #000;
}
.hp_content p {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 85px;
  text-align: center;
  font-weight: 500;
}
.popup_close_area {
  text-align: right;
}
.hp_popup_close {
  color: #fff;
  font-weight: 400;
  font-size: 45px;
  background-color: #E15A28;
  width: 50px;
  height: 50px;
}
.hp_popup.hp_show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp_content .under_btn {
  column-gap: 20px;
  margin-bottom: 60px;
}
.help_btn button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #ff0033;
  font-size: 17px;
  padding: 0.5em 2em;
  border-radius: 30px;
}
.help_btn button:hover {
  opacity: 0.6;
}
.hp_popup2 {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.hp_content2 {
  background-color: #fff;
  padding: 30px;
  width: 70%;
  border: solid 2px #000;
}
.hp_popup2.hp_show2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp_content2 p {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}
.hp_content2 p span {
  font-size: 38px;
  font-weight: 600;
}
p.hp_con2_p {
  font-size: 22px;
  margin-bottom: 65px;
}
.hp_content2 .under_btn {
  margin-bottom: 25px;
}
/*
-----------------------------------------------
予約内容の確認・変更(利用者)
----------------------------------------------- */
.btn_center {
  margin: 25px auto 10px;
}
.btn_gap {
  display: flex;
  column-gap: 45px;
  justify-content: center;
}
/*
-----------------------------------------------
証明書再発行依頼(利用者)
----------------------------------------------- */
.reissue_p {
  text-align: center;
  font-size: 1.4rem;
}
.reissue_p span, .reissue_p a {
  color: #ff0000;
}
.ttl-bar_reissue {
  background: #ff0000;
}
.reissue_info p {
  text-align: left;
  display: inline-block;
  max-width: 350px;
}
.reissue_info a {
  color: #ff0000;
}
/*
-----------------------------------------------
予約カレンダー変更・登録(管理者)
----------------------------------------------- */
.course_select_cal03 {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}
.course_select_cal03 select {
  font-size: 14px;
  appearance: none;
  width: 100%;
  padding: 5px 15px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.course_select_cal03:before {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.cal_ttl04 {
  width: 140px;
  text-align: center;
  background: #fff;
  border-right: solid 1px;
  border-bottom: solid 1px;
  padding: 6px;
}
.cal_ttl05 {
  width: 70px;
  text-align: center;
  background: #fff;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  padding: 6px;
}

.cal_ttl05 p,
.cal_ttl06 p{
	margin-top: 7px;
}
.cal_ttl05_first p,
.cal_ttl06_first p{
	margin-top: 2px;
}
.cal_ttl06{
	width: 80px;
	text-align: center;
	background: #fff;
	border-right: solid 1px;
    border-bottom: solid 1px;
	padding: 6px;
}

.color {
  cursor: pointer;
}
.color.click {
  background: #E15A28;
}
.btn_area01 {
  flex-direction: column;
  align-items: center;
  grid-row-gap: 20px;
  margin-top: 65px;
}
.cal_ttl02_first, .cal_ttl03_first, .cal_ttl04_first, .cal_ttl05_first, .cal_ttl06_first{
  border-top: solid 1px;
}
.cal_ttl02_first, .cal_ttl03_first, .cal_ttl04_first, .cal_ttl05_first, .cal_ttl06_first{
	height: 50px;
}
.button--delete {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 0px 10px;
  background-color: #E15A28;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.cal_space {
  margin-right: 5px;
  margin-left: 5px;
}
.mordal-trigers {
  display: block;
}
.modal {
  display: none;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 1s ease-in-out;
}
.modal-content {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  padding: 3%;
  width: 75%;
  border: solid 2px #000;
  animation: show 0.6s linear 0s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn_area02 {
  display: flex;
  justify-content: center;
  gap: 45px;
}
.shikaku_popup_tbl01 td .mordal_date {
  font-size: 1.6rem;
}
.shikaku_popup_tbl01 .mordal-box {
  width: 100%;
}
.date_ttl {
  width: 20%;
  margin-bottom: 2px;
}
.mordal-box li {
  align-items: flex-end;
  margin-bottom: 10px;
}
.mordal-box li:first-child {
  margin-top: 20px;
}
.mordal-box li:last-child {
  margin-bottom: 5px;
}
.mordal-box input {
  border: solid 1px #999;
  padding: 0.3em;
}
.mordal_input {
  flex: 1;
}
.schedule_ttl span {
  font-size: 1.4rem;
}
.shikaku_popup_tbl01 td .mordal_th {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  text-align: center;
}
/*追加25.0331*/
.course_select_txt01 input{
  font-size: 14px;
    appearance: none;
    width: 100%;
    padding: 5px;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
    border: solid 1px #999;
}
/*
-----------------------------------------------
予約カレンダー参加者確認(管理者)
----------------------------------------------- */
dl.participants_checked {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-row-gap: 40px;
  padding-top: 15px;
}
dl.participants_checked dt {
  font-size: 2.4rem;
  font-weight: 600;
  width: 30%;
  text-align: right;
  padding-right: 24px;
}
dl.participants_checked dd {
  font-size: 2.2rem;
  font-weight: 600;
  width: 70%;
}
.detail-link {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
  font-size: 2.2rem;
}
.detail-link a {
  color: #333333;
}
dd.dd_name {
  line-height: 3.6rem;
}
.cl_check_btn {
  padding-top: 10px;
  background-color: #ffffff;
  font-size: 1.2rem;
  position: relative;
}
.cl_check_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #333333;
  width: 100%;
}
/*
-----------------------------------------------
コース別予約状況(管理者)
----------------------------------------------- */
.re_status_btn {
  column-gap: 20px;
}
.btn03 {
  color: #fff;
  background: #E15A28;
  font-weight: 700;
  border-radius: 20px;
  padding: 0.2em 1.2em;
  text-align: center;
}
.re_status_table {
  width: 100%;
}
.re_status_table th {
  background-color: #309a6a;
  color: #ffffff;
  padding: 0.4em 1.2em;
  border: solid 1px #ccc;
  font-size: 20px;
  font-weight: 500;
}
.re_status_table td {
  background-color: #ffffff;
  padding: 0.4em 0.5em;
  border: solid 1px #ccc;
  font-size: 17px;
}
.re_status_table td:last-child {
  text-align: center;
}
.re_status_box p {
  font-weight: 500;
}
.re_status_gap {
  column-gap: 10px;
  font-weight: 500;
}
/*
-----------------------------------------------
予約検索(管理者)
----------------------------------------------- */
.label_type04 input {
  font-size: 16px;
  border: solid 1px #999;
  padding: 0.5em 1.2em;
  width: 70%;
}
.btn04 {
  color: #fff;
  background: #E15A28;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.3em 1.2em;
  text-align: center;
  width: 30%;
}
.re_search_box {
  column-gap: 5%;
  justify-content: center;
  width: 100%;
}
.re_search_box div {
  width: 30%;
}
/*
-----------------------------------------------
コースマスター変更・登録1-2(管理者)
----------------------------------------------- */
.course_select_cal04 {
  width: 38%;
  display: block;
  position: relative;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.course_select_cal04 div {
  width: 100%;
}
.course_select_cal04 select {
  font-size: 14px;
  appearance: none;
  width: 100%;
  padding: 5px 15px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.course_select_cal04:before {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.course_select_cal04 label {
  width: 35%;
  padding-top: 8px;
  text-align: left;
}
.course_change_box {
  text-align: center;
}
.btn05 {
  color: #fff;
  background: #E15A28;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.3em 1.2em;
  text-align: center;
  width: 14%;
  margin-top: 25px;
}
/*
-----------------------------------------------
コースマスター変更・登録2-2(管理者)
----------------------------------------------- */
.c_manager_margin {
  margin-left: 0;
  margin-right: 0;
}
.course_select_cal05 {
  width: 14%;
  display: block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}
.course_select_cal05 div {
  width: 100%;
}
.course_select_cal05 select {
  font-size: 14px;
  appearance: none;
  width: 100%;
  padding: 5px 15px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.course_select_cal05 label {
  width: 30%;
  padding-top: 8px;
  text-align: left;
}
.course_select_cal05:before {
  position: absolute;
  top: 12px;
  right: 37%;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.c_manager_select select {
  width: 70%;
}
.c_manager_select span {
  width: 30%;
  padding-top: 7px;
  margin-left: 3px;
}
.c_manager_list li {
  margin-bottom: 10px;
}
.c_manager_list li:last-child {
  margin-bottom: 0;
}
.course_select_cal06 {
  width: 17%;
  display: block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}
.course_select_cal06 div {
  width: 100%;
}
.course_select_cal06 select {
  font-size: 14px;
  appearance: none;
  width: 100%;
  padding: 5px 15px;
  padding-right: 1em;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #999;
}
.course_select_cal06 label {
  width: 30%;
  padding-top: 8px;
  text-align: left;
}
.course_select_cal06:before {
  position: absolute;
  top: 12px;
  right: 20%;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.jyoseikin {
  width: 5.5em;
}
/*
-----------------------------------------------
カテゴリーマスター変更・登録2-2(管理者)
----------------------------------------------- */
.m_cat_box {
  font-size: 14px;
  width: 100%;
  padding: 10px 15px;
  padding-right: 1em;
  background: #fff;
  border: solid 1px #999;
  text-align: left;
}
/*
-----------------------------------------------
証明書の書き換え・再発行申請リスト確認画面(管理者)
----------------------------------------------- */
.rewrite_table th {
  font-size: 18px;
  text-align: center;
}
.p_upload {
  column-gap: 10px;
}
.p_upload a {
  color: #0066cc;
}
/*
-----------------------------------------------
TAB 横
----------------------------------------------- */
@media (orientation: landscape) and (max-device-width: 1024px) {}
/*
-----------------------------------------------
TAB
----------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1039px) {}
/*
-----------------------------------------------
SP用
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /*0808追加*/
  .h-type01 {
    font-size: 2.4rem;
  }
  .login_select div {
    font-size: 2.2rem;
  }
  br.sp_only {
    display: block;
  }
  .ttl-bar h2, .ttl-bar02 h2, .ttl-bar03 h2 {
    font-size: 2.0rem;
  }
  /*カレンダー*/
  .date span {
    font-size: 2.4rem;
  }
  .cal_wrap01 {
    display: block;
  }
  .aki_list {
    margin-top: 5px;
  }
  /*人数選択*/
  .login_select {
    display: block;
    text-align: center;
  }
  /*情報入力フォーム(法人)*/
  .form_sp_only {
    display: block;
  }
  .in-box02 {
    width: 100%;
  }
  .entry_box {
    width: 100%;
  }
  .label_type01 {
    padding-left: 0;
  }
  .required {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .label_name {
    margin-bottom: 5px;
  }
  .optional {
    margin-left: 0;
  }
  .radio_span {
    display: inline-block;
  }
  .radio_span_sp {
    margin-bottom: 5px;
  }
  .input_sp {
    width: 100%;
  }
  .input_sp02 {
    width: 85%;
  }
  .h-type03 {
    margin-bottom: 14px;
  }
  .input_name01 {
    margin-bottom: 5px;
  }
  .label_type02_sp {
    display: block;
  }
  .entry_box02 {
    width: 100%;
  }
  .label_name02 {
    margin-bottom: 5px;
  }
  /*ログイン済みユーザー(法人)*/
  .mb60 {
    margin-bottom: 45px;
  }
  .btn_txt {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
  }
  .sp_text_left {
    justify-content: flex-start;
  }
  .sp_ml {
    margin-left: 24px;
  }
  .btn02 {
    margin: 0 auto;
  }
  /*予約内容変更(法人)*/
  .sp_mb {
    margin-bottom: 14px;
  }
  .user_form_wrap {
    margin-top: 10px;
  }
  .checkbox01_sp {
    margin-bottom: 14px;
  }
  /*情報入力フォーム(個人)*/
  .entry_box_sp {
    text-align: center;
  }
  .input_name01 {
    margin-right: 0;
  }
  /*個人予約内容変更(個人)*/
  .user_form_in_personal .entry_box {
    width: 100% !important;
  }
  .mypage_box .mypage_box_in {
    justify-content: center;
  }
}
/*
-----------------------------------------------
ログイン　レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .login_reissue {
    font-size: 16px;
  }
  .spOnly {
    display: block;
  }
}
/*
-----------------------------------------------
日程選択　レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .shikaku_wrap {
    overflow-x: scroll;
    margin-top: 10px;
  }
  .shikaku_wrap > div {
    width: 180%;
  }
  .hp_content {
    width: 95%;
  }
  .hp_content p {
    font-size: 18px;
  }
  .popupbtn {
    font-size: 22px;
  }
  .content3 {
    width: 95%;
  }
  .popup3 .content3 h2 {
    font-size: 18px;
  }
  .hp_content2 {
    width: 95%;
  }
  .hp_content2 p {
    font-size: 18px;
  }
  .hp_content2 p span {
    font-size: 30px;
  }
  .hp_content2 p {
    font-size: 15px;
  }
  .shikaku_popup_tbl01 th, .shikaku_popup_tbl01 td {
    width: 100%;
    display: block;
  }
  .popup3 {
    overflow-y: scroll;
  }
  .shikaku_popup_tbl01 td {
    font-size: 14px;
  }
  .shikaku_popup_tbl01 td span {
    font-size: 18px;
  }
  .shikaku_popup_tbl01 th {
    font-size: 14px;
  }
  .popup_under_flex p {
    font-size: 18px;
  }
  .popup_under_flex {
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0;
	grid-row-gap: 40px;
  }
  .btn_close_area {
    text-align: center;
  }
  .help_btn button {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .content3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
	.hp_content .under_btn{
		grid-row-gap: 20px;
	}
}
/*
-----------------------------------------------
予約申し込み1人目　レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .select_course {
    flex-direction: column;
    grid-row-gap: 10px;
  }
  .select_course .div01 {
    width: 100%;
  }
  .f16 {
    font-size: 14px;
  }
  .select_course_p p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .select_course .div02 {
    width: 100%;
  }
}
/*
-----------------------------------------------
予約内容確認・変更　レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn_gap {
    flex-direction: column;
    grid-row-gap: 10px;
  }
  .btn02_sp {
    width: 300px;
  }
}

/*
-----------------------------------------------
追加 2025.04
----------------------------------------------- */
.f120{font-size:120% !important;}
.f110{font-size:110% !important;}

.label_name_manager{width:15%;}
.entry_box_manager{width:82%;}

/*
-----------------------------------------------
プライバシーポリシー　スクロール
----------------------------------------------- */
.scroll-txt{
	padding: 40px 45px;
	border: 1px solid #333333;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.scr_txt_in{
	max-height: 240px;
	overflow: auto;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7em;
}
.scr_txt_in h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1em;
}
.scr_txt_in h3{
	margin-bottom: 0.5em;
}
.scr_txt_in h4{
	margin-bottom: 0.5em;
}
.scr_txt_in li{
    list-style-type: disc;
    margin-left: 40px;
	margin-bottom: 0.3em
}


 .policy-check{
    width: 100%;
    padding: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.policy-check label {
	text-align: center;
}
.policy-check.-disabled{
    color: #ccc;
}
.policy-check_btn{
	margin-bottom: 30px;
}

.policy-check_btn input[type="checkbox"] {
width: 18px;
 height: 18px;
}

@media screen and (max-width: 767px) {

.scroll-txt{
	padding: 15px 15px;
}
.scr_txt_in{
	font-size: 1.4rem;
}

.scr_txt_in li{
    list-style-type: disc;
    margin-left: 20px;
	margin-bottom: 0.3em
}

}

/*
-----------------------------------------------
特別教育
----------------------------------------------- */

.special_h01 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 0.3em 0;
  color: #fff;
  background: #309a6a;
  margin-bottom: 15px;
}

.special_wrap01{
  padding-top:10px;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  column-gap:2%;
  padding-bottom:15px;
}

.special_wrap02{
  padding-top:10px;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  column-gap:2%;
  padding-bottom:15px;
  border-top:solid 1px #999;
}

.sei1{
width:48%;
margin-right:1%;
}


.mei1{
width:48%;
}


.school_wrap0{
width:15%;
}

.school_wrap01{
width:42%;
}

.school_wrap02{
width:37%;
}

.school_wrap03{
width:80%;
}

.special_bikou{
width:100%;
border:solid 1px #ccc;
padding:10px;
height:180px;
font-size:14px;
}

.label_special01 {
  margin-bottom: 15px;
}

.label_special02 {
  margin:8px 0;
}

.label_special01 input,
.label_special02 input{
  font-size: 14px;
  border: solid 1px #999;
  padding: 0.3em;
}


.special_list01{
width:100%;
}

.special_list01 th{
width:16%;
vertical-align:middle !important;
font-size:16px;
}

.special_list01 td{width:42%;}

.special_list01 tr{border-bottom:solid 1px #ccc;}



.entry_special {
  width: calc(100% - 12em);
}

.in-box04{
width:1400px;
margin-left:auto;
margin-right:auto;
}

#student_wrap{
border-top:solid 1px #999;
padding-top:20px;
}
.student_tbl{
width:100%;
}
.student_tbl .th00{width:2%;}
.student_tbl .th01{width:14.5%;}
.student_tbl .th02{width:13%;}
.student_tbl .th03{width:25%;}
.student_tbl .th04{width:12%;}
.student_tbl .th05{width:15%;}
.student_tbl .th06{width:9%;}
.student_tbl .th07{width:7.5%;}


.student_tbl th{
  color: #fff;
  background: #309a6a;
  font-size:14px;
  text-align:center;
  padding:10px 0;
  border:solid 1px #ccc;
}

.student_tbl td{
  background: #fff;
  padding:0.1em 0.3em;
  border:solid 1px #ccc;
}

.student_tbl .td00{text-align:center;}

.label_special03 input{
  font-size: 12px;
  border: solid 1px #999;
  padding: 0.3em 0.1em;
}

.radio_span02 {
  margin-right: 5px;
}

.input_special01{
width:2.8em;
}

.input_special02{
width:3.2em;
}

.input_special03{
width:8em;
}

.input_special04{
width:100%;
}

.input_special05{
width:5em;
}

/*
-----------------------------------------------
2025/12/06　追加
----------------------------------------------- */
.password_lost {
text-align:right;
margin-top:10px;
font-size:14px;
  margin-left: 10%;
  margin-right: 10%;
}


