.contentWrap figure {
  text-align: center;
}
.subNaviM {
  justify-content: space-between;
  padding: 0 20px 0 81px;
}
/*.subNaviM li.active::after {
  position: absolute;
  content: "";
  background: #68BFF9;
  width: 90%;
  margin: 0 auto;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 21px;
}*/
.subNaviM li:first-of-type {
  width: 200px;
  margin-right: 0;
}
.subNaviM li:nth-of-type(n+2) {
  font-weight: 500;
  flex: auto;
  margin-right: 0;
}
.subNaviM a {
  width: 100%;
}
.logo_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.logo_list li {
  padding: 20px;
  border: 1px solid #b0b0b0;
  margin: 0 20px 20px 0;
  width: calc(25% - 20px * 3 / 4);
  box-sizing: border-box;
}
.logo_list li:nth-child(4n+4) {
  margin-right: 0;
}
.more_btn {
  text-align: right;
  padding: 0 20px 30px 0;
}
.more_btn a {
  color: #002896;
  background: url("../../common/images/footer_arrow.svg") center left no-repeat;
  background-size: 20px;
  position: relative;
  padding: 7px 7px 7px 30px;
}
.more_btn a:hover {
  color: #48C0FF;
  background: url("../../common/images/footer_arrow_hover.svg") center left no-repeat;
  background-size: 20px;
  text-decoration: none;
}
.contentWrap h2.line_title {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: #002896 3px solid;
  line-height: 1.6;
}
.contentWrap .contentInner.app_list_width {
  max-width: 1170px;
}
.app_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.app_list li {
  position: relative;
  padding: 40px 40px 25px 40px;
  box-sizing: border-box;
}
.app_list li:first-of-type {
  width: 100%;
  height: 166px;
  padding-top: 0px;
  border-bottom: 1px solid #707070;
}
.app_list li:nth-of-type(2), .app_list li:nth-of-type(3) {
  width: 100%;
  /* height: calc(166px + 40px); */
  height: auto;
}
/*.app_list li:nth-of-type(2)::after {
  content: '';
  position: absolute;
  right: 0%;
  bottom: 10px;
  display: inline-block;
  width: 1px;
  height: 174px;
  background-color: #707070;
}*/
.app_list li h3 {
  margin-bottom: 20px;
  color: #002896;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.app_list li .app {
  display: flex;
  align-items: center;
}
.app_list li .app > div {
  line-height: 1.8;
  font-size: 18px;
}
.app_list li .app > div.thumb01 {
  margin-right: 24px;
  width: 61px;
  box-sizing: border-box;
  text-align: center;
}
.app_list li .app > div.thumb02 {
  margin-right: 10px;
  width: 100%;
  max-width: 190px;
  min-width: 130px;
  box-sizing: border-box;
}
.app_list li .app > div.thumb02 img {
  width: 100%;
  height: auto;
}
.app_list li .more_btn {
  position: absolute;
  bottom: 24.5px;
  right: 40px;
  text-align: right;
  padding: 0;
}
.app_list li .more_btn a {
  color: #002896;
  background: url("../../common/images/footer_arrow.svg") center left no-repeat;
  background-size: 20px;
  position: relative;
  padding: 7px 7px 7px 30px;
}
.app_list li .more_btn a:hover {
  color: #48C0FF;
  background: url("../../common/images/footer_arrow_hover.svg") center left no-repeat;
  background-size: 20px;
  text-decoration: none;
}
.page_nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding: 0 60px;
  box-sizing: border-box;
}
.page_nav li {
  width: 46%;
  margin-bottom: 20px;
}
.page_nav li a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 20px;
}
.page_nav li a span {
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #002896;
  border: 2px solid #00248B;
  border-radius: 30px;
  padding: 16px 28px;
  font-size: 20px;
}
.page_nav li a:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00289645;
  border-radius: 30px;
  left: 3px;
  bottom: 0;
  transform: translateY(5px);
  z-index: -1;
}
.page_nav li a:after {
  content: "";
  position: absolute;
  right: 29px;
  top: 18px;
  background: url(../images/link_arrow.png) center no-repeat;
  width: 15px;
  height: 27px;
  color: #002896;
  z-index: 3;
  transform: rotate(90deg);
}
.page_nav li:hover {
  margin-bottom: 15px;
}
.page_nav li a:hover {
  text-decoration: none;
}
.page_nav li a:hover span {
  background: #CEEDFD;
  transition: all .2s;
}
#footer_nav {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 0 0 25px;
}
#footer_nav a {
  color: #002896;
  padding-left: 37px;
}
#footer_nav a:hover {
  color: #00A0F0;
  text-decoration: none;
}
#footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer_nav ul li a::before {
  content: '';
  background-image: url("../images/footer_arrow.svg");
  background-repeat: no-repeat;
  padding-left: 9px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
#footer_nav ul li a:hover::before {
  content: '';
  background-image: url("../images/footer_arrow_hover.svg");
  background-repeat: no-repeat;
  padding-left: 9px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
#footer_nav ul li:first-of-type a {
  padding-left: 0;
}
#footer_link ul li {
  margin-bottom: 10px;
}
#footer_link ul li:last-of-type {
  border-right: none;
  padding-right: 0;
}
#footer_link {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
#footer_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer_link ul li {}
#footer_link ul li a {
  color: #3B3B3B;
  padding: 0 22px 0 13px;
  border-right: 1px solid #B4B4B4;
}
#footer_link ul li:last-of-type {
  border-right: none;
  padding-right: 0;
}
#footer_nav a.active, #footer_link ul li a.active {
  display: none;
}
table.default{
	width: 100%;
	margin-top: 40px;
	border:1px solid #b0b0b0;
	border-collapse: collapse;
}
table.default tr:nth-child(odd){
	background-color: #f5f5f5;
}
table.default th{
	background: #ceedfd;
	border:1px solid #b0b0b0;
	padding: 10px;
	text-align: center;
	color: #002896;
	font-size: 20px;
	vertical-align: middle;
}
table.default th.left{text-align: left;}
table.default td{
	border:1px solid #b0b0b0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .subNaviM {
    padding: 0;
  }
  #subNaviWrap .rightBlock a {
    width: 135px;
  }
}
@media screen and (max-width: 920px) {
  .app_list li {
    height: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  *:focus {
    outline: none;
  }
  a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
  }
  .subNaviM a{
    height: auto !important;
  }
  #mainVisual {
    height: 240px !important;
  }
  #mainVisual h1{
    margin-top: 10px !important;
    margin-right: 24px;
    margin-left: 24px;

    border-bottom: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  #mainVisual h1::after{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  content: "";
  }
  #subNaviWrap .rightBlock a {
    width: 33.9%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  .contentWrap figure {
    text-align: center;
    margin-bottom: 20px;
  }
  .contentWrap figure img {
    max-width: 100%;
  }
  .contentWrap h2.line_title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: #002896 2px solid;
  }
  .app_list_width {
    width: 100%;
  }
  .app_list {
    margin-bottom: 0;
  }
  .app_list li {
    padding: 20px;
    height: auto;
    border-bottom: solid 1px #707070;
  }
  .app_list li:first-of-type {
    height: auto;
    padding-bottom: 60px;
  }
  /*.app_list li:nth-last-of-type(2), .app_list li:nth-of-type(3) {
    padding-bottom: 60px;
    width: 100%;
    border: none;
  }*/
  .app_list li:nth-of-type(2) {
    border: none;
    height: auto;
    padding-bottom: 60px;
  }

  /*.app_list li:nth-of-type(3) {
    border: none;
  }*/
  .app_list li h3 {
    margin-bottom: 12px;
    text-align: center;
  }
  .app_list li .app {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .app_list li .app > div.thumb01 {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .app_list li .app > div {
    flex: auto;
    line-height: 1.7;
    font-size: 16px;
  }
  .app_list li .app > div.thumb02 {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 15px 0;
    text-align: center;
  }
  .app_list li .more_btn {
    bottom: 20px;
    right: 0;
    text-align: right;
  }
  .page_nav {
    margin-bottom: 0;
    padding: 0px;
  }
  .page_nav li {
    width: 48%;
  }
  .page_nav li a {
    padding: 8px 18px;
    font-size: 16px;
  }
  .page_nav li a:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 8px;
    background: url(../images/link_arrow.png) center no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    color: #002896;
  }
  #footer_nav ul {
    justify-content: flex-start;
    margin: 20px auto 0;
    padding: 0 24px;
  }
  #footer_nav ul li {
    margin-bottom: 10px;
  }
  #footer_nav ul li a {
    padding-right: 13px;
    padding-left: 0;
  }
  #footer_nav ul li:first-of-type a {
    /*padding-left: 13px;*/
  }
  #footer_link ul {
    justify-content: flex-start;
    padding: 0 2px 0 11px;
  }
  #footer_link ul li {
    margin-bottom: 10px;
  }
  #footer_link ul li a {
    padding: 0 22px 0 13px;
  }
  #sp_footerWrap ul {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .subNaviM li:first-of-type {
    padding-left: 0;
  }
  .subNaviM li:first-of-type a {
    padding-left: 13px;
    font-size: 12px;
  }
  #subNaviWrap .rightBlock a.reqinfo {
    font-size: 10px;
  }
  #subNaviWrap .rightBlock a.inquiry {
    padding-top: 30px;
  }
  #sp_menu_btn {
    font-size: 14px;
  }
}
/* サブナビ追記分 */
#subNavi * {
  box-sizing: border-box;
}

#page-trail_wrap {
  max-width: unset;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 0;
  padding: 13px 0;
}

#top #page-trail_wrap {
  background-color: rgba(255, 255, 255, 0.7);
}

#page-trail_wrap #page-trail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
}

#subNaviWrap {
  height: 70px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.subNaviM li:first-child {
  font-size: 14px;
  margin-right: 30px;
}

.subNaviM a {
  height: 70px;
}

#subNaviWrap .rightBlock {
  height: 70px;
}

#subNaviWrap .rightBlock a {
  font-size: 15px;
}

#subNaviWrap .rightBlock a:first-of-type {
  background-position: center top 14px;
  background-size: 19px;
}

#subNaviWrap .rightBlock a:last-of-type {
  background-position: center top 19px;
  background-size: 22px;
}

#mainVisual {
  height: 326px;
}

#mainVisual h1 {
  margin-top: 33px;
}

/* 専用フッターCTA_20230831追記 */
#info .wrap .box02 {
  margin-bottom: 20px;
}
#info .wrap .box03 {
  display: flex;
  justify-content: center;
}
#info .wrap .btn a .orange_bg {
  border-color: #fff;
  background-color: #f59600;
  color: #fff;
}
#info .wrap .btn a:hover .orange_bg {
  border-color: #f59600;
  background-color: #fff;
  color: #f59600;
}

#info .wrap .btn.pamph a .skyblue_bg {
  border-color: #fff;
  background-color: #00A0F0;
  color: #fff;
}
#info .wrap .btn.pamph a:hover .skyblue_bg {
  border-color: #00A0F0;
  background-color: #fff;
  color: #00A0F0;
}
#info .wrap .btn.pamph a:after {
  width: 34px;
  background-repeat: no-repeat!important;
  background-size: contain!important;
}
#info .wrap .btn.inquiry a:after {
  background-image: url(../images/ico_form.svg);
  z-index: 3;
  position: absolute;
  top: 23px;
  right: 34px;
  width: 46px;
  height: 38px;
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
}
#info .wrap .btn.inquiry a:hover::after {
  background-image: url(../images/form_on.svg);
}
#info .wrap .btn.contact a .paleBlue_bg {
  border-color: #fff;
  background-color: #CEEDFD;
  color: #002896;
}
#info .wrap .btn.contact a:hover .paleBlue_bg {
  border-color: #CEEDFD;
  background-color: #fff;
  color: #002896;
}
#info .wrap .btn.cta-btn-small {
  height: 62px;
  width: 282px;
}
#info .wrap .cta-btn-small a span {
  font-size: 19px;
  font-weight: 500;
  padding: 13px 30px 14px 51px;
}
#info .wrap .btn.cta-btn-small a:after {
  top: 19px;
  right: 32px;
  width: 28px;
  height: 19px;
  background-size: contain;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
}
#info .wrap .btn.cta-btn-small a:hover::after {
  background-image: url(../images/contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* サブナビCTA追加分 */
#subNaviWrap .rightBlock a {
  width: 141px;
}
#subNaviWrap .rightBlock a.small {
  width: 78px;
}
#subNaviWrap .rightBlock a.login {
  color: #002896;
  padding-top: 37px;
  background-image: url(../images/login.svg);
  background-repeat: no-repeat;
  background-position: center top 18px;
  background-size: 21px;
  border: 1px solid #DADADA;
  background-color: #fff;
}
#subNaviWrap .rightBlock a.login:hover {
/*  background-color: #CEEDFD;
  border-color: #DADADA;*/
  opacity: 1;
}
#subNaviWrap .rightBlock a.orange_bg {
  background-color: #F59600;
  border: 1px solid #f59600;
}
#subNaviWrap .rightBlock a.orange_bg:hover {
  border-color: #f59600;
  color: #f59600;
  background-color: #fff;
}
#subNaviWrap .rightBlock a.skyblue_bg {
  background-color: #00A0F0;
  border-color: #00A0F0;
}
#subNaviWrap .rightBlock a.skyblue_bg:hover {
  border-color: #00A0F0;
  color: #00A0F0;
}
#subNaviWrap .rightBlock a.paleBlue_bg {
  background-color: #CEEDFD;
  border-color: #ceedfd;
  color: #002896;
}
#subNaviWrap .rightBlock a.paleBlue_bg:hover {
  border-color: #ceedfd;
  color: #002896;
  background-image: url(../images/contact.svg);
}
#subNaviWrap .rightBlock a.inquiry {
  background-position: center top 19px;
  background-size: 22px;
}
#subNaviWrap .rightBlock a.reqinfo {
  background-size: 20px;
  background-position: center top 14px;
}
#subNaviWrap .rightBlock a.contact {
  padding-top: 37px;
  background-image: url(../images/ico_form.svg);
  background-repeat: no-repeat;
  background-position: center top 17px;
  background-size: 26px;
}
#subNaviWrap .rightBlock a.contact:hover {
  background-image: url(../images/form_on.svg);
}
/* モーダル関連 */
.ib {
  display: inline-block;
  text-decoration: inherit;
}
header {
  z-index: 1000!important;
}
.mfp-hide {
  display: none;
}
.login-popup {
  background-color: #F0F6FC;
  padding: 45px 38px;
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
  position: relative;
}
.login-popup h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
  color: #000;
}
.detail-inner-hd {
  display: flex;
  align-items: center;
  max-width: 552px;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.login-popup h3 {
  color: #002896;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 390px;
  width: 100%;
  line-height: 1;
  margin: 0;
}
/* .login-popup h3::after {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  text-align: center;
  display: inline-block;
  border: 2px solid #002896;
  border-radius: 50%;
  font-size: 12px;
  content: '?';
  line-height: 18px;
  cursor: pointer;
  margin-top: 2px;
} */
.detail-inner-info {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
}
.detail-inner-info a {
  color: #000;
  text-decoration: underline;
}
.detail-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 15px;
  row-gap: 24px;
}
.detail-inner-wrap li {
  width: calc(33% - 15px);
  position: relative;
  min-width: 252px;
}
.detail-inner-wrap li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 33px;
  color: #000;
  display: inline-block;
}
.detail-inner-wrap li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #002896;
  border-radius: 50%;
}
.detail-inner-wrap li a::after {
  position: absolute;
  content: '';
  left: 6px;
  top: 12px;
  transform: translateY(-50%) rotate(45deg);
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.popup-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #002896;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #info .wrap .btn.inquiry a:after {
    top: 16px;
    right: 21px;
    width: 33px;
    height: 28px;
  }
  #subNaviWrap .rightBlock a.login, #subNaviWrap .rightBlock a.inquiry {
    display: none;
  }
  #subNaviWrap .rightBlock a {
    width: 33.9%!important;
  }
  #subNaviWrap .rightBlock a.contact {
    font-size: 10px;
  }
  #subNaviWrap .rightBlock a.reqinfo {
    background-size: 17px;
    background-position:  center top 9px;
  }
  #info .wrap .btn.pamph a:after {
    width: 25px;
    top: 13px;
  }
  #info .wrap .btn.cta-btn-small a:after {
    top: 21px;
    right: 23px;
    width: 25px;
    height: 18px;
  }
  #info .wrap .btn.inquiry a:after {
    top: 16px;
    right: 20px;
    width: 30px;
    height: 25px;
  }
  .detail-inner-hd {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-inner-info {
    padding-left: 0;
  }
  .detail-inner-wrap li {
    width: calc(50% - 15px);
  }

  .login-popup {
    width: calc(100% - 48px);
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .login-popup h3 {
    font-size: 16px;
    max-width: 300px;
  }
  .detail-inner-info a {
    line-height: 1.7;
  }
  .detail-inner-wrap li a {
    font-size: 16px;
    line-height: 1.7;
  }
  .detail-inner-wrap li a::before {
    width: 20px;
    height: 20px;
    top: 14px;
  }
  .detail-inner-wrap li a::after {
    height: 5px;
    width: 5px;
    top: 14px;
  }
}
.mfp-wrap ~ #wrap #subNaviWrap.fixed #subNavi {
  padding-right: 16px;
}
.mfp-bg {
  height: 100vh!important;
  position: fixed!important;
}
.mfp-container {
  position: fixed!important;
}
.no_scroll {
  overflow: hidden;
}

/*重要なお知らせ*/
.contentInner p.news{
  font-size:20px;
}
.exclamation::before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(../images/ico-exclamation.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
  margin-right: 5px;
}
@media screen and (max-width:768px) {
  .contentInner p.news{
  font-size: 18px!important;
}
}

/* MARK:導入事例ロゴ欄 */
.top_casestudy {
  padding-top: 72px;
}
.lp_010__case--list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 40px;
  img {
    max-inline-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_casestudy {
    padding-top: 40px;
  }
  .lp_010__case--list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}

