/*
 Theme Name:   Joy Bond
 Template:     astra
 Version:      1.0.0
*/



/* ヘッダー直下の余白 */
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: -30px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top: -20;
  }
}

/* footer 背景色 */
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background: #33457a;
}

.ast-footer-copyright p {
  color: #fff;
}

/* ヘッダーフッター文字色 */
.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
  color: #343F5A;
  font-size: 14px;

}

.entry-content ul,
.entry-content ol {
  padding: 0;
  margin: 0;
}

/* ヘッダーの横幅 */
.ast-container,
.ast-container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans Jp", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "MS PGothic", sans-serif;
  color: #2a2a2a;
}

/* スマホ表示の左右余白を防ぐ */
@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .elementor-container {
    max-width: 100%;
  }

  .elementor-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}

ul,
ol,
li {
  list-style: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.child_content {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 900px) {
  .child_content {
    padding-bottom: 3rem;
  }
}


/* TOPページの「シンプルな操作で～」リスト */
.top-ul-txt-list {
  padding: 0.5em 1em 0.5em 2.3em !important;
  position: relative;
}

.top-ul-txt-list li {
  line-height: 1.5 !important;
  padding: 0.5em 0 !important;
  list-style-type: none !important; /* ポチ消す */
  position: relative; /* アイコン位置のために追加 */
}

.top-ul-txt-list li:before {
  content: "✔"; /* チェックマーク */
  position: absolute;
  left: -1.3em; /* 左端からのアイコンまで */
  color: #66b0f1; /* アイコン色 */
  font-size: 1.2em; /* チェックマークのサイズを調整 */
}



.news-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-item-inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 1px 2px 6px gray;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  width: 30%;
  margin: 0 10px 20px;
  /* 中央配置と間隔のためのマージン */
}

.news-item-inner:hover {
  transform: scale(1.01);
  box-shadow: 2px 4px 12px gray;
}

.news-title a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.news-title a:hover {
  text-decoration: underline;
}

.news-meta {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #555;
}

.news-excerpt {
  flex-grow: 1;
}

.news-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .news-items {
    justify-content: center;
  }

  .news-item-inner {
    width: 45%;
    /* タブレット時には2つ並べる */
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .news-items {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-item-inner {
    width: 100%;
    margin: 10px 0;
  }

  .news-title a {
    font-size: 19px;
  }

  /* .news-thumbnail {
      display: none; 
  } */
}

.pagination {
  margin-top: 20px;
}

.nopost {
  margin-bottom: 20rem;
}




/* ニュースシングル投稿ページ */
#content {
  background-color: #fff;
  margin: 0 auto;
}

.post-meta {
  margin-bottom: 2rem;
}

#single-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.post-thumbnail {
  text-align: center;
}

.post-thumbnail img {
  max-width: 50%;
  margin: 1rem auto;
}

.breadcrumbs {
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .post-thumbnail img {
    max-width: 100%;
  }
}

.pc_none {
  display: none;
}

/* 基本スタイル */
.post-little-banner {
  position: relative;
  background-color: #1e3c8c;
  background-image: url(img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 60px 0 30px;
}

h3.page-title-blog {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 2px;
  text-align: center;
}

.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.company-info h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.fixed-page h2::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}



/* スマートフォン向け */
@media (max-width: 767px) {
  .pc_none {
    display: inline-block;
  }

  h3.page-title-blog {
    font-size: 24px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* タブレット向け */
@media (min-width: 768px) {
  .fixed-page h2::after {
    width: 60px;
    margin: 16px auto 0;
    height: 6px;
  }

  .company-info h2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

/* デスクトップ向け */
@media (min-width: 992px) {
  .post-little-banner {
    padding: 120px 0 40px;
    background-position: center center;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    /* Optional: Change to auto if layout breaks */
  }
}

.box-800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;

}

#table01 {
  border-collapse: collapse;
  margin-bottom: 100px;
}

#table01 th,
#table01 td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

#table01 th {
  background-color: #f4f4f4;
  font-weight: bold;
}

#table01 td {
  background-color: #fff;
}

#table01 a {
  color: #1e3c8c;
  text-decoration: none;
}

#table01 a:hover {
  text-decoration: underline;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  #table01 {
    width: 100%;
    max-width: 100%;
  }

  #table01 th,
  #table01 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #table01 th {
    background-color: #e4e4e4;
    font-weight: bold;
    text-align: left;
  }

  #table01 td {
    padding-top: 10px;
    font-size: 15px;
  }
}

.bgttl {
  padding-bottom: 60px;
}

.bgttl .ttl {
  padding: 30px 30px 35px 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  background: #f8f8f8;
  box-shadow: 0 0 20px 0 #e1e1e1;
  text-align: center;
}

.bgttl .ttl span {
  display: block;
  padding-top: 0.5rem;
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.6;
  text-indent: 5px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .bgttl {
    padding-bottom: 20px;
  }

  .bgttl .ttl {
    padding: 18px 20px 20px 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .bgttl .ttl span {
    font-size: 10px;
  }
}

.faith {
  border-bottom: 1px solid #cdd9e7;
  margin-bottom: 50px;
}

.faith p,
ol li {
  font-size: 18px;
  line-height: 1.8;
}

.faith-h {
  position: relative;
  padding-top: 30px;
  font-size: 26px;
}

.faith-h span {
  position: relative;
  z-index: 2;
}

.faith-h::before {
  content: attr(data-en);
  position: absolute;
  top: 0px;
  left: 0;
  color: rgba(5, 62, 98, 0.2);
  font-size: 40px;
  text-transform: uppercase;
  z-index: 1;
}

.for-app-h {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  margin-bottom: 1rem;
}

.for-app-h::before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 800px) {
  .box-800 {
    width: 100%;
  }

  .faith-h {
    font-size: 20px;
  }

  .faith-h::before {
    font-size: 30px;
  }

  .faith p,
  ol li {
    font-size: 16px;
    line-height: 1.8;
  }
}


/* =================
  functions
================= */
.p-functions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px !important;
  margin-bottom: 100px !important;
}

.p-functions__item {
  width: calc(90% / 6);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #D8E3EE;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.p-functions__item:hover {
  background: rgb(152, 181, 238);
}

.p-functions__item img {
  max-width: 32px;
  display: block;
  margin: 0 auto;
}



#function .flex-item {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

#function .item {
  width: 45%;
  max-width: 500px;
  max-height: 300px;
}

#function .page-inner {
  width: 50%;
  padding-bottom: 50px;
  padding-top: 50px;
}

#function .page-inner:first-of-type {
  border-top: 1px solid #ddd;
}

#function .page-inner:not(:first-of-type) {
  border-bottom: 1px solid #ddd;
}

#function .f-sub-heading {
  font-weight: bold;
  margin-bottom: 0.3rem;
  margin-top: 0.8rem;
}

.cat {
  display: block;
  font-size: 1rem;
  color: #949494;
  line-height: 1.75;
  letter-spacing: .03em;
  opacity: 0.6;
}

#function .inner_title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
  margin-bottom: 20px;

  display: flex;
  align-items: center;
}


#function .inner_title img {
  max-width: 52px;
  margin-right: 1rem;
}

#function .notification-list li {
  margin-bottom: 2.3rem;
}

/* CTAボタンエリア */
.cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.cta-btn,
a.cta-btn,
button.cta-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 3rem 1rem;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
}

a.btn-c span {
  color: #fff100;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}

@media (max-width: 768px) {
  .cta-inner {
    flex-direction: column;
  }

  .cta-btn,
  a.cta-btn,
  button.cta-btn {
    margin: 0.5rem 0;
  }

  .cta-btn,
  a.cta-btn,
  button.cta-btn {
    font-size: 15px;
  }

  a.btn-c {
    font-size: 16px;
  }
}

/* ボタンエリアここまで */




@media screen and (max-width: 900px) {
  .p-functions {
    margin-bottom: 30px !important;
  }

  .p-functions__item {
    width: calc(90% / 3);
  }

  #function .flex-item {
    flex-direction: column;
    flex-direction: column-reverse;
  }

  #function .item {
    width: 100%;
  }

  #function .page-inner {
    width: 100%;
  }

  #function .page-inner {
    padding-bottom: 5px;
    padding-top: 60px;
  }

  #function .inner_title {
    font-size: 1.2rem;
  }

  #function .inner_title img {
    max-width: 32px;
  }
}




/* =================
  flow
================= */
ul.flow {
  margin-top: 60px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.flow>li {
  position: relative;
}

.flow>li:not(:last-child) {
  margin-bottom: 40px;
}

.flow>li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow>li dl {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border: 2px solid rgb(107, 144, 219);
  border-radius: 10px;
  position: relative;
}

.flow>li:not(:last-child) dl::before,
.flow>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107, 144, 219);
}

.flow>li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow>li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow>li dl dd {
  width: 80%;
}

.flow>li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107, 144, 219);
  background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(16, 60, 131, 0.856) 100%);
  /* background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}



#cta-section {
  background-color: #fff3f0;
}

.freetrial-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem auto 0;
  max-width: 1100px;
  padding: 50px 15px;
}

.freetrial-cta .txt {
  width: 45%;
  margin-right: 2rem;
}

.freetrial-cta .img {
  width: 40%;
  height: auto;
}

.price-liner {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fe7926, #edbf32) text;
  font-size: 2.5rem;
}

.price-heading {
  color: #315283;
  line-height: 3.8rem;
  font-size: 2rem;

}

@media screen and (max-width: 768px) {
  ul.flow {
    width: 100%;
  }

  .flow>li dl {
    flex-direction: column;
    padding: 20px;
  }

  .flow>li dl dd {
    width: 100%;
  }

  .flow>li dl dt {
    margin-right: 0;
  }

  .freetrial-cta {
    flex-direction: column;
    align-items: center;
  }

  .freetrial-cta .txt {
    width: 100%;
    margin-right: 0;
  }

  .freetrial-cta .img {
    width: 100%;
    margin-top: 2rem;
  }

  .price-liner {
    font-size: 2rem;
  }

  .price-heading {
    line-height: 2.1rem;
    font-size: 1.4rem;
  }

}



/* =================
  料金ページ
================= */
.pricing-section {
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.section-title {
  text-align: center;
  font-size: 1.65em;
  margin-bottom: 30px;
}


h3.sub-title {
  position: relative;
  display: inline-block;
  margin: 60px auto 10px;
  color: #FA768D;
  padding: 0 20px;
}

.sub-title:before,
.sub-title:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  border-radius: 50px;
  background-color: #FA768D;
}

.sub-title:before {
  left: -40px;
  transform: translateY(-50%);
}

.sub-title:after {
  right: -40px;
  transform: translateY(-50%);
}







.pricing-table {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  text-align: start;
}

.pricing-column {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 45%;
  padding: 1em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pricing-header {
  background: #f8f8f8;
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
}

.pricing-price {
  font-size: 2em;
  text-align: center;
  margin: 0.5em 0;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* キャンペーン日程の下、初期スタイルを無効化 */
.pricing-column p {
  margin-bottom: 0;
}

.pricing-features li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.pricing-discount {
  text-decoration: line-through;
  font-size: 1.3rem;
  color: red;
  display: inline-block;
}

.pricing-free {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}

.pricing-date {
  display: block;
  background: #8bc34a;
  color: white;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  text-align: center;
  margin-top: 0.5em;
  font-size: 0.9em;
}

.pricing-cta-button {
  text-align: center;
  margin-top: 3em;
}

.pricing-cta-button a {
  background: #00bcd4;
  color: white;
  padding: 1em;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s;
}

.pricing-cta-button a:hover {
  background: #0097a7;
}

.additional-options-section {
  max-width: 900px;
  margin: 5rem auto;
  border-radius: 10px;
}

.options-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

.options-table th,
.options-table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}

.options-table thead {
  background: #f8f8f8;
}

.options-note {
  font-size: 0.9em;
  color: #666;
  margin-top: 1em;
}

/* web料金表 */
.web-pricing-table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}


.web-pricing-table tr {
  background-color: #e6eef4;
  padding: .35em;
  border-bottom: 2px solid #fff;
}

.web-pricing-table th {
  font-size: 18px;
}

.web-pricing-table th,
.web-pricing-table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

.web-pricing-table thead tr {
  background-color: #123D83;
  color: #fff;
}

.web-pricing-table tbody th {
  background: #C5D3DE;
}

.txt {
  text-align: left;

}

.price {
  text-align: right;
}

.non {
  background: #fff
}

.center {
  text-align: center;
  margin-bottom: 1rem;
}

.web-note {
  text-align: start;
}

/* 料金ページ制作事例画像カ―セル */
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.slider li {
  width: 45%;
  margin: 2.5%;
}

.slider li img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .slider li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

/* 画像カーセルここまで */


.contact-section {
  background: url('img/business.jpg') no-repeat center center/cover;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  margin-top: 100px;
  background-size: cover;

}

.contact-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 5rem 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.contact-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-description {
  font-size: 18px;
  margin-bottom: 2rem;
}



@media (max-width: 768px) {
  .section-title {
    font-size: 20px !important;
  }

  .pricing-table {
    flex-direction: column;
    align-items: center;
    padding: 1em;
  }

  .pricing-column {
    width: 100%;
    margin-bottom: 1em;
  }

  .pricing-cta-button {
    margin-top: 0;
  }

  .pricing-cta-button a {
    display: block;
    text-align: center;
  }

  .additional-options-section {
    margin: 3rem auto;
  }


  /* Web料金表 */
  .web-pricing-table {
    border: 0;
    width: 100%
  }

  .web-pricing-table th {
    background-color: #167F92;
    display: block;
    border-right: none;
  }

  .web-pricing-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .web-pricing-table tr {
    display: block;
    margin-bottom: .625em;
  }

  .web-pricing-table td {
    border-bottom: 1px solid #bbb;
    display: block;

    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  .web-pricing-table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }

  .web-pricing-table td:last-child {
    border-bottom: 0;
  }

  .web-pricing-table tbody th {
    color: #fff;
  }

  .contact-section {
    background-attachment: scroll;
  }

  .contact-title {
    font-size: 1.5rem !important;
  }
}


/* =================
  oemページ
================= */
.oem-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 60px auto 10px;

}

.oem-flex img {
  width: 40%;

}

.oem-flex .txt {
  width: 55%;
  padding-left: 3rem;
}

.oem-flex .second-liner {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94.26deg, rgb(17, 91, 251) 1.21%, rgb(17, 139, 251) 79.97%) text;
  font-size: rem;
}

.oem-flex.second-heading {
  line-height: 3.8rem;
  font-size: 1.9rem;
}

.sub-oem-title {
  color: #f86d18;
}

.section {
  padding: 2rem 1rem 0;
  text-align: center;
}


.content-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.content-container ul {
  padding-left: 1.5rem;
}

.content-container ul li {
  margin-bottom: 0.5rem;
}

.content-container ul li::before {
  content: "✔";
  color: #ff6a00;
  margin-right: 10px;
  font-weight: bold;
}

.highlight {
  color: #f86d18;
  font-weight: bold;
}




/* 無料サンプルCTA */
#sample-cta-section {
  background: url('img/working-women-smiling.jpg') no-repeat center center/cover;
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  margin-top: 50px;
  border-radius: 15px;
}

.sample-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
.sample-cta .txt {
  width: 45%;
  margin-right: 2rem;
}

.sample-cta .img {
  width: 40%;
  height: auto;
}

.freetrial-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem auto 0;
  max-width: 1100px;
  padding: 50px 15px;
}

.freetrial-cta .txt {
  width: 45%;
  margin-right: 2rem;
}

.freetrial-cta .img {
  width: 40%;
  height: auto;
}



.oem-contact-section {
  background: url('img/using_mobile_app.jpg') no-repeat center center/cover;
  padding: 5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  margin-top: 50px;
}

.contact-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 4rem;
  border-radius: 10px;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.contact-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #f86d18;
}

.contact-button {
  background: #007bff;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.contact-button:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .section {
    padding: 0;
  }

  .oem-flex {
    flex-direction: column;
  }

  .oem-flex img {
    width: 100%;
  }

  .oem-flex .txt {
    width: 100%;
    padding-left: 0;
  }

  /* .oem-flex img:first-child{ */
  .flow-chart img {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(219, 219, 219);
  }


  #sample-cta-section {
    background: #fff4f4;
    background-attachment: scroll;
  }
  .sample-cta {
    background: #fff4f4;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .sample-cta .txt {
    width: 100%;
    margin-right: 0;
  }

  .sample-cta .img {
    width: 100%;
    margin-top: 2rem;
  }


  .oem-contact-section {
    background-size: cover;
    background-attachment: scroll;
  }

  .contact-container {
    padding: 2rem 1rem;
  }

  .content-container ul {
    padding-left: 0;
  }

  .contact-title {
    font-size: 1.5rem;
  }

  .contact-button {
    padding: 0.5rem 1rem;
  }
}

.wpcf7 form {
  max-width: 800px;
  margin: 90px auto;
}

.must {
  background: #E10000;
  padding: 4px 6px;
  font-size: 0.6rem;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .wpcf7 form {
    margin: 50px auto;
  }
}

.privacypolicy {
  padding-top: 50px;
  padding-bottom: 50px;
}

.privacypolicy-a {
  color: #fff;
  font-size: 14px;
}

.privacypolicy-a:hover {
  color: burlywood;
}