@charset "UTF-8";
/**
 * Theme: Rich
 * @version 3.1.5 (2016/12/2)
 */
@import url(common.css);

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  font-family:
    "Jost", "Noto Sans JP", "-apple-system", BlinkMacSystemFont,
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 2;
  color: #000000;
}

figure {
  margin: 0;
  text-align: center;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #043786;
  text-decoration: underline;
}

a:hover {
  color: #043786;
  text-decoration: none;
}

.highlight a {
  color: #043786;
}

.highlight a:hover {
  color: #043786;
}

img {
  vertical-align: middle;
}

address {
  font-style: normal;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.5em 0;
  padding-left: 2em;
}

ul ul:last-child,
ul ol:last-child,
ol ul:last-child,
ol ol:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ul,
ul.list-unstyled ol {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 14px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

main {
  overflow: hidden;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.main2 {
  overflow: hidden;
}

.main2 section {
  margin-bottom: 0%;
}

.main2 section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 0%;
}

.highlight {
  padding: 4% 0;
  background: #f5f5f5;
  color: #222222;
}

.container.container-fluid {
  padding: 0;
  max-width: none;
}

a.banner {
  display: block;
}

a.banner img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: rgba(255, 255, 255, 0.01);
  max-width: none;
}

a.banner:hover img {
  opacity: 0.7;
}

a.banner.white {
  background: #fff;
}

a.banner.black {
  background: #000;
}

a.banner.primary {
  background: #043786;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }

  dl.dl-horizontal {
    overflow: hidden;
  }

  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }

  dl.dl-horizontal dd {
    float: left;
  }

  main section {
    margin-bottom: 0%;
  }

  main section:last-child {
    margin-bottom: 7%;
  }

  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}

header {
  position: relative;
  z-index: 10;
  width: 100%;
}

header section {
  margin: 0;
}

header .row {
  margin-bottom: 0;
}

header .primary_header {
  background: #04479b;
  color: #ffffff;
}

header .secondary_header {
  display: none;
  background: #000000;
  color: #ffffff;
}

header .title {
  height: auto;
  margin: 0;
  padding: 18px 1%;
  line-height: 1;
  text-align: left;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}

header .title img {
  width: 300px;
  max-width: 100%;
  vertical-align: middle;
}

header .global_nav ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #333;
  font-family:
    "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

header .global_nav ul li {
  border-bottom: 1px solid #333;
}

header .global_nav ul li a {
  display: block;
  padding: 1.5em 1em;
  text-decoration: none;
  color: #fff;
}

header .global_nav ul li a:hover {
  color: #fff;
}

header .global_nav ul li a:active {
  background: #043786;
  color: #fff;
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -10px;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  background: #04479b;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

header .global_nav .menu_icon a:before,
header .global_nav .menu_icon a:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

header .global_nav .menu_icon a:before {
  top: 4px;
}

header .global_nav .menu_icon a:after {
  top: 12px;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #043786;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #043786;
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 800px) {
  header .secondary_header {
    display: block;
  }

  header .container {
    position: relative;
  }

  header .container .row {
    display: table;
    width: 100%;
    margin-bottom: 0;
    background: #04479b;
  }

  header .title,
  header .global_nav {
    display: table-cell;
    height: 0px;
    margin: 0;
    vertical-align: middle;
  }

  header .title {
    max-width: 100%;
  }

  header .global_nav {
    text-align: right;
  }

  header .title {
    max-width: none;
    padding: 0 0 0 40px;
  }

  header .title img {
    width: 400px;
  }

  header .global_nav {
    padding: 0;
  }

  header .global_nav ul {
    display: block !important;
    position: static;
    overflow: hidden;
    float: right;
    width: auto;
    padding-left: 20px;
    border: none;
    background: none;
    white-space: nowrap;
    font-size: 0px;
    font-size: 0rem;
  }

  header .global_nav ul li {
    display: inline-block;
    border: none;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.3em 1.2em;
    border-left: 1px dotted #9e9c9e;
  }

  header .global_nav ul li a {
    display: inline;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }

  header .global_nav ul li a:hover {
    color: #043786;
    text-decoration: underline;
  }

  header .global_nav ul li a:active {
    background: none;
    color: #043786;
  }

  header .global_nav ul li:last-child {
    border-right: 1px dotted #ffffff;
  }

  header .global_nav ul li a {
    padding: 0.3em 0;
  }

  header .global_nav ul li a:hover {
    border-bottom: 2px solid #043786;
    text-decoration: none;
  }

  header .global_nav .menu_icon {
    display: none;
  }

  header .local_nav {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }

  header .local_nav ul {
    margin: 0;
    font-size: 0px;
    font-size: 0rem;
  }

  header .local_nav ul li {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  header .local_nav ul li:not(:last-child):after {
    content: "｜";
    margin-right: 10px;
    margin-left: 10px;
  }

  header .local_nav a {
    color: #494749;
    text-decoration: none;
  }

  header .local_nav a:hover {
    color: #043786;
    text-decoration: underline;
  }

  header {
    -webkit-transition: 0s linear;
    transition: 0s linear;
  }

  header.hidden {
    top: auto;
  }

  body.up header {
    position: relative;
    top: auto;
    left: auto;
  }

  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }

  .translate_gt {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  header .global_nav.slide_bottom {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
  }

  header .global_nav.slide_bottom ul {
    float: none;
    text-align: center;
  }
}

.hdr_info {
  position: absolute;
  top: 25px;
  right: 0;
}

@media (max-width: 767px) {
  .hdr_info {
    display: none;
  }
}

footer {
  position: relative;
  padding: 2em 0;
  background: #043786;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer nav ul li + li {
  border-top: 1px solid #f5f5f5;
}

footer nav a {
  display: block;
  padding: 1em 1em;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .copyright p {
  text-align: center;
}

footer .pagetop {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  /* display: block; */
  max-width: 1200px;
  right: 0;
}

footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #04479b;
}

footer .pagetop object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 12px;
  margin-left: -9px;
  margin-top: -6px;
  pointer-events: none;
}

.pagetop_arrow {
  fill: #ffffff;
}

@media (min-width: 768px) {
  footer {
    padding: 25px 0;
  }

  footer .row:not(:last-child) {
    margin-bottom: 15px;
  }

  footer nav {
    text-align: center;
  }

  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
  }

  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
  }

  footer nav ul li {
    line-height: 1.5;
  }

  footer nav ul li + li {
    border: 0;
  }

  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 1em;
    margin-left: 1em;
  }

  footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }

  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

@media (min-width: 1024px) {
  footer nav ul li.pc-break:after {
    content: "\A";
    white-space: pre;
  }

  footer nav ul li.pc-break + li:before {
    display: none;
  }
}

.slider-pro.center {
  overflow: hidden;
  width: 100%;
}

.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
  background: #fc7890;
}

.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(252, 120, 144, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
  background-image: url(../img/parts/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
  background-image: url(../img/parts/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}

.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #494749;
}

.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}

@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }

  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}

.slider-pro.wide {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}

.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
  background: #fc7890;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  background-color: #ffffff;
}

.slider-pro.wide .hps-slider-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/parts/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
  padding: 0 50px;
  color: #494749;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #494749;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
  display: none;
}

.ie .slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }

  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }

  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }

  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }

  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(../img/parts/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    pointer-events: auto;
  }

  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(../img/parts/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}

.slider-pro.thumb .sp-left-thumbnails,
.slider-pro.thumb .sp-right-thumbnails {
  margin: 0;
}

.slider-pro.thumb .sp-left-thumbnails .sp-thumbnail-container,
.slider-pro.thumb .sp-right-thumbnails .sp-thumbnail-container {
  margin: 0;
  background-color: #000;
}

.slider-pro.thumb .sp-thumbnail-image {
  opacity: 0.5;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.slider-pro.thumb .sp-selected-thumbnail .sp-thumbnail-image {
  opacity: 1;
}

.slider-pro.thumb .sp-bottom-thumbnails .sp-thumbnail-image {
  width: 100%;
}

.slider-pro.thumb .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #494749;
}

.slider-pro.thumb .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.thumb.sp-vertical .sp-slides {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slider-pro.thumb.sp-horizontal .sp-slides {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .slider-pro.thumb .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .slider-pro.thumb .sp-padding {
    padding: 35px;
  }
}

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #fc7890;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }

  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }

  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }

  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}

main h1,
main .title1 {
  padding: 0;
  text-align: center;
  color: #494749;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin: 6% 0 0 0;
}

main h1 small,
main .title1 small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

h2,
.title2 {
  text-align: center;
  color: #494749;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

h2 small,
.title2 small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

h3,
.title3 {
  margin: 0 0 0em;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.highlight h2,
.highlight .title2 {
  color: #043786;
}

.highlight h3,
.highlight .title3 {
  color: #043786;
}

@media (min-width: 768px) {
  main h1,
  main .title1 {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 3em 0 0;
  }

  main h1 small,
  main .title1 small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main h1:before,
  main h1:after,
  main .title1:before,
  main .title1:after {
    display: none;
  }

  h2,
  .title2 {
    position: relative;
    margin: 0 0 2.5em;
    padding: 0 0 1em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
  }

  h2 small,
  .title2 small {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }

  h2:after,
  .title2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80px;
    height: 1px;
    margin-left: -40px;
    border-bottom: 1px solid #494749;
  }

  h2.text-left:after,
  .title2.text-left:after {
    left: 0;
    margin-left: 0;
  }

  .highlight h2:after,
  .highlight .title2:after {
    border-bottom-color: #494749;
  }
}

.button {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #043786;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.button:hover {
  background: #043786;
  color: #ffffff;
}

.highlight .button {
  color: #ffffff;
}

.highlight .button:hover {
  color: #ffffff;
}

.button.block {
  display: block;
  min-width: 0;
}

.button.inverse {
  border: 0;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
}

.button.inverse:hover {
  background: #1a1a1a;
  color: #1a1a1a;
}

.button.ghost {
  border: 2px solid #043786;
  border-radius: 0;
  background: transparent;
  color: #043786;
}

.button.ghost:hover {
  background: #043786;
  color: #fff;
}

.button.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-width: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  border: 1px solid #043786;
  border-radius: 50%;
  background: transparent;
  color: #043786;
}

.button.circle span {
  padding: 0;
  background: none;
}

.button.circle:hover {
  background: #043786;
  color: #fff;
}

.ie .button.circle {
  position: relative;
}

.ie .button.circle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button.cancel {
  background: #888;
  color: #fff;
}

.button.cancel:hover {
  background: #6f6f6f;
}

.button.large {
  padding: 1em 2em;
  font-size: 18px;
  font-size: 1.8rem;
}

.button + .button {
  margin-left: 0.5em;
}

.button span {
  line-height: 1;
  padding-left: 20px;
  background: url(../img/parts/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

table {
  margin: 0 auto;
}

table th,
table td {
  padding: 0.5em 1em;
}

table th {
  text-align: center;
  font-weight: normal;
}

table td {
  word-break: break-all;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.table-default th,
.table-default td {
  border: 1px solid #cccccc;
}

.table-default th {
  background: #043786;
  color: #000000;
  font-weight: bold;
}

.table-default td {
  background: #ffffff;
  color: #000000;
}

@media (min-width: 768px) {
  .table-default caption {
    font-size: 20px;
    font-size: 2rem;
  }
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.table-menu th,
.table-menu td {
  padding: 0.8em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .table-menu caption {
    font-size: 20px;
    font-size: 2rem;
  }
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.table-schedule th,
.table-schedule td {
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: center;
}

.table-schedule thead th {
  background: #043786;
  color: #ffffff;
}

.table-schedule tbody th {
  background: #ff9433;
}

.table-schedule td {
  background: #ffffff;
}

@media (min-width: 768px) {
  .table-schedule caption {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }

  .responsive-stack thead {
    display: none;
  }

  .responsive-stack tbody,
  .responsive-stack tr,
  .responsive-stack th,
  .responsive-stack td {
    display: block;
  }

  .responsive-stack th,
  .responsive-stack td {
    width: 100% !important;
  }

  .responsive-stack tr:not(:last-child) th,
  .responsive-stack tr:not(:last-child) td {
    border-bottom: 0;
  }

  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }

  .responsive-list thead {
    display: none;
  }

  .responsive-list tbody,
  .responsive-list tr,
  .responsive-list th,
  .responsive-list td {
    display: block;
  }

  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }

  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }

  .responsive-list td:first-child {
    border-bottom: 0;
  }

  .responsive-list td:last-child {
    border-top: 0;
  }

  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }

  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }

  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }

  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  table.combine tbody tr:last-child th,
  table.combine tbody tr:last-child td {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }

  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }

  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }

  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }

  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }

  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }

  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }

  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }

  .sp_image_cols.sp_col3 .col:nth-child(3n + 1) {
    clear: both;
    margin-right: 2%;
  }

  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }

  .sp_image_left {
    overflow: hidden;
  }

  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }

  .sp_image_left .col:last-child {
    float: none;
  }

  .sp_image_right {
    overflow: hidden;
  }

  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }

  .sp_image_right .col:last-child {
    float: none;
  }
}

.guide figure {
  margin-bottom: 1em;
}

.guide figure img {
  width: auto;
  max-width: 100%;
}

.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }

  .guide figure {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }

  .guide .message {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }

  .guide .message.text-only {
    padding-bottom: 0;
  }

  .guide .message h2 {
    margin-bottom: 1em;
  }

  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .guide.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }

  .ie .guide {
    display: table;
  }

  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }

  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }

  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}

.news .news_bg {
  background: #f5f5f5;
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #494749;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 180px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }

  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }

  .news.typeA h2:before,
  .news.typeA h2:after {
    display: none;
  }

  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }

  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }

  .news.typeC dl {
    max-height: 500px;
  }

  .news dl {
    overflow-y: auto;
    max-height: 400px;
  }

  .news dl dt {
    width: 200px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0;
  }

  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }

  .news dl dt + dd {
    padding-left: 120px;
  }
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #043786;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 110%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.shopinfo .map_container_pc {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.shopinfo .map_container_pc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container_pc + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }

  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }

  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }

  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }

  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }

  .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }

  .bf-af .before {
    padding-bottom: 16%;
    background: url(../img/parts/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
  }

  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .bf-af .before,
  .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }

  .bf-af .before span {
    display: block;
    position: relative;
  }

  .bf-af .before span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(../img/parts/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }

  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }

  .bf-af.col2 .after {
    width: 45%;
  }

  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }

  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }

  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }

  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }

  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }

  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: #f5f5f5;
  font-weight: normal;
  cursor: pointer;
}

.qa .question:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -12px;
  background: url(../img/parts/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  transition: 0.5s;
}

.qa .question:hover {
  background: #fcf1d1;
}

.qa .question.open:after {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
}

.qa .answer {
  display: none;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: #f5f5f5;
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: #fffdf7;
}

.highlight .qa .question:hover {
  background: #fef8e9;
}

.highlight .qa.qa-open .question:hover {
  background: #fffdf7;
}

.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: #f5f5f5;
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url(../img/parts/arrow_down.svg) center center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }

  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }

  .step-h .row.continue {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .step .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }

  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }

  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }

  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }

  .step h3:last-child {
    margin-bottom: 0;
  }

  .step-h.gutters .col {
    margin: 0;
  }

  .step-h .col {
    padding: 0;
    background: none;
  }

  .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }

  .step-h .col:not(:last-child):after {
    display: none;
  }

  .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .step-h .col:not(:last-child) figure span:after {
    content: "";
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url(../img/parts/arrow_right.svg) center center no-repeat;
    background-size: contain;
  }

  .step-h .span_3 {
    width: 22%;
  }

  .step-h .span_4 {
    width: 30.66666666%;
  }

  .step-h .span_6 {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

/* お問い合わせフォーム */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 1px solid;
  border-radius: 5px 5px;
  border-color: #ffffff;
  background: #f1eff1;
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  color: #c00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }

  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 1px solid;
    border-radius: 5px 5px;
    border-color: #ffffff;
    background: #f1eff1;
  }

  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }

  .inquiry dd {
    padding-bottom: 1.5em;
  }

  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }

  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }

  .inquiry input[type="number"] {
    width: 65px;
  }

  .inquiry input.p-postal-code {
    width: 100px;
  }

  .inquiry input.p-region {
    width: 100px;
  }

  .inquiry input.p-locality {
    width: 150px;
  }

  .inquiry input.p-street-address {
    width: 100%;
  }

  .inquiry input.p-extended-address {
    width: 100%;
  }

  .inquiry textarea {
    width: 100%;
  }

  .inquiry .submit {
    margin: 60px 0 0;
  }

  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }

  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(../img/parts/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(../img/parts/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(../img/parts/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(../img/parts/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(../img/parts/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }

  .sns_icons.center {
    margin: auto;
  }

  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }

  .sns_icons a {
    width: 68px;
    height: 68px;
  }

  footer .sns_icons {
    margin-top: 30px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.parallax.ios,
.parallax.scroll {
  background-attachment: scroll;
}

.parallax .parallax_contents h1,
.parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.ie .parallax .parallax_contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature {
  color: #fff;
}

.feature h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

.feature img {
  width: 100%;
}

.feature .col {
  display: table;
  table-layout: fixed;
}

.feature .col:not(:last-child) {
  margin-bottom: 0;
}

.feature .col:nth-child(1) {
  background: #49afe6;
}

.feature .col:nth-child(2) {
  background: #8ed95d;
}

.feature .col:nth-child(3) {
  background: #f6aa48;
}

.feature .col:nth-child(4) {
  background: #f98282;
}

.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}

.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.feature .col figure:first-child img {
  text-align: left;
}

.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .feature .col {
    display: block;
    table-layout: auto;
  }

  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .feature .col figure {
    display: block;
    width: auto;
    vertical-align: middle;
  }

  .feature.feature_h .col .textbox {
    width: 50%;
  }

  .feature.feature_h .col figure {
    width: 50%;
  }

  .feature.feature_h .col:nth-child(4n + 1) .textbox,
  .feature.feature_h .col:nth-child(4n + 2) .textbox {
    float: right;
  }

  .feature.feature_h .col:nth-child(4n + 1) figure,
  .feature.feature_h .col:nth-child(4n + 2) figure {
    float: left;
  }

  .feature.feature_h .col:nth-child(4n + 3) .textbox,
  .feature.feature_h .col:nth-child(4n) .textbox {
    float: left;
  }

  .feature.feature_h .col:nth-child(4n + 3) figure,
  .feature.feature_h .col:nth-child(4n) figure {
    float: right;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.grid {
  display: block;
  margin: 0;
}

.grid.row,
.grid .row,
.grid.col,
.grid .col {
  margin: 0;
}

.has-child-grid .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.has-child-grid .grid .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}

.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}

.grid .grid-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.grid p {
  margin: 0;
  padding: 0.2em 0;
}

.grid a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.grid a > [style^="background-image"],
.grid a img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.grid a:hover > [style^="background-image"],
.grid a:hover img {
  opacity: 0.6;
}

.grid .grid-bg1 {
  background-color: #e74c3c;
}

.grid .grid-bg1:hover {
  background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
  background-color: #df2e1b;
}

.grid .grid-bg2 {
  background-color: #3498db;
}

.grid .grid-bg2:hover {
  background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
  background-color: #2383c4;
}

.grid .grid-bg3 {
  background-color: #f1c40f;
}

.grid .grid-bg3:hover {
  background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
  background-color: #cba50c;
}

.grid .grid-bg4 {
  background-color: #1abc9c;
}

.grid .grid-bg4:hover {
  background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
  background-color: #15987e;
}

.grid .grid-bg5 {
  background-color: #9b59b6;
}

.grid .grid-bg5:hover {
  background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
  background-color: #8646a0;
}

.grid .grid-bg6 {
  background-color: #34495e;
}

.grid .grid-bg6:hover {
  background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
  background-color: #253544;
}

.grid .grid-bg7 {
  background-color: #2ecc71;
}

.grid .grid-bg7:hover {
  background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
  background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
  display: none;
}

@media (min-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }

  .grid .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .grid .col.span_12 {
    padding: 0;
  }

  .grid .col.has-child-grid > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}

.generic_box {
  padding: 1.5em;
  background: #f5f5f5;
}

.generic_box.through {
  background: rgba(253, 245, 223, 0.6);
}

.generic_box.white {
  background: #fff;
}

.generic_box.white.through {
  background: rgba(255, 255, 255, 0.6);
}

.generic_box.black {
  background: #000;
  color: #fff;
}

.generic_box.black h3 {
  color: #fff;
}

.generic_box.black.through {
  background: rgba(0, 0, 0, 0.6);
}

.generic_box.border {
  border: 5px solid #043786;
}

@media (min-width: 768px) {
  .generic_box {
    padding: 3em;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.lead {
  color: #043786;
  font-size: 20px;
  font-size: 2rem;
}

.text-purpose {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xxxlarge {
  font-size: 28x;
  font-size: 2.8rem;
}

.text-xxxxlarge {
  font-size: 80px;
  font-size: 8rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.4rem;
}

.text-common {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-primary {
  color: #043786 !important;
}

.text-shadow,
.text-shadow-white {
  text-shadow:
    1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px 1px 1px #fff,
    -1px -1px 1px #fff;
}

.text-shadow-thin,
.text-shadow-white-thin {
  text-shadow: 0 0 1px #fff;
}

.text-shadow-bold,
.text-shadow-white-bold {
  text-shadow:
    2px 2px 3px #fff,
    2px -2px 3px #fff,
    -2px 2px 3px #fff,
    -2px -2px 3px #fff,
    0 2px 3px #fff,
    0 -2px 3px #fff,
    2px 0 3px #fff,
    -2px 0 3px #fff;
}

.text-shadow-black {
  text-shadow:
    1px 1px 1px #000,
    1px -1px 1px #000,
    -1px 1px 1px #000,
    -1px -1px 1px #000;
}

.text-shadow-black-thin {
  text-shadow: 0 0 1px #000;
}

.text-shadow-black-bold {
  text-shadow:
    2px 2px 3px #000,
    2px -2px 3px #000,
    -2px 2px 3px #000,
    -2px -2px 3px #000,
    0 2px 3px #000,
    0 -2px 3px #000,
    2px 0 3px #000,
    -2px 0 3px #000;
}

.text-shadow-primary {
  text-shadow:
    1px 1px 1px #043786,
    1px -1px 1px #043786,
    -1px 1px 1px #043786,
    -1px -1px 1px #043786;
}

.text-shadow-primary-thin {
  text-shadow: 0 0 1px #043786;
}

.text-shadow-primary-bold {
  text-shadow:
    2px 2px 1px #043786,
    2px -2px 1px #043786,
    -2px 2px 1px #043786,
    -2px -2px 1px #043786,
    0 2px 1px #043786,
    0 -2px 1px #043786,
    2px 0 1px #043786,
    -2px 0 1px #043786;
}

.text-outline,
.text-outline-white {
  text-shadow:
    1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff;
}

.text-outline-bold,
.text-outline-white-bold {
  text-shadow:
    2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 0 0 #fff,
    -2px 0 0 #fff;
}

.text-outline-black {
  text-shadow:
    1px 1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    0 1px 0 #000,
    0 -1px 0 #000,
    1px 0 0 #000,
    -1px 0 0 #000;
}

.text-outline-black-bold {
  text-shadow:
    2px 2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    -2px -2px 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    2px 0 0 #000,
    -2px 0 0 #000;
}

.text-outline-primary {
  text-shadow:
    1px 1px 0 #043786,
    1px -1px 0 #043786,
    -1px 1px 0 #043786,
    -1px -1px 0 #043786,
    0 1px 0 #043786,
    0 -1px 0 #043786,
    1px 0 0 #043786,
    -1px 0 0 #043786;
}

.text-outline-primary-bold {
  text-shadow:
    2px 2px 0 #043786,
    2px -2px 0 #043786,
    -2px 2px 0 #043786,
    -2px -2px 0 #043786,
    0 2px 0 #043786,
    0 -2px 0 #043786,
    2px 0 0 #043786,
    -2px 0 0 #043786;
}

@media (max-width: 767px) {
  .text-outline-bold {
    text-shadow:
      1px 1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
      -1px -1px 0 #fff,
      0 1px 0 #fff,
      0 -1px 0 #fff,
      1px 0 0 #fff,
      -1px 0 0 #fff;
  }

  .text-outline-bold.text-xxlarge {
    text-shadow:
      2px 2px 0 #fff,
      2px -2px 0 #fff,
      -2px 2px 0 #fff,
      -2px -2px 0 #fff,
      0 2px 0 #fff,
      0 -2px 0 #fff,
      2px 0 0 #fff,
      -2px 0 0 #fff;
  }

  .text-outline-black-bold {
    text-shadow:
      1px 1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
      -1px -1px 0 #000,
      0 1px 0 #000,
      0 -1px 0 #000,
      1px 0 0 #000,
      -1px 0 0 #000;
  }

  .text-outline-black-bold.text-xxlarge {
    text-shadow:
      2px 2px 0 #000,
      2px -2px 0 #000,
      -2px 2px 0 #000,
      -2px -2px 0 #000,
      0 2px 0 #000,
      0 -2px 0 #000,
      2px 0 0 #000,
      -2px 0 0 #000;
  }

  .text-outline-primary-bold {
    text-shadow:
      1px 1px 0 #043786,
      1px -1px 0 #043786,
      -1px 1px 0 #043786,
      -1px -1px 0 #043786,
      0 1px 0 #043786,
      0 -1px 0 #043786,
      1px 0 0 #043786,
      -1px 0 0 #043786;
  }

  .text-outline-primary-bold.text-xxlarge {
    text-shadow:
      2px 2px 0 #043786,
      2px -2px 0 #043786,
      -2px 2px 0 #043786,
      -2px -2px 0 #043786,
      0 2px 0 #043786,
      0 -2px 0 #043786,
      2px 0 0 #043786,
      -2px 0 0 #043786;
  }
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-purpose {
    font-size: 40px;
    font-size: 4rem;
  }

  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .text-xxxlarge {
    font-size: 80px;
    font-size: 8rem;
  }

  .text-xxxxlarge {
    font-size: 140px;
    font-size: 14rem;
  }

  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }

  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }

  .pc-hide,
  .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }

  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

.round-small {
  border-radius: 4px;
}

.round,
.round-medium {
  border-radius: 12px;
}

.round-large {
  border-radius: 28px;
}

.circle {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.v-justify {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .row.v-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .row.v-bottom.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .row.v-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .row.v-center.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 1200px) {
  header .container {
    padding: 0 !important;
  }
}

.button {
  border-radius: 0 !important;
  width: 100%;
  margin: 0 auto;
  max-width: 275px !important;
}

@media (max-width: 767px) {
  .button {
    width: 65% !important;
    margin: 0 auto;
  }
}

.button.font {
  color: #043786 !important;
  font-size: 18px !important;
  font-weight: bold;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.mb1 {
  margin-bottom: 1% !important;
}

.mb2 {
  margin-bottom: 2% !important;
}

.mb3 {
  margin-bottom: 3% !important;
}

.mb4 {
  margin-bottom: 4% !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.table-default th {
  padding: 1% 0 1% 1%;
  background: #f5f5f5;
  color: #494749;
  text-align: left;
}

header {
  z-index: 1000;
  position: relative;
}

@media (min-width: 800px) {
  header .primary_header {
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 10;
  }
}

header .container {
  background: #fff0;
}

@media (min-width: 800px) {
  .global_nav ul {
    padding-right: 9px !important;
  }
}

.global_nav ul li {
  padding: 0 !important;
  border: none !important;
}

.global_nav ul li a {
  transition: 0.3s;
}

.global_nav ul li:last-child {
  position: relative;
}

@media (min-width: 800px) {
  .global_nav ul li a {
    padding: 10px 49px !important;
    display: block !important;
    color: #ffffff !important;
  }
}

.global_nav ul li a:hover {
  border-bottom: 0px !important;
}

.global_nav ul li a {
  transition: 0.3s;
}

@media (min-width: 800px) {
  .global_nav ul li a {
    padding: 20px 31px !important;
  }
}

.global_nav ul li a:hover {
  color: #043786 !important;
}

@media (max-width: 767px) {
  .global_nav a {
    position: relative;
    z-index: 1001;
  }
}

.area_ser01 {
  background: #f5f5f5;
}

.area_ser01 .container {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .area_ser01 .container {
    padding: 6% 0;
  }
}

.area_ser01 .row {
  background: #fff;
  padding: 1.3%;
}

@media (min-width: 768px) {
  .area_ser01 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .area_ser01 .row .col.span_2 {
    width: calc(100% / 5);
  }

  .area_ser01 .row .col.span_2 img {
    max-width: 200px;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .area_ser01 .col.span_2 {
    min-height: 100px;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 767px) and (max-width: 480px) {
  .area_ser01 .col.span_2 {
    min-height: 55px;
  }
}

@media (max-width: 767px) {
  .area_ser01 .col.span_2:nth-child(odd) {
    float: left;
    clear: both;
  }

  .area_ser01 .col.span_2:nth-child(even) {
    margin-left: 2%;
    float: right;
  }

  .area_ser01 .col.span_2 img {
    width: 70%;
  }
}

.h1_company {
  background: url(../img/company_h1_bg.jpg) no-repeat center bottom;
}

.h1_service {
  background: url(../img/service_h1_bg.jpg) no-repeat center bottom;
}

.h1_recruit {
  background: url(../img/recruit_h1_bg.jpg) no-repeat center bottom;
}

.h1_partners {
  background: url(../img/partners_h1_bg.jpg) no-repeat center bottom;
}

.h1_contact {
  background: url(../img/contact_h1_bg.jpg) no-repeat center bottom;
}

.h1_policy {
  background: url(../img/policy_h1_bg.jpg) no-repeat center bottom;
}

.h1_policy2 {
  background: url(../img/policy2_h1_bg.jpg) no-repeat center bottom;
}

.h1_declaration {
  background: url(../img/declaration_h1_bg.jpg) no-repeat center bottom;
}

.h1_news {
  background: url(../img/news_h1_bg.jpg) no-repeat center bottom;
}

.h1_internet {
  background: url(../img/internet_h1_bg.jpg) no-repeat center bottom;
}

.h1_workstyle {
  background: url(../img/workstyle_h1_bg.jpg) no-repeat center bottom;
}

.h1_electronic_contract {
  background: url(../img/electronic_contract_h1_bg.jpg) no-repeat center bottom;
}

.h1_img {
  margin-top: 0 !important;
  padding: 4em 0;
  padding-top: calc(5em + 50px);
}

.h1_img span {
  display: inline-block;
}

.h1_img span:first-child {
  font-size: 48px;
  font-size: 8rem;
  font-weight: bold;
  padding: 0.3em 0.5em;
  background: rgba(255, 255, 255, 0.6);
  color: #043786;
  line-height: 1;
}

.h1_img span:last-child {
  display: block;
  padding-top: 0.4em;
}

.h1_img span:last-child span {
  display: inline-block;
  font-size: 18px;
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.4em 0.7em;
  color: #494749 !important;
}

@media (max-width: 799px) {
  .h1_img {
    background-size: cover;
    padding: 2em 0;
    margin-top: 150px;
  }

  .h1_img span {
    font-size: 170% !important;
  }

  .h1_img span span {
    font-size: 68% !important;
  }
}

h2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #d5f2f6;
}

h2:after {
  display: none;
}

h2 span {
  display: block;
  font-size: 26px;
  font-size: 2.5rem;
  font-weight: bold;
  /*font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #043786;*/
  /*margin-top: 1.2em;*/
  padding-bottom: 0.2em;
}

.box1 {
  /*display: inline-block;*/
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 auto 5%;
  background: linear-gradient(90deg, #069dd3 0%, #047fe1 40%, #2e7ada 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  h2 {
    zoom: 0.9;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  padding: 0 0 0.2em 0.7em;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1%;
  font-weight: normal;
}

h3:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #043786;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  h3 {
    zoom: 0.9;
  }
}

.button.custom {
  width: 100%;
  background: #fff;
  border: 2px solid #043786;
  position: relative;
  color: #494749;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1.2em 0;
}

.button.custom:after {
  position: absolute;
  content: "";
  display: block;
  background: transparent;
  top: 46%;
  transform: translateX(-50%) rotate(45deg);
  right: 3%;
  border-right: 2px solid #043786;
  border-bottom: 2px solid #043786;
  width: 4px;
  height: 4px;
}

.policy li {
  padding-bottom: 1em;
}

.main_visual {
  position: relative;
}

.main_visual .main_copy_box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding-top: 41.66666666666667%;
  z-index: 21;
  width: 100%;
}

.main_visual .main_copy_box li {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 7;
  width: 100%;
}

@media (max-width: 767px) {
  .main_visual .main_copy_box li {
    top: 89%;
  }
}

.main_visual .main_copy_box li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_copy_box li img:first-child {
  max-width: 325px;
  max-height: 219px;
  width: 16.92708333333333%;
  z-index: 1;
}

@media (max-width: 767px) {
  .main_visual .main_copy_box li img:first-child {
    width: 131.19px;
  }
}

.main_visual .main_copy_box li img:last-child {
  width: 20.83333333333333%;
  max-width: 400px;
  max-height: 400px;
}

@media (max-width: 767px) {
  .main_visual .main_copy_box li img:last-child {
    width: 156.8px;
  }
}

.area_top00 {
  margin-bottom: -1%;
}

@media (max-width: 767px) {
  .area_top00 {
    margin-bottom: -24px;
  }
}

.area_top01 figcaption {
  color: #000000;
  font-size: 20px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .area_top01 figcaption,
  .area_top01 p {
    margin-top: 1.3em;
  }
}

.area_top01 p {
  text-align: left;
}

.area_top02 {
  background: url(../img/top_bg001.jpg) no-repeat center;
  padding: 60px 0;
  background-size: cover;
}

.area_top02 h2 {
  max-width: 1200px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 2.5em;
}

@media (max-width: 1199px) {
  .area_top02 h2 {
    padding-left: 10px;
  }
}

.area_top02 h2 span {
  color: #fff;
}

.area_top02 p:first-child {
  line-height: 1.5;
  font-size: 24px !important;
  color: #fff !important;
  margin-bottom: 2em;
}

.area_top02 p:first-child span {
  display: table;
  margin-top: 0.7em;
  padding-top: 1.3em;
  border-top: 1px solid #fff;
  font-size: 0.7em;
  line-height: 1;
}

@media (max-width: 767px) {
  .area_top02 {
    padding: 8% 0;
  }

  .area_top02 p:first-child {
    font-size: 107% !important;
  }
}

.button.custom02 {
  width: 100%;
  max-width: 275px !important;
  padding: 1em 0;
  background: #ffffff;
  border: 2px solid #fff;
}

@media (max-width: 767px) {
  .button.custom02 {
    width: 65%;
    max-width: none !important;
    font-size: 16px;
  }
}

.button.custom02.white {
  border: 2px solid #fff;
}

.button.custom02.orange {
  border: 2px solid #043786;
  color: #043786;
}

.area_under {
  padding: 75px 0;
  background: #f5f5f5;
}

.area_under img {
  width: 80%;
  max-width: 258px;
}

.area_under p:first-child {
  font-size: 18px;
  font-size: 1.8rem;
}

.area_under p:nth-of-type(2) {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .area_under {
    padding: 8% 0;
  }

  .area_under p:first-child {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .area_under p:nth-of-type(2) {
    font-size: 20px;
    font-size: 2rem;
  }
}

.area_top00 .main_copy_box img {
  opacity: 0;
  transition: 0.5s;
}

.area_top00 .main_copy_box img:first-child {
  transition-delay: 0.6s;
  transform: scale(1.1);
}

.area_top00 .main_copy_box img:first-child.animated {
  transform: scale(1);
  opacity: 1;
}

.area_top00 .main_copy_box img:last-child {
  transition-delay: 0.1s;
  transform: scale(1.1);
}

.area_top00 .main_copy_box img:last-child.animated {
  transform: scale(1);
  opacity: 1;
}

.main_copy_box img.shiny {
  display: block;
}

.main_copy_box img.shiny:after {
  position: absolute;
  content: "";
  display: block;
  left: -20%;
  top: 50%;
  transform: rotate(30deg);
  width: 30px;
  height: 100px;
  z-index: -1;
}

.top {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(40px);
}

.top.animated {
  opacity: 1;
  transform: translateY(0);
}

.custom02 {
  overflow: hidden;
  position: relative;
}

.custom02:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: -100%;
  z-index: -1;
  transition: 0.2s;
  top: 0;
}

.custom02:hover:after {
  left: 0;
}

.hover {
  border: 2px solid #04479b !important;
  color: #04479b;
  overflow: hidden;
  position: relative !important;
}

.hover:after {
  position: absolute;
  content: "" !important;
  width: 100%;
  height: 100%;
  display: block;
  left: -100%;
  z-index: -1;
  transition: 0.2s;
  top: 0;
}

.hover:hover {
  color: #fff !important;
}

.hover:hover:after {
  background: #04479b;
  left: 0;
}

.custom02.white:after {
  background: #fff;
}

.custom02.white:hover {
  color: #043786;
}

.custom02.orange:after {
  background: #043786;
}

.custom02.orange:hover {
  color: #f5f5f5;
}

.custom {
  transition: 0.3s;
}

.custom:after {
  transition: 0.3s;
}

.custom:hover:after {
  top: 55%;
}

.area_top01 .img_bg {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
}

.area_top01 .img_bg img {
  transition: 0.3s;
}

.area_top01 .img_bg p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 0.3s;
}

.area_top01 .img_bg p a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  color: #04479b;
  text-decoration: none;
  transform: translateY(-50%);
  font-weight: bold;
}

.area_top01 .img_bg p a span {
  position: relative;
  top: 50%;
  opacity: 0;
  transition: 0.2s 0.3s;
  transform: translateY(-50%) scale(1.8);
  display: block;
}

.area_top01 .img_bg:hover p {
  opacity: 1;
}

.area_top01 .img_bg:hover p a span {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.contact_font {
  font-weight: normal !important;
}

.gray {
  border-color: #aba4a4 !important;
  color: #aba4a4 !important;
}

.gray:after {
  background: #aba4a4 !important;
}

.gray:hover {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .submit button:last-child {
    margin-left: 0;
    margin-top: 14px;
  }
}

.icon-info01 {
  background-color: #043786;
}

.icon-info02 {
  background-color: #006609;
}

.icon-info03 {
  background-color: #ce8f07;
}

.icon {
  display: inline-block;
  width: 80px;
  height: 17px;
  color: #ffffff;
  text-align: center;
  padding: 1px 1px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 5px 5px 5px 5px;
}

.video-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background-image: url(./assets/img/image1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 5px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.video-wrapsp {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-wrapsp::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.main_visual p {
  position: absolute;
  z-index: 1;
  align: center;
}

.h04 {
  position: relative;
  color: #043786;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  padding-left: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.h04::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #043786;
}

.top_bg01 {
  background: url(../img/background_001.png) no-repeat center bottom;
}

.top_bg02 {
  background: url(../img/background_004.jpg) no-repeat center bottom;
  background-color: #f5f5f5;
}

#cv-contact {
  position: fixed;
  top: 570px;
  right: 0;
  z-index: 1010;
}

#cv-contact a {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  /*background-image: url(../img/mail.png);
  background-position: center top 36px;
  background-repeat: no-repeat;
  background-size: 20px auto;*/
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px;
  border-top-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cv-contact2 {
  position: fixed;
  top: 640px;
  right: 0;
  z-index: 1010;
}

#cv-contact2 a {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px;
  border-top-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cv-contact3 {
  position: fixed;
  top: 500px;
  right: 0;
  z-index: 1010;
}

#cv-contact3 a {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px;
  border-top-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-copy {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #001f3d;
}

body {
  margin: 0;
}

.map {
  height: 100vh;
  filter: grayscale(100%);
}

@media (max-width: 767px) {
  .top_bg04 {
    background: url(../img/top_002.jpg) no-repeat center bottom;
    position: relative;

    height: 200px;
    background-position: center center;
    background-size: cover;
    background-color: rgba(104, 158, 185, 0.4);
    background-blend-mode: darken;
    color: #fff;
  }

  .top_bg05 {
    background: url(../img/top_001.jpg) no-repeat center bottom;
    position: relative;

    height: 200px;
    background-position: center center;
    background-size: cover;
    background-color: rgb(0, 51, 102, 0.4);
    background-blend-mode: darken;
    color: #fff;
  }

  .internet_bg05 {
    background: url(../img/office001.jpg) no-repeat center bottom;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-color: rgb(0, 51, 102, 0.4);
    background-blend-mode: darken;
    color: #fff;
  }

  .internet_bg06 {
    background: url(../img/internet_03_sp.png) no-repeat center bottom;
    position: relative;

    height: 800px;
    background-position: center center;
    background-size: cover;
    /*background-color: rgb(0, 51, 102, 0.4);*/
    background-blend-mode: darken;
    color: #fff;
  }

  .electronic_contract_bg07 {
    background: url(../img/electroniccontract_01_sp.png) no-repeat center bottom;
    position: relative;

    height: 800px;
    background-position: center center;
    background-size: cover;
    /*background-color: rgb(0, 51, 102, 0.4);*/
    background-blend-mode: darken;
    color: #fff;
  }

  .b_btn {
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: bold;
    min-width: 40%;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2rem;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding: 0.7rem 4rem 0.7rem 3.8rem;
    color: #04479b;
    background: rgb(255, 255, 255);
    border: 2px solid #04479b;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    border-radius: 2px 2px;

    &:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 150%;
      background: #04479b;
      pointer-events: none;
      transform: translate3d(0, 45px, 0);
      transition: all 0.3s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    i {
      font-style: normal;
      line-height: 4.5rem;
      display: inline-block;
      height: 100%;
      padding-left: 1px;
      padding-right: 1px;
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);

      &:hover {
        transform: translate3d(0, -6px, 0);
      }
    }

    &:hover {
      color: #ffffff;

      &:after {
        transform: translate3d(0, 0, 0);
      }
    }
  }
}

@media (min-width: 768px) {
  .top_bg04 {
    background: url(../img/top_002.jpg) no-repeat center bottom;
    position: relative;
    width: 50%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-color: rgba(104, 158, 185, 0.4);
    background-blend-mode: darken;
    color: #fff;
  }

  .top_bg05 {
    background: url(../img/top_001.jpg) no-repeat center bottom;
    position: relative;
    width: 50%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-color: rgb(0, 51, 102, 0.4);
    background-blend-mode: darken;
    color: #fff;
  }

  .internet_bg05 {
    background: url(../img/office001.jpg) no-repeat center bottom;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-color: rgb(0, 51, 102, 0.4);
    background-blend-mode: darken;
    color: #fff;
  }

  .internet_bg06 {
    background: url(../img/internet_03.png) no-repeat center bottom;
    position: relative;
    width: 100%;
    height: 750px;
    background-position: center center;
    background-size: cover;
    /*background-color: rgb(0, 51, 102, 0.4);*/
    background-blend-mode: darken;
    color: #fff;
  }

  .electronic_contract_bg07 {
    background: url(../img/electroniccontract_01.png) no-repeat center bottom;
    position: relative;
    width: 100%;
    height: 750px;
    background-position: center center;
    background-size: cover;
    /*background-color: rgb(0, 51, 102, 0.4);*/
    background-blend-mode: darken;
    color: #fff;
  }

  .htr_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(255, 255, 255, 0.6);
    padding: 1em;
  }

  /* 点滅 */
  .blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    color: #c43434;
    font-weight: bold;
  }

  @-webkit-keyframes blink {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes blink {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes blink {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  /*# sourceMappingURL=main.css.map */
  .header_nav {
    width: 100%;
    height: 100%;
    background: #043786;
    border: 1px solid #043786;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.8);
  }

  .news_text {
    font-family: "Noto Sans JP", "sans-serif";
    font-weight: bold;
    font-style: normal;
    color: #a7a7a7;
  }

  .btn {
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 2rem;
    font-weight: bold;
    min-width: 60%;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2rem;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding: 0 4rem 0 3.8rem;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    cursor: pointer;
    transform: translate3d(0, 0, 0);

    &:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 150%;
      background: #fff;
      pointer-events: none;
      transform: translate3d(0, 45px, 0);
      transition: all 0.3s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    i {
      font-style: normal;
      line-height: 4.5rem;
      display: inline-block;
      height: 100%;
      padding-left: 1px;
      padding-right: 1px;
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);

      &:hover {
        transform: translate3d(0, -6px, 0);
      }
    }

    &:hover {
      color: #333;

      &:after {
        transform: translate3d(0, 0, 0);
      }
    }
  }

  .b_btn {
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: bold;
    min-width: 40%;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2rem;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding: 0.7rem 4rem 0.7rem 3.8rem;
    color: #04479b;
    background: rgb(255, 255, 255);
    border: 2px solid #04479b;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    border-radius: 2px 2px;

    &:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 150%;
      background: #04479b;
      pointer-events: none;
      transform: translate3d(0, 45px, 0);
      transition: all 0.3s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    i {
      font-style: normal;
      line-height: 4.5rem;
      display: inline-block;
      height: 100%;
      padding-left: 1px;
      padding-right: 1px;
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);

      &:hover {
        transform: translate3d(0, -6px, 0);
      }
    }

    &:hover {
      color: #ffffff;

      &:after {
        transform: translate3d(0, 0, 0);
      }
    }
  }

  .circle {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0px auto;
    border-radius: 1.25rem;
    background: #b63535;
    animation: fuwafuwa 2s infinite;
  }

  @keyframes fuwafuwa {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(60px);
    }

    100% {
      transform: translateY(0px);
    }
  }

  .counter {
    text-align: center;
    margin-top: 50px;
    color: #fff;
    /* ここが全体に白い枠を付けている原因 */
    /* text-stroke: 2px #fff; ←これは無効化（削除） */
    /* -webkit-text-stroke: 2px #fff; ←これも削除 */
  }

  /* 数字だけ縁取り・影・ブレンドを全てOFF */
  .counter #count {
    -webkit-text-stroke: 0 !important;
    text-stroke: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .slider2 li {
    display: flex;
    justify-content: center;
    /* 水平方向の中央揃え */
    align-items: center;
    /* 垂直方向の中央揃え */
    height: 200px;
    /* スライドの高さを適宜調整 */
    margin: 0px 10px 0px 10px;
  }

  .slider2 img {
    max-height: 100%;
    /* 画像の最大高さを制限 */
    max-width: 100%;
    /* 画像がはみ出さないように調整 */
    object-fit: contain;
    /* 画像を変形させずに収める */
  }

  .slider2sp li {
    display: flex;
    justify-content: center;
    /* 水平方向の中央揃え */
    align-items: center;
    /* 垂直方向の中央揃え */
    height: 120px;
    /* スライドの高さを適宜調整 */
    margin: 0px 10px 0px 10px;
  }

  .slider2sp img {
    max-height: 100%;
    /* 画像の最大高さを制限 */
    max-width: 100%;
    /* 画像がはみ出さないように調整 */
    object-fit: contain;
    /* 画像を変形させずに収める */
  }
}

@media (min-width: 800px) {
  header .global_nav ul {
    display: none !important;
  }
  header .global_nav .menu_icon {
    display: block !important;
  }
}

/* =========================
   PCでもハンバーガー表示 + ドロップダウン開閉
   ========================= */

/* 開いた状態（PC/SP共通） */
header .global_nav.is-open ul {
  display: block !important;
}

/* 800px以上は“ハンバーガー運用”に戻す（横並び化を打ち消す） */
@media (min-width: 800px) {
  header .global_nav .menu_icon {
    display: block !important;
  }

  /* ul をモバイルと同じ「下に開くメニュー」に戻す */
  header .global_nav ul {
    display: none !important;
    position: absolute !important;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #333;

    /* PC横並び用の打ち消し */
    float: none !important;
    white-space: normal !important;
    font-size: initial !important;
  }

  header .global_nav ul li {
    display: block !important;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    padding: 0 !important;
  }

  header .global_nav ul li a {
    display: block !important;
    padding: 1.5em 1em !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
    border: 0 !important; /* hover下線なども一旦無効化 */
  }
}

.heading-22 {
  padding: 0.1em 0.7em;
  border-left: 5px solid #ffffff;
  background-color: #043786;
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
}

.img-r {
  border-radius: 5px 5px 5px 5px;
}

.c_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

  width: 68%;
  max-width: 260px;
  min-width: 220px;
  height: 50px;

  margin: 20px auto 28px;
  padding: 0 48px 0 26px;

  /* 通常 */
  background: linear-gradient(180deg, #ff003c 0%, #e6003e 100%);

  color: #ffffff !important;
  border-radius: 999px;
  text-decoration: none;

  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;

  box-shadow:
    0 6px 14px rgba(230, 0, 62, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.25s ease,
    filter 0.2s ease;
}

/* hover */
.c_btn:hover {
  background: linear-gradient(180deg, #ff4d94 0%, #ff0057 100%);
  transform: translateY(-3px);

  box-shadow:
    0 12px 26px rgba(255, 0, 87, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);

  filter: brightness(1.03);
}

/* クリック */
.c_btn:active {
  transform: translateY(1px);
  box-shadow:
    0 4px 10px rgba(255, 0, 87, 0.2),
    inset 0 2px 4px rgba(0, 0, 0, 0.12);
}

/* 矢印 */
.c_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;

  width: 10px;
  height: 10px;
  margin-top: -6px;

  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);

  transition: transform 0.2s ease;
}

/* 矢印だけ動く */
.c_btn:hover::after {
  transform: rotate(45deg) translateX(3px);
}

/* SP */
@media (max-width: 767px) {
  .c_btn {
    width: 74%;
    max-width: 240px;
    height: 46px;
    font-size: 1.6rem;
    padding: 0 42px 0 20px;
  }

  .c_btn::after {
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

/* =========================
   カード hover 演出
========================= */
.plan_card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.plan_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
  filter: brightness(1.02);
}

/* 光 */
.price_highlight {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* 光 */
.price_highlight::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -150%;
  width: 60%;
  height: 160%;

  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.2) 60%,
    rgba(255, 255, 255, 0) 100%
  );

  transform: skewX(-25deg);

  animation: shineLoop 3.2s infinite;
}

/* アニメーション */
@keyframes shineLoop {
  0% {
    left: -150%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    left: 150%;
    opacity: 0;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

/* =========================
   NAWi-Fi 詳細ページ 強化
========================= */

.na-service-card,
.na-recommend-card,
.na-info-card {
  background: #ffffff;
  border: 1px solid rgba(4, 71, 155, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(8, 54, 120, 0.08);
}

.na-service-card,
.na-recommend-card {
  padding: 18px 20px 20px;
}

.na-recommend-card {
  margin-top: 18px;
  padding: 16px 20px 18px;
  background:
    linear-gradient(
      180deg,
      rgba(14, 145, 255, 0.08) 0%,
      rgba(53, 88, 255, 0.05) 100%
    ),
    #ffffff;
}

.na-spec-list {
  margin: 14px 0 0;
  padding: 0;
}

.na-spec-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #e7eef8;
}

.na-spec-item:last-child {
  border-bottom: none;
}

.na-spec-item dt {
  width: 140px;
  min-width: 140px;
  font-weight: 700;
  color: #0a4aa8;
  line-height: 1.7;
}

.na-spec-item dd {
  margin: 0;
  color: #222;
  line-height: 1.8;
}

.na-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a97dd 0%, #2b6cf1 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.na-check-list,
.na-plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================
   おすすめだけチェック
========================= */
.na-check-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.65;
  color: #222;
}

.na-check-list li + li {
  margin-top: 6px;
}

.na-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  box-shadow: 0 4px 10px rgba(43, 108, 241, 0.25);
}

.na-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.69em;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

/* =========================
   下の情報系共通
========================= */
.na-plain-list li {
  position: relative;
  color: #222;
  line-height: 1.8;
}

/* =========================
   支払方法・任意オプション
   同じ見え方に統一
========================= */
.na-list-pay li,
.na-list-option li {
  padding-left: 18px;
}

.na-list-pay li + li,
.na-list-option li + li {
  margin-top: 10px;
}

.na-list-pay li::before,
.na-list-option li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbeaf8;
}

.na-list-pay li::after,
.na-list-option li::after {
  display: none;
}

/* =========================
   契約：区切り線ベース
========================= */
.na-list-contract li {
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7eef8;
}

.na-list-contract li + li {
  margin-top: 12px;
}

.na-list-contract li::before,
.na-list-contract li::after {
  display: none;
}

/* =========================
   料金・契約カードまわり
========================= */
.na-info-grid {
  margin-top: 18px;
}

.na-info-grid .col.span_6 {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.na-info-card {
  height: auto;
  margin-bottom: 0;
  padding: 22px 22px 20px;
  background:
    linear-gradient(
      180deg,
      rgba(4, 71, 155, 0.03) 0%,
      rgba(255, 255, 255, 1) 24%
    ),
    #fff;
}

.na-card-title {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 3px solid #0a97dd;
  color: #043786;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.na-price-table {
  margin-top: 6px;
  overflow: hidden;
  border-radius: 12px;
}

.na-price-table th,
.na-price-table td {
  padding: 14px 14px;
}

.na-price-table th {
  background: #eef5ff;
  color: #043786;
}

.na-price-table td strong {
  font-size: 2.2rem;
  color: #0a97dd;
  font-weight: 800;
}

.na-note {
  margin-top: 12px;
  color: #444;
  font-size: 1.4rem;
  line-height: 1.8;
}

.na-doc-wrap {
  margin-top: 22px;
  text-align: right;
}

.na-doc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 280px;
  padding: 16px 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a97dd 0%, #2b6cf1 100%);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(43, 108, 241, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.na-doc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(43, 108, 241, 0.28);
  opacity: 0.96;
}

.na-doc-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* 見出しバーの角丸補正 */
.heading-22 {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .na-spec-item {
    display: block;
    padding: 12px 0;
  }

  .na-spec-item dt {
    width: auto;
    min-width: 0;
    margin-bottom: 4px;
  }

  .na-service-card,
  .na-recommend-card,
  .na-info-card {
    border-radius: 14px;
  }

  .na-recommend-card {
    padding: 14px 16px 16px;
  }

  .na-info-grid .col.span_6 {
    display: block;
    gap: 0;
  }

  .na-info-card {
    margin-bottom: 14px;
    padding: 18px 16px;
  }

  .na-card-title {
    font-size: 1.6rem;
  }

  .na-price-table td strong {
    font-size: 1.9rem;
  }

  .na-doc-wrap {
    text-align: center;
  }

  .na-doc-btn {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }

  .na-plain-list li {
    line-height: 1.7;
  }

  .na-list-pay li + li,
  .na-list-option li + li {
    margin-top: 8px;
  }

  .na-list-pay li::before,
  .na-list-option li::before {
    top: 0.6em;
    width: 9px;
    height: 9px;
  }

  .na-list-contract li {
    padding-bottom: 8px;
  }

  .na-list-contract li + li {
    margin-top: 10px;
  }
}

/* メインスライダー */
.fv_split {
  position: relative;
  overflow: hidden;
  background: #000;
}

.fv_split_slider {
  width: 100%;
  height: 100vh;
  min-height: 680px;
  max-height: 960px;
}

.fv_split_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.fv_split_bg {
  display: flex;
  width: 100%;
  height: 100%;
}

.fv_split_left,
.fv_split_right {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.fv_split_left img,
.fv_split_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 少し暗くして載せ画像を見やすくする */
.fv_split_left::after,
.fv_split_right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.fv_split_overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.fv_split_overlay_inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}

.fv_main_art {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(120vw, 1920px);
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .fv_split_slider {
    height: 70vh;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .fv_split_bg {
    display: block;
    position: relative;
    height: 100%; /* ←追加 */
  }

  .fv_split_left,
  .fv_split_right {
    width: 100%;
    height: 50%; /* ←ここで上下揃える */
  }

  .fv_split_left img,
  .fv_split_right img {
    width: 100%;
    height: 100%; /* ←これが黒余白対策 */
    object-fit: cover;
    display: block;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .fv_main_art {
    width: calc(100% - 24px);
    top: 45%;
  }
}

/* =========================
   ズームアニメーション
========================= */
.fv_split_slider .swiper-slide img {
  transform: scale(1);
  transition: transform 6s ease;
}

/* アクティブ時にズーム */
.fv_split_slider .swiper-slide-active img {
  transform: scale(1.08);
}

/* ==================================================
   cloud光 トップページ 追加CSS
   main.css の最下部に追記
================================================== */

.cloud_section_head {
  text-align: center;
  margin-bottom: 38px;
}

.cloud_section_lead {
  max-width: 900px;
  margin: 0 auto 36px;
  line-height: 2;
  color: #222;
}

.cloud_note {
  margin-top: 22px;
  color: #555;
  font-size: 1.3rem;
  line-height: 1.8;
}

.cloud_btn_wrap {
  margin-top: 34px;
  text-align: center;
}

.cloud_customer_section,
.cloud_about_section,
.cloud_price_section,
.cloud_reason_section,
.cloud_option_section,
.cloud_flow_section,
.cloud_voice_section,
.cloud_faq_section,
.cloud_contact_section {
  padding: 80px 0;
  margin-bottom: 0;
}

.cloud_about_section,
.cloud_reason_section,
.cloud_flow_section,
.cloud_faq_section {
  background: #f1faff;
}

.cloud_customer_section,
.cloud_price_section,
.cloud_option_section,
.cloud_voice_section {
  background: #ffffff;
}

.cloud_text_card,
.cloud_lead_box,
.cloud_feature_card,
.cloud_reason_card,
.cloud_option_card,
.cloud_flow_card,
.cloud_voice_card,
.cloud_faq_item,
.cloud_contact_box {
  background: #ffffff;
  border: 1px solid rgba(4, 71, 155, 0.14);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(8, 54, 120, 0.07);
}

.cloud_image_box img {
  width: 100%;
  display: block;
}

/* 黄色ボタン：添付②風 */
.c_btn.cloud_btn_yellow {
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%) !important;
  color: #043786 !important;
  box-shadow:
    0 8px 18px rgba(255, 196, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.c_btn.cloud_btn_yellow::after {
  border-top-color: #043786 !important;
  border-right-color: #043786 !important;
}

.c_btn.cloud_btn_yellow:hover {
  background: linear-gradient(180deg, #ffe066 0%, #ffd21a 100%) !important;
  color: #043786 !important;
  transform: translateY(-3px);
  box-shadow:
    0 12px 26px rgba(255, 196, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
}

/* 青ボタン */
.c_btn.cloud_btn_blue {
  background: linear-gradient(180deg, #0560bd 0%, #04479b 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 6px 14px rgba(4, 71, 155, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.c_btn.cloud_btn_blue::after {
  border-top-color: #ffffff !important;
  border-right-color: #ffffff !important;
}

/* 料金カード内の詳しく見るは赤のまま */
.cloud_plan_card .cloud_price_red_btn {
  background: linear-gradient(180deg, #ff003c 0%, #e6003e 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 6px 14px rgba(230, 0, 62, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.cloud_plan_card .cloud_price_red_btn::after {
  border-top-color: #ffffff !important;
  border-right-color: #ffffff !important;
}

.cloud_plan_card .cloud_price_red_btn:hover {
  background: linear-gradient(180deg, #ff4d94 0%, #ff0057 100%) !important;
  color: #ffffff !important;
}

/* 背景エフェクト調整 */
.cloud_price_section,
.cloud_voice_section,
.cloud_option_section {
  position: relative;
  overflow: hidden;
}

.cloud_price_section::before,
.cloud_voice_section::before,
.cloud_option_section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(10, 151, 221, 0.08) 0%,
    rgba(10, 151, 221, 0) 68%
  );
  right: -220px;
  top: -180px;
  pointer-events: none;
  z-index: 0;
}

.cloud_price_section > *,
.cloud_voice_section > *,
.cloud_option_section > * {
  position: relative;
  z-index: 1;
}

/* FV */
.cloud_fv {
  margin-bottom: 0;
}

.cloud_fv_copy {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 980px;
  padding: 48px 42px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 33, 74, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}

.cloud_fv_sub {
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cloud_fv_main {
  margin: 0 0 22px;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.cloud_fv_text {
  margin: 0 auto 26px;
  font-size: 1.8rem;
  line-height: 1.9;
}

.cloud_fv_badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px auto 28px;
}

.cloud_fv_badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  background: #ffffff;
  color: #043786;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.cloud_fv_btns,
.cloud_contact_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cloud_fv_note {
  margin: 22px auto 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #ffffff;
}

/* Information */
.cloud_text_card {
  padding: 34px;
}

.cloud_link_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.cloud_link_grid a {
  display: block;
  padding: 15px 16px;
  background: #effaff;
  border: 1px solid rgba(4, 71, 155, 0.14);
  border-radius: 12px;
  color: #043786;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: 0.25s ease;
}

.cloud_link_grid a:hover {
  background: #04479b;
  color: #ffffff;
}

/* About */
.cloud_lead_box {
  max-width: 960px;
  margin: 0 auto 36px;
  padding: 34px 38px;
  text-align: center;
}

.cloud_lead_box p {
  margin: 0;
  line-height: 2;
  font-size: 1.6rem;
}

.cloud_lead_box p + p {
  margin-top: 10px;
}

.cloud_feature_card,
.cloud_reason_card,
.cloud_option_card,
.cloud_voice_card {
  height: 100%;
  padding: 30px 26px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cloud_feature_card:hover,
.cloud_reason_card:hover,
.cloud_option_card:hover,
.cloud_voice_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(8, 54, 120, 0.12);
}

.cloud_feature_card {
  text-align: center;
}

.cloud_icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #effaff 0%, #dff2ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud_icon img {
  max-width: 100px;
  max-height: 100px;
}

.cloud_feature_card h3,
.cloud_reason_card h3,
.cloud_option_card h3,
.cloud_flow_card h3 {
  margin: 0 0 14px;
  padding: 0;
  border: none;
  color: #043786;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.5;
}

.cloud_feature_card h3::after,
.cloud_reason_card h3::after,
.cloud_option_card h3::after,
.cloud_flow_card h3::after {
  display: none;
}

.cloud_feature_card p,
.cloud_reason_card p,
.cloud_option_card p,
.cloud_flow_card p,
.cloud_voice_card p {
  line-height: 1.9;
}

/* Price */
.cloud_plan_card {
  height: 100%;
  background: #effaff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(8, 54, 120, 0.08);
  padding-bottom: 1px;
}

.cloud_plan_card .img_bg img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.cloud_price_text {
  display: block;
  width: 100%;
  margin: 16px auto 0 !important;
  text-align: center !important;
  color: #0f93d6 !important;
}

@media (min-width: 768px) {
  .cloud_price_section .span_3 {
    width: 23.5%;
  }
}

/* Reason */
.cloud_reason_card {
  text-align: center;
}

.cloud_reason_card img {
  width: 280px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 4px;
}

/* Option */
.cloud_option_card h3 {
  position: relative;
  padding-left: 18px;
  text-align: left;
}

.cloud_option_card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 6px;
  height: 22px;
  border-radius: 999px;
  background: #0a97dd;
}

/* Flow：崩れ修正 */
.cloud_flow_cards {
  margin-top: 20px;
}

.cloud_flow_card {
  display: block;
  min-height: 260px;
  padding: 30px 28px;
  color: #222;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.cloud_flow_card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -80px;
  top: -80px;
  transition: 0.25s ease;
}

.cloud_flow_card:hover {
  transform: translateY(-6px);
  border-color: rgba(4, 71, 155, 0.32);
  box-shadow: 0 18px 34px rgba(8, 54, 120, 0.12);
  color: #222;
  text-decoration: none;
}

.cloud_flow_label {
  display: inline-block;
  margin: 0 0 18px !important;
  padding: 6px 16px;
  background: #04479b;
  color: #ffffff;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.cloud_flow_card h3 {
  min-height: 58px;
}

.cloud_flow_card p:not(.cloud_flow_label) {
  margin-bottom: 20px;
}

.cloud_flow_card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #043786;
  font-weight: 800;
}

.cloud_flow_card span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #043786;
  border-right: 2px solid #043786;
  transform: rotate(45deg);
}

/* Voice */
.cloud_voice_type {
  margin: 0 0 14px !important;
  color: #043786;
  font-size: 1.8rem;
  font-weight: 800;
}

.cloud_voice_card p:not(.cloud_voice_type) {
  margin: 0;
}

/* FAQ：崩れ修正 + hover色変更 */
.cloud_faq_list {
  max-width: 960px;
  margin: 0 auto;
}

.cloud_faq_item {
  overflow: hidden;
  margin-bottom: 18px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cloud_faq_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(8, 54, 120, 0.11);
}

.cloud_faq_q {
  position: relative;
  padding: 18px 58px 18px 24px;
  background: #04479b;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.6;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.cloud_faq_q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.25s ease;
}

.cloud_faq_item:hover .cloud_faq_q {
  background: #ffc400;
  color: #043786;
}

.cloud_faq_item:hover .cloud_faq_q::after {
  border-top-color: #043786;
  border-right-color: #043786;
}

.cloud_faq_a {
  padding: 22px 24px;
  background: #ffffff;
  color: #222;
  line-height: 1.9;
}

/* Contact */
.cloud_contact_section {
  background: linear-gradient(
    180deg,
    rgba(4, 71, 155, 0.92) 0%,
    rgba(4, 55, 134, 0.96) 100%
  );
  color: #ffffff;
}

.cloud_contact_section .box1 {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.cloud_contact_box {
  max-width: 960px;
  margin: 0 auto;
  padding: 46px 40px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  text-align: center;
}

.cloud_support_info {
  max-width: 620px;
  margin: 28px auto;
  padding: 28px;
  background: #ffffff;
  color: #043786;
  border-radius: 18px;
}

.cloud_support_name {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 800;
}

.cloud_support_tel {
  margin: 0 0 12px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .cloud_customer_section,
  .cloud_about_section,
  .cloud_price_section,
  .cloud_reason_section,
  .cloud_option_section,
  .cloud_flow_section,
  .cloud_voice_section,
  .cloud_faq_section,
  .cloud_contact_section {
    padding: 48px 0;
  }

  .cloud_section_head {
    margin-bottom: 26px;
    padding: 0 14px;
  }

  .cloud_section_lead {
    padding: 0 18px;
    margin-bottom: 26px;
    text-align: left !important;
  }

  .cloud_fv_copy {
    top: 51%;
    width: calc(100% - 28px);
    padding: 26px 18px;
    border-radius: 18px;
  }

  .cloud_fv_sub {
    font-size: 1.3rem;
  }

  .cloud_fv_main {
    font-size: 2.8rem;
    line-height: 1.45;
  }

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

  .cloud_fv_badges {
    display: block;
    margin-bottom: 22px;
  }

  .cloud_fv_badges span {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 8px;
    font-size: 1.2rem;
    padding: 7px 12px;
  }

  .cloud_fv_btns,
  .cloud_contact_btns {
    display: block;
  }

  .cloud_fv_btns .c_btn,
  .cloud_contact_btns .c_btn {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .cloud_fv_btns .c_btn + .c_btn,
  .cloud_contact_btns .c_btn + .c_btn {
    margin-top: 12px;
  }

  .cloud_text_card,
  .cloud_lead_box,
  .cloud_contact_box {
    margin-left: 14px;
    margin-right: 14px;
    padding: 24px 18px;
    border-radius: 16px;
  }

  .cloud_link_grid {
    grid-template-columns: 1fr;
  }

  .cloud_feature_card,
  .cloud_reason_card,
  .cloud_option_card,
  .cloud_voice_card,
  .cloud_flow_card {
    margin: 0 14px 16px;
    padding: 24px 18px;
  }

  .cloud_flow_card {
    min-height: auto;
  }

  .cloud_flow_card h3 {
    min-height: auto;
  }

  .cloud_plan_card {
    margin: 0 14px 20px;
  }

  .cloud_plan_card .img_bg img {
    height: 180px;
  }

  .cloud_faq_list {
    margin-left: 14px;
    margin-right: 14px;
  }

  .cloud_faq_q {
    padding: 16px 48px 16px 18px;
  }

  .cloud_faq_q::after {
    right: 18px;
  }

  .cloud_faq_a {
    padding: 18px;
  }

  .cloud_support_info {
    padding: 22px 16px;
  }

  .cloud_support_tel {
    font-size: 3rem;
  }
}

/* オプションカード見出しの縦ライン位置調整 */
.cloud_option_card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0 !important;
}

.cloud_option_card h3::before {
  position: static !important;
  display: inline-block;
  flex: 0 0 6px;
  width: 6px;
  height: 22px;
  border-radius: 999px;
  background: #0a97dd;
  content: "";
}

/* cloud光 アイソメトリックFV */
.cloud_iso_fv {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 28%,
      rgba(10, 151, 221, 0.18) 0%,
      rgba(10, 151, 221, 0) 34%
    ),
    linear-gradient(180deg, #f6fcff 0%, #ffffff 100%);
  padding: 0;
}

.cloud_iso_slide {
  max-width: 1220px;
  min-height: 620px;
  margin: 0 auto;
  padding: 90px 40px 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: right -10px center;
}

/* 背景アイソメを見せるため、白かぶせを少し弱める */
.cloud_iso_slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(246, 252, 255, 0.98) 0%,
    rgba(246, 252, 255, 0.92) 38%,
    rgba(246, 252, 255, 0.44) 61%,
    rgba(246, 252, 255, 0.02) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.cloud_iso_text {
  width: 52%;
  max-width: 680px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.cloud_iso_text h2 {
  margin: 0 0 24px;
  color: #043786;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.cloud_iso_text p {
  line-height: 2;
}

.cloud_iso_pagination {
  position: relative !important;
  margin-top: 42px !important;
  padding-top: 8px;
  padding-bottom: 34px;
  z-index: 5;
  text-align: center;
}

.cloud_iso_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9fcbe8;
  opacity: 1;
}

.cloud_iso_pagination .swiper-pagination-bullet-active {
  background: #04479b;
}

/* スマホ表示 */
@media (max-width: 767px) {
  .cloud_iso_fv {
    padding: 0;
  }

  .cloud_iso_slide {
    min-height: auto;
    padding: 54px 18px 132px;
    background-size: 98% auto;
    background-position: right -72px bottom 26px;
  }

  /* スマホは画像が薄くなりすぎないように白かぶせを弱める */
  .cloud_iso_slide::before {
    background: linear-gradient(
      180deg,
      rgba(246, 252, 255, 0.98) 0%,
      rgba(246, 252, 255, 0.96) 44%,
      rgba(246, 252, 255, 0.62) 72%,
      rgba(246, 252, 255, 0.34) 100%
    );
  }

  .cloud_iso_text {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .cloud_iso_text h2 {
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: 0;
    word-break: keep-all;
  }

  .cloud_iso_text p {
    line-height: 1.9;
  }

  .cloud_fv_badges {
    justify-content: flex-start;
    gap: 8px;
  }

  .cloud_fv_badges span {
    font-size: 1.2rem;
    padding: 7px 12px;
  }

  .cloud_fv_btns {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .cloud_fv_btns .c_btn {
    margin-left: 0;
    margin-right: 0;
  }

  .cloud_iso_pagination {
    margin-top: -72px !important;
    padding-top: 0;
    padding-bottom: 28px;
  }
}
/* アイソメトリックFV：スライダーのドット位置調整 */
.cloud_iso_pagination {
  position: relative !important;
  margin-top: 42px !important;
  padding-top: 8px;
  z-index: 5;
}

/* =========================================
  cloud光とは｜主なポイント 修正
========================================= */

.cloud_about_point_section {
  background: #ffffff;
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_about_point_section .cloud_section_head {
  text-align: center;
  margin-bottom: 45px;
}

/* 既存のrow/colのfloat崩れをこのセクションだけ解除 */
.cloud_about_point_section .cloud_about_point_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}

.cloud_about_point_section .cloud_about_point_cards .col {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* カード */
.cloud_about_point_section .cloud_text_card {
  height: 100%;
  min-height: 230px;
  padding: 34px 36px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(4, 71, 155, 0.06);
  box-sizing: border-box;
}

/* h3の既存共通CSSを上書き */
.cloud_about_point_section .cloud_text_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0;
  border: none;
  color: #04479b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

/* 既存h3:afterの影響をリセット */
.cloud_about_point_section .cloud_text_card h3:after {
  display: none;
}

/* 見出し左の青ライン */
.cloud_about_point_section .cloud_text_card h3:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

/* 本文 */
.cloud_about_point_section .cloud_text_card p {
  margin: 0;
  color: #222222;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_about_point_section {
    padding: 60px 0;
  }

  .cloud_about_point_section .cloud_about_point_cards {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 15px;
  }

  .cloud_about_point_section .cloud_text_card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .cloud_about_point_section .cloud_text_card h3 {
    font-size: 1.7rem;
  }

  .cloud_about_point_section .cloud_text_card p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* =========================================
  cloud光とは｜戸建て・マンションプラン
========================================= */

.cloud_service_type_section {
  background: #ffffff;
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_service_type_section .cloud_section_head {
  text-align: center;
  margin-bottom: 35px;
}

.cloud_service_type_section .cloud_section_lead {
  margin-bottom: 45px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2;
}

.cloud_service_type_section .cloud_type_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin: 0;
}

.cloud_service_type_section .cloud_type_cards .col {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.cloud_service_type_section .cloud_type_card {
  height: 100%;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_service_type_section .cloud_type_img {
  margin-bottom: 28px;
  text-align: center;
}

.cloud_service_type_section .cloud_type_img img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* h3の白字問題を上書き */
.cloud_service_type_section .cloud_type_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0;
  border: none;
  color: #04479b !important;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

/* 既存h3のafterをリセット */
.cloud_service_type_section .cloud_type_card h3:after {
  display: none !important;
}

/* 見出し左の青ライン */
.cloud_service_type_section .cloud_type_card h3:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_service_type_section .cloud_type_card p {
  margin: 0 0 26px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.cloud_service_type_section .cloud_type_btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cloud_service_type_section .cloud_type_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 38px 14px 26px;
  background: #ffc800;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(255, 200, 0, 0.28);
  transition: 0.3s;
}

.cloud_service_type_section .cloud_type_btn:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: translateY(-50%) rotate(45deg);
}

.cloud_service_type_section .cloud_type_btn:hover {
  opacity: 0.85;
  color: #04479b;
  text-decoration: none;
  transform: translateY(-2px);
}

.cloud_service_type_section .cloud_note {
  margin-top: 30px;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_service_type_section {
    padding: 60px 0;
  }

  .cloud_service_type_section .cloud_type_cards {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 15px;
  }

  .cloud_service_type_section .cloud_type_card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .cloud_service_type_section .cloud_type_card h3 {
    font-size: 2rem;
  }

  .cloud_service_type_section .cloud_type_card p {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .cloud_service_type_section .cloud_type_btns {
    display: block;
  }

  .cloud_service_type_section .cloud_type_btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .cloud_service_type_section .cloud_type_btn + .cloud_type_btn {
    margin-top: 12px;
  }
}

/* =========================================
  cloud光とは｜ご利用前にご確認ください 見出し修正
========================================= */

.cloud_about_note_section .cloud_note_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

/* 既存h3:afterをリセット */
.cloud_about_note_section .cloud_note_card h3:after {
  display: none !important;
}

/* 左の青ライン */
.cloud_about_note_section .cloud_note_card h3:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_about_note_section .cloud_note_card ul {
  margin: 0;
  padding-left: 1.5em;
}

.cloud_about_note_section .cloud_note_card li {
  margin-bottom: 8px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .cloud_about_note_section .cloud_note_card h3 {
    font-size: 1.9rem;
    gap: 12px;
  }

  .cloud_about_note_section .cloud_note_card li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* =========================================
  cloud光とは｜次に確認するページ 修正
========================================= */

.cloud_related_section {
  background: #ffffff;
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_related_section .cloud_section_head {
  text-align: center;
  margin-bottom: 45px;
}

/* 既存row/colのfloat崩れ対策 */
.cloud_related_section .cloud_related_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
}

.cloud_related_section .cloud_related_cards .col {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* カード全体 */
.cloud_related_section .cloud_related_card {
  display: block;
  height: 100%;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}

/* h3の白字・共通指定をリセット */
.cloud_related_section .cloud_related_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}

/* 既存h3:afterを消す */
.cloud_related_section .cloud_related_card h3:after {
  display: none !important;
}

/* 左の青ライン */
.cloud_related_section .cloud_related_card h3:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

/* 本文 */
.cloud_related_section .cloud_related_card p {
  margin: 0 0 20px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-decoration: none;
}

/* 詳しく見る */
.cloud_related_section .cloud_related_card span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

.cloud_related_section .cloud_related_card span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: translateY(-50%) rotate(45deg);
}

.cloud_related_section .cloud_related_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.12);
  text-decoration: none;
}

.cloud_related_section .cloud_related_card:hover p,
.cloud_related_section .cloud_related_card:hover span,
.cloud_related_section .cloud_related_card:hover h3 {
  text-decoration: none;
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_related_section {
    padding: 60px 0;
  }

  .cloud_related_section .cloud_related_cards {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 15px;
  }

  .cloud_related_section .cloud_related_card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .cloud_related_section .cloud_related_card h3 {
    font-size: 1.8rem;
  }

  .cloud_related_section .cloud_related_card p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* =========================================
  cloud光とは｜次に確認するページ 黄色ボタン化
========================================= */

.cloud_related_section .cloud_related_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  color: #222222;
  text-decoration: none;
}

/* 本文の高さを揃えてボタン位置を下に合わせる */
.cloud_related_section .cloud_related_card p {
  flex: 1;
  margin: 0 0 24px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

/* 黄色ボタン */
.cloud_related_section .cloud_related_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 180px;
  padding: 14px 42px 14px 28px;
  background: #ffc800;
  border-radius: 999px;
  color: #04479b !important;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(255, 200, 0, 0.28);
  transition: 0.3s;
}

.cloud_related_section .cloud_related_btn:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: translateY(-50%) rotate(45deg);
}

.cloud_related_section .cloud_related_btn:hover {
  opacity: 0.85;
  color: #04479b !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* カード自体のhoverは軽く */
.cloud_related_section .cloud_related_card:hover {
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.1);
}

/* 前回CSSのspan矢印指定が残っている場合の無効化 */
.cloud_related_section .cloud_related_card span,
.cloud_related_section .cloud_related_card span:after {
  display: none;
}

@media (max-width: 767px) {
  .cloud_related_section .cloud_related_btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* =========================================
  cloud光とは｜下層FV 修正
========================================= */

.cloud_under_fv {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 26%,
      rgba(10, 151, 221, 0.16) 0%,
      rgba(10, 151, 221, 0) 34%
    ),
    linear-gradient(180deg, #f6fcff 0%, #ffffff 100%);
  padding: 100px 0 80px;
  margin-bottom: 0;
}

.cloud_under_fv .container {
  max-width: 1200px;
  margin: 0 auto;
}

.cloud_under_fv_inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}

.cloud_under_fv_text {
  text-align: left;
}

.cloud_under_fv_text .cloud_fv_sub {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 18px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 22px rgba(4, 71, 155, 0.06);
}

/* 既存h2の薄い色・中央寄せを上書き */
.cloud_under_fv_text h2 {
  margin: 0 0 18px;
  padding: 0;
  color: #04479b !important;
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 1.15;
  text-align: left;
  background: linear-gradient(90deg, #069dd3 0%, #047fe1 45%, #2e7ada 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 既存h2:afterを消す */
.cloud_under_fv_text h2:after {
  display: none !important;
}

.cloud_under_fv_text .cloud_fv_lead {
  margin: 0 0 16px;
  color: #111111;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.cloud_under_fv_text .cloud_fv_desc {
  margin: 0 0 26px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.cloud_under_fv_text .cloud_fv_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 24px;
}

.cloud_under_fv_text .cloud_fv_badges span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 8px 20px rgba(4, 71, 155, 0.08);
}

.cloud_under_fv_image {
  width: 100%;
}

.cloud_under_fv_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 画像未作成時の仮枠 */
.cloud_fv_image_placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 36px;
  background: #ffffff;
  border: 2px dashed #b9d8f4;
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(4, 71, 155, 0.08);
  text-align: center;
}

.cloud_fv_image_placeholder p {
  margin: 0 0 12px;
  color: #04479b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_fv_image_placeholder span {
  color: #555555;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_under_fv {
    padding: 80px 24px 70px;
  }

  .cloud_under_fv_inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cloud_under_fv_text {
    text-align: center;
  }

  .cloud_under_fv_text h2 {
    text-align: center;
    font-size: 5rem;
  }

  .cloud_under_fv_text .cloud_fv_badges {
    justify-content: center;
  }

  .cloud_fv_image_placeholder {
    min-height: 280px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_under_fv {
    padding: 56px 16px 52px;
  }

  .cloud_under_fv_text h2 {
    font-size: 4rem;
  }

  .cloud_under_fv_text .cloud_fv_sub {
    font-size: 1.3rem;
  }

  .cloud_under_fv_text .cloud_fv_lead {
    font-size: 1.8rem;
    line-height: 1.7;
  }

  .cloud_under_fv_text .cloud_fv_desc {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .cloud_under_fv_text .cloud_fv_badges {
    display: block;
  }

  .cloud_under_fv_text .cloud_fv_badges span {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .cloud_under_fv_text .cloud_fv_badges span + span {
    margin-top: 10px;
  }

  .cloud_fv_image_placeholder {
    min-height: 220px;
    padding: 24px 18px;
  }
}

/* =========================================
  cloud光とは｜FV画像表示調整
========================================= */

.cloud_under_fv_image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 点線の仮枠を使わない */
.cloud_under_fv_image .cloud_fv_image_placeholder {
  display: none;
}

.cloud_under_fv_image .cloud_about_fv_img {
  display: block;
  width: 118%;
  max-width: none;
  height: auto;
  margin-right: -6%;
  filter: drop-shadow(0 20px 35px rgba(4, 71, 155, 0.12));
}

/* 右側に淡い光を足してなじませる */
.cloud_under_fv_image::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(10, 151, 221, 0.16) 0%,
    rgba(10, 151, 221, 0) 68%
  );
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_under_fv_image .cloud_about_fv_img {
    width: 90%;
    margin-right: 0;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_under_fv_image .cloud_about_fv_img {
    width: 100%;
    margin-right: 0;
  }

  .cloud_under_fv_image::before {
    width: 320px;
    height: 320px;
  }
}

/* =========================================
  cloud光｜料金プランページ
========================================= */

.cloud_price_plan_section,
.cloud_price_cost_section,
.cloud_price_extra_section,
.cloud_price_payment_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_price_plan_section,
.cloud_price_extra_section {
  background: #ffffff;
}

.cloud_price_cost_section,
.cloud_price_payment_section {
  background: #f1faff;
}

/* 月額料金カード */
.cloud_price_plan_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_price_plan_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 22px 30px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

//*
.cloud_price_plan_card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(10, 151, 221, 0.08);
}*//

.cloud_price_plan_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 92px;
  margin: 0 auto 14px;
  padding: 7px 16px;
  background: #04479b;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.cloud_price_plan_label_10g {
  background: linear-gradient(90deg, #0a97dd 0%, #2b6cf1 100%);
}

.cloud_price_plan_card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  padding: 0;
  border: none;
  color: #04479b !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_price_plan_card h3::after {
  display: none !important;
}

.cloud_price_plan_image {
  position: relative;
  z-index: 1;
  height: 160px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud_price_plan_image img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.cloud_price_amount {
  position: relative;
  z-index: 1;
  margin: auto 0 14px !important;
  color: #04479b;
  line-height: 1.2;
}

.cloud_price_amount span {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}

.cloud_price_amount strong {
  display: inline-block;
  color: #0a97dd;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.cloud_price_amount em {
  display: inline-block;
  margin-left: 4px;
  color: #04479b;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
}

.cloud_price_text_note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

/* テーブルカード */
.cloud_price_table_card,
.cloud_price_info_card,
.cloud_price_payment_box {
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_price_table_card {
  padding: 32px 34px;
  margin-bottom: 28px;
}

.cloud_price_table_card h3,
.cloud_price_info_card h3,
.cloud_price_payment_item h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_price_table_card h3::after,
.cloud_price_info_card h3::after,
.cloud_price_payment_item h3::after {
  display: none !important;
}

.cloud_price_table_card h3::before,
.cloud_price_info_card h3::before,
.cloud_price_payment_item h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_price_table_wrap {
  width: 100%;
  overflow-x: auto;
}

.cloud_price_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.cloud_price_table th,
.cloud_price_table td {
  padding: 16px 18px;
  border: 1px solid #d6e6f7;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.7;
  vertical-align: middle;
}

.cloud_price_table th {
  background: #eef7ff;
  color: #04479b;
  font-weight: bold;
  text-align: left;
}

.cloud_price_table td strong {
  color: #0a97dd;
  font-size: 1.8rem;
  font-weight: 900;
}

.cloud_price_caption {
  margin: 16px 0 0;
  color: #555555;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* 機器リース・割引 */
.cloud_price_info_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.cloud_price_info_card {
  padding: 32px 34px;
}

.cloud_price_note_list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cloud_price_note_list li {
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.8;
}

.cloud_price_note_list li + li {
  margin-top: 8px;
}

.cloud_price_note_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a97dd;
}

/* 支払い方法 */
.cloud_price_payment_box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.cloud_price_payment_item {
  padding: 32px 30px;
}

.cloud_price_payment_item + .cloud_price_payment_item {
  border-left: 1px solid #d6e6f7;
}

.cloud_price_payment_item p,
.cloud_price_payment_item li {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cloud_price_payment_item ul {
  margin: 0;
  padding-left: 1.4em;
}

/* 料金注意事項 */
.cloud_price_note_section {
  background: #ffffff;
  padding: 70px 0;
  margin-bottom: 0;
}

/* SP */
@media (max-width: 1024px) {
  .cloud_price_plan_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud_price_payment_box {
    grid-template-columns: 1fr;
  }

  .cloud_price_payment_item + .cloud_price_payment_item {
    border-left: none;
    border-top: 1px solid #d6e6f7;
  }
}

@media (max-width: 767px) {
  .cloud_price_plan_section,
  .cloud_price_cost_section,
  .cloud_price_extra_section,
  .cloud_price_payment_section {
    padding: 60px 0;
  }

  .cloud_price_plan_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .cloud_price_plan_card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_price_plan_card h3 {
    font-size: 1.9rem;
  }

  .cloud_price_plan_image {
    height: 150px;
  }

  .cloud_price_amount strong {
    font-size: 3.8rem;
  }

  .cloud_price_table_card,
  .cloud_price_info_card,
  .cloud_price_payment_box {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 18px;
  }

  .cloud_price_table_card,
  .cloud_price_info_card {
    padding: 24px 20px;
  }

  .cloud_price_table_card h3,
  .cloud_price_info_card h3,
  .cloud_price_payment_item h3 {
    font-size: 1.9rem;
  }

  .cloud_price_table th,
  .cloud_price_table td {
    padding: 13px 12px;
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .cloud_price_table td strong {
    font-size: 1.6rem;
  }

  .cloud_price_info_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cloud_price_payment_item {
    padding: 24px 20px;
  }

  .cloud_price_payment_item p,
  .cloud_price_payment_item li {
    font-size: 1.4rem;
  }

  .cloud_price_note_section {
    padding: 50px 0;
  }
}

/* =========================================
  cloud光｜料金ページ スマホテーブル崩れ修正
========================================= */

@media (max-width: 767px) {
  /* 横にはみ出し防止 */
  .cloud_price_extra_section,
  .cloud_price_cost_section,
  .cloud_price_payment_section,
  .cloud_price_plan_section {
    overflow: hidden;
  }

  .cloud_price_info_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .cloud_price_info_card {
    width: 100%;
    margin: 0 !important;
    padding: 24px 18px;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* スマホではテーブルのnowrapを解除 */
  .cloud_price_table th,
  .cloud_price_table td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* 2列テーブルをスマホで縦積み化 */
  .cloud_price_info_card .cloud_price_table,
  .cloud_price_info_card .cloud_price_table thead,
  .cloud_price_info_card .cloud_price_table tbody,
  .cloud_price_info_card .cloud_price_table tr,
  .cloud_price_info_card .cloud_price_table th,
  .cloud_price_info_card .cloud_price_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .cloud_price_info_card .cloud_price_table thead {
    display: none;
  }

  .cloud_price_info_card .cloud_price_table tr {
    border: 1px solid #d6e6f7;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }

  .cloud_price_info_card .cloud_price_table td {
    border: none;
    border-bottom: 1px solid #d6e6f7;
    padding: 14px 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .cloud_price_info_card .cloud_price_table td:last-child {
    border-bottom: none;
  }

  .cloud_price_info_card .cloud_price_table td strong {
    display: inline;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  /* リース料の長い文言を自然に折り返す */
  .cloud_price_info_card .cloud_price_table td br {
    display: block;
  }

  .cloud_price_note_list {
    margin-top: 18px;
  }

  .cloud_price_note_list li {
    font-size: 1.3rem;
    line-height: 1.8;
    padding-left: 18px;
  }

  .cloud_price_note_list li::before {
    top: 0.7em;
  }
}

/* =========================================
  cloud光｜オプションサービスページ
========================================= */

.cloud_option_main_section,
.cloud_option_support_section,
.cloud_option_price_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_option_main_section,
.cloud_option_price_section {
  background: #ffffff;
}

.cloud_option_support_section {
  background: #f1faff;
}

/* 主要オプションカード */
.cloud_option_service_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 36px;
}

.cloud_option_service_card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_option_service_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: radial-gradient(
    circle,
    rgba(10, 151, 221, 0.1) 0%,
    rgba(10, 151, 221, 0) 68%
  );
  border-radius: 20px;
}

.cloud_option_service_img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.cloud_option_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px !important;
  padding: 7px 16px;
  background: #eef7ff;
  border: 1px solid #d6e6f7;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.cloud_option_service_body h3,
.cloud_option_support_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_option_service_body h3::after,
.cloud_option_support_card h3::after {
  display: none !important;
}

.cloud_option_service_body h3::before,
.cloud_option_support_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_option_service_body p {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cloud_option_price_rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.cloud_option_price_row {
  padding: 18px 20px;
  background: #f6fcff;
  border: 1px solid #d6e6f7;
  border-radius: 16px;
}

.cloud_option_price_row span {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
}

.cloud_option_price_row strong {
  display: block;
  color: #0a97dd;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

/* サポート系オプション */
.cloud_option_support_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_option_support_card {
  position: relative;
  height: 100%;
  padding: 28px 24px 30px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  overflow: hidden;
}
//*
.cloud_option_support_card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(10, 151, 221, 0.08);
}*//

.cloud_option_support_icon {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  margin: 0 0 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #effaff 0%, #dff2ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud_option_support_icon img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

.cloud_option_support_card h3,
.cloud_option_support_card p {
  position: relative;
  z-index: 1;
}

.cloud_option_support_card h3 {
  font-size: 1.9rem;
}

.cloud_option_support_card p {
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.85;
}

.cloud_option_support_price {
  margin-top: 18px !important;
  padding: 12px 16px;
  background: #eef7ff;
  border-radius: 12px;
  color: #0a97dd !important;
  font-size: 1.8rem !important;
  font-weight: 900;
  text-align: center;
}

.cloud_option_support_card_wide {
  grid-column: span 2;
}

/* 料金表 */
.cloud_option_fee_table td:first-child {
  font-weight: bold;
  color: #04479b;
}

/* 注意事項 */
.cloud_option_note_section {
  background: #ffffff;
  padding: 70px 0;
  margin-bottom: 0;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_option_service_card {
    grid-template-columns: 280px 1fr;
    gap: 26px;
  }

  .cloud_option_support_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud_option_support_card_wide {
    grid-column: span 2;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_option_main_section,
  .cloud_option_support_section,
  .cloud_option_price_section {
    padding: 60px 0;
  }

  .cloud_option_service_grid {
    gap: 20px;
    padding: 0 15px;
  }

  .cloud_option_service_card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_option_service_img {
    min-height: 180px;
  }

  .cloud_option_service_img img {
    max-width: 240px;
  }

  .cloud_option_service_body h3,
  .cloud_option_support_card h3 {
    font-size: 1.9rem;
  }

  .cloud_option_service_body p {
    font-size: 1.4rem;
    line-height: 1.85;
  }

  .cloud_option_price_rows {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cloud_option_price_row strong {
    font-size: 1.7rem;
  }

  .cloud_option_support_grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 15px;
  }

  .cloud_option_support_card,
  .cloud_option_support_card_wide {
    grid-column: auto;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_option_support_icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
  }

  .cloud_option_support_icon img {
    max-width: 64px;
    max-height: 64px;
  }

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

  .cloud_option_support_price {
    font-size: 1.6rem !important;
  }

  .cloud_option_note_section {
    padding: 50px 0;
  }

  /* オプション料金表もSPで見やすく */
  .cloud_option_price_section .cloud_price_table,
  .cloud_option_price_section .cloud_price_table thead,
  .cloud_option_price_section .cloud_price_table tbody,
  .cloud_option_price_section .cloud_price_table tr,
  .cloud_option_price_section .cloud_price_table th,
  .cloud_option_price_section .cloud_price_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .cloud_option_price_section .cloud_price_table thead {
    display: none;
  }

  .cloud_option_price_section .cloud_price_table tr {
    border: 1px solid #d6e6f7;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }

  .cloud_option_price_section .cloud_price_table tr + tr {
    margin-top: 12px;
  }

  .cloud_option_price_section .cloud_price_table td {
    border: none;
    border-bottom: 1px solid #d6e6f7;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .cloud_option_price_section .cloud_price_table td:last-child {
    border-bottom: none;
    background: #f6fcff;
  }
}

/* =========================================
  cloud光｜ご利用までの流れページ
========================================= */

.cloud_flow_type_section,
.cloud_flow_process_section,
.cloud_flow_check_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_flow_type_section,
.cloud_flow_process_transfer,
.cloud_flow_check_section {
  background: #ffffff;
}

.cloud_flow_process_new,
.cloud_flow_process_change {
  background: #f1faff;
}

/* 申込み方法カード */
.cloud_flow_type_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 36px;
}

.cloud_flow_type_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  color: #222222;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}

.cloud_flow_type_card::before {
  content: "";
  position: absolute;
  right: -75px;
  top: -75px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(10, 151, 221, 0.08);
  transition: 0.3s;
}

.cloud_flow_type_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.12);
  color: #222222;
  text-decoration: none;
}

.cloud_flow_type_card:hover::before {
  background: rgba(255, 200, 0, 0.18);
}

.cloud_flow_type_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px !important;
  padding: 7px 16px;
  background: #04479b;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.cloud_flow_type_card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_flow_type_card h3::after {
  display: none !important;
}

.cloud_flow_type_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_flow_type_card p:not(.cloud_flow_type_label) {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 22px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cloud_flow_type_card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
}

.cloud_flow_type_card span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: rotate(45deg);
}

/* フロータイムライン */
.cloud_flow_timeline {
  max-width: 980px;
  margin: 40px auto 0;
  position: relative;
}

.cloud_flow_timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  border-radius: 999px;
}

.cloud_flow_step_card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
  align-items: stretch;
}

.cloud_flow_step_card + .cloud_flow_step_card {
  margin-top: 24px;
}

.cloud_flow_step_no {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 74px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(43, 108, 241, 0.25);
}

.cloud_flow_step_body {
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_flow_step_body h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_flow_step_body h3::after {
  display: none !important;
}

.cloud_flow_step_body h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_flow_step_body p {
  margin: 0;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

/* 申込み前チェック */
.cloud_flow_check_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_flow_check_card {
  height: 100%;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_flow_check_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_flow_check_card h3::after {
  display: none !important;
}

.cloud_flow_check_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_flow_check_card p {
  margin: 0;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.85;
}

/* 注意事項 */
.cloud_flow_note_section {
  background: #ffffff;
  padding: 70px 0;
  margin-bottom: 0;
}

/* ページ内アンカー位置調整 */
#flow-new,
#flow-transfer,
#flow-change {
  scroll-margin-top: 100px;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_flow_type_grid,
  .cloud_flow_check_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_flow_type_section,
  .cloud_flow_process_section,
  .cloud_flow_check_section {
    padding: 60px 0;
  }

  .cloud_flow_type_grid,
  .cloud_flow_check_grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 15px;
  }

  .cloud_flow_type_card,
  .cloud_flow_check_card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_flow_type_card h3,
  .cloud_flow_step_body h3,
  .cloud_flow_check_card h3 {
    font-size: 1.8rem;
  }

  .cloud_flow_type_card p:not(.cloud_flow_type_label),
  .cloud_flow_step_body p,
  .cloud_flow_check_card p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .cloud_flow_timeline {
    margin-top: 30px;
    padding: 0 15px;
  }

  .cloud_flow_timeline::before {
    left: 39px;
  }

  .cloud_flow_step_card {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .cloud_flow_step_card + .cloud_flow_step_card {
    margin-top: 18px;
  }

  .cloud_flow_step_no {
    width: 48px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 48px;
  }

  .cloud_flow_step_body {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .cloud_flow_note_section {
    padding: 50px 0;
  }

  #flow-new,
  #flow-transfer,
  #flow-change {
    scroll-margin-top: 80px;
  }
}

/* =========================================
  cloud光｜ご利用までの流れページ
========================================= */

.cloud_flow_type_section,
.cloud_flow_process_section,
.cloud_flow_check_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_flow_type_section,
.cloud_flow_process_transfer,
.cloud_flow_check_section {
  background: #ffffff;
}

.cloud_flow_process_new,
.cloud_flow_process_change {
  background: #f1faff;
}

/* 申込み方法カード */
.cloud_flow_type_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 36px;
}

.cloud_flow_type_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  color: #222222;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}

.cloud_flow_type_card::before {
  content: "";
  position: absolute;
  right: -75px;
  top: -75px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(10, 151, 221, 0.08);
  transition: 0.3s;
}

.cloud_flow_type_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.12);
  color: #222222;
  text-decoration: none;
}

.cloud_flow_type_card:hover::before {
  background: rgba(255, 200, 0, 0.18);
}

.cloud_flow_type_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px !important;
  padding: 7px 16px;
  background: #04479b;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.cloud_flow_type_card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_flow_type_card h3::after {
  display: none !important;
}

.cloud_flow_type_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_flow_type_card p:not(.cloud_flow_type_label) {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 22px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cloud_flow_type_card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
}

.cloud_flow_type_card span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: rotate(45deg);
}

/* フロータイムライン */
.cloud_flow_timeline {
  max-width: 980px;
  margin: 40px auto 0;
  position: relative;
}

/* 全体に引いていた縦線は使わない */
.cloud_flow_timeline::before {
  display: none !important;
}

/* 各ステップ */
.cloud_flow_step_card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
  align-items: stretch;
}

.cloud_flow_step_card + .cloud_flow_step_card {
  margin-top: 24px;
}

/* 各ステップごとに縦線を出す */
.cloud_flow_step_card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 74px;
  bottom: -24px;
  width: 3px;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  border-radius: 999px;
  z-index: 1;
}

/* 最後のステップだけ縦線を消す */
.cloud_flow_step_card:last-child::before {
  display: none;
}

.cloud_flow_step_no {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 74px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(43, 108, 241, 0.25);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

/* ステップにマウスを乗せた時、01などの丸背景を黄色にする */
.cloud_flow_step_card:hover .cloud_flow_step_no {
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%) !important;
  color: #04479b !important;
  box-shadow: 0 12px 26px rgba(255, 196, 0, 0.38);
  transform: scale(1.06);
}

.cloud_flow_step_body {
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* hover時に本文カードも少し浮かせる */
.cloud_flow_step_card:hover .cloud_flow_step_body {
  transform: translateY(-3px);
  border-color: rgba(4, 71, 155, 0.28);
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.12);
}

.cloud_flow_step_body h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_flow_step_body h3::after {
  display: none !important;
}

.cloud_flow_step_body h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_flow_step_body p {
  margin: 0;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

/* 申込み前チェック */
.cloud_flow_check_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_flow_check_card {
  height: 100%;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_flow_check_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_flow_check_card h3::after {
  display: none !important;
}

.cloud_flow_check_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_flow_check_card p {
  margin: 0;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.85;
}

/* 注意事項 */
.cloud_flow_note_section {
  background: #ffffff;
  padding: 70px 0;
  margin-bottom: 0;
}

/* ページ内アンカー位置調整 */
#flow-new,
#flow-transfer,
#flow-change {
  scroll-margin-top: 100px;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_flow_type_grid,
  .cloud_flow_check_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_flow_type_section,
  .cloud_flow_process_section,
  .cloud_flow_check_section {
    padding: 60px 0;
  }

  .cloud_flow_type_grid,
  .cloud_flow_check_grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 15px;
  }

  .cloud_flow_type_card,
  .cloud_flow_check_card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_flow_type_card h3,
  .cloud_flow_step_body h3,
  .cloud_flow_check_card h3 {
    font-size: 1.8rem;
  }

  .cloud_flow_type_card p:not(.cloud_flow_type_label),
  .cloud_flow_step_body p,
  .cloud_flow_check_card p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .cloud_flow_timeline {
    margin-top: 30px;
    padding: 0 15px;
  }

  .cloud_flow_step_card {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .cloud_flow_step_card + .cloud_flow_step_card {
    margin-top: 18px;
  }

  .cloud_flow_step_card::before {
    left: 24px;
    top: 48px;
    bottom: -18px;
  }

  .cloud_flow_step_card:last-child::before {
    display: none;
  }

  .cloud_flow_step_no {
    width: 48px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 48px;
  }

  .cloud_flow_step_body {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .cloud_flow_note_section {
    padding: 50px 0;
  }

  #flow-new,
  #flow-transfer,
  #flow-change {
    scroll-margin-top: 80px;
  }
}

/* =========================================
  cloud光｜お客様の声ページ
========================================= */

.cloud_voice_intro_section,
.cloud_voice_list_section,
.cloud_voice_check_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_voice_intro_section,
.cloud_voice_check_section {
  background: #ffffff;
}

.cloud_voice_list_section {
  background: #f1faff;
}

/* 安心ポイント */
.cloud_voice_point_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_voice_point_card {
  height: 100%;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_voice_point_card h3,
.cloud_voice_check_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_voice_point_card h3::after,
.cloud_voice_check_card h3::after {
  display: none !important;
}

.cloud_voice_point_card h3::before,
.cloud_voice_check_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_voice_point_card p,
.cloud_voice_check_card p {
  margin: 0;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.9;
}

/* フィルター風ラベル */
.cloud_voice_filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 36px;
}

.cloud_voice_filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 8px 16px;
  border: 1px solid #b9d8f4;
  border-radius: 999px;
  background: #ffffff;
  color: #04479b;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

/* =========================================
  お客様の声｜セグメント色分け
========================================= */

.cloud_voice_filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto 36px;
}

.cloud_voice_filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

/* 個人・店舗・法人：濃い青 */
.cloud_voice_filter .voice_filter_main {
  background: #04479b;
  border: 1px solid #04479b;
  color: #ffffff;
}

/* 戸建て・マンション・店舗：薄い青 */
.cloud_voice_filter .voice_filter_sub {
  background: #ffffff;
  border: 1px solid #b9d8f4;
  color: #04479b;
}

@media (max-width: 767px) {
  .cloud_voice_filter {
    justify-content: flex-start;
    padding: 0 15px;
    gap: 8px;
    margin-bottom: 28px;
  }

  .cloud_voice_filter span {
    min-width: auto;
    padding: 7px 12px;
    font-size: 1.2rem;
  }
}

/* お客様の声カード */
.cloud_voice_case_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.cloud_voice_case_card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cloud_voice_case_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.12);
}

.cloud_voice_case_img {
  position: relative;
  overflow: hidden;
  height: 230px;
  background: #eaf6ff;
}

.cloud_voice_case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 画像未設定時でも崩れにくくする */
.cloud_voice_case_img img[src=""],
.cloud_voice_case_img img:not([src]) {
  display: none;
}

.cloud_voice_case_body {
  padding: 28px 28px 30px;
}

.cloud_voice_case_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.cloud_voice_case_meta span {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #effaff;
  border: 1px solid #d6e6f7;
  color: #04479b;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.cloud_voice_case_business .cloud_voice_case_meta span:first-child {
  background: #04479b;
  border-color: #04479b;
  color: #ffffff;
}

.cloud_voice_case_body h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.cloud_voice_case_body h3::after {
  display: none !important;
}

.cloud_voice_case_body h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.25em;
  margin-top: 0.18em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_voice_case_body p {
  margin: 0;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.95;
}

/* 掲載内容について */
.cloud_voice_notice {
  margin: 44px auto 0;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.06);
}

.cloud_voice_notice h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_voice_notice h3::after {
  display: none !important;
}

.cloud_voice_notice h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_voice_notice p {
  margin: 0;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.9;
}

/* 確認カード */
.cloud_voice_check_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_voice_check_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_voice_check_card p {
  flex: 1;
  margin-bottom: 24px;
}

/* 注意事項 */
.cloud_voice_note_section {
  background: #ffffff;
  padding: 70px 0;
  margin-bottom: 0;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_voice_point_grid,
  .cloud_voice_check_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud_voice_case_grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_voice_intro_section,
  .cloud_voice_list_section,
  .cloud_voice_check_section {
    padding: 60px 0;
  }

  .cloud_voice_point_grid,
  .cloud_voice_case_grid,
  .cloud_voice_check_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .cloud_voice_point_card,
  .cloud_voice_check_card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_voice_filter {
    justify-content: flex-start;
    padding: 0 15px;
    margin-bottom: 28px;
  }

  .cloud_voice_filter span {
    min-width: auto;
    font-size: 1.2rem;
    padding: 7px 12px;
  }

  .cloud_voice_case_img {
    height: 190px;
  }

  .cloud_voice_case_body {
    padding: 24px 20px;
  }

  .cloud_voice_case_body h3,
  .cloud_voice_point_card h3,
  .cloud_voice_check_card h3,
  .cloud_voice_notice h3 {
    font-size: 1.8rem;
  }

  .cloud_voice_case_body p,
  .cloud_voice_point_card p,
  .cloud_voice_check_card p,
  .cloud_voice_notice p {
    font-size: 1.4rem;
    line-height: 1.85;
  }

  .cloud_voice_notice {
    margin: 32px 15px 0;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_voice_note_section {
    padding: 50px 0;
  }

  .cloud_voice_check_card .cloud_related_btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
/* =========================================
  お客様の声｜写真注釈
========================================= */

.cloud_voice_image_note {
  margin: 16px 0 0 !important;
  color: #777777 !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  text-align: right;
}

@media (max-width: 767px) {
  .cloud_voice_image_note {
    margin-top: 14px !important;
    font-size: 1rem !important;
  }
}

```css
/* =========================================
  cloud光｜FAQページ
========================================= */

.cloud_faq_intro_section,
.cloud_faq_page_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_faq_intro_section {
  background: #ffffff;
}

.cloud_faq_page_section {
  background: #f1faff;
}

.cloud_faq_fv .cloud_fv_badges span {
  white-space: nowrap;
}

/* ページ内リンク */
.cloud_faq_anchor_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 940px;
  margin: 34px auto 0;
}

.cloud_faq_anchor_grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 18px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(4, 71, 155, 0.06);
  transition: 0.25s ease;
}

.cloud_faq_anchor_grid a:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%);
  border-color: #ffc400;
  color: #04479b;
  box-shadow: 0 14px 28px rgba(255, 196, 0, 0.28);
}

/* カテゴリ */
.cloud_faq_category {
  padding: 80px 0;
  scroll-margin-top: 100px;
}

.cloud_faq_category:first-child {
  padding-top: 0;
}

.cloud_faq_category + .cloud_faq_category {
  border-top: 1px solid rgba(4, 71, 155, 0.08);
}

.cloud_faq_page_list {
  max-width: 980px;
  margin: 0 auto;
}

/* FAQアイテム */
.cloud_faq_page_item {
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  overflow: hidden;
  transition: 0.25s ease;
}

.cloud_faq_page_item + .cloud_faq_page_item {
  margin-top: 18px;
}

.cloud_faq_page_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(4, 71, 155, 0.11);
}

.cloud_faq_page_item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 20px 64px 20px 24px;
  color: #04479b;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.cloud_faq_page_item summary::-webkit-details-marker {
  display: none;
}

.cloud_faq_page_item summary span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(43, 108, 241, 0.22);
}

.cloud_faq_page_item summary::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #0a97dd;
  border-bottom: 3px solid #0a97dd;
  transform: translateY(-62%) rotate(45deg);
  transition: 0.25s ease;
}

.cloud_faq_page_item[open] summary {
  background: linear-gradient(180deg, #ffffff 0%, #f6fcff 100%);
}

.cloud_faq_page_item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.cloud_faq_page_answer {
  padding: 0 30px 28px 76px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.95;
}

.cloud_faq_page_answer p {
  margin: 0;
}

.cloud_faq_page_answer p + p {
  margin-top: 10px;
}

/* 料金の早見せ */
.cloud_faq_price_box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto 34px;
}

.cloud_faq_price_card {
  padding: 22px 18px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(4, 71, 155, 0.07);
  text-align: center;
}

.cloud_faq_price_card p {
  margin: 0 0 10px;
  color: #04479b;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_faq_price_card strong {
  color: #0a97dd;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
}

/* 注意事項 */
.cloud_faq_notice {
  max-width: 980px;
  margin: 20px auto 70px;
  padding: 30px 32px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
}

.cloud_faq_notice h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_faq_notice h3::after {
  display: none !important;
}

.cloud_faq_notice h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_faq_notice p {
  margin: 0;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.9;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_faq_anchor_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud_faq_price_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_faq_intro_section,
  .cloud_faq_page_section {
    padding: 60px 0;
  }

  .cloud_faq_anchor_grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 15px;
  }

  .cloud_faq_anchor_grid a {
    min-height: 52px;
    font-size: 1.4rem;
  }

  .cloud_faq_category {
    padding: 60px 15px;
    scroll-margin-top: 80px;
  }

  .cloud_faq_price_box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cloud_faq_price_card {
    padding: 18px 16px;
  }

  .cloud_faq_price_card strong {
    font-size: 1.7rem;
  }

  .cloud_faq_page_item {
    border-radius: 16px;
  }

  .cloud_faq_page_item summary {
    gap: 10px;
    min-height: 0;
    padding: 18px 48px 18px 16px;
    font-size: 1.5rem;
    line-height: 1.65;
  }

  .cloud_faq_page_item summary span {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }

  .cloud_faq_page_item summary::after {
    right: 18px;
    width: 11px;
    height: 11px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .cloud_faq_page_answer {
    padding: 0 18px 22px 58px;
    font-size: 1.4rem;
    line-height: 1.85;
  }

  .cloud_faq_notice {
    margin: 0 15px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .cloud_faq_notice h3 {
    font-size: 1.7rem;
  }

  .cloud_faq_notice p {
    font-size: 1.35rem;
  }
}

/* =========================================
  FAQページ｜開いている時のQ丸を黄色に変更
========================================= */

.cloud_faq_page_item[open] summary span {
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%) !important;
  color: #04479b !important;
  box-shadow: 0 8px 18px rgba(255, 196, 0, 0.32);
}

/* =========================================
  cloud光｜重要事項・約款・利用規約ページ
========================================= */

.cloud_terms_intro_section,
.cloud_terms_documents_section,
.cloud_terms_check_section,
.cloud_terms_contract_section,
.cloud_terms_option_section,
.cloud_terms_support_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_terms_intro_section,
.cloud_terms_check_section,
.cloud_terms_option_section,
.cloud_terms_support_section {
  background: #ffffff;
}

.cloud_terms_documents_section,
.cloud_terms_contract_section {
  background: #f1faff;
}

.cloud_terms_fv .cloud_fv_badges span {
  white-space: nowrap;
}

/* ページ内リンク */
.cloud_terms_anchor_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1100px;
  margin: 34px auto 60px;
}

.cloud_terms_anchor_grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(4, 71, 155, 0.06);
  transition: 0.25s ease;
}

.cloud_terms_anchor_grid a:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%);
  border-color: #ffc400;
  color: #04479b;
  box-shadow: 0 14px 28px rgba(255, 196, 0, 0.28);
}

/* PDF一覧カード */
.cloud_terms_doc_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cloud_terms_doc_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 26px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.3s ease;
}

.cloud_terms_doc_card:hover::before {
  background: rgba(255, 200, 0, 0.18);
}

.cloud_terms_doc_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px !important;
  padding: 7px 15px;
  background: #eef8ff;
  border: 1px solid #c9e4ff;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.cloud_terms_doc_card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_terms_doc_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_terms_doc_card h3::after {
  display: none !important;
}

.cloud_terms_doc_card p:not(.cloud_terms_doc_label) {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 22px;
  color: #222222;
  font-size: 1.45rem;
  line-height: 1.9;
}

.cloud_terms_doc_btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 170px;
  padding: 12px 20px;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(43, 108, 241, 0.22);
  transition: 0.25s ease;
}

.cloud_terms_doc_btn:hover {
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%);
  color: #04479b;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(255, 196, 0, 0.34);
}

/* 確認カード */
.cloud_terms_check_grid,
.cloud_terms_contract_grid,
.cloud_terms_option_grid {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}

.cloud_terms_check_grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cloud_terms_contract_grid,
.cloud_terms_option_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud_terms_check_card,
.cloud_terms_contract_card,
.cloud_terms_option_card {
  height: 100%;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_terms_check_card h3,
.cloud_terms_contract_card h3,
.cloud_terms_option_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_terms_check_card h3::before,
.cloud_terms_contract_card h3::before,
.cloud_terms_option_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_terms_check_card h3::after,
.cloud_terms_contract_card h3::after,
.cloud_terms_option_card h3::after {
  display: none !important;
}

.cloud_terms_check_card p,
.cloud_terms_contract_card p,
.cloud_terms_option_card p {
  margin: 0 0 18px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.85;
}

.cloud_terms_check_card a,
.cloud_terms_contract_card a,
.cloud_terms_option_card a,
.cloud_terms_support_pdf a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #04479b;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.cloud_terms_check_card a::after,
.cloud_terms_contract_card a::after,
.cloud_terms_option_card a::after,
.cloud_terms_support_pdf a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: rotate(45deg);
}

.cloud_terms_check_card a:hover,
.cloud_terms_contract_card a:hover,
.cloud_terms_option_card a:hover,
.cloud_terms_support_pdf a:hover {
  color: #0a97dd;
  text-decoration: none;
}

/* サポート */
.cloud_terms_support_box {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 46px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_terms_support_box p {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.95;
}

.cloud_terms_support_pdf {
  margin: 22px 0 0 !important;
  text-align: center;
}

/* 注意事項 */
.cloud_terms_note_section {
  background: #f1faff;
  padding: 70px 0;
  margin-bottom: 0;
}

/* アンカー位置 */
#terms-documents,
#terms-important,
#terms-contract,
#terms-option,
#terms-support {
  scroll-margin-top: 100px;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_terms_anchor_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud_terms_doc_grid,
  .cloud_terms_check_grid,
  .cloud_terms_contract_grid,
  .cloud_terms_option_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_terms_intro_section,
  .cloud_terms_documents_section,
  .cloud_terms_check_section,
  .cloud_terms_contract_section,
  .cloud_terms_option_section,
  .cloud_terms_support_section {
    padding: 60px 0;
  }

  .cloud_terms_anchor_grid,
  .cloud_terms_doc_grid,
  .cloud_terms_check_grid,
  .cloud_terms_contract_grid,
  .cloud_terms_option_grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 15px;
  }

  .cloud_terms_anchor_grid a {
    min-height: 52px;
    font-size: 1.35rem;
  }

  .cloud_terms_doc_card,
  .cloud_terms_check_card,
  .cloud_terms_contract_card,
  .cloud_terms_option_card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_terms_doc_card h3,
  .cloud_terms_check_card h3,
  .cloud_terms_contract_card h3,
  .cloud_terms_option_card h3 {
    font-size: 1.7rem;
  }

  .cloud_terms_doc_card p:not(.cloud_terms_doc_label),
  .cloud_terms_check_card p,
  .cloud_terms_contract_card p,
  .cloud_terms_option_card p {
    font-size: 1.35rem;
    line-height: 1.8;
  }

  .cloud_terms_doc_btn {
    width: 100%;
    min-width: 0;
  }

  .cloud_terms_support_box {
    margin: 0 15px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .cloud_terms_support_box p {
    font-size: 1.35rem;
    line-height: 1.85;
  }

  .cloud_terms_note_section {
    padding: 50px 0;
  }

  #terms-documents,
  #terms-important,
  #terms-contract,
  #terms-option,
  #terms-support {
    scroll-margin-top: 80px;
  }
}

/* =========================================
  cloud光｜お問い合わせページ
========================================= */

.cloud_inquiry_form_section,
.cloud_inquiry_check_section,
.cloud_inquiry_note_section {
  padding: 90px 0;
  margin-bottom: 0;
}

.cloud_inquiry_form_section {
  background: #ffffff;
}

.cloud_inquiry_check_section,
.cloud_inquiry_note_section {
  background: #f1faff;
}

.cloud_inquiry_fv .cloud_fv_badges span {
  white-space: nowrap;
}

/* フォーム枠 */
.cloud_inquiry_form_box {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 42px 46px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

/* configエラー */
.cloud_inquiry_error_list {
  margin: 0 0 24px;
  padding: 18px 22px;
  background: #fff3f3;
  border: 1px solid #ffb8b8;
  border-radius: 14px;
  color: #c40000;
  font-size: 1.4rem;
  line-height: 1.7;
  list-style: inside;
}

/* フォーム */
.cloud_inquiry_form {
  margin: 0;
}

.cloud_inquiry_form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.cloud_inquiry_form_table {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.cloud_inquiry_form_table dt,
.cloud_inquiry_form_table dd {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #d6e6f7;
  box-sizing: border-box;
}

.cloud_inquiry_form_table dt {
  display: flex;
  align-items: center;
  padding-right: 28px;
  color: #04479b;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}

.cloud_inquiry_form_table dd {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.8;
}

.cloud_inquiry_form_table input[type="text"],
.cloud_inquiry_form_table input[type="email"],
.cloud_inquiry_form_table input[type="tel"],
.cloud_inquiry_form_table input[type="number"],
.cloud_inquiry_form_table input[type="date"],
.cloud_inquiry_form_table select,
.cloud_inquiry_form_table textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  background: #f6fcff;
  border: 1px solid #cfe2f5;
  border-radius: 12px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.6;
  box-sizing: border-box;
  outline: none;
  transition: 0.25s ease;
}

.cloud_inquiry_form_table textarea {
  min-height: 170px;
  resize: vertical;
}

.cloud_inquiry_form_table input:focus,
.cloud_inquiry_form_table select:focus,
.cloud_inquiry_form_table textarea:focus {
  background: #ffffff;
  border-color: #0a97dd;
  box-shadow: 0 0 0 4px rgba(10, 151, 221, 0.12);
}

.cloud_inquiry_form_table label {
  font-weight: bold;
}

.cloud_inquiry_form_table .required,
.required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 3px 8px;
  background: #ffd21a;
  border-radius: 999px;
  color: #04479b;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
}

.cloud_inquiry_error {
  margin: 8px 0 0;
  color: #c40000;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* 個人情報案内 */
.cloud_inquiry_privacy {
  margin: 28px 0 0;
  padding: 18px 20px;
  background: #f1faff;
  border: 1px solid #d6e6f7;
  border-radius: 16px;
}

.cloud_inquiry_privacy p {
  margin: 0;
  color: #222222;
  font-size: 1.35rem;
  line-height: 1.8;
}

/* 送信ボタン */
.cloud_inquiry_submit {
  margin-top: 34px;
  text-align: center;
}

.cloud_inquiry_submit_btn {
  min-width: 260px;
  padding: 16px 34px !important;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  box-shadow: 0 12px 26px rgba(43, 108, 241, 0.25);
  transition: 0.25s ease;
}

.cloud_inquiry_submit_btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%) !important;
  color: #04479b !important;
  box-shadow: 0 14px 30px rgba(255, 196, 0, 0.34);
}

/* 確認カード */
.cloud_inquiry_check_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.cloud_inquiry_check_card {
  height: 100%;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  box-sizing: border-box;
}

.cloud_inquiry_check_card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none !important;
  color: #04479b !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.cloud_inquiry_check_card h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.15em;
  background: #04479b;
  border-radius: 3px;
}

.cloud_inquiry_check_card h3::after {
  display: none !important;
}

.cloud_inquiry_check_card p {
  margin: 0 0 18px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.85;
}

.cloud_inquiry_check_card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #04479b;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.cloud_inquiry_check_card a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #04479b;
  border-right: 2px solid #04479b;
  transform: rotate(45deg);
}

.cloud_inquiry_check_card a:hover {
  color: #0a97dd;
  text-decoration: none;
}

/* タブレット */
@media (max-width: 1024px) {
  .cloud_inquiry_check_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud_inquiry_form_table {
    grid-template-columns: 210px 1fr;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_inquiry_form_section,
  .cloud_inquiry_check_section,
  .cloud_inquiry_note_section {
    padding: 60px 0;
  }

  .cloud_inquiry_form_box {
    margin: 30px 15px 0;
    padding: 26px 20px;
    border-radius: 18px;
  }

  .cloud_inquiry_form_table {
    display: block;
  }

  .cloud_inquiry_form_table dt {
    padding: 18px 0 8px;
    border-bottom: none;
    font-size: 1.4rem;
  }

  .cloud_inquiry_form_table dd {
    padding: 0 0 18px;
    font-size: 1.4rem;
  }

  .cloud_inquiry_form_table input[type="text"],
  .cloud_inquiry_form_table input[type="email"],
  .cloud_inquiry_form_table input[type="tel"],
  .cloud_inquiry_form_table input[type="number"],
  .cloud_inquiry_form_table input[type="date"],
  .cloud_inquiry_form_table select,
  .cloud_inquiry_form_table textarea {
    min-height: 48px;
    font-size: 1.4rem;
  }

  .cloud_inquiry_form_table textarea {
    min-height: 150px;
  }

  .cloud_inquiry_submit_btn {
    width: 100%;
    min-width: 0;
  }

  .cloud_inquiry_check_grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 15px;
  }

  .cloud_inquiry_check_card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .cloud_inquiry_check_card h3 {
    font-size: 1.7rem;
  }

  .cloud_inquiry_check_card p {
    font-size: 1.35rem;
    line-height: 1.8;
  }
}
/* =========================================
  cloud光｜お問い合わせフォーム調整
  既存inquiry背景・hover競合の打ち消し
========================================= */

/* 既存 .inquiry fieldset のグレー背景を消す */
.cloud_inquiry_form fieldset,
.cloud_inquiry_form.inquiry fieldset {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* PC用メディアクエリ内の .inquiry fieldset 背景も上書き */
@media (min-width: 768px) {
  .cloud_inquiry_form fieldset,
  .cloud_inquiry_form.inquiry fieldset {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
  }
}

/* 既存 .button / .custom02 / .hover の影響を受けない内容確認ボタン */
.cloud_inquiry_submit_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 275px !important;
  min-width: 260px;
  height: 56px;
  padding: 0 34px !important;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(43, 108, 241, 0.25) !important;
  transition: 0.25s ease !important;
  overflow: hidden;
}

/* ボタン内の既存疑似要素を無効化 */
.cloud_inquiry_submit_btn::before,
.cloud_inquiry_submit_btn::after {
  display: none !important;
  content: none !important;
}

/* hover時は黄色に統一 */
.cloud_inquiry_submit_btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%) !important;
  color: #04479b !important;
  box-shadow: 0 14px 30px rgba(255, 196, 0, 0.34) !important;
}

/* クリック時 */
.cloud_inquiry_submit_btn:active {
  transform: translateY(1px);
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_inquiry_submit_btn {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
  }
}

/* =========================================
  cloud光｜PCロゴ下メニュー型ヘッダー
========================================= */

.cloud_site_header {
  position: relative;
  z-index: 9000;
  width: 100%;
  background: #04479b;
}

.cloud_site_header .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* 上段：ロゴ＋お問い合わせ */
.cloud_header_top {
  background: #04479b;
}

.cloud_header_top_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  padding: 0 20px;
  box-sizing: border-box;
}

.cloud_header_logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none !important;
  text-align: center;
}

.cloud_header_logo::before,
.cloud_header_logo::after {
  display: none !important;
}

.cloud_header_logo a {
  display: inline-block;
  text-decoration: none;
}

.cloud_header_logo img {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
}

/* PC右側お問い合わせ */
.cloud_header_contact {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.cloud_header_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  padding: 0 26px;
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%);
  border-radius: 999px;
  color: #04479b !important;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(255, 196, 0, 0.28);
  transition: 0.25s ease;
}

.cloud_header_contact_btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ffe066 0%, #ffd21a 100%);
  color: #04479b !important;
  box-shadow: 0 12px 26px rgba(255, 196, 0, 0.36);
}

/* PC下段メニュー */
.cloud_header_nav {
  background: #04479b;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.cloud_header_nav ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.cloud_header_nav li {
  margin: 0;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.cloud_header_nav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.cloud_header_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 10px;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.cloud_header_nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd21a !important;
}

/* スマホ用メニューアイコン・ドロワーはPCでは非表示 */
.cloud_header_menu_icon,
.cloud_header_drawer {
  display: none;
}

/* 既存ヘッダー用CSSが残っていても影響しにくくする */
.cloud_site_header .global_nav,
.cloud_site_header .primary_header {
  display: none !important;
}

/* =========================================
  スマホヘッダー
========================================= */

@media (max-width: 767px) {
  .cloud_header_top_inner {
    justify-content: flex-start;
    min-height: 78px;
    padding: 0 16px;
  }

  .cloud_header_logo img {
    width: 220px;
  }

  .cloud_header_contact {
    display: none;
  }

  .cloud_header_nav {
    display: none;
  }

  .cloud_header_menu_icon {
    display: block;
    margin-left: auto;
  }

  .cloud_header_menu_icon a {
    position: relative;
    display: block;
    width: 30px;
    height: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent !important;
  }

  .cloud_header_menu_icon a::before,
  .cloud_header_menu_icon a::after,
  .cloud_header_menu_icon a span {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    border-radius: 999px;
    transition: 0.25s ease;
  }

  .cloud_header_menu_icon a::before {
    top: 1px;
  }

  .cloud_header_menu_icon a span {
    top: 50%;
    transform: translateY(-50%);
  }

  .cloud_header_menu_icon a::after {
    bottom: 1px;
  }

  .cloud_site_header.is-open .cloud_header_menu_icon a::before {
    top: 50%;
    transform: rotate(45deg);
  }

  .cloud_site_header.is-open .cloud_header_menu_icon a span {
    opacity: 0;
  }

  .cloud_site_header.is-open .cloud_header_menu_icon a::after {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
  }

  .cloud_header_drawer {
    display: none;
    background: rgba(0, 0, 0, 0.92);
  }

  .cloud_site_header.is-open .cloud_header_drawer {
    display: block;
  }

  .cloud_header_drawer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .cloud_header_drawer li {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .cloud_header_drawer a {
    display: block;
    padding: 16px 20px;
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none !important;
  }

  .cloud_header_drawer a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd21a !important;
  }
}
/* =========================================
  トップページ｜料金カード調整
========================================= */

.cloud_top_price_section .cloud_plan_card {
  position: relative;
  padding: 32px 22px 28px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 71, 155, 0.07);
  overflow: hidden;
}

.cloud_top_price_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 34px;
  margin: 0 auto 16px;
  padding: 0 18px;
  background: linear-gradient(180deg, #04479b 0%, #0758b8 100%);
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
}

.cloud_top_price_label_mansion {
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
}

.cloud_top_price_card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  padding: 0;
  background: none !important;
  border: none;
  color: #04479b;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.cloud_top_price_card h3::before,
.cloud_top_price_card h3::after {
  display: none !important;
}

.cloud_top_price_section .img_bg {
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  overflow: visible;
}

.cloud_top_price_section .img_bg img {
  display: block;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}

/* 画像下の「詳しくはこちら」オーバーレイを非表示 */
.cloud_top_price_section .img_bg p {
  display: none !important;
}

.cloud_top_price_section figcaption {
  display: none;
}

.cloud_top_price_section .cloud_price_text {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #0a97dd;
  text-align: center;
}

.cloud_top_price_section .cloud_price_text strong {
  font-weight: bold;
}

.cloud_top_price_section .cloud_price_text .text-xxlarge {
  color: #0a97dd;
  font-size: 3.4rem;
  line-height: 1;
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_top_price_section .cloud_plan_card {
    padding: 28px 20px 26px;
  }

  .cloud_top_price_card h3 {
    font-size: 1.7rem;
  }

  .cloud_top_price_section .img_bg img {
    max-width: 190px;
  }

  .cloud_top_price_section .cloud_price_text .text-xxlarge {
    font-size: 3rem;
  }
}

/* =========================================
  cloud光｜小さい点＋リング型カーソル
========================================= */

/* 標準の矢印カーソルを非表示 */
html,
body,
a,
button,
input,
textarea,
select,
label,
.c_btn {
  cursor: none !important;
}

/* カスタムカーソル本体 */
#cursor,
.cursor {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 9px;
  height: 9px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(4, 71, 155, 0.9);
  border: 1px solid rgba(10, 151, 221, 0.35);
  box-shadow: 0 0 8px rgba(10, 151, 221, 0.2);
  transform: translate(0, 0);
  transition:
    width 0.18s ease,
    height 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

/* リンク・ボタンhover時：控えめなリング型 */
#cursor.cursor--hover,
.cursor.cursor--hover {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(10, 151, 221, 0.45);
  box-shadow:
    0 0 0 6px rgba(10, 151, 221, 0.08),
    0 0 16px rgba(10, 151, 221, 0.16);
}

/* スマホ・タブレットでは標準カーソルに戻し、カスタムカーソルは非表示 */
@media (hover: none), (pointer: coarse) {
  html,
  body,
  a,
  button,
  input,
  textarea,
  select,
  label,
  .c_btn {
    cursor: auto !important;
  }

  #cursor,
  .cursor {
    display: none !important;
  }
}
/* =========================================
  cloud光｜料金プランページ カード上部ラベル修正
========================================= */

/* 既存ラベル指定を無効化 */
.cloud_price_plan_section .cloud_price_plan_label,
.cloud_price_plan_section .cloud_price_plan_label_10g {
  display: none !important;
}

/* 新しい青い丸角ラベル */
.cloud_price_plan_section .cloud_price_plan_badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 34px;
  margin: 0 auto 16px;
  padding: 0 20px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

/* 戸建て */
.cloud_price_plan_section .cloud_price_plan_badge_home {
  background: linear-gradient(180deg, #04479b 0%, #0758b8 100%);
}

/* マンション */
.cloud_price_plan_section .cloud_price_plan_badge_mansion {
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
}

/* カード内タイトル調整 */
.cloud_price_plan_section .cloud_price_plan_card h3 {
  margin: 0 0 22px;
  padding: 0;
  background: none !important;
  border: none !important;
  color: #04479b;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.cloud_price_plan_section .cloud_price_plan_card h3::before,
.cloud_price_plan_section .cloud_price_plan_card h3::after {
  display: none !important;
}

/* カード全体の上余白 */
.cloud_price_plan_section .cloud_price_plan_card {
  padding-top: 32px;
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_price_plan_section .cloud_price_plan_badge {
    min-width: 84px;
    height: 32px;
    padding: 0 18px;
    font-size: 1.25rem;
  }

  .cloud_price_plan_section .cloud_price_plan_card h3 {
    font-size: 1.75rem;
  }
}

/* =========================================
  cloud光｜お問い合わせ確認・完了画面
========================================= */

.cloud_inquiry_confirm_box,
.cloud_inquiry_complete_box {
  max-width: 980px;
  margin: 40px auto 0;
}

.cloud_inquiry_confirm_table .confirm,
.cloud_inquiry_confirm_text {
  margin: 0;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.8;
  word-break: break-word;
}

.cloud_inquiry_confirm_submit {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cloud_inquiry_confirm_submit .cloud_inquiry_submit_btn {
  margin: 0;
}

.cloud_inquiry_back_btn {
  background: #ffffff !important;
  border: 1px solid #cfe2f5 !important;
  color: #04479b !important;
  box-shadow: none !important;
}

.cloud_inquiry_back_btn:hover {
  background: #f1faff !important;
  color: #04479b !important;
  box-shadow: 0 10px 24px rgba(4, 71, 155, 0.12) !important;
}

.cloud_inquiry_complete_message {
  padding: 28px 30px;
  background: #f6fcff;
  border: 1px solid #cfe2f5;
  border-radius: 16px;
  text-align: center;
}

.cloud_inquiry_complete_message p {
  margin: 0;
  color: #04479b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}

/* 既存の旧フォーム背景を確認画面でも打ち消し */
.cloud_inquiry_confirm_form fieldset,
.cloud_inquiry_confirm_form.inquiry fieldset {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* スマホ */
@media (max-width: 767px) {
  .cloud_inquiry_confirm_submit {
    flex-direction: column;
    gap: 12px;
  }

  .cloud_inquiry_confirm_submit .cloud_inquiry_submit_btn {
    width: 100% !important;
    max-width: none !important;
  }

  .cloud_inquiry_complete_message {
    padding: 22px 18px;
  }

  .cloud_inquiry_complete_message p {
    font-size: 1.45rem;
  }
}

/* =========================================
  cloud光｜重要事項説明書 交付希望フォーム
  /cloud-hikari/important-document/
========================================= */

.cloud_delivery_page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f6fcff;
}

.cloud_delivery_page main {
  flex: 1 0 auto;
}

/* -----------------------------------------
  単独ページ用カスタムカーソル
----------------------------------------- */

.cloud_delivery_page #cursor {
  left: -100px;
  top: -100px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition:
    width 0.18s ease,
    height 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.15s ease;
}

.cloud_delivery_page #cursor.is-active {
  opacity: 1;
}

/* -----------------------------------------
  単独ページ用ヘッダー
----------------------------------------- */

.cloud_delivery_header .cloud_header_top_inner,
.cloud_delivery_header_inner {
  justify-content: center;
  min-height: 92px;
}

.cloud_delivery_logo {
  margin: 0;
}

.cloud_delivery_logo img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------
  ページ全体
----------------------------------------- */

.cloud_delivery_section {
  padding: 72px 0 90px;
  background: #f6fcff;
}

.cloud_delivery_heading {
  margin-bottom: 28px;
}

/* -----------------------------------------
  冒頭説明
----------------------------------------- */

.cloud_delivery_intro,
.cloud_delivery_consent_lead {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.cloud_delivery_intro {
  padding: 26px 30px;
  background: #ffffff;
  border: 1px solid #d6e6f7;
  border-radius: 18px;
  color: #222222;
  font-size: 1.45rem;
  line-height: 1.9;
}

.cloud_delivery_intro p {
  margin: 0;
}

.cloud_delivery_intro p + p {
  margin-top: 12px;
}

/* -----------------------------------------
  同意案内
----------------------------------------- */

.cloud_delivery_consent_lead {
  margin-top: 22px;
  padding: 20px 24px;
  background: #fff9dc;
  border: 1px solid #f0d66d;
  border-left: 6px solid #ffd21a;
  border-radius: 14px;
  color: #222222;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1.85;
}

.cloud_delivery_consent_lead p {
  margin: 0;
}

/* -----------------------------------------
  フォーム全体
----------------------------------------- */

.cloud_delivery_form_box {
  margin-top: 26px;
}

.cloud_delivery_form {
  max-width: none !important;
}

.cloud_delivery_form_table {
  grid-template-columns:
    250px
    minmax(0, 1fr);
}

/* -----------------------------------------
  交付希望方法
----------------------------------------- */

.cloud_delivery_method_box label {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 0 12px 8px 0 !important;
  padding: 10px 16px;
  background: #f6fcff;
  border: 1px solid #cfe2f5;
  border-radius: 12px;
  color: #222222;
  font-weight: normal;
  line-height: 1.6;
  box-sizing: border-box;
  cursor: pointer;
}

.cloud_delivery_method_box input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  accent-color: #0a97dd;
  flex: 0 0 auto;
}

/* -----------------------------------------
  電子同意確認事項
----------------------------------------- */

.cloud_delivery_consent_title,
.cloud_delivery_consent_box,
.cloud_delivery_consent_confirm,
.cloud_delivery_input_title,
.cloud_delivery_input_box {
  grid-column: 1 / -1;
}

.cloud_delivery_consent_title {
  padding: 24px 0 10px !important;
  border-bottom: none !important;
  color: #04479b !important;
  font-size: 1.5rem !important;
}

.cloud_delivery_consent_box {
  padding: 0 0 20px !important;
}

.cloud_delivery_consent_box label {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0 !important;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #cfe2f5;
  border-radius: 14px;
  color: #222222;
  font-size: 1.45rem;
  font-weight: normal;
  line-height: 1.85;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s ease;
}

.cloud_delivery_consent_box label:hover {
  background: #f6fcff;
  border-color: #8fc4ec;
}

.cloud_delivery_consent_box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 4px 0 0;
  accent-color: #0a97dd;
  flex: 0 0 auto;
}

/* -----------------------------------------
  氏名・携帯電話番号
----------------------------------------- */

.cloud_delivery_input_title {
  display: block !important;
  padding: 24px 0 10px !important;
  padding-right: 0 !important;
  border-bottom: none !important;
  color: #04479b !important;
  font-size: 1.5rem !important;
  font-weight: bold;
  line-height: 1.7;
}

.cloud_delivery_input_title .required {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 48px;
  margin-left: 8px;
  padding: 3px 8px;
  white-space: nowrap;
  word-break: keep-all;
  writing-mode: horizontal-tb;
  vertical-align: middle;
  box-sizing: border-box;
}

.cloud_delivery_input_box {
  padding: 0 0 22px !important;
}

.cloud_delivery_input_box input[type="text"],
.cloud_delivery_input_box input[type="tel"] {
  width: 100% !important;
}

/* -----------------------------------------
  内容確認ボタン無効時
----------------------------------------- */

.cloud_delivery_submit .cloud_inquiry_submit_btn:disabled {
  transform: none !important;
  background: #b7c6d7 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: not-allowed;
  opacity: 0.72;
}

/* -----------------------------------------
  確認画面
----------------------------------------- */

.cloud_delivery_method_confirm,
.cloud_delivery_consent_confirm {
  padding-top: 0 !important;
}

.cloud_delivery_consent_confirm .confirm,
.cloud_delivery_method_confirm .confirm {
  margin: 0;
  padding: 16px 18px !important;
  background: #f6fcff;
  border: 1px solid #cfe2f5 !important;
  border-radius: 14px;
  line-height: 1.85 !important;
}

.cloud_delivery_confirm_note {
  margin-top: 30px;
}

/* -----------------------------------------
  完了画面
----------------------------------------- */

.cloud_delivery_complete_box {
  max-width: 820px;
}

.cloud_delivery_complete_message p {
  color: #222222;
  font-weight: normal;
}

/* -----------------------------------------
  重要事項説明書リンク
----------------------------------------- */

.cloud_delivery_pdf_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  background: linear-gradient(180deg, #0a97dd 0%, #2b6cf1 100%);
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(43, 108, 241, 0.22);
  transition: 0.25s ease;
}

.cloud_delivery_pdf_link:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%);
  color: #04479b !important;
}

/* -----------------------------------------
  単独ページ用フッター
----------------------------------------- */

.cloud_delivery_footer {
  flex: 0 0 auto;
  padding: 28px 0;
}

.cloud_delivery_footer .copyright p {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}

.cloud_delivery_footer .copyright p + p {
  margin-top: 4px;
}

/* =========================================
  スマートフォン
========================================= */

@media (max-width: 767px) {
  .cloud_delivery_header .cloud_header_top_inner,
  .cloud_delivery_header_inner {
    min-height: 72px;
    padding: 12px 15px;
  }

  .cloud_delivery_logo img {
    width: 230px;
  }

  .cloud_delivery_section {
    padding: 48px 0 64px;
  }

  .cloud_delivery_heading {
    margin-bottom: 22px;
    padding: 0 15px;
  }

  .cloud_delivery_intro,
  .cloud_delivery_consent_lead {
    margin-right: 15px;
    margin-left: 15px;
  }

  .cloud_delivery_intro {
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 1.35rem;
    line-height: 1.85;
  }

  .cloud_delivery_consent_lead {
    margin-top: 18px;
    padding: 17px 16px;
    border-left-width: 5px;
    font-size: 1.35rem;
    line-height: 1.8;
  }

  .cloud_delivery_form_box {
    margin-top: 22px;
  }

  .cloud_delivery_form_table {
    display: block;
  }

  .cloud_delivery_method_title,
  .cloud_delivery_consent_title,
  .cloud_delivery_input_title {
    padding: 20px 0 9px !important;
  }

  .cloud_delivery_method_box {
    padding-bottom: 18px !important;
  }

  .cloud_delivery_method_box label {
    display: flex !important;
    width: 100%;
    margin: 0 0 10px !important;
  }

  .cloud_delivery_method_box label:last-child {
    margin-bottom: 0 !important;
  }

  .cloud_delivery_consent_box {
    padding-bottom: 18px !important;
  }

  .cloud_delivery_input_title {
    display: block !important;
    padding-right: 0 !important;
    line-height: 1.75;
  }

  .cloud_delivery_input_title .required {
    min-width: 48px;
    margin-left: 6px;
    white-space: nowrap;
    word-break: keep-all;
    writing-mode: horizontal-tb;
  }

  .cloud_delivery_input_box {
    padding: 0 0 18px !important;
  }

  .cloud_delivery_consent_box label {
    gap: 10px;
    padding: 16px 14px;
    border-radius: 12px;
    font-size: 1.35rem;
    line-height: 1.8;
  }

  .cloud_delivery_consent_box input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }

  .cloud_delivery_method_confirm,
  .cloud_delivery_consent_confirm {
    padding-bottom: 18px !important;
  }

  .cloud_delivery_consent_confirm .confirm,
  .cloud_delivery_method_confirm .confirm {
    padding: 14px !important;
    font-size: 1.35rem;
  }

  .cloud_delivery_pdf_link {
    width: 100%;
    min-height: 54px;
    padding: 10px 16px;
    box-sizing: border-box;
  }

  .cloud_delivery_footer {
    padding: 22px 15px;
  }

  .cloud_delivery_footer .copyright p {
    font-size: 1.15rem;
  }
}
/* =========================================
  cloud光｜完了画面 フォームへ戻るボタン
========================================= */

.cloud_delivery_return_action {
  margin-top: 28px;
  text-align: center;
}

.cloud_delivery_return_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .cloud_delivery_return_action {
    margin-top: 22px;
  }

  .cloud_delivery_return_button {
    width: 100% !important;
    max-width: 280px !important;
    box-sizing: border-box;
  }
}