/*
 * Normalize
 * based on https://github.com/necolas/normalize.css
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * Busico. website original theme
 */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
/* ======================================= *
 * Foundation
 * ======================================= */
html {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Noto Sans JP", "Open Sans", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  color: #222;
  letter-spacing: 0.05em;
  min-width: 320px;
  line-height: 1.5;
  word-break: normal;
}
a {
  color: #222;
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}
th, td {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
iframe {
  border: none;
}
/* ======================================= *
 * Layout
 * ======================================= */
/*---------- display on PC or SmartPhone ----------*/
@media screen and (max-width: 640px) {
  .l-display--pc {
    display: none;
  }
}
.l-display--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-display--sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .l-display-inline--pc {
    display: none;
  }
}
.l-display-inline--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-display-inline--sp {
    display: inline;
  }
}
.l-display-none {
  display: none;
}
.l-header {
  display: block;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}
.l-footer-fixed {
  position: fixed;
  z-index: 100;
}
.l-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding: 0 10px;
  }
}
.l-inner.is-wide {
  max-width: 1700px;
}
.l-inner.is-full {
  padding: 0;
}
.l-clearfix {
  display: block;
}
.l-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.l-clearfix::before {
  content: "";
  display: block;
  clear: both;
}
/* ======================================= *
 * Component
 * ======================================= */
.c-link {
  opacity: 1;
  cursor: pointer;
}
.c-link.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.c-link:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.c-link-external.is-white-icon::after, a[target="_blank"]:not(.is-no-icon).is-white-icon::after {
  background-image: url(/assets/img/common/common-icon-external-white.svg);
}
.c-link-external::after, a[target="_blank"]:not(.is-no-icon)::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background: url(/assets/img/common/common-icon-external.svg) center / contain no-repeat;
}
.c-button {
  position: relative;
  width: 380px;
  max-width: 100%;
  min-height: 50px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  cursor: pointer;
}
.c-button.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.c-button--inline-block {
  display: inline-block;
  font-size: 0;
}
.c-button:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.c-button--long {
  width: 640px;
}
.c-button--wide {
  width: 100%;
}
.c-button--large {
  min-height: 60px;
}
.c-button--left {
  margin-left: 0;
}
.c-button__link {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 5px;
}
.c-button--large .c-button__link {
  height: 60px;
}
.c-button__link__icon {
  display: table-cell;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  vertical-align: middle;
  padding: 25px;
  font-size: 0;
}
.c-button__link__label {
  display: table-cell;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 5px;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
.c-button--dropdown .c-button__link {
  padding-right: 50px;
}
.c-button--dropdown::after {
  content: "";
  /* down e93f / up: e940 */
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 30px;
  margin: auto 0;
  line-height: 30px;
  font-size: 1rem;
  font-family: 'JoesWebfont';
  text-align: center;
}
.c-button--dropdown.is-open::after {
  content: "";
  /* down e93f / up: e940 */
}
.c-button--striking {
  width: 560px;
}
.c-button--striking .c-button__link::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
}
.c-button--striking .c-button__link::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 1px solid #fff;
}
.c-button--arrow .c-button__link__label {
  padding-left: 30px;
  padding-right: 60px;
}
.c-button--arrow .c-button__link__icon + .c-button__link__label {
  padding-left: 0px;
}
.c-button--back .c-button__link__label {
  padding-left: 60px;
  padding-right: 30px;
}
.c-button--arrow::after, .c-button--back::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 30px;
  margin: auto 0;
  line-height: 30px;
  font-size: 1rem;
  font-family: 'JoesWebfont';
  text-align: center;
}
.c-space-5 {
  height: 5px;
}
.c-space-10 {
  height: 10px;
}
.c-space-20 {
  height: 20px;
}
.c-space-30 {
  height: 30px;
}
.c-space-40 {
  height: 40px;
}
.c-hr {
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  border-width: 1px 0 0 !important;
}
.c-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.c-ul {
  padding-left: 1.8em;
  list-style: disc outside;
}
.c-ul .c-ul__item {
  margin: 2px 0;
}
.c-ol {
  padding-left: 1.8em;
  list-style: decimal outside;
}
.c-ol .c-ol__item {
  margin: 2px 0;
}
.c-ul-asterisk {
  list-style: none;
}
.c-ul-asterisk.is-number.is-double-digit .c-ul-asterisk__item {
  padding-left: 3.3em;
}
.c-ul-asterisk.is-number .c-ul-asterisk__item {
  padding-left: 2.3em;
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(1)::before {
  content: "※1";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(2)::before {
  content: "※2";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(3)::before {
  content: "※3";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(4)::before {
  content: "※4";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(5)::before {
  content: "※5";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(6)::before {
  content: "※6";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(7)::before {
  content: "※7";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(8)::before {
  content: "※8";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(9)::before {
  content: "※9";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(10)::before {
  content: "※10";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(11)::before {
  content: "※11";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(12)::before {
  content: "※12";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(13)::before {
  content: "※13";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(14)::before {
  content: "※14";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(15)::before {
  content: "※15";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(16)::before {
  content: "※16";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(17)::before {
  content: "※17";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(18)::before {
  content: "※18";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(19)::before {
  content: "※19";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(20)::before {
  content: "※20";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(21)::before {
  content: "※21";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(22)::before {
  content: "※22";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(23)::before {
  content: "※23";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(24)::before {
  content: "※24";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(25)::before {
  content: "※25";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(26)::before {
  content: "※26";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(27)::before {
  content: "※27";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(28)::before {
  content: "※28";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(29)::before {
  content: "※29";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(30)::before {
  content: "※30";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(31)::before {
  content: "※31";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(32)::before {
  content: "※32";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(33)::before {
  content: "※33";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(34)::before {
  content: "※34";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(35)::before {
  content: "※35";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(36)::before {
  content: "※36";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(37)::before {
  content: "※37";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(38)::before {
  content: "※38";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(39)::before {
  content: "※39";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(40)::before {
  content: "※40";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(41)::before {
  content: "※41";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(42)::before {
  content: "※42";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(43)::before {
  content: "※43";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(44)::before {
  content: "※44";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(45)::before {
  content: "※45";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(46)::before {
  content: "※46";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(47)::before {
  content: "※47";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(48)::before {
  content: "※48";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(49)::before {
  content: "※49";
}
.c-ul-asterisk.is-number .c-ul-asterisk__item:nth-child(50)::before {
  content: "※50";
}
.c-ul-asterisk .c-ul-asterisk__item {
  position: relative;
  margin: 2px 0;
  padding-left: 1.5em;
}
.c-ul-asterisk .c-ul-asterisk__item::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.c-new {
  display: inline-block;
  position: relative;
  top: -2px;
  height: 20px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 10px;
  background: #d30;
  color: #fff;
}
.c-new.is-small {
  top: -1px;
  height: 16px;
  padding: 0 6px;
  font-size: 9px;
  line-height: 16px;
  border-radius: 8px;
}
.c-text-center-responsive {
  text-align: center;
}
.c-text-center-responsive .c-text-center-responsive__inner {
  display: inline-block;
  text-align: left;
}
.c-text-center-pc {
  text-align: center;
}
.c-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .c-button--inline-block {
    display: block;
    font-size: inherit;
  }
}
@media screen and (max-width: 640px) {
  .c-button {
    width: auto;
  }
  .c-text-center-pc {
    text-align: left;
  }
  .c-flex-center--responsive {
    display: block;
  }
}
/* ======================================= *
 * Project
 * ======================================= */
/*---------- body ----------*/
.p-body {
  padding-top: 100px;
}
.p-body.is-top {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .p-body {
    padding-top: 85px;
  }
}
/*---------- smooth scroll ----------*/
.p-smooth-scroll {
  margin-top: -98px;
  padding-top: 98px;
  pointer-events: none;
}
/*---------- hr ----------*/
.p-hr {
  border-color: #777;
}
/*---------- table-scroll ----------*/
.p-table-scroll .p-table-scroll__message {
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .p-table-scroll .p-table-scroll__message {
    display: block;
  }
}
.p-table-scroll .p-table-scroll__box {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-table-scroll .p-table-scroll__box {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .p-table-scroll .p-table-scroll__box .p-table-scroll__box__table {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .p-table-scroll .p-table-scroll__box .p-table-scroll__box__table .p-table-scroll__box__table__fixedcell {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 2;
    left: 0;
    width: auto;
  }
}
/*---------- table ----------*/
.p-table {
  border-collapse: separate;
  border-spacing: 0;
}
.p-table.is-fixed {
  table-layout: fixed;
}
.p-table.is-calm .p-table__row .p-table__name {
  padding: 16px 10px;
}
@media screen and (max-width: 640px) {
  .p-table.is-calm .p-table__row .p-table__name {
    padding: 6px 10px;
  }
}
.p-table.is-calm .p-table__row .p-table__data {
  padding: 16px 10px;
}
@media screen and (max-width: 640px) {
  .p-table.is-calm .p-table__row .p-table__data {
    padding: 6px 10px;
  }
}
.p-table.is-shared .p-table__row .p-table__name {
  background-color: #e6f3ff;
}
.p-table.is-shared .p-table__row .p-table__name.is-category {
  background-color: #c4e1ff;
}
.p-table.is-plesk .p-table__row .p-table__name {
  background-color: #dfeef4;
}
.p-table .p-table__row:first-child .p-table__name {
  border-top: 1px solid #777;
}
.p-table .p-table__row:first-child .p-table__data {
  border-top: 1px solid #777;
}
.p-table .p-table__row.is-header .p-table__name {
  position: relative;
  padding: 12px 10px;
}
.p-table .p-table__row.is-header .p-table__name.is-tab {
  border-top: none;
  background-color: transparent;
}
.p-table .p-table__row.is-header .p-table__name .p-table__name__tab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 3px;
  margin: auto;
  width: calc(100% - 6px);
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.p-table .p-table__row.is-header .p-table__name .p-table__name__label {
  position: relative;
  border-top: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.p-table .p-table__row.is-header .p-table__data {
  border-top: none;
  background-color: transparent;
}
.p-table .p-table__row .p-table__name {
  padding: 6px 10px;
  background-color: #f7ecd6;
  border-bottom: 1px solid #777;
  text-align: left;
}
.p-table .p-table__row .p-table__name.is-align-center {
  text-align: center;
}
.p-table .p-table__row .p-table__name.is-border-dashed-bottom {
  border-bottom-style: dashed;
}
.p-table .p-table__row .p-table__name.is-header {
  color: #fff;
  background-color: #f90;
}
.p-table .p-table__row .p-table__name.is-category {
  background-color: #fda;
}
.p-table .p-table__row .p-table__name.is-plan {
  color: #fff;
  background-color: #ffa929;
  min-width: 120px;
}
.p-table .p-table__row .p-table__name.is-width-5 {
  width: 5%;
}
.p-table .p-table__row .p-table__name.is-width-10 {
  width: 10%;
}
.p-table .p-table__row .p-table__name.is-width-15 {
  width: 15%;
}
.p-table .p-table__row .p-table__name.is-width-20 {
  width: 20%;
}
.p-table .p-table__row .p-table__name.is-width-25 {
  width: 25%;
}
.p-table .p-table__row .p-table__name.is-width-30 {
  width: 30%;
}
.p-table .p-table__row .p-table__name.is-width-35 {
  width: 35%;
}
.p-table .p-table__row .p-table__name.is-width-40 {
  width: 40%;
}
.p-table .p-table__row .p-table__name.is-width-45 {
  width: 45%;
}
.p-table .p-table__row .p-table__name.is-width-50 {
  width: 50%;
}
.p-table .p-table__row .p-table__name.is-width-55 {
  width: 55%;
}
.p-table .p-table__row .p-table__name.is-width-60 {
  width: 60%;
}
.p-table .p-table__row .p-table__name.is-width-65 {
  width: 65%;
}
.p-table .p-table__row .p-table__name.is-width-70 {
  width: 70%;
}
.p-table .p-table__row .p-table__name.is-width-75 {
  width: 75%;
}
.p-table .p-table__row .p-table__name.is-width-80 {
  width: 80%;
}
.p-table .p-table__row .p-table__name.is-width-85 {
  width: 85%;
}
.p-table .p-table__row .p-table__name.is-width-90 {
  width: 90%;
}
.p-table .p-table__row .p-table__name.is-width-95 {
  width: 95%;
}
.p-table .p-table__row .p-table__data {
  padding: 6px 10px;
  background-color: #fff;
  border-bottom: 1px solid #777;
  text-align: left;
}
.p-table .p-table__row .p-table__data.is-align-center {
  text-align: center;
}
.p-table .p-table__row .p-table__data.is-border-dashed-bottom {
  border-bottom-style: dashed;
}
.p-table .p-table__row .p-table__data.is-off {
  color: #ddd;
}
.p-table .p-table__row .p-table__data:nth-of-type(even) {
  background-color: #f8f8f8;
}
.p-table .p-table__row .p-table__data.is-width-5 {
  width: 5%;
}
.p-table .p-table__row .p-table__data.is-width-10 {
  width: 10%;
}
.p-table .p-table__row .p-table__data.is-width-15 {
  width: 15%;
}
.p-table .p-table__row .p-table__data.is-width-20 {
  width: 20%;
}
.p-table .p-table__row .p-table__data.is-width-25 {
  width: 25%;
}
.p-table .p-table__row .p-table__data.is-width-30 {
  width: 30%;
}
.p-table .p-table__row .p-table__data.is-width-35 {
  width: 35%;
}
.p-table .p-table__row .p-table__data.is-width-40 {
  width: 40%;
}
.p-table .p-table__row .p-table__data.is-width-45 {
  width: 45%;
}
.p-table .p-table__row .p-table__data.is-width-50 {
  width: 50%;
}
.p-table .p-table__row .p-table__data.is-width-55 {
  width: 55%;
}
.p-table .p-table__row .p-table__data.is-width-60 {
  width: 60%;
}
.p-table .p-table__row .p-table__data.is-width-65 {
  width: 65%;
}
.p-table .p-table__row .p-table__data.is-width-70 {
  width: 70%;
}
.p-table .p-table__row .p-table__data.is-width-75 {
  width: 75%;
}
.p-table .p-table__row .p-table__data.is-width-80 {
  width: 80%;
}
.p-table .p-table__row .p-table__data.is-width-85 {
  width: 85%;
}
.p-table .p-table__row .p-table__data.is-width-90 {
  width: 90%;
}
.p-table .p-table__row .p-table__data.is-width-95 {
  width: 95%;
}
/*---------- header ----------*/
.p-header {
  display: table;
  border-collapse: collapse;
  border: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #383635;
  background-color: rgba(255, 255, 255, 0.95);
}
.p-header.is-top {
  transition: 0.3s;
}
.p-header.is-top.is-hidden {
  margin-top: -65px;
}
@media screen and (max-width: 640px) {
  .p-header {
    height: 50px;
  }
  .p-header.is-top.is-pagetop {
    border-bottom: none;
  }
  .p-header.is-top.is-hidden {
    margin-top: -55px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .p-header.is-top.is-hidden {
    margin-top: inherit;
  }
}
.p-header .p-header__logo {
  display: table-cell;
  width: 100%;
  height: 60px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .p-header .p-header__logo {
    height: 50px;
  }
}
.p-header .p-header__logo .p-header__logo__image {
  width: 144px;
  height: 45px;
}
.p-header .p-header__drawer {
  display: none;
  width: 40px;
  min-width: 40px;
  padding: 13px;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .p-header .p-header__drawer {
    display: table-cell;
  }
}
.p-header .p-header__drawer .p-header__drawer__icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.3s;
}
.p-header .p-header__drawer .p-header__drawer__icon .p-header__drawer__icon__part {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #222;
  transition: 0.3s;
}
.p-header .p-header__drawer .p-header__drawer__icon .p-header__drawer__icon__part:nth-of-type(1) {
  top: 3px;
}
.p-header .p-header__drawer .p-header__drawer__icon .p-header__drawer__icon__part:nth-of-type(2) {
  top: 11px;
}
.p-header .p-header__drawer .p-header__drawer__icon .p-header__drawer__icon__part:nth-of-type(3) {
  top: 19px;
}
.p-header .p-header__drawer.is-open .p-header__drawer__icon .p-header__drawer__icon__part:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}
.p-header .p-header__drawer.is-open .p-header__drawer__icon .p-header__drawer__icon__part:nth-of-type(2) {
  opacity: 0;
}
.p-header .p-header__drawer.is-open .p-header__drawer__icon .p-header__drawer__icon__part:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
.p-header .p-header__navi {
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .p-header .p-header__navi {
    display: none;
  }
}
.p-header .p-header__navi .p-header__navi__list {
  display: flex;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item {
  display: block;
  position: relative;
  list-style: none;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item.is-open .p-header__navi__list__item__title, .p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item:hover .p-header__navi__list__item__title {
  color: #fff;
  background-color: #f90;
  transition: 0.3s;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item.is-open .p-header__navi__list__item__sublist, .p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item:hover .p-header__navi__list__item__sublist {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item.is-dropdown {
  cursor: default;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item.is-dropdown .p-header__navi__list__item__title {
  padding-right: 30px;
  pointer-events: none;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item.is-dropdown .p-header__navi__list__item__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 6px solid #928b7c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0.5;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__title {
  display: block;
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  white-space: nowrap;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item:last-child .p-header__navi__list__item__title {
  padding-right: 20px;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist {
  position: absolute;
  top: 59px;
  left: -70px;
  right: -70px;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item {
  display: block;
  list-style: none;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:first-child::before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:first-child::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #222;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:first-child .p-header__navi__list__item__sublist__item__link {
  border-top: none;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover {
  background-color: #f90;
  transition: 0.3s;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover.is-dedicated {
  background-color: #f70;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover.is-dedicated::after {
  border-bottom-color: #f70;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover.is-shared {
  background-color: #48d;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover.is-plesk {
  background-color: #53bce6;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover.is-domain {
  background-color: #57c;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item:hover::after {
  border-bottom-color: #f90;
  transition: 0.3s;
}
.p-header .p-header__navi .p-header__navi__list .p-header__navi__list__item .p-header__navi__list__item__sublist .p-header__navi__list__item__sublist__item .p-header__navi__list__item__sublist__item__link {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #555;
  white-space: nowrap;
  list-style: none;
}
.p-header .p-header__order {
  display: table-cell;
}
.p-header .p-header__order .p-header__order__button {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  margin: 0 auto;
  padding: 0 18px;
  background: -moz-linear-gradient(left, #e71a0e, #f18c00);
  background: -webkit-linear-gradient(left, #e71a0e, #f18c00);
  background: linear-gradient(to right, #e71a0e, #f18c00);
}
.p-header .p-header__order .p-header__order__button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f90;
  opacity: 0;
  transition: 0.3s;
}
.p-header .p-header__order .p-header__order__button:hover::after {
  opacity: 1;
}
/*---------- navi (sp) ----------*/
.p-navi {
  display: none;
  position: fixed;
  z-index: 10;
  top: 50px;
  left: 60px;
  width: 100%;
  height: calc(100% - 50px);
  max-height: calc(100% - 50px);
  background-color: rgba(34, 34, 34, 0.8);
  overflow: auto;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .p-navi {
    display: block;
  }
}
.p-navi.is-open {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.p-navi .p-navi__list {
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #f70;
}
.p-navi .p-navi__list .p-navi__list__item {
  dislay: block;
  list-style: none;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__title {
  display: block;
  position: relative;
  padding: 8px 40px 8px 12px;
  border-top: 1px solid #555;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__title:first-child {
  border-bottom: none;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__title.is-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  opacity: 0.5;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__title.is-link-external::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/common-icon-external-white.svg) center / contain no-repeat;
  opacity: 0.5;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__sublist .p-navi__list__item__sublist__item {
  dislay: block;
  list-style: none;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__sublist .p-navi__list__item__sublist__item .p-navi__list__item__sublist__item__link {
  display: block;
  position: relative;
  padding: 7px 40px 8px 24px;
  border-top: 1px dashed #555;
}
.p-navi .p-navi__list .p-navi__list__item .p-navi__list__item__sublist .p-navi__list__item__sublist__item .p-navi__list__item__sublist__item__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  opacity: 0.5;
}
/*---------- breadcrumb ----------*/
.p-breadcrumb {
  display: table;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .p-breadcrumb {
    height: 35px;
  }
}
.p-breadcrumb .p-breadcrumb__content {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 2px solid #f70;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item {
  display: inline;
  position: relative;
  height: 30px;
  margin: 0 5px 0 0;
  line-height: 30px;
  color: #fff;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item.is-dummy {
  color: #f90;
  cursor: no-drop;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item.is-separator {
  position: relative;
  padding: 0 5px;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item.is-separator::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #777;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item .p-breadcrumb__content__item__link {
  transition: 0.3s;
  color: #f90;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item .p-breadcrumb__content__item__link:hover {
  color: #f70;
}
.p-breadcrumb .p-breadcrumb__content .p-breadcrumb__content__item .p-breadcrumb__content__item__label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*---------- footer ----------*/
.p-footer {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #0f0e0d url(/assets/img/common/common-bg-matte-black.png) repeat;
}
@media screen and (max-width: 640px) {
  .p-footer.is-service {
    padding-bottom: 100px;
  }
}
.p-footer .p-footer__sitemap {
  display: table;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__sitemap {
    display: block;
  }
}
.p-footer .p-footer__sitemap .p-footer__sitemap__logo {
  display: table-cell;
  padding: 0 60px 30px;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__sitemap .p-footer__sitemap__logo {
    display: block;
  }
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content {
  display: table-cell;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__sitemap .p-footer__sitemap__content {
    display: block;
  }
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set {
    display: block;
  }
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category {
    display: block;
    padding: 10px 0;
  }
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category .p-footer__sitemap__content__set__category__title {
  padding: 6px 5px;
  border-bottom: 1px solid #555;
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category .p-footer__sitemap__content__set__category__list {
  padding: 6px 5px;
  list-style: none;
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category .p-footer__sitemap__content__set__category__list .p-footer__sitemap__content__set__category__list__item .p-footer__sitemap__content__set__category__list__item__link {
  display: inline-block;
  padding: 3px 0 5px;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category .p-footer__sitemap__content__set__category__list .p-footer__sitemap__content__set__category__list__item .p-footer__sitemap__content__set__category__list__item__link {
    padding: 8px 0;
  }
}
.p-footer .p-footer__sitemap .p-footer__sitemap__content .p-footer__sitemap__content__set .p-footer__sitemap__content__set__category .p-footer__sitemap__content__set__category__list .p-footer__sitemap__content__set__category__list__item .p-footer__sitemap__content__set__category__list__item__link:hover {
  color: #f90;
  transition: 0.3s;
}
.p-footer .p-footer__icms {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__icms {
    display: block;
  }
}
.p-footer .p-footer__icms .p-footer__icms__icon {
  display: table-cell;
  min-width: 160px;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__icms .p-footer__icms__icon {
    display: block;
  }
}
.p-footer .p-footer__icms .p-footer__icms__description {
  display: table-cell;
  width: 100%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__icms .p-footer__icms__description {
    display: block;
    padding: 0 20px 15px;
  }
}
/*---------- order-fixed ----------*/
.p-order-fixed {
  top: 105px;
  right: 0;
  width: 150px;
  transition: 0.6s;
}
@media screen and (max-width: 640px) {
  .p-order-fixed {
    top: inherit;
    bottom: 0;
    left: inherit;
    right: inherit;
    width: 100%;
    height: 90px;
    border-top: 1px solid #aaa;
    background-color: #383635;
  }
}
.p-order-fixed.is-shared .p-order-fixed__button .p-order-fixed__button__link {
  background-color: rgba(68, 136, 221, 0.96);
}
@media screen and (max-width: 640px) {
  .p-order-fixed.is-shared .p-order-fixed__button .p-order-fixed__button__link {
    background-color: #48d;
  }
}
.p-order-fixed.is-shared .p-order-fixed__button .p-order-fixed__button__link:hover {
  background-color: #679ee3;
}
.p-order-fixed.is-plesk .p-order-fixed__button .p-order-fixed__button__link {
  background-color: rgba(83, 188, 230, 0.96);
}
@media screen and (max-width: 640px) {
  .p-order-fixed.is-plesk .p-order-fixed__button .p-order-fixed__button__link {
    background-color: #53bce6;
  }
}
.p-order-fixed.is-plesk .p-order-fixed__button .p-order-fixed__button__link:hover {
  background-color: #77caeb;
}
.p-order-fixed.is-domain .p-order-fixed__button .p-order-fixed__button__link {
  background-color: rgba(85, 119, 204, 0.96);
}
@media screen and (max-width: 640px) {
  .p-order-fixed.is-domain .p-order-fixed__button .p-order-fixed__button__link {
    background-color: #57c;
  }
}
.p-order-fixed.is-domain .p-order-fixed__button .p-order-fixed__button__link:hover {
  background-color: #7490d5;
}
.p-order-fixed.is-hidden {
  right: -200px;
}
@media screen and (max-width: 640px) {
  .p-order-fixed.is-hidden {
    right: inherit;
  }
}
.p-order-fixed .p-order-fixed__button {
  width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .p-order-fixed .p-order-fixed__button {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
  }
}
.p-order-fixed .p-order-fixed__button .p-order-fixed__button__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  border-radius: 8px 0 0 8px;
  border: 2px solid #fff;
  border-right-width: 0;
  background-color: rgba(255, 119, 0, 0.96);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-order-fixed .p-order-fixed__button .p-order-fixed__button__link {
    display: table;
    padding: 10px 30px 10px 70px;
    border-radius: 8px;
    border-right-width: 2px;
    background-color: #f70;
    box-shadow: none;
  }
}
.p-order-fixed .p-order-fixed__button .p-order-fixed__button__link:hover {
  background-color: #ff8d29;
}
@media screen and (max-width: 640px) {
  .p-order-fixed .p-order-fixed__button .p-order-fixed__button__link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
.p-order-fixed .p-order-fixed__button .p-order-fixed__button__link .p-order-fixed__button__link__icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-order-fixed .p-order-fixed__button .p-order-fixed__button__link .p-order-fixed__button__link__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 60px;
    height: 60px;
    margin: auto 0;
    overflow: hidden;
  }
}
.p-order-fixed .p-order-fixed__button .p-order-fixed__button__link .p-order-fixed__button__link__icon .p-order-fixed__button__link__icon__svg {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .p-order-fixed .p-order-fixed__button .p-order-fixed__button__link .p-order-fixed__button__link__icon .p-order-fixed__button__link__icon__svg {
    width: 60px;
    height: 60px;
  }
}
.p-order-fixed .p-order-fixed__button .p-order-fixed__button__link .p-order-fixed__button__link__label {
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .p-order-fixed .p-order-fixed__button .p-order-fixed__button__link .p-order-fixed__button__link__label {
    display: table-cell;
    vertical-align: middle;
  }
}
/*---------- section ----------*/
.p-section {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 640px) {
  .p-section {
    padding: 30px 0;
  }
}
.p-section.is-full {
  padding: 0;
}
.p-section .p-section__title {
  margin: 30px auto 40px;
  padding: 0 15px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .p-section .p-section__title {
    font-size: 2rem;
  }
}
/*---------- section-404 (404) ----------*/
.p-section-404 .p-section-404__content {
  padding: 60px 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-section-404 .p-section-404__content {
    padding: 10px;
  }
}
/*---------- section-heading (common) ----------*/
.p-section-heading {
  display: table;
  position: relative;
  width: 100%;
  min-height: 300px;
  background: #000 center / cover no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-heading {
    min-height: 160px;
  }
}
.p-section-heading.is-large {
  min-height: 500px;
}
@media screen and (max-width: 640px) {
  .p-section-heading.is-large {
    min-height: 300px;
  }
}
.p-section-heading.is-large .p-section-heading__content .p-section-heading__content__title {
  font-size: 400%;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .p-section-heading.is-large .p-section-heading__content .p-section-heading__content__title {
    font-size: 260%;
  }
}
.p-section-heading::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/assets/img/common/common-mv-scanline.svg) top left repeat;
}
.p-section-heading .p-section-heading__content {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
.p-section-heading .p-section-heading__content .p-section-heading__content__title {
  margin: 20px 10px;
  font-size: 320%;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .p-section-heading .p-section-heading__content .p-section-heading__content__title {
    font-size: 200%;
  }
}
.p-section-heading .p-section-heading__content .p-section-heading__content__title .p-section-heading__content__title__sub {
  display: block;
  font-size: 50%;
}
.p-section-heading .p-section-heading__content .p-section-heading__content__feature {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .p-section-heading .p-section-heading__content .p-section-heading__content__feature {
    display: block;
  }
}
.p-section-heading .p-section-heading__content .p-section-heading__content__feature .p-section-heading__content__feature__item {
  flex: 1;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .p-section-heading .p-section-heading__content .p-section-heading__content__feature .p-section-heading__content__feature__item {
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
  }
}
/*---------- section-top-description (top) ----------*/
.p-section-top-description {
  max-width: 2000px;
  margin: 0 auto;
  padding: 10px 80px 10px 10px;
}
@media screen and (max-width: 1360px) {
  .p-section-top-description {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-section-top-description {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1160px) {
  .p-section-top-description {
    padding-right: 5px;
  }
}
/*---------- section-top-mv (top) ----------*/
.p-section-top-mv {
  position: relative;
}
.p-section-top-mv::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 136px;
  border-bottom: 40px solid #f90;
  background: url(/assets/img/top/top-mv-bg.svg) center bottom / 1px 136px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-top-mv::before {
    background: none;
  }
}
.p-section-top-mv::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 960px;
  height: 70px;
  background: url(/assets/img/top/top-mv-bg-overlay.svg) center bottom / 960px 70px no-repeat;
  transform: translateX(-1000px);
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
}
@media screen and (max-width: 640px) {
  .p-section-top-mv::after {
    display: none;
  }
}
.p-section-top-mv .p-section-top-mv__navi {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 0;
  width: 90%;
  min-width: 1000px;
  max-width: calc(50% + 980px);
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .p-section-top-mv .p-section-top-mv__navi {
    width: 95%;
  }
}
@media screen and (max-width: 1360px) {
  .p-section-top-mv .p-section-top-mv__navi {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1160px) {
  .p-section-top-mv .p-section-top-mv__navi {
    top: -25px;
    min-width: inherit;
  }
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__navi {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  .p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__logo .p-section-top-mv__navi__logo__image {
    width: 192px;
    height: auto;
  }
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list {
  padding: 5px 0 0 5px;
  border-top: 1px solid #f90;
  display: flex;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item {
  display: block;
  position: relative;
  list-style: none;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item:hover .p-section-top-mv__navi__list__item__title {
  color: #fff;
  background-color: #f90;
  transition: 0.3s;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item:hover .p-section-top-mv__navi__list__item__sublist {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item.is-dropdown {
  cursor: default;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item.is-dropdown .p-section-top-mv__navi__list__item__title {
  padding-right: 32px;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item.is-dropdown .p-section-top-mv__navi__list__item__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 6px solid #928b7c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0.5;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__title {
  display: block;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist {
  position: absolute;
  top: 49px;
  left: -70px;
  right: -70px;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item {
  display: block;
  list-style: none;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:first-child::before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:first-child::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #222;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:first-child .p-section-top-mv__navi__list__item__sublist__item__link {
  border-top: none;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover {
  background-color: #f90;
  transition: 0.3s;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover.is-dedicated {
  background-color: #f70;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover.is-dedicated::after {
  border-bottom-color: #f70;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover.is-shared {
  background-color: #48d;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover.is-plesk {
  background-color: #53bce6;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover.is-domain {
  background-color: #57c;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item:hover::after {
  border-bottom-color: #f90;
  transition: 0.3s;
}
.p-section-top-mv .p-section-top-mv__navi .p-section-top-mv__navi__list .p-section-top-mv__navi__list__item .p-section-top-mv__navi__list__item__sublist .p-section-top-mv__navi__list__item__sublist__item .p-section-top-mv__navi__list__item__sublist__item__link {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #555;
  white-space: nowrap;
  list-style: none;
}
.p-section-top-mv .p-section-top-mv__product {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .p-section-top-mv .p-section-top-mv__product {
    padding-top: 110px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__product {
    margin-top: 50px;
    padding-top: 0;
  }
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item {
  display: table;
  position: relative;
  width: calc(50% + 20px);
  min-height: 450px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item {
    width: calc(100% - 20px);
    min-height: 200px;
    padding-top: 20px;
  }
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) {
  z-index: 6;
  margin: 0 80px 0 auto;
}
@media screen and (max-width: 1360px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) {
    margin: 0 40px 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) {
    margin: 0 20px 0 auto;
  }
}
@media screen and (max-width: 1160px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) {
    margin: 0 0 0 20px;
  }
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) .p-section-top-mv__product__item__content::before {
  background: #090b0c url(/assets/img/service/service-heading-bg-shared.jpg) center / cover no-repeat;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button {
  color: #aad4ff;
  border-color: #aad4ff;
  background-color: rgba(0, 17, 51, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button::after {
  border-color: #aad4ff;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) .p-section-top-mv__product__item__content:hover .p-section-top-mv__product__item__content__button {
  background-color: rgba(0, 34, 102, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(1) .p-section-top-mv__product__item__content:hover .p-section-top-mv__product__item__content__button:hover {
  background-color: rgba(0, 68, 170, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) {
  z-index: 4;
  margin: -200px auto 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) {
    margin: -20px 20px 0 0;
  }
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) .p-section-top-mv__product__item__content::before {
  background: #100909 url(/assets/img/service/service-heading-bg-dedicated.jpg) center / cover no-repeat;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button {
  color: #f90;
  border-color: #f90;
  background-color: rgba(85, 51, 0, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button::after {
  border-color: #f90;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) .p-section-top-mv__product__item__content:hover .p-section-top-mv__product__item__content__button {
  background-color: rgba(136, 68, 0, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(2) .p-section-top-mv__product__item__content:hover .p-section-top-mv__product__item__content__button:hover {
  background-color: rgba(187, 102, 0, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) {
  z-index: 3;
  margin: -200px 0 0 auto;
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) {
    margin: -20px 0 0 20px;
  }
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) .p-section-top-mv__product__item__content::before {
  background: #051029 url(/assets/img/service/service-heading-bg-plesk.jpg) center / cover no-repeat;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button {
  color: #53bce6;
  border-color: #53bce6;
  background-color: rgba(11, 55, 73, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button::after {
  border-color: #53bce6;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) .p-section-top-mv__product__item__content:hover .p-section-top-mv__product__item__content__button {
  background-color: rgba(14, 72, 95, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item:nth-child(3) .p-section-top-mv__product__item__content:hover .p-section-top-mv__product__item__content__button:hover {
  background-color: rgba(20, 106, 140, 0.7);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content {
  display: table-cell;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.2s;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f70;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content:hover::before {
  transition: 0.5s;
  transform: scale(1.05);
  opacity: 0.5;
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__label {
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button {
  display: inline-block;
  position: relative;
  width: 40%;
  max-width: 320px;
  padding: 15px 20px 15px 15px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button {
    width: 80%;
    padding: 10px 20px 10px 10px;
  }
}
.p-section-top-mv .p-section-top-mv__product .p-section-top-mv__product__item .p-section-top-mv__product__item__content .p-section-top-mv__product__item__content__button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
/*---------- section-top-news (top) ----------*/
.p-section-top-news {
  padding: 0;
  background: -moz-linear-gradient(top, #f90 20%, #fd0);
  background: -webkit-linear-gradient(top, #f90 20%, #fd0);
  background: linear-gradient(to bottom, #f90 20%, #fd0);
  border-bottom: 40px solid #faf4e6;
}
.p-section-top-news .p-section-top-news__title {
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__title {
    margin-top: 0;
    padding-top: 20px;
  }
}
.p-section-top-news .p-section-top-news__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 30px;
  margin-top: -30px;
  min-height: 200px;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content {
    display: block;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 4px solid #f70;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set {
    border: none;
  }
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__title {
    border-bottom: 2px solid #f70;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list {
  position: relative;
  height: 100%;
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item.is-none {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 150px;
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item:first-child {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item:first-child {
    border-top: none;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link {
  display: table;
  position: relative;
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link:hover {
  background-color: #f7ecd6;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link.is-maintenance {
    padding-left: 50px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__date {
  display: table-cell;
  max-width: 15em;
  line-height: 22px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__date {
    display: inline-block;
    vertical-align: middle;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__category {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__category {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__category .p-section-top-news__content__set__list__item__link__category__label {
  display: block;
  width: 10em;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  border-radius: 11px;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__category .p-section-top-news__content__set__list__item__link__category__label {
    width: auto;
    height: 20px;
    padding: 0 15px;
    line-height: 20px;
    border-radius: 10px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__icon {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    height: 100%;
    width: 40px;
    margin: auto 0;
    padding: 0;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__icon .p-section-top-news__content__set__list__item__link__icon__image {
  display: block;
  width: 24px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__icon .p-section-top-news__content__set__list__item__link__icon__image {
    width: 32px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__title {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__list .p-section-top-news__content__set__list__item .p-section-top-news__content__set__list__item__link .p-section-top-news__content__set__list__item__link__title {
    display: block;
    margin-top: 5px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__more {
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__more {
    margin-top: 5px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__more .p-section-top-news__content__set__more__link {
  display: block;
  position: relative;
  width: 150px;
  height: 30px;
  margin: 10px 10px 10px auto;
  line-height: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 640px) {
  .p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__more .p-section-top-news__content__set__more__link {
    width: 100%;
    height: 40px;
    margin: 10px auto;
    line-height: 40px;
    border-radius: 20px;
  }
}
.p-section-top-news .p-section-top-news__content .p-section-top-news__content__set .p-section-top-news__content__set__more .p-section-top-news__content__set__more__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
/*---------- section-top-feature (top) ----------*/
.p-section-top-feature .p-section-top-feature__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-section-top-feature .p-section-top-feature__list {
    display: block;
  }
}
.p-section-top-feature .p-section-top-feature__list .p-section-top-feature__list__item {
  flex: 1;
  margin: 0 10px 50px;
}
.p-section-top-feature .p-section-top-feature__list .p-section-top-feature__list__item .p-section-top-feature__list__item__illustration .p-section-top-feature__list__item__illustration__image {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-section-top-feature .p-section-top-feature__list .p-section-top-feature__list__item .p-section-top-feature__list__item__illustration .p-section-top-feature__list__item__illustration__image {
    width: 240px;
  }
}
/*---------- section-service-plan (service/...) ----------*/
.p-section-service-plan {
  padding: 0;
}
.p-section-service-plan .p-section-service-plan__main {
  padding: 20px;
  background: -moz-linear-gradient(top, #f90 20%, #fd0);
  background: -webkit-linear-gradient(top, #f90 20%, #fd0);
  background: linear-gradient(to bottom, #f90 20%, #fd0);
}
@media screen and (max-width: 640px) {
  .p-section-service-plan .p-section-service-plan__main {
    padding: 20px 0;
  }
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -100px;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list.is-normal {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list.is-normal {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list {
    display: block;
  }
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item {
  position: relative;
  width: calc(33% - 8px);
  padding: 30px 20px 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item {
    width: auto;
    margin-bottom: 10px;
  }
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item.is-dummy {
  height: 0;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item.is-dummy {
    display: none;
  }
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__recommended {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  border: 2px solid #fbf8f0;
  border-radius: 22px;
  box-sizing: content-box;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__recommended::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border-top: 8px solid #d30;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__title {
  overflow-y: hidden;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__title .p-section-service-plan__main__list__item__title__name .p-section-service-plan__main__list__item__title__name__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__spec .p-section-service-plan__main__list__item__spec__table.is-data-width-60 .p-section-service-plan__main__list__item__spec__table__header {
  width: 40%;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__spec .p-section-service-plan__main__list__item__spec__table.is-data-width-60 .p-section-service-plan__main__list__item__spec__table__data {
  width: 60%;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__spec .p-section-service-plan__main__list__item__spec__table .p-section-service-plan__main__list__item__spec__table__header {
  width: 60%;
  border-bottom: 1px solid #fbf8f0;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__spec .p-section-service-plan__main__list__item__spec__table .p-section-service-plan__main__list__item__spec__table__data {
  width: 40%;
  border-bottom: 1px solid #fbf8f0;
}
.p-section-service-plan .p-section-service-plan__main .p-section-service-plan__main__list .p-section-service-plan__main__list__item .p-section-service-plan__main__list__item__spec .p-section-service-plan__main__list__item__spec__table .p-section-service-plan__main__list__item__spec__table__data.is-line-2 {
  height: calc(3em + 10px);
  min-height: calc(3em + 10px);
}
.p-section-service-plan .p-section-service-plan__info {
  padding: 40px 0;
  background: #0f0e0d url(/assets/img/common/common-bg-matte-black.png) repeat;
}
.p-section-service-plan .p-section-service-plan__info .p-section-service-plan__info__detail .p-section-service-plan__info__detail__link {
  display: inline-block;
  position: relative;
  width: 600px;
  max-width: 100%;
  padding: 20px 60px 20px 20px;
  background-color: #383635;
}
.p-section-service-plan .p-section-service-plan__info .p-section-service-plan__info__detail .p-section-service-plan__info__detail__link:hover {
  transition: 0.3s;
  background-color: #555;
}
.p-section-service-plan .p-section-service-plan__info .p-section-service-plan__info__detail .p-section-service-plan__info__detail__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
/*---------- section-service-feature (service/...) ----------*/
.p-section-service-feature {
  padding: 0;
}
.p-section-service-feature .p-section-service-feature__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature .p-section-service-feature__content {
    display: block;
  }
}
.p-section-service-feature .p-section-service-feature__content.is-right {
  flex-direction: row-reverse;
}
.p-section-service-feature .p-section-service-feature__content.is-right .p-section-service-feature__content__visual .p-section-service-feature__content__visual__image {
  left: auto;
  right: 0;
}
.p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__visual {
  position: relative;
  width: 40%;
  min-height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__visual {
    width: auto;
    min-height: inherit;
    overflow: auto;
  }
}
.p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__visual .p-section-service-feature__content__visual__image {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 680px;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__visual .p-section-service-feature__content__visual__image {
    position: relative;
    left: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
  }
}
.p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__info {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__info {
    width: auto;
    background: none !important;
  }
}
.p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__info .p-section-service-feature__content__info__inner {
  display: table;
  width: 100%;
  height: 100%;
}
.p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__info .p-section-service-feature__content__info__inner .p-section-service-feature__content__info__inner__part {
  display: table-cell;
  vertical-align: middle;
}
.p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__info .p-section-service-feature__content__info__inner .p-section-service-feature__content__info__inner__part .p-section-service-feature__content__info__inner__part__heading {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature .p-section-service-feature__content .p-section-service-feature__content__info .p-section-service-feature__content__info__inner .p-section-service-feature__content__info__inner__part .p-section-service-feature__content__info__inner__part__heading {
    display: block;
  }
}
/*---------- section-service-feature-plesk (service/plesk) ----------*/
.p-section-service-feature-plesk {
  overflow: hidden;
}
.p-section-service-feature-plesk .p-section-service-feature-plesk__background {
  position: absolute;
  bottom: 20px;
  left: -100px;
  right: -100px;
  width: calc(100% + 200px);
  max-width: 2000px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature-plesk .p-section-service-feature-plesk__background {
    display: none;
  }
}
.p-section-service-feature-plesk .p-section-service-feature-plesk__content {
  position: relatie;
}
.p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list {
    display: block;
  }
}
.p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list .p-section-service-feature-plesk__content__list__item.is-main {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list .p-section-service-feature-plesk__content__list__item.is-main {
    width: auto;
  }
}
.p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list .p-section-service-feature-plesk__content__list__item.is-sub {
  min-width: 300px;
}
@media screen and (max-width: 640px) {
  .p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list .p-section-service-feature-plesk__content__list__item.is-sub {
    display: flex;
    align-items: flex-start;
    min-width: inherit;
  }
}
@media screen and (max-width: 640px) {
  .p-section-service-feature-plesk .p-section-service-feature-plesk__content .p-section-service-feature-plesk__content__list .p-section-service-feature-plesk__content__list__item .p-section-service-feature-plesk__content__list__item__sub {
    flex: 1;
  }
}
/*---------- section-service-case-plesk (service/plesk) ----------*/
.p-section-service-case-plesk .p-section-service-case-plesk__content {
  display: table;
}
@media screen and (max-width: 640px) {
  .p-section-service-case-plesk .p-section-service-case-plesk__content {
    display: block;
  }
}
.p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__before {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__before {
    display: block;
    width: auto;
  }
}
.p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__arrow {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__arrow {
    display: block;
  }
}
.p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__after {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__after {
    display: block;
    width: auto;
  }
}
.p-section-service-case-plesk .p-section-service-case-plesk__content .p-section-service-case-plesk__content__after .p-section-service-case-plesk__content__after__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/*---------- section-service-characteristic (service/...) ----------*/
.p-section-service-characteristic .p-section-service-characteristic__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-section-service-characteristic .p-section-service-characteristic__list {
    display: block;
  }
}
.p-section-service-characteristic .p-section-service-characteristic__list .p-section-service-characteristic__list__item {
  flex: 1;
}
.p-section-service-characteristic .p-section-service-characteristic__list .p-section-service-characteristic__list__item .p-section-service-characteristic__list__item__visual .p-section-service-characteristic__list__item__visual__image {
  display: block;
  margin: 0 auto;
}
/*---------- section-service-order (common) ----------*/
.p-section-service-order {
  position: relative;
  padding: 0;
  background: #000;
  border-bottom: 1px solid #777;
  pointer-events: none;
  overflow: hidden;
}
.p-section-service-order:hover .p-section-service-order__background {
  transform: scale(1.03);
  opacity: 0.5;
}
.p-section-service-order .p-section-service-order__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 center / cover no-repeat;
  opacity: 0.8;
  transition: 0.3s;
}
.p-section-service-order .p-section-service-order__content {
  position: relative;
  padding: 60px 10px 80px;
}
@media screen and (max-width: 640px) {
  .p-section-service-order .p-section-service-order__content {
    padding: 50px 10px;
  }
}
.p-section-service-order .p-section-service-order__content::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/assets/img/common/common-mv-scanline.svg) top left repeat;
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__title {
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button {
  pointer-events: auto;
  display: inline-block;
  position: relative;
  padding: 30px 60px 30px 160px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 640px) {
  .p-section-service-order .p-section-service-order__content .p-section-service-order__content__button {
    display: block;
    padding: 25px 20px 25px 70px;
  }
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-shared {
  background: rgba(0, 34, 102, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-shared:hover {
  background: rgba(0, 68, 170, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-dedicated {
  background: rgba(136, 68, 0, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-dedicated:hover {
  background: rgba(187, 102, 0, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-plesk {
  background: rgba(14, 72, 95, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-plesk:hover {
  background: rgba(20, 106, 140, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-domain {
  background: rgba(0, 23, 68, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button.is-domain:hover {
  background: rgba(0, 41, 119, 0.7);
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button .p-section-service-order__content__button__icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 80px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-section-service-order .p-section-service-order__content .p-section-service-order__content__button .p-section-service-order__content__button__icon {
    left: 10px;
    width: 50px;
    height: 50px;
  }
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button .p-section-service-order__content__button__icon .p-section-service-order__content__button__icon__svg {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .p-section-service-order .p-section-service-order__content .p-section-service-order__content__button .p-section-service-order__content__button__icon .p-section-service-order__content__button__icon__svg {
    width: 50px;
    height: 50px;
  }
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button .p-section-service-order__content__button__label {
  display: inline-block;
}
@media (-ms-high-contrast: none) {
  .p-section-service-order .p-section-service-order__content .p-section-service-order__content__button .p-section-service-order__content__button__label {
    background: none;
  }
}
.p-section-service-order .p-section-service-order__content .p-section-service-order__content__button:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
/*---------- footer-order (common) ----------*/
.p-footer-order {
  pointer-events: none;
  position: relative;
  padding: 80px 10px;
  background: url(/assets/img/footer/footer-order-bg.jpg) center center / cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-footer-order {
    padding: 50px 10px;
  }
}
.p-footer-order::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/footer/footer-order-bg.jpg) center center / cover no-repeat;
  transition: 0.2s;
}
.p-footer-order:hover::before {
  transition: 0.5s;
  transform: scale(1.05);
}
.p-footer-order::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 880px;
  height: 80px;
  background: url(/assets/img/footer/footer-order-bg-overlay.svg) right bottom / 880px 80px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-footer-order::after {
    background-size: 440px 40px;
  }
}
.p-footer-order .p-footer-order__title {
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.p-footer-order .p-footer-order__button {
  pointer-events: auto;
  display: inline-block;
  position: relative;
  padding: 30px 60px 30px 160px;
  background: rgba(25, 16, 0, 0.8);
  box-shadow: 0 0 20px rgba(255, 221, 102, 0.6);
}
@media screen and (max-width: 640px) {
  .p-footer-order .p-footer-order__button {
    display: block;
    padding: 25px 20px 25px 70px;
  }
}
.p-footer-order .p-footer-order__button .p-footer-order__button__label {
  display: inline-block;
  background: linear-gradient(0deg, #f90, #f90 35%, #fb2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f90;
}
@media (-ms-high-contrast: none) {
  .p-footer-order .p-footer-order__button .p-footer-order__button__label {
    background: none;
  }
}
.p-footer-order .p-footer-order__button::before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto 0;
  background: url(/assets/img/footer/footer-order-button-icon.svg) left center / 80px 80px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-footer-order .p-footer-order__button::before {
    left: 10px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.p-footer-order .p-footer-order__button:hover {
  border-color: #fc9;
  background: rgba(25, 16, 0, 0.9);
  box-shadow: 0 0 20px #fd6;
  transition: 0.3s;
}
/*---------- support-index (/support/) ----------*/
.p-section-support-header {
  background: url(/assets/img/support/support-header-bg.svg) calc(50% + 300px) bottom / contain no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-support-header {
    background-position: 95% bottom;
    background-size: 150px 100px;
  }
}
/*---------- support-index (/support/) ----------*/
.p-section-support-index .p-section-support-index__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-section-support-index .p-section-support-index__content {
    display: block;
  }
}
.p-section-support-index .p-section-support-index__content.is-right {
  flex-direction: row-reverse;
}
.p-section-support-index .p-section-support-index__content .p-section-support-index__content__visual {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 640px) {
  .p-section-support-index .p-section-support-index__content .p-section-support-index__content__visual {
    width: auto;
  }
}
.p-section-support-index .p-section-support-index__content .p-section-support-index__content__visual .p-section-support-index__content__visual__image {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-section-support-index .p-section-support-index__content .p-section-support-index__content__visual .p-section-support-index__content__visual__image {
    width: 70%;
    max-width: 260px;
  }
}
.p-section-support-index .p-section-support-index__content .p-section-support-index__content__info {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .p-section-support-index .p-section-support-index__content .p-section-support-index__content__info {
    width: auto;
  }
}
/*---------- support-mail (/support/) ----------*/
.p-section-support-web {
  background: url(/assets/img/support/support-web-bg.svg) right 20% bottom -20px / 380px 420px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-support-web {
    background-position: right 5px bottom -35px;
    background-size: 190px 165px;
  }
}
.p-section-support-web .p-section-support-web__button .p-section-support-web__button__link {
  display: inline-block;
  position: relative;
  border: 1px solid #f90;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 80px 25px 100px;
}
@media screen and (max-width: 640px) {
  .p-section-support-web .p-section-support-web__button .p-section-support-web__button__link {
    padding: 20px 40px 20px 60px;
  }
}
.p-section-support-web .p-section-support-web__button .p-section-support-web__button__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  width: 60px;
  height: 48px;
  background: url(/assets/img/support/support-web-icon.svg) center / contain no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-support-web .p-section-support-web__button .p-section-support-web__button__link::before {
    left: 10px;
    background-size: 50px 40px;
  }
}
.p-section-support-web .p-section-support-web__button .p-section-support-web__button__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/common-icon-external-white.svg) center / contain no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-support-web .p-section-support-web__button .p-section-support-web__button__link::after {
    right: 20px;
  }
}
/*---------- faq-category (/support/faq/) ----------*/
.p-section-faq-category .p-section-faq-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-section-faq-category .p-section-faq-category__list {
    display: block;
  }
}
.p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-right: 30px;
  border: 1px solid #777;
  background-color: #fbf8f0;
}
@media screen and (max-width: 1200px) {
  .p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item {
    width: 31%;
  }
}
@media screen and (max-width: 900px) {
  .p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item {
    width: auto;
  }
}
.p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item:hover {
  color: #f90;
  border-color: #f90;
  background-color: #fda;
  transition: 0.3s;
}
.p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item:hover::after {
  border-bottom: 1px solid #f90;
  border-right: 1px solid #f90;
}
.p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item.is-dummy {
  border: none;
  height: 0;
}
@media screen and (max-width: 640px) {
  .p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item.is-dummy {
    display: none;
  }
}
.p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item.is-dummy::after {
  display: none;
}
.p-section-faq-category .p-section-faq-category__list .p-section-faq-category__list__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(45deg);
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__form {
  position: relative;
  width: 500px;
  max-width: 100%;
  height: 48px;
  margin: 30px auto;
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__form .p-section-faq-category__keyword__form__input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 80px 0 10px;
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__form .p-section-faq-category__keyword__form__input::placeholder {
  color: #aaa;
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__form .p-section-faq-category__keyword__form__submit {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 70px;
  height: calc(100% - 2px);
  margin: auto 0;
  border: none;
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__used {
  vertical-align: middle;
  line-height: 36px;
}
@media screen and (max-width: 640px) {
  .p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__used {
    vertical-align: inherit;
  }
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__used .p-section-faq-category__keyword__used__item {
  position: relative;
  padding: 5px 8px;
  white-space: nowrap;
  font-size: 120%;
  color: #f70;
  border: 1px solid #777;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__used .p-section-faq-category__keyword__used__item {
    font-size: 110%;
  }
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__used .p-section-faq-category__keyword__used__item:hover {
  transition: 0.3s;
  border: 1px solid #f70;
  background-color: #fda;
}
.p-section-faq-category .p-section-faq-category__keyword .p-section-faq-category__keyword__used .p-section-faq-category__keyword__used__item:hover::after {
  border-color: #f70;
}
/*---------- news-category (/info/news/) ----------*/
.p-section-news-category {
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .p-section-news-category {
    padding: 5px 0;
  }
}
.p-section-news-category .p-section-news-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-section-news-category .p-section-news-category__list {
    display: block;
  }
}
.p-section-news-category .p-section-news-category__list .p-section-news-category__list__item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 28%;
  padding-right: 30px;
  border: 1px solid #777;
  background-color: #fbf8f0;
}
@media screen and (max-width: 640px) {
  .p-section-news-category .p-section-news-category__list .p-section-news-category__list__item {
    width: auto;
  }
}
.p-section-news-category .p-section-news-category__list .p-section-news-category__list__item:hover:not(.is-current) {
  color: #f90;
  border-color: #f90;
  background-color: #fda;
  transition: 0.3s;
}
.p-section-news-category .p-section-news-category__list .p-section-news-category__list__item:hover:not(.is-current)::after {
  border-top: 1px solid #f90;
  border-right: 1px solid #f90;
}
.p-section-news-category .p-section-news-category__list .p-section-news-category__list__item.is-current {
  color: white;
  border-color: #f90;
  background-color: #f90;
}
.p-section-news-category .p-section-news-category__list .p-section-news-category__list__item.is-current::after {
  display: none;
}
.p-section-news-category .p-section-news-category__list .p-section-news-category__list__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(45deg);
}
/*---------- info-list (/info/, /support/faq/) ----------*/
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__total {
    display: block;
    margin-top: 10px;
  }
}
.p-info-list .p-info-list__content.is-faq {
  border-top: 1px solid #777;
}
.p-info-list .p-info-list__content .p-info-list__content__list {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #777;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__none {
  display: table;
  width: 100%;
  border-bottom: 1px solid #777;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__none .p-info-list__content__list__none__description {
  display: table-cell;
  height: 300px;
  min-height: 300px;
  text-align: center;
  vertical-align: middle;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link {
  display: table-row;
  position: relative;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link {
    display: block;
    padding: 15px 40px 15px 10px;
  }
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link.is-icon {
    padding-left: 60px;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link:hover {
  transition: 0.3s;
  background-color: #faf4e6;
  color: #f70;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link:hover .p-info-list__content__list__link__title .p-info-list__content__list__link__title__category {
  background-color: #fda;
  border: 1px solid #f90;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link:hover .p-info-list__content__list__link__arrow::before {
  border-color: #f70;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__icon {
  display: table-cell;
  position: relative;
  min-width: 60px;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    min-width: 50px;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__icon .p-info-list__content__list__link__icon__image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__date {
  display: table-cell;
  vertical-align: middle;
  max-width: 15em;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__date {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__category {
  display: table-cell;
  position: relative;
  min-width: 130px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__category {
    display: inline-block;
    min-width: inherit;
    margin-bottom: 5px;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__category .p-info-list__content__list__link__category__label {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__category .p-info-list__content__list__link__category__label {
    position: relative;
    width: auto;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 15px;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__title {
  display: table-cell;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__title {
    display: block;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__title .p-info-list__content__list__link__title__category {
  padding: 3px 8px;
  background-color: #faf4e6;
  border: 1px solid #777;
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__arrow {
  display: table-cell;
  position: relative;
  min-width: 60px;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 40px;
    margin: auto 0;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__list .p-info-list__content__list__link .p-info-list__content__list__link__arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 6px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
}
.p-info-list .p-info-list__content .p-info-list__content__more {
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__more {
    margin: 20px auto;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__more .p-info-list__content__more__link {
  display: block;
  position: relative;
  width: 360px;
  height: 50px;
  margin: 10px auto;
  line-height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 640px) {
  .p-info-list .p-info-list__content .p-info-list__content__more .p-info-list__content__more__link {
    width: 100%;
  }
}
.p-info-list .p-info-list__content .p-info-list__content__more .p-info-list__content__more__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
/*---------- article (/article/・・・/) ----------*/
.p-section-article {
  padding-bottom: 100px;
}
.p-section-article .p-section-article__title {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .p-section-article .p-section-article__title {
    font-size: 1.6rem;
  }
}
.p-section-article .p-section-article__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-section-article .p-section-article__info .p-section-article__info__date {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.p-section-article .p-section-article__info .p-section-article__info__category {
  height: 24px;
  padding: 0 18px;
  line-height: 24px;
  color: #fff;
  background-color: #f90;
  border-radius: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: left;
}
.p-section-article .p-section-article__info .p-section-article__info__category.is-maintenance {
  color: inherit;
  background-color: #eda80f;
}
.p-section-article .p-section-article__info .p-section-article__info__category.is-faq {
  padding: 0 10px;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  color: inherit;
  background-color: #faf4e6;
  border: 1px solid #777;
}
.p-section-article .p-section-article__info .p-section-article__info__category .p-section-article__info__category__separator {
  display: inline-block;
  width: 0px;
  height: 8px;
  border-left: 5px solid #cba;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.p-section-article .p-section-article__content {
  border-top: 1px solid #777;
}
.p-section-article .p-section-article__return {
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  .p-section-article .p-section-article__return {
    margin: 20px auto;
  }
}
.p-section-article .p-section-article__return .p-section-article__return__link {
  display: block;
  position: relative;
  width: 360px;
  height: 50px;
  margin: 10px auto;
  line-height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 640px) {
  .p-section-article .p-section-article__return .p-section-article__return__link {
    width: 100%;
  }
}
.p-section-article .p-section-article__return .p-section-article__return__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
}
/*---------- rule-info (/rule/) ----------*/
.p-section-rule-info .p-section-rule-info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-section-rule-info .p-section-rule-info__list {
    display: block;
  }
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-left: 50px;
  padding-right: 40px;
  border: 1px solid #777;
  background-color: #fbf8f0;
}
@media screen and (max-width: 640px) {
  .p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item {
    width: auto;
  }
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item.is-dummy {
  visibility: hidden;
  height: 0;
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item:hover {
  color: #f90;
  border-color: #f90;
  background-color: #fda;
  transition: 0.3s;
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 24px;
  height: 32px;
  margin: auto 0;
  background: url(/assets/img/common/common-icon-pdf.svg) center / cover no-repeat;
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 15px;
  margin: auto 0;
  background: url(/assets/img/common/common-icon-external.svg) center / cover no-repeat;
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__period {
    display: block;
  }
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__plan {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__plan {
    padding-left: 1.5em;
  }
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__plan .p-section-rule-info__list__item__link__plan__item {
  display: inline;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__plan .p-section-rule-info__list__item__link__plan__item {
    display: list-item;
    list-style: disc;
  }
}
.p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__plan .p-section-rule-info__list__item__link__plan__item:not(:first-child)::before {
  content: ' ・ ';
}
@media screen and (max-width: 640px) {
  .p-section-rule-info .p-section-rule-info__list .p-section-rule-info__list__item .p-section-rule-info__list__item__link .p-section-rule-info__list__item__link__plan .p-section-rule-info__list__item__link__plan__item:not(:first-child)::before {
    content: '';
  }
}
/*---------- pagination ----------*/
.p-pagination {
  padding: 30px 0;
  text-align: center;
  font-size: 1rem;
}
.p-pagination .p-pagination__content {
  display: flex;
  justify-content: center;
}
.p-pagination .p-pagination__content.is-sp {
  justify-content: space-between;
}
.p-pagination .p-pagination__content.is-sp .p-pagination__content__pager {
  color: #fff;
  border-color: #f90;
  background-color: #f90;
}
.p-pagination .p-pagination__content.is-sp .p-pagination__content__pager.is-prev {
  flex-basis: auto;
  width: 50%;
  margin: 0 2px 0 0;
  padding: 0 0 0 20px;
}
.p-pagination .p-pagination__content.is-sp .p-pagination__content__pager.is-prev::before {
  left: 20px;
  right: auto;
  margin: auto 0;
  border-color: #fff;
}
.p-pagination .p-pagination__content.is-sp .p-pagination__content__pager.is-next {
  flex-basis: auto;
  width: 50%;
  margin: 0 0 0 2px;
  padding: 0 20px 0 0;
}
.p-pagination .p-pagination__content.is-sp .p-pagination__content__pager.is-next::before {
  left: auto;
  right: 20px;
  margin: auto 0;
  border-color: #fff;
}
.p-pagination .p-pagination__content.is-sp .p-pagination__content__pager.is-disabled {
  opacity: 0.2;
}
.p-pagination .p-pagination__content .p-pagination__content__pager {
  display: block;
  position: relative;
  height: 45px;
  margin: 0 2px;
  padding: 0 10px;
  line-height: 45px;
  min-width: 45px;
  text-align: center;
  color: #777;
  background-color: #fff;
  border: 1px solid #777;
  white-space: nowrap;
}
.p-pagination .p-pagination__content .p-pagination__content__pager.is-prev {
  margin: 0 10px;
  min-width: 65px;
}
.p-pagination .p-pagination__content .p-pagination__content__pager.is-prev::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  transform: rotate(45deg);
}
.p-pagination .p-pagination__content .p-pagination__content__pager.is-next {
  margin: 0 10px;
  min-width: 65px;
}
.p-pagination .p-pagination__content .p-pagination__content__pager.is-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 6px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(45deg);
}
.p-pagination .p-pagination__content .p-pagination__content__pager.is-current {
  color: #fff;
  background-color: #f90;
  border: 1px solid #e68a00;
}
.p-pagination .p-pagination__content .p-pagination__content__pager.is-disabled {
  opacity: 0.25;
  cursor: default;
}
.p-pagination .p-pagination__content .p-pagination__content__pager:hover:not(.is-disabled):not(.is-current) {
  background-color: #fda;
  transition: 0.3s;
}
.p-pagination .p-pagination__content .p-pagination__content__dot {
  line-height: 45px;
  min-width: 45px;
  margin: 0 10px;
  text-align: center;
  color: #f90;
}
.p-pagination .p-pagination__content .p-pagination__content__dot.is-current, .p-pagination .p-pagination__content .p-pagination__content__pager.is-current {
  opacity: 1;
  cursor: default;
}
.p-pagination .p-pagination__info {
  margin: 12px 0 0;
}
/* ======================================= *
 * Utility
 * ======================================= */
/*---------- u-font-size-X ----------*/
.u-font-size-50 {
  font-size: 50%;
}
.u-font-size-60 {
  font-size: 60%;
}
.u-font-size-70 {
  font-size: 70%;
}
.u-font-size-80 {
  font-size: 80%;
}
.u-font-size-90 {
  font-size: 90%;
}
.u-font-size-100 {
  font-size: 100%;
}
.u-font-size-110 {
  font-size: 110%;
}
.u-font-size-120 {
  font-size: 120%;
}
.u-font-size-130 {
  font-size: 130%;
}
.u-font-size-140 {
  font-size: 140%;
}
.u-font-size-150 {
  font-size: 150%;
}
.u-font-size-160 {
  font-size: 160%;
}
.u-font-size-180 {
  font-size: 180%;
}
.u-font-size-200 {
  font-size: 200%;
}
.u-font-size-220 {
  font-size: 220%;
}
.u-font-size-240 {
  font-size: 240%;
}
.u-font-size-260 {
  font-size: 260%;
}
.u-font-size-280 {
  font-size: 280%;
}
.u-font-size-300 {
  font-size: 300%;
}
@media screen and (max-width: 640px) {
  .u-font-size-50--sp {
    font-size: 50%;
  }
  .u-font-size-60--sp {
    font-size: 60%;
  }
  .u-font-size-70--sp {
    font-size: 70%;
  }
  .u-font-size-80--sp {
    font-size: 80%;
  }
  .u-font-size-90--sp {
    font-size: 90%;
  }
  .u-font-size-100--sp {
    font-size: 100%;
  }
  .u-font-size-110--sp {
    font-size: 110%;
  }
  .u-font-size-120--sp {
    font-size: 120%;
  }
  .u-font-size-130--sp {
    font-size: 130%;
  }
  .u-font-size-140--sp {
    font-size: 140%;
  }
  .u-font-size-150--sp {
    font-size: 150%;
  }
  .u-font-size-160--sp {
    font-size: 160%;
  }
  .u-font-size-180--sp {
    font-size: 180%;
  }
  .u-font-size-200--sp {
    font-size: 200%;
  }
  .u-font-size-220--sp {
    font-size: 220%;
  }
  .u-font-size-240--sp {
    font-size: 240%;
  }
  .u-font-size-260--sp {
    font-size: 260%;
  }
  .u-font-size-280--sp {
    font-size: 280%;
  }
  .u-font-size-300--sp {
    font-size: 300%;
  }
}
/*---------- u-font-weight-X ----------*/
.u-font-weight-light {
  font-weight: 300;
}
.u-font-weight-normal {
  font-weight: 400;
}
.u-font-weight-demibold {
  font-weight: 500;
}
.u-font-weight-bold {
  font-weight: 600;
}
.u-text-nowrap {
  white-space: nowrap;
}
.u-text-break-all {
  word-break: break-all;
}
.u-text-align-right {
  text-align: right;
}
.u-text-align-center {
  text-align: center;
}
.u-text-align-center--sp-left {
  text-align: center;
}
.u-text-align-left {
  text-align: left;
}
.u-vertical-align-top {
  vertical-align: top;
}
.u-vertical-align-middle {
  vertical-align: middle;
}
.u-vertical-align-bottom {
  vertical-align: bottom;
}
.u-text-strike {
  text-decoration: line-through;
}
.u-text-underline {
  text-decoration: underline;
}
.u-text-underline-bold {
  border-width: 0 0 2px;
  border-style: solid;
  padding: 1px;
}
.u-line-height-reset {
  line-height: 1em;
}
.u-line-height-12 {
  line-height: 1.2;
}
.u-line-height-18 {
  line-height: 1.8;
}
.u-line-height-20 {
  line-height: 2;
}
.u-letter-spacing-reset {
  letter-spacing: 0.01em;
}
/*---------- u-color-X ----------*/
.u-color-base {
  color: #222;
}
.u-color-marigold {
  color: #f90;
}
.u-color-orange {
  color: #f70;
}
.u-color-tangerine {
  color: #f50;
}
.u-color-white {
  color: #fff;
}
.u-color-steel {
  color: #777;
}
.u-color-charcoal {
  color: #383635;
}
.u-color-red {
  color: #d30;
}
.u-color-sky {
  color: #aad4ff;
}
.u-color-cobalt {
  color: #37c;
}
.u-color-plesk {
  color: #53bce6;
}
.u-color-plesk-d {
  color: #1190cc;
}
.u-color-domain {
  color: #aac7ff;
}
.u-color-domain-d {
  color: #57c;
}
/*---------- u-fill-X ----------*/
.u-fill-base {
  fill: #222;
}
.u-fill-marigold {
  fill: #f90;
}
.u-fill-orange {
  fill: #f70;
}
.u-fill-tangerine {
  fill: #f50;
}
.u-fill-white {
  fill: #fff;
}
.u-fill-steel {
  fill: #777;
}
.u-fill-charcoal {
  fill: #383635;
}
.u-fill-red {
  fill: #d30;
}
.u-fill-sky {
  fill: #aad4ff;
}
.u-fill-cobalt {
  fill: #37c;
}
.u-fill-plesk {
  fill: #53bce6;
}
.u-fill-plesk-d {
  fill: #1190cc;
}
.u-fill-domain {
  fill: #aac7ff;
}
.u-fill-domain-d {
  fill: #57c;
}
/*---------- u-background-color-X ----------*/
.u-background-color-base {
  background-color: #222;
}
.u-background-color-kinari {
  background-color: #fbf8f0;
}
.u-background-color-ivory {
  background-color: #faf4e6;
}
.u-background-color-beige {
  background-color: #f7ecd6;
}
.u-background-color-apricot {
  background-color: #fda;
}
.u-background-color-orange {
  background-color: #f70;
}
.u-background-color-marigold {
  background-color: #f90;
}
.u-background-color-orange {
  background-color: #f70;
}
.u-background-color-white {
  background-color: #fff;
}
.u-background-color-snow {
  background-color: #f0f1f4;
}
.u-background-color-fog {
  background-color: #ddd;
}
.u-background-color-steel {
  background-color: #777;
}
.u-background-color-gray {
  background-color: #555;
}
.u-background-color-charcoal {
  background-color: #383635;
}
.u-background-color-black {
  background-color: #000;
}
.u-background-color-red {
  background-color: #d30;
}
.u-background-color-ice {
  background-color: #cce7ff;
}
.u-background-color-sky {
  background-color: #aad4ff;
}
.u-background-color-ocean {
  background-color: #48d;
}
.u-background-color-cobalt {
  background-color: #37c;
}
.u-background-color-plesk {
  background-color: #53bce6;
}
.u-background-color-plesk-d {
  background-color: #1190cc;
}
.u-background-color-plesk-l {
  background-color: #cce4ee;
}
.u-background-color-domain {
  background-color: #aac7ff;
}
.u-background-color-domain-d {
  background-color: #57c;
}
.u-background-color-domain-l {
  background-color: #ccddff;
}
.u-background-color-transparent {
  background-color: transparent;
}
.u-background-color-metallic-vermilion {
  background-color: #c86e18;
  background-image: linear-gradient(to right, #c86e18 0, #f39834 45%, #bc6008 100%);
}
/*---------- u-hover-color-X ----------*/
.u-hover-color-white:hover {
  color: #fff;
}
/*---------- u-hover-background-color-X ----------*/
.u-hover-background-color-orange:hover {
  background-color: #f70;
}
.u-background-texture-checker {
  background: #1b0c02 url(/assets/img/common/texture-checker.svg) center center repeat;
}
/*---------- u-hover-border-color-X ----------*/
.u-border-color-apricot {
  border: 1px solid #fda;
}
.u-border-color-marigold {
  border: 1px solid #f90;
}
.u-border-color-orange {
  border: 1px solid #f70;
}
.u-border-color-white {
  border: 1px solid #fff;
}
.u-border-color-steel {
  border: 1px solid #777;
}
.u-border-color-gray {
  border: 1px solid #555;
}
.u-border-color-sky {
  border: 1px solid #aad4ff;
}
.u-border-color-plesk {
  border: 1px solid #53bce6;
}
.u-border-color-domain {
  border: 1px solid #aac7ff;
}
.u-border-width-top-1px {
  border-width: 1px 0 0;
}
.u-border-width-bottom-1px {
  border-width: 0 0 1px;
}
.u-border-width-top-bottom-1px {
  border-width: 1px 0;
}
.u-border-width-bold {
  border-width: 2px;
}
.u-border-width-heavy {
  border-width: 3px;
}
.u-border-style-dashed {
  border-style: dashed;
}
/*---------- u-margin/u-padding ----------*/
.u-margin-0 {
  margin: 0;
}
.u-margin-v0 {
  margin-top: 0;
  margin-bottom: 0;
}
.u-margin-h0 {
  margin-left: 0;
  margin-right: 0;
}
.u-padding-0 {
  padding: 0;
}
.u-padding-v0 {
  padding-top: 0;
  padding-bottom: 0;
}
.u-padding-h0 {
  padding-left: 0;
  padding-right: 0;
}
.u-margin-5 {
  margin: 5px;
}
.u-margin-v5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.u-margin-h5 {
  margin-left: 5px;
  margin-right: 5px;
}
.u-padding-5 {
  padding: 5px;
}
.u-padding-v5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-padding-h5 {
  padding-left: 5px;
  padding-right: 5px;
}
.u-margin-10 {
  margin: 10px;
}
.u-margin-v10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.u-margin-h10 {
  margin-left: 10px;
  margin-right: 10px;
}
.u-padding-10 {
  padding: 10px;
}
.u-padding-v10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-padding-h10 {
  padding-left: 10px;
  padding-right: 10px;
}
.u-margin-15 {
  margin: 15px;
}
.u-margin-v15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.u-margin-h15 {
  margin-left: 15px;
  margin-right: 15px;
}
.u-padding-15 {
  padding: 15px;
}
.u-padding-v15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.u-padding-h15 {
  padding-left: 15px;
  padding-right: 15px;
}
.u-margin-20 {
  margin: 20px;
}
.u-margin-v20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.u-margin-h20 {
  margin-left: 20px;
  margin-right: 20px;
}
.u-padding-20 {
  padding: 20px;
}
.u-padding-v20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.u-padding-h20 {
  padding-left: 20px;
  padding-right: 20px;
}
.u-margin-30 {
  margin: 30px;
}
.u-margin-v30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.u-margin-h30 {
  margin-left: 30px;
  margin-right: 30px;
}
.u-padding-30 {
  padding: 30px;
}
.u-padding-v30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-padding-h30 {
  padding-left: 30px;
  padding-right: 30px;
}
.u-margin-40 {
  margin: 40px;
}
.u-margin-v40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.u-margin-h40 {
  margin-left: 40px;
  margin-right: 40px;
}
.u-padding-40 {
  padding: 40px;
}
.u-padding-v40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.u-padding-h40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .u-margin-0--sp {
    margin: 0;
  }
  .u-margin-v0--sp {
    margin-top: 0;
    margin-bottom: 0;
  }
  .u-margin-h0--sp {
    margin-left: 0;
    margin-right: 0;
  }
  .u-padding-0--sp {
    padding: 0;
  }
  .u-padding-v0--sp {
    padding-top: 0;
    padding-bottom: 0;
  }
  .u-padding-h0--sp {
    padding-left: 0;
    padding-right: 0;
  }
  .u-margin-5--sp {
    margin: 5px;
  }
  .u-margin-v5--sp {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .u-margin-h5--sp {
    margin-left: 5px;
    margin-right: 5px;
  }
  .u-padding-5--sp {
    padding: 5px;
  }
  .u-padding-v5--sp {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .u-padding-h5--sp {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-margin-10--sp {
    margin: 10px;
  }
  .u-margin-v10--sp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .u-margin-h10--sp {
    margin-left: 10px;
    margin-right: 10px;
  }
  .u-padding-10--sp {
    padding: 10px;
  }
  .u-padding-v10--sp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .u-padding-h10--sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-margin-15--sp {
    margin: 15px;
  }
  .u-margin-v15--sp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .u-margin-h15--sp {
    margin-left: 15px;
    margin-right: 15px;
  }
  .u-padding-15--sp {
    padding: 15px;
  }
  .u-padding-v15--sp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .u-padding-h15--sp {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-margin-20--sp {
    margin: 20px;
  }
  .u-margin-v20--sp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .u-margin-h20--sp {
    margin-left: 20px;
    margin-right: 20px;
  }
  .u-padding-20--sp {
    padding: 20px;
  }
  .u-padding-v20--sp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .u-padding-h20--sp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-margin-30--sp {
    margin: 30px;
  }
  .u-margin-v30--sp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .u-margin-h30--sp {
    margin-left: 30px;
    margin-right: 30px;
  }
  .u-padding-30--sp {
    padding: 30px;
  }
  .u-padding-v30--sp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .u-padding-h30--sp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-margin-40--sp {
    margin: 40px;
  }
  .u-margin-v40--sp {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .u-margin-h40--sp {
    margin-left: 40px;
    margin-right: 40px;
  }
  .u-padding-40--sp {
    padding: 40px;
  }
  .u-padding-v40--sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .u-padding-h40--sp {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-40 {
  opacity: 0.4;
}
.u-opacity-60 {
  opacity: 0.6;
}
.u-opacity-80 {
  opacity: 0.8;
}
.u-border-radius {
  border-radius: 4px;
}
.u-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 640px) {
  .u-text-align-center--sp-left {
    text-align: left;
  }
  .u-display-block-responsive {
    display: block;
    width: 100%;
  }
}
.p-section-article__content .wp-block-table {
  border-collapse: collapse;
}
.p-section-article__content .wp-block-table th {
  padding: 10px;
  background-color: #faf4e6;
  text-align: left;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
.p-section-article__content .wp-block-table td {
  padding: 10px;
  text-align: left;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
.p-section-article__content ul {
  margin-left: 1.3em;
}
.p-section-article__content ul li {
  list-style: disc;
}
.p-section-article__content ul.is-asterisk {
  margin-left: 0;
}
.p-section-article__content ul.is-asterisk li {
  position: relative;
  padding-left: 2em;
  list-style: none;
}
.p-section-article__content ul.is-asterisk li::before {
  content: '※';
  display: inline;
  position: absolute;
  top: 0;
  left: 0.2em;
}
.p-section-article__content ol {
  margin-left: 2em;
}
.p-section-article__content a {
  color: #f90;
}
.p-section-article__content a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.p-section-article__content .wp-block-group {
  padding: 20px;
  border: 1px solid #000;
  background-color: #fbf8f0;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .p-section-article__content .wp-block-group {
    padding: 15px;
  }
}
.p-section-article__content .wp-block-separator {
  width: auto !important;
  border-top: 1px solid #777;
  border-bottom: none;
}
