

@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 100;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
  margin: 0px;
}
body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-image: url('../img/bg.png');
  background-size: cover;
  background-position: fixed;
}

menu, ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ← ヘッダー */

header {
  width: 100%;
}
header .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 15px 0px;
  justify-content: space-between;
  align-items: center;
  /* ← これで上下中央に配置 */
}
header.sticky {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  /* 背景色を入れてください（透明だと後ろが透ける） */
  transition: all 0.3s ease;
}
header {}
header .inner .left {
  float: left;
}
header img.logo {
  width: 215px;
  margin-left: 20px;
}
header img.contact {
  width: 160px;
}
.top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  min-height: 750px;
}
.top_cont {
  width: 100%;
  margin: 0px;
  float: none;
  overflow: hidden;
  height: 100%;
}
.top img {
  width: 100%;
}
.top .center img, div.center img{
  width: 40px;
  vertical-align: middle;
  float: left;
  margin-top: 13px;
}
.top .center, div.center{
  background: #06c755;
  width: 300px;
  margin: 0 auto;
  margin-top: 80px;
  border-radius: 30px;
  padding: 0px 10px;
  height: 60px;
  line-height: 60px;
  display: block;
}
.top .center a, div.center a{
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.top .right {
  width: 50%;
  float: right;
}
.top .right img.img1 {
  width: 260px;
  margin-top: 40px;
  transform: rotate(20deg);
}
.top .right img.img2 {
  width: 400px;
  transform: rotate(-10deg);
  margin-bottom: 40px;
  margin-right: 60px;
}
.top .left {
  width: 45%;
  float: left;
  font-size: 20px;
}
.top .left {}
.top .left p {
  font-weight: bold;
  text-align: left;
}
.top .left p.txt1 {
  margin-top: 160px;
}
.top .left p.txt2 {
  float: left;
}
.top .left h1 {
  float: left;
  font-size: 25px;
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.top .left img.txt1 {}
.top .left img.txt2 {
  margin: 0px;
  margin-top: 20px;
  width: 550px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner .left {
    margin: 0px;
    text-align: left;
    pdding-left: 20px;
  }
  header img.logo {
    width: 60%;
    max-width: 180px;
    margin-left: 40px;
  }
  header img.contact {
    width: 100%;
    max-width: 140px;
    margin-right: 20px;
  }
  header .right {
    b
  }
  .top {
    width: 100%;
    padding-bottom: 60px;
    position: relative;
    min-height: auto;
  }
  .top .left h1 {
    bottom: 0px;
    margin: 0px;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  header {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top .right {
    width: 100%;
    min-height: 250px;
  }
  .top .left {
    width: 100%;
  }
  .top .right img.img1 {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 20px;
    max-width: 180px;
    margin-top: 40px;
    transform: rotate(10deg);
  }
  .top .right img.img2 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 20px;
    max-width: 200px;
    margin-right: 5%;
  }
  .top .left img.txt2 {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 30px;
  }
  .top .left p.txt1 {
    margin-top: 10px;
  }
  .top .left img.txt1 {
    width: 100%;
    max-width: 300px;
    margin: 0px !important;
  }
	.top .center{margin-top:40px;}
}
/* ↑↑↑ ヘッダー */
.img-wrap {
  display: inline-block;
  text-align: left;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 100%);
  mask-image: linear-gradient(to right, black 0%, black 100%);
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: revealMask 1s ease-out forwards;
}
.img-wrap.txt1 {
  animation-delay: 0s;
}
.img-wrap.txt2 {
  animation-delay: 0.5s;
}
.img-wrap.txt3 {
  animation-delay: 1s;
}
@keyframes revealMask {
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
section {
  width: 100%;
  text-align: center;
  padding: 80px 0px 100px;
  position: relative;
}
section h2 {
  font-size: 48px;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  font-weight: bold;
  color: #01003a;
}
p.navy {
  color: #01003a;
  margin-top: 20px;
}
.about {
  background: #01003a;
  text-align: center;
}
.about p {
  color: white;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
}
.about img {
  width: 50%;
  max-width: 450px;
  margin-top: 0px;
}
.about img.contact {
  width: 40%;
  max-width: 300px;
  margin-top: 40px;
}
.strong {
  color: #01003a;
}
.strong img {
  width: 60px;
  vertical-align: middle;
  margin: 0px 10px;
}
.strong p {
  margin: 0px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
}
ul.three {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 80%;
  max-width: 800px;
}
ul.three li {
  width: 30%;
  list-style: none;
}
ul.three li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
section.support, .build {
  background: white;
  padding: 20px 0px;
}
section.support{
	background-image: url('../img/bg_support.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.build{
	background-image: url('../img/bg_build.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

img.support_txt, img.tech_txt {
  position: absolute;
  width: 20%;
  max-width: 100px;
}
img.support_txt {
  top: 0px;
  left: -5px;
}
img.tech_txt {
  position: absolute;
  top: 0px;
  right: -5px !important;
}
.support p, .technology p, .build p {
  margin-top: 20px;
  font-weight: bold;
}
ul.supports {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
ul.supports li {
  margin-top: 20px;
  width: 80%;
  list-style: none;
}
ul.supports li img {
  width: 100%;
  margin: 0 auto;
}
.banner img.banner_img {
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 60px;
}
.banner ul.three li {
  margin-top: 40px;
}
.faq {
  background: white;
  padding: 60px 0px;
  text-align: center;
	background-image: url('https://m-scheme.com/wp-content/themes/ms/lp/img/bg_faq.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

  background-attachment: fixed;
}
.faq ul {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
}
.faq ul li {
  max-width: 700px;
  width: 100%;
  position: relative;
  text-align: center;
}
.faq .question {
  background-color: #01003a;
  cursor: pointer;
  font-weight: bold;
  height: 60px;
  max-width: 700px;
  width: 100%;
  line-height: 60px;
  color: #14017f;
  font-size: 16px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  color: white;
  font-weight: bold;
}
.faq .question span {
  float: left;
  font-weight: bold;
  margin-left: 20px;
}
.faq .question p::after {
  content: "+";
  float: right;
  transition: transform 0.3s ease;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
}
.faq .question p {
  font-weight: bold;
}
.faq .question.active p::after {
  transform: rotate(45deg);
  /* ＋ → × に回転 */
}
.faq .inner {
  height: 70px;
  margin-top: 20px;
}







@media screen and (max-width: 768px) {
  section {
    padding: 40px 0px;
  }
  section p {
    font-size: 15px;
  }
  section h2 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    font-weight: bold;
    color: #01003a;
  }
  .about img {
    width: 70%;
    max-width: 450px;
    margin-top: 0px;
  }
  .about img.contact {
    width: 60%;
    max-width: 300px;
    margin-top: 40px;
  }
  .about p {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
  }
  ul.three {
    margin-top: 10px;
    width: 98%;
  }
  ul.three li {
    width: 95%;
    list-style: none;
    margin-top: 30px;
  }
  ul.three li img {
    width: 100%;
    list-style: none;
    margin-top: 30px;
  }
  ul.three.two_sp {
    width: 100%;
  }
  ul.three.two_sp li {
    width: 48%;
    list-style: none;
    margin-top: 20px;
  }
  ul.three.two_sp img {
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  ul.supports {
    width: 95%;
  }
  ul.supports li {
    margin-top: 10px;
  }
  .faq ul {
    width: 90%;
  }
  .faq .question {
    font-size: 13px;
    font-weight: 300;
  }
  .faq .question img, .answer img {
    vertical-align: middle;
    margin-right: -20px;
    margin-left: 5px;
  }
  .faq .question p {
    width: 100%;
  }
  .faq .question span {
    display: block;
  }
  img.banner_img {
    width: 95%;
    margin-top: 0px;
  }
}
.answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  display: none;
}
.answer p {
  position: relative;
  text-align: left;
  width: 80%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.faq .answer p::before {
  content: "A";
  position: absolute;
  top: 0px;
  left: -30px;
  transition: transform 0.3s ease;
  font-size: 24px;
  font-weight: bold;
}
.answer.open {
  max-height: 200px;
  /* 十分な高さに設定 */
  display: block;
  max-width: 700px;
  width: 100%;
  opacity: 1;
  margin-top: 0px;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  color: #14017f;
  font-size: 16px;
  padding: 20px 0px;
  line-height: 1.3;
  border-radius: 10px;
  border: solid 2px #14017f;
  border-radius: 10px;
}
.access .inner{  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
	margin-top:60px;
	gap: 30px;
	overflow: hidden;
	
}
.access .inner .left, .access .inner .right{width:35%;}
.access .inner .right{text-align: left; }
.access .inner .right p{line-height: 1.6;font-weight: 300;}
.access .inner .right p span{font-weight: 500;}
.access .inner .right dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin:0px; 
padding:0px;
	margin-top:0px;
}
.access .inner .right dt {
  width: 20%;
  padding-bottom: 10px;
  margin-bottom: 0px;
	font-weight: 500;
	
}

.access .inner .right dd {
  width: 70%;
  padding-bottom: 10px;
  margin-bottom: 0px;
	line-height: 1.6;
}
	.access .inner .right iframe{width:80%; height: 80%;}

.access .inner .right .slide{width:40%;}
.slide img{display: block; }
.slick-arrow:before{
	content:""!important;
}
footer {
  padding: 80px;
  font-size: 10px;
  text-align: center;
  color: #14017f;
}
img.line_stick{position:fixed;left:8%;width:18%; max-width:100px; bottom:10px; z-index:11;}
@media screen and (max-width: 768px) {
	img.line_stick{position:fixed;left:3%;width:18%; max-width:100px; bottom:10px; z-index:11;}
.access .inner .left, .access .inner .right{width:90%;}

	.access .inner .right iframe{ display: block; margin:0 auto; width:100%; height:200px; margin-top:30px;}
	
	
}


/*フォーム */

section.form .page-content {
  max-width: 650px;
	width:90%;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-top:40px;
}

/* 左揃え */
.wpcf7-form {
  text-align: left;
}

/* 各項目のマージン調整 */
.wpcf7-form p {
  margin-bottom: 1.5rem;
}

/* ラベルのスタイル */
.wpcf7-form label {
  font-weight: 900 !important;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
  color: #333;
	margin-top:20px;
	

}

/* 入力フォーム */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
	margin-top:10px;
}
.wpcf7-form input[type="number"]{width:20%;}
/* フォーカス時 */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
  outline: none;
}

/* テキストエリア */
.wpcf7-form textarea {
  resize: vertical;
  min-height: 150px;
}

/* ボタン */
.wpcf7-form .wpcf7-submit {
  background-color:#01003a;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
	display: block;
	margin: 0 auto;
		border:solid 1px #01003a;

}

.wpcf7-form .wpcf7-submit:hover {
  background-color: white;
	color:#01003a;
	border:solid 1px #01003a;
}

.wpcf7-response-output {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #d63638;
}

/* ====== 横並びエリア（名前・年齢） ====== */
.wpcf7-form .inline-fields {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
margin-bottom:10px;
}

/* 個々のフィールドを均等に */
.wpcf7-form .inline-fields p {
  flex: 1;
  margin-bottom: 0;
  line-height: 1.6;
}




/* 時間選択フィールドのラベル */
.wpcf7-form .inline-fields br + span {
  font-weight: 500;
  color: #01003a;
  margin: 0 0.5rem;
}

/* 時間選択フィールドの説明テキスト */
.wpcf7-form .inline-fields p {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

/* 時間選択フィールドのホバー効果 */
.wpcf7-form .inline-fields input:hover,
.wpcf7-form .inline-fields select:hover {
  border-color: #01003a;
}

/* 時間選択フィールドの必須項目のスタイル */
.wpcf7-form .inline-fields .wpcf7-validates-as-required {
}

.wpcf7-form .inline-fields .wpcf7-validates-as-required:focus {
  border-color: #01003a;
  box-shadow: 0 0 0 2px rgba(1, 0, 58, 0.1);
}

/* 時間選択フィールドのエラー状態 */
.wpcf7-form .inline-fields .wpcf7-not-valid {
  border-color: #ff6b6b !important;
  background-color: #fff5f5;
}

.wpcf7-form .inline-fields .wpcf7-not-valid:focus {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

/* ===== inline-fields2 のスタイル ===== */
/* 時間選択フィールドのスタイル */
.wpcf7-form div.title{margin:0px; color:red;padding:0px;
}
.wpcf7-form div.title p{margin:0px; padding:0px;font-weight: 900 !important;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
  color: #333;}
.wpcf7-form .inline-fields2 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.3rem !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  align-items: center !important;
}

/* 時間選択フィールド内の要素 */
.wpcf7-form .inline-fields2 .wpcf7-form-control-wrap {
  display: inline-block !important;
	padding: 0px;
  margin: 0 0.25rem !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* inline-fields2内のp要素を横並びに */
.wpcf7-form .inline-fields2 p{margin:0px; padding:0px;}

/* 週の入力フィールド */
.wpcf7-form .inline-fields2 input[type="number"] {
  width: 80px !important;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  text-align: center;
  background: #fff;
  transition: border-color 0.3s ease;
	margin:0px;
}

.wpcf7-form .inline-fields2 input[type="number"]:focus {
  border-color: #01003a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(1, 0, 58, 0.1);
}

/* 時間選択のセレクトボックス */
.wpcf7-form .inline-fields2 select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s ease;
  min-width: 60px;
}

.wpcf7-form .inline-fields2 select:focus {
  border-color: #01003a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(1, 0, 58, 0.1);
}




/* 時間選択フィールドのラベル */
.wpcf7-form .inline-fields2 br + span {
  font-weight: 500;
  color: #01003a;
  margin: 0 0.5rem;
}

/* 時間選択フィールドの説明テキスト */
.wpcf7-form .inline-fields2 p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* 時間選択フィールドのホバー効果 */
.wpcf7-form .inline-fields2 input:hover,
.wpcf7-form .inline-fields2 select:hover {
  border-color: #01003a;
}



.wpcf7-form .inline-fields2 .wpcf7-validates-as-required:focus {
  border-color: #01003a;
  box-shadow: 0 0 0 2px rgba(1, 0, 58, 0.1);
}

/* 時間選択フィールドのエラー状態 */
.wpcf7-form .inline-fields2 .wpcf7-not-valid {
  border-color: #ff6b6b !important;
  background-color: #fff5f5;
}

.wpcf7-form .inline-fields2 .wpcf7-not-valid:focus {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}
.wpcf7-form .inline-fields label.title3{margin-top:0px;}
.wpcf7-form .inline-fields label.title3 span.name{font-weight: 400 !important;font-size:12px; display: block;}
/* チェックボックス 左揃え + カスタムスタイル */
.wpcf7-form .checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  user-select: none;
	width: 50%;
}

.wpcf7-form .checkbox-group input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 0.5rem;
  position: relative;
  background-color: #fff;
  transition: all 0.2s;
}

.wpcf7-form .checkbox-group input[type="checkbox"]:checked {
  background-color: #0073aa;
  border-color: #0073aa;
}

.wpcf7-form .checkbox-group input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: #fff;
  font-size: 14px;
  left: 4px;
  top: 0;
}

.wpcf7-form .checkbox-group input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.3);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #999;         /* 文字色 */
  font-size: 0.95rem;  /* フォントサイズ */
  font-style: italic;  /* イタリックにしたい場合 */
  opacity: 1;          /* 一部ブラウザで薄く表示されないように */
}

/* Contact Form 7のデフォルトスタイルをリセット */
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
}

/* チェックボックスを横並びにする - より強力なスタイル */
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  width: calc(50% - 10px) !important;
  min-width: 200px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  flex: 0 0 calc(50% - 10px) !important;
  margin: 0 !important;
  padding: 5px 0 !important;
}

/* チェックボックスとラジオボタンの入力要素 */
.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7-form .wpcf7-radio input[type="radio"] {
  margin-right: 8px !important;
  flex-shrink: 0 !important;
}

/* ラベル要素 */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
	.wpcf7-form input[type="number"]{width:35%;}
	
	/* 時間選択フィールドのモバイル対応 */
	.wpcf7-form .inline-fields {
		padding: 0.75rem;
		gap: 0.75rem;
	}
	
	.wpcf7-form .inline-fields p {
		font-size: 0.85rem;
		line-height: 1.5;
	}
	
	.wpcf7-form .inline-fields input[type="number"] {
		width: 60px !important;
		padding: 6px 8px;
		font-size: 0.85rem;
		height:45px;
		text-align: center;
	}
	
	.wpcf7-form .inline-fields select {
		padding: 6px 8px;
		font-size: 0.85rem;
		min-width: 50px;
	}
	
	.wpcf7-form .inline-fields input[type="date"] {
		padding: 6px 8px;
		font-size: 0.85rem;
		min-width: 120px;
	}
	
	.wpcf7-form .inline-fields .wpcf7-form-control-wrap {
		margin: 0 0.15rem;
	}
	
	/* inline-fields2 のモバイル対応 */
	.wpcf7-form .inline-fields2 {
		padding: 0.75rem;
		gap: 0.75rem;
		padding-left:20px;
		
	}
	
	.wpcf7-form .inline-fields2 p {
width:100%;
		
	}
	
	.wpcf7-form .inline-fields2 p {
		font-size: 0.85rem;
		line-height: 1.5;
		margin:0px;
	}
		.wpcf7-form .inline-fields2 .title2{ color:red;}

	.wpcf7-form .inline-fields2 input[type="number"] {
		width: 60px !important;
		padding: 6px 8px;
		font-size: 0.85rem;
		height:45px !important;
		margin-bottom:20px;
	}
	
	.wpcf7-form .inline-fields2 select {
		padding: 6px 8px;
		font-size: 0.85rem;
		min-width: 50px;
		height:45px !important;
		text-align: center;
		background: white;
	}
	
	
	
	.wpcf7-form .inline-fields2 .wpcf7-form-control-wrap {
		margin: 0 0.15rem;
	}
	
	section.form .page-content {
		width: 85%; 
		margin: 0 auto; 
		margin-top: 40px; 
		padding: 20px 15px; 
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	}
}

/* より小さいスマホ画面用 */
@media screen and (max-width: 480px) {
	/* 時間選択フィールドの小画面対応 */
	.wpcf7-form .inline-fields {
		padding: 0.5rem;
		gap: 0.5rem;
	}
	
	.wpcf7-form .inline-fields p {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	
	.wpcf7-form .inline-fields input[type="number"] {
		width: 50px !important;
		padding: 5px 6px;
		font-size: 0.8rem;
	}
	
	.wpcf7-form .inline-fields select {
		padding: 5px 6px;
		font-size: 0.8rem;
		min-width: 45px;
	}
	
	
	
	.wpcf7-form .inline-fields .wpcf7-form-control-wrap {
		margin: 0 0.1rem;
	}
	
	/* inline-fields2 の小画面対応 */
	.wpcf7-form .inline-fields2 {
		padding: 0.5rem;
		gap: 0.5rem;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	
	.wpcf7-form .inline-fields2 p {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 0.15rem !important;
	}
	
	.wpcf7-form .inline-fields2 p {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	.wpcf7-form .inline-fields2 input[type="number"] {
		width: 60px !important;
		padding: 5px 6px;
		font-size: 0.8rem;
		height:45px;
	}
	
	.wpcf7-form .inline-fields2 select {
		padding: 5px 6px;
		font-size: 0.8rem;
		min-width: 45px;
				height:45px;

	}
	
	.wpcf7-form .inline-fields2 input[type="date"] {
		padding: 5px 6px;
		font-size: 0.8rem;
		min-width: 100px;
	}
	
	.wpcf7-form .inline-fields2 .wpcf7-form-control-wrap {
		margin: 0 0.1rem;
	}
	
	section.form .page-content {
		width: 90%; 
		margin: 0 auto; 
		margin-top: 20px; 
		padding: 15px 10px; 
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	}
}
