@charset "shift_jis";
/* Updated 2026/07/01,ht */
/* Updated 2021/12/12,T */
/******************************
base
******************************/
button, input, select, textarea {
	margin: 0;
	padding: 0;
	appearance: none;
	background: 0 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
[aria-hidden=true]:not(.aria-show01, .alli-svg-icon-root) {
	display: none;
}
/******************************
modal
******************************/
html.-modal {
	overflow: hidden;
}
.modal-wrap,
.modal-wrap *{
	box-sizing: border-box;
}
.modal-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99999;
}
.modal-block01, .modal-block02 {
	display: flex;
	position: relative;
	width: 600px;
	max-height: calc(100% - 80px);
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 14px 40px 0 rgb(20 29 29 / 16%);
}
.-wide01.modal-block02, .modal-block01.-wide01 {
	min-width: 960px;
}
.modal-block01>.inner, .modal-block02>.inner {
	width: 100%;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}
.modal-block01>.inner>.header, .modal-block02>.inner>.header {
	padding: 24px 1.74% 0 1.74%;
}
.modal-block01>.inner>.header>.title, .modal-block02>.inner>.header>.title {
	padding: 0 40px;
	text-align: center;
}
.modal-block01>.inner>.header>.title>.inner, .modal-block02>.inner>.header>.title>.inner {
	font-size: 2.4rem;
	font-weight: 700;
}
.modal-block01>.inner>.header>.btn, .modal-block02>.inner>.header>.btn {
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 2;
}
.modal-block01>.inner>.body, .modal-block02>.inner>.body {
	padding: 0 4% 40px 4%;
}
.modal-block01>.inner>.body:not(:first-child), .modal-block02>.inner>.body:not(:first-child) {
	margin-top: 24px;
}
.modal-block01 ._inner-organism:not(:first-child) {
	margin-top: 28px;
}
.modal-block01 .btn-wrap01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}
.btn-wrap01:not(:first-child) {
	margin-top: 28px;
}
.modal-block01 .btn-wrap01>.inner {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	text-align: center;
}
.modal-block01 .btn-type01, .btn-type02 {
	display: inline-flex;
	justify-content: center;
	position: relative;
	min-width: 140px;
	max-width: 100%;
	padding: 3px 15px;
	transition: background-color .3s ease-out;
	background: #fff;
	border-radius: 3.65em;
	box-shadow: 0 0 4px 0 rgb(20 29 29 / 5%), 0 12px 14px 0 rgb(20 29 29 / 8%);
	text-decoration: none;
}
.modal-block01 .-green01.btn-type02, .btn-type01.-green01 {
	background: #004831;
	border: none;
	box-shadow: 0 12px 15px 0 rgb(81 127 111 / 30%);
}
.modal-block01 .-large01.btn-type02, .btn-type01.-large01 {
	width: 400px;
}
.modal-block01 .btn-type01>.inner, .btn-type02>.inner {
	display: flex;
	align-items: center;
	min-height: 42px;
	text-align: center;
	line-height: 1.1;
	font-weight: 700;
	color: #004831;
}
.modal-block01 .-green01.btn-type02>.inner, .btn-type01.-green01>.inner {
	color: #fff;
}

/******************************
._t-
******************************/
._t-center {
	text-align: center!important;
}

@media screen and (max-width: 767px){
	/******************************
	modal
	******************************/
	.modal-wrap {
		padding: 0 4.8vw;
	}
	.modal-block01, .modal-block02 {
		width: 100%;
		max-width: 600px;
		max-height: calc(100% - 36px);
	}
	.modal-block01 .-wide01.modal-block02, .modal-block01.-wide01 {
		width: 100%;
		min-width: inherit;
		min-width: auto;
		max-width: 960px;
	}
	.modal-block01>.inner, .modal-block02>.inner {
		max-height: calc(100vh - 36px);
	}
	.modal-block01>.inner>.header>.btn, .modal-block02>.inner>.header>.btn {
		right: 1.74%;
	}
	.modal-block01 .btn-wrap01 {
		width: 100%;
	}
}