@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
html {
  font-size: 16px !important;
}
*, *::after, *::before {
    box-sizing: border-box;
}
html.renewal {
  height: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

#page-top {
  position: fixed;
  bottom: 14px;
  right: 28px;
  text-indent: -9999px;
  background: url(/neo/images/client/btn_pagetop.png) top center no-repeat;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#page-top a {
  text-decoration: none;
  width: 48px;
  height: 34px;
  display: block;
}
body.scroll #page-top {
  opacity: 1;
  visibility: visible;
}

.renewal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  color: #333;
    font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .pcShow {
    display: block;
  }
  .spShow {
    display: none !important;
  }
}
@media (orientation: landscape) and (max-width: 767px){
  .pcShow {
    display: none;
  }
  .spShow {
    display: block!important;
  } 
}
fon {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.renewal body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  min-height: 100%;
  color: #000;
}
.btn_back {
    display: block;
    margin: 0 0px 25px auto;
    width: 250px;
    height: 40px;
    background: url(/neo/images/common/ico_arrow06.png) 25px center no-repeat;
    border: 2px solid #3350a2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #3350a2;
    text-align: center;
    line-height: 40px;
    text-indent: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.renewal h1,
.renewal h2,
.renewal h3,
.renewal h4,
.renewal h5,
.renewal h6 {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: #372eb2;
  font-weight: bold;
}

a:visited {
  /* color: #372eb2; */
}

a:hover {
  /* color: #372eb2; */
  text-decoration: underline;
}

a:active {
  color: #372eb2;
}
/* Reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* width: 100%; */
}

caption,
th {
  text-align: left;
  vertical-align: top;
  width: 240px;
}


img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

iframe {
  border: none;
}

fieldset {
  border: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.-new {
  font-size: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #fef712),
    color-stop(80%, #fef712),
    color-stop(80%, transparent)
  );
  background: linear-gradient(
    transparent 50%,
    #fef712 50%,
    #fef712 80%,
    transparent 80%
  );
  line-height: 1.3;
  margin-left: 3px;
  /* vertical-align: top; */
}

/* ==========================================================================
Layout
========================================================================== */
.l-block.-lv1 {
  margin-top: 4px;
}

.l-block.-lv2 {
  margin-top: 8px;
}

.l-block.-lv3 {
  margin-top: 12px;
}

.l-block.-lv4 {
  margin-top: 30px;
}

.l-block.-lv5 {
  margin-top: 32px;
  clear: both;
}
.l-block.-lv6 {
  margin-top: 52px;
}

.l-block.-lv7 {
  margin-top: 84px;
}

.l-block.-lv8 {
  margin-top: 136px;
}

@media print, screen and (min-width: 48em) {
  .l-block.-pclv1 {
    margin-top: 4px;
  }
  .l-block.-pclv2 {
    margin-top: 8px;
  }
  .l-block.-pclv3 {
    margin-top: 12px;
  }
  .l-block.-pclv4 {
    margin-top: 20px;
  }
  .l-block.-pclv5 {
    margin-top: 32px;
  }
  .l-block.-pclv6 {
    margin-top: 52px;
  }
  .l-block.-pclv7 {
    margin-top: 84px;
  }
  .l-block.-pclv8 {
    margin-top: 136px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-block.-splv1 {
    margin-top: 4px;
  }
  .l-block.-splv2 {
    margin-top: 8px;
  }
  .l-block.-splv3 {
    margin-top: 12px;
  }
  .l-block.-splv4 {
    margin-top: 20px;
  }
  .l-block.-splv5 {
    margin-top: 32px;
  }
  .l-block.-splv6 {
    margin-top: 52px;
  }
  .l-block.-splv7 {
    margin-top: 84px;
  }
  .l-block.-splv8 {
    margin-top: 136px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-block.-pc100 {
    margin-top: 100px;
  }
  .l-block.-pc110 {
    margin-top: 110px;
  }
}

.l-custom-block.-type_1 {
  margin-top: 26px;
}
@media print, screen and (min-width: 48em) {
  .l-custom-block.-type_1 {
    margin-top: 40px;
  }
}
#link_plicense,#link_supports,#link_plicense_table{
    margin-top: -62px;
    padding-top: 94px;
}
#price-small #webmtg{
    margin-top: -62px;
    padding-top: 114px;
}
#nenkan_s{
    margin-top: -60px;
    padding-top: 90px;
}
.l-flow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25em;
  margin-top: -6px;
}
@media print, screen and (min-width: 48em) {
  .l-flow {
    margin-top: -3px;
  }
}
.l-flow > * {
  margin-top: 6px;
  margin-left: 1.25em;
}
@media print, screen and (min-width: 48em) {
  .l-flow > * {
    margin-top: 3px;
  }
}

.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__bottom > .l-footer__inner {
    padding-top: 34px;
  }
}

.l-footer__top {
  padding: 0 3.125% 39px;
  color: #fff;
  background: #3350a2;
}
@media print, screen and (min-width: 48em) {
  .l-footer__top {
    padding: 0 3.125% 59px;
  }
}

.l-footer__bottom {
  padding: 0 3.125%;
}

.l-footer__sitemap {
  margin-top: 21px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__sitemap {
    display: flex;
    margin-left: -20px;
  }
}

.l-footer__sitemap-col {
  background: #324b93;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-col {
    padding: 30px 35px 24px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__sitemap-col {
    margin-left: 20px;
    flex: 1 1 0px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.l-footer__sitemap-col.-right {
  margin-top: 10px;
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__sitemap-col.-right {
    margin-top: 0;
  }
}

.l-footer__sitemap-heading {
  font-size: 12px;
  padding: 18px 35px 18px 10px;
}
.l-footer__sitemap-heading span {
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__sitemap-heading {
    position: relative;
  }
  .l-footer__sitemap-heading::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url(/neo/images/common/mod_img_sprite.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 160px auto;
    background-position: 0 -110px;
    right: 10px;
  }
  .l-footer__sitemap-heading.open::after {
    background-position: 0 0;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-heading {
    font-size: 13px;
    padding: 0;
  }
  .l-footer__sitemap-heading span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sitemap-body {
    overflow: hidden;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    height: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-body {
    margin-top: 12px;
  }
  .l-footer__sitemap-body.-mt_l {
    margin-top: 20px;
  }
}

.l-footer__sitemap-body-inner {
  padding: 5px 19px 20px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-body-inner {
    padding: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__category {
    display: flex;
  }
}

.l-footer__category-heading {
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .l-footer__category-heading {
    font-size: 18px;
  }
}

.l-footer__category-col.-right {
  margin-top: 35px;
}

@media print, screen and (min-width: 48em) {
  .l-footer__category-col {
    flex: 1 1 0px;
  }
  .l-footer__category-col.-right {
    margin-top: 0;
  }
  .l-footer__category-col.-left {
    padding-right: 1em;
  }
}

.l-footer__links {
  margin-top: -5px;
}
.l-footer__links.-col-2 {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__links.-col-2 > .l-footer__link {
  width: 50%;
}

.l-footer__link {
  font-size: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__link {
    font-size: 13px;
  }
}
.l-footer__link a {
  color: #fff;
  text-decoration: underline;
}
.l-footer__link.-mt_l {
  margin-top: 19px;
}

.l-footer__section-heading {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__section-heading {
    font-size: 22px;
  }
}

.l-footer__products-series {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__products-series {
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: -7px;
  }
}

.l-footer__products-product {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__products-product {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__products-product {
    margin-top: 0;
    width: auto;
    margin-left: 7px;
    flex: 1 1 0px;
  }
}

.l-footer__products-link {
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 12px 0;
  background: #2f478d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.l-footer__products-link span {
  display: block;
}
.l-footer__products-link .ttl1 {
  font-size: 11px;
}
.l-footer__products-link .ttl2 {
  font-size: 12px;
}
.l-footer__products-link .ttl3 {
  font-size: 12px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__products-link {
    padding: 25px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer__products-link:hover {
    background: #ffffff;
    color: #3350a2;
  }
  .l-footer__products-link .ttl1 {
    font-size: 12px;
  }
  .l-footer__products-link .ttl2 {
    font-size: 18px;
  }
  .l-footer__products-link .ttl3 {
    font-size: 12px;
  }
}

.l-footer__social-links {
  display: flex;
  justify-content: center;
}
.l-footer__social-links img {
  display: block;
  max-width: 100%;
}

.l-footer__social-link + .l-footer__social-link {
  margin-left: 25px;
}

.l-footer__indent {
  padding-left: 1.5em;
}

.l-footer__sub-heading {
  font-size: 14px;
  font-weight: 700;
}

.l-footer__utility-in {
  display: none;
}

.l-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__bottom-links {
    margin-top: -4px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__bottom-links {
    flex-wrap: nowrap;
    margin-left: 0;
    justify-content: flex-end;
  }
}

.l-footer__bottom-link {
  margin-left: 15px;
  font-size: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__bottom-link {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-top: 4px;
  }
}
.l-footer__bottom-link a {
  padding-left: 12px;
  background: url(/neo/images/client/ico_arrow02.png) 0 center no-repeat;
  color: #333333 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .l-footer__bottom-link a:hover {
    color: #999999;
    text-decoration: underline;
  }
}

.l-footer__copyright {
  color: #333333;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .l-footer__copyright {
    text-align: right;
  }
}
.l-footer__copyright small {
  font-size: 9px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__copyright small {
    font-size: 11px;
  }
}

.l-form-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template:
    'form1-left-top' auto
    'form1-right' auto
    'form1-left-bottom' auto
    / 1fr;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-1 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template: 'form1-left-top form1-right' auto 'form1-left-bottom form1-right' 1fr/0.72727fr 1fr;
    gap: 0 60px;
  }
}

.l-form-1__left-top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: form1-left-top;
}

.l-form-1__left-bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: form1-left-bottom;
  margin-top: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-1__left-bottom {
    margin-top: 0;
  }
}

.l-form-1__right {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: form1-right;
  margin-top: 40px;
}

@media print, screen and (min-width: 61.25em) {
  .l-form-1__left-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-form-1__left-bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-form-1__right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-form-1__right {
    margin-top: 0;
  }
}

.l-form-2 {
  display: flex;
  /* flex-direction: column-reverse; */
  flex-wrap: wrap;
}
.l-form-2 > div {
  margin:0 auto;
  width:80%;
}
#form > div{
  
border-top: 1px solid #cccccc;
  
margin-top: 38px;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-2 {
  }
}

.l-form-2__left {
  margin-top: 52px;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-2__left {
    margin-top: 0;
    grid-area: form2-left;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-form-2__right {
    grid-area: form2-right;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-form-2__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-form-2__right {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

#inquiry .l-form-3 {
  display: flex;
  flex-wrap: wrap;
}
.l-form-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template:
    'form3-left-top' auto
    'form3-right' auto
    'form3-left-bottom' auto
    / 1fr;
}
#inquiry .l-form-3 > div:nth-of-type(1) {
  order: 1;
  padding: 0 3.125%;
}
#inquiry .l-form-3 > div:nth-of-type(2) {
  order: 3;
  padding: 0 3.125%;
  display: none;
}
#inquiry .l-form-3 > div:nth-of-type(3) {
  order: 2;
  margin: 20px auto 0;
  width: 100%;
}
#inquiry .l-form-3 > div:nth-of-type(4) {
    order: 4;
    display: block;
    padding: 0 3.125%;
}
#inquiry .l-form-3 > div:nth-of-type(5) {
    order: 5;
}


@media print, screen and (min-width: 61.25em) {
  .l-form-3 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template:
      'form3-left-top form3-right' auto
      'form3-left-bottom form3-right' 1fr/0.72727fr 1fr;
    gap: 0 60px;
    display: -ms-grid;
    display: grid;
  }
  #inquiry .l-form-3 {
    display: -ms-grid;
    display: grid;
    grid-template:
        'form3-right form3-left-top' auto
        'form3-right form3-left-bottom' 0.72727fr/1fr 1fr;
}
  .document .l-form-3 {
    display: flex;
    align-items: normal;
    grid-template: none;
}
 #inquiry .l-form-3 > div:nth-of-type(4) {
    display: none;
}
}
@media (max-width: 63.75em) and (min-width: 48em){
    .document .l-form-3 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template: none;
    gap: 0;
    display: flex;
  }

  }
@media (orientation: landscape) and (max-width: 767px){
      .document .l-form-3 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template: none;
    gap: 0 30px;
    display: flex;
  }
  }
.l-form-3__left-top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: form3-left-top;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) {
  display: flex;flex-wrap: wrap;
}

.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) p.-pc_l {
  display: none;
}
.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) p.-pc_l + .l-block {margin-top: -12px;}
.l-form-3__left-top > div:nth-of-type(2) {

}
#inquiry .l-form-3__left-top > div:nth-of-type(3) {display: none;}
#inquiry .l-form-3__left-top > div:nth-of-type(4) {display: none;}
#inquiry .l-form-3__left-top > div:nth-of-type(5) {display: none;}
#inquiry .l-form-3 > div:nth-of-type(4) > div:nth-of-type(3) {
  display: block;
}

.l-form-3__left-bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: form3-left-bottom;
  margin-top: 40px;
}
@media print, screen and (min-width: 61.25em) {
#inquiry .l-form-3__left-top > div:nth-of-type(3) {display: block;}
#inquiry .l-form-3__left-top > div:nth-of-type(4) {display: block;}
#inquiry .l-form-3__left-top > div:nth-of-type(5) {display: block;}

  .l-form-3__left-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.l-form-3__right {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: form3-right;
  margin-top: 20px;
}
.document .l-form-3__right {
  margin-top: 0px;
  position:-webkit-sticky;
  position:sticky;
  top: 174px;
  width: 540px;
  grid-area: none;
  margin-left: 0;
  padding: 30px 30px 51px !important;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 6px;
}
.document .l-form-3__right .subtext {
  font-size: 13px;
  text-align:right;
  margin-bottom: 6px;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on{
    position: fixed;
}
.document .l-block.-lv4{
  clear:both;
  width: 100%;
  /* margin-top: 0; */
}
.document ._blueCont{
  background:#f2f6ff;
  padding: 20px 20px 17px;
}
.document ._blueCont p{
  margin-bottom:6px;
}
.document ._blueCont h2{
  margin-bottom:6px;
}
.document ._blueCont ul li {
  position:relative;
  margin-left: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.document ._blueCont ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #314da4;
  border-bottom: 2px solid #314da4;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 61.25em) {
  .l-form-3__left-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .document .l-form-3__left-top {
    width: 40%;
  }
  .l-form-3__left-bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-form-3__right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-form-3__right {
    margin-top: 0;
  }
  #inquiry .l-form-3 > div:nth-of-type(3) {
    margin: 0px auto 0;
}
}

.l-full-height-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-full-height-container__item.-push {
  flex-grow: 1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  max-width: 100%;
}
.l-header button {
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
}
.browser-is-ie .l-header button {
  overflow: visible;
}
.l-header address {
  font-style: normal;
}
body.rh-factor .navBannerImg{
    width: 1330px;
    margin: 0px 0 15px;
}
.navBanner{
  background: #d6e1f9;
}
body.rh-factor .navBanner{
  padding: 0 24px;
}
.navBannerImg {
    max-width: 100%;
    margin: 0px auto 0px;
    display: none;
    padding: 0px 0px 20px;
}

.navBannerImg.consultation {
    padding: 20px 0px 20px;
}
.navBannerImg._sp  {
    max-width: 768px;
    margin: 0px auto 0px;
    display: block;
    padding: 10px 0;
}
.l-header__top {
  background: #314da4;
  padding: 0 0 0 15px;
  height: 30px;
  color: #fff;
}

.l-header__top-inner {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.l-header__top-block {
  display: flex;
}

.l-header__top-separator {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin: auto 10px;
}

.l-header__top-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 0 10px;
  position: relative;
}
.l-header__top-item:hover {
  background: #192f75;
}
.l-header__top-item.open {
  background: #192f75;
}
.l-header__top-item.-no-hover:hover {
  background: inherit;
}

.l-header__top-item-dropdown {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__top-item-dropdown {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: auto;
    height: auto;
    background: #192f75;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  .open .l-header__top-item-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-header__top-item:last-of-type .l-header__top-item-dropdown {
    right: 0;
    left: auto;
    width: 310px;
}
  .l-header__top-item-dropdown.-right {
    left: auto;
    right: 0;
  }
  .l-header__top-item-dropdown.-yellow {
    background: #fef712;
  }
}
body.rh-factor .l-header__top-item-dropdown {
  position: fixed;
  top: 160px;
  height: 0;
}
body.rh-factor .l-header__top-item-dropdown.-yellow {
  background: white;
}

.l-header__top-item-dropdown-inner {
  padding: 13px 0;
}
body.rh-factor .l-header__top-item-dropdown-inner {
  padding: 41.6px 0;
}
.-yellow .l-header__top-item-dropdown-inner {
  background: #fef712;
}
@media print, screen and (min-width: 61.25em) {
  .-yellow .l-header__top-item-dropdown-inner {
    background: inherit;
  }
}
body.rh-factor .-yellow .l-header__top-item-dropdown-inner {
  background: #fef712;
}

.l-header__top-item-dropdown-link {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__top-item-dropdown-link:hover {
  background: #304483;
}
.l-header__top-item-dropdown-link.-yellow {
  color: #314da4;
}
.l-header__top-item-dropdown-link.-yellow:hover {
  background: #fef712;
}
.l-header__top-item-dropdown-link:link,
.l-header__top-item-dropdown-link:visited {
  color: #fff;
}
.l-header__top-item-dropdown-link._img {
  text-align: center;
  margin: 10px 0;

}
.l-header__top-item-dropdown-item:last-of-type .l-header__top-item-dropdown-link:hover {
    background: #192f75;
}
.l-header__top-item-dropdown-link._img img {
  max-width: 200px;
}
.l-header__top-item-dropdown-link._img img:hover {
  opacity:0.7;
}
.l-header__top-item-dropdown-link.-yellow:link,
.l-header__top-item-dropdown-link.-yellow:visited {
  color: #314da4;
}
body.rh-factor .l-header__top-item-dropdown-link {
  font-size: 44.8px;
}

.l-header__top-item-dropdown-link-inner {
  display: block;
  padding: 4px 18px;
  font-size: 14px;
}
.l-header__top-item-dropdown-sub-items .l-header__top-item-dropdown-link-inner {
  padding: 0 18px 4px 35px;
}
body.rh-factor .l-header__top-item-dropdown-link-inner {
  padding: 12.8px 57.6px;
}

.l-header__top-item-button {
  color: #fff;
}

.l-header__top-item-link {
  color: #fff;
}
.l-header__top-item-link:link,
.l-header__top-item-link:visited {
  color: #fff;
}

.l-header__top-address {
  display: flex;
}

.l-header__top-address-tel {
  /* align-items: center; */
  font-family: Roboto, sans-serif;
  margin-left: auto;
}
.l-header__top-item-dropdown-item span span {
    font-size: 16px;
    margin-right: 35px;
}
.l-header__top-address-tel li a {
  font-size: 16px;
  color:#fff;
}
.l-header__top-address-tel::before {
  display: inline-block;
  content: '';
  width: 1.125em;
  height: 1.125em;
  margin-right: 4px;
  background-image: url(/neo/common/img/icon_tel-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /* font-size: 12px; */
  background-position: 0 2px;
}

.l-header__top-address-item {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-style: normal;
}
.l-header__top-address-item:first-child {
  margin-left: 0;
}

.l-header__bottom {
  position: relative;
  padding-left: 3.125%;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom {
    height: 60px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    padding-left: 15px;
  }
  body.scroll .l-header__bottom {
    height: 40px;
  }
}
body.rh-factor .l-header__bottom {
  height: 160px;
}

.l-header__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.l-header__bottom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f2f6ff;
  -webkit-overflow-scrolling: touch;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown {
    padding: 0 15px;
    height: auto;
    overflow-y: auto;
  }
}
body.rh-factor .l-header__bottom-dropdown {
  padding: 0px 0 0px;
  height: 0;
  overflow: auto;
}

.l-header__bottom-dropdown-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  top: 30px;
  right: 20px;
}
.l-header__bottom-dropdown-close button {
  width: 100%;
  height: 100%;
  background-image: url(/neo/common/img/icon_circle-close_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.l-header__bottom-dropdown-close button:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-header__bottom-dropdown-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-inner {
    padding: 32px 00px 048px;
    margin: 0 auto;
  }
}
body.rh-factor .l-header__bottom-dropdown-inner {
  max-width: none;
  padding: 0 48px;
}

.l-header__bottom-dropdown-heading-1 {
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0 16px;
  cursor: pointer;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-heading-1 {
    cursor: initial;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(49, 77, 164, 0.15);
    margin-bottom: 17px;
  }
}

.l-header__bottom-dropdown-heading-2 {
  font-size: 16px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-heading-2 {
    font-size: 14px;
  }
}

.l-header__bottom-dropdown-body {
  margin-left: 21px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-body {
    margin-left: 0;
  }
}

.l-header__bottom-dropdown-content::after {
  content: '';
  height: 1px;
  width: -webkit-calc(100% + 15px * 2);
  width: calc(100% + 15px * 2);
  display: block;
  margin: 0 -15px;
  background: #dbe0eb;
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-content {
    display: none;
  }
  .l-header__bottom-dropdown-content.current {
    display: block;
  }
  .l-header__bottom-dropdown-content::after {
    display: none;
  }
}

@media print, screen and (min-width: 61.25em) {
  body.rh-factor .l-header__bottom-dropdown-content {
    display: block;
  }
  body.rh-factor .l-header__bottom-dropdown-content::after {
    display: block;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-columns {
    display: flex;
    margin-left: -20px;
  }
}

.l-header__bottom-dropdown-column:last-child {
  padding-bottom: 9px;
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-column {
    flex: 1 1 auto;
    margin-left: 20px;
  }
}

.l-header__bottom-dropdown-block {
  margin-top: 7px;
}
.l-header__bottom-dropdown-block:first-child {
  margin-top: 0;
}
.l-header__bottom-dropdown-block.-mt_l {
  margin-top: 14px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-block.-mt_l {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-section {
    margin-top: 12px;
  }
  .l-header__bottom-dropdown-section:first-child {
    margin-top: 0;
  }
}

.l-header__bottom-dropdown-link {
  font-size: 14px;
  color: #314da4;
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-link {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
}
.l-header__bottom-dropdown-link:hover {
  text-decoration: underline;
}
.l-header__bottom-dropdown-link:link,
.l-header__bottom-dropdown-link:visited {
  color: #314da4;
}

.l-header__bottom-dropdown-items.-mt {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-items.-mt {
    margin-top: 5px;
  }
}

.l-header__nav-items {
  display: flex;
  height: 100%;
}

.l-header__nav-item {
  padding: 0 15px;
  font-size: 14px;
  position: relative;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__nav-item {
    font-size: 15px;
  }
  body.rh-factor .navBannerImg {
    max-width: 100%;
    margin: 0px auto 0px;
    display: block;
}
}
body.rh-factor .l-header__nav-item {
  font-size: 44.8px;
  padding: 0 48px;
}
.l-header__nav-item.-trial {
  background: #fef712;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__nav-item.-trial:hover {
      opacity: 0.65;
}


.l-header__nav-item-button.open {
  color: #314da4;
}

.l-header__nav-item-button:hover {
  color: #314da4;
}
.l-header__nav-item-button:hover > .c-dropdown-icon::after {
  border-color: #314da4;
}

.l-header__nav-item-button::after {
  content: '';
  width: 16px;
  height: 16px;
  background: #f2f6ff;
  position: absolute;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
  transform: translate(-50%, 55%) rotate(45deg);
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.l-header__nav-item-button.open::after {
  visibility: visible;
  opacity: 1;
}

.-trial .l-header__nav-item-button {
  color: #314da4;
  font-weight: 700;
  padding: 0 15px;
}
.-trial .l-header__nav-item-button.open {
  color: #314da4;
}
.-trial .l-header__nav-item-button::after {
  display: none;
}

.l-header__nav-item-button {
	display: flex;
	align-items: center;
	height: 100%;
}

.l-header__nav-item-link {
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.l-header__nav-item-link:hover {
  color: #314da4;
}
.l-header__nav-item-link:link,
.l-header__nav-item-link:visited {
  color: #000;
}
.l-header__nav-item-link:link:hover,
.l-header__nav-item-link:visited:hover {
  color: #314da4;
}

.l-header__logo {
  height: 100%;
}

.l-header__logo-inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.l-header__logo-img {
  width: 90px;
}
@media print, screen and (min-width: 40.0625em) {
  .l-header__logo-img {
    width: 120px;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-header__logo-img {
    height: 30px;
    width: auto;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  body.scroll .l-header__logo-img {
    height: 20px;
  }
}
body.rh-factor .l-header__logo-img {
  width: 288px;
  height: auto;
}

.l-header__sp-menu-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  width: 40px;
  position: relative;
}
.l-header__sp-menu-button::after {
  content: '';
  width: 8.48px;
  height: 8.48px;
  background: #f2f6ff;
  position: absolute;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
  transform: translate(-50%, 55%) rotate(45deg);
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.l-header__sp-menu-button.open::after {
  visibility: visible;
  opacity: 1;
}
body.rh-factor .l-header__sp-menu-button {
  width: 148px;
}

.l-header__sp-menu-button-icon {
  position: relative;
  height: 16px;
  width: 21px;
  margin: 6px auto 2px;
}
.l-header__sp-menu-button-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #314da4;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.rh-factor .l-header__sp-menu-button-icon span {
  height: 6.4px;
}
.l-header__sp-menu-button-icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #314da4;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.rh-factor .l-header__sp-menu-button-icon::before {
  height: 6.4px;
}
.l-header__sp-menu-button-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #314da4;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.rh-factor .l-header__sp-menu-button-icon::after {
  height: 6.4px;
}
.open .l-header__sp-menu-button-icon span {
  opacity: 0;
}
.open .l-header__sp-menu-button-icon::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.open .l-header__sp-menu-button-icon::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
body.rh-factor .l-header__sp-menu-button-icon {
  height: 51.2px;
  width: 67.2px;
  margin: 19.2px auto 6.4px;
}

.l-header__sp-menu-button-text {
  font-size: 9px;
  color: #314da4;
}
.l-header__sp-menu-button-text.-text-open {
  display: none;
}
.open .l-header__sp-menu-button-text.-text-open {
  display: block;
}
.open .l-header__sp-menu-button-text.-text-closed {
  display: none;
}
body.rh-factor .l-header__sp-menu-button-text {
  font-size: 26.8px;
}

.l-header__bottom-dropdown-sp-heading {
  display: block;
  cursor: pointer;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000 !important;
}
body.rh-factor .l-header__bottom-dropdown-sp-heading {
  font-size: 57.6px;
  padding-top: 22.8px;
  padding-bottom: 22.8px;
}

.l-header__bottom-dropdown-footer {
  background: #d6e1f9;
  margin: 0 -15px;
  padding: 10px 15px;
  min-height: 60px;
}
body.rh-factor .l-header__bottom-dropdown-footer {
  margin: 0 -48px;
  padding: 32px 48px 32px;
  min-height: 192px;
}

.l-header__bottom-address {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .l-header__bottom-address {
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }
}
body.rh-factor .l-header__bottom-address {
  display: block;
}

.l-header__bottom-address-tel {
    display: inline-flex;
    align-items: baseline;
    font-family: Roboto, sans-serif;
    font-size: 22px;
}
.l-header__bottom-address-tel::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 2px;
  background-image: url(/neo/common/img/icon_tel-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 153%;
  background-position: 0px 3px;
}
body.rh-factor .l-header__bottom-address-tel::before {
  width: 67.2px;
  height: 67.2px;
  margin-left: 12.8px;
}
body.rh-factor .l-header__bottom-address-tel {
  font-size: 70.4px;
}

.l-header__bottom-address-text {
  font-size: 16px;
}
body.rh-factor .l-header__bottom-address-text {
  font-size: 51.2px;
}
body.rh-factor .l-header__bottom-address-item .officeText {
  font-size: 51.2px;
  width: 380px;
}

.l-header__bottom-address-item {
  margin-left: 0px;
}
.l-header__bottom-address-item .officeText{
  width: 105px;
  display: inline-block;
  font-size: 16px;
}
body.rh-factor .l-header__bottom-address-item {
  margin-left: 0;
}

.l-row {
  padding: 0 3.125%;
}
#inquiry .l-row {
  padding: 0;
}
#inquiry.comp .l-row {
  padding: 0 3.125%;
}
#inquiry header {
  padding: 0 3.125% !important;
}
#inquiry header + section {
  padding: 0 3.125% !important;
}
.l-row.-full {
  padding: 0;
}
.l-row.-bg_blue {
  background-color: #f2f6ff;
}
.l-row.-bg_navy {
  background-color: #314da4;
}
.l-row.-bg_gray {
  background-color: #f2f2f2;
}
.documentCont .l-row.-bg_navy {
    background-color: #314da4;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 9999;
}
.documentCont .fixTitle {
    position: sticky;
    width: 100%;
    top: 34px;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #c0c7dc;
}
.fixedsticky-dummy {
  height:0 !important;
}
.documentCont .c-line{
    position: sticky;
    width: 100%;
    top: 113px;
    z-index: 9999;
    display: block;
}
@media print, screen and (min-width: 48em) {
  .documentCont .fixTitle {
    border-bottom: none;
}
  .documentCont .c-line + section,
#inquiry .c-line + section{
    padding: 0 3.125%;
}
  .l-row.-top-triangle {
    position: relative;
  }
  .l-row.-top-triangle::before {
    content: '';
    width: 42.42px;
    height: 42.42px;
    background: white;
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

.l-row__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-row__inner.-maw_l {
  max-width: 1400px;
}
.l-row__inner.-maw_m {
  max-width: 1200px;
}
.l-row__inner.-maw_s {
  max-width: 1000px;
}
.l-row__inner.-maw_xs {
  max-width: 890px;
}
.l-row__inner.-vp {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp {
    padding: 80px 0;
  }
}
.l-row__inner.-vp_2 {
  padding: 27px 0 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_2 {
    padding: 53px 0 37px;
  }
}
.l-row__inner.-vp_3 {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_3 {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-row__inner.-vp_3 {
    padding: 80px 0 33px;
  }
}
.l-row__inner.-vp_4 {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_4 {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-row__inner.-vp_4 {
    padding: 80px 0 94px;
  }
}
.l-row__inner.-vp_5 {
  padding: 50px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_5 {
    padding: 80px 0;
  }
}
.l-row__inner.-vp_6 {
  padding: 27px 0 60px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_6 {
    padding: 43px 0 108px;
  }
}
.l-row__inner.-vp_7 {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_7 {
    padding: 43px 0 80px;
  }
}
.l-row__inner.-pt_1 {
  padding-top: 28px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_1 {
    padding-top: 30px;
  }
}
.l-row__inner.-pt_2 {
  padding-top: 28px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_2 {
    padding-top: 38px;
  }
}
.l-row__inner.-pt_3 {
  padding-top: 28px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_3 {
    padding-top: 60px;
  }
}
.l-row__inner.-pt_4 {
  padding-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_4 {
    padding-top: 60px;
  }
}
.l-row__inner.-pt_5 {
  padding-top: 25px;
}
.l-row__inner.-pt_6 {
  padding-top: 38px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_6 {
    padding-top: 60px;
  }
}
.l-row__inner.-pt_7 {
  padding-top: 15px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_7 {
    padding-top: 45px;
  }
}
.l-row__inner.-pt_8 {
  padding-top: 36px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_8 {
    padding-top: 80px;
  }
}
.l-row__inner.-pt_9 {
  padding-top: 20px;
}
.l-row__inner.-pb_1 {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_1 {
    padding-bottom: 73px;
  }
}
.l-row__inner.-pb_2 {
  padding-bottom: 35px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_2 {
    padding-bottom: 80px;
  }
}
.l-row__inner.-pb_3 {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_3 {
    padding-bottom: 110px;
  }
}
.l-row__inner.-pb_4 {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_4 {
    padding-bottom: 100px;
  }
  #inquiry .l-row__inner.-pb_4 {
    padding-bottom: 230px;
  }
}
.l-row__inner.-pb_5 {
  padding-bottom: 34px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_5 {
    padding-bottom: 47px;
  }
}
.l-row__inner.-pb_6 {
  padding-bottom: 38px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_6 {
    padding-bottom: 60px;
  }
}
.l-row__inner.-pb_7 {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_7 {
    padding-bottom: 70px;
  }
}
.l-row__inner.-pb_8 {
  padding-bottom: 28px;
}

/* ==========================================================================
Project
========================================================================== */
.p-accordion-label.-when_open {
  display: none;
}
.open .p-accordion-label.-when_open {
  display: block;
}

.p-accordion-label.-when_closed {
  display: block;
}
.open .p-accordion-label.-when_closed {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .p-anchor-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -8px;
    margin-left: -30px;
    margin-top: -8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-anchor-links__item + .p-anchor-links__item {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-anchor-links__item {
    margin-left: 10px;
    margin-top: 8px;
    margin-left: 30px;
    margin-top: 8px;
  }
}

.p-application {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 50px 10px 1fr;
  grid-template:
    'app-img app-head' auto
    'app-img app-body' 1fr
    / 50px 1fr;
  gap: 0 10px;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-application {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template:
      'app-img app-head' auto
      'app-img app-body' 1fr
      / 80px 1fr;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application.-img_s {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 70px 20px 1fr;
    grid-template:
      'app-img app-head' auto
      'app-img app-body' 1fr
      / 70px 1fr;
    gap: 0 20px;
  }
}

.p-application__head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: app-head;
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-application__head {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-application__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: app-body;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-application__body {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-application__desc {
  text-align: justify;
}

.p-application__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: app-img;
}

@media print, screen and (min-width: 48em) {
  .p-application__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-application.-img_s > .p-application__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-application__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-application.-img_s > .p-application__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-application__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-application.-img_s > .p-application__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
.p-application__img img {
  width: 100%;
  display: block;
}

.p-application__tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -5px;
}
@media print, screen and (min-width: 48em) {
  .p-application__tags {
    margin-left: -15px;
  }
}

.p-application__tag {
  background: #ececec;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 7px;
  margin-left: 10px;
  margin-top: 7px;
}
@media print, screen and (min-width: 48em) {
  .p-application__tag {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 15px;
  }
}
.p-application__tag.-yellow {
  background: #fef712;
}

.p-application-case + .p-application-case {
  margin-top: 36px;
}

@media print, screen and (min-width: 48em) {
  .p-application-case {
    display: flex;
  }
  .p-application-case + .p-application-case {
    margin-top: 50px;
  }
}

.p-application-case__tag {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-application-case__heading {
  font-weight: 700;
  margin-top: 18px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-application-case__desc {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 9px;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-case__img {
    flex: 0 0 370px;
  }
}

.p-application-case__img img {
  display: block;
  max-width: 100%;
}

.p-application-case__body {
  margin-top: 23px;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__body {
    margin-top: 0;
    margin-left: 45px;
  }
}

.p-application-case__link {
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-application-filter__tabs {
  display: flex;
  padding-top: 15px;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__tabs {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__tabs {
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -7px;
    position: relative;
  }
  .p-application-filter__tabs::after {
    width: -webkit-calc(100% - 7px);



    width: calc(100% - 7px);
    height: 1px;
    background: #c0c7dc;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__tabs.-single-row {
    flex-wrap: nowrap;
  }
  .p-application-filter__tabs.-single-row::before {
    display: none;
  }
}

.p-application-filter__tab {
  flex: 0 1 auto;
  background: #f2f6ff;
  color: #314da4;
  padding: 7px 10px;
  position: relative;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #c0c7dc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.p-application-filter__tab::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  background: #c0c7dc;
  right: -9px;
  bottom: -1px;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__tab {
    margin-left: 7px;
    margin-top: 5px;
    width: -webkit-calc(33.333% - 7px);
    width: calc(33.333% - 7px);
  }
  .p-application-filter__tab.-active::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: white;
    bottom: -1px;
    left: 0;
    z-index: 2;
  }
  .-single-row > .p-application-filter__tab {
    width: auto;
  }
}
@media only screen and (max-width: 40em) {
  .p-application-filter__tab {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__tab {
    flex: 1 1 0px;
    padding: 13px 11px;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-application-filter__tab:not(.-selected):hover,
  .p-application-filter__tab:not(.active):hover {
    opacity: 0.65;
  }
}
.p-application-filter__tab.-selected,
.p-application-filter__tab.active {
  background: #fff;
  color: #000;
  font-weight: 700;
  border-top: 1px solid #c0c7dc;
  border-right: 1px solid #c0c7dc;
  border-left: 1px solid #c0c7dc;
  border-bottom: 1px solid transparent;
  cursor: default;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__tab + .p-application-filter__tab {
    margin-left: 7px;
  }
}

.p-application-filter__filters-container {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filters-container {
    margin-top: 42px;
  }
}

.p-application-filter__filters {
  display: none;
}
.p-application-filter__filters.-selected,
.p-application-filter__filters.active {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__filters.-selected.-sp_two-col,
  .p-application-filter__filters.active.-sp_two-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filters.-selected,
  .p-application-filter__filters.active {
    display: flex;
    margin-left: -2px;
    flex-wrap: wrap;
    margin-top: -2px;
  }
}


.p-application-filter__filter {
  display: block;
  position: relative;
  background: #f2f6ff;
  color: #314da4;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__filter {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-application-filter__filter + .p-application-filter__filter {
    margin-top: 2px;
  }
  .-sp_two-col .p-application-filter__filter + .p-application-filter__filter {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter {
    margin-left: 2px;
    margin-top: 2px;
    font-size: 16px;
    font-size: 1rem;
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-application-filter__filter {
    width: -webkit-calc(25% - 2px);
    width: calc(25% - 2px);
  }
}
.p-application-filter__filter.-selected,
.p-application-filter__filter.active {
  background: #314da4;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter:hover.active,
  .p-application-filter__filter:hover.-selected {
    opacity: 1;
  }
}

.p-application-filter__radio {
  margin-right: 5px;
}

.p-application-filter__filter-label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 10px;
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter-label {
    padding: 8px 10px;
  }
}
.-selected > .p-application-filter__filter-label,
.active > .p-application-filter__filter-label {
  cursor: default;
}

.p-application-filter__filter-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-application-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 11px 1fr;
  -ms-grid-columns: 50px 8px 1fr;
  grid-template:
    'app-head-img app-head-heading' auto
    'app-head-body app-head-body' 1fr
    / 50px 1fr;
  gap: 11px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-application-head {
    -ms-grid-rows: auto 11px 1fr;
    -ms-grid-columns: 110px 30px 1fr;
    grid-template:
      'app-head-img app-head-heading' auto
      'app-head-img app-head-body' 1fr
      / 110px 1fr;
    gap: 11px 30px;
  }
}

.p-application-head__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: app-head-img;
}
.p-application-head__img img {
  display: block;
  max-width: 100%;
}

.p-application-head__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: app-head-heading;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-head__heading {
    display: flex;
    align-items: center;
  }
}

.p-application-head__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: app-head-body;
}

@media print, screen and (min-width: 48em) {
  .p-application-head__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-application-head__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-application-head__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-application-history.-sp-mt,
  .p-application-history + .p-application-history {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-history {
    display: flex;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-history__version {
    flex: 0 0 6.5625em;
    padding-right: 0.5em;
  }
}

.p-other-functions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -5px;
}

.p-other-functions__item {
  margin-left: 16px;

  margin-top: 5px;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
}
@media print, screen and (min-width: 48em) {
  .p-other-functions__item {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
  }
}

.p-application-section-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 15px auto 15px 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'application-section-1-head' auto 'application-section-1-img' auto 'application-section-1-body' 1fr/1fr;
  gap: 15px 0;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-1 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template: 'application-section-1-head application-section-1-img' auto 'application-section-1-body application-section-1-img' 1fr/1fr 1fr;
    gap: 0 60px;
  }
}

.p-application-section-1__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: application-section-1-head;
}

.p-application-section-1__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: application-section-1-img;
  display: flex;
  justify-content: center;
}
.p-application-section-1__img img {
  display: block;
  max-width: 100%;
}

.p-application-section-1__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: application-section-1-body;

}

@media print, screen and (min-width: 48em) {
  .p-application-section-1__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-1__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-1__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 25px auto 25px 1fr;
  -ms-grid-columns: 1fr;
  grid-template:
    'app-summary-head' auto
    'app-summary-img' auto
    'app-summary-body' 1fr
    / 1fr;
  gap: 25px 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-application-summary {
    -ms-grid-rows: auto 19px 1fr;
    -ms-grid-columns: 600fr 30px 570fr;
    grid-template: 'app-summary-head app-summary-img' auto 'app-summary-body app-summary-img' 1fr/600fr 570fr;
    gap: 19px 30px;
  }
}

.p-application-summary__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: app-summary-img;
}
.p-application-summary__img img {
  display: block;
  max-width: 100%;
}

.p-application-summary__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: app-summary-head;
}

.p-application-summary__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: app-summary-body;
}

@media print, screen and (min-width: 61.25em) {
  .p-application-summary__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-summary__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-summary__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-summary__circles {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40.0625em) {
  .p-application-summary__circles {
    justify-content: normal;
    max-width: none;
    margin-left: -10px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-application-summary__circles {
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .p-application-summary__circle {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-application-summary__circle {
    margin-left: 20px;
  }
}

.p-application-section-body {
  margin-top: 32px;
}

.p-application-section-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 25px auto 25px 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'app-section-content-lead' auto 'app-sec-content-img' auto 'app-sec-content-desc' 1fr/1fr;
  gap: 25px 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-application-section-content {
    -ms-grid-rows: auto 19px 1fr;
    -ms-grid-columns: 720fr 60px 420fr;
    grid-template: 'app-section-content-lead app-sec-content-img' auto 'app-sec-content-desc app-sec-content-img' 1fr/720fr 420fr;
    gap: 19px 60px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-section-content.-large-img {
    -ms-grid-rows: auto 19px 1fr;
    -ms-grid-columns: 600fr 30px 570fr;
    grid-template: 'app-section-content-lead app-sec-content-img' auto 'app-sec-content-desc app-sec-content-img' 1fr/600fr 570fr;
    gap: 19px 30px;
  }
}

.p-application-section-content__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: app-sec-content-img;
}
.p-application-section-content__img img {
  display: block;
  max-width: 100%;
}

.p-application-section-content__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: app-section-content-lead;
}

.p-application-section-content__desc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: app-sec-content-desc;
}

@media print, screen and (min-width: 61.25em) {
  .p-application-section-content__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-content__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-content__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-section-content.-large-img
    > .p-application-section-content__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-content.-large-img
    > .p-application-section-content__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-content.-large-img
    > .p-application-section-content__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-section-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 25px auto 25px auto;
  -ms-grid-columns: 1fr;
  grid-template: 'application-section-body-2-head' auto 'application-section-body-2-img' auto 'application-section-body-2-lead' auto/1fr;
  gap: 25px 0;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-head {
    -ms-grid-rows: auto 40px 1fr;
    -ms-grid-columns: 1.85fr 60px 1fr;
    grid-template: 'application-section-body-2-head application-section-body-2-img' auto 'application-section-body-2-lead application-section-body-2-img' 1fr / 1.85fr 1fr;
    gap: 40px 60px;
  }
}

.p-application-section-head__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: application-section-body-2-head;
}

.p-application-section-head__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: application-section-body-2-img;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-section-head__img {
    margin-top: 12px;
  }
}
.p-application-section-head__img img {
  display: block;
  max-width: 100%;
}

.p-application-section-head__lead {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: application-section-body-2-lead;
}

@media print, screen and (min-width: 48em) {
  .p-application-section-head__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-head__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-head__lead {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-section-heading {
  display: flex;
  align-items: baseline;
}

.p-application-section-heading__number {
  background: #000;
  -webkit-border-radius: 50%;



  border-radius: 50%;
  color: #fff;
  font-family: Roboto, sans-serif;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  width: 1.5em;
  height: 1.5em;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-heading__number {
    font-size: 24px;
    font-size: 1.5rem;
    width: 1.66667em;
    height: 1.66667em;
  }
}

.p-application-section-heading__main {
  font-size: 18px;
  font-size: 1.125rem;




  margin-left: 0.55556em;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-heading__main {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 0.68182em;
  }
}

.p-application-img-desc__heading {
  margin-top: 12px;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-application-img-desc__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 32px;
  }
}

.p-application-img-desc__desc {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-application-img-desc__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-banner-1 {
  border: 2px solid #ccc;
  padding: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1 {
    padding: 48px 42px 38px;
  }
}

.p-banner-1__inner {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-banner-1__inner {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__inner {
    justify-content: space-between;
  }
}

.p-banner-1__description {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-banner-1__links {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
  margin-top: 7px;
}

.p-banner-1__link {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 30px;
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-banner-1__icon-box {
    width: 60px;
    height: 60px;
  }
  .p-banner-1__icon-box.-cloud {
    width: 60px;
    height: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-banner-1__icon-box {
    flex: 0 0 118px;
  }
  .p-banner-1__icon-box.-package {
    height: 88px;
  }
}

.p-banner-1__icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__icon {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-banner-1__text-box {
    margin-top: 20px;
  }
}

.p-banner-2 {
  padding: 36px 25px 40px;
  background: #fef712;
}
@media print, screen and (min-width: 48em) {
  .p-banner-2 {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
}

.p-banner-2__text {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-banner-2__text {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-banner-2__button {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-banner-2__button {
    flex: 0 0 320px;
    margin-left: 30px;
  }
}

.p-banner-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-banner-img.-mt + .p-banner-img.-mt {
  margin-top: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-banner-img.-mt + .p-banner-img.-mt {
    margin-top: 32px;
  }
}

.p-banner-img__img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}
.browser-is-ie .p-banner-img__img {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-banner-img__inner:hover .p-banner-img__img {
    opacity: 0.65;
  }
}

@media print, screen and (min-width: 48em) {
  .p-block-ihb-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 15px 1fr;
    -ms-grid-columns: auto 20px 1fr;
    grid-template: 'ihb1-img ihb1-heading' auto 'ihb1-img ihb1-body' 1fr / auto 1fr;
    gap: 15px 20px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-block-ihb-1 {
    -ms-grid-rows: auto 15px 1fr;
    -ms-grid-columns: auto 34px 1fr;
    grid-template: 'ihb1-img ihb1-heading' auto 'ihb1-img ihb1-body' 1fr / auto 1fr;
    gap: 15px 34px;
  }
}

.p-block-ihb-1__img {
  display: flex;
  justify-content: center;
}
.p-block-ihb-1__img img {
  display: block;
  width: 120px;
  height: 120px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__img {
    display: block;
    grid-area: ihb1-img;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .p-block-ihb-1__img img {
    width: 100px;
    height: 100px;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 61.25em) {
  .p-block-ihb-1__img img {
    width: 150px;
    height: 150px;
  }
}



.p-block-ihb-1__heading {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__heading {
    margin-top: 0;
    text-align: left;
    grid-area: ihb1-heading;
  }
}

.p-block-ihb-1__body {
  text-align: center;
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__body {
    margin-top: 0;
    text-align: left;
    grid-area: ihb1-body;

  }
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__img {
    -ms-grid-row: 1;

    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-block-ihb-1__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-block-ihb-1__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-block-ihb-1__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-block-ihb-1__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-block-ihb-1__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.p-block-ihb-2__img {
  border: 3px solid #e5e5e5;
  padding: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-2__img {
    padding: 30px;
  }
}
.p-block-ihb-2__img img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
.p-block-ihb-2.-l .p-block-ihb-2__img img {
  width: 505px;
}

.p-block-ihb-2__heading {
  margin-top: 18px;
}

.p-block-ihb-2__body {
  margin-top: 16px;
}

.p-block-ihb-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px 1fr;
  -ms-grid-columns: 32px 10px 1fr;
  grid-template: 'ihb3-img ihb3-heading' auto 'ihb3-body ihb3-body' 1fr / 32px 1fr;
  gap: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-3 {
    -ms-grid-rows: auto 13px 1fr;
    -ms-grid-columns: 40px 14px 1fr;
    grid-template: 'ihb3-img ihb3-heading' auto 'ihb3-body ihb3-body' 1fr / 40px 1fr;

    gap: 13px 14px;
  }
}

.p-block-ihb-3__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ihb3-img;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-3__img {
    width: 40px;
    height: 40px;
  }
}
.p-block-ihb-3__img img {
  display: block;
  max-width: 100%;
}

.p-block-ihb-3__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ihb3-heading;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-3__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-block-ihb-3__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: ihb3-body;
}

@media print, screen and (min-width: 48em) {
  .p-block-ihb-3__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-block-ihb-3__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-block-ihb-3__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-block-ihb-3__body {
    display: none;
  }
}

.p-block-ihb-3__body-description {
  font-size: 16px;
  font-size: 1rem;
  text-align: justify;
}

.p-block-ihb-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 90px 20px 1fr;

  grid-template: 'ihb4-img ihb4-heading' auto 'ihb4-img ihb4-body' 1fr / 90px 1fr;
  gap: 0 20px;
}

.p-block-ihb-4__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: ihb4-img;
}
.p-block-ihb-4__img img {
  display: block;
  max-width: 100%;
}

.p-block-ihb-4__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ihb4-heading;
}

.p-block-ihb-4__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: ihb4-body;
}

.p-breadcrumbs {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-breadcrumbs {
    display: block;
    padding: 9px 0;

  }
}



.p-breadcrumbs__inner {
  display: flex;
  overflow: hidden;
}

.p-breadcrumbs__item {
  flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-breadcrumbs__item a,
.p-breadcrumbs__item span {
  color: #333;
}
.p-breadcrumbs__item:last-child {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumbs__item:not(:last-child)::after {
  content: '';
  width: 0.4375rem;

  height: 0.4375rem;
  display: inline-block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0.5rem 0 0.2rem;
  position: relative;
}

.p-border-box {
  border: 3px solid #e5e5e5;
  padding: 20px;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .p-border-box {
    padding: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-border-box.-p_s {
    padding: 14px;
    /* width: 80%; */
    margin: 0 auto;
  }
}
.p-border-box.-p_m {
  padding: 30px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-border-box.-p_m {
    padding: 30px;
  }
}
.p-border-box.-p_no {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .p-border-box.-p_no {
    padding: 0;
  }
}
.p-border-box.-thin {
  border-width: 1px;
}
.p-border-box.-gray {
  border-color: #ccc;
}

.p-border-icon-box {
  padding: 32px 24px 9px;
  border: 1px solid #c0c7dc;
}
.grayBox{
  background-color: #f3f3f3;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 20px auto 0;
}
.grayBox h3{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  padding: 0 10px 0 10px;
  width: 30%;
}
.grayBox h3 + div{
  width: 70%;
  padding: 0 10px 0 10px;
  font-size: 14px;
}

@media only screen and (max-width: 63.75em) {
.grayBox{
  display: block;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 30px;
}
.grayBox h3{
  width: 100%;
  margin-bottom: 10px;
}
.grayBox h3 + div{
  width: 100%;
  margin-bottom: 10px;
}
}
  }
#service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(3),#service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 47.9375em) {
  #service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(3),#service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(4) {
  margin-top: 30px;
}
  }
.p-border-icon-box + div {
border: 1px solid #c0c7dc;
border-top: none;
height: auto;
}
#priceEnterprise .p-border-icon-box {
    height: auto !important;
}

@media print, screen and (min-width: 48em) {
  .p-border-icon-box {
    padding: 28px 30px 9px;
    height: 86% !important;
  }
  #priceEnterprise .p-border-icon-box {
	height: 86% !important;
	}
}

@media print, screen and (min-width: 61.25em) {
  #priceEnterprise .p-border-icon-box {
    height: 84% !important;
}
  }
@media print, screen and (min-width: 80em) {
  #priceEnterprise .p-border-icon-box {
    height: 84% !important;
}
}
.p-border-icon-box__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.p-border-icon-box__icon-box {
  margin-left: 16px;
}

.p-border-icon-box__icon {
  max-width: 100%;
  display: block;
}
.p-border-icon-box__icon.-install {
  width: 72px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-install {
    width: 90px;
  }
}
.p-border-icon-box__icon.-education {
  width: 64px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-education {
    width: 80px;
  }
}
.p-border-icon-box__icon.-customize {
  width: 48px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-customize {
    width: 60px;
  }
}
.p-border-icon-box__icon.-app-dev {
  width: 48px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-app-dev {
    width: 60px;
  }
}

.p-casestudy-anchors__row {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
}
.p-casestudy-anchors__row:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-anchors__row {
    display: flex;
    padding: 32px 0;
  }
}

.p-casestudy-anchors__heading {
  flex: 0 0 260px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-anchors__heading {
    display: flex;
    padding-right: 1em;
  }
}

.p-casestudy-anchors__body {
  flex: 1 1 auto;
}

.p-casestudy-case {
  display: flex;
  flex-direction: column;
  color: inherit;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case:not(.-no-link):hover {
    opacity: 0.65;
  }
}

.p-casestudy-case__head {
  position: relative;
  background: #e5e5e5;
}

.p-casestudy-case__img-box {
  overflow: hidden;
  position: relative;
  padding-top: 45.614%;
}

.p-casestudy-case__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  /* height: 100%; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: translate(0%, -50%);
}
.p-casestudy-case__img-box .imgContainer {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__img {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case:not(.-no-link):hover .p-casestudy-case__img {
    -webkit-transform: scale(1.1) translate(0%, -50%);
    transform: scale(1.1) translate(0%, -50%);
  }
}

.p-casestudy-case__logo-box {
  width: 96px;
  height: 70px;
  bottom: -44px;
  left: 10px;
  position: absolute;
  border: 1px solid #eaeaea;
  background: #fff;
  display: block;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__logo-box {
    left: 30px;
    bottom: -55px;
    width: 120px;
    height: 85px;
  }
}

.p-casestudy-case__logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  font-size: 8px;
  overflow: hidden;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.p-casestudy-case__heading {
  font-weight: 700;
  line-height: 1.5;
  color: #314da4;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__heading {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-casestudy-case__body {
  padding: 60px 10px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__body {
    padding: 69px 30px 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-case__properties {
    margin-top: 8px;
  }
}

.p-casestudy-case__property {
  display: flex;
}

.p-casestudy-case__property-head {
  font-size: 16px;
  font-size: 1rem;
  flex: 0 0 6em;
  padding-right: 0.5em;
}

.p-casestudy-case__name {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.p-casestudy-case__property-body {
  font-size: 16px;
  font-size: 1rem;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-case__properties {
    margin-top: 8px;
  }
}

.p-casestudy-comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 12px 1fr;
  -ms-grid-columns: 60px 20px 1fr;
  grid-template: 'casestudy-comment-img casestudy-comment-heading' auto 'casestudy-comment-body casestudy-comment-body' 1fr/60px 1fr;
  gap: 12px 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 100px 40px 1fr;
    grid-template: 'casestudy-comment-img casestudy-comment-heading' auto 'casestudy-comment-img casestudy-comment-body' 1fr/100px 1fr;
    gap: 0 40px;
  }
}
.p-casestudy-comment + .p-casestudy-comment {
  margin-top: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment + .p-casestudy-comment {
    margin-top: 52px;
  }
}

.p-casestudy-comment__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: casestudy-comment-img;
}
.p-casestudy-comment__img img {
  display: block;
  max-width: 100%;
}

.p-casestudy-comment__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: casestudy-comment-heading;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-casestudy-comment__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: casestudy-comment-body;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-comment__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-casestudy-comment__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__body {
    margin-top: 8px;
  }
}

.p-casestudy-comment__text-box {
  margin-top: 6px;
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-comment__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__text + .p-casestudy-comment__text {
    margin-top: 1em;
  }
}

.p-casestudy-comment__person {
  display: flex;
}

.p-casestudy-comment__person-name {
  flex: 0 0 auto;
}

.p-casestudy-comment__person-position {
  flex: 1 1 auto;
  margin-left: 1rem;
}

.p-casestudy-featured {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-featured {
    margin-top: 33px;
  }
}

.p-casestudy-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'casestudy-info-heading' auto 'casestudy-info-logo' auto 'casestudy-info-table' auto 'casestudy-info-description' 1fr/1fr;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info {
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 670fr 60px 220fr;
    grid-template: 'casestudy-info-heading casestudy-info-heading' auto 'casestudy-info-table casestudy-info-logo' auto 'casestudy-info-description casestudy-info-logo' 1fr/670fr 220fr;
    gap: 0 60px;
  }
}

.p-casestudy-info__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: casestudy-info-heading;
}

.p-casestudy-info__table {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: casestudy-info-table;
  margin-top: 20px;
}

.p-casestudy-info__description {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: casestudy-info-description;
  margin-top: 12px;
}

.p-casestudy-info__logo-area {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: casestudy-info-logo;

  margin-top: 12px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-info__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-casestudy-info__table {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-info__description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-casestudy-info__logo-area {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__logo-area {
    margin-top: 20px;
  }
}

.p-casestudy-info__logo-box {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__logo-box {
    padding: 30px;
  }
}

.p-casestudy-info__logo {
display: block;
    max-width: 100%;
    max-height: 100%;
}

.p-casestudy-info__body {
  flex: 1 1 0px;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__body {
    margin-top: 0;
    margin-left: 20px;
  }
}

.p-casestudy-info__row {
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__row {
    display: flex;
  }
}
.p-casestudy-info__row + .p-casestudy-info__row {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__row + .p-casestudy-info__row {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-info__row-heading {
    flex-shrink: 0;
    width: 10rem;
    padding-right: 1rem;
  }
}

.p-casestudy-info__row__body {
  word-break: break-all;
}

.p-casestudy-intro__head {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-intro__head {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-intro__head-item {
    margin-top: 20px;
  }
  .p-casestudy-intro__head-item + .p-casestudy-intro__head-item {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-intro__head-item {
    flex: 1 1 0px;
  }
  .p-casestudy-intro__head-item + .p-casestudy-intro__head-item {
    margin-left: 60px;
  }
}

.p-casestudy-intro__info {
  grid-area: casestudy-intro-info;
  border-bottom: 1px solid #ccc;
}

.p-casestudy-intro__info-row {
  display: flex;
  border-top: 1px solid #ccc;
}

.p-casestudy-intro__info-head {
  flex: 0 0 9.78571em;
  padding: 4px 10px 3px;
  font-weight: 700;
  background: #ebebeb;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-intro__info-head {
    flex: 0 0 10.5em;
  }
}

.p-casestudy-intro__info-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px 3px;
  flex: 1 1 auto;
}

.p-casestudy-intro__lead {
  grid-area: casestudy-intro-lead;
  margin-top: 20px;
}

.p-casestudy-intro__img {
  grid-area: casestudy-intro-img;
}
.p-casestudy-intro__img img {
  display: block;
  width: 100%;
}

.p-casestudy-intro__staff-list {
  margin-top: 20px;
}

.p-casestudy-intro__staff {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-intro__staff {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-casestudy-intro__staff + .p-casestudy-intro__staff {
  margin-top: 4px;
}

.p-casestudy-intro__staff-head {
  flex: 0 0 auto;
}

.p-casestudy-intro__staff-separator {
  margin: 0 0.25em;
}

.p-casestudy-intro__staff-body {
  flex: 1 1 auto;
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partners {
    margin-top: 12px;
  }
}

.p-casestudy-partner {
  padding: 26px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-partner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 9px 1fr;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template: 'casestudy-partner-head casestudy-partner-head' auto 'casestudy-partner-description casestudy-partner-contact' 1fr/1fr 1fr;
    gap: 9px 40px;
  }
}
.p-casestudy-partner:first-child {
  padding-top: 0;
}

.p-casestudy-partner__head {
  grid-area: casestudy-partner-head;
}

.p-casestudy-partner__description {
  grid-area: casestudy-partner-description;
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partner__description {
    margin-top: 8px;
  }
}

.p-casestudy-partner__contact {
  grid-area: casestudy-partner-contact;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-partner__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-casestudy-partner__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-partner__contact {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partner__contact {
    margin-top: 20px;
  }
}

.p-casestudy-partner-contact__bureau {
  margin-top: 6px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-partner-contact__info-row {
    display: flex;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partner-contact__info-row
    + .p-casestudy-partner-contact__info-row {
    margin-top: 12px;
  }
}

.p-casestudy-partner-contact__info {
  margin-top: 8px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-partner-contact__info-head {
    flex: 0 0 90px;
    padding-right: 1rem;
  }
}

.p-casestudy-reference + .p-casestudy-reference {
  margin-top: 32px;
}

.p-casestudy-reference__link {
  margin-top: 16px;
}

.p-casestudy-sections {
  margin-top: 52px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-sections {
    margin-top: 75px;
  }
}

.p-casestudy-section + .p-casestudy-section {
  margin-top: 52px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section + .p-casestudy-section {
    margin-top: 80px;
  }
}

.p-casestudy-section-main__row.-process {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-process {
    margin-top: 45px;
  }
}

.p-casestudy-section-main__row.-full-img {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-full-img {
    margin-top: 30px;
  }
}

.p-casestudy-section-main__row.-paragraph {
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-paragraph {
    margin-top: 14px;
  }
}

.p-casestudy-section-main__row.-applications {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-applications {
    margin-top: 27px;
  }
}

.p-casestudy-section-main__row.-sub-heading {
  margin-top: 52px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-sub-heading {
    margin-top: 95px;
  }
}

.p-casestudy-section-main__row.-text-img {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-text-img {
    margin-top: 30px;
  }
}

.p-casestudy-section-main__row:first-child {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row:first-child {
    margin-top: 27px;
  }
}

.p-casestudy-section__sub-heading {
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section__sub-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-casestudy-section__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__text-img {
    display: flex;
  }
}

.p-casestudy-section-main__text-img + .p-casestudy-section-main__text-img {
  margin-top: 20px;
}

.p-casestudy-section-main__text-img-col {
  flex: 1 1 0px;
}
.p-casestudy-section-main__text-img-col
  + .p-casestudy-section-main__text-img-col {
  margin-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__text-img-col
    + .p-casestudy-section-main__text-img-col {
    margin-top: 0;
    margin-left: 60px;
  }
}

.p-casestudy-section-main__text-img-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.p-casestudy-section-main__sub-heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__sub-heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-casestudy-section-main__processes {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__processes {
    margin-top: 15px;
  }
}

.p-casestudy-section-main__process {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 6px 1fr;
  -ms-grid-columns: 80px 15px 1fr;
  grid-template: 'casestudy-section-main-process-bar casestudy-section-main-process-head' auto 'casestudy-section-main-process-bar casestudy-section-main-process-body' 1fr / 80px 1fr;
  gap: 6px 15px;
  min-height: 140px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process {
    -ms-grid-rows: auto 6px 1fr;
    -ms-grid-columns: 102px 20px 1fr;
    grid-template: 'casestudy-section-main-process-bar casestudy-section-main-process-head' auto 'casestudy-section-main-process-bar casestudy-section-main-process-body' 1fr / 102px 1fr;
    gap: 6px 20px;
    min-height: 140px;
  }
}
.p-casestudy-section-main__process + .p-casestudy-section-main__process {
  margin-top: 9px;
}

.p-casestudy-section-main__process-bar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: casestudy-section-main-process-bar;
  position: relative;
  text-align: center;
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 700;
}
.p-casestudy-section-main__process-bar.-no_1 {
  background: #f2f6ff;
}
.p-casestudy-section-main__process-bar.-no_1::before {
  display: none;
}
.p-casestudy-section-main__process-bar.-no_1::after {
  border-top-color: #f2f6ff;
}
.p-casestudy-section-main__process-bar.-no_2 {
  background: #d6e1f9;
  padding-top: 15px;
}
.p-casestudy-section-main__process-bar.-no_2::after {
  border-top-color: #d6e1f9;
}
.p-casestudy-section-main__process-bar.-no_3 {
  background: #93a6df;
  padding-top: 15px;
}
.p-casestudy-section-main__process-bar.-no_3::after {
  display: none;
}
.p-casestudy-section-main__process-bar::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 15px solid #fff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  top: 0;
  left: 0;
  z-index: 0;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar::before {
    border-right: 51px solid transparent;
    border-left: 51px solid transparent;
  }
}
.p-casestudy-section-main__process-bar::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 15px solid #d6e1f9;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar::after {
    border-right: 51px solid transparent;
    border-left: 51px solid transparent;
  }
}

.p-casestudy-section-main__process-bar-process {
  word-break: break-all;
  font-size: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar-process {
    font-size: 14px;
  }
}

.p-casestudy-section-main__process-bar-number {
  font-size: 20px;
  margin-top: 3px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar-number {
    font-size: 30px;
    margin-top: 3px;
  }
}

.p-casestudy-section-main__process-head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: casestudy-section-main-process-head;
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-head {
    margin-top: 24px;
  }
}
.p-casestudy-section-main__process-head.-mt_s {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-head.-mt_s {
    margin-top: 12px;
  }
}

.p-casestudy-section-main__process-body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: casestudy-section-main-process-body;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-section-main__process-head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-casestudy-section-main__process-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-body {
    padding-bottom: 6px;
  }
}

.p-casestudy-section-main__full-img img {
  display: block;
  width: 100%;
}

.p-casestudy-section-main__applications {
  border: 1px solid #ccc;
  padding: 30px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__applications {
    padding: 30px;
  }
}

.p-casestudy-section-main__applications-body {
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__applications-body {
    display: flex;
    margin-top: -10px;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__application {
    margin-left: 40px;
    margin-top: 30px;
    flex: 1 1 -webkit-calc(50% - 40px);
    flex: 1 1 calc(50% - 40px);
  }
  .browser-is-ie .p-casestudy-section-main__application {
    flex: 1 1 0px;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-section-main__application
    + .p-casestudy-section-main__application {
    margin-top: 16px;
  }


}

.p-casestudy-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'casestudy-title-copy' auto 'casestudy-title-name' auto 'casestudy-title-logo' 1fr/1fr;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title {
    -ms-grid-rows: auto 7px 1fr;
    -ms-grid-columns: 1fr 25px 180px;
    grid-template: 'casestudy-title-copy casestudy-title-logo' auto 'casestudy-title-name casestudy-title-logo' 1fr/1fr 180px;
    gap: 7px 25px;
  }
}

.p-casestudy-title__copy {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: casestudy-title-copy;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__copy {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-casestudy-title__logo-area {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: casestudy-title-logo;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__logo-area {
    margin-top: 0;
  }
}

.p-casestudy-title__logo-box {
  display: block;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 127px;
  border: 1px solid #e5e5e5;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__logo-box {
    width: 100%;
  }
}

.p-casestudy-title__logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.p-casestudy-title__name {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: casestudy-title-name;
  display: flex;
  margin-top: 12px;
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-title__copy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-casestudy-title__logo-area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-casestudy-title__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__name {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-video {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 12px 1fr;
    -ms-grid-columns: 1fr 30px 180px;
    grid-template: 'casestudy-video-heading casestudy-video-video-thumbnail' auto 'casestudy-video-description casestudy-video-video-thumbnail' 1fr/1fr 180px;
    gap: 12px 30px;
  }
}

.p-casestudy-video__heading {
  grid-area: casestudy-video-heading;
}

.p-casestudy-video__description {
  grid-area: casestudy-video-description;
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-video__description {
    margin-top: 0;
  }
}

.p-casestudy-video__thumbnail {
  grid-area: casestudy-video-video-thumbnail;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-video__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-casestudy-video__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-video__thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-video__thumbnail {
    margin-top: 20px;
  }
}

.p-casestudy-video__thumbnail-img {
  display: block;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-video__thumbnail-img:hover {
    opacity: 0.65;
  }
}

.p-contact-address__row {
  border-top: 1px solid #ccc;
  padding: 17px 0;
}
.p-contact-address__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 48em) {
  .p-contact-address__row {
    display: flex;
    padding: 17px 0 6px;
  }
  .p-contact-address__row:last-child {
    padding: 17px 0;
  }
}

.p-contact-address__heading {
  font-weight: 700;

  font-size: 16px;

  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-contact-address__heading {
    width: 202px;
    flex-shrink: 0;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-contact-address__body {
    margin-top: 7px;
    display: block !important;
  }
}

.p-contact-address__body-bottom {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 11px;
}
@media print, screen and (min-width: 48em) {
  .p-contact-address__body-bottom {
    margin-top: 5px;
  }
}

.p-col-2.-type_1 {
  display: block;
  margin-top: -10px;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_1 {
    margin-left: -30px;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_2 {
    margin-left: -52px;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_3 {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_5 {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_6 {
    display: flex;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_7 {
    display: flex;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_8 {
    display: flex;
    margin-left: -60px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_9 {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-col-2.-type_10 {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_10 {
    margin-left: -30px;

    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-col-2.-type_1 > .p-col-2__item {
  margin-top: 10px;
}
.p-col-2.-type_1 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-2.-type_1 > .p-col-2__item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_1 > .p-col-2__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
  }
  .p-col-2.-type_1 > .p-col-2__item:first-child {
    margin-top: 30px;
  }
}

.p-col-2.-type_2 > .p-col-2__item {
  margin-top: 30px;
}
.p-col-2.-type_2 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-2.-type_2 > .p-col-2__item {
    margin-left: 52px;
    width: -webkit-calc(50% - 52px);
    width: calc(50% - 52px);
    margin-top: 50px;
  }
  .p-col-2.-type_2 > .p-col-2__item:first-child {
    margin-top: 50px;
  }
}

.p-col-2.-type_3 > .p-col-2__item:nth-child(2) {
  margin-top: 75px;
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_3 > .p-col-2__item:nth-child(2) {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_3 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .p-col-2.-type_3 > .p-col-2__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-col-2.-type_4 > .p-col-2__item {
  margin-top: 20px;
}
.p-col-2.-type_4 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-2.-type_4 > .p-col-2__item {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_4 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 40px;
  }
  .p-col-2.-type_4 > .p-col-2__item:first-child {

    margin-top: 40px;
  }
}

.p-col-2.-type_5 > .p-col-2__item {
  margin-top: 18px;
}
.p-col-2.-type_5 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_5 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 0;
  }
}

.p-col-2.-type_6 > .p-col-2__item {
  margin-top: 18px;
}
.p-col-2.-type_6 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_6 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 0;
  }
}

.p-col-2.-type_7 > .p-col-2__item {
  margin-top: 41px;
}
.p-col-2.-type_7 > .p-col-2__item .small{
  font-size: 14px;
}
.p-col-2.-type_7 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_7 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-2.-type_8 > .p-col-2__item {
    margin-top: 30px;
  }
  .p-col-2.-type_8 > .p-col-2__item:first-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_8 > .p-col-2__item {
    margin-left: 60px;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
  }
  .p-col-2.-type_8 > .p-col-2__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_9 > .p-col-2__item {
    width: 50%;
  }
  .p-col-2.-type_9 > .p-col-2__item:nth-child(2n + 1) {
    padding-right: 1em;
  }
}

.p-col-2.-type_10 > .p-col-2__item {
  margin-top: 32px;
}
.p-col-2.-type_10 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_10 > .p-col-2__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
  }
  .p-col-2.-type_10 > .p-col-2__item:first-child {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_1 {
    display: flex;
    margin-left: -30px;
  }
}


@media print, screen and (min-width: 48em) {
  .p-col-3.-type_2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_2 {
    margin-left: -45px;
    margin-top: -45px;
  }
}

.p-col-3.-type_3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_3 {
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_3 {
    margin-left: -40px;
    margin-top: -38px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_5 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_5 {
    margin-left: -60px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_6 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -50px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_6 {
    margin-left: -60px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_7 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-top: -25px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_8 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_8 {
    margin-left: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-step .p-col-3__item:not(:first-child) {
    position: relative;
  }
  .p-col-3.-step .p-col-3__item:not(:first-child)::before {
    content: '';
    border-left: 8px solid #314da4;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    display: block;
    top: 28%;
    left: -22px;
  }
}

.p-col-3.-type_1 .p-col-3__item:not(:first-child) {
  margin-top: 10px;
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_1 .p-col-3__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_1 .p-col-3__item {
    margin-left: 30px;
    flex: 1 1 0px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .p-col-3.-type_1 .p-col-3__item:not(:first-child) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_2 .p-col-3__item:not(:first-child) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_2 .p-col-3__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_2 .p-col-3__item {
    width: -webkit-calc(33.33% - 45px);
    width: calc(33.33% - 45px);
    margin-left: 45px;
    margin-top: 45px;
  }
}

.p-col-3.-type_3 .p-col-3__item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-left: 18px;
  margin-top: 18px;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_3 .p-col-3__item {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_3 .p-col-3__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-top: 38px;
  }
}

.p-col-3.-type_4 .p-col-3__item {
  margin-top: 30px;
}
.p-col-3.-type_4 .p-col-3__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_4 .p-col-3__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-top: 30px;
  }
  .p-col-3.-type_4 .p-col-3__item:first-child {
    margin-top: 30px;
  }
}

.p-col-3.-type_5 .p-col-3__item {
  margin-top: 30px;
}
.p-col-3.-type_5 .p-col-3__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_5 .p-col-3__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-top: 30px;
  }
  .p-col-3.-type_5 .p-col-3__item:first-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_5 .p-col-3__item {
    width: -webkit-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
    margin-left: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_6 .p-col-3__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_6 .p-col-3__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_6 .p-col-3__item {
    width: -webkit-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
    margin-left: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_7 .p-col-3__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_7 .p-col-3__item {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_7 .p-col-3__item {
    width: -webkit-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
  }


}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_8 .p-col-3__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_8 .p-col-3__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }
  .p-col-3.-type_8 .p-col-3__item:nth-of-type(1),  .p-col-3.-type_8 .p-col-3__item:nth-of-type(2) {
    margin-bottom:40px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_8 .p-col-3__item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
  .p-col-3.-type_8 .p-col-3__item{
    margin-bottom: 0px !important;
  }
}


.p-cta__top {
  background: #fef712;
  padding: 0 3.125%;
}

.p-cta__bottom {
  background: #f0e911;
  padding: 0 3.125%;
}

.p-cta__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-cta__top .p-cta__inner {
  padding: 69px 0 36px;
}
.p-cta__bottom .p-cta__inner {
  padding: 36px 0;
}

.p-cta__sub-heading {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.p-cta__heading {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__heading {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta__heading {
    font-size: 38px;
  }
}

.p-cta__description1 {
  font-size: 18px;
  text-align: center;
  margin-top: 26px;
}

.p-cta__description2 {
  font-size: 18px;
  text-align: center;
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__description2 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__description2 .text {
    margin-right: 16px;
  }
}
.p-cta__description2 .link {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__description2 .link {
    flex-shrink: 0;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-cta__contact-info {
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }
}

.p-cta__links {
  margin-top: 33px;
}
@media print, screen and (min-width: 48em) {
  .p-cta__links {
    display: flex;
    justify-content: space-between;
  }
}

.p-cta__bottom-heading {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.p-cta__bottom-heading.-number {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0px 0px 0px;
}

.p-cta__bottom-heading:before{
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    background-image: url(/neo/common/img/icon_cta-cafe.svg);
    margin-left: -9px;
    margin-right: 9px;
    margin-bottom: -2px;
    height: 19px;
    width: 22px;
}
.-mail .p-cta__bottom-heading:before {
    background-image: url(/neo/common/img/icon_cta-mail.svg);
    height: 15px;
    width: 20px;
    margin-right: 8px;
    margin-left: -8px;
}
.-tel .p-cta__bottom-heading:before {
    background-image: url(/neo/common/img/icon_cta-tel.svg);
    height: 15px;
    width: 20px;
    margin-right: 3px;
    margin-left: -3px;
    margin-bottom: -1px;
}
.-tel .subCont .p-cta__bottom-heading:before{
    content: none;
}

@media print, screen and (min-width: 48em) {
  .p-cta__bottom-heading.-number {
    pointer-events: none;
  }
}

.p-cta__bottom-head {
  text-align: center;
  line-height: 1.444;
  font-size: 20px;
  font-weight: 700;
  flex-basis: 100%;
  padding: 0px 20px 30px;
}
@media print, screen and (min-width: 48em){
.p-cta__bottom-head  {
    font-size: 28px;
}
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__bottom-head {
    -moz-text-align-last: left;
    /* text-align-last: left; */
  }
}

.p-cta__bottom-body {
  display: block;
  margin: 32px auto 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-body {
    /* max-width: 355px; */
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta__bottom-body {
    margin: 0px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-basis: 100%;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__bottom-body {
    margin-top: 0;
    margin-left: 0px;
  }
}

.p-cta__bottom-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-icon {
    flex: 0 0 50px;
    flex-basis: 30%;
  }
}
.p-cta__bottom-icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 18px 0 0;
}
.p-cta__bottom-icon div {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.p-cta__bottom-el {
  display: flex;
  width: 33.3%;
  padding-right: 3%;
}
.p-cta__bottom-el:nth-of-type(3) {
  display: flex;
  width: 33.3%;
  padding-right: 0%;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-el:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }
  .p-cta__bottom-el {
    display: flex;
    width: 100%;
}

}
@media print, screen and (min-width: 48em) {
  .p-cta__bottom-el:not(:first-child) {
    /* margin-left: 10px; */
  }
}

.p-cta__bottom-box {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  padding: 14px 20px 12px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px){
.p-cta__bottom-box {
    display: block;
}
}
.p-cta__bottom-box .subCont:nth-of-type(2) {
  margin-top: 7px;
}
.p-cta__bottom-box .subCont {
  line-height:1.5;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.p-cta__bottom-box .telText{width: 100px;display: inline-block;font-size: 14px;text-align: left;}
.p-cta__bottom-heading.-number a[href^="tel:"]{
    pointer-events: none;
	color: #000000;
    text-align: left;
    display: block;
    line-height: 1.2;
}

@media screen and (max-width: 1024px){
  .p-cta__bottom-box .telText {
    width: 10vw;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    margin-right: 6px;
}
  .p-cta__bottom-heading.-number {
     font-size: 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
.p-cta__bottom-heading.-number {
  line-height: 100%;
  font-size: 27px;
}
 .p-cta__bottom-box .telText{
 width: 30%;
 display: inline-block;
 margin: 0;
 padding: 0;
 }
.p-cta__bottom-heading.-number a[href^="tel:"]{
    pointer-events: auto;
	color: #314da4;
}
}
.p-cta__bottom-text {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 0px;
  /* background-color: #ffffff; */
  /* padding: 14px 20px 12px; */
  border-radius: 6px;
  flex-basis: 93%;
}

@media only screen and (max-width: 47.9375em) {
  .p-cta__mail { font-size: 16px; }
}

.p-cta-2 {  background: #fef712;}
.p-cta-2.-white {  background: #fff;}
.p-cta-2__inner {  padding: 32px 24px;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner {
    padding: 40px;
    min-height: 140px;
    display: flex;
    align-items: center;
  }
}
.p-cta-2__inner.-no-side {  padding: 32px 0;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-no-side { padding: 40px 0; }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-thin {
    min-height: 110px;
    padding-top: 27px;
    padding-bottom: 23px;
  }
}
.p-cta-2__inner.-has_bottom {  border-top: 1px solid #dad51f;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-has_bottom { display: block; }
}

.p-cta-2__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-cta-2__heading.-s {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__heading.-s {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__columns {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-cta-2__columns {
    display: flex;
    align-items: center;
  }
}

.p-cta-2__column.-right {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__column.-right {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__column.-right {
    margin-top: 0;
    flex: 0 0 330px;
    margin-left: 20px;
  }
}

.p-cta-2__column.-left {
  flex: 1 1 0px;
}

.p-cta-2__column.-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__list {
    display: flex;
    flex-wrap: wrap;
    max-width: -webkit-calc(630px + 20px);
    max-width: calc(630px + 20px);
    margin-left: -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-cta-2__list-item + .p-cta-2__list-item {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__list-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  .p-cta-2__list-item:nth-child(n + 3) {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__indent {
    margin-left: 1em;
  }
}

.p-cta-2__separator {
  width: 100%;
  height: 1px;
  background: #dad51f;
  margin: 30px 0;
}

.p-cta-2__bottom-text {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__bottom-text {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    max-width: 730px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-cta-2__bottom-text {
    max-width: none;
  }
}


.p-cta-2__bottom-text-left {
  flex: 1 1 0px;
  max-width: 480px;
}

.p-cta-2__bottom-text-right {
  margin-top: 4px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__bottom-text-right {
    margin-top: 0;
    flex: 0 0 auto;
    margin-left: 16px;
    display: flex;
    align-items: flex-end;
  }
}

.p-cta-button {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid #314da4;
  background-color: #fff;
  color: #314da4 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 16px 16px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 320px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
}
.p-cta-button:not(:first-child) {
  margin-top: 20px;
}
.p-cta-button:hover {
  border-color: #8394c8;
  color: #8394c8 !important;
}
.p-cta-button:hover .p-cta-button__icon {
  opacity: 0.65;
}
@media print, screen and (min-width: 48em) {
  .p-cta-button:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button {
    min-height: 100px;
    max-width: 430px;
    margin: 0 auto;
    padding: 16px 16px 16px 62px;
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}
.p-cta-button.-blue {
  border: 4px solid #314da4;
  background-color: #314da4;
  color: #fff;
}
.p-cta-button.-blue:hover {
  border-color: #8394c8;
  background-color: #8394c8;
}

.p-cta-button__main {
  font-size: 19px;
  font-weight: 700;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button__main {
    font-size: 26px;
  }
}

.p-cta-button__sub {
  font-size: 15px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button__sub {
    font-size: 16px;
  }
}

.p-cta-button__text {
  margin-left: 19px;
  line-height: 1.4;


}

.p-cta-button__icon {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .p-cta-button__icon {
    width: 40px;
    height: 40px;
  }
}
.p-cta-button__icon img {
  max-width: 100%;
}

.p-comment {
  background: #f2f6ff;
  position: relative;
  padding: 30px;
}
.p-comment::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 14px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f2f6ff;
  border-top: 15px solid #f2f6ff;
}
@media only screen and (max-width: 47.9375em) {
  .p-comment.-no-pointer_sp::after {
    display: none;
  }
}
.p-comment.-rev::after {
  left: auto;
  right: 14px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f2f6ff;
  border-top: 15px solid #f2f6ff;
}
.p-comment.-icon {
  padding: 18px 70px 20px 9px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon {
    padding: 40px 28px;
  }
}
.p-comment.-icon::before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-comment.-icon_document::before {
  background-image: url(/neo/common/img/icon_document-blue.svg);
  width: 25px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_document::before {
    width: 32px;
    height: 40px;
  }
}
.p-comment.-icon_calendar::before {
  background-image: url(/neo/common/img/icon_calendar-blue.svg);
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_calendar::before {
    width: 40px;
    height: 40px;
  }
}
.p-comment.-icon_comment::before {
  background-image: url(/neo/common/img/icon_comment-blue.svg);
  width: 32px;
  height: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_comment::before {
    width: 50px;
    height: 40px;
  }
}
.p-comment.-icon_shield::before {
  width: 28px;
  height: 32px;
  background-image: url(/neo/common/img/icon_shield-blue.svg);
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_shield::before {
    width: 35px;
    height: 40px;
  }
}
.p-comment.-icon_memo::before {
  background-image: url(/neo/common/img/icon_memo-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_memo::before {
    width: 40px;
    height: 38px;
  }
}
.p-comment.-icon_doc-tray::before {
  background-image: url(/neo/common/img/icon_doc-tray-blue.svg);
  width: 31px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_doc-tray::before {
    width: 45px;
    height: 46px;
  }
}
.p-comment.-icon_desk-work::before {
  background-image: url(/neo/common/img/icon_desk-work-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_desk-work::before {
    width: 40px;
    height: 36px;
  }
}
.p-comment.-icon_pc-question::before {
  background-image: url(/neo/common/img/icon_pc-question-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_pc-question::before {
    width: 50px;
    height: 35px;
  }
}

@media print, screen and (min-width: 48em) {
  .-icon .p-comment__head {
    padding-right: 45px;
  }
}

.p-comment__heading {
  font-size: 18px;
  font-weight: 700;
}

.p-comment__link {
  font-size: 18px;
  margin-top: 15px;
}

.p-faq {
  counter-reset: question;
}

.p-faq__entry {
  counter-increment: question;
  margin-top: 24px;
  padding: 0 0 0 2.56rem;
}
.p-faq__entry:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-faq__entry {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding: 20px 0 32px 3.25rem;
  }
  .p-faq__entry:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.p-faq__question {
  position: relative;
}
.p-faq__question::before {

  content: 'Q' counter(question) '.';
  font-weight: 700;
  color: #314da4;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: -2.4em;
}
@media print, screen and (min-width: 48em) {
  .p-faq__question::before {
    font-size: 20px;
    font-size: 1.25rem;
    left: -2.6em;
  }
}

.p-faq__answer {
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-faq__answer {
    margin-top: 8px;
  }
}

.p-feature-reasons-anchor {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor {
    display: block;
  }
}

.p-feature-reasons-anchor__number {
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__number {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.p-feature-reasons-anchor__heading {
  margin-left: 17px;
  padding-right: 1em;
  line-height: 1.3;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__heading {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor__heading {
    text-align: center;
    margin-left: 0;
    margin-top: 1px;
  }
}

.p-feature-reasons-anchor__sub-heading {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor__sub-heading {
    display: block;
    text-align: center;
    color: #000;
    margin-top: 3px;
  }
}

.p-feature-reasons-anchor__icon {
  margin-left: auto;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor__icon {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 21px;
  }
}

.p-feature-reasons-anchor__icon-img {
  display: block;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__icon-img {
    width: 40px;
    height: 40px;
  }
}

.p-feature-reasons-section {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template: 'reasons-section-heading reasons-section-img' auto 'reasons-section-description reasons-section-img' 1fr / 1fr 1fr;
    gap: 0 80px;
  }
}
.p-feature-reasons-section.-rev {
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template: 'reasons-section-img-rev reasons-section-heading-rev' auto 'reasons-section-img-rev reasons-section-description-rev' 1fr / 1fr 1fr;
  gap: 0 80px;
}

.p-feature-reasons-section__heading {
  grid-area: reasons-section-heading;
  order: 1;
}
.-rev .p-feature-reasons-section__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: reasons-section-heading-rev;
}
@media print, screen and (min-width: 61.25em) {
  .-no_1 .p-feature-reasons-section__heading {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_3 .p-feature-reasons-section__heading {
    margin-top: 40px;
  }
}

.p-feature-reasons-section__heading-main {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-top: 9px;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-section__heading-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-feature-reasons-section__heading-sub {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.p-feature-reasons-section__heading-sub span {
  font-family: Roboto, sans-serif;
  color: #314da4;
  display: inline-block;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-section__heading-sub {
    font-size: 20px;

    font-size: 1.25rem;
  }
  .p-feature-reasons-section__heading-sub span {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 11px;
  }
}

.p-feature-reasons-section__description {
  grid-area: reasons-section-description;
  order: 3;
  margin-top: 27px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section__description {
    margin-top: 21px;
  }
}
.-rev .p-feature-reasons-section__description {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: reasons-section-description-rev;
}

.p-feature-reasons-section__img {
  grid-area: reasons-section-img;
  order: 2;
  margin-top: 19px;
}

@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-feature-reasons-section__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-feature-reasons-section__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.p-feature-reasons-section__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section__img {
    margin-top: 0;
  }
  .p-feature-reasons-section__img img {
    margin: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_1 .p-feature-reasons-section__img {
    display: flex;
    align-items: center;
  }
  .-no_1 .p-feature-reasons-section__img img {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_2 .p-feature-reasons-section__img {
    position: relative;
  }
  .-no_2 .p-feature-reasons-section__img img {
    position: absolute;
    right: 0;
    top: -100px;
    max-width: none;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_3 .p-feature-reasons-section__img {
    position: relative;
    min-height: 474px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_3 .p-feature-reasons-section__img img {
    position: absolute;
    left: 0;
    max-width: none;
  }
}
.-rev .p-feature-reasons-section__img {

  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: reasons-section-img-rev;
}

.p-feature-user-voice__comment {
  line-height: 1.4;
}

.p-feature-user-voice__block {
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-rows: auto 6px 1fr;
  -ms-grid-columns: auto 20px 1fr;
  grid-template: 'uv-img uv-name' auto 'uv-img uv-attr' 1fr / auto 1fr;
  gap: 6px 20px;
  margin-top: 15px;
}

.p-feature-user-voice__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: uv-img;
}
.p-feature-user-voice__img img {
  display: block;
  width: 80px;
  height: 80px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-user-voice__img img {
    width: 100px;
    height: 100px;
  }
}

.p-feature-user-voice__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: uv-name;
  color: #000;
}

.p-feature-user-voice__attr {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: uv-attr;
  color: #000;
}

.p-feature-user-voice__attr-row {
  display: flex;
}

.p-feature-user-voice__attr-legend {
  flex: 1 1 88px;
  max-width: 5.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-user-voice__attr-legend {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-feature-user-voice__attr-detail {
  flex: 1 1 0px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-user-voice__attr-detail {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-feature-user-voice__attr-detail::before {
  content: '';
  flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
  width: 1px;
  height: 0.875em;
  background: #ccc;
  margin-top: 0.4em;
}

.p-feature-top {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top {
    display: -ms-grid;
    display: grid;

    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: 'top-text top-img' auto 'top-banner top-img' 1fr / 1fr 1fr;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-feature-top {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 20px 1.3fr;
    grid-template: 'top-text top-img' auto 'top-banner top-img' 1fr / 1fr 1.3fr;
    gap: 0 20px;
  }
}

.p-feature-top__text {
  grid-area: top-text;
  order: 1;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__text {
    margin-top: 17px;
  }
}

.p-feature-top__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-feature-top__banner {
  display: -ms-grid;
  display: grid;
  color: #b59642;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  grid-area: top-banner;
  order: 3;
  max-width: 400px;
  margin: 19px auto 0;
  -ms-grid-rows: auto 0 auto 0 1fr;
  -ms-grid-columns: 70px 15px 1fr;
  grid-template: 'top-banner-img top-banner-sub' auto 'top-banner-img top-banner-main' auto 'top-banner-img top-banner-annotation' 1fr / 70px 1fr;
  gap: 0 15px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner {
    max-width: none;
    margin: 78px 0 0;
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 78px 20px 1fr;
    grid-template: 'top-banner-img top-banner-sub' auto 'top-banner-img top-banner-main' auto 'top-banner-img top-banner-annotation' 1fr / 78px 1fr;
    gap: 0 20px;
  }
}

.p-feature-top__banner-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: top-banner-img;
}
.p-feature-top__banner-img img {
  display: block;
  width: 100%;
}

.p-feature-top__banner-sub {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: top-banner-sub;
  font-weight: 700;
  font-size: 14px;
}

.p-feature-top__banner-main {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: top-banner-main;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner-main {
    font-size: 26px;
  }
}

.p-feature-top__banner-annotation {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: top-banner-annotation;
  font-size: 12px;
  margin-top: 7px;
}

@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-feature-top__banner-sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-feature-top__banner-main {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-feature-top__banner-annotation {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner-annotation {
    margin-top: 11px;
  }
}

.p-feature-top__img {
  grid-area: top-img;
  order: 2;
  margin-top: 13px;
}


@media print, screen and (min-width: 61.25em) {
  .p-feature-top__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-feature-top__banner {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-feature-top__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}

@media print, screen and (min-width: 80em) {
  .p-feature-top__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-feature-top__banner {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-feature-top__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__img {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
.p-feature-top__img img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__img img {
    max-width: 100%;
    margin: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .p-function-combination {
    display: flex;
  }
}

.p-function-combination__text {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-function-combination__text {
    flex: 1 1 auto;
    margin-top: 0;
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-function-combination__icon {
    flex: 0 0 200px;
  }
}

form.form {
  position: relative;
  /* padding: 30px 30px 51px !important; */
  width: 100%;
  box-sizing: border-box;
  /* background: #F8F8F8; */
  /* border-radius: 6px; */
}
#inquiry .p-form-1 {
  border: 3px solid #e5e5e5;
  position: relative;
  padding: 30px 30px 51px;
  width: 100%;
}
.max80{
  width: 80%;
  margin: 0 auto;
}
.l-form-2 > div {
    width: 80%;
}
@media print, screen and (max-width: 63.75em) {
  #inquiry .p-form-1 {
    border: 3px solid #e5e5e5;
    position: relative;
    padding: 30px 14px 51px;
    width: 100%;
}
  .p-form-1 {
    padding: 30px 14px 51px;
    width: 100%;
    margin: 0 auto;
  }
 .max80{
  width: 100%;
  margin: 0 auto;
}
.l-form-2 > div {
    width: 100%;
}
}
@media screen and (max-width: 480px){
 #inquiry .p-form-1,
 .documentCont .p-form-1 {
    border-left: none !important;
    border-right: none !important;
}
}
@media print, screen and (min-width: 48em) {
  .p-form-1.-with_img {
    padding: 30px 30px 64px;
  }
}

.p-form-1__input-group {
  display: block;
}
.p-form-1__input-group .p-form-1__input {
    width: 100%;
}
._personal .p-form-1__input-group {
  font-size:14px;
}
._personal{
  margin: 0px 0 10px;
  flex-shrink: 0;
  width: 100%;
}
._personal2 .p-form-1__input{
  margin: 0px 0 10px !important;
}
@media print, screen and (min-width: 48em){
  .p-form-1__input-group {
  display: flex;
  flex-wrap: wrap;
}
._personal {
  margin: 18px 0 0px;
  flex-shrink: 0;
  width: 100%;
}
._personal2 {
  margin: 0px 0 0px !important;
}
}
.document .p-form-1__input,.document .p-form-1__checkbox-label {
    margin-left: 0px;
}
.document .p-form-1__input-group{
  display:block;
}
._mail .document .p-form-1__input-group {
    display: flex;
}
.p-form-1__input input[type='radio'],
.p-form-1__input input[type='checkbox'] {
  width: 1;
  height: 1;
  opacity: 0;
  position: relative;
  display: none;
}

.p-form-1__row + .p-form-1__row {
  margin-top: 18px;
}

@media print, screen and (min-width: 48em) {
  .p-form-1__row {
    display: flex;
  }
.documentCont .p-form-1__row + .p-form-1__row {
  margin-top: 0px;
}
.documentCont._mail .p-form-1__row + .p-form-1__row {
  margin-top: 18px;
}
.documentCont .p-form-1__row:nth-of-type(n+3) {
    margin-top: 18px;
}
}

@media print, screen and (min-width: 48em) {
  .p-form-1__row.-vertical {
    display: block;
  }
}

.p-form-1__group {
  display: flex;
  flex: 1 1 210px;
  margin: 0 -5px;
}
.p-form-1__group .p-form-1__field {
  flex: none;
  width: calc(50% - 10px);
  margin: 0 5px;
}

.p-form-1__label {
  font-size: 4vw;
  font-weight: 700;
  cursor: text;
  margin-bottom: 3px;
  display: inline-block;
}
._personal .p-form-1__label-text{
  display: inline-block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 48em) {
  .p-form-1__label {
  font-size: 14px;
}
 input + .inline{
  font-size: 14px;
  position: relative;
  padding-left: 0.5em;
}
  .p-form-1__label {
    flex: 0 1 240px;
    padding-right: 6px;
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__label.-pt_s {
    padding-top: 3px;
  }
}
[data-validation-passed='true'] .p-form-1__label.-required .p-form-1__label-text::after {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  border-left: 0.342em solid #56bb50;
  border-bottom: 0.342em solid #56bb50;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  margin: -0.1em 6px 0 0.7em;
}
@media print, screen and (min-width: 48em) {
  .p-form-1__label.-legend {
    padding-top: 0;
  }
}

.ico-required {
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}

.ico-required:before {
  /* content: '（'; */
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}
.ico-required:after {
  /* content: '）'; */
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}

.p-form-1__field {
  flex: 1 1 210px;
}

.p-form-1__error-message {
  color: #f00;
  font-size: 14px;
  display: none;
}
[data-validation-passed='false'] .p-form-1__error-message {
  display: block;
}

input:not([data-validation-passed]) + .p-form-1__error-message,
input[data-validation-passed='true'] + .p-form-1__error-message {
  display: none;
}
input[data-validation-passed='false'] + .p-form-1__error-message {
  display: block;
}

.p-form-1__note {
  font-size: 14px;
}
.p-form-1__submit {
  margin-top: 30px;
}

.p-form-1__img {
  position: absolute;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  right: 20px;
}


input[type='radio']:focus + .p-form-1__checkbox-label::before,
input[type='radio']:focus + .p-form-1__checkbox-label::after,
input[type='checkbox']:focus + .p-form-1__checkbox-label::before,
input[type='checkbox']:focus + .p-form-1__checkbox-label::after {
  border: 1px solid #314da4;
}
input[type='checkbox'] + .p-form-1__checkbox-label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.142em;
  height: 1.142em;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.285em;
  border-radius: 0.285em;
}
input[type='checkbox'] + .p-form-1__checkbox-label::after {
  content: '';
  display: inline-block;
  width: 0.714em;
  height: 0.714em;
  background-color: #314da4;
  -webkit-border-radius: 0.142em;

  border-radius: 0.142em;
  position: absolute;
  left: 0.2em;
  top: 0.35em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type='checkbox']:checked + .p-form-1__checkbox-label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type='radio'] + .p-form-1__checkbox-label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.142em;
  height: 1.142em;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio'] + .p-form-1__checkbox-label::after {
  content: '';
  display: inline-block;
  width: 0.714em;
  height: 0.714em;
  background-color: #314da4;
  -webkit-border-radius: 0.142em;
  border-radius: 0.142em;
  position: absolute;
  left: 0.2em;
  top: 0.35em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio']:checked + .p-form-1__checkbox-label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-form-1__tooltip {
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .p-form-1__checkbox-label {
  font-size: 4vw;
  position: relative;
  padding-left: 1.5em;
}
  .p-form-1__tooltip::before {
    content: '';
    position: absolute;
    display: block;
    border-top: 9px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: hidden;
    opacity: 0;
  }
  .p-form-1__tooltip:hover::before,
  .p-form-1__tooltip:focus::before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
      -webkit-transform 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip {
    position: relative;
  }
}


.p-form-1__tooltip-text {
  visibility: hidden;
  opacity: 0;
  padding: 0 0 15px 0;
  position: absolute;
  font-weight: 400;
  z-index: 10;
  right: -100%;
  font-size: 12px;
  cursor: text;
}
@media only screen and (max-width: 47.9375em) {
  .p-form-1__tooltip-text {
    -webkit-transform: translateY(-webkit-calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip-text {
    top: 21px;
    -webkit-transform: translate(0, -webkit-calc(-100%));
    transform: translate(0, calc(-100%));
    padding: 0 0 15px 0;
  }
}
.p-form-1__tooltip:focus > .p-form-1__tooltip-text,
.p-form-1__tooltip:hover > .p-form-1__tooltip-text {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 47.9375em) {
  .p-form-1__tooltip:focus > .p-form-1__tooltip-text,
  .p-form-1__tooltip:hover > .p-form-1__tooltip-text {
    -webkit-transform: translateY(-webkit-calc(-100% - 19px));
    transform: translateY(calc(-100% - 19px));
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip:focus > .p-form-1__tooltip-text,
  .p-form-1__tooltip:hover > .p-form-1__tooltip-text {
    -webkit-transform: translate(0, -webkit-calc(-100% - 15px));
    transform: translate(0, calc(-100% - 15px));
  }
}
.p-form-1__tooltip-text::before {
  content: '';
  position: absolute;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip-text::before {
    border-top: 9px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: 6px;
    right: 19px;
  }
}

.p-form-1__tooltip-text-inner {
  color: white;
  background: #333333;
  padding: 12px 9px;
  width: 238px;
}

.p-form-1__tooltip-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.142em;
  height: 1.071em;
  background-image: url(/neo/common/img/icon_tooltip_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-form-data__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-form-data__heading {
    flex-shrink: 0;
    width: 260px;
    padding-right: 10px;
  }
}

.p-form-data__body {
  font-size: 16px;
  font-size: 1rem;
  word-break: break-all;
}

.p-form-data__row + .p-form-data__row {
  margin-top: 10px;
}

@media print, screen and (min-width: 48em) {
  .p-form-data__row {
    display: flex;
  }
  .p-form-data__row + .p-form-data__row {
    margin-top: 12px;
  }
}

.p-lightbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  padding: 0 3.125%;
}

.p-lightbox__inner {
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index: 50;
}

.p-lightbox__video-container {
  width: 100%;
  padding-top: 56.25%;
}

.p-lightbox__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 0);

  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-lightbox__video.loaded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.p-lightbox__container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 20px 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .p-lightbox__container {
    padding: 65px 16px;
  }
}

.p-lightbox__container-inner {
  max-width: 580px;
  margin: 0 auto;
}


.p-lightbox__overlay {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.p-popup {
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-popup.transition {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.p-popup.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup {
    display: none;
  }
}
body.rh-factor .p-popup {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .p-popup {
    width: 420px;
    bottom: 30px;
    right: 30px;
  }
}

.p-popup__close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -4px;
  right: 2px;
  cursor: pointer;
  z-index: 200;
  border: none;
  background-image: url(/neo/common/img/icon_circle-close_black.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 48em) {
  .p-popup__close {
    width: 32px;
    height: 32px;
    top: -4px;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .p-popup__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-popup-2 {
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  max-width: 380px;
}
@media print, screen and (min-width: 48em) {
  .p-popup-2 {
    width: 420px;
    min-height: 220px;
    bottom: 30px;
    right: 30px;
  }
}
.p-popup-2.transition {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.p-popup-2.active {
  opacity: 1;
  visibility: visible;
}

.p-popup-2__inner {
  border: 3px solid #314da4;
  background: #fff;
  cursor: pointer;
}

.p-popup-2__content {
  padding: 20px 8px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-popup-2__content:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-popup-2__content img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.p-popup-2__close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -4px;
  right: 2px;
  cursor: pointer;
  z-index: 200;
  border: none;
  background-image: url(/neo/common/img/icon_circle-close_blue.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 48em) {
  .p-popup-2__close {
    width: 32px;
    height: 32px;
    top: -16px;
    right: -16px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .p-popup-2__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-popup-3 {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}


.p-popup-3__inner {
  padding: 16px 12px;
  background: #fff;
}

@media print, screen and (min-width: 80em) {
  .p-price-basic-plan {
    height: 100%;
  }
}

.p-price-basic-plan.-padding {
  padding: 20px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-price-basic-plan.-padding {
    padding: 38px 20px;
  }
}

.p-price-basic-plan.-plus {
  position: relative;
}
.p-price-basic-plan.-plus::after {
  position: absolute;
  content: '';
  background: url(/neo/common/img/icon_circle-plus_light-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 25px;
  height: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-price-basic-plan.-plus::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-basic-plan.-plus::after {
    bottom: auto;
    top: 40%;
    right: 0;
    -webkit-transform: translate(-webkit-calc(50% + 2px), 0);
    transform: translate(calc(50% + 2px), 0);
  }
}

.p-price-basic-plan.-border {
  border: 4px solid #c0c7dc;
}

.p-price-basic-plan.-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-price-basic-plan.-center.-padding {
  padding-top: 12px;
}

.p-price-basic-plan__logo {
  width: 189px;
}
.p-price-basic-plan__logo img {
  display: block;
  max-width: 100%;
}

.p-price-basic-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-basic-plan__price {
    margin-top: 20px;
  }
}

.p-price-basic-plan__logo-label {
  margin-top: 8px;
}

.p-price-basic-plan__description {
  margin-top: 12px;
}

.p-price-basic-plan__input-area {
  margin-top: 12px;
  background: #f2f6ff;
  padding: 10px;
}

.p-price-basic-plan__errors {
  margin-top: 5px;
}

.p-price-cloud-price {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto 1fr;
  -ms-grid-columns: 1fr;

  grid-template: 'price-cloud-toggle' auto 'price-cloud-basic-heading' auto 'price-cloud-basic-body' auto 'price-cloud-option-heading' auto 'price-cloud-option-body' 1fr/1fr;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price {
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 400fr 40px 380fr;
    grid-template: 'price-cloud-toggle price-cloud-toggle' auto 'price-cloud-basic-heading price-cloud-option-heading' auto 'price-cloud-basic-body price-cloud-option-body' 1fr/400fr 380fr;
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-cloud-price {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 40px 1.225fr 40px 230px;
    grid-template: 'price-cloud-basic-heading price-cloud-option-heading price-cloud-toggle' auto 'price-cloud-basic-body price-cloud-option-body price-cloud-option-body' 1fr/1fr 1.225fr 230px;
    gap: 0 40px;
  }
}

.p-price-cloud-price__basic-heading {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: price-cloud-basic-heading;
  margin-top: 20px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__basic-heading {
    margin-top: 0;
  }
}

.p-price-cloud-price__basic-body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: price-cloud-basic-body;
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-price-cloud-price__basic-body {
    margin-top: 10px;
  }
}

.p-price-cloud-price__option-heading {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: price-cloud-option-heading;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-price-cloud-price__option-heading {
    margin-top: 52px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__option-heading {
    margin-top: 0;
  }
}

.p-price-cloud-price__option-body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: price-cloud-option-body;
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-price-cloud-price__option-body {
    margin-top: 10px;
  }
}

.p-price-cloud-price__price-toggle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: price-cloud-toggle;
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__basic-heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__basic-body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__option-heading {
    -ms-grid-row: 3;
    -ms-grid-column: 3;

  }
  .p-price-cloud-price__option-body {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-price-cloud-price__price-toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-cloud-price__basic-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__basic-body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__option-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-price-cloud-price__option-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-price-cloud-price__price-toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__price-toggle {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-cloud-price__price-toggle {
    margin-bottom: 0;
    justify-content: flex-end;
  }
}


.p-price-cloud-price__price-toggle-toggle {
  margin-left: 19px;
}
.p-price-display {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  font-weight: 700;
  line-height: 1.4;
  flex-wrap: wrap;
  width: 100%;
}
.p-price-display .c-text{
  font-weight:normal;

}
#priceCrowd .p-price-display {
  /* width: 65%; */
  float: right;
}

@media only screen and (max-width: 47.9375em) {
  .p-price-display {
  /* width: 100% !important; */
  /* float: none !important; */
}
.c-table.-half .p-price-display {
  width: 100% !important;
  /* float: none !important; */
}
}
#section1 .p-price-display {
  width: 100%;
  float: none;
}
#section1 .p-price-display__uchizei, #section1 .p-price-basic-plan__price + div {justify-content: flex-end;margin-top: -15px;font-size: 14px;}
#section1 .p-price-option__price + div{justify-content: flex-end;margin-top: -10px;font-size: 14px !important;}
.p-price-display + div{
  margin-top: 19px;
  font-size: 13px !important;
}
#price-small .p-price-display + div{
  margin-top: 0px;
}
#section1  .p-price-basic-plan .p-price-basic-plan__price .p-price-display__symbol.-sml{
  font-size: 14px !important;
}
#section1 .p-price-basic-plan__price .p-price-display__symbol.-sml{
  font-size: 14px !important;
}
.p-price-display + div > div{
  font-size: 13px !important;
}
.p-price-display__user{
    display: inline-block;
    font-weight: normal;
    text-align: left;
    margin-top: 14px;
}
#contents_price .p-price-uchizei{
  font-size: 14px !important;
  margin-top: -15px;
}
.p-price-uchizei{
  text-align:right;
  width: 100%;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -4px;
}
.p-price-support-tables .p-price-uchizei{
  font-size: 12px;
  font-size: 0.75rem;
}
.spacer{
  
flex-grow: 1;
}
.p-price-display__symbol {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price-display__symbol.-s {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-price-display__symbol.-sm {
  font-size: 16px;
  font-size: 1rem;
}
.p-price-display__symbol.-sml {
  font-size: 16px;
  font-size: 1rem;
}
.p-price-display__symbol.-m {
  font-size: 28px;
  font-size: 1.75rem;
}
.p-price-display__symbol.-l {
  font-size: 28px;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__symbol {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-price-display__symbol.-s {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-price-display__symbol.-sm {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-price-display__symbol.-sml {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-price-display__symbol.-m {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-price-display__symbol.-l {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-price-display__number {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  margin-left: 4px;
  word-break: break-all;
}
.p-price-display__number.-s {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 3px;
}
.p-price-display__number.-sm {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 4px;
}
.p-price-display__number.-sml {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 4px;
}
.p-price-display__number.-m {
  font-size: 36px;
  font-size: 2.25rem;
  margin-left: 4px;
}
.p-price-display__number.-l {
  font-size: 36px;
  font-size: 2.25rem;
  margin-left: 5px;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__number {
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: 4px;
  }
  .p-price-two-col-tables .p-price-display__number {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-price-display__number.-s {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 3px;
  }
  .p-price-display__number.-sm {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 4px;
  }
  .p-price-display__number.-sml {
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 5px;
  }
  .p-price-display__number.-m {
    margin-left: 5px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-price-display__number.-l {
    font-size: 60px;
    font-size: 3.75rem;
    margin-left: 7px;
  }
}

.p-price-display__separator {
  font-size: 16px;
  margin: 0 2px;
}
.p-price-display__separator.-s {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 1px;
}
.p-price-display__separator.-m {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price-display__separator.-l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__separator {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-price-display__separator.-s {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-price-display__separator.-m {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-price-display__separator.-l {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-price-display__range {
  font-family: Roboto, sans-serif;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__range {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-price-display__none {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__none {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-price-display__time {
  font-size: 16px;
  font-size: 1rem;
}
.p-price-display__time.-s {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-price-display__time.-m {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price-display__time.-l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__time {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-price-display__time.-s {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-price-display__time.-l {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-price-head-bodies {
    display: flex;
    border-right: 1px solid #c0c7dc;
  }
}

.p-price-head-body {
  display: flex;
  flex-direction: column;
  border: 1px solid #c0c7dc;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-head-body + .p-price-head-body {
    margin-top: 20px;
  }

}
@media print, screen and (min-width: 48em) {
  .p-price-head-body {
    flex: 1 1 0px;
    border-right-style: none;
  }
}

.p-price-head-body__head {
  flex-grow: 1;
  border-bottom: 1px solid #c0c7dc;
  background: #f2f6ff;
}

.p-price-head-body__head-inner {
  padding: 12px 16px 10px;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-price-head-body__head-inner {
    padding: 17px 19px;
  }
}

.p-price-head-body__body-inner {
  background: #fff;
  padding: 12px 16px 10px;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-price-head-body__body-inner {
    padding: 9px 19px 8px;
  }
}

.p-price-option__head {
  display: flex;
}

.p-price-option__head-logo img {
  display: block;
  max-width: 100%;
}

.p-price-option__head-logo.-appsuite {
  width: 123px;
}

.p-price-option__head-logo.-chatluck {
  width: 126px;
}

.p-price-option__head-logo.-kotsuhi {
  width: 204px;
}
.p-price-option__head-logo.-kotsuhi.-s {
  width: 163px;
}

.p-price-option__head-logo.-webmtg {
  width: 142px;
}
.p-price-option__head-logo.-webmtg.-s {
  width: 126px;
}

.p-price-option__head-text {
  margin-left: 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-option__head-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-price-option__description {
  margin-top: 15px;
}

.p-price-option__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.p-price-option__input-area {
  background: #f2f6ff;
  padding: 7px 10px 8px;
  margin-top: 12px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 48em) {
  .p-price-option-boxes {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-option-boxes {
    display: block;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-option-boxes {
    display: flex;
  }
}

.p-price-option-box {
  border: 1px solid #c0c7dc;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-option-box + .p-price-option-box {
    margin-top: 16px;

  }
}
@media print, screen and (min-width: 48em) {
  .p-price-option-box {
    width: 50%;
  }
  .p-price-option-box:nth-child(2n + 1) {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(2n + 2) {
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(n + 3) {
    border-top-color: transparent;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-option-box {
    width: 100%;
  }
  .p-price-option-box:nth-child(2n + 1) {
    border-left-color: #c0c7dc;
    border-right-color: #c0c7dc;
  }
  .p-price-option-box:nth-child(2n + 2) {
    border-color: #c0c7dc;
  }
  .p-price-option-box:nth-child(n + 3) {
    border-color: #c0c7dc;
  }
  .p-price-option-box + .p-price-option-box {
    border-top-color: transparent;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-option-box {
    width: 50%;
  }
  .p-price-option-box:nth-child(2) {
    border-top-color: #c0c7dc;
  }
  .p-price-option-box:nth-child(2n + 1) {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(2n + 2) {
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(n + 3) {
    border-top-color: transparent;
  }
}
.p-price-option-box.-padding {
  padding: 20px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-price-option-box.-padding {
    padding: 20px;
  }
}

.p-price-other-options {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-price-other-options {
    margin-top: 20px;
  }
}

.p-price-other-option {
  padding: 13px 20px 10px;
  background: #f2f6ff;
}
@media print, screen and (min-width: 48em) {
  .p-price-other-option {
    display: flex;
    padding: 7px 20px 3px;
  }
}
.p-price-other-option + .p-price-other-option {
  margin-top: 5px;
}

.p-price-other-option__head {
  flex: 0 0 280px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.p-price-other-option__body {
  flex: 1 1 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-other-option__body {
    padding-left: 20px;
    margin-top: 8px;
  }
}
[data-simulator-field-disabled] .p-price-other-option__body,
[data-simulator-option-not-available] > *{
  color: #848484;
  pointer-events: none;
}

@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail {
    display: flex;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail.-vertical {
    display: block;
  }
}

.p-price-other-option__detail-left {
  flex: 190 190 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-other-option__detail-left {
    padding-right: 10px;
  }
}

.p-price-other-option__detail-right {
  flex: 460 460 0;
}
.p-price-other-option__detail-right.-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-price-other-option__detail-bottom {
  margin-top: 12px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-other-option__detail-bottom {
    margin-top: 6px;
  }
}

.p-price-other-option__main {
  display: flex;
  align-items: center;
}

.p-price-other-option__main-label {
  display: flex;
  align-items: center;
}

.p-price-other-option__main-label-text {
  margin-left: 10px;
}

.p-price-other-option__main-label-question {
  margin-left: 10px;
}

.p-price-other-option__detail-vertical {
  width: 100%;
}
@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical {
    display: flex;
  }
}

@media print, screen and (min-width: 48em) {
  .p-price-other-option__detail-vertical-left {
    display: flex;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical-left {
    padding-right: 26px;
    flex: 0 0 350px;
    justify-content: space-between;
  }
}

.p-price-other-option__detail-vertical-left-head {
  flex: 0 0 150px;
  padding-right: 15px;
}
@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical-left-head {
    flex: 1 1 112px;
    padding-right: 10px;
  }
}

.p-price-other-option__detail-vertical-left-body {
  flex: 1 1 auto;
}

.p-price-other-option__detail-vertical-right {
  flex: 1 1 auto;
  padding-left: 20px;
}
@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical-right {
    padding-left: 0;
  }
}

.p-price-other-option__radios {
  display: flex;
  flex-wrap: wrap;
}
.p-price-other-option__radios[data-disabled] {
  color: #848484;
  pointer-events: none;
}

.p-price-other-option__radio {
  display: block;
  margin-right: 10px;
}
.p-price-other-option__radio:last-child {
  margin-right: 0;
}

.p-price-other-option__radio-button {
  margin-right: 5px;
}

.p-price-other-option__errors {
  margin-top: 5px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: 'webmtg-head kotsuhi-head' auto 'webmtg-body kotsuhi-body' auto/1fr 1fr;
    gap: 0 30px;
  }
}

.p-price-package-tables__webmtg-head {
  grid-area: webmtg-head;
}

.p-price-package-tables__webmtg-body {
  grid-area: webmtg-body;
  margin-top: 20px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__webmtg-body {
    margin-top: 26px;
  }
}

.p-price-package-tables__kotsuhi-head {
  grid-area: kotsuhi-head;
  margin-top: 52px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__kotsuhi-head {
    margin-top: 0;
  }
}

.p-price-package-tables__kotsuhi-body {
  grid-area: kotsuhi-body;
  margin-top: 20px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__webmtg-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-package-tables__webmtg-body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-price-package-tables__kotsuhi-head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-price-package-tables__kotsuhi-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__kotsuhi-body {
    margin-top: 26px;
  }
}

.p-price-simulation {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'price-simulation-basic' auto 'price-simulation-option' auto 'price-simulation-other' auto 'price-simulation-result' 1fr/1fr;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation {
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'price-simulation-basic' auto 'price-simulation-option' auto 'price-simulation-other' auto 'price-simulation-result' 1fr/1fr;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-simulation {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 340px 650fr 205px;
    grid-template: 'price-simulation-basic price-simulation-option price-simulation-result' auto 'price-simulation-other price-simulation-other price-simulation-result' 1fr/340px 650fr 205px;
  }
}

.p-price-simulation__basic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: price-simulation-basic;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__basic {
    margin-right: 44px;
  }
}

.p-price-simulation__basic-body {
  flex-grow: 1;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation__basic-body {
    margin-top: 10px;
  }
}

.p-price-simulation__option {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: price-simulation-option;
  margin-top: 32px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__option {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-price-simulation__option-body {
    margin-top: 10px;
  }
}

.p-price-simulation__result {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: price-simulation-result;
  margin-top: 32px;
}
@media print, screen and (min-width: 61.25em) {

  .p-price-simulation__result {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__result-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}

.p-price-simulation__other {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: price-simulation-other;
  margin-top: 32px;
}

@media print, screen and (min-width: 48em) {
  .p-price-simulation__basic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-simulation__option {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-price-simulation__result {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-price-simulation__other {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__basic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-simulation__option {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-price-simulation__result {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-price-simulation__other {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation__other {
    margin-right: 20px;
  }
}

.p-price-simulation-result {
  background: #fef712;
}

.p-price-simulation-result__inner {
  padding: 27px 18px 30px;
  max-width: 600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__inner {
    padding: 27px 15px 30px;
  }
}

.p-price-simulation-result__section-heading {
  font-weight: 700;
  font-size: 14px;
}

.p-price-simulation-result__sum-result {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  line-height: 1;
  margin-top: 3px;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__sum-result {
    margin-top: 3px;
  }
}

.p-price-simulation-result__sum-result-symbol {
  font-weight: 700;
  flex: 0 0 auto;
  font-size: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__sum-result-symbol {
    font-size: 20px;
  }
}

.p-price-simulation-result__sum-result-number {
  word-break: break-all;
  font-family: Roboto, sans-serif;
  flex: 0 1 auto;
  font-weight: 700;
  margin-left: 9px;
  font-size: 28px;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__sum-result-number {
    font-size: 28px;
  }
}

.p-price-simulation-result__heading {
  font-weight: 700;
  font-size: 16px;
}

.p-price-simulation-result__block + .p-price-simulation-result__block {
  margin-top: 23px;
}
.p-price-simulation__result small{
  margin-top: 30px;
}
small + .p-price-simulation-result__block.-button {
  margin: 10px 0 20px;
}


.p-price-support-tables {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-price-support-tables {
    margin-top: 28px;
    display: flex;
  }
}

.p-price-support-table {
  flex: 337 337 0px;
}
.p-price-support-table + .p-price-support-table {
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .p-price-support-table + .p-price-support-table {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-support-table.-wide {
    flex: 465 465 0px;
  }
}

.p-price-support-table__table {
  margin-top: 10px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-two-col-tables {
    display: flex;
  }
}

.p-price-two-col-table + .p-price-two-col-table {
  margin-top: 100px;
  position: relative;
}
.p-price-two-col-table + .p-price-two-col-table::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/neo/common/img/icon_circle-plus_light-blue.svg);
  top: -webkit-calc((-100px / 2) - (40px / 2));
  top: calc((-100px / 2) - (40px / 2));
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-two-col-table {
    flex: 1 1 0px;
  }
  .p-price-two-col-table + .p-price-two-col-table {
    margin-top: 0;
    margin-left: 100px;
  }
  .p-price-two-col-table + .p-price-two-col-table::before {
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    left: -webkit-calc((-100px / 2) - (40px / 2));
    left: calc((-100px / 2) - (40px / 2));
  }
}

.p-price-package-simulator {
  border: 1px solid #c0c7dc;
}
@media print, screen and (min-width: 80em) {
  .p-price-package-simulator {
    display: flex;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-package-simulator__result {
    flex: 2 2 800px;
  }
}

.p-price-package-simulator__result-top {
  background: #f2f6ff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p-price-package-simulator__input {
  padding: 20px 16px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-simulator__input {
    flex: 1 1 400px;
    padding: 17px 15px 20px 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-package-simulator__input {
    padding: 27px 30px 30px 30px;
  }
}

.p-price-package-simulator__input-heading {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-price-package-simulator__input-line {
  width: 100%;
  height: 1px;
  background: #c0c7dc;
  margin-top: 20px;
}

.p-price-package-simulator__input-item.-option {
  margin-top: 19px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-item.-option {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-simulator__input-item.-option {
    flex: initial;
    display: block;
  }
}

.p-price-package-simulator__input-item-box {
  background: #f2f6ff;
  padding: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 40.0625em) {
  .p-price-package-simulator__input-item-box {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .-option .p-price-package-simulator__input-item-box {
    flex-grow: 1;
  }
}

.p-price-package-simulator__input-item-box-body {
  margin-top: 5px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-item-box-body {
    margin-top: 0;
  }
}

.p-price-package-simulator__input-item-label {
  display: inline-flex;
  align-items: center;
}

.p-price-package-simulator__input-item-label-text {
  margin-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-price-package-simulator__input-item-icon img {
  display: block;
  max-width: 100%;
}

.p-price-package-simulator__input-section.-option {
  margin-top: 17px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-section.-option {
    margin-top: 17px;
  }
}

.p-price-package-simulator__input-options {
  margin-top: 13px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-options {
    margin-top: 13px;
  }
}

.p-price-package-simulator__input-item-box-head {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  flex: 0 0 104px;
  padding-right: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-item-box-head {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-price-package-simulator__input-errors {
  margin-top: 5px;
}

.p-price-package-simulator__per-user {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-price-package-simulator__per-user-text {
  font-size: 13px;
  display: inline-block;
}

.p-price-package-simulator__per-user-symbol {
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}

.p-price-package-simulator__per-user-num {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  display: inline-block;
  margin-left: 2px;
}

.p-price-package-simulator__per-user-slash {
  font-size: 11px;
  display: inline-block;
  margin-left: 2px;
}

.p-price-package-simulator__per-user-time {
  font-size: 11px;
  display: inline-block;
}

.p-price-package-result {
  padding: 22px 30px 55px;
  min-width: 670px;
}

.p-price-package-result__notice {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-result__notice {
    display: none;
  }
}

.p-price-package-result__col {
  display: flex;
  width: 100%;
}

.p-price-package-result__col-1 {
  flex: 350 1 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-price-package-result__col-2 {
  flex: 195 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.p-price-package-result__col-3 {
  flex: 195 0 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 10px;
}

.p-price-package-result__row {
  padding: 6px 0 3px;
  border-top: 1px solid #d8deed;
  min-height: 70px;
}
.p-price-package-result__row.-without_detail {
  display: flex;
  align-items: center;
}

.p-price-package-result__sum {
  border-top: 2px solid #c0c7dc;
  padding-top: 20px;
}

.p-price-package-result__label-text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-result__label-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-price-package-result__detail-row {
  padding-left: 10px;
}

.p-price-package-result__detail-row:nth-child(2n + 1) {
  background: #e5edff;
}

.p-price-package-result__detail-rows {
  padding: 15px 0 9px;
}

.p-price-simulation-errors__error {
  color: #FF0000;
  font-size: 12px;
}
.p-price-simulation-errors__error + .p-price-simulation-errors__error {
  margin-top: 4px;
}

.p-process {
  position: relative;
  border: 1px solid #c0c7dc;
}
@media print, screen and (min-width: 48em) {
  .p-process {
    display: flex;
  }
}
.p-process + .p-process {
  margin-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-process + .p-process {
    margin-top: 40px;
  }
}
.p-process + .p-process::before {
  content: '';
  position: absolute;
  border-top: 12px solid #ccc;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -21px);
  transform: translate(-50%, -21px);
}
@media print, screen and (min-width: 48em) {
  .p-process + .p-process::before {
    left: 142px;
    -webkit-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
  }
}

.p-process__head {
  display: flex;
  align-items: center;
  background: #f2f6ff;
  padding: 15px 17px 14px;
}
@media print, screen and (min-width: 48em) {
  .p-process__head {
    flex: 0 0 285px;
    padding: 15px 15px 14px;
    justify-content: center;
  }
}

.p-process__body {
  padding: 15px 17px 14px;
}
@media only screen and (max-width: 47.9375em) {
  .p-process__body {
    border-top: 1px solid #c0c7dc;
  }
}
@media print, screen and (min-width: 48em) {
  .p-process__body {
    flex: 1 1 0px;
    border-left: 1px solid #c0c7dc;
    padding: 15px 20px 14px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-process__body {
    display: flex;
    align-items: center;
  }
}
.p-process__body.-blue {
  background: #f2f6ff;
}
.p-process__body.-no-border-pc {
  border-left-color: transparent;
}

@media print, screen and (min-width: 61.25em) {
  .p-process__body-main {
    flex: 1 1 0px;
  }
}

.p-process__body-sub {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-process__body-sub {
    margin-top: 0;
    padding-left: 30px;
    flex: 0 0 199px;
  }
}

.p-seminar-head {
  display: flex;
}

@media print, screen and (min-width: 48em) {
  .p-seminar-head__left {
    flex: 1 1 0px;
    padding-right: 40px;
  }
}

.p-seminar-head__right {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__right {
    display: block;
    flex: 0 0 300px;
  }
  .p-seminar-head__right img {
    display: block;
    max-width: 100%;
  }
}

.p-seminar-head__left-row {
  display: flex;
}
.p-seminar-head__left-row + .p-seminar-head__left-row {
  margin-top: 12px;
}
.p-seminar-head__left-row + .p-seminar-head__left-row.-mt_none {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__left-row + .p-seminar-head__left-row {
    margin-top: 20px;
  }
}

.p-seminar-head__fee {
  margin-right: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__fee {
    margin-right: 16px;
  }
}

.p-seminar-head__free-icon {
  font-size: 18px;
  width: 48px;
  height: 48px;
  background: #314da4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__free-icon {
    width: 56px;
    height: 56px;
  }
  .p-seminar-head__free-icon div {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.p-seminar-head__capacity-text {
  font-weight: 700;
  font-size: 16px;
  margin-left: 12px;
  line-height: 1.33;
}
.p-seminar-head__capacity-text.-orange {
  color: #f66303;
}
.p-seminar-head__capacity-text.-gray {
  color: #999;
}

.p-seminar-head__capacity-bottom {
  font-size: 13px;
}

.p-seminar-head__capacity-top {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}

.p-seminar-head__title {
  font-weight: 700;
  font-size: 24px;
  /* font-size: 1.25rem; */
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.formTitle{
    font-size: 24px;
    font-weight:normal;
}
@media print, screen and (min-width: 48em) {
.formTitle{
    font-size: 20px;
}
}
.p-seminar-head__subtitle {
  font-weight: 700;
  font-size: 18px;
  /* font-size: 0.875rem; */
  text-align: justify;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__subtitle {
    font-size: 22px;
    /* font-size: 1.375rem; */
  }
}
.p-seminar-head__date{
    font-size: 17px;
    font-weight: bold;
}
@media print, screen and (min-width: 48em) {
.p-seminar-head__date{

font-size: 21px;
}
}
.normal{
  font-weight:normal;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices {
    display: flex;
    width: 900px;
  }
}

.p-seminar-voices__icon {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices__icon {
    display: block;
    flex: 0 0 40px;
    margin-right: 22px;
    padding-left: 0px;
  }
  .p-seminar-voices__icon img {
    display: block;
    /* max-width: 100%; */
    padding-left: 40px;
  }
}

.p-seminar-voices__baloon {
  background: #f2f6ff;
  padding: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices__baloon {
    padding: 30px;
    flex: 1 1 0px;
    position: relative;
  }
  .p-seminar-voices__baloon::before {

    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 12px solid #f2f6ff;
    -webkit-transform: translateX(-99%);
    transform: translateX(-99%);
  }
}

.p-seminar-voices__baloon-item {
  line-height: 1.6;
  font-size: 14px;
}
.p-seminar-voices__baloon-item ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6px;
    font-size: 14px;
}
.p-seminar-voices__baloon-item + .p-seminar-voices__baloon-item {
  margin-top: 11px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices__baloon-item + .p-seminar-voices__baloon-item {
    margin-top: 8px;
  }
}

.p-seminar-programs__row {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.p-seminar-programs__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-programs__row {
    padding: 15px 0;
    display: flex;
  }
}
.paragraph li,.seminarCont ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom:6px;

  }
.paragraph li {
    font-size: 14px;
  }
@media print, screen and (min-width: 48em) {
  .p-seminar-programs__heading {
    flex: 0 0 150px;
  }
}

.p-separated-box {
  border: 1px solid #c0c7dc;
  padding: 32px 24px;
}
@media print, screen and (min-width: 48em) {
  .p-separated-box {
    display: flex;
    padding: 28px 31px 24px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-separated-box__item {
    flex: 1 1 0px;
  }
}

.p-separated-box__separator {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #c0c7dc;
}
@media print, screen and (min-width: 48em) {
  .p-separated-box__separator {
    flex: 0 0 1px;
    min-height: 100%;
    height: auto;
    margin: 0 30px;
  }
}

.p-separated-tables {
  border: 1px solid #c0c7dc;
  margin-top: 8px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-tables {
    border: none;
    display: flex;
    align-items: flex-start;
  }
}
.p-separated-tables.-no-collapse {
  border: none;
}
.p-separated-tables.-no-mt {
  margin-top: 0;
}
.p-separated-tables.-no-border {
  border: none;
}

.p-separated-table {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table {
    border: 1px solid #c0c7dc;
  }
  .p-separated-tables.-no-border .p-separated-table {
    border: none;
  }
}
@media print, screen and (min-width: 80em) {
  .p-separated-table + .p-separated-table {
    margin-left: 5px;
  }
}
.p-separated-tables.-no-collapse .p-separated-table {
  border: 1px solid #c0c7dc;
}
.p-separated-tables.-no-collapse .p-separated-table + .p-separated-table {
  margin-top: 32px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-tables.-no-collapse .p-separated-table + .p-separated-table {
    margin-top: 0;
  }
}

.p-separated-table__row {
  display: flex;
}
.p-separated-table__row + .p-separated-table__row {
  border-top: 1px solid #c0c7dc;
}
.p-separated-table__row.-collapse {
  display: none;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__row.-collapse {
    display: flex;
  }
}

.p-separated-table__cell {
  width: 50%;
  padding: 2px 9px 0;
  display: flex;
  min-height: 50px;
  align-items: center;
  background: #fff;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell {
    width: 45%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell {
    width: 40%;
  }
  #priceEnterprise .p-separated-table__cell {
    width: 45%;
  }
  #priceEnterprise .p-separated-table__cell:nth-of-type(2) {
    width: 63%;
  }
  #priceEnterprise #section2 .p-separated-table__cell {
    width: 40%;
  }
  #priceEnterprise #section2 .p-separated-table__cell:nth-of-type(2) {
    width: 70%;
  }
    #priceEnterprise .p-price-package-tables__kotsuhi-body .p-separated-table__cell {
    width: 40%;
  }
  #priceEnterprise .p-price-package-tables__kotsuhi-body .p-separated-table__cell:nth-of-type(2) {
    width: 60%;
  }
  .p-price-package-tables__kotsuhi-body .p-separated-table__cell {
    width: 42%;
  }
}
.p-separated-table__cell + .p-separated-table__cell {
  border-left: 1px solid #c0c7dc;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell + .p-separated-table__cell {
    width: 55%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell + .p-separated-table__cell {
    width: 60%;
  }
}
.p-separated-table.-indigo .p-separated-table__cell {
  background: #f2f6ff;
}
.p-separated-table__cell.-head {
  background: #f2f6ff;
  color: #000;
  min-height: 40px;
  justify-content: center;
}
.p-separated-table.-indigo .p-separated-table__cell.-head {
  background: #314da4;
  color: #fff;
}

.p-separated-table__plus {
  display: flex;
  justify-content: center;
}

.p-separated-table__plus-icon {
  display: block;
  max-width: 100%;
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__plus-icon {
    width: 40px;
    height: 40px;
  }
}

.p-separated-table__text {
  font-size: 14px;
  line-height: 1.4;
}

.p-tab__triggers {
  display: flex;
  width: 100%;
  position: relative;
}
.p-tab__triggers::before,
.p-tab__triggers::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 50%;
  background: #e5e5e5;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 10;
}
.p-tab__triggers::before {
  top: 0;
  left: 0;
}
.p-tab__triggers::after {
  bottom: 0;
  right: 0;
}
.p-tab__triggers.rev::before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.p-tab__triggers.rev::after {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.p-tab__trigger {
  width: 50%;
  text-align: center;
  padding: 12px;
  background: #f2f6ff;
  color: #314da4;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.4s, background-color 0.4s, opacity 0.2s;
  transition: color 0.4s, background-color 0.4s, opacity 0.2s;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-tab__trigger {
    font-size: 28px;
    padding: 19px;
  }
}
.p-tab__trigger::before,
.p-tab__trigger::after {
  content: '';
  width: 3px;
  height: 100%;
  background: #e5e5e5;
  top: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.p-tab__trigger::before {
  left: 0;
}
.p-tab__trigger::after {
  right: 0;
}
.p-tab__trigger:first-child::before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-tab__trigger:first-child::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-tab__trigger:nth-child(2)::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.p-tab__trigger:nth-child(2)::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.rev > .p-tab__trigger:first-child::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}
.rev > .p-tab__trigger:nth-child(2)::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media print, screen and (min-width: 48em) {
  .p-tab__trigger:not(.active):hover {
    opacity: 0.6;
  }
}
.p-tab__trigger.active {
  background: #fff;
  color: #000;
  cursor: auto;
}
.p-tab__trigger.-font_s {
  font-size: 18px;
}

.p-tab__container {
  margin-top: 33px;
}
@media print, screen and (min-width: 48em) {
  .p-tab__container {
    margin-top: 61px;
  }
}

.p-tab__content {
  display: none;
}
.p-tab__content.active {
  display: block;
}

.p-table {
  width: 100%;
  table-layout: fixed;
}
.p-table.-user-info {
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .p-table.-user-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-table.-user-info td {
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 6px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-table.-user-info td {
    padding: 10px 20px;
  }
}
.p-table.-user-info th {
  font-weight: 700;
  vertical-align: top;
  background: #ebebeb;
  border: 1px solid #ddd;
  padding: 6px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-table.-user-info th {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-table.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-table.-sp {
    display: none;
  }
}

.p-two-tone-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-two-tone-box.-border {
  border: 4px solid #c0c7dc;
}
.p-two-tone-box.-plus {
  position: relative;
}
.p-two-tone-box.-plus::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(/neo/common/img/icon_circle-plus_light-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
@media print, screen and (min-width: 48em) {
  .p-two-tone-box.-plus::after {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-two-tone-box.-plus::after {
    bottom: auto;
    top: 40%;
    right: 0;
    -webkit-transform: translate(-webkit-calc(50% + 2px), 0);
    transform: translate(calc(50% + 2px), 0);
  }
}
.p-two-tone-box.-full-height-l {
  height: auto;
}
@media print, screen and (min-width: 80em) {
  .p-two-tone-box.-full-height-l {
    height: 100%;
  }
}

.p-two-tone-box__top {
  background: #fff;
}
.p-two-tone-box__top.-push {
  flex-grow: 1;
}
@media print, screen and (min-width: 80em) {
  .p-two-tone-box__top.-push-l {
    flex-grow: 1;
  }
}

.p-two-tone-box__bottom {
  background: #f2f6ff;
}
.p-two-tone-box__bottom.-push {
  flex-grow: 1;
}

.p-two-tone-box__inner.-top {
  padding: 20px 16px 4px;
}
@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-top {
    padding: 40px 30px 16px 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-top.-s {
    padding: 32px 27px 5px 30px;
  }
}

.p-two-tone-box__inner.-bottom {
  padding: 12px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-bottom {
    padding: 16px 30px 19px 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-bottom.-s {
    padding: 7px 27px 4px 30px;
  }
}

.p-two-tone-box__inner.-bottom.-bottom-m {

  padding-bottom: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .p-two-tone-box__inner.-bottom.-bottom-m {
    padding-bottom: 19px;
  }
}

.p-home-appsuite__inner {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-appsuite__inner {
    margin-top: -20px;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

.p-home-appsuite__tasks {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-appsuite__tasks {
    margin-top: 20px;
    margin-left: 40px;
    flex: 0 1 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-appsuite__tasks {
    flex: 1 1 auto;
  }
}

.p-home-banner {
  background: #f2f6ff;
  padding: 0 3.125% 30px;
}

.p-home-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-home-banner__inner {
    max-width: 840px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-banner__inner {
    max-width: 1236px;
  }
}

.p-home-banner__el {
  margin-top: 15px;
  justify-content: center;
  max-width: 380px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-banner__el:first-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-banner__el {
    margin-top: 30px;
  }
}
.p-home-banner__el:hover img {
  opacity: 0.65;
}
.p-home-banner__el img {
  display: block;
  max-width: 380px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (min-width: 48em) {
  .p-home-block1-container {
    display: flex;
    margin-left: -52px;
    margin-top: -39px;
    flex-wrap: wrap;
  }
}

.p-home-block1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: auto 20px 1fr;
  grid-template: 'icon head' auto 'icon description' 1fr / auto 1fr;
  gap: 0 20px;
  margin-top: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-home-block1 {
    margin-left: 52px;
    width: -webkit-calc(50% - 52px);
    width: calc(50% - 52px);
    margin-top: 39px;
  }
}

.p-home-block1__icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: icon;
}

.p-home-block1__head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: head;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 11px;
}

.p-home-block1__description {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: description;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 14px;
}

.p-home-centered {
  background: #f2f6ff;
  padding: 78px 3.125% 72px;
}

.p-home-centered__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.p-home-centered__inner.-s {
  max-width: 1200px;
}

.p-home-centered__sub-heading {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-home-centered__sub-heading {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-home-centered__heading {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-centered__heading {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-centered__heading {
    font-size: 37px;
    font-size: 2.3125rem;
    text-align: center;
  }
}

.p-home-centered__description {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 41px;
}
@media print, screen and (min-width: 48em) {
  .p-home-centered__description {
    text-align: center;
  }
}

.p-home-centered__body {
  margin-top: 40px;
}

.p-home-centered__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

@media print, screen and (min-width: 40.0625em) {
  .p-home-functions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -37px;
  }
}

.p-home-functions__el {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-home-functions__el:hover {
  opacity: 0.65;
}
.p-home-functions__el:hover .c-link-circle {
  text-decoration: underline;
}
.p-home-functions__el:hover .p-home-functions__picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
@media only screen and (max-width: 40em) {
  .p-home-functions__el:not(:first-child) {
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .p-home-functions__el {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-home-functions__el {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-functions__el {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}

.p-home-functions__picture {
  overflow: hidden;
}
.p-home-functions__picture img {
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-home-functions__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  color: #000;
}

.p-home-functions__link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}

.p-home-clients {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .p-home-clients {
    margin-top: -20px;
    justify-content: space-between;
  }
}

.p-home-clients__el {
  flex-basis: -webkit-calc((100% - (21px * 2)) / 3);
  flex-basis: calc((100% - (21px * 2)) / 3);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-clients__el {
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-clients__el {
    margin-top: 20px;
    min-width: 150px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-home-clients__el {
    flex-basis: -webkit-calc((100% - (21px * 5)) / 6);
    flex-basis: calc((100% - (21px * 5)) / 6);
  }
}
.p-home-clients__el img {
  display: block;
  max-width: 100%;
}

.p-home-top-pc {
  /* display: none; */
  position: relative;
  display: block;
  /* background-image: url(/neo/images/guradation.png),url(/neo/images/circle.png); */
  /* background-repeat: no-repeat,no-repeat; */
  /* background-size: cover, 130vw; */
  /* background-position: left top, center top; */
}
@media print, screen and (min-width: 61.25em) {
  .c-home-top__heading{
    font-size:30px;
  }
  .p-home-top-pc{
    /* height: calc(594px * 0.95); */
    padding-top: 0%;
  }
  .p-home-top-pc__col.-right{
  }
  .c-home-top-row.-note{
    bottom: -40px;
  }
}
@media print, screen and (min-width: 48em) {
    .p-home-top-pc{
    /* height: calc(45vw * 0.95); */
    padding-top: 0%;
  }
.p-home-top-pc__main{
    /* height: calc(45vw * 0.95); */
}
}
.p-home-top-pc:before {

  }
.p-home-top-pc {
    display: block;
    z-index: 9;
    /* position: relative; */
    /* padding-bottom: 30px; */
  }
@media print, screen and (min-width: 80em){
  .p-home-top-pc {
    /* height: 594px; */
    position: relative;
  }
.c-home-top-row.-note{
    bottom: -40px;
}
}

.p-home-top-pc__main {
  /* position: relative; */
  padding: 0 3.125%;
  z-index: 11;
  background-repeat: no-repeat;
  /* position: absolute; */
  /* left: 0px; */
  /* top: 0px; */
  z-index: 26;
  background-image: url(/neo/images/top_bg_sp.jpg);
  background-position: left bottom;
  background-size: cover;
}

.p-home-top-pc__layout {
  display: block;
  max-width: 1290px;
  margin: 0 auto;
  padding-bottom: 21px;
  /* flex-wrap: wrap; */
  /* position: relative; */
  z-index: 13;
  height: auto;
}

.p-home-top-pc__col.-left {
  max-width:100%;

}
@media print, screen and (min-width: 44em) {
.p-home-top-pc__layout {
  /* flex-wrap: nowrap; */
  padding-bottom: 0;
  /* display: flex; */
  /* height: 470px; */
}
.p-home-top-pc__col.-left {
    max-width: 49%;
    float: left;
    padding-left: 30px;
}
}
@media print, screen and (min-width: 61.25em){
.p-home-top-pc__main {
  position: relative;
  padding: 0 3.125%;
  z-index: 11;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: left center;
  height: auto;
  background-image: url(/neo/images/top_bg.jpg);
}
.p-home-top-pc__layout {
  /* flex-wrap: nowrap; */
  padding-bottom: 0;
  /* display: flex; */
  /* height: 520px; */
}
.p-home-top-pc__col.-left{
  width: 38%;
  padding-left: 30px;
  text-align: center;
  float: left;
}
}
.p-home-top-pc__col.-right {
  /* flex: 1 1 auto; */
  padding-top: 0px;
  margin: -40px auto 0;
}
@media print, screen and (min-width: 44em) {


.p-home-top-pc__col.-right {
    margin-left: auto;
    margin-right: auto;
    width: 48%;
    float: right;
    margin-top: 43px;
    padding-right: 30px;
}
}
@media print, screen and (min-width: 80em) {
.p-home-top-pc__layout {
  /* flex-wrap: nowrap; */
  padding-bottom: 0;
  /* display: flex; */
  /* height: 722px; */
}
}


.p-home-top-pc__text-box{
  /* background-color: #314DA4; */
  color: #314DA4;
  font-weight: bold;
  padding: 33px 0px 30px;
  }


@media print, screen and (min-width: 61.25em) {
  .p-home-top-pc__col.-right {
  width: 54%;
  margin-top: 27px;
  /* margin-left: 58px; */
  z-index: 13;
}
  .p-home-top-sp {
    display: none
  }
.p-home-top-pc__text-box {
  /* background-color: #314DA4; */
  color: #314DA4;
  padding: 45px 0px 50px;
  font-weight: bold;
}
}

@media print, screen and (min-width: 80em) {
  .p-home-top-pc__col.-right {
  width: 59.5%;
  /* height: 393px; */
  /* margin-left: 58px; */
  z-index: 13;
  float: right;
  /* right: 0; */
  margin-top: -22px;
}}
.p-home-top-sp__section {
  position: relative;
}

.p-home-top-sp__section.-blue {
  color: #fff;
  background-color: #314DA4;
}

.p-home-top-sp__section-inner {
  padding: 20px 3.125% 30px;
}

.p-home-top-sp__section-inner.-img {
  padding-top: 30px;
}

.p-home-top-sp__bg {
  height: 230px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

.p-home-top-sp__section-inner {
  position: relative;
}

.c-home-top-desc {
  font-size: 19px;
  text-align: left;
  line-height: 1.7;
  color: #ffffff;
}
@media screen and (max-width: 896px) and (orientation: landscape) { 
.p-home-top-pc__main {
    background-position: top left;
}
.p-home-top-pc__col.-left {
    /* max-width: 50%; */
}

.c-home-top-desc {
  font-size: 16px;
  line-height: 1.5;
}
.c-home-top-row.-note{
  width: 40%;
}
}
.c-home-top-desc br:nth-of-type(2){
  display: none;
}
.c-home-top-desc br{
  display: none;
}
.c-home-top-row.-note {
  margin-top: 16px;
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  font-weight: normal;
  margin: 0 auto;
  /* right: 0%; */
  /* left: 0%; */
  padding: 0 10px;
  opacity: 0.7;
}

.c-home-top-row.-desc {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 44em){
.c-home-top-desc {
}
  .c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
.c-home-top-row.-logo {
  margin: 10px 0 20px;
}

.c-home-top-row.-button {
  margin-top: 20px;
}
.c-home-top-row.-button {
margin-top: 4px;
width: 345px;
margin: 0 auto;
position: relative;
}
.c-feature-top-row.-button{
width: 345px;
margin: 20px auto;
}
.c-home-top-row.-button .c-button1__inner {
    background-color: #7ac943;
}

.c-feature-top-row.-button a.c-button1__inner{
background: #fef714;
border: 2px solid #314da4;
color: #314da4;
box-shadow:none;
}
.c-feature-top-row.-button a.c-button1__inner span::before {
    background: url(/neo/common/img/icon_circle-right_blue.svg) no-repeat center center / contain;
}
.c-feature-top-row.-button a.c-button1__inner span::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.c-feature-top-row.-button a.c-button1__inner span{
display: inline-flex;
align-items: center;
vertical-align: middle;
}
@media print, screen and (min-width: 48em) {
  .c-home-top-row.-button {margin-top: 4px;width: 320px;margin: 0 0 30px;
  }
  .c-home-top-desc br {
    display: none;
}
}
@media print, screen and (min-width: 61.25em) {
 .c-home-top-desc {
    font-size: 17px;
    /* text-align: center; */
    line-height: 2.0;
}
  .c-home-top-desc br {
    display: none;
}
.c-home-top-desc br:nth-of-type(3) {
    display: none;
}
.c-home-top-desc br:nth-of-type(2) {
    display: block;
}
.c-home-top-desc br:nth-of-type(4) {
    display: block;
}
  .c-home-top-row.-button {
    margin-top: 4px;
    width: 250px;
    margin: 0 auto;
}
  .c-home-top-row.-award {
    margin-top: -30px;
  }
.c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}
.c-home-top-row.-button {margin-top: 4px;width: 370px;margin: 0 0 30px;}
.c-feature-top-row.-button{
width: 370px;
margin: 50px 0 0;
}
.p-home-top-pc .c-home-top-row.-button {margin-top: 4px;width: 350px;margin: 0 0 0px;}
  .c-home-top-row.-display-img {
    margin-top: -23px;
  }
  .c-home-top-row.-note {
  margin-top: 16px;
  position: absolute;
  bottom: 10px;
  /* left: 7%; */
}
}

@media print, screen and (min-width: 80em){
.p-home-top-pc__main {
    /* height: 582px; */
}
.c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}
.c-home-top-desc {
    font-size: 16px;
    text-align: left;
    line-height: 2.0;
}
.c-home-top-row.-note{
    /* bottom: 15px; */
    left: 14%;
}
.c-home-top-desc br:nth-of-type(2) {
    display: none;
}
.c-home-top-desc br:nth-of-type(4) {
    display: none;
}
  .c-home-top-desc br {
    display: block;
}
}
.p-home-top-pc__person-img-box {
  max-width: 636px;

  margin: 0 auto;
  position: relative;
}

.p-home-top-pc__balloon-img {
  position: absolute;
  top: calc(152 / 600 * 100%);
  left: calc(-33 / 636 * 100%);
}

.-sp-logo{
  max-width:59vw !important;
}
.c-home-top-img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  /* position: relative; */
  /* justify-content: flex-end; */
  /* align-self: flex-end; */
}
@media print, screen and (min-width: 61.25em) {
.-pc-logo {
  max-width: 370px;
}
	}
.p-home-top-bg {
  height: 230px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 61.25em) {
  .p-home-top-bg {
    height: calc(440 / 1600 * 100vw);
    min-height: 300px;
    max-height: 440px;
  }
}

.p-home-top-bg__img > img {
    display: block;
    position: absolute;
    top: 0;
    left: -240px;
    height: 100%;
    max-width: none;
}

.p-home-top-bg__img:first-child > img {

}

.p-home-top-bg__img:nth-child(2) > img {
  animation: loop2 140s linear infinite;
}


.c-home-top-note {
  font-size: 10px;
}

@media print, screen and (min-width: 61.25em) {
  .c-home-top-note {
    font-size: 11px;
  }
}

.p-home-top-award__item {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.p-home-top-award__item + .p-home-top-award__item {
  margin-top: 12px;
}

.p-home-top-award__img-box {
  flex: 0 0 96px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media print, screen and (min-width: 61.25em) {
  .p-home-top-award__img-box {
    flex: 0 0 auto;
  }
}

.p-home-top-award__text {
  font-size: 11px;
  margin-left: 9px;
  flex: 1 1 auto;
}

@media print, screen and (min-width: 61.25em) {
  .p-home-top-award {
    display: flex;
  }

  .p-home-top-award__item + .p-home-top-award__item {
    margin-top: 0px;
    margin-left: 30px;
  }
}

.c-home-top__sub-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.0;
  color: #fff900;
  margin-bottom: 20px;
}

.c-home-top__sub-heading::before {
  border-right: 2px solid #fff;
  transform-origin: right bottom;
  transform: rotate(-45deg);
  margin-right: 8px;
}

.c-home-top__sub-heading::after {
  border-left: 2px solid #fff;
  transform-origin: left bottom;
  transform: rotate(45deg);
  margin-left: 8px;
}

.c-home-top__sub-heading::before, .c-home-top__sub-heading::after  {

}

@media print, screen and (min-width: 61.25em) {
  .c-home-top__sub-heading {
    font-size: 28px;
  }

  .c-home-top__sub-heading::before {
    margin-right: 10px;
  }

  .c-home-top__sub-heading::after {
    margin-left: 10px;
  }

  .c-home-top__sub-heading::before, .c-home-top__sub-heading::after  {
    height: 18px;
  }
}

.c-home-top__heading {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 10.0vw;
  line-height: 1.2;
  color: #ffffff;
}
@media print, screen and (min-width: 44em){

.c-home-top-desc {font-size: 16px;}
.c-home-top__sub-heading {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 896px) and (orientation: landscape) { 
.p-home-top-pc__main {
    background-position: top left;
}
.p-home-top-pc__col.-left {
    max-width: 50%;
    float: left;
}
.c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 10px;
}

.p-home-top-pc__col.-right {
      max-width: 48%;
      padding-top: 60px;
      float: right;
}
.c-home-top__heading {
    font-size: 29px;
}
.c-home-top__sub-heading {
    font-size: 14px;
}
.p-home-top-pc__layout {
    display: flex;
}
}
.c-home-top__heading-s {
  font-size: 35px;
  line-height: 1.4;
}

.c-home-top__heading-m {
  font-size: 49px;
  line-height: 1.0;
}

@media print, screen and (min-width: 61.25em) {
  .c-home-top__heading-s {
    font-size: 56px;
  }

  .c-home-top__heading-m {
    font: 700 135% 'Roboto', sans-serif;
  }
  .c-home-top__heading{
   font-size: 37px;
   /* line-height: 1.0; */
  }
}

@media print, screen and (min-width: 48em){
.c-home-top__heading {
    font-size: 30px;
}

}
@media print, screen and (min-width: 80em){
  .c-home-top__heading{
    font-size: 46px;
  }
}
.p-home-main-visual {
  position: relative;
  min-height: 500px;
}

.p-home-main-visual__main {
  padding: 0 3.125% 40px;
}

@media print, screen and (min-width: 48em) {
  .p-home-main-visual {
    padding: 0 3.125%;
  }
}

.p-home-main-visual__inner {
  margin: 0 auto;
  max-width: 1400px;
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__inner {
    padding: 40px 0 28px;
  }
}

.p-home-main-visual__image img {
  height: 100%;	
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__image {
    margin: 0 -3.125%;
  }
}

@media print, screen and (min-width: 48em) {

  .p-home-main-visual__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .p-home-main-visual__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25% 0;
    object-position: 25% 0;
    font-family: 'object-fit: cover';
  }
}

.p-home-main-visual__text {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__text {
    margin-top: 18px;
  }
}

.p-home-main-visual__heading {
  font: 700 37px 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__heading {
    font-size: 26px;
  }
}

.p-home-main-visual__description1 {
  font: 700 18px 'Noto Sans JP', sans-serif;
  margin-top: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__description1 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__description1 {
    margin-top: 22px;
  }
}
.p-home-main-visual__description1 span.num {
  font: 700 164% 'Roboto', sans-serif;
  margin: 0 5px;
}
.p-home-main-visual__description1 span.color {
  color: #f66303;
}

.p-home-main-visual__description2 {
  font-size: 16px;
  margin-top: 20px;
}
.p-home-main-visual__description2 strong {
  display: inline-block;
  padding-left: 35px;
  background-image: url(/neo/images/ic_ab.png);
  background-repeat: no-repeat;
  background-position: 8px 4px;
}
.p-home-main-visual__description2 strong:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__description2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__description2 br {
    display: none;
  }
}

.p-home-main-visual__links {
  margin-top: 33px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__links {
    display: flex;
    justify-content: center;
    min-width: 300px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__links {
    max-width: 420px;
  }
}

@keyframes loop1 {
  0% {
      transform: translate(0,0)
  }

  to {
      transform: translate(-100%,0)
  }
}

@keyframes loop2 {
  0% {
      transform: translate(100%,0)
  }

  to {
      transform: translate(0,0)
  }
}

.p-home-news__el {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 12px auto;
  -ms-grid-columns: 6.25rem 10px 1fr;
  grid-template: 'date tag' auto 'body body' auto / 6.25rem 1fr;
  font-size: 16px;
  font-size: 1rem;
  gap: 12px 10px;
}
.p-home-news__el:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__el {
    -ms-grid-rows: auto;
    -ms-grid-columns: 6.25rem 19px 8.125rem 19px 1fr;
    grid-template: 'date tag body' auto / 6.25rem 8.125rem 1fr;
    gap: 0 19px;
  }
  .p-home-news__el:not(:first-child) {
    margin-top: 20px;
  }
}

.p-home-news__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
  word-break: break-all;
  padding-top: 0.2rem;
}

.p-home-news__tag {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: tag;
}
.p-home-news__tag span {

  display: inline-flex;
  background: #e5e5e5;
  padding: 4px 8px;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__tag span {
    width: 100%;
  }
}

.p-home-news__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: body;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__body {
    padding-top: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-home-news__body-heading.-plain {
    padding-left: 1.7rem;
  }
}

.p-home-news__body-description {
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__body-description {
    margin-top: 14px;
    padding-left: 1.7rem;
  }
}

.p-home-news__body-links {

  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__body-links {
    margin-top: 4px;
    padding-left: 1.7rem;
  }
}

.p-home-news__body-link:not(:first-child) {
  margin-top: 8px;
}

@media print, screen and (min-width: 48em) {
  .p-home-news__body-link:not(:first-child) {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-home-news__body-link.-mt_l:not(:first-child) {
    margin-top: 8px;

  }
}

.p-home-info {
  padding: 0 3.125%;
  /* background: #f2f6ff; */
}

.p-home-info__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 77px 0 30px;
}

.p-home-info__section:not(:first-child) {
  margin-top: 74px;
}

.p-home-info__head {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.p-home-info__head .main {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}
._casestudy .p-home-info__head{
  text-align:center;
  display: block;
  border-bottom: none;
}
._casestudy .p-home-info__head .main {
  font-size: 20px;
}
._casestudy .p-home-info__head + p{
  margin: 0px auto 60px;
  text-align:center;
  font-size: 16px;
  line-height: 1.7;
}
.p-home-info__head .link {
  font-size: 16px;
  font-size: 1rem;
}

.p-home-info__body {
  margin-top: 41px;
}
@media print, screen and (min-width: 48em) {
  .p-home-info__body {
    margin-top: 39px;
  }
  ._casestudy .p-home-info__head .main {
  font-size: 28px;
}
}

.p-home-proofs {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto;
  -ms-grid-columns: 1fr;
  grid-template: 'nikkei' auto 'public-sector' auto 'certification' auto 'developer' auto 'history' auto / 1fr;
  gap: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .p-home-proofs {
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template: 'nikkei nikkei nikkei public-sector public-sector public-sector' auto 'certification certification developer developer history history' auto / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.p-home-proofs__el {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 32px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-home-proofs__el::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d9e1f3;
  border-right: 15px solid #f2f6ff;
  border-bottom: 15px solid #f2f6ff;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-home-proofs__el.-nikkei {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nikkei;
}
.p-home-proofs__el.-public-sector {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: public-sector;
}
.p-home-proofs__el.-certification {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: certification;
}
.p-home-proofs__el.-developer {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: developer;
}
.p-home-proofs__el.-history {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: history;
}
@media print, screen and (min-width: 61.25em) {
  .p-home-proofs__el.-nikkei {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .p-home-proofs__el.-public-sector {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
  }
  .p-home-proofs__el.-certification {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-home-proofs__el.-developer {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .p-home-proofs__el.-history {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
}

.p-home-proofs__image img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.-l .p-home-proofs__image img {
  width: 505px;
}

.p-home-proofs__heading {
  font-weight: 700;
  font-size: 17px;
  /* font-size: 1.125rem; */
  margin-top: 18px;
}

.p-home-proofs__description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
}

.p-home-proofs__link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
}

.p-home-separated {
  padding: 0 3.125%;
}

.p-home-separated__inner {
  padding: 76px 0 81px;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__inner {
    -ms-grid-rows: 1fr 0 auto;
    -ms-grid-columns: 1fr 58px 1fr;
    grid-template: 'heading-fun2 image-fun2' 1fr 'body-fun2 image-fun2' auto / 1fr 1fr;
    gap: 0 58px;
  }
}
.-feature .p-home-separated__inner {
  max-width: 1440px;
}
@media print, screen and (min-width: 80em) {
  .-customer-voices .p-home-separated__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 62px 1.441fr;
    grid-template: 'image heading' auto 'image body' 1fr / 1fr 1.441fr;
    gap: 0 62px;
  }
  .-customer-voices .p-home-separated__inner > .p-home-news__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 62px 1.428fr;
    grid-template: 'image heading' auto 'image body' 1fr / 1fr 1.428fr;
    gap: 0 62px;
  }
  .p-home-separated__inner > .p-home-news__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-home-separated__image {
  grid-area: image;
  position: relative;
  order: 2;
  margin-top: 40px;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__image {
    margin-top: 0;
    order: unset;
  }
}
.p-home-separated__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .p-home-separated__image img {
    max-width: 560px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 80em) {
  .-feature .p-home-separated__image {
    max-width: 560px;
  }
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__image {
    order: unset;
    grid-area: image-fun2;
    max-width: 670px;
  }
}

.p-home-separated__lead {
  font-size: 18px;
}

.p-home-separated__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin-top: 41px;
  grid-area: body;
  order: 3;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__body {
    order: unset;
  }
}
.-function2 .p-home-separated__body {
  grid-area: body-fun2;
}

.p-home-separated__heading {
  font-weight: 700;
  order: 1;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__heading {
    grid-area: heading;
    order: unset;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-news__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-news__tag {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-home-news__body {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .p-home-separated__body {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-home-separated__inner > .p-home-separated__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .-customer-voices .p-home-separated__inner > .p-home-separated__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-home-separated__inner > .p-home-separated__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-home-separated__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-home-separated__inner > .p-home-separated__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__heading {
    grid-area: heading-fun2;
    order: unset;
  }
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;

  }
  .-function2 .p-home-separated__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .-function2 .p-home-separated__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-home-separated__sub-heading {
  font-size: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-home-separated__sub-heading {
    font-size: 18px;
    text-align: center;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__sub-heading {
    text-align: left;
  }
}

.p-home-separated__main-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-separated__main-heading {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-separated__main-heading {
    font-size: 37px;
    text-align: center;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__main-heading {
    text-align: left;
  }
}

.p-home-separated__link {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__link {
    justify-content: flex-start;
  }
}

.p-home-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: -34px;
  margin-left: -34px;
}

.p-home-features__el {
  flex: 1 0 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 34px;
  margin-left: 34px;
  min-width: 300px;
}

.p-home-features__heading {
  font-size: 18px;
  font-weight: 700;
}

.p-home-features__description {
  font-size: 18px;
  margin-top: 11px;
}

.p-home-features__link {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-left: -20px;
}
.p-home-features__link .c-link-circle {
  margin-top: 10px;
  margin-left: 20px;
}

.p-home-customer-voices {
  margin-top: 41px;
}

@media print, screen and (min-width: 48em) {
  .p-home-customer-voices__inner {
    flex-wrap: wrap;
    display: flex;
    margin: -20px 0 0 -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-customer-voices__el:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-home-customer-voices__el {
    margin: 20px 0 0 20px;
    flex: 1 1 370px;
  }
}
.p-head-body {
  display: grid;
  grid-template-columns: auto 1fr;
}

.p-head-body__head {
  margin-right: 16px;
}

.p-head-body__row {
  display: contents;
}

.browser-is-ie .p-head-body__row {
  display: flex;
}

.p-icon-combination {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-icon-combination {
    justify-content: center;
  }
}

.p-icon-combination__box {
  flex: 0 0 60px;
}
@media print, screen and (min-width: 48em) {
  .p-icon-combination__box {
    flex: 0 0 70px;
  }
}

.p-icon-combination__icon {
  display: block;
  width: 100%;
}

.p-icon-combination__plus {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
@media print, screen and (min-width: 48em) {
  .p-icon-combination__plus {
    margin: 0 20px;
  }
}
.p-icon-combination__plus::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 4px;
  background: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-icon-combination__plus::after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 20px;
  background: #ccc;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-inquiry-example {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-inquiry-example {
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 48em) {
  .p-inquiry-example {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-inquiry-example__list {
  flex: 0 1 auto;
}
ul.p-inquiry-example__list li{margin-bottom: 6px;line-height: 1.5;}
@media print, screen and (min-width: 61.25em) {
  .p-inquiry-example__list {
    padding-right: 0.5em;
    flex: 1 1 auto;
  }
}

.p-inquiry-example__img {
  /* flex: 0 0 120px; */
}
@media print, screen and (min-width: 61.25em) {
  .p-inquiry-example__img {
    /* flex: 0 1 230px; */
    width: 80%;
    margin: 0 auto;
  }
}

.p-inquiry-example__img .-column {
  display: inline-flex;
  /* justify-content: space-between; */
}
.p-inquiry-example__img .-column img {
  max-width: 49%;
}
.p-page {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-page {
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-page {
    justify-content: center;
  }
}

.p-page__pages-pc {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-page__pages-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-page__pages-sp {
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .p-page__pages-sp {
    display: none;
  }
}

.p-page__el {
  width: 35px;
  height: 35px;
  color: #314da4;
  background: #f2f6ff;
}
@media print, screen and (min-width: 48em) {
  .p-page__el {
    width: 40px;
    height: 40px;
  }
}
.p-page__el + .p-page__el {
  margin-left: 5px;
}
.p-page__el.-current {
  color: #fff;
  background: #314da4;
}
.p-page__el.-ellipsis {
  background: #fff;
}

.p-page__el-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-page__el-inner {
    padding-top: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  a.p-page__el-inner {
    -webkit-transition: 0.4s opacity;
    transition: 0.4s opacity;
  }
}
@media print, screen and (min-width: 48em) {
  a.p-page__el-inner:hover {
    opacity: 0.65;
  }
}

.p-page__text {
  font-weight: 700;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .p-page__text {
    font-size: 16px;
  }
}

.p-page__nav {
  display: flex;
  align-items: center;
}
.p-page__nav.-hidden {
  visibility: hidden;
}
@media print, screen and (min-width: 48em) {
  .p-page__nav.-hidden {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-page__nav.-next {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-page__nav.-prev {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-seminar-util {
    display: flex;
    align-items: center;
  }
}

.p-seminar-util__print {
  display: none;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-util__print {
    display: block;
  }
  .p-seminar-util__anchor + .p-seminar-util__print {
    margin-left: 20px;
  }
}

.p-separator {
  margin: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .p-separator {
    margin: 80px 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-small-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-small-banners {
    margin-left: -50px;
    margin-top: -30px;
  }
}



@media print, screen and (min-width: 48em) {
  .p-small-banner {
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-small-banner {
    margin-left: 50px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-small-banner + .p-small-banner {
    margin-top: 20px;
  }
}

.p-small-banner__inner {
  display: block;
  margin: 0 auto;
}

.p-small-banner__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .p-small-banner__inner:hover .p-small-banner__img {
    opacity: 0.65;
  }
}

.p-sticky-note {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15px 20px;
  position: relative;
}
.p-sticky-note::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d9e1f3;
  border-right: 8px solid #f2f6ff;
  border-bottom: 8px solid #f2f6ff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
}
@media print, screen and (min-width: 48em) {
  .p-sticky-note {
    padding: 32px 40px;
  }
  .p-sticky-note::after {
    border-width: 15px;
  }
}
.p-sticky-note.-on_navy::after {
  border-right-color: #314da4;
  border-bottom-color: #314da4;
}
@media print, screen and (min-width: 48em) {
  .p-sticky-note.-hover > * {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-sticky-note.-hover:hover > * {
    opacity: 0.6;
  }
}
.p-sticky-note.-p-type_1 {
  padding: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-sticky-note.-p-type_1 {
    padding: 60px;
  }
}

.p-steps {
  margin-top: -9px;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps {
    margin-top: 0;
    display: flex;
    margin-left: -8px;
  }
}

.p-steps__step {
  position: relative;
  margin-top: 9px;
  display: -ms-grid;
  display: grid;
  gap: 0 20px;
}
._features .p-steps__step{
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 90px
    'step-label step-btn-cld' 0px
    'step-label step-btn-ptn' 0px
     / 80px auto auto auto !important;

}
.p-steps__step:nth-of-type(1) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 90px
    'step-label step-btn-cld' 70px
    'step-label step-btn-ptn' 70px
     / 80px auto auto auto;
}
.p-steps__step:nth-of-type(2) {
  -ms-grid-rows: 30px 90px 60px;
  -ms-grid-columns: 80px auto auto;
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 50px
    'step-label st2-junbi' 60px
     / 80px auto auto;
  gap: 0 20px;
}
.p-steps__step:nth-of-type(3) {
  -ms-grid-rows: 30px 90px 60px;
  -ms-grid-columns: 80px auto auto;
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 40px
    'step-label st2-junbi' 60px
      / 80px auto auto;
  gap: 0 20px;
}
.p-steps__step:nth-of-type(4) {
  -ms-grid-rows: 30px auto auto;
  -ms-grid-columns: 80px auto auto;
  grid-template: 'step-label step-heading' 30px
                 'step-label step-body' auto
                 'step-label st2-junbi' auto
                 / 80px auto auto;
  gap: 0 20px;
}
@media only screen and (max-width: 47.9375em){
  .p-steps__step:nth-of-type(2) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 80px
    'step-label st2-junbi' 60px
     / 80px auto auto;
}
.p-steps__step:nth-of-type(3) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 55px
    'step-label st2-junbi' 60px
      / 80px auto auto;
}

}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step {
    margin-top: 0;
    display: block;
    flex: 1 1 20%;
    background: #314da4;
    padding: 30px 0 30px 30px;
    margin-left: 8px;
    height: 230px;
  }
  .p-steps__step:not(:first-child) {
    padding-left: 50px;
  }
  .p-steps__step:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 115px solid transparent;
    border-bottom: 115px solid transparent;
    border-left: 30px solid #f2f6ff;
  }
  .p-steps__step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    border-top: 115px solid transparent;
    border-bottom: 115px solid transparent;
    border-left: 30px solid #314da4;
    z-index: 10;
  }
  .p-steps__step:last-child {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-steps__step {
    height: 190px;
  }
  .p-steps__step:not(:first-child)::before {
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
  }
  .p-steps__step:not(:last-child)::after {
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
  }
}
@media print, screen and (min-width: 80em){
    .p-steps__step.-s {
    height: 190px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step.-s {
    margin-top: 0;
    display: block;
    flex: 1 1 20%;
    background: #314da4;
    padding: 30px 0 30px 30px;
    margin-left: 8px;
    height: 270px;
  }
  .p-steps__step.-s:not(:first-child) {
    padding-left: 50px;
    grid-template: none;
  }
  .p-steps__step.-s:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    border-left: 30px solid #f2f6ff;
  }
  .p-steps__step.-s:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    border-left: 30px solid #314da4;
    z-index: 10;
  }
  .p-steps__step.-s:last-child {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-steps__step.-s { height: 160px; }

  .p-steps__step.-s:not(:first-child)::before {
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
  }
  .p-steps__step.-s:not(:last-child)::after {
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
  }
}

.p-steps__label {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: step-label;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  position: relative;
  line-height: 1.2;
  display: flex;
  width: 80px;
  height: -webkit-calc(100px - 12px);
  height: calc(100px - 12px);
  align-items: center;
  justify-content: center;
  padding: 30px 16px 16px;
  background: #314da4;
  color: #fef712;
  text-align: center;
}
._features .p-steps__step .p-steps__label {
  height: auto !important;
}
 .p-steps__step:nth-of-type(1) .p-steps__label {
  height: calc(270px - 12px);
}
 .p-steps__step:nth-of-type(2) .p-steps__label {
  height: calc(150px - 12px);
} 
 .p-steps__step:nth-of-type(3) .p-steps__label {
  height: calc(140px - 12px);
} 
 .p-steps__step:nth-of-type(4) .p-steps__label {
  height: calc(190px - 12px);
} 
@media only screen and (max-width: 47.9375em){
  .p-steps__step:nth-of-type(2) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 80px
    'step-label st2-junbi' 60px
     / 80px auto auto;
}
.p-steps__step:nth-of-type(3) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 55px
    'step-label st2-junbi' 60px
      / 80px auto auto;
}
.p-steps__step:nth-of-type(2) .p-steps__label {
    height: calc(180px - 12px);
}
.p-steps__step:nth-of-type(3) .p-steps__label {
    height: calc(150px - 12px);
}
}
@media print, screen and (min-width: 48em) {
  .p-steps__label {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__label {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 0;
  }
}
.p-steps__step:last-child .p-steps__label {
  height: 150px;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step:last-child .p-steps__label {
    height: auto;
  }
}
.p-steps__step:not(:first-child) .p-steps__label {
  padding-top: 36px;
}
.p-steps__step:not(:first-child) .p-steps__label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 12px solid #f2f6ff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step:not(:first-child) .p-steps__label {
    padding-top: 0;
  }
  .p-steps__step:not(:first-child) .p-steps__label::before {
    display: none;
  }
}
.p-steps__step:not(:last-child) .p-steps__label::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  border-top: 12px solid #314da4;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  z-index: 10;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step:not(:last-child) .p-steps__label::after {
    display: none;
  }
}

.p-steps__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  grid-area: step-heading;
  margin-top: 11px;
}
@media print, screen and (min-width: 48em) {
  .p-steps__heading {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__heading {
    margin-top: 0;
    color: #fff;
  }
}
@media print, screen and (min-width: 48em) {
  .p-steps__heading.-s {
    font-size: 18px;
  }
}
.p-steps__heading.-no-noto {
  font-family: メイリオ, Meiryo, Helvetica, verdana, arial,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Lucida Grande',
    'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

.p-steps__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  color: #000;
  font-size: 14px;
  grid-area: step-body;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 15px;
}
.p-steps__body + div {
  text-align:center;
}

@media print, screen and (min-width: 48em) {
.p-steps__body + div img {
  max-width: 100%;
}
.st2_junbi,.st4_riyou,.st3_mail {
  max-width: 110px;
}
.st3_mail {
  max-width: 90px;
}
}
@media print, screen and (min-width: 61.25em){
  .st2_junbi img{height: 65px;}
.p-steps__step .st3_mail img{height: 108px;bottom: 37px;}
.st4_riyou img{height: 60px;bottom: 5vw !important;}
  .p-steps__body + div img {
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 23px;
}
.st4_riyou img {
    height: 60px;
    /* bottom: 80px !important; */
}
  .p-steps .c-link-block {
    font-size: 12px !important;
}
}
@media print, screen and (min-width: 80em){
  .p-steps__body + div img {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 23px;
}
.st4_riyou img {
    height: 80px !important;
    bottom: 48px !important;
}
  .p-steps .c-link-block {
    font-size: 12px !important;
}
}

@media print, screen and (min-width: 80em) {
  .p-steps .c-link-block {
    font-size: 15px !important;
}
}
.p-steps__step:nth-of-type(2) .p-steps__body + div,
.p-steps__step:nth-of-type(3) .p-steps__body + div,
.p-steps__step:nth-of-type(4) .p-steps__body + div
{
  grid-area: st2-junbi;
  text-align: left;
}
@media print, screen and (min-width: 61.25em){
.p-steps__step:nth-of-type(2) .p-steps__body + div,
.p-steps__step:nth-of-type(3) .p-steps__body + div,
.p-steps__step:nth-of-type(4) .p-steps__body + div
{
  grid-area: st2-junbi;
  text-align: center;
}
}
@media only screen and (max-width: 47.9375em) {
.p-steps__step .p-steps__body + div img{
  max-width:100px;
  height: auto;
}
}
@media print, screen and (min-width: 48em) {
  .p-steps__body {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__body {
    color: #fff;
  }
}
.p-steps__body a {
  text-decoration: underline;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__body a {
    color: #fff;
  }
}

.p-term-desc {
  display: flex;
}

.p-term-desc__term {
  flex-shrink: 0;
}

.p-term-desc__desc {
  word-break: break-all;
}

.p-title {
  padding: 20px 0 16px;
}
@media print, screen and (min-width: 61.25em) {
  .p-title {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .archiveSeminar .p-title {
    display: flex !important;
  }
}

.p-title__main {
  font-weight: 700;
  font-size: 22px;
  /* font-size: 1.25rem; */
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-title__main {
  }
  .documentCont._mail .p-title__main br{
    display:none;
  }
}

.p-title__separator {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-title__separator {
    display: block;
    flex-shrink: 0;
    width: 1px;
    background: #767676;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
}

.p-title__copy {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 8px;
}
#inquiry .p-title__copy {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-title__copy {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 6px;

  }
}
@media print, screen and (min-width: 61.25em) {
  .p-title__copy {
    margin-top: 0;
    display: block;
  }
  .archiveSeminar .p-title__copy {
    margin-top: 0;
	position: relative;
  }
}

.p-top-bottom-border {

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 9px;
}
@media print, screen and (min-width: 48em) {
  .p-top-bottom-border {
    padding: 9px 14px;
  }
}

.p-two-three {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto;
  -ms-grid-columns: 1fr;
  grid-template: 'top-left' auto 'top-right' auto 'bottom-left' auto 'bottom-center' auto 'bottom-right' auto / 1fr;
  gap: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .p-two-three {
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template: 'top-left top-left top-left top-right top-right top-right' auto 'bottom-left bottom-left bottom-center bottom-center bottom-right bottom-right' auto / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.p-two-three__el.-top-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top-left;
}

.p-two-three__el.-top-right {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: top-right;
}

.p-two-three__el.-bottom-left {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: bottom-left;
}

.p-two-three__el.-bottom-center {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: bottom-center;
}

.p-two-three__el.-bottom-right {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: bottom-right;
}

@media print, screen and (min-width: 61.25em) {
  .p-two-three__el.-top-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .p-two-three__el.-top-right {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
  }
  .p-two-three__el.-bottom-left {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-two-three__el.-bottom-center {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .p-two-three__el.-bottom-right {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
}

/* ==========================================================================
Component
========================================================================== */
.c-arrow-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
}
.c-arrow-right::before {
  content: '';
  width: 0.456em;
  height: 0.456em;

  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.571em;
  display: block;
  /* -webkit-transition: all 0.2s ease-in-out; */
  /* transition: all 0.2s ease-in-out; */
  flex: 0 0 auto;
  position: relative;
  /* top: 0.571em; */
}
.c-arrow-right.-inline {
  display: inline-flex;
  vertical-align: top;
}
.c-arrow-right.-blue::before {
  border-color: #314da4;
}

.c-button1__inner {
  display: flex;
  align-items: center;
  background-color: #fef712;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 14px 17px;
  /* width: 340px; */
  /* margin: 0 auto; */
  text-align: center;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .c-button1__inner {
    padding: 14px 15px 14px 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.2s ease;
  }
  .c-button1__inner:hover {
    background-color: #fffa66;
  }
  .c-home-top-row.-button .c-button1__inner:hover{
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: 0 20px 20px -10px rgba(136, 160, 166, 0);
  transition-duration: 0.1s;
  background-color: #89d256;
  }
}

.c-button1__sub-text {
  display: block;
  font-size: 12px;
  color: #314da4;
}
@media print, screen and (min-width: 48em) {
  .c-button1__sub-text {
    font-size: 15px;
  }
}

.c-button1__main-text {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #314da4;
}
.c-button1__main-text.-size_s {
    font-size: 18px;
}
@media print, screen and (min-width: 48em) {


}
  .c-button1__main-text {
    font-size: 20px;
  }
  .p-home-top-pc .c-button1__main-text.-size_s {
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    margin-right: 8px;
  }
  .c-button1__main-text.-size_s {
    font-size: 17px;
  }
  .c-button1__main-text.-size_s span{
    font-size: 28px;
    line-height: 1.0;
  }
.c-button1__icon {
  display: block;
  margin-right: 9px;
  flex: 0 0 19px;
}
@media only screen and (max-width: 47.9375em) {
  .c-button1__icon {
    width: 19px;
    height: 19px;
    margin-right: 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button1__icon {
    flex: 0 0 40px;
    margin-right: 15px;
  }

  .c-button1__icon.-size_s {
    width: 22px;
    height: 20px;
    flex-basis: 24px;
    margin-right: 0px;
  }
}

.c-button-2 {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.c-button-2.-left {
  margin: 0;
}
.c-button-2:hover {
  text-decoration:none;
}

.c-button-2__inner {
  background: #fef712;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 16px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media print, screen and (min-width: 48em) {
  .c-button-2__inner {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 24px 16px;
  }
  .c-button-2__inner:hover {
    background-color: #fffa66;
  }
}

.c-button-2__text {
  color: #314da4;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .c-button-2__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-button-2__text::before {
  content: '';
  background-image: url(/neo/common/img/icon_circle-right_blue.svg);
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 48em) {
  .c-button-2__text::before {
    width: 2rem;
    height: 2rem;
  }
}

.c-button-3 {
  display: block;
}
@media screen and (max-width: 896px) and (orientation: landscape) { 
.c-button1__main-text.-size_s span {
    font-size: 22px;
}
.c-button1__main-text.-size_s {
    font-size: 16px;
}
.c-home-top-row.-button{
    width: 325px;
    margin: 0;
}
}
@media print, screen and (min-width: 48em) {
  .c-button-3:hover .c-button-3__inner {
    border-color: #8394c8;
    color: #8394c8;
  }
  .c-button-3:hover .c-button-3__text::before {
    opacity: 0.65;
  }
}

.c-button-3__inner {
  background: #fff;
  border: 3px solid #314da4;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0.8125em 1.5em 0.8125em;
  color: #314da4;
  font-weight: 700;
  text-align: center;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.c-button-3__text {
  display: inline-block;
  position: relative;
  padding-left: 1.62375em;
}
.c-button-3__text::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg)
    center/contain;
  width: 1.18em;
  height: 1.18em;
  left: 0;
  top: 0.1875em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-circle {
  width: 90px;
  height: 90px;
  font-size: 12px;
}
@media print, screen and (min-width: 40.0625em) {
  .c-circle {
    width: 110px;
    height: 110px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-circle {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}

.c-circle__inner {
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #314da4;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.c-close {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  border: none;
  background-image: url(/neo/common/img/icon_circle-close_blue.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
}
@media print, screen and (min-width: 48em) {
  .c-close {
    width: 48px;
    height: 48px;
    top: -24px;
    right: -24px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .c-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.c-contact {
  display: flex;
  align-items: center;
}

.c-contact__icon img {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
}

.c-contact__text {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.625rem;
  word-break: break-all;
}
#inquiry .c-contact__text {
  margin-left: 0px;
}
.c-contact__text a {
    pointer-events: none;
    color: #000000;
}
@media only screen and (max-width: 47.9375em){
  .c-contact__text a {
    pointer-events: auto;
    color: #314da4;
}
}
@media print, screen and (min-width: 48em) {
  .c-contact__text a:hover {
    text-decoration: underline;
  }
}
.-mail .c-contact__text {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-dropdown-icon::after {
  content: '';
  width: 0.425em;
  height: 0.425em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.429em;
  margin-bottom: 0.18em;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.open > .c-dropdown-icon::after,
.open > * > .c-dropdown-icon::after,
.c-dropdown-icon.open::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-bottom: 0;
}

.c-dropdown-icon.-white::after {
  border-color: #fff;
}

.c-dropdown-icon.-blue::after {
  border-color: #314da4;
}

.open > .c-dropdown-icon.-open-blue::after,
.open > * > .c-dropdown-icon.-open-blue::after,
.c-dropdown-icon.-open-blue.open::after {
  border-color: #314da4;
}

@media print, screen and (min-width: 61.25em) {
  .c-dropdown-icon.-hide-M::after {
    display: none;
  }
}

.c-flex {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .c-flex.-sp {
    display: block;
  }
}
.c-flex.-pc {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .c-flex.-pc {
    display: flex;
  }
}
.c-flex.-wrap {
  flex-wrap: wrap;
}
.c-flex.-justify-between {
  justify-content: space-between;
}
.c-flex.-justify-end {
  justify-content: flex-end;
}
.c-flex.-items-baseline {
  align-items: baseline;
}
.c-flex.-items-center {
  align-items: center;
}

.c-line {
  height: 1px;
  background: #c0c7dc;
}
.c-line.-blue-gradient {
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, #293d7a),
    to(#93aeff)
  );
  background: linear-gradient(#293d7a 60%, #93aeff);
}
.c-line.-gray {
  background: #ccc;
}

.c-link {
  color: #314da4;
  word-break: break-all;
}
@media print, screen and (min-width: 48em) {
  .c-link:hover {
    text-decoration: underline;
  }
}
.c-link.-blank::after {
  content: '';
  display: inline-block;
  margin: 0 0.5em;
  width: 0.875em;
  height: 0.75em;
  -webkit-transform: translateY(0.05em);
  transform: translateY(0.05em);
  background-image: url(/neo/common/img/icon_tabs.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.browser-is-ie .c-link.-blank::after {
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}
.c-link.-blank.-inline::after {
  margin-right: 0.2em;
}
.c-link.-white {
  color: #fff;
}
.p-form-1__tooltip-text-inner .c-link.-white {
  color: #fff;
}
.c-link.-white.-blank::after {
  background-image: url(/neo/common/img/icon_tabs-white.svg) !important;
}

.c-link-arrow {
  display: inline;
  color: #314da4;
  word-break: break-all;
}
@media print, screen and (min-width: 48em) {
  .c-link-arrow:hover {
    text-decoration: underline;
  }
}
.c-link-arrow::before {
  content: '';
  background: no-repeat url(/neo/common/img/icon_arrow-right.svg) center/contain;
  display: inline-block;
  width: 0.5em;
  height: 0.75em;
  margin-right: 0.45em;
  position: relative;
  flex-shrink: 0;
}
.c-link-arrow.-white {
  color: #fff;
}
.c-link-arrow.-white::before {
  background-image: url(/neo/common/img/icon_arrow-right_white.svg);
}

.submit {
  display: flex;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  max-width: 300px;
  min-height: 50px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #314da4;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0px auto;
  cursor: grab;
  font-weight: bold;
}
.submit:hover {
  opacity:0.8;
}
.submit button{
    display: block;
    width: 100%;
    color: #ffffff;
}
.submit button::before {
  background-image: url('https://www.desknets.com/neo/common/img/icon_circle-right_white.svg');
}
.p-cta__bottom-body .c-link-block{
  font-size: 14px;
  padding: 11px 12px;
  max-width: 270px;
  min-height: 46px;
  margin: 015px auto;
  color: #ffffff;
}
@media print, screen and (min-width: 40.0625em) {
  .c-link-block {
    width: 300px;
  }
}
@media (max-width: 63.75em) and (min-width: 48em){
  .p-cta__bottom-body .c-link-block{
  max-width: 100%;
  font-size: 12px;
  padding: 11px 21px;
  text-align: center;
  color: #ffffff;
}

}
@media print, screen and (min-width: 48em) {
  .c-link-block:not(:disabled) {
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s,
      border-color 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s,
      border-color 0.4s;
  }
  .c-link-block:not(:disabled):hover,
  .c-feature-top-row.-button a.c-button1__inner:not(:disabled):hover{
    opacity: 0.65;
  }
}
.c-link-block.-yellow {
  background-color: #fef712;
  color: #314da4;
}
.c-link-block.-yellow.-end {
  background-color: #eaeaea;
  color: #a0a0a0;
}
.c-link-block.-yellow.-end:hover {
    opacity: 1;
}
.c-link-block.-yellow.-end span::before {
  background-image: url('/neo/common/img/icon_circle-right_gray.svg');
}
.c-link-block.-yellow span::before {
  background-image: url('/neo/common/img/icon_circle-right_blue.svg');
}
.c-link-block.-white {
  background-color: #fff;
  color: #314da4;
  border: 3px solid #314da4;
}
.c-link-block.-white span::before {
  background-image: url('/neo/common/img/icon_circle-right_blue.svg');
}
.c-link-block.-white span {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 48em) {
  .c-link-block.-white:not(:disabled):hover {
    opacity: 1;
    color: #8394c8;
    border-color: #8394c8;
  }
  .c-link-block.-white:not(:disabled):hover span {
    opacity: 0.6;
  }
}
.c-link-block.-anchor span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-link-block.-center {
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-link-block.-sp_center {
    margin: 0 auto;
  }
}
.c-link-block.-wide {
  width: 100%;
  max-width: 500px;
}
.c-link-block.-wide-s {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 47.9375em) {
  .c-link-block.-sp_full {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .c-link-block.-sp_full {
    width: 240px;
  }
  .p-seminar-util .c-link-block.-sp_full {
    width: 300px;
    /* padding: 15px 16px; */
  }
}
.c-link-block.-print {
  cursor: pointer;
}
.c-link-block.-print span::before {
  display: none;
}
.c-link-block.-print span::after {
  background-image: url(/neo/common/img/icon_print_white.svg);
  margin-right: 0;
  margin-left: 0.4em;
}
.c-link-block.-thick {
  padding: 13px 16px;
}
.c-link-block:disabled {
  cursor: not-allowed;
  color: #999;
  background-color: #e5e5e5;
}
.c-link-block:disabled span::before {
  background-image: url(/neo/common/img/icon_circle-right_gray.svg);
}
.c-link-block span {
  display: inline-flex;
  align-items: center;
}
.c-link-block span::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-link-circle-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -10px;
}
.c-link-circle-container i {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    margin: 0 1px 5px 2px;
    background-image: url(/neo/common/img/icon_tel-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1.75;
    background-position: 0;
    text-indent: -9999px;
}
@media only screen and (max-width: 47.9375em){
.c-link-circle-container i {
    line-height: 1.25;
}
}
.c-link-circle-container span {
    display: inline-flex;
    align-items: flex-end;
    line-height: 1.75;
    margin-left: 10px;
}
.c-link-circle-container a[href^="tel:"] {
    pointer-events: none;
    color: #000000;
}
@media only screen and (max-width: 47.9375em){
  .c-link-circle-container span {
    display: block;
    line-height: 1.75;
    margin-left: 50px;
}
.c-link-circle-container a[href^="tel:"] {
    pointer-events: auto;
    color: #314da4;
}
}
.c-link-circle-container .c-link-circle {
  margin-left: 20px;
  margin-top: 10px;
}
.c-link-circle-container.-mt_s {
  margin-top: -5px;
}
.c-link-circle-container.-mt_s .c-link-circle {
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .c-link-circle-container.-sp_center {
    justify-content: center;
  }
}

.c-link-circle {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.4;
  color: #314da4;
  font-size: 15px;
  text-decoration: none;
}
.c-link-circle + .c-link-circle {
  margin-left:10px;
}
.c-link-circle:hover {
  text-decoration: underline;
}
.c-link-circle::before {
  content: '';
  background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg)
    center/contain;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.45em;
  position: relative;
  top: 0.2em;
  flex-shrink: 0;
}
.c-link-circle.-full {
  display: flex;
  height: 100%;
}
.c-link-circle.-no-line:hover {
  text-decoration: none;
}
.c-link-circle.-icon_s::before {
  width: 1em;
  height: 1em;
  top: 0.4em;
}
.c-link-circle.-icon_s.-meiryo::before {
  top: 0.3em;
}
.c-link-circle.-down::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size:0.9em !important;
}
.c-link-circle.-lh_s {
  line-height: 1.3;
}
.c-link-circle.-lh_s::before {
  top: 0.1em;
}
.c-link-circle.-inactive {
  color: #999;
}
.c-link-circle.-inactive:hover {
  text-decoration: none;
}
.c-link-circle.-inactive::before {
  background-image: url(/neo/common/img/icon_circle-right_gray.svg);
}

.c-highlight {
  margin: 0 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #fef712)
  );
  background: linear-gradient(transparent 70%, #fef712 70%);
}
.c-highlight.-no-ml {
  margin-left: 0;
}
.c-highlight.-no-m {
  margin: 0;
}
.c-highlight.-upper {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #fef712),
    color-stop(80%, #fef712),
    color-stop(80%, transparent)
  );
  background: linear-gradient(
    transparent 50%,
    #fef712 50%,
    #fef712 80%,
    transparent 80%
  );
}

.c-img img {
  display: block;
  max-width: 100%;
}

.c-img.-cloud-package img {
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .c-img.-cloud-package img {
    width: 160px;
    height: 105px;
  }
}

.c-img.-center img {
  margin-right: auto;
  margin-left: auto;
}
.mlA {
  margin-left: auto;
}
.mRA {
  margin-right: auto;
}
.c-img__caption {
  color: #595959;
  line-height: 1.5;
  margin-top: 0.58333em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .c-img__caption {
    margin-top: 0.71429em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

input[type='text'],select {
  padding: 10px 10px 7px;
  font-size: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -webkit-appearance: none;
  /* margin-bottom: 18px; */
  max-width: 100%;
}
.c-input[data-validation-passed='true'] {
  background-color: rgb(232, 240, 254) !important;
  border: 1px solid #c4e2c2;
}
.c-input[data-validation-passed='false'] {
  background-color: #fbe4e4;
  border: 1px solid #ecc7c7;
}
form.form select {
  background-image: url(https://www.desknets.com/neo/common/img/icon_down_blue.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  max-width: 350px;
  background-color: #ffffff;
  color:#000000;
}
form.form select::-ms-expand {
  display: none;
}
.c-input.-s {
  max-width: 350px;
}
.c-input.-text-area {
  resize: vertical;
}
.c-input.-font_s {
  padding: 10px;
  font-size: 14px;
}
.c-input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.c-input::-moz-placeholder {
  color: #bdbdbd;
}
.c-input:-ms-input-placeholder {
  color: #bdbdbd;
}
.c-input::-ms-input-placeholder {
  color: #bdbdbd;
}
.c-input::-ms-clear {
  display: none;
}
.c-input::placeholder {
  color: #bdbdbd;
}
.c-input.-xs {
  max-width: 120px;
}
.c-input.-xxs {
  max-width: 90px;
}
.c-input.-thin {
  padding: 3px 10px 4px;
}
.c-input.-bold {
  font-weight: 700;
}
.c-input.-font_m {
  font-size: 18px;
}
.c-input.-tar {
  text-align: right;
}
.c-input.-cloud-basic {
  width: 150px;
  height: 45px;
  padding: 10px 14px 8px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}
.c-input.-cloud-basic::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic::-moz-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic::placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option {
  width: 120px;
  height: 35px;
  padding: 7px 14px 4px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}
.c-input.-cloud-main-option::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option::-moz-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option::placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option {
  width: 80px;
  height: 26px;
  padding: 2px 7px 0;
  text-align: right;
  font-size: 16px;
}
.c-input.-cloud-sub-option::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option::-moz-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option::placeholder {
  font-weight: 400;
}
.c-input.-package-simulator {
  width: 130px;
  height: 40px;
  padding: 8px 10px 5px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}
.c-input.-package-simulator::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator::-moz-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator::placeholder {
  font-weight: 400;
}

.c-input-label {
  display: flex;
  align-items: baseline;
}
.c-input-label.-center {
  align-items: center;
}

.c-input-label__input.-lh_s {
  line-height: 0.9;
}

.c-input-label__text {

  margin-left: 10px;
}

.c-list.-lh_s {
  line-height: 1.4;
}

.c-list__el {
  padding-left: 1.1875em;
  position: relative;
}
.-gray-disc > .c-list__el::before {
  content: '';
  width: 0.333em;
  height: 0.333em;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  margin-right: 13px;
  left: 0;
}
.-nakaguro > .c-list__el::before {
  content: '・';
  position: absolute;
  left: 0;
}
.-lh_s > .c-list__el::before {
  top: 0.5em;
}
.-lh_l > .c-list__el::before {
  top: 0.8em;
}
.-mt_1 > .c-list__el {
  margin-top: 15px;
}
.-mt_1 > .c-list__el:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .-mt_1 > .c-list__el {
    margin-top: 12px;
  }
}
.-mt_2 > .c-list__el {
  margin-top: 20px;
}
.-mt_2 > .c-list__el:first-child {
  margin-top: 0;
}
.-mt_3 > .c-list__el {
  margin-top: 12px;
}
.-mt_3 > .c-list__el:first-child {
  margin-top: 0;

}

.c-overlay {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
}
.c-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.c-padding-box.-yellow {
  background: #fef712;
}

.c-padding-box.-white {
  background: #fff;
}

.c-padding-box.-blue {
  background: #f2f6ff;
}

.c-padding-box__inner {
  padding: 32px 24px;
}
@media print, screen and (min-width: 48em) {
  .c-padding-box__inner {
    padding: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-padding-box__inner.-s {
    padding: 22px;
  }
}

.c-prefix {
  position: relative;
}
.c-prefix.-nakaguro {
  padding-left: 1.5em;
}
.c-prefix.-nakaguro::before {
  content: '・';
  position: absolute;
  left: 0;
}
.c-prefix.-reference {
  padding-left: 1.5em;
}
.c-prefix.-reference::before {
  content: '※';
  position: absolute;
  left: 0;
}
.c-prefix.-ordered-reference {
  padding-left: 2.5em;
}
.c-prefix.-ordered-reference::before {
  content: '※' attr(data-num);
  position: absolute;
  left: 0;
}
.c-prefix.-alert {
  padding-left: 1.85em;
}
.c-prefix.-alert::before {
  content: '';
  width: 1.25em;
  height: 1.0625em;
  position: absolute;
  top: 0.3125em;
  left: 0;
  background-image: url(/neo/common/img/icon_alert.svg);
  background-size: contain;
}
.c-prefix.-plus-minus {
  padding-left: 1.33em;
}
.c-prefix.-plus-minus::before {
  content: '';
  width: 0.83em;
  height: 0.83em;
  position: absolute;
  top: 0.30556em;
  left: 0;
  background-image: url(/neo/common/img/icon_plus_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .c-prefix.-plus-minus::before {
    top: 0.35714em;
  }
}
.c-prefix.-plus-minus.open::before {
  background-image: url(/neo/common/img/icon_minus_blue.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-prefix.-circle {
  position: relative;
  padding-left: 1.88889em;
}
.c-prefix.-circle > .c-prefix__char {
  color: #fff;
  background: #666;
  font-family: Roboto, sans-serif;
  font-size: 0.77778em;
  text-align: center;
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1.71429em;
  height: 1.71429em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-prefix.-gray-disc {
  padding-left: 0.9375em;
  position: relative;
}
.c-prefix.-gray-disc::before {
  width: 0.3125em;
  height: 0.3125em;
  content: '';
  background: #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6875em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-prefix.-left {
  display: flex;
  align-items: center;
}
.c-prefix.-left .c-prefix__inner {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-prefix.-left .c-prefix__inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.125em solid #314da4;
  border-left: 0.125em solid #314da4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 48em) {
  .c-prefix.-left:hover .c-prefix__inner {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}
.c-prefix.-printer::before {
  content: '';
  width: 1.0525em;
  height: 0.85437em;
  margin-right: 0.5875em;
  background-image: url(/neo/common/img/icon_print_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.c-prefix-bar {
  display: flex;
  align-items: center;

}
.c-prefix-bar::before {
  content: '';
  width: 8px;
  height: 2px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  margin-right: 8px;
  margin-bottom: 1px;
  display: block;
  -webkit-transition: none;
  transition: none;
  background: rgba(255, 255, 255, 0.5);
  flex: 0 0 auto;
}

.c-prefix-check {
  position: relative;
  padding-left: 1.5625em;
  line-height: 1.4;
}
.c-prefix-check::before {
  content: '';
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 0.875em;
  height: 0.58313em;
  border-left: 0.25em solid #314da4;
  border-bottom: 0.25em solid #314da4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-prefix-icon {
  display: flex;
  align-items: center;
}
.c-prefix-icon::before {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
.c-prefix-icon.-card::before {
  background-image: url(/neo/common/img/icon_card.svg);
  width: 38px;
  height: 28px;
  margin-right: 15px;
}
.c-prefix-icon.-briefcase::before {
  background-image: url(/neo/common/img/icon_briefcase.svg);
  width: 32px;
  height: 28px;
  margin-right: 14px;
}
.c-prefix-icon.-memo::before {
  background-image: url(/neo/common/img/icon_memo.svg);
  width: 30px;
  height: 28px;
  margin-right: 8px;
}

.c-question {
  position: relative;
  width: 1.125em;
  height: 1.125em;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
}
.c-question::before {
  content: '?';
  font-size: 0.625em;
  color: #fff;
}

.c-question__text {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;

  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -webkit-calc(-100% + 10px));
  transform: translate(-50%, calc(-100% + 10px));
  top: 0;
  left: 50%;
  padding-bottom: 10px;
  cursor: auto;
}
.browser-is-ie .c-question__text {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  top: 10px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.c-question__text::after {
  content: '';
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-question__text::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 48em) {
  .c-question__text::after {
    left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-question__text {
    left: -100%;
    -webkit-transform: translate(0, -webkit-calc(-100% + 10px));
    transform: translate(0, calc(-100% + 10px));
  }
  .browser-is-ie .c-question__text {
    top: 10px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
.c-question:hover .c-question__text,
.c-question:focus .c-question__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -webkit-calc(-100%));
  transform: translate(-50%, calc(-100%));
}
.browser-is-ie .c-question:hover .c-question__text,
.browser-is-ie .c-question:focus .c-question__text {
  -webkit-transform: translate(-50%, -webkit-calc(-100%));
  transform: translate(-50%, calc(-100%));
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .c-question:hover .c-question__text,
  .c-question:focus .c-question__text {
    -webkit-transform: translate(0, -webkit-calc(-100%));
    transform: translate(0, calc(-100%));
  }
  .browser-is-ie .c-question:hover .c-question__text,
  .browser-is-ie .c-question:focus .c-question__text {
    top: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

.c-question__text-inner {
  width: 180px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media print, screen and (min-width: 48em) {
  .c-question__text-inner {
    width: 300px;
  }
}

.c-section-heading {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .c-section-heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.c-spacer.-header {
  height: 50px;
}
@media print, screen and (min-width: 61.25em) {
.c-spacer.-header {
    height: 90px;
    background: #f2f2f2;
  }
}

.c-spacer.-sub-navigation {
  height: 50px;
}
@media print, screen and (min-width: 61.25em) {
  .c-spacer.-sub-navigation {
    height: 61px;
    background: #f2f2f2;
  }
  .c-spacer.-sub-navigation.-archive {
    height: 45px;
    background: #f2f2f2;
  }
}

.c-suffix.-plus-minus {
  display: flex;
  align-items: center;
}
.c-suffix.-plus-minus::after {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background-image: url(/neo/common/img/icon_circle-plus_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  flex: 0 0 auto;
  margin-left: 0.625em;
}
.c-suffix.-plus-minus.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(/neo/common/img/icon_circle-minus_blue.svg);
}

.c-suffix.-printer::after {
  content: '';
  width: 1.0525em;
  height: 0.85437em;
  margin-left: 0.5875em;
  background-image: url(/neo/common/img/icon_print_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.c-suffix.-right {
  display: flex;
  align-items: center;
}
.c-suffix.-right .c-suffix__inner {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-suffix.-right .c-suffix__inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.125em solid #314da4;
  border-right: 0.125em solid #314da4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48em) {
  .c-suffix.-right:hover .c-suffix__inner {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.c-table-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.c-table {
  width: 100%;
  table-layout: auto;
}
.c-table.-miw_900 {
    width: auto;
    min-width: max-content;
}
@media print, screen and (min-width: 48em) {
.c-table.-miw_900 {
    width: auto;
    min-width: max-content;
}
.c-table.-half {
    width: 100%;
}
}
@media print, screen and (min-width: 80em) {
.c-table.-miw_900 {
    width: 100%;
    min-width: 900px;
}
.c-table.-half {
    width: 60%;
}
}

.c-table__col.-price-small-package-neo {
  width: 50%;
}
@media print, screen and (min-width: 48em) {
  .c-table__col.-price-small-package-neo {
    width: 36.231%;
  }
}

.c-table__col.-price-small-package-appsuite {
  width: 50%;
}
@media print, screen and (min-width: 48em) {
  .c-table__col.-price-small-package-appsuite {
    width: 63.768%;
  }
}

.c-table__head.-collapse {
  display: none;
}
@media print, screen and (min-width: 80em) {
  .c-table__head.-collapse {
    display: table-header-group;
  }
}

.c-table__row.-blue {
  background: #f2f6ff;
}

.c-table__row.-indigo {
  background: #314da4;
  color: #fff;
}

.c-table__row.-s {
  height: 40px;
}

.c-table__row.-m {
  height: 45px;
}

.c-table__row.-l {
  height: 60px;
}

.c-table__row.-xl {

  height: 80px;
}

.c-table__cell {
  border: 1px solid #c0c7dc;
  padding: 3px 14px 4px;
}
.c-table__cell.-s {
  padding-left: 4px;
  padding-right: 4px;
}
.c-table__cell.-ms {
  padding-left: 20px;
  padding-right: 7px;
}
.c-table__cell.-m {
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}
.c-table__cell.-l {
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 48em) {
  .c-table__cell.-l {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-table__cell.-no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.c-table__cell.-top {
  vertical-align: top;
}
@media print, screen and (min-width: 48em) {
  .c-table__cell.-right_thick {
    padding-right: 47px;
  }
}
.c-table__cell.-no-bt {
  position: relative;
}
.c-table__cell.-no-bt::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
@media print, screen and (min-width: 80em) {
  .c-table__cell.-no-bt.-under-L::before {
    display: none;
  }
}

.c-tag {
  text-align: center;
  border: 1px solid #afbddb;
  width: 7.14286em;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 48em) {
  .c-tag {
    width: 9.42857em;
    padding: 0.14286em 0.5em;
  }
}

.c-text {
  font-size: 16px;
  font-size: 1rem;
}
.c-text.-xs {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-text.-xs.-fixed {
  font-size: 12px;
}
.c-text.-s {
  font-size: 14px;
  font-size: 3.5vw;
}
#inquiry .c-text.-s ,
#webmtg .c-text.-s {
  font-size: 14px;
}
.c-text.-m {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-text.-l {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-text.-ll {
  font-size: 22px;
  font-size: 1.375rem;
}
.c-text.-xl {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-text.-xxl {
  font-size: 28px;
  font-size: 1.75rem;
}
  #inquiry .officeText {
    width: 106px;
    display: inline-block;
    font-weight:normal;
    font-size:16px;
}
  #inquiry .c-contact__icon{
    display: inline-block;
    padding-top: 4px;
    vertical-align: middle;
    margin-bottom: 10px;
}
  #inquiry .c-contact__icon img{
    margin: 0px 0 0;
    bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .c-text.-pc_xs {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-text.-pc_s {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-text.-pc_s.-fixed {
    font-size: 14px;
  }
  .c-text.-pc_m {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-text.-pc_l {
    font-size: 16px;
  }
  .seminarCont  .c-text.-pc_l {
    font-size: 24px;
  }
  #voice .c-text.-pc_l {
    font-size: 16px;
  }

  .c-text.-pc_ll {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-text.-pc_xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-text.-pc_xxl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-text.-sp_xxs {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-text.-sp_xs {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-text.-sp_s {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-text.-sp_m {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-text.-sp_l {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-text.-sp_ll {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-text.-sp_xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-text.-sp_xxl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-text.-mt {
  margin-top: 0.611em;
}
.c-text.-mt_m {
  margin-top: 1.05556em;
}

.c-toggle-switch {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c0c7dc;
  background: #f2f6ff;
  cursor: pointer;
}

.c-toggle-switch__inner {
  position: relative;
  padding: 2px;
}

.c-toggle-switch__labels {
  display: flex;
  position: relative;
  z-index: 2;
}

.c-toggle-switch__label {
  -webkit-transition: color 0.2s ease, font-weight 0.2s ease;
  transition: color 0.2s ease, font-weight 0.2s ease;
}
.c-toggle-switch__label.-active {
  font-weight: 700;
  color: #fff;
}

.c-toggle-switch__label {
  padding: 5px 6px 4px;
}

.c-toggle-switch__pill {
  padding: 2px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.c-toggle-switch__pill.-right {
  transform: translateX(100%)
}

.c-toggle-switch__pill-inner {
  background: #314da4;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* ==========================================================================
Utility
========================================================================== */
.u-no-break {
  display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
  .u-header-spacer {
    height: 60px;
  }
}

.u-bold {
  font-weight: 700;
}

.u-normal {
  font-weight: 400;
}

.u-hide-S {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .u-hide-S {
    display: none;
  }
}

.u-hide-M {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  .u-hide-M {
    display: none;
  }
}

.u-hide-PC {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  body:not(.rh-factor) .u-hide-PC {
    display: none;
  }
}

.u-show-S {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .u-show-S {
    display: block;
  }
  .u-show-S.-flex {
    display: flex;
  }
  .u-show-S.-inline {
    display: inline;
  }
}
@media print, screen and (min-width: 80em) {
  .u-hide-PC {
    display: none;
  }
}

.u-show-M {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .u-show-M {
    display: block;
  }
  .u-show-M.-flex {
    display: flex;
  }
}


.u-show-PC {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  body:not(.rh-factor) .u-show-PC {
    display: block;
  }
  body:not(.rh-factor) .u-show-PC.-flex {
    display: flex;
  }
}

.u-show-L {
  display: none;
}
@media print, screen and (min-width: 80em) {
  .u-show-L {
    display: block;
  }
}

.u-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.u-dropdown-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
.u-dropdown-body.open {
  overflow: auto;
}
@media print, screen and (min-width: 61.25em) {
  .u-dropdown-body.-under-m {
    height: auto;
    overflow: auto;
  }
}

.u-accordion-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.u-text-blue {
  color: #314da4;
}

.u-text-white {
  color: #fff;
}

.u-text-black {
  color: #000;
}

.u-text-yellow {
  color: #fef712;
}

.u-tac {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .u-tac-pc {
    text-align: center;
  }
}

.u-taj {
  text-align: justify;
}

.u-tar {
  text-align: right;
}

.u-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-roboto {
  font-family: Roboto, sans-serif;
}

.u-lh-s {
  line-height: 1.4;
}

.u-lh-m {
  line-height: 1.6;
}

.u-lh-l {
  line-height: 2;
}

.u-of-h {
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media print, screen and (min-width: 48em) {
  .u-hover-line:hover {
    text-decoration: underline;
  }
}

.u-full-height {

  height: 100%;
}


.u-full-width {
  width: 100%;
}

.u-align-middle {
  vertical-align: middle;
}

.u-pointer {
  cursor: pointer;
}

.u-align-center {
  display: flex;
  align-items: center;
}

.u-justify-right {
  display: flex;
  justify-content: flex-end;
}

@media print {
  .u-hide-on-print {
    display: none;
  }
}

.u-indent-sn {
  text-indent: -0.5em;
}

.u-ml-s {
  margin-left: 0.5em;
}

.u-ml-m {
  margin-left: 1em;
}

.u-ml-l {
  margin-left: 1.5em;
}

.u-block {
  display: block;
}
/*セミナーページ、写真追加できるよう修正*/
.newBox{
  clear:both;
  margin-bottom:0px;
}
.newBox img{
  clear:both;
  margin:0 30px 0px 0;
  width: 200px;
}

.clearfix {
  content: '';
  clear: both;
  display: block;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.floatL{
  float:left
}
@media only screen and (max-width: 47.9375em){
  .newBox img{
  clear:both;
  margin: 0 00px 30px 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
.navBannerImg {
    display: block;
}
.p-price-package-result {
    min-width: auto;
    padding: 22px 20px 55px;
}
.p-price-package-result__col-1 {
    flex: 0 1 40%;
}
.p-price-package-result__col-2 {
    flex: 0 1 60%;
}
#priceEnterprise .p-price-package-result {
    min-width: 440px;
    padding: 22px 20px 55px;
}
.p-price-package-result__col-1 {
    flex: 0 1 40%;
}
.p-price-package-result__col-2 {
    flex: 0 1 60%;
}
.p-price-package-result__col-3 {
    flex: 0 1 40%;
}
}
/*   inline-flex非対応デバイス対策 ここから　*/
@media print, screen and (min-width: 48em) {
.p-inquiry-example__img .-column {
    flex-wrap: wrap;
    display: flex;
}
.p-inquiry-example__img .-column img {
	max-height: min-content;
	display: block;
	padding-bottom: 20px;
}


}
@media screen and (max-width: 1024px){
.documentCont .c-line {
    top: 98px;
}
.document .l-form-3__left-top{
    margin-top: 0px;
    width: 100%;
    font-size: 15px;
}
  .document .l-form-3__right{
    margin-top: 0px;
    width: 100%;
    margin-left: 60px;
}

}
@media only screen and (max-width: 47.9375em){
  .p-inquiry-example__img .-column {
    /* display:  block !important; */
}
.p-inquiry-example__img .-column img {
	max-height: min-content;
	display: block;
	float: left;
	padding-bottom: 20PX;
}
.document .l-form-3__right{
  margin-top:20px;
  position: static;
  width: 100%;
  margin-left: 0;
}

}
/*   inline-flex非対応デバイス対策 ここまで　*/
@media only screen and (max-width: 47.9375em) {
.p-cta__bottom-box {
    width: 100%;
}
.p-cta__bottom-head{
  
padding: 0px 20px 0px;
}
}

/*-----------------------------
priceトップ用css追加 20210618
-----------------------------*/
/*Webでお申込みに追加したボタン*/
.cld_ptn .c-link-block{
padding: 11px 16px;}
.btn_cld{
  /* margin-top:5%; */margin-bottom: 3%;grid-area: step-btn-cld;
}
.btn_ptn{
    grid-area: step-btn-ptn;
}

@media only screen and (max-width: 47.9375em) {
  .btn_cld a,.btn_ptn a{
    font-size:12px;
  }
}
@media print, screen and (min-width: 80em) {
.cld_ptn .p-steps__step.-s {height: 270px;grid-template: none;} 
.cld_ptn .p-steps__step.-s:not(:first-child)::before {
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    }
.cld_ptn .p-steps__step.-s:not(:last-child)::after {
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    }

}
.p-topics-info{
  padding: 0 3.125%;
  /* background: #f2f6ff; */
}
.p-topics-info__inner{
    max-width: 1236px;
    margin: 0 auto;
    padding: 30px 0 0px;
}
.p-topics-info__section{
  display:none;
}
.p-topics-info__head {
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 14px; */
    display: flex;
    justify-content: space-between;
}
.p-topics-info__head .main {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
}
.p-topics-info__head .link {
    font-size: 16px;
    font-size: 1rem;
}

.p-topics-info__body {
    margin-top: 10px;
}
.p-topics-news {
    display: flex;
    flex-wrap: wrap;
}
.p-topics-news a{
  flex: auto;
  display: flex;
  margin-right: 2%;
}
.p-topics-news a:hover{
  opacity:0.65;
}
.p-topics-news a:hover .p-topics-news__body-heading {
  text-decoration: underline;
}
.p-topics-news a:nth-of-type(3){
  margin-right: 0%;
}
.p-topics-news__el {
    /* width: 100%; */
    margin-right: 0%;
    background-color: #ffffff;
    padding: 20px 18px 17px 18px;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
    flex: 1;
    box-shadow: 0px 0px 8px #eaeaea;
    -moz-box-shadow: 0 1px 6px #eaeaea, 0 3px 12px #eaeaea; /* Firefox */
    -webkit-box-shadow: 0 1px 6px #eaeaea, 0 3px 12px #eaeaea; /* Safari and Chrome */
}
.p-topics-news a:nth-of-type(3) {
    margin-right: 0%;
}
.p-topics-news__picture {
    display: block;
    margin-bottom: 12px;
    margin-right: 18px;
    max-width: 90px;
    flex-shrink: 0;
}
.p-topics-news__picture img {
    max-height: 106px;
    max-width: 100%;
    width: 100%;
}
.p-topics-news__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: auto;
}
.p-topics-news__body-heading {
    margin-bottom: 0px !important;
    line-height: 1.6;
    font-size: 13px;
    /* white-space: nowrap; */
    display: block;
    width: 100%;
}
.p-topics-news__date {
    word-break: break-all;
    /* padding-top: 0.2rem; */
    color: #474747;
    /* text-align: right; */
    display: inline;
    margin: 0 6px 4px 0;
    font-size: 14px;
}
.p-topics-news__tag {
    display: inline;
    margin: 0 0px 4px 0;
}
.p-topics-news__tag span {
    display: flex;
    background: #e5e5e5;
    padding: 4px 8px 2px;
    min-width: auto;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.0;
    font-size: 12px;
    color: #474747;
    /* border-radius: 30px; */
}

@media print, screen and (min-width: 48em){
.p-topics-info__inner {
    padding: 30px 0 0px;
}
.p-topics-info__body {
    /* margin-top: 39px; */
}
.p-topics-news {
  flex-wrap: nowrap;
  width: calc(100%);
  justify-content: space-between;
}
.p-topics-news a {
    flex: 1;
}
.p-topics-news__el {
    margin-bottom: 10px;
    /* margin-right: 4%; */
}
.p-topics-news__picture {
    /* max-height: 95px; */
    margin-bottom: 0px;
}

.p-topics-news__picture {
    max-width: 60px;
}

.p-topics-news__body {
    margin-bottom: 0px !important;
}
.p-topics-news__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.p-topics-news__tag {
    /* float: left; */
    -ms-grid-column: 3;
}
.p-topics-news__tag span {
    width: 100%;
}
.p-topics-news__tag span {
    display: inline;
}
.p-topics-news__body-heading {
    /* margin-bottom: 0px !important; */
}
}
@media print, screen and (min-width: 61.25em){
  .p-topics-news__picture {
    max-width: 80px;
    margin-bottom: 0px;
}
.p-topics-news__body {
    /* width: calc(100% - 80px); */
}
}

@media print, screen and (min-width: 80em){
  .p-topics-news__picture {
    max-width: 160px;
    margin-bottom: 0px;
}
.p-topics-news__body {
    width: auto;
}
}
.trial_att {
  padding: 10px;
  background: #F2F2F2;
}
.l-form-1__left-bottom img {
    margin: 0 auto;
}
.document .sp{
  display:none;
}

@media screen and (max-width: 767px){
  .document .l-form-3 {
    display: flex;
    align-items: flex-start;
    grid-template: none;
    gap: inherit;
    flex-wrap: wrap;
    padding: 0 3.125%;
}
}
@media screen and (max-width: 480px){
.documentCont .c-line {
    top: 120px;
    display: none;
}
.document .l-form-3__left-top,.document .l-form-3__right{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.document .l-form-3__right{
    margin-top: 20px;
}
.p-form-1 iframe {
    height: 800px;
}
  .document .l-form-3 {
    display: flex;
    align-items: flex-start;
    grid-template: none;
    gap: inherit;
    flex-wrap: wrap;
    padding: 0;
}
.document .l-form-3 > div:nth-of-type(1) {
    order: 1;
    padding: 0 3.125%;
}
.document .l-form-3 > div:nth-of-type(2) {
    order: 3;
}
.document .l-form-3 > div:nth-of-type(3) {
    order: 2;
      padding: 0 3.125%;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(1) {
  order: 1;

}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(2) {
  order: 2;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(3) {
  order: 3;
  display: none;
}
.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(1) {
  order: 3;
}

.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(2) {
  order: 1;

}
.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(3) {
  order: 2;
  display: block;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(4) {
  order: 4;
  display: none;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(5) {
  order: 5;
  display: none;
}
  .documentCont .sp {
  order: 4 !important;
  display: block;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(1) {
  order: 1;
  display: none;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(2) {
  order: 2;
  display: none;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(3) {
  order: 3;
  display: block;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(4) {
  order: 4;
  display: block;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(5) {
  order: 5;
  display: block;
}
 .documentCont._mail .l-form-3__left-top > div:nth-of-type(1) p.-pc_l + .l-block {
    margin-top: 0px;
}
 .documentCont._mail .l-row__inner.-pb_4{
    padding-top: 0px;
}
  ._mail .document .p-form-1__input-group {
    display: block;
}
  }
.grecaptcha-badge{
  display: none !important;
}
.l-form-3 .easy {
    color: #3550A0;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 4px;
    width: 100%;
    font-size: 20px;
}
.l-form-3 .easy + img{
    margin-bottom: 6px;
    max-width: 100%;
}

.p-links_list01,
.p-links_list02 {
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .p-links_list01,
  .p-links_list02 {
    margin-top: 22px;
  }
}
@media (min-width:420px) {
   .p-links_list01 {
    display: flex;
    margin: 22px -12px 50px;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .p-links_list01 {
    display: flex;
    margin: 10px -12px 50px;
  }
}

.p-links_listItem01 {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #d6dded;
  margin-bottom: 20px;
}

@media (min-width:420px) {
.p-links_listItem01 {
    margin: 0 12px;
    width: calc(33.33% - 24px);
}
}
@media (min-width: 768px) {
  .p-links_listItem01 {
    margin: 0 12px;
    /* border-radius: 0 0 3px 3px; */
    width: calc(33.33% - 24px);
  }
}

.p-links_listItem01 + .p-links_listItem01 {
  /* margin-top: 8vw; */
}

@media (min-width: 768px) {
  .p-links_listItem01 + .p-links_listItem01 {
    margin-top: 0;
  }
}

.p-links_listItem01 > a {
  display: block;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .p-links_listItem01 > a:hover {
    opacity: 0.7;
  }
  .p-links_listItem01 > a:hover .p-links_icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.p-links_img {
  /* border: 1px solid #fff; */
}
.p-links_img img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.p-links_txt {
  position: relative;
  padding: 2.4vw 10px;
  background: #fff;
  text-align: center;
  font-size: 3.73333vw;
  line-height: 1.4;
  font-weight: bold;
}
.p-links_icon {
  position: absolute;
  top: 0;
  right: 2.66667vw;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 3.33333vw;
  height: 3.33333vw;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;

  --icon_width: 3.33333vw;
  --icon_height: 3.33333vw;
}
@media (min-width:420px) {
.p-links_txt {
    font-size: 14px;
    padding: 2.4vw 19px;
    line-height: 1.4;
}
  .p-links_icon {
  
  --icon_width: 2vw;
    --icon_height: 2vw;
  right: 0.26667vw;
}
}

@media (min-width: 768px) {
  .p-links_txt {
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
  }
}


@media (min-width: 768px) {
  .p-links_icon {
    right: 10px;
    width: 15px;
    height: 15px;

    --icon_width: 15px;
    --icon_height: 15px;
  }
}

.p-links_icon > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: var(--icon_width);
  height: var(--icon_height);
  fill: #372eb2;
}
/*ctaボタン*/
.p-contact-address__body._nowrap{
  flex-wrap: nowrap;
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}
.c-btn._blue {
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.c-btn {
    transition: all 0.3s ease;
}

@media (min-width: 768px){
.c-btn:hover._blue::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-btn:hover::before {
    transition: all 0.4s ease-out;
}
}
.c-btn._shadow {
  box-shadow: 0px 2.66667vw 4vw -2.66667vw #6f6f6f;
}
.c-btn._yellow._shadow {
  box-shadow: 0px 20px 30px -20px #6f6f6f;
}

@media (min-width: 768px) {
  .c-btn._shadow {
    box-shadow: 0px 20px 30px -20px #6f6f6f;
  }
}
.p-contact_item_btn.c-btn,
.p-change_btn.c-btn {
  margin: 1vw 0 1vw;
  border-radius: 5.33333vw;
  width: 58.66667vw;
  height: 10.66667vw;
}

@media (min-width: 768px) {
  .p-contact_item_btn.c-btn,
  .p-change_btn.c-btn {
    margin: 0 0 10px;
    border-radius: 28px;
    width: 320px;
    height: 56px;
  }
.c-btn:hover._shadow {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}
}
.c-btn._blue > a, .c-btn._blue > button {
    color: #fff;
}
.c-btn > a, .c-btn > button, .c-btn .c-btn_icon svg {
    transition: all 0.3s ease;
}
.c-btn > a, .c-btn > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #67b000;
}
.u-font-btn--md {
  font-size: 4vw;
  line-height: 1.06667;
}

@media (min-width: 768px) {
  .u-font-btn--md {
    font-size: 18px;
    line-height: 1.11111;
  }
}

.c-btn_icon._link_arw {
    --icon_width: 3.6vw;
    --icon_height: 3.6vw;
    --icon_rightPos: 3vw;
}
.c-btn_icon._white {
    fill: #fff;
}
@media (min-width: 768px){
.c-btn_icon._link_arw {
    --icon_width: 17px;
    --icon_height: 17px;
    --icon_rightPos: 25px;
}
}
.c-btn > a, .c-btn > button, .c-btn .c-btn_icon svg {
    transition: all 0.3s ease;
}
svg:not(:root) {
    overflow: hidden;
}
.c-btn_icon > svg {
    position: absolute;
    top: 0;
    right: var(--icon_rightPos);
    bottom: 0;
    left: var(--icon_leftPos);
    margin: auto;
    width: var(--icon_width);
    height: var(--icon_height);
}
/*banner 23.06.30.*/
.newbanner{
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 6px auto 50px;
  background-repeat: no-repeat;
  padding: 20px 20px 20px;
  border: 1px solid #CBCBCB;
  background-size: contain;
  border-radius: 0;
}

.newbanner#trialB{
  background-image: url(/document/img/form_bg.png);
}
.newbanner#seminarB{
  background-image: url(/document/img/form_bg.png);
}
.newbanner#documentB{background: none;flex-wrap: nowrap;border: navajowhite;padding: 0px 0;}
.newbanner#documentB .cont{
  display: block;
  width: 33.3%;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #CBCBCB;
  padding: 20px;
  border-radius: 6px;
  font-weight: bold;
  height: 300px;
  text-decoration: none;
}
.newbanner#documentB .cont:hover{
  opacity:0.75;
  text-decoration: underline;
}
.newbanner#documentB .imgCont{
  width: 100%;
  margin-bottom: 10px;
  height: 192px;
}
.newbanner#documentB .imgCont img{
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.newbanner img:nth-of-type(1){width: 380px;}
.newbanner#seminarB img:nth-of-type(1){width: 412px;}
.newbanner img:nth-of-type(2){max-width: 170px;}
.newbanner .subCont{
  font-weight:bold;
  text-align: center;
}
.newbanner .subCont p span{
  color: #333333;
}
.newbanner .subCont p{
  margin-bottom: 7px;
}
@media (max-width: 63.75em) and (min-width: 48em){
.newbanner#documentB .cont {
    height: 280px;
}
 .newbanner#documentB .imgCont{
  height: 162px;
}
.newbanner#trialB, .newbanner#seminarB {
    background-position: -240px top;
    gap: 20px;
    background-size: 400px;
    margin: 0 auto 30px;
}
}
@media only screen and (max-width: 47.9375em) {
.newbanner{
  flex-wrap: wrap !important;
}
.newbanner#trialB,
.newbanner#seminarB  {
  background-position: -240px top;
  gap: 20px;
  background-size: 400px;
  margin: 0 auto 30px;
}
.newbanner img:nth-of-type(1){width: 290px;}
.newbanner#seminarB img:nth-of-type(1){
  width: 322px;
}
.newbanner .subCont{
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newbanner#documentB .cont {
    width: 100%;
    height: auto;
}
.newbanner#documentB .imgCont {
    height: auto;
}
}
form.form td{
  padding: 0 0 18px;
}
.errors,.error{
  color: #f00;
}
.errors label, .error label{
  color: #000 !important;
}
.errors{
  margin:0 0 18px;
}
.value,.value span{
  display: block;
}
.value span{
  display: block;
  margin-bottom: 12px;
}
.hidden {
  display: none !important;
}
.p-form-1__label-text2{
  color:#000000 !important;
}
.form-field label {
    font-size: 14px;
}
.p-form-1__label-text2 {
  margin: 4px 0 8px !important;
}
@media only screen and (max-width: 47.9375em) {
  table.tbl-form {
    width: 100%;
    display: block;
}
    table.tbl-form tbody {
    width: 100%;
    display: block;
}
form.form {
  padding: 30px 10px 51px !important;
}
  .tbl-form tr,.tbl-form th,.tbl-form td{
    width: 100%;
    display: block;
  }
form.form select {
    /*! max-width: 100%; */
    /*! width: 100%; */
    max-width: 100%;
    width: 100%;
    display: block;
}
}
.description a{
  font-weight: normal;
  font-size: 14px;
}
.cat_title{
  background-color:#FEF19E;
  display: inline-block;
  font-weight: bold;
  padding: 6px 17px 3px;
  margin: 0 0 20px;
  border-radius: 16px;
  font-size: 14px;
}
.title{
  border-bottom:1px solid #cccccc;
  padding: 0px 0 3px;
  margin: 0px 0 16px;
  font-weight: bold;
}@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
html {
  font-size: 16px !important;
}
*, *::after, *::before {
    box-sizing: border-box;
}
html.renewal {
  height: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

#page-top {
  position: fixed;
  bottom: 14px;
  right: 28px;
  text-indent: -9999px;
  background: url(/neo/images/client/btn_pagetop.png) top center no-repeat;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#page-top a {
  text-decoration: none;
  width: 48px;
  height: 34px;
  display: block;
}
body.scroll #page-top {
  opacity: 1;
  visibility: visible;
}

.renewal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  color: #333;
    font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .pcShow {
    display: block;
  }
  .spShow {
    display: none !important;
  }
}
@media (orientation: landscape) and (max-width: 767px){
  .pcShow {
    display: none;
  }
  .spShow {
    display: block!important;
  } 
}
fon {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.renewal body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  min-height: 100%;
  color: #000;
}
.btn_back {
    display: block;
    margin: 0 0px 25px auto;
    width: 250px;
    height: 40px;
    background: url(/neo/images/common/ico_arrow06.png) 25px center no-repeat;
    border: 2px solid #3350a2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #3350a2;
    text-align: center;
    line-height: 40px;
    text-indent: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


.renewal h1,
.renewal h2,
.renewal h3,
.renewal h4,
.renewal h5,
.renewal h6 {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: #372eb2;
  font-weight: bold;
}

a:visited {
  /* color: #372eb2; */
}

a:hover {
  /* color: #372eb2; */
  text-decoration: underline;
}

a:active {
  color: #372eb2;
}
/* Reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* width: 100%; */
}

caption,
th {
  text-align: left;
  vertical-align: top;
  width: 220px;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

iframe {
  border: none;
}

fieldset {
  border: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.-new {
  font-size: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #fef712),
    color-stop(80%, #fef712),
    color-stop(80%, transparent)
  );
  background: linear-gradient(
    transparent 50%,
    #fef712 50%,
    #fef712 80%,
    transparent 80%
  );
  line-height: 1.3;
  margin-left: 3px;
  /* vertical-align: top; */
}

/* ==========================================================================
Layout
========================================================================== */
.l-block.-lv1 {
  margin-top: 4px;
}

.l-block.-lv2 {
  margin-top: 8px;
}

.l-block.-lv3 {
  margin-top: 12px;
}

.l-block.-lv4 {
  margin-top: 30px;
}

.l-block.-lv5 {
  margin-top: 32px;
  clear: both;
}
.l-block.-lv6 {
  margin-top: 52px;

}

.l-block.-lv7 {
  margin-top: 84px;
}

.l-block.-lv8 {
  margin-top: 136px;
}

@media print, screen and (min-width: 48em) {
  .l-block.-pclv1 {
    margin-top: 4px;
  }
  .l-block.-pclv2 {
    margin-top: 8px;
  }
  .l-block.-pclv3 {
    margin-top: 12px;
  }
  .l-block.-pclv4 {
    margin-top: 20px;
  }
  .l-block.-pclv5 {
    margin-top: 32px;
  }
  .l-block.-pclv6 {
    margin-top: 52px;
  }
  .l-block.-pclv7 {
    margin-top: 84px;
  }
  .l-block.-pclv8 {
    margin-top: 136px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-block.-splv1 {
    margin-top: 4px;
  }
  .l-block.-splv2 {
    margin-top: 8px;
  }
  .l-block.-splv3 {
    margin-top: 12px;
  }
  .l-block.-splv4 {
    margin-top: 20px;
  }
  .l-block.-splv5 {
    margin-top: 32px;
  }
  .l-block.-splv6 {
    margin-top: 52px;
  }
  .l-block.-splv7 {
    margin-top: 84px;
  }
  .l-block.-splv8 {
    margin-top: 136px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-block.-pc100 {
    margin-top: 100px;
  }
  .l-block.-pc110 {
    margin-top: 110px;
  }
}

.l-custom-block.-type_1 {
  margin-top: 26px;
}
@media print, screen and (min-width: 48em) {
  .l-custom-block.-type_1 {
    margin-top: 40px;
  }
}
#link_plicense,#link_supports,#link_plicense_table{
    margin-top: -62px;
    padding-top: 94px;
}
#price-small #webmtg{
    margin-top: -62px;
    padding-top: 114px;
}
#nenkan_s{
    margin-top: -60px;
    padding-top: 90px;
}
.l-flow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25em;
  margin-top: -6px;
}
@media print, screen and (min-width: 48em) {
  .l-flow {
    margin-top: -3px;
  }
}
.l-flow > * {
  margin-top: 6px;
  margin-left: 1.25em;
}
@media print, screen and (min-width: 48em) {
  .l-flow > * {
    margin-top: 3px;
  }
}

.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__bottom > .l-footer__inner {
    padding-top: 34px;
  }
}

.l-footer__top {
  padding: 0 3.125% 39px;
  color: #fff;
  background: #3350a2;
}
@media print, screen and (min-width: 48em) {
  .l-footer__top {
    padding: 0 3.125% 59px;
  }
}

.l-footer__bottom {
  padding: 0 3.125%;
}

.l-footer__sitemap {
  margin-top: 21px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__sitemap {
    display: flex;
    margin-left: -20px;
  }
}

.l-footer__sitemap-col {
  background: #324b93;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-col {
    padding: 30px 35px 24px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__sitemap-col {
    margin-left: 20px;
    flex: 1 1 0px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.l-footer__sitemap-col.-right {
  margin-top: 10px;
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__sitemap-col.-right {
    margin-top: 0;
  }
}

.l-footer__sitemap-heading {
  font-size: 12px;
  padding: 18px 35px 18px 10px;
}
.l-footer__sitemap-heading span {
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__sitemap-heading {
    position: relative;
  }
  .l-footer__sitemap-heading::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url(/neo/images/common/mod_img_sprite.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 160px auto;
    background-position: 0 -110px;
    right: 10px;
  }
  .l-footer__sitemap-heading.open::after {
    background-position: 0 0;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-heading {
    font-size: 13px;
    padding: 0;
  }
  .l-footer__sitemap-heading span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sitemap-body {
    overflow: hidden;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    height: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-body {
    margin-top: 12px;
  }
  .l-footer__sitemap-body.-mt_l {
    margin-top: 20px;
  }
}

.l-footer__sitemap-body-inner {
  padding: 5px 19px 20px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__sitemap-body-inner {
    padding: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__category {
    display: flex;
  }
}

.l-footer__category-heading {
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .l-footer__category-heading {
    font-size: 18px;
  }
}

.l-footer__category-col.-right {
  margin-top: 35px;
}

@media print, screen and (min-width: 48em) {
  .l-footer__category-col {
    flex: 1 1 0px;
  }
  .l-footer__category-col.-right {
    margin-top: 0;
  }
  .l-footer__category-col.-left {
    padding-right: 1em;
  }
}

.l-footer__links {
  margin-top: -5px;
}
.l-footer__links.-col-2 {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__links.-col-2 > .l-footer__link {
  width: 50%;
}

.l-footer__link {
  font-size: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__link {
    font-size: 13px;
  }
}
.l-footer__link a {
  color: #fff;
  text-decoration: underline;
}
.l-footer__link.-mt_l {
  margin-top: 19px;
}

.l-footer__section-heading {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__section-heading {
    font-size: 22px;
  }
}

.l-footer__products-series {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__products-series {
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: -7px;
  }
}

.l-footer__products-product {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__products-product {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer__products-product {
    margin-top: 0;
    width: auto;
    margin-left: 7px;
    flex: 1 1 0px;
  }
}

.l-footer__products-link {
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 12px 0;
  background: #2f478d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.l-footer__products-link span {
  display: block;
}
.l-footer__products-link .ttl1 {
  font-size: 11px;
}
.l-footer__products-link .ttl2 {
  font-size: 12px;
}
.l-footer__products-link .ttl3 {
  font-size: 12px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__products-link {
    padding: 25px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer__products-link:hover {
    background: #ffffff;
    color: #3350a2;
  }
  .l-footer__products-link .ttl1 {
    font-size: 12px;
  }
  .l-footer__products-link .ttl2 {
    font-size: 18px;
  }
  .l-footer__products-link .ttl3 {
    font-size: 12px;
  }
}

.l-footer__social-links {
  display: flex;
  justify-content: center;
}
.l-footer__social-links img {
  display: block;
  max-width: 100%;
}

.l-footer__social-link + .l-footer__social-link {
  margin-left: 25px;
}

.l-footer__indent {
  padding-left: 1.5em;
}

.l-footer__sub-heading {
  font-size: 14px;
  font-weight: 700;
}

.l-footer__utility-in {
  display: none;
}

.l-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__bottom-links {
    margin-top: -4px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__bottom-links {
    flex-wrap: nowrap;
    margin-left: 0;
    justify-content: flex-end;
  }
}

.l-footer__bottom-link {
  margin-left: 15px;
  font-size: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__bottom-link {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-top: 4px;
  }
}
.l-footer__bottom-link a {
  padding-left: 12px;
  background: url(/neo/images/client/ico_arrow02.png) 0 center no-repeat;
  color: #333333 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .l-footer__bottom-link a:hover {
    color: #999999;
    text-decoration: underline;
  }
}

.l-footer__copyright {
  color: #333333;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .l-footer__copyright {
    text-align: right;
  }
}
.l-footer__copyright small {
  font-size: 9px;
}
@media print, screen and (min-width: 48em) {
  .l-footer__copyright small {
    font-size: 11px;
  }
}

.l-form-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template:
    'form1-left-top' auto
    'form1-right' auto
    'form1-left-bottom' auto
    / 1fr;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-1 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template: 'form1-left-top form1-right' auto 'form1-left-bottom form1-right' 1fr/0.72727fr 1fr;
    gap: 0 60px;
  }
}

.l-form-1__left-top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: form1-left-top;
}

.l-form-1__left-bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: form1-left-bottom;
  margin-top: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-1__left-bottom {
    margin-top: 0;
  }
}

.l-form-1__right {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: form1-right;
  margin-top: 40px;
}

@media print, screen and (min-width: 61.25em) {
  .l-form-1__left-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-form-1__left-bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-form-1__right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-form-1__right {
    margin-top: 0;
  }
}

.l-form-2 {
  display: flex;
  /* flex-direction: column-reverse; */
  flex-wrap: wrap;
}
.l-form-2 > div {
  margin:0 auto;
  width:80%;
}
#form > div{
  
border-top: 1px solid #cccccc;
  
margin-top: 38px;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-2 {
  }
}

.l-form-2__left {
  margin-top: 52px;
}
@media print, screen and (min-width: 61.25em) {
  .l-form-2__left {
    margin-top: 0;
    grid-area: form2-left;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-form-2__right {
    grid-area: form2-right;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-form-2__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-form-2__right {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

#inquiry .l-form-3 {
  display: flex;
  flex-wrap: wrap;
}
.l-form-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template:
    'form3-left-top' auto
    'form3-right' auto
    'form3-left-bottom' auto
    / 1fr;
}
#inquiry .l-form-3 > div:nth-of-type(1) {
  order: 1;
  padding: 0 3.125%;
}
#inquiry .l-form-3 > div:nth-of-type(2) {
  order: 3;
  padding: 0 3.125%;
  display: none;
}
#inquiry .l-form-3 > div:nth-of-type(3) {
  order: 2;
  margin: 20px auto 0;
  width: 100%;
}
#inquiry .l-form-3 > div:nth-of-type(4) {
    order: 4;
    display: block;
    padding: 0 3.125%;
}
#inquiry .l-form-3 > div:nth-of-type(5) {
    order: 5;
}


@media print, screen and (min-width: 61.25em) {
  .l-form-3 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template:
      'form3-left-top form3-right' auto
      'form3-left-bottom form3-right' 1fr/0.72727fr 1fr;
    gap: 0 60px;
    display: -ms-grid;
    display: grid;
  }
  #inquiry .l-form-3 {
    display: -ms-grid;
    display: grid;
    grid-template:
        'form3-right form3-left-top' auto
        'form3-right form3-left-bottom' 0.72727fr/1fr 1fr;
}
  .document .l-form-3 {
    display: flex;
    align-items: normal;
    grid-template: none;
    justify-content: center;
    gap: 60px;
}
 #inquiry .l-form-3 > div:nth-of-type(4) {
    display: none;
}
}
@media (max-width: 63.75em) and (min-width: 48em){
    .document .l-form-3 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template: none;
    gap: 0;
    display: flex;
  }

  }
@media (orientation: landscape) and (max-width: 767px){
      .document .l-form-3 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 0.72727fr 60px 1fr;
    grid-template: none;
    gap: 0 30px;
    display: flex;
  }
  }
.l-form-3__left-top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: form3-left-top;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) {
  display: flex;flex-wrap: wrap;
}

.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) p.-pc_l {
  display: none;
}
.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) p.-pc_l + .l-block {margin-top: -12px;}
.l-form-3__left-top > div:nth-of-type(2) {

}
#inquiry .l-form-3__left-top > div:nth-of-type(3) {display: none;}
#inquiry .l-form-3__left-top > div:nth-of-type(4) {display: none;}
#inquiry .l-form-3__left-top > div:nth-of-type(5) {display: none;}
#inquiry .l-form-3 > div:nth-of-type(4) > div:nth-of-type(3) {
  display: block;
}

.l-form-3__left-bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: form3-left-bottom;
  margin-top: 40px;
}
@media print, screen and (min-width: 61.25em) {
#inquiry .l-form-3__left-top > div:nth-of-type(3) {display: block;}
#inquiry .l-form-3__left-top > div:nth-of-type(4) {display: block;}
#inquiry .l-form-3__left-top > div:nth-of-type(5) {display: block;}

  .l-form-3__left-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.l-form-3__right {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: form3-right;
  margin-top: 20px;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on{
    position: fixed;
}
.document .l-block.-lv4{
  clear:both;
  width: 100%;
  /* margin-top: 0; */
}
.document ._blueCont{
  background:#f2f6ff;
  padding: 20px 20px 17px;
}
.document ._blueCont p{
  margin-bottom:6px;
}
.document ._blueCont h2{
  margin-bottom:6px;
}
.document ._blueCont ul li {
  position:relative;
  margin-left: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.document ._blueCont ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #314da4;
  border-bottom: 2px solid #314da4;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 61.25em) {
  .l-form-3__left-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .document .l-form-3__left-top {
    width: 40%;
  }
  .l-form-3__left-bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-form-3__right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-form-3__right {
    margin-top: 0;
  }
  #inquiry .l-form-3 > div:nth-of-type(3) {
    margin: 0px auto 0;
}
}

.l-full-height-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-full-height-container__item.-push {
  flex-grow: 1;
}

.l-header {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  max-width: 100%;
}
.l-header button {
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
}
.browser-is-ie .l-header button {
  overflow: visible;
}
.l-header address {
  font-style: normal;
}
body.rh-factor .navBannerImg{
    width: 1330px;
    margin: 0px 0 15px;
}
.navBanner{
  background: #d6e1f9;
}
body.rh-factor .navBanner{
  padding: 0 24px;
}
.navBannerImg {
    max-width: 100%;
    margin: 0px auto 0px;
    display: none;
    padding: 0px 0px 20px;
}

.navBannerImg.consultation {
    padding: 20px 0px 20px;
}
.navBannerImg._sp  {
    max-width: 768px;
    margin: 0px auto 0px;
    display: block;
    padding: 10px 0;
}
.l-header__top {
  background: #314da4;
  padding: 0 0 0 15px;
  height: 30px;
  color: #fff;
}

.l-header__top-inner {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.l-header__top-block {
  display: flex;
}

.l-header__top-separator {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin: auto 10px;
}

.l-header__top-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 0 10px;
  position: relative;
}
.l-header__top-item:hover {
  background: #192f75;
}
.l-header__top-item.open {
  background: #192f75;
}
.l-header__top-item.-no-hover:hover {
  background: inherit;
}

.l-header__top-item-dropdown {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__top-item-dropdown {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: auto;
    height: auto;
    background: #192f75;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  .open .l-header__top-item-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-header__top-item:last-of-type .l-header__top-item-dropdown {
    right: 0;
    left: auto;
    width: 310px;
}
  .l-header__top-item-dropdown.-right {
    left: auto;
    right: 0;
  }
  .l-header__top-item-dropdown.-yellow {
    background: #fef712;
  }
}
body.rh-factor .l-header__top-item-dropdown {
  position: fixed;
  top: 160px;
  height: 0;
}
body.rh-factor .l-header__top-item-dropdown.-yellow {
  background: white;
}

.l-header__top-item-dropdown-inner {
  padding: 13px 0;
}
body.rh-factor .l-header__top-item-dropdown-inner {
  padding: 41.6px 0;
}
.-yellow .l-header__top-item-dropdown-inner {
  background: #fef712;
}
@media print, screen and (min-width: 61.25em) {
  .-yellow .l-header__top-item-dropdown-inner {
    background: inherit;
  }
}
body.rh-factor .-yellow .l-header__top-item-dropdown-inner {
  background: #fef712;
}

.l-header__top-item-dropdown-link {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__top-item-dropdown-link:hover {
  background: #304483;
}
.l-header__top-item-dropdown-link.-yellow {
  color: #314da4;
}
.l-header__top-item-dropdown-link.-yellow:hover {
  background: #fef712;
}
.l-header__top-item-dropdown-link:link,
.l-header__top-item-dropdown-link:visited {
  color: #fff;
}
.l-header__top-item-dropdown-link._img {
  text-align: center;
  margin: 10px 0;

}
.l-header__top-item-dropdown-item:last-of-type .l-header__top-item-dropdown-link:hover {
    background: #192f75;
}
.l-header__top-item-dropdown-link._img img {
  max-width: 200px;
}
.l-header__top-item-dropdown-link._img img:hover {
  opacity:0.7;
}
.l-header__top-item-dropdown-link.-yellow:link,
.l-header__top-item-dropdown-link.-yellow:visited {
  color: #314da4;
}
body.rh-factor .l-header__top-item-dropdown-link {
  font-size: 44.8px;
}

.l-header__top-item-dropdown-link-inner {
  display: block;
  padding: 4px 18px;
  font-size: 14px;
}
.l-header__top-item-dropdown-sub-items .l-header__top-item-dropdown-link-inner {
  padding: 0 18px 4px 35px;
}
body.rh-factor .l-header__top-item-dropdown-link-inner {
  padding: 12.8px 57.6px;
}

.l-header__top-item-button {
  color: #fff;
}

.l-header__top-item-link {
  color: #fff;
}
.l-header__top-item-link:link,
.l-header__top-item-link:visited {
  color: #fff;
}

.l-header__top-address {
  display: flex;
}

.l-header__top-address-tel {
  /* align-items: center; */
  font-family: Roboto, sans-serif;
  margin-left: auto;
}
.l-header__top-item-dropdown-item span span {
    font-size: 16px;
    margin-right: 35px;
}
.l-header__top-address-tel li a {
  font-size: 16px;
  color:#fff;
}
.l-header__top-address-tel::before {
  display: inline-block;
  content: '';
  width: 1.125em;
  height: 1.125em;
  margin-right: 4px;
  background-image: url(/neo/common/img/icon_tel-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /* font-size: 12px; */
  background-position: 0 2px;
}

.l-header__top-address-item {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-style: normal;
}
.l-header__top-address-item:first-child {
  margin-left: 0;
}

.l-header__bottom {
  position: relative;
  padding-left: 3.125%;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom {
    height: 60px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    padding-left: 15px;
  }
  body.scroll .l-header__bottom {
    height: 40px;
  }
}
body.rh-factor .l-header__bottom {
  height: 160px;
}

.l-header__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.l-header__bottom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f2f6ff;
  -webkit-overflow-scrolling: touch;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown {
    padding: 0 15px;
    height: auto;
    overflow-y: auto;
  }
}
body.rh-factor .l-header__bottom-dropdown {
  padding: 0px 0 0px;
  height: 0;
  overflow: auto;
}

.l-header__bottom-dropdown-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  top: 30px;
  right: 20px;
}
.l-header__bottom-dropdown-close button {
  width: 100%;
  height: 100%;
  background-image: url(/neo/common/img/icon_circle-close_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.l-header__bottom-dropdown-close button:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-header__bottom-dropdown-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-inner {
    padding: 32px 00px 048px;
    margin: 0 auto;
  }
}
body.rh-factor .l-header__bottom-dropdown-inner {
  max-width: none;
  padding: 0 48px;
}

.l-header__bottom-dropdown-heading-1 {
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0 16px;
  cursor: pointer;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-heading-1 {
    cursor: initial;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(49, 77, 164, 0.15);
    margin-bottom: 17px;
  }
}

.l-header__bottom-dropdown-heading-2 {
  font-size: 16px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-heading-2 {
    font-size: 14px;
  }
}

.l-header__bottom-dropdown-body {
  margin-left: 21px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-body {
    margin-left: 0;
  }
}

.l-header__bottom-dropdown-content::after {
  content: '';
  height: 1px;
  width: -webkit-calc(100% + 15px * 2);
  width: calc(100% + 15px * 2);
  display: block;
  margin: 0 -15px;
  background: #dbe0eb;
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-content {
    display: none;
  }
  .l-header__bottom-dropdown-content.current {
    display: block;
  }
  .l-header__bottom-dropdown-content::after {
    display: none;
  }
}

@media print, screen and (min-width: 61.25em) {
  body.rh-factor .l-header__bottom-dropdown-content {
    display: block;
  }
  body.rh-factor .l-header__bottom-dropdown-content::after {
    display: block;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-columns {
    display: flex;
    margin-left: -20px;
  }
}

.l-header__bottom-dropdown-column:last-child {
  padding-bottom: 9px;
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-column {
    flex: 1 1 auto;
    margin-left: 20px;
  }
}

.l-header__bottom-dropdown-block {
  margin-top: 7px;
}
.l-header__bottom-dropdown-block:first-child {
  margin-top: 0;
}
.l-header__bottom-dropdown-block.-mt_l {
  margin-top: 14px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-block.-mt_l {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-section {
    margin-top: 12px;
  }
  .l-header__bottom-dropdown-section:first-child {
    margin-top: 0;
  }
}

.l-header__bottom-dropdown-link {
  font-size: 14px;
  color: #314da4;
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-link {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
}
.l-header__bottom-dropdown-link:hover {
  text-decoration: underline;
}
.l-header__bottom-dropdown-link:link,
.l-header__bottom-dropdown-link:visited {
  color: #314da4;
}

.l-header__bottom-dropdown-items.-mt {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__bottom-dropdown-items.-mt {
    margin-top: 5px;
  }
}

.l-header__nav-items {
  display: flex;
  height: 100%;
}

.l-header__nav-item {
  padding: 0 15px;
  font-size: 14px;
  position: relative;
}
@media print, screen and (min-width: 61.25em) {
  .l-header__nav-item {
    font-size: 15px;
  }
  body.rh-factor .navBannerImg {
    max-width: 100%;
    margin: 0px auto 0px;
    display: block;
}
}
body.rh-factor .l-header__nav-item {
  font-size: 44.8px;
  padding: 0 48px;
}
.l-header__nav-item.-trial {
  background: #fef712;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__nav-item.-trial:hover {
      opacity: 0.65;
}


.l-header__nav-item-button.open {
  color: #314da4;
}

.l-header__nav-item-button:hover {
  color: #314da4;
}
.l-header__nav-item-button:hover > .c-dropdown-icon::after {
  border-color: #314da4;
}

.l-header__nav-item-button::after {
  content: '';
  width: 16px;
  height: 16px;
  background: #f2f6ff;
  position: absolute;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
  transform: translate(-50%, 55%) rotate(45deg);
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.l-header__nav-item-button.open::after {
  visibility: visible;
  opacity: 1;
}

.-trial .l-header__nav-item-button {
  color: #314da4;
  font-weight: 700;
  padding: 0 15px;
}
.-trial .l-header__nav-item-button.open {
  color: #314da4;
}
.-trial .l-header__nav-item-button::after {
  display: none;
}

.l-header__nav-item-button {
	display: flex;
	align-items: center;
	height: 100%;
}

.l-header__nav-item-link {
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.l-header__nav-item-link:hover {
  color: #314da4;
}
.l-header__nav-item-link:link,
.l-header__nav-item-link:visited {
  color: #000;
}
.l-header__nav-item-link:link:hover,
.l-header__nav-item-link:visited:hover {
  color: #314da4;
}

.l-header__logo {
  height: 100%;
}

.l-header__logo-inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.l-header__logo-img {
  width: 90px;
}
@media print, screen and (min-width: 40.0625em) {
  .l-header__logo-img {
    width: 120px;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-header__logo-img {
    height: 30px;
    width: auto;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  body.scroll .l-header__logo-img {
    height: 20px;
  }
}
body.rh-factor .l-header__logo-img {
  width: 288px;
  height: auto;
}

.l-header__sp-menu-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  width: 40px;
  position: relative;
}
.l-header__sp-menu-button::after {
  content: '';
  width: 8.48px;
  height: 8.48px;
  background: #f2f6ff;
  position: absolute;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
  transform: translate(-50%, 55%) rotate(45deg);
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.l-header__sp-menu-button.open::after {
  visibility: visible;
  opacity: 1;
}
body.rh-factor .l-header__sp-menu-button {
  width: 148px;
}

.l-header__sp-menu-button-icon {
  position: relative;
  height: 16px;
  width: 21px;
  margin: 6px auto 2px;
}
.l-header__sp-menu-button-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #314da4;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.rh-factor .l-header__sp-menu-button-icon span {
  height: 6.4px;
}
.l-header__sp-menu-button-icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #314da4;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.rh-factor .l-header__sp-menu-button-icon::before {
  height: 6.4px;
}
.l-header__sp-menu-button-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #314da4;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.rh-factor .l-header__sp-menu-button-icon::after {
  height: 6.4px;
}
.open .l-header__sp-menu-button-icon span {
  opacity: 0;
}
.open .l-header__sp-menu-button-icon::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.open .l-header__sp-menu-button-icon::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
body.rh-factor .l-header__sp-menu-button-icon {
  height: 51.2px;
  width: 67.2px;
  margin: 19.2px auto 6.4px;
}

.l-header__sp-menu-button-text {
  font-size: 9px;
  color: #314da4;
}
.l-header__sp-menu-button-text.-text-open {
  display: none;
}
.open .l-header__sp-menu-button-text.-text-open {
  display: block;
}
.open .l-header__sp-menu-button-text.-text-closed {
  display: none;
}
body.rh-factor .l-header__sp-menu-button-text {
  font-size: 26.8px;
}

.l-header__bottom-dropdown-sp-heading {
  display: block;
  cursor: pointer;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000 !important;
}
body.rh-factor .l-header__bottom-dropdown-sp-heading {
  font-size: 57.6px;
  padding-top: 22.8px;
  padding-bottom: 22.8px;
}

.l-header__bottom-dropdown-footer {
  background: #d6e1f9;
  margin: 0 -15px;
  padding: 10px 15px;
  min-height: 60px;
}
body.rh-factor .l-header__bottom-dropdown-footer {
  margin: 0 -48px;
  padding: 32px 48px 32px;
  min-height: 192px;
}

.l-header__bottom-address {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .l-header__bottom-address {
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }
}
body.rh-factor .l-header__bottom-address {
  display: block;
}

.l-header__bottom-address-tel {
    display: inline-flex;
    align-items: baseline;
    font-family: Roboto, sans-serif;
    font-size: 22px;
}
.l-header__bottom-address-tel::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 2px;
  background-image: url(/neo/common/img/icon_tel-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 153%;
  background-position: 0px 3px;
}
body.rh-factor .l-header__bottom-address-tel::before {
  width: 67.2px;
  height: 67.2px;
  margin-left: 12.8px;
}
body.rh-factor .l-header__bottom-address-tel {
  font-size: 70.4px;
}

.l-header__bottom-address-text {
  font-size: 16px;
}
body.rh-factor .l-header__bottom-address-text {
  font-size: 51.2px;
}
body.rh-factor .l-header__bottom-address-item .officeText {
  font-size: 51.2px;
  width: 380px;
}

.l-header__bottom-address-item {
  margin-left: 0px;
}
.l-header__bottom-address-item .officeText{
  width: 105px;
  display: inline-block;
  font-size: 16px;
}
body.rh-factor .l-header__bottom-address-item {
  margin-left: 0;
}

.l-row {
  padding: 0 3.125%;
}
#inquiry .l-row {
  padding: 0;
}
#inquiry.comp .l-row {
  padding: 0 3.125%;
}
#inquiry header {
  padding: 0 3.125% !important;
}
#inquiry header + section {
  padding: 0 3.125% !important;
}
.l-row.-full {
  padding: 0;
}
.l-row.-bg_blue {
  background-color: #f2f6ff;
}
.l-row.-bg_navy {
  background-color: #314da4;
}
.l-row.-bg_gray {
  background-color: #f2f2f2;
}
.documentCont .l-row.-bg_navy {
    background-color: #4160EC;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 9999;
}
.documentCont .fixTitle {
    position: sticky;
    width: 100%;
    top: 34px;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #c0c7dc;
}
.fixedsticky-dummy {
  height:0 !important;
}
.documentCont .c-line{
    position: sticky;
    width: 100%;
    top: 113px;
    z-index: 9999;
    display: block;
}
@media print, screen and (min-width: 48em) {
  .documentCont .fixTitle {
    border-bottom: none;
}
  .documentCont .c-line + section,
#inquiry .c-line + section{
    padding: 0 3.125%;
}
  .l-row.-top-triangle {
    position: relative;
  }
  .l-row.-top-triangle::before {
    content: '';
    width: 42.42px;
    height: 42.42px;
    background: white;
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

.l-row__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-row__inner.-maw_l {
  max-width: 1400px;
}
.l-row__inner.-maw_m {
  max-width: 1200px;
}
.l-row__inner.-maw_s {
  max-width: 1000px;
}
.l-row__inner.-maw_xs {
  max-width: 890px;
}
.l-row__inner.-vp {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp {
    padding: 80px 0;
  }
}
.l-row__inner.-vp_2 {
  padding: 27px 0 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_2 {
    padding: 53px 0 37px;
  }
}
.l-row__inner.-vp_3 {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_3 {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-row__inner.-vp_3 {
    padding: 80px 0 33px;
  }
}
.l-row__inner.-vp_4 {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_4 {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-row__inner.-vp_4 {
    padding: 80px 0 94px;
  }
}
.l-row__inner.-vp_5 {
  padding: 50px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_5 {
    padding: 80px 0;
  }
}
.l-row__inner.-vp_6 {
  padding: 27px 0 60px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_6 {
    padding: 43px 0 108px;
  }
}
.l-row__inner.-vp_7 {
  padding: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-vp_7 {
    padding: 43px 0 80px;
  }
}
.l-row__inner.-pt_1 {
  padding-top: 28px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_1 {
    padding-top: 30px;
  }
}
.l-row__inner.-pt_2 {
  padding-top: 28px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_2 {
    padding-top: 38px;
  }
}
.l-row__inner.-pt_3 {
  padding-top: 28px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_3 {
    padding-top: 60px;
  }
}
.l-row__inner.-pt_4 {
  padding-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_4 {
    padding-top: 60px;
  }
}
.l-row__inner.-pt_5 {
  padding-top: 25px;
}
.l-row__inner.-pt_6 {
  padding-top: 38px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_6 {
    padding-top: 60px;
  }
}
.l-row__inner.-pt_7 {
  padding-top: 15px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_7 {
    padding-top: 45px;
  }
}
.l-row__inner.-pt_8 {
  padding-top: 36px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pt_8 {
    padding-top: 80px;
  }
}
.l-row__inner.-pt_9 {
  padding-top: 20px;
}
.l-row__inner.-pb_1 {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_1 {
    padding-bottom: 73px;
  }
}
.l-row__inner.-pb_2 {
  padding-bottom: 35px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_2 {
    padding-bottom: 80px;
  }
}
.l-row__inner.-pb_3 {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_3 {
    padding-bottom: 110px;
  }
}
.l-row__inner.-pb_4 {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_4 {
    padding-bottom: 100px;
  }
  #inquiry .l-row__inner.-pb_4 {
    padding-bottom: 230px;
  }
}
.l-row__inner.-pb_5 {
  padding-bottom: 34px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_5 {
    padding-bottom: 47px;
  }
}
.l-row__inner.-pb_6 {
  padding-bottom: 38px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_6 {
    padding-bottom: 60px;
  }
}
.l-row__inner.-pb_7 {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner.-pb_7 {
    padding-bottom: 70px;
  }
}
.l-row__inner.-pb_8 {
  padding-bottom: 28px;
}

/* ==========================================================================
Project
========================================================================== */
.p-accordion-label.-when_open {
  display: none;
}
.open .p-accordion-label.-when_open {
  display: block;
}

.p-accordion-label.-when_closed {
  display: block;
}
.open .p-accordion-label.-when_closed {
  display: none;
}

@media print, screen and (min-width: 48em) {

  .p-anchor-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -8px;
    margin-left: -30px;
    margin-top: -8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-anchor-links__item + .p-anchor-links__item {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-anchor-links__item {
    margin-left: 10px;
    margin-top: 8px;
    margin-left: 30px;
    margin-top: 8px;
  }
}

.p-application {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 50px 10px 1fr;
  grid-template:
    'app-img app-head' auto
    'app-img app-body' 1fr
    / 50px 1fr;
  gap: 0 10px;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-application {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template:
      'app-img app-head' auto
      'app-img app-body' 1fr
      / 80px 1fr;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application.-img_s {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 70px 20px 1fr;
    grid-template:
      'app-img app-head' auto
      'app-img app-body' 1fr
      / 70px 1fr;
    gap: 0 20px;
  }
}

.p-application__head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: app-head;
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-application__head {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-application__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: app-body;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-application__body {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-application__desc {
  text-align: justify;
}

.p-application__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: app-img;
}

@media print, screen and (min-width: 48em) {
  .p-application__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-application.-img_s > .p-application__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-application__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-application.-img_s > .p-application__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-application__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-application.-img_s > .p-application__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
.p-application__img img {
  width: 100%;
  display: block;
}

.p-application__tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -5px;
}
@media print, screen and (min-width: 48em) {
  .p-application__tags {
    margin-left: -15px;
  }
}

.p-application__tag {
  background: #ececec;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 7px;
  margin-left: 10px;
  margin-top: 7px;
}
@media print, screen and (min-width: 48em) {
  .p-application__tag {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 15px;
  }
}
.p-application__tag.-yellow {
  background: #fef712;
}

.p-application-case + .p-application-case {
  margin-top: 36px;
}

@media print, screen and (min-width: 48em) {
  .p-application-case {
    display: flex;
  }
  .p-application-case + .p-application-case {
    margin-top: 50px;
  }
}

.p-application-case__tag {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-application-case__heading {
  font-weight: 700;
  margin-top: 18px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-application-case__desc {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 9px;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-case__img {
    flex: 0 0 370px;
  }
}

.p-application-case__img img {
  display: block;
  max-width: 100%;
}

.p-application-case__body {
  margin-top: 23px;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__body {
    margin-top: 0;
    margin-left: 45px;
  }
}

.p-application-case__link {
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-application-case__link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-application-filter__tabs {
  display: flex;
  padding-top: 15px;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__tabs {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__tabs {
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -7px;
    position: relative;
  }
  .p-application-filter__tabs::after {
    width: -webkit-calc(100% - 7px);



    width: calc(100% - 7px);
    height: 1px;
    background: #c0c7dc;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__tabs.-single-row {
    flex-wrap: nowrap;
  }
  .p-application-filter__tabs.-single-row::before {
    display: none;
  }
}

.p-application-filter__tab {
  flex: 0 1 auto;
  background: #f2f6ff;
  color: #314da4;
  padding: 7px 10px;
  position: relative;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #c0c7dc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.p-application-filter__tab::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  background: #c0c7dc;
  right: -9px;
  bottom: -1px;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__tab {
    margin-left: 7px;
    margin-top: 5px;
    width: -webkit-calc(33.333% - 7px);
    width: calc(33.333% - 7px);
  }
  .p-application-filter__tab.-active::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: white;
    bottom: -1px;
    left: 0;
    z-index: 2;
  }
  .-single-row > .p-application-filter__tab {
    width: auto;
  }
}
@media only screen and (max-width: 40em) {
  .p-application-filter__tab {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__tab {
    flex: 1 1 0px;
    padding: 13px 11px;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .p-application-filter__tab:not(.-selected):hover,
  .p-application-filter__tab:not(.active):hover {
    opacity: 0.65;
  }
}
.p-application-filter__tab.-selected,
.p-application-filter__tab.active {
  background: #fff;
  color: #000;
  font-weight: 700;
  border-top: 1px solid #c0c7dc;
  border-right: 1px solid #c0c7dc;
  border-left: 1px solid #c0c7dc;
  border-bottom: 1px solid transparent;
  cursor: default;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__tab + .p-application-filter__tab {
    margin-left: 7px;
  }
}

.p-application-filter__filters-container {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filters-container {
    margin-top: 42px;
  }
}

.p-application-filter__filters {
  display: none;
}
.p-application-filter__filters.-selected,
.p-application-filter__filters.active {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__filters.-selected.-sp_two-col,
  .p-application-filter__filters.active.-sp_two-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filters.-selected,
  .p-application-filter__filters.active {
    display: flex;
    margin-left: -2px;
    flex-wrap: wrap;
    margin-top: -2px;
  }
}


.p-application-filter__filter {
  display: block;
  position: relative;
  background: #f2f6ff;
  color: #314da4;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-filter__filter {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-application-filter__filter + .p-application-filter__filter {
    margin-top: 2px;
  }
  .-sp_two-col .p-application-filter__filter + .p-application-filter__filter {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter {
    margin-left: 2px;
    margin-top: 2px;
    font-size: 16px;
    font-size: 1rem;
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-application-filter__filter {
    width: -webkit-calc(25% - 2px);
    width: calc(25% - 2px);
  }
}
.p-application-filter__filter.-selected,
.p-application-filter__filter.active {
  background: #314da4;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter:hover.active,
  .p-application-filter__filter:hover.-selected {
    opacity: 1;
  }
}

.p-application-filter__radio {
  margin-right: 5px;
}

.p-application-filter__filter-label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 10px;
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  .p-application-filter__filter-label {
    padding: 8px 10px;
  }
}
.-selected > .p-application-filter__filter-label,
.active > .p-application-filter__filter-label {
  cursor: default;
}

.p-application-filter__filter-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-application-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 11px 1fr;
  -ms-grid-columns: 50px 8px 1fr;
  grid-template:
    'app-head-img app-head-heading' auto
    'app-head-body app-head-body' 1fr
    / 50px 1fr;
  gap: 11px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-application-head {
    -ms-grid-rows: auto 11px 1fr;
    -ms-grid-columns: 110px 30px 1fr;
    grid-template:
      'app-head-img app-head-heading' auto
      'app-head-img app-head-body' 1fr
      / 110px 1fr;
    gap: 11px 30px;
  }
}

.p-application-head__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: app-head-img;
}
.p-application-head__img img {
  display: block;
  max-width: 100%;
}

.p-application-head__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: app-head-heading;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-head__heading {
    display: flex;
    align-items: center;
  }
}

.p-application-head__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: app-head-body;
}

@media print, screen and (min-width: 48em) {
  .p-application-head__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-application-head__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-application-head__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-application-history.-sp-mt,
  .p-application-history + .p-application-history {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-history {
    display: flex;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-history__version {
    flex: 0 0 6.5625em;
    padding-right: 0.5em;
  }
}

.p-other-functions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -5px;
}

.p-other-functions__item {
  margin-left: 16px;

  margin-top: 5px;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
}
@media print, screen and (min-width: 48em) {
  .p-other-functions__item {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
  }
}

.p-application-section-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 15px auto 15px 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'application-section-1-head' auto 'application-section-1-img' auto 'application-section-1-body' 1fr/1fr;
  gap: 15px 0;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-1 {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template: 'application-section-1-head application-section-1-img' auto 'application-section-1-body application-section-1-img' 1fr/1fr 1fr;
    gap: 0 60px;
  }
}

.p-application-section-1__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: application-section-1-head;
}

.p-application-section-1__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: application-section-1-img;
  display: flex;
  justify-content: center;
}
.p-application-section-1__img img {
  display: block;
  max-width: 100%;
}

.p-application-section-1__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: application-section-1-body;

}

@media print, screen and (min-width: 48em) {
  .p-application-section-1__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-1__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-1__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 25px auto 25px 1fr;
  -ms-grid-columns: 1fr;
  grid-template:
    'app-summary-head' auto
    'app-summary-img' auto
    'app-summary-body' 1fr
    / 1fr;
  gap: 25px 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-application-summary {
    -ms-grid-rows: auto 19px 1fr;
    -ms-grid-columns: 600fr 30px 570fr;
    grid-template: 'app-summary-head app-summary-img' auto 'app-summary-body app-summary-img' 1fr/600fr 570fr;
    gap: 19px 30px;
  }
}

.p-application-summary__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: app-summary-img;
}
.p-application-summary__img img {
  display: block;
  max-width: 100%;
}

.p-application-summary__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: app-summary-head;
}

.p-application-summary__body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: app-summary-body;
}

@media print, screen and (min-width: 61.25em) {
  .p-application-summary__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-summary__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-summary__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-summary__circles {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40.0625em) {
  .p-application-summary__circles {
    justify-content: normal;
    max-width: none;
    margin-left: -10px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-application-summary__circles {
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .p-application-summary__circle {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-application-summary__circle {
    margin-left: 20px;
  }
}

.p-application-section-body {
  margin-top: 32px;
}

.p-application-section-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 25px auto 25px 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'app-section-content-lead' auto 'app-sec-content-img' auto 'app-sec-content-desc' 1fr/1fr;
  gap: 25px 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-application-section-content {
    -ms-grid-rows: auto 19px 1fr;
    -ms-grid-columns: 720fr 60px 420fr;
    grid-template: 'app-section-content-lead app-sec-content-img' auto 'app-sec-content-desc app-sec-content-img' 1fr/720fr 420fr;
    gap: 19px 60px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-application-section-content.-large-img {
    -ms-grid-rows: auto 19px 1fr;
    -ms-grid-columns: 600fr 30px 570fr;
    grid-template: 'app-section-content-lead app-sec-content-img' auto 'app-sec-content-desc app-sec-content-img' 1fr/600fr 570fr;
    gap: 19px 30px;
  }
}

.p-application-section-content__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: app-sec-content-img;
}
.p-application-section-content__img img {
  display: block;
  max-width: 100%;
}

.p-application-section-content__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: app-section-content-lead;
}

.p-application-section-content__desc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: app-sec-content-desc;
}

@media print, screen and (min-width: 61.25em) {
  .p-application-section-content__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-content__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-content__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media print, screen and (min-width: 48em) {
  .p-application-section-content.-large-img
    > .p-application-section-content__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-content.-large-img
    > .p-application-section-content__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-content.-large-img
    > .p-application-section-content__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-section-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 25px auto 25px auto;
  -ms-grid-columns: 1fr;
  grid-template: 'application-section-body-2-head' auto 'application-section-body-2-img' auto 'application-section-body-2-lead' auto/1fr;
  gap: 25px 0;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-head {
    -ms-grid-rows: auto 40px 1fr;
    -ms-grid-columns: 1.85fr 60px 1fr;
    grid-template: 'application-section-body-2-head application-section-body-2-img' auto 'application-section-body-2-lead application-section-body-2-img' 1fr / 1.85fr 1fr;
    gap: 40px 60px;
  }
}

.p-application-section-head__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: application-section-body-2-head;
}

.p-application-section-head__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: application-section-body-2-img;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-application-section-head__img {
    margin-top: 12px;
  }
}
.p-application-section-head__img img {
  display: block;
  max-width: 100%;
}

.p-application-section-head__lead {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: application-section-body-2-lead;
}

@media print, screen and (min-width: 48em) {
  .p-application-section-head__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-application-section-head__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-application-section-head__lead {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-application-section-heading {
  display: flex;
  align-items: baseline;
}

.p-application-section-heading__number {
  background: #000;
  -webkit-border-radius: 50%;



  border-radius: 50%;
  color: #fff;
  font-family: Roboto, sans-serif;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  width: 1.5em;
  height: 1.5em;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-heading__number {
    font-size: 24px;
    font-size: 1.5rem;
    width: 1.66667em;
    height: 1.66667em;
  }
}

.p-application-section-heading__main {
  font-size: 18px;
  font-size: 1.125rem;




  margin-left: 0.55556em;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-application-section-heading__main {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 0.68182em;
  }
}

.p-application-img-desc__heading {
  margin-top: 12px;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-application-img-desc__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 32px;
  }
}

.p-application-img-desc__desc {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-application-img-desc__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-banner-1 {
  border: 2px solid #ccc;
  padding: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1 {
    padding: 48px 42px 38px;
  }
}

.p-banner-1__inner {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-banner-1__inner {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__inner {
    justify-content: space-between;
  }
}

.p-banner-1__description {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-banner-1__links {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
  margin-top: 7px;
}

.p-banner-1__link {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 30px;
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-banner-1__icon-box {
    width: 60px;
    height: 60px;
  }
  .p-banner-1__icon-box.-cloud {
    width: 60px;
    height: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-banner-1__icon-box {
    flex: 0 0 118px;
  }
  .p-banner-1__icon-box.-package {
    height: 88px;
  }
}

.p-banner-1__icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-banner-1__icon {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-banner-1__text-box {
    margin-top: 20px;
  }
}

.p-banner-2 {
  padding: 36px 25px 40px;
  background: #fef712;
}
@media print, screen and (min-width: 48em) {
  .p-banner-2 {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
}

.p-banner-2__text {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-banner-2__text {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-banner-2__button {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-banner-2__button {
    flex: 0 0 320px;
    margin-left: 30px;
  }
}

.p-banner-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-banner-img.-mt + .p-banner-img.-mt {
  margin-top: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-banner-img.-mt + .p-banner-img.-mt {
    margin-top: 32px;
  }
}

.p-banner-img__img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}
.browser-is-ie .p-banner-img__img {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-banner-img__inner:hover .p-banner-img__img {
    opacity: 0.65;
  }
}

@media print, screen and (min-width: 48em) {
  .p-block-ihb-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 15px 1fr;
    -ms-grid-columns: auto 20px 1fr;
    grid-template: 'ihb1-img ihb1-heading' auto 'ihb1-img ihb1-body' 1fr / auto 1fr;
    gap: 15px 20px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-block-ihb-1 {
    -ms-grid-rows: auto 15px 1fr;
    -ms-grid-columns: auto 34px 1fr;
    grid-template: 'ihb1-img ihb1-heading' auto 'ihb1-img ihb1-body' 1fr / auto 1fr;
    gap: 15px 34px;
  }
}

.p-block-ihb-1__img {
  display: flex;
  justify-content: center;
}
.p-block-ihb-1__img img {
  display: block;
  width: 120px;
  height: 120px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__img {
    display: block;
    grid-area: ihb1-img;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .p-block-ihb-1__img img {
    width: 100px;
    height: 100px;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 61.25em) {
  .p-block-ihb-1__img img {
    width: 150px;
    height: 150px;
  }
}



.p-block-ihb-1__heading {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__heading {
    margin-top: 0;
    text-align: left;
    grid-area: ihb1-heading;
  }
}

.p-block-ihb-1__body {
  text-align: center;
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__body {
    margin-top: 0;
    text-align: left;
    grid-area: ihb1-body;

  }
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-1__img {
    -ms-grid-row: 1;

    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-block-ihb-1__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-block-ihb-1__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-block-ihb-1__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-block-ihb-1__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-block-ihb-1__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.p-block-ihb-2__img {
  border: 3px solid #e5e5e5;
  padding: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-2__img {
    padding: 30px;
  }
}
.p-block-ihb-2__img img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
.p-block-ihb-2.-l .p-block-ihb-2__img img {
  width: 505px;
}

.p-block-ihb-2__heading {
  margin-top: 18px;
}

.p-block-ihb-2__body {
  margin-top: 16px;
}

.p-block-ihb-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px 1fr;
  -ms-grid-columns: 32px 10px 1fr;
  grid-template: 'ihb3-img ihb3-heading' auto 'ihb3-body ihb3-body' 1fr / 32px 1fr;
  gap: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-3 {
    -ms-grid-rows: auto 13px 1fr;
    -ms-grid-columns: 40px 14px 1fr;
    grid-template: 'ihb3-img ihb3-heading' auto 'ihb3-body ihb3-body' 1fr / 40px 1fr;
    gap: 13px 14px;
  }
}

.p-block-ihb-3__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ihb3-img;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-3__img {
    width: 40px;
    height: 40px;
  }
}
.p-block-ihb-3__img img {
  display: block;
  max-width: 100%;
}

.p-block-ihb-3__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ihb3-heading;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .p-block-ihb-3__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-block-ihb-3__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: ihb3-body;
}

@media print, screen and (min-width: 48em) {
  .p-block-ihb-3__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-block-ihb-3__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-block-ihb-3__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-block-ihb-3__body {
    display: none;
  }
}

.p-block-ihb-3__body-description {
  font-size: 16px;
  font-size: 1rem;
  text-align: justify;
}

.p-block-ihb-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 90px 20px 1fr;

  grid-template: 'ihb4-img ihb4-heading' auto 'ihb4-img ihb4-body' 1fr / 90px 1fr;
  gap: 0 20px;
}

.p-block-ihb-4__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: ihb4-img;
}
.p-block-ihb-4__img img {
  display: block;
  max-width: 100%;
}

.p-block-ihb-4__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ihb4-heading;
}

.p-block-ihb-4__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: ihb4-body;
}

.p-breadcrumbs {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-breadcrumbs {
    display: block;
    padding: 9px 0;

  }
}



.p-breadcrumbs__inner {
  display: flex;
  overflow: hidden;
}

.p-breadcrumbs__item {
  flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-breadcrumbs__item a,
.p-breadcrumbs__item span {
  color: #333;
}
.p-breadcrumbs__item:last-child {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumbs__item:not(:last-child)::after {
  content: '';
  width: 0.4375rem;

  height: 0.4375rem;
  display: inline-block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0.5rem 0 0.2rem;
  position: relative;
}

.p-border-box {
  border: 3px solid #e5e5e5;
  padding: 20px;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .p-border-box {
    padding: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-border-box.-p_s {
    padding: 14px;
    /* width: 80%; */
    margin: 0 auto;
  }
}
.p-border-box.-p_m {
  padding: 30px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-border-box.-p_m {
    padding: 30px;
  }
}
.p-border-box.-p_no {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .p-border-box.-p_no {
    padding: 0;
  }
}
.p-border-box.-thin {
  border-width: 1px;
}
.p-border-box.-gray {
  border-color: #ccc;
}

.p-border-icon-box {
  padding: 32px 24px 9px;
  border: 1px solid #c0c7dc;
}
.grayBox{
  background-color: #f3f3f3;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 20px auto 0;
}
.grayBox h3{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  padding: 0 10px 0 10px;
  width: 30%;
}
.grayBox h3 + div{
  width: 70%;
  padding: 0 10px 0 10px;
  font-size: 14px;
}

@media only screen and (max-width: 63.75em) {
.grayBox{
  display: block;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 30px;
}
.grayBox h3{
  width: 100%;
  margin-bottom: 10px;
}
.grayBox h3 + div{
  width: 100%;
  margin-bottom: 10px;
}
}
  }
#service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(3),#service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 47.9375em) {
  #service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(3),#service .p-col-2.-type_2 > .p-col-2__item:nth-of-type(4) {
  margin-top: 30px;
}
  }
.p-border-icon-box + div {
border: 1px solid #c0c7dc;
border-top: none;
height: auto;
}
#priceEnterprise .p-border-icon-box {
    height: auto !important;
}

@media print, screen and (min-width: 48em) {
  .p-border-icon-box {
    padding: 28px 30px 9px;
    height: 86% !important;
  }
  #priceEnterprise .p-border-icon-box {
	height: 86% !important;
	}
}

@media print, screen and (min-width: 61.25em) {
  #priceEnterprise .p-border-icon-box {
    height: 84% !important;
}
  }
@media print, screen and (min-width: 80em) {
  #priceEnterprise .p-border-icon-box {
    height: 84% !important;
}
}
.p-border-icon-box__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.p-border-icon-box__icon-box {
  margin-left: 16px;
}

.p-border-icon-box__icon {
  max-width: 100%;
  display: block;
}
.p-border-icon-box__icon.-install {
  width: 72px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-install {
    width: 90px;
  }
}
.p-border-icon-box__icon.-education {
  width: 64px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-education {
    width: 80px;
  }
}
.p-border-icon-box__icon.-customize {
  width: 48px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-customize {
    width: 60px;
  }
}
.p-border-icon-box__icon.-app-dev {
  width: 48px;
}
@media print, screen and (min-width: 48em) {
  .p-border-icon-box__icon.-app-dev {
    width: 60px;
  }
}

.p-casestudy-anchors__row {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
}
.p-casestudy-anchors__row:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-anchors__row {
    display: flex;
    padding: 32px 0;
  }
}

.p-casestudy-anchors__heading {
  flex: 0 0 260px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-anchors__heading {
    display: flex;
    padding-right: 1em;
  }
}

.p-casestudy-anchors__body {
  flex: 1 1 auto;
}

.p-casestudy-case {
  display: flex;
  flex-direction: column;
  color: inherit;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case:not(.-no-link):hover {
    opacity: 0.65;
  }
}

.p-casestudy-case__head {
  position: relative;
  background: #e5e5e5;
}

.p-casestudy-case__img-box {
  overflow: hidden;
  position: relative;
  padding-top: 45.614%;
}

.p-casestudy-case__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  /* height: 100%; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: translate(0%, -50%);
}
.p-casestudy-case__img-box .imgContainer {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__img {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case:not(.-no-link):hover .p-casestudy-case__img {
    -webkit-transform: scale(1.1) translate(0%, -50%);
    transform: scale(1.1) translate(0%, -50%);
  }
}

.p-casestudy-case__logo-box {
  width: 96px;
  height: 70px;
  bottom: -44px;
  left: 10px;
  position: absolute;
  border: 1px solid #eaeaea;
  background: #fff;
  display: block;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__logo-box {
    left: 30px;
    bottom: -55px;
    width: 120px;
    height: 85px;
  }
}

.p-casestudy-case__logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  font-size: 8px;
  overflow: hidden;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.p-casestudy-case__heading {
  font-weight: 700;
  line-height: 1.5;
  color: #314da4;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__heading {

    font-size: 16px;
    font-size: 1rem;
  }
}

.p-casestudy-case__body {
  padding: 60px 10px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-case__body {
    padding: 69px 30px 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-case__properties {
    margin-top: 8px;
  }
}

.p-casestudy-case__property {
  display: flex;
}

.p-casestudy-case__property-head {
  font-size: 16px;
  font-size: 1rem;
  flex: 0 0 6em;
  padding-right: 0.5em;
}

.p-casestudy-case__name {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.p-casestudy-case__property-body {
  font-size: 16px;
  font-size: 1rem;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-case__properties {
    margin-top: 8px;
  }
}

.p-casestudy-comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 12px 1fr;
  -ms-grid-columns: 60px 20px 1fr;
  grid-template: 'casestudy-comment-img casestudy-comment-heading' auto 'casestudy-comment-body casestudy-comment-body' 1fr/60px 1fr;
  gap: 12px 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 100px 40px 1fr;
    grid-template: 'casestudy-comment-img casestudy-comment-heading' auto 'casestudy-comment-img casestudy-comment-body' 1fr/100px 1fr;
    gap: 0 40px;
  }
}
.p-casestudy-comment + .p-casestudy-comment {
  margin-top: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment + .p-casestudy-comment {
    margin-top: 52px;
  }
}

.p-casestudy-comment__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: casestudy-comment-img;
}
.p-casestudy-comment__img img {
  display: block;
  max-width: 100%;
}

.p-casestudy-comment__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: casestudy-comment-heading;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-casestudy-comment__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: casestudy-comment-body;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-comment__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-casestudy-comment__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__body {
    margin-top: 8px;
  }
}

.p-casestudy-comment__text-box {
  margin-top: 6px;
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-comment__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-comment__text + .p-casestudy-comment__text {
    margin-top: 1em;
  }
}

.p-casestudy-comment__person {
  display: flex;
}

.p-casestudy-comment__person-name {
  flex: 0 0 auto;
}

.p-casestudy-comment__person-position {
  flex: 1 1 auto;
  margin-left: 1rem;
}

.p-casestudy-featured {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-featured {
    margin-top: 33px;
  }
}

.p-casestudy-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'casestudy-info-heading' auto 'casestudy-info-logo' auto 'casestudy-info-table' auto 'casestudy-info-description' 1fr/1fr;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info {
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 670fr 60px 220fr;
    grid-template: 'casestudy-info-heading casestudy-info-heading' auto 'casestudy-info-table casestudy-info-logo' auto 'casestudy-info-description casestudy-info-logo' 1fr/670fr 220fr;
    gap: 0 60px;
  }
}

.p-casestudy-info__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: casestudy-info-heading;
}

.p-casestudy-info__table {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: casestudy-info-table;
  margin-top: 20px;
}

.p-casestudy-info__description {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: casestudy-info-description;
  margin-top: 12px;
}

.p-casestudy-info__logo-area {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: casestudy-info-logo;

  margin-top: 12px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-info__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-casestudy-info__table {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-info__description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-casestudy-info__logo-area {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__logo-area {
    margin-top: 20px;
  }
}

.p-casestudy-info__logo-box {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__logo-box {
    padding: 30px;
  }
}

.p-casestudy-info__logo {
display: block;
    max-width: 100%;
    max-height: 100%;
}

.p-casestudy-info__body {
  flex: 1 1 0px;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__body {
    margin-top: 0;
    margin-left: 20px;
  }
}

.p-casestudy-info__row {
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__row {
    display: flex;
  }
}
.p-casestudy-info__row + .p-casestudy-info__row {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-info__row + .p-casestudy-info__row {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-info__row-heading {
    flex-shrink: 0;
    width: 10rem;
    padding-right: 1rem;
  }
}

.p-casestudy-info__row__body {
  word-break: break-all;
}

.p-casestudy-intro__head {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-intro__head {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-intro__head-item {
    margin-top: 20px;
  }
  .p-casestudy-intro__head-item + .p-casestudy-intro__head-item {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-intro__head-item {
    flex: 1 1 0px;
  }
  .p-casestudy-intro__head-item + .p-casestudy-intro__head-item {
    margin-left: 60px;
  }
}

.p-casestudy-intro__info {
  grid-area: casestudy-intro-info;
  border-bottom: 1px solid #ccc;
}

.p-casestudy-intro__info-row {
  display: flex;
  border-top: 1px solid #ccc;
}

.p-casestudy-intro__info-head {
  flex: 0 0 9.78571em;
  padding: 4px 10px 3px;
  font-weight: 700;
  background: #ebebeb;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-intro__info-head {
    flex: 0 0 10.5em;
  }
}

.p-casestudy-intro__info-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px 3px;
  flex: 1 1 auto;
}

.p-casestudy-intro__lead {
  grid-area: casestudy-intro-lead;
  margin-top: 20px;
}

.p-casestudy-intro__img {
  grid-area: casestudy-intro-img;
}
.p-casestudy-intro__img img {
  display: block;
  width: 100%;
}

.p-casestudy-intro__staff-list {
  margin-top: 20px;
}

.p-casestudy-intro__staff {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-intro__staff {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-casestudy-intro__staff + .p-casestudy-intro__staff {
  margin-top: 4px;
}

.p-casestudy-intro__staff-head {
  flex: 0 0 auto;
}

.p-casestudy-intro__staff-separator {
  margin: 0 0.25em;
}

.p-casestudy-intro__staff-body {
  flex: 1 1 auto;
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partners {
    margin-top: 12px;
  }
}

.p-casestudy-partner {
  padding: 26px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-partner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 9px 1fr;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template: 'casestudy-partner-head casestudy-partner-head' auto 'casestudy-partner-description casestudy-partner-contact' 1fr/1fr 1fr;
    gap: 9px 40px;
  }
}
.p-casestudy-partner:first-child {
  padding-top: 0;
}

.p-casestudy-partner__head {
  grid-area: casestudy-partner-head;
}

.p-casestudy-partner__description {
  grid-area: casestudy-partner-description;
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partner__description {
    margin-top: 8px;
  }
}

.p-casestudy-partner__contact {
  grid-area: casestudy-partner-contact;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-partner__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-casestudy-partner__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-partner__contact {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partner__contact {
    margin-top: 20px;
  }
}

.p-casestudy-partner-contact__bureau {
  margin-top: 6px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-partner-contact__info-row {
    display: flex;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-partner-contact__info-row
    + .p-casestudy-partner-contact__info-row {
    margin-top: 12px;
  }
}

.p-casestudy-partner-contact__info {
  margin-top: 8px;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-partner-contact__info-head {
    flex: 0 0 90px;
    padding-right: 1rem;
  }
}

.p-casestudy-reference + .p-casestudy-reference {
  margin-top: 32px;
}

.p-casestudy-reference__link {
  margin-top: 16px;
}

.p-casestudy-sections {
  margin-top: 52px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-sections {
    margin-top: 75px;
  }
}

.p-casestudy-section + .p-casestudy-section {
  margin-top: 52px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section + .p-casestudy-section {
    margin-top: 80px;
  }
}

.p-casestudy-section-main__row.-process {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-process {
    margin-top: 45px;
  }
}

.p-casestudy-section-main__row.-full-img {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-full-img {
    margin-top: 30px;
  }
}

.p-casestudy-section-main__row.-paragraph {
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-paragraph {
    margin-top: 14px;
  }
}

.p-casestudy-section-main__row.-applications {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-applications {
    margin-top: 27px;
  }
}

.p-casestudy-section-main__row.-sub-heading {
  margin-top: 52px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-sub-heading {
    margin-top: 95px;
  }
}

.p-casestudy-section-main__row.-text-img {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row.-text-img {
    margin-top: 30px;
  }
}

.p-casestudy-section-main__row:first-child {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__row:first-child {
    margin-top: 27px;
  }
}

.p-casestudy-section__sub-heading {
  font-weight: 700;

}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section__sub-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-casestudy-section__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__text-img {
    display: flex;
  }
}

.p-casestudy-section-main__text-img + .p-casestudy-section-main__text-img {
  margin-top: 20px;
}

.p-casestudy-section-main__text-img-col {
  flex: 1 1 0px;
}
.p-casestudy-section-main__text-img-col
  + .p-casestudy-section-main__text-img-col {
  margin-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__text-img-col
    + .p-casestudy-section-main__text-img-col {
    margin-top: 0;
    margin-left: 60px;
  }
}

.p-casestudy-section-main__text-img-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.p-casestudy-section-main__sub-heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__sub-heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-casestudy-section-main__processes {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__processes {
    margin-top: 15px;
  }
}

.p-casestudy-section-main__process {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 6px 1fr;
  -ms-grid-columns: 80px 15px 1fr;
  grid-template: 'casestudy-section-main-process-bar casestudy-section-main-process-head' auto 'casestudy-section-main-process-bar casestudy-section-main-process-body' 1fr / 80px 1fr;
  gap: 6px 15px;
  min-height: 140px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process {
    -ms-grid-rows: auto 6px 1fr;
    -ms-grid-columns: 102px 20px 1fr;
    grid-template: 'casestudy-section-main-process-bar casestudy-section-main-process-head' auto 'casestudy-section-main-process-bar casestudy-section-main-process-body' 1fr / 102px 1fr;
    gap: 6px 20px;
    min-height: 140px;
  }
}
.p-casestudy-section-main__process + .p-casestudy-section-main__process {
  margin-top: 9px;
}

.p-casestudy-section-main__process-bar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: casestudy-section-main-process-bar;
  position: relative;
  text-align: center;
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 700;
}
.p-casestudy-section-main__process-bar.-no_1 {
  background: #f2f6ff;
}
.p-casestudy-section-main__process-bar.-no_1::before {
  display: none;
}
.p-casestudy-section-main__process-bar.-no_1::after {
  border-top-color: #f2f6ff;
}
.p-casestudy-section-main__process-bar.-no_2 {
  background: #d6e1f9;
  padding-top: 15px;
}
.p-casestudy-section-main__process-bar.-no_2::after {
  border-top-color: #d6e1f9;
}
.p-casestudy-section-main__process-bar.-no_3 {
  background: #93a6df;
  padding-top: 15px;
}
.p-casestudy-section-main__process-bar.-no_3::after {
  display: none;
}
.p-casestudy-section-main__process-bar::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 15px solid #fff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  top: 0;
  left: 0;
  z-index: 0;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar::before {
    border-right: 51px solid transparent;
    border-left: 51px solid transparent;
  }
}
.p-casestudy-section-main__process-bar::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 15px solid #d6e1f9;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar::after {
    border-right: 51px solid transparent;
    border-left: 51px solid transparent;
  }
}

.p-casestudy-section-main__process-bar-process {
  word-break: break-all;
  font-size: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar-process {
    font-size: 14px;
  }
}

.p-casestudy-section-main__process-bar-number {
  font-size: 20px;
  margin-top: 3px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar-number {
    font-size: 30px;
    margin-top: 3px;
  }
}

.p-casestudy-section-main__process-head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: casestudy-section-main-process-head;
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-head {
    margin-top: 24px;
  }
}
.p-casestudy-section-main__process-head.-mt_s {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-head.-mt_s {
    margin-top: 12px;
  }
}

.p-casestudy-section-main__process-body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: casestudy-section-main-process-body;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-bar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-section-main__process-head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-casestudy-section-main__process-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__process-body {
    padding-bottom: 6px;
  }
}

.p-casestudy-section-main__full-img img {
  display: block;
  width: 100%;
}

.p-casestudy-section-main__applications {
  border: 1px solid #ccc;
  padding: 30px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__applications {
    padding: 30px;
  }
}

.p-casestudy-section-main__applications-body {
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__applications-body {
    display: flex;
    margin-top: -10px;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-section-main__application {
    margin-left: 40px;
    margin-top: 30px;
    flex: 1 1 -webkit-calc(50% - 40px);
    flex: 1 1 calc(50% - 40px);
  }
  .browser-is-ie .p-casestudy-section-main__application {
    flex: 1 1 0px;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-casestudy-section-main__application
    + .p-casestudy-section-main__application {
    margin-top: 16px;
  }


}

.p-casestudy-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'casestudy-title-copy' auto 'casestudy-title-name' auto 'casestudy-title-logo' 1fr/1fr;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title {
    -ms-grid-rows: auto 7px 1fr;
    -ms-grid-columns: 1fr 25px 180px;
    grid-template: 'casestudy-title-copy casestudy-title-logo' auto 'casestudy-title-name casestudy-title-logo' 1fr/1fr 180px;
    gap: 7px 25px;
  }
}

.p-casestudy-title__copy {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: casestudy-title-copy;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__copy {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-casestudy-title__logo-area {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: casestudy-title-logo;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__logo-area {
    margin-top: 0;
  }
}

.p-casestudy-title__logo-box {
  display: block;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 127px;
  border: 1px solid #e5e5e5;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__logo-box {
    width: 100%;
  }
}

.p-casestudy-title__logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.p-casestudy-title__name {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: casestudy-title-name;
  display: flex;
  margin-top: 12px;
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-title__copy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-casestudy-title__logo-area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-casestudy-title__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-title__name {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-video {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 12px 1fr;
    -ms-grid-columns: 1fr 30px 180px;
    grid-template: 'casestudy-video-heading casestudy-video-video-thumbnail' auto 'casestudy-video-description casestudy-video-video-thumbnail' 1fr/1fr 180px;
    gap: 12px 30px;
  }
}

.p-casestudy-video__heading {
  grid-area: casestudy-video-heading;
}

.p-casestudy-video__description {
  grid-area: casestudy-video-description;
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-video__description {
    margin-top: 0;
  }
}

.p-casestudy-video__thumbnail {
  grid-area: casestudy-video-video-thumbnail;
}

@media print, screen and (min-width: 48em) {
  .p-casestudy-video__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-casestudy-video__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-casestudy-video__thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-casestudy-video__thumbnail {
    margin-top: 20px;
  }
}

.p-casestudy-video__thumbnail-img {
  display: block;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 48em) {
  .p-casestudy-video__thumbnail-img:hover {
    opacity: 0.65;
  }
}

.p-contact-address__row {
  border-top: 1px solid #ccc;
  padding: 17px 0;
}
.p-contact-address__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 48em) {
  .p-contact-address__row {
    display: flex;
    padding: 17px 0 6px;
  }
  .p-contact-address__row:last-child {
    padding: 17px 0;
  }
}

.p-contact-address__heading {
  font-weight: 700;

  font-size: 16px;

  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-contact-address__heading {
    width: 202px;
    flex-shrink: 0;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-contact-address__body {
    margin-top: 7px;
    display: block !important;
  }
}

.p-contact-address__body-bottom {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 11px;
}
@media print, screen and (min-width: 48em) {
  .p-contact-address__body-bottom {
    margin-top: 5px;
  }
}

.p-col-2.-type_1 {
  display: block;
  margin-top: -10px;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_1 {
    margin-left: -30px;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_2 {
    margin-left: -52px;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_3 {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_5 {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_6 {
    display: flex;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_7 {
    display: flex;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_8 {
    display: flex;
    margin-left: -60px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_9 {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-col-2.-type_10 {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_10 {
    margin-left: -30px;

    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-col-2.-type_1 > .p-col-2__item {
  margin-top: 10px;
}
.p-col-2.-type_1 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-2.-type_1 > .p-col-2__item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_1 > .p-col-2__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
  }
  .p-col-2.-type_1 > .p-col-2__item:first-child {
    margin-top: 30px;
  }
}

.p-col-2.-type_2 > .p-col-2__item {
  margin-top: 30px;
}
.p-col-2.-type_2 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-2.-type_2 > .p-col-2__item {
    margin-left: 52px;
    width: -webkit-calc(50% - 52px);
    width: calc(50% - 52px);
    margin-top: 50px;
  }
  .p-col-2.-type_2 > .p-col-2__item:first-child {
    margin-top: 50px;
  }
}

.p-col-2.-type_3 > .p-col-2__item:nth-child(2) {
  margin-top: 75px;
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_3 > .p-col-2__item:nth-child(2) {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_3 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .p-col-2.-type_3 > .p-col-2__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-col-2.-type_4 > .p-col-2__item {
  margin-top: 20px;
}
.p-col-2.-type_4 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-2.-type_4 > .p-col-2__item {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_4 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 40px;
  }
  .p-col-2.-type_4 > .p-col-2__item:first-child {

    margin-top: 40px;
  }
}

.p-col-2.-type_5 > .p-col-2__item {
  margin-top: 18px;
}
.p-col-2.-type_5 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_5 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 0;
  }
}

.p-col-2.-type_6 > .p-col-2__item {
  margin-top: 18px;
}
.p-col-2.-type_6 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_6 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 0;
  }
}

.p-col-2.-type_7 > .p-col-2__item {
  margin-top: 41px;
}
.p-col-2.-type_7 > .p-col-2__item .small{
  font-size: 14px;
}
.p-col-2.-type_7 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_7 > .p-col-2__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-2.-type_8 > .p-col-2__item {
    margin-top: 30px;
  }
  .p-col-2.-type_8 > .p-col-2__item:first-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_8 > .p-col-2__item {
    margin-left: 60px;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
  }
  .p-col-2.-type_8 > .p-col-2__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-2.-type_9 > .p-col-2__item {
    width: 50%;
  }
  .p-col-2.-type_9 > .p-col-2__item:nth-child(2n + 1) {
    padding-right: 1em;
  }
}

.p-col-2.-type_10 > .p-col-2__item {
  margin-top: 32px;
}
.p-col-2.-type_10 > .p-col-2__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-col-2.-type_10 > .p-col-2__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
  }
  .p-col-2.-type_10 > .p-col-2__item:first-child {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_1 {
    display: flex;
    margin-left: -30px;
  }
}


@media print, screen and (min-width: 48em) {
  .p-col-3.-type_2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_2 {
    margin-left: -45px;
    margin-top: -45px;
  }
}

.p-col-3.-type_3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_3 {
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_3 {
    margin-left: -40px;
    margin-top: -38px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_5 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_5 {
    margin-left: -60px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_6 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -50px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_6 {
    margin-left: -60px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_7 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-top: -25px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_8 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_8 {
    margin-left: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-step .p-col-3__item:not(:first-child) {
    position: relative;
  }
  .p-col-3.-step .p-col-3__item:not(:first-child)::before {
    content: '';
    border-left: 8px solid #314da4;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    display: block;
    top: 28%;
    left: -22px;
  }
}

.p-col-3.-type_1 .p-col-3__item:not(:first-child) {
  margin-top: 10px;
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_1 .p-col-3__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_1 .p-col-3__item {
    margin-left: 30px;
    flex: 1 1 0px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .p-col-3.-type_1 .p-col-3__item:not(:first-child) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_2 .p-col-3__item:not(:first-child) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_2 .p-col-3__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_2 .p-col-3__item {
    width: -webkit-calc(33.33% - 45px);
    width: calc(33.33% - 45px);
    margin-left: 45px;
    margin-top: 45px;
  }
}

.p-col-3.-type_3 .p-col-3__item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-left: 18px;
  margin-top: 18px;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_3 .p-col-3__item {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_3 .p-col-3__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-top: 38px;
  }
}

.p-col-3.-type_4 .p-col-3__item {
  margin-top: 30px;
}
.p-col-3.-type_4 .p-col-3__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_4 .p-col-3__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-top: 30px;
  }
  .p-col-3.-type_4 .p-col-3__item:first-child {
    margin-top: 30px;
  }
}

.p-col-3.-type_5 .p-col-3__item {
  margin-top: 30px;
}
.p-col-3.-type_5 .p-col-3__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-col-3.-type_5 .p-col-3__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 40px;
    margin-top: 30px;
  }
  .p-col-3.-type_5 .p-col-3__item:first-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_5 .p-col-3__item {
    width: -webkit-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
    margin-left: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_6 .p-col-3__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_6 .p-col-3__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_6 .p-col-3__item {
    width: -webkit-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
    margin-left: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_7 .p-col-3__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_7 .p-col-3__item {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_7 .p-col-3__item {
    width: -webkit-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
  }


}

@media only screen and (max-width: 47.9375em) {
  .p-col-3.-type_8 .p-col-3__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-col-3.-type_8 .p-col-3__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }
  .p-col-3.-type_8 .p-col-3__item:nth-of-type(1),  .p-col-3.-type_8 .p-col-3__item:nth-of-type(2) {
    margin-bottom:40px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-col-3.-type_8 .p-col-3__item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
  .p-col-3.-type_8 .p-col-3__item{
    margin-bottom: 0px !important;
  }
}


.p-cta__top {
  background: #fef712;
  padding: 0 3.125%;
}

.p-cta__bottom {
  background: #f0e911;
  padding: 0 3.125%;
}

.p-cta__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-cta__top .p-cta__inner {
  padding: 69px 0 36px;
}
.p-cta__bottom .p-cta__inner {
  padding: 36px 0;
}

.p-cta__sub-heading {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.p-cta__heading {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__heading {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta__heading {
    font-size: 38px;
  }
}

.p-cta__description1 {
  font-size: 18px;
  text-align: center;
  margin-top: 26px;
}

.p-cta__description2 {
  font-size: 18px;
  text-align: center;
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__description2 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__description2 .text {
    margin-right: 16px;
  }
}
.p-cta__description2 .link {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__description2 .link {
    flex-shrink: 0;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-cta__contact-info {
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }
}

.p-cta__links {
  margin-top: 33px;
}
@media print, screen and (min-width: 48em) {
  .p-cta__links {
    display: flex;
    justify-content: space-between;
  }
}

.p-cta__bottom-heading {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.p-cta__bottom-heading.-number {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0px 0px 0px;
}

.p-cta__bottom-heading:before{
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    background-image: url(/neo/common/img/icon_cta-cafe.svg);
    margin-left: -9px;
    margin-right: 9px;
    margin-bottom: -2px;
    height: 19px;
    width: 22px;
}
.-mail .p-cta__bottom-heading:before {
    background-image: url(/neo/common/img/icon_cta-mail.svg);
    height: 15px;
    width: 20px;
    margin-right: 8px;
    margin-left: -8px;
}
.-tel .p-cta__bottom-heading:before {
    background-image: url(/neo/common/img/icon_cta-tel.svg);
    height: 15px;
    width: 20px;
    margin-right: 3px;
    margin-left: -3px;
    margin-bottom: -1px;
}
.-tel .subCont .p-cta__bottom-heading:before{
    content: none;
}

@media print, screen and (min-width: 48em) {
  .p-cta__bottom-heading.-number {
    pointer-events: none;
  }
}

.p-cta__bottom-head {
  text-align: center;
  line-height: 1.444;
  font-size: 20px;
  font-weight: 700;
  flex-basis: 100%;
  padding: 0px 20px 30px;
}
@media print, screen and (min-width: 48em){
.p-cta__bottom-head  {
    font-size: 28px;
}
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__bottom-head {
    -moz-text-align-last: left;
    /* text-align-last: left; */
  }
}

.p-cta__bottom-body {
  display: block;
  margin: 32px auto 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-body {
    /* max-width: 355px; */
  }
}
@media print, screen and (min-width: 48em) {
  .p-cta__bottom-body {
    margin: 0px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-basis: 100%;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta__bottom-body {
    margin-top: 0;
    margin-left: 0px;
  }
}

.p-cta__bottom-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-icon {
    flex: 0 0 50px;
    flex-basis: 30%;
  }
}
.p-cta__bottom-icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 18px 0 0;
}
.p-cta__bottom-icon div {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.p-cta__bottom-el {
  display: flex;
  width: 33.3%;
  padding-right: 3%;
}
.p-cta__bottom-el:nth-of-type(3) {
  display: flex;
  width: 33.3%;
  padding-right: 0%;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__bottom-el:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }
  .p-cta__bottom-el {
    display: flex;
    width: 100%;
}

}
@media print, screen and (min-width: 48em) {
  .p-cta__bottom-el:not(:first-child) {
    /* margin-left: 10px; */
  }
}

.p-cta__bottom-box {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  padding: 14px 20px 12px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px){
.p-cta__bottom-box {
    display: block;
}
}
.p-cta__bottom-box .subCont:nth-of-type(2) {
  margin-top: 7px;
}
.p-cta__bottom-box .subCont {
  line-height:1.5;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.p-cta__bottom-box .telText{width: 100px;display: inline-block;font-size: 14px;text-align: left;}
.p-cta__bottom-heading.-number a[href^="tel:"]{
    pointer-events: none;
	color: #000000;
    text-align: left;
    display: block;
    line-height: 1.2;
}

@media screen and (max-width: 1024px){
  .p-cta__bottom-box .telText {
    width: 10vw;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    margin-right: 6px;
}
  .p-cta__bottom-heading.-number {
     font-size: 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
.p-cta__bottom-heading.-number {
  line-height: 100%;
  font-size: 27px;
}
 .p-cta__bottom-box .telText{
 width: 30%;
 display: inline-block;
 margin: 0;
 padding: 0;
 }
.p-cta__bottom-heading.-number a[href^="tel:"]{
    pointer-events: auto;
	color: #314da4;
}
}
.p-cta__bottom-text {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 0px;
  /* background-color: #ffffff; */
  /* padding: 14px 20px 12px; */
  border-radius: 6px;
  flex-basis: 93%;
}

@media only screen and (max-width: 47.9375em) {
  .p-cta__mail { font-size: 16px; }
}

.p-cta-2 {  background: #fef712;}
.p-cta-2.-white {  background: #fff;}
.p-cta-2__inner {  padding: 32px 24px;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner {
    padding: 40px;
    min-height: 140px;
    display: flex;
    align-items: center;
  }
}
.p-cta-2__inner.-no-side {  padding: 32px 0;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-no-side { padding: 40px 0; }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-thin {
    min-height: 110px;
    padding-top: 27px;
    padding-bottom: 23px;
  }
}
.p-cta-2__inner.-has_bottom {  border-top: 1px solid #dad51f;}

@media print, screen and (min-width: 48em) {
  .p-cta-2__inner.-has_bottom { display: block; }
}

.p-cta-2__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-cta-2__heading.-s {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__heading.-s {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__columns {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-cta-2__columns {
    display: flex;
    align-items: center;
  }
}

.p-cta-2__column.-right {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-cta-2__column.-right {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__column.-right {
    margin-top: 0;
    flex: 0 0 330px;
    margin-left: 20px;
  }
}

.p-cta-2__column.-left {
  flex: 1 1 0px;
}

.p-cta-2__column.-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__list {
    display: flex;
    flex-wrap: wrap;
    max-width: -webkit-calc(630px + 20px);
    max-width: calc(630px + 20px);
    margin-left: -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-cta-2__list-item + .p-cta-2__list-item {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__list-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  .p-cta-2__list-item:nth-child(n + 3) {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-cta-2__indent {
    margin-left: 1em;
  }
}

.p-cta-2__separator {
  width: 100%;
  height: 1px;
  background: #dad51f;
  margin: 30px 0;
}

.p-cta-2__bottom-text {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__bottom-text {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    max-width: 730px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-cta-2__bottom-text {
    max-width: none;
  }
}


.p-cta-2__bottom-text-left {
  flex: 1 1 0px;
  max-width: 480px;
}

.p-cta-2__bottom-text-right {
  margin-top: 4px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-2__bottom-text-right {
    margin-top: 0;
    flex: 0 0 auto;
    margin-left: 16px;
    display: flex;
    align-items: flex-end;
  }
}

.p-cta-button {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid #314da4;
  background-color: #fff;
  color: #314da4 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 16px 16px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 320px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease;
}
.p-cta-button:not(:first-child) {
  margin-top: 20px;
}
.p-cta-button:hover {
  border-color: #8394c8;
  color: #8394c8 !important;
}
.p-cta-button:hover .p-cta-button__icon {
  opacity: 0.65;
}
@media print, screen and (min-width: 48em) {
  .p-cta-button:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button {
    min-height: 100px;
    max-width: 430px;
    margin: 0 auto;
    padding: 16px 16px 16px 62px;
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}
.p-cta-button.-blue {
  border: 4px solid #314da4;
  background-color: #314da4;
  color: #fff;
}
.p-cta-button.-blue:hover {
  border-color: #8394c8;
  background-color: #8394c8;
}

.p-cta-button__main {
  font-size: 19px;
  font-weight: 700;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button__main {
    font-size: 26px;
  }
}

.p-cta-button__sub {
  font-size: 15px;
}
@media print, screen and (min-width: 61.25em) {
  .p-cta-button__sub {
    font-size: 16px;
  }
}

.p-cta-button__text {
  margin-left: 19px;
  line-height: 1.4;


}

.p-cta-button__icon {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .p-cta-button__icon {
    width: 40px;
    height: 40px;
  }
}
.p-cta-button__icon img {
  max-width: 100%;
}

.p-comment {
  background: #f2f6ff;
  position: relative;
  padding: 30px;
}
.p-comment::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 14px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f2f6ff;
  border-top: 15px solid #f2f6ff;
}
@media only screen and (max-width: 47.9375em) {
  .p-comment.-no-pointer_sp::after {
    display: none;
  }
}
.p-comment.-rev::after {
  left: auto;
  right: 14px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f2f6ff;
  border-top: 15px solid #f2f6ff;
}
.p-comment.-icon {
  padding: 18px 70px 20px 9px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon {
    padding: 40px 28px;
  }
}
.p-comment.-icon::before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-comment.-icon_document::before {
  background-image: url(/neo/common/img/icon_document-blue.svg);
  width: 25px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_document::before {
    width: 32px;
    height: 40px;
  }
}
.p-comment.-icon_calendar::before {
  background-image: url(/neo/common/img/icon_calendar-blue.svg);
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_calendar::before {
    width: 40px;
    height: 40px;
  }
}
.p-comment.-icon_comment::before {
  background-image: url(/neo/common/img/icon_comment-blue.svg);
  width: 32px;
  height: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_comment::before {
    width: 50px;
    height: 40px;
  }
}
.p-comment.-icon_shield::before {
  width: 28px;
  height: 32px;
  background-image: url(/neo/common/img/icon_shield-blue.svg);
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_shield::before {
    width: 35px;
    height: 40px;
  }
}
.p-comment.-icon_memo::before {
  background-image: url(/neo/common/img/icon_memo-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_memo::before {
    width: 40px;
    height: 38px;
  }
}
.p-comment.-icon_doc-tray::before {
  background-image: url(/neo/common/img/icon_doc-tray-blue.svg);
  width: 31px;
  height: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_doc-tray::before {
    width: 45px;
    height: 46px;
  }
}
.p-comment.-icon_desk-work::before {
  background-image: url(/neo/common/img/icon_desk-work-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_desk-work::before {
    width: 40px;
    height: 36px;
  }
}
.p-comment.-icon_pc-question::before {
  background-image: url(/neo/common/img/icon_pc-question-blue.svg);
  width: 32px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-comment.-icon_pc-question::before {
    width: 50px;
    height: 35px;
  }
}

@media print, screen and (min-width: 48em) {
  .-icon .p-comment__head {
    padding-right: 45px;
  }
}

.p-comment__heading {
  font-size: 18px;
  font-weight: 700;
}

.p-comment__link {
  font-size: 18px;
  margin-top: 15px;
}

.p-faq {
  counter-reset: question;
}

.p-faq__entry {
  counter-increment: question;
  margin-top: 24px;
  padding: 0 0 0 2.56rem;
}
.p-faq__entry:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-faq__entry {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding: 20px 0 32px 3.25rem;
  }
  .p-faq__entry:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.p-faq__question {
  position: relative;
}
.p-faq__question::before {

  content: 'Q' counter(question) '.';
  font-weight: 700;
  color: #314da4;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: -2.4em;
}
@media print, screen and (min-width: 48em) {
  .p-faq__question::before {
    font-size: 20px;
    font-size: 1.25rem;
    left: -2.6em;
  }
}

.p-faq__answer {
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-faq__answer {
    margin-top: 8px;
  }
}

.p-feature-reasons-anchor {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor {
    display: block;
  }
}

.p-feature-reasons-anchor__number {
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__number {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.p-feature-reasons-anchor__heading {
  margin-left: 17px;
  padding-right: 1em;
  line-height: 1.3;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__heading {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor__heading {
    text-align: center;
    margin-left: 0;
    margin-top: 1px;
  }
}

.p-feature-reasons-anchor__sub-heading {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor__sub-heading {
    display: block;
    text-align: center;
    color: #000;
    margin-top: 3px;
  }
}

.p-feature-reasons-anchor__icon {
  margin-left: auto;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-anchor__icon {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 21px;
  }
}

.p-feature-reasons-anchor__icon-img {
  display: block;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-anchor__icon-img {
    width: 40px;
    height: 40px;
  }
}

.p-feature-reasons-section {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template: 'reasons-section-heading reasons-section-img' auto 'reasons-section-description reasons-section-img' 1fr / 1fr 1fr;
    gap: 0 80px;
  }
}
.p-feature-reasons-section.-rev {
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template: 'reasons-section-img-rev reasons-section-heading-rev' auto 'reasons-section-img-rev reasons-section-description-rev' 1fr / 1fr 1fr;
  gap: 0 80px;
}

.p-feature-reasons-section__heading {
  grid-area: reasons-section-heading;
  order: 1;
}
.-rev .p-feature-reasons-section__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: reasons-section-heading-rev;
}
@media print, screen and (min-width: 61.25em) {
  .-no_1 .p-feature-reasons-section__heading {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_3 .p-feature-reasons-section__heading {
    margin-top: 40px;
  }
}

.p-feature-reasons-section__heading-main {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-top: 9px;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-section__heading-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-feature-reasons-section__heading-sub {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.p-feature-reasons-section__heading-sub span {
  font-family: Roboto, sans-serif;
  color: #314da4;
  display: inline-block;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .p-feature-reasons-section__heading-sub {
    font-size: 20px;

    font-size: 1.25rem;
  }
  .p-feature-reasons-section__heading-sub span {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 11px;
  }
}

.p-feature-reasons-section__description {
  grid-area: reasons-section-description;
  order: 3;
  margin-top: 27px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section__description {
    margin-top: 21px;
  }
}
.-rev .p-feature-reasons-section__description {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: reasons-section-description-rev;
}

.p-feature-reasons-section__img {
  grid-area: reasons-section-img;
  order: 2;
  margin-top: 19px;
}

@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-feature-reasons-section__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-feature-reasons-section__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.p-feature-reasons-section__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-reasons-section__img {
    margin-top: 0;
  }
  .p-feature-reasons-section__img img {
    margin: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_1 .p-feature-reasons-section__img {
    display: flex;
    align-items: center;
  }
  .-no_1 .p-feature-reasons-section__img img {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_2 .p-feature-reasons-section__img {
    position: relative;
  }
  .-no_2 .p-feature-reasons-section__img img {
    position: absolute;
    right: 0;
    top: -100px;
    max-width: none;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_3 .p-feature-reasons-section__img {
    position: relative;
    min-height: 474px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-no_3 .p-feature-reasons-section__img img {
    position: absolute;
    left: 0;
    max-width: none;
  }
}
.-rev .p-feature-reasons-section__img {

  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: reasons-section-img-rev;
}

.p-feature-user-voice__comment {
  line-height: 1.4;
}

.p-feature-user-voice__block {
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-rows: auto 6px 1fr;
  -ms-grid-columns: auto 20px 1fr;
  grid-template: 'uv-img uv-name' auto 'uv-img uv-attr' 1fr / auto 1fr;
  gap: 6px 20px;
  margin-top: 15px;
}

.p-feature-user-voice__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: uv-img;
}
.p-feature-user-voice__img img {
  display: block;
  width: 80px;
  height: 80px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-user-voice__img img {
    width: 100px;
    height: 100px;
  }
}

.p-feature-user-voice__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: uv-name;
  color: #000;
}

.p-feature-user-voice__attr {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: uv-attr;
  color: #000;
}

.p-feature-user-voice__attr-row {
  display: flex;
}

.p-feature-user-voice__attr-legend {
  flex: 1 1 88px;
  max-width: 5.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-user-voice__attr-legend {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-feature-user-voice__attr-detail {
  flex: 1 1 0px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-feature-user-voice__attr-detail {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-feature-user-voice__attr-detail::before {
  content: '';
  flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
  width: 1px;
  height: 0.875em;
  background: #ccc;
  margin-top: 0.4em;
}

.p-feature-top {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top {
    display: -ms-grid;
    display: grid;

    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: 'top-text top-img' auto 'top-banner top-img' 1fr / 1fr 1fr;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-feature-top {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 20px 1.3fr;
    grid-template: 'top-text top-img' auto 'top-banner top-img' 1fr / 1fr 1.3fr;
    gap: 0 20px;
  }
}

.p-feature-top__text {
  grid-area: top-text;
  order: 1;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__text {
    margin-top: 17px;
  }
}

.p-feature-top__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-feature-top__banner {
  display: -ms-grid;
  display: grid;
  color: #b59642;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  grid-area: top-banner;
  order: 3;
  max-width: 400px;
  margin: 19px auto 0;
  -ms-grid-rows: auto 0 auto 0 1fr;
  -ms-grid-columns: 70px 15px 1fr;
  grid-template: 'top-banner-img top-banner-sub' auto 'top-banner-img top-banner-main' auto 'top-banner-img top-banner-annotation' 1fr / 70px 1fr;
  gap: 0 15px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner {
    max-width: none;
    margin: 78px 0 0;
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 78px 20px 1fr;
    grid-template: 'top-banner-img top-banner-sub' auto 'top-banner-img top-banner-main' auto 'top-banner-img top-banner-annotation' 1fr / 78px 1fr;
    gap: 0 20px;
  }
}

.p-feature-top__banner-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: top-banner-img;
}
.p-feature-top__banner-img img {
  display: block;
  width: 100%;
}

.p-feature-top__banner-sub {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: top-banner-sub;
  font-weight: 700;
  font-size: 14px;
}

.p-feature-top__banner-main {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: top-banner-main;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner-main {
    font-size: 26px;
  }
}

.p-feature-top__banner-annotation {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: top-banner-annotation;
  font-size: 12px;
  margin-top: 7px;
}

@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-feature-top__banner-sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-feature-top__banner-main {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-feature-top__banner-annotation {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__banner-annotation {
    margin-top: 11px;
  }
}

.p-feature-top__img {
  grid-area: top-img;
  order: 2;
  margin-top: 13px;
}


@media print, screen and (min-width: 61.25em) {
  .p-feature-top__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-feature-top__banner {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-feature-top__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}

@media print, screen and (min-width: 80em) {
  .p-feature-top__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-feature-top__banner {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-feature-top__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__img {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
.p-feature-top__img img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

}
@media print, screen and (min-width: 61.25em) {
  .p-feature-top__img img {
    max-width: 100%;
    margin: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .p-function-combination {
    display: flex;
  }
}

.p-function-combination__text {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-function-combination__text {
    flex: 1 1 auto;
    margin-top: 0;
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-function-combination__icon {
    flex: 0 0 200px;
  }
}

#inquiry .p-form-1 {
  border: 3px solid #e5e5e5;
  position: relative;
  padding: 30px 30px 51px;
  width: 100%;
}
.max80{
  width: 80%;
  margin: 0 auto;
}
.l-form-2 > div {
    width: 80%;
}
@media print, screen and (max-width: 63.75em) {
  #inquiry .p-form-1 {
    border: 3px solid #e5e5e5;
    position: relative;
    padding: 30px 14px 51px;
    width: 100%;
}
  .p-form-1 {
    padding: 30px 14px 51px;
    width: 100%;
    margin: 0 auto;
  }
 .max80{
  width: 100%;
  margin: 0 auto;
}
.l-form-2 > div {
    width: 100%;
}
}
@media screen and (max-width: 480px){
 #inquiry .p-form-1,
 .documentCont .p-form-1 {
    border-left: none !important;
    border-right: none !important;
}
}
@media print, screen and (min-width: 48em) {
  .p-form-1.-with_img {
    padding: 30px 30px 64px;
  }
}

.p-form-1__input-group {
  display: block;
}
.p-form-1__input-group .p-form-1__input {
    width: 100%;
}
._personal .p-form-1__input-group {
  font-size:14px;
}
._personal{
  margin: 0px 0 10px;
  flex-shrink: 0;
  width: 100%;
}
._personal2 .p-form-1__input{
  margin: 0px 0 10px !important;
}
@media print, screen and (min-width: 48em){
  .p-form-1__input-group {
  display: flex;
  flex-wrap: wrap;
}
._personal {
  margin: 18px 0 0px;
  flex-shrink: 0;
  width: 100%;
}
._personal2 {
  margin: 0px 0 0px !important;
}
}
.document .p-form-1__input,.document .p-form-1__checkbox-label {
    margin-left: 0px;
}
.document .p-form-1__input-group{
  display:block;
}
._mail .document .p-form-1__input-group {
    display: flex;
}
.p-form-1__input input[type='radio'],
.p-form-1__input input[type='checkbox'] {
  width: 1;
  height: 1;
  opacity: 0;
  position: relative;
  display: none;
}

.p-form-1__row + .p-form-1__row {
  margin-top: 18px;
}

@media print, screen and (min-width: 48em) {
  .p-form-1__row {
    display: flex;
  }
.documentCont .p-form-1__row + .p-form-1__row {
  margin-top: 0px;
}
.documentCont._mail .p-form-1__row + .p-form-1__row {
  margin-top: 18px;
}
.documentCont .p-form-1__row:nth-of-type(n+3) {
    margin-top: 18px;
}
}

@media print, screen and (min-width: 48em) {
  .p-form-1__row.-vertical {
    display: block;
  }
}

.p-form-1__group {
  display: flex;
  flex: 1 1 210px;
  margin: 0 -5px;
}
.p-form-1__group .p-form-1__field {
  flex: none;
  width: calc(50% - 10px);
  margin: 0 5px;
}

.p-form-1__label {
  font-size: 4vw;
  font-weight: 700;
  cursor: text;
  margin-bottom: 3px;
  display: inline-block;
}
._personal .p-form-1__label-text{
  display: inline-block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 48em) {
  .p-form-1__label {
  font-size: 14px;
}
 input + .inline{
  font-size: 14px;
  position: relative;
  padding-left: 0.5em;
}
  .p-form-1__label {
    flex: 0 1 240px;
    padding-right: 6px;
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__label.-pt_s {
    padding-top: 3px;
  }
}
[data-validation-passed='true'] .p-form-1__label.-required .p-form-1__label-text::after {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  border-left: 0.342em solid #56bb50;
  border-bottom: 0.342em solid #56bb50;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  margin: -0.1em 6px 0 0.7em;
}
@media print, screen and (min-width: 48em) {
  .p-form-1__label.-legend {
    padding-top: 0;
  }
}

.ico-required {
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}

.ico-required:before {
  /* content: '（'; */
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}
.ico-required:after {
  /* content: '）'; */
  color: #f00;
  font-weight: 400;
  font-size: 14px;
}

.p-form-1__field {
  flex: 1 1 210px;
}

.p-form-1__error-message {
  color: #f00;
  font-size: 14px;
  display: none;
}
[data-validation-passed='false'] .p-form-1__error-message {
  display: block;
}

input:not([data-validation-passed]) + .p-form-1__error-message,
input[data-validation-passed='true'] + .p-form-1__error-message {
  display: none;
}
input[data-validation-passed='false'] + .p-form-1__error-message {
  display: block;
}

.p-form-1__note {
  font-size: 14px;
}
.p-form-1__submit {
  margin-top: 30px;
}

.p-form-1__img {
  position: absolute;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  right: 20px;
}


input[type='radio']:focus + .p-form-1__checkbox-label::before,
input[type='radio']:focus + .p-form-1__checkbox-label::after,
input[type='checkbox']:focus + .p-form-1__checkbox-label::before,
input[type='checkbox']:focus + .p-form-1__checkbox-label::after {
  border: 1px solid #314da4;
}
input[type='checkbox'] + .p-form-1__checkbox-label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.142em;
  height: 1.142em;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.285em;
  border-radius: 0.285em;
}
input[type='checkbox'] + .p-form-1__checkbox-label::after {
  content: '';
  display: inline-block;
  width: 0.714em;
  height: 0.714em;
  background-color: #314da4;
  -webkit-border-radius: 0.142em;

  border-radius: 0.142em;
  position: absolute;
  left: 0.2em;
  top: 0.35em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type='checkbox']:checked + .p-form-1__checkbox-label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type='radio'] + .p-form-1__checkbox-label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.142em;
  height: 1.142em;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio'] + .p-form-1__checkbox-label::after {
  content: '';
  display: inline-block;
  width: 0.714em;
  height: 0.714em;
  background-color: #314da4;
  -webkit-border-radius: 0.142em;
  border-radius: 0.142em;
  position: absolute;
  left: 0.2em;
  top: 0.35em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio']:checked + .p-form-1__checkbox-label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-form-1__tooltip {
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .p-form-1__checkbox-label {
  font-size: 4vw;
  position: relative;
  padding-left: 1.5em;
}
  .p-form-1__tooltip::before {
    content: '';
    position: absolute;
    display: block;
    border-top: 9px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: hidden;
    opacity: 0;
  }
  .p-form-1__tooltip:hover::before,
  .p-form-1__tooltip:focus::before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
      -webkit-transform 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip {
    position: relative;
  }
}


.p-form-1__tooltip-text {
  visibility: hidden;
  opacity: 0;
  padding: 0 0 15px 0;
  position: absolute;
  font-weight: 400;
  z-index: 10;
  right: -100%;
  font-size: 12px;
  cursor: text;
}
@media only screen and (max-width: 47.9375em) {
  .p-form-1__tooltip-text {
    -webkit-transform: translateY(-webkit-calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip-text {
    top: 21px;
    -webkit-transform: translate(0, -webkit-calc(-100%));
    transform: translate(0, calc(-100%));
    padding: 0 0 15px 0;
  }
}
.p-form-1__tooltip:focus > .p-form-1__tooltip-text,
.p-form-1__tooltip:hover > .p-form-1__tooltip-text {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 47.9375em) {
  .p-form-1__tooltip:focus > .p-form-1__tooltip-text,
  .p-form-1__tooltip:hover > .p-form-1__tooltip-text {
    -webkit-transform: translateY(-webkit-calc(-100% - 19px));
    transform: translateY(calc(-100% - 19px));
  }
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip:focus > .p-form-1__tooltip-text,
  .p-form-1__tooltip:hover > .p-form-1__tooltip-text {
    -webkit-transform: translate(0, -webkit-calc(-100% - 15px));
    transform: translate(0, calc(-100% - 15px));
  }
}
.p-form-1__tooltip-text::before {
  content: '';
  position: absolute;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-form-1__tooltip-text::before {
    border-top: 9px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: 6px;
    right: 19px;
  }
}

.p-form-1__tooltip-text-inner {
  color: white;
  background: #333333;
  padding: 12px 9px;
  width: 238px;
}

.p-form-1__tooltip-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.142em;
  height: 1.071em;
  background-image: url(/neo/common/img/icon_tooltip_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-form-data__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-form-data__heading {
    flex-shrink: 0;
    width: 260px;
    padding-right: 10px;
  }
}

.p-form-data__body {
  font-size: 16px;
  font-size: 1rem;
  word-break: break-all;
}

.p-form-data__row + .p-form-data__row {
  margin-top: 10px;
}

@media print, screen and (min-width: 48em) {
  .p-form-data__row {
    display: flex;
  }
  .p-form-data__row + .p-form-data__row {
    margin-top: 12px;
  }
}

.p-lightbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  padding: 0 3.125%;
}

.p-lightbox__inner {
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index: 50;
}

.p-lightbox__video-container {
  width: 100%;
  padding-top: 56.25%;
}

.p-lightbox__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 0);

  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-lightbox__video.loaded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.p-lightbox__container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 20px 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .p-lightbox__container {
    padding: 65px 16px;
  }
}

.p-lightbox__container-inner {
  max-width: 580px;
  margin: 0 auto;
}


.p-lightbox__overlay {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.p-popup {
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-popup.transition {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.p-popup.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup {
    display: none;
  }
}
body.rh-factor .p-popup {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .p-popup {
    width: 420px;
    bottom: 30px;
    right: 30px;
  }
}

.p-popup__close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -4px;
  right: 2px;
  cursor: pointer;
  z-index: 200;
  border: none;
  background-image: url(/neo/common/img/icon_circle-close_black.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 48em) {
  .p-popup__close {
    width: 32px;
    height: 32px;
    top: -4px;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .p-popup__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-popup-2 {
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  max-width: 380px;
}
@media print, screen and (min-width: 48em) {
  .p-popup-2 {
    width: 420px;
    min-height: 220px;
    bottom: 30px;
    right: 30px;
  }
}
.p-popup-2.transition {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.p-popup-2.active {
  opacity: 1;
  visibility: visible;
}

.p-popup-2__inner {
  border: 3px solid #314da4;
  background: #fff;
  cursor: pointer;
}

.p-popup-2__content {
  padding: 20px 8px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-popup-2__content:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-popup-2__content img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.p-popup-2__close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -4px;
  right: 2px;
  cursor: pointer;
  z-index: 200;
  border: none;
  background-image: url(/neo/common/img/icon_circle-close_blue.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 48em) {
  .p-popup-2__close {
    width: 32px;
    height: 32px;
    top: -16px;
    right: -16px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .p-popup-2__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-popup-3 {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}


.p-popup-3__inner {
  padding: 16px 12px;
  background: #fff;
}

@media print, screen and (min-width: 80em) {
  .p-price-basic-plan {
    height: 100%;
  }
}

.p-price-basic-plan.-padding {
  padding: 20px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-price-basic-plan.-padding {
    padding: 38px 20px;
  }
}

.p-price-basic-plan.-plus {
  position: relative;
}
.p-price-basic-plan.-plus::after {
  position: absolute;
  content: '';
  background: url(/neo/common/img/icon_circle-plus_light-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 25px;
  height: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-price-basic-plan.-plus::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-basic-plan.-plus::after {
    bottom: auto;
    top: 40%;
    right: 0;
    -webkit-transform: translate(-webkit-calc(50% + 2px), 0);
    transform: translate(calc(50% + 2px), 0);
  }
}

.p-price-basic-plan.-border {
  border: 4px solid #c0c7dc;
}

.p-price-basic-plan.-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-price-basic-plan.-center.-padding {
  padding-top: 12px;
}

.p-price-basic-plan__logo {
  width: 189px;
}
.p-price-basic-plan__logo img {
  display: block;
  max-width: 100%;
}

.p-price-basic-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-basic-plan__price {
    margin-top: 20px;
  }
}

.p-price-basic-plan__logo-label {
  margin-top: 8px;
}

.p-price-basic-plan__description {
  margin-top: 12px;
}

.p-price-basic-plan__input-area {
  margin-top: 12px;
  background: #f2f6ff;
  padding: 10px;
}

.p-price-basic-plan__errors {
  margin-top: 5px;
}

.p-price-cloud-price {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto 1fr;
  -ms-grid-columns: 1fr;

  grid-template: 'price-cloud-toggle' auto 'price-cloud-basic-heading' auto 'price-cloud-basic-body' auto 'price-cloud-option-heading' auto 'price-cloud-option-body' 1fr/1fr;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price {
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 400fr 40px 380fr;
    grid-template: 'price-cloud-toggle price-cloud-toggle' auto 'price-cloud-basic-heading price-cloud-option-heading' auto 'price-cloud-basic-body price-cloud-option-body' 1fr/400fr 380fr;
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-cloud-price {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 40px 1.225fr 40px 230px;
    grid-template: 'price-cloud-basic-heading price-cloud-option-heading price-cloud-toggle' auto 'price-cloud-basic-body price-cloud-option-body price-cloud-option-body' 1fr/1fr 1.225fr 230px;
    gap: 0 40px;
  }
}

.p-price-cloud-price__basic-heading {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: price-cloud-basic-heading;
  margin-top: 20px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__basic-heading {
    margin-top: 0;
  }
}

.p-price-cloud-price__basic-body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: price-cloud-basic-body;
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-price-cloud-price__basic-body {
    margin-top: 10px;
  }
}

.p-price-cloud-price__option-heading {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: price-cloud-option-heading;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-price-cloud-price__option-heading {
    margin-top: 52px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__option-heading {
    margin-top: 0;
  }
}

.p-price-cloud-price__option-body {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: price-cloud-option-body;
  margin-top: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-price-cloud-price__option-body {
    margin-top: 10px;
  }
}

.p-price-cloud-price__price-toggle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: price-cloud-toggle;
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__basic-heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__basic-body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__option-heading {
    -ms-grid-row: 3;
    -ms-grid-column: 3;

  }
  .p-price-cloud-price__option-body {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-price-cloud-price__price-toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-cloud-price__basic-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__basic-body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-price-cloud-price__option-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-price-cloud-price__option-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-price-cloud-price__price-toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-cloud-price__price-toggle {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-cloud-price__price-toggle {
    margin-bottom: 0;
    justify-content: flex-end;
  }
}


.p-price-cloud-price__price-toggle-toggle {
  margin-left: 19px;
}
.p-price-display {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  font-weight: 700;
  line-height: 1.4;
  flex-wrap: wrap;
  width: 100%;
}
.p-price-display .c-text{
  font-weight:normal;

}
#priceCrowd .p-price-display {
  /* width: 65%; */
  float: right;
}

@media only screen and (max-width: 47.9375em) {
  .p-price-display {
  /* width: 100% !important; */
  /* float: none !important; */
}
.c-table.-half .p-price-display {
  width: 100% !important;
  /* float: none !important; */
}
}
#section1 .p-price-display {
  width: 100%;
  float: none;
}
#section1 .p-price-display__uchizei, #section1 .p-price-basic-plan__price + div {justify-content: flex-end;margin-top: -15px;font-size: 14px;}
#section1 .p-price-option__price + div{justify-content: flex-end;margin-top: -10px;font-size: 14px !important;}
.p-price-display + div{
  margin-top: 19px;
  font-size: 13px !important;
}
#price-small .p-price-display + div{
  margin-top: 0px;
}
#section1  .p-price-basic-plan .p-price-basic-plan__price .p-price-display__symbol.-sml{
  font-size: 14px !important;
}
#section1 .p-price-basic-plan__price .p-price-display__symbol.-sml{
  font-size: 14px !important;
}
.p-price-display + div > div{
  font-size: 13px !important;
}
.p-price-display__user{
    display: inline-block;
    font-weight: normal;
    text-align: left;
    margin-top: 14px;
}
#contents_price .p-price-uchizei{
  font-size: 14px !important;
  margin-top: -15px;
}
.p-price-uchizei{
  text-align:right;
  width: 100%;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -4px;
}
.p-price-support-tables .p-price-uchizei{
  font-size: 12px;
  font-size: 0.75rem;
}
.spacer{
  
flex-grow: 1;
}
.p-price-display__symbol {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price-display__symbol.-s {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-price-display__symbol.-sm {
  font-size: 16px;
  font-size: 1rem;
}
.p-price-display__symbol.-sml {
  font-size: 16px;
  font-size: 1rem;
}
.p-price-display__symbol.-m {
  font-size: 28px;
  font-size: 1.75rem;
}
.p-price-display__symbol.-l {
  font-size: 28px;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__symbol {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-price-display__symbol.-s {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-price-display__symbol.-sm {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-price-display__symbol.-sml {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-price-display__symbol.-m {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-price-display__symbol.-l {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-price-display__number {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  margin-left: 4px;
  word-break: break-all;
}
.p-price-display__number.-s {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 3px;
}
.p-price-display__number.-sm {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 4px;
}
.p-price-display__number.-sml {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 4px;
}
.p-price-display__number.-m {
  font-size: 36px;
  font-size: 2.25rem;
  margin-left: 4px;
}
.p-price-display__number.-l {
  font-size: 36px;
  font-size: 2.25rem;
  margin-left: 5px;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__number {
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: 4px;
  }
  .p-price-two-col-tables .p-price-display__number {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-price-display__number.-s {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 3px;
  }
  .p-price-display__number.-sm {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 4px;
  }
  .p-price-display__number.-sml {
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 5px;
  }
  .p-price-display__number.-m {
    margin-left: 5px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-price-display__number.-l {
    font-size: 60px;
    font-size: 3.75rem;
    margin-left: 7px;
  }
}

.p-price-display__separator {
  font-size: 16px;
  margin: 0 2px;
}
.p-price-display__separator.-s {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 1px;
}
.p-price-display__separator.-m {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price-display__separator.-l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__separator {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-price-display__separator.-s {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-price-display__separator.-m {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-price-display__separator.-l {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-price-display__range {
  font-family: Roboto, sans-serif;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__range {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-price-display__none {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__none {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-price-display__time {
  font-size: 16px;
  font-size: 1rem;
}
.p-price-display__time.-s {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-price-display__time.-m {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-price-display__time.-l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-display__time {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-price-display__time.-s {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-price-display__time.-l {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .p-price-head-bodies {
    display: flex;
    border-right: 1px solid #c0c7dc;
  }
}

.p-price-head-body {
  display: flex;
  flex-direction: column;
  border: 1px solid #c0c7dc;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-head-body + .p-price-head-body {
    margin-top: 20px;
  }

}
@media print, screen and (min-width: 48em) {
  .p-price-head-body {
    flex: 1 1 0px;
    border-right-style: none;
  }
}

.p-price-head-body__head {
  flex-grow: 1;
  border-bottom: 1px solid #c0c7dc;
  background: #f2f6ff;
}

.p-price-head-body__head-inner {
  padding: 12px 16px 10px;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-price-head-body__head-inner {
    padding: 17px 19px;
  }
}

.p-price-head-body__body-inner {
  background: #fff;
  padding: 12px 16px 10px;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-price-head-body__body-inner {
    padding: 9px 19px 8px;
  }
}

.p-price-option__head {
  display: flex;
}

.p-price-option__head-logo img {
  display: block;
  max-width: 100%;
}

.p-price-option__head-logo.-appsuite {
  width: 123px;
}

.p-price-option__head-logo.-chatluck {
  width: 126px;
}

.p-price-option__head-logo.-kotsuhi {
  width: 204px;
}
.p-price-option__head-logo.-kotsuhi.-s {
  width: 163px;
}

.p-price-option__head-logo.-webmtg {
  width: 142px;
}
.p-price-option__head-logo.-webmtg.-s {
  width: 126px;
}

.p-price-option__head-text {
  margin-left: 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-option__head-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-price-option__description {
  margin-top: 15px;
}

.p-price-option__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.p-price-option__input-area {
  background: #f2f6ff;
  padding: 7px 10px 8px;
  margin-top: 12px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 48em) {
  .p-price-option-boxes {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-option-boxes {
    display: block;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-option-boxes {
    display: flex;
  }
}

.p-price-option-box {
  border: 1px solid #c0c7dc;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-option-box + .p-price-option-box {
    margin-top: 16px;

  }
}
@media print, screen and (min-width: 48em) {
  .p-price-option-box {
    width: 50%;
  }
  .p-price-option-box:nth-child(2n + 1) {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(2n + 2) {
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(n + 3) {
    border-top-color: transparent;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-option-box {
    width: 100%;
  }
  .p-price-option-box:nth-child(2n + 1) {
    border-left-color: #c0c7dc;
    border-right-color: #c0c7dc;
  }
  .p-price-option-box:nth-child(2n + 2) {
    border-color: #c0c7dc;
  }
  .p-price-option-box:nth-child(n + 3) {
    border-color: #c0c7dc;
  }
  .p-price-option-box + .p-price-option-box {
    border-top-color: transparent;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-option-box {
    width: 50%;
  }
  .p-price-option-box:nth-child(2) {
    border-top-color: #c0c7dc;
  }
  .p-price-option-box:nth-child(2n + 1) {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(2n + 2) {
    border-right-color: transparent;
  }
  .p-price-option-box:nth-child(n + 3) {
    border-top-color: transparent;
  }
}
.p-price-option-box.-padding {
  padding: 20px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-price-option-box.-padding {
    padding: 20px;
  }
}

.p-price-other-options {
  margin-top: 12px;
}
@media print, screen and (min-width: 48em) {
  .p-price-other-options {
    margin-top: 20px;
  }
}

.p-price-other-option {
  padding: 13px 20px 10px;
  background: #f2f6ff;
}
@media print, screen and (min-width: 48em) {
  .p-price-other-option {
    display: flex;
    padding: 7px 20px 3px;
  }
}
.p-price-other-option + .p-price-other-option {
  margin-top: 5px;
}

.p-price-other-option__head {
  flex: 0 0 280px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.p-price-other-option__body {
  flex: 1 1 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-other-option__body {
    padding-left: 20px;
    margin-top: 8px;
  }
}
[data-simulator-field-disabled] .p-price-other-option__body,
[data-simulator-option-not-available] > *{
  color: #848484;
  pointer-events: none;
}

@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail {
    display: flex;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail.-vertical {
    display: block;
  }
}

.p-price-other-option__detail-left {
  flex: 190 190 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-other-option__detail-left {
    padding-right: 10px;
  }
}

.p-price-other-option__detail-right {
  flex: 460 460 0;
}
.p-price-other-option__detail-right.-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-price-other-option__detail-bottom {
  margin-top: 12px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-other-option__detail-bottom {
    margin-top: 6px;
  }
}

.p-price-other-option__main {
  display: flex;
  align-items: center;
}

.p-price-other-option__main-label {
  display: flex;
  align-items: center;
}

.p-price-other-option__main-label-text {
  margin-left: 10px;
}

.p-price-other-option__main-label-question {
  margin-left: 10px;
}

.p-price-other-option__detail-vertical {
  width: 100%;
}
@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical {
    display: flex;
  }
}

@media print, screen and (min-width: 48em) {
  .p-price-other-option__detail-vertical-left {
    display: flex;
  }
}

@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical-left {
    padding-right: 26px;
    flex: 0 0 350px;
    justify-content: space-between;
  }
}

.p-price-other-option__detail-vertical-left-head {
  flex: 0 0 150px;
  padding-right: 15px;
}
@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical-left-head {
    flex: 1 1 112px;
    padding-right: 10px;
  }
}

.p-price-other-option__detail-vertical-left-body {
  flex: 1 1 auto;
}

.p-price-other-option__detail-vertical-right {
  flex: 1 1 auto;
  padding-left: 20px;
}
@media print, screen and (min-width: 80em) {
  .p-price-other-option__detail-vertical-right {
    padding-left: 0;
  }
}

.p-price-other-option__radios {
  display: flex;
  flex-wrap: wrap;
}
.p-price-other-option__radios[data-disabled] {
  color: #848484;
  pointer-events: none;
}

.p-price-other-option__radio {
  display: block;
  margin-right: 10px;
}
.p-price-other-option__radio:last-child {
  margin-right: 0;
}

.p-price-other-option__radio-button {
  margin-right: 5px;
}

.p-price-other-option__errors {
  margin-top: 5px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: 'webmtg-head kotsuhi-head' auto 'webmtg-body kotsuhi-body' auto/1fr 1fr;
    gap: 0 30px;
  }
}

.p-price-package-tables__webmtg-head {
  grid-area: webmtg-head;
}

.p-price-package-tables__webmtg-body {
  grid-area: webmtg-body;
  margin-top: 20px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__webmtg-body {
    margin-top: 26px;
  }
}

.p-price-package-tables__kotsuhi-head {
  grid-area: kotsuhi-head;
  margin-top: 52px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__kotsuhi-head {
    margin-top: 0;
  }
}

.p-price-package-tables__kotsuhi-body {
  grid-area: kotsuhi-body;
  margin-top: 20px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__webmtg-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-package-tables__webmtg-body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-price-package-tables__kotsuhi-head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-price-package-tables__kotsuhi-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-tables__kotsuhi-body {
    margin-top: 26px;
  }
}

.p-price-simulation {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 'price-simulation-basic' auto 'price-simulation-option' auto 'price-simulation-other' auto 'price-simulation-result' 1fr/1fr;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation {
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'price-simulation-basic' auto 'price-simulation-option' auto 'price-simulation-other' auto 'price-simulation-result' 1fr/1fr;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-simulation {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 340px 650fr 205px;
    grid-template: 'price-simulation-basic price-simulation-option price-simulation-result' auto 'price-simulation-other price-simulation-other price-simulation-result' 1fr/340px 650fr 205px;
  }
}

.p-price-simulation__basic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: price-simulation-basic;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__basic {
    margin-right: 44px;
  }
}

.p-price-simulation__basic-body {
  flex-grow: 1;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation__basic-body {
    margin-top: 10px;
  }
}

.p-price-simulation__option {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: price-simulation-option;
  margin-top: 32px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__option {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-price-simulation__option-body {
    margin-top: 10px;
  }
}

.p-price-simulation__result {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: price-simulation-result;
  margin-top: 32px;
}
@media print, screen and (min-width: 61.25em) {

  .p-price-simulation__result {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__result-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}

.p-price-simulation__other {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: price-simulation-other;
  margin-top: 32px;
}

@media print, screen and (min-width: 48em) {
  .p-price-simulation__basic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-simulation__option {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-price-simulation__result {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-price-simulation__other {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-simulation__basic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-price-simulation__option {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-price-simulation__result {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-price-simulation__other {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation__other {
    margin-right: 20px;
  }
}

.p-price-simulation-result {
  background: #fef712;
}

.p-price-simulation-result__inner {
  padding: 27px 18px 30px;
  max-width: 600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__inner {
    padding: 27px 15px 30px;
  }
}

.p-price-simulation-result__section-heading {
  font-weight: 700;
  font-size: 14px;
}

.p-price-simulation-result__sum-result {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  line-height: 1;
  margin-top: 3px;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__sum-result {
    margin-top: 3px;
  }
}

.p-price-simulation-result__sum-result-symbol {
  font-weight: 700;
  flex: 0 0 auto;
  font-size: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__sum-result-symbol {
    font-size: 20px;
  }
}

.p-price-simulation-result__sum-result-number {
  word-break: break-all;
  font-family: Roboto, sans-serif;
  flex: 0 1 auto;
  font-weight: 700;
  margin-left: 9px;
  font-size: 28px;
}
@media print, screen and (min-width: 48em) {
  .p-price-simulation-result__sum-result-number {
    font-size: 28px;
  }
}

.p-price-simulation-result__heading {
  font-weight: 700;
  font-size: 16px;
}

.p-price-simulation-result__block + .p-price-simulation-result__block {
  margin-top: 23px;
}
.p-price-simulation__result small{
  margin-top: 30px;
}
small + .p-price-simulation-result__block.-button {
  margin: 10px 0 20px;
}


.p-price-support-tables {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-price-support-tables {
    margin-top: 28px;
    display: flex;
  }
}

.p-price-support-table {
  flex: 337 337 0px;
}
.p-price-support-table + .p-price-support-table {
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .p-price-support-table + .p-price-support-table {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-support-table.-wide {
    flex: 465 465 0px;
  }
}

.p-price-support-table__table {
  margin-top: 10px;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-two-col-tables {
    display: flex;
  }
}

.p-price-two-col-table + .p-price-two-col-table {
  margin-top: 100px;
  position: relative;
}
.p-price-two-col-table + .p-price-two-col-table::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/neo/common/img/icon_circle-plus_light-blue.svg);
  top: -webkit-calc((-100px / 2) - (40px / 2));
  top: calc((-100px / 2) - (40px / 2));
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 61.25em) {
  .p-price-two-col-table {
    flex: 1 1 0px;
  }
  .p-price-two-col-table + .p-price-two-col-table {
    margin-top: 0;
    margin-left: 100px;
  }
  .p-price-two-col-table + .p-price-two-col-table::before {
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    left: -webkit-calc((-100px / 2) - (40px / 2));
    left: calc((-100px / 2) - (40px / 2));
  }
}

.p-price-package-simulator {
  border: 1px solid #c0c7dc;
}
@media print, screen and (min-width: 80em) {
  .p-price-package-simulator {
    display: flex;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-price-package-simulator__result {
    flex: 2 2 800px;
  }
}

.p-price-package-simulator__result-top {
  background: #f2f6ff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p-price-package-simulator__input {
  padding: 20px 16px;
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-simulator__input {
    flex: 1 1 400px;
    padding: 17px 15px 20px 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-price-package-simulator__input {
    padding: 27px 30px 30px 30px;
  }
}

.p-price-package-simulator__input-heading {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-price-package-simulator__input-line {
  width: 100%;
  height: 1px;
  background: #c0c7dc;
  margin-top: 20px;
}

.p-price-package-simulator__input-item.-option {
  margin-top: 19px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-item.-option {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-price-package-simulator__input-item.-option {
    flex: initial;
    display: block;
  }
}

.p-price-package-simulator__input-item-box {
  background: #f2f6ff;
  padding: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 40.0625em) {
  .p-price-package-simulator__input-item-box {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .-option .p-price-package-simulator__input-item-box {
    flex-grow: 1;
  }
}

.p-price-package-simulator__input-item-box-body {
  margin-top: 5px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-item-box-body {
    margin-top: 0;
  }
}

.p-price-package-simulator__input-item-label {
  display: inline-flex;
  align-items: center;
}

.p-price-package-simulator__input-item-label-text {
  margin-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-price-package-simulator__input-item-icon img {
  display: block;
  max-width: 100%;
}

.p-price-package-simulator__input-section.-option {
  margin-top: 17px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-section.-option {
    margin-top: 17px;
  }
}

.p-price-package-simulator__input-options {
  margin-top: 13px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-options {
    margin-top: 13px;
  }
}

.p-price-package-simulator__input-item-box-head {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  flex: 0 0 104px;
  padding-right: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-simulator__input-item-box-head {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-price-package-simulator__input-errors {
  margin-top: 5px;
}

.p-price-package-simulator__per-user {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-price-package-simulator__per-user-text {
  font-size: 13px;
  display: inline-block;
}

.p-price-package-simulator__per-user-symbol {
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}

.p-price-package-simulator__per-user-num {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  display: inline-block;
  margin-left: 2px;
}

.p-price-package-simulator__per-user-slash {
  font-size: 11px;
  display: inline-block;
  margin-left: 2px;
}

.p-price-package-simulator__per-user-time {
  font-size: 11px;
  display: inline-block;
}

.p-price-package-result {
  padding: 22px 30px 55px;
  min-width: 670px;
}

.p-price-package-result__notice {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-result__notice {
    display: none;
  }
}

.p-price-package-result__col {
  display: flex;
  width: 100%;
}

.p-price-package-result__col-1 {
  flex: 350 1 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-price-package-result__col-2 {
  flex: 195 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.p-price-package-result__col-3 {
  flex: 195 0 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 10px;
}

.p-price-package-result__row {
  padding: 6px 0 3px;
  border-top: 1px solid #d8deed;
  min-height: 70px;
}
.p-price-package-result__row.-without_detail {
  display: flex;
  align-items: center;
}

.p-price-package-result__sum {
  border-top: 2px solid #c0c7dc;
  padding-top: 20px;
}

.p-price-package-result__label-text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-price-package-result__label-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-price-package-result__detail-row {
  padding-left: 10px;
}

.p-price-package-result__detail-row:nth-child(2n + 1) {
  background: #e5edff;
}

.p-price-package-result__detail-rows {
  padding: 15px 0 9px;
}

.p-price-simulation-errors__error {
  color: #FF0000;
  font-size: 12px;
}
.p-price-simulation-errors__error + .p-price-simulation-errors__error {
  margin-top: 4px;
}

.p-process {
  position: relative;
  border: 1px solid #c0c7dc;
}
@media print, screen and (min-width: 48em) {
  .p-process {
    display: flex;
  }
}
.p-process + .p-process {
  margin-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-process + .p-process {
    margin-top: 40px;
  }
}
.p-process + .p-process::before {
  content: '';
  position: absolute;
  border-top: 12px solid #ccc;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -21px);
  transform: translate(-50%, -21px);
}
@media print, screen and (min-width: 48em) {
  .p-process + .p-process::before {
    left: 142px;
    -webkit-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
  }
}

.p-process__head {
  display: flex;
  align-items: center;
  background: #f2f6ff;
  padding: 15px 17px 14px;
}
@media print, screen and (min-width: 48em) {
  .p-process__head {
    flex: 0 0 285px;
    padding: 15px 15px 14px;
    justify-content: center;
  }
}

.p-process__body {
  padding: 15px 17px 14px;
}
@media only screen and (max-width: 47.9375em) {
  .p-process__body {
    border-top: 1px solid #c0c7dc;
  }
}
@media print, screen and (min-width: 48em) {
  .p-process__body {
    flex: 1 1 0px;
    border-left: 1px solid #c0c7dc;
    padding: 15px 20px 14px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-process__body {
    display: flex;
    align-items: center;
  }
}
.p-process__body.-blue {
  background: #f2f6ff;
}
.p-process__body.-no-border-pc {
  border-left-color: transparent;
}

@media print, screen and (min-width: 61.25em) {
  .p-process__body-main {
    flex: 1 1 0px;
  }
}

.p-process__body-sub {
  margin-top: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .p-process__body-sub {
    margin-top: 0;
    padding-left: 30px;
    flex: 0 0 199px;
  }
}

.p-seminar-head {
  display: flex;
}

@media print, screen and (min-width: 48em) {
  .p-seminar-head__left {
    flex: 1 1 0px;
    padding-right: 40px;
  }
}

.p-seminar-head__right {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__right {
    display: block;
    flex: 0 0 300px;
  }
  .p-seminar-head__right img {
    display: block;
    max-width: 100%;
  }
}

.p-seminar-head__left-row {
  display: flex;
}
.p-seminar-head__left-row + .p-seminar-head__left-row {
  margin-top: 12px;
}
.p-seminar-head__left-row + .p-seminar-head__left-row.-mt_none {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__left-row + .p-seminar-head__left-row {
    margin-top: 20px;
  }
}

.p-seminar-head__fee {
  margin-right: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__fee {
    margin-right: 16px;
  }
}

.p-seminar-head__free-icon {
  font-size: 18px;
  width: 48px;
  height: 48px;
  background: #314da4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__free-icon {
    width: 56px;
    height: 56px;
  }
  .p-seminar-head__free-icon div {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.p-seminar-head__capacity-text {
  font-weight: 700;
  font-size: 16px;
  margin-left: 12px;
  line-height: 1.33;
}
.p-seminar-head__capacity-text.-orange {
  color: #f66303;
}
.p-seminar-head__capacity-text.-gray {
  color: #999;
}

.p-seminar-head__capacity-bottom {
  font-size: 13px;
}

.p-seminar-head__capacity-top {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}

.p-seminar-head__title {
  font-weight: 700;
  font-size: 24px;
  /* font-size: 1.25rem; */
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.formTitle{
    font-size: 24px;
    font-weight:normal;
}
@media print, screen and (min-width: 48em) {
.formTitle{
    font-size: 20px;
}
}
.p-seminar-head__subtitle {
  font-weight: 700;
  font-size: 18px;
  /* font-size: 0.875rem; */
  text-align: justify;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-head__subtitle {
    font-size: 22px;
    /* font-size: 1.375rem; */
  }
}
.p-seminar-head__date{
    font-size: 17px;
    font-weight: bold;
}
@media print, screen and (min-width: 48em) {
.p-seminar-head__date{

font-size: 21px;
}
}
.normal{
  font-weight:normal;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices {
    display: flex;
    width: 900px;
  }
}

.p-seminar-voices__icon {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices__icon {
    display: block;
    flex: 0 0 40px;
    margin-right: 22px;
    padding-left: 0px;
  }
  .p-seminar-voices__icon img {
    display: block;
    /* max-width: 100%; */
    padding-left: 40px;
  }
}

.p-seminar-voices__baloon {
  background: #f2f6ff;
  padding: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices__baloon {
    padding: 30px;
    flex: 1 1 0px;
    position: relative;
  }
  .p-seminar-voices__baloon::before {

    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 12px solid #f2f6ff;
    -webkit-transform: translateX(-99%);
    transform: translateX(-99%);
  }
}

.p-seminar-voices__baloon-item {
  line-height: 1.6;
  font-size: 14px;
}
.p-seminar-voices__baloon-item ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6px;
    font-size: 14px;
}
.p-seminar-voices__baloon-item + .p-seminar-voices__baloon-item {
  margin-top: 11px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-voices__baloon-item + .p-seminar-voices__baloon-item {
    margin-top: 8px;
  }
}

.p-seminar-programs__row {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.p-seminar-programs__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-programs__row {
    padding: 15px 0;
    display: flex;
  }
}
.paragraph li,.seminarCont ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom:6px;

  }
.paragraph li {
    font-size: 14px;
  }
@media print, screen and (min-width: 48em) {
  .p-seminar-programs__heading {
    flex: 0 0 150px;
  }
}

.p-separated-box {
  border: 1px solid #c0c7dc;
  padding: 32px 24px;
}
@media print, screen and (min-width: 48em) {
  .p-separated-box {
    display: flex;
    padding: 28px 31px 24px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-separated-box__item {
    flex: 1 1 0px;
  }
}

.p-separated-box__separator {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #c0c7dc;
}
@media print, screen and (min-width: 48em) {
  .p-separated-box__separator {
    flex: 0 0 1px;
    min-height: 100%;
    height: auto;
    margin: 0 30px;
  }
}

.p-separated-tables {
  border: 1px solid #c0c7dc;
  margin-top: 8px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-tables {
    border: none;
    display: flex;
    align-items: flex-start;
  }
}
.p-separated-tables.-no-collapse {
  border: none;
}
.p-separated-tables.-no-mt {
  margin-top: 0;
}
.p-separated-tables.-no-border {
  border: none;
}

.p-separated-table {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table {
    border: 1px solid #c0c7dc;
  }
  .p-separated-tables.-no-border .p-separated-table {
    border: none;
  }
}
@media print, screen and (min-width: 80em) {
  .p-separated-table + .p-separated-table {
    margin-left: 5px;
  }
}
.p-separated-tables.-no-collapse .p-separated-table {
  border: 1px solid #c0c7dc;
}
.p-separated-tables.-no-collapse .p-separated-table + .p-separated-table {
  margin-top: 32px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-tables.-no-collapse .p-separated-table + .p-separated-table {
    margin-top: 0;
  }
}

.p-separated-table__row {
  display: flex;
}
.p-separated-table__row + .p-separated-table__row {
  border-top: 1px solid #c0c7dc;
}
.p-separated-table__row.-collapse {
  display: none;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__row.-collapse {
    display: flex;
  }
}

.p-separated-table__cell {
  width: 50%;
  padding: 2px 9px 0;
  display: flex;
  min-height: 50px;
  align-items: center;
  background: #fff;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell {
    width: 45%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell {
    width: 40%;
  }
  #priceEnterprise .p-separated-table__cell {
    width: 45%;
  }
  #priceEnterprise .p-separated-table__cell:nth-of-type(2) {
    width: 63%;
  }
  #priceEnterprise #section2 .p-separated-table__cell {
    width: 40%;
  }
  #priceEnterprise #section2 .p-separated-table__cell:nth-of-type(2) {
    width: 70%;
  }
    #priceEnterprise .p-price-package-tables__kotsuhi-body .p-separated-table__cell {
    width: 40%;
  }
  #priceEnterprise .p-price-package-tables__kotsuhi-body .p-separated-table__cell:nth-of-type(2) {
    width: 60%;
  }
  .p-price-package-tables__kotsuhi-body .p-separated-table__cell {
    width: 42%;
  }
}
.p-separated-table__cell + .p-separated-table__cell {
  border-left: 1px solid #c0c7dc;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell + .p-separated-table__cell {
    width: 55%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__cell + .p-separated-table__cell {
    width: 60%;
  }
}
.p-separated-table.-indigo .p-separated-table__cell {
  background: #f2f6ff;
}
.p-separated-table__cell.-head {
  background: #f2f6ff;
  color: #000;
  min-height: 40px;
  justify-content: center;
}
.p-separated-table.-indigo .p-separated-table__cell.-head {
  background: #314da4;
  color: #fff;
}

.p-separated-table__plus {
  display: flex;
  justify-content: center;
}

.p-separated-table__plus-icon {
  display: block;
  max-width: 100%;
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 80em) {
  .p-separated-table__plus-icon {
    width: 40px;
    height: 40px;
  }
}

.p-separated-table__text {
  font-size: 14px;
  line-height: 1.4;
}

.p-tab__triggers {
  display: flex;
  width: 100%;
  position: relative;
}
.p-tab__triggers::before,
.p-tab__triggers::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 50%;
  background: #e5e5e5;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 10;
}
.p-tab__triggers::before {
  top: 0;
  left: 0;
}
.p-tab__triggers::after {
  bottom: 0;
  right: 0;
}
.p-tab__triggers.rev::before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.p-tab__triggers.rev::after {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.p-tab__trigger {
  width: 50%;
  text-align: center;
  padding: 12px;
  background: #f2f6ff;
  color: #314da4;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.4s, background-color 0.4s, opacity 0.2s;
  transition: color 0.4s, background-color 0.4s, opacity 0.2s;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-tab__trigger {
    font-size: 28px;
    padding: 19px;
  }
}
.p-tab__trigger::before,
.p-tab__trigger::after {
  content: '';
  width: 3px;
  height: 100%;
  background: #e5e5e5;
  top: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.p-tab__trigger::before {
  left: 0;
}
.p-tab__trigger::after {
  right: 0;
}
.p-tab__trigger:first-child::before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-tab__trigger:first-child::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-tab__trigger:nth-child(2)::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.p-tab__trigger:nth-child(2)::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.rev > .p-tab__trigger:first-child::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}
.rev > .p-tab__trigger:nth-child(2)::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media print, screen and (min-width: 48em) {
  .p-tab__trigger:not(.active):hover {
    opacity: 0.6;
  }
}
.p-tab__trigger.active {
  background: #fff;
  color: #000;
  cursor: auto;
}
.p-tab__trigger.-font_s {
  font-size: 18px;
}

.p-tab__container {
  margin-top: 33px;
}
@media print, screen and (min-width: 48em) {
  .p-tab__container {
    margin-top: 61px;
  }
}

.p-tab__content {
  display: none;
}
.p-tab__content.active {
  display: block;
}

.p-table {
  width: 100%;
  table-layout: fixed;
}
.p-table.-user-info {
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .p-table.-user-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-table.-user-info td {
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 6px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-table.-user-info td {
    padding: 10px 20px;
  }
}
.p-table.-user-info th {
  font-weight: 700;
  vertical-align: top;
  background: #ebebeb;
  border: 1px solid #ddd;
  padding: 6px 8px;
}
@media print, screen and (min-width: 48em) {
  .p-table.-user-info th {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-table.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-table.-sp {
    display: none;
  }
}

.p-two-tone-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-two-tone-box.-border {
  border: 4px solid #c0c7dc;
}
.p-two-tone-box.-plus {
  position: relative;
}
.p-two-tone-box.-plus::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(/neo/common/img/icon_circle-plus_light-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
@media print, screen and (min-width: 48em) {
  .p-two-tone-box.-plus::after {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-two-tone-box.-plus::after {
    bottom: auto;
    top: 40%;
    right: 0;
    -webkit-transform: translate(-webkit-calc(50% + 2px), 0);
    transform: translate(calc(50% + 2px), 0);
  }
}
.p-two-tone-box.-full-height-l {
  height: auto;
}
@media print, screen and (min-width: 80em) {
  .p-two-tone-box.-full-height-l {
    height: 100%;
  }
}

.p-two-tone-box__top {
  background: #fff;
}
.p-two-tone-box__top.-push {
  flex-grow: 1;
}
@media print, screen and (min-width: 80em) {
  .p-two-tone-box__top.-push-l {
    flex-grow: 1;
  }
}

.p-two-tone-box__bottom {
  background: #f2f6ff;
}
.p-two-tone-box__bottom.-push {
  flex-grow: 1;
}

.p-two-tone-box__inner.-top {
  padding: 20px 16px 4px;
}
@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-top {
    padding: 40px 30px 16px 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-top.-s {
    padding: 32px 27px 5px 30px;
  }
}

.p-two-tone-box__inner.-bottom {
  padding: 12px 16px;
}
@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-bottom {
    padding: 16px 30px 19px 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-two-tone-box__inner.-bottom.-s {
    padding: 7px 27px 4px 30px;
  }
}

.p-two-tone-box__inner.-bottom.-bottom-m {

  padding-bottom: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .p-two-tone-box__inner.-bottom.-bottom-m {
    padding-bottom: 19px;
  }
}

.p-home-appsuite__inner {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-appsuite__inner {
    margin-top: -20px;
    margin-left: -40px;
    flex-wrap: wrap;
  }
}

.p-home-appsuite__tasks {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-appsuite__tasks {
    margin-top: 20px;
    margin-left: 40px;
    flex: 0 1 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-appsuite__tasks {
    flex: 1 1 auto;
  }
}

.p-home-banner {
  background: #f2f6ff;
  padding: 0 3.125% 30px;
}

.p-home-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-home-banner__inner {
    max-width: 840px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-banner__inner {
    max-width: 1236px;
  }
}

.p-home-banner__el {
  margin-top: 15px;
  justify-content: center;
  max-width: 380px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-banner__el:first-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-banner__el {
    margin-top: 30px;
  }
}
.p-home-banner__el:hover img {
  opacity: 0.65;
}
.p-home-banner__el img {
  display: block;
  max-width: 380px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (min-width: 48em) {
  .p-home-block1-container {
    display: flex;
    margin-left: -52px;
    margin-top: -39px;
    flex-wrap: wrap;
  }
}

.p-home-block1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: auto 20px 1fr;
  grid-template: 'icon head' auto 'icon description' 1fr / auto 1fr;
  gap: 0 20px;
  margin-top: 25px;
}
@media print, screen and (min-width: 48em) {
  .p-home-block1 {
    margin-left: 52px;
    width: -webkit-calc(50% - 52px);
    width: calc(50% - 52px);
    margin-top: 39px;
  }
}

.p-home-block1__icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: icon;
}

.p-home-block1__head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: head;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 11px;
}

.p-home-block1__description {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: description;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 14px;
}

.p-home-centered {
  background: #f2f6ff;
  padding: 78px 3.125% 72px;
}

.p-home-centered__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.p-home-centered__inner.-s {
  max-width: 1200px;
}

.p-home-centered__sub-heading {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .p-home-centered__sub-heading {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-home-centered__heading {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-centered__heading {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-centered__heading {
    font-size: 37px;
    font-size: 2.3125rem;
    text-align: center;
  }
}

.p-home-centered__description {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 41px;
}
@media print, screen and (min-width: 48em) {
  .p-home-centered__description {
    text-align: center;
  }
}

.p-home-centered__body {
  margin-top: 40px;
}

.p-home-centered__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

@media print, screen and (min-width: 40.0625em) {
  .p-home-functions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -37px;
  }
}

.p-home-functions__el {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-home-functions__el:hover {
  opacity: 0.65;
}
.p-home-functions__el:hover .c-link-circle {
  text-decoration: underline;
}
.p-home-functions__el:hover .p-home-functions__picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
@media only screen and (max-width: 40em) {
  .p-home-functions__el:not(:first-child) {
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .p-home-functions__el {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-home-functions__el {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-functions__el {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}

.p-home-functions__picture {
  overflow: hidden;
}
.p-home-functions__picture img {
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-home-functions__heading {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  color: #000;
}

.p-home-functions__link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}

.p-home-clients {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .p-home-clients {
    margin-top: -20px;
    justify-content: space-between;
  }
}

.p-home-clients__el {
  flex-basis: -webkit-calc((100% - (21px * 2)) / 3);
  flex-basis: calc((100% - (21px * 2)) / 3);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-clients__el {
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-clients__el {
    margin-top: 20px;
    min-width: 150px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-home-clients__el {
    flex-basis: -webkit-calc((100% - (21px * 5)) / 6);
    flex-basis: calc((100% - (21px * 5)) / 6);
  }
}
.p-home-clients__el img {
  display: block;
  max-width: 100%;
}

.p-home-top-pc {
  /* display: none; */
  position: relative;
  display: block;
  /* background-image: url(/neo/images/guradation.png),url(/neo/images/circle.png); */
  /* background-repeat: no-repeat,no-repeat; */
  /* background-size: cover, 130vw; */
  /* background-position: left top, center top; */
}
@media print, screen and (min-width: 61.25em) {
  .c-home-top__heading{
    font-size:30px;
  }
  .p-home-top-pc{
    /* height: calc(594px * 0.95); */
    padding-top: 0%;
  }
  .p-home-top-pc__col.-right{
  }
  .c-home-top-row.-note{
    bottom: -40px;
  }
}
@media print, screen and (min-width: 48em) {
    .p-home-top-pc{
    /* height: calc(45vw * 0.95); */
    padding-top: 0%;
  }
.p-home-top-pc__main{
    /* height: calc(45vw * 0.95); */
}
}
.p-home-top-pc:before {

  }
.p-home-top-pc {
    display: block;
    z-index: 9;
    /* position: relative; */
    /* padding-bottom: 30px; */
  }
@media print, screen and (min-width: 80em){
  .p-home-top-pc {
    /* height: 594px; */
    position: relative;
  }
.c-home-top-row.-note{
    bottom: -40px;
}
}

.p-home-top-pc__main {
  /* position: relative; */
  padding: 0 3.125%;
  z-index: 11;
  background-repeat: no-repeat;
  /* position: absolute; */
  /* left: 0px; */
  /* top: 0px; */
  z-index: 26;
  background-image: url(/neo/images/top_bg_sp.jpg);
  background-position: left bottom;
  background-size: cover;
}

.p-home-top-pc__layout {
  display: block;
  max-width: 1290px;
  margin: 0 auto;
  padding-bottom: 21px;
  /* flex-wrap: wrap; */
  /* position: relative; */
  z-index: 13;
  height: auto;
}

.p-home-top-pc__col.-left {
  max-width:100%;

}
@media print, screen and (min-width: 44em) {
.p-home-top-pc__layout {
  /* flex-wrap: nowrap; */
  padding-bottom: 0;
  /* display: flex; */
  /* height: 470px; */
}
.p-home-top-pc__col.-left {
    max-width: 49%;
    float: left;
    padding-left: 30px;
}
}
@media print, screen and (min-width: 61.25em){
.p-home-top-pc__main {
  position: relative;
  padding: 0 3.125%;
  z-index: 11;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: left center;
  height: auto;
  background-image: url(/neo/images/top_bg.jpg);
}
.p-home-top-pc__layout {
  /* flex-wrap: nowrap; */
  padding-bottom: 0;
  /* display: flex; */
  /* height: 520px; */
}
.p-home-top-pc__col.-left{
  width: 38%;
  padding-left: 30px;
  text-align: center;
  float: left;
}
}
.p-home-top-pc__col.-right {
  /* flex: 1 1 auto; */
  padding-top: 0px;
  margin: -40px auto 0;
}
@media print, screen and (min-width: 44em) {


.p-home-top-pc__col.-right {
    margin-left: auto;
    margin-right: auto;
    width: 48%;
    float: right;
    margin-top: 43px;
    padding-right: 30px;
}
}
@media print, screen and (min-width: 80em) {
.p-home-top-pc__layout {
  /* flex-wrap: nowrap; */
  padding-bottom: 0;
  /* display: flex; */
  /* height: 722px; */
}
}


.p-home-top-pc__text-box{
  /* background-color: #314DA4; */
  color: #314DA4;
  font-weight: bold;
  padding: 33px 0px 30px;
  }


@media print, screen and (min-width: 61.25em) {
  .p-home-top-pc__col.-right {
  width: 54%;
  margin-top: 27px;
  /* margin-left: 58px; */
  z-index: 13;
}
  .p-home-top-sp {
    display: none
  }
.p-home-top-pc__text-box {
  /* background-color: #314DA4; */
  color: #314DA4;
  padding: 45px 0px 50px;
  font-weight: bold;
}
}

@media print, screen and (min-width: 80em) {
  .p-home-top-pc__col.-right {
  width: 59.5%;
  /* height: 393px; */
  /* margin-left: 58px; */
  z-index: 13;
  float: right;
  /* right: 0; */
  margin-top: -22px;
}}
.p-home-top-sp__section {
  position: relative;
}

.p-home-top-sp__section.-blue {
  color: #fff;
  background-color: #314DA4;
}

.p-home-top-sp__section-inner {
  padding: 20px 3.125% 30px;
}

.p-home-top-sp__section-inner.-img {
  padding-top: 30px;
}

.p-home-top-sp__bg {
  height: 230px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

.p-home-top-sp__section-inner {
  position: relative;
}

.c-home-top-desc {
  font-size: 19px;
  text-align: left;
  line-height: 1.7;
  color: #ffffff;
}
@media screen and (max-width: 896px) and (orientation: landscape) { 
.p-home-top-pc__main {
    background-position: top left;
}
.p-home-top-pc__col.-left {
    /* max-width: 50%; */
}

.c-home-top-desc {
  font-size: 16px;
  line-height: 1.5;
}
.c-home-top-row.-note{
  width: 40%;
}
}
.c-home-top-desc br:nth-of-type(2){
  display: none;
}
.c-home-top-desc br{
  display: none;
}
.c-home-top-row.-note {
  margin-top: 16px;
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  font-weight: normal;
  margin: 0 auto;
  /* right: 0%; */
  /* left: 0%; */
  padding: 0 10px;
  opacity: 0.7;
}

.c-home-top-row.-desc {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 44em){
.c-home-top-desc {
}
  .c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
.c-home-top-row.-logo {
  margin: 10px 0 20px;
}

.c-home-top-row.-button {
  margin-top: 20px;
}
.c-home-top-row.-button {
margin-top: 4px;
width: 345px;
margin: 0 auto;
position: relative;
}
.c-feature-top-row.-button{
width: 345px;
margin: 20px auto;
}
.c-home-top-row.-button .c-button1__inner {
    background-color: #7ac943;
}

.c-feature-top-row.-button a.c-button1__inner{
background: #fef714;
border: 2px solid #314da4;
color: #314da4;
box-shadow:none;
}
.c-feature-top-row.-button a.c-button1__inner span::before {
    background: url(/neo/common/img/icon_circle-right_blue.svg) no-repeat center center / contain;
}
.c-feature-top-row.-button a.c-button1__inner span::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.c-feature-top-row.-button a.c-button1__inner span{
display: inline-flex;
align-items: center;
vertical-align: middle;
}
@media print, screen and (min-width: 48em) {
  .c-home-top-row.-button {margin-top: 4px;width: 320px;margin: 0 0 30px;
  }
  .c-home-top-desc br {
    display: none;
}
}
@media print, screen and (min-width: 61.25em) {
 .c-home-top-desc {
    font-size: 17px;
    /* text-align: center; */
    line-height: 2.0;
}
  .c-home-top-desc br {
    display: none;
}
.c-home-top-desc br:nth-of-type(3) {
    display: none;
}
.c-home-top-desc br:nth-of-type(2) {
    display: block;
}
.c-home-top-desc br:nth-of-type(4) {
    display: block;
}
  .c-home-top-row.-button {
    margin-top: 4px;
    width: 250px;
    margin: 0 auto;
}
  .c-home-top-row.-award {
    margin-top: -30px;
  }
.c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}
.c-home-top-row.-button {margin-top: 4px;width: 370px;margin: 0 0 30px;}
.c-feature-top-row.-button{
width: 370px;
margin: 50px 0 0;
}
.p-home-top-pc .c-home-top-row.-button {margin-top: 4px;width: 350px;margin: 0 0 0px;}
  .c-home-top-row.-display-img {
    margin-top: -23px;
  }
  .c-home-top-row.-note {
  margin-top: 16px;
  position: absolute;
  bottom: 10px;
  /* left: 7%; */
}
}

@media print, screen and (min-width: 80em){
.p-home-top-pc__main {
    /* height: 582px; */
}
.c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}
.c-home-top-desc {
    font-size: 16px;
    text-align: left;
    line-height: 2.0;
}
.c-home-top-row.-note{
    /* bottom: 15px; */
    left: 14%;
}
.c-home-top-desc br:nth-of-type(2) {
    display: none;
}
.c-home-top-desc br:nth-of-type(4) {
    display: none;
}
  .c-home-top-desc br {
    display: block;
}
}
.p-home-top-pc__person-img-box {
  max-width: 636px;

  margin: 0 auto;
  position: relative;
}

.p-home-top-pc__balloon-img {
  position: absolute;
  top: calc(152 / 600 * 100%);
  left: calc(-33 / 636 * 100%);
}

.-sp-logo{
  max-width:59vw !important;
}
.c-home-top-img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  /* position: relative; */
  /* justify-content: flex-end; */
  /* align-self: flex-end; */
}
@media print, screen and (min-width: 61.25em) {
.-pc-logo {
  max-width: 370px;
}
	}
.p-home-top-bg {
  height: 230px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 61.25em) {
  .p-home-top-bg {
    height: calc(440 / 1600 * 100vw);
    min-height: 300px;
    max-height: 440px;
  }
}

.p-home-top-bg__img > img {
    display: block;
    position: absolute;
    top: 0;
    left: -240px;
    height: 100%;
    max-width: none;
}

.p-home-top-bg__img:first-child > img {

}

.p-home-top-bg__img:nth-child(2) > img {
  animation: loop2 140s linear infinite;
}


.c-home-top-note {
  font-size: 10px;
}

@media print, screen and (min-width: 61.25em) {
  .c-home-top-note {
    font-size: 11px;
  }
}

.p-home-top-award__item {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.p-home-top-award__item + .p-home-top-award__item {
  margin-top: 12px;
}

.p-home-top-award__img-box {
  flex: 0 0 96px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media print, screen and (min-width: 61.25em) {
  .p-home-top-award__img-box {
    flex: 0 0 auto;
  }
}

.p-home-top-award__text {
  font-size: 11px;
  margin-left: 9px;
  flex: 1 1 auto;
}

@media print, screen and (min-width: 61.25em) {
  .p-home-top-award {
    display: flex;
  }

  .p-home-top-award__item + .p-home-top-award__item {
    margin-top: 0px;
    margin-left: 30px;
  }
}

.c-home-top__sub-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.0;
  color: #fff900;
  margin-bottom: 20px;
}

.c-home-top__sub-heading::before {
  border-right: 2px solid #fff;
  transform-origin: right bottom;
  transform: rotate(-45deg);
  margin-right: 8px;
}

.c-home-top__sub-heading::after {
  border-left: 2px solid #fff;
  transform-origin: left bottom;
  transform: rotate(45deg);
  margin-left: 8px;
}

.c-home-top__sub-heading::before, .c-home-top__sub-heading::after  {

}

@media print, screen and (min-width: 61.25em) {
  .c-home-top__sub-heading {
    font-size: 28px;
  }

  .c-home-top__sub-heading::before {
    margin-right: 10px;
  }

  .c-home-top__sub-heading::after {
    margin-left: 10px;
  }

  .c-home-top__sub-heading::before, .c-home-top__sub-heading::after  {
    height: 18px;
  }
}

.c-home-top__heading {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 10.0vw;
  line-height: 1.2;
  color: #ffffff;
}
@media print, screen and (min-width: 44em){

.c-home-top-desc {font-size: 16px;}
.c-home-top__sub-heading {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 896px) and (orientation: landscape) { 
.p-home-top-pc__main {
    background-position: top left;
}
.p-home-top-pc__col.-left {
    max-width: 50%;
    float: left;
}
.c-home-top-row.-desc {
    margin-top: 20px;
    margin-bottom: 10px;
}

.p-home-top-pc__col.-right {
      max-width: 48%;
      padding-top: 60px;
      float: right;
}
.c-home-top__heading {
    font-size: 29px;
}
.c-home-top__sub-heading {
    font-size: 14px;
}
.p-home-top-pc__layout {
    display: flex;
}
}
.c-home-top__heading-s {
  font-size: 35px;
  line-height: 1.4;
}

.c-home-top__heading-m {
  font-size: 49px;
  line-height: 1.0;
}

@media print, screen and (min-width: 61.25em) {
  .c-home-top__heading-s {
    font-size: 56px;
  }

  .c-home-top__heading-m {
    font: 700 135% 'Roboto', sans-serif;
  }
  .c-home-top__heading{
   font-size: 37px;
   /* line-height: 1.0; */
  }
}

@media print, screen and (min-width: 48em){
.c-home-top__heading {
    font-size: 30px;
}

}
@media print, screen and (min-width: 80em){
  .c-home-top__heading{
    font-size: 46px;
  }
}
.p-home-main-visual {
  position: relative;
  min-height: 500px;
}

.p-home-main-visual__main {
  padding: 0 3.125% 40px;
}

@media print, screen and (min-width: 48em) {
  .p-home-main-visual {
    padding: 0 3.125%;
  }
}

.p-home-main-visual__inner {
  margin: 0 auto;
  max-width: 1400px;
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__inner {
    padding: 40px 0 28px;
  }
}

.p-home-main-visual__image img {
  height: 100%;	
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__image {
    margin: 0 -3.125%;
  }
}

@media print, screen and (min-width: 48em) {

  .p-home-main-visual__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .p-home-main-visual__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25% 0;
    object-position: 25% 0;
    font-family: 'object-fit: cover';
  }
}

.p-home-main-visual__text {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__text {
    margin-top: 18px;
  }
}

.p-home-main-visual__heading {
  font: 700 37px 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__heading {
    font-size: 26px;
  }
}

.p-home-main-visual__description1 {
  font: 700 18px 'Noto Sans JP', sans-serif;
  margin-top: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__description1 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__description1 {
    margin-top: 22px;
  }
}
.p-home-main-visual__description1 span.num {
  font: 700 164% 'Roboto', sans-serif;
  margin: 0 5px;
}
.p-home-main-visual__description1 span.color {
  color: #f66303;
}

.p-home-main-visual__description2 {
  font-size: 16px;
  margin-top: 20px;
}
.p-home-main-visual__description2 strong {
  display: inline-block;
  padding-left: 35px;
  background-image: url(/neo/images/ic_ab.png);
  background-repeat: no-repeat;
  background-position: 8px 4px;
}
.p-home-main-visual__description2 strong:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__description2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__description2 br {
    display: none;
  }
}

.p-home-main-visual__links {
  margin-top: 33px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-main-visual__links {
    display: flex;
    justify-content: center;
    min-width: 300px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-main-visual__links {
    max-width: 420px;
  }
}

@keyframes loop1 {
  0% {
      transform: translate(0,0)
  }

  to {
      transform: translate(-100%,0)
  }
}

@keyframes loop2 {
  0% {
      transform: translate(100%,0)
  }

  to {
      transform: translate(0,0)
  }
}

.p-home-news__el {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 12px auto;
  -ms-grid-columns: 6.25rem 10px 1fr;
  grid-template: 'date tag' auto 'body body' auto / 6.25rem 1fr;
  font-size: 16px;
  font-size: 1rem;
  gap: 12px 10px;
}
.p-home-news__el:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__el {
    -ms-grid-rows: auto;
    -ms-grid-columns: 6.25rem 19px 8.125rem 19px 1fr;
    grid-template: 'date tag body' auto / 6.25rem 8.125rem 1fr;
    gap: 0 19px;
  }
  .p-home-news__el:not(:first-child) {
    margin-top: 20px;
  }
}

.p-home-news__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
  word-break: break-all;
  padding-top: 0.2rem;
}

.p-home-news__tag {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: tag;
}
.p-home-news__tag span {

  display: inline-flex;
  background: #e5e5e5;
  padding: 4px 8px;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__tag span {
    width: 100%;
  }
}

.p-home-news__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: body;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__body {
    padding-top: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-home-news__body-heading.-plain {
    padding-left: 1.7rem;
  }
}

.p-home-news__body-description {
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__body-description {
    margin-top: 14px;
    padding-left: 1.7rem;
  }
}

.p-home-news__body-links {

  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-home-news__body-links {
    margin-top: 4px;
    padding-left: 1.7rem;
  }
}

.p-home-news__body-link:not(:first-child) {
  margin-top: 8px;
}

@media print, screen and (min-width: 48em) {
  .p-home-news__body-link:not(:first-child) {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-home-news__body-link.-mt_l:not(:first-child) {
    margin-top: 8px;

  }
}

.p-home-info {
  padding: 0 3.125%;
  /* background: #f2f6ff; */
}

.p-home-info__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 77px 0 30px;
}

.p-home-info__section:not(:first-child) {
  margin-top: 74px;
}

.p-home-info__head {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.p-home-info__head .main {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}
._casestudy .p-home-info__head{
  text-align:center;
  display: block;
  border-bottom: none;
}
._casestudy .p-home-info__head .main {
  font-size: 20px;
}
._casestudy .p-home-info__head + p{
  margin: 0px auto 60px;
  text-align:center;
  font-size: 16px;
  line-height: 1.7;
}
.p-home-info__head .link {
  font-size: 16px;
  font-size: 1rem;
}

.p-home-info__body {
  margin-top: 41px;
}
@media print, screen and (min-width: 48em) {
  .p-home-info__body {
    margin-top: 39px;
  }
  ._casestudy .p-home-info__head .main {
  font-size: 28px;
}
}

.p-home-proofs {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto;
  -ms-grid-columns: 1fr;
  grid-template: 'nikkei' auto 'public-sector' auto 'certification' auto 'developer' auto 'history' auto / 1fr;
  gap: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .p-home-proofs {
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template: 'nikkei nikkei nikkei public-sector public-sector public-sector' auto 'certification certification developer developer history history' auto / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.p-home-proofs__el {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 32px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-home-proofs__el::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d9e1f3;
  border-right: 15px solid #f2f6ff;
  border-bottom: 15px solid #f2f6ff;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-home-proofs__el.-nikkei {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nikkei;
}
.p-home-proofs__el.-public-sector {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: public-sector;
}
.p-home-proofs__el.-certification {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: certification;
}
.p-home-proofs__el.-developer {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: developer;
}
.p-home-proofs__el.-history {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: history;
}
@media print, screen and (min-width: 61.25em) {
  .p-home-proofs__el.-nikkei {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .p-home-proofs__el.-public-sector {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
  }
  .p-home-proofs__el.-certification {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-home-proofs__el.-developer {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .p-home-proofs__el.-history {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
}

.p-home-proofs__image img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.-l .p-home-proofs__image img {
  width: 505px;
}

.p-home-proofs__heading {
  font-weight: 700;
  font-size: 17px;
  /* font-size: 1.125rem; */
  margin-top: 18px;
}

.p-home-proofs__description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
}

.p-home-proofs__link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
}

.p-home-separated {
  padding: 0 3.125%;
}

.p-home-separated__inner {
  padding: 76px 0 81px;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__inner {
    -ms-grid-rows: 1fr 0 auto;
    -ms-grid-columns: 1fr 58px 1fr;
    grid-template: 'heading-fun2 image-fun2' 1fr 'body-fun2 image-fun2' auto / 1fr 1fr;
    gap: 0 58px;
  }
}
.-feature .p-home-separated__inner {
  max-width: 1440px;
}
@media print, screen and (min-width: 80em) {
  .-customer-voices .p-home-separated__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 62px 1.441fr;
    grid-template: 'image heading' auto 'image body' 1fr / 1fr 1.441fr;
    gap: 0 62px;
  }
  .-customer-voices .p-home-separated__inner > .p-home-news__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr 62px 1.428fr;
    grid-template: 'image heading' auto 'image body' 1fr / 1fr 1.428fr;
    gap: 0 62px;
  }
  .p-home-separated__inner > .p-home-news__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-home-separated__image {
  grid-area: image;
  position: relative;
  order: 2;
  margin-top: 40px;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__image {
    margin-top: 0;
    order: unset;
  }
}
.p-home-separated__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .p-home-separated__image img {
    max-width: 560px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 80em) {
  .-feature .p-home-separated__image {
    max-width: 560px;
  }
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__image {
    order: unset;
    grid-area: image-fun2;
    max-width: 670px;
  }
}

.p-home-separated__lead {
  font-size: 18px;
}

.p-home-separated__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin-top: 41px;
  grid-area: body;
  order: 3;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__body {
    order: unset;
  }
}
.-function2 .p-home-separated__body {
  grid-area: body-fun2;
}

.p-home-separated__heading {
  font-weight: 700;
  order: 1;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__heading {
    grid-area: heading;
    order: unset;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-news__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-news__tag {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-home-news__body {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .p-home-separated__body {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-home-separated__inner > .p-home-separated__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .-customer-voices .p-home-separated__inner > .p-home-separated__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-home-separated__inner > .p-home-separated__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-home-separated__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-home-separated__inner > .p-home-separated__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__heading {
    grid-area: heading-fun2;
    order: unset;
  }
}
@media print, screen and (min-width: 80em) {
  .-function2 .p-home-separated__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;

  }
  .-function2 .p-home-separated__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .-function2 .p-home-separated__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-home-separated__sub-heading {
  font-size: 16px;
}
@media print, screen and (min-width: 48em) {

  .p-home-separated__sub-heading {
    font-size: 18px;
    text-align: center;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__sub-heading {
    text-align: left;
  }
}

.p-home-separated__main-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-separated__main-heading {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-separated__main-heading {
    font-size: 37px;
    text-align: center;
  }
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__main-heading {
    text-align: left;
  }
}

.p-home-separated__link {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
@media print, screen and (min-width: 80em) {
  .p-home-separated__link {
    justify-content: flex-start;
  }
}

.p-home-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: -34px;
  margin-left: -34px;
}

.p-home-features__el {
  flex: 1 0 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 34px;
  margin-left: 34px;
  min-width: 300px;
}

.p-home-features__heading {
  font-size: 18px;
  font-weight: 700;
}

.p-home-features__description {
  font-size: 18px;
  margin-top: 11px;
}

.p-home-features__link {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-left: -20px;
}
.p-home-features__link .c-link-circle {
  margin-top: 10px;
  margin-left: 20px;
}

.p-home-customer-voices {
  margin-top: 41px;
}

@media print, screen and (min-width: 48em) {
  .p-home-customer-voices__inner {
    flex-wrap: wrap;
    display: flex;
    margin: -20px 0 0 -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-customer-voices__el:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-home-customer-voices__el {
    margin: 20px 0 0 20px;
    flex: 1 1 370px;
  }
}
.p-head-body {
  display: grid;
  grid-template-columns: auto 1fr;
}

.p-head-body__head {
  margin-right: 16px;
}

.p-head-body__row {
  display: contents;
}

.browser-is-ie .p-head-body__row {
  display: flex;
}

.p-icon-combination {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-icon-combination {
    justify-content: center;
  }
}

.p-icon-combination__box {
  flex: 0 0 60px;
}
@media print, screen and (min-width: 48em) {
  .p-icon-combination__box {
    flex: 0 0 70px;
  }
}

.p-icon-combination__icon {
  display: block;
  width: 100%;
}

.p-icon-combination__plus {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
@media print, screen and (min-width: 48em) {
  .p-icon-combination__plus {
    margin: 0 20px;
  }
}
.p-icon-combination__plus::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 4px;
  background: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-icon-combination__plus::after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 20px;
  background: #ccc;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-inquiry-example {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-inquiry-example {
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 48em) {
  .p-inquiry-example {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-inquiry-example__list {
  flex: 0 1 auto;
}
ul.p-inquiry-example__list li{margin-bottom: 6px;line-height: 1.5;}
@media print, screen and (min-width: 61.25em) {
  .p-inquiry-example__list {
    padding-right: 0.5em;
    flex: 1 1 auto;
  }
}

.p-inquiry-example__img {
  /* flex: 0 0 120px; */
  width: 100%;
}
@media print, screen and (min-width: 61.25em) {
  .p-inquiry-example__img {
    /* flex: 0 1 230px; */
    width: 100%;
    margin: 0 auto;
  }
}

.p-inquiry-example__img .-column {
  display: inline-flex;
  /* justify-content: space-between; */
}
.p-inquiry-example__img .-column img {
  max-width: 49%;
}
.p-page {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-page {
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-page {
    justify-content: center;
  }
}

.p-page__pages-pc {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-page__pages-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-page__pages-sp {
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .p-page__pages-sp {
    display: none;
  }
}

.p-page__el {
  width: 35px;
  height: 35px;
  color: #314da4;
  background: #f2f6ff;
}
@media print, screen and (min-width: 48em) {
  .p-page__el {
    width: 40px;
    height: 40px;
  }
}
.p-page__el + .p-page__el {
  margin-left: 5px;
}
.p-page__el.-current {
  color: #fff;
  background: #314da4;
}
.p-page__el.-ellipsis {
  background: #fff;
}

.p-page__el-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-page__el-inner {
    padding-top: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  a.p-page__el-inner {
    -webkit-transition: 0.4s opacity;
    transition: 0.4s opacity;
  }
}
@media print, screen and (min-width: 48em) {
  a.p-page__el-inner:hover {
    opacity: 0.65;
  }
}

.p-page__text {
  font-weight: 700;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .p-page__text {
    font-size: 16px;
  }
}

.p-page__nav {
  display: flex;
  align-items: center;
}
.p-page__nav.-hidden {
  visibility: hidden;
}
@media print, screen and (min-width: 48em) {
  .p-page__nav.-hidden {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-page__nav.-next {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-page__nav.-prev {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-seminar-util {
    display: flex;
    align-items: center;
  }
}

.p-seminar-util__print {
  display: none;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar-util__print {
    display: block;
  }
  .p-seminar-util__anchor + .p-seminar-util__print {
    margin-left: 20px;
  }
}

.p-separator {
  margin: 30px 0;
}
@media print, screen and (min-width: 48em) {
  .p-separator {
    margin: 80px 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-small-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-small-banners {
    margin-left: -50px;
    margin-top: -30px;
  }
}



@media print, screen and (min-width: 48em) {
  .p-small-banner {
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-small-banner {
    margin-left: 50px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-small-banner + .p-small-banner {
    margin-top: 20px;
  }
}

.p-small-banner__inner {
  display: block;
  margin: 0 auto;
}

.p-small-banner__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 48em) {
  .p-small-banner__inner:hover .p-small-banner__img {
    opacity: 0.65;
  }
}

.p-sticky-note {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15px 20px;
  position: relative;
}
.p-sticky-note::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d9e1f3;
  border-right: 8px solid #f2f6ff;
  border-bottom: 8px solid #f2f6ff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
}
@media print, screen and (min-width: 48em) {
  .p-sticky-note {
    padding: 32px 40px;
  }
  .p-sticky-note::after {
    border-width: 15px;
  }
}
.p-sticky-note.-on_navy::after {
  border-right-color: #314da4;
  border-bottom-color: #314da4;
}
@media print, screen and (min-width: 48em) {
  .p-sticky-note.-hover > * {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-sticky-note.-hover:hover > * {
    opacity: 0.6;
  }
}
.p-sticky-note.-p-type_1 {
  padding: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-sticky-note.-p-type_1 {
    padding: 60px;
  }
}

.p-steps {
  margin-top: -9px;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps {
    margin-top: 0;
    display: flex;
    margin-left: -8px;
  }
}

.p-steps__step {
  position: relative;
  margin-top: 9px;
  display: -ms-grid;
  display: grid;
  gap: 0 20px;
}
._features .p-steps__step{
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 90px
    'step-label step-btn-cld' 0px
    'step-label step-btn-ptn' 0px
     / 80px auto auto auto !important;

}
.p-steps__step:nth-of-type(1) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 90px
    'step-label step-btn-cld' 70px
    'step-label step-btn-ptn' 70px
     / 80px auto auto auto;
}
.p-steps__step:nth-of-type(2) {
  -ms-grid-rows: 30px 90px 60px;
  -ms-grid-columns: 80px auto auto;
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 50px
    'step-label st2-junbi' 60px
     / 80px auto auto;
  gap: 0 20px;
}
.p-steps__step:nth-of-type(3) {
  -ms-grid-rows: 30px 90px 60px;
  -ms-grid-columns: 80px auto auto;
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 40px
    'step-label st2-junbi' 60px
      / 80px auto auto;
  gap: 0 20px;
}
.p-steps__step:nth-of-type(4) {
  -ms-grid-rows: 30px auto auto;
  -ms-grid-columns: 80px auto auto;
  grid-template: 'step-label step-heading' 30px
                 'step-label step-body' auto
                 'step-label st2-junbi' auto
                 / 80px auto auto;
  gap: 0 20px;
}
@media only screen and (max-width: 47.9375em){
  .p-steps__step:nth-of-type(2) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 80px
    'step-label st2-junbi' 60px
     / 80px auto auto;
}
.p-steps__step:nth-of-type(3) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 55px
    'step-label st2-junbi' 60px
      / 80px auto auto;
}

}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step {
    margin-top: 0;
    display: block;
    flex: 1 1 20%;
    background: #314da4;
    padding: 30px 0 30px 30px;
    margin-left: 8px;
    height: 230px;
  }
  .p-steps__step:not(:first-child) {
    padding-left: 50px;
  }
  .p-steps__step:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 115px solid transparent;
    border-bottom: 115px solid transparent;
    border-left: 30px solid #f2f6ff;
  }
  .p-steps__step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    border-top: 115px solid transparent;
    border-bottom: 115px solid transparent;
    border-left: 30px solid #314da4;
    z-index: 10;
  }
  .p-steps__step:last-child {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-steps__step {
    height: 190px;
  }
  .p-steps__step:not(:first-child)::before {
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
  }
  .p-steps__step:not(:last-child)::after {
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
  }
}
@media print, screen and (min-width: 80em){
    .p-steps__step.-s {
    height: 190px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step.-s {
    margin-top: 0;
    display: block;
    flex: 1 1 20%;
    background: #314da4;
    padding: 30px 0 30px 30px;
    margin-left: 8px;
    height: 270px;
  }
  .p-steps__step.-s:not(:first-child) {
    padding-left: 50px;
    grid-template: none;
  }
  .p-steps__step.-s:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    border-left: 30px solid #f2f6ff;
  }
  .p-steps__step.-s:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    border-left: 30px solid #314da4;
    z-index: 10;
  }
  .p-steps__step.-s:last-child {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-steps__step.-s { height: 160px; }

  .p-steps__step.-s:not(:first-child)::before {
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
  }
  .p-steps__step.-s:not(:last-child)::after {
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
  }
}

.p-steps__label {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: step-label;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  position: relative;
  line-height: 1.2;
  display: flex;
  width: 80px;
  height: -webkit-calc(100px - 12px);
  height: calc(100px - 12px);
  align-items: center;
  justify-content: center;
  padding: 30px 16px 16px;
  background: #314da4;
  color: #fef712;
  text-align: center;
}
._features .p-steps__step .p-steps__label {
  height: auto !important;
}
 .p-steps__step:nth-of-type(1) .p-steps__label {
  height: calc(270px - 12px);
}
 .p-steps__step:nth-of-type(2) .p-steps__label {
  height: calc(150px - 12px);
} 
 .p-steps__step:nth-of-type(3) .p-steps__label {
  height: calc(140px - 12px);
} 
 .p-steps__step:nth-of-type(4) .p-steps__label {
  height: calc(190px - 12px);
} 
@media only screen and (max-width: 47.9375em){
  .p-steps__step:nth-of-type(2) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 80px
    'step-label st2-junbi' 60px
     / 80px auto auto;
}
.p-steps__step:nth-of-type(3) {
  grid-template:
    'step-label step-heading' 30px
    'step-label step-body' 55px
    'step-label st2-junbi' 60px
      / 80px auto auto;
}
.p-steps__step:nth-of-type(2) .p-steps__label {
    height: calc(180px - 12px);
}
.p-steps__step:nth-of-type(3) .p-steps__label {
    height: calc(150px - 12px);
}
}
@media print, screen and (min-width: 48em) {
  .p-steps__label {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__label {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 0;
  }
}
.p-steps__step:last-child .p-steps__label {
  height: 150px;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step:last-child .p-steps__label {
    height: auto;
  }
}
.p-steps__step:not(:first-child) .p-steps__label {
  padding-top: 36px;
}
.p-steps__step:not(:first-child) .p-steps__label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 12px solid #f2f6ff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step:not(:first-child) .p-steps__label {
    padding-top: 0;
  }
  .p-steps__step:not(:first-child) .p-steps__label::before {
    display: none;
  }
}
.p-steps__step:not(:last-child) .p-steps__label::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  border-top: 12px solid #314da4;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  z-index: 10;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__step:not(:last-child) .p-steps__label::after {
    display: none;
  }
}

.p-steps__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  grid-area: step-heading;
  margin-top: 11px;
}
@media print, screen and (min-width: 48em) {
  .p-steps__heading {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__heading {
    margin-top: 0;
    color: #fff;
  }
}
@media print, screen and (min-width: 48em) {
  .p-steps__heading.-s {
    font-size: 18px;
  }
}


.p-steps__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  color: #000;
  font-size: 14px;
  grid-area: step-body;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 15px;
}
.p-steps__body + div {
  text-align:center;
}

@media print, screen and (min-width: 48em) {
.p-steps__body + div img {
  max-width: 100%;
}
.st2_junbi,.st4_riyou,.st3_mail {
  max-width: 110px;
}
.st3_mail {
  max-width: 90px;
}
}
@media print, screen and (min-width: 61.25em){
  .st2_junbi img{height: 65px;}
.p-steps__step .st3_mail img{height: 108px;bottom: 37px;}
.st4_riyou img{height: 60px;bottom: 5vw !important;}
  .p-steps__body + div img {
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 23px;
}
.st4_riyou img {
    height: 60px;
    /* bottom: 80px !important; */
}
  .p-steps .c-link-block {
    font-size: 12px !important;
}
}
@media print, screen and (min-width: 80em){
  .p-steps__body + div img {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 23px;
}
.st4_riyou img {
    height: 80px !important;
    bottom: 48px !important;
}
  .p-steps .c-link-block {
    font-size: 12px !important;
}
}

@media print, screen and (min-width: 80em) {
  .p-steps .c-link-block {
    font-size: 15px !important;
}
}
.p-steps__step:nth-of-type(2) .p-steps__body + div,
.p-steps__step:nth-of-type(3) .p-steps__body + div,
.p-steps__step:nth-of-type(4) .p-steps__body + div
{
  grid-area: st2-junbi;
  text-align: left;
}
@media print, screen and (min-width: 61.25em){
.p-steps__step:nth-of-type(2) .p-steps__body + div,
.p-steps__step:nth-of-type(3) .p-steps__body + div,
.p-steps__step:nth-of-type(4) .p-steps__body + div
{
  grid-area: st2-junbi;
  text-align: center;
}
}
@media only screen and (max-width: 47.9375em) {
.p-steps__step .p-steps__body + div img{
  max-width:100px;
  height: auto;
}
}
@media print, screen and (min-width: 48em) {
  .p-steps__body {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__body {
    color: #fff;
  }
}
.p-steps__body a {
  text-decoration: underline;
}
@media print, screen and (min-width: 61.25em) {
  .p-steps__body a {
    color: #fff;
  }
}

.p-term-desc {
  display: flex;
}

.p-term-desc__term {
  flex-shrink: 0;
}

.p-term-desc__desc {
  word-break: break-all;
}

.p-title {
  padding: 20px 0 16px;
}
@media print, screen and (min-width: 61.25em) {
  .p-title {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .archiveSeminar .p-title {
    display: flex !important;
  }
}

.p-title__main {
  font-weight: 700;
  font-size: 22px;
  /* font-size: 1.25rem; */
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-title__main {
  }
  .documentCont._mail .p-title__main br{
    display:none;
  }
}

.p-title__separator {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-title__separator {
    display: block;
    flex-shrink: 0;
    width: 1px;
    background: #767676;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
}

.p-title__copy {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 8px;
}
#inquiry .p-title__copy {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-title__copy {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 6px;

  }
}
@media print, screen and (min-width: 61.25em) {
  .p-title__copy {
    margin-top: 0;
    display: block;
  }
  .archiveSeminar .p-title__copy {
    margin-top: 0;
	position: relative;
  }
}

.p-top-bottom-border {

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 9px;
}
@media print, screen and (min-width: 48em) {
  .p-top-bottom-border {
    padding: 9px 14px;
  }
}

.p-two-three {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto;
  -ms-grid-columns: 1fr;
  grid-template: 'top-left' auto 'top-right' auto 'bottom-left' auto 'bottom-center' auto 'bottom-right' auto / 1fr;
  gap: 30px;
}
@media print, screen and (min-width: 61.25em) {
  .p-two-three {
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template: 'top-left top-left top-left top-right top-right top-right' auto 'bottom-left bottom-left bottom-center bottom-center bottom-right bottom-right' auto / 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.p-two-three__el.-top-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top-left;
}

.p-two-three__el.-top-right {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: top-right;
}

.p-two-three__el.-bottom-left {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: bottom-left;
}

.p-two-three__el.-bottom-center {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: bottom-center;
}

.p-two-three__el.-bottom-right {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: bottom-right;
}

@media print, screen and (min-width: 61.25em) {
  .p-two-three__el.-top-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .p-two-three__el.-top-right {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
  }
  .p-two-three__el.-bottom-left {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-two-three__el.-bottom-center {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .p-two-three__el.-bottom-right {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
}

/* ==========================================================================
Component
========================================================================== */
.c-arrow-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
}
.c-arrow-right::before {
  content: '';
  width: 0.456em;
  height: 0.456em;

  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.571em;
  display: block;
  /* -webkit-transition: all 0.2s ease-in-out; */
  /* transition: all 0.2s ease-in-out; */
  flex: 0 0 auto;
  position: relative;
  /* top: 0.571em; */
}
.c-arrow-right.-inline {
  display: inline-flex;
  vertical-align: top;
}
.c-arrow-right.-blue::before {
  border-color: #314da4;
}

.c-button1__inner {
  display: flex;
  align-items: center;
  background-color: #fef712;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 14px 17px;
  /* width: 340px; */
  /* margin: 0 auto; */
  text-align: center;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .c-button1__inner {
    padding: 14px 15px 14px 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.2s ease;
  }
  .c-button1__inner:hover {
    background-color: #fffa66;
  }
  .c-home-top-row.-button .c-button1__inner:hover{
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: 0 20px 20px -10px rgba(136, 160, 166, 0);
  transition-duration: 0.1s;
  background-color: #89d256;
  }
}

.c-button1__sub-text {
  display: block;
  font-size: 12px;
  color: #314da4;
}
@media print, screen and (min-width: 48em) {
  .c-button1__sub-text {
    font-size: 15px;
  }
}

.c-button1__main-text {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #314da4;
}
.c-button1__main-text.-size_s {
    font-size: 18px;
}
@media print, screen and (min-width: 48em) {


}
  .c-button1__main-text {
    font-size: 20px;
  }
  .p-home-top-pc .c-button1__main-text.-size_s {
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    margin-right: 8px;
  }
  .c-button1__main-text.-size_s {
    font-size: 17px;
  }
  .c-button1__main-text.-size_s span{
    font-size: 28px;
    line-height: 1.0;
  }
.c-button1__icon {
  display: block;
  margin-right: 9px;
  flex: 0 0 19px;
}
@media only screen and (max-width: 47.9375em) {
  .c-button1__icon {
    width: 19px;
    height: 19px;
    margin-right: 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button1__icon {
    flex: 0 0 40px;
    margin-right: 15px;
  }

  .c-button1__icon.-size_s {
    width: 22px;
    height: 20px;
    flex-basis: 24px;
    margin-right: 0px;
  }
}

.c-button-2 {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.c-button-2.-left {
  margin: 0;
}
.c-button-2:hover {
  text-decoration:none;
}

.c-button-2__inner {
  background: #fef712;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 16px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media print, screen and (min-width: 48em) {
  .c-button-2__inner {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 24px 16px;
  }
  .c-button-2__inner:hover {
    background-color: #fffa66;
  }
}

.c-button-2__text {
  color: #314da4;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .c-button-2__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-button-2__text::before {
  content: '';
  background-image: url(/neo/common/img/icon_circle-right_blue.svg);
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 48em) {
  .c-button-2__text::before {
    width: 2rem;
    height: 2rem;
  }
}

.c-button-3 {
  display: block;
}
@media screen and (max-width: 896px) and (orientation: landscape) { 
.c-button1__main-text.-size_s span {
    font-size: 22px;
}
.c-button1__main-text.-size_s {
    font-size: 16px;
}
.c-home-top-row.-button{
    width: 325px;
    margin: 0;
}
}
@media print, screen and (min-width: 48em) {
  .c-button-3:hover .c-button-3__inner {
    border-color: #8394c8;
    color: #8394c8;
  }
  .c-button-3:hover .c-button-3__text::before {
    opacity: 0.65;
  }
}

.c-button-3__inner {
  background: #fff;
  border: 3px solid #314da4;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0.8125em 1.5em 0.8125em;
  color: #314da4;
  font-weight: 700;
  text-align: center;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.c-button-3__text {
  display: inline-block;
  position: relative;
  padding-left: 1.62375em;
}
.c-button-3__text::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg)
    center/contain;
  width: 1.18em;
  height: 1.18em;
  left: 0;
  top: 0.1875em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-circle {
  width: 90px;
  height: 90px;
  font-size: 12px;
}
@media print, screen and (min-width: 40.0625em) {
  .c-circle {
    width: 110px;
    height: 110px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-circle {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}

.c-circle__inner {
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #314da4;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.c-close {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  border: none;
  background-image: url(/neo/common/img/icon_circle-close_blue.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
}
@media print, screen and (min-width: 48em) {
  .c-close {
    width: 48px;
    height: 48px;
    top: -24px;
    right: -24px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .c-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.c-contact {
  display: flex;
  align-items: center;
}

.c-contact__icon img {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
}

.c-contact__text {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.625rem;
  word-break: break-all;
}
#inquiry .c-contact__text {
  margin-left: 0px;
}
.c-contact__text a {
    pointer-events: none;
    color: #000000;
}
@media only screen and (max-width: 47.9375em){
  .c-contact__text a {
    pointer-events: auto;
    color: #314da4;
}
}
@media print, screen and (min-width: 48em) {
  .c-contact__text a:hover {
    text-decoration: underline;
  }
}
.-mail .c-contact__text {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-dropdown-icon::after {
  content: '';
  width: 0.425em;
  height: 0.425em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.429em;
  margin-bottom: 0.18em;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.open > .c-dropdown-icon::after,
.open > * > .c-dropdown-icon::after,
.c-dropdown-icon.open::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-bottom: 0;
}

.c-dropdown-icon.-white::after {
  border-color: #fff;
}

.c-dropdown-icon.-blue::after {
  border-color: #314da4;
}

.open > .c-dropdown-icon.-open-blue::after,
.open > * > .c-dropdown-icon.-open-blue::after,
.c-dropdown-icon.-open-blue.open::after {
  border-color: #314da4;
}

@media print, screen and (min-width: 61.25em) {
  .c-dropdown-icon.-hide-M::after {
    display: none;
  }
}

.c-flex {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .c-flex.-sp {
    display: block;
  }
}
.c-flex.-pc {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .c-flex.-pc {
    display: flex;
  }
}
.c-flex.-wrap {
  flex-wrap: wrap;
}
.c-flex.-justify-between {
  justify-content: space-between;
}
.c-flex.-justify-end {
  justify-content: flex-end;
}
.c-flex.-items-baseline {
  align-items: baseline;
}
.c-flex.-items-center {
  align-items: center;
}

.c-line {
  height: 1px;
  background: #c0c7dc;
}
.c-line.-blue-gradient {
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, #293d7a),
    to(#93aeff)
  );
  background: linear-gradient(#293d7a 60%, #93aeff);
}
.c-line.-gray {
  background: #ccc;
}

.c-link {
  color: #314da4;
  word-break: break-all;
}
@media print, screen and (min-width: 48em) {
  .c-link:hover {
    text-decoration: underline;
  }
}
.c-link.-blank::after {
  content: '';
  display: inline-block;
  margin: 0 0.5em;
  width: 0.875em;
  height: 0.75em;
  -webkit-transform: translateY(0.05em);
  transform: translateY(0.05em);
  background-image: url(/neo/common/img/icon_tabs.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.browser-is-ie .c-link.-blank::after {
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}
.c-link.-blank.-inline::after {
  margin-right: 0.2em;
}
.c-link.-white {
  color: #fff;
}
.p-form-1__tooltip-text-inner .c-link.-white {
  color: #fff;
}
.c-link.-white.-blank::after {
  background-image: url(/neo/common/img/icon_tabs-white.svg) !important;
}

.c-link-arrow {
  display: inline;
  color: #314da4;
  word-break: break-all;
}
@media print, screen and (min-width: 48em) {
  .c-link-arrow:hover {
    text-decoration: underline;
  }
}
.c-link-arrow::before {
  content: '';
  background: no-repeat url(/neo/common/img/icon_arrow-right.svg) center/contain;
  display: inline-block;
  width: 0.5em;
  height: 0.75em;
  margin-right: 0.45em;
  position: relative;
  flex-shrink: 0;
}
.c-link-arrow.-white {
  color: #fff;
}
.c-link-arrow.-white::before {
  background-image: url(/neo/common/img/icon_arrow-right_white.svg);
}

.submit {
  display: flex;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  max-width: 300px;
  min-height: 50px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #314da4;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0px auto;
  cursor: grab;
  font-weight: bold;
}
.submit:hover {
  opacity:0.8;
}
.submit button{
    display: block;
    width: 100%;
    color: #ffffff;
}
.submit button::before {
  background-image: url('https://www.desknets.com/neo/common/img/icon_circle-right_white.svg');
}
.p-cta__bottom-body .c-link-block{
  font-size: 14px;
  padding: 11px 12px;
  max-width: 270px;
  min-height: 46px;
  margin: 015px auto;
  color: #ffffff;
}
@media print, screen and (min-width: 40.0625em) {
  .c-link-block {
    width: 300px;
  }
}
@media (max-width: 63.75em) and (min-width: 48em){
  .p-cta__bottom-body .c-link-block{
  max-width: 100%;
  font-size: 12px;
  padding: 11px 21px;
  text-align: center;
  color: #ffffff;
}

}
@media print, screen and (min-width: 48em) {
  .c-link-block:not(:disabled) {
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s,
      border-color 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s,
      border-color 0.4s;
  }
  .c-link-block:not(:disabled):hover,
  .c-feature-top-row.-button a.c-button1__inner:not(:disabled):hover{
    opacity: 0.65;
  }
}
.c-link-block.-yellow {
  background-color: #fef712;
  color: #314da4;
}
.c-link-block.-yellow.-end {
  background-color: #eaeaea;
  color: #a0a0a0;
}
.c-link-block.-yellow.-end:hover {
    opacity: 1;
}
.c-link-block.-yellow.-end span::before {
  background-image: url('/neo/common/img/icon_circle-right_gray.svg');
}
.c-link-block.-yellow span::before {
  background-image: url('/neo/common/img/icon_circle-right_blue.svg');
}
.c-link-block.-white {
  background-color: #fff;
  color: #314da4;
  border: 3px solid #314da4;
}
.c-link-block.-white span::before {
  background-image: url('/neo/common/img/icon_circle-right_blue.svg');
}
.c-link-block.-white span {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 48em) {
  .c-link-block.-white:not(:disabled):hover {
    opacity: 1;
    color: #8394c8;
    border-color: #8394c8;
  }
  .c-link-block.-white:not(:disabled):hover span {
    opacity: 0.6;
  }
}
.c-link-block.-anchor span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-link-block.-center {
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-link-block.-sp_center {
    margin: 0 auto;
  }
}
.c-link-block.-wide {
  width: 100%;
  max-width: 500px;
}
.c-link-block.-wide-s {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 47.9375em) {
  .c-link-block.-sp_full {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .c-link-block.-sp_full {
    width: 240px;
  }
  .p-seminar-util .c-link-block.-sp_full {
    width: 300px;
    /* padding: 15px 16px; */
  }
}
.c-link-block.-print {
  cursor: pointer;
}
.c-link-block.-print span::before {
  display: none;
}
.c-link-block.-print span::after {
  background-image: url(/neo/common/img/icon_print_white.svg);
  margin-right: 0;
  margin-left: 0.4em;
}
.c-link-block.-thick {
  padding: 13px 16px;
}
.c-link-block:disabled {
  cursor: not-allowed;
  color: #999;
  background-color: #e5e5e5;
}
.c-link-block:disabled span::before {
  background-image: url(/neo/common/img/icon_circle-right_gray.svg);
}
.c-link-block span {
  display: inline-flex;
  align-items: center;
}
.c-link-block span::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-link-circle-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -10px;
}
.c-link-circle-container i {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    margin: 0 1px 5px 2px;
    background-image: url(/neo/common/img/icon_tel-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1.75;
    background-position: 0;
    text-indent: -9999px;
}
@media only screen and (max-width: 47.9375em){
.c-link-circle-container i {
    line-height: 1.25;
}
}
.c-link-circle-container span {
    display: inline-flex;
    align-items: flex-end;
    line-height: 1.75;
    margin-left: 10px;
}
.c-link-circle-container a[href^="tel:"] {
    pointer-events: none;
    color: #000000;
}
@media only screen and (max-width: 47.9375em){
  .c-link-circle-container span {
    display: block;
    line-height: 1.75;
    margin-left: 50px;
}
.c-link-circle-container a[href^="tel:"] {
    pointer-events: auto;
    color: #314da4;
}
}
.c-link-circle-container .c-link-circle {
  margin-left: 20px;
  margin-top: 10px;
}
.c-link-circle-container.-mt_s {
  margin-top: -5px;
}
.c-link-circle-container.-mt_s .c-link-circle {
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .c-link-circle-container.-sp_center {
    justify-content: center;
  }
}

.c-link-circle {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.4;
  color: #314da4;
  font-size: 15px;
  text-decoration: none;
}
.c-link-circle + .c-link-circle {
  margin-left:10px;
}
.c-link-circle:hover {
  text-decoration: underline;
}
.c-link-circle::before {
  content: '';
  background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg)
    center/contain;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.45em;
  position: relative;
  top: 0.2em;
  flex-shrink: 0;
}
.c-link-circle.-full {
  display: flex;
  height: 100%;
}
.c-link-circle.-no-line:hover {
  text-decoration: none;
}
.c-link-circle.-icon_s::before {
  width: 1em;
  height: 1em;
  top: 0.4em;
}
.c-link-circle.-icon_s.-meiryo::before {
  top: 0.3em;
}
.c-link-circle.-down::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size:0.9em !important;
}
.c-link-circle.-lh_s {
  line-height: 1.3;
}
.c-link-circle.-lh_s::before {
  top: 0.1em;
}
.c-link-circle.-inactive {
  color: #999;
}
.c-link-circle.-inactive:hover {
  text-decoration: none;
}
.c-link-circle.-inactive::before {
  background-image: url(/neo/common/img/icon_circle-right_gray.svg);
}

.c-highlight {
  margin: 0 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #fef712)
  );
  background: linear-gradient(transparent 70%, #fef712 70%);
}
.c-highlight.-no-ml {
  margin-left: 0;
}
.c-highlight.-no-m {
  margin: 0;
}
.c-highlight.-upper {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #fef712),
    color-stop(80%, #fef712),
    color-stop(80%, transparent)
  );
  background: linear-gradient(
    transparent 50%,
    #fef712 50%,
    #fef712 80%,
    transparent 80%
  );
}

.c-img img {
  display: block;
  max-width: 100%;
}

.c-img.-cloud-package img {
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .c-img.-cloud-package img {
    width: 160px;
    height: 105px;
  }
}

.c-img.-center img {
  margin-right: auto;
  margin-left: auto;
}
.mlA {
  margin-left: auto;
}
.mRA {
  margin-right: auto;
}
.c-img__caption {
  color: #595959;
  line-height: 1.5;
  margin-top: 0.58333em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .c-img__caption {
    margin-top: 0.71429em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

input[type='text'],select {
  padding: 10px 10px 7px;
  font-size: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -webkit-appearance: none;
  /* margin-bottom: 18px; */
  max-width: 100%;
}
.c-input[data-validation-passed='true'] {
  background-color: rgb(232, 240, 254) !important;
  border: 1px solid #c4e2c2;
}
.c-input[data-validation-passed='false'] {
  background-color: #fbe4e4;
  border: 1px solid #ecc7c7;
}
form.form select {
  background-image: url(https://www.desknets.com/neo/common/img/icon_down_blue.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  max-width: 350px;
  background-color: #ffffff;
  color:#000000;
}
form.form select::-ms-expand {
  display: none;
}
.c-input.-s {
  max-width: 350px;
}
.c-input.-text-area {
  resize: vertical;
}
.c-input.-font_s {
  padding: 10px;
  font-size: 14px;
}
.c-input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.c-input::-moz-placeholder {
  color: #bdbdbd;
}
.c-input:-ms-input-placeholder {
  color: #bdbdbd;
}
.c-input::-ms-input-placeholder {
  color: #bdbdbd;
}
.c-input::-ms-clear {
  display: none;
}
.c-input::placeholder {
  color: #bdbdbd;
}
.c-input.-xs {
  max-width: 120px;
}
.c-input.-xxs {
  max-width: 90px;
}
.c-input.-thin {
  padding: 3px 10px 4px;
}
.c-input.-bold {
  font-weight: 700;
}
.c-input.-font_m {
  font-size: 18px;
}
.c-input.-tar {
  text-align: right;
}
.c-input.-cloud-basic {
  width: 150px;
  height: 45px;
  padding: 10px 14px 8px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}
.c-input.-cloud-basic::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic::-moz-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-basic::placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option {
  width: 120px;
  height: 35px;
  padding: 7px 14px 4px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}
.c-input.-cloud-main-option::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option::-moz-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-main-option::placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option {
  width: 80px;
  height: 26px;
  padding: 2px 7px 0;
  text-align: right;
  font-size: 16px;
}
.c-input.-cloud-sub-option::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option::-moz-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-cloud-sub-option::placeholder {
  font-weight: 400;
}
.c-input.-package-simulator {
  width: 130px;
  height: 40px;
  padding: 8px 10px 5px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}
.c-input.-package-simulator::-webkit-input-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator::-moz-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator:-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator::-ms-input-placeholder {
  font-weight: 400;
}
.c-input.-package-simulator::placeholder {
  font-weight: 400;
}

.c-input-label {
  display: flex;
  align-items: baseline;
}
.c-input-label.-center {
  align-items: center;
}

.c-input-label__input.-lh_s {
  line-height: 0.9;
}

.c-input-label__text {

  margin-left: 10px;
}

.c-list.-lh_s {
  line-height: 1.4;
}

.c-list__el {
  padding-left: 1.1875em;
  position: relative;
}
.-gray-disc > .c-list__el::before {
  content: '';
  width: 0.333em;
  height: 0.333em;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  margin-right: 13px;
  left: 0;
}
.-nakaguro > .c-list__el::before {
  content: '・';
  position: absolute;
  left: 0;
}
.-lh_s > .c-list__el::before {
  top: 0.5em;
}
.-lh_l > .c-list__el::before {
  top: 0.8em;
}
.-mt_1 > .c-list__el {
  margin-top: 15px;
}
.-mt_1 > .c-list__el:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .-mt_1 > .c-list__el {
    margin-top: 12px;
  }
}
.-mt_2 > .c-list__el {
  margin-top: 20px;
}
.-mt_2 > .c-list__el:first-child {
  margin-top: 0;
}
.-mt_3 > .c-list__el {
  margin-top: 12px;
}
.-mt_3 > .c-list__el:first-child {
  margin-top: 0;

}

.c-overlay {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
}
.c-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.c-padding-box.-yellow {
  background: #fef712;
}

.c-padding-box.-white {
  background: #fff;
}

.c-padding-box.-blue {
  background: #f2f6ff;
}

.c-padding-box__inner {
  padding: 32px 24px;
}
@media print, screen and (min-width: 48em) {
  .c-padding-box__inner {
    padding: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-padding-box__inner.-s {
    padding: 22px;
  }
}

.c-prefix {
  position: relative;
}
.c-prefix.-nakaguro {
  padding-left: 1.5em;
}
.c-prefix.-nakaguro::before {
  content: '・';
  position: absolute;
  left: 0;
}
.c-prefix.-reference {
  padding-left: 1.5em;
}
.c-prefix.-reference::before {
  content: '※';
  position: absolute;
  left: 0;
}
.c-prefix.-ordered-reference {
  padding-left: 2.5em;
}
.c-prefix.-ordered-reference::before {
  content: '※' attr(data-num);
  position: absolute;
  left: 0;
}
.c-prefix.-alert {
  padding-left: 1.85em;
}
.c-prefix.-alert::before {
  content: '';
  width: 1.25em;
  height: 1.0625em;
  position: absolute;
  top: 0.3125em;
  left: 0;
  background-image: url(/neo/common/img/icon_alert.svg);
  background-size: contain;
}
.c-prefix.-plus-minus {
  padding-left: 1.33em;
}
.c-prefix.-plus-minus::before {
  content: '';
  width: 0.83em;
  height: 0.83em;
  position: absolute;
  top: 0.30556em;
  left: 0;
  background-image: url(/neo/common/img/icon_plus_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .c-prefix.-plus-minus::before {
    top: 0.35714em;
  }
}
.c-prefix.-plus-minus.open::before {
  background-image: url(/neo/common/img/icon_minus_blue.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-prefix.-circle {
  position: relative;
  padding-left: 1.88889em;
}
.c-prefix.-circle > .c-prefix__char {
  color: #fff;
  background: #666;
  font-family: Roboto, sans-serif;
  font-size: 0.77778em;
  text-align: center;
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1.71429em;
  height: 1.71429em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-prefix.-gray-disc {
  padding-left: 0.9375em;
  position: relative;
}
.c-prefix.-gray-disc::before {
  width: 0.3125em;
  height: 0.3125em;
  content: '';
  background: #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6875em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-prefix.-left {
  display: flex;
  align-items: center;
}
.c-prefix.-left .c-prefix__inner {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-prefix.-left .c-prefix__inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.125em solid #314da4;
  border-left: 0.125em solid #314da4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 48em) {
  .c-prefix.-left:hover .c-prefix__inner {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}
.c-prefix.-printer::before {
  content: '';
  width: 1.0525em;
  height: 0.85437em;
  margin-right: 0.5875em;
  background-image: url(/neo/common/img/icon_print_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.c-prefix-bar {
  display: flex;
  align-items: center;

}
.c-prefix-bar::before {
  content: '';
  width: 8px;
  height: 2px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  margin-right: 8px;
  margin-bottom: 1px;
  display: block;
  -webkit-transition: none;
  transition: none;
  background: rgba(255, 255, 255, 0.5);
  flex: 0 0 auto;
}

.c-prefix-check {
  position: relative;
  padding-left: 1.5625em;
  line-height: 1.4;
}
.c-prefix-check::before {
  content: '';
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 0.875em;
  height: 0.58313em;
  border-left: 0.25em solid #314da4;
  border-bottom: 0.25em solid #314da4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-prefix-icon {
  display: flex;
  align-items: center;
}
.c-prefix-icon::before {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
.c-prefix-icon.-card::before {
  background-image: url(/neo/common/img/icon_card.svg);
  width: 38px;
  height: 28px;
  margin-right: 15px;
}
.c-prefix-icon.-briefcase::before {
  background-image: url(/neo/common/img/icon_briefcase.svg);
  width: 32px;
  height: 28px;
  margin-right: 14px;
}
.c-prefix-icon.-memo::before {
  background-image: url(/neo/common/img/icon_memo.svg);
  width: 30px;
  height: 28px;
  margin-right: 8px;
}

.c-question {
  position: relative;
  width: 1.125em;
  height: 1.125em;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
}
.c-question::before {
  content: '?';
  font-size: 0.625em;
  color: #fff;
}

.c-question__text {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;

  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -webkit-calc(-100% + 10px));
  transform: translate(-50%, calc(-100% + 10px));
  top: 0;
  left: 50%;
  padding-bottom: 10px;
  cursor: auto;
}
.browser-is-ie .c-question__text {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  top: 10px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.c-question__text::after {
  content: '';
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-question__text::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 48em) {
  .c-question__text::after {
    left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-question__text {
    left: -100%;
    -webkit-transform: translate(0, -webkit-calc(-100% + 10px));
    transform: translate(0, calc(-100% + 10px));
  }
  .browser-is-ie .c-question__text {
    top: 10px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
.c-question:hover .c-question__text,
.c-question:focus .c-question__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -webkit-calc(-100%));
  transform: translate(-50%, calc(-100%));
}
.browser-is-ie .c-question:hover .c-question__text,
.browser-is-ie .c-question:focus .c-question__text {
  -webkit-transform: translate(-50%, -webkit-calc(-100%));
  transform: translate(-50%, calc(-100%));
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .c-question:hover .c-question__text,
  .c-question:focus .c-question__text {
    -webkit-transform: translate(0, -webkit-calc(-100%));
    transform: translate(0, calc(-100%));
  }
  .browser-is-ie .c-question:hover .c-question__text,
  .browser-is-ie .c-question:focus .c-question__text {
    top: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

.c-question__text-inner {
  width: 180px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media print, screen and (min-width: 48em) {
  .c-question__text-inner {
    width: 300px;
  }
}

.c-section-heading {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .c-section-heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.c-spacer.-header {
  height: 50px;
}
@media print, screen and (min-width: 61.25em) {
.c-spacer.-header {
    height: 90px;
    background: #f2f2f2;
  }
}

.c-spacer.-sub-navigation {
  height: 50px;
}
@media print, screen and (min-width: 61.25em) {
  .c-spacer.-sub-navigation {
    height: 61px;
    background: #f2f2f2;
  }
  .c-spacer.-sub-navigation.-archive {
    height: 45px;
    background: #f2f2f2;
  }
}

.c-suffix.-plus-minus {
  display: flex;
  align-items: center;
}
.c-suffix.-plus-minus::after {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background-image: url(/neo/common/img/icon_circle-plus_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  flex: 0 0 auto;
  margin-left: 0.625em;
}
.c-suffix.-plus-minus.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(/neo/common/img/icon_circle-minus_blue.svg);
}

.c-suffix.-printer::after {
  content: '';
  width: 1.0525em;
  height: 0.85437em;
  margin-left: 0.5875em;
  background-image: url(/neo/common/img/icon_print_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.c-suffix.-right {
  display: flex;
  align-items: center;
}
.c-suffix.-right .c-suffix__inner {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-suffix.-right .c-suffix__inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.125em solid #314da4;
  border-right: 0.125em solid #314da4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48em) {
  .c-suffix.-right:hover .c-suffix__inner {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.c-table-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.c-table {
  width: 100%;
  table-layout: auto;
}
.c-table.-miw_900 {
    width: auto;
    min-width: max-content;
}
@media print, screen and (min-width: 48em) {
.c-table.-miw_900 {
    width: auto;
    min-width: max-content;
}
.c-table.-half {
    width: 100%;
}
}
@media print, screen and (min-width: 80em) {
.c-table.-miw_900 {
    width: 100%;
    min-width: 900px;
}
.c-table.-half {
    width: 60%;
}
}

.c-table__col.-price-small-package-neo {
  width: 50%;
}
@media print, screen and (min-width: 48em) {
  .c-table__col.-price-small-package-neo {
    width: 36.231%;
  }
}

.c-table__col.-price-small-package-appsuite {
  width: 50%;
}
@media print, screen and (min-width: 48em) {
  .c-table__col.-price-small-package-appsuite {
    width: 63.768%;
  }
}

.c-table__head.-collapse {
  display: none;
}
@media print, screen and (min-width: 80em) {
  .c-table__head.-collapse {
    display: table-header-group;
  }
}

.c-table__row.-blue {
  background: #f2f6ff;
}

.c-table__row.-indigo {
  background: #314da4;
  color: #fff;
}

.c-table__row.-s {
  height: 40px;
}

.c-table__row.-m {
  height: 45px;
}

.c-table__row.-l {
  height: 60px;
}

.c-table__row.-xl {

  height: 80px;
}

.c-table__cell {
  border: 1px solid #c0c7dc;
  padding: 3px 14px 4px;
}
.c-table__cell.-s {
  padding-left: 4px;
  padding-right: 4px;
}
.c-table__cell.-ms {
  padding-left: 20px;
  padding-right: 7px;
}
.c-table__cell.-m {
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}
.c-table__cell.-l {
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 48em) {
  .c-table__cell.-l {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-table__cell.-no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.c-table__cell.-top {
  vertical-align: top;
}
@media print, screen and (min-width: 48em) {
  .c-table__cell.-right_thick {
    padding-right: 47px;
  }
}
.c-table__cell.-no-bt {
  position: relative;
}
.c-table__cell.-no-bt::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
@media print, screen and (min-width: 80em) {
  .c-table__cell.-no-bt.-under-L::before {
    display: none;
  }
}

.c-tag {
  text-align: center;
  border: 1px solid #afbddb;
  width: 7.14286em;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 48em) {
  .c-tag {
    width: 9.42857em;
    padding: 0.14286em 0.5em;
  }
}

.c-text {
  font-size: 16px;
  font-size: 1rem;
}
.c-text.-xs {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-text.-xs.-fixed {
  font-size: 12px;
}
.c-text.-s {
  font-size: 14px;
  font-size: 3.5vw;
}
#inquiry .c-text.-s ,
#webmtg .c-text.-s {
  font-size: 14px;
}
.c-text.-m {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-text.-l {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-text.-ll {
  font-size: 22px;
  font-size: 1.375rem;
}
.c-text.-xl {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-text.-xxl {
  font-size: 28px;
  font-size: 1.75rem;
}
  #inquiry .officeText {
    width: 106px;
    display: inline-block;
    font-weight:normal;
    font-size:16px;
}
  #inquiry .c-contact__icon{
    display: inline-block;
    padding-top: 4px;
    vertical-align: middle;
    margin-bottom: 10px;
}
  #inquiry .c-contact__icon img{
    margin: 0px 0 0;
    bottom: 0px;
}
@media print, screen and (min-width: 48em) {
  .c-text.-pc_xs {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-text.-pc_s {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-text.-pc_s.-fixed {
    font-size: 14px;
  }
  .c-text.-pc_m {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-text.-pc_l {
    font-size: 16px;
  }
  .seminarCont  .c-text.-pc_l {
    font-size: 24px;
  }
  #voice .c-text.-pc_l {
    font-size: 16px;
  }

  .c-text.-pc_ll {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-text.-pc_xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-text.-pc_xxl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-text.-sp_xxs {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-text.-sp_xs {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-text.-sp_s {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-text.-sp_m {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-text.-sp_l {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-text.-sp_ll {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-text.-sp_xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-text.-sp_xxl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-text.-mt {
  margin-top: 0.611em;
}
.c-text.-mt_m {
  margin-top: 1.05556em;
}

.c-toggle-switch {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c0c7dc;
  background: #f2f6ff;
  cursor: pointer;
}

.c-toggle-switch__inner {
  position: relative;
  padding: 2px;
}

.c-toggle-switch__labels {
  display: flex;
  position: relative;
  z-index: 2;
}

.c-toggle-switch__label {
  -webkit-transition: color 0.2s ease, font-weight 0.2s ease;
  transition: color 0.2s ease, font-weight 0.2s ease;
}
.c-toggle-switch__label.-active {
  font-weight: 700;
  color: #fff;
}

.c-toggle-switch__label {
  padding: 5px 6px 4px;
}

.c-toggle-switch__pill {
  padding: 2px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.c-toggle-switch__pill.-right {
  transform: translateX(100%)
}

.c-toggle-switch__pill-inner {
  background: #314da4;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* ==========================================================================
Utility
========================================================================== */
.u-no-break {
  display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
  .u-header-spacer {
    height: 60px;
  }
}

.u-bold {
  font-weight: 700;
}

.u-normal {
  font-weight: 400;
}

.u-hide-S {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .u-hide-S {
    display: none;
  }
}

.u-hide-M {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  .u-hide-M {
    display: none;
  }
}

.u-hide-PC {

  display: block;
}
@media print, screen and (min-width: 61.25em) {
  body:not(.rh-factor) .u-hide-PC {
    display: none;
  }
}

.u-show-S {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .u-show-S {
    display: block;
  }
  .u-show-S.-flex {
    display: flex;
  }
  .u-show-S.-inline {
    display: inline;
  }
}
@media print, screen and (min-width: 80em) {
  .u-hide-PC {
    display: none;
  }
}

.u-show-M {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .u-show-M {
    display: block;
  }
  .u-show-M.-flex {
    display: flex;
  }
}


.u-show-PC {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  body:not(.rh-factor) .u-show-PC {
    display: block;
  }
  body:not(.rh-factor) .u-show-PC.-flex {
    display: flex;
  }
}

.u-show-L {
  display: none;
}
@media print, screen and (min-width: 80em) {
  .u-show-L {
    display: block;
  }
}

.u-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.u-dropdown-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
.u-dropdown-body.open {
  overflow: auto;
}
@media print, screen and (min-width: 61.25em) {
  .u-dropdown-body.-under-m {
    height: auto;
    overflow: auto;
  }
}

.u-accordion-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.u-text-blue {
  color: #314da4;
}

.u-text-white {
  color: #fff;
}

.u-text-black {
  color: #000;
}

.u-text-yellow {
  color: #fef712;
}

.u-tac {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .u-tac-pc {
    text-align: center;
  }
}

.u-taj {
  text-align: justify;
}

.u-tar {
  text-align: right;
}

.u-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-roboto {
  font-family: Roboto, sans-serif;
}

.u-lh-s {
  line-height: 1.4;
}

.u-lh-m {
  line-height: 1.6;
}

.u-lh-l {
  line-height: 2;
}

.u-of-h {
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media print, screen and (min-width: 48em) {
  .u-hover-line:hover {
    text-decoration: underline;
  }
}

.u-full-height {

  height: 100%;
}


.u-full-width {
  width: 100%;
}

.u-align-middle {
  vertical-align: middle;
}

.u-pointer {
  cursor: pointer;
}

.u-align-center {
  display: flex;
  align-items: center;
}

.u-justify-right {
  display: flex;
  justify-content: flex-end;
}

@media print {
  .u-hide-on-print {
    display: none;
  }
}

.u-indent-sn {
  text-indent: -0.5em;
}

.u-ml-s {
  margin-left: 0.5em;
}

.u-ml-m {
  margin-left: 1em;
}

.u-ml-l {
  margin-left: 1.5em;
}

.u-block {
  display: block;
}
/*セミナーページ、写真追加できるよう修正*/
.newBox{
  clear:both;
  margin-bottom:0px;
}
.newBox img{
  clear:both;
  margin:0 30px 0px 0;
  width: 200px;
}

.clearfix {
  content: '';
  clear: both;
  display: block;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.floatL{
  float:left
}
@media only screen and (max-width: 47.9375em){
  .newBox img{
  clear:both;
  margin: 0 00px 30px 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
.navBannerImg {
    display: block;
}
.p-price-package-result {
    min-width: auto;
    padding: 22px 20px 55px;
}
.p-price-package-result__col-1 {
    flex: 0 1 40%;
}
.p-price-package-result__col-2 {
    flex: 0 1 60%;
}
#priceEnterprise .p-price-package-result {
    min-width: 440px;
    padding: 22px 20px 55px;
}
.p-price-package-result__col-1 {
    flex: 0 1 40%;
}
.p-price-package-result__col-2 {
    flex: 0 1 60%;
}
.p-price-package-result__col-3 {
    flex: 0 1 40%;
}
}
/*   inline-flex非対応デバイス対策 ここから　*/
@media print, screen and (min-width: 48em) {
.p-inquiry-example__img .-column {
    flex-wrap: wrap;
    display: flex;
}
.p-inquiry-example__img .-column img {
	max-height: min-content;
	display: block;
	padding-bottom: 20px;
}


}
@media screen and (max-width: 1024px){
.documentCont .c-line {
    top: 98px;
}
.document .l-form-3__left-top{
    margin-top: 0px;
    width: 100%;
    font-size: 15px;
}
  .document .l-form-3__right{
    margin-top: 0px;
    width: 100%;
    margin-left: 60px;
}

}
@media only screen and (max-width: 47.9375em){
  .p-inquiry-example__img .-column {
    /* display:  block !important; */
}
.p-inquiry-example__img .-column img {
	max-height: min-content;
	display: block;
	float: left;
	padding-bottom: 20PX;
}
.document .l-form-3__right{
  margin-top:20px;
  position: static;
  width: 100%;
  margin-left: 0;
}

}
/*   inline-flex非対応デバイス対策 ここまで　*/
@media only screen and (max-width: 47.9375em) {
.p-cta__bottom-box {
    width: 100%;
}
.p-cta__bottom-head{
  
padding: 0px 20px 0px;
}
}

/*-----------------------------
priceトップ用css追加 20210618
-----------------------------*/
/*Webでお申込みに追加したボタン*/
.cld_ptn .c-link-block{
padding: 11px 16px;}
.btn_cld{
  /* margin-top:5%; */margin-bottom: 3%;grid-area: step-btn-cld;
}
.btn_ptn{
    grid-area: step-btn-ptn;
}

@media only screen and (max-width: 47.9375em) {
  .btn_cld a,.btn_ptn a{
    font-size:12px;
  }
}
@media print, screen and (min-width: 80em) {
.cld_ptn .p-steps__step.-s {height: 270px;grid-template: none;} 
.cld_ptn .p-steps__step.-s:not(:first-child)::before {
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    }
.cld_ptn .p-steps__step.-s:not(:last-child)::after {
    border-top: 125px solid transparent;
    border-bottom: 145px solid transparent;
    }

}
.p-topics-info{
  padding: 0 3.125%;
  /* background: #f2f6ff; */
}
.p-topics-info__inner{
    max-width: 1236px;
    margin: 0 auto;
    padding: 30px 0 0px;
}
.p-topics-info__section{
  display:none;
}
.p-topics-info__head {
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 14px; */
    display: flex;
    justify-content: space-between;
}
.p-topics-info__head .main {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
}
.p-topics-info__head .link {
    font-size: 16px;
    font-size: 1rem;
}

.p-topics-info__body {
    margin-top: 10px;
}
.p-topics-news {
    display: flex;
    flex-wrap: wrap;
}
.p-topics-news a{
  flex: auto;
  display: flex;
  margin-right: 2%;
}
.p-topics-news a:hover{
  opacity:0.65;
}
.p-topics-news a:hover .p-topics-news__body-heading {
  text-decoration: underline;
}
.p-topics-news a:nth-of-type(3){
  margin-right: 0%;
}
.p-topics-news__el {
    /* width: 100%; */
    margin-right: 0%;
    background-color: #ffffff;
    padding: 20px 18px 17px 18px;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
    flex: 1;
    box-shadow: 0px 0px 8px #eaeaea;
    -moz-box-shadow: 0 1px 6px #eaeaea, 0 3px 12px #eaeaea; /* Firefox */
    -webkit-box-shadow: 0 1px 6px #eaeaea, 0 3px 12px #eaeaea; /* Safari and Chrome */
}
.p-topics-news a:nth-of-type(3) {
    margin-right: 0%;
}
.p-topics-news__picture {
    display: block;
    margin-bottom: 12px;
    margin-right: 18px;
    max-width: 90px;
    flex-shrink: 0;
}
.p-topics-news__picture img {
    max-height: 106px;
    max-width: 100%;
    width: 100%;
}
.p-topics-news__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: auto;
}
.p-topics-news__body-heading {
    margin-bottom: 0px !important;
    line-height: 1.6;
    font-size: 13px;
    /* white-space: nowrap; */
    display: block;
    width: 100%;
}
.p-topics-news__date {
    word-break: break-all;
    /* padding-top: 0.2rem; */
    color: #474747;
    /* text-align: right; */
    display: inline;
    margin: 0 6px 4px 0;
    font-size: 14px;
}
.p-topics-news__tag {
    display: inline;
    margin: 0 0px 4px 0;
}
.p-topics-news__tag span {
    display: flex;
    background: #e5e5e5;
    padding: 4px 8px 2px;
    min-width: auto;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.0;
    font-size: 12px;
    color: #474747;
    /* border-radius: 30px; */
}

@media print, screen and (min-width: 48em){
.p-topics-info__inner {
    padding: 30px 0 0px;
}
.p-topics-info__body {
    /* margin-top: 39px; */
}
.p-topics-news {
  flex-wrap: nowrap;
  width: calc(100%);
  justify-content: space-between;
}
.p-topics-news a {
    flex: 1;
}
.p-topics-news__el {
    margin-bottom: 10px;
    /* margin-right: 4%; */
}
.p-topics-news__picture {
    /* max-height: 95px; */
    margin-bottom: 0px;
}

.p-topics-news__picture {
    max-width: 60px;
}

.p-topics-news__body {
    margin-bottom: 0px !important;
}
.p-topics-news__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.p-topics-news__tag {
    /* float: left; */
    -ms-grid-column: 3;
}
.p-topics-news__tag span {
    width: 100%;
}
.p-topics-news__tag span {
    display: inline;
}
.p-topics-news__body-heading {
    /* margin-bottom: 0px !important; */
}
}
@media print, screen and (min-width: 61.25em){
  .p-topics-news__picture {
    max-width: 80px;
    margin-bottom: 0px;
}
.p-topics-news__body {
    /* width: calc(100% - 80px); */
}
}

@media print, screen and (min-width: 80em){
  .p-topics-news__picture {
    max-width: 160px;
    margin-bottom: 0px;
}
.p-topics-news__body {
    width: auto;
}
}
.trial_att {
  padding: 10px;
  background: #F2F2F2;
}
.l-form-1__left-bottom img {
    margin: 0 auto;
}
.document .sp{
  display:none;
}

@media screen and (max-width: 767px){
  .document .l-form-3 {
    display: flex;
    align-items: flex-start;
    grid-template: none;
    gap: inherit;
    flex-wrap: wrap;
    padding: 0 3.125%;
}
}
@media screen and (max-width: 480px){
.documentCont .c-line {
    top: 120px;
    display: none;
}
.document .l-form-3__left-top,.document .l-form-3__right{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.document .l-form-3__right{
    margin-top: 20px;
}
.p-form-1 iframe {
    height: 800px;
}
  .document .l-form-3 {
    display: flex;
    align-items: flex-start;
    grid-template: none;
    gap: inherit;
    flex-wrap: wrap;
    padding: 0;
}
.document .l-form-3 > div:nth-of-type(1) {
    order: 1;
    padding: 0 3.125%;
}
.document .l-form-3 > div:nth-of-type(2) {
    order: 3;
    padding: 10px 10px 0 !important;
}
.document .l-form-3 > div:nth-of-type(3) {
    order: 2;
      padding: 0 3.125%;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(1) {
  order: 1;

}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(2) {
  order: 2;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(3) {
  order: 3;
  display: none;
}
.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(1) {
  order: 3;
}

.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(2) {
  order: 1;

}
.documentCont._mail .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(3) {
  order: 2;
  display: block;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(4) {
  order: 4;
  display: none;
}
.documentCont .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(5) {
  order: 5;
  display: none;
}
  .documentCont .sp {
  order: 4 !important;
  display: block;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(1) {
  order: 1;
  display: none;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(2) {
  order: 2;
  display: none;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(3) {
  order: 3;
  display: block;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(4) {
  order: 4;
  display: block;
}
.documentCont .sp .l-form-3__left-top > div:nth-of-type(1) > .l-block:nth-of-type(5) {
  order: 5;
  display: block;
}
 .documentCont._mail .l-form-3__left-top > div:nth-of-type(1) p.-pc_l + .l-block {
    margin-top: 0px;
}
 .documentCont._mail .l-row__inner.-pb_4{
    padding-top: 0px;
}
  ._mail .document .p-form-1__input-group {
    display: block;
}
  }
.grecaptcha-badge{
  display: none !important;
}
.l-form-3 .easy {
    color: #3550A0;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 4px;
    width: 100%;
    font-size: 20px;
}
.l-form-3 .easy + img{
    margin-bottom: 6px;
    max-width: 100%;
}

.p-links_list01,
.p-links_list02 {
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .p-links_list01,
  .p-links_list02 {
    margin-top: 22px;
  }
}
@media (min-width:420px) {
   .p-links_list01 {
    display: flex;
    margin: 22px -12px 50px;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .p-links_list01 {
    display: flex;
    margin: 10px -12px 50px;
  }
}

.p-links_listItem01 {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #d6dded;
  margin-bottom: 20px;
}

@media (min-width:420px) {
.p-links_listItem01 {
    margin: 0 12px;
    width: calc(33.33% - 24px);
}
}
@media (min-width: 768px) {
  .p-links_listItem01 {
    margin: 0 12px;
    /* border-radius: 0 0 3px 3px; */
    width: calc(33.33% - 24px);
  }
}

.p-links_listItem01 + .p-links_listItem01 {
  /* margin-top: 8vw; */
}

@media (min-width: 768px) {
  .p-links_listItem01 + .p-links_listItem01 {
    margin-top: 0;
  }
}

.p-links_listItem01 > a {
  display: block;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .p-links_listItem01 > a:hover {
    opacity: 0.7;
  }
  .p-links_listItem01 > a:hover .p-links_icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.p-links_img {
  /* border: 1px solid #fff; */
}
.p-links_img img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.p-links_txt {
  position: relative;
  padding: 2.4vw 10px;
  background: #fff;
  text-align: center;
  font-size: 3.73333vw;
  line-height: 1.4;
  font-weight: bold;
}
.p-links_icon {
  position: absolute;
  top: 0;
  right: 2.66667vw;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 3.33333vw;
  height: 3.33333vw;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;

  --icon_width: 3.33333vw;
  --icon_height: 3.33333vw;
}
@media (min-width:420px) {
.p-links_txt {
    font-size: 14px;
    padding: 2.4vw 19px;
    line-height: 1.4;
}
  .p-links_icon {
  
  --icon_width: 2vw;
    --icon_height: 2vw;
  right: 0.26667vw;
}
}

@media (min-width: 768px) {
  .p-links_txt {
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
  }
}


@media (min-width: 768px) {
  .p-links_icon {
    right: 10px;
    width: 15px;
    height: 15px;

    --icon_width: 15px;
    --icon_height: 15px;
  }
}

.p-links_icon > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: var(--icon_width);
  height: var(--icon_height);
  fill: #372eb2;
}
/*ctaボタン*/
.p-contact-address__body._nowrap{
  flex-wrap: nowrap;
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}
.c-btn._blue {
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.c-btn {
    transition: all 0.3s ease;
}

@media (min-width: 768px){
.c-btn:hover._blue::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-btn:hover::before {
    transition: all 0.4s ease-out;
}
}
.c-btn._shadow {
  box-shadow: 0px 2.66667vw 4vw -2.66667vw #6f6f6f;
}
.c-btn._yellow._shadow {
  box-shadow: 0px 20px 30px -20px #6f6f6f;
}

@media (min-width: 768px) {
  .c-btn._shadow {
    box-shadow: 0px 20px 30px -20px #6f6f6f;
  }
}
.p-contact_item_btn.c-btn,
.p-change_btn.c-btn {
  margin: 1vw 0 1vw;
  border-radius: 5.33333vw;
  width: 58.66667vw;
  height: 10.66667vw;
}

@media (min-width: 768px) {
  .p-contact_item_btn.c-btn,
  .p-change_btn.c-btn {
    margin: 0 0 10px;
    border-radius: 28px;
    width: 320px;
    height: 56px;
  }
.c-btn:hover._shadow {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}
}
.c-btn._blue > a, .c-btn._blue > button {
    color: #fff;
}
.c-btn > a, .c-btn > button, .c-btn .c-btn_icon svg {
    transition: all 0.3s ease;
}
.c-btn > a, .c-btn > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #67b000;
}
.u-font-btn--md {
  font-size: 4vw;
  line-height: 1.06667;
}

@media (min-width: 768px) {
  .u-font-btn--md {
    font-size: 18px;
    line-height: 1.11111;
  }
}

.c-btn_icon._link_arw {
    --icon_width: 3.6vw;
    --icon_height: 3.6vw;
    --icon_rightPos: 3vw;
}
.c-btn_icon._white {
    fill: #fff;
}
@media (min-width: 768px){
.c-btn_icon._link_arw {
    --icon_width: 17px;
    --icon_height: 17px;
    --icon_rightPos: 25px;
}
}
.c-btn > a, .c-btn > button, .c-btn .c-btn_icon svg {
    transition: all 0.3s ease;
}
svg:not(:root) {
    overflow: hidden;
}
.c-btn_icon > svg {
    position: absolute;
    top: 0;
    right: var(--icon_rightPos);
    bottom: 0;
    left: var(--icon_leftPos);
    margin: auto;
    width: var(--icon_width);
    height: var(--icon_height);
}
/*banner 23.06.30.*/
.newbanner{
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 6px auto 50px;
  background-repeat: no-repeat;
  padding: 20px 20px 20px;
  border: 1px solid #CBCBCB;
  background-size: contain;
  border-radius: 0;
}

.newbanner#trialB{
  background-image: url(/document/img/form_bg.png);
}
.newbanner#seminarB{
  background-image: url(/document/img/form_bg.png);
}
.newbanner#documentB{background: none;flex-wrap: nowrap;border: navajowhite;padding: 0px 0;}
.newbanner#documentB .cont{
  display: block;
  width: 33.3%;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #CBCBCB;
  padding: 20px;
  border-radius: 6px;
  font-weight: bold;
  height: 300px;
  text-decoration: none;
}
.newbanner#documentB .cont:hover{
  opacity:0.75;
  text-decoration: underline;
}
.newbanner#documentB .imgCont{
  width: 100%;
  margin-bottom: 10px;
  height: 192px;
}
.newbanner#documentB .imgCont img{
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.newbanner img:nth-of-type(1){width: 380px;}
.newbanner#seminarB img:nth-of-type(1){width: 412px;}
.newbanner img:nth-of-type(2){max-width: 170px;}
.newbanner .subCont{
  font-weight:bold;
  text-align: center;
}
.newbanner .subCont p span{
  color: #333333;
}
.newbanner .subCont p{
  margin-bottom: 7px;
}
@media (max-width: 63.75em) and (min-width: 48em){
.newbanner#documentB .cont {
    height: 280px;
}
 .newbanner#documentB .imgCont{
  height: 162px;
}
.newbanner#trialB, .newbanner#seminarB {
    background-position: -240px top;
    gap: 20px;
    background-size: 400px;
    margin: 0 auto 30px;
}
}
@media only screen and (max-width: 47.9375em) {
.newbanner{
  flex-wrap: wrap !important;
}
.newbanner#trialB,
.newbanner#seminarB  {
  background-position: -240px top;
  gap: 20px;
  background-size: 400px;
  margin: 0 auto 30px;
}
.newbanner img:nth-of-type(1){width: 290px;}
.newbanner#seminarB img:nth-of-type(1){
  width: 322px;
}
.newbanner .subCont{
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newbanner#documentB .cont {
    width: 100%;
    height: auto;
}
.newbanner#documentB .imgCont {
    height: auto;
}
}
form.form td{
  padding: 0 0 18px;
}
.errors,.error{
  color: #f00;
}
.errors label, .error label{
  color: #000 !important;
}
.errors{
  margin:0 0 18px;
}
.value,.value span{
  display: block;
}
.value span{
  display: block;
  margin-bottom: 12px;
}
.hidden {
  display: none !important;
}
.p-form-1__label-text2{
  color:#000000 !important;
}
.form-field label {
    font-size: 14px;
}
.p-form-1__label-text2 {
  margin: 4px 0 8px !important;
}
@media only screen and (max-width: 47.9375em) {
  table.tbl-form {
    width: 100%;
    display: block;
}
    table.tbl-form tbody {
    width: 100%;
    display: block;
}
form.form {
  padding: 30px 10px 51px !important;
}
  .tbl-form tr,.tbl-form th,.tbl-form td{
    width: 100%;
    display: block;
  }
form.form select {
    /*! max-width: 100%; */
    /*! width: 100%; */
    max-width: 100%;
    width: 100%;
    display: block;
}
}
.description a{
  font-weight: normal;
  font-size: 14px;
}
.cat_title{
  background-color:#FEF19E;
  display: inline-block;
  font-weight: bold;
  padding: 6px 17px 3px;
  margin: 0 0 20px;
  border-radius: 16px;
  font-size: 14px;
}
.title{
  border-bottom:1px solid #cccccc;
  padding: 0px 0 3px;
  margin: 0px 0 16px;
  font-weight: bold;
}
/*slide*/
.gallery{
  margin: 30px auto;
  /* max-width: 80%; */
  /* width: 80%; */
  padding: 0 32px;
}
.slick-slide {
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*次へ矢印の位置と形状*/
    left: 0;
    transform: rotate(180deg);
    border: none;
    content: '';
    background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg) center / contain;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-right: 0;
    flex-shrink: 0;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: 0;
    /* transform: rotate(75deg); */
    border: none;
    content: '';
    background: no-repeat url(/neo/common/img/icon_circle-right_blue.svg) center / contain;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-right: 0;
    flex-shrink: 0;
}
.slick-prev:hover,
.slick-next:hover{
  opacity:0.7;
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
  cursor: pointer;
  outline: none;
  /* background:#333; */
  width: auto!important;
  margin-right: 2%;
  height: 77px;
}
.choice-btn li:nth-of-type(3){
  margin-right: 0%;
}
.choice-btn .slick-current{
  border: 3px solid #314da4;
}
.choice-btn li img{
  opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
  opacity: 1;/*選択されているものは透過しない*/
}
.choice-btn li img{
  opacity: 1;/*選択されているものは透過しない*/
  width: auto;
  max-height: 100%;
  height: auto;
}
.choice-btn li.slick-active img:hover{
  opacity: 0.7;
}
.choice-btn li.slick-current img:hover{
  opacity: 1;
}
.choice-btn .slick-track {
  transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
  width: auto !important;
  max-width: none;
  display: flex;
  justify-content: center;
}
.gallery .slick-slide img {
  float: none !important;
  text-align: center;
  /* margin: 0 120px 0; */
  width: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 414px;
  max-height: 213px;
}
.slick-slide img {
    border: 1px solid #cccccc;
}
.gallery .slick-slide {
    height: auto !important;
}
@media only screen and (max-width: 47.9375em) {
  .gallery .slick-slide img {
  float: none !important;
  text-align: center;
  /* margin: 0 120px 0; */
  width: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 77vw;
  max-height: 55vw;
  border: 1px solid #cccccc;
}
  .choice-btn .slick-track {
  transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
  width: 100% !important;
  max-width: 87%;
  margin: 0 auto;
}
  
.choice-btn li{
  height: 17vw;
}
}