@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/************************************
 * 親テーマのレイアウト変更*
 * **********************************/
    .sp-py-40 {
        padding-bottom: 4em!important;
        padding-top: 2.5em!important
    }
.l-mainContent__inner>.post_content {
    margin: 2em 0!important;
    padding: 0 var(--swl-pad_post_content,0)
}
.u-mt-40 {
    margin-top: 2em!important
}
.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 15px;
    font-weight : 600;
    color : #0b2e5d;
}

    .sp-py-20 {
        padding-bottom: 2em!important;
        padding-top: 0em!important
    }
.l-content {
    margin: 0 auto 6em;
    padding-top: 0em;
    position: relative;
    z-index: 1
}

/*トップの流れる文字の調整*/
.c-infoBar {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.c-infoBar__text.-flow-on {
  display: inline-block;
  padding-left: 100%;
  animation-name: scrollText;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 背景画像をメニュー背面に表示 */
.p-spMenu::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://petwebdesign.jp/wp-content/uploads/2025/05/spmenu-img.jpg') center/cover no-repeat;
  opacity: 0.2;
  z-index: 100;
  pointer-events: none;
}

/* 背景だけ透明化（構造・位置は維持） */
.p-spMenu,
.p-spMenu__inner,
.p-spMenu__body,
.p-spMenu__nav,
.p-spMenu__nav ul,
.p-spMenu__nav li {
  background: transparent !important;
}
/* 元のアイコンを消す */
.p-spMenu__nav .menu-item::before {
  content: none !important;
}

/* ▶マークを表示 */
.p-spMenu__nav .menu-item > a::before {
  content: "▶";
  font-family: inherit !important;
  color: #1c1f4a;
  margin-right: 0.5em;
  display: inline-block;
  font-size: 0.9em;
  vertical-align: middle;
}

/* メニュー文字も紺色＋太字に */
.p-spMenu__nav .menu-item > a {
  color: #1c1f4a !important;
  font-weight: bold;
}

/* 画像を含めた .p-spMenu 全体を瞬時に非表示 */
body[aria-hidden="true"] .p-spMenu,
body[aria-hidden="true"] .p-spMenu::before {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

/* 念のため fallback：menu-close クラス対応 */
body.menu-close .p-spMenu,
body.menu-close .p-spMenu::before {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}


/************************************
 * 装飾・配置など*
 * **********************************/
.br-sp {
  display: none;
}
.br-pc {
  display: inline; /* PCでは表示 */
}
.space-s{
	height : 10px;
}
.space-m{
	height : 25px;
}
.space-l {
  height: 40px;
}
.color-black {
  color: #333;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: inline; /* スマホでは表示 */
  }
  .br-pc {
    display: none;   /* スマホでは非表示 */
  }
}
.teian-marker{
	font-size : 1.2em;
	background : #ffff00;
}

.anchor-offset {
position: relative;
}

.anchor-offset::before {
  content: "";
  display: block;
  height: 30px;
  margin-top: -30px;
}

.center {
	text-align : center;;
}
.swell-block-fullWide__inner>* {
    margin-bottom: 0em!important;
}

.c-gnav > .menu-item > a .ttl {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff!important;
}

/*メインビジュアル内のフォントサイズ*/
.p-mainVisual__slideTitle {
    font-size: 2.2vw;
    line-height: 1.4
}

.p-mainVisual__slideText {
    font-size: 1.2vw;
    margin-top: .75em
}

@media screen and (max-width: 768px) {
.p-mainVisual__slideTitle {
    font-size: 7.0vw;
    line-height: 1.4
}

.p-mainVisual__slideText {
    font-size: 4.2vw;
    margin-top: .75em
}
}

/************************************
 * 各セクションの見出し *
 ************************************/
.paw-heading {
  display: flex;
  align-items: center; /* ← アイコンとテキストを縦中央揃えに */
  justify-content: flex-start;
  background-color: #fbd3dc;
  color: #1c1f4a;
  border: 2px solid #1c1f4a;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0px auto 25px;
  width: auto;
  box-sizing: border-box;
  text-align: left;
  flex-wrap: nowrap;
}
.paw-heading-green {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #daf8fc;     /* ← 薄いグリーン背景 */
  color: #1c1f4a;                /* ← 濃いグリーン文字 */
  border: 2px solid #1cbacd;     /* ← 同じ濃いグリーンで枠線 */
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 20px auto;
  width: auto;
  box-sizing: border-box;
  text-align: left;
  flex-wrap: nowrap;
}


.paw-icon-img {
  width: 42px;
  height: 42px;
  margin-right: 0.6em;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  vertical-align: middle;
}

.paw-text {
  flex: 1;
  word-break: break-word;
}

/* PC表示 */
@media screen and (min-width: 768px) {
  .paw-heading {
    font-size: 1.3em;
    padding: 12px 24px;
    width: auto;
  }

  .paw-icon-img {
    width: 40px;
    height: 40px;
    margin-right: 0.6em;
  }
}


/************************************
 * トップページ一番上の挨拶*
 * **********************************/
.top-greeting-title {
  text-align: center;
  font-size: 1.6em;
  color: #0b2e5d;
  margin-top: 40px;
  margin-bottom: 10px;
}

.top-greeting-text {
  font-size: 1em;
  color: #444;
  line-height: 1.6;
  width: auto;
  margin: 0 auto 40px;
}

.simple-list {
  list-style-type: disc;
  padding-left: 1.5em;  /* ドットとテキストの距離 */
  margin: 1em 0 2em 0;;
  font-size: 1em;
  line-height: 1.6;
	font-weight : 600;
}

.simple-list li {
  margin-bottom: 0.5em;
}

/* このような対応ができます */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0px;
  box-sizing: border-box;
}

/* 各アイテム */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border : 1px solid #f8c8d0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease;
}
.feature-item:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* アイコン画像 */
.feature-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

/* テキストブロック */
.feature-text {
  flex: 1;
}
.feature-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 6px;
  color: #0b2e5d;
}
.feature-description {
  font-size: 0.95em;
  color: #555;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/************************************
 * PCとスマホの切り分け*
 * **********************************/
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/************************************
 * 10の特徴*
 * **********************************/
.petdesign-section {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0px;
}

.petdesign-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.petdesign-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.petdesign-box {
  background: #ffe8ed; /* 背景色（やさしいピンク） */
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* 初期の軽い影 */
  text-align: center;
  transition: box-shadow 0.3s ease;
  will-change: box-shadow;
}

.petdesign-box:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* ホバー時に少し濃く */
}

.petdesign-icon-center {
  margin-bottom: 12px;
}

.petdesign-box h3,
.petdesign-heading {
  all: unset;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}


.petdesign-heading::after {
  content: '';
  display: block;
  height: 4px;
  margin-top: 8px;
  background: linear-gradient(to right, #2ea9df 0%, #2ea9df 29.9%, #f8b3c8 30%, #f8b3c8 100%);

  border-radius: 2px;
}
.petdesign-heading::before {
  content: none !important;
  display: none !important;
  background: none !important;
}


.petdesign-text {
  font-size: 14px;
  text-align : left;
  color: #333;
  margin: 0;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .petdesign-grid {
    grid-template-columns: 1fr;
  }
}

/******************************************************
 * 制作内容と料金案内*
 * ***************************************************/
.plan-price-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

.img-radius{
	border-radius : 10px;
}

.plan-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.plan-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.plan-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  background-color: #fdfdfd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.plan-name h3 {
  position: relative;
  padding-bottom: 10px; /* 下線との間隔調整 */
  margin-bottom: 10px!important;
}
.post_content h3 {
    margin: 0.5em 0 1em;
}

/* 下線カスタム（グラデーション） */
.plan-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #2ea9df 30%, #f8b3c8 30%);
  border-radius: 2px;
}

.plan-price {
  font-size: 22px;
  font-weight: bold;
  color: #2ea9df;
  margin-bottom: 5px;
}
.plan-price span{
  font-size : 15px;
}

.plan-detail {
  margin-bottom: 20px;
  margin-top : 20px;
}

.plan-detail h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f0f8ff;
  border-left: 5px solid #2ea9df;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 4px;
}


.plan-detail ul {
  padding-left: 20px;
  margin: 0;
}

.plan-detail li {
  margin-bottom: 5px;
  list-style: disc;
}

.plan-btn-area {
  text-align: center;
  margin-top: 40px;
}

.plan-btn {
  display: inline-block;
  background-color: #ff7f50;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.plan-btn:hover {
  background-color: #ff5722;
}

.option-area {
  padding: 40px 20px;
  background: #f0f8ff;
}


.option-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
}
.option-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #2ea9df 30%, #f8b3c8 30%);
  border-radius: 2px;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.option-box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.option-box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.option-box h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: bold;
}

.option-box p {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.4;
}

.option-price {
  font-weight: bold;
  color: #333;
  font-size: 1em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .option-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .option-grid {
    grid-template-columns: 1fr;
  }
}

/******************************************************
 * よくいただく質問*
 * ***************************************************/
.faq-section-title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #43941f;
  background: #64b241!important;
  margin-bottom : 10px!important;
	color : #fff;
}

.faq-section-title:before,
.faq-section-title:after {
  position: absolute;
  content: '';
}

.faq-section-title:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #43941f;
  border-radius: 50%;
  background: #64b241;
}

.faq-section-title:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #64b241;
}

.faq-section-title i {
  font-size: 3rem!important;
  line-height: 60px;
  color : #fff!important;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.faq-section-title span {
  position: relative;
  z-index: 1;
  font-size : 20px;
  line-height : 30px;
  font-weight : 600;
}

/******************************************************
 * CTA部分*
 * ***************************************************/
.cta-box {
  background: rgba(225, 225, 225, 0.5) !important;
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  margin: 40px auto;
}

.cta-box h3 {
  font-size: 1.6em;
  margin-bottom: 25px;
	color : #ffffff;
}
.cta-box-column h3 {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #ffffff;
}
.cta-box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #2ea9df 30%, #f8b3c8 30%);
  border-radius: 2px;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}

.cta-btn {
  flex: 1 1 250px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* 上詰めで自然な高さに */
  text-align: center;
  padding: 20px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s ease;
  min-height: 120px;
}

/* ボタンごとの色 */
.cta-btn.tel {
  background: #ffd1d1;
  color: #333;
}

.cta-btn.mail {
  background: #d1e8ff;
  color: #333;
}

.cta-btn.line {
  background: #c8f5c1;
  color: #333;
}

/* タイトル（上の1行） */
.cta-title {
  font-size: 1em;
  margin-bottom: 6px;
	color : #333;
}

/* サブ説明テキスト */
.cta-sub {
  font-size: 0.85em;
  color: #555;
  line-height: 1.4;
}

/* 電話番号を大きく・太く */
.tel-number {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
.cta-box h3 {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #fff;
}
.cta-box-column h3 {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #fff;
}
  .cta-btn,
  .cta-btn.tel,
  .cta-btn.mail,
  .cta-btn.line {
    height: 72px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box;
  }

  .cta-title {
    font-size: 1.2em !important;
    margin-bottom: 4px !important;
    line-height: 1.5 !important;
  }

  .cta-sub {
    font-size: 0.85em !important;
    line-height: 1.6 !important;
    margin: 0 0 0 !important;
    padding: 0 !important;
  }

  .tel-number {
    font-size: 1.3em !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
  }
}

/******************************************************
 * 制作サンプル紹介*
 * ***************************************************/
.sample-section {
  padding: 40px 20px 1px 20px;
  background: #fff;
	border : 1px solid #f2f2f2;
}
.sample-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
}

.sample-block {
  margin-bottom: 40px;
}

.sample-subtitle {
  font-size: 1.2em;
  margin-bottom: 15px;
  border-left: 4px solid #a2c8d4;
  padding-left: 10px;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* ★ PCで5列固定 */
  gap: 15px;
	margin-top : 20px;
}
.works-section{
	max-width : 1280px;
	margin : 10px auto;
}
.works-section li{
	float : left;
	width : 33%;
	text-align : center;
	list-style : none;
}

@media screen and (max-width: 768px) {
  .sample-grid {
    grid-template-columns: repeat(3, 1fr); /* ★ スマホで2列 */
  }
.works-section{
	width : auto;
	margin : 10px 15px;
}
.works-section li{
	float : none;
	width : auto;
	text-align : center;
	list-style : none;
}
}

.sample-grid-meishi {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ★ PCで5列固定 */
  gap: 15px;
	margin-top : 20px;
}

@media screen and (max-width: 768px) {
  .sample-grid-meishi {
    grid-template-columns: repeat(2, 1fr); /* ★ スマホで2列 */
  }
}

.sample-grid-meishi2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ★ PCで5列固定 */
  gap: 15px;
	margin-top : 20px;
}

@media screen and (max-width: 768px) {
  .sample-grid-meishi2 {
    grid-template-columns: repeat(1, 1fr); /* ★ スマホで2列 */
  }
}

.sample-grid-web {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ★ PCで5列固定 */
  gap: 15px;
	margin-top : 20px;
}

@media screen and (max-width: 768px) {
  .sample-grid-web {
    grid-template-columns: repeat(2, 1fr); /* ★ スマホで2列 */
  }
}


.sample-grid img{
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
@media screen and (min-width: 769px) {
  .sample-grid-web img {
    max-width: 240px; /* 元画像（500px）より小さい範囲で表示 */
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.sample-grid-web img {
  width: 100%;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  transform: translateZ(0);
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/******************************************************
 * ご相談・制作申込ページ*
 * ***************************************************/
.custom-form-wrapper {
  max-width: 900px;
  margin: 20px auto;
  font-family: 'Helvetica Neue', sans-serif;
  color: #1c1f4a;
}

.form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  gap: 32px;
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
}

.form-row label {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.4;
}

.form-row .required-label::after {
  content: '必須';
  font-size: 11px;
  color: #fff;
  background-color: #ff2768;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 8px;
  vertical-align: middle;
}

.form-row .form-input {
  width: 70%;
}

.form-row .form-input input[type="text"],
.form-row .form-input textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
}

textarea {
  resize: vertical;
}

.checkbox-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.note {
  font-size: 13px;
  color: #888;
  margin-top: 6px;
  display: block;
}

@media (max-width: 768px) {
  .form-row {
    display: block;
    margin-bottom: 32px;
    padding: 16px;
    background-color: #fdf4f6;
    border-radius: 10px;
    border-bottom: none;
  }

  .form-row label {
    width: 100%;
    margin-bottom: 8px;
  }

  .form-row .form-input {
    width: 100%;
  }
.form-row .required-label {
  display: block;
  margin-bottom: 15px;
}
}

.submit-area {
  text-align: center;
  margin-top: 50px;
}

.submit-area input[type="submit"] {
  background-color: #1c1f4a;
  color: #fff;
  font-size: 16px;
  padding: 16px 40px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-area input[type="submit"]:hover {
  background-color: #333366;
}


/******************************************************
 * 予約システムの比較表*
 * ***************************************************/
.reservation-comparison {
  overflow-x: auto;
  margin: 20px 0;
}

.reservation-comparison table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 600px;
}

.reservation-comparison th,
.reservation-comparison td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.reservation-comparison thead {
  background-color: #f8f8f8;
}

.reservation-comparison th {
  background-color: #f0f0f0;
  font-weight: bold;
  white-space: nowrap;
}

.reservation-comparison tr:nth-child(even) {
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .reservation-comparison table {
    font-size: 14px;
  }
}
            @media (min-width: 960px) {
                #main_content .p-toc {
                    width:auto;
                }
            }

/*トップページギャラリーブロック*/
.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  max-width: 1200px;
}

.custom-gallery .gallery-item {
  width: calc(100% / 6 - 10px);
}

.custom-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

/* ✅ スマホ時に3列（最大767px） */
@media screen and (max-width: 767px) {
  .custom-gallery .gallery-item {
    width: calc(100% / 3 - 10px);
  }
}

/*0708追加css*/
/* 上下のテキストブロックの余白調整 */
.custom-price-text-top {
  margin-bottom: 10px;
}

.custom-price-text-bottom {
  margin-top: 10px;
  color : #f74a4a;
	font-size : 17px;
}

/* SWELLのボタンのマージン調整 */
.swell-block-button.red_.is-style-btn_shiny {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.special-offer-box {
  border: 1px dashed #f7941d;
  background-color: #fff8ef;
  padding: 16px 20px;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #f74a4a;
  line-height: 1.6;
}

.special-offer-box i {
  color: #f74a4a;
  margin-right: 6px;
  font-size: 18px;
}

.line-green-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #06C755;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1.5;
  transition: background-color 0.2s ease;
  text-align: center;         /* 中央揃えにする */
  width: 100%;                /* 必要に応じてボタン幅を調整 */
  max-width: 280px;           /* スマホでの見切れ防止に */
}
.line-green-button:hover {
  background-color: #05b14c;
}

/************************************
 * 無料診断ページ*
 * **********************************/
.page-id-926 #header,
.page-id-926 #fix_header,
.page-id-926 #header-fix,
.page-id-926 .l-header__bar,
.page-id-926 .c-fix-header {
  display: none !important;
}

.page-id-926 .c-pageTitle {
  display: none;
}
.page-id-926 .c-infoBar {
  display: none;
}
/* パンクズを非表示 */
.page-id-926 #breadcrumb {
  display: none;
}

.page-id-926 .free-check-hero {
  text-align: center;
  background-color: #fff8f2;
  padding: 10px 0px;
}


/* 本文の余白をなくす */
.page-id-926 .l-mainContent__inner > .post_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* トップセクション全体 */
.free-check-hero {
  text-align: center;
  background-color: #fff8f2;
  padding: 0px!important;
  margin-bottom: 0;
}

/* 画像が下に余白を作らないようにする */
.free-check-hero img {
  display: block;
  margin: 0 auto;
}
/* トップ画像 */
.hero-image img {
  max-width: 100%;
  height: auto;
}

/* リード文 */
.hero-lead {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #444;
	font-weight : 600;
}

/* ボタンエリア全体（中央揃え＋間隔） */
.hero-button-wrap {
  display: flex;
  justify-content: center;
  gap: 20px; /* ボタンの左右間隔 */
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* 共通ボタンスタイル（幅揃え＋見た目） */
.hero-button {
  color: #fff;
  font-size: 1.1rem;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
  text-align: center;
  white-space: nowrap;  /* ✅ 折り返し禁止 */
  width: 340px;          /*  両方同じ幅に固定 */
  box-sizing: border-box;
}

/* すでにお持ちの方（青） */
.btn-already {
  background-color: #007acc;
}
.btn-already:hover {
  background-color: #005f99;
}

/* 開業準備中の方（オレンジ） */
.btn-newstart {
  background-color: #f39c12;
}
.btn-newstart:hover {
  background-color: #d68910;
}

/* モバイル対応（スマホでは幅を自動調整） */
@media screen and (max-width: 600px) {
  .hero-button {
    width: 90%;
    font-size: 1rem;
    padding: 12px 20px;
    margin-bottom: 12px;
  }
  .hero-button-wrap {
    gap: 12px;
  }
}

/*悩み部分*/
.nayami-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}

.nayami-ttl {
  text-align: center;
  font-size: 24px;
	line-height : 34px;
  font-weight: bold;
	color : #ffffff;
  margin-bottom: 20px;
}
.trouble-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
	background : #fff;
	padding : 20px;
	border-radius : 15px;
}

.trouble-title {
  font-size: 24px;
	line-height : 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

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

.trouble-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.6;
	margin-left : -20px;
	font-weight : 600;
}

.check-icon {
  background: #62BCD5;
  color: #ffffff!important;
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.trouble-call {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: #cc3300;
  font-weight: bold;
}

/*丁寧に診断チェックします*/
.shindancheck-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}

.shindancheck-ttl {
  text-align: center;
  font-size: 24px;
	line-height : 34px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.trouble-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
	background : #fff;
	padding : 20px;
	border-radius : 15px;
}

.trouble-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.shindancheck-icon {
  background: #FDD834;
  color: #333!important;
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.trouble-call {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
	line-height : 28px;
  color: #cc3300;
  font-weight: bold;
}
/* スマホ対応 */
@media screen and (max-width: 767px) {
.trouble-section {
  width: auto;
  margin: 0 15px;
  padding: 0px 20px;
	background : #fff;
	padding : 20px;
	border-radius : 15px;
}
}

/* 選ばれる理由 */
.reason-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 20px 30px 20px;
}

.reason-ttl {
  text-align: center;
  font-size: 24px;
	line-height : 34px;
  font-weight: bold;
  color: #d04b09;
}
.reason-ttl span{
	font-size : 18px;
}

.reason-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.reason-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	  border : 1px solid #a48827;
  padding: 20px;
  width: calc(50% - 20px);
  box-sizing: border-box;
  transition: transform 0.2s ease;
}

.reason-box:hover {
  transform: translateY(-4px);
}

.reason-number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d04b09;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 10px; /* 中央配置 & 下に余白 */
}


.reason-heading {
  font-size: 1.5em;
	font-weight : 600;
	color : #d04b09;
  margin: 10px 0;
	text-align : center;
}
/* スマホ対応 */
@media screen and (max-width: 767px) {
.reason-heading {
	text-align : center;
  font-size: 1.4em;
	line-height : 1.3em;
}
}

.reason-img {
  width: 100%;
  border-radius: 12px;
  margin: 10px 0;
}

.reason-text {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .reason-box {
    width: auto;
	  margin : 0 15px;
	  border : 1px solid #a48827;
  }
}

/* お客様の声 */
.kansou-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.kansou-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #e65481;
}
.voice-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; /* スマホ時の左右余白 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.voice-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.voice-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e65481;
}

.voice-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.voice-name {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  text-align: right;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .voice-container {
    padding: 0 15px; /* スマホ時の左右余白調整 */
  }
  .voice-box {
    width: 100%;
  }
}

/*まだホームページをお持ちでない方*/
.nonepage-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.nonepage-ttl {
  text-align: center;
  font-size: 24px;
  line-height : 34px;
  font-weight: bold;
  color: #333;
}
/* 不要：横並びレイアウト用 */
.nohp-title {
  font-size: 22px;
  font-weight: bold;
  color: #d04b09;
  margin-bottom: 15px;
}
/* スマホ対応 */
@media screen and (max-width: 768px) {
.nohp-title {
	text-align : center;
}
}
.nohp-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.nohp-text-area {
  flex: 1 1 60%;
  min-width: 280px;
}

.nohp-image{
	text-align : center;
	margin : 20px 0px;
}


/*MEO対策*/
.meo-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.meo-ttl {
  text-align: center;
  font-size: 24px;
  line-height : 34px;
  font-weight: bold;
  color: #333;
}
.meo-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.meo-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}


/*制作デザイン例*/
.sample-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.sample-ttl {
  text-align: center;
  font-size: 24px;
  line-height : 34px;
  font-weight: bold;
  color: #333;
}
.design-text{
	max-width : 1080px;
	margin : 10px auto;
	text-align : center;
}
/* 共通スタイル */
.custom-swiper {
	max-width : 1080px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden; /* はみ出し完全防止 */
  box-sizing: border-box;
}

/* スライド内画像 */
.custom-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* スマホ時の完全1枚表示と余白（←ここが決め手） */
/* 外側ラッパー：ここに余白をつける */
@media screen and (max-width: 699px) {
  .swiper-wrapper-outer {
    padding: 0;
    box-sizing: border-box;
  }

  /* Swiper本体は余白なし、幅いっぱいでOK */
  .custom-swiper {
    padding: 0 !important;
    margin: 0 auto;
    width: 100% !important;
    overflow: hidden;
  }

  .custom-swiper .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px!important;
  height: 36px;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow: hidden;
}

/* デフォルトの矢印は完全に非表示 */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* カスタム矢印（▶・◀ で形よく、小さめ） */
.swiper-button-next::before,
.swiper-button-prev::before {
  content: '▶'; /* 見た目がよい三角形 */
  font-size: 14px;  /* ← 最初の控えめサイズに戻しました！ */
  color: #333;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  transform: translateY(1px);
}

/* 左矢印 */
.swiper-button-prev::before {
  content: '◀';
}

.featured-design {
  text-align: center;
  margin: 10px auto 40px;
  padding: 0 20px;
  max-width: 900px;
}
.jirei-ttl{
	font-size : 1.2em;
	font-weight : 600;
	color : #333;
	border : 2px solid #555151;
	padding : 3px 0px;
	width : 280px;
	margin : 0 auto;
	border-radius : 8px;
}

.featured-wrapper {
  margin-top: 20px;
}

.featured-image {
  width: 100%;
  max-width: 780px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.featured-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}
.featured-text-2 {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.featured-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff7f50;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.featured-btn:hover {
  background-color: #ff6347;
}



/*よくある質問*/
.qa-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.qa-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.qa-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px;
}

.qa-box {
  background: #fdfdfd;
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.qa-question {
  font-weight: bold;
  color: #cc0000; /* 質問の■と文字を赤系で */
  margin: 0 0 10px;
  line-height: 1.7;
	font-size : 18px;
}

.qa-answer {
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding-left: 0em;
  position: relative;
}

/* CTA */
.cta-block {
  text-align: center;
  background: #fffef8;
  padding: 30px 20px;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 800px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.cta-block .cta-lead {
	background : #e44d00;
	padding : 5px 0px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
	line-height : 1.3em;
	border-radius : 10px;
}
.cta-block .cta-title {
  font-size: 1.5em!important;
	line-height : 1.5em;
  color: #cc0000;
  margin: 15px 0;
  font-weight: bold;
}

.cta-block .cta-sub {
  font-size: 1em;
  margin-bottom: 25px;
  color: #333;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
	margin-top : 20px
}

.cta-buttons a {
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}

.btn-mail {
  background-color: #005bac;
  color: #fff;
	width : 300px;
}

.btn-line {
  background-color: #00c300;
  color: #fff;
	width : 300px;
}

.cta-note {
  font-size: 0.9em;
  color: #666;
	font-weight : 600;
}
.pet-industry-note {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin: 20px 0 0 0px;
  line-height: 1.6;
}


/*診断（相談）の流れ*/
.flow-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.flow-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #1183b3;
}

/*自己紹介*/
.profile-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.profile-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

/* 自己紹介セクション */
.profile-section {
  background: #D582B2;
  padding: 0px 0px 30px 0px; /* ← 下を広くする */
  color: #fff;
}
.profile-image-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc; /* 必要なら */
  width: fit-content;
  margin: 0 auto;
}
.profile-image-box img {
  display: block;
  max-width: 100%;
  height: auto;
}



.profile-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #333;
}

.profile-image {
  flex: 1 1 0px;
  text-align: center;
}

.profile-image img {
  max-width : auto;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.profile-text {
  flex: 1 1 600px;
	text-align : left;
}

.profile-name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
	text-align : center;
	line-height : 25px;
	padding-top : 30px;
}
.name-s{
	font-size : 20px;
}
.profile-message {
  font-size: 16px;
  line-height: 1.8;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .profile-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .profile-text {
    flex: 1 1 100%;
  }

  .profile-image {
    margin-bottom: 20px;
  }
.design-text{
	width : auto;
	margin : 10px 15px;
	text-align : left;
}
}

/*無料診断フォーム*/
.form-title-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.form-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
/* === 基本フォームボックス === */
.form-wrapper {
  max-width: 800px;
  margin: 20px auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  box-sizing: border-box;
  color: #333;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.required {
  background: #f3f3f3;
  color: #d00;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 10px;
}

.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkbox-group label {
  font-weight: normal;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.note {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}

.button-wrap {
  text-align: center;
}

.button-wrap input[type="submit"] {
  background: #91cfcf;
  color: #fff;
  padding: 14px 40px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.button-wrap input[type="submit"]:hover {
  background: #74b7b7;
}

@media screen and (max-width: 600px) {
  .form-wrapper {
    padding: 25px 20px;
    margin: 0px 15px;
  }
}

/*追加*/
.chance-nogasu {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 900;
  margin: 50px 0 30px;
  color: #cc0000;
}
.kanzenmuryou{
	font-size : 1.4em;
	color : #cc0000;
	font-weight : bold;
	line-height : 1.2em
}
@media screen and (max-width: 600px) {
.chance-nogasu {
  margin: 30px 0 15px!important;
	font-weight : bold!important;
}
}

.nogasu-text {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.shindan-naiyou{
	width : 180px;
	margin : 15px auto 25px;;
	text-align : center;
	border : 2px solid #333;
	border-radius : 50px;	
}

/* 黄色背景＋箇条書き＋ボタン */
.lp-benefit-section {
  background-color: #ffd700;
  padding: 25px 20px;
  margin: 20px auto;
  border-radius: 12px;
  max-width: 800px;
  font-weight: 600;
  font-size: 1.2em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* 箇条書きリスト */
.lp-benefit-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
}

/* 各項目 */
.lp-benefit-list li {
  margin-bottom: 12px;
	margin-left : -20px;
}

.lp-benefit-list li:last-child {
  margin-bottom: 0;
}

/* ボタン外側（中央寄せ） */
.lp-btn-wrap {
  text-align: center;
	margin-top : 20px;
}

/* ボタン本体 */
.lp-btn {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  animation: shake 0.8s infinite; /* 追加 */
}

.lp-btn:hover {
  background-color: #cc0000;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}
.lp-note {
  font-size: 0.85em; /* 小さめ文字 */
  color: #666; /* 薄いグレー */
  margin-top: 15px; /* ボタンとの間隔 */
  line-height: 1.4;
	text-align : center;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .chance-nogasu {
    font-size: 1.6em;
  }
  .nogasu-text {
    font-size: 1.1em;
  }
  .lp-benefit-section {
    padding: 18px 14px;
    font-size: 1em;
  }
  .lp-benefit-list {
    font-size: 1em;
	  text-align : left;
  }
  .lp-btn {
    font-size: 1.1em;
    padding: 14px 30px;
    width: 100%;
    max-width: 320px;
  }
  .lp-note {
    font-size: 0.8em;
	  margin-top : 15px;
	  text-align : left;
  }
}

/*追加0807*/
.-btn-n>.c-mvBtn__btn {
    color: #333;
    font-weight : 600;
}
.swell-block-fullWide__inner p{
    padding : 20px 0px;
}
.swell-block-faq{
	margin-top : 15px;
}
.wp-block-image {
    text-align: center;
    margin-top : 25px;
}
.swell-block-faq .faq_a {
    line-height: 1.5;
    padding: 0em 1em 1em 3em;
    position: relative
}
.post_content p{
    padding : 20px 0px 0px 0px;
}
.faq_a p{
    padding : 10px 0px 0px 0px;
}
.is-style-bg_stripe{
	padding : 15px!important;
	margin-top : 15px;
}