/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.pagetype-line .submds {
  border-color: #00B900;
}

.pagetype-line .main-area .btn {
  border-color: #00B900;
}

.pagetype-line .main-area .btn a {
  color: #00B900;
}

@media screen and (min-width: 769px) {
  .pagetype-line .submds {
    margin-bottom: 45px;
  }
}

.static-area .contents-hd .img-box img {
  width: 137px;
}

.static-area .contents-hd .txt-box {
  border-color: #00B900;
  color: #00B900;
  display: flex;
}

.static-area .contents-hd .txt-box .txt01 {
  font-size: 20px;
}

.static-area .contents-hd .txt-box .txt02 {
  font-size: 13px;
}

.static-area .contents-hd .fukidashi {
  background: #00B900;
}

.static-area .contents-hd .fukidashi::before {
  border-color: transparent transparent transparent #00B900;
  right: -12px;
  border-width: 7px 0 7px 12px;
}

.static-area .contents-hd .txt-main .txt01 {
  font-size: 20px;
  color: #00B900;
  line-height: 1.5;
}

.static-area .contents-hd .txt-main .txt02 {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .static-area .contents-hd .img-box {
    margin-right: 50px;
  }
  .static-area .contents-hd .img-box img {
    width: 174px;
  }
  .static-area .contents-hd .txt-box {
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    padding: 32px 0;
  }
  .static-area .contents-hd .txt-box .txt01 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .static-area .contents-hd .txt-box .txt02 {
    font-size: 20px;
  }
  .static-area .contents-hd .fukidashi {
    width: 160px;
  }
  .static-area .contents-hd .txt-main .txt01 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .static-area .contents-hd .txt-main .txt02 {
    font-size: 20px;
  }
}

.howto-01 {
  margin-bottom: 35px;
}

.howto-01 .mds {
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .contents01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contents01 h3 {
    width: 100%;
  }
  .contents01 .howto-01 {
    width: calc(100% / 2 - 20px);
    margin-bottom: 0;
    text-align: center;
  }
  .contents01 .howto-01 .mds {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
  }
  .contents01 .howto-01:first-of-type {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #CCCCCC;
  }
  .contents01 .howto-01 figure {
    margin: 20px 0 40px;
  }
  .contents01 .howto-01 figure img {
    border: 1px solid #CCCCCC;
  }
}

.howto-02 li {
  background: #ecf8ec;
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
}

.howto-02 li .howto-num {
  position: absolute;
  top: 0;
  left: 0;
}

.howto-02 li .howto-num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #00B900 transparent transparent transparent;
}

.howto-02 li .howto-num span {
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-size: 20px;
  display: block;
  left: 17px;
  top: 5px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.howto-02 li p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .contents02 .howto-01 .btn {
    margin-right: 0;
  }
  .contents02 .pc-flex p {
    flex: 1;
  }
  .contents02 .pc-flex figure {
    margin-right: 30px;
  }
  .contents02 .pc-flex figure img {
    border: 1px solid #CCCCCC;
  }
  .howto-02 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .howto-02 li {
    width: calc(100% / 2 - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 30px;
  }
  .howto-02 li:nth-child(2n) {
    margin-right: 0;
  }
  .howto-02 li .howto-num::after {
    border-width: 60px 60px 0 0;
  }
  .howto-02 li .howto-num span {
    font-size: 22px;
    left: 13px;
    top: 1px;
  }
  .howto-02 li p {
    font-size: 18px;
  }
  .note-box {
    font-size: 14px;
  }
}

/*# sourceMappingURL=_map/line.css.map */
