@charset "utf-8";
/* CSS Document */

:root {
	--primary: #765393;
	--primary-dark: #833B6D;
	--primary-light: #A583C3;
	--primary-pale: #E5D8ED;
	--primary-pale2: #F0EDF2;
	--red: #C73A3A;
	--text: #333;
	--text-light: #666;
	--border: #ddd;
	--bg-light: #f8f5fc;
	--white: #fff;
	
	/* グラデーション */
    --bg-gradient-purple-moz: -moz-linear-gradient(to bottom, #B45C99, #833B6D 40%, #833B6D);
    --bg-gradient-purple-webkit: -webkit-linear-gradient(to bottom, #B45C99, #833B6D 40%, #833B6D);
    --bg-gradient-purple: linear-gradient(to bottom, #B45C99, #833B6D 40%, #833B6D);
	
	--bg-gradient-blue-moz: -moz-linear-gradient(to bottom,#7982CB,#394B88 40%,#394B88); 
	--bg-gradient-blue-webkit: -webkit-linear-gradient(to bottom,#7982CB,#394B88 40%,#394B88); 
	--bg-gradient-blue: linear-gradient(to bottom,#7982CB,#394B88 40%,#394B88);
	
	--bg-gradient-blue-right-moz: -moz-linear-gradient(to right,#7982CB,#394B88); 
	--bg-gradient-blue-right-webkit: -webkit-linear-gradient(to right,#7982CB,#394B88); 
	--bg-gradient-blue-right: linear-gradient(to right,#7982CB,#394B88);

	--bg-gradient-purple-right-moz: -moz-linear-gradient(to right,#B45C99,#836D3B 50%); 
	--bg-gradient-purple-right-webkit: -webkit-linear-gradient(to right,#B45C99,#394B88); 
	--bg-gradient-purple-right: linear-gradient(to right,#B45C99,#833B6D); 

	/* フォント */
	--ff-robot: "Roboto", sans-serif;
	
	/* SNS */
	--line: #06C755;

	/* プラン別カラー */
	--kasou-plan: #3B4983;
	--kasou-plan-gradient-moz: -moz-linear-gradient(to right,#7982CB,#836D3B 50%); 
	--kasou-plan-gradient-webkit: -webkit-linear-gradient(to right,#7982CB,#394B88); 
	--kasou-plan-gradient: linear-gradient(to right,#7982CB,#394B88); 
	
	--day-plan: #833B6D;
	--day-plan-gradient-moz: -moz-linear-gradient(to right,#833B6D,#836D3B 50%); 
	--day-plan-gradient-webkit: -webkit-linear-gradient(to right,#833B6D,#394B88); 
	--day-plan-gradient: linear-gradient(to right,#833B6D,#833B6D); 
	
	--family-plan: #3F8BAC;
	--family-plan-gradient-moz: -moz-linear-gradient(to right,#348AAF,#296F8D 50%); 
	--family-plan-gradient-webkit: -webkit-linear-gradient(to right,#348AAF,#296F8D 50%); 
	--family-plan-gradient: linear-gradient(to right,#348AAF,#296F8D 50%);
	
	--tyokusou-plan: #836D3B;
	--tyokusou-plan-gradient-moz: -moz-linear-gradient(to right,#C6AF7C,#836D3B 50%); 
	--tyokusou-plan-gradient-webkit: -webkit-linear-gradient(to right,#C6AF7C,#836D3B 50%); 
	--tyokusou-plan-gradient: linear-gradient(to right,#C6AF7C,#836D3B 50%);
	
	--seikatuhogo-plan: #3B835F;
	--seikatuhogo-plan-gradient-moz: -moz-linear-gradient(to right,#4BC186,#3B835F 50%); 
	--seikatuhogo-plan-gradient-webkit: -webkit-linear-gradient(to right,#4BC186,#3B835F 50%); 
	--seikatuhogo-plan-gradient: linear-gradient(to right,#4BC186,#3B835F 50%);
	
	--family-premium-plan: #954F4F;
	--family-premium-plan-gradient-moz: -moz-linear-gradient(to right,#BA7B7B,#954F4F 50%); 
	--family-premium-plan-gradient-webkit: -webkit-linear-gradient(to right,#BA7B7B,#954F4F 50%); 
	--family-premium-plan-gradient: linear-gradient(to right,#BA7B7B,#954F4F 50%);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,body {
	font-family: 'Noto Sans JP', sans-serif;
	color: var(--text);
	font-size: 16px;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.6;
	transition: 0.6s;
}


@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: 0.6s;
	}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

img {
	max-width: 100%;
	height: auto;
	display: block; 
}

li {
	list-style: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

	.sp {
		display: block;
	}
}

/* ------------------------------------------------------
共通
------------------------------------------------------ */
main {
}

section {
	padding-block: 10vh;
}

.inner_wrap {
	max-width: 1300px;
	width: 90%;
	margin: 0px auto;
}

.bg {
	background: url("../images/common/bg.png");
	background-size: contain;
}

.detail_btn {
	background: #833B6D;
	filter: drop-shadow(1px 3px 0px #5C1E59);
	color: #FFF;
	font-size: clamp(14px,1.6vw,16px);
	font-weight: 500;
	border-radius: 30px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 2rem;
	max-width: 200px;
	width: 90%;
	&::after {
		content: '';
		background: url("../images/common/arrow_white_right.svg");
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 9px;
		height: 15px;
		right: 20px;
		position: absolute;
	}
}


.page_ttl_wrap {
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
	background-position: right center !important;
	height: 32vh;
	padding-block: 0px;
	margin-top: 3vh;
	display: flex;
	position: relative;
	z-index: 0;
	&::before {
		content: '';
		background: linear-gradient(to right,#9F79BF 50%,#9F79BFcc 80%,#FFFFFF00 100%);
		display: inline-block;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: absolute;
		z-index: -1;
	}
	@media screen and (max-width: 980px) {
		&::before {
			background: linear-gradient(to right,#9F79BF 20%,#9F79BFcc 60%,#FFFFFF00 100%);
		}
	}
	@media screen and (max-width: 768px) {
		height: 20vh;
	}
}

.page_ttl_inner {
	max-width: 1000px;
	width: 90%;
	height: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_ttl_left {
	display: grid;
	place-content: center;
	text-align: center;
	font-weight: 500;
	height: 100%;
	span {
		font-size: clamp(20px,3vw,32px);
		color: #FFF;
	}
	.page_ttl {
		font-size: clamp(30px,5vw,56px);
		color: #FFF471;
	}
	.page_ttl_desc {
		font-size: clamp(14px,2vw,20px);
		font-weight: 500;
		color: #FFF;
		margin-top: 1rem;
		line-height: 140%;
	}
}

.page_ttl_right {
	display: flex;
	align-items: flex-end;
	height: 100%;
	span {
		display: flex;
	}
}


.sec_ttl_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.sec_ttl {
	font-size: clamp(22px,3.8vw,38px);
	font-weight: bold;
	position: relative;
	display: inline-flex;
	justify-content: center;
	padding-inline: 1em;
	text-align: center;
	&::after {
		content: '';
		background: var(--primary-light);
		display: inline-block;
		width: 200px;
		height: 6px;
		bottom: -10px;
		position: absolute;
	}
	span {
		color: var(--primary-light);
		white-space: nowrap;
	}
}

.sec_txt {
	font-size: clamp(16px,2vw,20px);
	text-align: center;
	line-height: 160%;
	margin-block: 6vh;
	span {
		color: #FC3D3D;
	}
}


.subheadings_ttl {
	font-size: clamp(20px,2.4vw,24px);
	font-weight: bold;
	color: var(--primary-dark);
	position: relative;
	border-bottom: 1px dashed #707070;
	padding-bottom: 5px;
	&::before {
		content: '';
		background: #333333;
		display: inline-block;
		width: 130px;
		height: 4px;
		bottom: -3px;
		position: absolute;
	}
}

.grade_ttl {
	font-size: clamp(24px,3vw,32px);
	font-weight: 500;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

.grade_ttl_vertical {
	background: var(--bg-gradient-blue-moz);
	background: var(--bg-gradient-blue-webkit);
	background: var(--bg-gradient-blue);
	span {
		color: #FFEB00;
	}
}

.grade_ttl_beside {
	background: var(--bg-gradient-blue-right-moz);
	background: var(--bg-gradient-blue-right-webkit);
	background: var(--bg-gradient-blue-right);
}


.bnr_wrap {
	max-width: 900px;
	width: 90%;
	margin: 6vh auto 0px;
	display: grid;
	row-gap: 1rem;
}

.production {
	max-width: 1000px;
	width: 100%;
	margin: 8vh auto;
	text-align: center;
}

.production_copy_sub {
	font-size: clamp(16px,2vw,20px);
	font-weight: 500;
	background: #F0EDF2;
	border: 5px solid #DED6E5;
	border-radius: 50px;
	color: #833B6D;
	max-width: 580px;
	width: 90%;
	margin: 0px auto 2vh;
	padding: 8px 10px;
	position: relative;
	&::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -15px;
	  border: 15px solid transparent;
	  border-top: 15px solid #DED6E5;
	}
	span {
		font-size: clamp(22px,2.8vw,28px);
		color: #C73A3A;
	}
}

.production_copy_main {
	font-size: clamp(20px,2vw,32px);
	font-weight: 500;
	font-feature-settings: 'palt';
	background: linear-gradient(transparent 60%, #FAFCCD 60%);
	display: inline-block;
	padding-inline: 0.3em;
	line-height: 160%;
	span {
		font-size: clamp(30px,4vw,40px);
		font-weight: bold;
		color: #C73A3A;
	}
}

.production_copy {
	max-width: 700px;
	width: 94%;
	margin: 0px auto 5vh;
} 




/* ===== ヘッダー ===== */
.header {
	background: #fff;
	padding: 12px 0;
}

.header-inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.logo {
	max-width: 280px;
}

.header-cta {
	max-width: 600px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.btn-header {
	padding: 9px 16px;
	border-radius: 4px;
	font-size: clamp(14px,1.4vw,26px);
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	line-height: 1.3;
	transition: .2s;
	span {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-grow: 1;
		position: relative;
		&::before {
			content: '';
			background-repeat: no-repeat !important;
			background-size: contain !important;
			display: inline-block;
			margin-right: 5px;
		}
	}
}

.btn-header small {
	font-size: clamp(12px,1.2vw,16px);
	font-weight: 400;
	opacity: .9;
	text-align: center;
}

.btn-header-purple {
	background: var(--primary-light);
	color: #fff;
	span::before {
		background: url("../images/common/icon_materials.svg");
		width: 17px;
		height: 22px;
	}
}

.btn-header-red {
	background: var(--red);
	color: #FFF471;
	span::before {
		background: url("../images/common/icon_emergency.svg");
		width: 3vh;
		height: 3.5vh;
	}
}

.header-tel {
	line-height: 1.1;
}

.header-tel-label {
	color: var(--text-light); 
	display: block;
	padding-left: 70px;
}

.header-tel-num {
	font-size: clamp(32px,4vw,50px);
	font-family: var(--ff-robot);
	font-weight: 700;
	color: var(--primary-light);
	position: relative;
	display: flex;
	align-items: center;
	letter-spacing: 0px;
	white-space: nowrap;
	&::before {
		content: '';
		background: url("../images/common/icon_freedial.png");
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 5vh;
		height: 3vh;
		margin-right: 10px;
		position: relative;
	}
}

.header-tel-hour {
	font-size: 10px;
	color: var(--text-light);
	display: block;
}

/* ===== グローバルナビ ===== */
.gnav {
	background: #FFF;
	border-width: 1px 0px;
	border-color: var(--primary-light);
	border-style: solid;
	position: relative;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}

.hamburger span {
	display: block;
	height: 2px;
	background: var(--primary);
	border-radius: 2px;
	transition: .3s;
}

.hamburger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.gnav-inner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(0,1fr));
}

.gnav-inner li {
	color: #3B3B3B;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	position: relative;
	cursor: pointer;
	@media screen and (max-width: 1024px) {
		border-bottom: 1px solid rgba(255,255,255,.1);
		flex-direction: column;
	}
	&::before {
		content: '';
		background: #765393;
		display: inline-block;
		width: 1px;
		height: 60%;
		left: 0px;
		position: absolute;
		@media screen and (max-width: 1024px) {
			display: none;
		}
	}
	& > * {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		@media screen and (max-width: 1024px) {
			color: #FFF;
			font-size: 14px;
			text-align: center;
			flex-direction: column;
		}
	}
	.gnav-parent {
		@media screen and (max-width: 1024px) {
			padding: 14px 20px;
			display: flex;
			align-items: center;
			position: relative;
			&::after {
				content: '';
				background: url("../images/common/arrow_menu_open.svg");
				background-repeat: no-repeat;
				background-size: contain;
				display: inline-block;
				width: 16px;
				height: 10px;
				right: 40px;
				position: absolute;
			}
		}
	}
}

.gnav-has-child.is-open {
	.gnav-parent {
		@media screen and (max-width: 1024px) {
			&::after {
				content: '';
				background: url("../images/common/arrow_menu_close.svg");
				background-repeat: no-repeat;
				background-size: contain;
				display: inline-block;
				width: 16px;
				height: 10px;
				right: 40px;
				position: absolute;
			}
		}
	}
}


.gnav-cta {
	background: var(--primary);
	a {
		color: #FFF;
		padding: 24px 20px;
	}
}

.gnav-cta a:hover {
	background: var(--orange-dark) !important;
}

@media (min-width: 769px) {
  .gnav-has-child {
    position: relative;
  }

  .gnav-has-child .gnav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--primary-light);
	color: #FFF;
    display: none;
    flex-direction: column;
    z-index: 10;
  }

  .gnav-has-child:hover .gnav-submenu {
    display: flex;
	height: auto !important;
  }

  /* サブメニュー内のリンクも既存のスタイルを継承 */
  .gnav-submenu a {
    padding: 10px 16px;
	border-bottom: 1px solid #FFF;
	width: 100%;
	display: grid;
	justify-content: center;
	font-feature-settings: 'palt';
  }

  .gnav-submenu a::before {
    display: none; /* 左の縦線は不要 */
  }
}

@media (max-width: 768px) {
  .gnav-has-child .gnav-submenu {
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
	background: var(--primary-light);
  }

  .gnav-has-child.is-open .gnav-submenu {
    height: auto;
  }

  /* サブメニュー内のリンク */
  .gnav-submenu a {
    justify-content: center;
    padding: 10px 16px;
	display: grid;
	width: 100%;
  }

  .gnav-submenu a::before {
    display: none;
  }
}



/* ===== 下部CTAバナー ===== */
.bottom-cta {
	background: url("../images/common/cta_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 8vh;
}

.bottom-cta-copy {
	text-align: center;
	color: #3B4983;
	font-size: clamp(24px,3vw,42px);
	font-weight: 500;
	margin-bottom: 4vh;
}

.bottom-cta-bnr {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1rem;
	max-width: 1200px;
	width: 90%;
	margin-inline: auto;
	@media screen and (max-width: 768px) {
		grid-template-columns: repeat(1,1fr);
	}
	a {
		max-width: 600px;
		width: 100%;
	}
}



/* ===== フッター ===== */
.footer {
	border-top: 1px solid #B9B9B9;
}

.footer-inner {
}

.footer-grid {
	display: grid;
	grid-template-columns: 40% 60%;
	color: var(--primary-dark);
	max-width: 1200px;
	width: 90%;
	margin: 6vh auto 3vh;
	gap: 3vh;
	@media screen and (max-width: 768px) {
		grid-template-columns: 1fr;
	}
}

.footer-company-info {
	display: block;
}

.footer-company-name {
	font-size: clamp(24px,3.2vw,32px);
	font-weight: bold;
	flex-grow: 1;
}

.footer-address {
	font-size: clamp(15px,1.8vw,18px);
	font-weight: 500;
	line-height: 160%;
}

.footer-nav-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
	gap: 1rem;
	font-size: clamp(15px,1.8vw,18px);
	font-weight: 500;
}

.footer-nav-list {
	display: grid;
	row-gap: 2px;
	li {
		font-size: clamp(14px,1.6rem,16px);
	}
}

.footer-nav-child li {
	&::before {
		content: '・';
	}
}

.footer-copy {
	background: var(--primary-dark);
	color: #FFF;
	text-align: center;
	font-size: clamp(14px,1.6vw,16px);
	padding: 1.6vw 10px;
}



/* ===== レスポンシブ ===== */
@media (max-width: 1024px) {
	.top-bar {
  		display: none;
	}
	
	.header-inner {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.header-cta {
		width: 100%;
	}
	
	.btn-header {
		width: 100%;
		padding: 10px;
	}

	.gnav {
  		border: 0px;
	}

  .hamburger {
  	display: flex;
	background: var(--primary);
	padding: 5px 8px;
	span {
		background: #FFF;
	}
  }
  
  .gnav-inner {
    display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
    background: var(--primary);
	z-index: 100;
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
  }
  .gnav-inner.is-open { display: flex; }
  .gnav-inner a {
  	font-size: 14px;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #FFF;
   }
	
  .gnav-cta { margin-left: 0; }
}

@media (max-width: 480px) {
  .footer-nav-grid { grid-template-columns: 1fr; }
}




/* ---------------------------------------------
お支払いについて
--------------------------------------------- */
section#pay .inner_wrap {
	margin-block: 6vh;
}

.pay_card {
	max-width: 420px;
	widows: 90%;
	margin: 6vh auto;
	display: flex;
}

.pay_txt {
	font-size: clamp(16px,2vw,20px);
	text-align: center;
	line-height: 160%;
	span {
		color: #FC3D3D;
	}
}

.benefit_system {
	max-width: 900px;
	widows: 100%;
	margin: 6vh auto;
	display: flex;
}

.pay_detail_btn {
	background: #9F79BF;
	border: 5px solid #D5C9E0;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #FFF;
	font-size: clamp(18px,2.6vw,26px);
	font-weight: 500;
	max-width: 730px;
	width: 100%;
	margin: 0px auto;
	padding: 12px 10px;
	span {
		justify-content: center;
		display: flex;
	}
	&::after {
		content: '';
		background: url("../images/common/arrow_right.svg") #FFF;
		background-repeat: no-repeat;
		background-size: 8px 14px;
		background-position: center center;
		border-radius: 50px;
		display: inline-block;
		width: 34px;
		height: 34px;
		right: 20px;
		position: absolute;
	}
	@media screen and (max-width: 599px) {
		padding: 12px 30px;
		line-height: 120%;
		justify-content: space-between;
		span {
			width: 86%;
		}
	}
}

.set_plan {
	max-width: 1000px;
	width: 100%;
	margin: 8vh auto 0px;
}

.set_plan_list {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 5px;
	max-width: 900px;
	width: 90%;
	margin: 3rem auto 0px;
	li {
		background: var(--bg-gradient-blue-moz);
		background: var(--bg-gradient-blue-webkit);
		background: var(--bg-gradient-blue);
		.is-active,&:hover {
			background: var(--bg-gradient-purple-moz);
			background: var(--bg-gradient-purple-webkit);
			background: var(--bg-gradient-purple);
		}
		a {
			display: grid;
			align-items: center;
			position: relative;
			font-weight: 500;
			padding: 1rem 2rem;
			small {
				font-size: clamp(12px,1.4vw,14px);
				color: #FFF471;
			}
			span {
				font-size: clamp(16px,2vw,20px);
				color: #FFF;
			}
			&::after {
				content: '';
				background: url("../images/common/arrow_right.svg") #FFF;
				background-repeat: no-repeat;
				background-size: 5px 9px;
				background-position: center center;
				border-radius: 50px;
				display: inline-block;
				width: 23px;
				height: 23px;
				right: 20px;
				position: absolute;
			}
		}
	}
}
@media screen and (max-width: 599px) {
	.set_plan_list {
		grid-template-columns: repeat(2, 1fr);
		width: 95%;
	}
	.set_plan_list li a {
		padding: 0.8rem 1rem;
	}
	.set_plan_list li a::after {
		right: 8px;
	}
}



/* ---------------------------------------------
お問い合わせフォーム
--------------------------------------------- */
.form_wrap {
	width: 100%;
}

.form_txt {
	text-align: center;
}

.form_table {
	margin-block: 3rem;
	border-spacing: 0px;
	border-collapse: collapse;
}

.form_table > tbody {
	display: grid;
	row-gap: 3px;
}

.form_table tr {
	display: grid;
	grid-template-columns: 32% 68%;
	align-items: stretch;
	border: 1px solid #CCC;
	@media screen and (max-width: 599px) {
		grid-template-columns: 1fr
	}
}

.form_table tr > * {
	padding: 1rem;
	display: grid;
	align-items: center;
}

.form_table tr > th {
	background: var(--primary-light);
	color: #FFF;
	display: flex;
	align-items: center;
	&.must > p {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 5px;
		position: relative;
		&::after {
			content: '必須';
			background: var(--primary-pale);
			color: var(--red);
			border-radius: 30px;
			font-size: 14px;
			padding: 5px 10px;
			right: 0px;
			position: absolute;
			@media screen and (max-width: 599px) {
				position: relative;
				margin-left: 1em;
				padding: 2px 10px;
			}
		}
	}
}

input::placeholder {
	color: #CCC;
}

.form_table tr > td input[type=text],
.form_table tr > td input[type=tel],
.form_table tr > td input[type=email],
.form_table tr > td textarea {
	width: 100%;
	padding: 10px;
	@media screen and (max-width: 599px) {
		width: 100%;
	}
}

.form_table tr > td select {
	padding: 10px;
}

.agree_check {
	font-weight: 600;
	margin: 0px;
	display: flex;
	justify-content: center;
}

.privacy_box {
	margin-block: 1rem 2rem;
	iframe {
		padding: 1rem;
	}
}

.btn_wrap > p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	input[type=button], 
	input[type=submit] {
		max-width: 300px;
		width: 100%;
		border: 0px;
		padding: 1rem;
		display: grid;
		font-size: clamp(16px,1.8vw,18px);
		cursor: pointer;
	}
}

.wpcf7-spinner {
	display: none !important;
}

.submit_btn {
	background: #000;
	color: #FFF;
	&:disabled {
		background: #CCC;
		color: #666;
	}
}

.return_btn {
	background: #CCC;
	color: #666;
}

.thanks_txt {
	font-size: clamp(18px,2.4vw,30px);
	text-align: center;
}


.tuika_fee {
	background: #e9e4d4;
	padding: 2rem;
	margin-block: 2rem;
}

.tuika_fee_txt {
	font-size: clamp(16px,2vw,20px) !important;
	font-weight: 400 !important;
	font-feature-settings: 'palt';
	width: 90%;
	margin: 1rem auto 0px;
	line-height: 180%;
}

.postal-code {
	width: 8em !important;
	margin-bottom: 5px;
}

.select_list {
	display: grid;
	row-gap: 2px;
}

.form_memo {
	font-size: 13px;
	margin-top: 5px;
	text-indent: -1em;
	margin-left: 1em;
	&::before {
		content: '※';
	}
}

.wpcf7-list-item {
	margin: 0px !important;
}




