@charset "UTF-8";

html {
  font-size: 62.5%;
  word-break: break-all;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", Arial, sans-serif;
  color: #333;
  font-size: 1.5rem;
  overflow-x: hidden;
}
body:has(.kanri),
body:has(.hospital) {
  overflow-x: auto;
}
.kanri header,
.kanri footer,
.hospital header,
.hospital footer {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", Arial, sans-serif!important;
}
a,button {
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1080px) {
  a:hover,
  button:hover,
  label.infoAdd__img--btn:hover {
    opacity: 0.7;
  }
}
::placeholder {
  color: rgb(0,0,0,0.4);
}
.button:disabled {
  background: #E3E3E3;
  pointer-events: none;
}
select {
  padding: 10px 12px;
  height: 38px;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  text-align: left;
}
[type="text"],
[type="password"] {
  padding: 12px;
  /*height: 38px;*/
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
}
[type="date"] {
  padding: 12px 10px;
  /*height: 38px;*/
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  letter-spacing: 0.42px;
}
textarea {
  padding: 10px;
  width:100%;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  resize: none;
}
.textCount {
  padding-top: 12px;
  color: #6F6C66;
  font-size: 1.3rem;
  text-align: right;
}
.footerFixed {
  min-height: 100vh;
  position: relative;
  padding-bottom: 320px;
}
.kanri {
  background: #F2F7FA;
}
.hospital {
  background: #F3F7F2;
}
@media screen and (max-width: 1100px) {
  .kanri,
  .hospital {
    width: fit-content;
  }
}
.wrapper {
  margin: 0 auto;
  width: 1080px;
}
.wrapper__head {
  padding: 8px 0;
  width: 100%;
  background: #48A5DD;
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.header--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.kanri .wrapper__head {
  display: flex;
  justify-content: flex-end;
}
.hospital .wrapper__head {
  background: #53aa32;
  padding: 0;
  height: 44px;
  display: flex;
  justify-content: flex-end;
}
.loginUser {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1100px) {
  .kanri .wrapper__head,
  .hospital .wrapper__head {
    justify-content: center;
  }
  .loginUser {
    width: 1100px;
  }
}
.loginUser__cat {
  padding-right: 12px;
  color: #fff;
  font-size: 1.3rem;
}
.loginUser__img {
  padding-right: 4px;
}
.loginUser__name {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-weight: bold;
  color: #fff;
}
.loginUser__button {
  padding: 6px 12px;
  background: #FFFFFF;
  border: 1px solid #0078C3;
  border-radius: 15px;
  color: #0078C3;
  font-size: 1.4rem;
  line-height: 1.0;
  margin-right: 20px;
}
.hospital .loginUser__button {
  border: 1px solid #007A48;
  color: #007A48;
}
.pageTitle {
  padding: 80px 0 60px;
  color: #3E2B21;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.pageTitle.pd--min {
  padding: 80px 0 32px;
}
.content {
  margin: 0 auto;
  padding: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 800px;
}
.content.logoutBox {
  margin: 0 auto;
  padding: 60px 40px;
  background: #FFFFFF;
  width: 420px;
}
.content.size--min {
  padding: 40px;
  /*width: 420px;*/
  width: 452px;
}
.content.size--md {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 420px;
  height: 208px;
}
.content.size--square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 420px;
  height: 300px;
}
.content.search__content {
  padding: 60px 80px;
}
.kanri .content.search__content {
  margin-bottom: 50px;
}
.inputArea.search .inputArea__box {
  margin-bottom: 0;
}
.content__text--center {
  padding-bottom: 60px;
  font-size: 1.6rem;
  text-align: center;
}
.content.logoutBox .content__text--center {
  padding-bottom: 33px;
}
.content__text--center.message {
  padding-bottom: 30px;
  line-height: 1.8;
}
.content__message {
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: center;
}
.inputArea__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.inputArea__box--column {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.inputArea__title {
  color: #3E2B21;
  font-weight: normal;
}
.inputArea__box--column .inputArea__title {
  margin-bottom: 8px;
  font-weight: bold;
}
.inputArea__box--column .inputArea__title-anno { /* 20210531 add */
  color: #6F6C66;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 5px;
}
.inputArea__note--text {
  padding-left: 8px;
  color: #6F6C66;
  font-size: 1.2rem;
  font-weight: normal;
}
.inputArea__input input[type="text"],
.inputArea__input input[type="password"] {
  width: 100%;
}
.inputArea + .buttonArea {
  padding-top: 16px;
}
.inputArea + .buttonArea.pd-min {
  padding-top: 20px;
}
.inputArea__grayBox {
  padding: 16px;
  background: #FAFAFA;
  border-radius: 6px;
}
.inputArea .inputArea__grayBox {
  margin-bottom: 20px;
}
.inputArea .inputArea__grayBox .inputArea__box--column:last-child {
  margin-bottom: 0;
}
.buttonArea {
  text-align: center;
}
.button {
  width: 180px;
  height: 40px;
  background: #0078C3;
  border-radius: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .button:hover {
    opacity: 0.7;
  }
}
.hospital .button {
  background: #007A48;
}
.button__free {
  padding: 12px 30px;
  width: auto;
  height: auto;
  background: #0078C3;
  border-radius: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.hospital .button__free {
  background: #007A48;
}
.text__note {
  padding-top: 24px;
  color: #707070;
  text-align: center;
}
.text__note a {
  color: #0078C3;
  font-size: 1.2rem;
  line-height: 1.8;
  text-decoration: underline;
}
.hospital .text__note a {
  color: #007A48;
}

/*パンくずリスト*/
.breadcrumbArea {
  padding: 12px 0 40px;
}
.breadcrumb {
  display: flex;
}
.breadcrumb__list {
  color: #707070;
  font-size: 1.2rem;
}
.breadcrumb__list a {
  padding-right: 20px;
  text-decoration: underline;
  color: #0078C3;
  position: relative;
}
.breadcrumb__list a::after {
  content: '';
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 0;
}
.hospital .breadcrumb__list a {
  color: #007A48;
}

/*注意メッセージ*/
.alertBox {
  margin: 0 auto 40px;
  padding: 20px 24px;
  width: 800px;
  background: #fff;
  border: 1px solid #F75F19;
  border-radius: 10px;
  color: #F75F19;
  font-size: 1.6rem;
}
.alertBox__list {
  padding: 10px 0 0 56px;
  line-height: 1.8;
}
.alertBox__list li {
  list-style: disc;
}
.alertBox__attention {
  display: flex;
  align-items: center;
  line-height: 1;
}
.alertBox__attention + ul li:first-child {
  margin-top: 16px;
}
.alertBox__attention + ul li {
  margin-bottom: 12px;
}
.alertBox__attention + ul li:last-child {
  margin-bottom: 0;
}
.alertBox__attention::before {
  content: url(../images/icon__attention.svg);
  padding-right: 12px;
}
/*TOPに戻る*/
#js-scrollToTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  color: #0078C3;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -110px;
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  #js-scrollToTop.fadein:hover {
    opacity: 0.7;
  }
}
#js-scrollToTop.fadein {
  opacity: 1;
  transition: all .5s ease;
}
#js-scrollToTop::before {
  content: url(../images/scroll_to_top.svg);
  padding-bottom: 5px;
}
.hospital #js-scrollToTop {
  color: #007A48;
}
.hospital #js-scrollToTop::before {
  content: url(../images/scroll_to_top--hospital.svg);
  padding-bottom: 8px;
}
/*ぺージャー*/
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 6px;
}
.pagination li .page-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background:#fff;
  border: 1px solid #0078C3;
  border-radius: 3px;
  color: #0078C3;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .pagination li .page-link:hover{
    color: #fff;
    background: #0078C3;
    opacity: 1;
  }
}
.pagination li.active .page-link{
  color: #fff;
  background: #0078C3;
  opacity: 1;
}
.pagination li.pre,
.pagination li.next {
  margin: 0;
}
.pagination li.pre .page-link,
.pagination li.next .page-link {
  background: none;
  border: none;
  width: 26px;
  height: 38px;
}
@media screen and (min-width: 1080px) {
  .pagination li.pre .page-link:hover,
  .pagination li.next .page-link:hover {
    color: #ccc;
    background: none;
    border-radius: none;
  }
}
.pagination__arrow--pre {
  border-bottom: solid 2px #0078C3;
  border-left: solid 2px #0078C3;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.pagination__arrow--next {
  border-top: solid 2px #0078C3;
  border-right: solid 2px #0078C3;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.pagination .pre.inactive .pagination__arrow--pre {
  border-bottom: solid 2px #6F6C66;
  border-left: solid 2px #6F6C66;
  opacity: 0.2;
  pointer-events: none;
}
.pagination .next.inactive .pagination__arrow--next {
  border-top: solid 2px #6F6C66;
  border-right: solid 2px #6F6C66;
  opacity: 0.2;
  pointer-events: none;
}
.pagination__abridgement {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 20210524 add */
.pagination .page-item:first-child .page-link,
.pagination .page-item.disabled .page-link,
.pagination .page-item:last-child .page-link {
  background: initial;
  border: none;
  font-size: 20px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 0px;
}
@media screen and (min-width: 1080px) {
  .pagination .page-item:first-child .page-link:hover,
  .pagination .page-item:last-child .page-link:hover {
    color: #0078C3;
    opacity: 0.7;
  }
  .pagination .page-item.disabled .page-link:hover {
    color: #6F6C66;
    opacity: 0.3;
  }
}
.pagination .page-item.disabled .page-link {
  color: #6F6C66;
  opacity: 0.3;
}

.pagination .page-item.disabled:first-child .page-link,
.pagination .page-item.disabled:last-child .page-link {
  border-top: solid 2px #6F6C66;
  border-right: solid 2px #6F6C66;
}
.pagination .page-item:first-child,
.pagination .page-item:last-child {
  position: relative;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  display: inline-block;
  border-top: solid 2px #0078C3;
  border-right: solid 2px #0078C3;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  position: absolute;
    top: 12px;
}
.pagination .page-item:first-child .page-link {
  transform: rotate(225deg);
    right: 5px;
}
.pagination .page-item:last-child .page-link {
  transform: rotate(45deg);
    left: 10px;
}

/*タブ切替*/
.tab__wrap {
  margin: 0 auto;
  width: 800px;
}
.tab__wrap input[type="radio"] {
  display: none;
}
.tab__wrap .radioArea input[type="radio"] {
  display: inline;
}
.panel__area {
  padding: 60px;
  background: #fff;
  border-radius: 0px 6px 6px 6px;
}
.tab__area {
  display: flex;
  justify-content: space-between;
}
.tab__area label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 394px;
  height: 52px;
  background: #B6B5B2;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .tab__area .tab1__label:hover,
  .tab__area .tab2__label:hover {
    opacity: 0.7;
  }
  #tab1:checked ~ .tab__area .tab1__label:hover,
  #tab2:checked ~ .tab__area .tab2__label:hover {
    opacity: 1.0;
  }
}
.tab__panel {
  display: none;
  width: 100%;
}
.importIcon__text {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.tab--import::before {
  content: url(../images/icon__import.svg);
  padding-right: 8px;
}
.tab--export {
  margin-left: 28px;
}
.tab--export::before {
  content: url(../images/icon__export.svg);
  position: absolute;
  bottom: -2px;
  left: -28px;
}
#tab1:checked ~ .tab__area .tab1__label {background: #48A5DD; color: #fff;}
#tab1:checked ~ .panel__area #panel1 {display: block;}
#tab2:checked ~ .tab__area .tab2__label {background: #48A5DD; color: #fff;}
#tab2:checked ~ .panel__area #panel2 {display: block;}

#tab1:checked ~ .tab__area .tab1__label:after, #tab2:checked ~ .tab__area .tab2__label:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #48A5DD transparent transparent transparent;
  border-width: 10px 8px 0 8px;
}
#tab1:checked ~ .tab__area label.tab1__label::after,
#tab2:checked ~ .tab__area label.tab2__label::after {
  content: '';
}
.panel__area input[type="file"] {
  display: none;
}
.panel__text {
  padding-bottom: 28px;
}
.panel__term {
  padding: 0 8px;
  color: #A3A3A3;
}
.panel__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel__flex--start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.panel__exTitle {
  width: 114px;
  color: #3E2B21;
  font-weight: bold;
  transition : all 0.5s ease 0s;
}
.panel__exTitle-disabled {
  color: #E3E3E3;
  user-select: none;
  transition : all 0.5s ease 0s;
}
.input-group__text {
  padding-bottom: 16px;
  color: #707070;
}
.input-group__btn {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  width: 153px;
  border: 1px solid #0078C3;
  border-radius: 18px;
  color: #0078C3;
  cursor: pointer;
  font-size: 1.3rem;
  text-align: right;
  transition: all .3s ease;
}
.input-group__btn::before {
  content: url(../images/icon__file.svg);
  padding-right: 6px;
}
@media screen and (min-width: 1080px) {
  .input-group__btn:hover {
    opacity: 0.7;
  }
}
.input-group__term {
  padding-top: 42px;
}
.input-group__consentedTerms {
  margin: 42px 0 0 0;
  gap: 0 20px;
}
.input-group__consentedTerms .panel__exTitle {
  width: 170px;
}
.flatpickr.input-group {
  position: relative;
}
.input-group__area {
  width: 144px;
}
.input-group [type="text"]:disabled {
  border: 1px solid #E0DFDF;
  color: rgb(0,0,0,0.4);
  pointer-events: none;
}
.input-button {
  width: 15px;
  height: 15px;
  background: url(../images/icon__calendar.png)no-repeat;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-48%);
}
.input-group input:disabled + .input-button {
  background: url(../images/icon__calendar-disable.png)no-repeat;
  pointer-events: none;
}

/*flatpickrの調整*/
.flatpickr-current-month input.cur-year {
  text-align: left;
}
.flatpickr-current-month {
  display: flex!important;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

/*アコーディオン*/
.accordion__title {
  display: flex;
  justify-content: space-between;
  padding: 18px 28px;
  background: #48A5DD;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.accordion__title.is-active {
  border-radius: 6px;
}
.hospital .accordion__title {
  background: #53aa32;
}
.accordion__arrow{
  position: relative;
}
.accordion__arrow::before {
  content: '折りたたむ';
}
.accordion__title.is-active .accordion__arrow::before {
  content: '大きく表示';
}
.accordion__arrow:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #0078C3;
  border-right: solid 1px #0078C3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion__title.is-active .accordion__arrow::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 30%;
}
@media screen and (min-width: 1080px) {
  .accordion__arrow:hover::before,
  .accordion__arrow:hover::after {
    opacity: 0.7;
  }
}
.accordion__arrow {
  padding: 7px 32px 5px 12px;
  background: #fff;
  border-radius: 12px;
  color: #0078C3;
  font-size: 1.2rem;
  font-weight: normal;
}
.accordion__content {
  opacity: 1;
  transition: all .6s ease;
}
.accordion__content.is-close {
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.hospital .accordion__arrow:after {
  border-top: solid 1px #007A48;
  border-right: solid 1px #007A48;
}
.hospital .accordion__arrow {
  color: #007A48;
}

/*ツールチップ*/
.tooltip {
  display: inline-block;
  margin-top: 1px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.tooltip__mark img {
  margin-top: -1px;
  display: block;
}
.tooltip__description {
  display: none;
  padding: 16px;
  width: 400px;
  border: 1px solid #F75F19;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
}
.tooltip__description::before,
.tooltip__description::after {
content: '';
position: absolute;
border: 8px solid transparent;
top: 100%;
left: 16px;
}
.tooltip__description::before {
border-top: 8px solid #F75F19;
}
.tooltip__description::after {
margin-top: -1px;
border-top: 8px solid #fff;
}
@media screen and (min-width: 1080px) {
  .tooltip:hover .tooltip__description {
    display: inline-block;
    bottom: 26px;
    left: -18px;
  }
}
/*登録などのボタン群*/
.btn__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px;
}
.logoutBox .btn__footer {
  justify-content: space-between;
}

.btn__footer li {
  margin-right: 24px;
}
.btn__footer li:last-child {
  margin-right: 0;
}
.btn__footer--btnColor button,
.btn__footer--btnWhite button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 160px;
  height: 40px;
  background: #0078C3;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
}
.btn__footer--btnWhite button {
  background: #fff;
  border: 2px solid #0078C3;
  border-radius: 20px;
  color: #0078C3;
}
.btn__footer--cansel,
.btn__footer--reset {
  color: #0078C3;
}
.hospital .btn__footer--btnColor button {
  background: #007A48;
}
.hospital .btn__footer--btnWhite button {
  background: #fff;
  border: 2px solid #007A48;
  border-radius: 20px;
  color: #007A48;
}
.hospital .btn__footer--cansel,
.hospital .btn__footer--reset{
  color: #007A48;
}

/*モーダル*/
.modalArea {
  visibility: hidden;
  opacity : 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.45);
}
.modalWrapper {
  padding: 28px;
  width: 884px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modalArea.is-show {
  visibility: visible;
  opacity : 1;
}

/*ラジオボタンのデザイン変更*/
.radioInput {
  appearance: none;
  -webkit-appearance:none;
  position: absolute;
}
.radioInput__text::before {
  content: '';
  display: block;
  margin-right: 4px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #B6B5B2;
  width: 15px;
  height: 15px;
}
.radioInput__text::after {
  content: '';
  display: block;
  border-radius: 50%;
}
.radioInput__text {
  position: relative;
  display: flex;
  align-items: center;
}
.radioInput:checked+.radioInput__text::before {
  background: #0078C3;
  border: none;
}
.radioInput:checked+.radioInput__text::after {
  content: '';
  position: absolute;
  left: calc(7px - 3px);
  display: block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #fff;
}
.hospital .radioInput:checked+.radioInput__text::before {
  background: #007A48;
}
.hospital .radioInput:checked+.radioInput__text::after {
  background: #fff;
}

/* 2021/05/11 追加 */
.loader {
  display: none;
}
.loader::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}
.loader-inner {
  margin: 0;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  top: calc(50vh - .5em);
  left: calc(50vw - .5em);
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99999;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #6b6b6b, 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.5), -1.8em -1.8em 0 0em rgba(107,107,107, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.7), 1.8em -1.8em 0 0em #6b6b6b, 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.5), 1.8em -1.8em 0 0em rgba(107,107,107, 0.7), 2.5em 0em 0 0em #6b6b6b, 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.5), 2.5em 0em 0 0em rgba(107,107,107, 0.7), 1.75em 1.75em 0 0em #6b6b6b, 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.5), 1.75em 1.75em 0 0em rgba(107,107,107, 0.7), 0em 2.5em 0 0em #6b6b6b, -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.5), 0em 2.5em 0 0em rgba(107,107,107, 0.7), -1.8em 1.8em 0 0em #6b6b6b, -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.5), -1.8em 1.8em 0 0em rgba(107,107,107, 0.7), -2.6em 0em 0 0em #6b6b6b, -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.5), -2.6em 0em 0 0em rgba(107,107,107, 0.7), -1.8em -1.8em 0 0em #6b6b6b;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #6b6b6b, 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.5), -1.8em -1.8em 0 0em rgba(107,107,107, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.7), 1.8em -1.8em 0 0em #6b6b6b, 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.5), 1.8em -1.8em 0 0em rgba(107,107,107, 0.7), 2.5em 0em 0 0em #6b6b6b, 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.5), 2.5em 0em 0 0em rgba(107,107,107, 0.7), 1.75em 1.75em 0 0em #6b6b6b, 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.5), 1.75em 1.75em 0 0em rgba(107,107,107, 0.7), 0em 2.5em 0 0em #6b6b6b, -1.8em 1.8em 0 0em rgba(107,107,107, 0.2), -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.5), 0em 2.5em 0 0em rgba(107,107,107, 0.7), -1.8em 1.8em 0 0em #6b6b6b, -2.6em 0em 0 0em rgba(107,107,107, 0.2), -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.5), -1.8em 1.8em 0 0em rgba(107,107,107, 0.7), -2.6em 0em 0 0em #6b6b6b, -1.8em -1.8em 0 0em rgba(107,107,107, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(107,107,107, 0.2), 1.8em -1.8em 0 0em rgba(107,107,107, 0.2), 2.5em 0em 0 0em rgba(107,107,107, 0.2), 1.75em 1.75em 0 0em rgba(107,107,107, 0.2), 0em 2.5em 0 0em rgba(107,107,107, 0.2), -1.8em 1.8em 0 0em rgba(107,107,107, 0.5), -2.6em 0em 0 0em rgba(107,107,107, 0.7), -1.8em -1.8em 0 0em #6b6b6b;
  }
}

/* 20210608 add
--------------------------------------- */
[type="text"],
[type="password"] {
  padding: 12px;
}

textarea {
  border: 1px solid #e0dfdf;
}

.alertBox {
  padding: 20px 28px 20px 20px;
  margin-bottom: 36px;
}

.accordion__title {
  align-items: center;
  padding: 20px 20px 20px 28px;
}

.accordion__arrow {
  padding: 8px 30px 8px 16px;
  border-radius: 16px;
}

.loginUser__cat {
  letter-spacing: 0.03em;
}

.loginUser__name {
  letter-spacing: 0.03em;
  margin-right: 14px;
  max-width: 800px;
}

.loginUser__button {
  letter-spacing: 0.03em;
}

/* 20210610 add
--------------------------------------- */
.tooltip {
  margin-left: 4px;
}

@media screen and (min-width: 1080px) {
  .tooltip {
    margin-left: 0;
  }
}

body.fixed {
  overflow: hidden;
}

.alertBox-Full {
  width: 1080px;
}