@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

.link_deco {
  text-decoration: none !important;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 14px/1.8 "Open Sans", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #1E2122;
  word-break: normal;
  word-wrap: break-word;
  background: #F3F5F7;
}

html,
body {
  height: 100%;
}

.bgn {
  background: inherit;
}

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

.l-container {
  display: block;
  position: relative;
  padding: 35px;
  margin: 80px 0 0 200px;
}

.p-container {
  position: relative;
  z-index: 2;
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: calc(100% - 200px);
  height: 80px;
  padding: 15px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom: solid 1px #F3F5F7;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-header a {
  text-decoration: none;
  color: #1E2122;
}

.p-header-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.p-header__select {
  width: 300px;
}

.p-header__sitelink {
  padding-right: 18px;
  background: url(../images/icon_blank_b.svg) no-repeat center right;
}

.p-header__switch svg {
  fill: #1E2122;
  margin-left: 5px;
}

.p-header__avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #007CBA url(../images/icon_avatar.svg) no-repeat center center;
  margin: 0 0 0 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.l-login-content {
  height: 100%;
}

.p-login-content {
  max-width: 1064px;
  width: 100%;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-login__pagegack {
  margin-top: 30px;
  padding: 8px 24px;
  text-decoration: none;
  color: #6F8294;
  font-weight: bold;
  border: solid 2px #6F8294;
  border-radius: 100px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.p-login__pagegack:hover {
  background-color: #007CBA;
  border: solid 2px #007CBA;
  color: #fff;
}

.p-login__copy {
  font-size: 1.75rem;
  margin-bottom: 30px;
  font-weight: normal;
}

.p-login-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  padding: 30px 40px 40px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
}

.p-login-card__title {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.p-login-card__unknown {
  font-size: 0.75rem;
}

.p-login-card__unknown a {
  text-decoration: none;
  color: #1E2122;
  font-weight: bold;
}

.p-login-card__unknown:before {
  content: "?";
  display: inline-block;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 8px;
  background: #6F8294;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 100%;
}

.p-login-card__btn .c-btn {
  width: 100%;
}

.p-login-card__note {
  font-size: 0.75rem;
}

.p-login-card .g-recaptcha {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.l-login-footer {
  background: #fff;
  margin-top: auto;
  border-top: solid 1px #e4e8eb;
}

.p-login-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1064px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
}

.p-login-footer__link {
  margin-right: 30px;
}

.p-login-footer__link a {
  text-decoration: none;
  color: #1E2122;
}

.p-login-footer__link a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  left: 3px;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-login-footer__copyright {
  margin-left: auto;
}

.l-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  background: #007CBA;
}
.l-sidebar a {
  text-decoration: none;
  color: #fff;
}

.p-sidenav {
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-sidenav::-webkit-scrollbar {
  display: none;
}

.p-sidebar__logo {
  height: 70px;
  background: url(../images/logo_white.svg) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.p-sidenav-group {
  padding: 0 10px 20px;
}

.p-sidenav__heading {
  margin: 0 20px 10px 20px;
  color: #fff;
  font-size: 0.75rem;
}

.p-sidenav__line {
  margin: 20px auto;
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, .08);
  border-top: solid 1px rgba(0, 0, 0, .14);
}

.p-sidenav-list > .p-sidenav__item {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 2px;
}

.p-sidenav__link {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 0.875rem;
  background: #007CBA;
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.p-sidenav__link:hover,
.p-sidenav__link.js-active {
  background: #006ea6;
}

.p-sidenav__link.js-active {
  border-bottom: solid 1px rgba(255, 255, 255, .05);
}

.p-sidenav__item.js-submenu > .p-sidenav__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../images/icon_arrow_b.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-sidenav__item.js-submenu > .p-sidenav__link.js-active:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 1;
}

.p-sidenav__item.-blank {
  position: relative;
}

.p-sidenav__item.-blank:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background: url(../images/icon_blank.svg) no-repeat;
  background-size: auto;
  width: 14px;
  height: 14px;
  z-index: 100;
  opacity: 0.3;
}

.p-sidenav-list-second {
  display: none;
}

.p-sidenav-list-second .p-sidenav__link {
  background: #006ea6;
  line-height: 36px;
  height: 36px;
  font-size: 0.75rem;
}

.p-copyright {
  padding: 0 20px 10px 20px;
  color: #fff;
  opacity: 0.3;
  font-size: 0.625rem;
}

#dashboard .p-sidenav__link.-dashboard {
  background: #006ea6;
}

#page .p-sidenav__link.-page {
  background: #006ea6;
}

#page .p-sidenav__link.-page + .p-sidenav-list-second {
  display: block;
}

#banner .p-sidenav__link.-banner {
  background: #006ea6;
}

#banner .p-sidenav__link.-banner + .p-sidenav-list-second {
  display: block;
}

#menu .p-sidenav__link.-menu {
  background: #006ea6;
}

#menu .p-sidenav__link.-menu + .p-sidenav-list-second {
  display: block;
}

#search .p-sidenav__link.-search {
  background: #006ea6;
}

#search .p-sidenav__link.-search + .p-sidenav-list-second {
  display: block;
}

#access .p-sidenav__link.-access {
  background: #006ea6;
}

#access .p-sidenav__link.-access + .p-sidenav-list-second {
  display: block;
}

#setting .p-sidenav__link.-setting {
  background: #006ea6;
}

#setting .p-sidenav__link.-setting + .p-sidenav-list-second {
  display: block;
}

#faq .p-sidenav__link.-faq {
  background: #006ea6;
}

#faq .p-sidenav__link.-faq + .p-sidenav-list-second {
  display: block;
}

#intro .p-sidenav__link.-intro {
  background: #006ea6;
}

#intro .p-sidenav__link.-intro + .p-sidenav-list-second {
  display: block;
}

/* Component
----------------------------------------------------------------- */
.c-badge {
  display: inline-block;
  font-size: 0.75rem;
  padding: 5px 6px 4px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-badge.-any {
  background: #6F8294;
}

.c-badge.-required {
  background: #F46183;
}

.c-badge.-release {
  background: #1CB965;
  cursor: pointer;
  min-width: 60px;
}

.c-badge.-private {
  background: #6F8294;
  cursor: pointer;
  min-width: 60px;
}

.c-badge.-reservation {
  background: #F46183;
  min-width: 60px;
}

.ico_passward {
  background: #DD4D12;
  display: inline-block;
  font-size: 0.6875rem;
  padding: 5px 6px 4px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1.4px;
  min-width: 60px;
}

.c-breadcrumb__item {
  display: inline-block;
  color: #6F8294;
}
.c-breadcrumb__item:last-child {
  color: #1E2122;
  font-weight: bold;
}
.c-breadcrumb__item:after {
  content: "/";
  display: inline-block;
  color: #6F8294;
  margin: 0 4px;
}
.c-breadcrumb__item:last-child:after {
  display: none;
}

.c-btn {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  color: #1E2122;
  background: #F3F5F7;
  min-width: 65px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn:hover {
  color: #fff;
  background: #005a87;
}

.c-btn--primary {
  background: #007CBA;
  color: #fff;
}
.c-btn--primary:hover {
  background: #005a87;
}
.c-btn--secondary {
  background: #1CB965;
  color: #fff;
}
.c-btn--secondary:hover {
  background: #158d4d;
}
.c-btn--danger {
  background: #F46183;
  color: #fff;
}
.c-btn--danger:hover {
  background: #f1315e;
}
.c-btn--gray {
  background: #6F8294;
  color: #fff;
}
.c-btn--gray:hover {
  background: #007CBA;
  color: #fff;
}
.c-btn--white {
  background: #fff;
}
.c-btn--white:hover {
  background: #007CBA;
  color: #fff;
}
.c-btn--border {
  background: #fff;
  border: solid 1px #E8EAEB;
}
.c-btn--border:hover {
  border: solid 1px #6F8294;
  background: #6F8294;
  color: #fff;
}

.c-btn .--arrow:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.c-btn--ss {
  padding: 2px 8px;
  min-width: 65px;
}
.c-btn--sm {
  padding: 5px 10px;
  min-width: 65px;
}
.c-btn--xl {
  padding: 10px;
  min-width: 125px;
}

.c-btn--round {
  border-radius: 100px;
}

.c-btn_round {
  border-radius: 3px;
}

.datagroup {
  margin-top: 70px;
}

.datagroup-head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datagroup-reserve-head {
  background: #007CBA;
  color: #fff;
  padding: 0.5em 0.5em;
}

.datagroup-body {
  border-radius: 3px;
  padding: 0 10px 10px 10px;
  background: #fff;
}

.datagroup-body.-code {
  padding: 0;
}

.datagroup-body.-setting {
  padding: 20px;
}

.data-heading {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 34px;
}

.data-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  background: url(../images/icon_folder.svg) no-repeat 0 0;
  width: 22px;
  height: 20px;
}

.data-changetrigger {
  color: #007CBA;
  cursor: pointer;
}

.data-changetrigger:before {
  content: "";
  display: inline-block;
  background: url(../images/icon_change_p.svg);
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.data-changebox {
  padding: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #F3F5F7;
}

.data-changebox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.data-changebox img {
  vertical-align: middle;
}

.data-changebox__col {
  margin-right: 10px;
}

.data-changebox__col.-page {
  width: 200px;
}

.data-changebox__col:last-child {
  margin-left: auto;
  margin-right: 0;
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}

.data-table-row {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.data-table-row:not(:first-child):hover {
  background: #E8EAEB;
}

th.data-table__cell {
  font-size: 0.75rem;
  color: #BBBDC1;
}

.data-table-row.-private,
.data-table-row.-reservation {
  background: #F3F5F7;
}

.data-table__cell:first-child {
  border-radius: 3px 0 0 3px;
  padding-left: 10px;
}

.data-table__cell:last-child {
  border-radius: 0 3px 3px 0;
  padding-left: 0;
}

.data-table__cell {
  padding: 20px 10px;
  text-align: left;
  vertical-align: middle;
}

.data-table__cell.-sort {
  width: 30px;
  text-align: center;
}
.data-table__cell.-sort .c-icon__lock {
  margin: 0 auto;
}

.data-table__cell.-status {
  width: 55px;
  text-align: center;
}

.data-table__cell.-id {
  width: 35px;
  text-align: center;
}

.data-table__cell.-period {
  width: 180px;
}

.data-table__cell.-btn {
  width: 65px;
}

.data-table__cell.-btn02 {
  width: 135px;
}

.data-table__cell.-btn03 {
  width: 180px;
}

.data-table__cell.-btn04 {
  width: 185px;
}

.data-table__cell.-ellipsis {
  width: 30px;
}

.data-table__cell.-number {
  width: 25px;
}

.data-table__cell.-category {
  width: 120px;
}

.data-table__cell.-case {
  width: 40px;
}

.data-table__cell.-display {
  width: 520px;
}

.data-table__cell.-image {
  width: 140px;
  text-align: center;
  max-width: 140px;
}

.data-table__cell.-order {
  width: 50px;
  text-align: center;
}

.data-table__cell.-nav {
  width: 300px;
}

.data-table__cell.-update {
  width: 120px;
}

.data-table__cell.-accessdate {
  width: 150px;
}

.data-table__cell.-number {
  width: 10px;
  text-align: center;
}

.data-table__cell.-name {
  width: 150px;
}

.data-table__cell.-password {
  width: 100px;
}

.data-table__cell.-accounttype {
  width: 60px;
}

.data-table__cell.-authority {
  width: 60px;
}

.data-table__cell.-deliveryname {
  width: 140px;
}

.data-table__cell.-directlyname {
  width: 140px;
}

.data-table__cell.-directly {
  width: 60px;
}
.data-table__cell.-directly .c-icon__lock {
  margin: 0 auto;
}

.data-table__cell.-directlyurl {
  width: 140px;
}

.data-table__cell.-layoutname {
  width: 250px;
}

.c-form {
  width: 100%;
}

.c-form-section:not(:last-child) {
  margin-bottom: 70px;
}

.c-form-head {
  margin-bottom: 15px;
}

.c-form-table {
  width: 100%;
  text-align: left;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.c-form__heading {
  font-weight: bold;
  font-size: 0.875rem;
}

.c-form-table__item:not(:last-child) {
  border-bottom: solid 1px #F3F5F7;
}

.c-form-table__item th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 180px;
  vertical-align: baseline;
}

.c-form-table__item td {
  padding: 20px 20px 20px 0;
}

.c-form-table__innerlayout table {
  width: 100%;
}

.c-form-table__innerlayout tr:not(:last-child) {
  border-bottom: solid 1px #E8EAEB;
}

.c-form-table__innerlayout tr:first-child th,
.c-form-table__innerlayout tr:first-child td {
  padding-top: 0;
}

.c-form-table__innerlayout tr:last-child th,
.c-form-table__innerlayout tr:last-child td {
  padding-bottom: 0;
}

.c-form-table__innerlayout th {
  padding: 10px 10px 10px 0;
  font-weight: normal;
  width: 120px;
}

.c-form-table__innerlayout td {
  padding: 10px;
}

.c-form__label {
  margin-left: 5px;
}

.c-form__note {
  font-size: 0.75rem;
  margin-top: 10px;
}

.c-form__error {
  font-size: 0.75rem;
  margin-top: 10px;
  font-weight: bold;
  color: #F46183;
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}

.col-gap, .col-xl-12, .col-lg-12, .col-md-12, .col-sm-12, .col-12, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-11, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-10, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-9, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-8, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-7, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-6, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-5, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-4, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-3, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-2, .col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-1 {
  padding-right: 1%;
  padding-left: 1%;
}

.col-1 {
  width: 6.33333%;
}

.col-2 {
  width: 14.66667%;
}

.col-3 {
  width: 23%;
}

.col-4 {
  width: 31.33333%;
}

.col-5 {
  width: 39.66667%;
}

.col-6 {
  width: 48%;
}

.col-7 {
  width: 56.33333%;
}

.col-8 {
  width: 64.66667%;
}

.col-9 {
  width: 73%;
}

.col-10 {
  width: 81.33333%;
}

.col-11 {
  width: 89.66667%;
}

.col-12 {
  width: 98%;
}

.c-icon__ellipsis {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_ellipsis.svg) no-repeat center center;
}

.c-icon__sort {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_sorting.svg) no-repeat center center;
}

.c-icon__lock {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_lock.svg) no-repeat center center;
  background-size: 14px auto;
}

.c-icon__arrow:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #6F8294 transparent transparent transparent;
  vertical-align: middle;
}

.c-icon__twitter {
  position: relative;
  padding: 0 1.3rem;
}
.c-icon__twitter::before {
  content: "";
  display: inline-block;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/icon_twitter.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.c-icon__instagram {
  position: relative;
  padding: 0 1.3rem;
}
.c-icon__instagram::before {
  content: "";
  display: inline-block;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/icon_instagram.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=text] {
  outline: none;
}

textarea {
  resize: vertical;
}

.input-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}

.c-input.-text {
  padding: 0 15px;
  height: 100%;
  line-height: 42px;
}

.c-input.-text.-number {
  padding: 2px 5px;
  text-align: center;
  color: #666;
}

.c-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 15px;
  background: #fff;
  border-radius: 3px;
  border: none;
  width: 100%;
  border: solid 1px #E8EAEB;
  font-size: 0.875rem;
}

.c-input::-webkit-input-placeholder {
  font-size: 0.75rem;
}

.c-input::-moz-placeholder {
  font-size: 0.75rem;
}

.c-input::-ms-input-placeholder {
  font-size: 0.75rem;
}

.c-input::placeholder {
  font-size: 0.75rem;
}

.c-input.-pagetitle {
  width: 100%;
  font-size: 1.125rem;
  padding: 25px;
  border: solid 1px #E8EAEB;
}

.c-input.-pagetitle::-webkit-input-placeholder {
  color: #BBBDC1;
}

.c-input.-pagetitle::-moz-placeholder {
  color: #BBBDC1;
}

.c-input.-pagetitle::-ms-input-placeholder {
  color: #BBBDC1;
}

.c-input.-pagetitle::placeholder {
  color: #BBBDC1;
}

.c-input.-pagelink {
  width: 100%;
  font-size: 1rem;
  padding: 20px;
  border: solid 1px #E8EAEB;
}

.c-input.-pagelink::-webkit-input-placeholder {
  color: #BBBDC1;
}

.c-input.-pagelink::-moz-placeholder {
  color: #BBBDC1;
}

.c-input.-pagelink::-ms-input-placeholder {
  color: #BBBDC1;
}

.c-input.-pagelink::placeholder {
  color: #BBBDC1;
}

.c-input.-pagedata {
  width: 100%;
  font-size: 1rem;
  border: solid 1px #E8EAEB;
}

.c-input.-file {
  padding: 0;
  border: none;
  width: auto;
}

.c-input.-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  outline: none;
  width: 100%;
  min-height: 100px;
  border: solid 1px #E8EAEB;
  background: #fff;
  font-size: 0.9375rem;
  border-radius: 3px;
}

.c-input.-checkbox {
  display: none;
}

.c-input.-checkbox + label:focus:before,
.c-input.-checkbox + label:active:before,
.c-input.-checkbox:checked + label:before {
  border-color: none;
}

.c-input.-checkbox + label {
  cursor: pointer;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 2px 0 2px 22px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 14px;
}

.c-input.-checkbox + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: #F3F5F7;
  border: 1px solid #E8EAEB;
  border-radius: 3px;
}

.c-input.-checkbox:checked + label {
  color: #007CBA;
}

.c-input.-checkbox:checked + label:before {
  background: #007CBA;
  border: 1px solid #007CBA;
}

.c-input.-checkbox:checked + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 6px;
  margin: auto;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-input.-radio {
  display: none;
}

.c-input.-radio + label:focus:before,
.c-input.-radio + label:active:before,
.c-input.-radio:checked + label:before {
  border-color: none;
}

.c-input.-radio + label {
  cursor: pointer;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0.5em 0 0.5em 1.2em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-input.-radio + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 3px solid #6F8294;
  border-radius: 3px;
}

.c-input.-radio:checked + label {
  color: #1CB965;
}

.c-input.-radio:checked + label:before {
  border-color: #1CB965;
  border: 3px solid #1CB965;
}

.c-input-radio {
  cursor: pointer;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.c-input-radio__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 20px 7px;
  border-radius: 100px;
  background: #F3F5F7;
  font-size: 0.75rem;
  min-width: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-input-radio:checked + .c-input-radio__label {
  background: #007CBA;
  color: #fff;
}

.c-input-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-input-select select {
  font-size: 0.875rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-input-select select::-ms-expand {
  display: none;
}

.c-input-select {
  position: relative;
  border: solid 1px #E8EAEB;
}

.c-input-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #E8EAEB;
  pointer-events: none;
}

.c-input-select select {
  padding: 10px 35px 10px 10px;
}

.c-input-file {
  position: relative;
  width: 400px;
  margin: auto;
}

.c-input-file.-full {
  width: 100%;
}

.c-input-file__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 30px;
  background-color: #1CB965;
  color: #fff;
  padding: 10px 15px;
  border: none;
  line-height: 10px;
  border-radius: 100px;
}

.c-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-input-row__item:not(:last-child) {
  margin-right: 10px;
}

.c-input-checkboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-input-checkboxs__item {
  margin: 0 20px 5px 0;
}

.c-input-checkboxs__item img {
  vertical-align: middle;
}

.c-input-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-input-radios__item {
  margin: 0 10px 5px 0;
}

.c-input-radios__item img {
  vertical-align: middle;
}

.local-menu .c-input-select {
  max-width: 200px;
  width: 200px;
}

.local-menu .c-input-select select {
  background: #F3F5F7;
}

.local-menu__label {
  min-width: 80px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #BBBDC1;
}

.modal {
  overflow-y: scroll;
}

.js-dropdown {
  position: relative;
}

.js-dropdown-trigger {
  cursor: pointer;
}

.c-modal {
  position: absolute;
  top: 20px;
  right: 0;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 900;
}
.c-modal.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.c-modal-list li:not(:last-child) {
  border-bottom: solid 1px #F3F5F7;
}

.c-modal__text {
  position: relative;
  display: block;
  color: #E8EAEB;
  font-size: 0.875rem;
  padding: 10px 30px 10px 20px;
}

.c-modal__text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #E8EAEB;
  border-radius: 100%;
}

.c-modal__text.-on {
  color: #1E2122;
}

.c-modal__text.-on:before {
  background-color: #1CB965;
}

.c-modal__link {
  display: block;
  text-decoration: none;
  color: #1E2122;
  font-size: 0.875rem;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal__link:hover {
  background: #6F8294;
  color: #fff;
}

.c-modal__link.-delete {
  color: #F46183;
}
.c-modal__link.-delete:hover {
  background: #F46183;
  color: #fff;
}

.c-modal__txt {
  display: block;
  text-decoration: none;
  color: #1E2122;
  font-size: 0.875rem;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-modal-data {
  background: #F3F5F7;
  font-size: 0.75rem;
  padding: 14px 20px;
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, .3);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#cboxContent {
  background: #fff !important;
}

.modal__content {
  padding: 40px;
  border-radius: 10px;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin: 40px auto;
}

.modal__body {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__content::-webkit-scrollbar {
  display: none;
}

.modal__content.-auto {
  max-width: 60%;
  width: auto;
}

.js-modal-cross {
  position: absolute;
  top: -15px;
  right: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  background: #6F8294;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.js-modal-cross:before, .js-modal-cross:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-modal-cross:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.p-modal-btns__item {
  margin: 0 10px;
}

.p-modal-btns__item .c-btn {
  min-width: 160px;
}

.p-modal-btns__item.-cancel .c-btn {
  background: none;
  border: solid 2px #E8EAEB;
}
.p-modal-btns__item.-cancel .c-btn:hover {
  border: solid 2px #6F8294;
  background: #6F8294;
  color: #fff;
}

#cboxLoadedContent {
  overflow: visible !important;
  margin-bottom: 0 !important;
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table {
  width: 100%;
  text-align: left;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.c-table__item:not(:last-child) {
  border-bottom: solid 1px #F3F5F7;
}

.c-table__item th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 180px;
  vertical-align: baseline;
}

.c-table__item td {
  padding: 20px 20px 20px 0;
}

.c-txtlink {
  text-decoration: none;
  color: #1E2122;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-txtlink:hover {
  color: #007CBA;
}

body {
  font: 14px/1.8 "Open Sans", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #1E2122;
  word-break: normal;
  word-wrap: break-word;
  background: #F3F5F7;
}

:not(:first-child) body {
  background: transparent !important;
}

html,
body {
  height: 100%;
}

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

/* Project
  ----------------------------------------------------------------- */
.p-account-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}

.p-account-search__input {
  width: 100%;
  margin-right: 20px;
}

.p-account-search__btn .c-btn {
  width: 180px;
}

.p-account__delivery.-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #6F8294 transparent transparent transparent;
}

.p-account-modal {
  max-width: 500px;
  margin: auto;
}

.p-analytics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.p-analytics-item {
  width: 100%;
  background: #fff;
  padding: 20px 5px;
}
.p-analytics-item:not(:last-child) {
  margin-right: 1px;
}

.p-analytics-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  color: #6F8294;
  height: 30px;
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.p-analytics-item__value {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 5px 0 0;
}

.p-analytics-item__ratio {
  font-size: 1rem;
}

.p-banner-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-banner-modal .c-table {
  background: #F3F5F7;
}

.p-banner-modal .c-table th {
  font-size: 0.75rem;
}

.p-banner-modal__input {
  margin-top: 20px;
}

.p-banner-modal__img {
  position: relative;
  max-width: 300px;
  overflow: hidden;
}

.p-banner-modal__img__supplement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: auto;
  font-size: 0.75rem;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.p-banner-modal__block.-img {
  width: 300px;
}

.p-banner-modal__block.-form {
  width: 500px;
  margin-left: 20px;
}

.p-board-modal__title {
  font-size: 1.125rem;
  text-align: center;
}

.p-bordbtn__btn {
  cursor: pointer;
}

.p-board-modal__directorylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-board-modal__directory:nth-child(3n) {
  margin-right: 0;
}

.p-board-modal__directory {
  width: calc(33.33333% - 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  color: #1E2122;
  background: #F3F5F7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 20px 20px 0 0;
}
.p-board-modal__directory:hover {
  background: #005a87;
  color: #fff;
}

.p-board-modal__page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  color: #1E2122;
  background: #F3F5F7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-board-modal__page:hover {
  background: #005a87;
  color: #fff;
}

.p-board-modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.p-board-modal__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #6F8294;
  color: #fff;
  padding: 10px;
  width: 165px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-board-modal__btn:hover {
  background: #1CB965;
}

.p-board-modal__btn.-displaynone {
  opacity: 0;
  visibility: hidden;
}

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

.p-bordbtn__item:not(:last-child) {
  margin-right: 20px;
}

.p-bordbtn__btn {
  display: block;
  padding: 20px 10px;
  min-width: 230px;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  background: #1CB965;
  border-radius: 3px;
}

.p-cke-modal {
  max-width: 600px;
}

.p-cke-modal__title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-cke-modal__insertbtn .c-btn {
  width: 100%;
  margin-top: 20px;
}

.p-cke-modal-datalist {
  max-height: 300px;
  overflow: auto;
}

.p-cke-modal-datalist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: solid 1px #F3F5F7;
}

.p-cke-modal-datalist__item:last-child {
  border-bottom: solid 1px #F3F5F7;
}

.p-cke-modal-datalist__data {
  line-height: 1.6;
  margin-left: 20px;
  max-width: 360px;
}

.p-cke-modal-datalist__data .data_name {
  font-size: 1rem;
  text-decoration: none;
  color: #1E2122;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

.p-cke-modal-datalist__data .data_name:hover {
  color: #007CBA;
}

.p-cke-modal-datalist__data .up_date {
  font-size: 0.75rem;
  display: block;
}

.p-cke-modal-datalist__delete {
  margin-left: auto;
}

.p-cke-modal-datalist__delete a {
  padding: 5px 10px;
  text-decoration: none;
  color: #F46183;
  font-size: 0.75rem;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cke-modal-datalist__delete a:hover {
  color: #fff;
  background: #F46183;
}

.p-cke-modal__display {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  background: #F3F5F7;
}

.p-cke-modal__display.-youtube:before,
.p-cke-modal__display.-youtube:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-cke-modal__display.-youtube:before {
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, .1);
  border-radius: 100%;
}

.p-cke-modal__display.-youtube:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #ffffff;
  left: 4px;
}

.p-cke-modal__display iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cke-modal-emojilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-cke-modal-emojilist__item {
  margin: 5px;
}

.p-cke-modal-emojilist__item a {
  width: 28px;
  height: 28px;
  display: block;
}

.p-cke-modal-partslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 320px;
  overflow-y: scroll;
}

.p-cke-modal-partslist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1em;
  border: 1px solid #ededed;
  border-radius: 0.3vh;
  text-decoration: none;
  color: #1E2122;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  min-height: 140px;
  margin-right: 10px;
}

.p-cke-modal-partslist__item:nth-child(n+4) {
  margin-top: 10px;
}

.p-cke-modal-partslist__item:nth-child(3n) {
  margin-right: 0px;
}

.p-cke-modal-partslist__item:hover,
.p-cke-modal-partslist__item.-active {
  color: #1CB965;
  background: #F3F5F7;
  cursor: pointer;
}

.p-cke-modal-partslist__item:last-child {
  border-bottom: solid 1px #F3F5F7;
}

.p-cke-modal-partslist__images {
  width: 70px;
  height: 100%;
  display: block;
  margin-top: 30px;
}

.p-cke-modal-partslist__txt {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

.p-cke-modal-pixabay-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-cke-modal-pixabay-head__input {
  width: calc(100% - 100px);
}

.p-cke-modal-pixabay-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 320px;
  overflow-y: scroll;
  margin: 20px 0;
}

.p-cke-modal-pixabay__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.p-cke-modal-pixabay__item:hover .pixabay-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-cke-modal-pixabay__item .pixabay-option1 {
  background: #007CBA;
  width: 80%;
  margin: 0 auto 10px;
  color: #fff;
  padding: 0.2em;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

.p-cke-modal-pixabay__item .pixabay-option2 {
  width: 80%;
  margin: 0 auto;
}

.p-cke-modal-pixabay__item .pixabay-option2 a {
  background: #fff;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  color: #007CBA;
  text-decoration: none;
  position: relative;
}

.p-cke-modal-pixabay__item .pixabay-option2 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background: url(../images/icon_blank_c.svg) no-repeat center center;
  background-size: auto;
  width: 10px;
  height: 10px;
  z-index: 100;
}

.p-cke-modal-pixabay__item .pixabay-option-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: show 0.2s linear 0s;
          animation: show 0.2s linear 0s;
  background: rgba(0, 0, 0, .4);
  height: 100%;
}

.p-cke-modal-pixabay__item:nth-child(3n) {
  margin-right: 0;
}

.p-cke-modal-pixabay__item img {
  vertical-align: bottom;
  width: 100%;
}

.p-cke-modal-pixabay-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-cke-modal-pixabay-foot__catelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-cke-modal-pixabay-foot__catelist p {
  margin-right: 5px;
  font-size: 0.75rem;
}

.p-cke-modal-pixabay-foot__catelist .c-btn {
  padding: 6px 20px;
}

.p-cke-modal-pixabay-foot__numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-cke-modal-pixabay-foot__numlist li {
  margin: 0 5px;
}

.p-cke-modal-pixabay-foot__numlist a {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #1E2122;
}

.p-cke-modal-pixabay-foot__numlist .symbol {
  letter-spacing: -6px;
  font-size: 0.75rem;
  padding: 0;
  margin-left: -2px;
}

.p-cke-modal-pixabay-foot__numlist .active,
.p-cke-modal-pixabay-foot__numlist a:hover {
  color: #007CBA;
}

.cke-change form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.data-changebox__col.-ckechange {
  width: 100%;
}

.p-banner-modal__block.-modalimg {
  min-width: 50% !important;
}

.p-banner-modal__block.-modalimg2 {
  min-width: 300px !important;
}

.p-developer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.p-developer-btns__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(20% - 30px);
  margin: 0 15px;
}

.p-developer-btns__btn {
  display: block;
  background: #fff;
  padding: 1.5em 2em;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: #6F8294;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-developer-btns__btn:hover {
  background: #007CBA;
  color: #fff;
}

.p-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-edit-main {
  width: calc(100% - 230px);
}

.p-edit-side {
  width: 200px;
  position: sticky;
  top: 100px;
}

.p-edit-side__item {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
}

.p-edit-side__heading {
  font-size: 0.75rem;
  color: #1E2122;
  border-left: solid 3px #007CBA;
  padding-left: 8px;
  margin-bottom: 10px;
}

.p-edit-side-input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
  overflow: hidden;
}

.p-edit-side-input-list__item {
  width: 50%;
  font-size: 0.75rem;
  text-align: center;
}

.p-edit-side-input-list__item .c-input-radio__label {
  width: 100%;
  border-radius: 0;
  background: #fff;
  border: solid 1px #E8EAEB;
}

.p-edit-side-input-list__item .c-input-radio:checked + .c-input-radio__label {
  border: solid 1px #007CBA;
}

.p-edit-side-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-edit-side-preview li {
  width: calc(50% - 5px);
  font-size: 0.75rem;
}

.p-edit-side-preview .c-btn {
  padding: 5px;
  width: 100%;
  background: #fff;
  border: solid 1px #E8EAEB;
}

.p-edit-side-preview .c-btn:hover {
  padding: 5px;
  width: 100%;
  background: #E8EAEB;
  border: solid 1px #E8EAEB;
  color: #1E2122;
}

.p-edit-side__btn .c-btn {
  width: 100%;
  padding: 12px;
}

.p-edit-tab li {
  padding: 10px 20px;
}

.p-edit-setting th {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}

.p-edit-setting__date {
  font-size: 1rem;
}

.p-edit-newstitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-edit-newstitle__input {
  margin-left: auto;
  width: calc(100% - 140px);
}

.p-menu-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.p-menu-tab__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 20px;
  background: #fff;
  color: #1E2122;
  border-radius: 3px 3px 0 0;
}

.p-menu-tab__item.active {
  background: #E8EAEB;
}

.p-menu-content__item .c-input {
  width: 100%;
  min-height: 300px;
  color: #fff;
  outline: none;
  border: none;
  background: #E8EAEB;
  border-radius: 0 0 3px 3px;
  padding: 30px 30px 30px 60px;
  font-size: 1rem;
  line-height: 2;
}

.p-pagehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 10px 0;
}

.p-pagehead__btn {
  margin-left: auto;
  position: fixed;
  right: 35px;
  top: 110px;
  z-index: 900;
}

.p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.8125rem;
  margin-top: 20px;
}

.p-pager.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pager__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.p-pager__btn {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #1E2122;
  border-radius: 3px;
  margin-left: 4px;
  cursor: pointer;
}

.p-pager__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-pager__btn.-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #fff transparent transparent;
}

.p-pager__btn.-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}

.p-rank__heading {
  padding: 20px 10px;
  background: #007CBA;
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
}

.p-rank-group {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
  overflow: hidden;
}

.p-rank-list {
  counter-reset: item;
  list-style-type: none;
}

.p-rank-list__item {
  position: relative;
  padding: 15px 15px 15px 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-rank-list__item:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  font-weight: bold;
  width: 26px;
  height: 26px;
  line-height: 28px;
  border-radius: 4px;
  background: #6F8294;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; /* 14px */
}

.p-rank-list__item:nth-child(1):before {
  background: #F2B046;
}
.p-rank-list__item:nth-child(2):before {
  background: #1CB965;
}
.p-rank-list__item:nth-child(3):before {
  background: #007CBA;
}
.p-rank-list__item:nth-child(even) {
  background: #F3F5F7;
}

.p-rank-list__link {
  text-decoration: none;
  color: #1E2122;
  margin-right: auto;
}

.p-serch__delete {
  position: fixed;
  bottom: 20px;
  left: 235px;
}

.p-serch-use-modal__group {
  margin-bottom: 40px;
}

.p-serch-use-modal__hedding {
  padding: 0 0 0 10px;
  border-left: solid 3px #6F8294;
  margin-bottom: 10px;
}

.p-serch-use-modal__txt {
  margin-bottom: 10px;
}

.p-serch-use-modal__table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  margin-bottom: 10px;
}

.p-serch-use-modal__table th {
  background-color: #6F8294;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 0.8125rem;
}

.p-serch-use-modal__table td {
  padding: 10px 15px;
  text-align: center;
  background-color: #F3F5F7;
}

.p-serch-change-modal__headding {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.p-serch-change-modal__txt {
  text-align: center;
  margin-bottom: 30px;
}

.p-serch-change-modal__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-serch-change-modal__images img {
  max-width: 190px;
  margin: 10px;
}

.p-selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
}

.p-tab {
  padding: 18px;
  background: #fff;
  border-radius: 3px;
}

.p-tab:not(:last-child) {
  margin-bottom: 1px;
}

.p-tab__item {
  display: inline-block;
  margin: 2px;
}

.p-tab__link {
  font-size: 0.75rem;
  background: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 20px 7px;
  text-decoration: none;
  color: #1E2122;
  min-width: 65px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-tab__link:hover {
  background: #007CBA;
  color: #fff;
}
.p-tab__link--active {
  background: #007CBA;
  color: #fff;
}

.p-tab .c-input-radio__label {
  background: #fff;
}

.p-tab .c-input-radio__label:hover {
  color: #fff;
  background: #007CBA;
}

.p-tab .c-input-checkboxs__item {
  margin: 2px;
}

.p-tab.-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-tab.-period .p-tab__btns {
  margin-left: auto;
}

.js-tab li {
  background-color: #6F8294;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-tab li.active {
  color: #fff;
  background: #007CBA;
  cursor: auto;
}

.tab-area .tab__contents {
  display: none;
}

.tab-area .tab__contents.tab--show {
  display: block;
}

/* Utility
  ----------------------------------------------------------------- */
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}

.u-bg-base-dark {
  background: #007CBA;
}
.u-bg-base {
  background: #007CBA;
}
.u-bg-base-light {
  background: #F3F5F7;
}

.u-bg-dark {
  background: #6F8294;
}
.u-bg-light02 {
  background: #E8EAEB;
}
.u-bg-light {
  background: #F3F5F7;
}
.u-bg-white {
  background: #fff;
}

.u-bg-primary {
  background: #007CBA;
}
.u-bg-secondary {
  background: #1CB965;
}

.u-bg-info {
  background: #007CBA;
}
.u-bg-danger {
  background: #F46183;
}
.u-bg-warning {
  background: #F2B046;
}

.u-badge-num {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 21px;
  background: #6F8294;
  border-radius: 100%;
  font-size: 0.6875rem;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}

.u-inline {
  display: inline;
}
.u-inlineblock {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex-vertical--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flex-justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex-justify--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mr25 {
  margin-right: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mr35 {
  margin-right: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mr45 {
  margin-right: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr50 {
  margin-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt--auto {
  margin-top: auto;
}

.mb--auto {
  margin-bottom: auto;
}

.mr--auto {
  margin-right: auto;
}

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

.u-sm {
  font-size: 0.75rem;
}
.u-md {
  font-size: 0.875rem;
}
.u-lg {
  font-size: 1rem;
}
.u-xl {
  font-size: 1.125rem;
}

.u-txt {
  color: #1E2122;
}
.u-txt-gray01 {
  color: #F3F5F7;
}
.u-txt-gray02 {
  color: #E8EAEB;
}
.u-txt-gray03 {
  color: #BBBDC1;
}
.u-txt-dark {
  color: #BBBDC1;
}
.u-text-light {
  color: #E8EAEB;
}

.u-txt-primary {
  color: #007CBA;
}
.u-txt-secondary {
  color: #1CB965;
}

.u-txt-info {
  color: #007CBA;
}
.u-txt-danger {
  color: #F46183;
}
.u-txt-warning {
  color: #F2B046;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w100per {
  width: 100%;
}

@media (min-width: 481px) {
  .test-breakPoint {
    background-color: red;
  }
  .col-sm-1 {
    width: 6.33333%;
  }
  .col-sm-2 {
    width: 14.66667%;
  }
  .col-sm-3 {
    width: 23%;
  }
  .col-sm-4 {
    width: 31.33333%;
  }
  .col-sm-5 {
    width: 39.66667%;
  }
  .col-sm-6 {
    width: 48%;
  }
  .col-sm-7 {
    width: 56.33333%;
  }
  .col-sm-8 {
    width: 64.66667%;
  }
  .col-sm-9 {
    width: 73%;
  }
  .col-sm-10 {
    width: 81.33333%;
  }
  .col-sm-11 {
    width: 89.66667%;
  }
  .col-sm-12 {
    width: 98%;
  }
}

@media (min-width: 601px) {
  .test-breakPoint {
    background-color: blue;
  }
  .c-grid {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-gap, .col-xl-12, .col-lg-12, .col-md-12, .col-sm-12, .col-12, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-11, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-10, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-9, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-8, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-7, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-6, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-5, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-4, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-3, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-2, .col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-1 {
    width: calc(8.33333% - 20px);
  }
  .col-2 {
    width: calc(16.66667% - 20px);
  }
  .col-3 {
    width: calc(25% - 20px);
  }
  .col-4 {
    width: calc(33.33333% - 20px);
  }
  .col-5 {
    width: calc(41.66667% - 20px);
  }
  .col-6 {
    width: calc(50% - 20px);
  }
  .col-7 {
    width: calc(58.33333% - 20px);
  }
  .col-8 {
    width: calc(66.66667% - 20px);
  }
  .col-9 {
    width: calc(75% - 20px);
  }
  .col-10 {
    width: calc(83.33333% - 20px);
  }
  .col-11 {
    width: calc(91.66667% - 20px);
  }
  .col-12 {
    width: calc(100% - 20px);
  }
  .col-sm-1 {
    width: calc(8.33333% - 20px);
  }
  .col-sm-2 {
    width: calc(16.66667% - 20px);
  }
  .col-sm-3 {
    width: calc(25% - 20px);
  }
  .col-sm-4 {
    width: calc(33.33333% - 20px);
  }
  .col-sm-5 {
    width: calc(41.66667% - 20px);
  }
  .col-sm-6 {
    width: calc(50% - 20px);
  }
  .col-sm-7 {
    width: calc(58.33333% - 20px);
  }
  .col-sm-8 {
    width: calc(66.66667% - 20px);
  }
  .col-sm-9 {
    width: calc(75% - 20px);
  }
  .col-sm-10 {
    width: calc(83.33333% - 20px);
  }
  .col-sm-11 {
    width: calc(91.66667% - 20px);
  }
  .col-sm-12 {
    width: calc(100% - 20px);
  }
  .col-md-1 {
    width: calc(8.33333% - 20px);
  }
  .col-md-2 {
    width: calc(16.66667% - 20px);
  }
  .col-md-3 {
    width: calc(25% - 20px);
  }
  .col-md-4 {
    width: calc(33.33333% - 20px);
  }
  .col-md-5 {
    width: calc(41.66667% - 20px);
  }
  .col-md-6 {
    width: calc(50% - 20px);
  }
  .col-md-7 {
    width: calc(58.33333% - 20px);
  }
  .col-md-8 {
    width: calc(66.66667% - 20px);
  }
  .col-md-9 {
    width: calc(75% - 20px);
  }
  .col-md-10 {
    width: calc(83.33333% - 20px);
  }
  .col-md-11 {
    width: calc(91.66667% - 20px);
  }
  .col-md-12 {
    width: calc(100% - 20px);
  }
}

@media (min-width: 961px) {
  .test-breakPoint {
    background-color: yellow;
  }
  .c-grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-gap, .col-xl-12, .col-lg-12, .col-md-12, .col-sm-12, .col-12, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-11, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-10, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-9, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-8, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-7, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-6, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-5, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-4, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-3, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-2, .col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-1 {
    width: calc(8.33333% - 30px);
  }
  .col-2 {
    width: calc(16.66667% - 30px);
  }
  .col-3 {
    width: calc(25% - 30px);
  }
  .col-4 {
    width: calc(33.33333% - 30px);
  }
  .col-5 {
    width: calc(41.66667% - 30px);
  }
  .col-6 {
    width: calc(50% - 30px);
  }
  .col-7 {
    width: calc(58.33333% - 30px);
  }
  .col-8 {
    width: calc(66.66667% - 30px);
  }
  .col-9 {
    width: calc(75% - 30px);
  }
  .col-10 {
    width: calc(83.33333% - 30px);
  }
  .col-11 {
    width: calc(91.66667% - 30px);
  }
  .col-12 {
    width: calc(100% - 30px);
  }
  .col-sm-1 {
    width: calc(8.33333% - 30px);
  }
  .col-sm-2 {
    width: calc(16.66667% - 30px);
  }
  .col-sm-3 {
    width: calc(25% - 30px);
  }
  .col-sm-4 {
    width: calc(33.33333% - 30px);
  }
  .col-sm-5 {
    width: calc(41.66667% - 30px);
  }
  .col-sm-6 {
    width: calc(50% - 30px);
  }
  .col-sm-7 {
    width: calc(58.33333% - 30px);
  }
  .col-sm-8 {
    width: calc(66.66667% - 30px);
  }
  .col-sm-9 {
    width: calc(75% - 30px);
  }
  .col-sm-10 {
    width: calc(83.33333% - 30px);
  }
  .col-sm-11 {
    width: calc(91.66667% - 30px);
  }
  .col-sm-12 {
    width: calc(100% - 30px);
  }
  .col-md-1 {
    width: calc(8.33333% - 30px);
  }
  .col-md-2 {
    width: calc(16.66667% - 30px);
  }
  .col-md-3 {
    width: calc(25% - 30px);
  }
  .col-md-4 {
    width: calc(33.33333% - 30px);
  }
  .col-md-5 {
    width: calc(41.66667% - 30px);
  }
  .col-md-6 {
    width: calc(50% - 30px);
  }
  .col-md-7 {
    width: calc(58.33333% - 30px);
  }
  .col-md-8 {
    width: calc(66.66667% - 30px);
  }
  .col-md-9 {
    width: calc(75% - 30px);
  }
  .col-md-10 {
    width: calc(83.33333% - 30px);
  }
  .col-md-11 {
    width: calc(91.66667% - 30px);
  }
  .col-md-12 {
    width: calc(100% - 30px);
  }
  .col-lg-1 {
    width: calc(8.33333% - 30px);
  }
  .col-lg-2 {
    width: calc(16.66667% - 30px);
  }
  .col-lg-3 {
    width: calc(25% - 30px);
  }
  .col-lg-4 {
    width: calc(33.33333% - 30px);
  }
  .col-lg-5 {
    width: calc(41.66667% - 30px);
  }
  .col-lg-6 {
    width: calc(50% - 30px);
  }
  .col-lg-7 {
    width: calc(58.33333% - 30px);
  }
  .col-lg-8 {
    width: calc(66.66667% - 30px);
  }
  .col-lg-9 {
    width: calc(75% - 30px);
  }
  .col-lg-10 {
    width: calc(83.33333% - 30px);
  }
  .col-lg-11 {
    width: calc(91.66667% - 30px);
  }
  .col-lg-12 {
    width: calc(100% - 30px);
  }
}

@media (min-width: 1281px) {
  .test-breakPoint {
    background-color: green;
  }
  .col-xl-1 {
    width: calc(8.33333% - 30px);
  }
  .col-xl-2 {
    width: calc(16.66667% - 30px);
  }
  .col-xl-3 {
    width: calc(25% - 30px);
  }
  .col-xl-4 {
    width: calc(33.33333% - 30px);
  }
  .col-xl-5 {
    width: calc(41.66667% - 30px);
  }
  .col-xl-6 {
    width: calc(50% - 30px);
  }
  .col-xl-7 {
    width: calc(58.33333% - 30px);
  }
  .col-xl-8 {
    width: calc(66.66667% - 30px);
  }
  .col-xl-9 {
    width: calc(75% - 30px);
  }
  .col-xl-10 {
    width: calc(83.33333% - 30px);
  }
  .col-xl-11 {
    width: calc(91.66667% - 30px);
  }
  .col-xl-12 {
    width: calc(100% - 30px);
  }
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .c-form-table__item td {
    max-width: 50vw;
  }
  .c-input-checkboxs {
    max-width: 670px;
  }
}