@charset "utf-8";

.line-header {
  width: 100%;
  margin: 30px auto;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .line-header {
    max-width: 320px;
    height: 443px;
    background-image: url(../images/line/header_bg_sp.jpg);
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 769px) {
  .line-header {
    max-width: 960px;
    height: 448px;
    background-image: url(../images/line/header_bg_pc.jpg);
    background-size: 960px 448px;
  }
}

@media screen and (max-width: 768px) {
  .line-header .inner {
    padding: 160px 30px 30px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-header .inner {
    padding: 120px 0 0 60px;
  }
}

.line-header .ttl {
  font-weight: bold;
}

.line-header .ttl .group {
  display: block;
  color: #DF0011;
  letter-spacing: .3em;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .line-header .ttl .group {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-header .ttl .group {
    font-size: 30px;
  }
}

.line-header .ttl .line {
  display: block;
  color: #00B900;
  letter-spacing: .05em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .line-header .ttl .line {
    font-size: 23px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-header .ttl .line {
    font-size: 40px;
  }
}

.line-header .excerpt {
  color: #4D4D4D;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .line-header .excerpt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-header .excerpt {
    letter-spacing: 1px;
  }
}

.line-how {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #F8EFCC;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.line-how .ttl {
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .line-how .ttl {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .line-how .ttl {
    font-size: 1.5625rem;
  }
}

.line-how .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .line-how .cols > .col {
    width: 90%;
    margin: 0 auto 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-how .cols > .col {
    flex-basis: 50%;
  }
}

.line-how .label {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #4D4D4D;
  padding: 15px 0;
  margin-bottom: 30px;
}

.line-how .obj {
  margin-bottom: 30px;
}

.line-how .obj img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .line-how .obj {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .line-how .obj {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.line-how .doc {
  max-width: 365px;
  margin: 0 auto;
  line-height: 1.75;
  text-align: justify;
}

.line-process-section {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.line-process-section > .ttl {
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .line-process-section > .ttl {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-process-section > .ttl {
    font-size: 25px;
  }
}

.line-process-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.line-process-list > .item {
  line-height: 1.75;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 15px;
  list-style-type: none;
}

.line-process-list > .item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .line-process-list > .item {
    padding: 10px;
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-process-list > .item {
    padding: 17px 0 17px 100px;
  }
}

.line-otoku {
  width: 100%;
  background: transparent url(../images/line/otoku_bg.svg) 0 0 repeat;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .line-otoku {
    background-size: auto 257px;
    background-repeat: repeat-x;
    margin: 60px auto;
  }
}

@media print, screen and (min-width: 769px) {
  .line-otoku {
    height: 466px;
    margin: 155px auto 300px;
  }
}

.line-otoku > .inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .line-otoku > .inner {
    width: 100%;
    height: 257px;
    background: transparent url(../images/line/otoku_cloud_sp.png) 0 bottom no-repeat;
    background-size: cover;
  }
}

@media print, screen and (min-width: 769px) {
  .line-otoku > .inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background: transparent url(../images/line/otoku_cloud_pc.png) right bottom no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .line-otoku > .inner .phone {
    width: 260px;
    position: absolute;
    left: 10%;
    bottom: 0;
  }

  .line-otoku > .inner .phone img {
    max-width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .line-otoku > .inner .phone {
    position: absolute;
    top: -155px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .line-otoku > .doc {
    width: 90%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  .line-otoku > .doc {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}

.line-otoku > .doc .text {
  line-height: 1.75;
  letter-spacing: .15em;
}

@media screen and (max-width: 768px) {
  .line-otoku > .doc .text {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-otoku > .doc .text {
    width: 370px;
    position: absolute;
    top: -235px;
    right: 160px;
  }
}

.line-app {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  width: 95%;
  max-width: 960px;
  margin: 0 auto 80px;
}

.line-app > .ttl {
  color: #333;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .line-app > .ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-app > .ttl {
    font-size: 25px;
    margin-bottom: 60px;
  }
}

.line-app .cols {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .line-app .cols {
    padding-top: 60px;
    background: transparent url(../images/line/app_bg_sp.svg) center center no-repeat;
    background-size: 100% 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .line-app .cols {
    height: 420px;
    padding-top: 15px;
    background: transparent url(../images/line/app_bg_pc.svg) center center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .line-app .cols > .col {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .line-app .cols > .col {
    flex-basis: 50%;
  }
}

.line-app .label {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .line-app .label {
    font-size: 18px;
  }
}

.line-app .qr {
  text-align: center;
  margin-bottom: 20px;
}

.line-app .btn {
  height: 55px;
  text-align: center;
  margin-bottom: 20px;
}

.line-app .doc {
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .line-app .doc {
    font-size: 14px;
  }
}