@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-appearance: none;
	box-sizing: border-box;
}
/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
/*-------------------------------------------------
	all
-------------------------------------------------*/
body {
	width: 100%;
	font-size: 19px;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #4B4040;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
	transition: all 0.3s ease;
}
a img {
	transition: all 0.3s ease;
}
a:hover ,
a:hover img {
	opacity: 0.8;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}

.all_wrap{
	overflow: hidden;
}


/* SP
------------------ */
@media screen and (max-width: 860px) {
	body {
		min-width: 100%;
	}
	
	.all_wrap{
		overflow: visible;
		padding-bottom: 80px;
	}

	
	header,
	#cv_sp,
	#plan,
	#banner,
	#service,
	#start,
	#price,
	#flow,
	#faq,
	#map,
	footer{
		overflow: hidden;
	}
	
}



/* 初期はPC表示にしてSP非表示 */
.only-sp {
  display: none;
}

/* スマホ（例: 768px以下）のときは逆にする */
@media screen and (max-width: 860px) {
  .only-pc {
	display: none;
  }
  .only-sp {
	display: block;
  }
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

:root{
  --orange: #FF6928;
  --text: #4B4040;
}



/*------------------------------------------------
	contents
------------------------------------------------*/

/*------------------------------------------------
	header
------------------------------------------------*/

header{ background: white;}

header .inner{ 
	padding: 19px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: white;
	}
	
header h1{ max-width: 280px; line-height: 0;}

header .right{
	display: flex;
	height: 47px;
}

header .right .tel{
	display: flex;
	height: 47px;
	padding-right: 20px;
}
header .right .tel img{
	height: 47px;
	margin-right: 3px;
}
header .right .tel p { margin-bottom: 3px;}
header .right .tel p img{
	height: 32px;
}
header .right .tel span{
	font-size: 10px;
	color: #4B4040;
	line-height: 1.2em;
	display: block;
	text-align: justify;
    text-align-last: justify;
}



header .right .btn {
  display: inline-block;         /* インライン要素として横並び可 */
  padding: 11px 30px 10px 30px;            /* 上下・左右の余白 */
  border: 2px solid #6DAD19;     /* 緑の枠線 */
  border-radius: 30px;           /* 角丸 */
  color: #6DAD19;                /* テキストの色 */
  font-size: 18px;               /* フォントサイズ調整 */
  font-weight: bold;             /* 太字 */
  text-decoration: none;         /* リンク下線を消す */
  text-align: center;            /* 中央揃え */
  transition: 0.3s;              /* ホバー時のアニメーション */
  width: 200px;
  margin-right: 8px;
}

header .right .btn:hover {
  background: #6DAD19;           /* 背景を緑に */
  color: #fff;                   /* 文字を白に */
  opacity: 1;
}


header .right .btn2 {
  position: relative;
  display: inline-block;
  padding: 11px 30px 10px 30px;
  border: 2px solid #6DAD19;
  border-radius: 30px;
  background: #6DAD19;    /* ← 初期は緑背景 */
  color: #fff;            /* ← 初期は白文字 */
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 200px;
  margin-right: 8px;
  overflow: hidden;       /* ← 擬似要素がはみ出さないように */
  z-index: 0;
  transition: color 0.3s ease;
}

/* 中央から広がる白背景 */
header .right .btn2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: inherit;
  transform: scale(0);          /* 最初は0（見えない） */
  transform-origin: center;     /* 中央から拡大 */
  transition: transform 0.5s ease;
  z-index: -1;                  /* テキストの下に配置 */
}

/* ホバー時の変化 */
header .right .btn2:hover {
  color: #6DAD19; /* テキストを緑に */
}
header .right .btn2:hover::before {
  transform: scale(1); /* 白背景が中央から広がる */
}


/* SP
------------------ */
@media screen and (max-width: 860px) {
	header h1{ max-width: 50%; line-height: 0;}
	header .inner {padding: 10px 20px;	position: relative;	}
	header .right{display: none;}

}


@media screen and (min-width: 861px) and (max-width: 1200px) {
  header .inner {
	padding: 20px;
  }

  header h1 {
	max-width: 200px;
  }

  header .right {
	/* height: 36px; ← 削除 */
	align-items: center;  /* 中央揃え */
  }

  header .right .tel {
	height: auto;         /* 固定値ではなく自然な高さに */
	padding-right: 8px;
  }

  header .right .tel img {
	height: 34px;
  }

  header .right .tel p img {
	height: 22px;
  }

  header .right .tel span {
	font-size: 9px;
  }

  header .right .btn,
  header .right .btn2 {
	width: 140px;
	font-size: 15px;
	padding: 8px 16px;    /* 6px → 8px に少し広げる */
	line-height: 1.2;     /* 高さ調整用 */
  }
}


/*------------------------------------------------
	#fv
------------------------------------------------*/


#fv{ 
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	
}

#fv .inner{ 
	padding:40px 24px;
}

#fv .cv{
	position: absolute;
	background: white;
	width: 38%;
	border-radius: 15px;
	top: 50%;                 /* 親の高さの50%まで下げる */
	left: 5%;                /* 横も中央にしたいなら */
	transform: translate(0%, -50%); /* 自分の高さ・幅の半分を戻す */
}
#fv .cv figure{ width: 87%; margin: 0 auto 20px auto;}
#fv .cv figure img:first-child {
  margin-bottom: 15px;
}

/* SP
------------------ */
@media screen and (max-width: 860px) {
	
	#fv {
		margin-bottom: 50px;
		margin-top: 0px;
	}
	
	#fv .cv {
		position: absolute;
		background: none;
		width: 100%;
		border-radius: 0;
		top: 0;
		left: 0;
		transform: none;
		height: 100%;
	}
	
	#fv .cv figure.only-sp {
		width: 100%;
		margin: 0 auto 20px auto;
		display: block;
	}
		
	#fv .inner {
		padding: 40px 24px;
		height: 100%;
		position: relative;
		display: block;
		text-align: center;
	}
	
	#fv .inner a{
		display: block;
		position: absolute;
		bottom :25px;
		width: calc(100% - 48px);
		}

}


/*------------------------------------------------
	#cv_sp
------------------------------------------------*/
#cv_sp{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;                /* ここに吸着 */
  z-index: 9999;
  transform: translateY(110%); /* 初期は画面下に隠す */
  transition: transform .35s ease-out;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
  background: rgba(255,255,255,.98);
  box-shadow: 0 -8px 24px rgba(0,0,0,.08);
  backdrop-filter: blur(6px);
  border-top: 1px solid #eee;
  will-change: transform;
}

#cv_sp.is-show{
  transform: translateY(0);     /* ニョッキッと出る */
}

#cv_sp ul{
	display: flex;
	justify-content: space-between;
}

#cv_sp ul li{
	text-align: center;
	width: calc((100% - 20px) / 3);
}

#cv_sp ul li a{
  display: inline-block;         /* インライン要素として横並び可 */
  padding: 15px 30px 15px 30px;            /* 上下・左右の余白 */
  border: 2px solid #6DAD19;     /* 緑の枠線 */
  border-radius: 30px;           /* 角丸 */
  color: #6DAD19;                /* テキストの色 */
  font-size: 15px;               /* フォントサイズ調整 */
  font-weight: bold;             /* 太字 */
  text-decoration: none;         /* リンク下線を消す */
  text-align: center;            /* 中央揃え */
  transition: 0.3s;              /* ホバー時のアニメーション */
  width: 100%;
  margin-right: 8px;
}

#cv_sp ul li:last-child a{
	background: #6DAD19; 
	color: white;                /* テキストの色 */
}

#cv_sp ul li:first-child a::before{
	content: "";
	height: 15px;
	width: 27px;
	background: url(../img/icon_tel_green.jpg) center center no-repeat;
	display: inline-block;
	background-size: contain;
}





/* SP
------------------ */
@media screen and (max-width: 860px) {
	#cv_sp ul li a{
	  font-size: 12px;
	  padding:15px 10px;
	}
	
	#cv_sp ul li:first-child a::before {
		height: 12px;
	}
}

/*------------------------------------------------
	#plan
------------------------------------------------*/

#plan{ 
	max-width: 1100px;
	margin: 0 auto;
	background: #FFF8F2;
	border-radius: 15px;
	margin-bottom: 100px;
}

#plan .inner{
	padding: 80px 40px; 
}

#plan figure img{
	margin-bottom:60px;
}

#plan figure.tit {
	margin:0 40px;
}

#plan div.img_wrap{
	line-height: 0;
	overflow: hidden;
}
#plan div.img_wrap img{ float: left;}
#plan div.img_wrap img.img_1{ width: 55%; height: auto;}
#plan div.img_wrap img.img_2{ width: 33%; margin:  30px 6% 0 6%; height: auto;}


/* SP
------------------ */
@media screen and (max-width: 860px) {
	#plan {
		margin: 0 15px 25px 15px;
		border-radius: 0  0 15px 15px;
		padding-bottom: 40px;
	}
	
	#plan .inner {
		padding: 10px 15px;
	}
	
	.text_tit {
		margin-bottom: 30px;
	}
	
	.text_tit p{
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 700;
		text-align: center;
	}
	
	.text_tit p span {
		font-size: 28px;
		color: #FF6928;
		font-weight: 700;
		margin-left: 3px;
		}
	
	#plan div.img_wrap {
		display: block;
		line-height: 0;
	}
	
	#plan div.img_wrap img{
		width: auto!important;
	}
	
	#plan div.img_wrap img.ma {
		margin: 15px 5% 0 5%;
		width: 90% !important;
	}
	
	#plan figure img {
		margin-bottom: 40px;
	}
	

}

/* Tablet (861px〜1200px)
------------------ */
@media screen and (min-width: 861px) and (max-width: 1200px) {
	#plan {
		margin: 0 15px 100px 15px;
	}
}


/*------------------------------------------------
	#banner
------------------------------------------------*/
#banner{ max-width: 1220px; margin:0 auto; padding-bottom: 100px;}

/* Tablet (861px〜1200px)
------------------ */
@media screen and (min-width: 861px) and (max-width: 1200px) {
	#banner {
		margin: 0 35px;
	}
}


/* SP
------------------ */
@media screen and (max-width: 860px) {
	#banner{  margin:0 15px; padding-bottom: 10px;}

}

/*------------------------------------------------
	#service
------------------------------------------------*/
#service{
	background: #FFF8F2;
}

#service .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
}


/* 見出しブロック */
h2.title{
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 48px;
}

/* 上の小バッジ */
h2.title > p{
  margin: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1;
  color: var(--orange);
  border:1px solid var(--orange);
  border-radius: 9999px; /* 角丸のピル */
  font-weight: 700;
  background: #fff;
}

h2.title > span{
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: var(--orange);
  font-weight: 700;
}


/* メイン見出し */
h2.title > div{
  position: relative;
  color: var(--text);
  font-size: 32px;
  padding-bottom: 20px;
  font-weight: 700;
}

/* 中央の点線（幅は見出しより少し短め） */
h2.title > div::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width:105%;
  border-bottom: 4px dotted var(--text);
}


#service ul.ul_1{ 
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

#service ul.ul_1 li {
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: white;
  border-radius: 15px;
  width: calc((100% - 80px) / 3); 
}

/* 3, 6, 9... の要素だけ margin なし */
#service ul.ul_1 li:nth-child(3n) {
  margin-right: 0;
}

#service ul.ul_1 li .li_inner.first{
	padding: 30px 25px;
}

#service ul.ul_1 li .li_inner{
	padding: 54px 25px 30px 25px;
}


#service ul.ul_1 li h3{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	text-align: center;
}

#service ul.ul_1 li h3 span{
	font-size: 36px;
	color: var(--orange);
	font-weight: 700;
}

#service ul.ul_1 li h3 span.span_1{
	font-size: 24px;
	padding-bottom: 5px;
	display: inline-block;
	color: var(--orange);
	font-weight: 700;
}

#service ul.ul_1 li h3 span.small{
	font-size: 24px;
	color: var(--orange);
	font-weight: 700;
}

#service ul.ul_1 li h3 span.ora_normal{
	font-size: 22px;
}

#service ul.ul_1 li figure {
	margin-bottom: 15px;
	text-align: center;
}

#service ul.ul_1 li figure img{
	max-height: 120px;
}

#service ul.ul_1 li div{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
}

#service ul.ul_1 li div p{
	font-size: 10px;
	color: #9B9393;
	padding-top: 5px;
}

#service h2.bar_h2{
	background: white;
	border: 1px solid #D3D3D3;
	border-radius: 15px;
	text-align: left;
	font-size: 26px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 30px;
}

#service h2.bar_h2 div{
	margin: 12px;
	padding: 3px 12px;
	border-left: var(--orange) solid 3px;
}

#service ul.ul_2{
	display: flex;
	margin-bottom: 35px;
}

#service ul.ul_2 li{
	margin-right: 24px;
	width: calc((100% - 96px) / 5);
	color: #5E5656;
}

#service ul.ul_2 li:last-child{
	margin: 0;
}

#service ul.ul_2 li dl dt{
	overflow: hidden;
	border-radius: 10px;
	border: 3px solid white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	line-height: 0;
	margin-bottom: 15px;
}

#service ul.ul_2 li h3{
	font-size: 16px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 10px;
}

#service ul.ul_2 li div{
	font-size: 16px;
	line-height: 1.5em;
}

#service .text_area{
	text-align:center;
	margin-bottom: 45px;
}

#service .text_area p{
  display: inline-block;        /* 横幅をテキストに合わせる */
  padding: 15px 30px;           /* 内側の余白 */
  border:3px dotted #ff7a00;   /* オレンジの点線枠 */
  border-radius: 30px;          /* 角丸 */
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}

#service .text_area_2{
	text-align:center;
}

#service .text_area_2 p{
	text-align:left;
	padding: 20px 40px;
	border-radius: 15px;
	border:1px solid #C3BAB7;
	color: #C3BAB7;
	font-size: 14px;
	line-height: 1.5;
	background: white;
	max-width: 860px;
	margin:0 auto;
}

/* SP
------------------ */
@media screen and (max-width: 860px) {
	h2.title > div {
		line-height: 1.3em;
		padding-bottom: 10px;
	}
	
	h2.title > p{
		font-size: 12px;
	}
	
	
	#service ul.ul_1 li figure img{
		max-height: 100px;
	}
	
	#service ul.ul_1 {
		display: block;
		padding-bottom: 45px;
		margin: 0 15px;
	}
	
	#service ul.ul_1 li {
		margin-right: 0;
		margin-bottom: 15px;
		text-align: left;
		width: auto;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}
	
	#service ul.ul_1 li .li_inner{
		overflow: hidden;
		position: relative;
	}
	
	#service ul.ul_1 li h3 {
		font-size: 17px;
		margin-bottom: 10px;
		text-align: left;
		float: right;
		width: 69%;
	}
	
	#service ul.ul_1 li figure {
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		display: block;
		width: 20%;
	}
		
	#service ul.ul_1 li .li_inner div {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 300;
		float: right;
		width: 69%;
	}
	
	#service ul.ul_1 li h3 span {
		font-size: 25px;
	}
	
	#service h2.bar_h2 {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#service ul.ul_2 {
		margin-bottom: 40px;
		overflow-x: scroll;
		width: 100%;
	}
	
	#service ul.ul_2 li:first-child{
		margin-left:15px;
	}
	
	#service ul.ul_2 li:last-child{
		margin-right:15px;
}

	#service ul.ul_2 li,
	#service ul.ul_2 li dl{
		width:200px;
	}
	
	#service .text_area p {
		border-radius: 99999px;
		font-size: 14px;
		margin: 0 20px;
		line-height: 1.7em;
	}
	
	#service .text_area_2 p {
		margin: 0 15px;
		padding: 20px 20px;
		font-size: 12px;
	}
	
	#service ul.ul_1 li.li_1 h3 span {
		font-size: 25px;
		letter-spacing: 0px;
	}
	
	#service ul.ul_1 li .li_inner.first,
	#service ul.ul_1 li .li_inner{
		padding: 30px 25px;
	}

}


/* Tablet (861px〜1200px)
------------------ */
@media screen and (min-width: 861px) and (max-width: 1200px) {
	#service .inner {
		margin: 0 15px;
	}
}



/*------------------------------------------------
	#start
------------------------------------------------*/

#start .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 160px 0;
}

#start ul{
	display: flex;
	justify-content: center;
}

#start ul.first{
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#start ul li{
	position: relative;
	width: calc((100% - 80px) / 3);
}

#start ul li {
	margin-right: 80px;
}

#start ul li:last-child {
	margin-right: 0px;
}

#start ul li h3{
	background: #F88000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	border-radius: 15px 15px 0 0 ;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

#start ul li h3 p:first-child{
	background: white;
	color: #F88000;
	font-size: 12px;
	padding: 8px 15px;
	border-radius: 999px;
	margin-right: 8px;
}

#start ul li h3 p:first-child span{
	font-size: 20px;
	margin-left: 3px;
}

#start ul li h3 p:last-child{
	color: white;
	font-size: 16px;
	line-height: 1;
}

#start ul li figure{
	line-height: 0;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

#start ul li div{
	background: white;
	position: absolute;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #5E5656;
	border-radius: 15px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	bottom: -40px;
	left: 5%;
	width: 90%;
	padding-bottom: 15px;
}

#start ul li div p{
	padding: 25px 25px 8px 25px;
	font-weight: 600;
	text-align: center;
}

#start ul li div::after{
	content: "";
	background: url(../img/click.png) center center no-repeat;
	height: 22px;
	width: 61px;
	display: inline-block;
	background-size: contain;
	float: right;
	margin-right: 30px;
}

#start ul li div::before{
	content: "";
	display: block;
	border-left:  10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom:15px solid white;
	position: absolute;
	top:-15px;
	right: 50px;
}


/* SP
------------------ */
@media screen and (max-width: 860px) {
	#start .scroll{
		display: flex;
		overflow-x: scroll;
		width: 100%;
	}
	
	#start ul {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	#start ul li{
		width: 320px;
		margin-right: 20px;
	}
	
	#start ul.first {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	#start ul.second {
		margin-right: 20px;
	}

	#start .inner {
		padding: 80px 0 70px 0;
	}
	

}


/* Tablet (861px〜1200px)
------------------ */
@media screen and (min-width: 861px) and (max-width: 1200px) {
  #start .inner {
	margin: 0 15px;
	padding: 60px 0 120px 0; /* 上下余白も少し圧縮 */
  }

  #start ul li {
	width: calc((100% - 60px) / 3); /* PCより少し狭め */
	margin-right: 30px;             /* マージン縮小 */
  }

  #start ul li:last-child {
	margin-right: 0;
  }

  #start ul li div {
	font-size: 15px;   /* 本文を少し小さく */
	line-height: 1.4;
	bottom: -35px;     /* 吹き出し位置調整 */
	width: 92%;        /* 幅をやや広め */
	left: 4%;
  }

  #start ul li div p {
	padding: 20px 20px 8px 20px;
  }
}

/*------------------------------------------------
	#price
------------------------------------------------*/
#price{
	background: #FFF8F2;
}

#price .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
}


#price .banner{
	line-height: 0;
	margin-bottom: 48px;
}

#price .text_box h3 {
	text-align: center;
}

#price .text_box h3 p{
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color: #FF6928;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

#price .text_box h3 p::before{
	content: "";
	background: #FF6928;
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 999px;
	position: absolute;
	top:50%;
	margin-top: -2px;
	left:-30px;
	
}

#price .text_box h3 p::after{
	content: "";
	background: #FF6928;
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 999px;
	position: absolute;
	top:50%;
	margin-top: -2px;
	right:-30px;
}

#price .div_1{
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	color: #4B4040;
	margin-bottom: 30px;
}

#price .div_1 span{
	color: #FF6928;
	font-weight: 700;
}

#price .div_1 span.icon{
	content: "";
	display: inline-block;
	background: url(../img/Icon-staff.png) center center no-repeat;
	background-size: contain;
	height: 28px;
	width: 32px;
	vertical-align: middle;
}

#price .div_1 p{
	display: flex;
	align-items: baseline;
	justify-content: center;
}

#price .price_list {
	margin-bottom: 30px
}

#price .price_list .table{
	line-height: 0;
	margin-bottom: 20px;
}

#price .price_list .text{
	margin-left:18.5%;
}

#price .price_list .ul_1{
  font-size:14px;
  line-height:2;
  margin:0;
  padding-left:1.2em; 
  margin-bottom: 10px;
}

#price .price_list .ul_1 li{
  list-style: disc;                 /* ← liに指定 */
  list-style-position: outside;     /* or inside */
  display: list-item;
  
}
	
	
/* 2カラム（50%ずつ） */
#price .list_box .wrapper{
  display:flex;
  flex-wrap:wrap;          /* 狭い時の折り返し用 */
}

#price .list_box .wrapper .box{
  flex:0 0 50%;            /* 横並び・各50% */
  box-sizing:border-box;
  padding:8px 16px;
  text-align:center;       /* box内は中央寄せ */
  font-size:16px;
  line-height:3em;
}

/* ULは内容幅に縮めて中央配置、リスト点を維持 */
#price .list_box .wrapper .box ul{
  display:inline-block;    /* shrink-to-fit + 中央寄せ（親のtext-alignで中央に） */
  text-align:left;         /* 中の文字は左寄せ */
  margin:0;
  padding-left:1.2em;      /* outside時のインデント */
  list-style:disc;
  list-style-position:outside;
}

/* 他所で li に display指定されてても点が出るように保険 */
#price .list_box .wrapper .box ul li{
  display:list-item;
  line-height:3;
}

#price .price_list .list_box div.box ul li{ 
	position: relative;
	padding-left:1.2em; 
}

#price .price_list .list_box div.box ul li::before{
	content: "";
	height: 0.7em;
	width: 0.7em;
	position: absolute;
	background:#4B4040;
	left: 0;
	top: 1.2em;
}

#price .banner_2{
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 70px;
}

#price .banner_2 .mb{
	margin-bottom: 20px;
}

#price .line{ margin-bottom: 50px;}


/* SP
------------------ */
@media screen and (max-width: 860px) {

	#price .price_list .text {
		margin-left:0;
	}
	
	#price .list_box .wrapper {
		display: block;
	}
	
	#price .list_box .wrapper .box {
		padding: 0;
		font-size: 16px;
		line-height: 2em;
		text-align: left;
	}
	
	#price .banner_2{
		margin: 0 15px;
		padding-bottom: 48px;
	}
	
	#price .banner_2.mb{
		padding-bottom: 0;
	}
	
	#price .line{
		margin: 0 15px 50px 15px;
	}
	
}


/* Tablet (861px〜1200px)
------------------ */
@media screen and (min-width: 861px) and (max-width: 1200px) {
  #price .inner {
	margin: 0 15px;
	padding: 60px 0; /* 上下余白を少し圧縮 */
  }

  #price .text_box h3 p {
	font-size: 22px; /* 見出しを少し縮小 */
  }

  #price .div_1 {
	font-size: 15px;
  }

  #price .list_box .wrapper .box {
	flex: 0 0 50%;
	padding: 6px 12px; /* 横幅が狭いので余白を詰める */
	font-size: 13px;
	line-height: 2.6em;
  }

  #price .banner_2 {
	max-width: 680px;  /* 少し縮める */
	margin: 0 auto 60px auto;
	padding-bottom: 60px;
  }

  #price .line {
	margin: 0 15px 40px 15px;
  }
}


.tabs {
  --tab-accent: #FF6928;
  --tab-text: #4B4040;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.tabs__list {
	display: flex;
	gap: 8px;
}

.tabs__list [role="tab"] {
	appearance: none;
	border: none;
	border-bottom: none;
	padding: 15px 10px;
	border-radius: 15px 10px 0 0;
	font: inherit;
	cursor: pointer;
	outline: none;
	width: calc((100% - 8px) / 2);
	background: #ABA6A6;
}

.tabs__list > [role="tab"][aria-selected="false"] .plan-badge{
  color: #ABA6A6;
}

[role="tabpanel"] {
	background: #fff;
	padding: 16px;
}

/* カード */
.plan-card{
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
}

/* 上の白いピル + 先端（三角） */
.plan-badge{
  display: block;
  background: #fff;
  color: #FFA828;
  padding: 4px 14px;
  border-radius: 9999px;
  font-size: 12px;
  position: relative;
  margin-bottom: 7px;
}

.plan-badge::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff; /* 下向きの三角 */
}

/* タイトル/補足/価格 */
.plan-title{ font-size: 18px; margin-top: 4px; font-weight:700;  }
.plan-sub  { font-size: 12px; font-weight: 600; }
.plan-price{ font-size: 24px; text-decoration: underline;font-weight:700;  margin-top: 4px;}
.plan-price span{ font-size: 16px;}


/* 1個目 */
.tabs__list > [role="tab"][aria-selected="true"]:nth-of-type(1){
  background: #F88000;
  color: white;
  border-bottom: 2px solid #F88000;
}

.tab_inner h3{
	color: #FFA828;
}

.tab_box.v2 .tab_inner h3{
	color: #F88000;
}

.tab_box.v3 .tab_inner h3{
	color: #F88000;
}



/* 2個目 */
.tabs__list > [role="tab"][aria-selected="true"]:nth-of-type(2){
  background: #FF6928; 
  color: white;
  border-bottom: 2px solid #FF6928;
  }
  
.tabs__list > [role="tab"][aria-selected="true"]:nth-of-type(2) .plan-badge{
  color: #F88000; 
}

/* 3個目 */
.tabs__list > [role="tab"][aria-selected="true"]:nth-of-type(3){
  background: #FF6928; 
  border-bottom: 2px solid #FF6928;
}

.tabs__list > [role="tab"][aria-selected="true"]:nth-of-type(3) .plan-badge{
  color: #FF6928; 
}


.tab_box{
	border: 3px solid #F88000;
	border-radius: 0 0 15px 15px ;
}

.tab_box.v2{
	border: 3px solid #FF6928;
}

.tab_box.v3{
	border: 3px solid #FF6928;
}


.tab_inner{
	text-align: center;
}

.tab_inner h3 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 40px;
	margin-top: 10px;
}

.tab_inner h3::before,
.tab_inner h3::after{
	content: "";
	height: 6px;
	width:33px;
	position: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	background: url(../img/dots_tab_1.jpg) center center no-repeat;
	background-size: contain;
}

.tab_box.v2 .tab_inner h3::before,
.tab_box.v2 .tab_inner h3::after{
	background: url(../img/dots_tab_2.jpg) center center no-repeat;
	background-size: contain;
}

.tab_box.v3 .tab_inner h3::before,
.tab_box.v3 .tab_inner h3::after{
	background: url(../img/dots_tab_3.jpg) center center no-repeat;
	background-size: contain;
}


.tab_inner h3::before{
	left: 0;
}

.tab_inner h3::after{
	right: 0;
}

.tab_inner dl {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.tab_inner dl dt{
	background: #F2F2F2;
	padding: 15px;
}

.tab_inner dl dt p{
	font-size: 15px;
	line-height: 1em;
	font-weight: 700;
}

.tab_inner dl dt span{
	font-size: 11px;
	line-height: 1em;
	font-weight: 700;
}

.tab_inner dl dd{
	padding: 15px 0;
	display: flex;
}

.tab_inner dl dd.dd_1 p,
.tab_inner dl dd.dd_2 div.box{
	width: 50%;
}

.tab_inner dl dd.dd_1 p span{
	font-size: 18px;
	line-height: 3em;
	font-weight: 700;
}

.tab_inner dl dd.dd_1 p:first-child,
.tab_inner dl dd.dd_2 div.box:first-child{
	border-right: 1px solid #ccc;
}

.tab_inner dl dd.dd_2{
	background: #FFF8F2;
	
	border-radius: 0 10px 10px 0;
}

.tab_inner dl dd.dd_2 div.box p{
	display: inline-block;
	line-height: 2em;
	font-size:10px;
	border: 2px solid #FFA828;
	border-radius: 999px;
	padding: 0 15px;
	margin-bottom: 8px;
	color: #FFA828;
	font-weight: 500;
	background: #fff;
}

.tab_box.v2 .tab_inner dl dd.dd_2 div.box p{
	border: 2px solid #F88000;
	color: #F88000;
}

.tab_box.v3 .tab_inner dl dd.dd_2 div.box p{
	border: 2px solid #FF6928;
	color: #FF6928;
}

.tab_inner dl dd.dd_2 div.box div,
.tab_inner dl dd.dd_2 div.box div span{
	font-weight: 700;
	font-size: 16px;
}

.tab_inner dl dd.dd_2 div.box div span{
	font-size: 21px;
}




/* SP: 横スクロール可能に（タブが多い時の保険） */
@media (max-width: 860px) {
  .tabs__list { overflow-x: auto; }
}



/* SP
------------------ */
@media screen and (max-width: 860px) {
	
	#price .banner {
		padding: 0 15px;
	}
	
	#price .div_1 {
		font-size: 10px;
		margin: 0 35px 48px 35px;
	}
	
	#price .price_list {
		margin: 0 15px 30px;
	}
	
	.plan-badge{
	  font-size: 10px;
	  padding: 4px 6px;
	}
	
	.plan-price {
		font-size: 20px;
	}
	
	#price .list_box .wrapper .box ul li {
			line-height: 1.5em;
			padding: 10px 0;
		}


}



/*------------------------------------------------
	#flow
------------------------------------------------*/

#flow .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 160px 0;
}

#flow ul{
	display: flex;
	margin-bottom: 50px;
}

#flow ul li{
	width: calc((100% - 160px) / 3);
	margin-right: 80px;
}

#flow ul li:last-child{
	margin-right: 0;
}

#flow ul li dt{ position: relative;
	line-height: 0;
	margin-bottom: 20px;
}
#flow ul li dt::after{
	position: absolute;
	content: "";
	height: calc(79px/2);
	width: calc(47px/2);
	background: url(../img/arrow.png) center center no-repeat;
	background-size: contain;
	top:50%;
	margin-top:-20px;
	right: -50px;
}

#flow ul li:last-child dt::after{ display: none}

#flow ul li dd h3 {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

#flow ul  li:first-child dd h3 {
	padding-bottom: 25px;
}


#flow ul li dd h3 span{
	font-size: 34px;
	margin-right: 8px;
	font-weight: 500;
}

#flow ul li dd h3 p{
	font-weight: 700;
	position: relative;
}

#flow ul li:first-child dd h3 p::after{
	content: "（所要時間1～2分）";
	position: absolute;
	font-size: 14px;
	line-height: 1em;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -23px;
	font-weight: 500;
}

#flow ul li dd div{
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 8px;
}

#flow ul li dd p.attn{
	color: #9B9393;
	font-size: 10px;
	line-height: 1.5em;
}


#flow .text{
  --pill: #FFF0E3;            /* 薄いベージュ */
  display:block;
  margin: 24px 0;
  padding: 12px 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  border-radius: 12px;
  background: linear-gradient(90deg,
	transparent 0%,
	var(--pill) 12%,
	var(--pill) 88%,
	transparent 100%
  );
}

/* 幅を抑えて中央にしたいなら（任意） */
#flow .text{ max-width: 810px; margin-left:auto; margin-right:auto; }


/* SP
------------------ */
@media screen and (max-width: 860px) {
	
	#flow ul {
		display: block;
		margin: 0 15px;
	}
	
	#flow ul li {
		width: 100%;
		margin-right: 0;
	}
	
	#flow ul li dl{
		display: flex;
		margin-bottom: 60px;
	}
	
	#flow ul li dt::after{
		display: none;
	}
	
	#flow ul li dt {
		position: relative;
		line-height: 0;
		margin-bottom: 0;
		width: 25%;
		padding-right: 5%;
	}
	
	#flow ul li dd {
		width: 70%;
		text-align: left;
	}
	
	#flow ul li:first-child dd h3 p::after {
		content: "（所要時間1～2分）";
		position: absolute;
		font-size: 12px;
		line-height: 1em;
		width: 100%;
		text-align: left;
		left: 0;
		bottom: -15px;
		left: -10px;
		font-weight: 500;
	}
	
	#flow ul li dd h3{
		line-height: 24px;
	}
	
	#flow ul li dd h3 span {
		font-size: 24px;
		margin-right: 8px;
	}
	
	#flow ul li dd h3 p{
		font-size: 18px;
	}
	
	#flow ul li dd div {
		font-size: 14px;
		line-height: 1.7em;
		padding-bottom: 8px;
	}
	
	#flow ul li dd p.attn {
		font-size: 12px;
		line-height: 1.7em;
	}
	
	#flow ul li dl{ 
		position: relative;
		margin-left: 20px;
	}
	
	#flow ul li dl::after{
		position: absolute;
		content: "";
		height: 15px;
		width: 22px;
		background: url(../img/arrow.png) center center no-repeat;
		background-size: contain;
		bottom: -35px;
		right: 50%;
		transform: rotate(90deg);
	}
	
	#flow ul li dl.last::after{
		display: none;
	}
	
	#flow .text {
		line-height: 1.3;
	}
	
	#flow .text {
		max-width: 90%;
	}
	
	#flow .inner {
		padding: 80px 0 40px 0;
	}
	

}



/* --- Tablet (861–1200px) --- */
@media screen and (min-width: 861px) and (max-width: 1200px) {
  #flow .inner{
	padding: 60px 0 120px 0; /* 上下を少し圧縮 */
	margin: 0 15px;          /* 左右に余白を追加 */
  }

  /* li の間隔を詰める＆幅を再計算 */
  #flow ul{
	column-gap: 48px; /* 80px → 48px */
	margin-bottom: 40px;
  }
  #flow ul li{
	width: calc((100% - 96px) / 3); /* 48px * 2 = 96px */
  }

  /* 見出しや本文の密度を少し上げる */
  #flow ul li dd h3{
	padding-bottom: 12px; /* 15px → 12px */
  }
  #flow ul li dd h3 span{
	font-size: 30px; /* 34px → 30px */
  }
  #flow ul li dd h3 p{
	font-size: 18px;
  }
  #flow ul li dd div{
	font-size: 15px;   /* 16px → 15px */
	line-height: 1.6;  /* 1.5 → 1.6 で読みやすさ維持 */
  }

  /* 1つ目の所要時間ラベルの位置を微調整 */
  #flow ul li:first-child dd h3 p::after{
	font-size: 13px;  /* 14px → 13px */
	bottom: -20px;    /* -23px → -20px */
  }

  /* 中央帯テキストの幅を少し狭めて読みやすく */
  #flow .text{
	max-width: 720px; /* 810 → 720 */
	font-size: 15px;
	line-height: 1.8;
	padding: 10px 16px;
  }
}



/*------------------------------------------------
	#faq
------------------------------------------------*/

#faq{ background: #FFF8F2;}

#faq .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 160px 0;
}

#faq ul{
	max-width: 960px;
	margin: 0 auto;
}

#faq ul li{
	background: white;
	border-radius: 15px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}

#faq ul li .li_inner{
	padding: 15px 30px;
	font-size:20px;
}

#faq .faq-question {
	cursor: pointer;
	position: relative;
	line-height: 36px;
	padding-left: 50px;
}


#faq .faq-question::before{
	content: "Q";
	color: white;
	background: #F88000;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top:0;
	display: block;
	border-radius: 999px;
	text-align: center;
}

#faq .faq-question::after{
	content: "+";
	color: white;
	background: #6DAD19;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: 500;
	position: absolute;
	right: 0;
	top:0;
	display: block;
	border-radius: 999px;
	text-align: center;
}

#faq .faq-question.is-active::after{
	content: "";
	background: url(../img/minus.png) center center no-repeat #9397A7;
}

#faq .faq-answer p{
	padding-top:25px;
}

#faq .faq-answer p a{
	text-decoration: underline;
}

#faq .faq-answer p a:hover{
	text-decoration: none;
}


#faq .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	font-size: 16px;
	line-height: 2em;
	padding-left: 50px;
	position: relative;
}

#faq .faq-answer::before{
	content: "A";
	color: #F88000;
	border: #F88000 1px solid;
	background: white;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top:25px;
	display: block;
	border-radius: 999px;
	text-align: center;
	font-size:20px;
}


#faq .js-question.is-active + .faq-answer {
	max-height: 500px; 
}

@media screen and (max-width: 860px) {
	
	#faq ul {
		max-width: 960px;
		margin: 0 15px;
	}

	#faq ul li .li_inner {
		padding: 15px;
		font-size: 16px;
	}
	
	#faq .faq-question {
		padding-right: 50px;
		line-height: 23px;
		padding-top: 6px;
	}
		
	#faq .faq-answer p {
		font-size: 14px;
	}
	
	#faq .inner {
		padding: 80px 0 50px 0;
	}
	

}



/*------------------------------------------------
	#map
------------------------------------------------*/


#map .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 0 0 ;
}


#map .map{
	max-width:710px;
	margin: 0 auto;
}

#map h2.title {
	margin-bottom: 18px;
}

#map p{ text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	color: #4B4040;
	margin-bottom: 48px;
}

#map p.p_2{
	color: #9B9393;
	position: relative;
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 30px; 

}

#map p.p_2::before{
	content: "※";
	display: block;
	position: absolute;
	left: 0;
	top:0;
}

@media screen and (max-width: 860px) {
	
	#map .map{
		margin: 0 15px;
		padding-bottom: 34px; 
}

#map p.p_2{
		margin: 30px 15px 0 15px;
		padding-bottom: 50px;
		font-size: 12px;

}



}


/*------------------------------------------------
	footer
------------------------------------------------*/
footer {
	padding-top: 50px;
}

footer .inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
}


footer .left{
	max-width: 370px;
}
footer .left h1 {
	margin-bottom: 20px;
}

footer .left h1 img{
	max-width:268px;
	margin-bottom: 15px;
}

footer .left h1 p{
	font-size: 12px;
	line-height: 1;
}

footer .left h2 img{
	max-width:247px;
}

footer .left h2 p{
	font-size: 16px;
	line-height: 1.5em;
}

footer .right{
	max-width: 390px;
}

footer .right .img{
	margin-bottom: 15px;
}

footer .right ul{
	display: flex;
	justify-content: center;
}

footer .right ul li{
	width: 80px;
	margin-right: 15px;
}

footer .right ul li:last-child{
	margin-right: 0;
}

footer .rights{
	background: #4B4040;
	color: white;
	padding: 12px;
	font-size: 10px;
	text-align: center;
}


@media screen and (max-width: 860px) {
  footer .inner{
	flex-direction: column;   /* 横→縦 */
	align-items: stretch;     /* 幅いっぱい */
	margin: 0 25px;
  }
  
  footer .right{ order: -1; }  /* right を先頭に */
  footer .left,
  footer .right{
	max-width: none;
	width: 100%;
  }
  
  footer .left{
	  text-align: center;
  }
  
  footer .right{
	  margin-bottom: 40px;
  }
  
  footer .left h2 p {
	  font-size: 12px;
	  line-height: 1.5em;
	  text-align: left;
	  display: inline-block;
  }
}

/* Tablet (861px〜1200px)
------------------ */
@media screen and (min-width: 861px) and (max-width: 1200px) {
  footer .inner{
	padding-bottom: 40px;
	margin: 0 20px;         /* 左右に少し余白 */
	column-gap: 32px;       /* 左右ブロックの間隔 */
  }

  footer .left{
	max-width: 320px;       /* 370→320でコンパクトに */
  }
  footer .left h1 img{
	max-width: 220px;       /* ロゴ少し縮小 */
  }
  footer .left h2 p{
	font-size: 14px;        /* 本文少し小さめ */
	line-height: 1.6;
  }

  footer .right{
	max-width: 340px;       /* 390→340で圧縮 */
  }
  footer .right .img{
	margin-bottom: 12px;
  }
  footer .right ul{
	gap: 12px;              /* サムネの間隔を詰める */
	flex-wrap: wrap;        /* 幅が足りない時は折り返す */
  }
  footer .right ul li{
	width: 74px;            /* 80→74で収まりを良く */
  }
}





/*------------------------------------------------
	modal
------------------------------------------------*/

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;               /* hidden by default */
  align-items: center;
  justify-content: center;
}

.js-open-modal{ border: none;
	cursor: pointer;
}

.modal.is-open { display: flex; }

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.3); /* 白ベースで半透明 */
  backdrop-filter: blur(8px);        /* ぼかし効果 */
  -webkit-backdrop-filter: blur(8px);/* Safari対応 */
  opacity: 0;
  transition: opacity .25s ease;
}

.modal.is-open .modal__overlay { opacity: 1; }

.modal__content {
  position: relative;
  z-index: 1;
  width: min(92vw, 680px);
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 24px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}

.modal.is-open .modal__content {
  transform: translateY(0);
  opacity: 1;
}

.modal.is-open .modal__content .scroll_wrap{
  overflow-y: scroll;
  max-height: 74vh;
}

/* Close button (optional) */
.modal__close {
  position: absolute;
  right: 50%;
  margin-right: -19px;
  bottom: -60px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #f2f3f7;
  cursor: pointer;
  font-size: 18px;
  line-height: 38px;
}

/* Scroll lock when modal open */
.body-lock { overflow: hidden; }

.modal_inner{ 
	padding:40px 0;
}
.modal_inner dl{
	display: flex;
	font-size: 16px;
	line-height: 36px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}

.modal_inner dl dt {
	color: white;
	background: #4B4040;
	width: 180px;
	text-align: center;
}

.modal_inner dl dd {
  color: #4B4040;
  background: #EEEEEE;
  width: calc(100% - 180px);
  position: relative;
}
.modal_inner dl dd p{
	padding: 0 30px;
	font-weight: 500;
}

.modal_inner dl dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* 矢印の位置調整 */
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #4B4040; /* 矢印の色 */
}

.modal_inner figure{
	margin-bottom: 30px;
}

.modal_inner .uservoice h3{
	font-size: 16px;
	line-height:24px;
	position: relative;
	padding-left: 38px;
	font-weight: 500;
	margin-bottom: 10px;
}

.modal_inner .uservoice h3::before{
	content:"";
	width:30px;
	height:24px;
	background:url(../img/icon_modal.jpg) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top:0;
	display: block;
}

.modal_inner .uservoice p{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}

.modal_inner .uservoice p span{
	color:#F88000;
	font-weight: 500;
}

.modal__content:focus,
.modal__close:focus {
  outline: none;
}


@media screen and (max-width: 860px) {
	.modal_inner {
		padding: 0;
	}
	
	.modal_inner dl {
		display: block;
		font-size: 14px;
	}
	
	.modal_inner dl dt,
	.modal_inner dl dd {
		width: 100%;
		text-align: center;
	}
	
	.modal_inner dl dd::before{
		display: none;
	}
	
	
}


.cta{
	text-align: center;	
}

.cta .cta_tx_pc{
	margin-bottom: 15px;
}

.cta .box{
	border:solid 3px #4E3106;
	border-radius: 15px;
	max-width: 760px;
	margin: 0 auto;
}

.cta .cta_ttl_pc{
	width: 60%;
	margin: 0 auto 15px auto;
}

.cta .cta_price_pc{
	margin-bottom: 15px;
}

.cta p{
	color: #808080;
	font-size:12px;
	text-align: left;
	margin: 0 25%;
	padding-bottom: 26px;
}

.cta p span.first{
	margin-bottom: 5px;
	display: block;
}

.cta a {
	display: block;
	color: white;
	background: #6C4F24;
	border-radius: 999px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: 500;
	width: 60%;
	margin: 0 auto 26px auto;
}

.cta a span::after {
	content: "";
	height: 14px;
	width: 9px;
	display: inline-block;
	margin-left: 10px;
	background: url(../img/arrow_white.png) center center no-repeat;
	background-size: contain;
	margin-top: 2px;
}

@media screen and (max-width: 860px) {
	.cta{ margin: 0 15px;}
	
	.cta .cta_ttl_pc{
		width: 90%;
	}
	
	.cta .cta_price_pc{
		margin: 0 auto 20px auto;
		width: 70%;
	}

	.cta p{
		margin: 0 20px;
		font-size:12px;

	}
	
	.cta a {
		font-size: 12px;
	}
	
	.cta a span::after {
		content: "";
		height: 12px;
		width: 9px;
		display: inline-block;
		margin-left: 10px;
		background: url(../img/arrow_white.png) center center no-repeat;
		background-size: contain;
		margin-top: 2px;
	}



}

body.body-lock #cv_sp {
	display: none;
}