@charset "UTF-8";
/* ================================================= 
reset setting
================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* ================================================= 
base setting
================================================= */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

html {
  height: 100%;
  font-size: 62.5%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  word-wrap: break-word;
  /*word-break:break-all;*/
  -webkit-text-size-adjust: none;
}

a.block {
  display: block;
  color: #000;
  text-decoration: none;
}
a.block h2, a.block h3, a.block h4, a.block h5, a.block p, a.block span {
  transition: 0.2s;
}
a.block:hover h2, a.block:hover h3, a.block:hover h4, a.block:hover h5, a.block:hover p, a.block:hover span {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }
}
@media screen and (min-width: 960px) {
  /* footer */
  .Footer .tal {
    padding-left: 15px;
  }
  .Footer .tar {
    padding-right: 15px;
  }
}
@media screen and (max-width: 959px) {
  /* footer */
  .Footer .Row {
    margin-bottom: 0;
  }
  .Footer .Row.banner .Column--small-12 {
    padding-bottom: 15px;
  }
  .Footer .Row.menu .Column--medium-12 p:last-child {
    text-align: center;
  }
  .Footer .Row.menu .Column--medium-12 span, .Footer .Row.menu .Column--medium-12 .none {
    display: inline-block;
    width: 49%;
    margin-top: 10px;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
    border-right: none;
  }
  .Footer .tal, .Footer .tar {
    text-align: center !important;
    margin: 0;
    padding: 0;
  }
  .copyright {
    display: block;
  }
  .copyright .privacy {
    display: none;
  }
}
@media screen and (max-width: 819px) {
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global, .Pacnav--is-scrolling .Header .Logo-block.Logo-global {
    margin-top: -2px;
  }
  .PacnavToggle-circles, .PacnavToggle-lines {
    fill: #000;
  }
}
@media screen and (max-width: 640px) {
  /* head */

}
/* ================================================= 
block setting
================================================= */
.Page {
  padding-top: 140px;
}
@media screen and (max-width: 819px) {
  .Page {
    padding-top: 60px;
  }
}

.sect {
  padding: 4.375em 0;
}
@media screen and (max-width: 480px) {
  .sect {
    padding: 2.5em 0;
  }
}

.wide-1100 .Wrap {
  max-width: 1100px;
}

._sp, .none {
  display: none;
}

@media screen and (max-width: 480px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*$minFont　最小のフォントサイズを引数として受け取る（単位なし）*/
/* ================================================= 
common setting
================================================= */
.Row.ai-none {
  align-items: normal;
}
.Row.ai-cen {
  align-items: center;
}
.Row.flex-blc-row {
  flex-direction: row-reverse;
}
@media (min-width: 959px) {
  .info-section .Row.ai-none, .bloglink .Row.ai-none {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .Column--sp100 .Column--medium-6 {
    width: 100%;
  }
  .Row.ai-none {
    margin-top: 10px;
  }
}
.flex-blc {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
.flex-blc:last-child {
  margin-bottom: 0;
}
.flex-blc.flex-blc-row {
  flex-direction: row-reverse;
}
.flex-blc.jc-end {
  justify-content: flex-end;
}
.flex-blc.jc-cen {
  justify-content: center;
}
.flex-blc.jc-bet {
  justify-content: space-between;
}
.flex-blc.jc-ar {
  justify-content: space-around;
}
.flex-blc.ai-cen {
  align-items: center;
}
.flex-blc.ai-end {
  align-items: flex-end;
}
.flex-blc .inner {
  flex: 1;
  padding-left: 5%;
}
.flex-blc .inner.pd-right {
  padding: 0 5% 0 0;
}
.flex-blc.flex-blc-row .inner {
  padding: 0 5% 0 0;
}
.flex-blc.btn-flex {
  margin: 0;
  gap: 20px;
}
@media screen and (max-width: 819px) {
  .flex-blc.btn-flex {
    text-align: center;
  }
  .flex-blc.btn-flex > .btn:first-child {
    margin-top: 0;
  }
}
.flex-blc.tag-flex {
  list-style: none;
  padding: 0;
  margin: 40px auto;
}
.flex-blc.tag-flex > li {
  margin: 1rem;
}
.flex-blc.tag-flex > li a, .flex-blc.tag-flex > li span {
  display: block;
  line-height: 1;
  padding: 0.3125rem 2.5rem;
  color: white;
  background-color: #777;
}
.flex-blc.tag-flex > li a:hover, .flex-blc.tag-flex > li span:hover {
  text-decoration: none;
  background-color: #1B67CB;
}
.flex-blc.tag-flex._round > li a, .flex-blc.tag-flex._round > li span {
  border-radius: 50px;
  background-color: white;
  border: 1px solid #777;
  color: #2B2F33;
}
@media screen and (max-width: 480px) {
  .flex-blc.tag-flex > li {
    margin: 0.5rem;
  }
  .flex-blc.tag-flex > li a, .flex-blc.tag-flex > li span {
    padding: 1rem 1.5rem;
  }
}
.flex-blc.flex-blc-c2 > .item {
  width: 49%;
  margin-right: 2%;
}
.flex-blc.flex-blc-c2 > .item:nth-of-type(even) {
  margin-right: 0;
}
.flex-blc.flex-blc-c3 > .item {
  width: 31.3%;
  margin-right: 3%;
}
.flex-blc.flex-blc-c3 > .item:nth-of-type(3n) {
  margin-right: 0;
}
.flex-blc.flex-blc-c4 > .item {
  width: 24.25%;
  margin-right: 1%;
}
.flex-blc.flex-blc-c4 > .item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 819px) {
  .flex-blc:not(._sp-as) .inner {
    width: 100%;
  }
  .flex-blc.flex-blc-row .inner {
    width: 100%;
    padding: 5% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .flex-blc._sp-as.jc-end {
    justify-content: center;
  }
  .flex-blc.flex-blc-c2 > .item, .flex-blc.flex-blc-c3 > .item, .flex-blc.flex-blc-c4 > .item {
    width: 100%;
    margin-top: 0.5em;
    margin-right: 0;
  }
}

/* align */
._left {
  text-align: left;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

._inline {
  display: inline-block;
}

/*  tilte */
.h1 {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .h1 {
    font-size: 28px;
  }
}

.h2 {
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .h2 {
    font-size: 26px;
  }
}

.h3 {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 20px;
}

.h5 {
  font-size: 18px;
}

.lg-ttl {
  font-size: 36px;
  padding-bottom: 0.6em;
  position: relative;
}
.lg-ttl::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #206088;
  position: absolute;
  bottom: 0;
}
.lg-ttl._left::after {
  left: 0;
}
.lg-ttl._center::after {
  left: 0;
  right: 0;
  margin: auto;
}
.lg-ttl._right::after {
  right: 0;
}
.lg-ttl + .Row {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .lg-ttl {
    font-size: 26px;
  }
}

.read {
  text-align: center;
}

/* img */
.img-wrap {
  line-height: 1;
  margin-top: 20px;
}
.img-wrap img {
  max-width: 100%;
  height: auto;
}

.trim {
  overflow: hidden;
  /*   width: 120%; */
  height: 200px;
  position: relative;
}
.trim:not(.h280) {
  background: #f0f0f0;
}

@media screen and (max-width: 480px) {
  .trim {
    width: 100%;
    height: 120px;
  }
}

.trim.trim-x img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.trim.trim-y img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.img-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.h280 {
  height: 280px;
}
@media screen and (max-width: 819px) {
  .h280 {
    height: 140px;
  }
}

/* list */
.none-list {
  list-style-type: none;
}

.disclist {
  list-style: none;
  padding-left: 0;
}
.disclist > li {
  margin-top: 0.75em;
  padding-left: 2.5rem;
  position: relative;
  text-align: left;
  color: #3498DB;
}
.disclist > li::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 0.9em;
  font-weight: 900;
  color: #3498DB;
  position: absolute;
  top: 2px;
  left: 0;
}
.disclist > li:first-child {
  margin-top: 0;
}

.checklist {
  list-style: none;
  padding-left: 0;
}
.checklist > li {
  margin-top: 0.75rem;
  padding-left: 3rem;
  position: relative;
  text-align: left;
}
.checklist > li::before {
  content: "\f05d";
  font-size: 1.25em;
  font-family: "FontAwesome";
  font-weight: 400;
  color: #206088;
  position: absolute;
  top: -2px;
  left: 0;
}
.checklist > li:first-child {
  margin-top: 0;
}

.arwlist {
  list-style: none;
  padding-left: 0;
}
.arwlist > li {
  margin-top: 0.5em;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
  color: #000;
  line-height: 1.4;
}
.arwlist > li::before {
  content: "";
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #000;
  position: absolute;
  top: 7px;
  left: 0;
}
.arwlist > li:first-child {
  margin-top: 0;
}

/* dl */
.dltbl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.dltbl dt, .dltbl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .dltbl {
    display: block;
  }
}

/* btn */
.btn a, .btn > .link {
  display: inline-block;
  line-height: 1;
  text-align: center;
  position: relative;
  color: white;
}
.btn a:hover, .btn > .link:hover {
  text-decoration: none;
}
.btn._small a, .btn._small .link {
  background-color: #F8813C;
  margin-top: 30px;
  padding: 0.75rem 1.5rem;
  border-radius: 60px;
}
.btn._small a span, .btn._small .link span {
  padding-right: 15px;
  background: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/top/ico_arw.svg) no-repeat right center;
  background-size: 11px auto;
}
.btn._small a:hover, .btn._small .link:hover {
  opacity: 0.7;
}
.btn._small02 a, .btn._small02 .link {
  background-color: #F8813C;
  margin-top: 30px;
  padding: 1.2rem 3rem;
  border-radius: 60px;
  font-weight: 700;
}
.btn._small02 a:hover, .btn._small02 .link:hover {
  opacity: 0.7;
}
.btn._middle a, .btn._middle .link {
  max-width: 254px;
  width: 100%;
  background-color: white;
  border: 2px solid #1B67CB;
  color: #1B67CB;
  font-weight: 700;
  margin-top: 50px;
  padding: 2.25rem 0;
  border-radius: 60px;
}
.btn._middle a span, .btn._middle .link span {
  padding-right: 30px;
  background: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/top/ico_arw_blue.svg) no-repeat right center;
  background-size: 12px auto;
}
.btn._middle a:hover, .btn._middle .link:hover {
  opacity: 0.7;
}
.btn._middle02 a, .btn._middle02 .link {
  min-width: 254px;
  background-color: #F8813C;
  margin-top: 50px;
  padding: 2.25rem 3.25rem;
  border-radius: 60px;
  font-weight: 700;
}
.btn._middle02 a:hover, .btn._middle02 .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .btn._middle02 a, .btn._middle02 .link {
    margin-top: 30px;
  }
}
.btn._middle03 a, .btn._middle03 .link {
  max-width: 260px;
  width: 100%;
  color: white;
  font-weight: 700;
  margin-top: 50px;
  padding: 2.25rem 0;
  background-color: #1b67cb !important;
  border-radius: 32px;
  background: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/top/ico_arw.svg) no-repeat 94%;
  background-size: 14px auto;
}
.btn._middle03 a:hover, .btn._middle03 .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .btn._middle03 a, .btn._middle03 .link {
    margin-top: 30px;
  }
}
.btn._large a, .btn._large .link {
  max-width: 430px;
  width: 80%;
  background-color: #F8813C;
  margin-top: 50px;
  padding: 2rem 0;
  font-size: clamp(17px,2.969vw,22px);
  font-weight: 700;
  border-radius: 60px;
}
.btn._large a span, .btn._large .link span {
  padding-right: 30px;
  background: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/top/ico_arw.svg) no-repeat right center;
  background-size: 18px auto;
}
.btn._large a:hover, .btn._large .link:hover {
  opacity: 0.7;
}

.btn._large02 {
  max-width: 500px;
  width: 100%;
}
.btn._large02 a, .btn._large02 .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #F8813C;
  font-size: clamp(16px,2.969vw,20px);
  font-weight: 700;
  border-radius: 60px;
}
.btn._large02 a:hover, .btn._large02 .link:hover {
  opacity: .8;
}
.btn._large02 span.small {
  display: block;
  font-size: 14px;
}

.btn._blue a {
  background-color: #0173A1;
}
.btn._brown a {
  background-color: #c94a00;
}
.btn._brown {
  margin-left: 15px;
}

.btn._blue a:hover {
  opacity: 0.7;
}
.btn._blue + .btn {
  margin-left: 15px;
}
@media screen and (max-width: 819px) {
  .btn._blue + .btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 420px) {
  .btn.sp-btn-style {
    margin-left: 0;
    margin-top: 15px;
  }
}


/* box */
.item {
  position: relative;
  height: 100%;
}
.item-txtblock {
  margin-top: 3.75em;
}
.item-txtblock:first-child {
  margin-top: 0;
}
.item-head {
  border-bottom: 2px solid #0173A1;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 1.125em;
}
.item-head .img-wrap {
  width: 100px;
  border: 1px solid #eee;
}
@media screen and (max-width: 819px) {
  .item-head {
    padding: 1em 0;
  }
  .item-head .img-wrap {
    margin: 0 auto 1em;
  }
  .item-head .inner h3 {
    font-size: 18px;
  }
}
.item-head2 {
  text-align: center;
}
.item-head2 span {
  display: inline-block;
  padding: 1rem 2.75rem;
  border: 2px solid #1B67CB;
  color: #1B67CB;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
}
.item-head2 h3 {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .item-head2 + .Row {
    margin-top: 1em;
  }
}
.item figure {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.item figure figcaption {
  color: #000;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .item.graybox figure img {
    max-width: 70px !important;
  }
  .item.graybox figure .h4 {
    font-size: 15px;
  }
}

.whitebox {
  padding: clamp(16px, 20%, 32px);
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.whitebox._large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.whitebox._none {
  box-shadow: none;
}
.whitebox.thumbox {
  padding: 0;
}
.whitebox.thumbox a {
  color: #000;
}
.whitebox.thumbox a:hover {
  opacity: 0.7;
}
.whitebox.thumbox .thumbox-inner {
  padding: 20px 20px 30px;
}
.whitebox.thumbox .thumbox-inner .h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.whitebox.thumbox .thumbox-inner p {
  margin-top: 0;
  margin-bottom: 15px;
}
.whitebox.thumbox .thumbox-inner p:last-child {
  margin-bottom: 0;
}
.whitebox.figurebox {
  border: 2px solid #1B67CB;
}
.whitebox.figurebox figure {
  margin: 1em 0 0;
}
.whitebox.figurebox figure figcaption {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .whitebox.figurebox {
    padding: 15px;
  }
  .whitebox.figurebox figure figcaption {
    font-size: 16px;
    margin-top: 1em !important;
  }
}

.bd_box {
  padding: clamp(16px, 20%, 32px);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
  background-color: white;
}

.bd_box .block .match p {
  text-align: left;
}

.graybox {
  background-color: #F0F4F7;
  padding: clamp(16px, 10%, 24px);
}

.bluebox {
  margin-top: 30px;
  background-color: #F0F4F7;
  padding: clamp(16px, 10%, 24px);
}
.bluebox:first-child {
  margin-top: 0;
}

/* tag */
.tag span {
  display: inline-block;
  padding: 0.75rem;
  color: white;
  line-height: 1;
}

.tagclip {
  display: inline-block;
  padding: 0.75rem 0.75rem 1rem;
  color: white;
  background-color: #1B67CB;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
}

/* table */
.tbl {
  border-spacing: 1px;
  border-collapse: separate;
}
.tbl tr th, .tbl tr td {
  padding: 1.5rem 2rem;
}
.tbl tr th {
  color: white;
  text-align: center;
  background-color: #1B67CB;
  min-width: 150px;
}
.tbl tr th:nth-child(even) {
  background-color: #206088;
}
.tbl tr td {
  background-color: #F2F9FC;
}
@media screen and (max-width: 480px) {
  .tbl tr th, .tbl tr td {
    display: block;
    width: 100%;
  }
  .tbl tr th {
    text-align: left;
  }
}

.bg-color .tbl tr td, .bg-gray .tbl tr td {
  background-color: white;
}

/* bg-color */
.bg-color {
  background-color: #EBF5FB;
}

.bg-blue {
  background-color: #0173A1;
}

.bg-blackblue {
  background-color: #1A294D;
}

.bg-gray {
  background-color: #ECF1F2;
}

/* font */
.small {
  font-size: 0.875em;
}

.large {
  font-size: 1.25em;
}

.bold {
  font-weight: 700;
}

.white {
  color: white;
}

.gray {
  color: #777777;
}

.black {
  color: #000;
}

.blue {
  color: #206088;
}
.blue2 {
  color: #008CFF;
}

.green {
  color: #00999B;
}

.red {
  color: #ED4F4F;
}

.orange {
  color: #F8813C;
}

.yellow {
  color: #FFF953;
}

.brown {
  color: #6A5942;
}

.gold {
  color: #ab8c1e;
}

.pink {
  color: #F9106E;
}

.purple {
  color: #9854DB;
}

/* padding,margin */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

.mt05 {
  margin-top: 0.5em !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt15 {
  margin-top: 1.5em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt25 {
  margin-top: 2.5em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mt6 {
  margin-top: 6em !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb15 {
  margin-bottom: 1.5em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb25 {
  margin-bottom: 2.5em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.mb6 {
  margin-bottom: 6em !important;
}

.pt05 {
  padding-top: 0.5em !important;
}
.pt1 {
  padding-top: 1em !important;
}
.pt15 {
  padding-top: 1.5em !important;
}
.pt2 {
  padding-top: 2em !important;
}
.pt25 {
  padding-top: 2.5em !important;
}
.pt3 {
  padding-top: 3em !important;
}
.pt4 {
  padding-top: 4em !important;
}
.pt5 {
  padding-top: 5em !important;
}
.pt6 {
  padding-top: 6em !important;
}

.pb05 {
  padding-bottom: 0.5em !important;
}
.pb1 {
  padding-bottom: 1em !important;
}
.pb15 {
  padding-bottom: 1.5em !important;
}
.pb2 {
  padding-bottom: 2em !important;
}
.pb25 {
  padding-bottom: 2.5em !important;
}
.pb3 {
  padding-bottom: 3em !important;
}
.pb4 {
  padding-bottom: 4em !important;
}
.pb5 {
  padding-bottom: 5em !important;
}
.pb6 {
  padding-bottom: 6em !important;
}

.plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media screen and (max-width: 959px) {
  .plr50 {
    padding: 0 !important;
  }
}

/*$minFont　最小のフォントサイズを引数として受け取る（単位なし）*/
/* ================================================= 
index setting
================================================= */
.hero-section {
  padding-bottom: 50px;
  background-color: #EBF0F1;
  position: relative;
  z-index: 0;
}
.hero-section-inner {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 320px 20px 70px;
  width: calc(100% - 60px);
}
.hero-section-inner .eng {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(74px,11.563vw,100px);
  font-weight: 700;
  color: white;
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero-section-inner .eng span {
  display: inline-block;
  background-color: #206088;
  padding: 0 1rem;
}
.hero-section-inner h1 {
  font-size: clamp(33px,5.156vw,46px);
  line-height: 1.2;
}
.hero-section-inner h1 span {
  display: inline-block;
  background-color: white;
  padding: 0 1rem 0.5rem;
}
.hero-section .bg-image {
  width: 82%;
  height: 80%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hero-section .bg_sp {
  display: none;
}
.hero-section .bg_pc {
  display: block;
}
@media (max-width: 639px){
  .hero-section .bg_pc {
    display: none;
  }
  .hero-section .bg_sp, .hero-section .bg_pc.only {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .hero-section {
    padding-bottom: 0;
  }
  .hero-section-inner {
    padding: 200px 0 60px;
    width: 100%;
  }
  .hero-section-inner .eng {
    font-size: 59px;
    font-size: 5.9rem;
  }
  .hero-section-inner .eng span {
    padding: 0.25rem 1rem 0;
  }
  .hero-section-inner h1 {
    font-size: clamp(30px,4.688vw,48px);
    line-height: 1.2;
  }
  .hero-section-inner h1 span {
    display: inline-block;
    background-color: white;
    padding: 0 1rem 0.5rem;
  }
  .hero-section .btn {
    padding: 30px 0;
    background-color: #EBF0F1;
  }
  .hero-section .btn a {
    margin-top: 0;
  }
  .hero-section .bg-image {
    width: 100%;
    height: 90%;
    background-size: cover;
  }
}

.service-section {
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 75% auto;
}
.service-section h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
}
.service-section h2 .eng {
  display: block;
  font-size: clamp(75px,11.719vw,110px);
}
.service-section .Row {
  margin-top: 30px;
  padding-left: 15%;
}
.service-section .Row .item {
  position: relative;
  padding-top: 70px;
}
.service-section .Row .item .tag {
  position: absolute;
  top: 20px;
  right: 0;
}
.service-section .Row .item .tag span {
  background-color: #206088;
}
.service-section .Row .item h3 {
  margin: 10px 0 15px;
}
.service-section .Row .item p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .service-section {
    background-size: 100% 20% !important;
  }
  .service-section h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .service-section h2 .eng {
    font-size: 68px;
    font-size: 6.8rem;
  }
  .service-section .Row {
    padding-left: 0;
  }
  .service-section .Row .item {
    padding-top: 70px;
  }
}

.products-section .section-head {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.products-section .section-head h2 {
  font-size: clamp(28px,3.594vw,37px);
  color: #206088;
  text-align: center;
}
.products-section .section-head .pos {
  margin: 0;
  color: #F0F4F7;
  font-size: clamp(75px,11.719vw,120px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
}
.products-section .Wrap {
  max-width: 1230px;
}
.products-section .tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.products-section .tabs .item {
  padding: 30px;
}
.products-section .tabs .item:hover .whitebox, .products-section .tabs .item.panel-active .whitebox {
  background-color: white;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.products-section .tabs .item::after {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  width: 30px;
  border: 15px solid transparent;
  border-bottom: 20px solid white;
  z-index: 3;
  transition: 0.2s;
}
.products-section .tabs .item.panel-active::after {
  content: "";
}
.products-section .tabs .item .whitebox {
  cursor: pointer;
  display: block;
  height: 100%;
  background-color: #F0F4F7;
  padding: 20px 10px 30px;
  border-radius: 10px;
  position: relative;
  transition: 0.2s;
}
.products-section .tabs .item .whitebox .tagclip {
  padding: 0.75rem 1.5rem 1rem;
  background-color: #777777;
}
.products-section .tabs .item .whitebox figure {
  text-align: center;
  margin: 1em 0 0;
  line-height: 1;
}
.products-section .tabs .item .whitebox figure img {
  max-width: 75px;
  width: 100%;
}
.products-section .tabs .item .whitebox figure figcaption {
  margin-top: 2.5em;
  text-align: center;
  color: #000;
}
.products-section .tabs .panel {
  padding: 30px 15px;
  display: none;
  grid-column: 1/-1;
  grid-row-start: 2;
  transition: all 0.4s;
  z-index: 2;
}
.products-section .tabs .panel.open {
  display: block;
}
.products-section .tabs .panel._nub5, .products-section .tabs .panel._nub6, .products-section .tabs .panel._nub7, .products-section .tabs .panel._nub8 {
  grid-row-start: 3;
}
.products-section .tabs .panel .whitebox {
  padding: 45px 150px 80px;
  position: relative;
}
.products-section .tabs .panel .whitebox a.block {
  margin-top: 1.25em;
  color: #000;
  text-decoration: none;
}
.products-section .tabs .panel .whitebox a.block:first-child {
  margin-top: 0;
}
.products-section .tabs .panel .whitebox a.block:hover {
  opacity: 0.7;
}
.products-section .tabs .panel .whitebox .dltbl {
  align-items: center;
  background-color: #F0F4F7;
  padding: 1rem;
  margin-top: 1.25em;
}
.products-section .tabs .panel .whitebox .dltbl:first-child {
  margin-top: 0;
}
.products-section .tabs .panel .whitebox .dltbl dt {
  flex: 1;
  padding-right: 5%;
  font-weight: 700;
}
.products-section .tabs .panel .whitebox .dltbl dt > span {
  font-size: 20px;
  line-height: 1.4;
}
.products-section .tabs .panel .whitebox .dltbl dt > span:nth-child(odd) {
  width: 190px;
  padding: 0 20px;
}
.products-section .tabs .panel .whitebox .dltbl dt > span:nth-child(even) {
  flex: 1;
}
.products-section .tabs .panel .whitebox .dltbl dd {
  width: 160px;
}
.products-section .tabs .panel .whitebox .panel-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.products-section .tabs .panel .whitebox .panel-close span {
  padding-left: 25px;
  background: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/top/ico_close.svg) no-repeat left center;
}
@media screen and (max-width: 959px) {
  .products-section .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-section .tabs .panel._nub3, .products-section .tabs .panel._nub4 {
    grid-row-start: 3;
  }
  .products-section .tabs .panel._nub5, .products-section .tabs .panel._nub6 {
    grid-row-start: 4;
  }
  .products-section .tabs .panel._nub7, .products-section .tabs .panel._nub8 {
    grid-row-start: 5;
  }
  .products-section .tabs .panel .whitebox {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 480px) {
  .products-section .Wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
  .products-section .tabs .item {
    padding: 10px;
  }
  .products-section .tabs .item .whitebox {
    padding: 30px 5px 20px;
  }
  .products-section .tabs .item .whitebox figure img {
    width: 50%;
  }
  .products-section .tabs .item .whitebox figure figcaption {
    margin-top: 0.5em;
  }
  .products-section .tabs .item .whitebox figure figcaption.h4 {
    font-size: 16px;
  }
  .products-section .tabs .panel .whitebox {
    padding: 15px 15px 60px;
  }
  .products-section .tabs .panel .whitebox .dltbl dt {
    padding-right: 0;
  }
  .products-section .tabs .panel .whitebox .dltbl dt > span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
  }
  .products-section .tabs .panel .whitebox .dltbl dt > span:nth-child(odd) {
    width: 100%;
    padding: 0;
  }
  .products-section .tabs .panel .whitebox .dltbl dd {
    margin-top: 1em;
  }
}

.solution-section .bg-image {
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 80% 100%;
}
.solution-section h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
}
.solution-section h2 .eng {
  display: block;
  font-size: clamp(75px,11.719vw,120px);
}
/* .solution-section .Row {
margin-top: -60px;
padding-right: 20%;
} */
.solution-section .Row .item {
  position: relative;
}
.solution-section .Row .item .btn a {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .solution-section .Row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .solution-section .bg-image {
    padding-bottom: 2.5em;
  }
  .solution-section .Row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .solution-section .bg-image {
    padding-bottom: 0;
    background-size: 100% 30%;
  }
  .solution-section h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .solution-section h2 .eng {
    font-size: 70px;
    font-size: 7rem;
  }
  .solution-section .Row {
    padding-right: 0;
  }
}

.info-section .section-head {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.info-section .section-head h2 {
  font-size: clamp(28px,3.594vw,37px);
  color: #206088;
  text-align: center;
}
.info-section .section-head .pos {
  margin: 0;
  color: #F0F4F7;
  font-size: clamp(60px,11.719vw,120px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}
.info-section .Row .item {
  padding: 0;
  overflow: hidden;
}
.info-section .Row .item a {
  color: #000;
}
.info-section .Row .item a .item-txt {
  padding: 20px 20px 30px;
}
.info-section .Row .item a .item-txt h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
.info-section .Row .item a .item-txt p {
  margin-top: 0;
}
.info-section .Row .item a .item-txt p.bold {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .info-section .Row .item a .trim {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .info-section .section-head .pos {
    text-align: center;
    font-size: clamp(40px,6.25vw,64px);
    right: 0;
    bottom: -30px;
    margin: auto;
  }
}

.news-section {
  background-color: #F2F9FC;
  z-index: 0;
}
.news-section .section-head {
  margin-bottom: 3.5em;
  padding-bottom: 1em;
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.news-section .section-head h2 {
  font-size: clamp(23px,3.594vw,37px);
  color: #206088;
  text-align: center;
  position: relative;
  z-index: 1;
}
.news-section .section-head .pos {
  margin: 0;
  color: white;
  font-size: clamp(75px,11.719vw,120px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.news-section-inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.news-section-inner dl {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #EFEFEF;
}
.news-section-inner dl dt {
  margin: 0 0 10px;
  font-size: 0.85em;
  color: #777;
}
.news-section-inner dl dt span {
  display: inline-block;
  margin-left: 20px;
  padding: 0.5rem;
  line-height: 1;
  font-size: 0.9em;
}
.news-section-inner dl dt span.prr {
  color: #F8823D;
  background-color: #FEF5E6;
}
.news-section-inner dl dt span.sem {
  color: #3498DB;
  background-color: #EBF5FB;
}
.news-section-inner dl dt span.normal {
  color: #16A085;
  background-color: #E9F6F3;
}
.news-section-inner dl dd {
  margin: 0;
}
.news-section-inner dl dd a {
  color: #000;
}
@media screen and (max-width: 480px) {
  .news-section .section-head {
    margin-bottom: 0;
  }
  .news-section .section-head .pos {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

/* ================================================= 
parts setting
================================================= */
.taglist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  padding: 0;
  position: relative;
}
.taglist li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0.5rem 3rem;
  color: white;
  font-weight: 700;
  background-color: #777;
  text-align: center;
  min-height: 65px;
}
.taglist li._blue {
  background-color: #3498DB;
}
.taglist li._orange {
  background-color: #F8813C;
}
.taglist::after {
  content: "●●●";
  letter-spacing: 0.25em;
  line-height: 65px;
}
.taglist._gray::after {
  color: #777;
}
.taglist._orange::after {
  color: #F8813C;
}
@media screen and (max-width: 480px) {
  .taglist li {
    padding: 0.5rem;
    min-height: 40px;
  }
  .taglist::after {
    line-height: 40px;
  }
}

.set .thumbox-inner {
  /*   font-size: 1.25em; */
  color: #1B67CB;
  font-weight: 700;
}
.set .thumbox-inner .h3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.cta-background .item {
  background-color: #0173A1;
  border-radius: 10px;
  padding: 50px 80px;
  overflow: hidden;
}
.cta-background .item .bg-image {
  width: 50%;
  height: 95%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-background-head {
  margin-bottom: 3em;
}
.cta-background-head p {
  margin: 0;
}
.cta-background-head h2 {
  margin-top: 10px;
}
.cta-background-body .btn {
  margin-top: 2em;
}
@media screen and (max-width: 959px) {
  .cta-background .item {
    padding: clamp(16px, 20%, 32px);
  }
  .cta-background .item .bg-image {
    width: 50%;
    height: 100%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 480px) {
  .cta-background .item .bg-image {
    width: 100%;
    height: 120px;
    background-size: auto 100%;
  }
}

.flow-blc_item {
  width: 31%;
}
.flow-blc_item:nth-child(2) {
  margin: 0 2%;
}
.flow-blc_item_ttl {
  color: white;
  font-size: 20px;
  background: #3498DB;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.flow-blc_item_ttl::before, .flow-blc_item_ttl::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
.flow-blc_item_ttl::before {
  border: solid 46px transparent;
  border-right: solid 13px transparent;
  border-left: solid 23px #FFF;
  top: -7px;
  left: 0;
  z-index: 1;
}
.flow-blc_item_ttl::after {
  border: solid 40px transparent;
  border-left: solid 20px #3498DB;
  border-right: solid 10px transparent;
  top: 0;
  right: -30px;
  z-index: 2;
}
.flow-blc_item_ttl.first::before, .flow-blc_item_ttl.end::after {
  content: none;
}
.flow-blc_item_body {
  margin-top: 20px;
  padding: 20px;
  background-color: #EBF5FB;
}
.flow-blc_item_body .disclist > li {
  font-size: 1.1em;
  font-weight: 700;
}
.flow-blc_item_body .disclist > li .arwlist {
  margin: 0.5em 0 1em;
}
.flow-blc_item_body .disclist > li .arwlist li {
  font-size: 0.9em;
  font-weight: 400;
}

.Page .LP-Hero._large .Wrap--narrow {
  margin-top: 50px;
}

._large .Hero--small.smallest .Hero-title {
  /*margin-top: 0 !important;*/
}

.Wrap--hero .item {
  padding: 15px;
}
.Wrap--hero .item ul {
  margin: 0 0 5px;
}
.Wrap--hero .item p {
  margin: 0;
  font-size: 1.25em;
}
.Wrap--hero .item p .arw {
  display: inline-block;
  text-decoration: none !important;
  padding-bottom: 0.75em;
  margin-top: -10px;
  margin-bottom: 0.25em;
  position: relative;
}
.Wrap--hero .item p .arw:hover {
  text-decoration: none;
}
.Wrap--hero .item p .arw:hover::after {
  bottom: -5px;
}
.Wrap--hero .item p .arw::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}

/* test */
#linkbnr .Cta-Content .img-wrap {
  max-width: 480px;
  width: 80%;
}
#linkbnr .Cta-Content .img-wrap a:hover img {
  opacity: 0.7;
}

.hs-richtext p {
  color: #fff; 
}
.hs-richtext a {
  color: #adff2f;
}
.inputs-list li {
  list-style:none;
}

.Cta-row [class^="Column--"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Cta-blc .Column--small-12 {
    text-align: center;
  }
  .Cta-blc .Column--small-12 .h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}/*# sourceMappingURL=main_add_v2.css.map */



/*-- security solution 2023/11/20 --*/
.lg-ttl2 {
  font-size: 36px;
  padding-bottom: 0.6em;
  position: relative;
}
.lg-ttl2::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #008CFF;
  position: absolute;
  bottom: 0;
}
.lg-ttl2._center::after {
  left: 0;
  right: 0;
  margin: auto;
}
.prosec-box {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.prosec-box .icon {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
  max-width: 58px;
}
.prosec-box .icon img {
  width: 90%;
}

.prosec-box .content {
  padding-top: 5px;
}
.prosec-box .content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.prosec-box .content span.bold {
  font-size: 25px;
}
.small-comma {
  font-size: 16px;
}
.item .tagrecommendation {
  background-color: #008CFF;
  border-top-left-radius: 10px;
  left: 0px;
  padding: 0.4rem 0.6em 0;
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 1;
  align-items: center;
  display: flex;
}
.item .tagrecommendation::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/product/security/thumbs-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
  top: -3px;
  position: relative;
}
.blankbox {
  max-width: 400px;
  margin: 15px auto 0;
  height: auto !important;
  min-height: 72px;
}
.btn-arrow {
  background: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/top/ico_arw.svg) no-repeat 94%;
  background-size: 14px auto;
  padding: 1.2rem 4rem !important;
}

@media screen and (max-width: 768px) {
  .table-sp {
    width: max-content !important;
  }
} 

.whitebox .blankbox .checkmark {
  list-style: none;
  padding-left: 0;
}
.whitebox .blankbox .checkmark li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-weight: 600;
  inline-size: fit-content;
}
.whitebox .blankbox .checkmark li::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 10px;
  left: 7px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  z-index: 1;
  border-radius: 1px;
}
.whitebox .blankbox .checkmark li::after {
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
  background-color: #f8813c;
  border: 1px solid #f8813c;
  border-radius: 50px;
}
.whitebox .blankbox .checkmark li a {
  color: #333;
  transition: .2s;
}
.whitebox .blankbox .checkmark li a:hover{
  opacity: 0.6;
  text-decoration: none;
}
.whitebox .blankbox .checkmark li img {
  margin-left: 10px;
}

/* plan-Column */
.plan-Column h3 {
  text-align: center;
  margin-bottom: 20px;
}
.plan-Column .sub-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-Column .sub-title > span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f3f5f8;
  font-weight: 500;
  border-radius: 6px;
}
.plan-Column h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.plan-Column .whitebox {
  padding: clamp(16px, 20%, 25px);
}
.plan-Column .whitebox .item-text {
  padding-bottom: 20px;
}
.plan-Column .whitebox .item-inner-blc {
  padding: 20px 0;
  border-top: 2px solid #206088;
}
.plan-Column ul {
  margin: 0;
  padding-left: 0;
}
.plan-Column ul li {
  list-style: none;
  margin-top: .5em;
  padding-left: 20px;
  position: relative;
}
.plan-Column ul li::before {
  content: "";
  width: 12px;
  height: 9px;
  background-image: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/product/rocketchat/table_check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}
.plan-Column ul li p {
  font-size: .95em;
  margin: 0;
}
.plan-Column ul li > span {
  display: block;
  font-size: .7em;
  line-height: 1.8;
}
.plan-Column ul li > span + span {
  margin-top: 5px;
}
.plan-Column .add-blc {
  width: 90%;
  margin: -10px auto 0;
  padding: clamp(16px, 20%, 20px);
  background-color: #f3f5f8;
  border-radius: 6px;
}
.add-blc-heading {
  display: flex;
  position: relative;
}
.js-accordion-title {
  cursor: pointer;
}
.add-blc-heading h4 {
  flex: 1;
  margin-bottom: 0;
}
.add-blc-heading i {
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.add-blc-heading.is_active i {
  transform: rotate(180deg);
}
.plan-Column .add-blc .hs_cos_wrapper {
  display: none;
}

.LP-Basic-Content h2.blue2 {
  border-bottom: 2px solid #008cff;
  color: #008cff;
}
.LP-Basic-Content h3.blue2 {
  color: #008cff !important;
}
.LP-Basic-Content h3.blue2:before {
  background: linear-gradient(90deg,#008cff 50%,#a7bdf8 0);
}
.LP-Basic-Content h4.blue2 {
  color: #008cff;
}
.LP-Basic-Content .blue2 a.blue2:hover{
  color: #84b4dc;
}
a#cta_button_21507825_d58b3e47-f419-477e-8dee-6fcc061ecf56, a#cta_button_21507825_539d1843-7066-4757-b010-05695040d34f {
  background-color: #f8813c !important;
}

.Header.dbl-logo-header .Wrap, .product-breadcrumb .Wrap {
  padding-top: 0 !important;
}
@media screen and (max-width: 819px) {
  .Global-Menu.has-sub .Wrap {
    padding-top: 0 !important;
  }
}

/* pricingTable */
.Page-111941068341 {overflow: initial;}
.pricingTable {
  padding: 5% 30px
}
.pricingTable__table .pricingTable__header th {
  position: sticky;
  top: 80px;
  background-color: white;
  border-top: none;
  border-bottom: none;
}
.pricingTable__table .pricingTable__header th::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e7ebf2;
  border-bottom: 1px solid #e7ebf2;
}
.pricingTable__tableOutBox {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px
}
.pricingTable__navList {
  display: none;
  list-style: none;
  padding: 0;
}
.pricingTable__navList li {
  cursor: pointer;
}
.pricingTable__navItem {
  padding: 10px;
  font-weight: 700;
  color: #030c1a;
  font-size: 1.1em
}
.pricingTable__navItem--view {
  background: #f5f5f5
}
.pricingTable__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%
}
.pricingTable__tableBox>:first-of-type {
  width: 330px
}

.pricingTable__headerTitle {
  border: 1px solid #e7ebf2;
  padding: 20px 10px
}
.pricingTable__tableSubTitle {
  background-color: #f3f5f8;
  color: #384a66;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .67px
}
.pricingTable__tableSubTitle:first-of-type {
  padding: 8px 0 8px 24px
}
.pricingTable__contentsTitle {
  text-align: left;
  padding: 5px 24px;
  width: 330px
}
.pricingTable__contentsText,.pricingTable__contentsTitle {
  color: #030c1a;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid #e7ebf2
}
.pricingTable__contentsText {
  text-align: center;
  padding: 10px
}
.pricingTable__contentsText--checked:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(https://21507825.fs1.hubspotusercontent-na1.net/hubfs/21507825/images/product/rocketchat/table_check.svg);
  background-repeat: no-repeat;
  background-size: cover
}
.pricingTable__contentsText--hide {
  border: none
}
.pricingTable__contentsLink {
  display: block;
  background-color: #1d74f5;
  font-size: .9em;
  font-weight: 500;
  padding: 12px 15px;
  color: #fff
}
.pricingTable__contentsLink:hover {
  background-color: #0e59ca
}

@media (max-width: 819px) {
  .pricingTable__table .pricingTable__header th {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable__header {
    display:none
  }
  .pricingTable__navList {
    display:flex;
    justify-content: space-between;
    padding-bottom: 10px
  }
  .pricingTable__tableBox>:first-of-type {
    width:auto
  }
  .selfManagedTableCell-1,.selfManagedTableCell-2,.selfManagedTableCell-3 {
    display:none
  }
  .selfManagedTableCell-1--view,.selfManagedTableCell-2--view,.selfManagedTableCell-3--view {
    display: table-cell
  }
}



.u-justify-center {
  justify-content: center;
}  
.u-align-center {
  align-items: center;
}
/* section-width */
.u-sectionwid-full .Wrap {
  max-width: initial;
}
.u-sectionwid-ld .Wrap {
  max-width: 1240px;
}
.u-sectionwid-default .Wrap {
  max-width: 1200px;
}
.u-sectionwid-md .Wrap {
  max-width: 1100px;
}
.u-sectionwid-sm .Wrap {
  max-width: 960px;
}
[class^='u-sectionwid-'] .Wrap, [class*=' u-sectionwid-'] .Wrap, .lp-flex-section .Wrap {
  padding-right: 20px;
  padding-left: 20px;
  width: calc(100% - 40px);
}

/* padding */

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}


/* sp */

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

  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

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

  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
}

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

  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
}

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

  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
}

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

  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }

  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

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

  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }

  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
}

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

  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt45 {
    padding-top: 45px !important;
  }

  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
}

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

  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt55 {
    padding-top: 55px !important;
  }

  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
}

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

  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt65 {
    padding-top: 65px !important;
  }

  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
}

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

  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt75 {
    padding-top: 75px !important;
  }

  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
}

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

  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt85 {
    padding-top: 85px !important;
  }

  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
}

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

  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-pt95 {
    padding-top: 95px !important;
  }

  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
}

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

  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
}


.u-mt10 {
  margin-top: 10px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.c-bold {
  font-weight: 700 !important;
}
p.fz15 {
  font-size: 15px;
  line-height: 1.7;
}
.c-button {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background: #0C2B62;
  color: #fff;
  padding: 4px 20px;
  font-weight: 700;
  border-radius: 5px;
  line-height: 25.5px;
  margin-top: 20px;
  font-size: 18px;
  transition: 0.3s;
}
.c-button:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.c-button:has(.arrow-right) {
  padding: 13px 30px;
}
.c-button .arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
  right: -10px;
}
.c-button:hover .arrow-right {
  opacity: 0.7;
}
.c-button .arrow-right::before, .c-button .arrow-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.c-button .arrow-right::before {
  top: -2px;
  left: 4px;
  right: 0;
  height: 3px;
  border-radius: 0px 2px 2px 0px;
}
.c-button .arrow-right::after {
  top: -2px;
  right: 0px;
  bottom: 6px;
  width: 3px;
  border-radius: 2px 2px 0px 0px;
}
@media (max-width: 639px){
  .c-button {
    font-size: 16px;
  }
}

/*  lp-flex-section  */
.lp-flex-section .u-flex {
  display: flex;
  gap: 30px 40px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
}
.lp-flex-section .u-flex-columns2 {
  max-width: 600px;
}
.lp-flex-section .u-flex-columns2:has(.u-flexwid-large) {
  max-width: 720px;
}
.lp-flex-section .u-flex-columns3 {
  max-width: 815px;
}
.lp-flex-section .u-flex-columns3:has(.u-flexwid-large) {
  max-width: 1100px;
}
.lp-flex-section .u-flexwid-default.flex-item {
  max-width: 245px;
}
.lp-flex-section .u-flexwid-large.flex-item {
  width: 340px;
}
.lp-flex-section .u-flex-columns4 .flex-item {
  width: 245px;
}
.lp-flex-section .item-title {
  font-weight: 700;
}
.lp-flex-section .item-txt {
  margin-top: 10px;
}
.lp-flex-section .item-title:has(+.item-subtitle) {
  font-size: 18px;
}
.lp-flex-section .item-subtitle {
  font-size: 15px;
  margin-top: 10px;
  text-align: left;
  font-weight: 700;
}
.lp-flex-section a.flex-item, .lp-flex-section a.flex-item:hover {
  text-decoration: none;
  color: #333;
}
.lp-flex-section a.flex-item:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.lp-flex-section .flex-item.default .item-title {
  margin-top: 10px;
}
.lp-flex-section .flex-item.default .flex-item-inner:has(.c-button) {
  border: 3px solid #f4f4f4;
}
.lp-flex-section .flex-item-inner {
  width: 100%;
  position: relative;
  background: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-size: 15px;
  overflow: hidden;
  padding: 0 20px 20px;
  line-height: 25.5px;
}
.lp-flex-section .flex-item.default .c-image {
  height: 145px;
}
.lp-flex-section .flex-item.default.u-flexwid-large .c-image {
  height: 180px;
}
.lp-flex-section .flex-item-inner .c-button {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 15px;
  position: absolute;
  font-size: 15px;
}
.lp-flex-section .flex-item-inner .c-button:hover {
  opacity: 1;
}
.lp-flex-section .flex-item .c-image {
  position: relative;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: hidden;
  margin: 0 -23px;
  margin-bottom: 20px;
  margin-top: 0;
  width: calc(100% + 46px);
  height: 160px;
}
.lp-flex-section .flex-item.u-flexwid-large .c-image {
  height: 210px;
}
.lp-flex-section .flex-item .c-image img {
  object-fit: cover;
  transition: transform .3s;
  display: block;
  margin-top: 20px;
  width: calc(100% + 46px);
  height: 145px;
  min-height: 190px;
}
.lp-flex-section .flex-item.default .c-image img {
  margin-top: 0;
}

.lp-flex-section a:hover .c-image img {
  transform: scale(1.1);
}
.lp-flex-section .flex-item-inner:has(.c-button) {
  padding: 0 17px 70px;
}
/* flex-card */
.lp-flex-section .flex-item.flex-card, .lp-flex-section-blog .flex-item {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.lp-flex-section .flex-item.flex-card .flex-item-inner, .lp-flex-section-blog .flex-item .flex-item-inner {
  border-radius: 10px;
  transition: all .3s;
}
.lp-flex-section .flex-item.flex-card .c-image, .lp-flex-section-blog .flex-item .c-image {
  margin-top: -25px;
}
@media (max-width: 639px){
  .lp-flex-section .flex-item {
    width: 100% !important;
    max-width: 350px !important;
  }
  .lp-flex-section .flex-item .c-image {
    height: 190px !important;
  }
  .lp-flex-section .flex-item .c-image img {
    height: 190px;
  }
}

/*  lp-flex-section-blog  */
.lp-flex-section-blog .tag-text {
  position: absolute;
  top: 23px;
  right: 0;
  height: 25px;
  font-weight: 700;
  color: #fff;
  padding: 1px 10px 4px 8px;
  font-size: 12px;
}
.lp-flex-section-blog .item-date {
  font-size: 12px;
  margin-bottom: 10px;
}
.icon-clock {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  top: -2px;
  margin-right: 5px;
}
.icon-clock::before, .icon-clock::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  background: currentColor;
  border-radius: 0.1em;
  transform: translate(-0.05em, 0.05em);
}
.icon-clock::before {
  width: 1px;
  height: 5px;
}
.icon-clock::after {
  width: 5px;
  height: 1px;
}
@media (max-width: 639px) {
  .lp-flex-section .u-flex {
    justify-content: center;
  }
}
/* list-twocolumn */
.list-twocolumn .list-group {
  color: #fff;
  max-width: 910px;
  border-radius: 15px;
  padding: 40px 55px 20px;
  margin: 0 auto;
  font-size: 15px;
}
.list-twocolumn .list-title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.list-twocolumn .list-items {
  padding: 20px 0;
  border-bottom: 1px solid;
}
.list-twocolumn .list-items:last-child {
  border-bottom: none;
}
.list-twocolumn .list-items li {
  line-height: 1.7;
}
.list-twocolumn .list-items .item p {
  margin-top: 6px;
  line-height: 1.7;
}
.list-twocolumn .index {
  border-radius: 50%;
  width: 67px;
  height: 67px;
  min-width: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 20px;
}
.list-twocolumn .list-group .list-title span {
  border-bottom: 4px solid;
}
.Product-product .list-twocolumn .list-group {
  margin-top: -75px;
  z-index: 20;
  position: relative;
}
@media (max-width: 639px) { 
  .list-twocolumn .list-group {
    padding: 30px 20px 10px;
  }
  .list-twocolumn .list-items .u-Flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

.section-heading h2 {
  font-size: 30px;
}
.section-heading h3 {
  font-size: 25px;
}
.section-heading h2, .section-heading h3 {
  margin-bottom: 30px;
}
.section-heading.design-border-right h2, .section-heading.design-border-right h3 {
  display: flex;
  align-items: center;
}
.section-heading.design-border-right h2:after, .section-heading.design-border-right h3:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  margin-left: 20px;
}
.section-heading .en-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: -25px;
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media (max-width: 639px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  .section-heading h3 {
    font-size: 20px;
  }
}

/* basic-contents */
.basic-contents {
  position: relative;
}
.basic-contents .background_image {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.basic-contents .background_image.pc {
  display: block;
}
.basic-contents .background_image.sp {
  display: none;
}
@media (max-width: 639px) {
  .basic-contents .background_image.pc {
    display: none;
  }
  .basic-contents .background_image.sp {
    display: block;
  }
}


/* basic-hero */
.basic-hero .hero-title {
  font-size: 35px;
  color: #fff;
  margin-top: 30px;
}
.basic-hero .hero-title:has(+.hero-subtitle) {
  position: relative;
  top: 0;
}
.basic-hero .hero-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.basic-hero .section-heading:has(+.section-content) .hero-title {
  position: relative;
  margin-bottom: 20px;
  top: 0;
}
@media (max-width: 639px) {
  .basic-hero .hero-title {
    font-size: 22px;
  }
  .basic-hero .hero-subtitle {
    font-size: 16px;
  }
}

/* security ページ */
.security-ctabox {
  display: flex;
  justify-content: center;
  gap: 30px 40px;
  flex-wrap: wrap;
}
.security-ctabox .small-text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.security-ctabox .c-button .small-text {
  margin-bottom: 5px;
}
.security-ctabox .c-button {
  width: 380px;
  font-size: 26px;
  padding: 20px;
}
.security-ctabox .c-button:has(.arrow-right) {
  padding: 20px 0px 20px 20px;
}
.security-ctabox .c-button .arrow-right {
  right: -65px;
}
.security-ctabox .cta-items:nth-child(odd) .c-button {
  background: #fff;
  color: #0C2B62;
}
.security-ctabox .cta-items:nth-child(odd) .c-button .arrow-right {
  color: #0C2B62;
}
.security-ctabox .cta-items:nth-child(even) .c-button {
  background: #F5813C;
  color: #fff;
}
.security-ctabox .cta-items:nth-child(even) .c-button .arrow-right {
  color: #fff;
}

.security-twocolumn .sub-txt {
  font-size: 25px;
  font-weight: 700;
  line-height: 42.5px;
}
.security-twocolumn p {
  font-size: 15px;
  line-height: 1.7;
}

.security-circle-box {
  display: flex;
  max-width: 680px;
  margin: 0 auto 20px;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.security-circle-box .circle-box-item {
  background-image: linear-gradient(225deg, rgba(13, 197, 223, 1), rgba(78, 170, 255, 1));
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.security-circle-box .circle-box-item img {
  margin-bottom: 5px;
}
.security-circle-box .circle-box-item span {
  font-size: 30px;
  line-height: 1.3;
}

.basic-contents.security-flowsbg {
  background: #EFF3FE;
  position: relative;
}
.basic-contents.security-flowsbg .section-content {
  position: relative;
  z-index: 0;
}
.basic-contents.security-flowsbg .c-button {
  position: relative;
  z-index: 1;
}
.security-flowsbg .security-bgtxt {
  position: relative;
  z-index: -1;
  width: 100vw;
  margin: 0 calc(50% - 50vw - 10px);
}
.security-flowsbg .security-bgtxt img {
  position: absolute;
  width: 100vw;
  bottom: -120px;
  height: auto;
  z-index: 1;
}
.security-flowsbg .security-bgtxt img.pc {
  display: block;
}
.security-flowsbg .security-bgtxt img.sp {
  display: none;
}
.security-flowsbg .security-bgtxt:after {
  width: 100vw;
  position: absolute;
  z-index: 1;
  background: #fff;
  height: 800px;
  content: "";
  top: 115px;
  overflow: hidden;
}
.security-flowsbg .flow-blue {
  position: absolute;
  margin: 0 calc(50% - 53vw);
  width: 100vw;
  z-index: -1;
  top: 150px;
}
.security-flowsbg .flow-blue img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.security-ctabox .c-button:has(.arrow-right) {
  min-width: 330px;
  margin-top: 5px;
}
@media (max-width: 639px) {
  .security-ctabox .c-button {
    max-width: 380px;
    width: auto;
    padding: 20px 17.5px;
    margin-top: 0;
  }
  .security-ctabox .c-button .arrow-right {
    right: -45px;
  }
  .security-twocolumn .sub-txt {
    font-size: 20px;
  }
  .security-flowsbg .security-bgtxt img.pc {
    display: none;
  }
  .security-flowsbg .security-bgtxt img.sp {
    display: block;
  }
  .security-flowsbg .security-bgtxt img {
    bottom: -65px;
    margin: 0 calc(50% - 50vw + 10px);
  }
  .security-flowsbg .security-bgtxt:after {
    top: 65px;
    width: calc(50% + 50vw + 10px);
  }
  .security-flowsbg .flow-blue {
    margin: 0 calc(50% - 50vw - 20px);
  }
  .security-flowsbg .flow-blue img {
    height: 70vw;
    margin: 0 calc(50% - 50vw - 10px);
  }
}

.basic-contents:has(.standard-conformity) {
  max-height: 185px;
}
.standard-conformity {
  background: #fff;
  padding: 50px 40px;
  top: -170px;
  position: relative;
  z-index: 1;
}
.standard-conformity h2 {
  font-size: 25px;
  text-align: center;
}
.standard-conformity img {
  max-width: 100%;
  height: auto;
}
.standard-conformity .column3 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
  align-items: center;
}
.standard-conformity .text {
  max-width: 525px;
  line-height: 170%;
  font-size: 15px;
}
.standard-conformity .box {
  border: 1px solid #3D81DA;
  max-width: 310px;
  min-width: 295px;
  padding: 20px 40px;
}
.standard-conformity .box h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.standard-conformity .logo2 {
  display: flex;
  align-items: center;
}
.standard-conformity .logo2 .jcdsc {
  margin-left: 15px;
}

/*security-imgcolumn*/
.security-imgcolumn h2 {
  font-size: 25px;
}
.security-imgcolumn h3 {
  font-size: 20px;
}
.security-imgcolumn p {
  font-size: 15px;
  line-height: 1.7;
}
.security-imgcolumn {
  display: flex;
  gap: 30px 40px;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  margin: auto;
}
.security-imgcolumn .imgcolumn-contents {
  width: 48%;
}
.security-imgcolumn .imgcolumn-images {
  position: relative;
  width: 48%;
  flex: 1;
  margin: 0px calc(50% - 50vw + 10px) -300px 4%;
}
.security-imgcolumn .imgcolumn-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 820px) {
  .security-imgcolumn h2 {
    font-size: 20px;
  }
  .security-imgcolumn h3 {
    font-size: 18px;
  }
  .security-imgcolumn {
    margin: auto;
    flex-wrap: wrap;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .security-imgcolumn .imgcolumn-contents {
    width: 100%;
  }
  .security-imgcolumn .imgcolumn-images {
    width: 100%;
    margin: 0;
  }
  .security-imgcolumn .imgcolumn-images img {
    position: relative;
    height: 80%;
  }
}




@media (max-width: 875px){   
  .standard-conformity .column3 {
    flex-wrap: wrap;
  }
  .standard-conformity {
    top: 0;
  }
  .basic-contents:has(.standard-conformity) {
    max-height: initial;
  }
}
@media (max-width:639px){
  .standard-conformity {     
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: 20px;
    padding: 60px 20px;
  }
  .standard-conformity h2 {
    font-size: 20px;
  }
  .standard-conformity .box {
    max-width: 295px;
  }
}
@media (max-width:374px){
  .standard-conformity .logo2 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .standard-conformity .box {
    min-width: auto;
  }
}

/* パンくず */
.float-breadcrumb i.fa {
  display: none;
}
.float-breadcrumb.fix-breadcumb {
  max-width: 1240px;
  margin: 0 auto;
}
.float-breadcrumb.fix-breadcumb:has(+.Body-sections .u-sectionwid-md) {
  max-width: 1140px;
}
.float-breadcrumb.fix-breadcumb {
  position: relative;
}
.float-breadcrumb #BreadCrumb {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 25;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
}
.float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu li {
  font-weight: 400;
}
.float-breadcrumb #BreadCrumb ul.breadcrumb li:after, .float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu li:after {
  content: ">";
}
.float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu li:last-child:after {
  content: "";
}
.float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu li a{
  text-decoration: none;
}
.float-breadcrumb #BreadCrumb ul.breadcrumb li a, .float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu li a {
  color: #3D81DA !important;
  font-size: 13px;
}
.float-breadcrumb  #BreadCrumb ul.breadcrumb, .float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu {
  border-bottom: none;
}
.float-breadcrumb #BreadCrumb ul.hs-breadcrumb-menu li.last-crumb a {
  color: #333333 !important;
  font-size: 13px;
}

/* security header */
.security.Header .Header-cta {
  right: 0px !important;
}
.security.Header .Header-cta.v2 {
  right: 120px !important;
}
.security.Header a.Button--outline {
  width: 135px !important;
  font-size: 14px !important;
}
.security.Header .Logo {
  margin-right: 30px;
}
@media (min-width: 820px) {
  .security.Header .Header-nav {
    margin-right: 160px;
    width: calc(100% - 280px);
  }
}
.security.Header .Header-cta.v2 .Button--outline{
  background-color: #082b62;
  border: 1px solid #082b62 !important;
  border-radius: 3px;
  color: #fff;
  width: 110px !important;
  background-size: 12px auto;
}
.security .PacnavToggle{
  margin-left: 20px;
}
.security .PacnavToggle-circles, .security .PacnavToggle-lines {
  fill: #000;
}
@media screen and (max-width: 1400px) {
  .security.Header .Header-cta {
    right: -10px !important;
  }
  .security.Header .Header-cta.v2 {
    right: 135px !important;
  }
}
@media screen and (max-width: 1200px){
  .security.Header .Header-cta{
    right: 25px !important;
  }
  .security.Header .Header-cta.v2 {
    right: 170px !important;
  }
  .security.Header .Header-cta .Button--outline{
    width: 120px;
    font-size: 13px;
  }
  .security .Header-nav>div>div.hs-menu-wrapper>ul>li:nth-child(4){
    display:none !important;
  }
  .security .PacnavToggle-items li:nth-child(7){
    display: list-item !important;
  }
}
.security .Header-nav>div>div.hs-menu-wrapper>ul li+li, .security .Header-nav>div>ul.menu li+li {
  margin-left: 20px;
}
@media (max-width: 1300px) {
  .security .Header-nav>div>div.hs-menu-wrapper>ul, .security .Header-nav>div>ul.menu {
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  .security .Header-nav>div>div.hs-menu-wrapper>ul, .security .Header-nav>div>ul.menu {
    font-size: 14px;
  }
}
.security.Header-Global .SearchTop-input.SearchText {
  font-size: 13px;
  color: #333 !important;
  background: #e0f2ff;
  box-shadow: none;
  margin-right: 5px;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  border: 1px solid #2c3e50;
}
#pagetop .fa {
  padding: 10px 33px 10px 25px;
}

.lp-security-footer .basic-contents .cta-color-input .arrow-right {
  color: rgba(12, 43, 98, 1);
}
@media (max-width: 639px) {
  .lp-security-footer .basic-contents.height_bg:has(.background_image.sp) {
    height:200px !important;
  }
}

/* anchor-link */
.anchor-link .anchor-group {
  background: #EFF3FE;
  border-radius: 15px;
  padding: 30px 50px 50px;
}
.anchor-link .anchor-group .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}

.anchor-link .anchor-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  margin: 0 auto;
}
.anchor-link .anchor-items a:hover {
  opacity: .7;
  text-decoration: none;
}
.anchor-link .anchor-items .anchor-item {
  color: #fff;
  background: #0C2B62;
  border-radius: 5px;
  padding: 4px 35px 4px 15px;
  position: relative;
  font-size: 15px;
}
.anchor-link .anchor-items .anchor-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: .3s;
}
.anchor-link .anchor-items a:hover .anchor-item:before {
  transform: rotate(45deg) translate(2px, 2px);
}
@media screen and (max-width: 768px) {
  .anchor-link {
    margin-top: 20px;
  }
  .anchor-link .anchor-group {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    padding: 30px 25px;
  }
  .anchor-link .anchor-items {
    gap: 10px;
  }
  .anchor-link .anchor-items .anchor-item {
    font-size: 13px;
  }
}

/* twocolumn-content */
.twocolumn-group {
  font-size: 15px;
  line-height: 1.7;
}
.twocolumn-content .section-heading {
  margin-bottom: 50px;
}

.twocolumn-group .twocolumn-items .u-Flex {
  gap: 30px 40px;
}
.twocolumn-group .twocolumn-items .items-content, .twocolumn-group .twocolumn-items .items-image {
  width: 50%;
}

.twocolumn-group h3.items-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .twocolumn-content .section-heading {
    margin-bottom: 30px;
  }
  .twocolumn-group .twocolumn-items .u-Flex {
    flex-wrap: wrap;
  }
  .twocolumn-group .twocolumn-items .items-content, .twocolumn-group .twocolumn-items .items-image {
    width: 100%;
  }
  .twocolumn-group h3.items-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}


/* security-rec-list */
.security-rec-list .security-rec-list-contents {
  padding: 80px;
  text-align: center;
}
.security-rec-list-img {
  position: absolute;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  border-radius: 15px 0 0 15px;
  background-size: cover;
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.Web-Basic:has(.security-rec-list-img) {
  overflow: hidden !important;
}

.security-rec-list h2 {
  color: #004D95;
  font-size: 30px;
  line-height: 1.5;
  background: #fff;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 40px;
}

.security-rec-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.security-rec-list li {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
.
.security-rec-list li:not(:first-child) {
  margin-top: 10px;
}
.security-rec-list li span {
  color: #FFE500;
}

@media screen and (max-width: 768px) {
  .security-rec-list .security-rec-list-contents {
    padding: 45px 0;
  }
  .security-rec-list h2 {
    margin-bottom: 30px;
  }
  .security-rec-list li {
    font-size: 18px;
  }
  .security-rec-list li:not(:first-child) {
    margin-top: 20px;
  }

  .security-rec-list-img {
    margin: 0 calc(50% - 60vw);
    border-radius: 0;
    width: 120vw;
  }
  .security-rec-list h2 {
    padding: 5px 10px;
  }

}

/* solution-list-group */  
.solution-list-group {
  background: #fff;
  border-radius: 0px 0px 15px 0px;
  padding: 10px 95px 80px 60px;
  margin-right: 8vw;
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.solution-list-group .list-item {
  align-items: start;
  gap: 10px 30px;
}

.solution-list-group .item-num {
  color: #3D81DA;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: end;
}

.solution-list-group .item-num span {
  color: #E6E6E6;
  font-family: Oswald;
  font-size: 80px;
  margin-left: 5px;
  margin-bottom: -15px;
}

.solution-list-group .item-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.solution-list-group .item-text p {
  font-size: 15px;
  line-height: 1.7;
  margin: 20px 0;
}
.solution-list-group .item-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .solution-list-group {
    border-radius: 0;
    margin-right: 0;
    margin-left: -20px;
    padding: 0 20px;
    gap: 30px;
    width: 100vw;
  }
  .solution-list-group .list-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .solution-list-group .item-num {
    font-size: 15px;
  }
  .solution-list-group .item-num span {
    margin-bottom: 0;
    font-size: 50px;
  }
  .solution-list-group .item-text h3 {
    font-size: 18px;
    text-align: center;
  }
}

/* list-twocolumn solution-list-group */
.list-twocolumn .solution-list {
  position: relative;
}
.list-twocolumn .solution-list .security-list-img {
  position: absolute;
  height: 150%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.list-twocolumn:has(.security-list-img) .solution-list-group.bg-half:before {
  content: "";
  background: #ffffff;
  margin-left: calc(50% - 50vw);
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.list-twocolumn .solution-list:has(.security-list-img) {
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .list-twocolumn .solution-list:has(.security-list-img) {
    margin-bottom: 120px;
  }
  .list-twocolumn .solution-list .security-list-img {
    display: none;
  }

  .list-twocolumn .list-title {
    margin-bottom: 0;
  }
  .list-twocolumn .list-items .item h3 {
    font-size: 18px;
    text-align: center;
  }
  .list-twocolumn .list-items {
    border-bottom: 1px solid;
    padding: 30px 0;
  }

  .list-twocolumn .list-group {
    padding: 30px 20px 0px;
  }

}


/*tab-table-content*/
.tab-table-content {
  font-size: 15px;
}
.tab-table-content .section-heading {
  margin-bottom: 50px;
}
.tab-table-content .tab-body {
  background: #fff;
  border-radius: 0px 0px 15px 15px;
}

.tab-table-content .tab-nav {
  align-items: flex-end;
  display: flex;
  gap: 10px;
}

.tab-table-content .tab-nav .tab-nav-title {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-size: 20px;
  border-radius: 15px 15px 0px 0px;
  background: #7EA8CF;
  padding: 13px;
  width: 100%;
  cursor: pointer;
}

.tab-table-content .tab-nav .tab-nav-title.is-active {
  background: #004D95;
}

.tab-table-content .tab-group .tab-body-content {
  display: none;
  padding: 40px 50px 50px;
}
.tab-table-content .tab-group .tab-body-content.is-active {
  display: block;
}

.tab-table-content ul.list-text:has(+table) {
  margin-bottom: 40px;
}
.tab-table-content .list-text li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.tab-table-content table + table {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .tab-table-content .section-heading {
    margin-bottom: 30px;
  }
  .tab-table-content .tab-nav {
    gap: 5px;
  }
  .tab-table-content .tab-nav .tab-nav-title {
    font-size: 13px;
  }
  .tab-table-content .tab-group .tab-body-content {
    padding: 20px;
  }

  .tab-table-content .list-text li {
    font-size: 15px;
  }

}


table.sec-blue {
  margin: 0;
  border-spacing: 2px;
  border-collapse: separate;
  line-height: 1.7;
}

table.sec-blue thead th {
  background: #3D81DA;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}
table.sec-blue tbody th, table.sec-blue tbody td {
  font-size: 15px;
  padding: 15px 20px;
  width: 50%;
}
table.sec-blue tbody tr:nth-child(odd) {
  background: #CEE7FF;
}
table.sec-blue tbody tr:nth-child(even) {
  background: #EFF3FE;
}

@media screen and (max-width: 768px) {
  table.sec-blue thead th {
    background: #3D81DA;
    color: #FFF;
    text-align: center;
    font-size: 15px;
  }
  table.sec-blue tbody th, table.sec-blue tbody td {
    padding: 10px;
  }
  table.sec-blue tbody th {
    width: 30%;
  }
  .tab-table-content table, .tab-table-content table + table {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .tab-table-content ul.list-text:has(+table) {
    margin-bottom: 15px;
  }

}


/* flow-list */
.flow-list {
  font-size: 15px;
}
.flow-list .Wrap {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
}
.flow-list .section-heading {
  margin-bottom: 50px;
}
.flow-list .u-Flex {
  gap: 50px;
  position: relative;
}
.flow-list .u-Flex:not(:first-child) {
  margin-top: 80px;
}

.flow-list .u-Flex:has(+ .u-Flex) .items-design:before {
  content: '';
  background: inherit;
  z-index: -1;
  width: 3px;
  height: calc(100% + 80px);
  position: absolute;
  top: calc(50% + 50px);
  left: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow-list .items-design {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Oswald;
  line-height: 1.1;
  font-size: 15px;
}
.flow-list .items-design .flow-text {
  font-size: 25px;
}

.flow-list h3.list-title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow-list .section-heading {
    margin-bottom: 30px;
  }
  .flow-list .u-Flex {
    gap: 20px;
  }

  .flow-list .u-Flex:not(:first-child) {
    margin-top: 30px;
  }
  .flow-list .items-design {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .flow-list .u-Flex:has(+ .u-Flex) .items-design:before {
    height: calc(100% + 30px);
    left: 30px;
  }
  .flow-list h3.list-title {
    font-size: 18px;
  }

}


/* diagnosis-ex-price */
span.under-yellow {
  border-bottom: 4px solid rgba(255, 229, 0, 1);
}

.diagnosis-ex-price {
  background: #fff;
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
}

.diagnosis-ex-price .price-text {
  padding: 50px 30px 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
.diagnosis-ex-price .subscr {
  color: #CA0000;
  font-size: 20px;
}

.diagnosis-ex-price .subscr span {
  font-size: 40px;
  line-height: 1.7;
  margin-left: 2px;
}

.diagnosis-ex-price .subscr span.small {
  font-size: 30px;
}

.diagnosis-ex-price .price-contact {
  padding: 35px 30px 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  background: #EFF3FE;
}
.diagnosis-ex-price .c-button {
  font-size: 20px;
  width: 380px;
  height: 80px;
  color: #fff;
  background: #F5813C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.diagnosis-ex-price .c-button .arrow-right {
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .diagnosis-ex-price .price-text {
    padding: 30px 20px;
    font-size: 18px;
  }

  .diagnosis-ex-price .subscr {
    font-size: 18px;
    margin-top: 20px;
  }
  .diagnosis-ex-price .subscr span {
    line-height: 1;
  }
  .diagnosis-ex-price .price-contact {
    padding: 30px 20px;
    font-size: 18px;
  }
  .diagnosis-ex-price .c-button {
    width: 100%;
  }

}


/* .LP-FAQ.sec-faq */
.LP-FAQ.sec-faq {
  padding: 100px 0;
}
.LP-FAQ.sec-faq .Wrap {
  max-width: 910px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  counter-reset: number 0;
}
.LP-FAQ.sec-faq .Section-header {
  margin-bottom: 50px;
}
.LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item {
  border-radius: 15px 15px 0 0;
  background: #004D95;
  font-size: 15px;
}
.LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item.content-visible {
  border-radius: 15px;
}
.LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-title {
  color: #fff;
  padding: 18px 66px;
  font-weight: 700;
  position: relative;
}
.LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-title:before {
  counter-increment: number 1;
  content: "Q " counter(number) ". ";
  position: absolute;
  left: 25px;
}
.LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item.content-visible .FAQ-title i {
  top: 30%;
}

.LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-content {
  border-radius: 0 0 10px 10px;
  background: #EFF3FE;
  padding: 30px;
}

.LP-FAQ.sec-faq .FAQ-content ul>li:before {
  left: 4px;
  top: 11px;
  background: #333;
}

.LP-FAQ.sec-faq .FAQ-content p {
  margin: 0;
}

.LP-FAQ.sec-faq .Section-content ul li+li {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .LP-FAQ.sec-faq .Section-header {
    margin-bottom: 30px;
    text-align: center !important;
  }
  .LP-FAQ.sec-faq {
    padding: 60px 0;
  }
  .LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-title {
    padding: 10px 55px 10px 52px;
    font-size: 15px;

  }
  .LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-title:before {
    left: 20px;
  }
  .LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-title i {
    font-size: 26px;
    right: 15px;
  }
  .LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item.content-visible .FAQ-title i {
    right: 23px;
  }
  .LP-FAQ.sec-faq .Section-content .Section-FAQ .FAQ-item .FAQ-content {
    padding: 20px !important;
  }
}