@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&display=swap");

/*
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/

p {
  margin: 0;
}

/* Definition */

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #ededed;
  overflow-x: hidden;
  width: 100%;
  font-feature-settings: "palt";
}

a {
  color: #222;
  text-decoration: none;
}

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.6;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-underline {
  text-decoration: underline;
}

.-link-color {
  color: #3689d6;
}

.-link-color_green {
  color: #10995f;
}

.-scrolls {
  overflow: auto;
}

.-scrolls::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.-scrolls::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}

.-scrolls::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 5px;
}

.-central {
  margin: 0 auto;
}

.mcp {
  margin-bottom: 40px;
}

.-num-noto {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

/*mrb*/

.-mrb40 {
  margin-bottom: 40px;
}

/*demo*/

.-thum {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*pagenation*/

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 50px auto 0;
}

.page-pager,
.page-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-pager {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.page-pager li {
  margin-right: 10px;
}

.page-pager a,
.p-prev a {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  display: block;
}

.page-pager li.active a {
  background: #4d4c5a;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: block;
}

.page-pager li a:hover {
  background: #2f2e50;
  opacity: 1;
  color: #fff;
}

.page-pager li.i-prev a:hover,
.page-pager li.i-next a:hover {
  background: #fff;
  opacity: 0.5;
}

.page-index {
  margin: 0 0 0 10px;
}

.page-index input {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #4d4c5a;
  margin: 0 6px;
  width: 70px;
}

.page-number {
  padding: 11px 20px 11px 10px;
  border-radius: 4px;
  border: 1px solid #4d4c5a;
  background: url(../img/i-acc_down.svg) no-repeat 90% 50% / 11px 7px;
  position: relative;
  display: block;
  cursor: pointer;
  width: 90px;
  text-align: center;
}

.ch-page {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width: 90px;
  background: #fff;
  margin-top: 5px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
}

.ch-page li {
  padding: 15px;
  border-top: 1px solid #f1f1f3;
  background: #fff;
  cursor: pointer;
}

.ch-page li:hover {
  background: #f2f9ff;
}

.-ch-page-active {
  display: block;
  width: 90px;
  margin-top: 5px;
  z-index: 3;
}

/*reset*/

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* frame */

header {
  background: #fff;
  width: 100%;
  display: block;
  height: 70px;
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
  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;
  padding-right: 20px;
}

#container header {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  z-index: 2;
}

#container {
  display: grid;
  grid-template-rows: 70px 1fr;
  grid-template-columns: 260px 1fr;
  position: relative;
}

#container main {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  padding: 20px 30px 150px 50px;
  width: calc(100vw - 260px);
}

#container aside {
  min-width: 260px;
  background: #384577;
  color: #fff;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  min-height: 100vh;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: relative;
  z-index: 2;
}

#s-key {
  display: block;
  position: absolute;
  top: 16px;
  right: -17px;
  width: 18px;
  height: 36px;
  background: url(../img/i-side_storing.svg) no-repeat center center / 18px 36px;
  cursor: pointer;
}

#container main,
#container aside,
#container header {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#container.-storing header {
  grid-column: 1 / 3;
}

#container.-storing aside {
  -webkit-transform: translateX(-97%);
  transform: translateX(-97%);
}

#container.-storing main {
  grid-column: 1 / 3;
  width: calc(100vw);
}

#container.-storing #s-key {
  background: url(../img/i-side_storing-out.svg) no-repeat center center / 18px 36px;
}

#logo {
  margin: 0 auto 0 40px;
}

#logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

#m-logo.-original_logo img,
#logo.-original_logo img {
  max-width: 320px;
  height: auto;
}

.credit__product {
  font-size: 1.3rem;
  margin-top: 5px;
}

/* aside */

.s-search {
  padding: 20px;
}

.s-search__logo,
.s-search__arrow {
  height: 20px;
  width: 20px;
  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;
  background: #fff;
  border-radius: 50%;
}

.s-search__logo {
  margin-right: 10px;
  background: url(../img//my-icon.svg) no-repeat center center / 20px 20px;
}

.s-search__logo img {
  width: 20px;
  background: #fff;
  object-fit: contain;
  height: 20px;
}

.s-search__arrow {
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-search__arrow:hover {
  background: #4d4c5a;
}

.s-search__in {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 10px;
  font-size: 1.4rem;
  position: relative;
}

.s-search input,
.s-search .pjname {
  background: #fff;
  width: 70%;
}

.s-search .pjname {
  color: #4d4f5c;
}

.s-search .pjname span {
  color: #cecfd0;
}

.s-search__detail {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  margin-top: 5px;
  color: #4d4f5c;
  font-size: 1.1rem;
}

.s-search__detail div {
  padding: 10px;
}

.s-search__detail input {
  width: 100%;
  border: 1px solid #808495;
  background: url(../img/i-side_search.svg) no-repeat 95% 50% / 16px 16px;
  padding: 10px 26px 10px 10px;
  border-radius: 4px;
}

.s-search__detail ul {
  height: 250px;
}

.s-search__detail li {
  padding: 10px;
  border-top: 1px solid #f1f1f3;
  background: #fafafa;
  cursor: pointer;
}

.-search-active {
  display: block;
  width: 100%;
}

.s-new_domain {
  padding: 15px 10px;
  border-top: 1px solid #f1f1f3;
  display: block;
  cursor: pointer;
  background: url(../img/i-plus.svg) no-repeat 95% 50% / 7px 7px;
  width: 100%;
  text-align: left;
}

::-webkit-input-placeholder {
  color: #cecfd0;
}

:-ms-input-placeholder {
  color: #cecfd0;
}

::placeholder {
  color: #cecfd0;
}

.nav-key,
.nav-master {
  padding: 20px 20px 20px 50px;
  cursor: pointer;
  position: relative;
}

nav {
  line-height: 1;
}

#side-nav > li {
  margin-bottom: 5px;
  background: #4a5891;
  position: relative;
}

.comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
}

.contents_comingsoon {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
  max-height: 80%;
}

.-comingsoon {
  pointer-events: none;
}

#side-nav > li:hover {
  background: #223169;
}

#side-nav span,
.beta {
  background: #66b821;
  padding: 3px;
  color: #fff;
  margin: 0 0 0 5px;
  display: block;
  width: 114px;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
}

#side-nav span.beta,
.beta {
  display: inline-block;
  width: 32px;
}

#side-nav > li,
nav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav a {
  background: #223169;
  display: block;
  color: #8f9dd5;
  padding: 10px 14px 10px 50px;
}

nav a:hover {
  background: #8e96b9;
  color: #fff;
  opacity: 1;
}

.-side-check {
  background: url(../img/i-check.svg) no-repeat 23px 50% #223169;
}

.-side-now {
  background: url(../img/i-circle.svg) no-repeat 23px 50% #223169;
}

.-side-check,
.-side-now {
  width: 100%;
  display: block;
  color: #fff;
  background-size: 10px 10px;
}

a.-side-check:hover {
  background: url(../img/i-check.svg) no-repeat 23px 50% #8e96b9;
}

a.-side-now:hover {
  background: url(../img/i-circle.svg) no-repeat 23px 50% #8e96b9;
}

a.-side-check:hover,
a.-side-now:hover {
  color: #fff;
  opacity: 1;
}

.-i-n_project {
  background: url(../img/i-n_product.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-project {
  background: url(../img/i-product.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-image {
  background: url(../img/i-image.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-sns {
  background: url(../img/i-sns.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-domain {
  background: url(../img/i-domain.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-keyword {
  background: url(../img/i-keyword.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-advertising {
  background: url(../img/i-advertising.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-matching {
  background: url(../img/i-matching.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-backlink {
  background: url(../img/i-backlink.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-master {
  background: url(../img/i-master.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-suggestion {
  background: url(../img/i-suggestion.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-json {
  background: url(../img/i-json.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-report {
  background: url(../img/i-report.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-json {
  background: url(../img/i-json.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-users {
  background: url(../img/i-users.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-review {
  background: url(../img/i-sns.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center;
}

.-i-n_project.-active {
  background: url(../img/i-n_product-w.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-project.-active {
  background: url(../img/i-product.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-sns.-active {
  background: url(../img/i-sns.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-domain.-active {
  background: url(../img/i-domain.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-keyword.-active {
  background: url(../img/i-keyword.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-advertising.-active {
  background: url(../img/i-advertising.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-matching.-active {
  background: url(../img/i-matching.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-backlink.-active {
  background: url(../img/i-backlink.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-master.-active {
  background: url(../img/i-master-w.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-suggestion.-active {
  background: url(../img/i-suggestion-w.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center #4a5891;
}

.-i-json.-active {
  background: url(../img/i-json.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center #4a5891;
}

.-i-report.-active {
  background: url(../img/i-report.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center #4a5891;
}

.-i-users.-active {
  background: url(../img/i-users.svg) no-repeat 20px 50%, url(../img/i-arrow.svg) no-repeat 92% center #4a5891;
}

.-i-review.-active {
  background: url(../img/i-sns.svg) no-repeat 20px 50%, url(../img/i-un_arrow-side.svg) no-repeat 92% center #4a5891;
}

.-i-n_project,
.-i-project,
.-i-sns,
.-i-domain,
.-i-keyword,
.-i-advertising,
.-i-matching,
.-i-backlink,
.-i-master,
.-i-report,
.-i-users,
.-i-suggestion,
.-i-json,
.-i-review {
  background-size: 16px 16px, 7px 11px;
}

.nav-key.-active::before,
.nav-master.-active::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #d1d1d1;
}

.side-nav__sub {
  display: none;
  background: #384577;
}

.side-nav__sub li {
  font-size: 1.3rem;
}

.c-border {
  border: 1px solid #c7c7c7;
  padding: 25px;
}

.-i-single a,
.-i-suggestion a {
  padding: 0;
  background: none;
  color: #fff;
}

.-i-single a:hover,
.-i-suggestion a:hover {
  padding: 0;
  background: none;
  color: #fff;
}

.-i-procedure {
  margin: 10px;
  background: none;
}

.-i-procedure a {
  background: #384577;
  color: #fff;
  text-align: center;
  padding: 15px;
  border: 1px solid #8e96b9;
}

.-i-procedure a:hover {
  background: #223169;
  border: 1px solid #384577;
}

/*header*/

.account-icon {
  width: 38px;
  height: 38px;
  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;
  border-radius: 50%;
}

.account-icon a {
  width: 38px;
  height: 38px;
  background: url(../img/my-icon.svg) no-repeat center center / 38px 38px;
  display: block;
}

.account-icon a:hover,
.account-icon img:hover {
  opacity: 1;
}

.account-icon img {
  width: 38px;
  height: 38px;
  padding: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
}

.h-act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-act > li {
  position: relative;
  padding: 5px 20px;
}

.h-act > li:first-of-type {
  display: flex;
  align-items: center;
}

.h-act > li:first-of-type p:first-child {
  margin-right: 10px;
}

.h-act > li:first-of-type span {
  font-weight: bold;
  color: #3689d6;
}

.h-act > li:not(:last-child) {
  border-right: 1px solid #ebebf2;
}

.h-act > li:not(:first-child) .act-btn {
  background: url(../img/i-un_arrow.svg) no-repeat right center/ 11px 7px;
  padding-right: 22px;
}

.login__add {
  font-size: 1.2rem;
  line-height: 1;
  color: #000 !important;
}

.login__mail {
  font-size: 1.4rem;
  line-height: 1.3;
}

.h-act_tooltip {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;

  width: 200px;
  padding: 20px;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
}

.h-act_tooltip li:not(:last-child) {
  border-bottom: 1px solid #f1f1f3;
}

.h-act_tooltip::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.h-act_tooltip li {
  display: block;
  padding: 15px 0;
}

.h-act_tooltip time {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.act-btn {
  display: block;
  cursor: pointer;
  position: relative;
}

.-lang {
  text-align: center;
}

.-alert_bell {
  position: absolute;
  top: -5px;
  left: 9px;
  z-index: 2;
}

/*tab*/
#basic-tab,
.basic-tab-type,
.modal_tab {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin: 0 auto 50px;
  border-bottom: 1px solid #c7c7c7;
  gap: 5px;
}

#basic-tab li,
.modal_tab li {
  padding: 15px 10px;
  border: 1px solid #c7c7c7;
  background: #e5e5e5;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.basic-tab-type li {
  border: 1px solid #c7c7c7;
  margin-bottom: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.basic-tab-type a,
.basic-tab-type span {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  text-align: center;
  font-size: 1.4rem;
  height: 100%;
}

#basic-tab li.select,
.modal_tab li.select,
.basic-tab-type li.select a,
.basic-tab-type li.select span {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.basic-tab-type li.select {
  border-bottom: 1px solid #fff;
}

.hide {
  display: none;
}

/*breadcrumb*/

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #a3a3a3;
  margin-bottom: 20px;
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 13px;
  background: url(../img/i-arrow-pz.svg) no-repeat right center / 6px 10px;
}

.breadcrumb li a {
  color: #a3a3a3;
}

/*icon*/
.i-mail-min {
  background: url(../img/i-mail-min.svg) no-repeat left center / 13px 10px;
  padding-left: 23px;
}

/*button*/

.-act_btn,
.-regist_btn {
  font-size: 1.8rem;
  padding: 20px 5%;
  min-width: 254px;
  cursor: pointer;
}

.-act_btn-min,
.-line-btn-min {
  padding: 14px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}

.-act_btn,
.-act_btn-min {
  background: #4d4c5a;
  border: 1px solid #4d4c5a;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
}

.-regist_btn,
.-regist-btn {
  background: #f04e3f;
  border: 1px solid #f04e3f;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
}

.-regist-btn {
  width: 100%;
}

.-act_btn:hover,
.-act_btn-min:hover,
.-c_bk:hover {
  background: #2f2e50;
  opacity: 1;
}

.-regist_btn:hover,
.-regist-btn:hover {
  background: #cc3224;
  opacity: 1;
}

.-line-btn-min {
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border: 1px solid #4d4c5a;
  background: #fff;
}

.-research_btn {
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background: #10995f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  min-width: 80px;
  padding: 14px 10px;
}

.-research_btn:hover {
  background: #10995f;
}

.-green_btn {
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background: #10995f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  min-width: 80px;
  padding: 14px 10px;
  text-align: center;
}

.-blue_btn {
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background: #3170b9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  max-width: max-content;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.-gr_btn {
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background: #10995f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  max-width: max-content;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.-purple_btn {
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background: #b45873;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  max-width: max-content;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.-c_bk {
  background: #4d4c5a;
}

.-c_bk:hover {
  background: #2f2e50;
}

.-detail_btn {
  color: #fff !important;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  background: #4d4c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  min-width: 100px;
  padding: 10px;
}

.-detail_btn:hover {
  background: #2f2e50;
  opacity: 1;
}

.-glay-btn {
  background: #ededed;
  text-align: center;
  line-height: 1;
  display: block;
  padding: 14px 5%;
  border-radius: 4px;
}

.-blue-btn {
  background: #f2f6ff;
}

.-glay-btn,
.-blue-btn,
.-frame-btn,
.-pj-btn {
  text-align: center;
  line-height: 1;
  display: block;
  padding: 14px 5%;
  border-radius: 4px;
  width: 100%;
}

.-frame-btn {
  border: 1px solid #4d4c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.-pj-btn {
  background: #4d4c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.-frame-btn:hover,
.-line-btn-min:hover {
  opacity: 1;
  box-shadow: 0 0 0 2px inset #4d4c5a;
}

.-txt-link {
  text-decoration: underline;
  color: #43425d;
  font-weight: bold;
}

/*form*/

/*checkbox*/

input[type="checkbox"] {
  display: none;
}

.-checkbox01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  position: relative;
  width: auto;
}

.-checkbox01::before {
  background: #fff;
  border: 1px solid #4d4f5c;
  content: "";
  display: block;
  height: 20px;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 20px;
  border-radius: 4px;
}

.-checkbox01::after {
  border-right: 3px solid #4d4f5c;
  border-bottom: 3px solid #4d4f5c;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

input[type="checkbox"]:checked + .-checkbox01::after {
  opacity: 1;
}

/**/
.-checkbox02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  position: relative;
  width: auto;
}

.-checkbox02::before {
  background: #fff;
  content: "";
  display: block;
  height: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 26px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.-checkbox02::after {
  border-right: 3px solid #4d4f5c;
  border-bottom: 3px solid #4d4f5c;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: -6px 0 0 -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

input[type="checkbox"]:checked + .-checkbox02::after {
  opacity: 1;
}

/*button disabled */

input[type="submit"][disabled],
button[type="submit"][disabled] {
  background-color: #ccc !important;
  border: 1px solid #ccc;
  cursor: default;
}

input[type="submit"][disabled]:hover {
  opacity: 1;
}

/*icons*/

.i-dl {
  background: url(../img/i-dl.svg) no-repeat left center / 9px 11px;
  padding-left: 20px;
}

.i-dl-bk {
  background: url(../img/i-dl-bk.svg) no-repeat left center / 9px 12px;
  padding-left: 20px;
}

.i-pencil {
  background: url(../img/i-pencil.svg) no-repeat left center / 13px 13px;
  padding: 2px 0 2px 23px;
}

.i-pay {
  background: url(../img/i-pay.svg) no-repeat left center / 15px 13px;
  padding: 2px 0 2px 23px;
}

.i-pdf {
  background: url(../img/i-pdf.svg) no-repeat left center / 11px 14px;
  padding: 2px 0 2px 24px;
}

.i-payment {
  background: url(../img/i-payment.svg) no-repeat left center / 23px 20px;
  padding: 2px 0 2px 34px;
}

.i-close {
  background: url(../img/i-close.svg) no-repeat left center / 11px 11px;
  padding: 0 0 0 22px;
}

.i-export {
  background: url(../img/i-export.svg) no-repeat left center / 12px 12px;
  padding: 0 0 0 24px;
}

.i-copy {
  background: url(../img/i-copy.svg) no-repeat left center / 13px 15px;
  padding: 2px 0 2px 24px;
}

.i-volume {
  background: url(../img/i-volume.svg) no-repeat left center / 22px 22px;
  padding: 0 0 0 32px;
}

.i-prospect {
  background: url(../img/i-prospect.svg) no-repeat left center / 22px 22px;
  padding: 0 0 0 32px;
}

.i-light {
  background: url(../img/i-light.svg) no-repeat left center / 10px 14px;
  padding: 0 0 0 20px;
}

.i-uplode {
  background: url(../img/i-uplode.svg) no-repeat left center / 10px 12px;
  padding: 0 0 0 20px;
}

.i-outlink {
  background: url(../img/i-outlink.svg) no-repeat right center / 13px 13px;
  padding: 0 23px 0 0;
}

.i-garbage {
  background: url(../img/i-fgarbage.svg) no-repeat left center / 14px 14px;
  padding: 2px 0 2px 24px;
}

/*footer action*/

.footer-action {
  background: rgba(208, 208, 208, 0.9);
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 10px 5%;
  z-index: 2;
  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;
  min-height: 100px;
}

.footer-action ul {
  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;
  text-align: center;
}

.footer-action ul li {
  font-size: 1.8rem;
  line-height: 1;
}

.footer-action ul li:not(:last-child) {
  margin-right: 10px;
}

.footer-action button.-re-btn {
  transition: 0.3s;
}

.footer-action button.-re-btn:hover {
  opacity: 0.6;
}

.-re-btn {
  -webkit-box-shadow: 0 0 0 1px inset #4d4c5a;
  box-shadow: 0 0 0 1px inset #4d4c5a;
  background: #fff;
}

.-progress-btn {
  background: #4d4c5a;
  color: #fff;
}

.-progress-btn:hover {
  opacity: 1;
  background: #2f2e50;
}

.-re-btn,
.-progress-btn {
  padding: 20px;
  border-radius: 4px;
  line-height: 1em;
}

.-re-btn {
  padding: 18px 20px;
}

/*modal*/

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window,
.modal-wrapper .add-site {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 480px;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  vertical-align: middle;
  text-align: left;
}

.modal-wrapper .modal-window .option-add_act {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  color: #95979c !important;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.option-add_act h4,
.add-site_tit {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 15px;
}

/**/
.modal-window textarea {
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
}

/**/
.add-site {
  max-width: 570px;
}

.add-sbox,
.add-search-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-site--cover {
  font-size: 1.5rem;
}

.add-sbox li:first-child {
  width: 15%;
}

.add-sbox li:nth-child(2) {
  width: 70%;
  margin: 0 5%;
}

.add-sbox li:last-child {
  width: 5%;
}

.add-site--cover input,
.add-site--cover textarea {
  border: 1px solid #e9e9f0;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}

.s-act-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.s-act-btn li:not(:last-child) {
  margin-right: 20px;
}

.s-act-btn li {
  text-align: center;
  width: 50%;
}

.s-act-btn li input[type="submit"],
.s-act-btn li button {
  width: 100%;
  padding: 14px 5px;
}

/**/

.word-num {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.word-num li {
  padding: 10px 6px;
  font-size: 1.4rem;
  line-height: 1;
  margin: -1px 0 0 -1px;
  border: 1px solid #c7c7c7;
  cursor: pointer;
}

.word-num li.active {
  background: #d5eaf9;
}

.-modal_scroll {
  max-height: 40vh;
  overflow: scroll;
}

/*admin*/

#min-area {
  max-width: 560px;
}

#wide-area,
#base-area {
  max-width: 1120px;
}

#option-area {
  max-width: 1000px;
}

#min-area,
#wide-area,
#option-area {
  background: #fff;
  padding: 40px;
  border-radius: 4px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  margin: 0 auto;
}

#base-area {
  margin: 0 auto;
}

#min-area h1,
#wide-area h1,
#base-area h1,
#option-area h1,
#select_pj-area h1 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

.my-icon img {
  width: 69px;
  height: 69px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

#admin-foot {
  padding: 20px 5% 30px;
  width: 100%;
  grid-column: 1 / 3;
}

#admin-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  flex-wrap: wrap;
}

#admin-foot ul li:not(:first-child) {
  border-left: 1px solid #4d4c5a;
  margin-left: 20px;
  padding-left: 20px;
}

#copyrights {
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-top: 30px;
}

/*project - step*/

.n-pj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.steps {
  margin: -40px 0 0;
}

.steps-completeness b {
  color: #3b86ff;
}

.steps-completeness {
  margin-bottom: 15px;
}

.steps-completeness__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  text-align: center;
}

.steps-completeness__bar li:not(:first-child) {
  padding-left: 20px;
}

.steps-completeness__bar li:first-child {
  width: 80px;
}

.steps-completeness__bar li {
  width: 100px;
}

.steps-completeness__bar li p {
  position: relative;
  text-align: center;
}

.steps-completeness__bar li p:first-child {
  width: 32px;
  height: 32px;
  background: #efefef;
  border-radius: 50%;
  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;
  margin: 0 auto 6px;
}

.steps-completeness__bar .-clear p:first-child {
  background: url(../img/step-check.svg) no-repeat center center / cover;
  text-indent: -9999px;
}

.steps-completeness__bar .-now p:first-child::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 50%;
  background: #f04e3f;
}

.steps-completeness__bar li:not(:last-child) p:first-child::after {
  display: block;
  width: 57px;
  height: 2px;
  content: "";
  position: absolute;
  right: -62px;
  top: 50%;
  padding-left: 30px;
  background: #c4c4c4;
  z-index: -1;
}

.steps-completeness__bar li.-clear:not(:last-child) p:first-child::after {
  display: block;
  width: 57px;
  height: 2px;
  content: "";
  position: absolute;
  right: -62px;
  top: 50%;
  padding-left: 30px;
  background: #3b86ff;
  z-index: 1;
}

/*table*/

.data-tbl {
  border-collapse: collapse;
  width: calc(100% - 1px);
  min-width: max-content;
}

.data-tbl thead th {
  font-weight: normal;
  background: #ebf4ff;
  white-space: nowrap;
  text-align: left;
}

.data-tbl thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.data-tbl th,
.data-tbl td {
  padding: 10px;
  overflow-wrap: break-word;
}

.data-tbl thead th > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-tbl thead th div p:not(:last-child),
.data-tbl thead th div div {
  margin-right: 15px;
}

.data-tbl tbody td {
  text-align: right;
  border: 1px solid #e5e5e5;
}

.data-tbl tbody th {
  font-weight: normal;
}

.data-tbl tbody tr:hover td,
.data-tbl tbody tr:hover th {
  background-color: #f2f9ff;
}

.co-o_wdata {
  width: 100%;
  border-collapse: collapse;
}

.co-o_wdata th,
.co-o_wdata td {
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.co-o_wdata th {
  text-align: left;
  font-weight: normal;
}

.co-o_wdata thead {
  background: #e5e5e5;
}

.co-o_wdata thead th,
.co-o_wdata thead td:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.co-o_wdata thead td div {
  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;
}

.co-o_wdata thead td div p:not(:last-child) {
  margin-right: 20px;
}

.co-o_wdata td {
  text-align: center;
  color: #43425d;
}

.co-o_wdata tr {
  border-bottom: 1px solid #e9e9f0;
}

.-volume-roll {
  overflow-x: scroll;
}

.-volume-roll::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.-volume-roll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}

.-volume-roll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 5px;
}

.-volume-roll tbody tr {
  border-bottom: 1px solid #e9e9f0;
}

.txt-left {
  text-align: left !important;
}

/*table format*/
.-tbl_keyword {
  width: 200px;
}

.-tbl_intent {
  width: 100px;
}

.-nonscroll {
  min-width: 100%;
}

/*rank*/

.cl-display-change {
  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;
  min-width: 60px;
  max-width: 100px;
}

.cl-display-change__current,
.cl-display-change__prev {
  width: 25%;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.cl-display-change__arrow {
  background: url(../img/i-pos-arrow.svg) no-repeat center center / 7px 7px;
  width: 7px;
  height: 7px;
}

.i-serp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.i-serp_list li {
  width: 16px;
  height: 16px;
  line-height: 1;
}

.i-serp_list li img {
  width: 100%;
  height: auto;
  display: block;
}

.i-serp_list li:not(:last-child) {
  margin-right: 5px;
}

.more-serp > div {
  text-decoration: underline;
}

.num-result {
  display: flex;
  align-items: center;
  gap: 0 3px;
  justify-content: flex-end;
}

.num-result img {
  display: block;
  margin-top: 4px;
}

/*hint serp*/
.hints-serp dt {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.hints-serp dd {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 0 10px;
}

/*intent*/
.intent-list {
  display: flex;
  margin-bottom: 10px;
}

.intent-list li {
  padding: 6px;
  line-height: 1;
  padding: 4px;
  border-radius: 4px;
  position: relative;
}

.intent-do {
  background: #f7ecf6;
  color: #880b85;
}

.intent-go {
  background: #faf3e2;
  color: #ab8628;
}

.intent-know {
  background: #e6f3fe;
  color: #1075c2;
}

.intent-buy {
  background: #e7f3e0;
  color: #478520;
}

.intent-list li:not(:last-of-type) {
  margin-right: 6px;
}

/*narrow down*/
.narrow_down-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.narrow_down-keyword {
  border-radius: 4px;
  border: 1px solid #4d4c5a;
  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;
  padding: 8px 10px;
  width: 250px;
  margin-right: 10px;
}

.narrow_down-keyword input {
  width: 75%;
}

.narrow_down-keyword button {
  background: #efefef;
  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;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}

.narrow_down-rank-vol,
.narrow_down-serp {
  position: relative;
  margin-right: 10px;
}

.narrow_down-inp {
  width: 120px;
  border-radius: 4px;
  border: 1px solid #4d4c5a;
  padding: 10px 26px 10px 10px;
  background: url(../img/i-un_arrow.svg) no-repeat 90% 50% / 11px 7px;
  cursor: pointer;
}

.nd-inner {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 200px;
  background: #fff;
  margin-top: 5px;
  color: #4d4f5c;
  font-size: 1.4rem;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
}

.-nd-inner-active {
  display: block;
  width: 200px;
  margin-top: 5px;
  z-index: 3;
}

.narrow_down-rank-vol .nd-inner ul {
  border-bottom: 1px solid #ddd;
}

.narrow_down-rank-vol .nd-inner ul li {
  padding: 6px 10px;
  cursor: pointer;
}

.narrow_down-rank-vol .nd-inner ul li:hover {
  background: #f2f9ff;
}

.custom-area {
  padding: 10px;
}

.custom-area dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-area dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-area .num-st,
.custom-area .num-ed {
  padding: 6px;
}

.custom-area .num-st {
  width: 50%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #4d4c5a;
}

.custom-area .num-ed {
  width: 50%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #4d4c5a;
  margin-left: -1px;
}

.num-adaptation {
  width: 100%;
  margin-top: 10px;
}

.narrow_down-serp .nd-inner > ul > li {
  padding: 10px;
  background: url(../img/i-arrow.svg) no-repeat 95% 50% / 7px 11px;
  position: relative;
}

.narrow_down-serp .nd-inner > ul > li:hover {
  background: url(../img/i-arrow.svg) no-repeat 95% 50% #f2f9ff;
}

.narrow_down-serp .nd-inner > ul li > div {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.narrow_down-serp .nd-inner > ul li li a {
  border-top: 1px solid #eee;
}

.narrow_down-serp .nd-inner > ul li:hover > div {
  height: 2rem;
  width: 200px;
  overflow: auto;
  left: 100%;
  top: 0px;
  height: 200px;
  background: #fff;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  z-index: 2;
}

.nd-serps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
}

.nd-serps li p {
  width: 10px;
  margin-right: 10px;
}

.nd-serps li dl {
  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;
  width: 86%;
}

.narrow_down-detail {
  position: relative;
}

.narrow_down-detail .nd-inner {
  left: inherit;
  right: 0;
  width: 640px;
}

.nd-detail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #4d4c5a;
}

.nd-detail-area {
  position: relative;
}

.narrow_down-inp__detail {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #4d4c5a;
  padding: 6px 26px 6px 10px;
  background: url(../img/i-un_arrow.svg) no-repeat 90% 50% / 11px 7px;
  cursor: pointer;
  margin-right: 10px;
}

.nd-detail-inner {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
  width: 150px;
  background: #fff;
  margin-top: 5px;
  color: #4d4f5c;
  font-size: 1.4rem;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
}

.nd-detail-inner li {
  padding: 10px;
}

.nd-detail-inner li:hover {
  background: #f2f9ff;
}

.-nd-detail-inner-active {
  display: block;
  width: 150px;
  margin-top: 5px;
  z-index: 3;
}

.narrow_down-inp__word {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #4d4c5a;
  padding: 6px 10px;
}

.nd-detail-act {
  padding: 20px;
}

.nd-detail-act ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nd-detail-act ul li {
  margin-right: 10px !important;
}

.nd-detail-act button {
  display: block;
}

.-dmpalam {
  margin-bottom: 50px;
}

/* download フォーマット */
.site-export-btn {
  position: relative;
}

.site-export-btn .-act_btn-min {
  padding: 10px 10px;
  cursor: pointer;
  width: 150px;
}

.dl-format {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  width: 150px;
  background: #fff;
  margin-top: 5px;
  color: #4d4f5c;
  font-size: 1.4rem;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
}

.dl-format li,
.dl-format button {
  padding: 15px;
  border-top: 1px solid #f1f1f3;
  background: #fff;
  cursor: pointer;
}

.dl-format button {
  display: block;
  width: 100%;
  text-align: left;
}

.dl-format li:hover,
.dl-format button:hover {
  background: #f2f9ff;
}

.-dl-format-active {
  display: block;
  width: 150px;
  margin-top: 5px;
  z-index: 3;
}

/*hint*/
.codehint {
  position: relative;
}

.codehint_txt,
.codehint_txt-un,
.codehint_txt-long {
  display: none !important;
  font-size: 1rem;
  line-height: 1.5;
}

.codehint:hover .codehint_txt,
.codehint:hover .codehint_txt-long {
  bottom: calc(100% + 15px);
}

.codehint:hover .codehint_txt-un {
  top: calc(100% + 15px);
}

.codehint:hover .codehint_txt,
.codehint:hover .codehint_txt-un {
  position: fixed;
  display: block !important;
  background: #fff;
  padding: 10px;
  transform: translate(-48%, -115%);
  z-index: 2;
  min-width: 200px;
  text-align: left;
  max-width: 320px;
  word-wrap: break-word;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
  inset: auto auto auto auto;
}

.codehint:hover .codehint_txt.-cs {
  transform: translate(0%, -100%);
}

.codehint:hover .codehint_txt-long {
  position: fixed;
  display: block !important;
  background: #fff;
  padding: 10px;
  transform: translate(-48%, -115%);
  z-index: 2;
  min-width: 200px;
  text-align: left;
  max-width: 480px;
  word-wrap: break-word;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
  inset: auto auto auto auto;
}

.codehint_txt:before,
.codehint_txt-long::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.codehint_txt-un:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.codehint_txt-un dd,
.codehint_txt dd,
.codehint_txt-long dd {
  color: #333;
  margin-top: 10px;
  word-break: break-all;
  max-width: 240px;
  white-space: normal;
}

.powered {
  font-size: 1.3rem;
  margin-top: 50px;
  color: #999;
  letter-spacing: 2px;
  display: flex;
  justify-content: flex-end;
}

.codehint_txt-un dt,
.codehint_txt dt,
.codehint_txt-long dt {
  font-size: 1.6rem;
}

.l-lock {
  border-left: 1px solid #e9e9f0;
  padding: 5px 0 5px 20px;
}

.l-lock img {
  width: 12px;
  height: auto;
}

.l-view {
  border-left: 1px solid #e9e9f0;
  padding: 5px 0 5px 20px;
  display: block;
}

.l-view img {
  width: 18px;
  height: auto;
}

/*LOADING*/

/**
 * ==============================================
 * Dot Falling
 * ==============================================
 */

.stage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
}

.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 0 #9880ff;
  animation: dotFalling 1s infinite linear;
  animation-delay: 0.1s;
}

.dot-falling::before,
.dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2b94e1;
  color: #2b94e1;
  animation: dotFallingBefore 1s infinite linear;
  animation-delay: 0s;
}

.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2b94e1;
  color: #2b94e1;
  animation: dotFallingAfter 1s infinite linear;
  animation-delay: 0.2s;
}

@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }

  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 #2b94e1;
  }

  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

@keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }

  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 #2b94e1;
  }

  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

@keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }

  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 #2b94e1;
  }

  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

/*loading__run*/
#loading__running {
  z-index: 10;
  position: fixed;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  align-items: center;
}

/*loading__run*/
#loading__area {
  z-index: 10;
  position: absolute;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 2px solid transparent;
  border-color: transparent #2b94e1 transparent #2b94e1;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #2b94e1 transparent #2b94e1;
}
.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}

.-i-pull_down {
  background: url(../img/i-small-down.svg) no-repeat 95% 50% / 11px 7px;
  padding-right: 20px;
}

#loading-word {
  position: absolute;
  top: -60px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

/*now-check*/
#now-check {
  margin: 100px auto;
}

.load-word {
  position: absolute;
  bottom: 45px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #1075c2;
  font-size: 2rem;
}

/*プルダウンkey*/
.-pull-wrapper {
  position: relative;
}

.-pull-key {
  cursor: pointer;
}

.-pull-box {
  display: none;
}

.-pull-box.-active {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}

/*残数*/
.number-remaining {
  font-weight: bold;
}

.number-remaining span {
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: #2b94e1;
  margin-left: 6px;
}

.number-remaining_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.number-remaining_box div:not(:last-child) {
  margin-right: 20px;
  font-size: 1.4rem;
}

.number-remaining_box p {
  display: block;
  width: 100%;
}

.date-expiry {
  position: relative;
}

.date-expiry > span {
  text-decoration: underline;
}

.-expiry_box {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 4px;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  width: max-content;
  z-index: 20;
}

.-expiry_box li {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}

.-expiry_box li:hover {
  background: #f2f9ff;
}

.-expiry_box li span {
  display: block;
}

.-expiry_box li span:not(:first-child) {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.-expiry_box p {
  max-width: max-content;
  margin: 20px auto;
}

/**/
.i-disc_fi {
  background: url(../img/i-disc_fi.svg) no-repeat;
}

.i-disc_sd {
  background: url(../img/i-disc_sd.svg) no-repeat;
}

.i-disc_th {
  background: url(../img/i-disc_th.svg) no-repeat;
}

.i-disc_fo {
  background: url(../img/i-disc_fo.svg) no-repeat;
}

.i-disc_fiv {
  background: url(../img/i-disc_fiv.svg) no-repeat;
}

.i-disc_fi,
.i-disc_sd,
.i-disc_th,
.i-disc_fo,
.i-disc_fiv {
  background-size: 16px 16px;
  background-position: 0 6px;
  padding-left: 26px;
}

/*margin*/
.-mrb10 {
  margin-bottom: 10px;
}

.-mrb20 {
  margin-bottom: 20px;
}

/**/
.odd-cl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.odd-cl li {
  width: 40%;
}

.odd-cl li:not(:first-child) {
  width: 56%;
}

.odd-cl li:not(:last-child) {
  margin-right: 4%;
}

.odd-cl li .-act_btn-min {
  padding: 15px 10px;
}

@media (max-width: 959px) {
  body {
    font-size: 1.4rem;
  }

  #container {
    grid-template-columns: 100%;
  }

  #container.active {
    height: 100vh;
    overflow-y: hidden;
    position: relative;
  }

  #container.active main::after {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.64);
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
  }

  #container header {
    position: relative;
    grid-column: inherit;
    padding: 0 20px;
  }

  #logo {
    margin: 0 auto 0 0;
  }

  #logo img {
    max-width: 140px;
  }

  #container main {
    grid-row: 2 / 3;
    grid-column: inherit;
    padding: 20px 20px 150px;
    width: 100%;
  }

  #container aside {
    width: 100%;
    max-width: 320px;
    background: #384577;
    color: #fff;
    grid-row: inherit;
    grid-column: inherit;
    min-height: inherit;
    overflow-y: scroll;
    height: calc(100vh - 70px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    z-index: 2;
    top: 70px;
  }

  #container aside.active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .powered {
    text-align: center;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

  #s-key {
    display: none;
  }

  .h-act .h-act_tool:first-child,
  .h-act .h-act_tool:nth-child(2),
  .h-act .h-act_tool:nth-child(4) {
    display: none;
  }

  .account-icon {
    margin: 0 40px 0 20px;
  }

  #humberger {
    width: 26px;
    height: 24px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  #humberger > div {
    position: relative;
    width: 26px;
    height: 22px;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
  }

  #humberger span {
    background-color: #000;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 90%;
    height: 1px;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }

  #humberger span:nth-of-type(1) {
    top: 6px;
  }
  #humberger span:nth-of-type(2) {
    top: 12px;
  }
  #humberger span:nth-of-type(3) {
    bottom: 2px;
  }

  #humberger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  #humberger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  #humberger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  .i-hint {
    display: none;
  }
}

@media (max-width: 767px) {
  .c-border {
    border: none;
    border-top: 1px solid #707070;
    padding: 40px 0 20px;
  }

  .breadcrumb {
    font-size: 1.2rem;
  }

  /*tab*/
  #basic-tab {
    margin-bottom: 30px;
  }

  #basic-tab li,
  .modal_tab li {
    font-size: 1.2rem;
  }

  #basic-tab,
  .basic-tab-type,
  .modal_tab {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .modal_tab {
    margin-bottom: 20px;
  }

  /*modal*/
  .modal-wrapper .modal-window,
  .modal-wrapper .add-site {
    width: 90%;
    max-width: 100%;
  }

  .footer-action ul li {
    font-size: 1.2rem;
  }

  .footer-action {
    padding: 10px 20px;
  }

  .-re-btn,
  .-progress-btn {
    padding: 20px 10px;
    display: block;
  }
}

@media (max-width: 519px) {
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  #m-logo.-original_logo img,
  #logo.-original_logo img {
    max-width: 200px;
    height: auto;
  }

  #admin-foot ul {
    font-size: 1.2rem;
  }

  #admin-foot ul li:not(:first-child) {
    margin: 0;
    padding: 0;
    border: none;
  }

  #admin-foot ul li {
    margin: 0 10px 10px !important;
  }

  .-glay-btn,
  .-blue-btn,
  .-frame-btn,
  .-pj-btn,
  .plan-change-btn li input {
    font-size: 1.4rem;
  }

  .page-pager {
    font-size: 1rem;
  }

  .page-index {
    width: 100%;
    justify-content: center;
    margin: 10px 0 0;
  }

  /*残数*/
  .number-remaining span {
    font-size: 2rem;
  }

  /*modal*/
  .option-add_act h4,
  .add-site_tit {
    font-size: 1.8rem;
  }
}

@media (max-width: 414px) {
  .-glay-btn,
  .-blue-btn,
  .-frame-btn,
  .-pj-btn,
  .-act_btn-min,
  .-line-btn-min,
  .s-act-btn li input[type="submit"],
  .s-act-btn li button {
    padding: 10px;
  }

  #min-area h1,
  #wide-area h1,
  #base-area h1,
  #option-area h1,
  #select_pj-area h1 {
    font-size: 1.6rem;
  }

  /*tab*/
  #basic-tab li {
    padding: 15px 10px;
    min-width: 48%;
  }
}
