@charset "utf-8";
/* ============================================================
 FUNCTION
============================================================ */
/* 機能マップ */
.function-map {
  border: 1px solid #707070;
  border-radius: 12px;
  overflow: hidden;
}
.function-map table {
  width: 100%;
  table-layout: fixed;
}
.function-map th,
.function-map td {
  padding: 3px;
}
.function-map th {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 1em 0;
}
.function-map th span {
  display: block;
  font-size: 1.3rem;
}
.function-map th:nth-child(odd) {
  background: #333;
  color: #fff;
}
.function-map th:nth-child(even) {
  background: #666;
  color: #fff;
}
.function-map th:first-child {
  width: 138px;
  background: #fff;
}
.function-map th:last-child {
  border-right: 0;
}
.function-map .group-ttl {
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.function-map .group-ttl:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-right: calc(138px / 2) solid transparent;
  border-left: calc(138px / 2) solid transparent;
  z-index: 1;
}
.function-map a {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #999;
  border-radius: 20px;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.05;
  padding: 0.5em 1.5em 0.5em 0.5em;
}
.function-map a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 7px;
  height: 8px;
  background: url(/images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.function-map .group01 .group-ttl,
.function-map .group02 .group-ttl {
  color: #333;
}
.function-map .group01 .group-ttl {
  background: #E5EBF2;
}
.function-map .group01 .group-ttl:after {
  border-top: 10px solid #E5EBF2;
}
.function-map .group02 .group-ttl {
  background: #CCD8E5;
}
.function-map .group02 .group-ttl:after {
  border-top: 10px solid #CCD8E5;
}
.function-map .group03 .group-ttl {
  background: #99B1CA;
}
.function-map .group03 .group-ttl:after {
  border-top: 10px solid #99B1CA;
}
.function-map .group04 .group-ttl {
  background: #668BB0;
}
.function-map .group04 .group-ttl:after {
  border-top: 10px solid #668BB0;
}
.function-map .group05 .group-ttl {
  background: #336496;
}
.function-map .group05 .group-ttl:after {
  display: none;
}
.function-map .twitter {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.function-map .twitter:first-child {
  border-top: 0;
}
.function-map .twitter {
  padding: 1em;
}
.function-map .group01 .twitter {
  background: #ccc;
}
.function-map .group02 .twitter {
  background: #7F9EBD;
}
.function-map .group02 .twitter img {
  max-width: 150px;
  margin: 0 auto;
}
.function-map .group01 a,
.function-map .group02 a {
  color: #333;
}
.function-map .group01 a:after,
.function-map .group02 a:after {
  background: url(/images/common/arrow_black.svg) no-repeat center center;
  background-size: contain;
}
.function-map .group01 a {
  background: #E5EBF2;
}
.function-map .group02 a {
  background: #CCD8E5;
}
.function-map .group03 a {
  background: #99B1CA;
}
.function-map .group04 a {
  background: #668BB0;
}
.function-map .group05 a {
  background: #336496;
}
@media screen and (max-width: 930px) {
  .function-map th:last-child {
    width: 8em;
  }
  .function-map a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .function-map th,
  .function-map td {
    padding: 3px 1px;
  }
  .function-map th {
    font-size: 1rem;
  }
  .function-map th span {
    font-size: 1rem;
  }
  .function-map th:first-child {
    width: 5em;
  }
  .function-map th:last-child {
    width: 7em;
  }
  .function-map .group-ttl {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .function-map .group-ttl:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border-right: calc(5em / 2) solid transparent;
    border-left: calc(5em / 2) solid transparent;
    z-index: 1;
  }
  .function-map a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    min-height: 30px;
    padding: 0.5em 1.1em 0.5em 0.1em;
  }
  .function-map a:after {
    right: 6px;
    margin-top: -3px;
    width: 7px;
    height: 6px;
  }
  .function-map .twitter {
    padding: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .function-map a span {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
/* 機能詳細 */
.function-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 50px 5% 50px 0;
  position: relative;
}
.function-list > li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  border-radius: 12px;
  background: #F9F9F9;
  z-index: -1;
}
.function-list > li:first-child {
  margin-top: 0;
}
.function-list > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 50px 0 50px 5%;
}
.function-list > li:nth-child(even):after {
  left: 0;
  right: initial;
}
.function-list > li:nth-child(even) .txt-wrap {
  margin-left: 0;
  margin-right: 5.3%;
}
.function-list .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5.3%;
}
.function-list .img-wrap {
  width: 52.5%;
}
.function-list .function-img {
  position: relative;
}
.function-list .function-img:after {
  content: "";
  position: absolute;
  bottom: -25%;
  width: 50%;
  height: 8px;
  background: url(/images/function/expand_shadow.png) no-repeat center center;
  background-size: contain;
}
.function-list .expand {
  width: 50%;
  position: absolute;
}
.function-list .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.function-list .tags > li {
  padding: 0.5em 1em;
  margin-left: 0.5em;
  color: #004588;
  border-radius: 4px;
  border: 1px solid #004588;
  font-size: 1.2rem;
  line-height: 1;
}
.function-list p + p {
  margin-top: 1em;
}
/* スコープ位置 */
.function01:after,
.function01 .expand {
  right: calc((20 / 500) * 100%);
}
.function01 .expand {
  top: calc((10 / 340) * 100%);
}
.function02:after,
.function02 .expand {
  left: calc((40 / 500) * 100%);
}
.function02 .expand {
  top: calc((40 / 340) * 100%);
}
.function03:after,
.function03 .expand {
  left: calc((80 / 500) * 100%);
}
.function03 .expand {
  top: calc((100 / 340) * 100%);
}
.function04:after,
.function04 .expand {
  left: calc((30 / 500) * 100%);
}
.function04 .expand {
  top: calc((60 / 340) * 100%);
}
.function05:after,
.function05 .expand {
  left: calc((30 / 500) * 100%);
}
.function05 .expand {
  top: calc((60 / 340) * 100%);
}
.function06:after,
.function06 .expand {
  right: calc((-20 / 500) * 100%);
}
.function06 .expand {
  top: calc((60 / 340) * 100%);
}
.function07:after,
.function07 .expand {
  right: calc((100 / 500) * 100%);
}
.function07 .expand {
  top: calc((20 / 340) * 100%);
}
.function08:after,
.function08 .expand {
  right: calc((-20 / 500) * 100%);
}
.function08 .expand {
  top: calc((60 / 340) * 100%);
}
.function09:after,
.function09 .expand {
  left: calc((100 / 500) * 100%);
}
.function09 .expand {
  top: calc((50 / 340) * 100%);
}
.function10:after,
.function10 .expand {
  right: calc((70 / 500) * 100%);
}
.function10 .expand {
  top: calc((60 / 340) * 100%);
}
.function11:after,
.function11 .expand {
  right: calc((70 / 500) * 100%);
}
.function11 .expand {
  top: calc((60 / 340) * 100%);
}
.function12:after,
.function12 .expand {
  right: calc((90 / 500) * 100%);
}
.function12 .expand {
  top: calc((60 / 340) * 100%);
}
.function13:after,
.function13 .expand {
  left: calc((60 / 500) * 100%);
}
.function13 .expand {
  top: calc((60 / 340) * 100%);
}
.function14:after,
.function14 .expand {
  left: calc((60 / 500) * 100%);
}
.function14 .expand {
  top: calc((60 / 340) * 100%);
}
.function15:after,
.function15 .expand {
  left: calc((60 / 500) * 100%);
}
.function15 .expand {
  top: calc((60 / 340) * 100%);
}
.function16:after,
.function16 .expand {
  left: calc((30 / 500) * 100%);
}
.function16 .expand {
  top: calc((50 / 340) * 100%);
}
.function17:after,
.function17 .expand {
  left: calc((30 / 500) * 100%);
}
.function17 .expand {
  top: calc((50 / 340) * 100%);
}
.function18:after,
.function18 .expand {
  left: calc((30 / 500) * 100%);
}
.function18 .expand {
  top: calc((40 / 340) * 100%);
}
.function19:after,
.function19 .expand {
  left: calc((30 / 500) * 100%);
}
.function19 .expand {
  top: calc((40 / 340) * 100%);
}
.function20:after,
.function20 .expand {
  right: calc((-20 / 500) * 100%);
}
.function20 .expand {
  top: calc((70 / 340) * 100%);
}
.function21:after,
.function21 .expand {
  right: calc((30 / 500) * 100%);
}
.function21 .expand {
  top: calc((-30 / 340) * 100%);
}
.function-ttl {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
}
.function-ttl span {
  margin-left: 1em;
  margin-right: 0.8em;
  font-weight: 500;
  color: #333;
  position: relative;
}
.function-ttl span:before,
.function-ttl span:after {
  content: "";
  position: absolute;
  top: 3px;
  width: 0.3em;
  height: 1.1em;
  border: 1px solid #333;
}
.function-ttl span:before {
  left: -0.8em;
  border-right: none;
}
.function-ttl span:after {
  right: -0.5em;
  border-left: none;
}
.function-detail-ttl {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004588;
}
@media screen and (max-width: 767px) {
  .function-detail-ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.point .en {
  margin-bottom: 5px;
  padding-bottom: 0.3em;
  display: inline-block;
  color: #004588;
  font-weight: 900;
  line-height: 1;
  border-bottom: 1px solid #004588;
}
@media screen and (max-width: 767px) {
  .function-list > li {
    display: block;
    margin-top: 40px;
    padding: 20px;
    background: #F9F9F9;
    border-radius: 12px;
  }
  .function-list > li:after {
    display: none;
  }
  .function-list > li:nth-child(even) {
    padding: 20px;
  }
  .function-list > li:nth-child(even) .txt-wrap {
    margin: 60px 0 0 0;
    padding: 0;
  }
  .function-list .txt-wrap {
    margin: 60px 0 0 0;
    padding: 0;
  }
  .function-list .img-wrap {
    width: 100%;
  }
  .function-list .function-img:after {
    bottom: -15%;
    width: 45%;
  }
  .function-list .expand {
    width: 45%;
  }
  .function-list .tags > li {
    font-size: 1rem;
  }
}
/* 具体的な利用フロー */
.howto {
  margin-top: 80px;
  padding: 50px 5%;
  background: #F4F7FA;
  border-radius: 12px;
}
.howto:first-of-type {
  margin-top: 0;
}
.howto .ttl-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.howto .ttl-area img {
  width: 80px;
}
.howto .ttl-area .howto-ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}
.howto .step-ttl {
  padding-left: 10px;
  margin: 50px 0 40px 0;
  position: relative;
}
.howto .step-ttl > span {
  display: inline-block;
  padding: 0.4em 1em;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: #004588;
  position: relative;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}
.howto .step-ttl > span span {
  font-size: 2.8rem;
  margin-left: 0.2em;
  color: #fff;
}
.howto .step-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  z-index: 0;
}
.howto .point {
  margin-bottom: 0;
}
.howto .function-detail-ttl {
  font-size: 2rem;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.step > dt {
  width: 42%;
}
.step > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5%;
}
.step .img-twice img {
  width: 73%;
}
.step .img-twice img:last-of-type {
  margin-top: -25%;
  position: relative;
  float: right;
}
.step .img-twice:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .howto {
    margin-top: 40px;
    padding: 20px;
  }
  .howto .ttl-area img {
    width: 40px;
  }
  .howto .ttl-area .howto-ttl {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .howto .step-ttl {
    padding-left: 5px;
    margin: 30px 0 20px 0;
  }
  .howto .step-ttl span {
    font-size: 1.1rem;
  }
  .howto .step-ttl > span span {
    font-size: 1.8rem;
  }
  .step {
    display: block;
  }
  .step > dt {
    width: 100%;
  }
  .step > dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px;
    margin-right: 0;
  }
  .step .function-detail-ttl {
    font-size: 1.7rem;
  }
}
