@charset "UTF-8";
/* ===================================================================
　基本タグの再定義
=================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 340px;
  color: #54483d;
  font-weight: 400;
}

p {
  margin: 0;
  line-height: 2;
}

* + p {
  margin-top: 1em;
}

figure {
  margin: 0;
}

a {
  color: #0985c8;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a:hover {
  color: #0985c8;
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

main img {
  display: block;
  margin: 2em auto;
}

em {
  font-weight: 700;
  font-style: normal;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.4em;
}

li ol, li ul {
  margin: 1em 0 0.4em 0;
}

ol > li, ul > li {
  margin: 0.4em 0 0 0;
}

dt {
  margin: 0.4em 0 0 0;
}

dd {
  margin: 0.4em 0 0 0;
}

th, td > *:first-child {
  margin-top: 0;
}

th, td > *:last-child {
  margin-bottom: 0;
}

hr {
  margin: 10vw 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  mix-blend-mode: multiply;
}

.pure-g > *[class^="pure-u"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  hr {
    margin: 3em 0;
  }
  .pure-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* ===================================================================
  Fontの再定義
=================================================================== */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.125rem;
}

h4, h5 {
  font-size: 1rem;
}

html, button, input, select, textarea, .pure-g [class*="pure-u"] {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, small, dt, dd, li, caption, tbody, tfoot, thead, tr, th, td, figcaption, span {
  letter-spacing: 0.06em;
}

p {
  font-size: 0.938rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.375rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4, h5 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
}

/* ===================================================================
  扉・詳細 共通
=================================================================== */
.l-contents--func::after {
  position: absolute;
  top: 30vw;
  right: -2vw;
  bottom: auto;
  left: auto;
  display: inline-block;
  margin: auto;
  content: "";
  z-index: -1;
  width: 50vw;
  height: 50vw;
  background-image: url("/cloud/how-to-use/common/img/func/bg_accent_function.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

@media screen and (min-width: 35.5em) {
  .l-contents--func::after {
    top: 8vw;
  }
}

@media screen and (min-width: 48em) {
  .l-contents--func::after {
    width: 410px;
    height: 270px;
  }
}

.labelkinou > span {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: .5em .5em 0 0;
  padding: .75em 1em .875em 1em;
  color: #FF7420;
  border-radius: 2em;
  background-color: #FFF5E5;
}

@media screen and (min-width: 48em) {
  .labelkinou > span {
    font-size: 1.125rem;
  }
}

.labelkinou > span::before {
  display: inline-block;
  width: 24px;
  height: 17px;
  margin-right: .5em;
  content: "";
  vertical-align: bottom;
  background-image: url(/cloud/how-to-use/common/img/func/icon_tablet.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* ===================================================================
  扉
=================================================================== */
.indexList {
  margin-top: 2em;
}

@media screen and (min-width: 48em) {
  .indexList {
    margin-top: 3em;
  }
}

.indexList__item {
  display: block;
  margin: 1rem 0 0 0;
  color: #54483D;
}

@media screen and (min-width: 48em) {
  .indexList__item {
    margin-top: 2rem;
  }
}

.indexList__item:hover {
  color: #54483D;
}

.indexList__item {
  position: relative;
  overflow: hidden;
}

.indexList__item::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-width: 5rem 5rem 0 0;
  border-style: solid;
  border-color: #E4F1F8 transparent transparent transparent;
}

@media screen and (min-width: 48em) {
  .indexList__item::before {
    border-width: 6.25rem 6.25rem 0 0;
  }
}

.indexList__item + .indexList__item {
  margin-top: 1rem;
}

@media screen and (min-width: 48em) {
  .indexList__item + .indexList__item {
    margin-top: 2rem;
  }
}

.indexItem {
  position: relative;
  padding-right: 2.75rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 48em) {
  .indexItem {
    padding-right: 4em;
  }
}

a:hover .indexItem {
  opacity: .6;
}

.indexItem__text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .indexItem__text {
    font-size: 1.75rem;
  }
}

.indexItem__text__sub {
  font-size: 1rem;
  display: block;
  color: #4BACD5;
}

.indexItem__btnArrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  background: #EEEEEE;
}

@media screen and (min-width: 48em) {
  .indexItem__btnArrow {
    width: 50px;
    height: 50px;
  }
}

.indexItem__btnArrow::after {
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  -webkit-transition: top .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, top .3s ease;
  transition: transform .3s ease, top .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

@media screen and (min-width: 48em) {
  .indexItem__btnArrow::after {
    width: 12px;
    height: 12px;
  }
}

/* ===================================================================
  詳細
=================================================================== */
/* 見出し
-------------------------------------------------------------------- */
.l-func__header {
  padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  background-color: #4BACD5;
  background-image: url(/cloud/how-to-use/common/img/bg_dot-teacher.png);
}

@media screen and (min-width: 48em) {
  .l-func__header {
    padding: 3.75rem;
  }
}

.headingLabelkinou + .heading {
  margin-top: .25em;
}

.headingLabelkinou > span {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  color: #FF7420;
  border-radius: 2em;
}

@media screen and (min-width: 48em) {
  .headingLabelkinou > span {
    font-size: 1.125rem;
  }
}

.headingLabelkinou > span::before {
  display: inline-block;
  width: 24px;
  height: 17px;
  margin-right: .5em;
  content: "";
  vertical-align: bottom;
  background-image: url(/cloud/how-to-use/common/img/func/icon_tablet.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.func__header {
  font-family: fot-tsukuardgothic-std, Noto Sans JP, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin: 0;
  text-align: center;
  letter-spacing: -.02em;
}

@media screen and (min-width: 48em) {
  .func__header {
    font-size: 2.25rem;
  }
}

.func__headerSub {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  margin: 0 0 0.625rem 0;
  color: #D5F3FF;
}

.func__headerSub::before, .func__headerSub::after {
  content: " ─ ";
}

@media screen and (min-width: 48em) {
  .func__headerSub {
    font-size: 1rem;
  }
}

.func__headerKinou {
  position: relative;
  margin-top: 2rem;
  padding: 1.25rem 0 1rem 0;
  border-top: 1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
}

@media screen and (min-width: 48em) {
  .func__headerKinou {
    text-align: center;
  }
}

.func__headerKinou span {
  display: inline-block;
  font-weight: 400;
  margin: 0 .5em;
}

.func__headerKinou::before {
  font-size: 0.8125rem;
  line-height: 1;
  position: absolute;
  top: -0.875rem;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 7em;
  margin: auto;
  padding: .5em 0 .65em 0;
  content: "今回の機能";
  text-align: center;
  color: #FF7420;
  border-radius: 2em;
  letter-spacing: .1em;
  background-color: #FFFFFF;
}

.heading--func {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 1.25rem;
  color: #FFFFFF;
  border-radius: .5em;
  background-image: url(/cloud/how-to-use/common/img/bg_dot-teacher.png);
}

@media screen and (min-width: 48em) {
  .heading--func {
    font-size: 1.5rem;
    padding: 1em 1.5em;
  }
}

.heading--func::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1rem;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #4BACD5 transparent transparent transparent;
}

@media screen and (min-width: 48em) {
  .heading--func::after {
    bottom: -1.5rem;
    border-width: 1.5rem 1.5rem 0 1.5rem;
  }
}

.heading--func--a, .heading--func--b {
  padding-left: 5.625rem;
}

@media screen and (min-width: 48em) {
  .heading--func--a, .heading--func--b {
    padding: 2.875rem 3.125rem 2.875rem 6.875rem;
  }
}

.heading--func--a::before, .heading--func--b::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 1.25rem;
  display: inline-block;
  margin: auto;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  background-size: contain;
}

@media screen and (min-width: 48em) {
  .heading--func--a::before, .heading--func--b::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 2.25rem;
    display: inline-block;
    margin: auto;
    content: "";
  }
}

.heading--func--a:before {
  background-image: url(/cloud/how-to-use/teacher/function/img/human_01.png);
}

.heading--func--b::before {
  background-image: url(/cloud/how-to-use/teacher/function/img/human_02.png);
}

.heading--num,
.heading--general,
.heading--border {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 48em) {
  .heading--num,
  .heading--general,
  .heading--border {
    font-size: 1.5rem;
  }
}

.heading--num {
  position: relative;
  padding-left: 2.5rem;
}

.heading--num::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  font-family: fot-tsukuardgothic-std, Noto Sans JP, sans-serif;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  content: attr(data-num);
  color: #FFFFFF;
  border-radius: 1.375rem;
  background-color: #4BACD5;
}

@media screen and (min-width: 48em) {
  .heading--num::before {
    top: .125em;
  }
}

.heading--border {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
}

.heading--border::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2em;
  content: "";
  border-bottom: 2px solid #4BACD5;
}

.heading__katuyou {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  display: block;
  padding-left: 1rem;
  color: #FF7420;
}

.heading__katuyou::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #FF7420;
}

/* コンテンツ
-------------------------------------------------------------------- */
.contents__block--func {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 2.5rem 1.25rem;
  border-radius: 0 0 10px 10px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .contents__block--func {
    padding: 3.75rem;
  }
}

.contents__block--func::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  z-index: -1;
  border-width: 5rem 5rem 0 0;
  border-style: solid;
  border-color: #E4F1F8 transparent transparent transparent;
}

@media screen and (min-width: 48em) {
  .contents__block--func::before {
    border-width: 6.25rem 6.25rem 0 0;
  }
}

.contents__block--funcPoint {
  padding: 1.25rem;
  background-color: rgba(255, 251, 198, 0.5);
}

.funcPointList dt {
  font-family: fot-tsukuardgothic-std, Noto Sans JP, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  padding-left: 1.875rem;
  letter-spacing: -.02em;
  color: #FF7420;
}

@media screen and (min-width: 48em) {
  .funcPointList dt {
    font-size: 1.5rem;
  }
}

.funcPointList dt::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(/cloud/how-to-use/common/img/icon_light-bulb.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.funcPointList dd {
  line-height: 1.85;
  margin-top: 0;
}

.funcPointList + .funcPointList {
  padding-top: 1em;
  border-top: 1px dashed #BBBBBB;
}

.func__hr {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  border-bottom-color: #F7F4EC;
}

@media screen and (min-width: 48em) {
  .func__hr {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
}

.report_day {
  font-size: 0.875rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: right;
  border-top: 1px dashed #BBBBBB;
}

@media screen and (min-width: 48em) {
  .report_day {
    margin-top: 4.375rem;
    padding-top: 2.5rem;
  }
}
/*# sourceMappingURL=function.css.map */
