@charset "EUC-JP";



@import url('https://use.typekit.net/lva6bsy.css');

.scroll-prevent {
  /*動き固定*/
  position: absolute;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

body,
html {
  width: 100%;
}

body {
  scroll-behavior: smooth;
}

* {
  font-family: Roboto, noto-sans-cjk-jp, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #262626;
}

a,
span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

picture,
figure,
source {
  line-height: 1;
}

.center {
  text-align: center;
}

.pic-center {
  display: block;
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.left-bottom-white-circle {
  position: relative;
}

.left-bottom-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-bottom-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  content: '';
  background: white;
}

.right-blue-circle {
  position: relative;
}

.right-blue-circle::before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-blue-circle {
  position: relative;
}

.left-blue-circle::before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-top-blue-circle {
  position: relative;
}

.left-top-blue-circle::before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-bottom-blue-circle {
  position: relative;
}

.left-bottom-blue-circle::before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.right-top-blue-circle {
  position: relative;
}

.right-top-blue-circle::before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-top-white-circle {
  position: relative;
}

.left-top-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-top-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.left-top-right-bottom-white-circle {
  position: relative;
}

.left-top-right-bottom-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-top-right-bottom-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.right-white-circle {
  position: relative;
}

.right-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.right-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.right-bottom-white-circle {
  position: relative;
}

.right-bottom-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.right-bottom-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.right-top-white-circle {
  position: relative;
}

.right-top-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.right-top-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.left-bottom-right-top-white-circle {
  position: relative;
}

.left-bottom-right-top-white-circle::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.left-bottom-right-top-white-circle::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.right-half-blue {
  position: relative;
}

.right-half-blue::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  content: '';
  background: #edf9ff;
}

.back-deco1 {
  position: absolute;
  z-index: -1;
  top: 130px;
  right: 0;
  width: 100%;
  max-width: 712px;
  height: 320px;
}

.back-deco1__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.back-deco1__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #edf9ff;
}

.back-deco1__bottom::before {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.bc-white {
  background: white;
}

.bc-pb {
  background: #edf9ff;
}

.bc-pb3 {
  background: #9ec0e1;
}

.bc-blue1 {
  background: #148dce;
}

.bc-blue2 {
  background: #6680ff;
}

.bc-blue3 {
  background: #66b3ff;
}

.bc-blue4 {
  background: #1b5fa6;
}

.bc-blue5 {
  background: #113d6b;
}

.bc-blue6 {
  background: #40b8c9;
}

.bc-c-blue1 {
  background: #148dce;
}

.bc-c-blue2 {
  background: #caebfc;
}

.b-shadow-l {
  box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
}

.b-shadow-m {
  box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
}

.b-shadow-s {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.s-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.b-text {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.fs14 {
  font-size: 1.4rem;
  line-height: 1.8;
}

.fs16 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.fs18 {
  font-size: 1.8rem;
  line-height: 1.8;
}

.fs20 {
  font-size: 2rem;
  line-height: 1.8;
}

.fs22 {
  font-size: 2.2rem;
  line-height: 1.8;
}

.fs24 {
  font-size: 2.4rem;
  line-height: 1.8;
}

.fs26 {
  font-size: 2.6rem;
  line-height: 1.8;
}

.fs28 {
  font-size: 2.8rem;
  line-height: 1.8;
}

.fs30 {
  font-size: 3rem;
  line-height: 1.8;
}

.fs32 {
  font-size: 3.2rem;
  line-height: 1.8;
}

.fs34 {
  font-size: 3.4rem;
  line-height: 1.8;
}

.fs36 {
  font-size: 3.6rem;
  line-height: 1.8;
}

.fs38 {
  font-size: 3.8rem;
  line-height: 1.8;
}

.fs40 {
  font-size: 4rem;
  line-height: 1.8;
}

.fs42 {
  font-size: 4.2rem;
  line-height: 1.8;
}

.fs44 {
  font-size: 4.4rem;
  line-height: 1.8;
}

.fs46 {
  font-size: 4.6rem;
  line-height: 1.8;
}

.fs48 {
  font-size: 4.8rem;
  line-height: 1.8;
}

.fs50 {
  font-size: 5rem;
  line-height: 1.8;
}

.fs52 {
  font-size: 5.2rem;
  line-height: 1.8;
}

.fs54 {
  font-size: 5.4rem;
  line-height: 1.8;
}

.fs56 {
  font-size: 5.6rem;
  line-height: 1.8;
}

.fs58 {
  font-size: 5.8rem;
  line-height: 1.8;
}

.fs60 {
  font-size: 6rem;
  line-height: 1.8;
}

.fs62 {
  font-size: 6.2rem;
  line-height: 1.8;
}

.fs64 {
  font-size: 6.4rem;
  line-height: 1.8;
}

.fs66 {
  font-size: 6.6rem;
  line-height: 1.8;
}

.fs68 {
  font-size: 6.8rem;
  line-height: 1.8;
}

.fs70 {
  font-size: 7rem;
  line-height: 1.8;
}

.fs72 {
  font-size: 7.2rem;
  line-height: 1.8;
}

.fs74 {
  font-size: 7.4rem;
  line-height: 1.8;
}

.fs76 {
  font-size: 7.6rem;
  line-height: 1.8;
}

.fs78 {
  font-size: 7.8rem;
  line-height: 1.8;
}

.fs80 {
  font-size: 8rem;
  line-height: 1.8;
}

.fs82 {
  font-size: 8.2rem;
  line-height: 1.8;
}

.fs84 {
  font-size: 8.4rem;
  line-height: 1.8;
}

.fs86 {
  font-size: 8.6rem;
  line-height: 1.8;
}

.fs88 {
  font-size: 8.8rem;
  line-height: 1.8;
}

.fs90 {
  font-size: 9rem;
  line-height: 1.8;
}

.fs92 {
  font-size: 9.2rem;
  line-height: 1.8;
}

.fs12 {
  font-size: 1.2rem;
}

.midashi-fs {
  font-size: 2.5rem;
}

.text14-only {
  font-size: 1.4rem;
}

.bold {
  font-weight: 500;
}

.d-inlineb {
  display: inline-block;
}

.d-block {
  display: block;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  color: #148dce;
}

.c-blue {
  color: #148dce;
}

.c-blue7 {
  color: #027bf0;
}

.c-d-blue1 {
  color: #148dce;
}

.c-pink1 {
  color: #f69;
}

.c-red {
  font-size: 14px !important;
  color: #f7716f;
}

.c-campaign {
  color: #f33;
}

.c-white {
  color: white;
}

.serif {
  font-family: source-han-serif-japanese, serif;
}

.noteAnchor {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 5px 0 2px;
  text-decoration: underline !important;
}

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

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-128 {
  margin-top: 128px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-64 {
  margin-left: 64px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-88 {
  margin-left: 88px;
}

.ml-96 {
  margin-left: 96px;
}

.ml-104 {
  margin-left: 104px;
}

.ml-112 {
  margin-left: 112px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-128 {
  margin-left: 128px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-56 {
  margin-right: 56px;
}

.mr-64 {
  margin-right: 64px;
}

.mr-72 {
  margin-right: 72px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-88 {
  margin-right: 88px;
}

.mr-96 {
  margin-right: 96px;
}

.mr-104 {
  margin-right: 104px;
}

.mr-112 {
  margin-right: 112px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-128 {
  margin-right: 128px;
}

.of768 {
  min-width: 680px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.p-72 {
  padding: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.p-88 {
  padding: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.p-96 {
  padding: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.p-104 {
  padding: 104px;
}

.pt-104 {
  padding-top: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pl-104 {
  padding-left: 104px;
}

.pr-104 {
  padding-right: 104px;
}

.p-112 {
  padding: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.p-120 {
  padding: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.p-128 {
  padding: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.p-136 {
  padding: 136px;
}

.pt-136 {
  padding-top: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.pl-136 {
  padding-left: 136px;
}

.pr-136 {
  padding-right: 136px;
}

.p-144 {
  padding: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pl-144 {
  padding-left: 144px;
}

.pr-144 {
  padding-right: 144px;
}

.p-152 {
  padding: 152px;
}

.pt-152 {
  padding-top: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pl-152 {
  padding-left: 152px;
}

.pr-152 {
  padding-right: 152px;
}

.p-160 {
  padding: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.p-168 {
  padding: 168px;
}

.pt-168 {
  padding-top: 168px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pl-168 {
  padding-left: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.p-176 {
  padding: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pl-176 {
  padding-left: 176px;
}

.pr-176 {
  padding-right: 176px;
}

.p-184 {
  padding: 184px;
}

.pt-184 {
  padding-top: 184px;
}

.pb-184 {
  padding-bottom: 184px;
}

.pl-184 {
  padding-left: 184px;
}

.pr-184 {
  padding-right: 184px;
}

.p-192 {
  padding: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pl-192 {
  padding-left: 192px;
}

.pr-192 {
  padding-right: 192px;
}

.p-200 {
  padding: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.p-208 {
  padding: 208px;
}

.pt-208 {
  padding-top: 208px;
}

.pb-208 {
  padding-bottom: 208px;
}

.pl-208 {
  padding-left: 208px;
}

.pr-208 {
  padding-right: 208px;
}

.p-216 {
  padding: 216px;
}

.pt-216 {
  padding-top: 216px;
}

.pb-216 {
  padding-bottom: 216px;
}

.pl-216 {
  padding-left: 216px;
}

.pr-216 {
  padding-right: 216px;
}

.p-224 {
  padding: 224px;
}

.pt-224 {
  padding-top: 224px;
}

.pb-224 {
  padding-bottom: 224px;
}

.pl-224 {
  padding-left: 224px;
}

.pr-224 {
  padding-right: 224px;
}

.p-232 {
  padding: 232px;
}

.pt-232 {
  padding-top: 232px;
}

.pb-232 {
  padding-bottom: 232px;
}

.pl-232 {
  padding-left: 232px;
}

.pr-232 {
  padding-right: 232px;
}

.p-240 {
  padding: 240px;
}

.pt-240 {
  padding-top: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pl-240 {
  padding-left: 240px;
}

.pr-240 {
  padding-right: 240px;
}

.p-248 {
  padding: 248px;
}

.pt-248 {
  padding-top: 248px;
}

.pb-248 {
  padding-bottom: 248px;
}

.pl-248 {
  padding-left: 248px;
}

.pr-248 {
  padding-right: 248px;
}

.p-256 {
  padding: 256px;
}

.pt-256 {
  padding-top: 256px;
}

.pb-256 {
  padding-bottom: 256px;
}

.pl-256 {
  padding-left: 256px;
}

.pr-256 {
  padding-right: 256px;
}

.p-264 {
  padding: 264px;
}

.pt-264 {
  padding-top: 264px;
}

.pb-264 {
  padding-bottom: 264px;
}

.pl-264 {
  padding-left: 264px;
}

.pr-264 {
  padding-right: 264px;
}

.p-272 {
  padding: 272px;
}

.pt-272 {
  padding-top: 272px;
}

.pb-272 {
  padding-bottom: 272px;
}

.pl-272 {
  padding-left: 272px;
}

.pr-272 {
  padding-right: 272px;
}

.p-280 {
  padding: 280px;
}

.pt-280 {
  padding-top: 280px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pl-280 {
  padding-left: 280px;
}

.pr-280 {
  padding-right: 280px;
}

.p-288 {
  padding: 288px;
}

.pt-288 {
  padding-top: 288px;
}

.pb-288 {
  padding-bottom: 288px;
}

.pl-288 {
  padding-left: 288px;
}

.pr-288 {
  padding-right: 288px;
}

.p-296 {
  padding: 296px;
}

.pt-296 {
  padding-top: 296px;
}

.pb-296 {
  padding-bottom: 296px;
}

.pl-296 {
  padding-left: 296px;
}

.pr-296 {
  padding-right: 296px;
}

.p-304 {
  padding: 304px;
}

.pt-304 {
  padding-top: 304px;
}

.pb-304 {
  padding-bottom: 304px;
}

.pl-304 {
  padding-left: 304px;
}

.pr-304 {
  padding-right: 304px;
}

.p-312 {
  padding: 312px;
}

.pt-312 {
  padding-top: 312px;
}

.pb-312 {
  padding-bottom: 312px;
}

.pl-312 {
  padding-left: 312px;
}

.pr-312 {
  padding-right: 312px;
}

.p-320 {
  padding: 320px;
}

.pt-320 {
  padding-top: 320px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pl-320 {
  padding-left: 320px;
}

.pr-320 {
  padding-right: 320px;
}

.p-328 {
  padding: 328px;
}

.pt-328 {
  padding-top: 328px;
}

.pb-328 {
  padding-bottom: 328px;
}

.pl-328 {
  padding-left: 328px;
}

.pr-328 {
  padding-right: 328px;
}

.p-336 {
  padding: 336px;
}

.pt-336 {
  padding-top: 336px;
}

.pb-336 {
  padding-bottom: 336px;
}

.pl-336 {
  padding-left: 336px;
}

.pr-336 {
  padding-right: 336px;
}

.p-344 {
  padding: 344px;
}

.pt-344 {
  padding-top: 344px;
}

.pb-344 {
  padding-bottom: 344px;
}

.pl-344 {
  padding-left: 344px;
}

.pr-344 {
  padding-right: 344px;
}

.p-352 {
  padding: 352px;
}

.pt-352 {
  padding-top: 352px;
}

.pb-352 {
  padding-bottom: 352px;
}

.pl-352 {
  padding-left: 352px;
}

.pr-352 {
  padding-right: 352px;
}

.p-360 {
  padding: 360px;
}

.pt-360 {
  padding-top: 360px;
}

.pb-360 {
  padding-bottom: 360px;
}

.pl-360 {
  padding-left: 360px;
}

.pr-360 {
  padding-right: 360px;
}

.p-368 {
  padding: 368px;
}

.pt-368 {
  padding-top: 368px;
}

.pb-368 {
  padding-bottom: 368px;
}

.pl-368 {
  padding-left: 368px;
}

.pr-368 {
  padding-right: 368px;
}

.p-376 {
  padding: 376px;
}

.pt-376 {
  padding-top: 376px;
}

.pb-376 {
  padding-bottom: 376px;
}

.pl-376 {
  padding-left: 376px;
}

.pr-376 {
  padding-right: 376px;
}

.p-384 {
  padding: 384px;
}

.pt-384 {
  padding-top: 384px;
}

.pb-384 {
  padding-bottom: 384px;
}

.pl-384 {
  padding-left: 384px;
}

.pr-384 {
  padding-right: 384px;
}

.type-bleft {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 8px;
  border-left: solid 5px #148dce;
}

ul.dots {
  padding-left: 24px;
  list-style: disc;
}

.right {
  text-align: right;
}

.annotation-flex {
  display: flex;
  margin-top: 16px;
  justify-content: flex-start;
}

.annotation-flex.justify-end {
  justify-content: flex-end;
}

.border-box {
  padding: 24px 16px;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.border-box h3 {
  font-weight: bold;
}

.border-box.blue-back {
  background-color: #f5f9ff;
}

.border-box.blue-back ul.checklist li.checklist-item {
  position: relative;
  padding-left: 24px;
}

.border-box.blue-back ul.checklist li.checklist-item::before {
  position: absolute;
  top: 2px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  content: '';
  background-image: inherit;
}

.button-flex {
  display: flex;
  justify-content: flex-start;
}

.button-flex .link-button1 {
  margin-left: 0;
}

.button-flex .link-button1:first-child {
  margin-right: 24px;
}

.company article a {
  text-decoration: underline;
}

.radio-field {
  display: flex;
  margin: .5rem;
  flex-wrap: wrap;
}

.radio-field .radio-flex:first-child {
  margin-right: 16px;
}

.radio-field label {
  display: flex;
  align-items: center;
}

.radio-field label p {
  font-size: 1.5rem;
  margin-top: -5px;
}

.radio-field input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio-field input[type=radio] + .radio-label:before {
  position: relative;
  top: -.2em;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 8px;
  content: '';
  cursor: pointer;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: top;
  border: 1px solid #b4b4b4;
  border-radius: 100%;
  background: #f4f4f4;
}

.radio-field input[type=radio]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-field input[type=radio]:focus + .radio-label:before {
  border-color: #3197ee;
  outline: none;
}

.radio-field input[type=radio]:disabled + .radio-label:before {
  border-color: #b4b4b4;
  background: #b4b4b4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-field input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.br4 {
  border-radius: 4px;
}

.br8 {
  border-radius: 8px;
}

.br12 {
  border-radius: 12px;
}

.br16 {
  border-radius: 16px;
}

.br20 {
  border-radius: 20px;
}

.br24 {
  border-radius: 24px;
}

.br28 {
  border-radius: 28px;
}

.br32 {
  border-radius: 32px;
}

.br36 {
  border-radius: 36px;
}

.br40 {
  border-radius: 40px;
}

.translate-y-4 {
  display: inline-block;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.bread__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.bread__list li {
  font-size: 1.2rem;
  margin-right: 8px;
}

.bread__list li:last-of-type {
  margin-right: 0;
}

.bread__list li a:hover {
  color: #148dce;
}

.bread__list li a img {
  margin-right: 4px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.bread__list li img {
  display: inline-block;
}

.bread__list li img.bread__list--arrow {
  width: 6px;
  height: auto;
}

.bread__list--w li {
  color: #fff;
}

.bread__list--w li a {
  color: #fff;
}

.bread__list--w li a:hover {
  color: #fff;
}

.link-button3 {
  display: flex;
  width: 244px;
  height: 32px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 50%, rgb(228, 228, 228) 57%, rgb(226, 226, 226) 100%);
  align-items: center;
  justify-content: center;
}

.link-button3 a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-button3 a span {
  font-size: 1.2rem;
}

.link-button3 a span::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 32px;
  content: '';
  background-image: url('../../images/icon/new.svg');
  background-size: contain;
}

.link-button1 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
}

.link-button1.left {
  margin-left: 0;
}

.link-button1::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: ease .3s all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 30px;
  background: rgba(0, 0, 0, .15);
}

.link-button1::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.link-button1.width344 {
  width: 100%;
  max-width: 344px;
}

.link-button1.width256 {
  width: 100%;
  max-width: 256px;
}

.link-button1.width160 {
  width: 100%;
  max-width: 160px;
}

.link-button1.height40 a,
.link-button1.height40 label {
  height: 40px;
}

.link-button1.w500 {
  width: 500px;
  max-width: 100%;
  height: 80px;
  border-radius: 5px;
}

.link-button1.w500::before {
  border-radius: 0;
}

.link-button1.w500 a {
  width: 100%;
  height: 100%;
}

.link-button1.w500 span {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.link-button1.w500 span::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  content: '';
  background-image: url('../../images/icon/contacticon.svg');
  background-size: contain;
}

.link-button1.red1::after {
  background: #f7716f !important;
}

.link-button1.redBdr1 a {
  color: #f7716f !important;
}

.link-button1.redBdr1::before {
  background: rgba(247, 113, 111, .15);
}

.link-button1.redBdr1::after {
  border: 1px solid #f7716f !important;
  border-radius: 4px;
  background: #fff !important;
}

.link-button1.blueBdr1 a {
  color: #148dce !important;
}

.link-button1.blueBdr1 a::before {
  background: url('../../images/icon/arrow-right-b.svg') no-repeat !important;
}

.link-button1.blueBdr1::before {
  background: rgba(20, 141, 206, .15);
}

.link-button1.blueBdr1::after {
  border: 2px solid #148dce !important;
  border-radius: 30px;
  background: #fff !important;
}

.link-button1.gree1::after {
  background: #f5f7f8;
}

.link-button1.gree2::after {
  background: #ccc;
}

.link-button1.gree3::after {
  background: #b3b3b3;
}

.link-button1.d-blue1::after {
  background: #148dce;
}

.link-button1.blue1::after {
  background: #148dce;
}

.link-button1.blue4::after {
  background: #1b5fa6;
}

.link-button1.blue5::after {
  background: #113d6b;
}

.link-button1.blue6::after {
  background: #40b8c9;
}

.link-button1.blue7::after {
  background: #027bf0;
}

.link-button1.pink1::after {
  background: #f69;
}

.link-button1:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.link-button1 a,
.link-button1 label {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  display: block;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  cursor: pointer;
  transition: ease .3s all;
  color: white;
  border-radius: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.link-button1 a input,
.link-button1 label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.link-button1 a::before,
.link-button1 label::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 13px;
  margin-top: 1px;
  content: '';
  transition: ease .3s all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../images/icon/arrow-right-w.svg') no-repeat;
  background-position: center;
  background-size: contain;
}

.link-button1 a:hover::before,
.link-button1 label:hover::before {
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

.link-button1.link-button2 {
  border-radius: 4px;
}

.link-button1.link-button2::before {
  border-radius: 4px;
}

.link-button1.link-button2:after {
  background: #053564;
}

.link-button1.link-button2 a,
.link-button1.link-button2 label {
  height: 40px;
}

.link-button1.link-button2 a::before,
.link-button1.link-button2 label::before {
  right: 12px;
  -webkit-transform: translateY(-50%) scale(.8);
  transform: translateY(-50%) scale(.8);
}

.link-button1.link-button2 a:hover::before,
.link-button1.link-button2 label:hover::before {
  -webkit-transform: translateY(-50%) scale(.8);
  transform: translateY(-50%) scale(.8);
}

.hover-text {
  transition: linear .1s all;
}

.hover-text:hover {
  letter-spacing: .1em;
}

.hover-opacity {
  transition: ease .3s all;
}

.hover-opacity:hover {
  opacity: .6;
}

.hover-gray {
  transition: ease .3s all;
}

.hover-gray:hover {
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
}

@font-face {
  font-family: 'xserver';
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/xserver.eot?-yof791);
  src: url(../fonts/xserver.eot?#iefix-yof791) format('embedded-opentype'), url(../fonts/xserver.ttf?-yof791) format('truetype'), url(../fonts/xserver.woff?-yof791) format('woff'), url(../fonts/xserver.svg?-yof791#xserver) format('svg');
  font-display: swap;
}

.ico {
  font-family: 'xserver';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico_circle:before {
  content: unicode(e800);
}

.ico_circle-double:before {
  content: unicode(e814);
}

.ico_circle-fill:before {
  content: unicode(e801);
}

.ico_square:before {
  content: unicode(e802);
}

.ico_square-fill:before {
  content: unicode(e803);
}

.ico_exclamation:before {
  content: unicode(e804);
}

.ico_exclamation-fill:before {
  content: unicode(e805);
}

.ico_triangle-down:before {
  content: unicode(e815);
}

.ico_triangle-left:before {
  content: unicode(e816);
}

.ico_triangle-right:before {
  content: unicode(e817);
}

.ico_triangle-up:before {
  content: unicode(e818);
}

.ico_circle-arrow-down:before {
  content: unicode(e806);
}

.ico_circle-arrow-left:before {
  content: unicode(e807);
}

.ico_circle-arrow-right:before {
  content: unicode(e808);
}

.ico_circle-arrow-up:before {
  content: unicode(e809);
}

.ico_arrow-down:before {
  content: unicode(e600);
}

.ico_arrow-left:before {
  content: unicode(e601);
}

.ico_arrow-right:before {
  content: unicode(e602);
}

.ico_arrow-right:before {
  content: '\e602';
}

.ico_arrow-up:before {
  content: unicode(e603);
}

.ico_chevron-down:before {
  content: unicode(e604);
}

.ico_chevron-left:before {
  content: unicode(e605);
}

.ico_chevron-right:before {
  content: unicode(e606);
}

.ico_chevron-up:before {
  content: unicode(e607);
}

.ico_circle-down:before {
  content: unicode(e608);
}

.ico_circle-left:before {
  content: unicode(e609);
}

.ico_circle-right:before {
  content: unicode(e60a);
}

.ico_circle-up:before {
  content: unicode(e60b);
}

.ico_hierarchy:before {
  content: unicode(e624);
}

.ico_check:before {
  content: unicode(e80f);
}

.ico_cross:before {
  content: unicode(e60c);
}

.ico_plus:before {
  content: unicode(e60d);
}

.ico_minus:before {
  content: unicode(e60e);
}

.ico_menu:before {
  content: unicode(e60f);
}

.ico_list:before {
  content: unicode(e610);
}

.ico_book:before {
  content: unicode(e611);
}

.ico_display:before {
  content: unicode(e612);
}

.ico_circle-check:before {
  content: unicode(e613);
}

.ico_email:before {
  content: unicode(e614);
}

.ico_gear:before {
  content: unicode(e615);
}

.ico_globe:before {
  content: unicode(e616);
}

.ico_home:before {
  content: unicode(e617);
}

.ico_lock:before {
  content: unicode(e618);
}

.ico_magnifier:before {
  content: unicode(e619);
}

.ico_mouse:before {
  content: unicode(e61a);
}

.ico_operator:before {
  content: unicode(e61c);
}

.ico_pencil:before {
  content: unicode(e61d);
}

.ico_phone:before {
  content: unicode(e61e);
}

.ico_refresh:before {
  content: unicode(e61f);
}

.ico_safety:before {
  content: unicode(e620);
}

.ico_server:before {
  content: unicode(e621);
}

.ico_tag:before {
  content: unicode(e622);
}

.ico_unlock:before {
  content: unicode(e623);
}

.ico_balloon:before {
  content: unicode(e80a);
}

.ico_balloon-q:before {
  content: unicode(e80b);
}

.ico_balloon-a:before {
  content: unicode(e80c);
}

.ico_square-q:before {
  content: unicode(e80d);
}

.ico_square-a:before {
  content: unicode(e80e);
}

.ico_q:before {
  content: unicode(e810);
}

.ico_signature:before {
  content: unicode(e811);
}

.ico_window:before {
  content: unicode(e812);
}

.ico_wordpress:before {
  content: unicode(e813);
}

.ico_square-exclamation:before {
  content: unicode(e900);
}

.ico_square-question:before {
  content: unicode(e901);
}

.ico_smartphone:before {
  content: unicode(e902);
}

h2.type1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
}

h2.type1.left {
  text-align: left;
}

h2.type1 .num {
  font-family: century-gothic, sans-serif;
  font-size: 3.6rem;
  font-style: normal;
}

h2.type2 {
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

h2.type2 .title {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

h2.type2 .title + .tag {
  margin-left: 16px;
}

h2.type2 .tag {
  font-size: 1.4rem;
  margin-left: 8px;
  padding: 0 8px;
  color: white;
  border-radius: 20px;
  background: #148dce;
}

h2.type2 .caption {
  font-size: 1.4rem;
  margin-left: 8px;
}

h2.type3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}

h2.type3 span {
  font-family: century-gothic, sans-serif;
  font-size: 3.6rem;
  font-style: normal;
}

.multiple-title {
  display: flex;
  flex-direction: row;
  padding: 16px 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.multiple-title span {
  font-size: 1.6rem;
  text-align: center;
}

.multiple-title .name {
  margin-right: auto;
  margin-left: 46px;
  text-align: left;
}

.multiple-title .name.transfer {
  flex-basis: 240px;
}

.multiple-title .authcode {
  margin-right: 96px;
  margin-left: auto;
  flex-basis: 252px;
}

.multiple-title .price {
  margin-right: 96px;
  margin-left: auto;
  flex-basis: 72px;
}

.multiple-title .result {
  flex-basis: 114px;
}

/*===左横にボーダーがあるタイプのh3===*/

h3.type-bleft {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 8px;
  border-left: solid 5px #148dce;
}

.left-blue-b {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}

.left-blue-b::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 30px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #027bf0;
}

/*===太字===*/

h4.type1 {
  font-weight: bold;
}

h5.type-blueback {
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: bold;
  display: flex;
  height: 56px;
  padding-left: 16px;
  background-color: #f5f9ff;
  align-items: center;
}

.sorts-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sorts-title .sorts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.sorts-title .sorts label {
  position: relative;
  margin-right: 8px;
}

.sorts-title .sorts label:last-of-type {
  margin-right: 0;
}

.sorts-title .sorts label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sorts-title .sorts label span {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  padding: 12px 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
}

.sorts-title .sorts label input:checked + span {
  color: white;
  background: #148dce;
}

.price-list__table {
  width: 100%;
  /*スクロールバー全体
  @include tab-big {
    &::-webkit-scrollbar {
      height: 4px;
      position: absolute;
      background: #ccc;
    }

    &::-webkit-scrollbar-thumb {
      background-color: $color;
      border-radius: 10px;
      opacity: 0.3;
    }
  }*/
}

.price-list__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.price-list__head p {
  position: relative;
  text-align: center;
  flex-basis: 120px;
}

.price-list__head p span {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

.price-list__head p span.up {
  -webkit-transform: translate(calc(-50% + 28px), calc(-50% - 4px));
  transform: translate(calc(-50% + 28px), calc(-50% - 4px));
}

.price-list__head p span.down {
  -webkit-transform: translate(calc(-50% + 28px), calc(-50% + 4px));
  transform: translate(calc(-50% + 28px), calc(-50% + 4px));
}

.price-list__body {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.price-list__body:first-of-type {
  margin-top: 0;
}

.price-list__body p {
  position: relative;
  text-align: center;
  flex-basis: 120px;
}

.price-list__body p.domain {
  font-size: 2rem;
  font-weight: 700;
}

.price-list__body p span {
  font-size: 2.2rem;
  font-weight: 700;
  padding-right: 4px;
}

.safety__flex-item {
  position: relative;
  border: solid 1px #9ec0e1;
  border-radius: 6px;
  background-color: #f3f9ff;
}

.safety__flex-item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  align-items: center;
  justify-content: center;
}

.safety__flex-item a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 16px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../../images/icon/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.search-domain form {
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.search-domain__flex {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  border-radius: 40px;
  background: white;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.search-domain__input {
  padding: 16px 24px;
  flex-basis: 83.3333333333%;
}

.search-domain__input input {
  font-size: 2rem;
  width: 100%;
}

.search-domain__input input:focus {
  outline: none;
}

.search-domain__send {
  position: relative;
  z-index: 2;
  height: 80px;
  cursor: pointer;
  flex-basis: 16.6666666667%;
}

.search-domain__send:hover {
  opacity: .85;
}

.search-domain__send::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #f69;
}

.search-domain__send input {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
}

.search-domain__send figure {
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.search-domain .caption {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  color: white;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.search-domain .caption a {
  display: flex;
  flex-direction: row;
  text-decoration: underline;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.search-domain .caption figcaption {
  padding-left: 8px;
}

.search-domain__links {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.search-domain__links a {
  text-decoration: underline;
}

.search-domain__links img {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.search-domain-multiple-form textarea {
  width: 100%;
  height: 180px;
  padding: 16px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
}

.one-column {
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
}

.one-column__top {
  padding: 16px;
  border-radius: 16px 16px 0 0;
  background: #148dce;
}

.one-column__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: white;
}

.one-column__bottom {
  padding: 32px;
  border-radius: 0 0 16px 16px;
  background: white;
}

.one-column__bottom ol.dots {
  padding-left: 24px;
  list-style-type: disc;
}

.one-column__bottom ol.num {
  padding-left: 24px;
  list-style-type: decimal;
}

.two-column__single {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.two-column__single:first-of-type {
  border-top: 1px solid #ccc;
  border-radius: 8px 8px 0 0;
}

.two-column__single:last-of-type {
  border-radius: 0 0 8px 8px;
}

.two-column__single:only-of-type {
  border-radius: 8px;
}

.two-column__left {
  padding: 24px;
  background: #edf9ff;
  flex-basis: 160px;
}

.two-column.left-148 .two-column__left {
  flex-basis: 148px;
}

.two-column.left-148 .two-column__right {
  flex-basis: calc(100% - 148px);
}

.two-column.left-148.left-288 .two-column__left {
  flex-basis: 288px;
}

.two-column.left-148.left-288 .two-column__right {
  flex-basis: calc(100% - 288px);
}

.two-column.left-148.left-288 .two-column__title {
  font-size: 1.6rem;
}

.two-column.left-200 .two-column__left {
  flex-basis: 200px;
}

.two-column.left-200 .two-column__right {
  flex-basis: calc(100% - 200px);
}

.two-column__right {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  padding: 24px;
  background: white;
  flex-basis: calc(100% - 160px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.two-column__right ol.dots {
  padding-left: 24px;
  list-style-type: disc;
}

.two-column__right ol.num {
  padding-left: 24px;
  list-style-type: decimal;
}

.two-column__right li {
  font-size: 1.4rem;
}

.two-column__title {
  font-size: 2rem;
  font-weight: 700;
}

.two-column.left-344 .two-column__left {
  flex-basis: 344px;
}

.two-column.left-344 .two-column__right {
  flex-basis: calc(100% - 344px);
}

.two-column.left-344 .two-column__title {
  font-size: 1.6rem;
}

.two-column__inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.two-column .circle-text {
  font-size: 1.4rem;
  position: relative;
  padding-left: 48px;
}

.two-column .circle-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../../images/ssl-list/circle.svg');
  background-position: center;
  background-size: 100% auto;
}

.two-column .circle-text.d-circle::before {
  background-image: url('../../images/ssl-list/d-circle.svg');
}

.three-column__single {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  border: 1px solid #9ec0e1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.three-column__single:first-of-type {
  border-top: 1px solid #9ec0e1;
  border-radius: 8px 8px 0 0;
}

.three-column__single:last-of-type {
  border-radius: 0 0 8px 8px;
}

.three-column__single:only-of-type {
  border-radius: 8px;
}

.three-column__single > * {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  padding: 32px 16px;
  flex-basis: 33.3333333333%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.three-column__left {
  background: #edf9ff;
  align-items: flex-start;
}

.table-dobble {
  border-radius: 8px;
}

.table-dobble dl {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  border-top: 1px solid #9ec0e1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.table-dobble dl:first-of-type {
  border-radius: 8px 8px 0 0;
}

.table-dobble dl:last-of-type {
  border-radius: 0 0 8px 8px;
}

.table-dobble dl > * {
  padding: 16px;
  flex-basis: 50%;
}

.table-dobble dt {
  border-right: 1px solid #9ec0e1;
}

.table-dobble__top {
  border-top: none;
}

.table-dobble__top dt {
  border-right: 1px solid white;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  font-weight: normal;
  padding: 24px;
  border: 1px solid #edf9ff;
}

.table th {
  border-color: #fff;
  background: #edf9ff;
}

.bb-block {
  padding: 32px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
}

.js-scrolltip {
  position: relative;
}

.scrollHint {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scrollHint * {
  box-sizing: border-box;
}

.scrollHint_icon {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  display: flex;
  width: 120px;
  margin: auto;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, .5);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.scrollHint_icon i {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 10px;
  -webkit-animation: movearrow 1s ease-out infinite;
  animation: movearrow 1s ease-out infinite;
}

.scrollHint_icon i:before {
  color: #fff;
}

@-webkit-keyframes movearrow {
  0% {
    left: 0;
  }

  25% {
    left: 6px;
  }

  50% {
    left: 0;
  }

  75% {
    left: -4px;
  }

  100% {
    left: 0;
  }
}

@keyframes movearrow {
  0% {
    left: 0;
  }

  25% {
    left: 6px;
  }

  50% {
    left: 0;
  }

  75% {
    left: -4px;
  }

  100% {
    left: 0;
  }
}

body,
html {
  /*スクロールバー全体
  @include tab-big {
    &::-webkit-scrollbar {
      width: 4px;
      position: absolute;
      background: #ccc;
    }
    &::-webkit-scrollbar-thumb {
      background-color: $color;
      border-radius: 10px;
      opacity: 0.3;
    }
  }*/
}

.century {
  font-family: century-gothic, sans-serif;
  font-style: normal;
}

.wrap {
  width: 100%;
  max-width: calc(1080px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.wrap896 {
  width: 100%;
  max-width: calc(896px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.wrap856 {
  width: 100%;
  max-width: calc(856px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.wrap808 {
  width: 100%;
  max-width: calc(808px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.underpage-title__text {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 72px;
}

.underpage-title__text .jp {
  font-size: 3.2rem;
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.underpage-title__text .jp::before {
  position: absolute;
  top: -16px;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  background: #148dce;
}

.underpage-title__text .jp::after {
  position: absolute;
  top: -16px;
  left: 12px;
  width: 8px;
  height: 8px;
  content: '';
  background: #f7716f;
}

.underpage-title__text .en {
  font-family: century-gothic, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 1px;
}

.underpage-title__text.left {
  margin-top: 48px;
}

.underpage-title__text.left .jp::before {
  top: -16px;
  left: 0;
}

.underpage-title__text.left .jp::after {
  top: -16px;
  left: 12px;
}

.underpage-title__text.center {
  text-align: center;
}

.underpage-title__text.center .jp {
  margin-right: 0;
}

.underpage-title__text.center .jp::before {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px));
}

.underpage-title__text.center .jp::after {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 8px));
  transform: translateX(calc(-50% + 8px));
}

.related-services__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.related-services__single {
  padding: 40px 24px;
  text-align: center;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  flex-basis: 31.8518518519%;
}

.related-services .link-button1 {
  max-width: 256px;
}

.related-services .link-button1 a {
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.related-services .link-button1 a::before {
  width: 13px;
  height: 13px;
  background: url('../../images/icon/new-w.svg');
}

.safety__wrap {
  background: white;
}

.safety__inner {
  padding: 32px 40px;
}

.safety h2 {
  border-radius: 8px 8px 0 0;
}

.safety__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.safety__flex figure {
  flex-basis: 30.1333333333%;
  flex-basis: 32%;
}

/*===利用規約ボトムの別サイトリンクに使ったもの。===*/

.optbox {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.optbox article {
  width: 50%;
  max-width: 528px;
}

.optbox .column {
  display: flex;
  height: 210px;
  align-items: center;
  justify-content: center;
}

.optbox .column .column__center {
  width: 100%;
}

.optbox .column .column__center .link-button1 {
  margin-right: auto;
  margin-left: auto;
}

.optbox .column .column__center figure {
  margin: 0 auto;
  text-align: center;
}

.optbox .column .link-button1 {
  max-width: 344px;
}

.optbox .column .link-button1 a {
  padding: 0;
}

/*===見出しなしのテキストボックス===*/

.column {
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

article.one-border {
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 10px;
  box-shadow: 0;
}

/*===前に■をつける===*/

.bef-block::before {
  display: inline-block;
  margin-right: 8px;
  content: '■';
  color: #148dce;
}

.more-view {
  text-align: center;
}

.more-view button {
  text-decoration: underline;
  outline: none;
}

.more-view button:hover {
  color: #148dce;
}

.more-view button img {
  display: inline-block;
  margin-left: 8px;
}

.vpsScene .problemFirst {
  padding-bottom: 200px;
  background: #edf9ff;
}

.vpsScene .problemSecond {
  position: relative;
}

.vpsScene .problemSecond:before {
  position: absolute;
  z-index: 0;
  top: -100px;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 100px;
  margin: 0 auto;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.vpsScene .problemSecond:after {
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 50%;
  display: block;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top-width: 50px;
  border-top-color: #edf9ff;
  border-bottom-width: 50px;
}

.vpsScene .problem .problemList {
  display: flex;
  margin: 80px 0 0;
  justify-content: space-between;
  align-items: flex-start;
}

.vpsScene .problem .problemList li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  max-width: 340px;
  min-height: 370px;
  padding: 20px 40px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  justify-content: center;
}

.vpsScene .problem .problemList li .num {
  font-family: Roboto;
  font-size: 55px;
  font-weight: bold;
  position: absolute;
  top: -.95em;
  left: 0;
  width: 100%;
  text-align: center;
  text-align: center;
  color: #148dce;
}

.vpsScene .problem .problemList li .text {
  font-size: 16px;
  margin: 20px 0 0;
}

.vpsScene .problem .problemList li .caption {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.vpsScene .problem .problemList li:nth-child(2) {
  margin-top: 50px;
}

.vpsScene .problem .problemList li:nth-child(3) {
  margin-top: 100px;
}

.vpsScene .problem .solutionListColumn--detail {
  width: 670px;
}

.vpsScene .problem .solutionList .solutionList__item {
  display: flex;
  margin: 60px 0 0;
  justify-content: space-between;
}

.vpsScene .problem .solutionList .solutionList__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.vpsScene .problem .solutionList .solutionList__item--caption {
  font-size: 23px;
  font-weight: bold;
}

.vpsScene .problem .solutionList .solutionList__item--text {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 0;
}

.vpsScene .problem .solutionList .solutionList__item--text span {
  color: #f00;
}

.vpsScene .problem .solutionList .solutionList__item--text span * {
  color: #f00;
}

.vpsScene .problem .solutionList .solutionList__item--caution li {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.vpsScene .problem .solutionList .solutionList__item--campaign li {
  font-size: 12px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  color: #f00;
}

.vpsScene .reccommend {
  position: relative;
  padding-top: 200px;
  background: #edf9ff;
}

.vpsScene .reccommend:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 100px;
  margin: 0 auto;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.vpsScene .reccommend .reccommend_sub_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.vpsScene .reccommend .reccommend_sub_ttl span {
  color: #f7716f;
}

.vpsScene .reccommend .campaign_Cb {
  font-size: 17px;
  color: #fff;
}

.vpsScene .reccommend .campaign_text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff700 !important;
}

.vpsScene .reccommend .campaign_yen {
  color: #fff700 !important;
}

.vpsScene .reccommend .campaign_yen span {
  color: #fff700 !important;
}

.vpsScene .reccommend .campaignPR {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 2px 5px;
  color: #148dce;
  background-color: #fff700;
}

.vpsScene .reccommend .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}

.vpsScene .reccommend .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  color: #148dce !important;
  -webkit-text-decoration-color: #f7716f;
  text-decoration-color: #f7716f;
}

.vpsScene .reccommend .campaignPR .campaignPR_s {
  font-size: 12px;
  color: #148dce;
}

.vpsScene .reccommend .campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -5%;
  left: calc(50% - 47px);
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
}

.vpsScene .reccommend .campaignRecommend:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff7e00 transparent transparent transparent;
}

.vpsScene .reccommend__flex {
  display: flex;
  flex-direction: row;
  margin: 50px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}

.vpsScene .reccommend__single {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  flex-basis: 25%;
}

.vpsScene .reccommend__top {
  background-color: #148dce;
}

.vpsScene .reccommend__top p:nth-child(1) {
  border-bottom: solid 1px #127cb0;
}

.vpsScene .reccommend__top p:nth-child(2) {
  line-height: 1.2;
}

.vpsScene .reccommend__top p:nth-child(2) .fs12 {
  margin-left: 2px;
}

.vpsScene .reccommend__top span {
  color: #fff;
}

.vpsScene .reccommend__top p {
  font-size: 2rem;
}

.vpsScene .reccommend__block {
  display: flex;
  width: 100%;
}

.vpsScene .reccommend__block .d-block {
  font-weight: normal;
  line-height: 1.8rem;
  display: flex;
  padding-left: 30px;
  color: #858585;
  flex-basis: 50%;
  align-items: center;
}

.vpsScene .reccommend__block .bold {
  padding-left: 8px;
  flex-basis: 50%;
}

.vpsScene .reccommend__block .bold span {
  font-size: 2.4rem;
}

.vpsScene .reccommend__block .bold .twoByte {
  font-size: 2.2rem;
}

.vpsScene .reccommend__block:nth-child(odd) {
  background-color: #fff;
}

.vpsScene .reccommend__block:nth-child(even) {
  background-color: #f9f9f9;
}

.vpsScene .reccommend__block .link-button1 {
  width: 176px;
  height: 40px;
  border-radius: 8px;
}

.vpsScene .reccommend__block .link-button1::before {
  border-radius: 8px;
}

.vpsScene .reccommend__block .link-button1 a {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-radius: 8px;
}

.vpsScene .reccommend__block .link-button1 a::after {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.vpsScene .reccommend__block .link-button1 a::before {
  margin-top: 1px;
}

.vpsScene .reccommend__block.memory {
  height: 84px;
  align-items: center;
}

.vpsScene .reccommend__block.memory .memory__value {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
}

.vpsScene .reccommend__block.memory .memory__value .main {
  padding-left: 8px;
}

.vpsScene .reccommend__block.memory .memory__value .main .num {
  font-size: 2.4rem;
  font-weight: bold;
}

.vpsScene .reccommend__block.memory .memory__value .sub {
  font-size: 1.4rem;
  color: #9c9c9c;
}

.vpsScene .reccommend__bottom {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.vpsScene .reccommend__text {
  margin-top: auto;
  padding-bottom: 15px;
}

.vpsScene .reccommend__text .bold {
  font-size: 2.4rem;
}

.vpsScene .reccommend__text span {
  color: #fff;
}

.vpsScene .reccommend__text span s {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.vpsScene .reccommend__text span .campaignPrice {
  font-size: 30px;
  font-weight: bold;
  margin: 0 3px;
}

.vpsScene .reccommend__text span .CP_yen {
  color: #fff700 !important;
}

.vpsScene .reccommend__text.normal__price {
  display: flex;
  height: 112px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.vpsScene .reccommend__points {
  margin-top: 24px;
}

.vpsScene .reccommend__price {
  margin-top: auto;
  margin-bottom: 24px;
}

.vpsScene .reccommend__price .num {
  padding-right: 4px;
}

.vpsScene .reccommend .link-button2 {
  width: 100%;
}

.vpsScene .sceneCtaFooter {
  margin: 0 0 32px;
  padding: 64px 0;
  text-align: center;
  background: #148dce;
}

.vpsScene .sceneCtaFooter .sceneCtaFooter__ttl {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 24px;
  color: #fff;
}

.vpsScene .sceneCtaFooter .link-button1 {
  width: 500px;
  border-radius: 5px;
}

.vpsScene .sceneCtaFooter .link-button1:hover:after,
.vpsScene .sceneCtaFooter .link-button1:hover:before {
  border-radius: 0;
}

.vpsScene .sceneCtaFooter .link-button1 a {
  font-size: 26px;
  height: 115px;
}

.vpsScene .sceneCtaFooter .link-button1 a:before {
  width: 12px;
  height: 24px;
}

.pagetop {
  text-align: center;
  background: #148dce;
}

.annotation {
  background: #edf9ff;
}

.annotation * {
  font-size: 1.2rem;
}

.annotation ol {
  padding-left: 18px;
  list-style-type: disc;
}

.annotation .annotation-flex {
  margin-top: 0 !important;
}

.annotation a {
  text-decoration: underline;
  color: #027bf0;
}

.footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.footer-top__left {
  flex-basis: 160px;
}

.footer-top__left .sns-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-top__nav {
  display: flex;
  flex-direction: row;
  margin-left: 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-top__nav > div {
  margin-right: 48px;
  margin-bottom: 30px;
}

.footer-top__nav > div:last-of-type {
  margin-right: 0;
}

.footer-top__nav .single {
  line-height: 1.4;
}

.footer-top__nav .single > a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-top__nav .single > a:not(.not-link):hover {
  color: #148dce;
}

.footer-top__nav .footer-nav__sub a {
  font-size: 1.2rem;
}

.footer-top__nav .footer-nav__sub a:hover {
  color: #148dce;
}

.affiliate__bnr {
  margin-top: 30px;
}

.friend__bnr {
  margin-top: 10px;
}

.marks {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.marks__flex {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.marks .single {
  display: flex;
  flex-direction: row;
  flex-basis: 28.125%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.marks .single__isms {
  max-width: 41%;
  flex-basis: auto;
}

.marks .single__isms .text {
  max-width: calc(100% - 190px);
  word-break: break-all;
}

.marks .single > figure {
  text-align: center;
}

.marks .single .text {
  font-size: 1.2rem;
  flex-basis: calc(100% - 88px);
}

.marks .single__siteseal {
  max-width: 27%;
  flex-basis: auto;
  flex-wrap: nowrap;
}

.marks .single__siteseal .text {
  max-width: calc(100% - 140px);
  flex-basis: calc(100% - 140px);
}

.footer-bottom__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-bottom__nav a {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-right: 24px;
}

.footer-bottom__nav a:hover {
  color: #148dce;
}

.footer-bottom__nav a:last-of-type {
  margin-right: 0;
}

.copy {
  font-size: 1.2rem;
  text-align: center;
}

header {
  position: relative;
  z-index: 100;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
}

header .xserver {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 2.2vw;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

header .xserver__service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

header .xserver__service li {
  margin-right: 16px;
}

header .xserver__service a {
  position: relative;
  padding: 12px 0;
}

header .xserver__service a:hover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #148dce;
}

header .xserver__service a.current {
  cursor: default;
  pointer-events: none;
}

header .xserver__service a.current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #148dce;
}

header .xserver__account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

header .xserver__account li {
  padding: 2px 16px;
  border-left: 1px solid #ccc;
}

header .xserver li {
  font-size: 1.3rem;
}

header .xserver a {
  line-height: 1.4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .xserver a:hover {
  color: #148dce;
}

header .xserver a figure {
  padding-right: 6px;
}

header .global {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

header .global__login {
  margin-left: 30px;
}

header .global__login a {
  font-size: 1.4rem;
  padding: 0 25px;
}

header .global__login a::before {
  display: none;
}

header .global__login .navIco a {
  padding: 0;
}

header .global__application {
  margin-left: 15px;
}

header .global__application a {
  font-size: 1.4rem;
  padding: 0 25px;
}

header .global__application a::before {
  display: none;
}

header .global h1 img {
  max-width: 232px;
}

header .global .global-toggle-button {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 56px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  background: #148dce;
  flex-basis: 56px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

header .global .global-toggle-button .bar {
  width: 32px;
  height: 2px;
  transition: linear .3s all;
  border-radius: 2px;
  background: white;
}

header .global .global-toggle-button .bar:nth-of-type(1) {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

header .global .global-toggle-button .bar:nth-of-type(3) {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

header .global .global-toggle-button.active-hum .bar:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}

header .global .global-toggle-button.active-hum .bar:nth-of-type(2) {
  opacity: 0;
}

header .global .global-toggle-button.active-hum .bar:nth-of-type(3) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}

header .global__nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: calc(1080px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding: 24px 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

header .global__single {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  margin-left: 25px;
  padding: 8px 0;
}

header .global__single:first-of-type {
  margin-left: 0;
}

header .global__single:hover .global__single__sub {
  display: block;
}

header .global__single a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .global__single a span {
  position: relative;
  display: inline-block;
}

header .global__single a:hover {
  color: #148dce;
}

header .global__single a:hover span::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: translateX(calc(-50% - 6px));
  transform: translateX(calc(-50% - 6px));
  background: #148dce;
}

header .global__single a:hover span::after {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: translateX(calc(-50% + 6px));
  transform: translateX(calc(-50% + 6px));
  background: #f7716f;
}

header .global__single a span.login_icon {
  padding-left: 6px;
}

header .global__single figure {
  padding-left: 6px;
}

header .global__single__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 262px;
  padding: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  background: white;
  box-shadow: 0 8px 12px rgba(0, 0, 0, .1);
}

header .global__single__sub--caption {
  margin: 20px 0 12px;
  color: #b0b0b0;
  border-bottom: 1px solid #ededed;
}

header .global__single__sub--caption:first-child {
  margin-top: 0;
}

header .global__single__sub li {
  font-size: 1.4rem;
  margin-top: 10px;
}

header .global__single__sub li a {
  line-height: 1.4;
  padding-left: 20px;
  background: url('../../images/icon/arrow-right-b.svg') no-repeat 0 2.5px;
}

header .global__single__sub li:first-of-type {
  margin-top: 0;
}

header .global__single__sub .navIco a {
  display: inline-flex;
  padding-left: 20px;
  background-position: 0 4.5px;
}

header .global__single__sub .navIco_loguin a {
  display: inline-flex;
  padding-left: 20px;
  background-position: 8px 4.5px !important;
}

header .global__single__sub .navIco_loguin2 a {
  display: inline-flex;
  padding-left: 20px;
  background-position: 8px 4.5px !important;
}

header .global__single__sub .navIco_loguin {
  position: relative;
}

header .global__single__sub .navIco_loguin::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #127cb0;
}

header .global__single__sub .navIco_loguin2 {
  padding-top: 10px;
}

header .global__single .campaign-pr {
  font-size: 1rem;
  font-weight: bold;
  line-height: .9;
  display: inline-block;
  color: #f45122;
}

.hum-nav {
  transition: ease .3s all;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hum-nav > * {
  transition: ease .3s all .3s;
  opacity: 0;
}

.hum-nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hum-nav.active > * {
  opacity: 1;
}

.hum-nav {
  position: fixed;
  z-index: 100;
  top: 56px;
  right: 0;
  overflow: auto;
  width: 100%;
  max-width: 420px;
  height: calc(100% - 56px);
  background: white;
  /*スクロールバー全体
  @include tab-big {
    &::-webkit-scrollbar {
      width: 4px;
      position: absolute;
      background: #ccc;
    }
    &::-webkit-scrollbar-thumb {
      background-color: $color;
      border-radius: 10px;
      opacity: 0.3;
    }
  }*/
}

.hum-global__single:first-of-type > a {
  border-top: 1px solid #ccc;
}

.hum-global__single > a {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.hum-global__single > a .text {
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  padding: 12px 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.hum-global__single > a figure {
  display: flex;
  flex-direction: row;
  height: 56px;
  border-left: 1px solid #ccc;
  flex-basis: 56px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hum-global__single > a figure.active img {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hum-global__single .campaign-pr {
  font-size: 1rem;
  font-weight: bold;
  line-height: .9;
  display: inline-block;
  margin-left: 1.2rem;
  color: #f45122;
}

.hum-global__sub {
  display: none;
}

.hum-global__sub--caption {
  font-size: 1.4rem;
  padding: 4px 16px;
  background: #f2f2f2;
}

.hum-global__sub li {
  margin-top: 1px;
  background: #edf9ff;
}

.hum-global__sub li:first-of-type {
  margin-top: 0;
}

.hum-global__sub li a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding: 12px 36px;
}

.hum-global__sub li a:after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 7px;
  height: 14px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../images/icon/arrow-right-b.svg) no-repeat 0 0;
}

.hum-others__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.hum-others li {
  font-size: 1.4rem;
  padding: 12px 8px;
  text-align: center;
  background: #edf9ff;
  flex-basis: 50%;
}

.hum-others li:nth-of-type(2n) {
  border-left: 1px solid white;
}

.hum-others li:nth-of-type(n + 3) {
  border-top: 1px solid white;
}

.hum-account {
  padding: 0 15px;
}

.hum-account__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.hum-account li {
  flex-basis: 47.3333333333%;
}

.hum-account a {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50px;
  color: white;
  border-radius: 25px;
  background: #148dce;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hum-account figure {
  margin-right: 4px;
}

.global__application .link-button1 a,
.global__application .link-button1 a {
  font-size: 1.4rem;
  padding: 0 30px 0 30px;
}

.global__application .link-button1 a::before,
.global__application .link-button1 a::before {
  content: none;
}

.global__application .link-button1 a::after,
.global__application .link-button1 a::after {
  content: none;
}

nav.global__application,
nav.global__login {
  margin: 15px 0;
  padding: 0 15px;
}

nav.global__application .link-button1,
nav.global__login .link-button1 {
  margin-left: 0;
}

nav.global__application .link-button2,
nav.global__login .link-button2 {
  height: 50px;
}

nav.global__application .link-button2 a,
nav.global__login .link-button2 a {
  height: 50px;
}

.global__login .link-button2 a {
  position: relative;
  padding: 0 30px 0 30px;
}

.global__login .link-button2 a::after {
  position: absolute;
  top: 43%;
  right: 8px;
  display: block;
  width: 10px;
  height: 5px;
  content: '';
  background: url('../../images/icon/under-arrow-pink.svg');
  background-size: 100%;
}

.servicedropDownMenu__btn {
  font-size: 2.5rem;
  line-height: 0;
  position: relative;
  top: -6px;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 100px;
}

.servicedropDownMenu__btn > a {
  font-size: 19px;
  margin-top: 10px;
}

.servicedropDownMenu__btn:hover {
  color: #1c5e9c;
}

.servicedropDownMenu__btn:hover > a:hover:before {
  display: none;
}

.servicedropDownMenu__list {
  position: absolute;
  z-index: 9999999;
  top: -10px;
  right: -20px;
  width: 180px;
  padding: 40px 20px 20px;
  transition: .01s linear;
  transition-delay: .1s;
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  opacity: 0;
}

.servicedropDownMenu__listBox {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
}

.servicedropDownMenu__listItem:hover {
  background: #f1f1f1;
}

.servicedropDownMenu__listItem {
  margin: 0 !important;
  text-align: left !important;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(34, 34, 34, .1);
}

.servicedropDownMenu__listItem:first-child {
  border-top: 1px solid #ccc;
}

.servicedropDownMenu__listItem:last-child {
  border-bottom: 1px solid #ccc;
}

.servicedropDownMenu__listItem span,
.servicedropDownMenu__listItem a {
  display: block !important;
  width: 100% !important;
  padding: 20px 15px !important;
  text-decoration: none !important;
}

.servicedropDownMenu__listItem a:hover::before {
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  content: '';
  background: none !important;
}

.servicedropDownMenu__listItemItem:not(:last-child) {
  border-bottom: .5px solid black;
}

.servicedropDownMenu__btn:hover .servicedropDownMenu__list {
  display: table;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.joins__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.joins__single {
  border-radius: 8px;
  background: white;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
  flex-basis: 48.8888888889%;
}

.joins__title {
  display: flex;
  flex-direction: row;
  height: 64px;
  border-radius: 8px 8px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.joins__inner {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: calc(100% - 64px);
  padding: 32px 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

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

.joins__form {
  width: 100%;
}

.joins__form .input-fields input {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*===横３つのul===*/

ul.ul-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.ul-3 li {
  position: relative;
  display: flex;
  width: 30%;
  height: 40px;
  border-bottom: solid 1px #ccc;
  align-items: center;
}

ul.ul-3 li.blank {
  opacity: 0;
}

ul.ul-3 li.blank:hover {
  opacity: 0;
}

ul.ul-3 li:hover {
  opacity: .6;
}

ul.ul-3 li::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  /*			background-color:#6599FF;*/
  background-image: url('../../images/icon/delta-circle-bottom.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

ul.ul-3 li.arrow-r::after {
  background-image: url('../../images/icon/delta-right-b.svg');
}

ul.ul-3 li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

ol.terms__list {
  margin-top: 50px;
}

ol.terms__list li.terms__list-item {
  margin-top: 50px;
  list-style: none;
}

ol.terms__list li.terms__list-item:first-child {
  margin-top: 0;
}

ol.articlelist li.articlelist__item {
  margin-top: 24px;
  margin-left: 16px;
  list-style: none;
}

ol.numlist li.numlist__item {
  margin-left: 20px;
}

ol.numlist li.numlist__item::marker {
  font-weight: bold;
  display: inline-block;
}

ol.numlist li.numlist__item p {
  margin-top: 2px;
  /*==調整 24→2==*/
  margin-left: 8px;
  text-align: justify;
}

ol.numlist li.numlist__item .numlist__item-text {
  max-width: 945px;
}

ol.numlist.parentheses {
  list-style: none;
}

ol.numlist.parentheses li {
  display: flex;
}

ol.dots {
  padding-left: 24px;
  list-style-type: disc;
}

ol.num {
  padding-left: 24px;
  list-style-type: decimal;
}

.block-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.block-list li {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  margin-right: 8px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 4px;
  background: #f5f7f8;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.block-list li:last-of-type {
  margin-right: 0;
}

.domains-list li {
  margin-top: 24px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.domains-list li.false * {
  color: #ccc;
}

.domains-list li.false .price * {
  color: #262626;
}

.domains-list li.false input + .check-status {
  background-image: url('../../images/icon/cannot-check.svg');
}

.domains-list li.true label:hover {
  opacity: .4;
}

.domains-list li.true label.nohover:hover {
  opacity: 1;
}

.domains-list li.true input + .check-status {
  background-image: url('../../images/icon/no-check.svg');
}

.domains-list li.true input:checked + .check-status {
  background-image: url('../../images/icon/checked.svg');
}

.domains-list label {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 24px 32px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.domains-list .check {
  position: relative;
  min-height: 30px;
  flex-basis: 30px;
}

.domains-list .check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.domains-list .check .check-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.domains-list .domain {
  margin-right: auto;
  margin-left: 16px;
  word-break: break-all;
}

.domains-list .domain__only {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.domains-list .domain__full {
  font-size: 1.4rem;
}

.domains-list .domain.transfer {
  flex-basis: 240px;
}

.domains-list .authcode {
  margin-right: 96px;
  margin-left: auto;
  flex-basis: 252px;
}

.domains-list .authcode input {
  z-index: 5;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.domains-list .price {
  margin-right: 96px;
  margin-left: auto;
}

.domains-list .torf {
  flex-basis: 114px;
}

.domains-list.multiple .price .text {
  font-size: 2rem;
}

.domain-card-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.domain-card-table .single {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  padding: 16px 18px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  flex-basis: 18.6666666667%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.domain-card-table .single.dummy {
  margin: 0;
  padding: 0;
  opacity: 0;
  box-shadow: none;
}

.domain-card-table .single.false * {
  color: #ccc;
}

.domain-card-table .single.false .price * {
  color: #262626;
}

.domain-card-table .single.false input + .check-status {
  width: 120px;
  height: 13px;
  background-image: url('../../images/icon/cannot-check__sp.svg');
}

.domain-card-table .single.true label:hover {
  opacity: .45;
}

.domain-card-table .single.true input + .check-status {
  background-image: url('../../images/icon/no-check__sp.svg');
}

.domain-card-table .single.true input:checked + .check-status {
  background-image: url('../../images/icon/checked__sp.svg');
}

.domain-card-table .check {
  position: relative;
  height: 36px;
  margin-top: 16px;
  background: #edf9ff;
  flex-basis: 100%;
}

.domain-card-table .check label {
  cursor: pointer;
}

.domain-card-table .check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.domain-card-table .check .check-status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 109px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.domain-card-table .domain {
  margin-right: auto;
}

.domain-card-table .domain__only {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.domain-card-table .domain__full {
  font-size: 1.2rem;
}

.domain-card-table .price {
  margin-left: auto;
}

.domain-card-table .torf {
  flex-basis: 114px;
}

.acount-flow-list__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.acount-flow-list__flex.first .acount-flow-list__single:nth-of-type(1) {
  background: #148dce;
}

.acount-flow-list__flex.first .acount-flow-list__single:nth-of-type(1) * {
  color: white;
}

.acount-flow-list__flex.second .acount-flow-list__single:nth-of-type(3) {
  background: #148dce;
}

.acount-flow-list__flex.second .acount-flow-list__single:nth-of-type(3) * {
  color: white;
}

.acount-flow-list__flex.third .acount-flow-list__single:nth-of-type(5) {
  background: #148dce;
}

.acount-flow-list__flex.third .acount-flow-list__single:nth-of-type(5) * {
  color: white;
}

.acount-flow-list__flex.fourth .acount-flow-list__single:nth-of-type(7) {
  background: #148dce;
}

.acount-flow-list__flex.fourth .acount-flow-list__single:nth-of-type(7) * {
  color: white;
}

.acount-flow-list__single {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 160px;
  text-align: center;
  border-radius: 50%;
  background: #edf9ff;
  flex-basis: 160px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.acount-flow-list__single .num {
  font-family: century-gothic, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
}

.acount-flow-list__single .text {
  font-size: 1.6rem;
  font-weight: 700;
}

.acount-flow-list__arrow {
  flex-basis: 22px;
}

.recommend-domain {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, .6);
}

.recommend-domain .close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #148dce;
}

.recommend-domain .close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: white;
}

.recommend-domain .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background: white;
}

.recommend-domain__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  max-width: 896px;
  padding: 48px 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
}

.recommend-domain__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.recommend-domain__single {
  padding-bottom: 24px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
  flex-basis: 31.5476190476%;
}

.recommend-domain__single .icon {
  display: flex;
  flex-direction: row;
  height: 82px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recommend-domain__single .title {
  margin-top: 16px;
  padding: 0 8px;
  text-align: center;
}

.recommend-domain__single .text {
  font-size: 1.2rem;
  margin-top: 16px;
  padding: 0 16px;
}

.recommend-domain__single .link-button1 {
  margin-top: 16px;
}

.signup__form .two-column__left {
  padding: 32px 24px;
}

.signup__form .two-column__title.req::after {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 4px;
  padding: 2px 8px;
  content: '必須';
  color: white;
  border-radius: 4px;
  background-color: #f69;
}

.signup__form input[type=email],
.signup__form input[type=password],
.signup__form input[type=text],
.signup__form select,
.signup__form input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.signup__form .search-address__button {
  width: 100%;
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: linear-gradient(#fff, #dedede);
}

.signup__form .width568 {
  width: 100%;
  max-width: 568px;
}

.signup__form .width520 {
  width: 100%;
  max-width: 520px;
}

.signup__form .width268 {
  width: 100%;
  max-width: 268px;
}

.signup__form .width88 {
  width: 100%;
  max-width: 88px;
}

.signup__form .basis120 {
  flex-basis: 120px;
}

.signup__form .limite-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.signup__form .select-field {
  position: relative;
}

.signup__form .select-field::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4.5px solid #262626;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.signup__form .field-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.signup__form .field-flex > * {
  flex-basis: 268px;
}

.signup__form .scroll-wrap {
  overflow: auto;
  width: 100%;
  height: 280px;
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
  /*スクロールバー全体
  @include tab-big {
    &::-webkit-scrollbar {
      width: 4px;
      position: absolute;
      background: #ccc;
    }
    &::-webkit-scrollbar-thumb {
      background-color: $color;
      border-radius: 10px;
      opacity: 0.3;
    }
  }*/
}

.signup__form .check-field {
  position: relative;
}

.signup__form .check-field input {
  position: absolute;
  opacity: 0;
}

.signup__form .check-field .label-check-text {
  display: flex;
  flex-direction: row;
  min-height: 30px;
  padding-left: 38px;
  background-image: url('../../images/icon/no-check.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.signup__form .check-field input:checked + .label-check-text {
  background-image: url('../../images/icon/checked.svg');
}

.signup__form .kome {
  padding-left: 1em;
  text-indent: -1em;
}

.signup__form .kome::before {
  content: '※';
}

.signup__form-confirm .two-column__title.req::after {
  display: none;
}

.signup .terms-of-service .numlist__item-num:first-of-type p {
  white-space: nowrap;
}

.signup .signup-confirm-text {
  padding: 24px;
  text-align: center;
  border: 1px solid #ccc;
}

.signup .use-request__single,
.signup .payment-method__single {
  margin-top: 24px;
  padding: 24px 16px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
}

.signup .use-request__single:first-of-type,
.signup .payment-method__single:first-of-type {
  margin-top: 0;
}

.signup .use-request__single > label,
.signup .payment-method__single > label {
  position: relative;
  display: block;
  cursor: pointer;
}

.signup .use-request__single > label input,
.signup .payment-method__single > label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.signup .use-request__single > label .radio-check,
.signup .payment-method__single > label .radio-check {
  display: flex;
  flex-direction: row;
  min-height: 30px;
  padding-left: 40px;
  background-image: url('../../images/icon/no-check.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.signup .use-request__single > label input:checked + .radio-check,
.signup .payment-method__single > label input:checked + .radio-check {
  background-image: url('../../images/icon/checked.svg');
}

.signup .use-request__text-box,
.signup .payment-method__text-box {
  width: calc(100% - 40px);
  margin-right: 0;
  margin-left: auto;
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.signup .use-request__table,
.signup .payment-method__table {
  width: calc(100% - 40px);
  margin-right: 0;
  margin-left: auto;
}

.signup .use-request__hide,
.signup .payment-method__hide {
  display: none;
}

.signup .agree .bb {
  border-bottom: 1px solid #ccc;
}

.signup .agree .of-wrap {
  overflow: auto;
  /*スクロールバー全体
  @include tab-big {
    &::-webkit-scrollbar {
      width: 4px;
      position: absolute;
      background: #ccc;
    }
    &::-webkit-scrollbar-thumb {
      background-color: $color;
      border-radius: 10px;
      opacity: 0.3;
    }
  }*/
  height: 280px;
  padding: 24px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.signup .agree .terms-of-service .numlist__item-num:first-of-type p {
  white-space: nowrap;
}

.signup .agree .check-field__center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.signup .agree .check-field label {
  position: relative;
  cursor: pointer;
}

.signup .agree .check-field label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.signup .agree .check-field label .checkbox-check {
  display: flex;
  flex-direction: row;
  min-height: 30px;
  padding-left: 40px;
  background-image: url('../../images/icon/no-check.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.signup .agree .check-field label input:checked + .checkbox-check {
  background-image: url('../../images/icon/checked.svg');
}

.signup .form-send-wrap {
  display: flex;
  flex-direction: row;
  max-width: 721px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.sms {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  padding: 48px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sms__inner {
  padding: 48px;
  background: white;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
}

.sms .certification-form__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.sms .certification-form input[type=email],
.sms .certification-form input[type=password],
.sms .certification-form input[type=text],
.sms .certification-form select,
.sms .certification-form input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.sms .certification-form .width624 {
  width: 100%;
  max-width: 624px;
  margin-right: auto;
  margin-left: auto;
}

.sms .certification-form .width400 {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.sms .certification-form .basis400 {
  flex-basis: 400px;
}

.sms .certification-form .basis200 {
  flex-basis: 200px;
}

.sms .certification-form .select-field {
  position: relative;
}

.sms .certification-form .select-field::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4.5px solid #262626;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sms .certification-form .radio-field {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.sms .certification-form .radio-field label {
  position: relative;
  display: block;
}

.sms .certification-form .radio-field input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sms .certification-form .radio-field .radio-check {
  display: flex;
  flex-direction: row;
  min-height: 30px;
  padding-left: 40px;
  background-image: url('../../images/icon/radio-nocheck.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sms .certification-form .radio-field input:checked + .radio-check {
  background-image: url('../../images/icon/radio-checked.svg');
}

.sms .form-send-wrap {
  display: flex;
  flex-direction: row;
  max-width: 721px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

div.wrap12 {
  width: 100%;
  max-width: calc(1200px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

div.wrap10 {
  width: 100%;
  max-width: calc(1000px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

div.wrap50 {
  width: 100%;
  max-width: calc(500px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  h2.type2 .title::after {
    display: inline-block;
    content: '|';
    -webkit-transform: rotate(30deg) scale(.8) translateY(-8px);
    transform: rotate(30deg) scale(.8) translateY(-8px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .search-domain__links .single:first-of-type {
    margin-right: 24px;
  }

  .three-column__center {
    border-right: 1px solid #9ec0e1;
  }

  .footer-top {
    flex-wrap: nowrap;
  }

  .domains-list li.false input + .check-status {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
  }

  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .vpsScene .problem .solutionList .solutionList__item:nth-child(5) .solutionListColumn--detail {
    width: 760px;
  }

  header .global h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tab-small {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .vpsScene .reccommend__single {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 35px;
    flex-basis: 48.5%;
  }

  .vpsScene .reccommend__block .d-block {
    padding-left: 20%;
  }

  .vpsScene .reccommend__block .bold {
    padding-left: 0;
  }

  .vpsScene .reccommend__block.memory .memory__value {
    padding-left: 0;
    flex-basis: 56%;
  }
}

@media only screen and (max-width: 999px) {
  * {
    font-size: 1.4rem;
  }

  .back-deco1 {
    top: 56px;
    max-width: 50%;
    height: 124px;
  }

  .s-text {
    font-size: 1.2rem;
  }

  .b-text {
    font-size: 2rem;
  }

  .fs14 {
    font-size: 1.2rem;
  }

  .fs16 {
    font-size: 1.4rem;
  }

  .fs18 {
    font-size: 1.6rem;
  }

  .fs20 {
    font-size: 1.8rem;
  }

  .fs22 {
    font-size: 2rem;
  }

  .fs24 {
    font-size: 2.2rem;
  }

  .fs26 {
    font-size: 2.4rem;
  }

  .fs28 {
    font-size: 2.6rem;
  }

  .fs30 {
    font-size: 2.8rem;
  }

  .fs32 {
    font-size: 3rem;
  }

  .fs34 {
    font-size: 3.2rem;
  }

  .fs36 {
    font-size: 3.4rem;
  }

  .fs38 {
    font-size: 3.6rem;
  }

  .fs40 {
    font-size: 3.8rem;
  }

  .fs42 {
    font-size: 4rem;
  }

  .fs44 {
    font-size: 4.2rem;
  }

  .fs46 {
    font-size: 4.4rem;
  }

  .fs48 {
    font-size: 4.6rem;
  }

  .fs50 {
    font-size: 4.8rem;
  }

  .fs52 {
    font-size: 5rem;
  }

  .fs54 {
    font-size: 5.2rem;
  }

  .fs56 {
    font-size: 5.4rem;
  }

  .fs58 {
    font-size: 5.6rem;
  }

  .fs60 {
    font-size: 5.8rem;
  }

  .fs62 {
    font-size: 6rem;
  }

  .fs64 {
    font-size: 6.2rem;
  }

  .fs66 {
    font-size: 6.4rem;
  }

  .fs68 {
    font-size: 6.6rem;
  }

  .fs70 {
    font-size: 6.8rem;
  }

  .fs72 {
    font-size: 7rem;
  }

  .fs74 {
    font-size: 7.2rem;
  }

  .fs76 {
    font-size: 7.4rem;
  }

  .fs78 {
    font-size: 7.6rem;
  }

  .fs80 {
    font-size: 7.8rem;
  }

  .fs82 {
    font-size: 8rem;
  }

  .fs84 {
    font-size: 8.2rem;
  }

  .fs86 {
    font-size: 8.4rem;
  }

  .fs88 {
    font-size: 8.6rem;
  }

  .fs90 {
    font-size: 8.8rem;
  }

  .fs92 {
    font-size: 9rem;
  }

  .fs12 {
    font-size: 1.2rem;
  }

  .midashi-fs {
    font-size: 2rem;
  }

  .text14-only {
    font-size: 1.4rem;
  }

  .bread__list li {
    font-size: 1.2rem;
  }

  .link-button1 a,
  .link-button1 label {
    font-size: 1.2rem;
  }

  h2.type1 {
    font-size: 2rem;
  }

  h2.type1 .num {
    font-size: 3rem;
  }

  h2.type2 .title {
    font-size: 2rem;
  }

  h2.type2 .tag {
    font-size: 1.4rem;
  }

  h2.type2 .caption {
    font-size: 1.4rem;
  }

  h2.type3 {
    font-size: 1.8rem;
  }

  h2.type3 span {
    font-size: 3rem;
  }

  .multiple-title span {
    font-size: 1.6rem;
  }

  .left-blue-b {
    font-size: 1.4rem;
  }

  .sorts-title .sorts label span {
    font-size: 1.2rem;
  }

  .price-list__body p.domain {
    font-size: 2rem;
  }

  .price-list__body p span {
    font-size: 2.2rem;
  }

  .search-domain__input input {
    font-size: 1.6rem;
  }

  .search-domain .caption {
    font-size: 1.4rem;
  }

  .search-domain__links {
    font-size: 1.4rem;
  }

  .one-column__title {
    font-size: 1.8rem;
  }

  .two-column.left-148.left-288 .two-column__title {
    font-size: 1.4rem;
  }

  .two-column__right li {
    font-size: 1.2rem;
  }

  .two-column__title {
    font-size: 1.8rem;
  }

  .two-column.left-344 .two-column__title {
    font-size: 1.4rem;
  }

  .two-column .circle-text {
    font-size: 1.4rem;
  }

  .scrollHint {
    display: block;
  }

  .underpage-title__text .jp {
    font-size: 2.2rem;
  }

  .underpage-title__text .en {
    font-size: 1.2rem;
  }

  .vpsScene .reccommend__top p {
    font-size: 2rem;
  }

  .vpsScene .reccommend__block {
    justify-content: center;
  }

  .annotation * {
    font-size: 1.2rem;
  }

  .footer-top__nav > div {
    margin-right: 32px;
  }

  .footer-top__nav .single > a {
    font-size: 1.4rem;
  }

  .footer-top__nav .footer-nav__sub a {
    font-size: 1.2rem;
  }

  .marks__flex {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .marks .single {
    flex-direction: column;
    flex-basis: 48.1584821429%;
  }

  .marks .single .text {
    font-size: 1.2rem;
  }

  .marks .single .text {
    max-width: 100%;
    padding: 10px;
    flex-basis: 100%;
  }

  .marks .single__isms,
  .marks .single__pmark {
    max-width: 49.5%;
    flex-basis: 49.5%;
  }

  .marks .single__siteseal {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 30px 0 0;
    text-align: center;
    border-top: 1px solid #eee;
    flex-basis: auto;
  }

  .marks .single__siteseal figure {
    display: inline-block;
  }

  .marks .single__siteseal .text {
    display: inline-block;
    max-width: auto;
    flex-basis: auto;
  }

  .footer-bottom__nav a {
    font-size: 1.2rem;
  }

  .copy {
    font-size: 1.2rem;
  }

  header {
    position: sticky;
    top: 0;
    background: white;
  }

  header .xserver li {
    font-size: 1.2rem;
  }

  header .global {
    display: flex;
    flex-direction: row;
    height: 56px;
    padding-right: 0;
    padding-left: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  header .global h1 {
    position: relative;
    width: 210px;
  }

  header .global__single {
    font-size: 1.2rem;
  }

  header .global__single__sub li {
    font-size: 1.2rem;
  }

  .hum-global__single > a .text {
    font-size: 1.4rem;
  }

  .hum-global__sub--caption {
    font-size: 1.4rem;
  }

  .hum-global__sub li a {
    font-size: 1.2rem;
  }

  .hum-others li {
    font-size: 1.2rem;
  }

  .hum-account a {
    font-size: 1.4rem;
  }

  ol.numlist li.numlist__item .numlist__item-text {
    flex: 1;
  }

  .block-list li {
    font-size: 1.2rem;
  }

  .domains-list .domain__only {
    font-size: 2rem;
  }

  .domains-list .domain__full {
    font-size: 1.4rem;
  }

  .domains-list.multiple .price .text {
    font-size: 2rem;
  }

  .domain-card-table .domain__only {
    font-size: 1.5rem;
  }

  .domain-card-table .domain__full {
    font-size: 1.1rem;
  }

  .acount-flow-list__single .num {
    font-size: 2rem;
  }

  .acount-flow-list__single .text {
    font-size: 1.4rem;
  }

  .recommend-domain__single .text {
    font-size: 1.2rem;
  }

  .signup__form .two-column__title.req::after {
    font-size: 1.2rem;
  }

  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-center {
    text-align: center;
  }

  .sp-left {
    text-align: left;
  }

  .sp-right {
    text-align: right;
  }

  .left-bottom-white-circle::before {
    width: 64px;
  }

  .left-bottom-white-circle::after {
    width: 64px;
  }

  .left-top-blue-circle {
    position: relative;
  }

  .left-bottom-blue-circle {
    position: relative;
  }

  .right-top-blue-circle {
    position: relative;
  }

  .right-half-blue::before {
    width: 100%;
  }

  .sp-mt-0 {
    margin-top: 0;
  }

  .sp-mt-8 {
    margin-top: 8px;
  }

  .sp-mt-16 {
    margin-top: 16px;
  }

  .sp-mt-24 {
    margin-top: 24px;
  }

  .sp-mt-32 {
    margin-top: 32px;
  }

  .sp-mt-40 {
    margin-top: 40px;
  }

  .sp-mt-48 {
    margin-top: 48px;
  }

  .sp-mt-56 {
    margin-top: 56px;
  }

  .sp-mt-64 {
    margin-top: 64px;
  }

  .sp-mt-72 {
    margin-top: 72px;
  }

  .sp-mt-80 {
    margin-top: 80px;
  }

  .sp-mt-88 {
    margin-top: 88px;
  }

  .sp-mt-96 {
    margin-top: 96px;
  }

  .sp-mt-104 {
    margin-top: 104px;
  }

  .sp-mt-112 {
    margin-top: 112px;
  }

  .sp-mt-120 {
    margin-top: 120px;
  }

  .sp-mt-128 {
    margin-top: 128px;
  }

  .sp-mb-8 {
    margin-bottom: 8px;
  }

  .sp-mb-16 {
    margin-bottom: 16px;
  }

  .sp-mb-24 {
    margin-bottom: 24px;
  }

  .sp-mb-32 {
    margin-bottom: 32px;
  }

  .sp-mb-40 {
    margin-bottom: 40px;
  }

  .sp-mb-48 {
    margin-bottom: 48px;
  }

  .sp-mb-56 {
    margin-bottom: 56px;
  }

  .sp-mb-64 {
    margin-bottom: 64px;
  }

  .sp-mb-72 {
    margin-bottom: 72px;
  }

  .sp-mb-80 {
    margin-bottom: 80px;
  }

  .sp-mb-88 {
    margin-bottom: 88px;
  }

  .sp-mb-96 {
    margin-bottom: 96px;
  }

  .sp-mb-104 {
    margin-bottom: 104px;
  }

  .sp-mb-112 {
    margin-bottom: 112px;
  }

  .sp-mb-120 {
    margin-bottom: 120px;
  }

  .sp-mb-128 {
    margin-bottom: 128px;
  }

  .sp-ml-8 {
    margin-left: 8px;
  }

  .sp-ml-16 {
    margin-left: 16px;
  }

  .sp-ml-24 {
    margin-left: 24px;
  }

  .sp-ml-32 {
    margin-left: 32px;
  }

  .sp-ml-40 {
    margin-left: 40px;
  }

  .sp-ml-48 {
    margin-left: 48px;
  }

  .sp-ml-56 {
    margin-left: 56px;
  }

  .sp-ml-64 {
    margin-left: 64px;
  }

  .sp-ml-72 {
    margin-left: 72px;
  }

  .sp-ml-80 {
    margin-left: 80px;
  }

  .sp-ml-88 {
    margin-left: 88px;
  }

  .sp-ml-96 {
    margin-left: 96px;
  }

  .sp-ml-104 {
    margin-left: 104px;
  }

  .sp-ml-112 {
    margin-left: 112px;
  }

  .sp-ml-120 {
    margin-left: 120px;
  }

  .sp-ml-128 {
    margin-left: 128px;
  }

  .sp-mr-8 {
    margin-right: 8px;
  }

  .sp-mr-16 {
    margin-right: 16px;
  }

  .sp-mr-24 {
    margin-right: 24px;
  }

  .sp-mr-32 {
    margin-right: 32px;
  }

  .sp-mr-40 {
    margin-right: 40px;
  }

  .sp-mr-48 {
    margin-right: 48px;
  }

  .sp-mr-56 {
    margin-right: 56px;
  }

  .sp-mr-64 {
    margin-right: 64px;
  }

  .sp-mr-72 {
    margin-right: 72px;
  }

  .sp-mr-80 {
    margin-right: 80px;
  }

  .sp-mr-88 {
    margin-right: 88px;
  }

  .sp-mr-96 {
    margin-right: 96px;
  }

  .sp-mr-104 {
    margin-right: 104px;
  }

  .sp-mr-112 {
    margin-right: 112px;
  }

  .sp-mr-120 {
    margin-right: 120px;
  }

  .sp-mr-128 {
    margin-right: 128px;
  }

  .of768 {
    padding: 0 4px;
  }

  .sp-p-0 {
    padding: 0;
  }

  .sp-pt-0 {
    padding-top: 0;
  }

  .sp-pb-0 {
    padding-bottom: 0;
  }

  .sp-pl-0 {
    padding-left: 0;
  }

  .sp-pr-0 {
    padding-right: 0;
  }

  .sp-p-8 {
    padding: 8px;
  }

  .sp-pt-8 {
    padding-top: 8px;
  }

  .sp-pb-8 {
    padding-bottom: 8px;
  }

  .sp-pl-8 {
    padding-left: 8px;
  }

  .sp-pr-8 {
    padding-right: 8px;
  }

  .sp-p-16 {
    padding: 16px;
  }

  .sp-pt-16 {
    padding-top: 16px;
  }

  .sp-pb-16 {
    padding-bottom: 16px;
  }

  .sp-pl-16 {
    padding-left: 16px;
  }

  .sp-pr-16 {
    padding-right: 16px;
  }

  .sp-p-24 {
    padding: 24px;
  }

  .sp-pt-24 {
    padding-top: 24px;
  }

  .sp-pb-24 {
    padding-bottom: 24px;
  }

  .sp-pl-24 {
    padding-left: 24px;
  }

  .sp-pr-24 {
    padding-right: 24px;
  }

  .sp-p-32 {
    padding: 32px;
  }

  .sp-pt-32 {
    padding-top: 32px;
  }

  .sp-pb-32 {
    padding-bottom: 32px;
  }

  .sp-pl-32 {
    padding-left: 32px;
  }

  .sp-pr-32 {
    padding-right: 32px;
  }

  .sp-p-40 {
    padding: 40px;
  }

  .sp-pt-40 {
    padding-top: 40px;
  }

  .sp-pb-40 {
    padding-bottom: 40px;
  }

  .sp-pl-40 {
    padding-left: 40px;
  }

  .sp-pr-40 {
    padding-right: 40px;
  }

  .sp-p-48 {
    padding: 48px;
  }

  .sp-pt-48 {
    padding-top: 48px;
  }

  .sp-pb-48 {
    padding-bottom: 48px;
  }

  .sp-pl-48 {
    padding-left: 48px;
  }

  .sp-pr-48 {
    padding-right: 48px;
  }

  .sp-p-56 {
    padding: 56px;
  }

  .sp-pt-56 {
    padding-top: 56px;
  }

  .sp-pb-56 {
    padding-bottom: 56px;
  }

  .sp-pl-56 {
    padding-left: 56px;
  }

  .sp-pr-56 {
    padding-right: 56px;
  }

  .sp-p-64 {
    padding: 64px;
  }

  .sp-pt-64 {
    padding-top: 64px;
  }

  .sp-pb-64 {
    padding-bottom: 64px;
  }

  .sp-pl-64 {
    padding-left: 64px;
  }

  .sp-pr-64 {
    padding-right: 64px;
  }

  .sp-p-72 {
    padding: 72px;
  }

  .sp-pt-72 {
    padding-top: 72px;
  }

  .sp-pb-72 {
    padding-bottom: 72px;
  }

  .sp-pl-72 {
    padding-left: 72px;
  }

  .sp-pr-72 {
    padding-right: 72px;
  }

  .sp-p-80 {
    padding: 80px;
  }

  .sp-pt-80 {
    padding-top: 80px;
  }

  .sp-pb-80 {
    padding-bottom: 80px;
  }

  .sp-pl-80 {
    padding-left: 80px;
  }

  .sp-pr-80 {
    padding-right: 80px;
  }

  .sp-p-88 {
    padding: 88px;
  }

  .sp-pt-88 {
    padding-top: 88px;
  }

  .sp-pb-88 {
    padding-bottom: 88px;
  }

  .sp-pl-88 {
    padding-left: 88px;
  }

  .sp-pr-88 {
    padding-right: 88px;
  }

  .sp-p-96 {
    padding: 96px;
  }

  .sp-pt-96 {
    padding-top: 96px;
  }

  .sp-pb-96 {
    padding-bottom: 96px;
  }

  .sp-pl-96 {
    padding-left: 96px;
  }

  .sp-pr-96 {
    padding-right: 96px;
  }

  .sp-p-104 {
    padding: 104px;
  }

  .sp-pt-104 {
    padding-top: 104px;
  }

  .sp-pb-104 {
    padding-bottom: 104px;
  }

  .sp-pl-104 {
    padding-left: 104px;
  }

  .sp-pr-104 {
    padding-right: 104px;
  }

  .sp-p-112 {
    padding: 112px;
  }

  .sp-pt-112 {
    padding-top: 112px;
  }

  .sp-pb-112 {
    padding-bottom: 112px;
  }

  .sp-pl-112 {
    padding-left: 112px;
  }

  .sp-pr-112 {
    padding-right: 112px;
  }

  .sp-p-120 {
    padding: 120px;
  }

  .sp-pt-120 {
    padding-top: 120px;
  }

  .sp-pb-120 {
    padding-bottom: 120px;
  }

  .sp-pl-120 {
    padding-left: 120px;
  }

  .sp-pr-120 {
    padding-right: 120px;
  }

  .sp-p-128 {
    padding: 128px;
  }

  .sp-pt-128 {
    padding-top: 128px;
  }

  .sp-pb-128 {
    padding-bottom: 128px;
  }

  .sp-pl-128 {
    padding-left: 128px;
  }

  .sp-pr-128 {
    padding-right: 128px;
  }

  .sp-p-136 {
    padding: 136px;
  }

  .sp-pt-136 {
    padding-top: 136px;
  }

  .sp-pb-136 {
    padding-bottom: 136px;
  }

  .sp-pl-136 {
    padding-left: 136px;
  }

  .sp-pr-136 {
    padding-right: 136px;
  }

  .sp-p-144 {
    padding: 144px;
  }

  .sp-pt-144 {
    padding-top: 144px;
  }

  .sp-pb-144 {
    padding-bottom: 144px;
  }

  .sp-pl-144 {
    padding-left: 144px;
  }

  .sp-pr-144 {
    padding-right: 144px;
  }

  .sp-p-152 {
    padding: 152px;
  }

  .sp-pt-152 {
    padding-top: 152px;
  }

  .sp-pb-152 {
    padding-bottom: 152px;
  }

  .sp-pl-152 {
    padding-left: 152px;
  }

  .sp-pr-152 {
    padding-right: 152px;
  }

  .sp-p-160 {
    padding: 160px;
  }

  .sp-pt-160 {
    padding-top: 160px;
  }

  .sp-pb-160 {
    padding-bottom: 160px;
  }

  .sp-pl-160 {
    padding-left: 160px;
  }

  .sp-pr-160 {
    padding-right: 160px;
  }

  .sp-p-168 {
    padding: 168px;
  }

  .sp-pt-168 {
    padding-top: 168px;
  }

  .sp-pb-168 {
    padding-bottom: 168px;
  }

  .sp-pl-168 {
    padding-left: 168px;
  }

  .sp-pr-168 {
    padding-right: 168px;
  }

  .sp-p-176 {
    padding: 176px;
  }

  .sp-pt-176 {
    padding-top: 176px;
  }

  .sp-pb-176 {
    padding-bottom: 176px;
  }

  .sp-pl-176 {
    padding-left: 176px;
  }

  .sp-pr-176 {
    padding-right: 176px;
  }

  .sp-p-184 {
    padding: 184px;
  }

  .sp-pt-184 {
    padding-top: 184px;
  }

  .sp-pb-184 {
    padding-bottom: 184px;
  }

  .sp-pl-184 {
    padding-left: 184px;
  }

  .sp-pr-184 {
    padding-right: 184px;
  }

  .sp-p-192 {
    padding: 192px;
  }

  .sp-pt-192 {
    padding-top: 192px;
  }

  .sp-pb-192 {
    padding-bottom: 192px;
  }

  .sp-pl-192 {
    padding-left: 192px;
  }

  .sp-pr-192 {
    padding-right: 192px;
  }

  .sp-p-200 {
    padding: 200px;
  }

  .sp-pt-200 {
    padding-top: 200px;
  }

  .sp-pb-200 {
    padding-bottom: 200px;
  }

  .sp-pl-200 {
    padding-left: 200px;
  }

  .sp-pr-200 {
    padding-right: 200px;
  }

  .sp-p-208 {
    padding: 208px;
  }

  .sp-pt-208 {
    padding-top: 208px;
  }

  .sp-pb-208 {
    padding-bottom: 208px;
  }

  .sp-pl-208 {
    padding-left: 208px;
  }

  .sp-pr-208 {
    padding-right: 208px;
  }

  .sp-p-216 {
    padding: 216px;
  }

  .sp-pt-216 {
    padding-top: 216px;
  }

  .sp-pb-216 {
    padding-bottom: 216px;
  }

  .sp-pl-216 {
    padding-left: 216px;
  }

  .sp-pr-216 {
    padding-right: 216px;
  }

  .sp-p-224 {
    padding: 224px;
  }

  .sp-pt-224 {
    padding-top: 224px;
  }

  .sp-pb-224 {
    padding-bottom: 224px;
  }

  .sp-pl-224 {
    padding-left: 224px;
  }

  .sp-pr-224 {
    padding-right: 224px;
  }

  .sp-p-232 {
    padding: 232px;
  }

  .sp-pt-232 {
    padding-top: 232px;
  }

  .sp-pb-232 {
    padding-bottom: 232px;
  }

  .sp-pl-232 {
    padding-left: 232px;
  }

  .sp-pr-232 {
    padding-right: 232px;
  }

  .sp-p-240 {
    padding: 240px;
  }

  .sp-pt-240 {
    padding-top: 240px;
  }

  .sp-pb-240 {
    padding-bottom: 240px;
  }

  .sp-pl-240 {
    padding-left: 240px;
  }

  .sp-pr-240 {
    padding-right: 240px;
  }

  .sp-p-248 {
    padding: 248px;
  }

  .sp-pt-248 {
    padding-top: 248px;
  }

  .sp-pb-248 {
    padding-bottom: 248px;
  }

  .sp-pl-248 {
    padding-left: 248px;
  }

  .sp-pr-248 {
    padding-right: 248px;
  }

  .sp-p-256 {
    padding: 256px;
  }

  .sp-pt-256 {
    padding-top: 256px;
  }

  .sp-pb-256 {
    padding-bottom: 256px;
  }

  .sp-pl-256 {
    padding-left: 256px;
  }

  .sp-pr-256 {
    padding-right: 256px;
  }

  .sp-p-264 {
    padding: 264px;
  }

  .sp-pt-264 {
    padding-top: 264px;
  }

  .sp-pb-264 {
    padding-bottom: 264px;
  }

  .sp-pl-264 {
    padding-left: 264px;
  }

  .sp-pr-264 {
    padding-right: 264px;
  }

  .sp-p-272 {
    padding: 272px;
  }

  .sp-pt-272 {
    padding-top: 272px;
  }

  .sp-pb-272 {
    padding-bottom: 272px;
  }

  .sp-pl-272 {
    padding-left: 272px;
  }

  .sp-pr-272 {
    padding-right: 272px;
  }

  .sp-p-280 {
    padding: 280px;
  }

  .sp-pt-280 {
    padding-top: 280px;
  }

  .sp-pb-280 {
    padding-bottom: 280px;
  }

  .sp-pl-280 {
    padding-left: 280px;
  }

  .sp-pr-280 {
    padding-right: 280px;
  }

  .sp-p-288 {
    padding: 288px;
  }

  .sp-pt-288 {
    padding-top: 288px;
  }

  .sp-pb-288 {
    padding-bottom: 288px;
  }

  .sp-pl-288 {
    padding-left: 288px;
  }

  .sp-pr-288 {
    padding-right: 288px;
  }

  .sp-p-296 {
    padding: 296px;
  }

  .sp-pt-296 {
    padding-top: 296px;
  }

  .sp-pb-296 {
    padding-bottom: 296px;
  }

  .sp-pl-296 {
    padding-left: 296px;
  }

  .sp-pr-296 {
    padding-right: 296px;
  }

  .sp-p-304 {
    padding: 304px;
  }

  .sp-pt-304 {
    padding-top: 304px;
  }

  .sp-pb-304 {
    padding-bottom: 304px;
  }

  .sp-pl-304 {
    padding-left: 304px;
  }

  .sp-pr-304 {
    padding-right: 304px;
  }

  .sp-p-312 {
    padding: 312px;
  }

  .sp-pt-312 {
    padding-top: 312px;
  }

  .sp-pb-312 {
    padding-bottom: 312px;
  }

  .sp-pl-312 {
    padding-left: 312px;
  }

  .sp-pr-312 {
    padding-right: 312px;
  }

  .sp-p-320 {
    padding: 320px;
  }

  .sp-pt-320 {
    padding-top: 320px;
  }

  .sp-pb-320 {
    padding-bottom: 320px;
  }

  .sp-pl-320 {
    padding-left: 320px;
  }

  .sp-pr-320 {
    padding-right: 320px;
  }

  .sp-p-328 {
    padding: 328px;
  }

  .sp-pt-328 {
    padding-top: 328px;
  }

  .sp-pb-328 {
    padding-bottom: 328px;
  }

  .sp-pl-328 {
    padding-left: 328px;
  }

  .sp-pr-328 {
    padding-right: 328px;
  }

  .sp-p-336 {
    padding: 336px;
  }

  .sp-pt-336 {
    padding-top: 336px;
  }

  .sp-pb-336 {
    padding-bottom: 336px;
  }

  .sp-pl-336 {
    padding-left: 336px;
  }

  .sp-pr-336 {
    padding-right: 336px;
  }

  .sp-p-344 {
    padding: 344px;
  }

  .sp-pt-344 {
    padding-top: 344px;
  }

  .sp-pb-344 {
    padding-bottom: 344px;
  }

  .sp-pl-344 {
    padding-left: 344px;
  }

  .sp-pr-344 {
    padding-right: 344px;
  }

  .sp-p-352 {
    padding: 352px;
  }

  .sp-pt-352 {
    padding-top: 352px;
  }

  .sp-pb-352 {
    padding-bottom: 352px;
  }

  .sp-pl-352 {
    padding-left: 352px;
  }

  .sp-pr-352 {
    padding-right: 352px;
  }

  .sp-p-360 {
    padding: 360px;
  }

  .sp-pt-360 {
    padding-top: 360px;
  }

  .sp-pb-360 {
    padding-bottom: 360px;
  }

  .sp-pl-360 {
    padding-left: 360px;
  }

  .sp-pr-360 {
    padding-right: 360px;
  }

  .sp-p-368 {
    padding: 368px;
  }

  .sp-pt-368 {
    padding-top: 368px;
  }

  .sp-pb-368 {
    padding-bottom: 368px;
  }

  .sp-pl-368 {
    padding-left: 368px;
  }

  .sp-pr-368 {
    padding-right: 368px;
  }

  .sp-p-376 {
    padding: 376px;
  }

  .sp-pt-376 {
    padding-top: 376px;
  }

  .sp-pb-376 {
    padding-bottom: 376px;
  }

  .sp-pl-376 {
    padding-left: 376px;
  }

  .sp-pr-376 {
    padding-right: 376px;
  }

  .sp-p-384 {
    padding: 384px;
  }

  .sp-pt-384 {
    padding-top: 384px;
  }

  .sp-pb-384 {
    padding-bottom: 384px;
  }

  .sp-pl-384 {
    padding-left: 384px;
  }

  .sp-pr-384 {
    padding-right: 384px;
  }

  .annotation-flex .sp-justify-start {
    justify-content: flex-start;
  }

  .link-button1.width344 {
    max-width: 300px;
  }

  .link-button1.width256 {
    max-width: 256px;
  }

  .link-button1 a::before,
  .link-button1 label::before {
    right: 24px;
    width: 7px;
    height: 13px;
  }

  h2.type2 .title {
    text-align: center;
    flex-basis: 100%;
  }

  .multiple-title span {
    font-weight: 700;
    text-align: left;
  }

  .price-list__table {
    overflow: auto;
  }

  .search-domain form {
    border-radius: 5px;
  }

  .search-domain__flex {
    border-radius: 5px;
  }

  .search-domain__input {
    padding: 8px 16px;
  }

  .search-domain__send {
    height: 56px;
  }

  .search-domain__links {
    flex-direction: column;
  }

  .one-column {
    border-radius: 8px;
  }

  .one-column__top {
    border-radius: 8px 8px 0 0;
  }

  .one-column__bottom {
    border-radius: 0 0 8px 8px;
  }

  .two-column__left {
    flex-basis: 100%;
  }

  .two-column.left-148 .two-column__left {
    flex-basis: 100%;
  }

  .two-column.left-148 .two-column__right {
    flex-basis: calc(100% - 100px);
  }

  .two-column.left-148.left-288 .two-column__left {
    flex-basis: 100%;
  }

  .two-column.left-148.left-288 .two-column__right {
    flex-basis: 100%;
  }

  .two-column.left-200 .two-column__left {
    flex-basis: 150px;
  }

  .two-column.left-200 .two-column__right {
    flex-basis: calc(100% - 150px);
  }

  .two-column__right {
    flex-basis: 100%;
  }

  .two-column.left-344 .two-column__left {
    flex-basis: 100%;
  }

  .two-column.left-344 .two-column__right {
    flex-basis: 100%;
  }

  .three-column__single > * {
    padding: 16px;
    flex-basis: 100%;
  }

  .three-column__left {
    align-items: center;
  }

  .three-column__center {
    border-bottom: 1px solid #9ec0e1;
  }

  .bb-block {
    padding: 24px;
  }

  .wrap {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  .wrap896 {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  .wrap856 {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  .wrap808 {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  .related-services__single {
    flex-basis: 100%;
  }

  .safety__inner {
    padding: 32px 16px;
  }

  .safety__flex figure {
    margin-top: 24px;
    flex-basis: 100%;
  }

  .safety__flex figure:first-of-type {
    margin-top: 0;
  }

  .optbox article {
    width: 100%;
  }

  .optbox article:last-child {
    margin-top: 16px;
  }

  .optbox .column .link-button1 {
    width: 100%;
  }

  .vpsScene .problemFirst {
    padding-bottom: 100px;
  }

  .vpsScene .problemSecond:before {
    top: -48px;
    width: 94%;
    height: 48px;
  }

  .vpsScene .problemSecond:after {
    top: -48px;
    border-width: 18px;
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  .vpsScene .problem .problemList {
    margin: 24px -12px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .vpsScene .problem .problemList li {
    width: 150px;
    min-height: 220px;
    margin: 12px;
    padding: 20px 16px;
  }

  .vpsScene .problem .problemList li:nth-child(3) {
    margin-top: 12px;
  }

  .vpsScene .problem .problemList li .num {
    font-size: 30px;
  }

  .vpsScene .problem .problemList li .text {
    font-size: 10px;
  }

  .vpsScene .problem .problemList li .caption {
    font-size: 14px;
  }

  .vpsScene .problem .solutionListColumn--detail {
    width: 100%;
  }

  .vpsScene .problem .solutionListColumn--image {
    margin: 20px 0 0;
    text-align: center;
  }

  .vpsScene .problem .solutionList .solutionList__item {
    display: block;
  }

  .vpsScene .problem .solutionList .solutionList__item:first-child {
    margin: 20px 0 0;
  }

  .vpsScene .problem .solutionList .solutionList__item--caption {
    font-size: 16px;
    text-align: left;
  }

  .vpsScene .problem .solutionList .solutionList__item--text {
    font-size: 14px;
    margin: 12px 0 0;
    text-align: left;
  }

  .vpsScene .reccommend {
    padding-top: 100px;
  }

  .vpsScene .reccommend:before {
    width: 94%;
    height: 48px;
  }

  .vpsScene .reccommend__flex {
    margin: 20px 0 0;
  }

  .vpsScene .reccommend__single {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    flex-basis: 100%;
  }

  .vpsScene .reccommend__single:first-of-type {
    margin-top: 0;
  }

  .vpsScene .reccommend__top {
    height: auto;
  }

  .vpsScene .reccommend__bottom {
    height: auto;
  }

  .vpsScene .reccommend__points {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .vpsScene .reccommend__points figure {
    margin-top: 0;
  }

  .vpsScene .reccommend__price {
    margin-bottom: 8px;
  }

  .vpsScene .sceneCtaFooter {
    margin: 0 0 20px;
  }

  .vpsScene .sceneCtaFooter .sceneCtaFooter__ttl {
    font-size: 20px;
  }

  .vpsScene .sceneCtaFooter .link-button1 {
    width: 300px;
  }

  .vpsScene .sceneCtaFooter .link-button1 a {
    font-size: 18px;
    height: 80px;
  }

  .footer-top__left {
    text-align: center;
    flex-basis: 100%;
  }

  .footer-top__left .sns-list {
    justify-content: center;
  }

  .affiliate__bnr {
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .friend__bnr {
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .marks .single {
    display: block;
  }

  header .xserver a {
    line-height: 1.4px;
  }

  header .global__nav {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  .joins__single {
    flex-basis: 100%;
  }

  ul.ul-3 li {
    width: 100%;
    height: 60px;
  }

  ul.ul-3 li.blank {
    display: none;
  }

  ol.articlelist li.articlelist__item {
    margin-left: 0;
  }

  ol.numlist li.numlist__item {
    min-width: 60px;
  }

  ol.numlist.parentheses li {
    margin-left: 0;
  }

  ol.numlist.parentheses li.numlist__item p {
    margin-left: 0;
  }

  ol.numlist.parentheses li .numlist__item-num p {
    margin-left: 0;
  }

  .block-list li {
    margin-bottom: 8px;
  }

  .domains-list li.false input + .check-status {
    width: 120px;
    height: 13px;
    background-image: url('../../images/icon/cannot-check__sp.svg');
  }

  .domains-list li.true input + .check-status {
    background-image: url('../../images/icon/no-check__sp.svg');
  }

  .domains-list li.true input:checked + .check-status {
    background-image: url('../../images/icon/checked__sp.svg');
  }

  .domains-list label {
    padding: 20px 24px;
  }

  .domains-list .check {
    height: 36px;
    margin-top: 16px;
    background: #edf9ff;
    order: 2;
    flex-basis: 100%;
  }

  .domains-list .check .check-status {
    top: 50%;
    left: 50%;
    width: 109px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
  }

  .domains-list .domain {
    margin-left: 0;
  }

  .domains-list .authcode {
    margin-right: 0;
    flex-basis: 100%;
  }

  .domains-list .authcode span {
    display: block;
  }

  .domains-list .authcode input {
    height: 40px;
    padding: 0 8px;
  }

  .domains-list .price {
    margin-right: 0;
  }

  .domains-list.multiple .domain {
    flex-basis: 100%;
  }

  .domains-list.multiple .price {
    flex-basis: 100%;
  }

  .domain-card-table .single {
    margin-top: 12px;
    padding: 12px;
    flex-basis: 48.8888888889%;
  }

  .domain-card-table .single.false input + .check-status {
    width: 106px;
    height: 12px;
  }

  .domain-card-table .check .check-status {
    width: 94px;
    height: 12px;
  }

  .acount-flow-list__flex {
    align-items: stretch;
  }

  .acount-flow-list__flex.first .acount-flow-list__single:nth-of-type(1) .num {
    border-bottom: 1px solid white;
  }

  .acount-flow-list__flex.second .acount-flow-list__single:nth-of-type(3) .num {
    border-bottom: 1px solid white;
  }

  .acount-flow-list__flex.third .acount-flow-list__single:nth-of-type(5) .num {
    border-bottom: 1px solid white;
  }

  .acount-flow-list__flex.fourth .acount-flow-list__single:nth-of-type(7) .num {
    border-bottom: 1px solid white;
  }

  .acount-flow-list__single {
    height: auto;
    padding: 8px 8px 16px;
    border-radius: 30px;
    flex-basis: auto;
    justify-content: flex-start;
  }

  .acount-flow-list__single .num {
    border-bottom: 1px solid #262626;
  }

  .acount-flow-list__single .text {
    margin-top: 8px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .acount-flow-list__arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-basis: 14px;
  }

  .recommend-domain .close {
    top: -25px;
    right: 0;
    width: 50px;
    height: 50px;
  }

  .recommend-domain__inner {
    width: calc(100% - 30px);
    padding: 32px 0;
  }

  .recommend-domain__single {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .recommend-domain__single:first-of-type {
    border-top: 1px solid #ccc;
  }

  .recommend-domain__single .icon {
    height: 60px;
    padding: 10px 15px;
    border-right: 1px solid #ccc;
    flex-basis: 90px;
  }

  .recommend-domain__single .icon img {
    max-height: 40px;
  }

  .recommend-domain__single .title {
    margin-top: 0;
    text-align: left;
    flex-basis: calc(100% - 90px);
  }

  .recommend-domain__single .title a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
  }

  .recommend-domain__single .title a::before {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 8px;
    height: 13px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../../images/icon/arrow-right-b.svg') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .signup__form .two-column__left {
    padding: 16px;
  }

  .signup__form .two-column__right {
    padding: 16px;
  }

  .signup .use-request__text-box,
  .signup .payment-method__text-box {
    width: 100%;
  }

  .signup .use-request__table,
  .signup .payment-method__table {
    width: 100%;
  }

  .signup .agree {
    padding: 24px 16px;
  }

  .signup .agree .of-wrap {
    padding: 24px 8px;
  }

  .sms {
    padding: 48px 16px;
  }

  .sms__inner {
    padding: 0;
    box-shadow: none;
  }

  .sms .certification-form .basis400 {
    flex-basis: 100%;
  }

  .sms .certification-form .basis200 {
    flex-basis: 100%;
  }

  div.wrap12 {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  div.wrap10 {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  div.wrap50 {
    width: 480px;
    max-width: 100%;
    padding: 0 15px;
  }

  .tab-big {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .multiple-title .name.transfer {
    flex-basis: 22%;
  }

  .multiple-title .authcode {
    margin-right: 48px;
    flex-basis: 21.8%;
  }

  .multiple-title .price {
    margin-right: 48px;
  }

  .wrap.tab768 {
    max-width: 768px;
  }

  .vpsScene .problemSecond:after {
    border-width: 24px;
    border-top-width: 32px;
    border-bottom-width: 32px;
  }

  .vpsScene .problem .problemList {
    margin: 48px 0 0;
  }

  .vpsScene .problem .problemList li {
    padding: 20px;
  }

  .vpsScene .problem .problemList li .num {
    font-size: 36px;
  }

  .vpsScene .problem .problemList li .text {
    font-size: 12px;
  }

  .vpsScene .problem .problemList li .caption {
    font-size: 16px;
    font-weight: bold;
  }

  .vpsScene .problem .solutionListColumn--detail {
    width: auto;
    flex: 1;
  }

  .vpsScene .problem .solutionListColumn--image {
    width: 220px;
  }

  .vpsScene .problem .solutionList .solutionList__item .solutionListColumn--image {
    margin-left: 20px;
  }

  .vpsScene .problem .solutionList .solutionList__item:nth-child(2n) .solutionListColumn--image {
    margin-right: 20px;
    margin-left: 0;
  }

  .vpsScene .problem .solutionList .solutionList__item--caption {
    font-size: 16px;
  }

  .vpsScene .sceneCtaFooter .sceneCtaFooter__ttl {
    font-size: 24px;
  }

  .vpsScene .sceneCtaFooter .link-button1 {
    width: 400px;
  }

  .vpsScene .sceneCtaFooter .link-button1 a {
    font-size: 23px;
    height: 80px;
  }

  .domains-list .domain.transfer {
    flex-basis: 22%;
  }

  .domains-list .authcode {
    margin-right: 48px;
    flex-basis: 21.8%;
  }

  .domains-list .price {
    margin-right: 48px;
  }

  .domain-card-table .single {
    flex-basis: 23.5185185185%;
  }

  .acount-flow-list__arrow {
    flex-basis: 16px;
  }
}

@media all and (-ms-high-contrast: none) {
  .two-column__single {
    flex-wrap: nowrap;
  }

  header .global__single a:hover span::before {
    -webkit-transform: translateX(-50%) translateX(-6px);
    transform: translateX(-50%) translateX(-6px);
  }

  header .global__single a:hover span::after {
    -webkit-transform: translateX(-50%) translateX(6px);
    transform: translateX(-50%) translateX(6px);
  }
}
/*# sourceMappingURL=common.css.map */
