@charset "UTF-8";
.box-01 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.box-01 p + p {
  margin-top: 10px;
}

.ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

.ttl-sub {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

.mypage2 .wrapper,
.notice .wrapper,
.temp .wrapper,
.paymentonly .wrapper,
.payment .wrapper,
.qrcode .wrapper,
.ticket .wrapper,
.result .wrapper,
.pass .wrapper {
  border-top: 1px solid #d0d0d0;
}

.univ {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.univ::before {
  content: "";
  display: block;
  background-color: #d0d0d0;
  height: 1px;
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
}
@media print, screen and (min-width: 769px) {
  .univ::before {
    left: 0;
    width: 100%;
  }
}
.univ + .univ {
  margin-top: 40px;
}
.univ.univlog {
  margin: 0;
  padding: 0;
}
.univ.univlog::before {
  display: none;
}

.ttl-univ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .ttl-univ {
    margin: 0 auto 20px;
    max-width: 768px;
    width: 100%;
  }
}
.ttl-univ-logo {
  background-color: #fff;
  border: 1px solid #d1d6de;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.ttl-univ-logo img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ttl-univ h2 {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  width: calc(100% - 50px);
}
.ttl-univ.ttl-univ-adm {
  margin: 15px auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .ttl-univ.ttl-univ-adm {
    padding: 0;
  }
}

.link-ovf {
  margin: 0 auto;
  position: relative;
}

.link-list {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 769px) {
  .link-list {
    overflow-x: hidden;
  }
}
.link-list li {
  flex-shrink: 0;
  margin-right: 10px;
  width: 130px;
}
@media print, screen and (min-width: 769px) {
  .link-list li {
    flex-shrink: 1;
    width: 100%;
  }
}
.link-list li:last-child {
  margin-right: 0;
}
.link-list li a {
  background-color: #6ccebc;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 13px 10px 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .link-list li a {
    padding: 13px 15px 10px;
    font-size: 14px;
  }
}
.link-list li a.link-list-icons::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  margin: 0 auto 5px;
  width: 24px;
}
@media print, screen and (min-width: 769px) {
  .link-list li a.link-list-icons::before {
    height: 30px;
    width: 30px;
  }
}
.link-list li a.link-list-icons.icon01::before {
  background-image: url(../../exa/adm/img/icon003_w.png);
}
.link-list li a.link-list-icons.icon02::before {
  background-image: url(../../exa/adm/img/icon010_w.png);
}
.link-list li a.link-list-icons.icon03::before {
  background-image: url(../../exa/adm/img/icon009_w.png);
}
.link-list li a.link-list-icons.icon04::before {
  background-image: url(../../exa/adm/img/icon011_w.png);
}
.link-list li a.link-list-icons.icon05::before {
  background-image: url(../../exa/adm/img/icon012_w.png);
}
.link-list.eng li {
  width: 140px;
}
@media print, screen and (min-width: 769px) {
  .link-list.eng li {
    width: 100%;
  }
}

.btnArea {
  margin-top: 30px;
}

/* 入学手続 */
.admission-btn a {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  display: block;
  padding: 20px 35px 20px 50px;
  position: relative;
}
.admission-btn a::before {
  content: "";
  display: block;
  background-image: url(../../exa/adm/img/ico_nocomp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
}
.admission-btn a::after {
  content: "";
  display: block;
  background-image: url(../img/ico_arrow_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(180deg);
  width: 10px;
}
.admission-btn.comp a {
  background-color: #ecfaf8;
  border: 2px solid #6ccebc;
  font-weight: 700;
}
.admission-btn.comp a::before {
  background-image: url(../../exa/adm/img/ico_complete.png);
}
.admission-btn span {
  vertical-align: middle;
}
.admission .status a {
  background-color: #6ccebc;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.admission .status.is-disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.admission .status.btn-wide a {
  max-width: 550px;
  min-width: 250px;
}
.admission button.status {
  background-color: #6ccebc;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.admission button.status.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.admission-list {
  margin-bottom: 10px;
}
.admission-list.noactive {
  opacity: 0.5;
}
.admission-list.noactive .accordion-heading {
  cursor: default !important;
}
.admission-list .accordion-heading,
.admission-list .btn-normal {
  font-size: 14px;
  padding: 20px 35px 20px 50px;
  position: relative;
}
.admission-list .accordion-heading::before,
.admission-list .btn-normal::before {
  content: "";
  display: block;
  background-image: url(../../exa/adm/img/ico_nocomp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
}
.admission-list .accordion-heading.no-icon::before,
.admission-list .btn-normal.no-icon::before {
  display: none;
}
.admission-list .accordion-heading.comp {
  background-color: #ecfaf8;
  border: 2px solid #6ccebc;
  font-weight: 700;
}
.admission-list .accordion-heading.comp::before {
  background-image: url(../../exa/adm/img/ico_complete.png);
}
.admission-list .accordion-heading.comp + .accordion-body {
  border-right: 2px solid #6ccebc;
  border-bottom: 2px solid #6ccebc;
  border-left: 2px solid #6ccebc;
}

.admission-list .accordion-heading::after {
  content: "";
  display: block;
  background-image: url(../img/ico_arrow_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(270deg);
  width: 10px;
}
.admission-list .accordion-heading.open::after {
  background-position: left top;
}

.notice .dl-description .crosshead {
  border-top: 1px solid #ddd;
  color: #5d5d5d;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
}
@media print, screen and (max-width: 768px) {
  .notice .dl-description .crosshead {
    font-size: 14px;
  }
}
.notice .dl-description .crosshead:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media print, screen and (max-width: 768px) {
  .notice .dl-description dd {
    font-size: 12px;
  }
}
.notice .dl-description dd a {
  text-decoration: underline;
}

.accordion-heading-notice::before {
  display: none !important;
}

.admission-list .accordion-close {
  display: block;
  cursor: pointer;
  margin-top: 40px;
  text-align: center;
}
.admission-list .accordion-close span {
  background-color: #a5a9b5;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
}
.admission-list .accordion-close span::after {
  content: "";
  display: block;
  background-image: url(../img/arrow_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  transform: rotate(180deg);
  width: 14px;
}

.admission .btn-normal {
  display: block;
  text-decoration: none;
}

.admission .btn-normal.noactive,
.admission .btn-gray.noactive {
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none;
}

.admission .btn-normal::before {
  background-image: url(../../exa/adm/img/ico_nocomp.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 39px 19px;
}

.admission .btn-normal span {
  display: table-cell;
  margin: 0 auto 0 6px;
  text-align: left;
  vertical-align: middle;
  color: #536274;
}

.admission .btn-normal.no-statas:before,
.admission .btn-normal.no-statas.comp:before {
  background: none;
}

.text {
  padding-bottom: 30px;
}

em.caution {
  color: #555;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
em.caution::before {
  content: "";
  display: block;
  background-color: #222;
  border-radius: 999px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  background-color: #6ccebc;
  box-shadow: 0 2px 2px rgba(108, 206, 188, 0.5);
}
em span {
  color: #808080;
  font-weight: 500;
}

.caution-ico::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 16px;
  background: url(../../exa/adm/img/icon_caution.png) transparent left center no-repeat;
  background-size: 18px 16px;
}

.admission .admList li {
  padding-left: 15px;
  text-indent: -13px;
}

.admission .creditImg {
  display: flex;
}

.admission .creditImg li {
  display: flex;
  align-items: center;
  margin: 0 10px;
  width: 150px;
}
@media print, screen and (max-width: 768px) {
  .admission .creditImg li {
    margin: 0 10px 0 0;
    width: 30%;
  }
}

.admission .creditImg li p {
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .admission .creditImg li p {
    padding: 5px;
  }
}

.admission .creditImg li img {
  max-width: 100%;
}

.admission .admUL {
  border-bottom: 1px solid #ff4b3c;
  color: #ff4b3c;
  font-weight: 700;
}

.payment-period li {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 13px;
}
@media print, screen and (min-width: 769px) {
  .payment-period {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .payment-period li {
    width: calc(50% - 5px);
  }
}

.icon,
.icon-comp {
  background-image: url(../../exa/adm/img/ico_nocomp_bgwhite.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  margin: 0 3px;
  vertical-align: middle;
  width: 16px;
}

.icon-comp {
  background-image: url(../../exa/adm/img/ico_complete.png);
}

/*upload.html*/
.upload.box.box-confirmation a {
  text-decoration: none;
}

.upload.box.box-confirmation a span {
  padding-top: 4px;
  font-size: 12px;
}

.uploadInput .fileselect {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media print, screen and (max-width: 768px) {
  .uploadInput .fileselect {
    align-items: flex-start;
    flex-direction: column;
  }
}

.uploadInput .fileselect .fileup-button {
  overflow: hidden;
  position: relative;
}

.uploadInput .fileselect .hiddenbutton {
  background-color: #f5f7fa;
  border-radius: 999px;
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  width: calc(100% - 0.5px);
}
.uploadInput .fileselect .hiddenbutton::before {
  content: "";
  display: block;
  background-image: url(../../common/img/ico_upload_gray.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 13px;
  margin-right: 5px;
  width: 11px;
}

.uploadInput .fileselect .caution {
  background-color: #eee;
  font-size: 11px;
  margin-top: 10px;
  padding: 4px 2px 4px 1.2em;
  text-indent: -1em;
}

.uploadInput .fileselect input[type=file] {
  font-size: 28px;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.uploadInput .fileselect .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc(100% - 220px);
}
@media print, screen and (max-width: 768px) {
  .uploadInput .fileselect .list {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }
}

.uploadInput .fileselect .list .list-name {
  display: flex;
  align-items: center;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .uploadInput .fileselect .list .list-name {
    font-size: 12px;
  }
}

.uploadInput .fileselect .list .btndel {
  display: flex;
  margin-left: auto;
  width: auto;
}

.uploadInput .fileselect .list .btndel span {
  border-radius: 7px;
  display: block;
  padding: 6px 10px;
  background-color: #a5a9b5;
  letter-spacing: normal;
  font-size: 12px;
  width: 100%;
}

.uploadInput .fileselect .list .resimg {
  margin-bottom: 5px;
}
.uploadInput .fileselect .list .resimg img {
  width: 100%;
}

.uploadInput .fileselect .list ul:nth-of-type(1) {
  width: 100%;
}
.uploadInput .fileselect .list ul:nth-of-type(1) li img {
  margin: 0 auto;
}
.uploadInput .fileselect .list ul:nth-of-type(2) {
  margin-top: 20px;
  width: 100%;
}
.uploadInput .fileselect .list ul:nth-of-type(2) li {
  display: flex;
}
.uploadInput .fileselect .list ul li p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  word-break: break-all;
}

.uploadInput .fileselect.w-ver {
  flex-wrap: wrap;
}
.uploadInput .fileselect.w-ver .list {
  margin-top: 15px;
  padding-left: 0;
  width: 100%;
}

.form-field .linkinfo {
  color: #5b6066;
}

/* exa/res */
.form-field .linkinfo::before {
  content: "";
  position: relative;
  top: 3px;
  left: 2px;
  display: inline-block;
  width: 15px;
  height: 14.5px;
  background-image: url("../../common/img/ico_info.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 14.5px;
  padding-right: 6px;
}

.nodisp {
  display: none;
}

.alert {
  color: #ff4b3c;
}
.alert::before {
  content: "";
  display: block;
  background-image: url(../img/ico_attention.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
}

.form-item.none {
  display: none;
}

.data-sec-wrap {
  position: relative;
}

.adm-index .univ-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  padding: 20px;
  border-radius: 15px;
  cursor: inherit;
  padding: 10px 20px 20px;
  position: relative;
}
.adm-index .univ-item::before {
  content: "";
  display: block;
  background-color: #6ccebc;
  height: 10px;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.adm-index .univ-item + .univ-item {
  margin-top: 25px;
}
.adm-index .univ-item-header {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .adm-index .univ-item-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.adm-index .univ-item-header .univ-item-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  width: 100%;
}
.adm-index .univ-item-header .univ-item-list dt {
  border-top: 2px solid #6ccebc;
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 65px;
}
.adm-index .univ-item-header .univ-item-list dt.exam {
  border-top: none;
  align-self: center;
  font-weight: 500;
  padding-top: 15px;
}
@media print, screen and (max-width: 768px) {
  .adm-index .univ-item-header .univ-item-list dt.content {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.adm-index .univ-item-header .univ-item-list dd {
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: calc(100% - 65px);
}
.adm-index .univ-item-header .univ-item-list dd.exam_num {
  border-top: none;
  font-size: 26px;
  font-weight: 500;
  padding-top: 15px;
  position: relative;
  width: calc(100% - 65px);
}
.adm-index .univ-item-header .univ-item-list dd.status {
  display: flex;
  flex-direction: column;
}
.adm-index .univ-item-header .univ-item-list dd.status._info {
  padding-bottom: 20px;
}
.adm-index .univ-item-header .univ-item-list dd.status.progress .progress-btn:nth-of-type(2), .adm-index .univ-item-header .univ-item-list dd.status.progress .progress-btn:nth-of-type(3), .adm-index .univ-item-header .univ-item-list dd.status.progress .progress-btn:nth-of-type(4) {
  padding-left: 12px;
}
.adm-index .univ-item-header .univ-item-list dd.status.progress span {
  display: inline-block;
  padding-right: 33px;
  position: relative;
}
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status,
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status-02,
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status-03,
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status-04 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 999px;
  display: block;
  margin-top: -9px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
}
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status span,
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status-02 span,
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status-03 span,
.adm-index .univ-item-header .univ-item-list dd.status.progress .modal-iframe-status-04 span {
  background-color: lightgray;
  width: 100%;
  height: 18px;
  border-radius: 999px;
  font-size: 90%;
  white-space: nowrap;
  padding-left: 8px;
}
@media print, screen and (max-width: 768px) {
  .adm-index .univ-item-header .univ-item-list dd.status._info {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .adm-index .univ-item-header .univ-item-list.list-left, .adm-index .univ-item-header .univ-item-list.list-right {
    width: calc(50% - 10px);
  }
}
.adm-index .univ-item-header .arrow-open {
  padding-top: 20px;
}
.adm-index .univ-item-header .arrow-open::after {
  content: "";
  display: block;
  background-color: #ccc;
  height: 1px;
  position: absolute;
  bottom: 40px;
  left: -20px;
  width: calc(100% + 40px);
}
.adm-index .arrow-open,
.adm-index .acc-tgl-close {
  cursor: pointer;
  margin: 0 auto;
  max-width: 100px;
  width: 100%;
}
.adm-index .arrow-open p,
.adm-index .acc-tgl-close p {
  background-color: #6ccebc;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.adm-index .arrow-open p::after,
.adm-index .acc-tgl-close p::after {
  background-image: url(../img/arrow_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  width: 12px;
}
.adm-index .acc-tgl-close p {
  background-color: #b5bac4;
}
.adm-index .acc-tgl-close p::after {
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}
.adm-index .arrow-open.open {
  display: none;
}
.adm-index .univ-item-body {
  display: none;
}
.adm-index .status-lead {
  font-size: 85%;
  margin: 0;
  border: 1px solid #b6d0ed;
  border-bottom: 0;
  background: #fff;
  padding: 5px;
}
.adm-index .status-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 25px;
}
.adm-index .status-info dt {
  border-top: 2px solid #6ccebc;
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  padding-top: 15px;
  width: 65px;
}
.adm-index .status-info dd {
  border-top: 1px solid #ccc;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 10px;
  width: calc(100% - 65px);
}
.adm-index .status-info dd .wish-information {
  font-size: 12px;
  font-weight: 400;
}
.adm-index .status-info dd .wish-information a {
  text-decoration: underline;
}
.adm-index .payment-period {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .adm-index .payment-period {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.adm-index .payment-period li {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 13px;
}
@media print, screen and (min-width: 769px) {
  .adm-index .payment-period li {
    width: calc(50% - 5px);
  }
}
.adm-index .payment-period li .period {
  color: #555;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  padding-left: 15px;
  position: relative;
}
.adm-index .payment-period li .period::before {
  content: "";
  display: block;
  background-color: #222;
  border-radius: 999px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  background-color: #6ccebc;
  box-shadow: 0 2px 2px rgba(108, 206, 188, 0.5);
  top: 6px;
}
.adm-index .payment-period li .period-data {
  color: #808080;
  font-size: 12px;
  line-height: 1.3;
}
.adm-index .status-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 0 30px;
  padding-top: 30px;
  position: relative;
}
.adm-index .status-btn::before {
  content: "";
  display: block;
  background-color: #ccc;
  height: 1px;
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
}
@media print, screen and (min-width: 769px) {
  .adm-index .status-btn {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.adm-index .status-btn li.false {
  opacity: 0.3;
}
.adm-index .status-btn a,
.adm-index .status-btn span {
  color: #808080;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1.2;
  overflow-wrap: break-word;
  padding-top: 65px;
  position: relative;
  text-align: center;
  word-break: break-all;
}
.adm-index .status-btn a::before,
.adm-index .status-btn span::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: 17px;
  left: 50%;
  width: 20px;
  z-index: 1;
}
.adm-index .status-btn a::after,
.adm-index .status-btn span::after {
  content: "";
  display: block;
  background-color: #edeff2;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  height: 54px;
  margin-left: -27px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
}
.adm-index .status-btn .btn001 a::before,
.adm-index .status-btn .btn001 span::before {
  background-image: url(../../exa/adm/img/icon001.png);
}
.adm-index .status-btn .btn002 a::before,
.adm-index .status-btn .btn002 span::before {
  background-image: url(../../exa/adm/img/icon002.png);
}
.adm-index .status-btn .btn003 a::before,
.adm-index .status-btn .btn003 span::before {
  background-image: url(../../exa/adm/img/icon003.png);
}
.adm-index .status-btn .btn004 a::before,
.adm-index .status-btn .btn004 span::before {
  background-image: url(../../exa/adm/img/icon004.png);
}
.adm-index .status-btn .btn005 a::before,
.adm-index .status-btn .btn005 span::before {
  background-image: url(../../exa/adm/img/icon005.png);
}
.adm-index .status-btn .btn006 a::before,
.adm-index .status-btn .btn006 span::before {
  background-image: url(../../exa/adm/img/icon006.png);
}
.adm-index .status-btn .btn007 a::before,
.adm-index .status-btn .btn007 span::before {
  background-image: url(../../exa/adm/img/icon007.png);
}
.adm-index .status-btn .btn008 a::before,
.adm-index .status-btn .btn008 span::before {
  background-image: url(../../exa/adm/img/icon008.png);
}
.adm-index .status-btn .btn009 a::before,
.adm-index .status-btn .btn009 span::before {
  background-image: url(../../exa/adm/img/icon009.png);
}
.adm-index .status-btn .status-btn span.btnqrcode::before {
  background-image: url(../../exa/adm/img/iconqrcode.png);
}
.adm-index .tab {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
@media print, screen and (min-width: 769px) {
  .adm-index .tab {
    border-width: 3px;
    margin-right: 120px;
    margin-left: 120px;
  }
}
.adm-index .tab li {
  border-radius: 999px;
  color: #737784;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  width: 50%;
}
.adm-index .tab li a {
  color: #737784;
  display: block;
  text-align: center;
  width: 100%;
}
.adm-index .tab li.current {
  background-color: #6ccebc;
  color: #fff;
  cursor: default;
  font-weight: 700;
}
.adm-index .tab li.current a {
  color: #fff;
}
.adm-index .tab.qr-color li.current {
  background-color: #6ccebc;
}
.adm-index .pass-list .univ-item {
  display: none;
}
.adm-index .pass-list .univ-item.pass-item {
  display: block;
}
.adm-index .pass-list .univ {
  display: none;
}
.adm-index .pass-list .univ.pass-univ {
  display: block;
}

@media screen and (min-width: 768px) {
  .adm-index .univ-item-header th, .adm-index .univ-item-header td {
    padding: 10px 0;
  }
  .adm-index .univ-item-header th {
    width: 80px;
    padding-left: 10px;
  }
  .adm-index .univ-item-header th:after {
    content: " :";
  }
  .adm-index .univ-item-header td {
    padding-right: 45px;
  }
}
.info {
  margin: 0 0 30px;
}

/* ------------------------------
 inlineFrame
------------------------------ */
.ttl-inline {
  font-weight: bold;
  text-align: center;
  font-size: 1.2857rem;
}

.ttl-inline-chapter {
  font-weight: bold;
  font-size: 1.1428rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ttl-inline-article {
  font-weight: bold;
}

.txt-inline-indent {
  margin-left: 1em;
}

.box-confirmation dt {
  font-weight: bold;
}

.separator {
  border: none;
  background-color: #ddd;
  height: 1px;
  margin: 2rem 0;
}

.txt-inline-indent table {
  width: 100%;
}

.txt-inline-indent th {
  text-align: center;
}

.txt-inline-indent th,
.txt-inline-indent td {
  border: 1px solid #ddd;
  font-size: 0.8571rem;
  padding: 3px 0;
}

/* ------------------------------
 汎用
------------------------------ */
.semicolons td {
  padding-left: 1em;
  text-indent: -1em;
}

.semicolons td:before {
  content: "：";
}

.decimal {
  padding-left: 1.3em;
}

.decimal > li {
  list-style-type: decimal;
}

.decimal2 {
  text-indent: -2em;
  padding-left: 2em;
}

.asterisk {
  padding-left: 1.3em;
}

.asterisk > li:before {
  content: "*";
  display: inline-block;
  width: 1em;
  text-align: center;
  margin-left: -1.3em;
  margin-right: 0.3em;
}

.redBox {
  background-color: #fff;
  border: #ff4b3c solid 2px;
  color: #ff4b3c;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.greenBox {
  background-color: #fff;
  border: #dcedc8 solid 2px;
  color: #ff4b3c;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

/* 非アクティブ */
.box.false,
.box .false {
  opacity: 0.4;
}

.radio.false,
.radio .false {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}

.box .false.noSelect,
.radio .noSelect {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px 10px 15px 50px;
}

/* guide */
.guide {
  background-color: #fff;
  border: 1px solid #ff4b3c;
  border-radius: 10px;
  padding: 20px;
}
.guide p {
  font-size: 12px;
}
.guide p a {
  text-decoration: underline;
}
.guide .icon-indent {
  padding-left: 30px;
  position: relative;
}
.guide .icon-indent::before {
  content: "";
  display: block;
  background-image: url(../img/ico_attention.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 21px;
}
.guide .material-icons {
  margin-left: -24px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  color: #357bb9;
}

/* QRコード読み取り関連 */
.video {
  background-color: #000;
  height: 512px;
  width: 100%;
}

.infoBox {
  background-color: #fff;
  border: 1px solid #e8e8ea;
  border-radius: 15px;
  padding: 20px;
}

.target {
  display: flex;
  flex-wrap: wrap;
}
.target-ttl {
  font-size: 16px;
  margin-bottom: 15px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .target-ttl {
    font-size: 14px;
  }
}
.target .usage {
  border-bottom: 2px solid #fda85e;
  color: #909090;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 15px 0;
  width: 25%;
}
@media print, screen and (max-width: 768px) {
  .target .usage {
    font-size: 14px;
    width: 30%;
  }
}
.target .subjects {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 15px 0 15px 15px;
  width: 75%;
}
@media print, screen and (max-width: 768px) {
  .target .subjects {
    font-size: 14px;
    width: 70%;
  }
}

.howtodescription {
  margin: 20px 0 0;
}

.carrier a {
  color: #5b6066;
}

.qrcode-section .qrcode {
  background-color: #fff;
  display: block;
  margin: 50px auto;
  padding: 10px;
  max-width: 276px;
  width: 100%;
}

.reading_detail {
  color: #5d5d5d;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .reading_detail {
    font-size: 14px;
  }
}

.box-white,
.box-blue,
.box-gray,
.box-orange,
.box-red {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 7px;
  color: #5d5d5d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 20px;
  width: 100%;
}
.box-white dt,
.box-blue dt,
.box-gray dt,
.box-orange dt,
.box-red dt {
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 80px;
}
@media print, screen and (min-width: 769px) {
  .box-white dt,
  .box-blue dt,
  .box-gray dt,
  .box-orange dt,
  .box-red dt {
    font-size: 14px;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100px;
  }
}
.box-white dt:nth-of-type(1),
.box-blue dt:nth-of-type(1),
.box-gray dt:nth-of-type(1),
.box-orange dt:nth-of-type(1),
.box-red dt:nth-of-type(1) {
  border-top: none;
}
.box-white dt + dd,
.box-blue dt + dd,
.box-gray dt + dd,
.box-orange dt + dd,
.box-red dt + dd {
  border-top: 1px solid #d0d0d0;
}
.box-white dd,
.box-blue dd,
.box-gray dd,
.box-orange dd,
.box-red dd {
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 10px;
  width: calc(100% - 80px);
}
@media print, screen and (min-width: 769px) {
  .box-white dd,
  .box-blue dd,
  .box-gray dd,
  .box-orange dd,
  .box-red dd {
    font-size: 14px;
    margin-bottom: 15px;
    padding-top: 15px;
    width: calc(100% - 100px);
  }
}
.box-white dd:nth-of-type(1),
.box-blue dd:nth-of-type(1),
.box-gray dd:nth-of-type(1),
.box-orange dd:nth-of-type(1),
.box-red dd:nth-of-type(1) {
  border-top: none;
}
.box-white dd + dt,
.box-blue dd + dt,
.box-gray dd + dt,
.box-orange dd + dt,
.box-red dd + dt {
  border-top: 1px solid #d0d0d0;
}
.box-white dd.status-selection,
.box-blue dd.status-selection,
.box-gray dd.status-selection,
.box-orange dd.status-selection,
.box-red dd.status-selection {
  width: 100% !important;
}
.box-white.box-qrcode dt,
.box-blue.box-qrcode dt,
.box-gray.box-qrcode dt,
.box-orange.box-qrcode dt,
.box-red.box-qrcode dt {
  width: 150px;
}
@media print, screen and (max-width: 768px) {
  .box-white.box-qrcode dt,
  .box-blue.box-qrcode dt,
  .box-gray.box-qrcode dt,
  .box-orange.box-qrcode dt,
  .box-red.box-qrcode dt {
    width: 120px;
  }
}
.box-white.box-qrcode dd,
.box-blue.box-qrcode dd,
.box-gray.box-qrcode dd,
.box-orange.box-qrcode dd,
.box-red.box-qrcode dd {
  width: calc(100% - 150px);
}
@media print, screen and (max-width: 768px) {
  .box-white.box-qrcode dd,
  .box-blue.box-qrcode dd,
  .box-gray.box-qrcode dd,
  .box-orange.box-qrcode dd,
  .box-red.box-qrcode dd {
    width: calc(100% - 120px);
  }
}
.box-white.box-qrcode + .box-qrcode,
.box-blue.box-qrcode + .box-qrcode,
.box-gray.box-qrcode + .box-qrcode,
.box-orange.box-qrcode + .box-qrcode,
.box-red.box-qrcode + .box-qrcode {
  margin-top: 20px;
}
.box-white.box-txtstrong dt,
.box-blue.box-txtstrong dt,
.box-gray.box-txtstrong dt,
.box-orange.box-txtstrong dt,
.box-red.box-txtstrong dt {
  font-size: 16px;
  width: 90px;
}
.box-white.box-txtstrong dd,
.box-blue.box-txtstrong dd,
.box-gray.box-txtstrong dd,
.box-orange.box-txtstrong dd,
.box-red.box-txtstrong dd {
  font-size: 16px;
  width: calc(100% - 90px);
}
.box-white .status-selection,
.box-blue .status-selection,
.box-gray .status-selection,
.box-orange .status-selection,
.box-red .status-selection {
  width: 100%;
}
.box-white .status-selection-ttl,
.box-blue .status-selection-ttl,
.box-gray .status-selection-ttl,
.box-orange .status-selection-ttl,
.box-red .status-selection-ttl {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0 5px;
}
.box-white .status-selection-btn,
.box-blue .status-selection-btn,
.box-gray .status-selection-btn,
.box-orange .status-selection-btn,
.box-red .status-selection-btn {
  padding: 20px 0;
}
.box-white .status-selection-radio,
.box-blue .status-selection-radio,
.box-gray .status-selection-radio,
.box-orange .status-selection-radio,
.box-red .status-selection-radio {
  margin-bottom: 5px;
  padding-top: 15px;
}

.box-orange {
  background-color: #fef2e7;
}

.box-gray {
  background-color: #eff1f5;
}

.box-red {
  background-color: #ffebe9;
  border-color: #ff4b3c;
}

.comp_arrow {
  padding-top: 10px;
}
.comp_arrow::before {
  content: "";
  display: block;
  background-image: url(../../exa/adm/img/comp_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin: 0 auto 20px;
  width: 50px;
}

.box-bggray {
  background-color: #fff;
  border-radius: 10px;
  font-size: 12px;
  padding: 20px;
}
.box-bggray a {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .valid-sample-box {
    display: flex;
  }
}
.valid-sample-img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .valid-sample-img {
    width: 500px;
  }
}
@media print, screen and (min-width: 769px) {
  .valid-sample-txt {
    padding-left: 20px;
    width: calc(100% - 500px);
  }
}

.gray {
  background-color: #c9cacd;
}

.a-text-underline a {
  color: #6ccebc;
  text-decoration: underline;
}
a.linktxt {
  color: #6ccebc;
}
.paymentText a {
  color: #6ccebc;
  text-decoration: underline;
}
.incMsg a,
.computer a,
.include a {
  color: #6ccebc;
  text-decoration: underline;
}
.paymentText .w80p {
  max-width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  }
@media print, screen and (max-width: 768px) {
  .delayIframe {
    max-width:18.75em;
  }
}
/*# sourceMappingURL=exa.css.map */