/* .mainSection
================================================== */
#contents.responsive .mainSection .download {
  border: solid 1px #e5e5e5;
  padding: 1em 1.5em;
}
#contents.responsive .mainSection .download dl {
  display: flex;
  margin-bottom: .75em;
}
#contents.responsive .mainSection .download dt {
  margin-right: 1em;
  font-size: 14px;
}
#contents.responsive .mainSection .download ul {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .mainSection {
    margin-bottom: 20px;
  }
  #contents.responsive .mainSection .download {
    padding: 1em;
  }
  #contents.responsive .mainSection .download dt br {
    display: block !important;
  }
}

/* softwareDesc */
.softwareDesc {
  margin-top: 50px;
  padding: 20px 30px 30px;
  background: #eef2f9;
  border-radius: 10px;
  text-align: center;
}
.softwareDesc__title {
  margin-bottom: 1.25em;
  padding-bottom: .35em;
  border-bottom: solid 2px #2559af;
  font-size: 22px;
  line-height: 1.45;
  color: #2559af;
}
.softwareDesc p {
  font-size: 16px;
  line-height: 1.625;
}
.softwareDesc p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .softwareDesc__inner {
    padding: 0 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .softwareDesc {
    margin-top: 40px;
    padding: 15px 20px 20px;
  }
  .softwareDesc__title {
    font-size: 18px;
  }
  .softwareDesc p {
    font-size: 14px;
  }
}

/* .detailSection
================================================== */
/* featureMovie */
@media (min-width: 768px) {
  .featureMovies {
    display: flex;
    column-gap: 30px;
  }
  .featureMovies > div {
    flex: 1 0 0%;
  }
}

.featureMovie {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.featureMovie__title {
  margin-bottom: 10px !important;
  background-color: transparent !important;
  font-size: 18px;
  text-align: center;
}
.featureMovie__frame > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 1em;
}
.featureMovie__frame > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featureMovie__frame video {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .featureMovie__title {
    margin-bottom: 6px !important;
    font-size: 16px;
  }
}

/* featurePanel */
.featurePanel {
  margin-top: 50px;
}
.featurePanel__title {
  padding: 10px 10px 8px;
  background: #2559af;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.featurePanel__body {
  padding: 30px;
  background: #eef2f9;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  .featurePanel__title {
    border-radius: 5px 5px 0 0;
    font-size: 18px;
  }
  .featurePanel__body {
    padding: 15px;
    border-radius: 0 0 5px 5px;
  }
}

/* featureProposal */
.featureProposal {
  margin-top: 90px;
  margin-bottom: 60px;
}
.featureProposal__title {
  margin-bottom: 40px;
}
.featureProposal__panel {
  padding: 30px 80px;
  border-radius: 10px;
  background: #ecf7f6;
}
.featureProposal__panel + .featureProposal__panel {
  margin-top: 30px;
}
.featureProposal__panel__title {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  background-color: transparent !important;
  text-align: center;
}
.featureProposal__panel__title > span {
  position: relative;
  display: inline-block;
  padding: 0 .75em;
  font-size: 22px;
  color: #2aab9f;
}
.featureProposal__panel__title > span::before, .featureProposal__panel__title > span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.5em;
  background: #2aab9f;
  top: 0;
}
.featureProposal__panel__title > span::before {
  left: 0;
  transform: rotate(-30deg);
}
.featureProposal__panel__title > span::after {
  right: 0;
  transform: rotate(30deg);
}
.featureProposal__panel__item > div {
  margin-bottom: 20px;
}
.featureProposal__panel__item > dl dt {
  margin-bottom: .5em;
}
.featureProposal__panel__item > dl dt span {
  color: #2aab9f;
}
.featureProposal__panel--paperless {
  background: #f1eff6;
}
.featureProposal__panel--paperless .featureProposal__panel__title > span {
  color: #604f9b;
}
.featureProposal__panel--paperless .featureProposal__panel__title > span::before, .featureProposal__panel--paperless .featureProposal__panel__title > span::after {
  background: #604f9b;
}
.featureProposal__panel--paperless .featureProposal__panel__item > dl dt span {
  color: #604f9b;
}
.featureProposal__panel--newnormal {
  background: #eff5fb;
}
.featureProposal__panel--newnormal .featureProposal__panel__title > span {
  color: #5195d5;
}
.featureProposal__panel--newnormal .featureProposal__panel__title > span::before, .featureProposal__panel--newnormal .featureProposal__panel__title > span::after {
  background: #5195d5;
}
.featureProposal__panel--newnormal .featureProposal__panel__item > dl dt span {
  color: #5195d5;
}
@media (min-width: 768px) {
  .featureProposal__panel__items {
    display: flex;
    gap: 75px;
  }
  .featureProposal__panel__items > div {
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 767px) {
  .featureProposal {
    margin-top: 45px;
  }
  .featureProposal__title {
    margin-bottom: 20px;
  }
  .featureProposal__panel {
    padding: 15px 15px 20px;
  }
  .featureProposal__panel__title {
    margin-bottom: 12px !important;
  }
  .featureProposal__panel__title > span {
    font-size: 16px;
  }
  .featureProposal__panel__items > div + div {
    margin-top: 30px;
  }
  .featureProposal__panel__item > div {
    margin-bottom: 10px;
  }
}

/* specApp */
.specApp {
  padding: 20px;
  border: solid 1px #ccc;
}
.specApp__title {
  display: flex;
  align-items: center;
}
.specApp__title > i {
  margin-right: 15px;
}
.specApp__title > span {
  font-size: 16px;
  font-weight: bold;
}
.specApp__body dl {
  display: flex;
  margin-bottom: 1em;
}
.specApp__body dl dt {
  margin-right: 1em;
}
.specApp__body dl dd {
  font-size: 14px;
  font-weight: bold;
}
.specApp__body dl dd small {
  font-size: 12px;
}
.specApp__body ul {
  font-size: 12px;
}
@media (min-width: 768px) {
  .specApp {
    display: flex;
    align-items: center;
  }
  .specApp__title {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .specApp__title {
    margin-bottom: 20px;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

/* dlBox
================================================== */
.dlBox{
border: 4px solid #2559af;
padding: 15px;
margin-top:25px;
}

.dlBox h4.dlTitle{
font-weight: bold;
margin: 0 0 2em;
padding:0;
background-color: #fff;
font-size:18px;
}
@media only screen and (max-width: 767px) {
.dlBox h4.dlTitle{
margin: 0 0 1.5em;
font-size:16px;
}
}