@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
  height: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.main-color {
  color: #FE6C30;
}

.bg-color {
  background-color: #FFF8EF;
}

.bg-white {
  background-color: #ffffff;
}

.black-color {
  color: black;
}

.white-color {
  color: white;
}

.icon-color {
  color: #DC564F;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.header-adjust {
  padding-top: 164px;
}

/* tabbar */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.tabbar-frame {
  padding: 9px 0 9px 0;
  background-color: #f1f1f1;
}

.icon-box {
  width: 50px;
  text-align: center;
}

.icon_text {
  margin-bottom: 0;
  font-size: 10px;
  color: #B7B7B7;
}

.lp-image {
  background-image: url('/first_view/pc-main-image.png');
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
  height: 60vh;
  width: 100%;
}

.lp-message {
  /* background-image: url('/main_visual_text_sp.png'); */
  background-image: url('/first_view/lp-message.png');
  background-position: center;
  background-repeat:no-repeat;
  height: 60vh;
  width: 100%;
}

.lead-desc {
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
}

.plans-jumbotron h1 {
  line-height: 1.4em;
  font-size: 4.5rem;
  color: white;
}

.lp-cv-btn {
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
  padding: 0 28px;
  height: 48px;
  line-height: 48px;
  background-color:#42c7c1;
  color: white;
}

a.btn--yellow {
  color: #ffffff;
    background-color: #FE6C30;
    font-weight: bold;
  }
  
a.btn--yellow:hover {
  color: #ffffff;
  background: #FE6C30;
  font-weight: bold;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #cf5829;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #cf5829;
}

a.btn-c {
  font-size: 22px;
  /* position: relative; */
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

.lp-read2-title {
  font-size: 28px;
}

.lp-read2-desc {
  text-align: left;
  line-height: 2.2;
  font-size: 15px;
}

.lp-feature {
  min-height: calc(100vh - 61px);
  padding-top: 45px;
}

.description {
  font-size: 24px;
  letter-spacing: 2px;
}

.lp-card-description {
  font-size: 20px;
  letter-spacing: 1px;
}

.lp-card-title {
  font-size: 24px;
  color: #FE6C30;
  padding-bottom: 15px;
  font-weight: bold;
}

.lp-card-img {
  max-width: 40%;
  height: auto;
}

.lp-card {
  width: 350px;
  height: 420px;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc; 
}

/* 選ばれる理由 */
.reason-card {
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
}

.PR {
  font-size: 24px;
  color: #FE6C30;
  padding-bottom: 15px;
  font-weight: bold;
}

.PR-desc {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* 料金表 */
.basic-set {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

.prices {
  font-size: 30px;
  margin-right: 4px;
}

.price-offer {
  color: #DC564F;
  font-size: 20px;
}

.basic-price {
  color: black;
  font-size: 22px;
  text-decoration-line: line-through;text-decoration-style:solid;
  text-decoration-color: red;
}

/* コースセクション */
.lp-course {
  padding-top: 90px;
}

.qa-card {
  background-color:#ffffff;
  min-height: 100px;
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
}

.qa-title {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #FE6C30;
}

.qa-desc {
  font-size: 22px;
  margin-bottom: 0;
}

/* ご利用の流れセクション */
.nagare-card {
  background-color:#ffffff;
  min-height: 100px;
  padding: 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.nagare-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.nagare-desc {
  font-size: 18px;
}

/* よくある質問 */
.font-size-basic {
  font-size: 24px;
  letter-spacing: 2px;
}

.font-size-small {
  font-size: 22px;
  letter-spacing: 2px;
}

.box {
  border: #FE6C30;
  width: 100%;
  height: 400px;
  background-color: #FE6C30;
  position: relative;
}

.subbox {
  background-color: #ffffff;
  width: 95%;
  height: 80%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subbox-child1 {
  height: 45%;
}

.line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 80%;
  height: 55px;
  font-weight: bold;
  border-bottom: 4px solid #179e43;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px;
  background-color: #19d256;
}

.line-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}

/* フォームのデザイン */
.Form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.biz-hour {
  display: block;
  border-collapse: collapse;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
}

.biz-hour th {
  /* １番上の線 */
  /* #A28C63っていうのが色の名前なので、ここをお好みで */
  border-top: 1px solid #A28C63;
  font-size: 22px;
}

.biz-hour th, .biz-hour td {
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #A28C63;
  font-size: 18px;
}

/* 離脱時ポップアップ */
#backGuide, #backGuide p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }

#backGuide {
  display: none;
  position: fixed !important;
  background-color: #333;
  z-index: 9999;
  }

#backGuide p {
  display: block;
  width: 300px;
  height: 263px;
  line-height: 80px;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
}

.fixed-btn-area {
  max-height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
}

.fixed_line_btn {
  padding: 6px 5px;
  max-height: 80px;
  }

.parent-pop {
  position: relative;
}

.fixed_line_pop {
  max-width: 236px;
  position: absolute;
  top: -20px;
  left: 0;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {
  .biz-hour th, .biz-hour td {
    padding: 10px 10px;
  }

  .biz-hour {
    overflow-x: scroll;
  }
}

.biz-hour th {
  font-weight: normal;
  font-size: 22px;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 20px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 22px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 55px;
  display: inline-block;
  text-align: center;
  background: #FE6C30;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 70px;
    font-size: 20px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 60px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 24px;
}

.select-details {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.select-detail {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 60px;
    flex: inherit;
    font-size: 24px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 158px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 138px;
    flex: inherit;
    font-size: 24px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  display: block;
  letter-spacing: 0.05em;
  background: #FE6C30;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 80%;
    font-size: 24px;
  }
}

/* footer */
.footer-menu {
  color: #ffffff;
}

.qa-desc {
  font-size: 18px;
}

.qa-card {
  background-color:#ffffff;
  min-height: 200px;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  margin-bottom: 50px;
}

.qa-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.details-content {
  display: none;
}

@media (max-width: 480px) {
  h1.learn-title {
    font-size: 20px!important;
  }
  h2.lecord-title {
    font-size: 20px!important;
  }
  .text_content {
    max-width: 185px;
  }

.lp-image {
  background-image: url('/first_view/sp-main-image.png');
  background-size: cover;
  background-repeat:no-repeat;
  background-position: top;
  height: 60vh;
  }
}

@media (max-width: 992px) {
  .set-border {
    border-bottom: solid 1px lightgray;
  }

  .header-adjust {
    padding-top: 68px;
  }
}

@media (min-width: 992px) {
  .set-border {
    border-right: solid #FE6C30 1px;
  }
}