/* CSS Document */
.pc_hide {
  display: none;
}
.sp_hide {
  display: block;
}
.center {
  text-align: center;
}
.text12 {
  font-size: 12px !important;
}
.block_center {
  display: flex;
  justify-content: center;
}
.over {
  transition: all 0.2s;
}
.over:hover {
  opacity: 0.8;
}
.txt-red {
  color: #db2c0f;
}
.txt-orange {
  color: #f27000;
}
.right {
  text-align: right !important;
}

.mark_blue {
  background: linear-gradient(transparent 65%, #c7eafd 65%);
}
.mark_pink {
  background: linear-gradient(transparent 65%, #fdc7ea 65%);
}

.mark_line {
  text-decoration: underline;
}
.icon-contact::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(../images/icon_contact.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
  margin-right: 5px;
}
/*.mark_blue{
  background-image: linear-gradient(90deg, #c7eafd, #c7eafd);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 35%;
  transition: all 2s linear;
}
.mark_pink {
  background-image: linear-gradient(90deg, #fdc7ea, #fdc7ea);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 30%;
  transition: all 2s linear;
}
strong.inV {
  background-size: 100% 35%;
}
*/

a {
  text-decoration: none;
}
img[src$="logo_media.png"] {
  height: 45px;
  width: auto;
}
header {
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 80px;
}
header .logo {
  margin: 19px 0 22px;
}
header .pc-head {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
}
.h-logo-img {
  width: auto;
  height: 42px;
}
header .logo {
  & a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #676767;
    letter-spacing: -2px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
  }
}
.sns {
  margin-top: 23px;
}
.sns ul {
  display: flex;
}
.sns ul li:not(:last-of-type) {
  margin-right: 16px;
}
.sns ul li img {
  width: auto;
  height: 26px;
}
.sns ul li iframe {
  width: 26px !important;
  height: 26px !important;
}
/* トップメインビジュアル */
#top #topMainvisual {
  height: 320px;
  background-image: url("../images/main.jpg");
  background-size: auto;
  background-position-x: calc(50% + 90px);
}
/* 下層メインビジュアル */
#category #topMainvisual {
  height: 320px;
  background-image: url("../images/main.jpg");
  background-size: contain;
}
/* パンくず */
.page-trail_wrap {
  margin-bottom: 23px;
  padding: 0;
  background-color: #eff4f7;
}
.page-trail_wrap .contentInner {
  padding: 9px 80px;
}
.page-trail_wrap p {
  margin: 0;
  font-size: 18px;
}
/*spメニュー*/
#menu {
  display: none;
  z-index: 99999;
  position: absolute;
  left: 100%;
  width: 280px;
  height: 100%;
}
#closeMenu {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
nav {
  height: 100%;
}
.sub-menu {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 13px 0 0 12px;
  float: right;
  border-top: 3px solid #383838;
}
.sub-menu:before,
.sub-menu:after {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  border-top: 3px solid #383838;
  content: "";
}
.sub-menu:before {
  top: 5px;
}
.sub-menu:after {
  top: 13px;
}
.sub-nav {
  text-align: left;
}
.sub-nav * {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-nav {
  margin-top: -1px;
  overflow: hidden;
}
.sub-nav {
  height: 100%;
  overflow: auto;
  border-top: none;
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
  text-align: left;
}
.sub-nav > ul > li {
  border-bottom: 2px solid #313131;
}
.sub-nav > ul > li a {
  display: block;
  padding: 15px 30px 15px 10px;
  color: #aaa;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}
.sub-nav > dl {
  border-bottom: 2px solid #313131;
}
.sub-nav > dl > dt {
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
}
.sub-nav > dl > dt a {
  display: block;
  padding: 15px 30px 15px 10px;
  color: #aaa;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}
.sub-nav > dl > dd > ul > li {
  border-bottom: 1px solid #2c2c2c;
  background: linear-gradient(to right, #202020 0%, #252525 2%, #252525 100%);
}
.sub-nav > dl > dd > ul > li a {
  display: block;
  padding: 15px 30px 15px 10px;
  color: #aaa;
  font-size: 13px;
  line-height: 2;
  text-decoration: none;
}
.sub-nav .sub-nav-sim {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_sim.png) no-repeat 12px center;
  background-size: 24px auto;
}
.sub-nav .sub-nav-glb {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_glb.png) no-repeat 10px center;
  background-size: 29px auto;
}
.sub-nav .sub-nav-header span {
  display: block;
  height: 24px;
  color: #3d3d3d;
}
.sub-nav .headerCloseIcon {
  position: relative;
}
.sub-nav .headerCloseIcon span::before,
.sub-nav .headerCloseIcon span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  background-color: #fff;
  content: "";
}
.sub-nav .headerCloseIcon span::before {
  transform: rotate(-45deg);
}
.sub-nav .headerCloseIcon span::after {
  transform: rotate(45deg);
}
.sub-nav .sub-nav-link a {
  position: relative;
}
.sub-nav .sub-nav-link a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  content: "";
}
.sub-nav .sub-nav-sublink a {
  position: relative;
  padding: 15px 10px 15px 30px;
}
.sub-nav .sub-nav-sublink a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 2px;
  transform: rotate(-45deg);
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  content: "";
}
.sub-nav .sub-nav-open + dd {
  display: none;
}
.sub-nav .sub-nav-open a {
  position: relative;
}
.sub-nav .sub-nav-open a::before,
.sub-nav .sub-nav-open a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  background-color: #aaa;
  content: "";
}
.sub-nav .sub-nav-open a::after {
  transform: rotate(90deg);
}
.sub-nav .sub-nav-close a {
  color: #fff;
}
.sub-nav .sub-nav-close a::before {
  display: none;
}
.sub-nav .sub-nav-close a::after {
  background-color: #fff;
}
/* カテゴリリンク */
.cateWrap {
  padding: 32px 0 58px;
}
.cateWrap .anchor-link01 li:not(:last-of-type) {
  margin-right: 12px;
}
.cateWrap .anchor-link01 a {
  justify-content: center;
  width: 160px;
  padding-left: 0;
  font-size: 16px;
}
.cateWrap .anchor-link01 a.active {
  border: 2px solid #42a0ea;
  background-color: #ceedfd;
}
.cateWrap .anchor-link01 a::before {
  content: none;
}
/* トップ */
#top h2 {
  margin-bottom: 32px;
  color: #000;
}
/*下層*/
#category #topMainvisual {
  height: 188px;
  margin-top: 8px;
  background-size: contain;
}
#category #topMainvisual.network {
  background-image: url("../../network/common/images/main.jpg");
}
#category #topMainvisual.phone {
  background-image: url("../../phone/common/images/main.jpg");
}
#category #topMainvisual.contact {
  background-image: url("../../contact/common/images/main.jpg");
}
#category #topMainvisual.mobile {
  background-image: url("../../mobile/common/images/main.jpg");
}
#category #topMainvisual.iot {
  background-image: url("../../iot/common/images/main.jpg");
}
#category #topMainvisual.cloud {
  background-image: url("../../cloud/common/images/main.jpg");
}
#category #topMainvisual.security {
  background-image: url("../../security/common/images/main.jpg");
}
/*記事一覧*/
#list #topMainvisual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
}
#list h1 {
  display: block;
  font-weight: bold;
  font-size: 38px;
}
/*日付とカテゴリ*/
.date-category {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px !important;
}
.date-category a.btn02 {
  justify-content: center;
  width: 139px;
  height: 41px;
  margin-bottom: 0;
  margin-left: 13px;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
}
.date-category a.btn02::before {
  content: none;
}
/* 記事サムネ */
.content.column-box03a {
  flex-wrap: wrap;
  justify-content: left;
  gap: 40px;
}
.content.column-box03a .box {
  width: calc(33.3% - (40px * 2) / 3);
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.content.column-box03a a img:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.content.column-box03a h3 {
  margin: 10px 0 7px;
  margin-top: 0;
  line-height: 1.5;
  text-align: left;
}
.content.column-box03a a.title {
  display: block;
  color: #002896;
  font-size: 16px;
}
.content.column-box03a a.title:hover {
  text-decoration: underline;
}
.content.column-box03a .box .rightBlock {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* 個別記事 */
#content .page-trail_wrap {
  margin-bottom: 0;
}
#content .date-category:not(.recommend) {
  justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 16px !important;
}
#content .date-category:not(.recommend) a.btn02 {
  width: 173px;
  height: 44px;
  font-size: 16px !important;
}
#content .sns ul li img {
  height: 37px;
}
#content .sns ul li iframe {
  width: 37px !important;
  height: 37px !important;
}
#content h1 {
  font-size: 38px;
  letter-spacing: -0.8px;
  text-align: left;
}
.visual img {
  width: 100%;
  max-width: 1206px;
}
#content .intro ul {
  max-width: 1084px;
  padding: 40px;
  border: 1px solid #000;
}
#content .intro ul a {
  color: #00a0f0;
}
#content .intro ul a:hover {
  text-decoration: underline;
}
#content .intro ul li:first-of-type {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  color: #000;
}
#content .intro ul li:not(:first-of-type) {
  position: relative;
  padding-left: 0.7em;
  line-height: 1.86;
  text-indent: -0.7em;
}
#content .intro ul li:not(.sub) {
  position: relative;
}
#content .intro ul li:last-of-type {
  padding-bottom: 0;
}
#content .intro ul li:not(:first-of-type)::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  margin-bottom: 1px;
  border: 1px solid #00a0f0;
  border-radius: 50%;
  content: "";
  vertical-align: middle;
}
#content .intro ul li.sub {
  padding-left: 3em;
}
#content .intro ul li.sub::before {
  content: none;
}
#content .main a:not(.btn01):not(.btn02):not(.btn03) {
  color: #00a0f0;
  text-decoration: underline;
}
#content .main a:hover {
  text-decoration: none;
}
#content .main figure {
  text-align: center;
}
#content .main figure img {
  width: 100%;
  max-width: 790px;
}
#content figure.banner_link {
  margin-top: 32px;
}
figure.banner_link a:hover {
  opacity: 0.7;
}
#content .main h2 {
  margin-bottom: 32px;
  padding: 1px 0 6px 32px;
  border-bottom: solid 5px #000;
  border-left: solid 26px #000;
  color: #000;
  font-size: 30px;
  text-align: left;
}
#content .main h2:not(:first-of-type) {
  margin-top: 72px;
}
#content .main h3,
#content .main h4 {
  margin-top: 72px;
  margin-bottom: 32px;
  padding-bottom: 6px;
  border-bottom: solid 3px #000;
  color: #000;
  text-align: left;
}
#content .main h3 {
}
#content .main h4 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 22px;
  margin-top: 48px;
  margin-bottom: 0;
}
#content .main h4 + p {
  margin-top: 16px;
}
#content .main h5 {
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 20px;
  margin-top: 24px;
}
#content .main h5 + p {
  margin-top: 24px;
}
#content a.btn02.serviceLink {
  width: auto;
  min-width: 404px;
  min-height: 98px;
  padding-right: 80px;
  padding-left: 47px;
  border-radius: 0;
  font-size: 20px;
}
#content a.btn02.serviceLink::before {
  right: 47px;
}
#content .sns-bottom .sns {
  margin-top: 0;
}
#content .sns-bottom .sns ul li iframe {
  margin-top: 2px;
}
#content .sns-bottom li:first-of-type {
  font-size: 24px;
}
#content .sns-bottom ul {
  align-items: center;
  justify-content: center;
  height: 90px;
}
#content h2.recommend {
  margin-bottom: 32px;
  color: #000;
  font-weight: normal;
  font-size: 24px;
}
#content table.auto {
  table-layout: auto;
}
#content .table-normal {
  table-layout: fixed;
}
#content .table-normal.nonfirst th:first-of-type {
  color: #000;
}
#content .table-normal td {
  vertical-align: top;
}
#content .table-normal.middle td {
  vertical-align: middle;
}
#content .table_002 th {
  width: 15%;
}
#content .table_002 td {
  text-align: left;
}
/* 表の列幅 */
#content .table-normal th.width25 {
  width: 25%;
}
#content .table-normal th.width20 {
  width: 20%;
}
#content .table-normal th.width15 {
  width: 15%;
}
h4 + .table-scroll {
  margin-top: 16px;
}
#content .mt5 {
  margin-top: 5px;
}
/* 表の見出し */
.table-heading {
  background-color: #002896;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
/*本文内リストスタイル*/
#content .main .list-title {
  margin-bottom: 8px;
}

#content .main ul {
  padding-left: 1rem;
  line-height: 1.6;
}
#content .main ul li:not(.sub) {
  font-weight: bold;
  font-size: 17px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
#content .main ul li:not(.sub)::before {
  display: inline-block;
  content: "";
  margin-top: 0.8em;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #002896;
}
#content .main ul li.sub {
  margin: 32px 0;
  padding-left: 3em;
  line-height: 1.89;
  font-weight: normal;
  font-size: 18px;
}
#content .main ul li.sub p:first-of-type {
  margin-top: 0;
}
#content .main  li .normal {
  font-weight: normal;
}
#content .mediaContent .main ol {
  font-weight: bold;
  padding-left: 1rem;
  margin-left: 1rem;
  list-style: decimal;
}
#content .mediaContent .main ol li {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 0;
}
#content .mediaContent .main li  li {
  font-weight: normal !important;
}
#content .mediaContent .main li  li p{
  margin-bottom: 8px;
}
#content .mediaContent .main li  ol li::before {
  display: none;
}
#content .mediaContent .main ol li > ul{
  margin-bottom: 16px;
  padding-left: 0;
}
#content .mediaContent .main li span.nomal{
  font-weight: normal;
}
#content .mediaContent .main ol li::marker {
  color: #002896;
  font-weight: bold;
}
#content .mediaContent .main ol.content-list > li::before{
  content: none;
}
#content .main ul.content-list {
  padding-left: 1rem;
}

#content .main .content-list li p {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
  text-indent: 0;
  font-weight: 400;
}
/* フッター */
footer {
  width: 100%;
  padding: 40px 0 63px;
  background-color: #eff4f7;
  font-size: 13px;
}
footer ul {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  max-width: 1366px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding-right: 80px;
  padding-left: 80px;
}
footer ul li {
  position: relative;
  width: 15%;
  text-align: center;
  padding: 0 8px;
}
footer ul li.footer_privacy {
  width: 24%;
}
footer ul li:not(:first-of-type)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 22px;
  background: #707070;
  content: "";
}

.top_hr {
  color: #c8c8c8;
  max-width: 1200px;
  width: calc(100% - 80px);
}
/*別窓マーク*/
.contentWrap a[target="_blank"]::after {
  content: url(../images/ico_link.svg);
  display: inline-block;
  border: none;
  transform: none;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}
/*下層メインビジュアル調整*/
@media screen and (max-width: 1366px) {
  #category #topMainvisual {
    height: 13.76vw;
    background-size: cover;
  }
}
/*トップメインビジュアル調整*/
@media screen and (max-width: 1206px) {
  #top #topMainvisual {
    background-position-x: -310px;
  }
}
/*-sp-*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
  img[src$="bnr_02.png"] {
    max-width: 482px;
  }
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
  .icon-contact::before {
    height: 1.3em;
    width: 18px;
  }
  /* ヘッダー */
  header {
    padding: 0;
  }
  header .pc-head {
    display: none;
  }
  /* spヘッダー */
  #header {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 12px 24px 5px;
    overflow: hidden;
  }
  #header img {
    width: auto;
    height: 40px;
  }
  #header {
    & a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #676767;
      letter-spacing: -2px;
      font-size: 14px;
      text-decoration: none;
      transition: all 0.2s;
    }
  }
  /*トップメインビジュアル*/
  #top #topMainvisual {
    margin-top: 15px;
  }
  /*下層*/
  #category #topMainvisual {
    margin-top: 0;
  }
  .under_h1 {
    margin-top: 32px;
  }
  .under_h1 img {
    width: 212px;
    height: auto;
  }
  /*記事一覧*/
  #list #topMainvisual {
    align-items: flex-end;
    height: 54px !important;
  }
  #list h2 {
    font-size: 20px;
  }
  /* パンくず */
  .page-trail_wrap {
    display: none;
    background-color: #fff;
  }
  .page-trail_wrap .contentInner {
    padding: 9px 24px;
  }
  /*日付とカテゴリ*/
  .date-category {
    font-size: 9px !important;
  }
  .date-category a.btn02 {
    width: 98px;
    height: 22px;
    margin-left: 7px;
    font-size: 9px;
  }
  /* 記事サムネ */
  .column-box03a,
  .column-box03b {
    flex-direction: column;
    gap: 32px;
    /*       align-items: flex-start; */
  }
  .content.column-box03a h3 {
    margin: 0 0 8px;
  }
  .content.column-box03a a.title {
    font-size: 14px;
  }
  .content.column-box03a .box {
    flex-direction: row;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .content.column-box03a .box figure img {
    width: 133px;
  }
  .content.column-box03a .box .rightBlock {
    margin-left: 14px;
  }
  /* 個別記事 */
  #content .page-trail_wrap .contentInner {
    padding-bottom: 0;
  }
  #content .contentHead {
    padding-top: 24px;
  }
  #content .intro {
    padding-top: 24px;
  }
  #content .date-category:not(.recommend) {
    font-size: 9px !important;
  }
  #content .date-category:not(.recommend) a.btn02 {
    width: 98px;
    height: 22px;
    font-size: 9px !important;
  }
  #content h1 {
    font-size: 20px;
    line-height: 1.7;
  }
  #content .main h2 {
    margin-bottom: 24px;
    padding-left: 14px;
    border-left: 15px solid #000;
    font-size: 18px;
  }
  #content .main h2:not(:first-of-type) {
    margin-top: 48px;
  }
  #content .main h3 {
    margin-top: 32px;
    margin-bottom: 24px;
    border-bottom: solid 2px #000;
    font-size: 16px;
    line-height: 1.5;
  }
  #content .main h4 {
    margin-top: 32px;
    font-size: 16px;
  }
  #content .main h5 {
    margin-top: 32px;
    font-weight: bold;
    font-size: 14px;
  }
  #content .main p {
    line-height: 1.6;
    font-size: 14px;
  }
  #content .sns ul li img {
    height: 22.2px;
  }
  #content .sns ul li iframe {
    width: 22.2px !important;
    height: 22.2px !important;
  }
  #content .sns ul {
    justify-content: center;
  }
  #content .intro ul {
    padding: 32px 24px;
    font-size: 14px;
  }
  #content .intro ul li:first-of-type {
    padding-bottom: 8px;
  }
  #content .intro ul li:not(:first-of-type)::before {
    width: 2px;
    height: 2px;
    background-color: #00a0f0;
  }
  #content .intro ul li.sub {
    padding-left: 3em;
    text-indent: 0;
  }
  #content a.btn02.serviceLink {
    min-width: 270px;
    min-height: 59px;
    padding-right: 30px;
    padding-left: 24px;
    font-size: 14px;
  }
  #content a.btn02.serviceLink::before {
    right: 24px;
  }
  #content .sns-bottom {
    background-color: transparent;
  }
  #content .sns-bottom .sns ul {
    box-sizing: border-box;
    flex-wrap: wrap;
    height: 125px;
    padding: 24px 0;
  }
  #content .sns-bottom .sns li:first-of-type {
    width: 100%;
    margin-right: 0 !important;
    font-size: 18px;
    text-align: center;
  }
  #content .sns-bottom .sns ul li:not(:last-of-type) {
    margin-right: 14.7px;
  }
  #content .sns-bottom .sns ul li img {
    height: 34.2px;
  }
  #content .sns-bottom .sns ul li iframe {
    width: 34.2px !important;
    height: 34.2px !important;
  }
  #content h2.recommend {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: solid 1px #429fea;
    font-size: 16px;
  }
  /* 表の列幅 */
  #content .table-normal th.width15,
  #content .table-normal th.width20,
  #content .table-normal th.width25 {
    width: auto;
  }
  #content .table-normal.no-scroll {
    width: 100%;
    min-width: 100%;
  }
  /*本文内リストスタイル*/
  #content .main ul:not(.content-list) li:not(.sub) {
    font-size: 14px;
    line-height: 1.6;
  }
  #content .main ul:not(.content-list) li:not(.sub)::before {
    margin-top: 0.6em;
    margin-right: 8px;
  }
  #content .main ul li.sub {
    padding-left: 1.5em;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.67em;
  }
  #content .main ul.content-list li {
    font-size: 14px;
  }
  #content .mediaContent .main ol li > ul p{
    margin-bottom: 8px;
  }
  #content .main ul.content-list li::before, #content .main ol.content-list li::before{
    margin-right: 8px;
  }

  /* フッター */
  footer {
    padding: 20px 0 47px;
  }
  footer ul {
    flex-direction: column;
    margin-bottom: 58.5px;
    padding-right: 24px;
    padding-left: 24px;
  }
  footer ul li {
    width: 100% !important;
    padding: 13.5px 0;
    border-bottom: solid 1px #a3acb4;
  }
  footer ul li:last-of-type {
    border-bottom: none;
  }
  footer ul li:not(:first-of-type)::after {
    content: none;
  }

  .top_hr {
    width: calc(100% - 48px);
  }
}
/* 20221014追記 */
@media screen and (max-width: 769px) {
  .pd16-top-sp {
    padding-top: 16px;
  }
}
/* 追記ここまで */
/* 20240411追記 */
.window_none::after {
  display: none !important;
}
#pitari_area_mbz_footer {
  margin-top: 16px;
  margin-bottom: 16px;
}
#top .bunner-area .content {
  gap: 8px;
}

#top .bunner-area img {
  max-width: 100%;
}

#top .bunner-area .box h3 {
  font-size: 16px;
  text-align: center;
}

/* コンポーネントのリセットCSS上書き */
html body {
  line-height: 1.3;
}
html,
body,
.contentWrap {
  color: #333;
}
a:visited,
a:active {
  transition: all 0.3s;
}
a {
  transition: all;
}
.contentInner p {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.3px;
}
.mediaContent {
  width: 100%;
  display: flex;
}
.bold {
  font-weight: bold;
}
.ib {
  display: inline-block;
}
.sns {
  margin: 0;
  display: none;
}
.sns-bottom .sns {
  display: block;
}
a.btn03.serviceLink {
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 5px;
  &::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
#content h1 {
  line-height: 1.6;
  font-size: 32px;
}
#content {
  & .intro a:not(.indexList a) {
      color: #002896;
      text-decoration: underline;
      font-weight: bold;
      &:hover {
        text-decoration: none;
      }
    }
  & .main {
    & h2 {
      color: #002896;
      width: 100%;
      background-color: #f2f7fa;
      padding: 10px 16px;
      font-size: 26px;
      border: none;
      box-sizing: border-box;
    }
    & h3 {
      margin-top: 62px;
      font-size: 22px;
      font-weight: bold;
      color: #000;
      padding: 0 0 0 16px;
      border: none;
      border-left: 6px solid #002896;
    }
    a:not(.btn01):not(.btn02):not(.btn03) {
      color: #002896;
      text-decoration: underline;
      font-weight: bold;
      &:hover {
        text-decoration: none;
      }
    }
  }
  & .notice {
    line-height: 1.6;
  }
  .sns {
    & ul {
      & li {
        & img {
          height: 36px;
        }
      }
    }
  }
  .sns-bottom li:first-of-type {
    font-size: 20px;
    margin-right: 32px;
  }
  .tableWrap {
    width: 100%;
    margin: 0 auto;
  }
  .table-media,
  .table-normal {
    border-collapse: collapse;
    width: 100%;
    & tr {
      &:first-of-type {
        th {
          background-color: #00a0f0;
          color: #fff;
          font-weight: bold;
          padding: 18px;
          text-align: center;
          font-size: 17px;
          border: 1px solid #d1d1d1;
          &:first-of-type:empty {
            background-color: transparent;
            border-color: transparent;
          }
        }
      }
      th {
        &:first-of-type {
          background-color: #969696;
          border: 1px solid #d1d1d1;
          color: #fff !important;
          padding: 13px;
          vertical-align: middle;
          font-size: 17px;
        }
      }
      td {
        padding: 13px;
        border: 1px solid #d1d1d1;
        font-size: 17px;
      }
    }
  }
  [class^="mark_"] {
    font-weight: bold;
    color: #333;
  }
  .leftColumn .main .referenceLink {
    width: 100%;
    border: 1px solid #002896;
    padding: 12px;
    box-sizing: border-box;
    & a {
      color: #002896 !important;
      text-decoration: none !important;
      transition: all 0.3s;
      &:hover {
        color: #00a0f0 !important;
      }
    }
  }
}
#content .date-category:not(.recommend) {
  justify-content: space-between;
  &:has(span) {
    justify-content: flex-start;
    gap: 20px;
  }
}
#content .date-category:not(.recommend) a.btn02 {
  margin-left: 0;
  font-size: 14px !important;
  height: 32px;
  width: auto;
  padding: 0 16px;
}
#container .page-trail_wrap {
  background-color: transparent;
  .contentInner {
    p {
      font-size: 14px;
      & a:hover {
        color: #00a0f0;
      }
    }
    .currentDirectory {
      opacity: 0.6;
    }
  }
}
#page-trail {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px !important;
}
.mediaHeader {
  box-sizing: border-box;
  width: 100%;
  background-color: #002896;
}
.mediaHeader_title {
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  padding: 27px 80px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.mediaHeader_title__sub {
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  margin-left: 24px;
}
.mediaContent {
  padding-top: 48px;
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  .leftColumn {
    margin-bottom: 70px;
    width: 74%;
    .contentHead {
      padding-top: 0;
    }
  }
}
.mediaContainer_title__date {
  font-size: 14px;
  margin-top: 16px;
}
.contentWrap.intro {
  padding-top: 32px;
}
#content .leftColumn .intro ul {
  margin: 0 auto;
}
#content .intro ul {
  margin-top: 32px;
  max-width: 740px;
  box-sizing: border-box;
  background-color: #f2f7fa;
  border: none;
  display: block;
  position: relative;
  padding-left: 112px;
  font-size: 16px;
  &::before {
    position: absolute;
    content: "目次";
    color: #002896;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: calc(100% - 80px);
    width: auto;
    padding: 0 32px 0 40px;
    line-height: 2.2;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-right: 1px solid #002896;
  }
  & li {
    &:first-of-type:not(:has(a)) {
      display: none;
      margin: unset;
      padding: 0;
      padding-left: 0.7em;
      border: none;
      color: unset;
      line-height: 2.2;
      text-indent: -0.7em;
      &::before {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #002896;
        margin-bottom: 1px;
        margin-right: 12px;
        margin-bottom: 1px;
        border-radius: 50%;
        content: "";
        vertical-align: middle;
      }
    }
    &:not(:first-of-type) {
      padding-left: 2em;
    }
    a {
      color: #333;
      position: relative;
      border-bottom: 1px dotted #333;
      &:hover {
        text-decoration: none;
        border-bottom: none;
        &::after {
          border-color: transparent;
        }
      }
      /*      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px dotted #333;
      }*/
    }
  }
  & li:not(:first-of-type) {
    line-height: 2.2;
  }
  & li.sub {
    padding-left: 4.2em;
    &::before {
      content: none !important;
    }
  }
}
#content .intro ul li:not(:first-of-type)::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #002896;
  margin-bottom: 1px;
  margin-right: 12px;
  margin-bottom: 1px;
  border-radius: 50%;
  border: none;
  content: "";
  vertical-align: middle;
}
.rightColumn {
  padding-right: 80px;
  max-width: 258px;
  min-width: 200px;
  width: 26%;
  a.btn03 {
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 16px;
    &::before {
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    &::after {
      left: 7px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
    }
  }
}
.rightColumn_content-category__head,
.rightColumn_content-recommend__head {
  color: #002896;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: 1px solid #002896;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
}
.rightColumn_content-category__list {
  font-size: 14px;
}
.rightColumn_content-recommend {
  margin-top: 40px;
  .contentWrap {
    padding: 0;
    .recommend {
      display: none;
    }
    .contentInner {
      padding: 0;
      .column-box03a {
        flex-direction: column;
        .box {
          width: 100%;
          h3 {
            font-size: 17px;
            color: #002896;
            font-weight: bold;
            margin-top: 16px;
          }
        }
      }
    }
  }
}
.rightColumn_content-recommend__head {
  margin-bottom: 32px;
}
.recommendService {
  padding: 36px 40px;
  background-color: #e2f5ff;
  text-align: center;
  border-radius: 16px;
}
.recommendService__head {
  font-size: 22px;
  color: #002896;
  font-weight: bold;
  line-height: 1.55;
}
.recommendService__body:has(.img_left){
  & img {
    width: 50%;
  }
  & p {
    text-align: left;
    overflow: hidden;
  }
}
.recommendService__btn {
  display: inline-flex;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 3em;
  max-width: 365px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #f59600;
  font-size: 17px;
  box-shadow: 3px 5px 0px rgba(0, 40, 150, 0.27);
  transition: all 0.3s;
  &::after {
    content: "";
    width: 11.5px;
    height: 11.5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  &:hover {
    background-color: #ffebcc;
    color: #f59600 !important;
    border-color: #f59600;
    &::after {
      border-top: 3px solid #f59600;
      border-right: 3px solid #f59600;
    }
  }
}
.sns ul {
  background-color: transparent;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.serviceBnr {
  transition: all 0.2s;
  &:hover {
    opacity: 0.6;
  }
  & img {
    max-width: 740px;
    width: 100%;
  }
}
.contentWrap:has(.sns) {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  a.btn03.serviceLink {
    margin-bottom: 10px;
    & .sp_hide {
      display: none;
    }
    & .pc_hide {
      display: block;
    }
  }
  .recommendService__body:has(.img_left){
    & img {
      width: 100%;
      float: none;
      margin: 16px 0 0 0;
    }
    & p {
      text-align: center;
    }
  }
}
@media screen and (max-width: 768px) {
  .contentInner {
    & p {
      font-size: 14px;
      line-height: 1.6;
    }
  }
  #content {
    & h1 {
      font-size: 24px;
    }
    & .main {
      & h2 {
        font-size: 18px;
      }
      & h3 {
        font-size: 17px;
      }
    }
    & .mediaContent {
      & .main {
        & ol {
          padding-left: 0.8rem;
          margin-left: 0.8rem;
          & li {
            font-size: 14px;
          }
        }
        & ul {
          padding-left: 0.8rem;
        }
      }
    }
    & .intro {
      & ul {
        & li:not(:first-of-type) {
          padding-left: 1rem;
          &.sub {
            padding-left: 2rem;
          }
        }
      }
    }
    & .table-media, .table-normal {
      & tr {
        &:first-of-type {
          & th {
            font-size: 14px;
          }
        }
        & th {
          font-size: 14px;
          &:first-of-type {
            font-size: 14px;
          }
        }
        & td {
          font-size: 14px;
        }
      }
    }
  }
  #content .intro ul {
    padding: 94px 24px 32px;
    font-size: 14px;
    &::before {
      box-sizing: border-box;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 48px);
      height: 70px;
      justify-content: center;
      border-right: none;
      border-bottom: 1px solid #002896;
    }
  }
  .mediaContent {
    display: block;
    & .leftColumn {
      width: 100%;
    }
    & .rightColumn {
      width: 100%;
      margin-bottom: 40px;
      padding-left: 24px;
      padding-right: 24px;
      max-width: none;
      box-sizing: border-box;
      & a.btn03 {
        &::after {
          left: 5.4px;
        }
      }
      & .box {
        & figure {
          width: 133px;
        }
        & .rightBlock {
          width: 100%;
        }
      }
      & .contentInner {
        & .column-box03a {
          & .box {
            & h3 {
              margin-top: 0;
            }
            & .date {
              display: none !important;
            }
            & .date-category {
              display: flex;
            }
          }
          & .contentWrap {
            & .recommend {
              display: block !important;
            }
          }
        }
      }
    }
  }
  .recommendService {
    padding: 36px 20px;
  }
  .recommendService__head {
    font-size: 20px;
  }
  #category {
    & .box {
      & .rightBlock {
          width: 80%;
      }
    }
  }
}
a.page-top:hover {
  text-decoration: none;
}

/* 上部を基準に切り抜き */
.crop-top,.crop-center,.crop-bottom {
  width: 100%;
  max-height: 314.65px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.crop-top {
  object-position: top;
}
.crop-center {
  object-position: center;
}
.crop-bottom {
  object-position: bottom;
}
@media screen and (max-width: 768px) {
  .crop-top,.crop-center,.crop-bottom {
    max-height: 264.5px;
  }
}
@media screen and (max-width: 375px) {
  .crop-top,.crop-center,.crop-bottom {
    max-height: 121px;
  }
}