.mp__wrapper {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.mp__admin-btn {
  cursor: pointer;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.mp__admin-btn:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mp-category__title-box {
  display: block;
  padding-top: 40px;
  margin-top: -20px;
}

.mp-category__title {
  font-size: 2rem;
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
  font-weight: 700 !important;
  position: relative;
  padding: 1.25rem;
  border-left: .4rem solid #5bc0de;
  border-radius: .25rem;
}

.mp-category__description {
  margin-bottom: 20px;
}

.mp-block__wrapper {
}

.mp-block__item {
  display: flex;
  padding-top: 20px;
  margin-top: -20px;
  margin-bottom: 20px;

  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 0 !important;
}

.mp-block__item-header {
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #eff0f4 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 1rem;
}

.mp-block__item-header-label {
  position: relative;
}

.mp-block__item-btn > span:first-child:after {
  content: 'MORE';
}

.open .mp-block__item-btn > span:first-child:after {
  content: 'CLOSE';
}

.mp-block__item-btn > span:last-child {
  margin-left: 2px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #000;
  vertical-align: middle;
}

.mp-block__item-btn > span:last-child:after {
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #17a2b8;
  border-right: 2px solid #17a2b8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .5s;
}

.open .mp-block__item-btn > span:last-child:after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ManualSide {
  display: none;
}

.mp-block__item-btn:hover > span:last-child:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.mp-block__item-body {
  padding: 0;
  margin: 20px 0;
}

.mp-side__item--fixed {
  position: sticky;
  margin-top: 20px;
  margin-bottom: 0;
  top: 10px;
  left: 0;
  z-index: 1;
  height: calc(100vh - 20px);
}

.mp-side__guide_list {
  height: calc(100vh - 20px);
  background-color: #fff;
  overflow-y: scroll;
}

.mp-side__guide_box {

}

.mp-side__guide_category {
  padding: 1rem;
  border-left-color: #5bc0de !important;
  border-left-width: .4rem !important;
  border-radius: .25rem !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.mp-side__guide_block {
  list-style: none;
}

.ql-editor img {
  max-width: 100%;
  height: auto;
}

.ql-editor ul {
  padding: 0;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -2em;
}

.ql-editor li {
  padding: 3px 0;
}

/** for sticky */
.ec-layoutRole {
  overflow: visible;
}

/** contents */

.mp__wrapper iframe {
  max-width: 100%;
}
.mp__wrapper img {
  height: auto;
}
.mp__wrapper h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}

.mp__wrapper .ps-help__heading:first-of-type {
  margin-top: 23px;
  margin-bottom: 24px;
  color: #000000;
  padding: 0.5em 0;
  border-bottom: solid 3px #000000;
}

.mp__wrapper .ps-help__heading--2 {
  font-size: 2rem;
  margin-top: 32px;
  font-weight: 700;
  padding: 0.5em;
  color: #000;
  background: #ebebeb;
  border-left: solid 6px #000;
  border-bottom: none;
  margin-bottom: 10px;
}

.mp__wrapper .dl_table dl dt {
  flex-shrink: 0;
  text-align: center;
}

.mp__wrapper .dl_table dl dd {
  margin-left: 20px;
}

.mp__wrapper .cautionbox {
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
}

.mp__wrapper .cautionbox-title {
  color: #ef5350;
  font-weight: bold;
}

.mp__wrapper .cautionbox-title:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f071";
  font-weight: 900;
  margin-right: 7px;
}

.mp__wrapper .attentionbox {
  margin: 1em 0;
  background-color: #fff0cd;
  padding: 1em;
}

.mp__wrapper .attentionbox-title {
  color: #f39700;
  font-weight: bold;
}

.mp__wrapper .attentionbox-title:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f06a";
  font-weight: 900;
  margin-right: 7px;
}

.mp__wrapper .ps-confirmat-document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #17a2b8;
  padding: 16px 8px 0;
  border-radius: 4px;
}

.mp__wrapper .ps-confirmat-document li {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  border-bottom: 4px solid #ccc;
  background-color: #fff;
  width: calc(100% / 1 - 16px);
  margin: 0 8px 16px;
  padding: 24px 16px;
}

@media (min-width: 768px) {
  .mp__wrapper .ps-confirmat-document li {
    width: calc(100% / 2 - 16px);
    padding: 32px;
  }
}

.mp__wrapper .ps-confirmat-document li:hover {
  opacity: .8;
}

.mp__wrapper .ps-confirmat-document li:active {
  position: relative;
  top: 2px;
  margin-top: 2px;
  border-bottom: none;
}

.mp__wrapper .ps-confirmat-document__img {
  text-align: center;
  width: 80px;
  margin-right: 16px;
}

.mp__wrapper .ps-help__circle-heading {
  border: none;
  background-color: #17a2b8;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 9px 10px;
  text-align: center;
}

.ps-confirmat-document-modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  min-height: 100%;
  padding: 0 16px
}
.ps-confirmat-document-modal.active {
  display: block
}
.ps-confirmat-document-modal__inner {
  position: relative;
  border-radius: 7px;
  background-color: #fff;
  width: 100%;
  max-width: 512px;
  margin: 32px auto 96px;
  padding: 24px 16px
}
.ps-confirmat-document-modal__close {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  background-color: #999;
  width: 40px;
  height: 40px
}
.ps-confirmat-document-modal__close:before,
.ps-confirmat-document-modal__close:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 19px;
  background-color: #fff;
  width: 2px;
  height: 20px
}
.ps-confirmat-document-modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.ps-confirmat-document-modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.ps-confirmat-document-modal__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px
}
.ps-confirmat-document-modal__img {
  text-align: center;
  margin-bottom: 32px
}
.ps-confirmat-document-modal__img img {
  height: 224px
}
.ps-confirmat-document-modal__body ul,
.ps-confirmat-document-modal__body ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 28px
}
.ps-confirmat-document-modal__body ul {
  list-style-type: disc
}
.ps-confirmat-document-modal__body ol {
  list-style-type: decimal
}
.ps-confirmat-document-modal__body small {
  color: gray
}
#block_15 .ps-contract__table {
  overflow-x: auto;
}
#block_21 table {
  width:100%;
}
#block_21 table td:first-child {
  width: 87px;
}
#block_21 table td:last-child {
  width: calc(100% - 87px);
}
#block_21 table ul {
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .mp__wrapper .dl_table dl {
    display: flex;
  }

  .mp-block__item-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  .mp__wrapper .dl_table dl dt {
    width: 200px;
    text-align: inherit;
  }

  #block_21 table,
  #block_21 table td:first-child,
  #block_21 table td:last-child {
    width: auto;
  }
}
