@charset "UTF-8";
/* l-side-nav============================================================================ */
.l-side-nav {
  width: 100px;
}

.l-side__nav-body {
  position: relative;
  margin: 0 auto;
}

.l-nav__unit {
  width: 100%;
}

.l-nav__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.l-nav__lst li {
  width: 100px;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #FFF;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.l-nav__lst li.active-dot:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #D45755;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.l-nav__lst li a {
  width: 100%;
  padding: 16px 0;
  display: block;
  color: #666666;
  position: relative;
}

.l-nav__lst li.nav03-label a {
  padding: 9px 0;
}

.icon-side-nav03:before {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
  background: url(../images/top/side-nav03.svg) center center no-repeat;
  content: '';
  color: #FFF;
  pointer-events: none;
  width: 50px;
  height: 50px;
}

.l-nav__lst li a span {
  display: block;
  margin-top: 3px;
}

/* top============================================================================ */
.p-top-training,
.p-top-match,
.p-top-learn {
  width: 49.12%;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.p-top-training h2,
.p-top-match h2,
.p-top-learn h2 {
  background-color: #0074B9;
  position: relative;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-training h2 span {
  vertical-align: middle;
  display: flex;
}

.p-top-training h2:before,
.p-top-match h2:before,
.p-top-learn h2:before {
  width: 100%;
  height: 44px;
  background: url(../images/common/title-msk-bg.png) center center no-repeat;
  background-size: contain;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 0;
  position: absolute;
  content: '';
}

.l-link__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}

.l-link__lst li {
  width: 31.13%;
  background-color: #F8F8F8;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}

.l-link__lst li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34.3%;
}

.l-link__lst li a {
  width: 100%;
  display: block;
  padding: 13px 0 11px 0;
  color: #4E4E4E;
}

.l-link__lst li.lst04 a,
.l-link__lst li.lst05 a {
  padding: 5px 0 8px 0;
}

.l-link__lst span {
  display: block;
}

.l-link__lst li.lst04 span,
.l-link__lst li.lst05 span {
  margin-top: -5px;
}

.p-top-learn {
  width: 100%;
  background-color: #FFF;
  margin: 20px auto 0;
}

.p-top-learn h2:before {
  width: 100%;
  background: url(../images/common/title-msk-bg-large.png) center center no-repeat;
}

.learn-index {
  position: relative;
}

.learn-archive__btn {
  width: 140px;
  height: 30px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  right: 10px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.learn-archive__btn a {
  color: #0074B9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-learn__post {
  width: 100%;
  padding: 0px 20px 0;
    /*height: 230px;
      overflow: auto;*/
}

.post-lst {
  width: 100%;
  border-bottom: dotted 1px #AAAAAA;
  position: relative;
}

.post-lst.active-dot:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #D45755;
  left: 0px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-lst:last-child {
  border: none;
}

.post-lst a {
  width: 100%;
  display: block;
}

.post-lst__inner {
  width: 100%;
  padding: 14px 0 14px 28px;
}

.post-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-cat {
  width: 78px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF;
  background-color: #8AC640;
  padding: 4px 8px 3px 8px;
  display: inline-block;
  text-align: center;
  margin-right: 18px;
}

.cat-skill {
  background-color: #E87E06;
}

.cat-mental {
  background-color: #009888;
}

.post-text h3 {
  font-size: 1.4rem;
  color: #0074B9;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.post-btn {
  width: 84px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: auto;
  background-color: #161863;
  color: #FFF;
  padding: 7px 8px 6px 8px;
  display: inline-block;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-btn {
  width: 100%;
  height: 38px;
  background-color: #F7F7F7;
  text-align: center;
  cursor: pointer;
}

.more-btn__inner {
  display: block;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-btn__label {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 38px;
}

.icon-arrow-under.more-active {
  -webkit-transform: rotate(180deg);
  transform: rotateX(180deg);
}

/* page-common============================================================================ */
.p-page-common {
  width: 100%;
  padding: 20px 0;
}

.p-page-body .p-page-common {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-page-common__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-auto {
  margin-left: auto;
}

.anttn-box .p-page-common__tab {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.annotation {
  font-size: 1.4rem;
  color: #FF4900;
  font-weight: bold;
  margin-left: 18px;
}

.p-page-common__tab a {
  width: 150px;
  font-size: 1.4rem;
  color: #0074B9;
  font-weight: bold;
  padding: 10px 0;
  background-color: #FFF;
  border: solid 1px #D9D9D9;
  text-align: center;
  border-radius: 6px 0px 0px 6px / 6px 0px 0px 6px;
}

.p-page-common__tab.anttn-lst a:nth-child(2n) {
  border-radius: 0px 6px 6px 0px / 0px 6px 6px 0px;
}

.under-tab a {
  width: 110px;
  padding: 6px 0;
  background-color: #F2F2F2;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-page-common__tab.under-tab a:first-child {
  border-radius: 6px 0px 0px 6px / 6px 0px 0px 6px;
}

.p-page-common__tab .page-active {
  background-color: #0074B9;
  color: #FFF;
  border: none;
}

.p-page-common__tab a:last-child {
  border-radius: 0px 6px 6px 0px / 0px 6px 6px 0px;
}

.p-page-common__lst {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}

.mb-lst {
  margin: 0 0 0 16px;
}

.p-page-common__search {
  width: 260px;
}

#match-index .p-page-common__search {
  width: 284px;
}

.search__form {
  position: relative;
  width: 100%;
}

.search-input {
  -webkit-appearance: none;
  background-color: #FFF;
  border: solid 1px #D9D9D9;
  border-radius: 6px;
  outline: none;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 4% 2% 4% 4%;
  transition: 400ms;
  color: #333;
  height: 43px;
}

input::placeholder {
  color: #B5B5B5;
}

.search__form .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-56%);
}

/*チェックボタン*/
.p-page-common__checkbox {
  font-size: 1.3rem;
  color: #161863;
  font-weight: bold;
  margin-left: 20px;
}
.p-page-common__checkbox.check-join {
    margin-left: 8px;
}

.filter-unit .p-page-common__checkbox {
  margin: 0;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #161863;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox input:checked ~ .checkbox-indicator {
  background: #161863;
}

.checkbox input:checked ~ .checkbox-indicator:after {
  display: block;
}

.checkbox-indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.checkbox-control .checkbox-indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*チェックボタン*/
.p-page-common__addto {
  width: 184px;
  height: auto;
  margin-left: auto;
  text-align: center;
  background-color: #161863;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px #5C5E92;
  border-radius: 4px;
}

.player-add {
  width: 124px;
}

.p-page-common__addto.bg-blue {
  background-color: #0074B9;
  border: none;
}

.p-page-common__addto.bg-blue .addto-label {
  padding: 10px 0 12px 0;
}

#match-index .p-page-common__addto {
  width: 134px;
}

.addto-label {
  width: 100%;
  padding: 4px 0 6px 0;
  font-size: 1.4rem;
  display: block;
  color: #FFF;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/* page-table============================================================================ */
.p-page-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.table-area {
  width: 100%;
  border: solid 1px #D9D9D9;
}

.table-area.table-a,
.table-area.table-d,
.table-area.table-b,
.table-area.table-e,
.table-area.table-g,
.table-area.table-f,
.table-area.table-j,
.table-area.table-history {
  border: none;
}

.table-area.table-a thead,
.table-area.table-d thead,
.table-area.table-b thead,
.table-area.table-e thead,
.table-area.table-g thead,
.table-area.table-f thead,
.table-area.table-h thead,
.table-area.table-j thead,
.table-area.table-history thead {
  border: solid 1px #D9D9D9;
}

.table-area.table-a thead tr,
.table-area.table-d thead tr,
.table-area.table-b thead tr,
.table-area.table-e thead tr,
.table-area.table-g thead tr,
.table-area.table-f thead tr,
.table-area.table-h thead tr,
.table-area.table-j thead tr,
.table-area.table-history thead tr {
  border: none;
}

.table-a thead th.t-name,
.table-a thead th.e-name {
  height: auto;
  text-align: left;
  display: block;
  padding-right: 0;
}

.table-area.table-e tbody,
.table-area.table-g tbody {
  height: calc(100vh);
  max-height: inherit;
}

.table-area tr {
  background-color: #FFF;
  margin-bottom: 2px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.table-area.table-a tr,
.table-area.table-d tr,
.table-area.table-b tr,
.table-area.table-e tr,
.table-area.table-g tr,
.table-area.table-f tr,
.table-area.table-h tr,
.table-area.table-j tr {
  margin-bottom: 0;
  border: solid 1px #d9d9d9;
  border-top: none;
}

.table-area thead tr {
  background-color: transparent;
}

.table-area tr:nth-child(even) {
  background-color: #F7F7F7;
}

.table-area td {
  padding-left: 20px;
}

/* table-a*/
.table-a thead th.t-name {
  width: 29%;
}

.table-a thead th.t-ctn {
  width: 12%;
}

.table-a thead th.t-theme {
  width: 22.5%;
}

.table-a thead th.t-data {
  width: 14.5%;
}

.table-a .t-name {
  width: 30.20%;
  height: 80px;
  border-right: dotted 1px #B1B1B1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}

.table-a .t-ctn {
  width: 12.44%;
}

.table-a .t-theme {
  width: 23.6%;
}

.table-a .t-data {
  width: 14.93%;
}

.table-a .t-updata {
  width: 14.32%;
}

.t-note,
.t-delete,
.e-note,
.e-delete,
.p-delete {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.table-a .t-note,
.table-a .t-delete,
.table-b .e-note,
.table-b .e-delete,
.table-h .t-note,
.table-h .t-delete,
.table-m .p-delete {
  width: 4.25%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.table-a td.t-note,
.table-a td.t-delete,
.table-b td.e-note,
.table-b td.e-delete,
.table-d td.m-note,
.table-d td.m-delete,
.table-h td.t-note,
.table-h td.t-delete,
.table-m td.p-delete {
  padding: 0 !important;
}

.table-a .t-note,
.table-b .e-note,
.table-d .m-note,
.table-h .t-note {
  border-right: solid 1px #FFF;
}

.table-a .t-note .t-bg,
.table-a .t-delete .t-bg,
.table-b .e-note .t-bg,
.table-b .e-delete .t-bg,
.table-d .m-note .t-bg,
.table-d .m-delete .t-bg,
.table-h .t-note .t-bg,
.table-h .t-delete .t-bg,
.table-m .p-delete .t-bg {
  width: 100%;
  height: 80px;
  background-color: #f3f3f3;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-modal tbody tr {
  margin-bottom: 0px;
  border-bottom: solid 1px #e0e0e0;
}

.table-area.table-modal td.e-name {
  font-size: 1.4rem;
}

.table-modal tbody td {
  height: auto;
  padding: 4px 0px 4px 20px;
}

.td-flex {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

tbody td.t-name a {
  font-weight: bold;
  color: #161863;
  text-decoration: underline;
}

tbody td.t-data,
tbody td.t-updata,
tbody td.e-data,
tbody td.e-updata {
  font-size: 1.2rem;
  line-height: 1.5;
}

.e-cat {
  width: 110px;
  text-align: center;
  background: 0 0;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 6px 8px 5px 8px;
  vertical-align: top;
  line-height: 1;
  font-size: 1.2rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: 'Viga', sans-serif;
  font-weight: normal;
  font-weight: 400;
}

#modal-container .e-cat,
.table-area .e-cat {
  box-shadow: none;
}

.cat-positional {
  background-color: #EBBA00;
}

.cat-clarity {
  background-color: #60A3BC;
}

.cat-situation {
  background-color: #8AC640;
}

.cat-drill {
  background-color: #9E1AB3;
}

/* table-b*/
.table-area.table-b td,
.table-area.table-b thead th {
  padding-left: 12px;
}

.table-b thead th.e-name,
.table-area.table-b td.e-name {
  min-width: 15%;
  width: 15%;
  word-break: break-all;
}

.table-b thead th.e-category,
.table-b .e-category {
  min-width: 5.2%;
  text-align: center;
}

.table-b thead th.e-aspect,
.table-b .e-aspect {
  min-width: 3.6%;
}

.table-b thead th.e-theme {
  width: 20.5%;
}

.table-b td.e-theme {
  width: 25%;
}

.table-b .e-theme {
  font-size: 1.2rem;
}

.table-b thead th.e-imp,
.table-b .e-imp {
  min-width: 5.2%;
  text-align: center;
}

.table-b thead th.e-time,
.table-b .e-time {
  min-width: 4.4%;
  text-align: center;
}

.table-b thead th.e-img,
.table-b .e-img {
  min-width: 5.7%;
  text-align: center;
}

.table-b thead th.e-manual,
.table-b .e-manual {
  min-width: 78px;
}

.table-b thead th.e-comment,
.table-b .e-comment {
  min-width: 72px;
}

.table-area.table-b td.e-comment {
  padding-left: 6px;
}

.table-b thead th.e-data {
  min-width: 10.4%;
}

.table-b thead th.e-data,
.table-area.table-b td.e-data {
  min-width: 10%;
}

.table-b thead th.e-updata,
.table-area.table-b td.e-updata {
  min-width: 11.36%;
}

.table-b thead th.e-note,
.table-area.table-b td.e-note,
.table-area.table-d td.m-note,
.table-b thead th.e-delete,
.table-area.table-b td.e-delete,
.table-area.table-d td.m-delete {
  min-width: 3%;
}

.table-b .e-name {
  border-right: dotted 1px #B1B1B1;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
}

.table-b .e-name span:last-child,
.table-d .m-imp-date span,
.table-h .t-imp-date span,
.table-history__details .m-match-time span {
  display: block;
  margin-top: 8px;
  color: #161863;
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.table-b .td-flex {
  width: 100%;
  justify-content: space-between;
}

.table-b .td-flex span.td-theme {
  width: 35%;
  display: block;
}

.table-b .td-flex span:nth-child(2) {
  width: 60%;
  display: block;
}

/* p-page-common__filter============================================================================ */
.p-page-common__filter {
  width: 100%;
  padding: 10px 15px 15px;
  border-radius: 6px;
  margin-top: 20px;
  background-color: #F2F3F5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.p-page-common__filter-unit {
  width: 100%;
}

.filter-title {
  font-size: 1.4rem;
  color: #0074B9;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.filter-unit {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}

.filter-unit.border-add {
  padding-bottom: 30px;
  border-bottom: solid 1px #e2e2e2;
}

.filter-unit .checkbox-indicator {
  border-radius: 50%;
  background: #D6D6D6;
  border: none;
}

.filter-unit .checkbox input:checked ~ .checkbox-indicator {
  background: #FFF;
}

.filter-unit .checkbox-lst.check-drill .checkbox input:checked ~ .checkbox-indicator {
  background-color: #9E1AB3;
}

.filter-unit .checkbox-lst.check-positional .checkbox input:checked ~ .checkbox-indicator {
  background-color: #EBBA00;
}

.filter-unit .checkbox-lst.check-clarity .checkbox input:checked ~ .checkbox-indicator {
  background-color: #60A3BC;
}

.filter-unit .checkbox-lst.check-situation .checkbox input:checked ~ .checkbox-indicator {
  background-color: #8AC640;
}

.checkbox-area {
  width: 90%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.checkbox-area.check-01 form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.checkbox-area.color-vari {
  width: 100%;
  justify-content: flex-start;
}

.checkbox-area.color-vari .p-page-common__checkbox {
  margin: 15px 0 0 0;
}

.checkbox-area.check-01 {
  /*width: 54%;*/
  width: 590px;
}

.checkbox-area.check-01 .e-cat {
  margin-right: 10px;
}

.checkbox-area.check-01 .checkbox-indicator {
  top: 1px;
}

.checkbox-area.clum3 {
  width: 64%;
}

.checkbox-area.color-vari .radio-field label {
  padding-left: 32px;
  margin-right: 8px;
}

.checkbox-area.color-vari .radio-field-text:before {
  left: -30px;
  top: 1px;
}

.checkbox-area.color-vari .radio-field-text:after {
  left: -26px;
  top: 5px;
}

.checkbox-area.color-vari .radio-field-text {
  color: #FFF;
  font-weight: bold;
}

.checkbox-area.color-vari .e-cat {
  padding: 6px 0px 7px 0px;
  width: 105px;
}

.dropdown-area {
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-left: 5%;
}

.dropdown-area:after {
  content: '';
  position: absolute;
  left: -27px;
  width: 1px;
  background-color: #C6C6C6;
  height: 40px;
  top: calc(50% - 20px);
}

.dropdown-area .dropdown-lst {
  width: 185px;
  width: 47.6%;
  position: relative;
}

.dropdown-area .scrool:before,
.dropdown-area select {
  background-color: #FFF;
  color: #999;
  border: solid 1px #D9D9D9;
  padding: 6px 12px 8px 12px;
  font-weight: bold;
}

#match-index .dropdown-area {
  margin-left: 0;
  width: 40%;
}

#match-index .dropdown-area:after {
  display: none;
}

.dropdown-area .dropdown-lst:before {
  background: url(../images/common/select-arrow-e.svg) center center no-repeat;
  width: 10px;
  height: 10px;
  right: 11px;
}

.reset-btn {
  width: 205px;
  color: #0074B9;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.reset-btn span {
  text-decoration: underline;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.reset-btn:after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #C6C6C6;
  height: 80px;
  top: calc(50% - 37px);
}

/* p-page-check============================================================================ */
.p-page-check,
.p-page-vision {
  width: 100%;
  padding: 0px;
  background-color: #FFF;
  margin: 10px auto 15px;
  overflow-x: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.bg-transparent {
  margin-top: 30px;
  background-color: transparent;
}

.p-page-check__inner,
.p-page-vision__inner {
  width: 100%;
}

.page-check__box,
.page-vision__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.page-vision__box {
  margin-bottom: 12px;
}

.page-vision__box.v-textarea,
.page-vision__box.v-textarea .page-vision__field,
.page-vision__box.v-textarea .page-vision__field .field-text textarea {
  height: 17vh;
}

.page-check__index,
.page-vision__index {
  width: 267px;
  min-width: 267px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #FFF;
  font-weight: bold;
  background-color: #26394D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  border-radius: 6px 0px 0px 6px / 6px 0px 0px 6px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-check__index:before {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 0;
  position: absolute;
  content: '';
  background-image: url(../images/common/page-check_bg.png);
}

.page-vision__index {
  width: 15.6%;
  min-width: 182px;
  position: relative;
}

.page-vision__index:before {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 0;
  position: absolute;
  content: '';
  background-image: url(../images/common/page-vision_bg.png);
}

.max-text {
  font-size: 1.3rem;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.page-check__unit {
  width: 100%;
  margin-left: 2px;
}

.page-check__lst,
.page-vision__field {
  width: 99.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 2px;
  position: relative;
  vertical-align: middle;
}

.page-vision__field {
  height: 20vh;
}

.page-check__unit .radiobox-block {
  width: 100%;
}

.page-check__lst:before {
  content: '';
  position: absolute;
  width: 192px;
  height: 100%;
  left: 0;
  top:0;
  background-color: #EDEDED;
  z-index: 0;
  border: solid 1px #C6C6C6;
}

.page-check__label {
  min-width: 192px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 0px 8px 15px;
  position: relative;
  z-index: 10;
}

.radiobox {
  width: 100%;
  padding: 8px 10px;
  background-color: #FAFAFA;
  border: solid 1px #c6c6c6;
  margin-left: 2px;
}

.label-text__2colum {
  width: 100%;
}

.type-b .page-check__label {
  min-width: 192px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0;
  position: relative;
  z-index: 10;
}

.type-b .radiobox {
  min-width: 192px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0px 0px 0px 8px;
  position: relative;
  z-index: 10;
  background-color: transparent;
  border: none;
}

.type-b .page-check__label-text {
  width: 100%;
  padding: 8px 10px;
  background-color: #FAFAFA;
  border: solid 1px #c6c6c6;
  margin-left: 2px;
  color: #161863;
  font-size: 1.4rem;
  padding-left: 14px;
  line-height: 1.5;
  position: relative;
  margin-right: 0px;
  cursor: inherit;
}

.type-b .radio-field label {
  margin-right: 0;
}

.radio-field.radio-item {
  position: relative;
}

.radio-field label {
  font-size: 1.4rem;
  padding-left: 28px;
  line-height: 1.5;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.radio-field.radio-item input {
  display: none;
}

.radio-field-text {
  color: #161863;
}

.clum3 .radio-field-text {
  font-weight: bold;
}

.radio-field input {
  margin-right: 5px;
}

.radio-field-text:before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background-color: #E5E5E5;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  content: "";
}

label input:checked + .radio-field-text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-field-text:after {
  position: absolute;
  top: 1px;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0074B9;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
}

label input:checked + .radio-field-text {
  font-weight: bold;
}

.defaultbox,
.all-themebox {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #c6c6c6;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  margin: 20px auto 15px;
  padding: 8px 14px;
}

.p-page-edit {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 3px 24px 1px rgba(0, 0, 0, 0.2);
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  border-radius: 0 0px 6px 6px / 0 0 6px 6px;
}

#modal-content .p-page-edit {
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

.p-page-edit.bg-transparent {
  width: 80%;
  margin: 0 auto;
  margin-top: 5px;
  box-shadow: none;
  background-color: transparent;
}

.p-page-edit.w-full {
  width: 100%;
}

.p-page-edit__common {
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.p-page-edit__common.clumn-3btn {
  width: 690px;
}

.p-page-edit__common.w-full {
  width: 100%;
  margin-bottom: 40px;
}

.p-page-edit__common.w-full.mb0 {
  margin-bottom: 0;
}

.page-back,
.page-change,
.page-edit,
.page-cancel,
.page-next,
.page-config,
.close-modal__btn,
.page-point,
.page-login,
.page-logout,
.page-login-link,
.page-login-fix,
.page-check,
.page-achievement {
  width: 200px;
  position: relative;
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  padding: 6px 0;
  background-color: #767680;
  border: solid 1px #D9D9D9;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.page-login-link {
  width: 300px;
}

.p-page-input .p-page-edit__common .page-edit,
.page-achievement {
  width: 150px;
  font-size: 1.3rem;
}

.page-achievement {
  width: 110px;
}

.p-page-input .p-page-edit__common .page-edit.exercise-edit {
  width: 168px;
}

.p-page-input .p-page-edit__common .page-edit .icon-edit {
  font-size: 1.5rem;
  margin-right: 5px;
}

.close-modal__btn,
.btn-center {
  margin: 0 auto;
}

.page-edit,
.page-next,
.page-config,
.page-change,
.page-login,
.page-login-link,
.page-login-fix,
.page-achievement {
  background-color: #161863;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-check {
  background-color: #66C1FF;
}

.page-login-fix,
.page-login-fix.smtp-fix {
  padding: 7px 0;
}

.page-login-fix.smtp-fix {
  width: 290px;
}

.page-login {
  width: 100%;
}

.page-point {
  background-color: #161863;
  width: 122px;
  height: auto;
  border-radius: 6px;
  box-shadow: none;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: table-cell;
  vertical-align: middle;
  border: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.upload-points .page-point a {
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 4px 0;
  /*border: solid 1px #5c5e92;*/
  display: block;
  border-radius: 6px;
}

.page-point.point-text2 {
  width: 72px;
  height: 32px;
  background-color: #26394D;
  border-radius: 0;
  margin-right: 0;
}

.radio-field-text.check-field:before {
  background-color: #FFF;
  border: 1px solid #161863;
  border-radius: 3px;
  width: 19px;
  height: 19px;
}

.page-check__lst.type-b label input:checked + .radio-field-text.check-field::after {
  left: 7px;
  top: 0px;
  width: 6px;
  height: 10px;
}

label input:checked + .radio-field-text.check-field:before {
  background-color: #161863;
}

label input:checked + .radio-field-text.check-field::after {
  left: 7px;
  top: -1px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  background: #161863;
  border-radius: 0;
}

.radio-field-text.check-field:after {
  content: '';
  position: absolute;
  display: none;
}

.p-theme-choice {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 6px;
  background-color: #26394D;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
}

.theme-choice__titile {
  width: 140px;
  height: 60px;
  font-size: 1.6rem;
  color: #26394D;
  background-color: #FFF;
  border: solid 1px #25384E;
  border-radius: 6px 0px 0px 6px / 6px 0px 0px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-choice__unit {
  width: 1080px;
}

.theme-choice__lst {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.theme-choice__lst li {
  font-size: 1.4rem;
  color: #FFF;
  padding: 0 24px;
  position: relative;
}

.choice01 {
  width: 76px;
  min-width: 76px;
}
.choice02 {
}
.choice03 {
}
.choice04 {
}

.theme-choice__lst li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #818181;
  height: 46px;
  top: calc(50% - 23px);
}

.theme-choice__lst li:last-child:after {
  height: auto;
}

.theme-choice__under {
  background-color: #FFF;
  color: #26394D;
  position: relative;
  display: inline-block;
  padding: 7px 22px 6px 22px;
  vertical-align: top;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: 10px;
}

.theme-choice__under.theme-under {
  border: solid 1px #26394D;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 7px 16px 6px 16px;
  min-width: 66px;
}

.close-link {
  display: block;
  z-index: 30;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #0074B9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #fff;
  position: fixed;
  right: -30px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.close-link span:nth-of-type(1) {
  -webkit-transform: translate(0, 0) scale(1, 1) rotate(45deg);
  -ms-transform: translate(0, 0) scale(1, 1) rotate(45deg);
  transform: translate(0, 0) scale(1, 1) rotate(45deg);
  top: 27px;
  left: 12px;
}

.close-link span:nth-of-type(2) {
  -webkit-transform: translate(0, 0) scale(1, 1) rotate(-45deg);
  -ms-transform: translate(0, 0) scale(1, 1) rotate(-45deg);
  transform: translate(0, 0) scale(1, 1) rotate(-45deg);
  bottom: 28px;
  left: 12px;
}

.close-link span {
  position: absolute;
  left: 0;
  width: 34px;
  height: 3px;
  background-color: #0074B9;
  border-radius: 6px;
}

/* page-input============================================================================ */
.p-page-input {
  width: 100%;
  margin: 0px auto 0;
  max-width: 1366px;
}

.p-page-input__inner {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.input-unit {
  width: 48.6%;
}

.input-unit.input-unit__full.exercise-input {
  width: 100%;
  display: block;
}

.input-unit__flex {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.input-lst {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.input-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #26394D;
  position: relative;
  margin-left: 17px;
}

.input-title:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 17px;
  background-color: #0074B9;
  left: -15px;
  top: 46%;
  transform: translateY(-50%);
}

.field-text input[type="text"],.field-text input[type="email"],.field-text input[type="password"],
.field-text textarea,
.field-check {
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding: 15px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.field-text textarea,
.field-check {
  height: 116px;
}

.field-flex {
  width: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.field-text span {
  font-size: 1.5rem;
  margin-left: 10px;
}

/* dropbox */
.field-droparea {
  width: 100%;
  padding: 30px 0;
  border: dotted 1px #c6c6c6;
  margin-top: 12px;
  border-radius: 4px;
  position: relative;
}

.field-droparea input,
.photo-btn input {
  display: none;
}

.field-droparea.select-file {
  display: inline-block;
  padding: 25px 40px;
  width: 100%;
  background-color: #FFF;
  border: dotted 1px #c6c6c6;
  border-radius: 6px;
  color: #9A9A9A;
  cursor: pointer;
  font-weight: 700;
  z-index: 1;
}

.field-droparea.select-file:hover {
  background-color: #136EB6;
}

.field-droparea {
  padding: 0px;
}

.drop-zone {
  height: 95px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #9A9A9A;
  position: relative;
  z-index: 3;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drop-text {
  text-align: center;
}

.drop-text__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.select-file {
  cursor: pointer;
  color: #161863;
  text-decoration: underline;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.selected-file {
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 10px;
  position: relative;
  z-index: 4;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
}

.overlay-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #F7F7F7;
}

.no-active {
  display: none;
}

/* dropbox */
.photo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.photo-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 15px;
}

.photo-lst li {
  width: 70px;
  height: auto;
  margin-right: 6px;
}

.photo-btn {
  width: 422px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  margin-top: 15px;
}

.file-upload,
.wbord-upload {
  width: 185px;
  font-size: 1.4rem;
  background-color: #0074B9;
  color: #FFF;
  border: none;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  border-radius: 4px;
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.wbord-upload {
  width: 220px;
}

/* page-register============================================================================ */
.p-page-register {
  width: 100%;
  max-width: 1366px;
  min-width: 1024px;
  margin: 20px auto;
}

.p-page-register__inner {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.register-thumb {
  width: 34%;
}

.register-thumb__inner {
  margin-top: 20px;
}

.register-thumb h3,
.p-page-evaluation h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 14px;
  word-wrap: break-word;
}

.register-text {
  width: 63%;
  padding: 20px;
  background-color: #F8F8F8;
}

.register-text__lst {
  width: 100%;
  border-bottom: solid 1px #D1D1D1;
  padding-bottom: 15px;
  margin-top: 15px;
}

.register-text__lst:first-child {
  margin-top: 0;
}

.register-text__lst:last-child {
  border-bottom: none;
}

.register-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #26394D;
  position: relative;
  margin-left: 17px;
}

.register-title:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 17px;
  background-color: #0074B9;
  left: -15px;
  top: 46%;
  transform: translateY(-50%);
}

.register-read {
  font-size: 1.4rem;
  margin-top: 10px;
}

/* page-evaluation============================================================================ */
.p-page-evaluation {
  width: 100%;
  margin: 10px auto 15px;
}

.p-modal-point__text {
  width: 100%;
  margin-top: 0px;
}

.p-modal-point__read {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 0px;
}

.table-modal {
  width: 100%;
}

.table-modal thead .e-inp {
  padding-left: 14px;
}

.table-modal thead .e-name {
  width: 12%;
}

.table-modal thead .e-comment {
  width: 12%;
}

.table-modal thead .e-input {
  width: 60%;
}

.table-modal td.e-inp {
  padding-left: 14px;
}

.table-modal td.e-name {
  width: 12%;
}

.table-modal td.e-comment {
  width: 12%;
}

.table-modal td.e-input {
  width: 60%;
}

#modal-content .p-page-body.e-points__modal {
  height: auto;
}

.p-modal-point__text .field-text textarea {
  height: 235px;
  font-size: 1.2rem;
}

.datepicker-unit {
  margin: 50px 0 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.datepicker-unit h3 {
  font-size: 1.4rem;
  color: #161863;
  margin-right: 12px;
}

.datepicker-btn {
  width: 210px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.datepicker-btn label {
  width: 100%;
}

.input-datepicker {
  -webkit-appearance: none;
  background-color: #F8F8F8;
  border: solid 1px #D9D9D9;
  border-radius: 6px;
  outline: none;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 4% 2% 4% 7%;
  transition: 400ms;
  color: #333;
  height: 43px;
}

/* page-vision============================================================================ */
.page-vision__field {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.page-vision__field .field-text textarea,
.page-vision__field .field-check {
  height: 127px;
  margin: 0;
  border-radius: 0px 3px 3px 0px / 0px 3px 3px 0px;
}

.page-vision__field .field-text {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.page-vision__field .field-check {
  border: 2px solid #25384E;
  overflow-x: hidden;
  overflow: auto;
  height: 20vh;
  -webkit-overflow-scrolling: touch;
}

/* page-config============================================================================ */
.p-page-config {
  width: 100%;
  max-width: 1366px;
  margin: 20px auto;
}

.p-page-config__inner {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.config-unit {
  width: 49%;
  position: relative;
}

.config-unit__inner {
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.config-flow {
  width: 100%;
  margin-top: 8px;
}

.config-flow.select-flow {
  margin-top: 0;
}

.config-flow tbody {
  background-color: #f2f2f2;
  height: auto !important;
  overflow-y: visible !important;
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
}

.config-flow td.c-flow01,
.config-flow td.c-flow02,
.config-flow td.c-flow03,
.config-flow td.c-flow04 {
  width: 86px;
  font-size: 2rem;
  color: #FFF;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  padding: 0 10px;
  text-align: center;
}

.config-flow td {
  width: 100%;
  position: relative;
}

.config-upload__meta {
  padding: 10px 15px;
  width: 100%;
  background-color: #E5E7EC;
}

.config-upload__meta {
  margin-bottom: 50px;
}

/*.config-upload__meta:first-child {
  margin-bottom: 50px;
}
.config-upload__meta:nth-child(2) {
  margin-top: -35px;
  margin-bottom: 15px;
}*/

.wrapper table.select-flow tbody {
  max-height: auto !important;
}


.config-upload__blank {
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
  background-color: #E5E7EC;
}


.select-flow .config-upload__meta {
  display: none;
}

.select-flow .config-upload__meta:last-of-type,
.select-flow .frame-active.show .config-upload__meta:first-of-type {
  display: none;
}

.select-flow .frame-active.show .config-upload__meta:last-of-type {
  /*display: inline;*/
  display: block;
  position: relative;
}

.config-upload__meta.frame-lst {
  display: block;
}

.config-flow tbody tr:nth-child(even) .config-upload__meta {
  margin-bottom: 0px !important;
  padding-top: 10px !important;
  margin-top: -50px !important;
  background-color: #f2f2f2 !important;
}

.config-flow td.c-flow01:before,
.config-flow td.c-flow02:before,
.config-flow td.c-flow03:before,
.config-flow td.c-flow04:before {
  content: '';
  width: 42px;
  height: 42px;
  background-color: #45AFF0;
  transform: translateX(-50%) rotate(45deg) skew(-23deg, -23deg);
  position: absolute;
  bottom: -22px;
  left: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.c-flow01 {
  background-color: #45AFF0;
}

.c-flow02,
.config-flow td.c-flow02:before {
  background-color: #0E95E0;
}

.c-flow03,
.config-flow td.c-flow03:before {
  background-color: #0483D6;
}

.c-flow04,
.config-flow td.c-flow04:before {
  background-color: #0074B9;
}

.config-time {
  width: 66px;
  display: block;
  background-color: #FFF;
  padding: 4px 0;
  font-size: 1.6rem;
  color: #0074b9;
  margin: 10px auto 0;
  line-height: 1;
  font-weight: bold;
}

.upload-meta {
  background-color: #FFF;
  padding: 0 10px 6px 0px;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.upload-meta .meta-cat {
  width: 62%;
}

.upload-meta .field-flex {
  width: 80px;
  height: 30px;
  margin-right: 16px;
}

.upload-meta .field-text input[type="text"] {
  margin: 0;
}

.field-text span {
  font-weight: bold;
}

.upload-points {
  margin-top: 6px;
}

.points-text02 .page-point {
  width: 90px;
  border-radius: 0;
  background-color: #26394D;
  margin-right: 0;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

.upload-meta .e-cat {
  border-radius: 6px 0px 0px 0px / 6px 0px 0px 0px;
  box-shadow: none;
}

.upload-meta h3 {
  font-size: 1.5rem;
  padding: 0 15px;
  margin-top: 8px;
  word-break: break-word;
  text-align: left;
  line-height: 1.5;
}

.meta-details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
}

.meta-details__time {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 20px;
}

.meta-details__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.upload-meta .icon-bg {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border: solid 1px #D0D0D0;
  border-radius: 6px;
  display: inline-block;
}

.upload-points__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.upload-points__inner.flex2 {
  width: 100%;
  justify-content: flex-start;
  display: table;
}

.field-points {
  width: 73%;
  font-size: 1.2rem;
  padding: 8px 12px;
  background-color: #f7f7f7;
  border-radius: 6px;
}

.upload-points__inner.flex2 .field-points {
  width: 100%;
  border-radius: 6px;
}

.upload-points__inner.flex2 .field-points.w90 {
  width: 97%;
  margin-left: auto;
}

.upload-points__inner.flex2.points-text02 .field-points {
  width: 100%;
  border-radius: 0 6px 6px 0 / 0 6px 6px 0;
}

.upload-points__inner.flex2.points-text02 .field-points a {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #161863;
  text-decoration: underline;
}

.upload-points__inner .page-edit {
  width: 122px;
  font-size: 1.2rem;
}

.config-upload__frame {
  width: 100%;
  background-color: #E5E7EB;
  padding: 10px 0 0;
}

.frame-lst {
  width: 100%;
  padding: 10px 15px;
}

.frame-lst:nth-child(even) {
  background-color: #E5E7EB;
}

.frame-lst__inner {
  width: 100%;
}

.frame-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0074B9;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  background-color: #FFF;
  border-radius: 6px;
  border: dashed 2px #0072BC;
  padding: 10px 0;
  text-align: center;
}

.frame-active .frame-label {
  text-decoration: none;
  background-color: #FDFFEB;
  border: solid 2px #0072BC;
}

.frame-label span:last-of-type,
.frame-active .frame-label span:first-of-type {
  display: none;
}

.frame-active .frame-label span:last-of-type {
  display: inline;
}

.config-reset {
  display: block;
  z-index: 30;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #161863;
  position: absolute;
  right: -20px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.config-reset span {
  width: 16px;
  height: 3px;
  background-color: #FFF;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.config-title__flex,
.config-upload__filter {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.config-upload__filter {
  width: 100%;
  padding: 15px;
  background-color: #F7F7F7;
  margin-top: 15px;
}

.config-upload__filter .filter-unit {
  width: 330px;
  margin: 0;
  justify-content: flex-end;
}

.config-upload__filter .checkbox-area {
  width: 320px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.config-upload__filter .e-cat {
  width: 120px;
  text-align: center;
  border-radius: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.config-upload__filter .checkbox-lst {
  margin-bottom: 8px;
}

.config-unit .p-page-common__addto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 6px;
}

.table-config {
  width: 100%;
  border: none;
}

.table-config thead {
  margin-bottom: 10px;
}

.table-config tbody {
  display: block;
  height: auto;
  overflow: visible;
}

.table-config.table-c tbody tr {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  margin: 5px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  padding-right: 3%;
  text-align: center;
  background-color: #FFF !important;
}

.table-c thead th {
  text-align: center;
}

.table-c thead .e-names {
  width: 21%;
  padding-left: 9%;
  text-align: left;
}

.table-c thead .e-imp {
  width: 8%;
}

.table-c thead .e-time {
  width: 5%;
}

.table-c thead .e-img {
  width: 5%;
}

.table-c thead .e-manual {
  width: 10%;
  padding-left: 5%;
}

.table-c .e-manual {
  width: 17%;
  padding: 0;
}

.table-c thead .e-comment {
  width: 9%;
  text-align: left;
}

.table-config.table-c td.e-imp {
  width: 13%;
}

.table-config.table-c td.e-time {
  width: 11%;
}

.table-c .icon-bg2 {
  height: 100%;
  display: block;
  border-radius: 6px 0 0 6px / 6px 0 0 6px;
  position: relative;
  margin-right: 10px;
}

.table-c .e-name {
  width: 40%;
  height: auto;
  border-right: dotted 1px #B1B1B1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  position: relative;
  padding: 10px 2% 10px 9%;
  word-break: break-word;
  text-align: left;
}

.table-c .e-name a span.under-border {
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #26394D;
}

.table-c .e-name:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0074B9;
  z-index: 0;
}

.table-c .e-name .icon-upload02 {
  font-size: 2rem;
  color: #FFF;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
}

.under-border {
  text-decoration: underline;
}

.table-c .e-name .e-cat {
  margin-bottom: 7px;
  text-decoration: none;
  font-weight: normal;
  display: block;
  border-radius: 0px;
  box-shadow: none;
}

.theme-unit {
  margin-top: 25px;
  position: relative;
}

.attack-box {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.attack-box h4 {
  font-size: 1.4rem;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  padding: 7px 18px;
  background-color: #26394D;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
}

.attack-lst li {
  width: 100%;
  background-color: #FAFAFA;
  font-size: 1.4rem;
  color: #161863;
  border: solid 1px #C6C6C6;
  margin: 4px 0;
  padding: 4px 2px 4px 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.attack-label {
  margin-right: 10px;
  display: block;
  line-height: 1.3;
}

.field-text.f-check-text {
  overflow: scroll;
  height: 215px;
  background-color: #f8f8f8;
  padding: 16px;
  font-size: 1.3rem;
  margin-top: 8px;
  line-height: 1.7;
  -webkit-overflow-scrolling: touch;
}

.p-details-title {
  width: 100%;
  background-color: #FFF;
  padding: 12px 0;
  border-bottom: solid 1px #E2E2E2;
  margin-top: 30px;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
}

.p-details-title__inner {
  width: 100%;
  padding: 0 20px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
}

.details-title {
  font-size: 2rem;
  color: #161863;
}

.details-title span {
  font-size: 1.4rem;
}

.details-tag {
  font-size: 1.4rem;
  color: #0074B9;
  border: solid 1px #0074B9;
  padding: 8px 12px;
  font-weight: bold;
}

/* datepicker============================================================================ */
/*#ui-datepicker-div {
  width: auto !important;
}
.ui-datepicker-calendar {
  padding:0;
}
.ui-datepicker-calendar tbody {
    height: auto;
  background-color: #FFF;
}
.ui-datepicker-calendar thead {
    display: block;
    padding: 0px;
  background-color:#161863;
}
.ui-datepicker th {
    color: #FFF;
}
.ui-datepicker-header {
  display: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    color: #000;
  text-align: center;
  padding: .2em .3em;
  display: block;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #FFF;
  background: #D45755;
}
.ui-datepicker .ui-datepicker-title {
    color: #000;
}
.ui-datepicker th {
    padding: .7em .7em;
}*/
/* login============================================================================ */
.l-login__container {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 30px);
  /*height: 100%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: url(../images/login/login-bg.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-login__container-body {
  margin: 40px auto 80px;
  text-align: center;
}
 @media all and (-ms-high-contrast: none) {
 .l-login__container-body {
  margin: 0;
}
}

.site-logo {
  width: 172px;
  margin: 0 auto;
}

.error-title {
  font-size: 4rem;
  color: #171C61;
}

.resetting-label {
  font-size: 2.4rem;
  font-weight: bold;
  color: #26394D;
  margin-top: 45px;
}

.resetting-guide {
  font-size: 1.4rem;
  color: #26394D;
  margin-top: 20px;
}

.login-btn-unit {
  margin-top: 20px;
}

.resetting-pw,
.resetting-mail {
  margin-bottom: 15px;
  position: relative;
}

.resetting-pw input[type="text"],
.resetting-mail input[type="email"],
.resetting-ipt input[type="email"] {
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 66px;
  border-radius: 3px;
  padding: 12px 17px 12px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  margin-top: 8px;
  font-size: 1.5rem;
}

.error-wng {
  width: 100%;
  padding: 6px 10px;
  background-color: #D45755;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin-top: 22px;
}

.error-wng.no-user {
  background-color: transparent;
  border: solid 2px #D45755;
  padding: 10px 14px;
  color: #D45755;
}

.error-pss-link {
  font-size: 1.2rem;
  text-decoration: underline;
  text-align: right;
  color: #161863;
  margin-top: 8px;
}

.l-login__container-body .dropdown-area {
  width: 510px;
  margin: 60px 0;
}

.l-login__container-body .dropdown-area:after {
  content: '';
  width: auto;
}

.l-login__container-body .dropdown-lst-set {
  width: 47.6%;
}

.l-login__container-body .dropdown-area .dropdown-lst {
  width: 100%;
}

.dropdown-label {
  text-align: left;
  font-size: 1.8rem;
  color: #26394D;
  margin-bottom: 7px;
}

.l-login__container-body .dropdown-area .scrool:before,
.l-login__container-body .dropdown-area select {
  color: #26394D;
  border: none;
  padding: 6px 12px 8px 12px;
  font-size: 1.6rem;
  height: 68px;
}

.resetting-ipt {
  margin: 35px 0;
}

.resetting-ipt input[type="email"] {
  height: 54px !important;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #999;
  width: 100%;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 6px 2px;
  background-color: transparent !important;
}

.resetting-ipt .icon-mail {
  left: -40px;
}

.modal-resetting-unit {
  width: 680px;
  margin: 0 auto;
  position: relative;
}

.modal-resetting-unit .contents-title {
  height: 44px;
}

.modal-resetting-unit .contents-title:before {
  height: 44px;
  background-size: cover;
}

.modal-resetting-unit__inner {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 30px 0 0;
  border-radius: 0 0 0 6px / 0 0 0 6px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.p0 {
  padding: 0;
}

.modal-imp-data {
  padding: 0 20px;
  margin-bottom: 30px;
}

.vftn-read {
  font-size: 1.8rem;
  font-weight: bold;
  color: #26394D;
  text-align: center;
  padding: 50px 0 60px;
}

.p-page-vftn {
  width: 100%;
  background-color: #F7F7F7;
  position: relative;
  border-radius: 0 0 6px 6px / 0 0 6px 6px;
}

.p-page-vftn__common {
  width: 430px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.modal-resetting-unit .close-link {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -30px;
  top: -30px;
}

@media screen and (max-width: 1300px) {
  .checkbox-area.color-vari .e-cat {
    padding: 6px 0px 7px 0px;
    width: 90px;
  }
}
@media screen and (max-width: 1260px) {
  .reset-btn {
    width: 165px;
    margin-left: 20px;
  }

  tbody td.e-name {
    font-size: 1.3rem;
  }

  #modal-content .theme-choice__lst li {
    font-size: 1.3rem;
    padding: 0 19px;
  }
}
@media screen and (max-width: 1200px) {
  .config-unit {
    width: 45%;
    position: relative;
  }

  .config-unit.c-unit02 {
    width: 53%;
  }

  .checkbox-area.check-01 .e-cat {
    margin-right: 8px;
    font-size: 1.1rem;
    width: 100px;
  }

  .config-unit.c-unit02 .p-page-common__search {
    width: 200px;
  }

  .input-unit.left-box {
    width: 43.4%;
  }

  .input-unit {
    width: 54.6%;
  }

  .input-unit.right-box {
    width: 43.4%;
  }

  .checkbox-area.clum3 {
    width: 80%;
  }

  .theme-choice__lst li {
    font-size: 1.4rem;
    padding: 0 19px;
  }

  .table-modal td.e-inp,
  .table-modal thead .e-inp {
    width: 180px;
  }

  .table-modal thead .e-name,
  .table-modal td.e-name {
    width: 150px;
  }

  .table-modal thead .e-comment,
  .table-modal td.e-comment {
    width: 150px;
  }

  .table-b thead th.e-theme {
    width: 18.4%;
  }

  .table-b thead th.e-aspect,
  .table-b .e-aspect {
    min-width: 5.6%;
  }

  #modal-content .theme-choice__lst li {
    font-size: 1.3rem;
    padding: 0 14px;
  }

  .upload-meta .meta-cat {
    width: 58%;
  }

  .annotation {
    font-size: 1.3rem;
    margin-left: 15px;
  }

  .anttn-box .p-page-common__tab a {
    width: 130px;
  }

  .anttn-box .p-page-common__tab.under-tab a {
    width: 110px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .table-b thead th.e-theme {
    width: 15.9%;
  }

  .table-b thead th.e-aspect,
  .table-b .e-aspect {
    min-width: 5%;
  }

  .table-area.table-b tbody td.e-name {
    font-size: 1.2rem;
    height: 110px;
  }

  .table-b .e-note .t-bg,
  .table-b .e-delete .t-bg {
    height: 110px;
  }

  .table-area.table-b td.e-note,
  .table-b thead th.e-delete {
    min-width: 4.3%;
  }

  #modal-content .theme-choice__titile {
    width: 110px;
    height: 60px;
    font-size: 1.3rem;
  }

  .upload-meta .meta-cat {
    width: 57%;
  }

  .annotation {
    font-size: 1.2rem;
    margin-left: 15px;
  }

  .anttn-box .p-page-common__tab a {
    width: 120px;
  }

  .anttn-box .p-page-common__tab.under-tab a {
    width: 95px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1070px) {
  .table-c .e-name {
    width: 35%;
    padding-left: 7.8% !important;
  }

  .table-c thead .e-names {
    width: 17%;
    padding-left: 7.6%;
  }

  .table-c .e-name:before {
    width: 28px;
  }

  tbody td.e-name {
    font-size: 1.1rem;
  }

  .table-c .e-name .icon-upload02 {
    font-size: 1.6rem;
    left: 16px;
  }

  .config-unit.c-unit02 .config-upload__filter .e-cat {
    width: 100px;
  }

  .config-unit.c-unit02 .config-upload__filter .checkbox-area {
    width: 284px;
  }

  .checkbox-area.clum3 {
    width: 90%;
  }

  .theme-choice__lst li {
    font-size: 1.3rem;
    padding: 0 19px;
  }

  .table-area.table-b .e-cat {
    width: 90px;
    font-size: 1.1rem;
  }

  .checkbox-area.check-01 {
    width: 48%;
  }

  .checkbox-area.check-01 .e-cat {
    width: 130px;
    margin-bottom: 11px;
  }

  .checkbox-area.check-01 .checkbox-lst:nth-child(n+3) .e-cat {
    margin-bottom: 0;
  }

  .checkbox-area.check-01 form {
    width: 100%;
    flex-wrap: wrap;
  }

  .dropdown-area.drop-01 {
    width: 47%;
  }

  .table-area.table-b td {
    font-size: 1.1rem;
  }

  .table-b thead th.e-theme {
    width: 15.4%;
  }

  #modal-content .theme-choice__lst li {
    font-size: 1.2rem;
    padding: 0 14px;
  }

  #modal-content .theme-choice__titile {
    width: 110px;
    height: 60px;
    font-size: 1.2rem;
  }

  .page-check__index,
  .page-vision__index {
    width: 247px;
    min-width: 247px;
    font-size: 1.6rem;
  }

  .page-check__label,
  .page-check__lst:before {
    width: 170px;
    min-width: 170px;
  }

  .type-b .page-check__label,
  .page-check__lst.type-b:before {
    min-width: 192px;
    width: 192px;
  }

  .checkbox-area.color-vari .e-cat {
    width: 80px;
    font-size: 1.1rem;
  }

  .meta-details__time {
    font-size: 1.4rem;
    margin-right: 10px;
  }

  .upload-meta .meta-cat {
    width: 59.6%;
  }

  .checkbox-area.check-01 {
    width: 45%;
  }

  .dropdown-area:after {
    left: -22px;
  }

  .dropdown-area.drop-01 {
    width: 49%;
  }
}
/* 800 ============================================================== */
.table-area.table-d thead th.m-imp-date {
  width: 10%;
}

.table-area.table-d thead th.m-tournament {
  width: 8.5%;
}

.table-area.table-d thead th.m-category {
  width: 6.3%;
}

.table-area.table-d thead th.m-opponent {
  width: 9.6%;
}

.table-area.table-d thead th.m-win {
  width: 6.1%;
}

.table-area.table-d thead th.m-result {
  width: 23.4%;
}

.table-area.table-d thead th.m-evaluation {
  width: 7.3%;
}

.table-area.table-d thead th.m-data,
.table-area.table-d thead th.m-updata {
  width: 10.6%;
}

.table-area.table-d td.m-imp-date {
  width: 11%;
  font-size: 1.2rem;
}

.table-area.table-d td.m-tournament {
  min-width: 8%;
  width: 8%;
  padding-left: 15px;
}

.table-area.table-d td.m-category {
  min-width: 6.4%;
  width: 6.4%;
}

.table-area.table-d td.m-opponent {
  width: 11%;
  font-size: 1.3rem;
}

.table-area.table-d td.m-win {
  width: 6.4%;
  padding-left: 10px;
}

.table-area.table-d td.m-result {
  width: 24%;
  padding-left: 10px;
}

.td-flex.result {
  align-items: flex-end;
}

.m-score {
  margin-right: 14px;
}

.m-result01,
.m-result02 {
  font-size: 1.2rem;
}

.m-result02 {
  margin: 0 11px;
}

.m-result__pk {
  font-size: 1.2rem;
}

.table-area.table-d td.m-evaluation {
  min-width: 100px;
}

.m-evaluation__btn,
.t-evaluation__btn {
  height: auto;
  margin-left: auto;
  text-align: center;
  background-color: #0074B9;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFF;
  padding: 8px 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.m-evaluation__btn:hover {
  background-color: #161863;
}

.report-details .m-evaluation__btn {
  background-color: #161863;
}

.report-details .m-evaluation__btn:hover {
  background-color: #0074B9;
}

.table-area.table-d td.m-data,
.table-area.table-d td.m-updata {
  font-size: 1.2rem;
  width: 12%;
}

.table-area.table-d td.m-updata {
  padding-left: 10px;
}

@media screen and (max-width: 1315px) {
  .table-d tbody td {
    font-size: 1.3rem;
  }

  .table-area.table-d td.m-opponent {
    width: 11%;
    font-size: 1.2rem;
  }

  .table-area.table-d td.m-imp-date {
    width: 9%;
    font-size: 1.1rem;
  }

  .table-area.table-d thead th.m-imp-date {
    width: 8.3%;
  }

  .table-area.table-d thead th.m-category,
  .table-area.table-d td.m-category {
    padding-left: 10px;
    width: 5%;
    min-width: 5%;
  }

  .table-area.table-d thead th.m-opponent {
    width: 10.1%;
  }

  .table-area.table-d thead th.m-result {
    width: 24.5%;
  }
}
@media screen and (max-width: 1285px) {
  .table-d tbody td {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1240px) {
  .table-area.table-d td.m-opponent {
    width: 9%;
    font-size: 1.1rem;
  }

  .table-area.table-d thead th.m-opponent {
    width: 8.4%;
  }

  .table-area.table-d thead th.m-win {
    width: 4.6%;
  }

  .table-area.table-d td.m-win {
    width: 5.6%;
  }

  .table-area.table-d td.m-result {
    padding: 0;
  }

  .table-area.table-d thead th.m-category,
  .table-area.table-d td.m-category {
    width: 5.5%;
    min-width: 5.5%;
  }

  .table-area.table-d td.m-tournament {
    min-width: 6%;
    width: 6%;
    padding-left: 10px;
  }

  .table-area.table-d thead th.m-tournament {
    width: 6.7%;
  }

  .table-area.table-d thead th.m-result {
    width: 25.5%;
  }

  .m-evaluation__btn {
    font-size: 1.1rem;
    padding: 7px 8px;
  }
}
@media screen and (max-width: 1170px) {
  .table-area.table-d thead th {
    font-size: 1.1rem;
  }

  .m-score {
    margin-right: 11px;
  }

  .table-area.table-d .m-result {
    font-size: 1.1rem;
  }

  .m-result01,
  .m-result02 {
    font-size: 1.1rem;
  }

  .table-area.table-d td.m-data,
  .table-area.table-d td.m-updata {
    font-size: 1.1rem;
    width: 12%;
  }

  .table-area.table-d td.m-result {
    width: 26%;
  }
}
@media screen and (max-width: 1100px) {
  .table-area.table-d td.m-category {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1040px) {
  .table-area.table-d td.m-data,
  .table-area.table-d td.m-updata {
    font-size: 1.1rem;
    width: 8%;
  }

  .table-area.table-d td.m-result {
    width: 28%;
  }

  .table-area.table-d thead th.m-category,
  .table-area.table-d td.m-category {
    width: 5.7%;
    min-width: 5.7%;
  }

  .table-area.table-d td.m-win {
    width: 9%;
  }

  .table-area.table-d td.m-opponent {
    width: 10.4%;
  }
}
@media screen and (max-width: 1024px) {
  .table-area.table-d td.m-win {
    width: 7%;
  }

  .table-area.table-d thead th.m-opponent {
    width: 9.4%;
  }

  .table-area.table-d thead th.m-win {
    width: 6%;
  }

  .table-area.table-d thead th.m-result {
    width: 28%;
  }

  .table-area.table-d td.m-result {
    width: 26.2%;
  }

  .table-area.table-d thead th.m-evaluation {
    width: 8.5%;
  }

  .table-area.table-d td.m-data,
  .table-area.table-d td.m-updata {
    padding: 6px;
    width: 10%;
  }

  .table-area.table-d thead th.m-data {
    width: 9.9%;
  }
}
/* 810 ============================================================== */
.input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-flex.flex-sb {
  justify-content: space-between;
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

#match-index .common-flex .p-page-common__addto {
  margin-top: -12px;
}

.match-datepicker {
  margin-top: 8px;
  margin-right: 20px;
}

.field-text .match-datepicker input[type="text"] {
  margin-top: 0;
}

.dropdown-area.match-drop {
  width: 40%;
  margin: 0;
  margin-top: 8px;
}

.dropdown-area.match-drop:after {
  display: none;
}

.dropdown-area.match-drop .scrool:before,
.dropdown-area.match-drop select {
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  font-size: 1.4rem;
  line-height: 1.8em;
  height: 40px;
  padding: 8px 12px 6px 12px;
}

.input-half {
  width: 48%;
}

.dropdown-area.match-drop.drop-half {
  width: 100%;
  margin-bottom: 30px;
}

.drop-half__lst {
  width: 47.6%;
}

.drop-half__lst .dropdown-lst {
  width: 100%;
  margin-top: 8px;
}

.flex-sb .field-text.field-flex span {
  margin-top: 8px;
}

#match-index .max-text {
  bottom: -20px;
  right: 0px;
}

.table-area.table-e {
  margin-top: 8px;
  border-top: solid 1px #D9D9D9;
}

.table-e .player-position {
  width: 11%;
}

.table-e .player-num {
  width: 11%;
}

.table-e .player-name {
  width: 32%;
}

.table-e .player-text {
  width: 50%;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 0;
}

.table-area.table-e tr {
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (max-width: 1200px) {
  #match-index .dropdown-area {
    width: 55%;
  }
}
/* 860 ============================================================== */
#match-860 .l-content {
  padding: 0px;
  max-width: 100%;
}

#match-860 .l-main__container-body__inner {
  width: 100%;
    display: block;
    height: calc(71vh);
    max-height: initial;
    /*max-height: 570px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#match-860 .p-page-edit {
    width: 100%;
    border-radius: 6px;
}
#match-860 .page-check__inner {
    max-width: 1366px;
    margin: 0 auto;
}

#match-860 .p-page-input__inner {
  width: 100%;
  justify-content: initial;
  flex-wrap: wrap;
}

.page-check01,
page-check02 {
  position: relative;
  width: 100%;
}

.page-check__inner {
  padding: 0 20px;
}

#match-860 .page-check01 .p-page-body,
#match-860 .page-check02 .p-page-body {
    height: auto;
    padding: 20px 20px 35px;
    border-radius: 0px 0px 6px 6px / 0px 0px 6px 6px;
    overflow: visible;
}
#match-860 .page-check02 .p-page-body {
  margin-bottom: 35px;
}

#match-860 .page-check02 .p-page-body tbody {
  height: auto;
  border-radius: 0px;
  margin-bottom: 0px;
  max-height: inherit;
}

.match-input__lst {
  width: 20%;
  margin-right: 55px;
}

.match-input__lst.large {
  width: 42%;
  margin-right: 0;
}

.match-input__lst:nth-child(4n) {
  margin-right: 0px;
}

.match-input__lst .input-half {
  width: 42%;
  margin-bottom: 0px;
}

.match-line {
  width: 15px;
  height: 1px;
  background-color: #26394D;
  margin-top: 8px;
}

.input-flex.flex-sb h4 {
  font-size: 3rem;
  color: #26394D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  margin: 7px 30px 0 0;
}

.input-flex.flex-sb h4 .match-line {
  margin: 0 10px;
  width: 12px;
  height: 4px;
}

#match-860 .filter-unit {
  margin-top: 5px;
}

#match-860 .p-page-common__checkbox {
  font-size: 1.4rem;
  color: #26394D;
  font-weight: normal;
}

#match-860 .clum3,
#match-860 .radio-field-text {
  font-weight: normal;
}

.page-check02 .p-page-common__addto {
  width: 135px;
  margin-left: initial;
  margin-bottom: 20px;
}

#match-860 .field-flex {
  width: 100%;
}

/* 860table ============================================================== */
.table-area.table-f thead th.m-position {
  width: 10.4%;
}

.table-area.table-f thead th.m-num {
  width: 8.5%;
}

.table-area.table-f thead th.m-name {
  width: 9%;
}

.table-area.table-f thead th.m-goal {
  width: 7.4%;
}

.table-area.table-f thead th.m-starting {
  width: 4%;
}

.table-area.table-f thead th.m-in {
  width: 8.6%;
}

.table-area.table-f thead th.m-out {
  width: 8.9%;
}

.table-area.table-f thead th.m-warning {
  width: 6.1%;
}

.table-area.table-f thead th.m-exit {
  width: 9.6%;
}

.table-area.table-f thead th.m-comment {
  width: 20%;
}

.table-area.table-f td.m-position {
  width: 9.2%;
  padding: 0;
}

.table-area.table-f td.m-num {
  min-width: 9.2%;
}

.table-area.table-f td.m-name {
  width: 9%;
  padding-left: 17px;
}

.table-area.table-f td.m-goal {
  width: 7.3%;
}

.table-area.table-f td.m-starting {
  width: 4.4%;
  padding-left: 10px;
}

.table-area.table-f td.m-in {
  width: 9%;
}

.table-area.table-f td.m-out {
  width: 9%;
}

.table-area.table-f td.m-warning {
  width: 6.4%;
}

.table-area.table-f td.m-exit {
  width: 11%;
}

.table-area.table-f td.m-comment {
  width: 26%;
  padding-left: 10px;
}

#modal-881 .table-area.table-f thead th.m-position {
  width: 10%;
}

#modal-881 .table-area.table-f thead th.m-num {
  width: 8.7%;
}

#modal-881 .table-area.table-f thead th.m-name {
  width: 8.2%;
}

#modal-881 .table-area.table-f td.m-goal {
  width: 7%;
}

#modal-881 .table-area.table-f thead th.m-starting {
  width: 5%;
}

#modal-881 .table-area.table-f thead th.m-goal {
  width: 8%;
}

#modal-881 .table-area.table-f td.m-starting {
  width: 6.8%;
}

.dropdown-area.join-drop {
  width: 100%;
  margin: 0;
}

.table-area.table-f td.m-position .dropdown-area.join-drop,
.table-area.table-f td.m-num .dropdown-area.join-drop {
  width: 90%;
  margin: 0;
}

.m-in .field-flex,
.m-out .field-flex,
.m-exit .field-flex {
  width: 100px;
}

.dropdown-area.join-drop .dropdown-lst {
  width: 100%;
}

.dropdown-area.join-drop:after {
  display: none;
}

.table-area.table-f tbody tr {
  padding: 10px 20px;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 0;
}

.table-area.table-f .dropdown-area select {
  padding: 8px 12px 7px 12px;
  height: 40px;
  background-color: #F8F8F8;
  font-weight: normal;
  color: #000;
}

.table-area.table-f .field-text input[type="text"],
.table-area.table-f .field-text textarea, .field-check {
  margin-top: 0px;
  padding: 12px 10px;
}

.table-area.table-f .field-text textarea {
  height: 75px;
  padding: 8px 10px;
}

.table-area.table-f .field-text textarea::placeholder {
  color: #888;
}

.m-starting .checkbox-indicator {
  top: -10px;
}

.m-in .field-text.field-flex span,
.m-out .field-text.field-flex span,
.m-exit .field-text.field-flex span {
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
}

@media screen and (max-width: 1300px) {
  .page-check01 .field-text input[type="text"],
  .page-check02 .field-text input[type="text"] {
    font-size: 1.3rem;
  }

  .m-in .field-flex,
  .m-out .field-flex,
  .m-exit .field-flex {
    width: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .table-area.table-f td.m-name {
    font-size: 1.3rem;
  }

  .table-area.table-f thead th.m-warning {
    width: 7.8%;
  }

  .table-area.table-f thead th.m-starting {
    width: 4.3%;
  }

  .table-area.table-f td.m-comment {
    width: 23%;
  }

  .table-area.table-f td.m-warning {
    width: 8.4%;
  }

  .page-check01 .field-text input[type="text"] {
    font-size: 1.2rem;
    padding: 10px 14px;
  }

  .page-check01 .field-flex {
    width: 100%;
  }

  .match-input__lst {
    width: 22%;
    margin-right: 35px;
  }
}
@media screen and (max-width: 1130px) {
  .table-area.table-f thead th.m-in {
    width: 8%;
}
  
}
@media screen and (max-width: 1120px) {
  .table-area.table-f thead th.m-goal {
    width: 7.7%;
  }

  .table-area.table-f thead th.m-starting {
    width: 5.5%;
  }

  .table-area.table-f td.m-starting {
    width: 5.4%;
  }

  .m-in .field-text.field-flex span,
  .m-out .field-text.field-flex span,
  .m-exit .field-text.field-flex span {
    font-size: 1.2rem;
  }

  .table-area.table-f thead th.m-in,
  .table-area.table-f thead th.m-out {
    padding-left: 10px;
  }

  .table-area.table-f thead th.m-out {
    width: 9%;
  }

  .m-in .field-flex,
  .m-out .field-flex,
  .m-exit .field-flex {
    width: 70px;
  }

  .table-area.table-f td.m-in,
  .table-area.table-f td.m-out {
    width: 11%;
  }

  #modal-881 .table-area.table-f thead th.m-goal {
    width: 7.6%;
  }

  #modal-881 .table-area.table-f thead th.m-starting {
    width: 6.5%;
  }

  #modal-881 .table-area.table-f thead th.m-out {
    width: 10%;
  }

  #modal-881 .table-area.table-f td.m-comment {
    font-size: 1.2rem;
  }
  .table-area.table-f thead th.m-name {
    width: 8%;
}
.table-area.table-f thead th.m-in {
    width: 10%;
}
.table-area.table-f thead th.m-exit {
    width: 9%;
}
}
@media screen and (max-width: 1040px) {
  .match-input__lst {
    width: 22%;
    margin-right: 25px;
  }

  .page-check01 .field-text input[type="text"] {
    padding: 10px 10px;
  }

  #modal-881 .table-area.table-f thead th.m-name {
    width: 8.9%;
  }

  #modal-881 .table-area.table-f td.m-name {
    width: 12%;
    font-size: 1.2rem;
  }

  #modal-881 .table-area.table-f td.m-out {
    width: 11%;
    padding-left: 0px;
  }

  #modal-881 .table-area.table-f thead th.m-name {
    width: 9.3%;
  }
  .table-area.table-f thead th.m-goal {
    width: 8.7%;
}
  .table-area.table-f td.m-goal {
    width: 9%;
}
}
@media screen and (max-width: 1024px) {
  .table-area.table-f thead th.m-exit {
    width: 8.4%;
}
  
}

/* 870 ============================================================== */
#check-index .p-page-input__inner,
#check-verification .p-page-input__inner {
  display: block;
}

.input-unit__full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.input-unit__full .input-lst {
  width: 48%;
  margin-bottom: 50px;
}

.input-unit__full.input-3column .input-lst {
  width: 32%;
}

.input-unit__full .input-lst .max-text {
  bottom: -20px;
  right: 0px;
  color: #26394D;
}

.input-unit__full .field-text textarea, .field-check {
  height: 290px;
}

.drop-zone {
  height: 235px;
}

/* 880 ============================================================== */
#check-verification .field-check {
  height: auto;
  background-color: transparent;
  border: navajowhite;
}

#check-verification .input-unit__full {
  width: 100%;
  display: block;
}

#check-verification .input-unit__full.input-3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#check-verification .input-unit__full.input-3column .input-lst {
  width: 32%;
}

#check-verification .field-check {
  font-size: 1.2rem;
}

#check-verification .input-unit__full .input-lst {
  width: 100%;
  margin-bottom: 50px;
}

.details-verification__unit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  background-color: #26394D;
  margin-bottom: 50px;
  border-radius: 6px;
}

.details-verification__unit:before {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 0;
  position: absolute;
  content: '';
  background-image: url(../images/common/details-verification_bg.png);
}

.details-img {
  width: 24%;
}

.details-table01 {
  width: 27%;
  position: relative;
  z-index: 10;
}

.details-table02 {
  width: 43%;
  z-index: 10;
}

.details-table01 table,
.details-table02 table {
  width: 100%;
}

.wrapper.h-auto .details-table01 tbody,
.wrapper.h-auto .details-table02 tbody {
  font-size: 1.4rem;
  height: auto;
  max-height: initial;
}

.details-table01 tr,
.details-table02 tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table;
  margin-bottom: 2px;
}

.details-table01 th,
.details-table02 th {
  background-color: #0074B9;
  color: #FFF;
  border-radius: 3px 0 0 3px / 3px 0 0 3px;
  padding: 10px 0;
  width: 36%;
  vertical-align: middle;
}

.details-table01 td,
.details-table02 td {
  width: 64%;
  color: #26394D;
  background-color: #FFF;
  border-radius: 0 3px 3px 0/ 0 3px 3px 0;
  padding: 10px 15px;
}

.details-table02 th {
  width: 28%;
}

.details-table02 td {
  width: 72%;
}

.input-lst.my-memo .max-text {
  bottom: -20px;
  right: 0px;
}

.input-unit__full.input-3column .table-area.table-e tbody {
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column wrap;
  background-color: #F2F2F2;
}

.input-unit__full.input-3column .table-e .player-meta {
  width: 100%;
  padding-left: 0px;
  font-size: 1.2rem;
}

.input-unit__full.input-3column .table-area.table-e tr {
  padding: 6px 10px;
  border-right: solid 1px #E0E0E0;
}

.input-unit__full.input-3column .table-area.table-e tr:nth-child(6) {
  border-bottom: none;
}

.input-unit__full.input-3column .table-area.table-e tr:nth-child(7),
.input-unit__full.input-3column .table-area.table-e tr:nth-child(9),
.input-unit__full.input-3column .table-area.table-e tr:nth-child(11) {
  background-color: #F7F7F7;
}

.input-unit__full.input-3column .table-area.table-e tr:nth-child(8),
.input-unit__full.input-3column .table-area.table-e tr:nth-child(10) {
  background-color: #FFF;
}

.input-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-title a span {
  text-decoration: underline;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1200px) {
  .details-table01 th,
  .details-table02 th,
  .details-table01 td,
  .details-table02 td {
    font-size: 1.3rem;
  }

  .details-table02 th {
    width: 24%;
  }

  .details-table02 td {
    width: 76%;
  }
}
@media screen and (max-width: 1060px) {
  .details-table01 th,
  .details-table02 th,
  .details-table01 td,
  .details-table02 td {
    font-size: 1.2rem;
  }

  .details-table02 th {
    width: 20%;
  }

  .details-table02 td {
    width: 80%;
  }
}
/* 820============================================================================ */
.table-area.table-g {
  margin: 8px 0 30px;
}

.table-g .m-position {
  width: 18%;
}

.table-g .m-num {
  width: 15%;
}

.table-g .m-name {
  width: 30%;
}

.table-area.table-g tr {
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0;
  padding: 12px;
}

.table-area.table-g thead tr {
  border: none;
  padding: 0;
}

.details-table01.d-table__full {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 8px 0 30px;
}

.details-table01.d-table__full tr {
  display: table;
}

.details-table01.d-table__full th {
  width: 140px;
  vertical-align: middle;
  font-size: 15px;
}

.details-table01.d-table__full td {
  background-color: #f5f5f5;
  line-height: 1.8;
}

.d-table__memo {
  font-size: 1.2rem;
}

/* 855============================================================================ */
.no-evaluation,
.no-memo {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  color: #7A7C99;
  padding: 50px 0;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
}

/* 801============================================================================ */
.contents-title span {
  font-size: 1.3rem;
  padding-left: 10px;
}

.match-day__unit {
  width: 100%;
  padding: 25px;
}

/* 811============================================================================ */
#modal-join #modal-content {
  width: 60%;
}

.modal-join__table {
  width: 100%;
  margin-top: 20px;
}

#modal-join .p-page-common__search {
  width: 340px;
  margin-top: 10px;
}

.table-area.table-g.modal-join .m-checkbox {
  width: 10%;
}

.m-checkbox .checkbox-indicator,
.m-all-check .checkbox-indicator {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  top: -12px;
  left: -20px;
}

.m-checkbox .checkbox-indicator.check-square,
.m-all-check .checkbox-indicator.check-square {
  border-radius: 3px;
}

.m-checkbox .checkbox-control .checkbox-indicator:after {
  top: 5px;
}

.m-all-check {
  position: absolute;
  right: 8px;
  bottom: 0px;
}

.m-all-check .checkbox p {
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.m-all-check .checkbox-indicator {
  height: 24px;
  width: 24px;
  top: -3px;
  left: 0px;
}

.table-area.modal-join thead tr {
  position: relative;
}
.table-area.table-g.modal-join tbody {
    height: calc(58vh);
}

/* 9700============================================================================ */
.ta-page-edit.cycle-end {
  margin-top: 45px;
}

.ta-page-edit.cycle-end .ta-page-edit__plus {
  width: 200px;
  height: 40px;
  font-size: 1.3rem;
}

.b-crumbs.annotation {
  font-size: 1.2rem;
  color: #0074B9;
  margin-left: 10px;
}

/* 250 ============================================================== */
.table-area.table-h thead th.t-imp-date,
.table-area.table-h td.t-imp-date {
  width: 16%;
}

.table-area.table-h thead th.t-imp-date {
  width: 15.3%;
}

.table-area.table-h thead th.t-name,
.table-area.table-h td.t-name {
  width: 17%;
  padding-right: 15px;
}

.table-area.table-h td.t-name {
  border-right: dotted 1px #B1B1B1;
}

.table-area.table-h thead th.t-name {
  width: 15.6%;
}

.table-area.table-h thead th.t-ctn,
.table-area.table-h td.t-ctn {
  width: 13%;
}

.table-area.table-h thead th.t-ctn {
  width: 12.4%;
}

.table-area.table-h thead th.t-theme,
.table-area.table-h td.t-theme {
  width: 17%;
}

.table-area.table-h thead th.t-theme {
  width: 16%;
}

.table-area.table-h thead th.t-evaluation {
  width: 10%;
}

.table-area.table-h td.t-evaluation {
  min-width: 10.4%;
  width: 10.4%;
}

.table-area.table-h thead th.t-data,
.table-area.table-h thead th.t-updata {
  width: 11.2%;
}

.table-area.table-h td.t-data,
.table-area.table-h td.t-updata {
  font-size: 1.2rem;
  width: 12%;
}

@media screen and (max-width: 1080px) {
  .table-area.table-h td.t-imp-date,
  .table-area.table-h td.t-name,
  .table-area.table-h td.t-theme,
  .table-area.table-h td.t-ctn {
    font-size: 1.2rem;
  }

  .table-area.table-h td.t-data,
  .table-area.table-h td.t-updata {
    font-size: 1.1rem;
  }
}
/* 264============================================================================ */
.table-i thead th.t-step {
  padding-left: 0;
  width: 86px;
  min-width: 86px;
}

.table-i thead th.t-exercise {
  width: 57%;
}

.table-i thead th.t-time {
  width: 13.2%;
}

.table-i thead th.t-comment {
  width: 30%;
}

.table-i thead th.t-exercise-btn {
  display: block;
  margin-left: auto;
}

.table-i .config-upload__unit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  background-color: #E5E7EC;
  padding-right: 15px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.table-i .config-upload__unit:nth-child(2) {
  margin-bottom: 15px;
  margin-top: -35px;
}

.table-i .config-upload__unit .config-upload__meta {
  width: 48%;
  margin-bottom: 0;
  border-right: dotted 1px #B1B1B1;
}

.table-i .config-upload__unit .field-flex {
  width: 10%;
}

.table-i .config-upload__unit .field-text.comment-box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-unit__full .table-i .config-upload__unit .field-text textarea {
  height: 100px;
  padding: 8px 10px;
  margin-top: 0px;
}

.table-i .config-upload__unit .field-droparea__unit {
  width: 80px;
  margin-top: 0px;
}

.table-i .config-upload__unit .field-droparea__unit .photo-btn {
  width: 80px;
  margin: 0;
}

.table-i .config-upload__unit .field-droparea__unit .field-droparea {
  border: dashed 1px #151465;
  border-bottom: none;
  margin-top: 0;
  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

.table-i .config-upload__unit .field-droparea__unit .drop-zone {
  height: 70px;
  border-radius: 0;
  display: block;
}

.table-i .config-upload__unit .field-droparea__unit .file-upload {
  width: 80px;
  font-size: 1.2rem;
  background-color: #151465;
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
}

@media screen and (max-width: 1340px) {
  .table-i thead th.t-exercise {
    width: 57.3%;
  }
}
@media screen and (max-width: 1240px) {
  .table-i thead th.t-exercise {
    width: 58%;
  }
}
@media screen and (max-width: 1200px) {
  .table-i thead th.t-exercise {
    width: 58.6%;
  }

  .table-i thead th.t-time {
    width: 12.8%;
  }
}
@media screen and (max-width: 1120px) {
  .table-i thead th.t-exercise {
    width: 59.6%;
  }

  .table-i .config-upload__unit .field-text input[type="text"] {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 1040px) {
  .table-i thead th.t-exercise {
    width: 60.2%;
  }
}
/* 265============================================================================ */
.table-area.table-j {
  margin: 16px 0 30px;
}

.table-area.table-j tr {
  width: 100%;
  padding-right: 15px;
}

.table-area.table-j thead th.m-position,
.table-area.table-j td.m-position {
  width: 9%;
}

.table-area.table-j thead th.m-num,
.table-area.table-j td.m-num {
  width: 9%;
}

.table-area.table-j thead th.m-name,
.table-area.table-j td.m-name {
  width: 12%;
}

.table-area.table-j thead th.m-comment,
.table-area.table-j td.m-comment {
  width: 70%;
}

.table-area.table-j .field-text textarea {
  height: 40px;
  padding: 8px 8px;
}

/* 266============================================================================ */
#page266 .input-unit__full .input-lst {
  width: 100%;
  margin-bottom: 25px;
}

#page266 .input-unit__full.goal-field .field-text textarea {
  height: 100px;
}

#page266 .input-unit__full.input-3column .input-lst {
  width: 32%;
}

.theme-achievement {
  margin: 0 auto 30px;
}

.theme-unit__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.theme-unit__inner .attack-box {
  width: 48.5%;
}

.theme-unit__inner .attack-box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.theme-unit__inner .attack-label {
  width: 70%;
}

.achievement-label {
  width: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.achievement-lst {
  font-size: 1.2rem;
}

.radiobox-theme__unit {
  width: 150px;
  display: block;
  position: absolute;
  margin-left: auto;
  right: 2px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translateY(-50%);
}

.radiobox-theme__unit .radio-field label {
  margin-right: 28px;
}

.radiobox-theme__unit .radio-field.radio-item:last-child label {
  margin-right: 10px;
}

.radiobox-theme__unit .radio-field-text:before {
  background-color: #FFF;
  width: 20px;
  height: 20px;
}

.radiobox-theme__unit .radio-field-text:after {
  width: 12px;
  height: 12px;
  top: 1px;
  left: 4px;
}

@media screen and (max-width: 1200px) {
  .theme-unit__inner .attack-lst li {
    font-size: 1.3rem;
  }

  .theme-unit__inner .attack-label {
    width: 62%;
  }
}
/* 267============================================================================ */
.p-page-body.check-register {
  padding: 10px 0;
}

.check-register .p-details-title__inner {
  justify-content: flex-start;
}

.check-register .p-details-title {
  width: 100%;
  padding: 0px 0 12px 0;
  border-bottom: solid 1px #E2E2E2;
  margin-top: 0px;
}

#check-verification .p-page-body.check-register .input-lst {
  margin-bottom: 25px;
}

.achievement-flex {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}

.check-register .p-page-input {
  padding: 20px;
}

.check-register .input-title a {
  color: #0074B9;
}

.check-register .icon-blank {
  color: #0074B9;
}

.check-register .input-unit__flex {
  justify-content: space-between;
  margin-bottom: 55px;
}

.table-k tbody tr {
  border-bottom: solid 1px #D9D9D9;
  padding: 10px 10px 10px 0;
  margin-bottom: 0;
}

.table-area.table-k {
  margin-top: 8px;
}

.table-k tbody tr:last-child {
  border-bottom: none;
}

.table-area.table-k td.m-position,
.table-area.table-k td.m-num {
  width: 10%;
}

.table-area.table-k td.m-name {
  width: 30%;
}

.table-area.table-k td.m-comment {
  width: 75%;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .check-register .input-unit {
    width: 48.6%;
  }
}
/* 270============================================================================ */
.flex-start {
  justify-content: flex-start;
}

.check-register .field-check.w-60 {
  width: 60%;
}

/*inui ///////////////////////////////////////////////////////////////////*/
.hiddenBtn {
  display: none;
}

.setHidenModal {
  position: relative;
}

.setHidenModal:before {
  content: '';
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.ta-calendar-data__balloon {
  display: none;
}

.wrapper thead tr, .modal-unit thead tr {
  text-align: left;
}

.wrapper thead th, .modal-unit thead th {
  font-size: 1.2rem;
  padding-left: 20px;
  border: none !important;
  height: auto !important;
}

.wrapper tbody td, .modal-unit tbody td {
  font-size: 1.4rem;
}

.e-img {
  width: 56px;
}

.ui-widget.ui-widget-content {
  font-size: 14px;
}

.ta-evaluation-list__item--good .ta-evaluation-list__title a {
  color: #0e95e0;
}

.ta-evaluation-list__item--good .ta-evaluation-list__title a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.ta-evaluation-list__item--bad .ta-evaluation-list__title a {
  color: #d65652;
}

.ta-evaluation-list__item--bad .ta-evaluation-list__title a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.ta-page [class^=icon-].icon-search, .ta-page [class^=icon-].icon-plus, .ta-page [class^=icon-].icon-label, .ta-page [class^=icon-].icon-blank, .ta-page [class*=" icon-"].icon-search, .ta-page [class*=" icon-"].icon-plus, .ta-page [class*=" icon-"].icon-label, .ta-page [class*=" icon-"].icon-blank, .ta-modal [class^=icon-].icon-search, .ta-modal [class^=icon-].icon-plus, .ta-modal [class^=icon-].icon-label, .ta-modal [class^=icon-].icon-blank, .ta-modal [class*=" icon-"].icon-search, .ta-modal [class*=" icon-"].icon-plus, .ta-modal [class*=" icon-"].icon-label, .ta-modal [class*=" icon-"].icon-blank {
  font-family: "iconfont" !important;
}

.setMrg_01 {
  margin-bottom: 20px;
}
/* 400============================================================================ */
.table-area.table-m {
  margin-top: 8px;
}

.table-area.table-m thead th.p-name {
  width: 17.8%;
  min-width: 17.8%;
  padding-left: 70px;
}

.table-area.table-m td.p-name {
  width: 18%;
  min-width: 18%;
}

.table-area.table-m td.p-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: dotted 1px #B1B1B1;
  padding: 17px 0 17px 20px;
}

.p-name__unit {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-name__ruby {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

.p-icon-bg {
  min-width: 40px;
}

.table-area.table-m thead th.p-num {
  width: 6.4%;
}

.table-area.table-m td.p-num {
  width: 7%;
}

.table-area.table-m thead th.p-position {
  width: 7%;
}

.table-area.table-m td.p-position {
  width: 7%;
}

.table-area.table-m thead th.p-age {
  width: 7.6%;
}

.table-area.table-m td.p-age {
  width: 8%;
}

.table-area.table-m thead th.p-height {
  width: 7.6%;
}

.table-area.table-m td.p-height {
  width: 7.8%;
}

.table-area.table-m thead th.p-weight {
  width: 7.7%;
}

.table-area.table-m td.p-weight {
  width: 8%;
}

.table-area.table-m thead th.p-id {
  width: 7.5%;
}

.table-area.table-m td.p-id {
  width: 8%;
}

.table-area.table-m thead th.p-type {
  width: 7.6%;
}

.table-area.table-m td.p-type {
  width: 8%;
}

.table-area.table-m thead th.p-data {
  width: 13.4%;
}

.table-area.table-m td.p-data {
  width: 14%;
}

.table-area.table-m thead th.p-updata,
.table-area.table-m td.p-updata {
  width: 14%;
}

.tablesorter-headerUnSorted .tablesorter-header-inner span,
.tablesorter-headerAsc .tablesorter-header-inner span,
.tablesorter-headerDesc .tablesorter-header-inner span {
  position: relative;
}

.tablesorter-headerUnSorted .tablesorter-header-inner span:before,
.tablesorter-headerAsc .tablesorter-header-inner span:before,
.tablesorter-headerDesc .tablesorter-header-inner span:before {
  z-index: 1;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/sorter-arrow.svg) center center no-repeat;
  content: '';
  color: #FFF;
  pointer-events: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.tablesorter-headerAsc .tablesorter-header-inner span:before {
  background: url(../images/common/sorter-arrow.svg) center center no-repeat;
  -webkit-transform: translate(0px, -3px) scale(1, 1) rotate(-180deg);
  transform: translate(0px, -3px) scale(1, 1) rotate(-180deg);
}

@media screen and (max-width: 1260px) {
  .p-name__unit {
    font-size: 1.4rem;
  }

  .p-name__ruby {
    font-size: 1.1rem;
  }

  .table-area.table-m thead th.p-data,
  .table-area.table-m td.p-data,
  .table-area.table-m thead th.p-updata,
  .table-area.table-m td.p-updata {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1185px) {
  .table-area.table-m td.p-num {
    width: 5.4%;
    padding-left: 14px;
  }

  .table-area.table-m thead th.p-num {
    width: 5.3%;
    padding-left: 14px;
  }

  .table-area.table-m thead th.p-name {
    width: 16.9%;
  }

  .table-area.table-m thead th.p-position {
    width: 8.4%;
  }

  .table-area.table-m thead th.p-height {
    width: 7%;
  }

  .table-area.table-m thead th.p-id {
    width: 7.1%;
  }

  .table-area.table-m td.p-position {
    width: 8.4%;
  }

  .table-area.table-m td.p-age {
    width: 6.3%;
  }

  .table-area.table-m thead th.p-age {
    width: 6.2%;
  }

  .table-area.table-m td.p-height {
    width: 7.2%;
  }

  .table-area.table-m td.p-id {
    width: 7.7%;
  }

  .table-area.table-m thead th.p-weight {
    width: 6%;
  }

  .table-area.table-m td.p-weight {
    width: 5.3%;
  }

  .table-area.table-m td.p-type {
    width: 9%;
  }

  .table-area.table-m thead th.p-data {
    width: 14.4%;
  }

  .table-area.table-m td.p-data,
  .table-area.table-m td.p-updata {
    width: 15%;
  }

  .table-area.table-m thead th.p-updata {
    width: 16%;
  }

  .p-name__ruby {
    font-size: 1rem;
  }

  .table-area.table-m thead th.p-type {
    width: 8.7%;
  }
}
@media screen and (max-width: 1080px) {
  .table-area.table-m td.p-name {
    padding: 20px 0 20px 20px;
  }

  .table-area.table-m thead th.p-num {
    width: 6.5%;
  }

  .table-area.table-m td.p-num {
    width: 7%;
  }

  .table-area.table-m thead th.p-age {
    width: 6.5%;
  }

  .table-area.table-m thead th.p-position {
    width: 9.4%;
  }

  .table-area.table-m td.p-position {
    width: 9.8%;
  }

  .table-area.table-m td.p-age {
    width: 6.8%;
  }

  .table-area.table-m td.p-height {
    width: 8%;
  }

  .table-area.table-m td.p-weight {
    width: 6%;
  }

  .table-area.table-m td.p-type {
    width: 10%;
    text-align: center;
    padding-left: 8px;
  }

  .table-area.table-m thead th.p-data {
    width: 13.4%;
  }
}
/* 470============================================================================ */
.l-main__container-body#page470,
.l-main__container-body#page460,
.l-main__container-body#page1010 {
  background-color: #FFF;
  padding: 0 20px 30px;
  border-radius: 6px;
}

.l-main__container-body#page470 .p-details-title,
.l-main__container-body#page460 .p-details-title,
.l-main__container-body#page1010 .p-details-title {
  padding: 32px 0 0 0;
  border: none;
}

#page470 .p-name,
#page460 .p-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.table-history__unit {
  width: 85%;
}

.table-history__unit.w-full {
  width: 100%;
}

#page470 .p-details-title__inner,
#page460 .p-details-title__inner,
#page1010 .p-details-title__inner {
  margin-bottom: 24px;
  padding: 0;
}

#page1010 .p-details-title__inner:first-child {
  justify-content: flex-end;
}

#page470 .dropdown-area.match-drop,
#page460 .dropdown-area.match-drop,
#page1010 .dropdown-area.match-drop {
  margin: 0;
}

#page470 .p-name__unit,
#page460 .p-name__unit {
  font-size: 2rem;
}

#page470 .p-icon-bg,
#page460 .p-icon-bg {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin: 0 20px 0 0;
}

#page470 .p-icon-bg .icon-p-icon,
#page460 .p-icon-bg .icon-p-icon {
  font-size: 6rem;
}

#page470 .dropdown-area.match-drop {
  width: 12.2%;
  margin-top: 0px;
}

#page470 .dropdown-area.match-drop select,
#page460 .dropdown-area.match-drop select,
#page1010 .dropdown-area.match-drop select {
  height: 50px;
  color: #000;
  font-weight: normal;
}

#page470 .dropdown-area .dropdown-lst {
  width: 100%;
}

.wrapper.h-auto .table-history__unit tbody {
  height: auto;
}


.table-area.table-history {
  width: 100%;
}

#page470 .table-area.table-e {
  margin-top: 0px;
  border-top: none;
}

.table-area.table-history thead {
  background-color: #26394D;
  padding: 0;
}

#page470 .table-area.table-e tbody {
  width: 100%;
  display: block;
  height: calc(56vh);
  max-height: 570px;
}

.table-area.table-history tr {
  border: solid 1px #D9D9D9;
  border-top: none;
}

.table-area.table-history thead th {
  font-size: 1.4rem;
  color: #FFF;
  font-weight: bold;
  padding-left: 0px;
  width: 24%;
  height: 30px !important;
  line-height: 30px;
  display: block;
  text-align: center;
  border-right: solid 1px #D9D9D9 !important;
}

.table-area.table-history tbody td {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: 24%;
  display: block;
  padding: 8px 0;
  border-right: solid 1px #D9D9D9;
}

.table-area.table-history {
  margin-top: 0px;
  border-top: none;
}

.table-area.table-history tbody td:last-child,
.table-area.table-history thead th:last-child {
  border: none !important;
}

.table-area.table-history__details thead {
  padding: 0;
}

.table-history__details thead th.m-match-time {
  width: 12.7%;
  padding-left: 10px;
}

.table-history__details td.m-match-time {
  width: 13%;
  padding-left: 10px;
}

.table-history__details thead th.m-tournament {
  width: 9.8%;
}

.table-history__details td.m-tournament {
  width: 10%;
}

.table-history__details thead th.m-category {
  width: 8%;
}

.table-history__details td.m-category {
  width: 8.3%;
}

.table-history__details thead th.m-opponent {
  width: 13.5%;
}

.table-history__details td.m-opponent {
  width: 13.2%;
}

.table-history__details thead th.m-result {
  width: 27%;
}

.table-history__details td.m-result {
  width: 28.5%;
}

.table-history__details thead th.m-time {
  width: 7.5%;
}

.table-history__details td.m-time {
  width: 8%;
  padding-left: 10px;
}

.table-history__details thead th.m-goal {
  width: 6%;
}

.table-history__details td.m-goal {
  width: 6%;
  padding-left: 13px;
}

.table-history__details thead th.m-warning {
  width: 5%;
  min-width: 5%;
}

.table-history__details td.m-warning {
  width: 5%;
  padding-left: 13px;
}

.table-history__details thead th.m-exit {
  width: 5%;
  min-width: 5%;
}

.table-history__details td.m-exit {
  width: 4%;
  padding-left: 13px;
}

.table-history__details thead th.m-comment {
  width: 8%;
  padding-left: 34px;
}

.table-history__details td.m-comment {
  width: 8%;
}

.report-details td.m-evaluation {
  min-width: 100px;
}

@media screen and (max-width: 1210px) {
  .table-history__details thead th {
    font-size: 1.2rem !important;
  }

  .table-history__details thead th.m-comment {
    width: 8.7%;
    padding-left: 25px;
  }

  .table-history__details td.m-match-time,
  .m-tournament,
  .m-category,
  .m-opponent,
  .m-time {
    font-size: 1.3rem;
  }

  .table-history__details thead th.m-match-time {
    width: 13.4%;
  }

  .table-history__details td.m-result {
    width: 32.5%;
  }

  .table-history__details thead th.m-category {
    width: 8.4%;
  }

  .table-history__details thead th.m-tournament {
    width: 10%;
  }

  .table-history__details thead th.m-opponent {
    width: 13.2%;
  }

  .table-history__details thead th.m-result {
    width: 33%;
  }

  .table-history__details thead th.m-time {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .table-history__details td.m-time,
  .table-history__details td.m-goal,
  .table-history__details td.m-warning,
  .table-history__details td.m-exit {
    font-size: 1.2rem;
  }

  .table-history__details td.m-goal {
    width: 5%;
  }

  .table-history__details td.m-time {
    width: 7%;
    padding-left: 0px;
  }

  .table-history__details td.m-warning {
    width: 4%;
  }

  .table-history__details td.m-exit {
    width: 3%;
  }

  .table-area.table-history__details .icon-bg {
    width: 30px;
    height: 30px;
  }

  .table-area.table-history__details .icon-bg .icon-comment {
    font-size: 2rem;
  }

  .table-history__details thead th {
    font-size: 1.1rem !important;
  }

  .table-history__details thead th.m-match-time {
    width: 14.9%;
  }

  .table-history__details thead th.m-tournament {
    width: 9%;
  }

  .table-history__details thead th.m-category {
    width: 9.8%;
  }

  .table-history__details thead th.m-opponent {
    width: 14%;
    padding-left: 15px;
  }

  .table-history__details thead th.m-result {
    padding-left: 8px;
  }

  .table-history__details td.m-result .m-score {
    font-size: 1.2rem;
  }

  .table-history__details td.m-match-time, .m-tournament, .m-category, .m-opponent, .m-time {
    font-size: 1.2rem;
  }

  .table-history__details td.m-category {
    width: 8.3%;
    padding-left: 10px;
  }

  .table-history__details td.m-opponent {
    width: 10.2%;
    padding-left: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .table-history__details thead th.m-match-time {
    width: 15%;
  }

  .table-history__details thead th.m-tournament {
    width: 10.8%;
  }

  .table-history__details thead th.m-category {
    width: 10%;
    padding-left: 15px;
  }

  .table-history__details thead th.m-opponent {
    width: 13%;
    padding-left: 14px;
  }

  .table-history__details thead th.m-time {
    width: 6%;
    min-width: 6%;
  }

  .table-history__details thead th.m-result {
    padding-left: 8px;
  }

  .table-history__details thead th.m-time {
    padding-left: 10px;
  }

  .table-history__details thead th.m-time {
    width: 6%;
    min-width: 6%;
  }

  .table-history__details thead th.m-result {
    width: 37%;
    padding-left: 23px;
  }
}
/* 460 ============================================================== */
.wrapper.h-auto .table-result__details tbody {
  height: auto;
  max-height: initial;
}

.wrapper.h-auto .table-result__details-container {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.table-result__container02,
.table-result__container-total {
  margin-top: 15px;
}

.table-result__container02 .table-result__index {
  margin: 0;
}

.table-result__index {
  position: relative;
  margin-top: 30px;
  display: flex;
  width: 278px;
  min-width: 278px;
}

.table-result__index .page-check__index {
  width: 275px;
  min-width: 275px;
}

.table-result__details-unit {
  width: 79%;
}

#page460 .dropdown-area.match-drop,
#page1010 .dropdown-area.match-drop {
  width: 26%;
  margin-top: 0px;
}

#page460 .dropdown-area .dropdown-lst,
#page1010 .dropdown-area .dropdown-lst {
  width: 48%;
}

#page460 .table-history__unit,
#page1010 .table-history__unit {
  width: 70%;
}

#page460 .table-area.table-history thead th,
#page460 .table-area.table-history tbody td,
#page1010 .table-area.table-history thead th,
#page1010 .table-area.table-history tbody td {
  width: 33.3%;
}

.p-page-common__tab.w-full a {
  width: 50%;
  background-color: #F2F2F2;
  border: solid 1px #1074B9;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

#page460 .p-page-common,
#page1010 .p-page-common {
  padding: 0px 0 20px 0;
}

.p-page-common__tab.w-full a:hover {
  opacity: 1;
}

.p-page-common__tab.w-full .page-active {
  background-color: #0074B9;
  color: #FFF;
  border: none;
}

.table-result__details td,
.table-result__details thead th {
  padding: 0;
}

.table-area.table-result__details {
  border: none;
}

.wrapper.h-auto .table-result__details thead {
  background-color: #FFF;
  color: #FFF;
  padding: 0;
  border: none;
}

.table-result__details thead th {
  margin-right: 2px;
}

.table-result__details td {
  border: solid 1px #C6C6C6;
  text-align: center;
  background-color: #fafafa;
  margin-right: 2px;
}

.table-result__details thead th:last-child,
.table-result__details td:last-child {
  margin-right: 0;
}

.table-result__details tbody tr:nth-child(even) td {
  background-color: #EDEDED;
}

.table-result__container02 .table-result__details tbody tr td {
  background-color: #EDEDED;
}

.table-result__container02 .table-result__details tbody tr:nth-child(even) td {
  background-color: #FFF;
}

.table-result__details thead th.lst-label {
  width: 25%;
}

.table-result__details td.lst-label {
  width: 25%;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  text-align: left;
}

.table-result__details thead th.lst-cat {
  width: 16%;
  text-align: center;
  padding: 5px 0;
}

.table-result__details td.lst-cat {
  width: 16%;
  border: none;
}

.lst-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lst-flex li {
  width: 49.5%;
  border: solid 1px #C6C6C6;
  padding: 10px 0;
}

.lst-num {
  color: #161863;
}

.table-result__details thead th.lst-total {
  width: 15%;
  text-align: center;
  padding: 5px 0;
  background-color: #26394D;
}

.table-result__details td.lst-total {
  width: 15%;
  padding: 10px 0;
  font-weight: bold;
}

.table-result__details td.lst-label.total-label {
  text-align: right;
  padding-right: 20px;
  background-color: #26394D;
  border: none;
  color: #FFF;
  position: relative;
}

.total-bg {
  background-color: #26394D;
  width: 278px;
  min-width: 278px;
  height: 41px;
  margin-top: 1px;
}

.td-padding td.lst-label {
  padding: 60px 0 60px 20px;
}

.td-padding .lst-flex li,
.td-padding td.lst-total {
  padding: 60px 0;
}

.table-result__details tbody tr:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .table-result__details-container tbody td {
    font-size: 1.3rem !important;
  }

  .table-result__index .page-check__index {
    font-size: 1.6rem;
  }

  .table-result__index {
    width: 258px;
    min-width: 258px;
  }

  .table-result__index .page-check__index {
    width: 255px;
    min-width: 255px;
  }

  .total-bg {
    width: 255px;
    min-width: 255px;
    height: 39px;
  }
}
@media screen and (max-width: 1080px) {
  .table-result__index {
    width: 238px;
    min-width: 238px;
  }

  .table-result__index .page-check__index {
    width: 235px;
    min-width: 235px;
  }

  .total-bg {
    width: 235px;
    min-width: 235px;
    height: 39px;
  }

  .table-result__details td.lst-total,
  .table-result__details thead th.lst-total {
    width: 17%;
  }

  .table-result__details td.lst-label,
  .table-result__details thead th.lst-label {
    width: 24%;
    padding: 10px 0 10px 8px;
  }

  .td-padding td.lst-label {
    padding: 60px 0 60px 8px;
  }

  .table-result__details td.lst-label.total-label {
    padding-right: 8px;
  }

  #page460 .dropdown-area.match-drop,
  #page1010 .dropdown-area.match-drop {
    width: 28%;
  }

  #page460 .dropdown-area.match-drop select,
  #page1010 .dropdown-area.match-drop select {
    font-size: 1.3rem;
  }
}
/* 1010============================================================================ */
.table-result__details-container .page-check__index.font-small,
.table-result__details-container.table-result__container02 .page-check__index.font-small {
  font-size: 1.5rem;
  width: 237px;
  min-width: 237px;
  margin-left: 6px;
}

.table-result__details-container.table-result__container02 .page-check__index.font-small {
  width: 275px;
  min-width: 275px;
  margin: 0;
}

.table-result__index .under-label {
  background-color: #EDEDED;
  width: 32px;
  line-height: 36px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  letter-spacing: .1em;
}

@media screen and (max-width: 1200px) {
  .table-result__details-container .page-check__index.font-small,
  .table-result__details-container.table-result__container02 .page-check__index.font-small {
    width: 217px;
    min-width: 217px;
  }

  .table-result__details-container.table-result__container02 .page-check__index.font-small {
    width: 255px;
    min-width: 255px;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .table-result__details-container .page-check__index.font-small,
  .table-result__details-container.table-result__container02 .page-check__index.font-small {
    width: 201px;
    min-width: 201px;
    font-size: 1.4rem;
  }

  .table-result__details-container.table-result__container02 .page-check__index.font-small {
    width: 235px;
    min-width: 235px;
    margin: 0;
  }

  .table-result__index .under-label {
    width: 28px;
    line-height: 32px;
    font-size: 1.3rem;
  }
}
/* 1050============================================================================ */
.report-details thead th.m-match-time {
  width: 12.2%;
}

.report-details thead th.m-tournament {
  width: 9.9%;
}

.report-details thead th.m-category {
  width: 7.8%;
}

.report-details thead th.m-opponent {
  width: 12.7%;
}

.report-details thead th.m-result {
  width: 26.3%;
}

.report-details thead th.m-time {
  width: 7.5%;
}

.report-details thead th.m-goal {
  width: 5.6%;
}

.report-details .m-check {
  width: 7%;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .report-details thead th.m-result {
    width: 26%;
  }

  .report-details thead th.m-time {
    width: 7.5%;
    padding-left: 14px;
  }
}
@media screen and (max-width: 1210px) {
  .report-details thead th.m-match-time {
    width: 11.7%;
  }

  .report-details thead th.m-tournament {
    width: 9.2%;
  }

  .report-details thead th.m-category {
    width: 7.5%;
  }

  .report-details thead th.m-opponent {
    width: 12%;
  }

  .report-details thead th.m-result {
    width: 29%;
  }

  .report-details thead th.m-time {
    width: 6%;
    min-width: 6%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .report-details thead th.m-match-time {
    width: 11.4%;
  }

  .report-details thead th.m-time {
    width: 6%;
    min-width: 6%;
    padding-left: 0px;
  }

  .report-details thead th.m-result {
    width: 29.6%;
  }

  .report-details thead th.m-goal,
  .report-details thead th.m-warning,
  .report-details thead th.m-exit,
  .report-details thead th.m-check {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .report-details thead th.m-match-time {
    width: 10.9%;
  }

  .report-details thead th.m-tournament {
    width: 8.8%;
  }

  .report-details thead th.m-opponent {
    width: 11.4%;
  }

  .report-details thead th.m-result {
    width: 31.7%;
  }

  .report-details td.m-opponent {
    font-size: 1.2rem;
  }

  .report-details tbody td.m-result {
    width: 36.5%;
  }

  .report-details tbody td.m-time,
  .report-details tbody td.m-goal,
  .report-details tbody td.m-warning,
  .report-details tbody td.m-exit,
  .report-details tbody td.m-check {
    font-size: 1.2rem;
  }

  .report-details thead th.m-goal,
  .report-details thead th.m-warning {
    padding-left: 5px;
  }

  .report-details thead th.m-exit,
  .report-details thead th.m-check {
    padding-left: 0;
  }
}
@media screen and (max-width: 1050px) {
  .report-details thead th.m-match-time {
    width: 12%;
  }

  .report-details thead th.m-tournament {
    width: 8.1%;
  }

  .report-details thead th.m-opponent {
    width: 11.8%;
  }

  .report-details thead th.m-result {
    width: 32%;
  }

  .report-details thead th.m-goal {
    padding-left: 12px;
  }

  .report-details thead th.m-warning,
  .report-details thead th.m-exit {
    width: 4%;
    min-width: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .report-details thead th.m-opponent {
    width: 10.2%;
  }

  .report-details thead th.m-result {
    width: 33.5%;
  }
}
/* 900 ============================================================== */
.news-table thead th.t-batch,
.news-table tbody td.t-batch {
  width: 7.5%;
  min-width: 7.5%;
}

.news-table tbody td.t-batch {
  border-right: dotted 1px #B1B1B1;
  padding: 27px 0px 27px 20px;
}

.news-table thead th.t-delivery,
.news-table tbody td.t-delivery {
  width: 15%;
  min-width: 15%;
}

.news-table thead th.t-cat,
.news-table tbody td.t-cat {
  width: 12%;
}

.news-table thead th.t-title,
.news-table tbody td.t-title {
  width: 32.1%;
  font-weight: bold;
}

.news-table tbody td.t-batch span,
.news-table tbody td.t-cat .cat-label {
  background: 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #767680;
  color: #FFF;
  border: none;
  padding: 6px 9px 6px 9px;
}

.news-table tbody td.t-batch span.unread-label {
  background-color: #D45755;
  padding: 6px 13px 6px 13px;
}

.news-table tbody td.t-cat .cat-label {
  border-radius: 0px;
  padding: 6px 10px 6px 10px;
  background-color: #0074B9;
  line-height: 1.3;
  width: 120px;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .news-table thead th.t-batch,
  .news-table tbody td.t-batch {
    width: 8.5%;
    min-width: 8.5%;
  }

  .news-table thead th.t-batch, .news-table tbody td.t-batch {
    width: 9.5%;
    min-width: 9.5%;
  }

  .news-table tbody td.t-cat .cat-label {
    width: 100px;
    font-size: 1.1rem;
  }

  .news-table thead th.t-title {
    width: 30%;
  }

  .news-table tbody td.t-title {
    font-size: 1.2rem;
  }

  .news-table tbody td.t-updata {
    width: 16.32%;
  }
}
.hiddenBtn {
  display: none;
}

.setHidenModal {
  position: relative;
}
.setHidenModal:before {
  content: '';
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.ta-calendar-data__balloon {
  display: none;
}

.wrapper thead, .modal-unit thead {
  display: block;
  background-color: #e3e3e3;
  padding: 10px 0;
}
.wrapper thead tr, .modal-unit thead tr {
  text-align: left;
}
.wrapper thead th, .modal-unit thead th {
  font-size: 1.2rem;
  padding-left: 20px;
  border: none !important;
  height: auto !important;
}
.wrapper tbody, .modal-unit tbody {
  width: 100%;
  display: block;
  height: calc(56vh);
  max-height: 570px;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper.h-auto tbody,
.modal-unit.h-auto tbody {
    height: auto;
    max-height: initial;
}
.wrapper tbody td, .modal-unit tbody td {
  font-size: 1.4rem;
}
.wrapper tbody tr:nth-child(even), .modal-unit tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}

.e-img {
  width: 56px;
}

.ui-widget.ui-widget-content {
  font-size: 14px;
}

.ta-evaluation-list__item--good .ta-evaluation-list__title a {
  color: #0e95e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ta-evaluation-list__item--good .ta-evaluation-list__title a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.ta-evaluation-list__item--bad .ta-evaluation-list__title a {
  color: #d65652;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ta-evaluation-list__item--bad .ta-evaluation-list__title a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.ta-page [class^=icon-].icon-search, .ta-page [class^=icon-].icon-plus, .ta-page [class^=icon-].icon-label, .ta-page [class^=icon-].icon-blank, .ta-page [class*=" icon-"].icon-search, .ta-page [class*=" icon-"].icon-plus, .ta-page [class*=" icon-"].icon-label, .ta-page [class*=" icon-"].icon-blank, .ta-modal [class^=icon-].icon-search, .ta-modal [class^=icon-].icon-plus, .ta-modal [class^=icon-].icon-label, .ta-modal [class^=icon-].icon-blank, .ta-modal [class*=" icon-"].icon-search, .ta-modal [class*=" icon-"].icon-plus, .ta-modal [class*=" icon-"].icon-label, .ta-modal [class*=" icon-"].icon-blank {
  font-family: "iconfont" !important;
}

.setMrg_01 {
  margin-bottom: 20px;
}



@media all and (-ms-high-contrast: none) {
  
/*.l-content.layout-inline {
  display: inline-block;
}*/

table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.table-area.table-b .icon-bg,
.table-area.table-e .icon-bg,
.upload-meta .icon-bg,
.table-config .icon-bg,
.p-icon-bg {
  display: block;
}
/* 200 ============================================================== */
.table-a thead th {
  text-align: left;
}
.table-a thead th,
.table-a tbody td {
  display: block;
}
/* 220 ============================================================== */
.config-flow td {
  height: 100%;
}
.config-flow td.c-flow01:before,
.config-flow td.c-flow02:before,
.config-flow td.c-flow03:before,
.config-flow td.c-flow04:before {
    bottom: -100px;
}
.table-c thead th {
  text-align: left;
}
.table-c tbody td {
  display: block;
  vertical-align:middle;
}
/* 230 ============================================================== */
.config-flow.ie-h230 td.c-flow01:before,
.config-flow.ie-h230 td.c-flow02:before,
.config-flow.ie-h230 td.c-flow03:before,
.config-flow.ie-h230 td.c-flow04:before {
    bottom: -147px;
}
/* 240 ============================================================== */
.config-flow.ie-h240 td.c-flow01:before,
.config-flow.ie-h240 td.c-flow02:before,
.config-flow.ie-h240 td.c-flow03:before,
.config-flow.ie-h240 td.c-flow04:before {
    bottom: -127px;
}
/* 250 ============================================================== */
.table-area.table-h thead th {
  text-align:left;
}
.table-area.table-h thead th,
.table-area.table-h td{
  vertical-align: middle;
  display: block;
}
/* 260 ============================================================== */
.config-flow.ie-h260 td.c-flow01:before,
.config-flow.ie-h260 td.c-flow02:before,
.config-flow.ie-h260 td.c-flow03:before,
.config-flow.ie-h260 td.c-flow04:before {
    bottom: -127px;
}
/* 264 ============================================================== */
.config-flow.ie-h264 td.c-flow01:before,
.config-flow.ie-h264 td.c-flow02:before,
.config-flow.ie-h264 td.c-flow03:before,
.config-flow.ie-h264 td.c-flow04:before {
    bottom: -127px;
}
.field-text input[type="text"],
.field-text textarea, .field-check {
    line-height: 1.2em;
}
.table-i thead th.t-exercise,
.table-i thead th.t-time,
.table-i thead th.t-comment {
  text-align: left;
}
/* 265 ============================================================== */
.table-area.table-j thead th {
  text-align: left;
}
.table-area.table-j td,
.table-area.table-j thead th {
    vertical-align: middle;
  display: block;
}
/* 267 ============================================================== */
.config-flow.ie-h267 td.c-flow01:before,
.config-flow.ie-h267 td.c-flow02:before,
.config-flow.ie-h267 td.c-flow03:before,
.config-flow.ie-h267 td.c-flow04:before,
.config-flow.ie-h270 td.c-flow01:before,
.config-flow.ie-h270 td.c-flow02:before,
.config-flow.ie-h270 td.c-flow03:before,
.config-flow.ie-h270 td.c-flow04:before {
    bottom: -86px;
}
/* 300 ============================================================== */
.table-area.table-b td,
.table-area.table-b thead th {
  display: block;
}
.table-area.table-b thead th {
  text-align: left;
} 
.close-link {
    right: 60px;
    top: 40px;
}
#modal-points01 .close-link,
#modal-points02 .close-link,
#modal-points03 .close-link,
#modal-points04 .close-link {
  position:absolute;
    right: -20px;
    top: 0px;
}
/* 400 ============================================================== */
.table-area.table-m thead th {
  text-align:left;
}
.table-area.table-m tbody td,
.table-area.table-m thead th {
  vertical-align: middle;
  display: block;
}
/* 460 ============================================================== */
.table-result__details thead th,
.table-result__details td {
  display: block;
}
/* 470 ============================================================== */
.table-area.table-history__details thead {
    padding: 0;
}
.table-area.table-history__details thead th,
.table-area.table-history__details tbody td {
  vertical-align:middle;
  text-align: left;
  display: block;
}
.crumbs-bg{
  top:0;
}
.b-crumbs.crumbs-third{
  top:7px;
}
/* 800 ============================================================== */
.table-area.table-d thead th {
  text-align: left;
}
.table-area.table-d tbody td,
.table-area.table-d thead th {
  vertical-align:middle;
  display: block;
}
/* 810 ============================================================== */
.table-area.table-e tbody td {
  vertical-align:middle;
}
/* 820 ============================================================== */
.table-area.table-g thead th {
  text-align: left;
}
.table-area.table-g thead th,
.table-area.table-g tbody td {
  vertical-align:middle;
  display: block;
}
/* 860 ============================================================== */
#match-860 .page-check01 .p-page-input__inner {
    justify-content: flex-start;
    margin-left: 10px;
}
.input-flex.flex-sb h4 {
  width: 110px;
}
.table-area.table-f tbody td {
  vertical-align:middle;
  display: block;
}
.table-area.table-f thead th {
  text-align: left;
  display: block;
}
/* 900 ============================================================== */
.news-table tbody td {
  vertical-align:middle;
  display: block;
}
.news-table thead th {
  text-align: left;
  display: block;
}
.table-a.news-table .t-data,
.table-a.news-table .t-updata {
    width: 14.93%;
}
/* 1050 ============================================================== */
.report-details thead th {
  display: block;
}
/* modal-table ============================================================== */
.table-area.table-modal thead th {
  text-align: left;
}
.table-area.table-modal thead th,
.table-area.table-modal tbody td {
  vertical-align:middle;
  display: block;
}

}