@charset "UTF-8";
/*
   フォームアイテム
   ========================================================================== */
button, input {
	transition: all .2s;
}
button:hover, input:hover {
	opacity: .6;
}
::-webkit-input-placeholder {
	color: #c8c8c8;
	margin: 0;
	padding: 0;
}
:-ms-input-placeholder {
	color: #c8c8c8;
	margin: 0;
	padding: 0;
}
::placeholder {
	color: #c8c8c8;
	margin: 0;
	padding: 0;
}
input {
	line-height: normal;
}
/********************** レイアウト **********************/
/*入力フォーム　確認ページ共通*/
.bl_contactName {
	font-size: 2.4rem;
	color: #80BF9F;
	padding-bottom: 1em;
}
.ly_contactTable {
	margin-bottom: 4em;
}
.ly_contactTable tr {
	text-align: left;
}
.ly_contactTable th {
	width: 30%;
	min-width: 19em;
}
.ly_contactTable td {
	width: 70%;
	line-height: 1.75;
}
.ly_contactTable th span {
	font-size: 1.4rem;
	font-weight: normal;
	padding: .4em .8em;
	background: #BF8080;
	color: #fff;
	margin-right: 1em;
}
.ly_contactTable td ul {
	list-style: none;
}
.bl_page_btn__content {
	list-style: none;
	flex-wrap: nowrap;
}
.bl_page_btn__content li:first-of-type {
	margin-right: 2em;
}
.bl_contact_final-confirmation {
	padding: 0 0 3em;
	line-height: 1.75;
	font-size: 1.4rem;
}
/*フォーム　横並び*/
.ly_aide_by_side {}
.ly_aide_by_side label {
	padding-right: .5em;
	padding-left: 1em;
}
.ly_aide_by_side li.bl_card, .ly_aide_by_side2 li.bl_card {
	width: calc((100% * 1) / 2);
	margin-bottom: 1em;
	margin-right: 0;
	list-style: none;
}
.ly_aide_by_side li.bl_card:last-of-type, .ly_aide_by_side2 li.bl_card:last-of-type {
	margin-bottom: 0;
}
.ly_aide_by_side li.bl_card:first-of-type label {
	padding-left: 0;
}
.ly_aide_by_side label + input {
	width: calc(100% - 3.2em);
}
.ly_aide_by_side2 {}
.ly_aide_by_side2 label {
	padding-right: .5em;
	padding-left: 1em;
}
.ly_aide_by_side2 li.bl_card:first-of-type label {
	padding-left: 0;
}
.ly_aide_by_side2 label + input {
	width: calc(100% - 4.4em);
}
/*テーブコンテンツ*/
.bl_tableList__wrap {
	width: 100%;
	margin-top: 2em;
}
.bl_tableList__wrap.margin-non {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.bl_tableList__wrap tr:first-of-type th {
	border-radius: 5px 0 0 0;
	vertical-align: top;
}
.bl_tableList__wrap tr:first-of-type td {
	border-radius: 0 5px 0 0;
}
.bl_tableList__wrap tr:last-of-type th {
	border-radius: 0 0 0 5px;
	vertical-align: top;
}
.bl_tableList__wrap tr:last-of-type td {
	border-radius: 0 0 5px 0;
}
.bl_tableList__wrap tr:not(:last-of-type) {
	border-bottom: 1px solid #e3e3e3;
}
.bl_tableList__wrap th, .bl_tableList__wrap td {
	padding: 1.5em;
}
.bl_tableList__wrap th {
	background-color: #F3EFEA;
	min-width: 8em;
}
.bl_tableList__wrap td {
	background-color: #f2f2f2;
}
.bl_tableList__wrap td p {
	line-height: 2;
}
.bl_tableList__wrap a {
	color: #333;
}
.bl_tableList__wrap a:hover {
	color: #80A2BF;
}
/*テーブルコンテンツ　終了*/
/********************** アイテム **********************/
/* ラジオボタン */
.radio-style {
	display: block;
}
.radio-style + span {
	cursor: pointer;
	display: block;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.5em;
	position: relative;
}
.radio-style + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}
.radio-style + span::after {
	-webkit-transform: translateY(-50%);
	background: #000;
	border: 1px solid transparent;
	border-radius: 50%;
	content: " ";
	height: 8px;
	left: 4px;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 8px;
}
.radio-style:checked + span::after {
	opacity: 1;
}
/* テキスト */
.txt-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
	min-height: 2.5em;
}
/* テキストエリア */
.email-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* パスワード */
.password-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 電話番号ｷ */
.tel-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
.error {
	display: none;
}
input:invalid + .error {
	font-size: 0.9em;
	display: block;
	color: red;
}
/* 検索 */
.search-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 番号 */
.number-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 日付 */
.date-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 日時 */
.datetime-local-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 月 */
.month-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 週　*/
.week-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 時間　*/
.time-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* 範囲　*/
input.range-style[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
	height: 14px;
	width: 100%;
	background: var(--color-kusumigreen, #BFD3C5);
	border-radius: 10px;
	border: solid 3px #fff;
}
/* WebKit */
input.range-style[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: var(--color-main, #148837);
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
/* Moz */
input.range-style[type="range"]::-moz-range-thumb {
	background: var(--color-main, #148837);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: none;
}
/* Firefox */
input.range-style[type="range"]::-moz-focus-outer {
	border: 0;
}
input.range-style[type="range"]:active::-webkit-slider-thumb {
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
/* セレクトボックス　*/
.select-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
	position: relative;
}
.bl_select_wrap {
	position: relative;
}
.bl_select_wrap:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 13px;
	width: .5em;
	height: .5em;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	font-size: 20px;
	pointer-events: none;
}
/*　チェックボックス */
.form-group {
	display: flex;
	flex-direction: column;
}
.label-checkbox input[type="checkbox"] {
	display: none;
}
.label-checkbox {
	cursor: pointer;
	padding-right: 15px;
	font-weight: normal;
}
.label-checkbox .lever:before {
	content: "\f0c8";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.label-checkbox input[type="checkbox"]:checked + .lever {
	color: var(--color-main, #148837);
}
.label-checkbox input[type="checkbox"]:checked + .lever:before {
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: var(--color-main, #148837);
	margin-right: 5px;
}
/* テキストエリア */
.textarea-style {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
	width: 100%;
}
/* js-画像設定*/
.form_image {
	visibility: visible !important;
	width: 100%;
}
.visible_image {
	width: 300px;
	height: auto;
	padding: 1em;
}
.delete_image {
	display: table;
	padding: .5em 1em;
	max-width: 100%;
	border-radius: 5px;
	font-size: 1.4rem;
	background: #c98b8b;
	color: #7c1c1c;
}
/********************** form-loginout **********************/
.bl_loginout__wrap input {}
@media (max-width: 959px) {
	/*
	フォームアイテム
	========================================================================== */
	/********************** レイアウト **********************/
	/*フォーム　横並び*/
	.ly_aide_by_side {}
	.ly_aide_by_side label {
		padding-right: .5em;
		padding-left: 0;
	}
	.ly_aide_by_side li.bl_card, .ly_aide_by_side2 li.bl_card {
		width: 100%;
		margin-bottom: 1em;
		margin-right: 0;
		list-style: none;
	}
	.ly_aide_by_side li.bl_card:last-of-type, .ly_aide_by_side2 li.bl_card:last-of-type {
		margin-bottom: 0;
	}
	.ly_aide_by_side li.bl_card :first-of-type label {
		padding-left: 0;
	}
	.ly_aide_by_side label + input {
		width: calc(100% - 1.9em);
	}
	.ly_aide_by_side2 {}
	.ly_aide_by_side2 label {
		padding-right: .5em;
		padding-left: 0;
	}
	.ly_aide_by_side2 li:first-of-type label {
		padding-left: 0;
	}
	.ly_aide_by_side2 label + input {
		width: calc(100% - 2.8em);
	}
	/*テーブコンテンツ*/
	.bl_tableList__wrap {
		width: 100%;
		margin-top: 2em;
	}
	.bl_tableList__wrap.margin-non {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.bl_tableList__wrap tr:first-of-type th {
		border-radius: 5px 0 0 0;
		vertical-align: top;
	}
	.bl_tableList__wrap tr:first-of-type td {
		border-radius: 0 5px 0 0;
	}
	.bl_tableList__wrap tr:last-of-type th {
		border-radius: 0 0 0 5px;
		vertical-align: top;
	}
	.bl_tableList__wrap tr:last-of-type td {
		border-radius: 0 0 5px 0;
	}
	.bl_tableList__wrap tr:not(:last-of-type) {
		border-bottom: 1px solid #e3e3e3;
	}
	.bl_tableList__wrap th, .bl_tableList__wrap td {
		padding: 1.5em;
		margin-bottom: 0 !important;
		height: 100%;
	}
	.bl_tableList__wrap th {
		background-color: #F3EFEA;
		vertical-align: top;
	}
	.bl_tableList__wrap td {
		background-color: #f2f2f2;
		font-size: 1.4rem;
	}
	.bl_tableList__wrap td p {
		line-height: 2;
	}
	.bl_tableList__wrap a {
		color: #333;
	}
	.bl_tableList__wrap a:hover {
		color: #80A2BF;
	}
	/*テーブルコンテンツ　終了*/
}
@media (max-width: 559px) {
	/*
	フォームアイテム
	========================================================================== */
	/********************** レイアウト **********************/
	/*フォーム　横並び*/
	.ly_aide_by_side {}
	.ly_aide_by_side label {
		padding-right: .5em;
		padding-left: 0;
	}
	.ly_aide_by_side li.bl_card, .ly_aide_by_side2 li.bl_card {
		width: 100%;
		margin-bottom: 1em;
		list-style: none;
	}
	.ly_aide_by_side li.bl_card:last-of-type, .ly_aide_by_side2 li.bl_card:last-of-type {
		margin-bottom: 0;
	}
	.ly_aide_by_side li.bl_card :first-of-type label {
		padding-left: 0;
	}
	.ly_aide_by_side label + input {
		width: calc(100% - 2.3em);
	}
	.ly_aide_by_side2 {}
	.ly_aide_by_side2 label {
		padding-right: .3em;
		padding-left: 0;
	}
	.ly_aide_by_side2 li:first-of-type label {
		padding-left: 0;
	}
	.ly_aide_by_side2 label + input {
		width: calc(100% - 2.9em);
	}
	/*テーブコンテンツ*/
	.bl_tableList__wrap {
		width: 100%;
		margin-top: 2em;
	}
	.bl_tableList__wrap.margin-non {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.bl_tableList__wrap tr:first-of-type th {
		border-radius: 5px 0 0 0;
		vertical-align: top;
	}
	.bl_tableList__wrap tr:first-of-type td {
		border-radius: 0 5px 0 0;
	}
	.bl_tableList__wrap tr:last-of-type th {
		border-radius: 0 0 0 5px;
		vertical-align: top;
	}
	.bl_tableList__wrap tr:last-of-type td {
		border-radius: 0 0 5px 0;
	}
	.bl_tableList__wrap tr:not(:last-of-type) {}
	.bl_tableList__wrap th, .bl_tableList__wrap td {
		display: block;
		text-align: left;
	}
	.bl_tableList__wrap th {
		background-color: #F3EFEA;
		min-width: 100%;
		font-size: 1.4rem;
		padding: 1em;
	}
	.bl_tableList__wrap td {
		background-color: #f2f2f2;
		font-size: 1.4rem;
		padding: 1.5em;
	}
	.bl_tableList__wrap td p {
		line-height: 2;
	}
	.bl_tableList__wrap a {
		color: #333;
	}
	.bl_tableList__wrap a:hover {
		color: #80A2BF;
	}
	/*テーブルコンテンツ　終了*/
}