@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
  color: #001515;
}
body.fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

ul {
  list-style-type: none;
}

@media print, (min-width: 375px) {
  body {
    font-size: 14px;
  }
  body.fixed {
    overflow-y: hidden;
  }
}
@media print, (min-width: 769px) {
  body {
    font-size: 1.3157894737vw;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media print, (min-width: 1064px) {
  body {
    font-size: 14px;
  }
}
.u-d--none--sp {
  display: none !important;
}

.u-d--none02--sp {
  display: none !important;
}

.u-d--none03--sp {
  display: none !important;
}

.u-d-only-pc {
  display: none;
}

.u-d-only-sp {
  display: block;
}

@media print, (min-width: 769px) {
  .u-d--none--pc {
    display: none !important;
  }
  .u-d--none--sp {
    display: inline !important;
  }
  .u-d--none02--sp {
    display: block !important;
  }
  .u-d--none03--sp {
    display: flex !important;
  }
  .u-d-only-pc {
    display: block;
  }
  .u-d-only-sp {
    display: none;
  }
}
body {
  color: #4E4B4B;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-menu-open {
  overflow: clip;
}

span {
  font-family: inherit;
}

a {
  color: inherit;
  transition: opacity 0.6s;
}
a:hover {
  opacity: 0.8;
  color: inherit;
}

button {
  color: inherit;
}

.paloalto-common__heading {
  font-size: 42px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading {
    font-size: 30px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.paloalto-common__heading img {
  width: 21px;
  height: 39px;
  margin-right: 32px;
  margin-top: 4px;
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading img {
    margin-right: 17px;
  }
}
.paloalto-common__heading--subttl {
  font-size: 28px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  margin-left: 27px;
  display: inline-block;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading--subttl {
    font-size: 14px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
    text-align: left;
  }
}
.paloalto-common__heading--subttlStrong {
  font-size: 28px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 17px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading--subttlStrong {
    font-size: 14px;
    margin-top: 0;
  }
}
.paloalto-common__border {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  background: transparent;
  border-radius: 20px 0px 20px 0px;
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}
.paloalto-common__border::after {
  content: "";
  border-bottom: 4px solid #FA592C;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.paloalto-common__nav-item {
  width: 141px;
  height: 43px;
  background: #269BCD;
  color: #fff;
  border-radius: 2px;
}
.paloalto-common__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  letter-spacing: 0.06em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .paloalto-common__nav-item {
    width: 116px;
    height: 42px;
  }
  .paloalto-common__nav-item a {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.paloalto-common__nav-item.style-consul, .paloalto-common__nav-item.style-stimate {
  height: 57px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .paloalto-common__nav-item.style-consul, .paloalto-common__nav-item.style-stimate {
    height: 42px;
  }
}
.paloalto-common__nav-item.style-consul {
  width: 115px;
  background: #3173D6;
}
@media screen and (max-width: 768px) {
  .paloalto-common__nav-item.style-consul {
    width: 94px;
  }
}
.paloalto-common__nav-item.style-stimate {
  width: 145px;
  background: #000000;
}
.paloalto-common__nav-link {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.paloalto-common__nav-link::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-mail.png) center center/cover no-repeat;
  margin-right: 14px;
}
.paloalto-common__nav-link--noIcon::before {
  display: none;
}
.paloalto-common__noEvent {
  pointer-events: none;
}
.paloalto-common__noEvent:hover {
  opacity: 1;
}
.paloalto-common__text--main {
  color: #FA592C;
}

.paloalto-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .paloalto-header {
    box-shadow: none;
  }
}
.paloalto-header__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 45px 12px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__wrapper {
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
    padding: 9px 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo-wrap {
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-bottom: none;
    padding: 0;
    position: absolute;
    top: 16px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo-inner {
    max-width: none;
    padding: 0;
  }
}
.paloalto-header__logo h1 {
  display: flex;
  line-height: 1;
  height: auto;
  font-size: 0;
  align-items: center;
}
.paloalto-header__logo h1 > img:nth-child(1) {
  width: 158px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo h1 > img:nth-child(1) {
    width: 80px;
    margin-right: 8px;
  }
}
.paloalto-header__logo h1 > img:nth-child(2) {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo h1 > img:nth-child(2) {
    width: 72px;
  }
}
.paloalto-header__logo img {
  width: 100%;
}
.paloalto-header__logo-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo-text {
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.paloalto-header__lp-name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .paloalto-header__lp-name {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: 0.09em;
  }
}
.paloalto-header__text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .paloalto-header__text-wrap {
    margin-left: auto;
    padding-top: 0;
    padding: 0 12px 0 20px;
    align-items: flex-end;
  }
}
.paloalto-header__text-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__text-inner {
    gap: 9px;
  }
}
.paloalto-header__nav-list {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__nav-list {
    flex-direction: column;
    gap: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .paloalto-header-nav {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: 0.3s;
  }
  .is-menu-open .paloalto-header-nav {
    opacity: 1;
    pointer-events: all;
  }
}
.paloalto-header-nav__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .paloalto-header-nav__inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-header-nav .paloalto-common__nav-item {
    width: 275px;
    height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-header-nav .paloalto-common__nav-item a {
    font-size: 15px;
  }
}

.paloalto-header-button {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .paloalto-header-button {
    display: block;
    min-width: 32px;
  }
}
.paloalto-header-button__border {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 21px;
  position: relative;
}
.paloalto-header-button__border--top, .paloalto-header-button__border--middle, .paloalto-header-button__border--bottom {
  width: 100%;
  height: 3px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.paloalto-header-button__border--top {
  top: 0;
}
.is-menu-open .paloalto-header-button__border--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.paloalto-header-button__border--middle {
  top: 50%;
  transform: translateY(-50%);
}
.is-menu-open .paloalto-header-button__border--middle {
  opacity: 0;
}
.paloalto-header-button__border--bottom {
  bottom: 0;
}
.is-menu-open .paloalto-header-button__border--bottom {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.paloalto-header-button__text {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.09em;
}

.paloalto-header-menu {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-header-menu {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 30px;
  }
}
.paloalto-header-menu__link {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.paloalto-kv {
  background: url("/cyber-security/paloaltonetworks/images/bg-kv.png") no-repeat center center/cover;
  padding: 56px 45px 56px 0;
}
@media screen and (max-width: 768px) {
  .paloalto-kv {
    padding: 69.5vh 0 0 0;
    position: relative;
    background: url("/cyber-security/paloaltonetworks/images/bg-kv-sp.png") no-repeat center center/cover;
  }
}
.paloalto-kv__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1360px;
  margin: auto;
}
.paloalto-kv__form {
  width: 445px;
  height: 600px;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.paloalto-kv__form::-webkit-scrollbar {
  display: none;
}
.paloalto-kv__form iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  scrollbar-width: none;
}
.paloalto-kv__form iframe::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .paloalto-kv__form {
    display: none;
  }
}
.paloalto-kv__heading {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.41);
  padding: 17px 62px;
  line-height: 1.432;
}
@media screen and (max-width: 768px) {
  .paloalto-kv__heading {
    font-size: 25px;
    margin-bottom: 0;
    position: absolute;
    padding: 40px 15px 40px 20px;
    bottom: -104px;
    z-index: 1;
    line-height: 1.5;
  }
}
.paloalto-kv__heading span {
  padding: 0 10px;
  background-color: #FA592C;
}
@media screen and (max-width: 768px) {
  .paloalto-kv__heading span {
    padding: 0 5px;
  }
}

.paloalto-ctaSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .paloalto-ctaSp {
    padding: 0 20px;
    display: block;
    margin-top: 135px;
    margin-bottom: 32px;
  }
  .paloalto-ctaSp a {
    display: block;
    background: #FA592C;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2509803922);
  }
  .paloalto-ctaSp a img {
    display: inline;
    width: 17px;
    height: 16px;
    margin-left: 14px;
  }
}

.paloalto-lead__inner {
  background: #F2F2F2;
  padding: 159px 0 119px;
  position: relative;
  margin-bottom: 96px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__inner {
    padding: 104px 20px 60px;
    margin-bottom: 0;
  }
}
.paloalto-lead__inner::after {
  content: "";
  display: block;
  width: 194px;
  height: 101px;
  background: #F2F2F2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 96%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  /* 吹き出しの三角形部分のみ表示 */
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__inner::after {
    width: 160px;
    height: 80px;
  }
}
.paloalto-lead__heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__heading {
    font-size: 26px;
    margin-bottom: 45px;
    line-height: 1.4;
  }
}
.paloalto-lead__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 31px;
  max-width: 1113px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__list {
    flex-direction: column;
    gap: 20px;
  }
}
.paloalto-lead__item {
  min-height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__item {
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    font-size: 18px;
    text-align: center;
    gap: 19px;
    min-height: 166px;
    margin-top: 0;
  }
}
.paloalto-lead__icon {
  width: 44px;
  height: 47px;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__icon {
    width: 32px;
    height: 34px;
    top: -50px;
  }
}
.paloalto-lead__copy {
  margin: 150px 0 100px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy {
    margin: 92px 0 76px;
    font-size: 21px;
    line-height: 1.2;
  }
}
.paloalto-lead__copy--main {
  color: #FA592C;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy--main {
    font-size: 26px;
    line-height: 1.8;
  }
}
.paloalto-lead__copy--underline {
  color: #FA592C;
  font-weight: 800;
  text-decoration: underline;
  font-size: 44px;
  text-underline-offset: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy--underline {
    font-size: 26px;
    text-underline-offset: 10px;
  }
}
.paloalto-lead__copy--underline:nth-child(4) {
  line-height: 2;
}
.paloalto-lead__copy--large {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy--large {
    font-size: 26px;
  }
}
.paloalto-lead__copy--ruby {
  position: relative;
}
.paloalto-lead__copy--ruby::before, .paloalto-lead__copy--ruby::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #FA592C;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.paloalto-lead__copy--ruby::before {
  left: 53%;
}
.paloalto-lead__copy--ruby::after {
  right: 53%;
}
.paloalto-lead__desc {
  margin-top: 4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__desc {
    margin-top: 0;
    line-height: 1.5;
    font-size: 20px;
  }
}
.paloalto-lead__desc--strong {
  font-weight: 800;
}

.paloalto-reason {
  padding-top: 100px;
  background: url("/cyber-security/paloaltonetworks/images/bg-reason.png") no-repeat top center/100%;
}
@media screen and (max-width: 768px) {
  .paloalto-reason {
    background: url("/cyber-security/paloaltonetworks/images/bg-reason-sp.png") no-repeat top center/100%;
  }
}
.paloalto-reason__inner {
  max-width: 1017px;
  margin: auto;
}
.paloalto-reason__heading {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__heading {
    margin-bottom: 54px;
  }
  .paloalto-reason__heading img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-reason__list {
    padding: 0 20px;
  }
}
.paloalto-reason__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  padding: 35px 25px 40px 46px;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .paloalto-reason__item {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item {
    padding: 34px 15px 23px;
    flex-direction: column;
    gap: 37px;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-top: -10px;
    position: relative;
    cursor: pointer;
  }
  .paloalto-reason__item::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 54px;
    width: 13px;
    height: 13px;
    border-right: 2px solid #FA592C;
    border-bottom: 2px solid #FA592C;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s;
  }
  .paloalto-reason__item.is-open::after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
.paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) {
  gap: 101px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) {
    gap: 18px;
  }
}
.paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) a {
  width: 283px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) {
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) a {
  width: 299px;
  margin-left: -34px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) {
  gap: 109px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) a {
  width: 262px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) {
  gap: 142px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) a {
  width: 294px;
  margin-top: 5px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) {
  gap: 138px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) a {
  width: 193px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) {
  gap: 58px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) a {
  width: 218px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:last-child {
  margin-bottom: 0;
}
.paloalto-reason__item:nth-child(even) {
  background: #F7F7F7;
}
.paloalto-reason__itemInner {
  display: flex;
  gap: 17px;
}
.paloalto-reason__itemInner:nth-child(2) {
  gap: 57px;
}
@media screen and (min-width: 769px) {
  .paloalto-reason__itemInner:nth-child(2) {
    display: flex !important;
  }
}
.paloalto-reason__itemInner:nth-child(2) a {
  width: 298px;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: all;
}
.paloalto-reason__itemInner:nth-child(2) a::after {
  content: "";
  background: url(/cyber-security/paloaltonetworks/images/img-icon-zoom.png) center center/cover no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.paloalto-reason__itemInner:nth-child(2) a.paloalto-common__noEvent::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__itemInner:nth-child(2) {
    position: relative;
    flex-direction: column;
    gap: 37px;
  }
  .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    padding-bottom: 46px;
    position: relative;
  }
  .paloalto-reason__itemInner:nth-child(2) a::after {
    bottom: 12px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-reason__itemInner {
    gap: 23px;
  }
}
.paloalto-reason__num {
  font-family: "Montserrat", serif;
  font-size: 50px;
  font-weight: 600;
  color: #CFC9C9;
  line-height: 1;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__num {
    font-size: 30px;
    line-height: 1.1;
  }
}
.paloalto-reason__title {
  font-size: 28px;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.paloalto-reason__desc {
  font-size: 20px;
  max-width: 60%;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__desc {
    font-size: 16px;
    cursor: auto;
    max-width: none;
    padding: 6px 5px;
  }
}
.paloalto-reason__desc li {
  padding-left: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__desc li {
    padding-left: 20px;
  }
}
.paloalto-reason__desc li:last-child {
  margin-bottom: 0;
}
.paloalto-reason__desc li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  background: #FA592C;
  left: 0;
  top: 6px;
  margin: auto;
}
.paloalto-reason + .paloalto-cta {
  margin-top: 100px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .paloalto-reason + .paloalto-cta {
    margin-top: 60px;
  }
}

.paloalto-midSection {
  margin-top: 162px;
}
@media screen and (max-width: 768px) {
  .paloalto-midSection {
    margin-top: 80px;
  }
}

.paloalto-feature {
  background: #F2F2F2;
  margin-top: 162px;
  padding-top: 120px;
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature {
    margin-top: 61px;
    padding-top: 57px;
    padding-bottom: 98px;
  }
}
.paloalto-feature .paloalto-common__heading--subttl {
  margin-left: 31px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature .paloalto-common__heading--subttl {
    margin-left: 0;
  }
}
.paloalto-feature__inner {
  max-width: 1016px;
  margin: auto;
}
.paloalto-feature__heading {
  color: #4E4B4B;
  font-size: 48px;
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__heading {
    font-size: 30px;
    margin-bottom: 38px;
  }
}
.paloalto-feature__heading img {
  margin-right: 30px;
  height: 49px;
  margin-top: 0;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__heading img {
    margin-right: 21px;
  }
}
.paloalto-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__list {
    padding: 0 20px;
    gap: 16px;
  }
}
.paloalto-feature__item {
  flex: 1 1 calc((100% - 30px) / 2);
  display: flex;
  gap: 38px;
  position: relative;
  padding: 41px 29px 35px 37px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px 20px 0px;
  background: #fff;
}
.paloalto-feature__item:nth-child(1) .paloalto-feature__img, .paloalto-feature__item:nth-child(2) .paloalto-feature__img {
  position: absolute;
  width: 124px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(1) .paloalto-feature__img, .paloalto-feature__item:nth-child(2) .paloalto-feature__img {
    width: 100px;
  }
}
.paloalto-feature__item:nth-child(1) .paloalto-feature__title, .paloalto-feature__item:nth-child(2) .paloalto-feature__title {
  height: 80px;
  padding-left: 143px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(1) .paloalto-feature__title, .paloalto-feature__item:nth-child(2) .paloalto-feature__title {
    height: 62px;
    padding-left: 118px;
  }
}
.paloalto-feature__item:nth-child(2) .paloalto-feature__img {
  width: 90px;
}
.paloalto-feature__item:nth-child(2) .paloalto-feature__title {
  height: 78px;
  line-height: 1.5;
  padding-top: 10px;
}
.paloalto-feature__item:nth-child(3), .paloalto-feature__item:nth-child(4) {
  flex: 1 1 100%;
  padding: 35px 29px 30px 37px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(3), .paloalto-feature__item:nth-child(4) {
    padding: 30px;
  }
  .paloalto-feature__item:nth-child(3) .paloalto-feature__img, .paloalto-feature__item:nth-child(4) .paloalto-feature__img {
    top: 40px;
  }
  .paloalto-feature__item:nth-child(3) .paloalto-feature__title, .paloalto-feature__item:nth-child(4) .paloalto-feature__title {
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(4) .paloalto-feature__title {
    padding-top: 38px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item {
    flex-basis: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .paloalto-feature__item .paloalto-feature__img {
    position: absolute;
    width: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .paloalto-feature__item .paloalto-feature__title {
    height: 100px;
    padding-left: 118px;
    margin-bottom: 30px;
  }
}
.paloalto-feature__img:first-child {
  flex: 1 0 124px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__img {
    top: 35px;
  }
}
.paloalto-feature__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__title {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
}
.paloalto-feature__desc {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__desc {
    font-size: 16px;
    font-weight: 400;
  }
}
.paloalto-feature__desc--main {
  color: #FA592C;
}

.paloalto-cta {
  background: #F2F2F2;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .paloalto-cta {
    padding-bottom: 50px;
  }
}
.paloalto-cta__inner {
  max-width: 686px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__inner {
    padding: 0 16px;
  }
}
.paloalto-cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 101px;
  border-radius: 100px;
  background: #FA592C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn {
    height: auto;
    padding: 32px 20px 20px;
    gap: 30px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn:not(.u-d--none--pc) {
    display: none;
  }
}
.paloalto-cta__btn::before {
  content: "";
  position: absolute;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-cta-btn-01.png) no-repeat;
  background-size: contain;
  width: 37px;
  height: 47px;
  top: -9px;
  bottom: 0;
  left: 94px;
  right: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn::before {
    left: 42px;
    right: auto;
    top: auto;
    width: 49px;
    height: 67px;
    bottom: -5px;
  }
}
.paloalto-cta__btn::after {
  content: "";
  position: absolute;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-cta-btn-02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  top: 10px;
  bottom: 0;
  right: 39px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn::after {
    left: auto;
    right: 22px;
    top: 0;
    bottom: 0;
  }
}
.paloalto-cta__download {
  margin: 0 20px;
  background: #000;
  border-radius: 200px;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 60px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 20px;
}
.paloalto-cta__lead {
  display: block;
  background: #fff;
  width: 182px;
  height: 44px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
  position: absolute;
  border-radius: 22px;
  border: 3px solid #4E4B4B;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__lead {
    width: 146px;
    height: 36px;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 14px;
    padding: 8px;
    top: -15px;
  }
}
.paloalto-cta__text {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__text {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    padding-left: 88px;
  }
}
.paloalto-cta__text--large {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__text--large {
    font-size: 20px;
  }
}

.paloalto-3set-cta {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .paloalto-3set-cta {
    margin: 75px 20px 0;
  }
}
.paloalto-3set-cta__inner {
  position: relative;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.paloalto-3set-cta__btn {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  border-radius: 10px;
  background: #FA592C;
}
@media screen and (max-width: 768px) {
  .paloalto-3set-cta__btn {
    padding: 0 15px 15px;
  }
}
.paloalto-3set-cta__row {
  display: flex;
  justify-content: center;
  gap: 0 25px;
  position: relative;
  top: -16px;
}
.paloalto-3set-cta__img {
  width: 347px;
}
@media screen and (max-width: 768px) {
  .paloalto-3set-cta__img {
    width: 100%;
    max-width: 347px;
    margin: 15px auto 0;
  }
}
.paloalto-3set-cta__content {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .paloalto-3set-cta__content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.paloalto-3set-cta__content--label {
  padding: 10px 10px 9px;
  border-radius: 7px;
  background: #000;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.paloalto-3set-cta__content--wrap {
  margin-top: 6px;
}
.paloalto-3set-cta__content--text {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.paloalto-3set-cta__content--catch {
  color: #ffffff;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
}
.paloalto-3set-cta__content--catch .style-num {
  font-size: 60px;
  vertical-align: text-bottom;
}
.paloalto-3set-cta__content--catch .style-large {
  font-size: 46px;
}
.paloalto-3set-cta__bal {
  position: relative;
  width: 100%;
  max-width: 672px;
  margin: 10px auto 0;
  padding: 12px 0;
  border-radius: 25px;
  background: #ffffff;
  color: #FA592C;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-3set-cta__bal {
    font-size: 18px;
  }
}
.paloalto-3set-cta__bal::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  padding-top: 30px;
  background-image: url(/cyber-security/paloaltonetworks/images/img-icon-3set-cta-btn-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .paloalto-3set-cta__bal::before {
    width: 24px;
    padding-top: 24px;
  }
}

.paloalto-howto {
  padding: 100px 0 120px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-howto {
    padding-top: 17px;
    padding-bottom: 35px;
  }
}
.paloalto-howto a {
  text-decoration: underline;
}
.paloalto-howto__inner {
  max-width: 1016px;
  margin: auto;
}
.paloalto-howto__heading {
  font-size: 48px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading {
    font-size: 30px;
    align-items: flex-start;
    margin-bottom: 37px;
  }
}
.paloalto-howto__heading img {
  height: 49px;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading img {
    margin-right: 18px;
  }
}
.paloalto-howto__heading .paloalto-common__heading--subttl {
  margin-left: 29px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading .paloalto-common__heading--subttl {
    margin-top: 13px;
    margin-left: 2px;
  }
}
.paloalto-howto__heading .paloalto-common__heading--subttlStrong {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading .paloalto-common__heading--subttlStrong {
    margin-top: 0;
  }
}
.paloalto-howto__list {
  max-width: 928px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__list {
    padding: 0 20px;
  }
}
.paloalto-howto__list::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 95px;
  border-left: 1px solid #FA592C;
  border-left-style: dashed;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__list::before {
    display: none;
  }
}
.paloalto-howto__item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 54px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.paloalto-howto__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__item:last-child .paloalto-howto__desc {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-howto__item {
    display: block;
    margin-bottom: 0;
  }
  .paloalto-howto__item:nth-child(3) .paloalto-howto__desc {
    padding-bottom: 35px;
  }
  .paloalto-howto__item:nth-child(4) .paloalto-howto__desc {
    padding-bottom: 61px;
  }
}
.paloalto-howto__step {
  width: 196px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 2px solid #FA592C;
  border-radius: 20px 0px 20px 0px;
  padding: 18px 14px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__step {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding-left: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 18px 0px 13px 0px;
  }
}
.paloalto-howto__desc {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__desc {
    display: block;
    padding-left: 20px;
    margin-left: 29px;
    border-left: 2px dashed #FA592C;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 1.6;
    min-height: 97px;
  }
}

.paloalto-event {
  padding: 110px 0;
  background: #F2F2F2;
}
.paloalto-event__inner {
  max-width: 1017px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .paloalto-event__archive {
    padding: 0 20px;
  }
}
.paloalto-event__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.paloalto-event__item a {
  display: block;
  position: relative;
  padding: 28px 32px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .paloalto-event__item a {
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
  }
}
.paloalto-event__item a::before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  padding-top: 30px;
  background-image: url(/cyber-security/paloaltonetworks/images/img-icon-event-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .paloalto-event__item a::before {
    content: none;
  }
}
.paloalto-event__row {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .paloalto-event__row {
    flex-direction: column;
  }
}
.paloalto-event__img {
  overflow: hidden;
  width: 312px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .paloalto-event__img {
    width: 100%;
    border-radius: 0;
  }
}
.paloalto-event__content {
  width: calc(100% - 352px);
}
@media screen and (max-width: 768px) {
  .paloalto-event__content {
    width: 100%;
    padding: 20px 24px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-event__content--col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.paloalto-event__content--label {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 5px;
  background: #FA592C;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .paloalto-event__content--label {
    font-size: 12px;
    padding: 4px 10px;
    letter-spacing: 0.05em;
  }
}
.paloalto-event__content--title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .paloalto-event__content--title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.paloalto-event__content--info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .paloalto-event__content--info {
    position: relative;
    margin-top: 15px;
    padding-right: 32px;
  }
  .paloalto-event__content--info::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 22px;
    padding-top: 22px;
    background-image: url(/cyber-security/paloaltonetworks/images/img-icon-event-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
}
.paloalto-event__content--date {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .paloalto-event__content--date {
    font-size: 14px;
  }
}
.paloalto-event__content--cat {
  padding: 5px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .paloalto-event__content--cat {
    padding: 3px 10px;
  }
}

.paloalto-faq {
  position: relative;
  margin-top: -40px;
  padding-top: 130px;
  background: url(/cyber-security/paloaltonetworks/images/bg-faq.png) top center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .paloalto-faq {
    padding-top: 67px;
    padding-bottom: 0;
    margin-top: -20px;
    background: url(/cyber-security/paloaltonetworks/images/bg-faq-sp.png) top center/100% no-repeat;
  }
}
.paloalto-faq::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 370px);
  background: #ffffff;
  content: "";
}
@media screen and (max-width: 768px) {
  .paloalto-faq::before {
    content: none;
  }
}
.paloalto-faq__wrapper--heading {
  max-width: 1360px;
  margin: 0 auto;
}
.paloalto-faq__wrapper--heading .paloalto-faq__heading {
  color: #ffffff;
}
.paloalto-faq__wrapper {
  max-width: 1360px;
  padding: 80px 0;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__wrapper {
    padding-top: 109px;
    padding-bottom: 72px;
    border-radius: 20px 20px 0 0;
  }
}
.paloalto-faq__inner {
  max-width: 1018px;
  margin: auto;
}
.paloalto-faq__heading {
  margin-bottom: 65px;
  text-align: center;
  font-size: 48px;
}
.paloalto-faq__heading img {
  height: 49px;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__heading {
    margin-bottom: 39px;
    font-size: 30px;
  }
  .paloalto-faq__heading img {
    margin-right: 19px;
  }
}
.paloalto-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__list {
    padding: 0 20px;
  }
}
.paloalto-faq__item {
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.paloalto-faq__item:last-child {
  margin-bottom: 0;
}
.paloalto-faq__item::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 40px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #FA592C;
  border-bottom: 2px solid #FA592C;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.paloalto-faq__item.is-open::after {
  top: 52px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .paloalto-faq__item.is-open::after {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-faq__item {
    background: #F2F2F2;
    padding-bottom: 63px;
  }
  .paloalto-faq__item::after {
    content: "";
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.paloalto-faq__question {
  width: 100%;
  text-align: left;
  background: #f2f2f2;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  padding: 24px 48px 24px 40px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  display: flex;
  align-items: flex-end;
  gap: 26px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__question {
    align-items: flex-start;
    gap: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 47px;
  }
}
.paloalto-faq__question-text {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__question-text {
    line-height: 1.6;
    margin-top: -6px;
  }
}
.paloalto-faq__number {
  display: inline-block;
  font-size: 40px;
  border-right: 2px solid #CFC9C9;
  padding-right: 26px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
  width: 76px;
  color: #CFC9C9;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__number {
    padding-right: 23px;
    font-size: 38px;
    height: 52px;
    margin-top: -4px;
  }
}
.paloalto-faq__answer {
  padding: 0 137px 24px 24px;
  font-size: 18px;
  color: #333;
  background: #f2f2f2;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__answer {
    padding: 23px 20px 0;
  }
}
.paloalto-faq__answer p {
  padding-left: 116px;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__answer p {
    padding-left: 0;
    font-size: 16px;
  }
}

.paloalto-top-cta {
  position: fixed;
  bottom: -150px;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .paloalto-top-cta {
    display: none;
  }
}
.paloalto-top-cta.is-active {
  bottom: 0;
}
.paloalto-top-cta__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 37px 17px;
  background: #3f3f3f;
}
@media screen and (max-width: 768px) {
  .paloalto-top-cta__inner {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.paloalto-top-cta__btn a {
  display: inline-block;
  position: relative;
  padding: 22px 46px 22px 30px;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .paloalto-top-cta__btn a {
    width: 100%;
    padding: 12px 36px 12px 12px;
    font-size: 15px;
    text-align: center;
  }
}
.paloalto-top-cta__btn a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .paloalto-top-cta__btn a::before {
    right: 12px;
  }
}
.paloalto-top-cta__btn a.style-01::before {
  width: 18px;
  padding-top: 18px;
  background-image: url(/cyber-security/paloaltonetworks/images/img-icon-top-cta-fixed-01.png);
}
.paloalto-top-cta__btn a.style-02::before {
  width: 19px;
  padding-top: 23px;
  background-image: url(/cyber-security/paloaltonetworks/images/img-icon-top-cta-fixed-02.png);
}

.paloalto-contact {
  background: #222222;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .paloalto-contact {
    padding: 60px 20px 53px;
  }
}
.paloalto-contact__inner {
  max-width: 1031px;
  margin: 0 auto;
}
.paloalto-contact__title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  font-family: "Montserrat", serif;
  line-height: 1;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  .paloalto-contact__title {
    font-size: 30px;
    margin-bottom: 13px;
    letter-spacing: -0.09em;
  }
}
.paloalto-contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .paloalto-contact__content {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 8px;
    gap: 20px;
    padding: 0;
  }
}
.paloalto-contact__text {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  flex: 1 1 0;
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-contact__text {
    font-size: 10px;
    line-height: 1.9;
    margin-top: 6px;
  }
}
.paloalto-contact .paloalto-common__nav-item {
  width: 186px;
  margin-top: 30px;
  margin-right: 8px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .paloalto-contact .paloalto-common__nav-item {
    width: 180px;
    margin-top: 25px;
  }
}
.paloalto-contact .paloalto-common__nav-item a {
  font-size: 16px;
}
.paloalto-contact .paloalto-common__nav-link::before {
  margin-right: 8px;
}

.paloalto-footer-breadcrumbs {
  color: #fff;
  background: #222222;
  border-bottom: 1px solid #fff;
}
.paloalto-footer-breadcrumbs__list {
  margin: 0 auto;
  padding-block: 12px;
  max-width: 1031px;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-footer-breadcrumbs__list {
    padding-inline: 20px;
  }
}
.paloalto-footer-breadcrumbs__item {
  white-space: nowrap;
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer-breadcrumbs__item {
    font-size: 10px;
  }
}
.paloalto-footer-breadcrumbs__item::after {
  content: "〉";
  color: #FA592C;
  margin: 0 10px 0 16px;
}
.paloalto-footer-breadcrumbs__item:last-child::after {
  display: none;
}
.paloalto-footer-breadcrumbs__link {
  text-decoration: underline;
}
.paloalto-footer-breadcrumbs__title {
  font-weight: bold;
}

.paloalto-footer {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer {
    padding-bottom: 0;
  }
}
.paloalto-footer__top {
  background: #ffffff;
  padding: 33px 0 32px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__top {
    padding: 20px 16px 26px;
  }
}
.paloalto-footer__inner {
  max-width: 1016px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 15px;
}
@media (max-width: 767px) {
  .paloalto-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
}
.paloalto-footer__links {
  display: flex;
  gap: 18px;
}
.paloalto-footer__links a::after {
  content: "";
  display: inline-block;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-link-outer-bk.png) center center/cover no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__links a::after {
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-footer__links {
    gap: 8px;
  }
}
.paloalto-footer__link {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 10px;
  font-weight: 800;
}
.paloalto-footer__link:hover {
  opacity: 0.7;
}
.paloalto-footer__info {
  font-size: 10px;
  color: #000000;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__info {
    text-align: left;
    font-size: 10px;
  }
}
.paloalto-footer__bottom {
  background: #ffffff;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__bottom {
    padding: 0px 16px 26px;
  }
}
.paloalto-footer__bottom--tile {
  color: #000000;
}
.paloalto-footer__bottom--links {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .paloalto-footer__bottom--links {
    flex-direction: column;
    gap: 5px 0;
  }
}
.paloalto-footer__bottom--link {
  display: inline-block;
  color: #000000;
  font-size: 10px;
}
.paloalto-footer__bottom--link::after {
  content: "";
  display: inline-block;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-link-outer-bk.png) center center/cover no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__bottom--link::after {
    margin-left: 12px;
  }
}

.lightbox .lb-image {
  max-width: 788px !important;
}

.paloalto-column {
  padding: 120px 0 160px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paloalto-column {
    padding: 100px 0 80px;
  }
}
.paloalto-column__inner {
  margin: 0 auto;
  max-width: 1016px;
}
@media screen and (max-width: 768px) {
  .paloalto-column__inner {
    padding-inline: 20px;
  }
}
.paloalto-column__heading {
  line-height: 1.6;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .paloalto-column__heading {
    font-size: 24px;
    gap: 9px;
  }
}
.paloalto-column__heading img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .paloalto-column__heading img {
    width: 13px;
  }
}
.paloalto-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .paloalto-column__list {
    display: block;
  }
}
.paloalto-column__item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .paloalto-column__item {
    height: auto;
  }
  .paloalto-column__item + .paloalto-column__item {
    margin-top: 20px;
  }
}
.paloalto-column__link {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.paloalto-column__detail {
  padding: 10px 20px 40px;
  color: #333333;
  background-color: #fff;
  letter-spacing: 0.05em;
  position: relative;
}
.paloalto-column__date {
  font-size: 12px;
  line-height: 2;
}
.paloalto-column__article-name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.paloalto-column__icon {
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.paloalto-column__more {
  margin: 40px auto 0;
  padding-block: 10px;
  display: block;
  width: 100%;
  max-width: 296px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #000000;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .paloalto-column__more {
    margin-top: 30px;
  }
}
.paloalto-column__more:hover {
  color: #fff;
}
.paloalto-column__more span {
  width: 200px;
  flex-basis: 200px;
  text-align: center;
}
.paloalto-column__more img {
  width: 20px;
  transform: rotate(90deg);
}

.paloalto-column-main {
  font-weight: 500;
  color: #000;
  background-color: #F2F2F2;
  letter-spacing: 0.05em;
}

.paloalto-column-wrap {
  margin: 0 auto;
  padding-top: 80px;
  padding-inline: 20px;
  padding-bottom: 80px;
  max-width: 1136px;
  display: grid;
  grid-template-columns: minmax(0, 747px) 1fr;
  justify-content: center;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-wrap {
    padding-top: 0;
    padding-inline: 0;
    padding-bottom: 20px;
    display: block;
  }
}

.paloalto-column-article {
  padding-top: 40px;
  padding-inline: 64px;
  padding-bottom: 100px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-column-article {
    padding-inline: 20px;
  }
}

.paloalto-column-intro__category {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}
.paloalto-column-intro__category img {
  width: 12px;
}
.paloalto-column-intro__heading {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .paloalto-column-intro__heading {
    font-size: 24px;
  }
}
.paloalto-column-intro__bold {
  font-weight: bold;
}
.paloalto-column-intro__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-intro__img {
    margin-top: 64px;
  }
}
.paloalto-column-intro__img img {
  border-radius: 5px;
}
.paloalto-column-intro__date {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-intro__date {
    margin-top: 10px;
    font-size: 10px;
  }
}
.paloalto-column-intro__pic {
  width: 14px;
}
.paloalto-column-intro__lead {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
.paloalto-column-intro__lead + .paloalto-column-intro__lead {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-intro__lead {
    margin-top: 30px;
  }
}

.paloalto-column-index {
  margin-top: 40px;
  padding: 32px;
  border-radius: 5px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .paloalto-column-index {
    margin-top: 30px;
  }
}
.paloalto-column-index__heading {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-index__heading {
    font-size: 20px;
  }
}
.paloalto-column-index__list {
  margin-top: 12px;
  list-style-type: none;
  counter-reset: num;
}
.paloalto-column-index__item {
  margin-top: 8px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.paloalto-column-index__item::before {
  counter-increment: num;
  content: counter(num) ".";
  color: #FA592C;
  position: absolute;
  top: 0;
  left: 0;
}
.paloalto-column-index__link {
  text-decoration: underline;
}

.paloalto-column-contents:has(> .heading-primary:first-child), .paloalto-column-contents:has(> .heading-secondary:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-contents:has(> .heading-primary:first-child), .paloalto-column-contents:has(> .heading-secondary:first-child) {
    margin-top: 60px;
  }
}
.paloalto-column-contents:has(> .heading-tertiary:first-child) {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-contents:has(> .heading-tertiary:first-child) {
    margin-top: 48px;
  }
}
.paloalto-column-contents:has(> .heading-quaternary:first-child), .paloalto-column-contents:has(> .heading-quinary:first-child), .paloalto-column-contents:has(> .heading-senary:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-contents:has(> .heading-quaternary:first-child), .paloalto-column-contents:has(> .heading-quinary:first-child), .paloalto-column-contents:has(> .heading-senary:first-child) {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .paloalto-column-side {
    margin-top: 60px;
    padding-inline: 20px;
  }
}

.paloalto-column-list {
  padding: 32px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-column-list {
    padding: 20px;
  }
}
.paloalto-column-list__heading {
  padding-left: 10px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paloalto-column-list__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.paloalto-column-list__heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background-color: #FA592C;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.paloalto-column-list__heading::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 48%;
  width: 13px;
  height: 13px;
  border-right: 2px solid #FA592C;
  border-bottom: 2px solid #FA592C;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .paloalto-column-list__heading::after {
    display: block;
  }
}
.paloalto-column-list__heading.is-show::after {
  transform: translateY(-50%) rotate(-135deg);
}
.paloalto-column-list__item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}
.paloalto-column-list__item-new {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
}
.paloalto-column-list__link {
  display: block;
  line-height: 2;
}
.paloalto-column-list__link.is-current {
  pointer-events: none;
  color: #FA592C;
}
.paloalto-column-list__link-new {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0;
}
.paloalto-column-list__link-new.is-current {
  pointer-events: none;
  color: #FA592C;
}
.paloalto-column-list__bold {
  font-weight: bold;
}
.paloalto-column-list__bold-new {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .paloalto-column-fixed {
    top: 156px;
    position: sticky;
  }
}

.paloalto-column-howto {
  margin-top: 24px;
  padding: 32px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-column-howto {
    padding: 40px 20px;
  }
}
.paloalto-column-howto__heading {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.paloalto-column-howto__lead {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
}
.paloalto-column-howto__logo {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.paloalto-column-cta {
  margin-top: 32px;
}
.paloalto-column-cta__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.paloalto-column-cta__wrap.is-num-01 .paloalto-column-cta__link {
  background-color: #FA592C;
}
.paloalto-column-cta__wrap.is-num-01 .paloalto-column-cta__link-title {
  padding-right: 30px;
}
.paloalto-column-cta__wrap.is-num-01 .paloalto-column-cta__link-title::before {
  width: 15px;
  padding-top: 19px;
  background-image: url(../images/img-icon_col-dl.png);
}
.paloalto-column-cta__wrap.is-num-02 .paloalto-column-cta__link {
  background-color: #269BCD;
}
.paloalto-column-cta__wrap.is-num-02 .paloalto-column-cta__link-title {
  padding-right: 34px;
}
.paloalto-column-cta__wrap.is-num-02 .paloalto-column-cta__link-title::before {
  width: 24px;
  padding-top: 22px;
  background-image: url(../images/img-icon_col-bal.png);
}
.paloalto-column-cta__link {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 3px;
  padding: 0 5px;
}
.paloalto-column-cta__link-catch {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  padding: 6px 10px;
  border-radius: 12px;
  background-color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.paloalto-column-cta__link-title {
  display: inline-block;
  position: relative;
  padding: 22px 0;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}
.paloalto-column-cta__link-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.paloalto-column-cta__link-title span {
  font-size: 22px;
}

.paloalto-column-recommend {
  padding-top: 80px;
  padding-bottom: 100px;
}
.paloalto-column-recommend__inner {
  margin: 0 auto;
  padding-inline: 20px;
  max-width: 1053px;
}
.paloalto-column-recommend__heading {
  line-height: 1.6;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-recommend__heading {
    font-size: 24px;
    gap: 9px;
  }
}
.paloalto-column-recommend__heading img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-recommend__heading img {
    width: 13px;
  }
}
.paloalto-column-recommend__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-recommend__list {
    margin-top: 40px;
    display: block;
  }
}
.paloalto-column-recommend__item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .paloalto-column-recommend__item {
    height: auto;
  }
  .paloalto-column-recommend__item + .paloalto-column-recommend__item {
    margin-top: 20px;
  }
}
.paloalto-column-recommend__link {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.paloalto-column-recommend__detail {
  padding: 10px 20px 40px;
  color: #333333;
  background-color: #fff;
  position: relative;
}
.paloalto-column-recommend__date {
  font-size: 12px;
  line-height: 2;
}
.paloalto-column-recommend__article-name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.paloalto-column-recommend__icon {
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.paloalto-column-footer-button {
  width: 260px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.149);
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button {
    width: 270px;
  }
}
.paloalto-column-footer-button__link {
  display: block;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button__link {
    padding: 10px 0;
  }
}
.paloalto-column-footer-button__close {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -14px;
  right: -12px;
  background-color: #fff;
  border-radius: 9999rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button__close {
    width: 28px;
    height: 28px;
  }
}
.paloalto-column-footer-button__close img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paloalto-column-footer-button__heading {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button__heading {
    font-size: 14px;
  }
}
.paloalto-column-footer-button__download {
  margin: 8px auto 0;
  padding: 4px 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  line-height: 1.4;
  background-color: #FA592C;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button__download {
    width: 180px;
    justify-content: space-between;
    gap: 0;
  }
}
.paloalto-column-footer-button__download:hover {
  color: #fff;
}
.paloalto-column-footer-button__download span {
  width: 113px;
  flex-basis: 113px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button__download span {
    width: 89px;
    flex-basis: 89px;
    font-size: 14px;
  }
}
.paloalto-column-footer-button__download img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-column-footer-button__download img {
    width: 16px;
  }
}

/* 見出し
***********************/
.heading-primary {
  margin-top: 80px;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .heading-primary {
    margin-top: 60px;
    font-size: 24px;
  }
}

.heading-secondary {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 4px solid #FA592C;
}
.heading-secondary:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading-secondary {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.heading-tertiary {
  margin-top: 56px;
  margin-bottom: 20px;
  padding-left: 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
.heading-tertiary:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading-tertiary {
    margin-top: 48px;
    font-size: 20px;
  }
}
.heading-tertiary::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #FA592C;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-quaternary {
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.heading-quaternary:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading-quaternary {
    margin-top: 28px;
    font-size: 18px;
  }
}

.heading-quinary {
  margin-top: 32px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
.heading-quinary:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading-quinary {
    margin-top: 28px;
    font-size: 17px;
  }
}
.heading-quinary::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #FA592C;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .heading-quinary::before {
    top: 10px;
  }
}

.heading-senary {
  margin-top: 32px;
  color: #959595;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.heading-senary:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading-senary {
    margin-top: 28px;
  }
}

/* テキスト
***********************/
.text, .text--right, .text--center {
  margin-top: 8px;
  font-size: 16px;
  line-height: 2;
}
.text + .text, .text--right + .text, .text + .text--right, .text--right + .text--right, .text--center + .text, .text--center + .text--right, .text + .text--center, .text--right + .text--center, .text--center + .text--center {
  margin-top: 20px;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}

.font-orange {
  color: #FA592C;
}

/* テキストリンク
***********************/
.text-link {
  text-decoration: underline;
}

.text-link-with-icon span {
  text-decoration: underline;
  padding-right: 4px;
}
.text-link-with-icon img {
  width: 16px;
  display: inline-block;
  vertical-align: sub;
  position: relative;
  top: -1px;
}

/* 注釈
***********************/
.note {
  margin-top: 20px;
}
.note__item {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}
.note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note__item + .note__item {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .note__item .text-link-with-icon img {
    top: 0;
  }
}

.note-num {
  margin-top: 20px;
  counter-reset: num;
}
.note-num__item {
  padding-left: 37px;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
}
.note-num__item::before {
  counter-increment: num;
  content: "※" counter(num);
  position: absolute;
  top: 0;
  left: 0;
}
.note-num__item + .note-num__item {
  margin-top: 4px;
}

/* リスト
***********************/
.list__item {
  padding-left: 32px;
  font-size: 16px;
  position: relative;
  line-height: 2;
}
.list__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #FA592C;
  border-radius: 9999rem;
  position: absolute;
  top: 12px;
  left: 9px;
}
.list__item + .list__item {
  margin-top: 8px;
}
.list + [class^=text] {
  margin-top: 16px;
}

.list-num {
  counter-reset: num;
}
.list-num__item {
  padding-left: 32px;
  font-size: 16px;
  line-height: 2;
  list-style: none;
  position: relative;
}
.list-num__item::before {
  counter-increment: num;
  content: counter(num) ".";
  color: #FA592C;
  position: absolute;
  top: 0;
  left: 0;
}
.list-num__item + .list-num__item {
  margin-top: 8px;
}
.list-num + [class^=text] {
  margin-top: 16px;
}

/* リンク
***********************/
.text-link-list {
  margin-top: 20px;
  line-height: 2;
}
.text-link-list__item {
  font-size: 16px;
}
.text-link-list__item + .text-link-list__item {
  margin-top: 8px;
}

.text-link-button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.link-button {
  width: 264px;
  min-height: 64px;
  padding-block: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #000;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 296px;
  }
}
.link-button:hover {
  color: #fff;
}
.link-button span {
  width: 170px;
  flex-basis: 170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link-button span {
    width: 200px;
    flex-basis: 200px;
    text-align: left;
  }
}
.link-button img {
  width: 20px;
}

/* 画像
***********************/
.figure {
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .figure {
    margin-block: 30px;
  }
}
.figure__caption {
  margin-top: 20px;
  font-size: 14px;
}
.figure img {
  border-radius: 5px;
}

/* テーブル
***********************/
.table-note {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
  line-height: 1.6;
}

.table-col-header {
  margin-block: 40px;
}
.table-col-header__col[data-width="0"] {
  width: 0%;
}
.table-col-header__col[data-width="5"] {
  width: 5%;
}
.table-col-header__col[data-width="10"] {
  width: 10%;
}
.table-col-header__col[data-width="15"] {
  width: 15%;
}
.table-col-header__col[data-width="20"] {
  width: 20%;
}
.table-col-header__col[data-width="25"] {
  width: 25%;
}
.table-col-header__col[data-width="30"] {
  width: 30%;
}
.table-col-header__col[data-width="35"] {
  width: 35%;
}
.table-col-header__col[data-width="40"] {
  width: 40%;
}
.table-col-header__col[data-width="45"] {
  width: 45%;
}
.table-col-header__col[data-width="50"] {
  width: 50%;
}
.table-col-header__col[data-width="55"] {
  width: 55%;
}
.table-col-header__col[data-width="60"] {
  width: 60%;
}
.table-col-header__col[data-width="65"] {
  width: 65%;
}
.table-col-header__col[data-width="70"] {
  width: 70%;
}
.table-col-header__col[data-width="75"] {
  width: 75%;
}
.table-col-header__col[data-width="80"] {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .table-col-header__scroll {
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 12px;
    overflow-x: auto;
  }
}
.table-col-header__table {
  width: 100%;
  border-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .table-col-header__table {
    min-width: 420px;
    table-layout: fixed;
  }
}
.table-col-header thead th {
  padding: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .table-col-header thead th {
    text-align: center;
    font-size: 10px;
  }
}
.table-col-header thead th:first-child {
  border-top-left-radius: 5px;
}
.table-col-header thead th:last-child {
  border-top-right-radius: 5px;
}
.table-col-header tbody tr:nth-child(2n) td {
  background-color: #DADADA;
}
.table-col-header tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.table-col-header tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.table-col-header tbody td {
  padding: 16px;
  font-size: 12px;
  line-height: 1.6;
  background-color: #F2F2F2;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table-col-header tbody td {
    padding: 10px;
    font-size: 10px;
  }
}

.table-row-header {
  margin-block: 40px;
}
.table-row-header__col[data-width="0"] {
  width: 0%;
}
.table-row-header__col[data-width="5"] {
  width: 5%;
}
.table-row-header__col[data-width="10"] {
  width: 10%;
}
.table-row-header__col[data-width="15"] {
  width: 15%;
}
.table-row-header__col[data-width="20"] {
  width: 20%;
}
.table-row-header__col[data-width="25"] {
  width: 25%;
}
.table-row-header__col[data-width="30"] {
  width: 30%;
}
.table-row-header__col[data-width="35"] {
  width: 35%;
}
.table-row-header__col[data-width="40"] {
  width: 40%;
}
.table-row-header__col[data-width="45"] {
  width: 45%;
}
.table-row-header__col[data-width="50"] {
  width: 50%;
}
.table-row-header__col[data-width="55"] {
  width: 55%;
}
.table-row-header__col[data-width="60"] {
  width: 60%;
}
.table-row-header__col[data-width="65"] {
  width: 65%;
}
.table-row-header__col[data-width="70"] {
  width: 70%;
}
.table-row-header__col[data-width="75"] {
  width: 75%;
}
.table-row-header__col[data-width="80"] {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .table-row-header__scroll {
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 12px;
    overflow-x: auto;
  }
}
.table-row-header__table {
  width: 100%;
  border-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .table-row-header__table {
    min-width: 420px;
    table-layout: fixed;
  }
}
.table-row-header tbody tr:nth-child(2n) td {
  background-color: #DADADA;
}
.table-row-header tbody tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.table-row-header tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.table-row-header tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.table-row-header tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.table-row-header tbody th {
  padding: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .table-row-header tbody th {
    font-size: 10px;
  }
}
.table-row-header tbody td {
  padding: 16px;
  font-size: 12px;
  line-height: 1.6;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .table-row-header tbody td {
    padding: 10px;
    font-size: 10px;
  }
}

.table-cross-header {
  margin-block: 40px;
}
.table-cross-header__col[data-width="0"] {
  width: 0%;
}
.table-cross-header__col[data-width="5"] {
  width: 5%;
}
.table-cross-header__col[data-width="10"] {
  width: 10%;
}
.table-cross-header__col[data-width="15"] {
  width: 15%;
}
.table-cross-header__col[data-width="20"] {
  width: 20%;
}
.table-cross-header__col[data-width="25"] {
  width: 25%;
}
.table-cross-header__col[data-width="30"] {
  width: 30%;
}
.table-cross-header__col[data-width="35"] {
  width: 35%;
}
.table-cross-header__col[data-width="40"] {
  width: 40%;
}
.table-cross-header__col[data-width="45"] {
  width: 45%;
}
.table-cross-header__col[data-width="50"] {
  width: 50%;
}
.table-cross-header__col[data-width="55"] {
  width: 55%;
}
.table-cross-header__col[data-width="60"] {
  width: 60%;
}
.table-cross-header__col[data-width="65"] {
  width: 65%;
}
.table-cross-header__col[data-width="70"] {
  width: 70%;
}
.table-cross-header__col[data-width="75"] {
  width: 75%;
}
.table-cross-header__col[data-width="80"] {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .table-cross-header__scroll {
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 12px;
    overflow-x: auto;
  }
}
.table-cross-header__table {
  width: 100%;
  border-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .table-cross-header__table {
    min-width: 420px;
    table-layout: fixed;
  }
}
.table-cross-header thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.table-cross-header thead tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.table-cross-header thead th {
  padding: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .table-cross-header thead th {
    font-size: 10px;
  }
}
.table-cross-header tbody tr:nth-child(2n) td {
  background-color: #DADADA;
}
.table-cross-header tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.table-cross-header tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.table-cross-header tbody th {
  padding: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .table-cross-header tbody th {
    font-size: 10px;
  }
}
.table-cross-header tbody td {
  padding: 16px;
  font-size: 12px;
  line-height: 1.6;
  background-color: #F2F2F2;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table-cross-header tbody td {
    padding: 10px;
    font-size: 10px;
  }
}

/* 固有パーツ
***********************/
.related-articles {
  margin-top: 40px;
  line-height: 2;
}
.related-articles__box {
  padding: 24px 32px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .related-articles__box {
    padding: 24px 20px;
  }
}
.related-articles__heading {
  font-size: 18px;
}
.related-articles__text {
  margin-top: 16px;
  font-size: 16px;
}
.related-articles__list {
  margin-top: 20px;
}
.related-articles__item {
  padding-left: 24px;
  font-size: 16px;
  position: relative;
}
.related-articles__item + .related-articles__item {
  margin-top: 8px;
}
.related-articles__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 9999rem;
  position: absolute;
  top: 15px;
  left: 10px;
}

.contact {
  margin-top: 40px;
}
.contact__button {
  display: block;
  padding: 20px 20px 34px;
  background-color: #F5F5F5;
  border: 2px solid #FA592C;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.251);
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__button {
    padding: 53px 20px 40px;
  }
}
.contact__icon {
  max-width: 100px;
  margin: 0 auto;
}
.contact__heading {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.contact__lead {
  margin-top: 8px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.contact__pic {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 20px;
}

.author {
  margin-top: 40px;
  padding: 24px 32px;
  border: 2px solid #FA592C;
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .author {
    padding: 24px 32px;
  }
}
.author__heading {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}
.author__heading img {
  width: 12px;
}
.author__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .author__row {
    display: block;
  }
}
.author__row + .author__row {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .author__icon {
    margin: 0 auto 20px;
    max-width: 100px;
  }
}
.author__name {
  font-size: 12px;
  line-height: 1.6;
}
.author__name span {
  font-size: 14px;
}
.author__text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.author__bottom-text {
  margin-top: 10px;
  font-size: 12px;
}

.sec-paloalto-01 {
  padding: 70px 0px 110px;
}

.sec-bg-grey {
  background: #f2f2f2;
}

.b-form-title-01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .b-form-title-01 {
    margin-bottom: 40px;
  }
}
.b-form-title-01 .sub {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .b-form-title-01 .sub {
    font-size: 18px;
  }
}
.b-form-title-01 .comment {
  border-radius: 35px;
  background: #fff;
  color: #000;
  font-size: 22px;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .b-form-title-01 .comment {
    font-size: 16px;
  }
}
.b-form-title-01 .comment .emp {
  font-weight: 700;
}
.b-form-title-01 .comment::before {
  content: "";
  position: absolute;
  border: solid 15px transparent;
  border-right: solid 12px #fff;
  top: calc(100% - 15px);
  left: 50px;
  transform: translateX(-50%);
}
.b-form-title-01 .main {
  color: #FA592C;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .b-form-title-01 .main {
    font-size: 28px;
  }
}
.b-form-title-01 .main .box {
  background: #FA592C;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 15px;
  vertical-align: 8px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .b-form-title-01 .main .box {
    font-size: 15px;
  }
}
.b-form-title-01 .main .box .num {
  font-size: 30px;
  letter-spacing: -3px;
}
@media screen and (max-width: 960px) {
  .b-form-title-01 .main .box .num {
    font-size: 22px;
  }
}

.b-formwrap-01 {
  display: flex;
  gap: 68px;
}
@media screen and (max-width: 960px) {
  .b-formwrap-01 {
    flex-direction: column;
    gap: 35px;
  }
}
.b-formwrap-01 .info-wrap {
  flex: 1;
}
.b-formwrap-01 .form-wrap {
  width: 445px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .b-formwrap-01 .form-wrap {
    width: 100%;
  }
}
.b-formwrap-01 .form-wrap.is-3set {
  height: 660px;
}
.b-formwrap-01 .form-wrap.is-estimate {
  height: 1030px;
}
.b-formwrap-01 .form-wrap.is-consultation {
  height: 990px;
}
.b-formwrap-01 .form-wrap.is-spec {
  height: 660px;
}
.b-formwrap-01 .form-wrap.is-pa400 {
  height: 630px;
}
.b-formwrap-01 .form-wrap iframe {
  height: 100%;
}

.b-form-col3-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 440px) {
  .b-form-col3-01 {
    gap: 10px;
  }
}
@media screen and (max-width: 440px) {
  .b-form-col3-01 .inner {
    width: calc((100% - 20px) / 3);
  }
}

.b-listbox-01 {
  border-radius: 5px;
  border: 2px solid #cfc9c9;
  background: #fff;
  padding: 25px 35px 30px;
}
@media screen and (max-width: 960px) {
  .b-listbox-01 {
    padding: 20px;
  }
}
.b-listbox-01 .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.b-img-01 img {
  width: revert-layer;
  max-width: 100%;
}
.b-img-01.center img {
  margin: 0 auto;
}

.b-flow-01 .b-inner {
  border-radius: 5px;
  border: 2px solid #cfc9c9;
  background: #fff;
  padding: 35px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .b-flow-01 .b-inner {
    padding: 20px;
    flex-direction: column;
  }
}
.b-flow-01 .b-inner .text-wrap {
  font-weight: 700;
  font-style: Bold;
  flex: 1;
}
.b-flow-01 .b-inner .text-wrap .num {
  font-size: 24px;
  color: #FA592C;
  line-height: 1;
}
.b-flow-01 .b-inner .text-wrap .text {
  font-size: 18px;
  margin-top: 0;
  line-height: inherit;
  color: #000;
}
.b-flow-01 .b-inner .img {
  position: relative;
  width: 135px;
}
@media screen and (max-width: 960px) {
  .b-flow-01 .b-inner .img {
    margin: 0 auto;
  }
}
.b-flow-01 .b-inner .img img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b-flow-01 .b-inner .img img {
    position: relative;
    right: auto;
  }
}
.b-flow-01 .b-inner .img img.img01 {
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .b-flow-01 .b-inner .img img.img01 {
    bottom: auto;
  }
}
.b-flow-01 .b-inner .img img.img02 {
  bottom: -22px;
}
@media screen and (max-width: 960px) {
  .b-flow-01 .b-inner .img img.img02 {
    bottom: auto;
  }
}
.b-flow-01 .b-inner + .b-inner {
  margin-top: 50px;
  position: relative;
}
.b-flow-01 .b-inner + .b-inner::before {
  content: "";
  width: 0px;
  height: 49px;
  border: 1px dashed #cfc9c9;
  position: absolute;
  left: 50%;
  top: -51px;
  transform: translateX(-50%);
}

.u-textimg-01 .num {
  color: #FA592C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 440px) {
  .u-textimg-01 .num {
    font-size: 18px;
  }
}
.u-textimg-01 .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 10px;
}
@media screen and (max-width: 440px) {
  .u-textimg-01 .title {
    font-size: 12px;
  }
}
.u-textimg-01 .img img {
  width: revert-layer;
  max-width: 100%;
}

.u-text-01 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.u-list-01 li {
  position: relative;
  color: #000;
  font-size: 15px;
  padding-left: 15px;
  font-weight: 400;
}
.u-list-01 li::before {
  content: "";
  width: 4px;
  height: 16px;
  flex-shrink: 0;
  background: #FA592C;
  display: block;
  position: absolute;
  left: 0;
  top: 0.85em;
  transform: translateY(-50%);
}

#contents {
  position: relative;
  display: block;
}
@media screen and (max-width: 960px) {
  #contents {
    width: 100%;
  }
}

.underwrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .underwrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 440px) {
  .underwrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fs10 {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .fs10 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 428px) {
  .fs10 {
    font-size: 0.8rem;
  }
}

.font-s10 {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .font-s10 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s10 {
    font-size: 0.8rem;
  }
}

.fs11 {
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .fs11 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .fs11 {
    font-size: 0.9rem;
  }
}

.font-s11 {
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .font-s11 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s11 {
    font-size: 0.9rem;
  }
}

.fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .fs12 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 428px) {
  .fs12 {
    font-size: 1rem;
  }
}

.font-s12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .font-s12 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s12 {
    font-size: 1rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .fs13 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 428px) {
  .fs13 {
    font-size: 1.1rem;
  }
}

.font-s13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .font-s13 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s13 {
    font-size: 1.1rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .fs14 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 428px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.font-s14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .font-s14 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s14 {
    font-size: 1.2rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 428px) {
  .fs15 {
    font-size: 1.3rem;
  }
}

.font-s15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .font-s15 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s15 {
    font-size: 1.3rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 428px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.font-s16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .font-s16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 428px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.font-s17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .font-s17 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s17 {
    font-size: 1.5rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 428px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.font-s18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .font-s18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 960px) {
  .fs19 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 428px) {
  .fs19 {
    font-size: 1.7rem;
  }
}

.font-s19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 960px) {
  .font-s19 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s19 {
    font-size: 1.7rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .fs20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 428px) {
  .fs20 {
    font-size: 1.8rem;
  }
}

.font-s20 {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .font-s20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s20 {
    font-size: 1.8rem;
  }
}

.fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 960px) {
  .fs21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .fs21 {
    font-size: 1.9rem;
  }
}

.font-s21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 960px) {
  .font-s21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s21 {
    font-size: 1.9rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .fs22 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 428px) {
  .fs22 {
    font-size: 2rem;
  }
}

.font-s22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .font-s22 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s22 {
    font-size: 2rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 960px) {
  .fs23 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 428px) {
  .fs23 {
    font-size: 2.1rem;
  }
}

.font-s23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 960px) {
  .font-s23 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s23 {
    font-size: 2.1rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .fs24 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 428px) {
  .fs24 {
    font-size: 2.2rem;
  }
}

.font-s24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .font-s24 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s24 {
    font-size: 2.2rem;
  }
}

.fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 960px) {
  .fs25 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .fs25 {
    font-size: 2.3rem;
  }
}

.font-s25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 960px) {
  .font-s25 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s25 {
    font-size: 2.3rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .fs26 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  .fs26 {
    font-size: 2.4rem;
  }
}

.font-s26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .font-s26 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s26 {
    font-size: 2.4rem;
  }
}

.fs27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 960px) {
  .fs27 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 428px) {
  .fs27 {
    font-size: 2.5rem;
  }
}

.font-s27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 960px) {
  .font-s27 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s27 {
    font-size: 2.5rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .fs28 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 428px) {
  .fs28 {
    font-size: 2.6rem;
  }
}

.font-s28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .font-s28 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s28 {
    font-size: 2.6rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 960px) {
  .fs29 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 428px) {
  .fs29 {
    font-size: 2.7rem;
  }
}

.font-s29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 960px) {
  .font-s29 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s29 {
    font-size: 2.7rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 960px) {
  .fs30 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 428px) {
  .fs30 {
    font-size: 2.8rem;
  }
}

.font-s30 {
  font-size: 3rem;
}
@media screen and (max-width: 960px) {
  .font-s30 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s30 {
    font-size: 2.8rem;
  }
}

.fs31 {
  font-size: 3.1rem;
}
@media screen and (max-width: 960px) {
  .fs31 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 428px) {
  .fs31 {
    font-size: 2.9rem;
  }
}

.font-s31 {
  font-size: 3.1rem;
}
@media screen and (max-width: 960px) {
  .font-s31 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s31 {
    font-size: 2.9rem;
  }
}

.fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .fs32 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 428px) {
  .fs32 {
    font-size: 3rem;
  }
}

.font-s32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .font-s32 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s32 {
    font-size: 3rem;
  }
}

.fs33 {
  font-size: 3.3rem;
}
@media screen and (max-width: 960px) {
  .fs33 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 428px) {
  .fs33 {
    font-size: 3.1rem;
  }
}

.font-s33 {
  font-size: 3.3rem;
}
@media screen and (max-width: 960px) {
  .font-s33 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s33 {
    font-size: 3.1rem;
  }
}

.fs34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 960px) {
  .fs34 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 428px) {
  .fs34 {
    font-size: 3.2rem;
  }
}

.font-s34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 960px) {
  .font-s34 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s34 {
    font-size: 3.2rem;
  }
}

.fs35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 960px) {
  .fs35 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 428px) {
  .fs35 {
    font-size: 3.3rem;
  }
}

.font-s35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 960px) {
  .font-s35 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s35 {
    font-size: 3.3rem;
  }
}

.fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  .fs36 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 428px) {
  .fs36 {
    font-size: 3.4rem;
  }
}

.font-s36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  .font-s36 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s36 {
    font-size: 3.4rem;
  }
}

.fs37 {
  font-size: 3.7rem;
}
@media screen and (max-width: 960px) {
  .fs37 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 428px) {
  .fs37 {
    font-size: 3.5rem;
  }
}

.font-s37 {
  font-size: 3.7rem;
}
@media screen and (max-width: 960px) {
  .font-s37 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s37 {
    font-size: 3.5rem;
  }
}

.fs38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 960px) {
  .fs38 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 428px) {
  .fs38 {
    font-size: 3.6rem;
  }
}

.font-s38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 960px) {
  .font-s38 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s38 {
    font-size: 3.6rem;
  }
}

.fs39 {
  font-size: 3.9rem;
}
@media screen and (max-width: 960px) {
  .fs39 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 428px) {
  .fs39 {
    font-size: 3.7rem;
  }
}

.font-s39 {
  font-size: 3.9rem;
}
@media screen and (max-width: 960px) {
  .font-s39 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s39 {
    font-size: 3.7rem;
  }
}

.fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .fs40 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 428px) {
  .fs40 {
    font-size: 3.8rem;
  }
}

.font-s40 {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .font-s40 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s40 {
    font-size: 3.8rem;
  }
}

.fs41 {
  font-size: 4.1rem;
}
@media screen and (max-width: 960px) {
  .fs41 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 428px) {
  .fs41 {
    font-size: 3.9rem;
  }
}

.font-s41 {
  font-size: 4.1rem;
}
@media screen and (max-width: 960px) {
  .font-s41 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s41 {
    font-size: 3.9rem;
  }
}

.fs42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 960px) {
  .fs42 {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 428px) {
  .fs42 {
    font-size: 4rem;
  }
}

.font-s42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 960px) {
  .font-s42 {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s42 {
    font-size: 4rem;
  }
}

.fs43 {
  font-size: 4.3rem;
}
@media screen and (max-width: 960px) {
  .fs43 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 428px) {
  .fs43 {
    font-size: 4.1rem;
  }
}

.font-s43 {
  font-size: 4.3rem;
}
@media screen and (max-width: 960px) {
  .font-s43 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s43 {
    font-size: 4.1rem;
  }
}

.fs44 {
  font-size: 4.4rem;
}
@media screen and (max-width: 960px) {
  .fs44 {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 428px) {
  .fs44 {
    font-size: 4.2rem;
  }
}

.font-s44 {
  font-size: 4.4rem;
}
@media screen and (max-width: 960px) {
  .font-s44 {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s44 {
    font-size: 4.2rem;
  }
}

.fs45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 960px) {
  .fs45 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 428px) {
  .fs45 {
    font-size: 4.3rem;
  }
}

.font-s45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 960px) {
  .font-s45 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s45 {
    font-size: 4.3rem;
  }
}

.fs46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 960px) {
  .fs46 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 428px) {
  .fs46 {
    font-size: 4.4rem;
  }
}

.font-s46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 960px) {
  .font-s46 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s46 {
    font-size: 4.4rem;
  }
}

.fs47 {
  font-size: 4.7rem;
}
@media screen and (max-width: 960px) {
  .fs47 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 428px) {
  .fs47 {
    font-size: 4.5rem;
  }
}

.font-s47 {
  font-size: 4.7rem;
}
@media screen and (max-width: 960px) {
  .font-s47 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s47 {
    font-size: 4.5rem;
  }
}

.fs48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 960px) {
  .fs48 {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 428px) {
  .fs48 {
    font-size: 4.6rem;
  }
}

.font-s48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 960px) {
  .font-s48 {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s48 {
    font-size: 4.6rem;
  }
}

.fs49 {
  font-size: 4.9rem;
}
@media screen and (max-width: 960px) {
  .fs49 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 428px) {
  .fs49 {
    font-size: 4.7rem;
  }
}

.font-s49 {
  font-size: 4.9rem;
}
@media screen and (max-width: 960px) {
  .font-s49 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s49 {
    font-size: 4.7rem;
  }
}

.fs50 {
  font-size: 5rem;
}
@media screen and (max-width: 960px) {
  .fs50 {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 428px) {
  .fs50 {
    font-size: 4.8rem;
  }
}

.font-s50 {
  font-size: 5rem;
}
@media screen and (max-width: 960px) {
  .font-s50 {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 428px) {
  .font-s50 {
    font-size: 4.8rem;
  }
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

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

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

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

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .pc-iblock {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-block {
    display: block;
  }
}

.sp-iblock {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-iblock {
    display: inline-block;
  }
}

@media screen and (min-width: 961px) {
  .sp-visible {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (441px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 440px) {
  .tb-visible {
    display: none !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 960px) {
  .mt0 {
    margin-top: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 960px) {
  .mr0 {
    margin-right: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 960px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 960px) {
  .ml0 {
    margin-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 960px) {
  .mt5 {
    margin-top: 2.5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 960px) {
  .mr5 {
    margin-right: 2.5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 960px) {
  .mb5 {
    margin-bottom: 2.5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 960px) {
  .ml5 {
    margin-left: 2.5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 960px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 960px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 960px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 960px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 960px) {
  .mt15 {
    margin-top: 7.5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 960px) {
  .mr15 {
    margin-right: 7.5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 960px) {
  .mb15 {
    margin-bottom: 7.5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 960px) {
  .ml15 {
    margin-left: 7.5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 960px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 960px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 960px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 960px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 960px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 960px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 960px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 960px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 960px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 960px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 960px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 960px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 960px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 960px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 960px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 960px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 960px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 960px) {
  .mr60 {
    margin-right: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 960px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 960px) {
  .ml60 {
    margin-left: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 960px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 960px) {
  .mr70 {
    margin-right: 35px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 960px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 960px) {
  .ml70 {
    margin-left: 35px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 960px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 960px) {
  .mr80 {
    margin-right: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 960px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 960px) {
  .ml80 {
    margin-left: 40px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 960px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 960px) {
  .mr90 {
    margin-right: 45px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 960px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 960px) {
  .ml90 {
    margin-left: 45px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 960px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 960px) {
  .mr100 {
    margin-right: 50px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 960px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 960px) {
  .ml100 {
    margin-left: 50px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 960px) {
  .pb0 {
    padding-bottom: 0px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 960px) {
  .pt5 {
    padding-top: 2.5px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 960px) {
  .pb5 {
    padding-bottom: 2.5px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 960px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 960px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 960px) {
  .pt15 {
    padding-top: 7.5px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 960px) {
  .pb15 {
    padding-bottom: 7.5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 960px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 960px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 960px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 960px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 960px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 960px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 960px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 960px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 960px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 960px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 960px) {
  .pt70 {
    padding-top: 35px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 960px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 960px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 960px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 960px) {
  .pt90 {
    padding-top: 45px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 960px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 960px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 960px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=page.css.map */
