@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1em;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


.body-group .nav-group>a,
.body-user .nav-user>a,
.body-task .nav-task>a,
.body-admin .nav-admin>a,
.body-administrator .nav-admin>a,
.body-associate .nav-associate>a,
.body-associate-administrator .nav-associate>a,
.body-facilities .nav-facilities>a,
.body-vehicle .nav-vehicle>a,
.body-driver .nav-driver>a {
  background-color: #F6F8F9;
}
/* 仮ページ */
.body-route .nav-route>a,
.body-progress .nav-progress>a,
.info-share .nav-info-share>a
 {
  background-color: #F6F8F9;
}


.account-create {
  width: 100vw;
  height: 100vh;
  background-color: #eee;
  /* background-image: url(../../img/bg-img.png); */
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-create .create-box {
  max-width: 800px;
  width: 80vw;
  margin: 0 auto;
  background: white;
  padding: clamp(50px, 10vh, 100px) 30px;
}

.account-create .create-box h1,
.account-create .create-box p {
  text-align: center;
}

.account-create .create-box h1 {
  margin: 0 0 18px;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: normal;
  letter-spacing: clamp(0rem, 0.5vw, 0.3rem);
}

.account-create .create-box p {
  font-size: clamp(12px, 2vw, 18px);
  color: #999999;
  line-height: 1.75em;
}

.account-create .create-box p .br {
  display: inline-block;
  line-height: 1.75em;
}

.account-create .create-box .input-box {
  margin: clamp(30px, 5vh, 65px) auto 0;
  max-width: 600px;
  width: 90%;
}

.account-create .create-box .input-box .user-name,
.account-create .create-box .input-box .login-name,
.account-create .create-box .input-box .pass,
.account-create .create-box .input-box .mail-address
{
  padding-bottom: 8px;
  border-bottom: 1px solid #bbbbbb;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
      grid-template-columns: 25% 75%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4em;
}
.account-create .create-box .input-box .mail-address
{
  margin-bottom: 0;
}

.account-create .create-box .input-box div label {
  margin-left: 5px;
  font-size: clamp(13px, 1.4vw, 16px);
}

.account-create .create-box .input-box div input {
  border: none;
  padding: 7px 10px;
}

.account-create .create-box .input-box div input::-webkit-input-placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.account-create .create-box .input-box div input:-ms-input-placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.account-create .create-box .input-box div input::-ms-input-placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.account-create .create-box .input-box div input::placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}


.account-create .create-box .input-box .button-area {
  padding-top: 1em;
  position: relative;
}
.account-create .create-box .input-box .error {
  color: #DC2626;
  margin-bottom: 2em;
  position: absolute;
  top: 2em;
  width: 100%;
  text-align: center;
}
.account-create .create-box .input-box .error ul li {
  list-style: none;
  line-height: 1.4em;
  font-size: 14px;
}
.account-create .create-box .input-box .button-area input{
  display: block;
  border-radius: 4px;
  margin: clamp(100px, 5vw, 80px) auto 0;
  padding: 16px 30px;
  font-size: clamp(12px, 1.5vw, 18px);
  background-color: #D73A4F;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* .account-create .create-box .input-box a:hover {
  opacity: .8;
} */

.login {
  width: 100vw;
  height: 100vh;
  background-color: #eee;
  /* background-image: url(../../img/login-bg.png); */
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login .login-box {
  max-width: 800px;
  width: 80vw;
  margin: 0 auto;
  background: white;
  padding: clamp(50px, 10vh, 100px) 30px;
}

.login .login-box h1,
.login .login-box p {
  text-align: center;
}

.login .login-box h1 {
  margin: 0 0 18px;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: normal;
  letter-spacing: clamp(0rem, 0.5vw, 0.3rem);
}

.login .login-box p {
  font-size: clamp(12px, 1.5vw, 18px);
  color: #999999;
  line-height: 1.75em;
}

.login .login-box p .br {
  display: inline-block;
  line-height: 1.75em;
}

.login .login-box .input-box {
  margin: clamp(50px, 5vw, 80px) auto 0;
  max-width: 500px;
  width: 90%;
}

.login .login-box .input-box div.user-name,
.login .login-box .input-box div.login-name
{
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 77%;
      grid-template-columns: 23% 77%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(35px, 5vw, 45px);
}
.login .login-box .input-box div.login-name
{
  margin-bottom: clamp(70px, 5vw, 45px);
}

.login .login-box .input-box div label {
  margin-left: 5px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.login .login-box .input-box div input {
  border: none;
  padding: 7px 10px;
}

.login .login-box .input-box div input::-webkit-input-placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.login .login-box .input-box div input:-ms-input-placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.login .login-box .input-box div input::-ms-input-placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.login .login-box .input-box div input::placeholder {
  color: #dddddd;
  font-size: 15px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.login .login-box .input-box input[type="checkbox"] {
  display: none;
}

.login .login-box .input-box input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 5px;
  top: 50%;
  left: 4px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
}

.login .login-box .input-box input[type="checkbox"]:checked + label::before {
  background-color: #D73A4F;
}

.login .login-box .input-box > label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.login .login-box .input-box > label::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  border: 1px solid;
  border-color: #D5D0D0;
  background-color: #FFF;
  border-radius: 5px;
}

.login .login-box .input-box > a {
  font-size: clamp(12px, 1.5vw, 18px);
  color: #D73A4F;
  text-decoration: none;
  float: right;
  padding: 7px;
  margin-top: -7px;
  border-radius: 5px;
}

.login .login-box .input-box > a:hover {
  background-color: #d73a4f15;
}

.login .login-box .input-box .button-area input {
  display: block;
  border-radius: 4px;
  margin: clamp(65px, 5vw, 80px) auto 0;
  padding: 16px 30px;
  font-size: clamp(12px, 1.5vw, 18px);
  background-color: #D73A4F;
  color: #fff;
  border: none;
  cursor: pointer;
}

.login .login-box .input-box .button-area input:hover {
  background-color: #d85869;
}

.login .login-box .input-box .error ul li{
  list-style: none;
}
.login .login-box .input-box .button-area{
  padding-top: 1em;
  position: relative;
}
.login .login-box .input-box .error{
  color:#DC2626;
  margin-bottom: 2em;
  position: absolute;
  top:2em;
  width: 100%;
  text-align: center;
}

/* .login .login-box .input-box button {
  border-radius: 4px;
  margin: 1em auto 0;
  width: 40%;
  min-width: 150px;
  font-size: clamp(12px, 1.5vw, 18px);
  background-color: #D73A4F;
  text-decoration: none;
  border: none;
  display: -ms-grid;
  display: grid;
  place-items: center;
} */
/* .login .login-box .input-box button a{
  display: block;
  width: 100%;
  padding: 16px 30px;
  color: #fff;
  text-decoration: none;
} */

.header {
  height: clamp(60px, 10vw, 70px);
  width: 100%;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 10% auto 6% auto;
      grid-template-columns: auto auto 10% auto 6% auto;
  gap: 10px;
  padding: 0 20px;
}

.header h1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  font-size: clamp(17px, 2vw, 26px);
}

.header h1 a {
  text-decoration: none;
  color: #FA6980;
}
.header h1 a img,
.user-header h1 a img
{
  width: 100px;
}

.header ul.pc {
  display: flex;
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[8];
      grid-template-columns:repeat(8, auto); */
  height:100%;
  gap: 6px;
}

.header ul.pc li {
  height: 100%;
  list-style: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.header ul.pc li a {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #343638;
  text-decoration: none;
  font-size: clamp(11px, 0.8vw, 16px);
}

.header ul.pc li a.now {
  background-color: #F6F8F9;
}

.header ul.pc:hover li:not(:hover) {
  opacity: .2;
}

.header .name {
  height: 100%;
  -ms-grid-row-align: end;
      align-self: end;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: bold;
}

.header .line,
.user-header .line{
  height: 100%;
  display: grid;
  place-items: center;
}
.header .line img,
.user-header .line img{
  width: 30px;
}
.header .line a,
.user-header .line a
{
  display: block;
}

.header .lang-area,
.user-header .lang-area
{
  height: 100%;
  padding: 0 4px;
  display: flex;
  place-items: center;
  justify-content: end;
  position: relative;
  /* ↓モバイル用 */
  align-content: center;
}
.header .lang-area .lang-img img,
.user-header .lang-area .lang-img img
{
  max-width: initial;
  width: 20px;
  margin-left: auto;
}
.header .lang-area .dropdown__btn:after,
.user-header .lang-area .dropdown__btn:after{
  content: '';
  z-index: 3;
  width: 3px;
  height: 3px;
  top: 50%;
  position: absolute;
  right: 7px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.header .dropdown,
.user-header .dropdown{
  margin: 0 0 0 5px;
  position: relative;
}
.header .dropdown__btn,
.user-header .dropdown__btn{
  display: block;
  width: 1.5em;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  border: #ccc 1px solid;
  padding: 6px 28px 6px 6px;
  font-size: clamp(11px, 0.7vw, 14px);
}
/* .header .dropdown__btn.is-open::after,
.user-header .dropdown__btn.is-open::after{
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
} */
.header .dropdown__btn.is-open + .dropdown__body,
.user-header .dropdown__btn.is-open + .dropdown__body{
  display: block;
  z-index: 5;
}
.header .dropdown__body,
.user-header .dropdown__body{
  display: none;
  width: 50px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60,64,67,0.149), 0 1px 2px 0 rgba(60,64,67,0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 0;
}
.header .dropdown__list,
.user-header .dropdown__list{
  margin: 0;
  padding: 0;
}
.header .dropdown__item,
.user-header .dropdown__item{
  display: block;
}
.header .dropdown__item-link,
.user-header .dropdown__item-link{
  padding: 1em 1.2em;
  font-size: clamp(10px, 0.7vw, 15px);
  text-decoration: none;
  color: #444;
  display: flex;
  align-items: center;
}
.header .dropdown__item .dropdown__item-link img,
.user-header .dropdown__item .dropdown__item-link img{
  width: 20%;
  margin-right: 10%;
}
.header .dropdown__item-link:hover,
.user-header .dropdown__item-link:hover{
  background: #fbfbfb;
}
.header .logout a{
  height: 100%;
  padding: 0 4px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #aaa;
  text-decoration: none;
  font-size: clamp(10px, 0.7vw, 15px);
}
.header .logout:hover{
  opacity: 0.7;

}
.header .hamburger-switch,
.user-header .hamburger-switch{
  place-self: center;
  width: 3vw;
  max-width: 40px;
  min-width: 30px;
  height: 2vw;
  max-height: 30px;
  min-height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
.header .hamburger-switch div,
.user-header .hamburger-switch div {
  width: 100%;
  border-bottom: 3px solid #000;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .hamburger-switch .line1,
.user-header .hamburger-switch .line1 {
  top: 0;
  border-color: #FFCC00;
}
.header .hamburger-switch .line2,
.user-header .hamburger-switch .line2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: #FF8B9F;
}
.header .hamburger-switch .line3,
.user-header .hamburger-switch .line3 {
  bottom: 0;
  border-color: #44CCFF;
}
.header .hamburger-switch.open .line1,
.user-header .hamburger-switch.open .line1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header .hamburger-switch.open .line2,
.user-header .hamburger-switch.open .line2 {
  opacity: 0;
}
.header .hamburger-switch.open .line3,
.user-header .hamburger-switch.open .line3 {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}
.header .hamburger-menu,
.user-header .hamburger-menu {
  width: 200px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  left: 100%;
  top: clamp(60px, 10vw, 70px);
  -webkit-transition: .3s;
  transition: .3s;
}
.header .hamburger-menu ul,
.user-header .hamburger-menu ul {
  width: 100%;
  background-color: #fff;
}
.header .hamburger-menu ul li,
.user-header .hamburger-menu ul li{
  list-style: none;
  width: 100%;
  height: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}
.header .hamburger-menu ul li.mb-line img,
.user-header .hamburger-menu ul li.mb-line img
{
  width: 30px;
}
.header .hamburger-menu ul li:not(.mb-lang) a,
.user-header .hamburger-menu ul li:not(.mb-lang) a{
  display: inline-block;
  text-decoration: none;
  color: #343638;
  font-size: clamp(11px, 0.8vw, 16px);
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  padding-left: 30px;
}
.header .hamburger-menu ul li.mb-lang,
.user-header .hamburger-menu ul li.mb-lang{
  color: #343638;
  font-size: clamp(11px, 0.8vw, 16px);
  padding-left: 30px;
  margin: 1em 0 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  display: flex;
  font-size: 0.9em;
}
.header .hamburger-menu ul .mb-lang a,
.user-header .hamburger-menu ul .mb-lang a{
  padding: 6px 10px;
}
.header .hamburger-menu ul .mb-lang a.select,
.user-header .hamburger-menu ul .mb-lang a.select{
  background-color: #eee;
}
.header .hamburger-menu ul li.mb-lang span,
.user-header .hamburger-menu ul li.mb-lang span{
  margin: 0 10px;
}
.header .hamburger-menu ul li.mb-lang img,
.user-header .hamburger-menu ul li.mb-lang img{
  width: 20px;
  margin-right: 10px;
}
.header .hamburger-menu ul li.mb-lang a,
.user-header .hamburger-menu ul li.mb-lang a{
  text-decoration: none;
  color: #343638;
  display: flex;
  align-items: center;
}
.header .hamburger-menu ul .mb-logout,
.user-header .hamburger-menu ul .mb-logout{
  padding: 10px 50px 10px 10px;
  height: 55px;
}
.header .hamburger-menu ul .mb-logout a,
.user-header .hamburger-menu ul .mb-logout a{
  color: #444;
  background-color: #ddd;
  display: flex;
  padding-left: 20px;
  font-size: clamp(11px, 0.8vw, 16px);
  text-decoration: none;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .hamburger-menu ul .mb-logout a img,
.user-header .hamburger-menu ul .mb-logout a img{
  width: 15%;
  margin-right: 5px;
}
.header .hamburger-menu ul li a.now,
.user-header .hamburger-menu ul li a.now {
  background-color: #F6F8F9;
}
.header .hamburger-menu.open,
.user-header .hamburger-menu.open {
  left: calc(100% - 200px);
}

#top-body {
  background-color: #F6F8F9;
  overflow-x: hidden;
}

#top-body .top {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

#top-body .top .tab-btn {
  width: 100%;
  height: clamp(50px, 10vw, 80px);
  display: -ms-grid;
  display: grid;
  justify-items: end;
}

#top-body .top .tab-btn ul {
  max-width: 720px;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
  justify-items: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(5px, 1vw, 20px);
}

#top-body .top .tab-btn ul li {
  list-style: none;
  width: 100%;
  height: 80%;
  min-height: 35px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 2.5em;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  font-size: clamp(12px, 2vw, 16px);
}

#top-body .top .tab-btn ul li.badge::after{
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

/* #top-body .top .tab-btn ul li:nth-of-type(2)::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 200px;
  width: 25px;
  height: 25px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
} */
/* #top-body .top .tab-btn ul li:nth-of-type(3)::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 185px;
  width: 25px;
  height: 25px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
} */

#top-body .top .tab-btn ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-49.9%) rotate(45deg);
          transform: translateY(-49.9%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

#top-body .top .tab-btn ul li:hover {
  background-color: #fafafa;
}

#top-body .top .tab-btn ul li.active {
  height: 100%;
  border: none;
  background-color: #264293;
  color: #fff;
  border-radius: 25px 25px 0 0;
  cursor: default;
}

#top-body .top .tab-btn ul li.active::before {
  -webkit-transform: translateY(-80%) rotate(135deg);
          transform: translateY(-80%) rotate(135deg);
  border-color: #fff;
}

#top-body .top .top-board {
  width: 100%;
  height: 100%;
  position: relative;
  /* overflow-x: auto; */
}

#top-body .top .top-board .schedule-board {
  border: none;
  width: 100%;
  min-width: 800px;
  background-color: #fff;
  border-spacing: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#top-body .top .top-board .schedule-board tr {
  border: none;
}

#top-body .top .top-board .schedule-board tr th,
#top-body .top .top-board .schedule-board tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

#top-body .top .top-board .schedule-board tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

#top-body .top .top-board .schedule-board tr th:first-of-type {
  width: 10%;
}

#top-body .top .top-board .schedule-board tr th:nth-of-type(2) {
  width: 40%;
}

#top-body .top .top-board .schedule-board tr th:nth-of-type(3) {
  width: 25%;
}

#top-body .top .top-board .schedule-board tr th:nth-of-type(4) {
  width: 25%;
}

#top-body .top .top-board .schedule-board tr td:nth-of-type(4) {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

#top-body .top .top-board .schedule-board tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

#top-body .top .top-board .schedule-board tr td a {
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 50%;
  width: 50%;
  min-width: 100px;
}

#top-body .top .top-board .schedule-board tr td a:hover {
  opacity: .8;
}

#top-body .top .top-board .schedule-board tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

#top-body .top .top-board .schedule-board tr .video {
  background-color: #264293;
}
#top-body .top .top-board .schedule-board tr .d-gray {
  background-color: #999;
}
#top-body .top .top-board .schedule-board tr .voice {
  background-color: #E33C23;
}

#top-body .top .top-board .schedule-board tr:last-of-type td {
  border-bottom: none;
}

#top-body .top .top-board .group-board,
#top-body .top .top-board .user-board {
  border: none;
  width: 100%;
  min-width: 800px;
  background-color: #fff;
  border-spacing: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#top-body .top .top-board .group-board tr,
#top-body .top .top-board .user-board tr {
  border: none;
}

#top-body .top .top-board .group-board tr th,
#top-body .top .top-board .group-board tr td,
#top-body .top .top-board .user-board tr th,
#top-body .top .top-board .user-board tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

#top-body .top .top-board .group-board tr th,
#top-body .top .top-board .user-board tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

#top-body .top .top-board .group-board tr th:nth-of-type(1),
#top-body .top .top-board .user-board tr th:nth-of-type(1) {
  width: 10%;
}

#top-body .top .top-board .group-board tr th:nth-of-type(2),
#top-body .top .top-board .user-board tr th:nth-of-type(2) {
  width: 20%;
}

#top-body .top .top-board .group-board tr th:nth-of-type(3),
#top-body .top .top-board .user-board tr th:nth-of-type(3) {
  width: 30%;
  text-align: left;
}
#top-body .top .top-board .group-board tr td:nth-of-type(3),
#top-body .top .top-board .user-board tr td:nth-of-type(3) {
  text-align: left;
}

#top-body .top .top-board .group-board tr th:nth-of-type(4),
#top-body .top .top-board .user-board tr th:nth-of-type(4) {
  width: 15%;
}

#top-body .top .top-board .group-board tr th:nth-of-type(5),
#top-body .top .top-board .user-board tr th:nth-of-type(5) {
  width: 25%;
}

#top-body .top .top-board .group-board tr td:nth-of-type(5),
#top-body .top .top-board .user-board tr td:nth-of-type(5) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  place-items: center;
}

#top-body .top .top-board .group-board tr td,
#top-body .top .top-board .user-board tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

#top-body .top .top-board .group-board tr td a,
#top-body .top .top-board .user-board tr td a {
  background-color: #264293;
  border-radius: 2.5em;
  display: inline-block;
  width: 65%;
  color: #fff;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 50%;
  min-width: 90px;
  margin: 0;
}

#top-body .top .top-board .group-board tr td a:hover,
#top-body .top .top-board .user-board tr td a:hover {
  opacity: .8;
}

#top-body .top .top-board .group-board tr td .task,
#top-body .top .top-board .user-board tr td .task {
  background-color: #E33C23;
  position: relative;
}

#top-body .top .top-board .group-board tr td .chat,
#top-body .top .top-board .user-board tr td .chat {
  background-color: #264293;
  position: relative;
}

#top-body .top .top-board .group-board tr td .task span,
#top-body .top .top-board .user-board tr td .task span,
#top-body .top .top-board .group-board tr td .chat span,
#top-body .top .top-board .user-board tr td .chat span
{
  content: '';
  position: absolute;
  top: -13px;
  right: -18px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

#top-body .top .top-board .user-board tr th:nth-of-type(1) {
  width: 10%;
}

#top-body .top .top-board .user-board tr th:nth-of-type(2) {
  width: 30%;
}

#top-body .top .top-board .user-board tr th:nth-of-type(3) {
  width: 30%;
}

#top-body .top .top-board .user-board tr th:nth-of-type(4) {
  width: 30%;
}

#top-body .top .top-board .user-board tr td:nth-of-type(4) {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
}

#top-body .top .top-board .user-board tr td:nth-of-type(4) a {
  width: 60%;
}

#top-body .top .top-board .panel.is-show {
  visibility: visible;
  position: static;
}

.alert {
  margin-bottom: 20px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 14px;
}

.alert.failure {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}

.alert.success {
  background-color: #d6f6a9;
  border: 1px solid #bef176;
  color: #5d9911;
}

.alert.complete {
  background-color: #adb1c0;
  border: 1px solid #868ca1;
  color: #fff;
}

.board-header {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 200px;
      grid-template-columns: auto auto 200px;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items:stretch;
}

.board-header h1 {
  /* display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  font-size: clamp(18px, 4vw, 28px);
  margin-right: auto;
  display: flex;
  align-items: center;
}

.board-header form {
  height: 100%;
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}

.board-header form > * {
  height: 100%;
  border-radius: 4px;
  border: none;
}

.board-header form > input {
  cursor: pointer;
}

.board-header form > input:hover {
  opacity: .8;
}

.board-header form .search {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  background-color: #fff;
  border: 1px #D5D0D0 solid;
}

.board-header form .search input[type="search"] {
  border: none;
  background-color: transparent;
  padding: 10px;
}

.board-header form .search input[type="search"]::-webkit-input-placeholder {
  color: #D5D0D0;
}

.board-header form .search input[type="search"]:-ms-input-placeholder {
  color: #D5D0D0;
}

.board-header form .search input[type="search"]::-ms-input-placeholder {
  color: #D5D0D0;
}

.board-header form .search input[type="search"]::placeholder {
  color: #D5D0D0;
}

.board-header form .search button {
  width: 20px;
  height: 20px;
  border: none;
  background-image: url(../../img/search.svg);
  background-position: center;
  background-color: transparent;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.board-header form input[value="検索"],
.board-header form input[value="Search"] {
  width: clamp(60px, 10vw, 70px);
  background-color: #2396e3;
  color: #fff;
}

.board-header form input[value="クリア"],
.board-header form input[value="Clear"] {
  width: clamp(60px, 10vw, 70px);
  background-color: #bbbbbb;
  color: #fff;
}

.board-header a {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.2vw, 16px);
  /* width: clamp(60px, 10vw, 70px); */
  padding: 10px 30px;
  background-color: #E33C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 20px;
}

.board-header a:hover {
  opacity: .8;
}

.detail-board-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  gap: 10px;
}

.detail-board-header h1 {
  font-size: clamp(20px, 4vw, 30px);
}
.detail-board-header .button-area {
  font-size: clamp(20px, 4vw, 30px);
}

.detail-board-header > span {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  background-color: #707070;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.detail-board-header a{
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px 20px;
  background-color: #707070;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px;
}
.detail-board-header a.copy{
  background-color: #264293;
}
.detail-board-header .button-area{
  display: flex;
}

.detail-board-header a:hover,
.detail-board-header > span:hover {
  opacity: .8;
}

.page-nav {
  margin: 30px auto 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.page-nav li {
  width: clamp(40px, 5vw, 50px);
  height: clamp(40px, 5vw, 50px);
  list-style: none;
}

.page-nav li span,
.page-nav li a {
  border-radius: 4px;
  border: 1px solid #E8E9EC;
  background-color: #fff;
  font-size: clamp(12px, 1.5vw, 18px);
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #4d4f5c88;
  position: relative;
}

.page-nav li:first-of-type a::before,
.page-nav li:last-of-type a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #808495;
  border-left: 1px solid #808495;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.page-nav li:first-of-type a::before {
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}

.page-nav li:last-of-type a::before {
  -webkit-transform: translate(-70%, -50%) rotate(135deg);
          transform: translate(-70%, -50%) rotate(135deg);
}

.page-nav li:hover a {
  background-color: #E33C23;
  color: #fff;
}

.page-nav li:hover a::before {
  border-color: #fff;
}

.page-nav li.now a,
.page-nav li.now span {
  background-color: #E33C23;
  color: #fff;
}

.administrator {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.administrator .administrator-board {
  width: 100%;
  overflow-x: auto;
}

.administrator .administrator-board table {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.administrator .administrator-board table tr {
  border: none;
}

.administrator .administrator-board table tr th,
.administrator .administrator-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.administrator .administrator-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.administrator .administrator-board table tr th:first-of-type,
.administrator .administrator-board table tr td:first-of-type {
  width: 10%;
  padding: 0 15px;
}

.administrator .administrator-board table tr td:nth-of-type(2) {
  text-align: center;
}

.administrator .administrator-board table tr th:nth-of-type(3),
.administrator .administrator-board table tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}

.administrator .administrator-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.administrator .administrator-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.administrator .administrator-board table tr td a:hover {
  opacity: .8;
}

.administrator .administrator-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.administrator .administrator-board table tr:last-of-type td {
  border-bottom: none;
}

.administrator-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.administrator-detail .administrator-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

.administrator-detail .administrator-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
}

.administrator-detail .administrator-detail-board .input-container div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
      grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 20px);
}

.administrator-detail .administrator-detail-board .input-container div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.administrator-detail .administrator-detail-board .input-container div input {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.administrator-detail .administrator-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.administrator-detail .administrator-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.administrator-detail .administrator-detail-board .input-container div:nth-of-type(4) {
  -ms-grid-row: 4;
  grid-row: 4;
}

.administrator-detail .administrator-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.administrator-detail .administrator-detail-board .input-container div:nth-of-type(5) textarea {
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.administrator-detail .administrator-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}
.administrator-detail .administrator-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.administrator-detail .administrator-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}



.associate-administrator {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.associate-administrator .associate-administrator-board {
  width: 100%;
  overflow-x: auto;
}

.associate-administrator .associate-administrator-board table {
  border: none;
  min-width: 500px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.associate-administrator .associate-administrator-board table tr {
  border: none;
}

.associate-administrator .associate-administrator-board table tr th,
.associate-administrator .associate-administrator-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.associate-administrator .associate-administrator-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.associate-administrator .associate-administrator-board table tr th:first-of-type,
.associate-administrator .associate-administrator-board table tr td:first-of-type {
  width: 10%;
}

.associate-administrator .associate-administrator-board table tr td:nth-of-type(2) {
  text-align: center;
  width: 80%;
}

.associate-administrator .associate-administrator-board table tr th:nth-of-type(3) {
  width: 30%;
  min-width: 200px;
}

.associate-administrator .associate-administrator-board table tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}
.associate-administrator .associate-administrator-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.associate-administrator .associate-administrator-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.associate-administrator .associate-administrator-board table tr td a:hover {
  opacity: .8;
}

.associate-administrator .associate-administrator-board table tr .gray {
  padding: 10px 20px;
  background-color: #999999;
}

.associate-administrator .associate-administrator-board table tr td a span{
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.associate-administrator .associate-administrator-board table tr:last-of-type td {
  border-bottom: none;
}

.associate-administrator-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.associate-administrator-detail .associate-administrator-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

.associate-administrator-detail .associate-administrator-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.5fr 1fr 1fr;
      grid-template-rows: 0.5fr 1fr 1fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
      grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 20px);
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div input {
  /* width: 50%; */
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div:first-child {
  gap: 0;
}
.radio-area {
  display: flex !important;
  gap: 30px !important;
  justify-items: start;
  border-radius: 36px;
}
.radio-area label {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.radio-area label input {
  display: none;
}
.radio-area label .radiobutton {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  border: #3B86FF 2px solid;
}
.radio-area label .radiobutton::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
.radio-area label span {
  font-size: clamp(12px, 1.5vw, 18px);
}
.radio-area .radiobutton {
  border-radius: 2.5em;
}
.radio-area label .radiobutton::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #3B86FF;
  border-radius: 2.5em;
}
.radio-area label input[type=radio]:checked + .radiobutton::before {
  opacity: 1;
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-span: 2;
  /* grid-row: 2/4; */
}

.associate-administrator-detail .associate-administrator-detail-board .input-container div:nth-of-type(5) textarea {
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.associate-administrator-detail .associate-administrator-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}
.associate-administrator-detail .associate-administrator-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.associate-administrator-detail .associate-administrator-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

.user {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.user .user-board {
  width: 100%;
  overflow-x: auto;
}

.user .user-board table {
  border: none;
  min-width: 700px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.user .user-board table tr {
  border: none;
}

.user .user-board table tr th,
.user .user-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.user .user-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.user .user-board table tr th:first-of-type,
.user .user-board table tr td:first-of-type {
  width: 10%;
}

.user .user-board table tr td:nth-of-type(2) {
  text-align: center;
}

.user .user-board table tr th:nth-of-type(3) {
  width: 50%;
  min-width: 200px;
}

.user .user-board table tr td:nth-of-type(3) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  place-items: center;
  padding: 0 10px;
  gap: 10px;
}

.user .user-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.user .user-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  width: 90%;
  background-color: #E33C23;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.user .user-board table tr td a:hover {
  opacity: .8;
}

.user .user-board table tr td a:nth-of-type(1) {
  background-color: #999999;
}

.user .user-board table tr td a:nth-of-type(2) {
  position: relative;
}
.user .user-board table tr td a:nth-of-type(3) {
  background-color: #264293;
  position: relative;
}

.user .user-board table tr td a:nth-of-type(4) {
  background-color: #5d9911;
}

.user .user-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.user .user-board table tr td a span{
  content: '';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.user .user-board table tr:last-of-type td {
  border-bottom: none;
}

.user-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.user-detail .user-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

/* .user-detail .user-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1.7fr;
      grid-template-columns: 1fr 1.7fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
} */

.user-detail .user-detail-board .input-container div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.user-detail .user-detail-board .input-container div input,
.user-detail .user-detail-board .input-container div select {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.user-detail .user-detail-board .input-container div:not(.select) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
  grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 30px);
  margin-bottom: 4em;
}
.user-detail .user-detail-board .input-container > div input:not([type="checkbox"],[type="button"]),
.user-detail .user-detail-board .input-container > div textarea,
.user-detail .user-detail-board .input-container > div select {
  width: 50%;
}
.user-detail .user-detail-board .input-container .select-area{
  gap:0 !important;
  margin-bottom: 0 !important;
}
.user-detail .user-detail-board .input-container .select-area .select {
  line-height: 1.8em;
  cursor: pointer;
  width: 49%;
  margin-right: 2%;
}
.user-detail .user-detail-board .input-container .select-area .select:nth-child(2n) {
  margin-right: 0;
}
.user-detail .user-detail-board .input-container > div.admin {
  gap: clamp(10px, 3vw, 10px);
  -ms-grid-rows: 1em auto;
  grid-template-rows: 1em auto;
}
.user-detail .user-detail-board .input-container > div div.grid {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(5px, 1vw, 10px);
}
.user-detail .user-detail-board .input-container > div div.select {
  line-height: 1.8em;
  cursor: pointer;
  grid-template-columns: 4fr 1fr;
  width: 100%;
}
.user-detail .user-detail-board .input-container > div div.midashi {
  cursor: pointer;
  width: 100%;
}
.user-detail .user-detail-board .input-container > div div:not(.grid) {
  position: relative;
}
.user-detail .user-detail-board .input-container > div div .cursor select {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  line-height: 1.8em;
  position: relative;
}
.user-detail .user-detail-board .input-container > div div .cursor:after {
  content: '';
  z-index: 3;
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  right: 5%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.user-detail .user-detail-board .input-container > div .popup-switch {
  -ms-grid-column-align: end;
  justify-self: end;
  padding: 15px clamp(20px, 5vw, 50px);
  background-color: #E33C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: clamp(12px, 1.5vw, 18px);
}
.user-detail .user-detail-board .input-container > div div.select input[type="button"] {
  line-height: 1.8em;
  cursor: pointer;
}

.user-detail .user-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.user-detail .user-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.user-detail .user-detail-board .input-container div:nth-of-type(4) {
  -ms-grid-row: 4;
  grid-row: 4;
}

.user-detail .user-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-row: 5;
  grid-row: 5;
}

.user-detail .user-detail-board .input-container div:nth-of-type(6) {
  -ms-grid-row: 6;
  grid-row: 6;
}

.user-detail .user-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}
.user-detail .user-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.user-detail .user-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

.group {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.group .group-board {
  width: 100%;
  overflow-x: auto;
}

.group .group-board table {
  border: none;
  min-width: 800px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.group .group-board table tr {
  border: none;
}

.group .group-board table tr th,
.group .group-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.group .group-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.group .group-board table tr th:nth-of-type(1),
.group .group-board table tr td:nth-of-type(1) {
  padding: 0 10px;
}

.group .group-board table tr th:nth-of-type(3),
.group .group-board table tr td:nth-of-type(3) {
  text-align: left;
}

.group .group-board table tr th:nth-of-type(4) {
  width: 50%;
  min-width: 200px;
}

.group .group-board table tr td:nth-of-type(4) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  place-items: center;
  padding: 0 10px;
  gap: 10px;
}

.group .group-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.group .group-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  width: 90%;
  background-color: #E33C23;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}

.group .group-board table tr td a:hover {
  opacity: .8;
}

.group .group-board table tr td a:first-of-type {
  background-color: #999999;
}

.group .group-board table tr td a:nth-of-type(3) {
  background-color: #264293;
}

.group .group-board table tr td a:nth-of-type(4) {
  background-color: #5d9911;
}

.group .group-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.group .group-board table tr td a span{
  content: '';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.group .group-board table tr:last-of-type td {
  border-bottom: none;
}

.group-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.group-detail .group-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

/* .group-detail .group-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1.7fr;
      grid-template-columns: 1fr 1.7fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
} */

.group-detail .group-detail-board .input-container > div {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 1vw, 30px);
  margin-bottom: 4em;
}

.group-detail .group-detail-board .input-container > div.admin {
  gap: clamp(10px, 3vw, 10px);
  -ms-grid-rows: 1em auto;
      grid-template-rows: 1em auto;
}

.group-detail .group-detail-board .input-container > div .add-btn {
  -ms-grid-column-align: end;
  justify-self: end;
  padding: 15px clamp(20px, 5vw, 50px);
  background-color: #E33C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: clamp(12px, 1.5vw, 18px);
}
.group-detail .group-detail-board .input-container > div .popup-switch {
  -ms-grid-column-align: end;
  justify-self: end;
  padding: 15px clamp(20px, 5vw, 50px);
  background-color: #E33C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: clamp(12px, 1.5vw, 18px);
}

.group-detail .group-detail-board .input-container > div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}
.group-detail .group-detail-board .input-container .select-area {
  margin: 1em 0;
}
.group-detail .group-detail-board .input-container .facility select
{
  margin: 1em 0;
}
.group-detail .group-detail-board .input-container .video-url input
{
  margin-top: 1em;
}

.group-detail .group-detail-board .input-container > div input:not([type="checkbox"]) {
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}
.group-detail .group-detail-board .input-container > div textarea {
  padding: 14px 10px;
  border-radius: 6px;
  font-weight: bold;
}
.group-detail .group-detail-board .input-container > div input:not([type="checkbox"],[type="button"]),
.group-detail .group-detail-board .input-container > div textarea,
.group-detail .group-detail-board .input-container > div select
{
  width: 50%;
}
.group-detail .group-detail-board .input-container > div select{
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  line-height: 1.8em;
  position: relative;
}
.group-detail .group-detail-board .input-container > div .cursor:after {
  content: '';
  z-index: 3;
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  right: 5%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.group-detail .group-detail-board .input-container > div div:not(.grid) {
  position: relative;
}
.group-detail .group-detail-board .input-container > div div.grid {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(5px, 1vw, 10px);
}
.group-detail .group-detail-board .input-container > div div.midashi {
  width: 50%;
  margin-bottom: 1em;
}
.group-detail .group-detail-board .input-container > div div.select input[type="button"]  {
  line-height: 1.8em;
  cursor: pointer;
}
.group-detail .group-detail-board .facility{
  margin-bottom: 2em !important;
}
.group-detail .group-detail-board .facility-info{
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  margin-bottom: 2em !important;
}
.group-detail .group-detail-board .facility-info .post-code{
  margin-bottom: 1em;
}
.group-detail .group-detail-board .facility-info .post-code{
  margin-bottom: 1em;
}




/* マルチセレクト */
.input-container .select-area{
  display: flex !important;
}
.input-container .select-area .select{
  line-height: 1.8em;
  cursor: pointer;
  width: 49%;
  margin-right: 2%;
}
.input-container .select-area .select:nth-child(2n){
  margin-right: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #bbb !important;
  background: #fff !important;
  color: #000 !important;
}
.select-area .ui-multiselect {
  padding: 10px 15px;
  cursor: pointer;
  width: 100% !important;
  font-size: clamp(12px, 1.5vw, 18px);
}
.ui-widget-header{
  background: #eee !important;
}
.ui-multiselect-menu .ui-multiselect-header{
  padding: 4px;
}
.ui-multiselect-menu .ui-multiselect-header .ui-multiselect-filter {
  float: none;
  margin-right: 0;
  margin-bottom: 5px;
  font-weight:normal;
}
.ui-multiselect-menu .ui-multiselect-header .ui-multiselect-filter input{
  border-radius: 4px;
  margin-left: 0;
  padding: 4px;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select-area .ui-multiselect .ui-icon{
  margin-top: 0;
}
.ui-multiselect-menu .ui-multiselect-header .ui-helper-reset{
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight:normal;
}
.ui-multiselect-menu .ui-multiselect-header .ui-icon {
  float: none;
}
.ui-multiselect-checkboxes input{
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
.ui-multiselect-header .ui-helper-reset li {
  margin: 0;
}
.ui-multiselect-header .ui-helper-reset li:first-child{
  margin-right: 10px;
}
.ui-multiselect-header .ui-helper-reset li.ui-multiselect-close {
  margin-left: auto;
}

 
.group-detail .group-detail-board .input-container > div .cursor{
  position: relative;
  width: 50%;
}

.group-detail .group-detail-board .input-container > div div .cursor select {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  line-height: 1.8em;
  position: relative;
}

.group-detail .group-detail-board .input-container > div div .cursor:after {
  content: '';
  z-index: 3;
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  right: 5%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.group-detail .group-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.group-detail .group-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.group-detail .group-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.group-detail .group-detail-board .input-container div:nth-of-type(5) textarea {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.group-detail .group-detail-board .submit-area{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(100px, 10vw, 60px);
  gap: 10px;
  text-align: center;
}
.group-detail .group-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.group-detail .group-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}
.group-detail .group-detail-board .submit-area a{
  background-color: #707b99;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.group-detail .group-user {
  margin-top: clamp(100px, 10vw, 150px);
  position: relative;
}

.group-detail .group-user .detail-board-header h1 {
  font-size: clamp(20px, 4vw, 30px);
}

.group-detail .group-user .detail-board-header h1 span {
  display: inline-block;
  line-height: 1.75em;
}

.group-detail .group-user .detail-board-header > span {
  background-color: #E33C23;
}

.group-detail .group-user .group-user-board {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}

.group-detail .group-user .group-user-board table {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.group-detail .group-user .group-user-board table tr th,
.group-detail .group-user .group-user-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.group-detail .group-user .group-user-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.group-detail .group-user .group-user-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.group-detail .group-user .group-user-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.group-detail .group-user .group-user-board table tr td a:hover {
  opacity: .8;
}

.group-detail .group-user .group-user-board table tr th:nth-of-type(1) {
  width: 40%;
}

.group-detail .group-user .group-user-board table tr th:nth-of-type(2) {
  width: 30%;
}

.group-detail .group-user .group-user-board table tr td:nth-of-type(2) {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.group-detail .group-user .group-user-board table tr .gray {
  background-color: #999999;
}

.group-detail .group-user .group-user-board table tr:last-of-type td {
  border-bottom: none;
}

/* map */
/* 印刷用 */
.print-off{
  display: none;
}
.printBc .route-print-area .table-area table tr td.delete{
  display: none;
}
.printBc .route-print-area .table-area table td:nth-child(2){
  width: 75%;
}
.map-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}
.map-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.map-detail-board {
  background-color: #fff;
  padding: clamp(20px, 6vw, 40px);
  margin: 30px 0 0;
}
.map-detail-board .search-area{
  display: flex;
  margin-bottom: 1em;
}
.map-detail-board .search-area .search {
  border: 1px #D5D0D0 solid;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  width: 350px;
}
.map-detail-board .search-area .search input{
    border: none;
    background-color: transparent;
    padding: 10px;
}
.map-detail-board .search-area input[value="検索"],
.map-detail-board .search-area input[value="Search"]{
  width: clamp(60px, 10vw, 70px);
  background-color: #2396e3;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.map-detail-board .btn-wrap{
  display: flex;  
  margin: 1em 0;
  justify-content: space-between;
}
.map-detail-board .print-area{
  display: flex;  
  justify-content: start;
  align-items: center;
  margin-bottom: 1em;
  gap: 10px;
}
.map-detail-board .print-area a{
  color: #fff;
  text-decoration: none;
  display: block;
}
.map-detail-board .print-area span{
  font-size: 16px;
}
.map-detail-board .print-area a{
  cursor: pointer;
  background-color: #264293;
  border: #264293 3px solid !important;
  padding: 15px 20px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.iframe-print-area{
  display: flex;  
  justify-content: center;
  margin-top: 1em;
  gap: 10px;
}
.iframe-print-area button{
  cursor: pointer;
  background-color: #264293;
  border: #264293 3px solid !important;
  padding: 12px 20px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.iframe-print-area button.back{
  background-color: #7b7b7b;
  border: #7b7b7b 3px solid !important;
}
.map-detail-board iframe{
  margin-bottom: 1em;
}
.map-detail-board .pin-area{
  margin-bottom: 1em;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.map-detail-board .pin-area span{
  -ms-grid-column-align: end;
  justify-self: end;
  font-size: 16px;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.map-detail-board .pin-area span:first-child{
  color: #bc0000;
  border: #bc0000 3px solid;
}
.map-detail-board .pin-area span:first-child.select{
  background-color: #bc0000;
  color: #fff;
}
.map-detail-board .pin-area span:nth-child(2){
  color: #191d8d;
  border: #191d8d 3px solid;
}
.map-detail-board .pin-area span:nth-child(2).select{
  background-color: #191d8d;
  color: #fff;
}
.map-detail-board .pin-area span:first-child:hover{
  background-color: #bc0000;
  color: #fff;
  border: #bc0000 3px solid;
  transition: 0.3s;
}
.map-detail-board .pin-area span:nth-child(2):hover{
  background-color: #191d8d;
  color: #fff;
  border: #191d8d 3px solid;
  transition: 0.3s;
}
.route-print-area .table-area
{
  overflow-x: auto;
}
.route-print-area .table-area table {
  min-width: 400px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.route-print-area .table-area table th{
 text-align: left;
}
.route-print-area .table-area table tr td input {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
  /* background: transparent; */
}
.route-print-area .table-area table td:first-child{
 width: 15%;
}
.route-print-area .table-area table td:nth-child(2){
 width: 65%;
}
.route-print-area .table-area table td:nth-child(3){
 width: 10%;
}
.route-print-area .table-area table td.red{
  border-radius: 6px;
  background-color: #bc0000;
}
.route-print-area .table-area table td.blue{
  border-radius: 6px;
  background-color: #191d8d;
}
.map-detail-board .submit-area{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(40px, 10vw, 60px);
  grid-auto-flow: column;
  gap: 30px;
  text-align: center;
}
.map-detail-board .submit-area a {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 40px);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #707b99;
  color: #fff;
}
.map-detail-board .submit-button input[type=submit]{
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 45px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.map-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

.chat-route{
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}
.chat-route-header h1{
  font-size: clamp(18px, 3vw, 22px);
}
.chat-route-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}
.chat-route-board iframe{
  margin-bottom: 2em;
}
.chat-route-board .pin-area{
  margin-bottom: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.chat-route-board .pin-area span{
  -ms-grid-column-align: end;
  justify-self: end;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.chat-route-board .table-area
{
  overflow-x: auto;
}
.chat-route-board .table-area table {
  min-width: 400px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.chat-route-board .table-area table th{
 text-align: left;
}
.chat-route-board .table-area table tr td{
  width: 100%;
  height: 100%;
  line-height: 1.4;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
  /* background: transparent; */
}
.chat-route-board .table-area table td:first-child{
 width: 15%;
}
.chat-route-board .table-area table td:nth-child(2){
 width: 65%;
}
.chat-route-board .table-area table td:nth-child(3){
 width: 10%;
}
.chat-route-board .table-area table tr.red td:nth-child(3){
  border-radius: 6px;
  background-color: #bc0000;
}
.chat-route-board .table-area table tr.blue td:nth-child(3){
  border-radius: 6px;
  background-color: #191d8d;
}
.chat-route-board .back-button{
  margin-top: 3em;
  text-align: center;
}
.chat-route-board .back-button a {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 0.8em 3em;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #707b99;
  color: #fff;
}

.popup{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  place-items: center;
  display: none;
}
.popup .popup-container {
  background-color: #F6F8F9;
  width: 90vw;
  height: 80vh;
  max-width: 1300px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow-y: auto;
  position: relative;
}
.popup .popup-container .popup-board {
  width: 80vw;
  max-width: 1200px;
  margin: 50px 0;
}
.popup .popup-container .popup-board .popup-board-header {
  margin-bottom: 30px;
}
.popup .popup-container .popup-board .popup-board-header form {
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}
.popup .popup-container .popup-board .popup-board-header form > * {
  height: 100%;
  border-radius: 4px;
  border: none;
  font-size: clamp(12px, 1.5vw, 18px);
}
.popup .popup-container .popup-board .popup-board-header form > input {
  cursor: pointer;
}
.popup .popup-container .popup-board .popup-board-header form > input:hover {
  opacity: .8;
}
.popup .popup-container .popup-board .popup-board-header form .search {
  border: 1px #D5D0D0 solid;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  background-color: #fff;
}
.popup .popup-container .popup-board .popup-board-header form .search input[type="search"] {
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: clamp(12px, 1.5vw, 18px);
  width: 400px;
}
.popup .popup-container .popup-board .popup-board-header form .search input[type="search"]::-webkit-input-placeholder {
  color: #D5D0D0;
}
.popup .popup-container .popup-board .popup-board-header form .search input[type="search"]:-ms-input-placeholder {
  color: #D5D0D0;
}
.popup .popup-container .popup-board .popup-board-header form .search input[type="search"]::-ms-input-placeholder {
  color: #D5D0D0;
}
.popup .popup-container .popup-board .popup-board-header form .search input[type="search"]::placeholder {
  color: #D5D0D0;
}
.popup .popup-container .popup-board .popup-board-header form .search button {
  width: 20px;
  height: 20px;
  border: none;
  background-image: url(../../img/search.svg);
  background-position: center;
  background-color: transparent;
  background-size: cover;
  cursor: pointer;
  display: none;
}
.popup .popup-container .popup-board .popup-board-header form input[value="検索"],
.popup .popup-container .popup-board .popup-board-header form input[value="Search"] {
  width: clamp(60px, 10vw, 100px);
  background-color: #2396e3;
  color: #fff;
}
.popup .popup-container .popup-board .popup-board-header form input[value="クリア"],
.popup .popup-container .popup-board .popup-board-header form input[value="Clear"] {
  width: clamp(60px, 10vw, 100px);
  background-color: #bbbbbb;
  color: #fff;
}
.popup .popup-container .popup-board .popup-main-board {
  width: 100%;
  overflow-x: auto;
}
.popup .popup-container .popup-board .popup-main-board table {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}
.popup .popup-container .popup-board .popup-main-board table tr th,
.popup .popup-container .popup-board .popup-main-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 0 10px;
}
.popup .popup-container .popup-board .popup-main-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}
.popup .popup-container .popup-board .popup-main-board table tr th:first-of-type,
.popup .popup-container .popup-board .popup-main-board table tr td:first-of-type {
  width: 10%;
}
.popup .popup-container .popup-board .popup-main-board table tr td:nth-of-type(2) {
  text-align: center;
}
.popup .popup-container .popup-board .popup-main-board table tr th:nth-of-type(3),
.popup .popup-container .popup-board .popup-main-board table tr td:nth-of-type(3) {
  width: 15%;
}
.popup .popup-container .popup-board .popup-main-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}
.popup .popup-container .popup-board .popup-main-board table tr td .popup-close {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
  border: none;
  font-size: clamp(12px, 1.5vw, 18px);
  cursor: pointer;
}
.popup .popup-container .popup-board .popup-main-board table tr td .popup-close:hover {
  opacity: .8;
}
.popup .popup-container .popup-board .popup-main-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}
.popup .popup-container .popup-board .popup-main-board table tr:last-of-type td {
  border-bottom: none;
}
.popup.open {
  display: -ms-grid;
  display: grid;
}

.group-detail .group-detail-board .input-container > .checkbox{
  gap: clamp(10px, 2vw, 40px);
}
.group-detail .group-detail-board .input-container > .checkbox div input[type="checkbox"]{
  display: none;
}
.group-detail .group-detail-board .input-container > .checkbox div label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-size: clamp(12px, 1.5vw, 18px);
}
.group-detail .group-detail-board .input-container > .checkbox div label::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  left: 0;
  top: 50%;
  padding: 15px;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%);
  border: 1px solid;
  border-color: #D5D0D0;
  background-color: #FFF;
  border-radius: 5px;
}
.group-detail .group-detail-board .input-container > div input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 7px;
  top: 50%;
  left: 8px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
}

.group-detail .group-detail-board .input-container > div input[type="checkbox"]:checked + label::before {
  background-color: #D73A4F;
}

.schedule {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}
.schedule .board-header {
  display: block;
  margin-bottom: 30px;
}
.schedule .board-header h1 {
  display: block;
  font-weight: bold;
}
.schedule .schedule-board {
  background-color: #fff;
  padding: clamp(20px, 10vw, 20px);
}
.schedule .schedule-board .schedule-menu{
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 4em;
}
.schedule .schedule-board .schedule-menu .time{
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 1px;
  align-items: center;
}
.schedule .schedule-board .schedule-menu input,
.schedule .schedule-board .schedule-menu select,
.schedule .schedule-board .schedule-menu .btn{
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 6px;
}
.schedule .schedule-board .schedule-menu input,
.schedule .schedule-board .schedule-menu select{
  border: 1px solid #bbb;
}
.schedule .schedule-board .schedule-menu .symbol{
  text-align: center;
}
/* .schedule .schedule-board .schedule-menu .pull-down{
  position: relative;
}
.schedule .schedule-board .schedule-menu .pull-down:after {
  content: '';
  z-index: 3;
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  right: 10%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
} */

/* .schedule .schedule-board .submit-button{
  text-align: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
} */
.schedule .schedule-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
    padding: 15px clamp(20px, 5vw, 30px);
    border-radius: 4px;
    border: none;
    text-decoration: none;
    background-color: #E33C23;
    color: #fff;
}
.schedule .schedule-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}
.schedule .schedule-board .fc-direction-ltr .fc-button-group{
  gap: 5px;
}
.schedule .schedule-board .fc-icon-chevron-left,
.schedule .schedule-board .fc-icon-chevron-right
{
  position: relative;
  display: inline-block;
  padding: 10px;
}
.schedule .schedule-board .fc-icon-chevron-left:before,
.schedule .schedule-board .fc-icon-chevron-right:before
{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 8px;
}
.schedule .schedule-board .fc-icon-chevron-left:before {
  transform: rotate(-135deg);
}
.schedule .schedule-board .fc-icon-chevron-right:before {
  transform: rotate(45deg);
}
.schedule .schedule-board .fc .fc-col-header-cell-cushion {
  padding: 6px 4px;
}



.task {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}
.task .task-board {
  width: 100%;
  overflow-x: auto;
}
.task .task-board table {
  border: none;
  min-width: 500px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}
.task .task-board table tr {
  border: none;
}
.task .task-board table tr th,
.task .task-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}
.task .task-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.task .task-board table tr th:first-of-type,
.task .task-board table tr td:first-of-type {
  width: 10%;
}

.task .task-board table tr td:nth-of-type(2) {
  text-align: center;
}

.task .task-board table tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}
.task .task-board table tr td.cfm {
  width: 25%;
  padding: 0 15px;
}

.task .task-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}
.task .task-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  width: 70%;
  min-width: 80px;
  background-color: #E33C23;
  display: inline-block;
  place-items: center;
  height: 50%;
}

.task .task-board table tr td a:hover {
  opacity: .8;
}

.task .task-board table tr td.cfm a {
  padding: 10px 20px;
  background-color: #264293;
  position: relative;
}

.task .task-board table tr td.detail a {
  background-color: #999999;
  border-radius: 2.5em;
}

.task .task-board table tr td a span{
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.task .task-board table tr:last-of-type td {
  border-bottom: none;
}

.task-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.task-detail .task-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

.task-detail .task-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-rows: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr; */
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
}

.task-detail .task-detail-board .input-container > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
      grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 20px);
}

.task-detail .task-detail-board .input-container > div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.task-detail .task-detail-board .input-container > div input {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.task-detail .task-detail-board .input-container > div textarea {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.task-detail .task-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.task-detail .task-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}

.task-detail .task-detail-board .input-container div:nth-of-type(4) {
  -ms-grid-column: 2;
  grid-column: 2;
}

.task-detail .task-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
}

.task-detail .task-detail-board .useful-phrases {
  margin-top: 80px;
}

.task-detail .task-detail-board .useful-phrases .detail-board-header h2 {
  font-size: clamp(20px, 4vw, 30px);
}

.task-detail .task-detail-board .useful-phrases .detail-board-header span {
  background-color: #E33C23;
  width: 40%;
  min-width: 90px;
  text-align: center;
}

.task-detail .task-detail-board .useful-phrases div {
  overflow-x: auto;
}

.task-detail .task-detail-board .useful-phrases div table {
  margin-top: 30px;
  min-width: 400px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
}

.task-detail .task-detail-board .useful-phrases div table tr {
  border: none;
}

.task-detail .task-detail-board .useful-phrases div table tr th,
.task-detail .task-detail-board .useful-phrases div table tr td,
.task-detail .task-detail-board .useful-phrases div table tr input {
  font-size: clamp(12px, 1.5vw, 18px);
}

.task-detail .task-detail-board .useful-phrases div table tr th {
  text-align: start;
}

.task-detail .task-detail-board .useful-phrases div table tr td {
  height: 100%;
}

.task-detail .task-detail-board .useful-phrases div table tr td input {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.task-detail .task-detail-board .useful-phrases div table tr td input[type="button"] {
  min-width: 70px;
  background-color: #999;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.task-detail .task-detail-board .useful-phrases div table tr td input[type="button"]:hover {
  opacity: .8;
}

.task-detail .task-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
  margin-bottom: 5em;
}
.task-detail .task-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.task-detail .task-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

/* ユーザー追加・グループ追加 */
.search-add-area{
  padding: 3em 0 10em;
  display: flex;
  justify-content: space-between;
}
.search-add-area .multi-select-area{
  width: calc(50% - 10px);
}
.search-add-area .midashi{
  font-size: clamp(20px, 4vw, 30px);
  font-weight: bold;
  margin-bottom: 20px;
}
.search-add-area .ui-multiselect{
  padding: 16px;
}

.task-confirmation {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.task-confirmation .tab-btn {
  width: 100%;
  height: clamp(50px, 10vw, 80px);
  display: -ms-grid;
  display: grid;
  justify-items: start;
}

.task-confirmation .tab-btn ul {
  max-width: 500px;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  justify-items: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(5px, 1vw, 20px);
}

.task-confirmation .tab-btn ul li {
  list-style: none;
  width: 100%;
  height: 80%;
  min-height: 35px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 2.5em;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  font-size: clamp(12px, 2vw, 16px);
}
.task-confirmation .tab-btn ul li.badge::after{
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.task-confirmation .tab-btn ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-49.9%) rotate(45deg);
          transform: translateY(-49.9%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.task-confirmation .tab-btn ul li:hover {
  background-color: #fafafa;
}

.task-confirmation .tab-btn ul li.active {
  height: 100%;
  border: none;
  background-color: #264293;
  color: #fff;
  border-radius: 25px 25px 0 0;
  cursor: default;
}

.task-confirmation .tab-btn ul li.active::before {
  -webkit-transform: translateY(-80%) rotate(135deg);
          transform: translateY(-80%) rotate(135deg);
  border-color: #fff;
}

.task-confirmation .task-confirmation-board {
  width: 100%;
  overflow-x: auto;
}

.task-confirmation .task-confirmation-board .group-board,
.task-confirmation .task-confirmation-board .user-board {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  visibility: hidden;
  position: absolute;
}

.task-confirmation .task-confirmation-board .group-board tr,
.task-confirmation .task-confirmation-board .user-board tr {
  border: none;
}

.task-confirmation .task-confirmation-board .group-board tr th,
.task-confirmation .task-confirmation-board .group-board tr td,
.task-confirmation .task-confirmation-board .user-board tr th,
.task-confirmation .task-confirmation-board .user-board tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.task-confirmation .task-confirmation-board .group-board tr th,
.task-confirmation .task-confirmation-board .user-board tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.task-confirmation .task-confirmation-board .group-board tr th:first-of-type,
.task-confirmation .task-confirmation-board .group-board tr td:first-of-type,
.task-confirmation .task-confirmation-board .user-board tr th:first-of-type,
.task-confirmation .task-confirmation-board .user-board tr td:first-of-type {
  width: 10%;
  padding: 0 15px;
}

.task-confirmation .task-confirmation-board .group-board tr td:nth-of-type(2),
.task-confirmation .task-confirmation-board .user-board tr td:nth-of-type(2) {
  text-align: center;
}

.task-confirmation .task-confirmation-board .group-board tr th:nth-of-type(3),
.task-confirmation .task-confirmation-board .group-board tr td:nth-of-type(3),
.task-confirmation .task-confirmation-board .user-board tr th:nth-of-type(3),
.task-confirmation .task-confirmation-board .user-board tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}

.task-confirmation .task-confirmation-board .group-board tr td,
.task-confirmation .task-confirmation-board .user-board tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.task-confirmation .task-confirmation-board .group-board tr td a,
.task-confirmation .task-confirmation-board .user-board tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  min-width: 60px;
  background-color: #264293;
  position: relative;
}
.task-confirmation .task-confirmation-board .user-board tr td:nth-child(3) a span {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.task-confirmation .task-confirmation-board .group-board tr td a:hover,
.task-confirmation .task-confirmation-board .user-board tr td a:hover {
  opacity: .8;
}

.task-confirmation .task-confirmation-board .group-board tr .gray,
.task-confirmation .task-confirmation-board .user-board tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.task-confirmation .task-confirmation-board .group-board tr td:nth-of-type(3) a span{
  content: '';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.task-confirmation .task-confirmation-board .group-board tr:last-of-type td,
.task-confirmation .task-confirmation-board .user-board tr:last-of-type td {
  border-bottom: none;
}

.task-confirmation .panel.is-show {
  visibility: visible;
  position: static;
}

.task-confirmation-detail {
  width: 90vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.task-confirmation-detail h1 {
  font-size: clamp(30px, 4vw, 36px);
  margin-bottom: 30px;
}

.task-confirmation-detail .board-header {
  grid-auto-flow: column;
}

.task-confirmation-detail .task-confirmation-detail-board {
  width: 100%;
}

.task-confirmation-detail .task-confirmation-detail-board h2 {
  font-size: clamp(20px, 3vw, 26px);
  margin-bottom: 10px;
}

.task-confirmation-detail .task-confirmation-detail-board .user-name {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.task-confirmation-detail .task-confirmation-detail-board .user-name > div {
  -ms-grid-column-align: start;
      justify-self: start;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  background-color: #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 30px;
}

.task-confirmation-detail .task-confirmation-detail-board .user-name > div h3 {
  font-size: clamp(20px, 3vw, 26px);
}

.task-confirmation-detail .task-confirmation-detail-board .user-name > div .prev-next {
  -ms-grid-column-align: end;
      justify-self: end;
}

.task-confirmation-detail .task-confirmation-detail-board .user-name > div .prev-next a {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #bbbbbb;
  text-decoration: none;
  color: #fff;
}

.task-confirmation-detail .task-confirmation-detail-board .user-name > div .prev-next a:first-of-type {
  margin-right: 5px;
}

.task-confirmation-detail .task-confirmation-detail-board .user-name > div .prev-next a:hover {
  opacity: .8;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission h4,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction h4 {
  font-size: clamp(20px, 3vw, 26px);
  margin-bottom: 10px;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission .task-memo,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo {
  border: 2px solid #333;
  /* padding: 20px; */
  /* background-image: repeating-linear-gradient(-45deg, #E33C23 0 20px, #fff 20px 40px, #264293 40px 60px, #fff 60px 80px); */
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission .task-memo textarea,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo textarea {
  padding: 20px;
  resize: none;
  border: none;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.75em;
  width: 100%;
  text-align: left !important;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission .task-memo textarea::-webkit-input-placeholder,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo textarea::-webkit-input-placeholder {
  color: #C2C2C2;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission .task-memo textarea:-ms-input-placeholder,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo textarea:-ms-input-placeholder {
  color: #C2C2C2;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission .task-memo textarea::-ms-input-placeholder,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo textarea::-ms-input-placeholder {
  color: #C2C2C2;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission .task-memo textarea::placeholder,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo textarea::placeholder {
  color: #C2C2C2;
}

.task-confirmation-detail .task-confirmation-detail-board .task-field .submission,
.task-confirmation-detail .task-confirmation-detail-board .task-field .correction{
  margin-bottom: 50px;
}

/* .task-confirmation-detail .task-confirmation-detail-board .task-field .correction .task-memo textarea {
  color: red;
} */

.task-confirmation-detail .submit-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(100px, 10vw, 60px);
  gap: 20px;
  text-align: center;
}
.task-confirmation-detail .submit-area a {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(50px, 5vw, 50px);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #707b99;
  color: #fff;
}
.task-confirmation-detail .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(50px, 5vw, 50px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.task-confirmation-detail .submit-area a:hover,
.task-confirmation-detail .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

/* .questionnaire {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}
.questionnaire .questionnaire-board {
  width: 100%;
  overflow-x: auto;
}

.questionnaire .questionnaire-board table {
  border: none;
  min-width: 500px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.questionnaire .questionnaire-board table tr {
  border: none;
}

.questionnaire .questionnaire-board table tr th,
.questionnaire .questionnaire-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.questionnaire .questionnaire-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.questionnaire .questionnaire-board table tr th:first-of-type,
.questionnaire .questionnaire-board table tr td:first-of-type {
  width: 10%;
}

.questionnaire .questionnaire-board table tr td:nth-of-type(2) {
  text-align: center;
}

.questionnaire .questionnaire-board table tr th:nth-of-type(3) {
  width: 30%;
  min-width: 200px;
}

.questionnaire .questionnaire-board table tr td:nth-of-type(3) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  place-items: center;
  padding: 0 10px;
  gap: 10px;
}

.questionnaire .questionnaire-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.questionnaire .questionnaire-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  width: 70%;
  min-width: 80px;
  background-color: #E33C23;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 50%;
}

.questionnaire .questionnaire-board table tr td a:hover {
  opacity: .8;
}

.questionnaire .questionnaire-board table tr td a:last-of-type {
  background-color: #264293;
  position: relative;
}

.questionnaire .questionnaire-board table tr .gray {
  padding: 10px 20px;
  background-color: #999999;
  border-radius: 2.5em;
}

.questionnaire .questionnaire-board table tr:last-of-type td {
  border-bottom: none;
}

.questionnaire-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.questionnaire-detail .questionnaire-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

.questionnaire-detail .questionnaire-detail-board .input-container div div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
      grid-template-columns: 150px auto;
  gap: clamp(10px, 2vw, 20px);
}

.questionnaire-detail .questionnaire-detail-board .input-container div div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
  padding-top: 12px;
}

.questionnaire-detail .questionnaire-detail-board .input-container div div input {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.questionnaire-detail .questionnaire-detail-board .input-container .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question .submit-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  justify-items: end;
  margin-top: 40px;
  margin-bottom: 20px;
}
.questionnaire-detail .questionnaire-detail-board .input-container .question .submit-button input {
  width: auto;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question .submit-button input:hover {
  opacity: .8;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question div:not(:first-of-type) {
  margin-bottom: 40px;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question div:last-of-type {
  margin: 0;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question div .answer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question div .answer div {
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  width: 300px;
  position: relative;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question div .answer div select {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
}

.questionnaire-detail .questionnaire-detail-board .input-container .question div .answer div::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.questionnaire-detail .questionnaire-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}
.questionnaire-detail .questionnaire-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.questionnaire-detail .questionnaire-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

.questionnaire-comfirmation {
  width: 90vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.questionnaire-comfirmation h1 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 30px;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board {
  width: 100%;
  overflow-x: auto;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr {
  border: none;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr th,
.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr th:first-of-type,
.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td:first-of-type {
  width: 10%;
  padding: 0 15px;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td:nth-of-type(2) {
  text-align: center;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr th:nth-of-type(3),
.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr td a:hover {
  opacity: .8;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.questionnaire-comfirmation .questionnaire-comfirmation-board table tr:last-of-type td {
  border-bottom: none;
}

.questionnaire-comfirmation-detail {
  width: 90vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.questionnaire-comfirmation-detail h1 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.questionnaire-comfirmation-detail h1 span {
  display: inline-block;
  margin-left: 50px;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board {
  width: 100%;
  overflow-x: auto;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board table {
  width: 100%;
  min-width: 600px;
  border-spacing: 0;
  border-collapse: separate;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board table tr {
  border: none;
  text-align: center;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
  border: 3px #F6F8F9 solid;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board table tr th {
  font-size: clamp(12px, 1.5vw, 18px);
  height: 60px;
  color: #fff;
  background-color: #E33C23;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board table tr:first-of-type th:first-of-type {
  background-color: transparent;
}

.questionnaire-comfirmation-detail .questionnaire-comfirmation-detail-board table tr:first-of-type th {
  background-color: #264293;
}

.questionnaire-comfirmation-detail .submit-button {
  width: 25%;
  min-width: 200px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
  margin: clamp(40px, 10vw, 60px) auto 0;
}

.questionnaire-comfirmation-detail .submit-button a {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(25px, 3vw, 40px);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #E33C23;
  color: #fff;
}

.questionnaire-comfirmation-detail .submit-button a:last-of-type {
  background-color: #707070;
}

.questionnaire-comfirmation-detail .submit-button a:hover {
  opacity: .8;
} */

.facilities-contract {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.facilities-contract .facilities-contract-board {
  width: 100%;
  overflow-x: auto;
}

.facilities-contract .facilities-contract-board table {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.facilities-contract .facilities-contract-board table tr {
  border: none;
}

.facilities-contract .facilities-contract-board table tr th,
.facilities-contract .facilities-contract-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.facilities-contract .facilities-contract-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.facilities-contract .facilities-contract-board table tr th:first-of-type,
.facilities-contract .facilities-contract-board table tr td:first-of-type {
  width: 10%;
  padding: 0 15px;
}

.facilities-contract .facilities-contract-board table tr td:nth-of-type(2) {
  text-align: center;
}

.facilities-contract .facilities-contract-board table tr th:nth-of-type(3),
.facilities-contract .facilities-contract-board table tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}

.facilities-contract .facilities-contract-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.facilities-contract .facilities-contract-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.facilities-contract .facilities-contract-board table tr td a:hover {
  opacity: .8;
}

.facilities-contract .facilities-contract-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.facilities-contract .facilities-contract-board table tr:last-of-type td {
  border-bottom: none;
}

.facilities-contract-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.facilities-contract-detail .facilities-contract-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

.facilities-contract-detail .facilities-contract-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
      grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 20px);
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div input {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.facilities-contract-detail .facilities-contract-detail-board .input-container div:nth-of-type(5) textarea {
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.facilities-contract-detail .facilities-contract-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}

.facilities-contract-detail .facilities-contract-detail-board .submit-button input[type=submit]{
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #E33C23;
  color: #fff;
}

.facilities-contract-detail .facilities-contract-detail-board .submit-button input[type=submit]:hover {
  opacity: .8;
}

.driver {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.driver .driver-board {
  width: 100%;
  overflow-x: auto;
}

.driver .driver-board table {
  border: none;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.driver .driver-board table tr {
  border: none;
}

.driver .driver-board table tr th,
.driver .driver-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.driver .driver-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.driver .driver-board table tr th:first-of-type,
.driver .driver-board table tr td:first-of-type {
  width: 10%;
  padding: 0 15px;
}

.driver .driver-board table tr td:nth-of-type(2) {
  text-align: center;
}

.driver .driver-board table tr th:nth-of-type(3),
.driver .driver-board table tr td:nth-of-type(3) {
  width: 15%;
  padding: 0 15px;
}

.driver .driver-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.driver .driver-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.driver .driver-board table tr td a:hover {
  opacity: .8;
}

.driver .driver-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.driver .driver-board table tr:last-of-type td {
  border-bottom: none;
}

.driver-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.driver-detail .driver-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

.driver-detail .driver-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1.7fr;
      grid-template-columns: 1fr 1.7fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
}

.driver-detail .driver-detail-board .input-container > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
      grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 20px);
}

.driver-detail .driver-detail-board .input-container > div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.driver-detail .driver-detail-board .input-container > div input {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.driver-detail .driver-detail-board .input-container > div div {
  position: relative;
}

.driver-detail .driver-detail-board .input-container > div div select {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
}

.driver-detail .driver-detail-board .input-container > div div::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.driver-detail .driver-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.driver-detail .driver-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.driver-detail .driver-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.driver-detail .driver-detail-board .input-container div:nth-of-type(5) textarea {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.driver-detail .driver-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}
.driver-detail .driver-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.driver-detail .driver-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

.vehicle-information {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.vehicle-information .board-header form > * {
  height: 100%;
  border-radius: 4px;
  border: none;
}

.vehicle-information .board-header form > input {
  cursor: pointer;
}

.vehicle-information .board-header form > input:hover {
  opacity: .8;
}

.vehicle-information .board-header form .search {
  /* width: 25%; */
  -ms-grid-column-align: end;
      justify-self: end;
  /* padding: 10px; */
  border: 1px #D5D0D0 solid;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  background-color: #fff;
}

.vehicle-information .board-header form .search input[type="search"] {
  padding: 10px;
  width: 100%;
  border: none;
  background-color: transparent;
}

.vehicle-information .board-header form .search input[type="search"]::-webkit-input-placeholder {
  color: #D5D0D0;
}

.vehicle-information .board-header form .search input[type="search"]:-ms-input-placeholder {
  color: #D5D0D0;
}

.vehicle-information .board-header form .search input[type="search"]::-ms-input-placeholder {
  color: #D5D0D0;
}

.vehicle-information .board-header form .search input[type="search"]::placeholder {
  color: #D5D0D0;
}

.vehicle-information .board-header form .search button {
  width: 20px;
  height: 20px;
  border: none;
  background-image: url(../../img/search.svg);
  background-position: center;
  background-color: transparent;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.vehicle-information .board-header form input[value="検索"],
.vehicle-information .board-header form input[value="Search"] {
  width: clamp(60px, 10vw, 70px);
  background-color: #2396e3;
  color: #fff;
}

.vehicle-information .board-header form input[value="クリア"],
.vehicle-information .board-header form input[value="Clear"] {
  width: clamp(60px, 10vw, 70px);
  background-color: #bbbbbb;
  color: #fff;
}

.vehicle-information .board-header a:hover {
  opacity: .8;
}

.vehicle-information .vehicle-information-board {
  width: 100%;
  overflow-x: auto;
}

.vehicle-information .vehicle-information-board table {
  border: none;
  min-width: 500px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.vehicle-information .vehicle-information-board table tr {
  border: none;
}

.vehicle-information .vehicle-information-board table tr th,
.vehicle-information .vehicle-information-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.vehicle-information .vehicle-information-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.vehicle-information .vehicle-information-board table tr th:first-of-type,
.vehicle-information .vehicle-information-board table tr td:first-of-type {
  width: 10%;
  padding: 0 15px;
}

.vehicle-information .vehicle-information-board table tr td:nth-of-type(2) {
  text-align: center;
}

.vehicle-information .vehicle-information-board table tr th:nth-of-type(4),
.vehicle-information .vehicle-information-board table tr td:nth-of-type(4) {
  width: 20%;
  padding: 0 15px;
}

.vehicle-information .vehicle-information-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.vehicle-information .vehicle-information-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 70%;
  max-width: 80px;
  min-width: 60px;
  width: clamp(60px, 10vw, 80px);
  background-color: #999999;
}

.vehicle-information .vehicle-information-board table tr td a:hover {
  opacity: .8;
}

.vehicle-information .vehicle-information-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

.vehicle-information .vehicle-information-board table tr:last-of-type td {
  border-bottom: none;
}

.vehicle-information-detail {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
}

.vehicle-information-detail .vehicle-information-detail-board {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}

/* .vehicle-information-detail .vehicle-information-detail-board .input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1.7fr;
      grid-template-columns: 1fr 1.7fr;
  row-gap: clamp(30px, 8vw, 50px);
  -webkit-column-gap: clamp(70px, 7vw, 100px);
          column-gap: clamp(70px, 7vw, 100px);
} */

.vehicle-information-detail .vehicle-information-detail-board .input-container div:not(.select){
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1em auto;
  grid-template-rows: 1em auto;
  gap: clamp(10px, 2vw, 30px);
  margin-bottom: 4em;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container div .select-area{
  margin-bottom: 1em;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container div input:not([type="checkbox"],[type="button"]),
.vehicle-information-detail .vehicle-information-detail-board .input-container > div textarea{
  width: 50%;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container > div div.midashi {
  cursor: pointer;
  width: 50%;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container > div.driver-select {
  margin-top: 4em;
  gap: clamp(10px, 3vw, 10px);
  -ms-grid-rows: 2em auto;
  grid-template-rows: 2em auto;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container > div div.grid {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(5px, 1vw, 10px);
}
.vehicle-information-detail .vehicle-information-detail-board .input-container > div div:not(.grid) {
  position: relative;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container > div div .cursor:after {
  content: '';
  z-index: 3;
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  right: 5%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container > div div .cursor select {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  line-height: 1.8em;
  position: relative;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container > div div.select input[type="button"] {
  line-height: 1.8em;
  cursor: pointer;
}
.vehicle-information-detail .vehicle-information-detail-board .input-container div label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
      justify-self: start;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container div input {
  width: 100%;
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 7px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container div:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container div:nth-of-type(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container div:nth-of-type(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.vehicle-information-detail .vehicle-information-detail-board .input-container div:nth-of-type(5) textarea {
  border-radius: 6px;
  border: 1px solid #bbb;
  resize: none;
}

.vehicle-information-detail .vehicle-information-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: clamp(40px, 10vw, 60px);
}
.vehicle-information-detail .vehicle-information-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}
.vehicle-information-detail .vehicle-information-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}

.chat,
.user-chat{
  width: 80vw;
  max-width: 1200px;
  margin: clamp(16px, 2vw, 80px) auto;
}

.chat .chat-header,
.user-chat .chat-header {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat .chat-header h1,
.user-chat .chat-header h1 {
  font-size: clamp(12px, 3vw, 22px);
}

.chat .chat-header div,
.user-chat .chat-header div {
  display: flex;
  justify-content: end;
  gap: clamp(10px, 2vw, 20px);
  height: 100%;
}

.chat .chat-header div a,
.user-chat .chat-header div a{
  width: calc(100% / 3);
  border-radius: 4px;
  font-size: clamp(10px, 2vw, 12px);
  padding: 10px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  gap: 5px;
  justify-content: center;
}

.chat .chat-header div a img,
.user-chat .chat-header div a img {
  height: clamp(8px, 1.2vw, 16px);
  margin-right: 10px;
}

.chat .chat-header div a:hover,
.user-chat .chat-header div a:hover {
  opacity: .8;
}

.chat .chat-header div a.route {
  background-color: #264293;
}
.chat .chat-header div a.phone {
  background-color: #707070;
}
.chat .chat-header div a.video {
  background-color: #E33C23;
}
.user-chat .chat-header div a.phone {
  background-color: #707070;
}
.user-chat .chat-header div a.video {
  background-color: #E33C23;
}

.chat .chat-board div[class^="display-field"],
.user-chat .user-chat-board div[class^="display-field"]{
  width: 100%;
  height: 60vh;
  max-height: 60vh;
  background-color: #264293;
  overflow-y: auto;
}
.chat .chat-board .display-field-group,
.user-chat .user-chat-board .display-field-group{
  height: 56vh !important;
  max-height: 56vh !important;
}

.chat .chat-board div[class^="display-field"]::-webkit-scrollbar,
.user-chat .user-chat-board div[class^="display-field"]::-webkit-scrollbar{
  width: 10px;
}
.chat .chat-board div[class^="display-field"]::-webkit-scrollbar-track,
.user-chat .user-chat-board div[class^="display-field"]::-webkit-scrollbar-track {
  background-color: #3a58b1;
}
.chat .chat-board div[class^="display-field"]::-webkit-scrollbar-thumb,
.user-chat .user-chat-board div[class^="display-field"]::-webkit-scrollbar-thumb {
  background: #b2badb;
  border-radius: 10px;
}

.chat .chat-board div[class^="display-field"] .messages,
.user-chat .user-chat-board div[class^="display-field"] .messages {
  padding: 22px 30px 60px;
  background-color: #264293;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 14px;
}

.chat .chat-board div[class^="display-field"] .messages .honbun,
.user-chat .user-chat-board div[class^="display-field"] .messages .honbun{
  line-height: 1.5em;
  padding: clamp(10px, 2vw, 10px) clamp(14px, 2vw, 18px);
  max-width: clamp(230px, 50vw, 600px);
  border-radius: clamp(20px, 3vw, 30px);
  margin-bottom: 6px;
  position: relative;
  word-wrap: break-word;
}

.chat .chat-board div[class^="display-field"] .messages .honbun::before,
.user-chat .user-chat-board div[class^="display-field"] .messages .honbun::before {
  position: absolute;
  top: clamp(4px, 1vw, 7px);
  width: clamp(16px, 2vw, 20px);
}

.chat .chat-board div[class^="display-field"] .messages .reply,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply {
  -ms-grid-column-align: start;
      justify-self: start;
}

.chat .chat-board div[class^="display-field"] .messages .reply img,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 35px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
}

.chat .chat-board div[class^="display-field"] .messages .reply .fukidashi-area,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply .fukidashi-area{
  display: inline-block;
}

.chat .chat-board div[class^="display-field"] .messages .reply .fukidashi-area .honbun,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply .fukidashi-area .honbun{
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #fff;
  font-size: 13px;
  word-wrap: break-word;
}

.chat .chat-board div[class^="display-field"] .messages .reply .fukidashi-area .honbun::before,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply .fukidashi-area .honbun::before{
  content: url(../../img/fukidashi_reply.svg);
  left: -5px;
}

.chat .chat-board div[class^="display-field"] .messages .reply .fukidashi-area span.name,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply .fukidashi-area span.name {
  margin-right: 5px;
}
.chat .chat-board div[class^="display-field"] .messages .reply .fukidashi-area span,
.user-chat .user-chat-board div[class^="display-field"] .messages .reply .fukidashi-area span{
  font-size: 11px;
  color: #fff;
}

.chat .chat-board div[class^="display-field"] .messages .mine,
.user-chat .user-chat-board div[class^="display-field"] .messages .mine {
  -ms-grid-column-align: end;
      justify-self: end;
}

.chat .chat-board div[class^="display-field"] .messages .mine .honbun,
.user-chat .user-chat-board div[class^="display-field"] .messages .mine .honbun {
  background-color: #4984E9;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  word-wrap: break-word;
}

.chat .chat-board div[class^="display-field"] .messages .mine .honbun::before,
.user-chat .user-chat-board div[class^="display-field"] .messages .mine .honbun::before {
  content: url(../../img/fukidashi_mine.svg);
  right: -5px;
}

.chat .chat-board div[class^="display-field"] .messages .mine span,
.user-chat .user-chat-board div[class^="display-field"] .messages .mine span {
  font-size: 13px;
  line-height: 1.2em;
  color: #fff;
  display: block;
  text-align: end;
}

.chat .chat-board div[class^="display-field"] .messages .fukidashi .honbun span.messages-mention,
.user-chat .user-chat-board div[class^="display-field"] .messages .fukidashi .honbun span.messages-mention{
  font-size: 13px;
  text-align: left;
  line-height: 1.2em;
  color: #ff81b2;
  display: block;
}
.chat .chat-board div[class^="display-field"] .messages .mine .honbun span.messages-mention,
.user-chat .user-chat-board div[class^="display-field"] .messages .mine .honbun span.messages-mention{
  color: #ffb4d1;
}

.chat .chat-board .mention-area,
.user-chat .user-chat-board .mention-area {
  background-color: #fff;
  padding: 10px 10px 0;
  display: flex;
  justify-content: flex-start;
}
.chat .chat-board .mention-under,
.user-chat .user-chat-board .mention-under {
  -ms-grid-columns: 1fr 80% 1fr;
  grid-template-columns: 1fr 80% 1fr;
  place-items: center;
}
.chat .chat-board .mention-area .mention-add,
.user-chat .user-chat-board .mention-area .mention-add{
  text-decoration: none;
  margin-right: 10px;
  text-align: center;
}
.chat .chat-board .mention-area .mention-add a,
.user-chat .user-chat-board .mention-area .mention-add a{
  text-decoration: none;
  background-color: #205d97;
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  display: inline-block;
  line-height: 1.4em;
  font-size: 11px;
}
.chat .chat-board .mention-area .mention-add a:hover,
.user-chat .user-chat-board .mention-area .mention-add a:hover{
  opacity: 0.8;
}
.chat .chat-board .mention-area .mention-list,
.user-chat .user-chat-board .mention-area .mention-list{
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-content: center;
}
.chat .chat-board .mention-area .mention-list li,
.user-chat .user-chat-board .mention-area .mention-list li
{
  background-color: #f5c9dc;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 11px;
}

.chat .chat-board .message-input,
.user-chat .user-chat-board .message-input{
  padding: 14px;
  width: 100%;
  background-color: #fff;
  display: flex;
  gap: 15px;
  place-items: center;
}
.chat .chat-board .message-input .input,
.user-chat .user-chat-board .message-input .input {
  width: 100%;
  padding: 10px 15px;
  background-color: #E3E3E3;
  display: -ms-grid;
  display: grid;
  border-radius: 15px;
}

.chat .chat-board .message-input .input textarea,
.user-chat .user-chat-board .message-input .input textarea {
  border: none;
  background-color: transparent;
  font-size: clamp(12px, 2vw, 14px);
  resize: none;
  line-height: 1.5em;
}

.chat .chat-board .message-input .input button,
.user-chat .user-chat-board .message-input .input button {
  height: 20px;
  width: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: end;
      justify-self: end;
  border: none;
  background-color: transparent;
  background-image: url(../../img/send.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.chat .chat-board .message-input input,
.user-chat .user-chat-board .message-input input {
  width: clamp(44px, 4vw, 35px);
  height: clamp(25px, 4vw, 35px);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.chat .chat-board .message-input .filelabel,
.user-chat .user-chat-board .message-input .filelabel {
  width: clamp(44px, 4vw, 35px);
  height: clamp(25px, 4vw, 35px);
  display: block;
  background-image: url(../../img/file.svg);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.chat .chat-board .message-input #filesend,
.user-chat .user-chat-board .message-input #filesend{
  display: none;
}

.chat .chat-board .message-input input:hover,
.user-chat .user-chat-board .message-input input:hover {
  opacity: .8;
}

.chat .chat-board .message-input input.mic,
.user-chat .user-chat-board .message-input input.mic {
  background-image: url(../../img/mic.svg);
}
.chat .chat-board .message-input input.mic_rec,
.user-chat .user-chat-board .message-input input.mic_rec {
  background-image: url(../../img/mic_rec.svg);
}

.chat .chat-board .message-input input.send,
.user-chat .user-chat-board .message-input input.send {
  background-image: url(../../img/send.svg);
}

.chat .chat-board .message-input input.mic.none,
.chat .chat-board .message-input input.send.none,
.user-chat .user-chat-board .message-input input.mic.none,
.user-chat .user-chat-board .message-input input.send.none {
  display: none;
}

.user-header {
  height: clamp(60px, 10vw, 70px);
  width: 100%;
  background-color: #fff;
  display: flex;
  gap: 10px;
  padding: 0 20px;
}
.user-header .pc{
  display: flex;
  justify-content: end;
  gap: 10px;
}
.user-header h1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  font-size: clamp(17px, 2vw, 26px);
  margin-right: auto;
}
.user-header h1 a {
  text-decoration: none;
  color: #FA6980;
}
.user-header .name {
  height: 100%;
  -ms-grid-row-align: end;
  align-self: end;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: bold;
  padding: 0 20px;
}

.user-header .logout a {
  height: 100%;
  padding: 0 4px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #aaa;
  text-decoration: none;
  font-size: clamp(10px, 0.7vw, 15px);
}

.user-group {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.user-group .board-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  row-gap: 20px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: start;
}

.user-group .board-header h1 {
  -ms-grid-row: 1;
  grid-row: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  font-size: clamp(20px, 4vw, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-group .board-header .user-schedule {
  -ms-grid-row: 2;
  grid-row: 2;
  height: 100%;
  -ms-grid-column-align: start;
      justify-self: start;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
}
.user-group .board-header .user-schedule div {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.user-group .board-header a {
  padding: 15px clamp(30px, 5vw, 20px);
}
.user-group .board-header .user-schedule div label {
  font-size: clamp(12px, 1.5vw, 18px);
}
/* .user-group .board-header .user-schedule div h3 {
  margin-top: 10px;
} */

.user-group .board-header .user-schedule div input {
  width: 100%;
  /* height: 100%; */
  padding: 10px;
  border: 1px #D5D0D0 solid;
  border-radius: 4px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.user-group .board-header a {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: clamp(12px, 1.5vw, 18px);
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #E33C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

.user-group .board-header a span{
  content: '';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.user-group .board-header a:hover {
  opacity: .8;
}

.user-group .board-header a:nth-of-type(2) {
  background-color: #264293;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}


.user-group .user-group-board {
  width: 100%;
  overflow-x: auto;
}

.user-group .user-group-board table {
  border: none;
  min-width: 800px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}

.user-group .user-group-board table tr {
  border: none;
}

.user-group .user-group-board table tr th,
.user-group .user-group-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
  position: relative;
}

.user-group .user-group-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.user-group .user-group-board table tr th:nth-of-type(1),
.user-group .user-group-board table tr td:nth-of-type(1) {
  padding: 0 10px;
}

.user-group .user-group-board table tr th:nth-of-type(5) {
  width: 30%;
  min-width: 200px;
  padding: 0 10px;
}

.user-group .user-group-board table tr td:nth-of-type(5) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  place-items: center;
  padding: 0 10px;
  gap: 10px;
}

.user-group .user-group-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.user-group .user-group-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  width: 80%;
  background-color: #E33C23;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}

.user-group .user-group-board table tr td a:hover {
  opacity: .8;
}

.user-group .user-group-board table tr td a:nth-of-type(2) {
  background-color: #264293;
}

.user-group .user-group-board table tr .gray {
  padding: 10px 20px;
  background-color: #D9D9D9;
  border-radius: 2.5em;
}

/* .user-group .user-group-board table tr:nth-of-type(2) td:nth-of-type(4)::before {
  content: '2';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: red;
  color: #fff;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
} */

.user-group .user-group-board table tr td a span {
  content: '2';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}


.user-group .user-group-board table tr:last-of-type td {
  border-bottom: none;
}

.user-task {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}

.user-task h1 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 30px;
}

.user-task .user-task-board {
  width: 100%;
  overflow-x: auto;
}

.user-task .user-task-board table {
  border: none;
  width: 100%;
  min-width: 700px;
  background-color: #fff;
  border-spacing: 0;
}

.user-task .user-task-board table tr {
  border: none;
}

.user-task .user-task-board table tr th,
.user-task .user-task-board table tr td {
  font-size: clamp(12px, 1.5vw, 18px);
}

.user-task .user-task-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}

.user-task .user-task-board table tr th:first-of-type {
  width: 10%;
}

.user-task .user-task-board table tr th:nth-of-type(2),
.user-task .user-task-board table tr td:nth-of-type(2) {
  text-align: start;
  padding-left: clamp(80px, 10vw, 150px);
}

.user-task .user-task-board table tr th:nth-of-type(2) {
  padding-left: clamp(100px, 13vw, 170px);
}

.user-task .user-task-board table tr th:nth-of-type(3) {
  width: 15%;
}

.user-task .user-task-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}

.user-task .user-task-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  background-color: #999999;
  text-decoration: none;
  display: inline-block;
  width: clamp(70px, 10vw, 90px);
  position: relative;
}
.user-task .user-task-board table tr td:last-of-type{
  padding: 0 20px;
}
.user-task .user-task-board table tr td.badge a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 80px;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 2.5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}

.user-task .user-task-board table tr td a:hover {
  opacity: .8;
}

.user-task .user-task-board table tr td:nth-of-type(3) span{
  padding: 0 20px;
  border-radius: 5px;
  padding: 10px 20px;
}
.user-task .user-task-board table tr td:nth-of-type(3) .not-submitted{
  color: #f00;
  font-weight: bold;
}
.user-task .user-task-board table tr td:nth-of-type(3) .submission{
  color: #2bb736;
}
.user-task .user-task-board table tr td:nth-of-type(3) .completion{
  color: #000;
}

.user-task .user-task-board table tr .gray {
  padding: 10px 20px;
  border-radius: 2.5em;
}

.user-task .user-task-board table tr:last-of-type td {
  border-bottom: none;
}

.user-task-detail {
  width: 90vw;
  max-width: 1200px;
  margin: clamp(40px, 2vw, 80px) auto;
  position: relative;
}

.user-task-detail .useful-phrases {
  position: absolute;
  background-color: #fff;
  width: 200px;
  height: 500px;
  overflow-y: auto;
  padding: 30px;
  z-index: 1000;
  right: 0;
  top: 100px;
  -webkit-box-shadow: 0px 5px 10px #ccc;
          box-shadow: 0px 5px 10px #ccc;
  display: none;
}

.user-task-detail .useful-phrases .words1 {
  margin-bottom: 50px;
}

.user-task-detail .useful-phrases .words1 .word {
  margin-bottom: 30px;
}

.user-task-detail .useful-phrases .words1 .word p {
  margin-bottom: 5px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.user-task-detail .useful-phrases .words1 .word:last-of-type {
  margin: 0;
}

.user-task-detail .useful-phrases .words2 h2 {
  font-size: clamp(12px, 1.5vw, 18px);
  margin-bottom: 30px;
  line-height: 1.75em;
}

.user-task-detail .useful-phrases .words2 .word {
  margin-bottom: 30px;
}

.user-task-detail .useful-phrases .words2 .word p {
  margin-bottom: 5px;
  font-size: clamp(12px, 1.5vw, 18px);
}

.user-task-detail .useful-phrases .words2 .word:last-of-type {
  margin: 0;
}

.user-task-detail .useful-phrases.open {
  display: block;
}

.user-task-detail .user-task-detail-header {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.user-task-detail .user-task-detail-header h2 {
  font-size: clamp(20px, 4vw, 30px);
  font-family: Helvetica;
}

.user-task-detail .user-task-detail-header h2 span {
  color: #E33C23;
}

.user-task-detail .user-task-detail-header div {
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  gap: clamp(10px, 2vw, 20px);
  height: 100%;
}

.user-task-detail .user-task-detail-header div a {
  border-radius: 4px;
  font-size: clamp(12px, 2vw, 16px);
  padding: 15px clamp(10px, 3vw, 50px);
  text-decoration: none;
  color: #fff;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  gap: clamp(5px, 1vw, 10px);
  background-color: #264293;
}

.user-task-detail .user-task-detail-header div a img {
  height: clamp(10px, 2vw, 20px);
  -ms-grid-column-align: end;
      justify-self: end;
}

.user-task-detail .user-task-detail-header div a span {
  -ms-grid-column-align: start;
      justify-self: start;
}

.user-task-detail .user-task-detail-header div a:hover {
  opacity: .8;
}

.user-task-detail .user-task-detail-header div button {
  border-radius: 4px;
  border: none;
  font-size: clamp(12px, 2vw, 16px);
  padding: 15px clamp(10px, 3vw, 50px);
  text-decoration: none;
  color: #fff;
  background-color: #E33C23;
  cursor: pointer;
}

.user-task-detail .user-task-detail-header div button:hover {
  opacity: .8;
}

.user-task-detail .user-task-detail-header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  border-bottom: 1px solid #E5E5E5;
}

.user-task-detail .user-task-description p {
  line-height: 1.75em;
  font-size: clamp(12px, 1.5vw, 18px);
  color: #7D7D7D;
  font-family: 'Poppins', sans-serif;
}

.user-task-detail .user-task-detail-board .work {
  margin-top: clamp(50px, 5vw, 50px);
}

.user-task-detail .user-task-detail-board .work h1 {
  font-size: clamp(20px, 4vw, 30px);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.user-task-detail .user-task-detail-board .work h1 span {
  display: inline-block;
}

.user-task-detail .user-task-detail-board .work .task-memo {
  border: 2px solid #333;
  /* padding: 20px; */
  /* background-image: repeating-linear-gradient(-45deg, #E33C23 0 20px, #fff 20px 40px, #264293 40px 60px, #fff 60px 80px); */
}

.user-task-detail .user-task-detail-board .work .task-memo .user-memo {
  background-color: #fff;
}

.user-task-detail .user-task-detail-board .work .task-memo .user-memo textarea {
  padding: 20px;
  resize: none;
  border: none;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.75em;
  background-image: url(../../img/memo-icon.svg);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  width: 100%;
  text-align: left !important;
}

.user-task-detail .user-task-detail-board .work .task-memo .user-memo textarea::-webkit-input-placeholder {
  color: #C2C2C2;
}

.user-task-detail .user-task-detail-board .work .task-memo .user-memo textarea:-ms-input-placeholder {
  color: #C2C2C2;
}

.user-task-detail .user-task-detail-board .work .task-memo .user-memo textarea::-ms-input-placeholder {
  color: #C2C2C2;
}

.user-task-detail .user-task-detail-board .work .task-memo .user-memo textarea::placeholder {
  color: #C2C2C2;
}

.user-task-detail .user-task-detail-board .work .task-memo .teacher-memo {
  background-color: #fff;
  margin-top: 1px;
}

.user-task-detail .user-task-detail-board .work .task-memo .teacher-memo h2 {
  font-size: clamp(20px, 4vw, 30px);
  padding: 20px;
}

.user-task-detail .user-task-detail-board .work .task-memo .teacher-memo textarea {
  padding: 20px;
  resize: none;
  border: none;
  font-size: clamp(18px, 3vw, 28px);
  color: red;
  line-height: 1.75em;
  width: 100%;
  text-align: left !important;
}

.user-task-detail .user-task-detail-board .work1 .attention {
  margin-top: 15px;
}

.user-task-detail .user-task-detail-board .work1 .attention h2 {
  font-size: clamp(20px, 4vw, 30px);
  text-align: start;
  padding: clamp(20px, 5vw, 30px) clamp(30px, 6vw, 40px);
  background-color: #E33C23;
  color: #fff;
}

.user-task-detail .user-task-detail-board .work1 .attention ul {
  padding: 30px;
  background-color: #fff;
}

.user-task-detail .user-task-detail-board .work1 .attention ul li {
  list-style: none;
  padding: 20px 0;
  border-bottom: #E5E5E5 1px solid;
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.5em;
}

.user-task-detail .user-task-detail-board .work1 .attention ul li:first-of-type {
  padding-top: 0;
}

.user-task-detail .user-task-detail-board .work1 .attention ul li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.user-task-detail .user-task-detail-board .submit-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 10vw, 30px);
  gap: 20px;
  text-align: center;
}
.user-task-detail .user-task-detail-board .submit-area a {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(50px, 5vw, 50px);
  border-radius: 4px;
  border: none;
  text-decoration: none;
  background-color: #707b99;
  color: #fff;
}
.user-task-detail .user-task-detail-board .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(50px, 5vw, 50px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.user-task-detail .user-task-detail-board .submit-area a:hover,
.user-task-detail .user-task-detail-board .submit-button input[type=submit]:hover {
  opacity: 0.8;
}

/* 便利な語句 */
.user-task-detail .user-task-detail-board .words-area{
  background-color: #E33C23;
  color: #fff;
  font-size: 1.5em;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.user-task-detail .user-task-detail-board .words-area::before{
	content: "＋";
	position: absolute;
	right: 20px;
}
.user-task-detail .user-task-detail-board .words-area.active::before{
	content: "－";
}
.user-task-detail .user-task-detail-board .words-area-contents{
  display: none;
  padding: 2em;
  background-color: #fff;
  margin-bottom: 2em;
}
.user-task-detail .user-task-detail-board .words-area-contents ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  border: solid #eee;
	border-width: 1px 0 0 1px;
}
.user-task-detail .user-task-detail-board .words-area-contents ul li{
  width: 50%;
  padding: 10px;
  border: solid #eee;
	border-width: 0 1px 1px 0;
  font-size: clamp(12px, 1.5vw, 18px);
}
.user-task-detail .user-task-detail-board .words-area-contents li p{
  line-height: 1.6em;
}
.user-task-detail .user-task-detail-board .words-area-contents .midashi{
  font-size: 1.2em;
  margin: 1em 0;
}

.user-task-detail .user-task-detail-board .work2 .task-memo .user-memo textarea,
.user-task-detail .user-task-detail-board .work2 .task-memo .teacher-memo textarea {
  background-image: none;
}

.user-task-detail .user-task-detail-board .submit-button {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: clamp(45px, 10vw, 70px) 0;
}

.user-task-detail .user-task-detail-board .submit-button button {
  border-radius: 4px;
  font-size: clamp(12px, 2vw, 16px);
  padding: 15px clamp(10px, 5vw, 50px);
  min-width: 150px;
  color: #fff;
  background-color: #E33C23;
  border: none;
  cursor: pointer;
}

.user-task-detail .user-task-detail-board .submit-button button:hover {
  opacity: .8;
}


.user-questionnaire {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}

.user-questionnaire h1 {
  padding: clamp(30px, 6vw, 50px) 0;
  font-size: clamp(20px, 4vw, 30px);
  position: relative;
}

.user-questionnaire h1::before {
  content: '';
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #E5E5E5;
}

.user-questionnaire .questionnaire-description {
  line-height: 1.75em;
  font-size: clamp(12px, 1.5vw, 18px);
  margin: clamp(30px, 6vw, 50px) 0;
}

.user-questionnaire .user-questionnaire-board .question .question-title {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  padding: 20px 0;
}

.user-questionnaire .user-questionnaire-board .question .question-title h2 {
  font-size: clamp(16px, 4vw, 26px);
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.user-questionnaire .user-questionnaire-board .question .question-title h2 img {
  width: clamp(25px, 4vw, 40px);
}

.user-questionnaire .user-questionnaire-board .question .question-content {
  background-color: #fff;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  justify-items: start;
  border-radius: 36px;
}

.user-questionnaire .user-questionnaire-board .question .question-content label {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.user-questionnaire .user-questionnaire-board .question .question-content label input {
  display: none;
}

.user-questionnaire .user-questionnaire-board .question .question-content label div {
  width: clamp(25px, 5vw, 30px);
  height: clamp(25px, 5vw, 30px);
  margin-right: 15px;
  display: inline-block;
  position: relative;
  border: #3B86FF 2px solid;
}

.user-questionnaire .user-questionnaire-board .question .question-content label div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}

.user-questionnaire .user-questionnaire-board .question .question-content label span {
  font-size: clamp(12px, 1.5vw, 18px);
}

.user-questionnaire .user-questionnaire-board .question1 .question-content label .radiobutton {
  border-radius: 2.5em;
}

.user-questionnaire .user-questionnaire-board .question1 .question-content label .radiobutton::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(15px, 3vw, 20px);
  height: clamp(15px, 3vw, 20px);
  background-color: #3B86FF;
  border-radius: 2.5em;
}

.user-questionnaire .user-questionnaire-board .question1 .question-content label input[type=radio]:checked + .radiobutton::before {
  opacity: 1;
}

.user-questionnaire .user-questionnaire-board .question2 .question-content label .checkbox {
  border-radius: 6px;
}

.user-questionnaire .user-questionnaire-board .question2 .question-content label .checkbox::before {
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
  width: clamp(6px, 1vw, 10px);
  height: clamp(11px, 2vw, 15px);
  border-bottom: #3B86FF 2px solid;
  border-right: #3B86FF 2px solid;
}

.user-questionnaire .user-questionnaire-board .question2 .question-content label input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}

.user-questionnaire .user-questionnaire-board .question:not(:last-of-type) {
  margin-bottom: 50px;
}

.user-questionnaire .submit-button {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: clamp(50px, 10vw, 70px) 0;
}

.user-questionnaire .submit-button button {
  border-radius: 4px;
  font-size: clamp(12px, 2vw, 16px);
  padding: 15px clamp(10px, 5vw, 50px);
  min-width: 150px;
  color: #fff;
  background-color: #E33C23;
  border: none;
  cursor: pointer;
}

.user-questionnaire .submit-button button:hover {
  opacity: .8;
}

.video-tell {
  width: 100vw;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  align-items: center;
  /* -ms-grid-rows: 90vh 10vh;
      grid-template-rows: 90vh 10vh; */
}

.video-tell div[class^="display-field"] {
  display: none;
  place-items: center;
  background-color: #000;
  overflow: hidden;
}

.video-tell div[class^="display-field"] img {
  max-width: 1400px;
  width: 100%;
}

.video-tell div[class^="display-field"].open {
  display: -ms-grid;
  display: grid;
}

.video-tell .voice-only {
  width: 100%;
  height: 100%;
  background-color: #000;
  place-items: center;
  display: none;
}

.video-tell .voice-only h2 {
  color: #fff;
  font-size: clamp(30px, 7vw, 60px);
}

.video-tell .voice-only.open {
  display: -ms-grid;
  display: grid;
}

.video-tell .voice-switch {
  background-color: #000;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.video-tell .voice-switch button {
  width: 70px;
  height: 70px;
  background-image: url(../../img/voice.svg);
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.video-tell .voice-switch button:hover {
  opacity: .8;
}

.video-tell .voice-switch button.off {
  background-image: url(../../img/voice-off.svg);
}
/*# sourceMappingURL=style.css.map */

.top .head-flex
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-body .top .head-flex .tab-btn {
  width: 85%;
}
.top .head-flex .btn-area a
{
  padding: 10px;
  background-color: #E33C23;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.progress
{
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}
.progress .board-header form{
  width:100%;
  justify-content: space-between;
}
.progress .board-header form ul{
  display: flex;
  gap: 20px;
}
.progress .board-header form ul li{
  display: flex;
  list-style: none;
  align-items: center;
}
.progress .board-header form ul li span{
  font-size: 14px;
  margin-right: 5px;
}
.progress .board-header form .search {
  border-radius: 4px;
}
.progress .board-header form .search input[placeholder ="担当者"] {
  border: none;
  background-color: transparent;
  padding: 10px;
}
.board-header form .btn-area{
  display: flex;
  gap: 10px;
}
.board-header form .btn-area input{
  border: none;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.progress .progress-board ul{
  list-style: none;
}
.progress .progress-board ul li{
  margin-bottom: 10px;
}
.progress .progress-board ul li .info{
  background-color: #264293;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
}
.progress .progress-board ul li .info .left{
  display: flex;
  font-weight: bold;
}
.progress .progress-board ul li .info .left > div{
  padding: 20px;
}
.progress .progress-board ul li .info .left .name{
  border-right: #fff 1px solid;
}
.progress .progress-board ul li .info .right .edit{
  padding: 20px;
}
.progress .progress-board ul li .info .right .edit a{
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border: #fff solid 1px;
  border-radius: 4px;
  font-size: 14px;
}
.progress .progress-board ul li .graph{
  border: #eee solid 1px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.progress .progress-board ul li .graph .left{
  padding: 40px 20px;
}
.progress .progress-board ul li .graph .right{
  padding: 0 20px;
  flex-grow: 1;
}
.progress .progress-board ul li .graph-area{
  display: flex;
  justify-content: space-between;
}
.progress .progress-board ul li .graph-area li{
  width: 100%;
  text-align: right;
}
.progress .progress-board ul li .graph-area li:first-child .span-area{
  display: flex;
  justify-content: space-between;
}
.progress .progress-board ul li .bar{
  width: 100%;
  background-color: #999;
  height: 25px;
  margin-top: 5px;
}
.progress .progress-board ul li .red{
  background-color: #E33C23;;
}

.route-page {
  width: 80vw;
  max-width: 1200px;
  margin: clamp(50px, 10vw, 50px) auto 80px;
}
.route-page .route-board {
  width: 100%;
  overflow-x: auto;
}
.route-page .route-board table {
  border: none;
  min-width: 500px;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
}
.route-page .route-board table tr {
  border: none;
}
.route-page .route-board table tr th {
  height: 60px;
  background-color: #264293;
  color: #fff;
  border: none;
}
.route-page .route-board table tr td {
  height: 80px;
  text-align: center;
  border-bottom: 3px solid #F6F8F9;
}
.route-page .route-board table tr td:nth-of-type(4) {
  width: 25%;
  padding: 0 15px;
}
.route-page .route-board table tr td a {
  padding: 10px 0;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  width: 70%;
  min-width: 80px;
  background-color: #999999;
  display: inline-block;
  place-items: center;
  height: 50%;
}

.task .task-board table tr td.date{
  text-align: left;
  padding: 0 30px;
}
.task .task-board table tr td.file{
  text-align: right;
}
.task .task-board table tr td.file img{
  width: 30px;
}
.task .task-board table tr td.file a {
  display: inline-flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  width: 40px;
  min-width: 40px;
  background-color: #E33C23;
  place-items: center;
  height: 50%;
  margin-right: 10px;
}

.detail-board-header .btn-area{
  display: flex;
  gap: 10px;
}
.detail-board-header .btn-area a.assessment{
  background-color: #264293;
}

.driver-detail .driver-assessment {
  background-color: #fff;
  padding: clamp(40px, 10vw, 60px);
  margin: 30px 0 0;
}
.driver-detail .driver-assessment .submit-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
  gap: 10px;
  text-align: center;
}
.driver-detail .driver-assessment .submit-area a {
  background-color: #707b99;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.driver-detail .driver-assessment .submit-button input[type=submit] {
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 15px clamp(20px, 5vw, 30px);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  background-color: #E33C23;
  color: #fff;
  cursor: pointer;
}
.driver-detail .driver-assessment .input-container .q-area{
  display: flex;
  gap: 5px;
}
.driver-detail .driver-assessment .input-container .q-area ul{
  width: 50%;
}
.driver-detail .driver-assessment .input-container .q-area ul li{
  list-style: none;
  margin-bottom: 2em;
}
.driver-detail .driver-assessment label {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  -ms-grid-column-align: start;
  justify-self: start;
  margin-bottom: 1em;
  display: block;
}
.driver-detail .driver-assessment .input-container .q-area ul li .radio-area label {
  display: flex;
  align-items: center;
}
.driver-detail .driver-assessment .result-area{
  border-top: #999 solid 1px;
  display: flex;
  gap: 5px;
  padding: 3em 3em 0;
}
.driver-detail .driver-assessment .result-area label{
  padding: 10px;
  margin-right: 10px;
}
.driver-detail .driver-assessment .result-area .hyouka{
  width: 30%;
  display: flex;
  align-items: flex-start;
}
.driver-detail .driver-assessment .result-area .hyouka select{
  width: 100px;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  line-height: 1.8em;
  position: relative;
}
.driver-detail .driver-assessment .result-area .hyouka .cursor {
  position: relative;
}
.driver-detail .driver-assessment .result-area .hyouka .cursor:after {
  content: '';
  z-index: 3;
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  right: 15%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.driver-detail .driver-assessment .result-area .comment{
  width: 70%;
  display: flex;
  align-items: flex-start;
}
.driver-detail .driver-assessment .result-area .comment textarea{
  padding: 14px 10px;
  border-radius: 6px;
  font-weight: bold;
  flex-grow: 1;
  line-height: 1.6em;
}
