@charset "utf-8";
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	text-align	: left;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 13px auto 17px;
}
#crumb li,
#crumb li a{
	font-size: var(--fs-base);
	font-weight: 400;
	position: relative;
}
#crumb li {
	display: inline-block;
	font-size: var(--fs-base);
}
#crumb li + li::before{
	content: "\f054";
	font-size: var(--fs-2xs);
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	color: #808080;
	margin-right: 7px;
	transform: translateY(-1px);
}
#crumb li a{
	color: #000;
	text-decoration: underline;
}
#crumb li a:hover{
	text-decoration: none;
}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;}
.txt_c { text-align : center !important;}
.txt_l { text-align : left !important;}

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}


/* Heading
--------------------------------------------------------------------------- */

.hd01{
	text-align: left;
	font-size: 3.0rem;
	color: #3a520a;
}



/* 共通パーツ
--------------------------------------------------------------------------- */
/* 740px緑枠 */
.inputContainer{
	border: solid 4px #d5eba0;
	border-radius: 20px;
	margin: 0 auto;
	padding: 30px 36px 55px;
	max-width: 740px;
	width: 100%;
}
.inputContainer .ttl{
	font-size: var(--fs-xl);
}
.inputContainer form{
	text-align: left;
	margin-top: 30px;
}
.inputContainer form input{
	width: 100%;
}
.inputContainer form label{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* タブ */
.tabBtn{
	align-items: stretch;
}
.tabBtn li{
	cursor: pointer;
	background: #3a520a;
	border: solid 2px #3a520a;
	max-width: 480px;
	width: calc(100% / 2 - 10px);
	border-radius: 8px;
	position: relative;
	padding: 17px 10px;
	color: #fff !important;
}
.tabBtn li:hover,
.tabBtn li.active{
	color: #3a520a !important;
	background: #fff;
}
.tabBtn li.active::before{
	content: "";
	position: absolute;
	top: calc(100% - 5px);
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 12px;
	height: 12px;
	background: #fff;
	border-left: 2px solid #334400;
	border-bottom: 2px solid #334400;
}
.js-tab-list .container{
	display: none;
}
.js-tab-list .container.active{
	display: block;
}

@media screen and (max-width: 767px){
	.inputContainer .ttl{
		font-size: var(--fs-lg);
	}
}
@media screen and (max-width: 580px){
	/* 740px緑枠 */
	.inputContainer{
		padding: 30px 15px 40px;
	}

	/* タブ */
	.tabBtn li{
		font-size: clamp(1rem,4vw,1.6rem);
		width: calc(100% / 2 - 5px);
	}
}

/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border			: none;
	margin				: 40px auto 0;
	width				: 100%;
	table-layout: fixed;
}
.tblStyle01 tr{
	border-bottom: 1px dotted #999999;
	display: flex;
	width: 100%;
}
	.tblStyle01 th,
	.tblStyle01 td{
		border-top		: none;
		border-right	: none;
		border-bottom	: none;
		border-left		: none;
		font-weight		: normal;
		padding: 20px;
	}

	.tblStyle01 th{
		margin			: 0;
		text-align		: left;
		font-weight: 700;
		font-size: var(--fs-md);
		background: #fff;
		border-right: none;
		width: 200px;
		flex-shrink: 0;
	}

	.tblStyle01 td{
		text-align	: left;
		font-weight: 500;
		width: calc(100% - 200px);
	}

table .border-r{
	border-right: 1px solid #aabdb4;
}



@media screen and (max-width: 897px){
	.scroll {
		overflow: scroll;
	}
	.scroll table{
		width: 700px;
	}
}
@media screen and (max-width: 767px){
	.tblStyle01{
		margin-top: 20px;
	}
	.tblStyle01 th,
	.tblStyle01 td{
		display: block;
		padding: 12px;
		width: 100%;
	}
	.tblStyle01 th{
		font-size: var(--fs-base);
	}
}



/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}



/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : var(--fs-2xs) !important;}
.txt12 { font-size : var(--fs-xs) !important;}
.txt14 { font-size : var(--fs-base) !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: var(--fs-xs);
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: var(--fs-xs);
	}

	.formStyle01 .txt10 { color:#444;}

	.wid70{max-width: 70px; width: 100%;}
	.wid100{width: 100%;}
	.wid1{max-width: 400px; width: 100%;}
	.wid110{max-width: 110px; width: 100%;}
	.wid200{max-width: 200px; width: 100%;}
	.wid260{max-width: 260px; width: 100%;}
	.wid280{max-width: 280px; width: 100%;}
	.wid380{max-width: 380px; width: 100%;}
	.wid400{max-width: 400px; width: 100%;}
	.wid420{max-width: 420px; width: 100%;}
	.wid490{max-width: 490px; width: 100%;}

	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: var(--fs-base);
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}

	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: var(--fs-base);
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}


	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0; padding: 0; cursor : pointer; vertical-align:middle;}

	input:focus,
	textarea:focus,
	select:focus {
		background-color : #f7fdeb;
		border-color: #3a520a;
		box-shadow: 0 0 0 3px rgba(157,190,71,0.3);
		outline: none;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}

	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}

	input[type="radio"]{
		margin-top: -3px;
	}

	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}

input,
select,
textarea{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: var(--fs-md);
	font-weight: 500;
	border: solid 1px #999999;
	border-radius: 6px;
	padding: 9px 20px;
	box-shadow: none;
	appearance: none;
	cursor: text;
	height: 50px;
	background: #fff;
	color: #000;
}

select{
	cursor: pointer;
}

.password-wrapper {
	position: relative;
	display: block;
	max-width: 400px;
	width: 100%;
}
.password-wrapper input {
	width: 100%;
	padding-right: 44px;
}
#toggle-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 24px;
	height: 24px;
	color: #666;
	display: flex;
	align-items: center;
}
#toggle-btn:hover {
	color: #000;
}

button{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	cursor: pointer;
	border: none;
	font-weight: 700;
}

select,
textarea{
	width: 100%;
}

textarea{
	min-height: 180px;
}

.selectBox{
	position: relative;
}
.selectBox::after{
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: var(--fs-md);
	color: #000;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.selectBox + .inputBox{
	display: none;
}

form .item-box{
	width: calc(100% - 210px);
}

form .checkInput{
	position: relative;
	display: inline-block;
/*	min-width: 182px;*/
	min-width: 150px;
	padding-right: 2em;
}
	form .checkInput input{
		display: none;
	}
	form .checkInput a{
		text-decoration: underline;
		color: #3a520a;
	}
	form .checkInput .checkBox{
		padding: 10px 0;
		padding-left: 40px;
		display: block;
	}
	form .checkInput .checkBox::before{
		content: "";
		display: block;
		background: #fff;
		border: solid 1px #999;
		border-radius: 4px;
		position: absolute;
		top: 8px;
		left: 0;
		height: 30px;
		width: 30px;
	}
	form .checkInput .checkBox::after{
		content: "\f00c";
		font-family: 'FontAwesome';
		font-size: var(--fs-2xl);
		color: #3a520a;
		display: block;
		opacity: 0;
		position: absolute;
		top: 0.6em;
		left: 0.25em;
		line-height: 20px;
	}
	form .checkInput input:checked + .checkBox::before{
		background: #d5eba0;
		border-color: #3a520a;
	}
	form .checkInput input:checked + .checkBox::after{
		opacity: 1;
	}

form .placeholder{
	font-size: var(--fs-base);
	margin-top: 8px;
	display: inline-block;
}

form .disnon{
	display: none;
}

form .btn{
	display: block;
	margin: 30px auto 0;
}

form .btnBox{
	justify-content: center;
}
form .btnBox .btn{
	margin: 30px 0 0;
}
form .btnBox .prev{
	margin-right: 20px;
}

form .hissu{
	background: #e03a3a;
	color: #fff;
	font-size: var(--fs-base);
	font-weight: 500;
	padding: 2px 7px;
}

form .tblStyle01 th,
form .tblStyle01 td{
	padding: 20px 30px;
}

form .tblStyle01 th{
	vertical-align: top;
	width: 330px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
}
form .tblStyle01 th .min{
	font-size: var(--fs-xs);
}

form .tblStyle01 th.align-start{
	align-items: flex-start;
}

form .tblStyle01 th .flex{
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

form .tblStyle01 td{
	font-weight: 500;
	padding-right: 0;
}
form .tblStyle01 td .flex{
	align-items: baseline;
	justify-content: flex-start;
}
form .tblStyle01 td.adress .flex{
	align-items: center;
}

form .tblStyle01 input{
	border: solid 1px #aabdb4;
	height: 50px;
	width: 100%;
}

form .tblStyle01 label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

form .tblStyle01 #post01{
	max-width: 70px;
	width: 30%;
}
form .tblStyle01 #post02{
	max-width: 150px;
	width: 45%;
}

form .tblStyle01 .hyphen{
	margin: 0 10px;
}

form .tblStyle01 .locationBox span{
	flex-shrink: 0;
	width: 120px;
}

form .radioInput {
	line-height: 1.5;
	position: relative;
	margin-top: 10px;
}
	form .radioInput input{
		display: none;
	}
	form .radioInput .radioBox{
		padding-left: 2em;
	}
	form .radioInput .radioBox::before,
	form .radioInput .radioBox::after{
		content: "";
		display: block;
		position: absolute;
	}
	form .radioInput .radioBox::before{
		background: #fff;
		border: solid 1px #999;
		border-radius: 50%;
		top: 2px;
		left: 0;
		height: 20px;
		width: 20px;
	}
	form .radioInput .radioBox::after{
		background: #3a520a;
		border: 1px solid transparent;
		border-radius: 50%;
		height: 10px;
		width: 10px;
		opacity: 0;
		top: 7px;
		left: 5px;
	}
	form .radioInput input:checked + .radioBox::before{
		border-color: #3a520a;
	}
	form .radioInput input:checked + .radioBox::after{
		opacity: 1;
	}

form .policyBox{
	margin-top: 40px;
}
form .policyBox .checkInput .checkBox{
	padding-left: 28px;
}
form .policyBox .checkInput .checkBox::before{
	width: 20px;
	height: 20px;
	top: 13px;
}

form .policyBox .checkInput .checkBox::after{
	font-size: var(--fs-md);
	top: 13px;
	left: 3px;
}

form .wrap-checkBox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
form .wrap-checkBox li{
	min-width: 170px;
	flex-shrink: 0;
}


form .wrap-checkBox li label{
	min-width: inherit;
}

form .wrap-checkBox li.othersBox,
form .wrap-checkBox li.inputBox{
	width: 100%;
}

form .wrap-checkBox li.inputBox{
	display: none;
}

@media screen and (max-width: 767px){
	form .hissu{
		font-size: var(--fs-xs);
	}
	form .item-box{
		width: 100%;
	}
	form .checkInput .checkBox::before{
		top: 6px;
	}
	form .checkInput .checkBox::after{
		top: 11px;
	}
}
@media screen and (max-width: 580px){
	form .btnBox{
		display: block;
	}
	form .btnBox .prev,
	form .btnBox .btn{
		margin: 20px auto 0;
	}
}

/* ------------------------------------------------------------------------ */

/*  ページネーション

/* ------------------------------------------------------------------------ */

#pagenavi{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
	#pagenavi li{
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		background: #d5eba0;
		overflow: hidden;
		font-family: "Roboto", sans-serif;
		font-size: var(--fs-md);
		font-weight: 700;
	}
	#pagenavi li:hover{
		background: #3a520a;
	}

		#pagenavi li a{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 100%;
			color: #3a520a;
			cursor: pointer;
		}
		#pagenavi li a:hover{
			color: #fff;
		}

	#pagenavi li.current{
		background: #3a520a;
		color: #fff;
	}

#pagenavi .arrow{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: #3a520a;
	border-radius: 50%;
	color: #fff;
}
	#pagenavi .arrow a{
		color: #fff;
	}
	#pagenavi .arrow a::after{
		display: block;
		font-family: 'FontAwesome';
	}
	#pagenavi .nextpostslink a::after{
		content: "\f054";
	}
	#pagenavi .previouspostslink a::after{
		content: "\f053";
	}
	#pagenavi .arrow:hover{
		background: #d5eba0;
	}
	#pagenavi .arrow a:hover{
		color: #3a520a;
	}

/* step indicator
--------------------------------------------------------------------------- */
.step-indicator{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
	margin: 40px auto 0;
}
.step-indicator .step{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
}
.step-indicator .step .num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	font-weight: 700;
	font-size: var(--fs-md);
	font-family: "Roboto", sans-serif;
	transition: background 0.3s;
}
.step-indicator .step .txt{
	margin-top: 6px;
	font-size: var(--fs-sm);
	color: #999;
	font-weight: 500;
	transition: color 0.3s;
}
.step-indicator .step.is-active .num{
	background: #3a520a;
}
.step-indicator .step.is-active .txt{
	color: #3a520a;
	font-weight: 700;
}
.step-indicator .step.is-done .num{
	background: #9dbe47;
}
.step-indicator .step.is-done .txt{
	color: #9dbe47;
}
.step-indicator .line{
	flex: 1;
	height: 3px;
	background: #ccc;
	margin: 0 8px;
	transform: translateY(-10px);
	transition: background 0.3s;
}
.step-indicator .line.is-done{
	background: #9dbe47;
}

@media screen and (max-width: 767px){
	.step-indicator{
		margin-top: 25px;
	}
	.step-indicator .step .num{
		width: 32px;
		height: 32px;
		font-size: var(--fs-base);
	}
	.step-indicator .step .txt{
		font-size: var(--fs-2xs);
	}
	.step-indicator .line{
		transform: translateY(-8px);
	}
}

/* message
--------------------------------------------------------------------------- */

.err_msg{
	padding: 15px 20px;
	margin: 20px 0;
	background: #fff0f0;
	border: 1px solid #CC2727;
	border-radius: 6px;
	color: #CC2727;
	font-weight: 700;
}
@keyframes shake {
	0%, 100% { transform: translateX(0); }
	20% { transform: translateX(-6px); }
	40% { transform: translateX(6px); }
	60% { transform: translateX(-4px); }
	80% { transform: translateX(4px); }
}
.policyBox.has-error{
	border: 2px solid #CC2727;
	border-radius: 8px;
	padding: 15px;
	animation: shake 0.5s ease-out;
}

@keyframes errPulse {
	0% { box-shadow: 0 0 0 0 rgba(204,39,39,0.4); }
	70% { box-shadow: 0 0 0 8px rgba(204,39,39,0); }
	100% { box-shadow: 0 0 0 0 rgba(204,39,39,0); }
}
.bgc_err {
	animation: errPulse 0.8s ease-out;
}

.success_msg{
	padding: 15px 20px;
	margin: 20px 0;
	background: #f0fff0;
	border: 1px solid #28a745;
	border-radius: 6px;
	color: #28a745;
	font-weight: 700;
}

.alert-warning { background:#fff3cd; border:1px solid #ffc107; border-radius:5px; padding:15px; margin-bottom:20px; text-align:left; }
.alert-warning p { color:#856404; margin:0; }
.alert-warning p:first-child { font-weight:700; margin-bottom:8px; }
.alert-warning .alert-detail { font-size:var(--fs-base); }
.alert-warning .alert-note { font-size:var(--fs-sm); margin-top:8px; }
.alert-warning a { color:#856404; text-decoration:underline; }

/* prefers-reduced-motion: アニメーション軽減 */
@media (prefers-reduced-motion: reduce) {
	.policyBox.has-error { animation: none; }
	.bgc_err { animation: none; }
}

/* focus-visible: マウスクリック時のフォーカスリング非表示 */
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
	box-shadow: none;
}
