@charset "utf-8";

@layer legacy{

[data-static-html],
[data-static-body] {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-container {
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-container {
    width: 1168px;
    padding: 0 20px;
  }
}

[data-static-html] .dae-pc {
  display: none;
}
[data-static-html] .dae-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-pc {
    display: block;
  }
  [data-static-html] .dae-sp {
    display: none;
  }
}

/* ====== メイン全体の設定 ====== */
[data-static-html] .dae-section {
  margin: 0;
  padding: 30px 0 0;
}
[data-static-html] .dae-h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #7eb23e;
  text-align: center;
  margin: 0 0 20px;
  padding: 70px 0 15px;
}
[data-static-html] .dae-h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 30px solid #ff0;
}
[data-static-html] .dae-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #7eb23e;
  box-shadow: 5px 5px 0 0 #dada2a;
  margin: 15px 5px 20px 0;
  padding: 10px 20px;
}
[data-static-html] .dae-p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.67;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-p span.dae-p-b {
  font-weight: bold;
}
[data-static-html] .dae-p span.dae-p-ul {
  padding-bottom: 1px;
  border-bottom: 3px solid #ff7b80;
}
[data-static-html] .dae-p-space {
  padding-bottom: 1.67rem;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-h2 {
    font-size: 48px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 100px 0 15px;
  }
  [data-static-html] .dae-h3 {
    font-size: 32px;
    line-height: 1;
    box-shadow: 7px 7px 0 0 #dada2a;
    margin: 15px 5px 30px 0;
    padding: 20px 20px;
  }
  [data-static-html] .dae-p {
    font-size: 18px;
    line-height: 1.67;
  }
}

/* ====== 新しい学習環境のための「講義収録」 ====== */
/* 講義収録が注目されている背景 */
[data-static-html] .dae-background-img {
  font-size: 0;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
[data-static-html] .dae-background-img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-background-h {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  color: #f39800;
  margin: 0;
  padding: 15px 0 5px;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-background-img {
    float: left;
    width: 500px;
    margin: 0 25px 25px 0;
    padding: 0;
  }
  [data-static-html] .dae-background-h {
    font-size: 24px;
  }
}

/* 講義収録のメリット */
[data-static-html] .dae-recmerit {
  background: #f9fbf5;
  border: 1px solid #7eb23e;
  margin: 20px 0;
  padding: 0;
}
[data-static-html] .dae-recmerit-h {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #7eb23e;
  margin: 0;
  padding: 20px 0 10px;
}
[data-static-html] .dae-recmerit ul {
  display: flex;
  flex-flow: column;
  list-style: none;
  margin: 0;
  padding: 10px 0 12px;
}
[data-static-html] .dae-recmerit li {
  font-size: 21px;
  font-weight: bold;
  color: #4d4d4d;
  margin: 0;
  margin-left: 1rem;
  padding: 0;
}
[data-static-html] .dae-recmerit-box01,
[data-static-html] .dae-recmerit-box02 {
  display: flex;
  flex-flow: column;
  padding: 10px 20px;
}
[data-static-html] .dae-recmerit-box01 p,
[data-static-html] .dae-recmerit-box02 p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #ccc;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
}
[data-static-html] .dae-recmerit-box01 li:before,
[data-static-html] .dae-recmerit-box02 li:before {
  content: "●";
  color: #ccc;
  padding-right: 2px;
  margin-left: -1rem;
}
[data-static-html] .dae-recmerit-box01 p {
  background: #e95e7e;
}
[data-static-html] .dae-recmerit-box01 li:before {
  color: #e95e7e;
}
[data-static-html] .dae-recmerit-box02 p {
  background: #0085d0;
}
[data-static-html] .dae-recmerit-box02 li:before {
  color: #0085d0;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-recmerit {
    margin: 20px 0;
    padding: 0;
  }
  [data-static-html] .dae-recmerit-h {
    font-size: 28px;
    margin: 0;
    padding: 15px 0 5px;
  }
  [data-static-html] .dae-recmerit ul {
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
  }
  [data-static-html] .dae-recmerit li {
    flex: 0 0 50%;
    font-size: 24px;
    margin: 0;
    padding: 0;
  }
  [data-static-html] .dae-recmerit-box01,
  [data-static-html] .dae-recmerit-box02 {
    flex-flow: row;
    margin: 0;
    padding: 10px;
  }
  [data-static-html] .dae-recmerit-box02 {
    padding-bottom: 30px;
  }
  [data-static-html] .dae-recmerit-box01 p,
  [data-static-html] .dae-recmerit-box02 p {
    flex: 0 0 300px;
    font-size: 24px;
    margin: auto 30px;
    padding: 20px 0;
  }
  [data-static-html] .dae-recmerit-box01 li:before,
  [data-static-html] .dae-recmerit-box02 li:before {
    padding-right: 2px;
  }
}

/* 講義収録コンテンツの課題 */
[data-static-html] .dae-issue-intro {
  background: #fadab2;
  margin-top: 50px;
}
[data-static-html] .dae-issue-intro p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  padding: 10px;
}
[data-static-html] .dae-issue-intro p span {
  background: #ffff00;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-issue-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  [data-static-html] .dae-issue-introimg01 {
    width: 160px;
    height: 170px;
  }
  [data-static-html] .dae-issue-introimg02 {
    width: 160px;
    height: 170px;
  }
  [data-static-html] .dae-issue-intro p {
    font-size: 32px;
  }
}
[data-static-html] .dae-issue {
  background: #f2f2f2;
  margin: 0;
  padding: 10px;
}
[data-static-html] .dae-issue img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-issue-h01,
[data-static-html] .dae-issue-h02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px 0 20px;
}
[data-static-html] .dae-issue-h01 {
  color: #0085d0;
}
[data-static-html] .dae-issue-h02 {
  color: #ff4f5d;
}
[data-static-html] .dae-issue-list01,
[data-static-html] .dae-issue-list02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-issue-list02 {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
[data-static-html] .dae-issue-list01 {
  padding-bottom: 10px;
}
[data-static-html] .dae-issue-list01 li,
[data-static-html] .dae-issue-list02 li {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  padding: 0;
}
[data-static-html] .dae-issue-list01 li div,
[data-static-html] .dae-issue-list02 li div {
  flex: 0 0 78px;
}
[data-static-html] .dae-issue-list01 li:nth-child(odd) div,
[data-static-html] .dae-issue-list02 li:nth-child(odd) div {
  order: 1;
  margin-right: 30px;
}
[data-static-html] .dae-issue-list01 li:nth-child(even) div,
[data-static-html] .dae-issue-list02 li:nth-child(even) div {
  order: 2;
  margin-left: 30px;
}
[data-static-html] .dae-issue-list01 li p,
[data-static-html] .dae-issue-list02 li p {
  position: relative;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.4;
  background: #fff;
  margin: 0;
  padding: 7px 10px;
  border: 2px solid #000;
  border-radius: 8px;
}
[data-static-html] .dae-issue-list01 li:nth-child(odd) p,
[data-static-html] .dae-issue-list02 li:nth-child(odd) p {
  order: 2;
}
[data-static-html] .dae-issue-list01 li:nth-child(odd) p:before,
[data-static-html] .dae-issue-list02 li:nth-child(odd) p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 22px solid #fff;
  z-index: 2;
}
[data-static-html] .dae-issue-list01 li:nth-child(odd) p:after,
[data-static-html] .dae-issue-list02 li:nth-child(odd) p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 24px solid #555;
  z-index: 1;
}
[data-static-html] .dae-issue-list01 li:nth-child(even) p,
[data-static-html] .dae-issue-list02 li:nth-child(even) p {
  order: 1;
}
[data-static-html] .dae-issue-list01 li:nth-child(even) p:before,
[data-static-html] .dae-issue-list02 li:nth-child(even) p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 22px solid #fff;
  z-index: 2;
}
[data-static-html] .dae-issue-list01 li:nth-child(even) p:after,
[data-static-html] .dae-issue-list02 li:nth-child(even) p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 24px solid #555;
  z-index: 1;
}
[data-static-html] .dae-issue-list01 li p {
  border-color: #0085d0;
}
[data-static-html] .dae-issue-list01 li:nth-child(odd) p:after {
  border-right-color: #0085d0;
}
[data-static-html] .dae-issue-list01 li:nth-child(even) p:after {
  border-left-color: #0085d0;
}
[data-static-html] .dae-issue-list02 li p {
  border-color: #ff4f5d;
}
[data-static-html] .dae-issue-list02 li:nth-child(odd) p:after {
  border-right-color: #ff4f5d;
}
[data-static-html] .dae-issue-list02 li:nth-child(even) p:after {
  border-left-color: #ff4f5d;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-issue {
    margin: 0;
    padding: 10px 60px 20px;
  }
  [data-static-html] .dae-issue-h01,
  [data-static-html] .dae-issue-h02 {
    font-size: 32px;
    margin: 0;
    padding: 5px 0 20px;
  }
  [data-static-html] .dae-issue-list01,
  [data-static-html] .dae-issue-list02 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  [data-static-html] .dae-issue-list01 {
    padding-bottom: 0;
  }
  [data-static-html] .dae-issue-list02 {
    padding-bottom: 0;
  }
  [data-static-html] .dae-issue-list01 li,
  [data-static-html] .dae-issue-list02 li {
    flex: 0 0 49%;
    margin: 0;
    padding: 0 0 32px;
  }
  [data-static-html] .dae-issue-list01 li div,
  [data-static-html] .dae-issue-list02 li div {
    flex: 0 0 122px;
  }
  [data-static-html] .dae-issue-list01 li p,
  [data-static-html] .dae-issue-list02 li p {
    flex: 0 0 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: justify;
    min-height: 80px;
    margin: 0;
    padding: 15px 25px;
  }
  [data-static-html] .dae-issue-list01 li:nth-child(even) p,
  [data-static-html] .dae-issue-list02 li:nth-child(even) p {
    margin-left: auto;
  }
}

/* ====== "弊社オリジナル製品"DaAlps for Education の特徴 ====== */
/* DaAlps for Education */
[data-static-html] .dae-features-h {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f39800;
  margin: 0 0 30px;
  padding: 10px 10px;
}
[data-static-html] .dae-features-h:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 30px solid #f39800;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-features-h {
    font-size: 36px;
    margin: 0 0 30px;
    padding: 20px 0;
  }
}
[data-static-html] .dae-features-logo {
  margin: 0;
  padding: 20px 0 40px;
}
[data-static-html] .dae-features-logo div {
  width: 100%;
  margin: 0;
  padding: 0 0 45px;
}
[data-static-html] .dae-features-logo img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-features-logo p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #055991;
}
[data-static-html] .dae-features-pink {
  color: #e95e7e;
}
[data-static-html] .dae-features-orange {
  color: #f39800;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-features-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 35px 0 20px;
  }
  [data-static-html] .dae-features-logo div {
    width: 449px;
    margin-right: 60px;
  }
  [data-static-html] .dae-features-logo p {
    font-size: 38px;
    padding-bottom: 30px;
  }
}

[data-static-html] .dae-features-list {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-features-listbox {
  margin: 0 0 20px;
  padding: 0 10px;
  border: 3px solid #7eb23e;
  border-radius: 5px;
}
[data-static-html] .dae-features-listbox p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #7eb23e;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #7eb23e;
}
[data-static-html] .dae-features-listbox ul {
  list-style: none;
  line-height: 1.3;
  margin: 0;
  padding: 10px 0;
}
[data-static-html] .dae-features-listbox li {
  font-size: 21px;
  font-weight: bold;
  background: url("/files/user/contents/service/solutions/common/dae-img11.png") left 0 top 5px no-repeat;
  background-size: 35px auto;
  margin: 0;
  padding: 7px 0 10px 40px;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-features-list {
    flex-flow: row;
    margin: 0;
    padding: 0;
  }
  [data-static-html] .dae-features-listbox {
    flex: 0 0 48%;
    margin: 0 0 20px;
    padding: 0 20px;
    border: 3px solid #7eb23e;
    border-radius: 5px;
  }
  [data-static-html] .dae-features-listbox p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    color: #7eb23e;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #7eb23e;
  }
  [data-static-html] .dae-features-listbox ul {
    list-style: none;
    line-height: 1.3;
    margin: 0;
    padding: 15px 0 0;
  }
  [data-static-html] .dae-features-listbox li {
    font-size: 24px;
    background: url("/files/user/contents/service/solutions/common/dae-img11.png") left 0 top 0 no-repeat;
    background-size: 44px auto;
    margin: 0;
    padding: 5px 0 20px 50px;
  }
}

/* 学生使用イメージ */
[data-static-html] .dae-useimg {
  background: #fdeff2;
  border: 2px solid #e95e7e;
  border-radius: 6px;
  margin: 0;
  padding: 10px;
}
[data-static-html] .dae-useimg-h {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #e95e7e;
  margin: 0;
  padding: 5px 0;
}
[data-static-html] .dae-useimg-flex {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-useimg-img {
  margin: 0;
  padding: 5px 0 12px;
}
[data-static-html] .dae-useimg-img img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-useimg-text {
  line-height: 1.3;
  text-align: justify;
  font-size: 18px;
  background: #fff;
  margin: 0;
  padding: 15px;
  border-radius: 10px;
}
[data-static-html] .dae-useimg-triangle {
  width: 82px;
  height: 0;
  margin: 0 auto -41px;
  padding: 0;
  border: 41px solid transparent;
  border-top: 35px solid #e95e7e;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-useimg {
    margin: 0;
    padding: 15px 30px;
  }
  [data-static-html] .dae-useimg-h {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #e95e7e;
    margin: 0;
    padding: 0;
  }
  [data-static-html] .dae-useimg-flex {
    flex-flow: row;
    margin: 0;
    padding-top: 5px;
  }
  [data-static-html] .dae-useimg-img {
    width: 472px;
    margin: 10px 0 10px 15px;
    padding: 0;
  }
  [data-static-html] .dae-useimg-text {
    flex: 0 0 50%;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 15px;
    border-radius: 10px;
  }
}
[data-static-html] .dae-useimg-movie h4 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #f39800;
  border-radius: 40px;
  margin: 30px 0 0;
  padding: 15px 20px;
}
[data-static-html] .dae-useimg-movie h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 30px solid #f39800;
}
[data-static-html] .dae-useimg-movie p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 45px 0 15px;
}
[data-static-html] .dae-useimg-movie div {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
[data-static-html] .dae-useimg-movie div img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-useimg-movie h4 {
    font-size: 36px;
    border-radius: 40px;
    margin: 30px 0 0;
    padding: 15px 20px;
  }
  [data-static-html] .dae-useimg-movie div {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}

/* 学生の声 */
[data-static-html] .dae-stuvoice {
  background: #fefaf2;
  margin: 10px 0;
  padding: 0 0 10px;
}
[data-static-html] .dae-stuvoice-h {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ff4f5d;
  padding: 15px 20px 25px;
}
[data-static-html] .dae-stuvoice ul {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px;
}
[data-static-html] .dae-stuvoice ul li {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
[data-static-html] .dae-stuvoice ul img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-stuvoice-icon {
  flex: 0 1 160px;
  margin: auto 0 0 0;
}
[data-static-html] .dae-stuvoice-fukidashi {
  position: relative;
  flex: 0 0 240px;
}
[data-static-html] .dae-stuvoice ul li:nth-child(odd) .dae-stuvoice-icon {
  order: 1;
  margin-right: 5px;
}
[data-static-html] .dae-stuvoice ul li:nth-child(odd) .dae-stuvoice-fukidashi {
  order: 1;
}
[data-static-html] .dae-stuvoice ul li:nth-child(even) .dae-stuvoice-icon {
  order: 2;
  margin-left: 5px;
}
[data-static-html] .dae-stuvoice ul li:nth-child(even) .dae-stuvoice-fukidashi {
  order: 1;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-stuvoice {
    margin: 10px 0;
    padding: 0 0 40px;
  }
  [data-static-html] .dae-stuvoice-h {
    font-size: 32px;
    padding: 30px 20px;
  }
  [data-static-html] .dae-stuvoice ul {
    flex-flow: row wrap;
    margin: 0;
    padding: 0 70px;
  }
  [data-static-html] .dae-stuvoice ul li {
    flex: 0 0 47%;
    padding-bottom: 40px;
  }
  [data-static-html] .dae-stuvoice-icon {
    flex: 0 0 184px;
  }
  [data-static-html] .dae-stuvoice-fukidashi {
    flex: 0 0 271px;
  }
  [data-static-html] .dae-stuvoice ul li:nth-child(odd) .dae-stuvoice-icon {
    margin-right: 15px;
  }
  [data-static-html] .dae-stuvoice ul li:nth-child(even) .dae-stuvoice-icon {
    margin-left: 15px;
  }
}
[data-static-html] .dae-stuvoice-point {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  background: #f39800;
  margin: 0 10px;
  padding: 10px 10px;
}
[data-static-html] .dae-stuvoice-point p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  color: #fff;
}
[data-static-html] .dae-stuvoice-point p span {
  background: url("/files/user/contents/service/solutions/common/dae-img-yellowline.gif") bottom left repeat-x;
  background-size: 10px 5px;
  padding-bottom: 8px;
}
[data-static-html] .dae-stuvoice-point div {
  width: 100%;
  padding-top: 10px;
}
[data-static-html] .dae-stuvoice-point div img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  [data-static-html] .dae-stuvoice-point {
    flex-flow: row;
    align-items: center;
    margin: 0 40px;
    padding: 10px 10px;
  }
  [data-static-html] .dae-stuvoice-point p {
    font-size: 35px;
    line-height: 1.7;
    margin: 0 auto;
    padding-right: 10px;
  }
  [data-static-html] .dae-stuvoice-point div {
    flex: 0 0 503px;
    padding-top: 0;
  }
}

/* DaAlps  for Educationをさらに活用するポイント */
[data-static-html] .dae-usepoint {
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-usepoint-btn {
  text-decoration: none;
}
[data-static-html] .dae-usepoint-btn a {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #ff4f5d;
  max-width: 390px;
  margin: 30px auto 20px;
  padding: 5px 0 5px 1rem;
  border-radius: 6px;
  box-shadow: 0 5px 0 0 #444444;
}
[data-static-html] .dae-usepoint-btn a:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  vertical-align: text-top;
}
[data-static-html] .dae-usepoint-btn a:hover {
  color: #ff4f5d;
  background: #ffdcdf;
  box-shadow: 0 5px 0 0 #000;
}
[data-static-html] .dae-usepoint-btn a:hover:after {
  border-left-color: #ff4f5d;
}
[data-static-html] .dae-usepoint-img {
  margin: 0;
  padding: 20px 0 0;
}
[data-static-html] .dae-usepoint-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-usepoint {
    flex-flow: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  [data-static-html] .dae-usepoint-text {
    width: 625px;
  }
  [data-static-html] .dae-usepoint-img {
    width: 480px;
    height: 290px;
    margin: 0;
    padding: 0;
  }
}

/* ====== DaAlps for Educationの機能・活用 ====== */
/*ラインナップ紹介 */
[data-static-html] .dae-lineup {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 20px;
}
[data-static-html] .dae-lineup-box01,
[data-static-html] .dae-lineup-box02 {
  position: relative;
  display: flex;
  flex-flow: column;
  margin: 0 0 20px;
  padding: 15px 10px 10px;
  border-radius: 9px;
  box-shadow: 1px 5px 0 0 #a8a8a8;
}
[data-static-html] .dae-lineup-box01 div,
[data-static-html] .dae-lineup-box02 div {
  width: 100%;
  padding-bottom: 10px;
}
[data-static-html] .dae-lineup-box01 div img,
[data-static-html] .dae-lineup-box02 div img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-lineup-box01 ul,
[data-static-html] .dae-lineup-box02 ul {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 5px;
}
[data-static-html] .dae-lineup-box01 li,
[data-static-html] .dae-lineup-box02 li {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  margin: 5px 0;
  padding: 7px 10px;
  border-radius: 5px;
}
[data-static-html] .dae-lineup-box01 {
  background: #e6eff7;
}
[data-static-html] .dae-lineup-box01 ul {
  background: #0085d0;
}
[data-static-html] .dae-lineup-box01 li {
  color: #0085d0;
}
[data-static-html] .dae-lineup-box02 {
  background: #fdeff2;
}
[data-static-html] .dae-lineup-box02 ul {
  background: #e95e7e;
}
[data-static-html] .dae-lineup-box02 li {
  color: #e95e7e;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-lineup {
    flex-flow: row;
  }
  [data-static-html] .dae-lineup-box01,
  [data-static-html] .dae-lineup-box02 {
    flex: 0 0 48%;
    flex-flow: row;
    margin: 0;
    padding: 90px 15px 10px;
  }
  [data-static-html] .dae-lineup-box01 div,
  [data-static-html] .dae-lineup-box02 div {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
  }
  [data-static-html] .dae-lineup-box01 ul,
  [data-static-html] .dae-lineup-box02 ul {
    margin: 0;
    padding: 15px 25px;
  }
  [data-static-html] .dae-lineup-box01 li,
  [data-static-html] .dae-lineup-box02 li {
    font-size: 21px;
    margin: 5px 0;
    padding: 7px 10px;
  }
}

/* システム概要図（完成イメージ） */
[data-static-html] .dae-system-img {
  width: 100%;
  padding: 10px 0;
}
[data-static-html] .dae-system-img img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-combine-h {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #f39800;
  border-radius: 40px;
  margin: 30px 0;
  padding: 15px 20px;
}
[data-static-html] .dae-combine-h:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 30px solid #f39800;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-combine-h {
    font-size: 36px;
    border-radius: 60px;
    margin: 30px 0;
    padding: 15px 20px;
  }
}
[data-static-html] .dae-combine {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
}
[data-static-html] .dae-combine-box {
  background: #cbe0b2;
  margin: 0;
  padding: 10px;
}
[data-static-html] .dae-combine-box p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 0 5px;
}
[data-static-html] .dae-combine-box div {
  width: 100%;
}
[data-static-html] .dae-combine-box div img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-combine-sign {
  font-size: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 7px 0;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-combine {
    flex-flow: row;
    align-items: center;
    margin: 0;
    padding: 20px 40px;
  }
  [data-static-html] .dae-combine-box {
    flex: 0 0 483px;
  }
  [data-static-html] .dae-combine-box p {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }
  [data-static-html] .dae-combine-box div {
    width: 446px;
    margin: 0 auto;
    padding-bottom: 5px;
  }
  [data-static-html] .dae-combine-sign {
    margin: 0;
    padding: 5px 0;
  }
}
[data-static-html] .dae-fomsrec-h {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #00125e;
  margin: 0;
  padding: 20px 10px 5px;
}
[data-static-html] .dae-fomsrec-h span {
  color: #f39800;
}
[data-static-html] .dae-fomsrec-ill {
  width: 100px;
  margin: 0 auto;
}
[data-static-html] .dae-fomsrec-ill img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-fomsrec-3step {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 30px;
}
[data-static-html] .dae-fomsrec-panelimg {
  width: 100%;
}
[data-static-html] .dae-fomsrec-panelimg img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-fomsrec-panelimg p {
  font-size: 14px;
  text-align: center;
  padding: 3px 10px;
}
[data-static-html] .dae-fomsrec-3step ul {
  list-style: none;
}
[data-static-html] .dae-fomsrec-3step li {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  background: #f39800;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
}
[data-static-html] .dae-fomsrec-3step li img {
  width: 28px;
  height: auto;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-fomsrec {
    position: relative;
  }
  [data-static-html] .dae-fomsrec-h {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 42px;
    width: 100%;
    padding: 30px 0 0;
  }
  [data-static-html] .dae-fomsrec-ill {
    width: 160px;
    margin: 0 35px 0 auto;
    padding-top: 30px;
  }
  [data-static-html] .dae-fomsrec-3step {
    flex-flow: row;
    margin: 0;
    padding: 0 40px 50px;
  }
  [data-static-html] .dae-fomsrec-panelimg {
    flex: 0 0 515px;
  }
  [data-static-html] .dae-fomsrec-3step ul {
    flex: 0 0 47%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 29px;
  }
  [data-static-html] .dae-fomsrec-3step li {
    font-size: 36px;
    margin: 0;
    padding: 10px;
  }
  [data-static-html] .dae-fomsrec-3step li img {
    width: 45px;
    height: auto;
    margin: 0 15px;
  }
}
[data-static-html] .dae-combineimg {
  background: #fef5e5;
  border-radius: 9px;
  box-shadow: 1px 5px 0 0 #a8a8a8;
  margin: 15px 0 40px;
  padding: 10px;
}
[data-static-html] .dae-combineimg p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #00125e;
  margin: 0;
  padding: 10px 0 20px;
}
[data-static-html] .dae-combineimg p span {
  color: #f39800;
}
[data-static-html] .dae-combineimg-img {
  width: 100%;
  padding-bottom: 20px;
}
[data-static-html] .dae-combineimg-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-combineimg {
    margin: 15px 0 40px;
    padding: 20px 30px;
  }
  [data-static-html] .dae-combineimg p {
    font-size: 42px;
    margin: 0;
    padding: 10px 0 20px;
  }
  [data-static-html] .dae-combineimg-img {
    margin: 0;
    padding: 20px 0 30px;
  }
}
[data-static-html] .dae-fomsrec-btn a {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #ff4f5d;
  margin: 0 auto 5px;
  padding: 20px 0;
  border-radius: 6px;
  box-shadow: 0 5px 0 0 #444444;
}
[data-static-html] .dae-fomsrec-btn a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  box-sizing: border-box;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 5px dotted #fff;
}
[data-static-html] .dae-fomsrec-btn a:after {
  content: "";
  display: inline-block;
  margin: 0 -24px 0 5px;
  padding: 0;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  vertical-align: text-top;
}
[data-static-html] .dae-fomsrec-btn a:hover {
  color: #ff4f5d;
  background: #ffdcdf;
  box-shadow: 0 5px 0 0 #000;
}
[data-static-html] .dae-fomsrec-btn a:hover:before {
  border-color: #ff4f5d;
}
[data-static-html] .dae-fomsrec-btn a:hover:after {
  border-left-color: #ff4f5d;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-fomsrec-btn a {
    font-size: 36px;
    text-indent: 0;
    margin: 0 auto 20px;
    padding: 40px 0 40px 1rem;
  }
  [data-static-html] .dae-fomsrec-btn a:before {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  [data-static-html] .dae-fomsrec-btn a:after {
    margin: 2px 0 0 5px;
    padding: 0;
    border: 17px solid transparent;
    border-left: 14px solid #fff;
  }
}

/* DaAlps CCを導入いただいた大学様 */
[data-static-html] .dae-case-topimg {
  width: 100%;
  margin: 0;
  padding: 0;
}
[data-static-html] .dae-case-topimg img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-case {
  background: #f2f2f2;
  margin: 0;
  padding: 0 10px 20px;
}
[data-static-html] .dae-case-h {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #075db0;
  border-bottom: 1px solid #075db0;
  margin: 0 0 20px;
  padding: 20px 0 5px;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-case {
    background: #f2f2f2;
    margin: 0;
    padding: 0 30px 25px;
  }
  [data-static-html] .dae-case-h {
    font-size: 32px;
    margin: 0 0 30px;
    padding: 30px 0 5px;
  }
}
/* アコーディオン */
[data-static-html] .dae-interview-label {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #075db0;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}
[data-static-html] .dae-interview-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
}
[data-static-html] .dae-interview-label span {
  color: #ff0;
  padding-right: 3px;
}
[data-static-html] .dae-interview-label:hover {
  background: #36c;
  cursor: pointer;
}
[data-static-html] .dae-interview-content {
  background: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}
[data-static-html] .dae-interview-h01,
[data-static-html] .dae-interview-h02 {
  font-size: 24px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  margin: 0;
  padding: 20px 0 5px;
}
[data-static-html] .dae-interview-h01 {
  color: #075db0;
}
[data-static-html] .dae-interview-h02 {
  color: #ff4f5d;
}
[data-static-html] .dae-interview-section {
  padding: 10px 0;
}
[data-static-html] .dae-interview-section ul {
  padding: 0;
}
[data-static-html] .dae-interview-section li {
  font-size: 16px;
  padding-left: 1rem;
}
[data-static-html] .dae-interview-section li:before {
  content: "●";
  margin-left: -1rem;
}
[data-static-html] .dae-interview-section img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-interview-label {
    font-size: 24px;
  }
  [data-static-html] .dae-interview-label:after {
    right: 25px;
  }
  [data-static-html] .dae-interview-content {
    margin: 0;
    padding: 0 25px;
    margin-bottom: 20px;
  }
  [data-static-html] .dae-interview-h01,
  [data-static-html] .dae-interview-h02 {
    font-size: 24px;
    padding: 0 0 5px;
  }
  [data-static-html] .dae-interview-section {
    overflow: hidden;
    padding: 20px 0;
  }
  [data-static-html] .dae-interview-s2col {
    display: flex;
  }
  [data-static-html] .dae-interview-s2col01 {
    flex: 0 0 690px;
    padding-right: 20px;
  }
  [data-static-html] .dae-interview-section ul {
    padding: 0 0 20px;
  }
  [data-static-html] .dae-interview-section li {
    font-size: 18px;
  }
}

/* 末尾のコピー */
[data-static-html] .dae-endcopy {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #00125e;
  line-height: 1.6;
  margin: 0;
  padding: 20px 0;
}
[data-static-html] .dae-endcopy span {
  color: #7eb23e;
  background: url("/files/user/contents/service/solutions/common/dae-img-pinkline.gif") bottom left repeat-x;
  background-size: 10px 5px;
  padding-bottom: 8px;
}
[data-static-html] .dae-endcopy-img {
  font-size: 0;
  width: 120px;
  margin: 0 auto;
  padding: 0;
}
[data-static-html] .dae-endcopy-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-endcopy {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #00125e;
    margin: 0;
    padding: 50px 0 20px;
  }
  [data-static-html] .dae-endcopy span {
  }
  [data-static-html] .dae-endcopy span.dae-endcopy-orange {
    font-size: 48px;
    color: #f39800;
  }
  [data-static-html] .dae-endcopy-img {
    width: 185px;
  }
}

/* ====== fixedな要素 ====== */
[data-static-html] .dae-fixarea {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin: 0;
  padding: 0;
  z-index: 999;
}
[data-static-html] .dae-fixarea img {
  width: 100%;
  height: auto;
}
[data-static-html] .dae-form {
  font-size: 0;
  background: #fff;
  width: 111px;
  margin-bottom: 10px;
  border-radius: 6px;
}
[data-static-html] .dae-call {
  font-size: 0;
  background: #fff;
  width: 111px;
  margin-bottom: 10px;
  border-radius: 6px;
}
[data-static-html] .dae-top {
  font-size: 0;
  margin-left: auto;
  width: 40px;
}
[data-static-html] .dae-form a:hover,
[data-static-html] .dae-call a:hover,
[data-static-html] .dae-top a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  [data-static-html] .dae-form {
    width: 178px;
  }
  [data-static-html] .dae-call {
    width: 178px;
  }
  [data-static-html] .dae-top {
    width: 64px;
  }
}
}
