@charset "UTF-8";
#container {
  overflow: clip;
}

@media only screen and (min-width: 980px) {
  #dcms_layoutPageBlock > .js-dl-left {
    width: calc(100% - 258px - 56px);
    margin-left: calc(50% - 560px);
    margin-right: auto;
  }
}
@media only screen and (min-width: 980px) {
  #dcms_layoutPageBlock > .js-dl-right {
    width: 258px;
    margin-left: calc(50% - 560px);
    margin-right: auto;
  }
}

.text-color-main {
  color: #205bac;
}

.l-dl-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 980px) {
  .l-dl-container {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 979px) {
  .l-dl-container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .l-dl-container .l-dl-left {
    width: calc(100% - 258px - 56px);
  }
}
@media only screen and (max-width: 979px) {
  .l-dl-container .l-dl-left {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .l-dl-container .l-dl-right {
    width: 258px;
  }
}
@media only screen and (max-width: 979px) {
  .l-dl-container .l-dl-right {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .l-dl-container .l-dl-right:not(.-is-active) {
    opacity: 0;
    visibility: hidden;
    z-index: -10;
  }
  .l-dl-container .l-dl-right.-is-active {
    z-index: 9;
  }
}
@media only screen and (min-width: 980px) {
  .l-dl-container .l-dl-subnav {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
@media only screen and (max-width: 979px) {
  .l-dl-container .l-dl-subnav {
    height: 100%;
  }
}
.l-dl-container .download_list_txt {
  letter-spacing: -1px;
}
@media only screen and (max-width: 979px) {
  .l-dl-container .download_list_txt {
    height: auto !important;
  }
}

.dl-list-con {
  display: grid;
}
@media only screen and (min-width: 980px) {
  .dl-list-con {
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 20px;
  }
}
@media only screen and (max-width: 979px) {
  .dl-list-con {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}
@media only screen and (max-width: 979px) {
  .dl-list-con .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .dl-list-con .col .btn02 {
    margin-top: auto;
  }
}
.dl-list-img {
  aspect-ratio: 247/354;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.dl-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn02.btn02-wide a {
  width: 100%;
}

.dl-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dl-tab__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid;
}
.dl-tab__switch:not(.-is-active) {
  color: #6c757d;
  border-color: #ddd;
  cursor: pointer;
}
.dl-tab__switch:not(.-is-active):hover {
  color: #205bac;
}
.dl-tab__switch.-is-active {
  color: #205bac;
  border-color: #205bac;
}
.dl-tab__item:not(.-is-active) {
  display: none;
}
.dl-tab__link {
  color: #0166fe;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.dl-tab__link:hover {
  text-decoration: none;
}

.dl-nav {
  padding: 13px 16px;
  background: #f0f4fa;
  max-height: calc(100vh - 120px - 48px);
  overflow-y: auto;
  scroll-behavior: smooth;
}
.dl-nav__maintitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  color: #fff;
  background: #5dacdc;
  padding: 4px 12px;
}
@media only screen and (min-width: 980px) {
  .dl-nav {
    max-height: calc(100vh - 120px - 48px);
  }
}
@media only screen and (max-width: 979px) {
  .dl-nav {
    max-height: calc(100vh - 150px - 48px);
  }
}
.dl-nav__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #205bac;
  padding-left: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  border-bottom: 3px solid #ddd;
}
.dl-nav__title::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 3px;
  background: #205bac;
  bottom: -3px;
  left: 0;
}
.dl-nav__title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 5px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.dl-nav__title.-is-active::after {
  -webkit-transform: translateY(-45%) rotate(225deg);
          transform: translateY(-45%) rotate(225deg);
}
.dl-nav__con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.dl-nav__con:not(.-is-active) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.dl-nav__con.-is-active {
  height: auto;
  padding: 10px 0;
}
.dl-nav__con a {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  color: #000;
  font-weight: 500;
}
.dl-nav__con a:hover {
  text-decoration: underline;
}
.dl-nav__con a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #205bac;
  top: 0.6em;
  left: 0;
}
.dl-nav__con + .dl-nav__title {
  margin-top: 13px;
}
@media only screen and (min-width: 980px) {
  .dl-nav__btn {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .dl-nav__btn {
    bottom: 180px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 978px) {
  .dl-nav__btn {
    bottom: 280px;
  }
}
@media only screen and (max-width: 979px) {
  .dl-nav__btn {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    right: 20px;
    z-index: 10;
    cursor: pointer;
  }
  .dl-nav__btn .-line {
    position: absolute;
    width: 28px;
    height: 3px;
    background: #205bac;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .dl-nav__btn .-line:nth-child(1) {
    top: calc(50% - 16px);
  }
  .dl-nav__btn .-line:nth-child(2) {
    top: calc(50% - 6px);
  }
  .dl-nav__btn .-line:nth-child(3) {
    top: calc(50% + 4px);
  }
  .dl-nav__btn .-menu {
    position: absolute;
    width: 100%;
    bottom: 4px;
    font-size: 10px;
    color: #205bac;
    line-height: 1;
    text-align: center;
  }
  .dl-nav__btn.-is-active .-line:nth-child(1) {
    top: calc(50% - 6px);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .dl-nav__btn.-is-active .-line:nth-child(2) {
    width: 0;
    height: 0;
  }
  .dl-nav__btn.-is-active .-line:nth-child(3) {
    top: calc(50% - 6px);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
}

.btn_arrow a {
  position: relative;
}
.btn_arrow a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn_arrow.bg_blue a:hover::after {
  border-color: #205bac;
}
.btn_arrow.bg_lgiht_blue a:hover::after {
  border-color: #58afe2;
}

.business-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media only screen and (min-width: 980px) {
  .business-anchor-item {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .business-anchor-item {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 690px) {
  .business-anchor-item {
    width: 100%;
  }
}
.business-anchor-link,
.business-anchor a {
  position: relative;
  display: block;
  aspect-ratio: 363/163;
}
.business-anchor-link::after,
.business-anchor a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.business-anchor-link img,
.business-anchor a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.business-anchor-link:hover,
.business-anchor a:hover {
  opacity: 1;
}
.business-anchor-link:hover::after,
.business-anchor a:hover::after {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.business-anchor-link:hover img,
.business-anchor a:hover img {
  opacity: 1;
}
.business-anchor-link:hover .business-anchor-title-in,
.business-anchor a:hover .business-anchor-title-in {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.business-anchor-title {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.business-anchor-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.business-anchor-title-in {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.ttl_sl {
  position: relative;
  color: #205bac;
  text-align: center;
  line-height: 1;
  padding-bottom: 12px;
  z-index: 0;
}
.ttl_sl::after {
  position: absolute;
  content: "";
  width: 360px;
  height: 15px;
  bottom: 0;
  left: 50%;
  background: #c9dffd;
  -webkit-transform: translateX(-50%) skewX(-45deg);
          transform: translateX(-50%) skewX(-45deg);
  z-index: -1;
}

.wide-it-con {
  position: relative;
}
@media only screen and (min-width: 1120px) {
  .wide-it-con.-left-img .wide-it-detail {
    right: calc(50% - 560px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .wide-it-con.-left-img .wide-it-detail {
    right: 0;
  }
}
.wide-it-con.-left-img .wide-it-img {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (min-width: 1120px) {
  .wide-it-con.-right-img .wide-it-detail {
    left: calc(50% - 560px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .wide-it-con.-right-img .wide-it-detail {
    left: 0;
  }
}
.wide-it-con.-right-img .wide-it-img {
  margin-left: auto;
  margin-right: 0;
}
.wide-it-img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wide-it-img {
    width: 50%;
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .wide-it-img {
    width: 100%;
  }
}
.wide-it-img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.wide-it-detail {
  background: #f0f4fa;
}
@media only screen and (min-width: 768px) {
  .wide-it-detail {
    position: absolute;
    width: 600px;
    padding: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .wide-it-detail {
    position: relative;
    width: 94%;
    padding: 24px;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
  }
}
.wide-it-detail .btn01 a {
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .wide-it-detail .btn01 a {
    margin-left: auto;
    margin-right: auto;
  }
}

#tinymce .dl-tab__item::before,
.editor_block .dl-tab__item::before,
[class*=tinymce] .dl-tab__item::before {
  content: attr(data-tab) "のタブで表示されます";
  display: block;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  color: #333;
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 5px;
}
#tinymce .dl-tab__item:not(.dl-list-con),
.editor_block .dl-tab__item:not(.dl-list-con),
[class*=tinymce] .dl-tab__item:not(.dl-list-con) {
  display: block;
}
#tinymce .dl-tab__item.dl-list-con,
.editor_block .dl-tab__item.dl-list-con,
[class*=tinymce] .dl-tab__item.dl-list-con {
  display: grid;
}
#tinymce .dl-nav__con:not(.-is-active),
.editor_block .dl-nav__con:not(.-is-active),
[class*=tinymce] .dl-nav__con:not(.-is-active) {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#tinymce .business-anchor a,
#tinymce .business-anchor .business-anchor-link,
.editor_block .business-anchor a,
.editor_block .business-anchor .business-anchor-link,
[class*=tinymce] .business-anchor a,
[class*=tinymce] .business-anchor .business-anchor-link {
  cursor: default;
}
#tinymce .business-anchor a::after,
#tinymce .business-anchor .business-anchor-link::after,
.editor_block .business-anchor a::after,
.editor_block .business-anchor .business-anchor-link::after,
[class*=tinymce] .business-anchor a::after,
[class*=tinymce] .business-anchor .business-anchor-link::after {
  display: none;
}
#tinymce .business-anchor .business-anchor-title,
.editor_block .business-anchor .business-anchor-title,
[class*=tinymce] .business-anchor .business-anchor-title {
  position: static;
  color: #333;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#tinymce .business-anchor-link img, #tinymce .business-anchor a img,
.editor_block .business-anchor-link img,
.editor_block .business-anchor a img,
[class*=tinymce] .business-anchor-link img,
[class*=tinymce] .business-anchor a img {
  z-index: 1;
}

.dl-nav__title:hover {
  opacity: 0.7;
}

body[class*=download] #dcms_layoutPageBlock a[id] {
  padding-top: 160px;
  margin-top: -160px;
}
@media only screen and (max-width: 1024px) {
  body[class*=download] #dcms_layoutPageBlock a[id] {
    padding-top: 145px;
    margin-top: -145px;
  }
}

body[class*=download] #pagetitle,
body.business #pagetitle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}