﻿@media (min-width: 1001px) {
  body {
    padding-top: 105px;
  }
}
@media (max-width: 1000px) {
  body {
    padding-top: 40px;
  }
}
#lineContact .titleArea::after {
  content: "";
  width: 100%;
  min-width: 1200px;
  min-height: 30px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: url(../image/bgwhite_top.png);
  background-size: contain;
  background-repeat: repeat-X;
  background-position: 50% 50%;
}
#lineContact section {
  padding: 30px 0 100px 0;
}
#lineContact .titleArea {
  padding: 48px 0 20px 0;
}
#lineContact .lineContact {
  padding: 30px 0 100px 0;
}
#lineContact .pageTitle {
  margin-bottom: 20px;
}
#lineContact .stepContent {
  margin: 0 auto;
}
#lineContact .step3 .stepContent {
  margin: 60px auto 0;
}
#lineContact .stepContent-BtnWrap {
  margin: 22px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lineContact .stepContent-TopTxt {
  font-size: 18px;
}
#lineContact .stepContent-Btn h3 {
  font-size: 24px;
  background: #4d320d;
  color: #fff;
  padding: 6px 0 2px 0;
  margin-bottom: -1px;
  text-align: center;
}
#lineContact .stepContent-Btn .stepContent-BtnTxt {
  border: 4px solid #4d320d;
  padding: 15px;
  display: flex;
  flex-flow: column;
  height: 225px;
  justify-content: space-between;
}
#lineContact .stepContent-Btn .stepContent-BtnTxt p {
  font-size: 18px;
  text-align: center;
}
#lineContact .stepContent-Btn img {
  height: 112px;
  margin: 0 auto;
}
#lineContact .stepContent-Btn:nth-child(2) img {
  width: auto;
}
#lineContact .stepContent-BottomTxt {
  line-height: 1.9;
  font-size: 18px;
}
#lineContact .step2 .pageTitle {
  margin-bottom: 72px;
}
#lineContact .stepContent-img {
  width: 250px;
  flex-shrink: 0;
}
#lineContact .stepContent-info,
#lineContact .step2 .stepContent-example {
  display: flex;
}
#lineContact .step2 .stepContent-info {
  border-bottom: 1px solid #4d320d;
}
#lineContact .step2 .stepContent .stepContent-txt p {
  font-size: 18px;
}
#lineContact .step2 .stepContent .stepContent-txt p span {
  font-weight: bold;
}
#lineContact .stepContent-example .stepContent-txt .stepContent-txtTtl {
  font-size: 24px !important;
  padding-bottom: 2px;
}
#lineContact .step2 .stepContent .stepContent-txt p span {
  display: inline-block;
}
#lineContact .step2 .stepContent-example {
  padding-top: 90px;
}
#lineContact .step2 .stepContent-example .stepContent-txt {
  padding: 0px 50px 35px;
  background: #efddc2;
  position: relative;
  margin: 50px 0 0;
}
#lineContact .step2 .stepContent-example .stepContent-txt::before {
  background: url(../image/step2-deco.png) no-repeat center center/cover;
  content: "";
  width: 100%;
  position: absolute;
  top: -75px;
  height: 75px;
  left: 0;
}
#lineContact .step2Btn {
  display: flex;
  justify-content: center;
  margin-top: 77px;
  padding-bottom: 21px;
}
#lineContact .step2Btn .step2Btn-detail,
#lineContact .step2Btn .step2Btn-store {
  display: block;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 15px 0;
  border-radius: 0.3rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
#lineContact .step2Btn .step2Btn-detail:before,
#lineContact .step2Btn .step2Btn-store:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: url(../image/icon-arrow.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
}
#lineContact .step2Btn .step2Btn-detail:hover,
#lineContact .step2Btn .step2Btn-store:hover {
  margin-top: 3px;
  color: #fff;
}
#lineContact .step2Btn .step2Btn-store:hover {
  border-bottom: 1px solid #5fa4af;
}
#lineContact .step2Btn .step2Btn-detail:hover {
  border-bottom: 1px solid #cc8851;
}
#lineContact .step2Btn .step2Btn-detail {
  background: #f48c39;
  border-bottom: 4px solid #cc8851;
}
#lineContact .step2Btn .step2Btn-store {
  background: #53bbcc;
  border-bottom: 4px solid #5fa4af;
}
#lineContact .stepContent-Btn-Btn {
  display: flex;
  justify-content: center;
}
#lineContact .stepContent-Btn-Btn a {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 15px 0;
  border-radius: 1rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
#lineContact .stepContent-Btn-Btn a:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 28px;
  background: url(../image/LineAdd-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
}
#lineContact .stepContent-Btn-Btn a::after {
  content: "";
  width: 37%;
  background: url(../image/LineAdd-cat.png) no-repeat center center/contain;
  position: absolute;
  top: -23px;
  height: 85px;
  transform: translate(-100%, -50%);
  right: -32%;
}
#lineContact .stepContent-Btn-Btn a:hover {
  margin-top: 3px;
  color: #fff;
  border-bottom: 1px solid #028902;
}
#lineContact .stepContent-Btn-Btn a {
  background: #00b900;
  border-bottom: 4px solid #028902;
}
#lineContact .step3 .stepContent-txt {
  max-width: 480px;
}
#lineContact .step3 .stepContent-txt p {
  line-height: 1.8;
}
#lineContact #lineContact .step3 .stepContent-info {
  border-bottom: none;
}
#lineContact .stepContent-banner {
  position: relative;
  background: url(../image/step3-line.png) no-repeat center center/contain;
  min-height: 194px;
}
#lineContact .stepContent-banner p {
  text-align: center;
  font-size: 40px;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 56%;
  width: 100%;
  z-index: 3;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 1001px) {
  #lineContact .__inner {
    margin-bottom: 50px;
  }
  #lineContact .stepContent {
    width: 78.86%;
  }
  #lineContact .pageTitle__label {
    font-size: 24px;
  }
  #lineContact .stepContent-Btn {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  #lineContact .stepContent-Btn:last-child {
    margin-right: 0;
  }
  #lineContact .step2 .stepContent-info {
    padding-bottom: 85px;
  }
  #lineContact .step3 .stepContent-info {
    padding-bottom: 35px;
  }
  #lineContact .stepContent-info,
  #lineContact .step2 .stepContent-example {
    justify-content: space-between;
  }
  #lineContact .step2 .stepContent-example {
    padding-top: 86px;
  }
  #lineContact .step2 .stepContent-example .stepContent-img {
    max-height: 330px;
    margin: 20px auto 0;
  }
  #lineContact .step2 .stepContent-example .stepContent-img img {
    max-height: 330px;
  }
  #lineContact .step2Btn-detail,
  #lineContact .step2Btn-store {
    width: 400px;
  }
  #lineContact .step2Btn-detail {
    margin-right: 17.5px;
  }
  #lineContact .step2Btn-store {
    margin-left: 17.5px;
  }
  #lineContact .step3 .stepContent-txt {
    margin-right: 3%;
    margin-top: 3%;
  }
}
@media (max-width: 1000px) {
  #lineContact .hero .__inner {
    max-width: none;
    width: 100%;
  }
  #lineContact .titleArea {
    padding: 12px 0 46px 0;
  }
  #lineContact .pageTitle__label {
    font-size: 24px;
  }
  #lineContact section {
    padding: 55px 0 117px 0;
  }
  #lineContact .pageTitle {
    margin-bottom: 30px;
  }
  #lineContact .step2.pageTitle {
    margin-bottom: 32px;
  }
  #lineContact .step2 .pageTitle {
    margin-bottom: 55px;
  }
  #lineContact .stepContent-TopTxt {
    font-size: 22px;
  }
  #lineContact .__inner {
    margin-bottom: 66px;
  }
  #lineContact .step2 {
    margin-bottom: 40px;
  }
  #lineContact .titleArea-inner {
    margin: 0 auto 0;
  }
  #lineContact .stepContent {
    width: 100%;
  }
  #lineContact .step3 .stepContent {
    margin: 47px auto 0;
  }
  #lineContact .stepContent-BtnWrap {
    flex-flow: column;
    margin: 49px auto 50px;
    width: 80%;
  }
  #lineContact .stepContent-Btn {
    width: 100%;
    margin-bottom: 30px;
  }
  #lineContact .stepContent-Btn h3 {
    font-size: 20px;
  }
  #lineContact .stepContent-Btn .stepContent-BtnTxt {
    padding: 8px 15px 11px;
  }
  #lineContact .stepContent-Btn .stepContent-BtnTxt p {
    line-height: 1.8;
  }
  #lineContact .stepContent-Btn:last-child {
    margin-bottom: 0;
  }
  #lineContact .stepContent-Btn-Btn a {
    font-size: 20px;
  }
  #lineContact .step2 .stepContent .stepContent-txt p {
    font-size: 22px;
    line-height: 1.74;
  }
  #lineContact .step3 .stepContent .stepContent-txt p {
    font-size: 22px;
  }
  #lineContact .stepContent-BottomTxt {
    font-size: 22px;
    line-height: 1.7;
  }
  #lineContact .stepContent-info,
  #lineContact .stepContent-example {
    flex-flow: column-reverse;
    font-size: 22px;
  }
  #lineContact .step2 .stepContent-example .stepContent-txt {
    padding: 0px 12px 35px 25px;
    margin: 55px 0 0;
  }
  #lineContact .stepContent-info {
    padding-bottom: 63px;
  }
  #lineContact .stepContent-img {
    margin: 73px auto 0;
    width: 75%;
  }
  #lineContact .step3 .stepContent-img {
    margin: 67px auto 0;
    width: 68%;
  }
  #lineContact .step2 .stepContent-example .stepContent-img {
    margin: 46px auto 0;
    width: 66%;
  }
  #lineContact .step2Btn {
    flex-flow: column;
  }
  #lineContact .step2Btn-detail,
  #lineContact .step2Btn-store {
    min-width: 300px;
    width: 81%;
    font-size: 20px;
  }
  #lineContact .step2Btn-detail {
    margin-bottom: 28px;
  }
  #lineContact .stepContent-banner-wrap {
    padding-bottom: 40px;
  }
  #lineContact .stepContent-banner {
    background: url(../image/step3-line-sp.png) no-repeat center center/contain;
    min-height: 356px;
  }
  #lineContact .stepContent-banner p {
    font-size: 40px;
    left: 51%;
  }
}
@media (max-width: 600px) {
  #lineContact section {
    padding: 55px 0 65px 0;
  }
  #lineContact .pageTitle__label {
    font-size: 19px;
  }
  #lineContact .stepContent-TopTxt {
    font-size: 18px;
  }
  #lineContact .step2 .stepContent .stepContent-txt p,
  #lineContact .step3 .stepContent .stepContent-txt p,
  #lineContact .stepContent-BottomTxt,
  #lineContact .stepContent-info,
  #lineContact .stepContent-example {
    font-size: 18px;
  }
  #lineContact .pageTitle {
    margin-bottom: 30px;
    padding: 12px 10px;
  }
  #lineContact .stepContent-Btn .stepContent-BtnTxt {
    padding: 8px 10px;
  }
  #lineContact .stepContent-Btn:nth-child(2) img {
    height: 112px;
  }
  #lineContact .stepContent-Btn:nth-child(1) img {
    height: auto;
  }
  #lineContact .step2 .step2Btn-detail,
  #lineContact .step2 .step2Btn-store {
    width: 100%;
    font-size: 20px;
  }
  #lineContact .stepContent-banner {
    min-height: 241px;
  }
  #lineContact .stepContent-banner p {
    font-size: 25px;
    left: 47%;
  }
  #lineContact .stepContent-banner-wrap {
    padding-bottom: 0px;
  }
  #lineContact .stepContent-BtnWrap {
    width: 95%;
  }
}
@media (max-width: 350px) {
  #lineContact .step2 .step2Btn-detail,
  #lineContact #lineContact .step2 .step2Btn-store {
    font-size: 18px;
  }
  #lineContact .stepContent-Btn .stepContent-BtnTxt p {
    font-size: 15px;
  }
  #lineContact .pageTitle__label {
    font-size: 18px;
  }
  #lineContact .stepContent-Btn h3 {
    font-size: 21px;
    margin-bottom: -2px;
  }
  #lineContact .stepContent-banner p {
    font-size: 21px;
  }
}
@media (min-width: 1001px) {
  #lineContact .is-pc {
    display: none;
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  #lineContact .is-tab {
    display: none;
  }
}
@media (max-width: 600px) {
  #lineContact .is-sp {
    display: none;
  }
}
#included-files-list li,.show-template-name {
  color: rgba(240, 246, 252, 0.7);
}
