﻿[class*="p-ico__"]:not(.p-ico__blank, .p-ico__icomoon) {
  margin-left: 8px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain
}

.p-ico__pdf {
  background-image: url(../img/icon/icoPdf.svg);
}

.p-ico__xlsx {
  background-image: url(../img/icon/icoXls.svg);
}

.p-ico__ppt {
  background-image: url(../img/icon/icoPpt.svg);
}

.p-ico__word {
  background-image: url(../img/icon/icoWord.svg);
}

.p-ico__zip {
  background-image: url(../img/icon/icoZip.svg);
}

.p-ico__file {
  background-image: url(../img/icon/icoFile.svg);
}

.p-ico__blank {
  margin-right: 8px !important;
  padding-right: 25px !important;
  background: url(../img/icon/icoBlank.svg) no-repeat right top !important;
  background-size: 15px !important
}

.p-ico__icomoon {
  margin: 0 8px
}

.p-body {
  font-weight: 500;
  letter-spacing: 0;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-main {
  width: 100%
}

.clpg-page-content {
  word-break: break-strict;
  -webkit-text-size-adjust: 100%;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-lower__nav .clpg-page-content {
  max-width: 1080px
}

a {
  text-decoration: none
}

.p-body a {
  transition: all 0.3s;
}

strong {
  font-weight: 700 !important
}

em > strong {
  font-style: italic !important
}

strong a,
strong span {
  font-weight: 700
}

em {
  font-style: italic !important
}

em > span {
  font-style: italic !important
}

.c-inner {
  max-width: 1080px;
  margin: 0 auto
}

@media screen and (max-width: 1023px) {
  .c-inner {
    padding: 0 16px
  }
}

.c-inner__bg {
  padding: 80px;
  background: #F2F6FC
}

@media screen and (max-width: 1023px) {
  .c-inner__bg {
    padding: 48px 0
  }
}

.c-col {
  display: grid;
  gap: 36px;
}

.c-col:has(.c-col2__item) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-col:has(.c-col3__item) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-col:has(.c-col4__item) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.c-col__bg {
  background: #F2F6FC
}

.c-col__border {
  border: #aaa solid 1px;
}

@media screen and (max-width: 1023px) {
  .c-col:has(.c-col4__item) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 479px) {

  .c-col:has(.c-col2__item),
  .c-col:has(.c-col3__item),
  .c-col:has(.c-col4__item) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 1023px) {
  .c-col__order1 {
    order: 1
  }
}

@media screen and (max-width: 1023px) {
  .c-col__order2 {
    order: 2
  }
}

.u-pd0 {
  padding: 0 !important
}

.u-pd8 {
  padding: 8px
}

.u-pd16 {
  padding: 16px
}

.u-pd24 {
  padding: 24px
}

@media screen and (max-width: 1023px) {
  .u-pd24 {
    padding: 16px
  }
}

.u-pd24:has(.p-ico__icomoon) {
  padding-left: 32px
}

@media screen and (max-width: 1023px) {
  .u-pd24:has(.p-ico__icomoon) {
    padding-left: 24px
  }
}

.u-pd32 {
  padding: 32px
}

@media screen and (max-width: 1023px) {
  .u-pd32 {
    padding: 24px 16px
  }
}

.u-pd48 {
  padding: 48px
}

@media screen and (max-width: 1023px) {
  .u-pd48 {
    padding: 24px 16px
  }
}

.u-pd80 {
  padding: 80px
}

@media screen and (max-width: 1023px) {
  .u-pd80 {
    padding: 48px 16px
  }
}

.u-maT0 {
  margin-top: 0 !important
}

.u-maT8 {
  margin-top: 8px
}

@media screen and (max-width: 1023px) {
  .u-maT8 .c-col2__item:nth-child(2) {
    margin-top: 8px
  }

  .u-maT8 .c-col4__item:nth-child(3),
  .u-maT8 .c-col4__item:nth-child(4) {
    margin-top: 8px
  }
}

.u-maT16 {
  margin-top: 16px
}

@media screen and (max-width: 1023px) {
  .u-maT16 .c-col2__item:nth-child(2) {
    margin-top: 16px
  }

  .u-maT16 .c-col4__item:nth-child(3),
  .u-maT16 .c-col4__item:nth-child(4) {
    margin-top: 16px
  }
}

.u-maT24 {
  margin-top: 24px
}

@media screen and (max-width: 1023px) {
  .u-maT24 {
    margin-top: 16px
  }

  .u-maT24 .c-col2__item:nth-child(2) {
    margin-top: 16px
  }

  .u-maT24 .c-col4__item:nth-child(3),
  .u-maT24 .c-col4__item:nth-child(4) {
    margin-top: 16px
  }
}

.u-maT32 {
  margin-top: 32px
}

@media screen and (max-width: 1023px) {
  .u-maT32 {
    margin-top: 24px
  }

  .u-maT32 .c-col2__item:nth-child(2) {
    margin-top: 24px
  }

  .u-maT32 .c-col4__item:nth-child(3),
  .u-maT32 .c-col4__item:nth-child(4) {
    margin-top: 24px
  }
}

.u-maT48 {
  margin-top: 48px
}

@media screen and (max-width: 1023px) {
  .u-maT48 {
    margin-top: 32px
  }

  .u-maT48 .c-col2__item:nth-child(2) {
    margin-top: 32px
  }

  .u-maT48 .c-col4__item:nth-child(3),
  .u-maT48 .c-col4__item:nth-child(4) {
    margin-top: 32px
  }
}

.u-maT80 {
  margin-top: 80px
}

@media screen and (max-width: 1023px) {
  .u-maT80 {
    margin-top: 48px
  }

  .u-maT80 .c-col2__item:nth-child(2) {
    margin-top: 48px
  }

  .u-maT80 .c-col4__item:nth-child(3),
  .u-maT80 .c-col4__item:nth-child(4) {
    margin-top: 48px
  }
}

.p-kv img {
  width: 100%
}

.p-kv__lower {
  background: #F2F6FC
}

.p-kv__lower img {
  width: 100%
}

.p-maintitle {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.2;
  padding: 80px 0
}

@media screen and (max-width: 1023px) {
  .p-maintitle {
    font-size: 24px;
    padding: 48px 16px
  }
}

.p-pageWrapper {
  width: 100%
}

.p-pageInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-grow: 2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 64px
}

.p-top .p-pageInner {
  padding: 0 0 80px 0;
  max-width: 100%
}
.slick-slider {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1023px) {
  .p-top .p-pageInner {
    padding: 0 0 48px 0;
  }
}

.p-lower__nav .p-pageInner {
  padding: 16px 24px 16px;
  max-width: 100%
}

@media screen and (max-width: 1023px) {
  .p-lower__nav .p-pageInner {
    padding: 0
  }
}

.p-contents {
  flex: 1;
  padding: 80px 0
}

@media screen and (max-width: 1023px) {
  .p-contents {
    width: 100%;
    padding: 48px 16px
  }
}

.p-bannerArea {
  width: 100%;
  padding: 80px 10px;
  background: #F2F6FC
}

@media screen and (max-width: 1023px) {
  .p-bannerArea {
    padding: 48px 16px
  }
}

.p-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px
}

.p-banner__transition {
  transition: .3s
}

.p-banner__transition.is-hover:hover {
  opacity: 0.8
}

a.p-banner__transition img {
  box-shadow: 0px 4px 8px #1E488233;
}

.clpg-page-content h1 {
  color: #1E4882;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2
}

@media screen and (max-width: 1023px) {
  .clpg-page-content h1 {
    font-size: 24px
  }
}

.clpg-page-content h1 + h2,
.clpg-page-content h1 + h3,
.clpg-page-content h1 + h4,
.clpg-page-content h1 + h5,
.clpg-page-content h1 + h6 {
  margin-top: 80px
}

@media screen and (max-width: 1023px) {
  .clpg-page-content h1 + h2,
  .clpg-page-content h1 + h3,
  .clpg-page-content h1 + h4,
  .clpg-page-content h1 + h5,
  .clpg-page-content h1 + h6 {
    margin-top: 48px
  }
}

.clpg-page-content h1 + p,
.clpg-page-content h1 + table,
.clpg-page-content h1 + ul,
.clpg-page-content h1 + ol,
.clpg-page-content h1 + .p-attachment {
  margin-top: 48px
}

@media screen and (max-width: 1023px) {
  .clpg-page-content h1 + p,
  .clpg-page-content h1 + table,
  .clpg-page-content h1 + ul,
  .clpg-page-content h1 + ol,
  .clpg-page-content h1 + .p-attachment {
    margin-top: 24px
  }
}

.clpg-page-content h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
}

@media screen and (max-width: 1023px) {
  .clpg-page-content h2 {
    font-size: 24px
  }
}

.clpg-page-content h2:before {
  content: '';
  width: 6px;
  height: 36px;
  background-image: url(../img/subttl_border_left.png);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0px;
}

.clpg-page-content h2 + h3,
.clpg-page-content h2 + h4,
.clpg-page-content h2 + h5,
.clpg-page-content h2 + h6 {
  margin-top: 24px
}

.clpg-page-content h2 + p,
.clpg-page-content h2 + table,
.clpg-page-content h2 + ul,
.clpg-page-content h2 + ol,
.clpg-page-content h2 + .p-attachment {
  margin-top: 24px
}

.clpg-page-content h3 {
  line-height: 1.2;
  position: relative;
  background-color: #1e4882;
  font-size: 24px;
  font-weight: normal;
  color: white;
  padding: 18px;
}

.clpg-page-content h3 a {
  color: white;
}

.clpg-page-content h3 + h4,
.clpg-page-content h3 + h5,
.clpg-page-content h3 + h6,
.clpg-page-content h3 + p,
.clpg-page-content h3 + table,
.clpg-page-content h3 + ul,
.clpg-page-content h3 + ol,
.clpg-page-content h3 + .p-attachment {
  margin-top: 24px
}

.clpg-page-content h4 {
  color: #000000;
  font-size: 20px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
}

.clpg-page-content h4:after {
  display: block;
  content: '';
  background-image: url(../img/subttl_underbar_h4.png);
  background-size: 100% auto;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  width: 100px;
  height: 2px;
  padding-top: 10px;
}

.clpg-page-content h4 + h5,
.clpg-page-content h4 + h6,
.clpg-page-content h4 + p,
.clpg-page-content h4 + table,
.clpg-page-content h4 + ul,
.clpg-page-content h4 + ol,
.clpg-page-content h4 + .p-attachment {
  margin-top: 16px
}

.clpg-page-content h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 1px solid #1E4882;
  padding: 8px 0;
}

.clpg-page-content h5 + h6,
.clpg-page-content h5 + p,
.clpg-page-content h5 + table,
.clpg-page-content h5 + ul,
.clpg-page-content h5 + ol,
.clpg-page-content h5 + .p-attachment {
  margin-top: 16px
}

.clpg-page-content h6 {
  color: #1E4882;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
}

.clpg-page-content h6:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #9C240D;
}

.clpg-page-content h6 + p,
.clpg-page-content h6 + table,
.clpg-page-content h6 + ul,
.clpg-page-content h6 + ol,
.clpg-page-content h6 + .p-attachment {
  margin-top: 8px
}

.clpg-page-content p {
  font-size: 18px;
  line-height: 2
}

@media screen and (max-width: 1023px) {
  .clpg-page-content p {
    font-size: 16px
  }
}

.clpg-page-content p + h1,
.clpg-page-content div + h1,
.clpg-page-content p + h2,
.clpg-page-content div + h2 {
  margin-top: 80px
}

@media screen and (max-width: 1023px) {
  .clpg-page-content p + h1,
  .clpg-page-content div + h1,
  .clpg-page-content p + h2,
  .clpg-page-content div + h2 {
    margin-top: 48px
  }
}

.clpg-page-content p + h3 {
  margin-top: 32px
}

.clpg-page-content p + h4,
.clpg-page-content p + h5 {
  margin-top: 24px
}

.clpg-page-content p + h6,
.clpg-page-content p + p,
.clpg-page-content p + table,
.clpg-page-content p + ul,
.clpg-page-content p + ol,
.clpg-page-content p + .p-attachment {
  margin-top: 24px
}

.clpg-page-content a {
  color: #1E4882;
  text-decoration: underline
}

.clpg-page-content a.is-hover:hover {
  text-decoration: none
}

.clpg-page-content table {
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .clpg-page-content table {
    font-size: 16px
  }
}

.clpg-page-content table + h1,
.clpg-page-content table + h2 {
  margin-top: 80px
}

.clpg-page-content sup {
  vertical-align: top;
}

.clpg-page-content sub {
  vertical-align: bottom;
}

.clpg-page-content hr {
  border: none;
  display: block;
  background: #1e4882;
  color: #1e4882;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 1023px) {
  .clpg-page-content table + h1,
  .clpg-page-content table + h2 {
    margin-top: 48px
  }
}

.clpg-page-content table + h3 {
  margin-top: 32px
}

.clpg-page-content table + h4,
.clpg-page-content table + h5 {
  margin-top: 24px
}

.clpg-page-content table + h6,
.clpg-page-content table + p,
.clpg-page-content table + table,
.clpg-page-content table + ul,
.clpg-page-content table + ol,
.clpg-page-content table + .p-attachment {
  margin-top: 24px
}

.clpg-page-content th {
  font-size: 18px;
  text-align: center;
  background: #eee;
  border: 1px solid #aaa;
  color: #000000;
  font-weight: 500;
  padding: 12px 16px;
  vertical-align: top;
}

@media screen and (max-width: 1023px) {
  .clpg-page-content th {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.clpg-page-content td {
  padding: 12px 16px;
  text-align: left;
  font-size: 18px;
  border: 1px solid #aaa;
  font-family: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1023px) {
  .clpg-page-content td {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.clpg-page-content ul {
  list-style: none
}

.clpg-page-content ul + h1,
.clpg-page-content ul + h2 {
  margin-top: 80px
}

@media screen and (max-width: 1023px) {
  .clpg-page-content ul + h1,
  .clpg-page-content ul + h2 {
    margin-top: 48px
  }
}

.clpg-page-content ul + h3 {
  margin-top: 32px
}

.clpg-page-content ul + h4,
.clpg-page-content ul + h5 {
  margin-top: 24px
}

.clpg-page-content ul + h6,
.clpg-page-content ul + p,
.clpg-page-content ul + table,
.clpg-page-content ul + ul,
.clpg-page-content ul + ol,
.clpg-page-content ul + .p-attachment {
  margin-top: 24px
}

.clpg-page-content ul li {
  position: relative;
  font-size: 18px;
  padding-left: 1em;
  line-height: 1.5
}

@media screen and (max-width: 1023px) {
  .clpg-page-content ul li {
    font-size: 16px
  }
}

.clpg-page-content ul li:not(:last-child) {
  margin-bottom: 1em;
}

.clpg-page-content ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #1E4882
}

.clpg-page-content ul li:has(.p-ico__icomoon)::before {
  content: none;
}

.clpg-page-content ul li:has(.p-ico__icomoon) {
  text-indent: -2em;
}

.clpg-page-content ul.list_dot li {
  padding-left: 1em;
}
.clpg-page-content ul.list_dot li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #1E4882
}

.clpg-page-content ol + h1,
.clpg-page-content ol + h2 {
  margin-top: 80px
}

@media screen and (max-width: 1023px) {
  .clpg-page-content ol + h1,
  .clpg-page-content ol + h2 {
    margin-top: 48px
  }
}

.clpg-page-content ol + h3 {
  margin-top: 32px
}

.clpg-page-content ol + h4,
.clpg-page-content ol + h5 {
  margin-top: 24px
}

.clpg-page-content ol + h6,
.clpg-page-content ol + p,
.clpg-page-content ol + table,
.clpg-page-content ol + ul,
.clpg-page-content ol + ol,
.clpg-page-content ol + .p-attachment {
  margin-top: 24px
}

.clpg-page-content ol li {
  font-size: 18px;
  margin: 0 0 .85rem 1.6rem;
  list-style: decimal;
  line-height: 1.5
}

@media screen and (max-width: 1023px) {
  .clpg-page-content ol li {
    font-size: 16px
  }
}

.clpg-page-content ol li:not(:last-child) {
  margin-bottom: 16px
}

.clpg-page-content .p-attachment {
  border-radius: 16px;
  background: #F2F6FC;
  padding: 24px
}

@media screen and (max-width: 1023px) {
  .clpg-page-content .p-attachment {
    padding: 16px
  }
}

.clpg-page-content .p-attachment:not(:last-child) {
  margin-bottom: 16px
}

.clpg-page-content .p-attachment__text {
  margin: 0
}

.clpg-page-content .p-attachment__download {
  display: block;
  color: #000000;
  line-height: 1.7;
  padding-left: 32px;
  text-decoration: none;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 28px
}

.clpg-page-content .p-attachment__download[data-icon="pdf"] {
  background-image: url(../img/icon/icoPdf.svg);
}

.clpg-page-content .p-attachment__download[data-icon="xlsx"] {
  background-image: url(../img/icon/icoXls.svg);
}

.clpg-page-content .p-attachment__download[data-icon="ppt"] {
  background-image: url(../img/icon/icoPpt.svg);
}

.clpg-page-content .p-attachment__download[data-icon="doc"] {
  background-image: url(../img/icon/icoWord.svg);
}

.clpg-page-content .p-attachment__download[data-icon="zip"] {
  background-image: url(../img/icon/icoZip.svg);
}

.clpg-page-content .p-attachment__download[data-icon="file"] {
  background-image: url(../img/icon/icoFile.svg);
}

.clpg-page-content .p-attachment__download.is-hover:hover {
  opacity: 0.7
}

.clpg-page-content .p-attachment__size {
  top: -45px;
  left: -66px;
  padding: 0.8rem 1.6rem;
  background: #000000;
  color: #fff;
  border-radius: 5px
}

.clpg-page-content .p-attachment__size::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent
}

.clpg-page-content .p-attachment__summary {
  margin-top: 16px;
  color: #F2F6FC;
  font-size: 14px;
  line-height: 1.75
}

.clpg-page-content .p-sitemap__list {
  justify-content: flex-start
}

.clpg-page-content .p-sitemap__item {
  width: 100%
}

.clpg-page-content .p-sitemap__transition {
  color: #000000
}

.clpg-page-content .p-sitemapChild__transition,
.clpg-page-content .p-sitemapGrandchild__transition {
  color: #666666
}

.clpg-page-content .p-sitemap__transition,
.clpg-page-content .p-sitemapChild__transition,
.clpg-page-content .p-sitemapGrandchild__transition {
  text-decoration: none
}

.p-pager {
  margin-top: 80px;
  font-size: 18px
}

@media screen and (max-width: 1023px) {
  .p-pager {
    margin-top: 48px
  }
}

.p-pager__list {
  padding-left: 0 !important;
  flex-wrap: wrap;
  gap: 24px
}

.p-pager__item {
  line-height: 1;
  margin: 0 !important
}

.p-pager__item::before {
  content: none !important
}

.p-pager__transition {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 25px;
  font-size: 24px;
  color: #000000 !important;
  text-decoration: none !important;
  transition: .3s
}

.p-pager__transition.is-hover:hover {
  color: #fff !important;
  background: #000000
}

.is-pagerCurrent .p-pager__transition {
  color: #fff !important;
  background: #000000
}

.clpg-page-content .clpg-search-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px 16px
}

.clpg-page-content .clpg-search-container .p-articleLoop__category {
  color: #1E4882;
  background: none;
  padding: 0
}

.clpg-page-content .clpg-entry-container {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px 16px
}

.clpg-page-content .clpg-entry-container + h2 {
  margin-top: 48px
}

.clpg-page-content .clpg-entry-container-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px 16px
}

.clpg-page-content .clpg-entry-container-thumb::after {
  content: '';
  display: block;
  width: calc(100% / 3 - 24px);
  height: 0
}

.clpg-page-content .clpg-entry-container-thumb .p-articleLoop {
  width: calc(100% / 3 - 24px);
  padding: 0
}

.clpg-page-content .clpg-entry-container-thumb .p-articleLoop:not(:last-child) {
  border: none
}

@media screen and (max-width: 1023px) {
  .clpg-page-content .clpg-entry-container-thumb .p-articleLoop {
    width: calc(100% / 2 - 16px)
  }
}

@media screen and (max-width: 479px) {
  .clpg-page-content .clpg-entry-container-thumb .p-articleLoop {
    width: 100%
  }
}

.clpg-page-content .clpg-entry-container-thumb .p-articleLoop__transition {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 8px
}

.clpg-page-content .clpg-entry-container-thumb .p-articleLoop__title {
  width: 100%;
  margin-top: 0 !important
}

.clpg-page-content .clpg-entry-container-thumb .p-articleLoop__summary {
  margin-top: 0 !important
}

.clpg-page-content .clpg-entry-container .c-btnArea {
  width: 100%
}

.clpg-page-content .p-articleLoop {
  width: 100%;
  padding-bottom: 48px
}

.clpg-page-content .p-articleLoop:not(:last-child) {
  border-bottom: 1px solid rgba(30, 72, 130, 0.1)
}

.clpg-page-content .p-articleLoop--new {
  position: relative
}

.clpg-page-content .p-articleLoop--new::before {
  content: "NEW";
  position: absolute;
  top: -1.5em;
  left: 0;
  color: #ca363f;
  font-size: 12px;
}

.clpg-page-content .p-articleLoop__title {
  background: none;
  line-height: 1.5;
  color: #000 !important;
}

.clpg-page-content .p-articleLoop__title::after {
  content: none
}

.clpg-page-content .p-articleLoop__title.p-ico__blank {
  margin-right: 0 !important
}
.clpg-page-content .p-articleLoop__date {
  font-size: 14px;
  color: #000;
}
.clpg-page-content .p-articleLoop__date + .p-articleLoop__title {
  margin-top: 8px;
}

.clpg-page-content .p-articleLoop__summary {
  margin-top: 16px;
  color: #F2F6FC;
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden
}

.clpg-page-content .p-articleLoop__img {
  width: 100%;
  position: relative
}

.clpg-page-content .p-articleLoop__img::before {
  content: '';
  display: block;
  padding-top: 66.67%
}

.clpg-page-content .p-articleLoop__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.clpg-page-content .p-articleLoop__category {
  border: #1e4882 solid 1px;
  color: #1e4882;
  padding: 4px 8px;
  font-size: 14px;
}

.clpg-page-content .p-articleLoop__category[data-category='経営者'] {

}

.clpg-page-content .p-articleLoop__category[data-category='後継者（次期社長・新任社長）'] {
  border-color: #821E7A;
  color: #821E7A;
}

.clpg-page-content .p-articleLoop__category[data-category='経営者層'] {

}

.clpg-page-content .p-articleLoop__category[data-category='部門長'] {
  border-color: #82581E;
  color: #82581E;
}

.clpg-page-content .p-articleLoop__category[data-category='管理者層'] {
  border-color: #82581E;
  color: #82581E;

}

.clpg-page-content .p-articleLoop__category[data-category='新入社員'] {
  border-color: #1E8258;
  color: #1E8258;
}

.clpg-page-content .p-articleLoop__category + .p-articleLoop__title {
  margin-top: 16px;
  background-color: white;
  font-size: 24px;
  color: black;
  padding: 0;
}

.clpg-page-content .p-articleLoop__transition {
  color: #000000;
  text-decoration: none;
  transition: .3s
}

.clpg-page-content .p-articleLoop__title .p-articleLoop__transition {
  color: #000000;
  display: inline-block;
}

.clpg-page-content .p-articleLoop__title .p-articleLoop__transition:after {
  content: '';
  background-image: url(../img/icon_btn_arw_right.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 10px;
  display: inline-block;
}

.clpg-page-content .p-articleLoop__transition.is-hover:hover {
  opacity: 0.8;
  color: #1E4882
}

.clpg-page-content .p-articleLoop__transition--blank {
  margin-left: 8px
}

.c-btn,
.c-btn--back {
  padding: 12px 40px 12px 24px;
  background: #1e4882;
  border: 1px solid #1e4882;
  border-radius: 100px !important;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  transition: .3s;
}

.clpg-page-content a.c-btn {
  display: block;
  line-height: 1.4;
}

.clpg-page-content a.c-btn:after {
  content: '';
  width: 16px;
  height: 6px;
  background: url(../img/icon_btn_arw_right--white.png) no-repeat top right/100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -3px;
}

a.c-btn:hover {
  background-color: rgba(30, 72, 130, 0.8);
}

.clpg-form-container .c-btn,
.clpg-form-container .c-btn--back {
  width: calc(100% / 3);
  padding-right: 24px;
  font-size: 20px;
}

.c-col .c-btn,
.c-col .c-btn--back {
  width: 100%
}

@media screen and (max-width: 479px) {

  .c-btn,
  .c-btn--back {
    font-size: 18px;
    width: 100%
  }
}

.c-btn.is-hover:hover,
.is-hover.c-btn--back:hover {
  opacity: 0.6
}

.c-btnArea {
  margin-top: 80px;
  gap: 24px
}

@media screen and (max-width: 1023px) {
  .c-btnArea {
    margin-top: 48px
  }
}

.c-btn--back {
  color: #000000 !important;
  background: #fff;
  border: 1px solid rgba(30, 72, 130, 0.8)
}

.c-btn.small {
  font-size: 14px;
  padding: 8px 24px 8px 12px;
}

.clpg-page-content a.c-btn.small::after {
  width: 12px;
  right: 8px;
}

.p-stepper {
  display: flex;
  margin-bottom: 24px
}

.p-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center
}

.p-stepper__item::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #93a3be;
  margin: 0 auto 16px
}

@media screen and (max-width: 1023px) {
  .p-stepper__item::before {
    width: 24px;
    height: 24px
  }
}

.p-stepper__item.is-stepperCurrent::before,
.p-stepper__item.is-stepperCurrent::after {
  background-color: #1E4882 !important
}

.p-stepper__item:not(:last-child)::after {
  content: '';
  position: relative;
  top: 16px;
  width: 100%;
  left: 50%;
  height: 2px;
  background-color: #F2F6FC;
  order: -1;
  z-index: -1
}

@media screen and (max-width: 1023px) {
  .p-stepper__item:not(:last-child)::after {
    top: 12px
  }
}

.p-stepper__title {
  color: #F2F6FC;
  font-size: 14px;
  margin-bottom: 0.5rem
}

@media screen and (max-width: 1023px) {
  .p-stepper__title {
    font-size: 12px
  }
}

.p-stepper__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5
}

@media screen and (max-width: 1023px) {
  .p-stepper__desc {
    font-size: 14px
  }
}

.clpg-form-container input[type="text"],
.clpg-form-container textarea,
.clpg-form-container select {
  padding: 4px 8px;
  border: 1px solid rgba(30, 72, 130, 0.3);
  background: rgba(30, 72, 130, 0.1);
  font-size: 16px;
}

.clpg-form-container .c-note {
  font-size: 0.8em;
  margin-top: 0.5em 0
}

.clpg-form-container .c-caution {
  margin: 0 0.5em;
  color: #ca363f;
  font-size: 1.5em;
  vertical-align: middle
}

.clpg-form-container .c-err input[type="text"],
.clpg-form-container .c-err select,
.clpg-form-container .c-err textarea {
  background: rgba(202, 54, 63, 0.2)
}

.clpg-form-container .c-err--msg {
  margin-bottom: 16px;
  color: #ca363f
}

.clpg-form-container th {
  width: 30%;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  .clpg-form-container th {
    width: 100%;
  }
}

.clpg-form-container td {
}

@media screen and (max-width: 1023px) {
  .clpg-form-container td {
    width: 100%;
    border-top: none;
  }
}

@media screen and (max-width: 1023px) {
  .clpg-form-container tr:not(:last-child) td {
    border-bottom: none;
  }
}

.p-agreement {
  margin-top: 48px;
  padding: 24px;
  background: #F2F6FC
}

.p-agreement__check {
  font-size: 18px;
  text-align: center
}

.p-agreement.c-err {
  background: rgba(202, 54, 63, 0.2)
}

.p-sitemap__transition,
.p-sitemapChild__transition,
.p-sitemapGrandchild__transition {
  display: block
}

.p-sitemap__transition span,
.p-sitemapChild__transition span,
.p-sitemapGrandchild__transition span {
  margin-left: 8px
}

.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-left: 0 !important
}

@media screen and (max-width: 1023px) {
  .p-sitemap__list {
    gap: 0
  }
}

.p-sitemap__list + .p-sitemap__list {
  margin-top: 48px
}

@media screen and (max-width: 1023px) {
  .p-sitemap__list + .p-sitemap__list {
    margin-top: 0
  }
}

.p-sitemap__item {
  font-size: 14px;
  line-height: 1.2;
  padding-left: 0 !important
}

.clpg-page-content .p-sitemap__item {
  margin: 0 !important
}

@media screen and (max-width: 1023px) {
  .p-sitemap__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: rgba(255, 255, 255, 0.24) solid 1px;
  }

  .p-sitemap__item.js-sitemapTrigger .p-sitemap__transition {
    width: calc(100% - 64px)
  }
}

.p-sitemap__item::before {
  content: none !important
}

.p-sitemap__transition {
  color: #fff;
}

.p-sitemap__transition.is-hover:hover {
  opacity: 0.7
}

@media screen and (max-width: 1023px) {
  .p-sitemap__transition {
    padding: 24px 0 24px 24px;
    flex: 1 1 auto
  }
}

@media screen and (max-width: 1023px) {
  .p-sitemapChild {
    display: none;
    width: 100%
  }
}

.p-sitemapChild__list {
  padding-left: 0 !important;
  margin-top: 24px
}

@media screen and (max-width: 1023px) {
  .p-sitemapChild__list {
    margin-top: 0
  }
}

.p-sitemapChild__item {
  padding-left: 0 !important
}

@media screen and (max-width: 1023px) {
  .p-sitemapChild__item {
    border-top: rgba(255,255,255, 0.24) solid 1px;
  }
}

.p-sitemapChild__item:not(:last-child) {
  margin-bottom: 24px
}

@media screen and (max-width: 1023px) {
  .p-sitemapChild__item:not(:last-child) {
    margin-bottom: 0
  }

  .clpg-page-content .p-sitemapChild__item:not(:last-child) {
    margin: 0 !important
  }
}

.p-sitemapChild__item::before {
  content: none !important
}

.p-sitemapChild__transition {
  color: #fff;
  transition: .3s
}

.p-sitemapChild__transition.is-hover:hover {
  opacity: 0.7
}

@media screen and (max-width: 1023px) {
  .p-sitemapChild__transition {
    display: block;
    padding: 16px 0 16px 24px;
  }
}

.p-sitemapChildOpenBtn {
  display: none;
  flex: 0 0 auto
}

@media screen and (max-width: 1023px) {
  .p-sitemapChildOpenBtn {
    display: block
  }
}

.p-sitemapChildOpenIcon {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px
}

.clpg-page-content .p-sitemapChildOpenIcon {
  color: #000000
}

.p-sitemapGrandchild {
  padding-left: 1em;
  margin-top: 24px
}

@media screen and (max-width: 1023px) {
  .p-sitemapGrandchild {
    margin-top: 0;
    padding-left: 24px;
  }
}

.p-sitemapGrandchild__item {
  padding-left: 0 !important
}

.p-sitemapGrandchild__item:not(:last-child) {
  margin-bottom: 24px
}

@media screen and (max-width: 1023px) {
  .p-sitemapGrandchild__item:not(:last-child) {
    margin-bottom: 0
  }

  .clpg-page-content .p-sitemapGrandchild__item:not(:last-child) {
    margin: 0 !important
  }
}

.p-sitemapGrandchild__item::before {
  content: none !important
}

.p-sitemapGrandchild__transition {
  color: #F2F6FC;
  transition: .3s
}

.p-sitemapGrandchild__transition.is-hover:hover {
  opacity: 0.7
}

@media screen and (max-width: 1023px) {
  .p-sitemapGrandchild__transition {
    display: block;
    padding: 16px 0
  }
}

/* .clpg-searchbox-input {
  color: #fff;
  padding: 8px;
  border: none;
  background: none
} */

.clpg-searchbox-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7)
}

.clpg-searchbox-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7)
}

.clpg-searchbox-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7)
}

.clpg-searchbox-input::placeholder {
  color: rgba(255, 255, 255, 0.7)
}

.clpg-searchbox-input:focus {
  outline: none
}

.p-search__form {
  padding: 8px 16px;
  background: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 320px
}

.p-search__icon {
  color: #666;
  font-size: 24px
}

.p-search--resultPage {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.p-search--resultPage .clpg-searchbox-input {
  border: #aaa solid 1px;
  width: 100%
}


/* ===========
CSSを上書き調整
 ============ */
/* search */
.p-search__form input[type="text"]::-webkit-input-placeholder {
  color: #000;
}

.p-search__form input[type="text"]::-moz-placeholder {
  color: #000;
}

.p-search__form input[type="text"]:-ms-input-placeholder {
  color: #000;
}

.p-search__form input[type="text"]::-ms-input-placeholder {
  color: #000;
}

.p-search__form input[type="text"]::placeholder {
  color: #000;
}

/* Microsoft Edge */
.p-search__form input[type="text"]::-ms-input-placeholder {
  color: #000;
}

/* Internet Explorer */
.p-search__form input[type="text"]:-ms-input-placeholder {
  color: #000;
}

.contact_form {
  text-align: center;
  max-width: 80%;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
 }

 .contact_tel {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 3em;
}

.contact_tel span {
  font-weight: bold;
}

/* btn 赤いボタン */
.contact_form a.c-btn--red {
  border-radius: 28px !important;
  background: #9C240D;
  border: 1px solid #9C240D;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  color: white !important;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  padding: 16px 2em;
  display: block;
}

.contact_form a.c-btn--red:hover {
  border: 1px solid #9C240D;
  background-color: rgba(156, 36, 13, 0.8);
}

.contact_form a.c-btn--red:after {
  content: '';
  width: 16px;
  height: 6px;
  background-image: url(../img/icon_btn_arw_right--white.png);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}


/* ===========
 追加するコンテンツ用のcss
 ============ */
.clpg-page-content .css_toppage h2:before {
  width: auto;
  height: auto;
  background-image: none !important;
  padding-left: 0;
}

.tx-color--red {
  color: #9C240D;
}

.contact_tel span {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.textlink--arw_r {
  color: #1E4882;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
.textlink--arw_r:after {
  content: '';
  background-image: url(../img/icon_btn_arw_right.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  width: 30px;
  height: 10px;
  display: inline-block;
}
.textlink--arw_r:hover {
  color: rgba(30, 72, 130, 0.6);
}

/* ===========
TOP page
 ============ */
.clpg-page-content .css_toppage p {
  font-size: 16px;
  line-height: 1.8;
}

/* お知らせ toppage */
.clpg-page-content .top_news {
  background: #F2F6FC;
  padding: 1rem 0;
  margin-bottom: 100px;
}

.clpg-page-content .top_news .c-inner {
    display: flex;
}

.clpg-page-content .top_news h2 {
  color: #1E4882;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 0;
  flex: 0 0 8em;
}

.clpg-page-content .top_news h2:before {
  content: none;
}

.clpg-page-content .top_news .clpg-entry-container {
  margin-top: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

.clpg-page-content .top_news .clpg-entry-container .p-articleLoop {
  display: flex;
  padding-bottom: 0 !important;
  gap: 16px;
}

.clpg-page-content .top_news .clpg-entry-container .p-articleLoop__date {
  line-height: 1.6;
  flex: 0 0 auto;
  font-weight: normal;
}

.clpg-page-content .top_news .clpg-entry-container h3.p-articleLoop__title {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
}

.clpg-page-content .top_news .p-articleLoop__title .p-articleLoop__transition::after {
  content: none;
}

.clpg-page-content .top_news .textlink {
  flex: 0 0 auto;
  font-size: 14px;
  padding-right: 2em;
  position: relative;
  text-align: right;
}

/* テキストリンク 矢印 右 */
.clpg-page-content .top_news .textlink:after {
  content: '';
  background-image: url(../img/icon_btn_arw_right.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  transition: all .3s;
}

.clpg-page-content .top_news .textlink:hover::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .clpg-page-content .top_news {
    margin-bottom: 2em;
  }

  .clpg-page-content .top_news .c-inner {
    flex-wrap: wrap;
  }

  .clpg-page-content .top_news h2 {
    font-size: 1rem;
    flex: 0 0 6em;
  }

  .clpg-page-content .top_news .clpg-entry-container {
    flex: 1 1 calc(100% - 6em);
  }

  .clpg-page-content .top_news .clpg-entry-container .p-articleLoop {
    flex-direction: column;
    gap: 8px;
  }

  .clpg-page-content .top_news .textlink {
    flex: 0 0 auto;
    font-size: 14px;
    margin-top: 1em;
    width: 100%;
  }
}

/* solution toppage */
.css_toppage .solution {
  background: #1E4882;
}

.css_toppage .solution h2 {
  color: white;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .css_toppage .solution h2 {
    font-size: 20px;
  }
}

.css_toppage .solution h2 span {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .css_toppage .solution h2 span {
    font-size: 28px;
  }
}


.css_toppage .solution__wrap {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 40px 50px 80px;
}
.css_toppage .solution__wrap img.illust{
  max-width: 385px;
  width: 100%;
}
.css_toppage .solution__wrap ul{
  list-style: none;
  width: calc(100% - 385px - 80px);
}
.css_toppage .solution__wrap ul li{
  font-size: 1.45rem;
  display: block;
  padding-left: 30px;
}
.css_toppage .solution__wrap ul li:not(:last-child){
  margin-bottom: 25px;
}
.css_toppage .solution__wrap ul li:before{
  content: "";
  background-color: transparent;
  background-image: url(../img/icon_check_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 25px;
  height: 25px;
}
.css_toppage .solution__wrap ul li a{
  font-size: 1.1rem;
  text-decoration: none;
  color: #000;
  display: inline;
}
.css_toppage .solution__wrap ul li a:hover{
  color: #1e4882;
}
.css_toppage .solution__wrap ul li a:after {
    content: '';
    background-image: url(../img/icon_btn_arw_right.png);
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 6px;
    display: inline-block;
    margin-left: 3px;
}
@media screen and (max-width: 1080px) {
  .css_toppage .solution__wrap {
    padding: 40px 50px;
  }
  .css_toppage .solution__wrap img.illust{
    width: 40%;
  }
  .css_toppage .solution__wrap ul{
    width: 60%;
    margin-left: 50px;
  }
  .css_toppage .solution__wrap ul li{
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .css_toppage .solution__wrap ul li:before{
    width: 16px;
    height: 16px;
  }
  .css_toppage .solution__wrap ul li a{
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .css_toppage .solution .c-inner{
    padding: 0;
  }
  .css_toppage .solution__wrap {
    flex-direction: column;
    padding: 30px 20px;
  }
  .css_toppage .solution__wrap img.illust{
    width: 85%;
  }
  .css_toppage .solution__wrap ul{
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .css_toppage .solution__wrap ul li{
    font-size: 1.1rem;
    padding-left: 20px;
  }
  .css_toppage .solution__wrap ul li:not(:last-child){
    margin-bottom: 1rem;
  }
}

/* about toppage */
.css_toppage .about__col {
  align-items: stretch;
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  justify-content: space-between;
}

.css_toppage .about__item.about__item--text {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 0;
}

.css_toppage .about__item.about__item--thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.css_toppage .about__item--text h2 {
  font-size: 22px;
  line-height: 34px;
  position: relative;
  padding-left: 0;
}

.css_toppage .about__col:nth-of-type(even) {
  flex-direction: row-reverse;
}

.css_toppage .about__item--text h2:after {
  display: block;
  content: '';
  background-image: url(../img/subttl_underbar.png);
  background-size: 100% auto;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  width: 120px;
  height: 2px;
  padding-top: 20px;
}

.css_toppage .about__item--thumb {
  -webkit-filter: drop-shadow(-20px 20px 0 #1e4882);
          filter: drop-shadow(-20px 20px 0 #1e4882);
}

@media screen and (max-width: 767px) {
  .css_toppage .about__col {
    flex-direction: column;
  }

  .css_toppage .about__item.about__item--text {
    flex-grow: 1;
  }

  .css_toppage .about__item.about__item--thumb {
    width: 70%;
    margin: auto;
  }

  .css_toppage .about__col:nth-of-type(even) {
    flex-direction: column;
  }

  .css_toppage .about__col:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .css_toppage .solution.u-pd80 {
    padding: 40px 24px;
  }
}

/* ===========
ラインナップページ
 ============ */

 /* 青いボタン */
a.btn_blue--arwdown {
  box-sizing: border-box;
  background-color: #1e4882;
  border: 1px solid #1e4882;
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
  font-size: 24px;
}

a.btn_blue--arwdown:hover {
  /* background-color: rgba(30, 72, 130, 0.8); */
  background-color: white;
  color: #1e4882;
}

a.btn_blue--arwdown:after {
  content: '';
  background-image: url(../img/icon_btn_arw_down--white.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto 26px;
  width: 12px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 20px;
}

a.btn_blue--arwdown:hover:after {
  background-image: url(../img/icon_btn_arw_down.png);
}

/* 白いボタン */
a.btn_white {
  box-sizing: border-box;
  background-color: white;
  color: #1e4882;
  border:1px solid #1e4882;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.75rem 1rem;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
  font-size: 18px;
  line-height: 1.4;
}

a.btn_white:hover {
  background-color: #1e4882;
  color: white;
}

 /* 白いボタン + 青矢印 右向き */
a.btn_white.btn_white--arw_r,
a.btn_white.btn_white--arw_down {
  padding-right: 3rem;
}

a.btn_white.btn_white--arw_r:after {
  content: '';
  background-image: url(../img/icon_btn_arw_right.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 18px;
}

a.btn_white.btn_white--arw_r:hover:after {
  background-image: url(../img/icon_btn_arw_right--white.png);
  right: 6px;
  transition: .3s;
  transition-delay: 0.2s;
}

 /* 白いボタン + 青矢印 下向き */
a.btn_white.btn_white--arw_down:after {
  content: '';
  background-image: url(../img/icon_btn_arw_down.png);
  background-position: 0 ceter;
  background-repeat: no-repeat;
  background-size: auto 22px;
  width: 8px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 20px;
}

a.btn_white.btn_white--arw_down:hover:after {
  background-image: url(../img/icon_btn_arw_down--white.png);
  top: 55%;
  transition: .3s;
  transition-delay: 0.2s;
}

@media screen and (min-width: 1024px) {
  .clpg-page-content .css_toppage .intro p {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
}
