@charset "UTF-8";
html {
  /*font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  width: 100%;
  overflow-x: hidden; /*横スクロール制御*/
}

/*reset*/
body {
  margin: 0;
}
@media screen and (max-width: 780px) {
  body {
    overflow-x: hidden;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: block;
}

/*font*/
small {
  font-size: 0.75rem;
}

.h3 {
  font-size: 1.17em;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  html {
    scroll-padding-top: 50px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .inner_wrapper {
    max-width: 100%;
  }
}

/*mv size*/
#fv_zone {
  background: #fff4ec url("./xnet-lp/img/xnet_lp_fv2411.png") repeat-x 50% 0;
}

.mvwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.mvleft {
  width: calc(100% - 350px);
}
.mvleft img.mainvisual {
  width: 100%;
  height: auto;
  display: block;
}
.mvleft__inner {
  position: relative;
  height: fit-content;
}

.mvright {
  width: 350px;
  box-sizing: border-box;
  padding: 15px 25px;
}

.overlay {
  display: none;
}

.mvform {
  display: block;
  opacity: 1;
  padding: 12px 16px 6px;
  border-radius: 20px;
  background: #f6f6f6;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.mvform p {
  margin-bottom: 5px;
}

#dl_btn_area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
#dl_btn_area img {
  width: 100%;
  height: auto;
}

#dl_btn_area2 {
  display: none;
  padding: 0;
}
#dl_btn_area2.fvarea {
  display: none;
}

/*cambana*/
.topcambn {
  background: #ff7a1b;
  font-family: "Inter", sans-serif;
  font-display: swap;
}
.topcambn__inner {
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 188px;
  box-sizing: border-box;
  position: relative;
}
.topcambn__inner .camwrap {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.topcambn__inner p.camtxt {
  font-size: 36px;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-weight: bold;
  margin-right: 37px;
}
.topcambn__inner p.camtxt span {
  color: #ffff00;
}
.topcambn__inner .camlink {
  display: flex;
  align-items: center;
  background: #fff;
  text-decoration: none;
  color: #000;
  border: 3px solid #c61010;
  border-radius: 4px;
  padding: 7px 30px;
  font-weight: bold;
  font-size: 18px;
}
.topcambn__inner .camlink img {
  padding-left: 6px;
}
.topcambn__inner .camdateimg {
  position: absolute;
  top: -35px;
  left: 20px;
}
.topcambn__inner .camdate {
  display: none;
}
.topcambn__inner .fsp {
  display: none;
}

/*cam2*/
#topcam2 {
  background: #fff;
}
#topcam2 .topcam2__in {
  display: flex;
  background: #ffeded;
  justify-content: center;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
#topcam2 .topcam2__in img {
  width: 100%;
  height: auto;
}
#topcam2 ul {
  text-align: left;
  padding: 1em;
}

@media screen and (max-width: 1199px) {
  .topcambn__inner {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  .topcambn__inner .camwrap {
    width: 100%;
    align-items: center;
    padding: 0;
    flex-direction: column;
  }
  .topcambn__inner .camdateimg {
    display: none;
  }
  .topcambn__inner .camlinkwrap {
    background: #fff;
    border: 1px solid #c61010;
    width: calc(100% - 2px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
  }
  .topcambn__inner .camlink {
    margin-left: 35px;
  }
  .topcambn__inner p.camtxt {
    padding: 25px 0;
    margin-right: 0;
  }
  .topcambn__inner .camdate.fpc {
    display: block;
    font-size: 30px;
    color: #ff1900;
    font-weight: bold;
  }
  .topcambn__inner .camdate.fpc span {
    font-size: 18px;
    color: #000;
  }
  .topcambn__inner .fsp {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .topcambn__inner .camdate.fpc {
    display: none;
  }
  .topcambn__inner .camdate.fsp {
    display: block;
    font-size: 30px;
    color: #ff1900;
    font-weight: bold;
  }
  .topcambn__inner .camdate.fsp span {
    font-size: 18px;
    color: #000;
  }
  .topcambn__inner .fsp {
    display: block;
  }
  .topcambn__inner p.camtxt {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    padding: 20px 0;
  }
  .topcambn__inner .camlink {
    padding: 7px 20px;
    margin-left: 8px;
    font-size: 16px;
  }
}
/* cambana end*/
.fv_att {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 20px 40px 40px 40px;
  display: block;
}
.fv_att__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 16px;
  box-sizing: border-box;
}
.fv_att ol {
  text-indent: -1.5em;
  margin: 0 0 0 1.5em;
  padding: 0;
  font-size: 0.875rem;
}

.btnwrap,
.button-close {
  display: none;
}

@media screen and (max-width: 999px) {
  #fv_zone {
    background: none;
  }
  .mvwrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .mvleft {
    width: 100%;
    background-position: -10px bottom;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 110;
  }
  .mvright {
    width: 100%;
    padding: 0;
  }
  .mvform {
    display: none;
    opacity: 0;
  }
  .mvform.active {
    display: block;
    opacity: 1;
    position: fixed;
    /* 画面中央に配置 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: auto;
    max-height: 90vh;
    /*  overflow-y: scroll;*/
    z-index: 111;
    background: #f6f6f6;
  }
  .dl_btn_wrap {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: 18px;
    width: 100%;
  }
  .dl_btn_wrap > div {
    flex: 1;
  }
  #dl_btn_area {
    position: static;
    padding: 0 4% 0 8%;
    width: 100%;
    box-sizing: border-box;
  }
  #dl_btn_area2 {
    display: none;
  }
  #dl_btn_area2.fvarea {
    display: block;
    padding: 1px 8% 0 4%;
  }
  .button-open {
    display: block;
    background: linear-gradient(90deg, #4d55a2, #24c5db);
    color: #fff;
    border-radius: 60px;
    border: 0;
    width: 100%;
    aspect-ratio: 405/76;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1em;
    cursor: pointer;
    box-sizing: border-box;
  }
  .button-open img {
    vertical-align: middle;
    padding-left: 5px;
  }
  #dl_btn_area2.fvarea .button-open {
    width: 100%;
  }
  .btnwrap {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    color: #999;
    cursor: pointer;
  }
  .button-close {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #b4b3b3;
    border-radius: 20px;
    background: #fff;
  }
  .button-close::before,
  .button-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 20px;
    background: #b4b3b3;
    border-radius: 1.5px;
  }
  .button-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .button-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .fv_att {
    padding: 0;
  }
  .fv_att__inner {
    max-width: calc(100% - 16px);
  }
  .fv_att ol {
    text-indent: 0;
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .dl_btn_wrap {
    flex-direction: column;
    justify-content: center;
    bottom: 8px;
    width: 80%;
    margin: 0 10%;
  }
  .dl_btn_wrap > div {
    flex: auto;
  }
  #dl_btn_area {
    width: 100%;
    padding: 0;
  }
  #dl_btn_area2 {
    width: 96%;
    padding: 0;
  }
  #dl_btn_area2.fvarea {
    padding: 0;
  }
}
/*utility*/
.text-c,
.tac {
  text-align: center;
}

.txt-md {
  font-size: 18px;
}

.txt-sm {
  font-size: 16px;
}

.txt-lg {
  font-size: 34px;
}

.mr01em {
  margin-right: 0.3em;
}

.mt10 {
  margin-top: 10px !important;
}

.font-b {
  font-weight: bold;
  font-size: 1.25em;
}

.f-l-pc {
  font-size: 1.75em !important;
}

.f-2l-pc {
  font-size: 2em !important;
}

.f-3l-pc {
  font-size: 3em !important;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
}

.boxWrap {
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.blue {
  color: #355ca8;
}

.light-blue {
  color: #3484ce;
}

.orange {
  color: #ff7a00;
}

img.logo {
  width: 140px;
  height: auto;
}

.btn-area .btn-orange .txt-md,
.btn-area .btn-orange .txt-lg,
.btn-area .btn-orange .txt-sm {
  display: block;
}

.heading01 {
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
}
.heading01__inner {
  border-bottom: 2px solid #4d53a2;
  -o-border-image: linear-gradient(90deg, #4d53a2, #24c6dc);
  border-image: linear-gradient(90deg, #4d53a2, #24c6dc);
  border-image-slice: 1;
}
.heading01 img {
  margin-right: 5px;
}

.heading02 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 780px) {
  .heading02 .spstxt {
    font-size: 1.2rem;
  }
}

.headingdt {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.pagetoptxt {
  font-size: 1.125rem;
  text-align: center;
  padding: 0 16px;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .pagetoptxt {
    text-align: left;
  }
}

.border-blue {
  border-bottom: 2px solid #4d53a2;
  -o-border-image: linear-gradient(90deg, #4d53a2, #24c6dc);
  border-image: linear-gradient(90deg, #4d53a2, #24c6dc);
  border-image-slice: 1;
}

.bluemark {
  color: #355ca8;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.bluemark span {
  background: linear-gradient(transparent 50%, rgba(235, 189, 63, 0.5019607843) 50%);
}

#effect .bluemark {
  display: inline;
}

.fuki01 {
  color: #3484ce;
  background: url("xnet-lp/img/fuki01.svg") no-repeat 50% 50%;
  background-size: 100% 100%;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  position: relative;
}
.fuki01 .fstxt {
  font-size: 1.25rem;
}
.fuki01:after {
  content: url("xnet-lp/img/fuki01bk.svg");
  position: absolute;
  left: 27%;
  bottom: -34px;
  width: 27px;
  height: 46px;
}
@media screen and (max-width: 780px) {
  .fuki01 {
    height: 40px;
  }
  .fuki01:after {
    left: 40%;
    bottom: -40px;
  }
}

.heading01,
.heading02,
.headingdt,
.bluemark,
.fuki01 {
  font-family: "Inter", sans-serif;
  font-display: swap;
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #f6f6f6;
  z-index: 99;
  box-sizing: border-box;
}
.header .header_inner {
  position: relative;
  padding: 1em;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header .header_inner .logo {
  position: absolute;
  top: 25.5px;
  left: 1em;
}
.header .header_inner .logo img {
  width: 120px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.header .nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.header .nav ul li {
  width: 200px;
}
.header .nav ul .tel a,
.header .nav ul .tel p {
  color: #355ca8;
}
.header .nav ul .tel a {
  font-size: 1.5rem;
  padding: 0;
}
.header .nav ul .tel p {
  margin: 0;
  font-size: 0.8rem;
}
.header .nav ul .btn-blue a,
.header .nav ul .btn-orange a {
  padding: 1em;
  font-size: 1rem;
}
.header .nav ul.link-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5em 1em 0 0;
  padding: 0;
}
.header .nav ul.link-area li {
  width: auto;
  text-align: left;
}
.header .nav ul.link-area li a {
  color: #355ca8;
  font-weight: bold;
}
.header .nav ul.link-area li a:hover {
  opacity: 0.8;
  background-image: linear-gradient(to right, #4e54a2, #25c7dd);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left bottom;
  padding-bottom: 5px;
}

/*　※印付番号リスト　*/
ol.kome_number {
  counter-reset: come-counter;
  list-style: none;
  padding-left: 1.5em;
}
ol.kome_number li {
  counter-increment: come-counter;
  position: relative;
  padding-left: 2em;
  text-indent: 0em;
}
ol.kome_number li::before {
  content: "※" counter(come-counter);
  position: absolute;
  left: 0;
}
ol.kome_number li.skip {
  counter-increment: none;
  display: none;
}
ol.kome_number li.skip::before {
  content: "";
}

@media screen and (max-width: 780px) {
  .header {
    height: 50px;
  }
  .header .header_inner .logo {
    top: 35%;
    left: 1%;
  }
  .header .nav {
    position: fixed;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 320px;
    height: 100vh;
    padding-top: 60px;
    background-color: #f6f6f6;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .header .nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2em;
  }
  .header .nav ul li {
    padding: 0 0 1.5em;
    width: auto;
  }
  .header .nav ul li .dl {
    padding-left: 0.3rem;
  }
  .header .nav ul li a {
    color: #355ca8;
    font-weight: bold;
  }
  .header .nav ul .bg-w {
    background: #fff;
    padding: 0.8em 1.5em;
  }
  .header .nav ul .bg-w a {
    font-size: 1.5rem;
  }
  .header .nav ul .bg-w p {
    color: #355ca8;
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
  }
  .hamburger {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #355ca8;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
    width: 13px;
    left: 16px;
  }
  .hamburger_border_bottom {
    top: 26px;
    width: 8px;
    left: 21px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    left: 11px;
    transform: rotate(-45deg);
    top: 20px;
    width: 18px;
  }
}
.btn-area {
  justify-content: center;
  padding: 0;
}
.btn-area a {
  display: block;
  padding: 1.5em;
  color: #fff;
}
.btn-area a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.btn-area li {
  border-radius: 60px;
  color: #fff;
  width: 350px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0.5em;
  line-height: normal;
}
.btn-area dl {
  display: table;
  margin: 0;
  padding: 0;
}
.btn-area dt {
  display: table-cell;
  margin: 0;
  padding: 0;
}
.btn-area dd {
  display: table-cell;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.flexWrap.btn-st01 {
  justify-content: center;
  align-items: stretch;
}
.flexWrap.btn-st01 li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexWrap.btn-area.btn-st01 a {
  padding: 0.75em 1.5em;
}

@media screen and (max-width: 780px) {
  .btn-area {
    flex-direction: column;
  }
  .btn-area > li {
    margin-bottom: 1em;
    width: 95%;
  }
  .flexWrap.btn-area.btn-st01 .btn-blue a {
    padding: 1.5em;
  }
  #option .flexWrap.btn-area.btn-st01 .btn-orange a {
    padding: 0.75em 1.2em;
  }
  #option .btn-area > li {
    margin: 0 0 1em;
    width: 100%;
  }
}
.btn-area .btn-blue {
  background: linear-gradient(90deg, #4d55a2, #24c5db);
}
.btn-area .btn-orange {
  background: linear-gradient(90deg, #e65d01, #f9d323);
}
.btn-area .btn-green {
  background: linear-gradient(90deg, #11998e, #00da52);
}

#xnet_lp {
  background: #f6f6f6;
  color: #353535;
}
#xnet_lp #FV {
  position: relative;
}
#xnet_lp #FV .term {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9rem;
}
#xnet_lp #FV .term span {
  text-decoration: underline;
}
#xnet_lp .termBox {
  height: 190px;
  display: none;
  overflow-y: hidden;
  border-style: dotted;
  border-width: 1px;
  width: 100%;
  max-width: 1200px;
  margin: 1em auto;
  font-size: 0.9rem;
}
#xnet_lp .termblock {
  display: block;
}
#xnet_lp .spNavi {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  width: 100%;
}
#xnet_lp .spNavi li {
  text-align: center;
  /*width: 33.33333%;*/
  width: calc(33.3333333333% - 2px);
  padding: 1em 0;
}
#xnet_lp .spNavi li a {
  color: #fff;
  display: block;
}
#xnet_lp .spNavi li a p {
  margin: 0;
  font-size: 0.8rem;
}
#xnet_lp .spNavi li:nth-of-type(1), #xnet_lp .spNavi li:nth-of-type(2) {
  background: #355ca8;
  border-right: 1px solid #fff;
}
#xnet_lp .spNavi li:nth-of-type(3) {
  background: #3484ce;
  border-right: 1px solid #3484ce;
}
#xnet_lp #trouble h2 .font-s {
  font-size: 1rem;
}
#xnet_lp #about {
  background: #fff;
  padding: 3em 0;
}
#xnet_lp #about h2 p {
  display: inline-block;
  margin-top: 1em;
}
#xnet_lp #about h2 p img {
  width: 150px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  padding-right: 0.5em;
}
#xnet_lp #about .aboutWrap {
  justify-content: center;
  gap: 2em;
  padding-bottom: 3em;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#xnet_lp #about .aboutWrap .text_area {
  width: 45%;
}
#xnet_lp #about .aboutWrap .image_area {
  width: 45%;
}
#xnet_lp #about .aboutWrap .image_area img {
  width: 100%;
  height: auto !important;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 780px) {
  #xnet_lp #about {
    padding: 1em 0 2em;
  }
  #xnet_lp #about .aboutWrap {
    flex-direction: column;
    padding: 0 1em 0 0em;
  }
  #xnet_lp #about .aboutWrap .text_area,
  #xnet_lp #about .aboutWrap .image_area {
    width: calc(100% - 2em);
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
  }
}
#xnet_lp #type {
  padding: 4em 0 40px;
  background: #daedff;
}
#xnet_lp #type .typeWrap {
  display: flex;
  justify-content: center;
  padding: 2em 0 1em;
  align-items: stretch;
}
#xnet_lp #type .box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0.5em;
  width: 30%;
}
#xnet_lp #type .box .boxtop01,
#xnet_lp #type .box .boxtop02,
#xnet_lp #type .box .boxtop03 {
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px 8px 0 0;
  font-size: 0.94rem;
  font-weight: 500;
}
#xnet_lp #type .box .boxtop01 {
  background: #eaf5ff;
}
#xnet_lp #type .box .boxtop02 {
  background: #ffeec1;
}
#xnet_lp #type .box .boxtop03 {
  background: #f6f6f6;
}
#xnet_lp #type .box .box-middle {
  border-top: 1px solid #3484ce;
  border-bottom: 1px dotted #3484ce;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
#xnet_lp #type .box .box-middle p {
  margin: 0;
}
#xnet_lp #type .box .box-middle p .padding {
  display: inline-block;
  padding: 0.5em 1.5em 0 1.5em;
}
#xnet_lp #type .box .box-middle p .font-size {
  font-size: 1.2rem;
}
#xnet_lp #type .box .box-middle p .font-color {
  color: #ff7a00;
  font-size: 2rem;
}
#xnet_lp #type .box .box-middle + p {
  text-align: left;
  padding: 0 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  #xnet_lp #type .box .box-middle {
    padding: 0;
  }
}
#xnet_lp #type .box .box-bottom {
  border-top: 1px dotted #3484ce;
  margin: 0;
  padding: 1em 1.5em;
}
#xnet_lp #type .box .box-bottom p {
  background: #f6f6f6;
  padding: 8px 16px;
  margin: 0;
  border-radius: 8px;
}
#xnet_lp #type .box .typename {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  gap: 10px;
  min-height: 120px;
  background: #314770;
  box-sizing: border-box;
}
#xnet_lp #type .box .typename .typenametxt {
  font-size: 3.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#xnet_lp #type .box .typename .typenametxt span {
  font-size: 2.5rem;
  padding-left: 5px;
}
#xnet_lp #type .box .typename .typenametxt img {
  padding-right: 5px;
}
#xnet_lp #type .box .typename .typeplantxt {
  width: 47%;
  text-align: center;
  font-weight: 500;
  font-size: 0.94rem;
  padding: 5px 0;
  line-height: 1;
}
#xnet_lp #type .box .typecopy {
  border-bottom: 1px dotted #355ca8;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 500;
  padding: 16px 18px;
}
#xnet_lp #type .box .typeimgbox {
  text-align: center;
  margin: 16px 0 24px;
}
#xnet_lp #type .box .typeimgbox .icoimage {
  text-align: center;
  margin-bottom: 24px;
}
#xnet_lp #type .box .typeimgbox .icoimage span {
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  background: #314770;
  padding: 6px 17px;
  line-height: 1;
}
#xnet_lp #type .box .typeimgbox .typeimg img {
  max-width: 82%;
  height: auto;
}
#xnet_lp #type .box .checklist {
  margin: 16px 16px 28px;
  padding: 0;
}
#xnet_lp #type .box .checklist li {
  position: relative;
  padding-left: 24px;
}
#xnet_lp #type .box .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 19px;
  height: 15px;
  background-image: url("xnet-lp/img/check_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#xnet_lp #type .box .checklist li + li {
  margin-top: 24px;
}
#xnet_lp #type .box:first-of-type .box-middle,
#xnet_lp #type .box:first-of-type .box-bottom {
  border-color: #355ca8;
}
#xnet_lp #type .box:last-of-type .box-middle,
#xnet_lp #type .box:last-of-type .box-bottom {
  border-color: #11998e;
}
#xnet_lp #type .box.box01 .checklist li::before {
  background-image: url("xnet-lp/img/check_1.svg");
}
#xnet_lp #type .box p {
  margin: 0;
  padding: 0;
}
#xnet_lp #type .box.box01 .box-middle {
  flex-direction: column;
}
#xnet_lp #type .box.box01 .typename {
  background: #355ca8;
}
#xnet_lp #type .box.box01 .icoimage span {
  background: #355ca8;
}
#xnet_lp #type .box.box02 .typeplantxt {
  background: linear-gradient(to right, #d9b960 0%, #ffeec1 50%, #d9b960 100%);
}
#xnet_lp #type .box.box03 .typeplantxt {
  background: linear-gradient(to right, #d4d4d4 0%, #f6f6f6 50%, #d4d4d4 100%);
}
#xnet_lp #type .boxatt {
  width: calc(90% + 2em);
  margin: 16px auto 0;
}
@media screen and (max-width: 780px) {
  #xnet_lp #type {
    padding: 2em 0;
  }
  #xnet_lp #type .typeWrap {
    height: auto;
    padding: 0.5em 0 1em;
  }
  #xnet_lp #type .box {
    width: 80vw;
    margin: 2.5vw 5vw;
  }
  #xnet_lp #type .box .boxtop01,
  #xnet_lp #type .box .boxtop02,
  #xnet_lp #type .box .boxtop03 {
    padding: 3px 10px;
    font-size: 0.875rem;
  }
  #xnet_lp #type .box p {
    font-size: 16px;
  }
  #xnet_lp #type .box .typename {
    min-height: 0;
    padding: 0 10px;
    height: 64px;
    gap: 3px;
  }
  #xnet_lp #type .box .typename .typenametxt {
    font-size: 2rem;
  }
  #xnet_lp #type .box .typename .typenametxt span {
    font-size: 1.5rem;
  }
  #xnet_lp #type .box .typename .typeplantxt {
    padding: 3px 0;
    font-size: 0.875rem;
  }
  #xnet_lp #type .box .typecopy {
    padding: 3px 16px;
    font-size: 0.875rem;
  }
  #xnet_lp #type .box .typeimgbox {
    margin: 5px 0 8px;
  }
  #xnet_lp #type .box .typeimgbox .icoimage {
    margin-bottom: 10px;
  }
  #xnet_lp #type .box .typeimgbox .icoimage span {
    font-size: 0.75rem;
    padding: 4px 23px;
  }
  #xnet_lp #type .box .checklist {
    margin: 10px 16px;
  }
  #xnet_lp #type .box .checklist li {
    line-height: 1.3;
  }
  #xnet_lp #type .box .checklist li + li {
    margin-top: 6px;
  }
  #xnet_lp #type .box .box-middle {
    height: auto;
  }
  #xnet_lp #type .box-bottom {
    padding: 0.5em 1em;
  }
  #xnet_lp #type .boxatt {
    width: 100vw;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
#xnet_lp #trouble h2 p {
  display: inline-block;
  margin-top: 1em;
}
#xnet_lp #trouble h2 p img {
  width: 150px;
  height: auto;
  padding-right: 0.5em;
  image-rendering: -webkit-optimize-contrast;
}
#xnet_lp #trouble .troubleWrap {
  justify-content: center;
  padding-bottom: 3em;
}
#xnet_lp #trouble .troubleWrap .box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0.5em;
  width: 30%;
}
#xnet_lp #trouble .troubleWrap .box .box-top {
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #fff;
  padding: 0 1em;
}
#xnet_lp #trouble .troubleWrap .box .box-top::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 30px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -29px;
  left: 0;
}
#xnet_lp #trouble .troubleWrap .box .box-top img {
  display: block;
  margin: -1em auto 0;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 780px) {
  #xnet_lp #trouble .troubleWrap .box .box-top img {
    margin: 0 auto;
  }
}
#xnet_lp #trouble .troubleWrap .box .box-top p {
  margin: 1em 1em 0;
  text-align: center;
}
#xnet_lp #trouble .troubleWrap .box .box-bottom {
  background: var(--gradation, linear-gradient(180deg, #24c6dc 0%, #514a9d 100%));
  color: #fff;
  padding: 30px;
  border-radius: 0 0 30px 30px;
  min-height: 210px;
}
#xnet_lp #trouble .troubleWrap .box .box-bottom h3 {
  font-size: 24px;
}
#xnet_lp #trouble .troubleWrap .box .box-bottom p {
  font-size: 20px;
}
#xnet_lp #trouble .troubleWrap .box .box-bottom h3 {
  margin-top: 1em;
}
#xnet_lp #effect {
  background: #daedff;
  padding: 4em 0;
}
#xnet_lp #effect .effectWrap {
  justify-content: center;
  padding-bottom: 3em;
}
#xnet_lp #effect .effectWrap .box {
  margin: 0 0.9em;
  width: 30%;
  text-align: center;
  /*    h3 {
    display: inline-block;
    background: linear-gradient(transparent 50%, rgba(235, 189, 63, 0.5019607843) 50%);
  }*/
}
#xnet_lp #effect .effectWrap .box p {
  font-size: 20px;
  min-height: 150px;
  text-align: left;
}
#xnet_lp #effect .effectWrap .box img {
  width: 100%;
  height: auto !important;
  image-rendering: -webkit-optimize-contrast;
}
#xnet_lp #effect .btn-area .doc {
  position: relative;
}
#xnet_lp #effect .btn-area .doc a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
  image-rendering: -webkit-optimize-contrast;
}
#xnet_lp #plan {
  padding: 4em 0;
}
#xnet_lp #plan .planWrap {
  justify-content: center;
  padding-bottom: 3em;
  display: flex;
}
#xnet_lp #plan .box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0.5em;
  width: 30%;
}
#xnet_lp #plan .box .boxtop01,
#xnet_lp #plan .box .boxtop02,
#xnet_lp #plan .box .boxtop03 {
  background: #355ca8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px 8px 0 0;
  font-size: 1.1rem;
}
#xnet_lp #plan .box .boxtop02 {
  background: #3484ce;
}
#xnet_lp #plan .box .boxtop03 {
  background: #11998e;
}
#xnet_lp #plan .box p {
  font-size: 20px;
}
#xnet_lp #plan .box h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#xnet_lp #plan .box .flexWrap {
  padding: 1em 0.5em;
  align-items: center;
  justify-content: center;
}
#xnet_lp #plan .box .flexWrap h3 {
  margin-left: 1em;
}
#xnet_lp #plan .box .box-middle {
  border-top: 1px solid #3484ce;
  border-bottom: 1px dotted #3484ce;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
#xnet_lp #plan .box .box-middle p {
  margin: 0;
}
#xnet_lp #plan .box .box-middle p .padding {
  display: inline-block;
  padding: 0.5em 1.5em 0 1.5em;
}
#xnet_lp #plan .box .box-middle p .font-size {
  font-size: 1.2rem;
}
#xnet_lp #plan .box .box-middle p .font-color {
  color: #ff7a00;
  font-size: 2rem;
}
#xnet_lp #plan .box .box-middle + p {
  text-align: left;
  padding: 0 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  #xnet_lp #plan .box .box-middle {
    padding: 0;
  }
}
#xnet_lp #plan .box .box-bottom {
  border-top: 1px dotted #3484ce;
  margin: 0;
  padding: 1em 1.5em;
}
#xnet_lp #plan .box .box-bottom p {
  background: #f6f6f6;
  padding: 8px 16px;
  margin: 0;
  border-radius: 8px;
  font-size: 1rem;
}
#xnet_lp #plan .box:first-of-type .box-middle,
#xnet_lp #plan .box:first-of-type .box-bottom {
  border-color: #355ca8;
}
#xnet_lp #plan .box:last-of-type .box-middle,
#xnet_lp #plan .box:last-of-type .box-bottom {
  border-color: #11998e;
}
#xnet_lp #plan .box.box01 .box-middle {
  flex-direction: column;
}
#xnet_lp #plan p.note01 {
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  #xnet_lp #plan img.planico {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 780px) {
  #xnet_lp #plan {
    padding: 2em 0;
  }
  #xnet_lp #plan .planWrap {
    padding-bottom: 1em;
  }
  #xnet_lp #plan .box {
    width: 80vw;
    margin: 2.5vw 5vw;
  }
  #xnet_lp #plan .box p {
    font-size: 16px;
  }
  #xnet_lp #plan .box .flexWrap {
    height: auto;
    padding: 0.5em 1em;
  }
  #xnet_lp #plan .box .box-middle {
    height: auto;
  }
  #xnet_lp #plan .box-bottom {
    padding: 0.5em 1em;
  }
}
#xnet_lp #construction {
  /*   background: #fff;*/
  padding: 4em 0;
}
#xnet_lp #construction .constructionWrap {
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
}
#xnet_lp #construction .box {
  width: 31%;
  margin: 0 1em 2em;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#xnet_lp #construction .box .number {
  color: #3484ce;
  font-size: 1.6rem;
  font-weight: bold;
}
#xnet_lp #construction .box .number + span {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 780px) {
  #xnet_lp #construction .box .number + span {
    display: inline;
    margin: 0;
    padding-left: 10px;
  }
}
#xnet_lp #construction .box img {
  width: 100%;
  height: auto !important;
  image-rendering: -webkit-optimize-contrast;
}
#xnet_lp #construction .instration_image {
  width: 85%;
  margin: 2em auto;
}
#xnet_lp #construction .instration_image img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}
#xnet_lp #construction .instration_image img.set_pc {
  display: block;
}
#xnet_lp #construction .instration_image img.set_sp {
  display: none;
}
#xnet_lp #construction .instration_image .img_center {
  text-align: center;
}
@media screen and (max-width: 780px) {
  #xnet_lp #construction {
    padding: 2em 0;
  }
  #xnet_lp #construction .constructionWrap {
    padding-bottom: 1em;
    margin-left: 5vw;
  }
  #xnet_lp #construction .box {
    width: 85vw;
    margin: 0 5vw 0 0;
  }
  #xnet_lp #construction .box h3 {
    margin: 0;
  }
  #xnet_lp #construction .box p {
    margin: 0.5em 0;
  }
  #xnet_lp #construction .instration_image {
    margin-top: 1em;
  }
  #xnet_lp #construction .instration_image img.set_pc {
    display: none;
  }
  #xnet_lp #construction .instration_image img.set_sp {
    display: block;
  }
}
#xnet_lp #option {
  background: #fff;
  padding: 4em 0;
}
#xnet_lp #option .optionWrap {
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  #xnet_lp #option .optionWrap {
    max-width: 100%;
    padding: 0 10px;
  }
}
#xnet_lp #option .optionWrap .box {
  /*width: 33.33333%;*/
  width: calc(33.3333333333% - 1px);
  text-align: center;
}
#xnet_lp #option .optionWrap .box h3 {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 3px solid;
}
#xnet_lp #option .optionWrap .box img {
  width: 130px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
#xnet_lp #option .optionWrap > .box {
  background: #f6f6f6;
  padding: 16px;
  margin-bottom: 2rem;
}
#xnet_lp #option .optionWrap > .box + .box {
  margin-left: 1em;
}
@media screen and (max-width: 780px) {
  #xnet_lp #option .optionWrap > .box + .box {
    margin-left: 0;
  }
}
#xnet_lp #option .optionWrap .flexWrap {
  justify-content: space-around;
}
#xnet_lp #option .optionWrap .flexWrap p {
  margin: 0;
  font-size: 20px;
}
#xnet_lp #option .optionWrap .bgwh {
  background: #fff;
  padding: 10px 0;
}
#xnet_lp #option .optionWrap .bgwh .box {
  width: 40%;
}
#xnet_lp #option .optionWrap .bluebox {
  background: #3484ce;
  color: #fff;
  text-align: center;
  padding: 5px 16px;
}
#xnet_lp #option .tab-content {
  display: none;
  padding: 50px 16px 0;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #xnet_lp #option .tab-content {
    padding: 16px 16px 0;
  }
}
#xnet_lp #option .tab-content.active {
  display: block;
}
#xnet_lp #option .tabwrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#xnet_lp #option .tabwrap .tablist {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}
#xnet_lp #option .tabwrap .tablist::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  /*   z-index: -1;*/
  width: 100%;
  height: 3px;
  background-color: #3484ce;
  content: "";
}
#xnet_lp #option .tabwrap .tablist li {
  cursor: pointer;
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  background: #3484ce;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 780px) {
  #xnet_lp #option .tabwrap .tablist li {
    font-size: 1rem;
  }
}
#xnet_lp #option .tabwrap .tablist li.active {
  z-index: 1;
  color: #3484ce;
  background: #fff;
  border: solid #3484ce;
  border-width: 3px 3px 0;
  font-weight: bold;
}
#xnet_lp #option .tabwrap .tablist li + li {
  margin-left: 18px;
}
#xnet_lp #option .tabwrap .tvimg {
  text-align: center;
  margin: 30px auto 0;
}
#xnet_lp #option .tabwrap .tvimg h3 + p {
  margin-top: -5px;
}
#xnet_lp #option .tabwrap .tvimg img {
  width: 80%;
  height: auto;
}
#xnet_lp #option .tabwrap .tvimg .col3-1 img {
  padding-top: 20px;
}
#xnet_lp #option .tabwrap .tvimg .col3-2 img {
  max-width: 172px;
}
#xnet_lp #option .tabwrap .tvimg .col3-3 img {
  padding-top: 10px;
  width: 65%;
}
@media screen and (max-width: 999px) {
  #xnet_lp #option .tabwrap {
    max-width: 100%;
  }
  #xnet_lp #option .tabwrap .tablist li {
    min-width: auto;
    width: auto;
  }
  #xnet_lp #option .tabwrap .tablist li + li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 780px) {
  #xnet_lp #option .tabwrap .tvimg img {
    max-width: 300px;
  }
  #xnet_lp #option .tabwrap .tvimg .col3-1 img {
    padding-top: 0px;
  }
  #xnet_lp #option .tabwrap .tvimg .col3-2 img {
    width: 63%;
    max-width: 250px;
  }
  #xnet_lp #option .tabwrap .tvimg .col3-3 img {
    max-width: 280px;
  }
}
#xnet_lp #option .col3 {
  display: flex;
  margin-bottom: 30px;
}
#xnet_lp #option .col3 div {
  width: 32%;
  position: relative;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  padding-bottom: 10px;
}
#xnet_lp #option .col3 div + div {
  margin-left: 2%;
}
@media screen and (max-width: 780px) {
  #xnet_lp #option .headingdt {
    text-align: left;
  }
  #xnet_lp #option .col3 {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #xnet_lp #option .col3 div {
    width: 100%;
    height: auto;
  }
  #xnet_lp #option .col3 div + div {
    margin-left: 0;
    margin-top: 1em;
  }
}
#xnet_lp #flow {
  background: #fff;
  padding: 4em 0;
}
#xnet_lp #flow .inner_wrapper-flow {
  max-width: 980px;
  margin: 0 auto;
}
#xnet_lp #flow .flowBox {
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 900px;
}
#xnet_lp #flow .flowBox .box {
  text-align: center;
}
#xnet_lp #flow .flowBox .box p {
  font-size: 1.25rem;
}
#xnet_lp #flow .flowBox .arrow {
  background-image: url(xnet-lp/img/arrow-right.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: 25px 1em 0;
}
#xnet_lp #flow .flowBox-b {
  align-items: center;
  padding: 0;
}
#xnet_lp #flow .flowBox-b li {
  position: relative;
  width: 20%;
  height: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#xnet_lp #flow .flowBox-b li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 100%;
  margin: 0 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0.5em;
}
@media screen and (max-width: 780px) {
  #xnet_lp #flow .flowBox-b li:not(:last-child):after {
    height: 80px;
    margin: 0;
    transform: rotate(315deg);
    top: auto;
    left: calc(50% - 40px);
    bottom: 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
#xnet_lp #flow .flowBox-b li:nth-of-type(1) {
  background: linear-gradient(90deg, #24c6dc, #28bbd6);
}
#xnet_lp #flow .flowBox-b li:nth-of-type(2) {
  background: linear-gradient(90deg, #28bbd6, #329fc8);
}
#xnet_lp #flow .flowBox-b li:nth-of-type(3) {
  background: linear-gradient(90deg, #329fc8, #3c83ba);
}
#xnet_lp #flow .flowBox-b li:nth-of-type(4) {
  background: linear-gradient(90deg, #3c83ba, #4667ac);
}
#xnet_lp #flow .flowBox-b li:nth-of-type(5) {
  background: linear-gradient(90deg, #4667ac, #504b9d);
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
@media screen and (max-width: 780px) {
  #xnet_lp #flow .flowBox-b li:nth-of-type(5) {
    clip-path: none;
    height: calc(20% - 40px);
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(5):after {
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background: #504b9d;
  }
}
#xnet_lp #flow .flowBox-b li p {
  padding-right: 40px;
}
@media screen and (max-width: 780px) {
  #xnet_lp #flow {
    padding: 2em 0;
  }
  #xnet_lp #flow .inner_wrapper-flow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin-bottom: 1.2em;
  }
  #xnet_lp #flow .flowBox {
    flex-direction: column;
    align-items: center;
  }
  #xnet_lp #flow .flowBox .box {
    height: auto;
  }
  #xnet_lp #flow .flowBox .box p {
    margin: 0;
  }
  #xnet_lp #flow .flowBox .arrow {
    background-image: url(xnet-lp/img/arrow-bottom.svg);
    width: 15px;
    height: 18px;
    margin: 1em 0;
  }
  #xnet_lp #flow .flowBox-b {
    flex-direction: column;
    margin: 0;
    padding-left: 1em;
  }
  #xnet_lp #flow .flowBox-b li {
    width: 60px;
    height: 20%;
    flex-direction: column;
  }
  #xnet_lp #flow .flowBox-b li::after {
    width: 65px;
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(1) {
    background: linear-gradient(180deg, #24c6dc, #28bbd6);
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(2) {
    background: linear-gradient(180deg, #28bbd6, #329fc8);
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(3) {
    background: linear-gradient(180deg, #329fc8, #3c83ba);
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(4) {
    background: linear-gradient(180deg, #3c83ba, #4667ac);
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(5) {
    background: linear-gradient(180deg, #4667ac, #504b9d);
  }
  #xnet_lp #flow .flowBox-b li p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #xnet_lp #flow .flowBox-b li p span {
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
  }
}
@media screen and (min-width: 781px) {
  #xnet_lp #flow .flowBox-b {
    width: 100%;
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(4) p {
    margin-left: 1.5em;
  }
  #xnet_lp #flow .flowBox-b li:nth-of-type(5) p {
    margin-left: 2em;
  }
}
#xnet_lp #casestudy {
  background: #daedff;
  padding: 4em 0;
}
#xnet_lp #casestudy .casestudyWrap h3 {
  height: 4em;
}
#xnet_lp #casestudy .flexWrap .box {
  /*width: 33.33333%;*/
  width: calc(33.3333333333% - 1em);
  padding: 0 0.5em;
}
#xnet_lp #casestudy .flexWrap .box img {
  width: 100%;
  height: auto !important;
  image-rendering: -webkit-optimize-contrast;
  max-width: 400px;
}
#xnet_lp #casestudy .flexWrap .box .flexWrap {
  align-items: flex-start;
  gap: 0.5em;
}
#xnet_lp #casestudy .flexWrap .box .flexWrap .box {
  font-size: 0.78rem;
  padding: 0;
}
#xnet_lp #casestudy .flexWrap .box .flexWrap .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black, #353535);
  color: #fff;
  border-radius: 30px;
  padding: 0.5em 0;
  margin: 0 0.2em 0.5em 0.2em;
}
#xnet_lp #casestudy .flexWrap .box .flexWrap .tag img {
  width: 20px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  padding-right: 0.6em;
}
@media screen and (max-width: 780px) {
  #xnet_lp #casestudy .flexWrap .box .flexWrap {
    flex-wrap: nowrap;
  }
}
#xnet_lp #casestudy .flexWrap .box .accordion .toggle {
  display: none;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice {
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1.5em;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .title,
#xnet_lp #casestudy .flexWrap .box .accordion .voice .content-box {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .title {
  display: block;
  cursor: pointer;
  padding: 1em 1.8em 1em 1em;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .title:before {
  background-color: #275aa5;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 45%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: 0.2s;
  width: 20px;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .title:after {
  background-color: #275aa5;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 45%;
  transition: 0.3s;
  width: 20px;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .content-box {
  max-height: 0;
  overflow: hidden;
  text-align: left;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .content-box h4 {
  margin: 0;
  font-size: 20px;
  padding: 0 1em;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .content-box p {
  font-size: 16px;
  padding: 0 1em;
  margin: 0.2em 0 2em;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice .toggle:checked + .title + .content-box {
  max-height: 1000px;
  transition: all 1.5s;
}
#xnet_lp #casestudy .flexWrap .box .accordion .voice input[type=checkbox]:checked + label:before {
  transform: rotate(180deg);
}
#xnet_lp #faq {
  padding: 4em 0;
}
#xnet_lp #faq dl {
  max-width: 750px;
  background: #fff;
  padding: 0;
  margin: 1em auto;
}
#xnet_lp #faq dl dt,
#xnet_lp #faq dl dd {
  position: relative;
}
#xnet_lp #faq dl dt {
  padding: 1rem 3.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}
#xnet_lp #faq dl p {
  padding: 0;
  margin: 0;
}
#xnet_lp #faq dl dt.border-blue {
  border-width: 0;
}
#xnet_lp #faq dl dt.active.border-blue {
  border-width: 2px;
}
#xnet_lp #faq dl dt p:before {
  position: absolute;
  left: 1em;
  content: "Q";
  color: #3484ce;
  font-size: 1.5rem;
  padding-right: 0.5em;
  font-display: swap;
  font-family: "Inter", sans-serif;
}
#xnet_lp #faq dl dd {
  margin: 0;
  padding: 1rem 1.5em 1rem 3.5rem;
  display: none;
}
#xnet_lp #faq dl dd:before {
  position: absolute;
  left: 1em;
  content: "A";
  color: #3484ce;
  font-size: 1.5rem;
  padding-right: 0.5em;
  font-weight: bold;
  font-display: swap;
  font-family: "Inter", sans-serif;
}
#xnet_lp #faq dl.active dd {
  display: block;
}
#xnet_lp #faq dt:before {
  background-color: #275aa5;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 1.5em;
  top: 45%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: 0.2s;
  width: 20px;
}
#xnet_lp #faq dt:after {
  background-color: #275aa5;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 1.5em;
  top: 45%;
  transition: 0.3s;
  width: 20px;
}
#xnet_lp #faq dt.active:before {
  transform: rotate(180deg);
}
#xnet_lp .btn-area .doc {
  position: relative;
}
#xnet_lp .btn-area .doc a {
  padding-left: 5em;
}
#xnet_lp .btn-area .doc a > img {
  position: absolute;
  height: auto !important;
  image-rendering: -webkit-optimize-contrast;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
}
#xnet_lp #last {
  padding: 0 0 4em;
}
@media screen and (max-width: 780px) {
  #xnet_lp #last .heading02 {
    padding: 0 5px;
  }
}
#xnet_lp #contact {
  padding: 5em 0 4em;
  background: #daedff;
  color: #355ca8;
}
#xnet_lp #contact .hp_none {
  display: none;
}
#xnet_lp #contact .contactWrap {
  max-width: 690px;
  margin: 0 auto;
}
#xnet_lp #contact .contactWrap h2 {
  color: #353535;
}
#xnet_lp #contact .contactWrap .text-sm {
  font-size: 0.9rem;
  text-align: center;
}
#xnet_lp #contact .fmerrwrap {
  display: flex;
  color: #353535;
}
#xnet_lp #contact .kubunwrap {
  align-items: center !important;
}
#xnet_lp #contact2 .hp_none {
  display: none;
}
#xnet_lp #contact2 input {
  font-size: 0.875rem;
}
#xnet_lp #contact2 input.wpcf7-not-valid {
  background: #ffecec !important;
}
#xnet_lp #contact2 .contactWrap h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
#xnet_lp #contact2 .wpcf7-spinner {
  width: 10px;
  height: 10px;
}
#xnet_lp #contact .hp_none.active,
#xnet_lp #contact2 .hp_none.active {
  display: block;
}

@media screen and (max-width: 780px) {
  #xnet_lp {
    /*font-size: 20px;*/
  }
  #xnet_lp #FV .term {
    color: #4b5563;
    left: 16%;
    transform: none;
  }
  #xnet_lp #contact2 .contactWrap h2 {
    margin: 0 -6px 20px;
  }
  #xnet_lp .termBox {
    height: 350px;
  }
  #xnet_lp .termBox ul {
    padding: 0.5em 1.5em;
    margin: 0;
  }
  #xnet_lp #trouble h2 .font-s {
    font-size: 0.8rem;
  }
  #xnet_lp #trouble .troubleWrap {
    flex-direction: column;
  }
  #xnet_lp #trouble .troubleWrap .box {
    width: 95%;
    margin-bottom: 1.5em;
  }
  #xnet_lp #trouble .troubleWrap .box .box-top::after {
    bottom: -29px;
  }
  #xnet_lp #trouble .troubleWrap .box .box-top p {
    font-size: 0.8rem;
    height: auto;
    font-weight: bold;
  }
  #xnet_lp #trouble .troubleWrap .box .box-bottom {
    min-height: 100%;
  }
  #xnet_lp #trouble .troubleWrap .box .box-bottom h3 {
    font-size: 18px;
  }
  #xnet_lp #trouble .troubleWrap .box .box-bottom p {
    font-size: 16px;
  }
  #xnet_lp #effect {
    padding: 2em 0;
  }
  #xnet_lp #effect .effectWrap {
    flex-direction: column;
  }
  #xnet_lp #effect .effectWrap .box {
    width: 95%;
    margin: 0 auto;
  }
  #xnet_lp #effect .effectWrap .box h3 {
    margin-bottom: 0;
  }
  #xnet_lp #effect .effectWrap .box p {
    min-height: 0;
    font-size: 16px;
  }
  #xnet_lp #effect .btn-area .doc a img {
    left: 0em;
  }
  #xnet_lp #option {
    padding: 2em 0;
  }
  #xnet_lp #option .optionWrap {
    flex-direction: column;
  }
  #xnet_lp #option .optionWrap .box {
    width: 100%;
    margin: 1em auto;
    box-sizing: border-box;
  }
  #xnet_lp #option .optionWrap .flexWrap p {
    font-size: 0.8rem;
  }
  #xnet_lp #casestudy {
    padding: 2em 0;
  }
  #xnet_lp #casestudy .casestudyWrap {
    flex-direction: column;
  }
  #xnet_lp #casestudy .flexWrap .box {
    width: 90%;
    margin: 0 auto 2.5em;
  }
  #xnet_lp #casestudy .flexWrap .box .flexWrap .box {
    margin-bottom: 0;
  }
  #xnet_lp #casestudy .flexWrap .box .accordion .voice .content-box h4 {
    font-size: 0.9rem;
  }
  #xnet_lp #casestudy .flexWrap .box .accordion .voice .content-box p {
    font-size: 0.8rem;
  }
  #xnet_lp #faq {
    padding: 2em 0 0;
  }
  #xnet_lp #faq dl {
    width: 92%;
    max-width: 100%;
  }
  #xnet_lp #faq dl dt {
    font-size: 1.1rem;
  }
  #xnet_lp #faq dl dd {
    font-size: 1rem;
  }
}
@media screen and (min-width: 781px) {
  #xnet_lp #plan .box .flexWrap h3 {
    margin-left: 0.5em;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 780px) {
  #xnet_lp .btn-area .doc a > img {
    left: 10px !important;
  }
  #xnet_lp #last {
    padding: 2em 0;
  }
  #xnet_lp #contact {
    padding: 1em 0;
  }
  #xnet_lp #contact .contactWrap .text-sm {
    text-align: center;
    margin: 0 2px 2px 2px;
  }
  .text-sm {
    margin: 0px;
  }
}
.must::after {
  content: "※";
  margin: 0 0 8px 4px;
  font-size: 0.8rem;
  color: red;
}

#contact2 .must {
  font-weight: bold;
  font-size: 0.81rem;
  margin: 0 10px 0 4px;
}

#xnet_lp #contact .contactWrap .error-message {
  display: none;
  color: #f00;
  font-size: 0.8rem;
  margin-top: 5px;
  font-weight: bold;
  text-align: left;
  width: 55%;
  padding-left: 40%;
}
#xnet_lp #contact .contactWrap .contactBox {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#xnet_lp #contact .contactWrap .contactBox > p {
  width: 25%;
  margin-right: 5%;
}
#xnet_lp #contact .contactWrap .contactBox.acceptancewrap {
  flex-direction: column;
  align-items: center;
}
#xnet_lp #contact .contactWrap .contactBox.acceptancewrap > p {
  width: auto;
  margin: 0;
  text-align: center;
}
#xnet_lp #contact .contactWrap .contactBox.acceptancewrap > p + p {
  margin: 10px 0;
  color: #353535;
}
#xnet_lp #contact .contactWrap .contactBox .flexWrap {
  flex-wrap: wrap;
}
#xnet_lp #contact .contactWrap .contactBox .table {
  justify-content: space-between;
}
#xnet_lp #contact .contactWrap .contactBox .table div {
  width: 49%;
}
#xnet_lp #contact .contactWrap .contactBox .table div p {
  margin: 0 0 0.2em 0.2em;
  font-size: 0.9rem;
}
#xnet_lp #contact .contactWrap .contactBox .error-message {
  text-align: left;
}
#xnet_lp #contact .contactWrap .contactBox input {
  font-size: 0.875rem;
}
#xnet_lp #contact .contactWrap .contactBox input[type=text], #xnet_lp #contact .contactWrap .contactBox input[type=tel], #xnet_lp #contact .contactWrap .contactBox input[type=email] {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2em;
  background: #fff;
  border: 1px solid #355ca8;
  border-radius: 3px;
}
#xnet_lp #contact .contactWrap .contactBox.kubuntb {
  align-items: center;
}
#xnet_lp #contact .contactWrap .box_customer .contact_customer,
#xnet_lp #contact .contactWrap .contactBox textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2em;
  background: #fff;
  border: 1px solid #355ca8;
  border-radius: 3px;
}
#xnet_lp #contact2 .contactWrap .wpcf7-list-item-label {
  font-size: 0.81rem;
}
#xnet_lp #contact2 .contactWrap .error-message {
  display: none;
  color: #f00;
  font-size: 0.69rem;
  font-weight: normal;
  margin-top: 0;
  text-align: left;
}
#xnet_lp #contact2 .contactWrap #submit_vali_fv.error-message::after,
#xnet_lp #contact2 .contactWrap #submit_vali_fv.error-message::before {
  display: none !important;
}
#xnet_lp #contact2 .contactWrap #submit_vali.error-message {
  margin: 0 auto;
}
#xnet_lp #contact2 .contactWrap .acceptBox .error-message {
  width: calc(12em + 23px);
  margin-bottom: 5px;
}
#xnet_lp #contact2 .contactWrap .contactBox + .contactBox {
  margin-top: 5px;
}
#xnet_lp #contact2 .contactWrap .contactBox input[type=text], #xnet_lp #contact2 .contactWrap .contactBox input[type=tel], #xnet_lp #contact2 .contactWrap .contactBox input[type=email] {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0.7em 1em;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}
#xnet_lp #contact2 .contactWrap .contactBox input[type=text].input-error, #xnet_lp #contact2 .contactWrap .contactBox input[type=tel].input-error, #xnet_lp #contact2 .contactWrap .contactBox input[type=email].input-error {
  background: #ffecec;
}
#xnet_lp #contact .contactWrap label,
#xnet_lp #contact2 .contactWrap label {
  cursor: pointer;
}

select:invalid {
  color: #757575;
}
select option {
  color: black;
}
select option:first-child {
  color: #757575;
}

.box_customer {
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.box_customer p {
  display: flex;
  align-items: center;
  width: 25%;
  margin: 0 5% 0 0;
}
.box_customer::before {
  content: "";
  border-radius: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #355ca8 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 8px);
  right: 12%;
  pointer-events: none;
  z-index: 1;
}

.contact_box {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 8px;
  position: relative;
}

.input_box {
  width: 50%;
}

#contact2 .input_box {
  width: auto;
  max-width: 100%;
}

.contact_customer {
  width: 250px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
}
.contact_customer::-ms-expand {
  display: none;
}

@media screen and (max-width: 780px) {
  .must::after {
    margin: 0px;
    padding-bottom: 2px;
  }
  .box_customer {
    margin-top: 10px;
  }
  .box_customer p {
    width: 40%;
    margin-top: 5px;
    margin-left: 2.5%;
  }
  .text-xs {
    margin: 0 0 3px 0;
  }
  #xnet_lp #contact .contactWrap label {
    font-size: 16px;
  }
  #xnet_lp #contact .contactWrap .error-message {
    width: auto;
    padding-left: 2.5%;
  }
  #xnet_lp #contact .contactWrap .error-message.accept {
    text-align: center;
    padding-left: 0;
  }
  #xnet_lp #contact .contactWrap .contactBox {
    font-size: 16px;
    margin-top: 10px;
  }
  #xnet_lp #contact .contactWrap .contactBox > p {
    width: 40%;
  }
  #xnet_lp #contact .contactWrap .contactBox.acceptancewrap {
    margin-top: 20px;
  }
  .box_customer::before {
    top: calc(50% - 4px);
    right: 20px;
  }
  .contact_box {
    padding: 0 2.5% 0 0;
  }
  .contact_box select {
    font-size: 0.875rem;
  }
  .kubuntb .input_box {
    max-width: 59%;
  }
  textarea {
    height: 70px;
  }
}
.wpcf7-not-valid-tip,
#contact2 .wpcf7-not-valid-tip {
  display: none;
  font-size: 14px !important;
}

.contact_box .wpcf7-not-valid-tip {
  margin-bottom: -30px !important;
}

#xnet_lp #contact .contactWrap .contactBox .contact_customer {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 1.5em;
  background: #fff;
  border: 1px solid #355ca8;
  border-radius: 3px;
}
#xnet_lp #contact .contactWrap .contactBox option {
  color: #355ca8;
  font-weight: bold;
}
#xnet_lp #contact .contactWrap .text-xs {
  font-size: 0.8rem;
  padding: 0 1em;
}
#xnet_lp #contact .contactWrap .btn-blue {
  cursor: pointer;
  background: linear-gradient(90deg, #4d55a2, #24c5db);
  color: #fff;
  border-radius: 60px;
  color: #fff;
  width: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1em auto;
}
#xnet_lp #contact .contactWrap .btn-blue p {
  margin: 0;
  padding: 1.5em;
}
#xnet_lp #contact .contactWrap .confirm p {
  margin: 2em 0 0.5em 0;
}
#xnet_lp #contact .contactWrap .confirm .detailWrap {
  background: #fff;
  border-top: 2px solid #355ca8;
  height: 30px;
  padding: 1em;
}
#xnet_lp #contact .contactWrap .confirm .detailWrap p {
  color: #353535;
  font-weight: bold;
  margin: 0;
}
#xnet_lp #contact .contactWrap .confirm .detailWrap span {
  color: #353535;
  font-weight: bold;
  margin-right: 0.5em;
}
#xnet_lp #contact .contactWrap .acceptBox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#xnet_lp #contact .contactWrap .acceptBox label {
  font-weight: bold;
  font-size: 18px;
}
#xnet_lp .contactWrap .btn-blue:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#xnet_lp .contactWrap .confirm p.error-confirm {
  color: #f00;
  font-size: 0.9rem;
  margin-top: 5px;
  font-weight: bold;
}
#xnet_lp #contact2 .contactWrap .acceptBox {
  text-align: left;
  display: block;
  margin: 16px 0 0;
  font-size: 0.85rem;
}
#xnet_lp #contact2 .contactWrap .acceptBox__inner {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

@media screen and (max-width: 780px) {
  #xnet_lp #contact .contactWrap .btn-blue {
    width: 95%;
  }
  #xnet_lp #contact2 .contactWrap .acceptBox {
    margin: 20px 0 20px;
  }
  #xnet_lp #contact .contactWrap .acceptBox label {
    font-size: 16px;
  }
}
.acceptance_boder {
  border-bottom: 1px solid #355ca8;
}
.acceptance_boder a {
  color: #355ca8;
}

#xnet_lp #contact .contactWrap #prev_btn {
  background: #676767;
  color: #fff;
  border-radius: 60px;
  width: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1em auto;
  padding: 1.5em;
  cursor: pointer;
}
#xnet_lp #contact .contactWrap #prev_btn p {
  margin: 0;
}
#xnet_lp #contact .contactWrap .submit input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: linear-gradient(90deg, #4d55a2, #24c5db);
  color: #fff;
  border-radius: 60px;
  border: none;
  width: 350px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1em auto;
  padding: 1.5em;
}
#xnet_lp #contact2 .contactWrap .submit {
  margin: 0;
  padding: 0;
}
#xnet_lp #contact2 .contactWrap .submit input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: linear-gradient(90deg, #4d55a2, #24c5db);
  color: #fff;
  border-radius: 60px;
  border: none;
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 25px auto 0;
  width: 200px;
  padding: 1em;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  #xnet_lp #contact .contactWrap #prev_btn {
    width: 80%;
  }
  #xnet_lp #contact .contactWrap .submit input {
    width: 95%;
    padding: 1em;
  }
  #xnet_lp #contact2 .contactWrap .submit input {
    margin: 20px auto;
    width: 90%;
  }
}
footer {
  background: var(--black, #353535);
}
footer ul {
  margin: 0 auto;
  max-width: 1000px;
  padding: 1em;
}
footer ul a {
  color: #fff;
}
footer ul li {
  padding: 0 2em 0 0;
}

@media screen and (max-width: 780px) {
  footer {
    margin-bottom: 5em;
  }
  footer.dl {
    margin-bottom: 0;
  }
}
/*スマホ横スクロール*/
@media screen and (max-width: 780px) {
  .scroll-container {
    width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .scroll-container .scroll-content {
    display: flex;
    white-space: normal;
  }
  .scroll-container .box {
    flex: 0 0 auto;
    width: 80vw;
    margin: 0 5vw;
  }
}
/*Type２対応 */
@media screen and (min-width: 781px) {
  xnet_lp #FV.inner_wrapper {
    position: relative;
  }
  #xnet_lp #FV.inner_wrapper {
    overflow: hidden;
    /* background-image: url("img/css/Xnet_FV_BG_3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;*/
    width: 100%;
  }
  #xnet_lp > #fv_zone {
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  div.sp_hidden {
    display: none;
  }
}
i.fa-solid.fa-phone {
  font-size: 24px;
}

/*scrollしたらヘッダー変更　PCのみ削除*/
/**/
.g_response {
  display: none;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

#contact span#acceptance span.wpcf7-list-item-label,
#contact span.wpcf7-not-valid-tip {
  display: none;
}/*# sourceMappingURL=xnet_lp-style_v2509.css.map */