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

お問合せ

---------------------------------------------- */
.titleType-A{
}
.form_read {
	padding: 2em 0;
	text-align: center;
}
.form_read strong {
	display: block;
	padding: 1.2em;
	font-size: 1.2em;
}


.formWrap {
	position: relative;
	width: 94%;
	max-width: 800px;
	padding: 2em 5%;
	margin: 0 auto 12rem;
	box-shadow: 0px 0px 10px 8px rgba(237, 237, 237,1);
	background: rgba(255,255,255,0.3)
}
.formItem_radio,
.formItem {
	position: relative;
	padding-top: 2em;
	margin-top: 4em;
	margin-bottom: 2.25em;
}
.formItem_radio{
    padding-top: 2.25em;
/*	margin-top: 0em;*/
}

.formItem input[type=button],
.formItem input[type=submit],
.formItem input[type=checkbox],
.formItem input[type=radio],
.formItem input[type=text],
.formItem input[type=tel],
.formItem input[type=password],
.formItem input[type=email],
.formItem input[type=url],
.formItem input[type=date],
.formItem input[type=number],
.formItem textarea,
.formItem .cp_file .file_text,
.formItem select {
}

.formItem input {
	height: 2.5em;
}

.formItem textarea {
	resize: vertical;
}

.formItem select::-ms-expand {
	display: none;
}

.cp_ipselect {
	position: relative;
	width: 100%;
	margin: 2em auto;
}

.cp_sl {
	position: relative;
	font-size: 1em;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	border-radius: 0;
	border: none;
}

.cp_sl:focus {
	outline: none;
	border-bottom: 1px solid rgba(0, 150, 174,0);
}

.cp_ipselect .cp_sl {
	-webkit-appearance: none;
	appearance: none;
}

.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 150, 174,0.3);
	pointer-events: none;
}

.cp_sl_selectlabel {
	color: rgba(0, 150, 174,1);
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

.cp_sl:focus ~ .cp_sl_selectlabel,
.cp_sl:valid ~ .cp_sl_selectlabel {
	color: rgba(0, 150, 174,1);
	top: 0px;
	left: -1em;
	transition: 0.2s ease all;
}

.cp_sl_selectbar {
	position: relative;
	display: block;
	width: 100%;
}

.cp_sl_selectbar:before,
.cp_sl_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background:rgba(0, 150, 174,1);
	transition: 0.2s ease all;
}

.cp_sl_selectbar:before {
	left: 50%;
}

.cp_sl_selectbar:after {
	right: 50%;
}

.cp_sl:focus ~ .cp_sl_selectbar:before,
.cp_sl:focus ~ .cp_sl_selectbar:after {
	width: 50%;
}

.cp_sl_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.formItem .form_label {
	position: absolute;
	top: 0em;
	pointer-events: none;
	padding-left: 0.125em;
	z-index: 1;
	font-size: 1em;
	font-weight: normal;
	color: rgba(0, 150, 174,1);
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}

.formItem .form_label small {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: text-bottom;
    padding: 0 5px;
    margin: 0 0 2px 1em;
    background: #0096af;
}

.formItem_radio span {
    position: absolute;
    top: 0em;
    padding-left: 0.125em;
    font-size: 1em;
    font-weight: normal;
    color: rgba(0, 150, 174,1);
}

.formItem_radio span small {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: text-bottom;
    padding: 0 5px;
    margin: 0 0 2px 1em;
    background: #0096af;
}

.formItem .bar {
	position: relative;
	border-bottom: 0.0625em solid #999999;
	display: block;
}

.formItem .bar::before {
	content: '';
	height: 0.125em;
	width: 0;
	left: 50%;
	bottom: -0.0625em;
	position: absolute;
	background: rgba(0, 150, 174,1);
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}

.formItem input[type=button],
.formItem input[type=submit],
.formItem input[type=checkbox],
.formItem input[type=radio],
.formItem input[type=text],
.formItem input[type=tel],
.formItem input[type=password],
.formItem input[type=email],
.formItem input[type=url],
.formItem input[type=date],
.formItem input[type=number],
.formItem textarea {
	display: block;
	background: none;
	padding: 0em 1em ;
	font-size: 1em;
	border-width: 0;
	border-color: transparent;
	line-height: 1.9;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.formItem select,
.formItem input:focus,
.formItem input:valid,
.formItem textarea:focus,
.formItem textarea:valid {
	color: #333333;
}

.formItem select ~ .form_label,
.formItem input:focus ~ .form_label,
.formItem input:valid ~ .form_label,
.formItem textarea:focus ~ .form_label,
.formItem textarea:valid ~ .form_label {
	font-size: 0.8em;
	top: 0px;
	left: -1em;
	left: 0;
}

.formItem select:hover,
.formItem input:focus,
.formItem textarea:focus {
	outline: none;
}

.formItem select:hover ~ .form_label,
.formItem input:focus ~ .form_label,
.formItem textarea:focus ~ .form_label {
	color: rgba(0, 150, 174,1);
}

.formItem select:hover ~ .bar::before,
.formItem input:focus ~ .bar::before,
.formItem textarea:focus ~ .bar::before {
	width: 100%;
	left: 0;
}

.checkbox label,
.formItem_radio label {
	position: relative;
	cursor: pointer;
	padding-left: 2em;
	text-align: left;
	color: #333333;
	display: block;
}

.checkbox input,
.formItem_radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
}

.radio {
	margin-bottom: 1em;
}

.radio .ch_bar {
	position: absolute;
	top: -0.25em;
	left: 0.25em;
	cursor: pointer;
	display: block;
	font-size: 1em;
	-webkit-user-select: none;
	user-select: none;
	color: #999999;
}

.radio .ch_bar::before,
.radio .ch_bar::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0.5em 0 0 0;
	width: 1em;
	height: 1em;
	-webkit-transition: -webkit-transform 0.28s ease;
	transition: transform 0.28s ease;
	border-radius: 50%;
	border: 1px solid currentColor;
}

.radio .ch_bar::after {
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: rgba(0, 150, 174,1);
	border-color: rgba(0, 150, 174,1);
}

.radio label:hover .ch_bar {
	color: rgba(0, 150, 174,1);
}

.radio input:checked ~ .ch_bar::after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.radio input:checked ~ .ch_bar::before {
	color: rgba(0, 150, 174,1);
}

.checkbox {
	margin-top: 3em;
	margin-bottom: 1em;
}

.checkbox .ch_bar {
	color: #999999;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	z-index: 0;
	border: 0.125em solid currentColor;
	border-radius: 0.0625em;
	-webkit-transition: border-color 0.28s ease;
	transition: border-color 0.28s ease;
}

.checkbox .ch_bar::before,
.checkbox .ch_bar::after {
	position: absolute;
	height: 0;
	width: 0.2em;
	background-color: rgba(0, 150, 174,1);
	display: block;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 0.25em;
	content: '';
	-webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
	transition: opacity 0.28s ease, height 0s linear 0.28s;
	opacity: 0;
}

.checkbox .ch_bar::before {
	top: 0.65rem;
	left: 0.38rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-box-shadow: 0 0 0 0.0625em #ffffff;
	box-shadow: 0 0 0 0.0625em #ffffff;
}

.checkbox .ch_bar::after {
	top: 0.3em;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox label:hover .ch_bar {
	color: rgba(0, 150, 174,1);
}

.checkbox input:checked ~ .ch_bar {
	color: rgba(0, 150, 174,1);
}

.checkbox input:checked ~ .ch_bar::after,
.checkbox input:checked ~ .ch_bar::before {
	opacity: 1;
	-webkit-transition: height 0.28s ease;
	transition: height 0.28s ease;
}

.checkbox input:checked ~ .ch_bar::after {
	height: 0.5em;
}

.checkbox input:checked ~ .ch_bar::before {
	height: 1.2em;
	-webkit-transition-delay: 0.28s;
	transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: 1em;
}

/* File input */
.formItem .cp_file {
	position: relative;
}

.formItem .cp_file .title {
	position: static;
}

.formItem .cp_file .button {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	padding: .5em 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0;
	background-color: #999999;
}

.formItem .cp_file .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-appearance: none;
	appearance: none;
}

.formItem .cp_file .file_text {
	position: relative;
	box-sizing: border-box;
	padding: 6px 10px;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-bottom: 0.0625em solid #999999;
	outline: none;
}

.formItem .cp_file .file_text::before {
	content: '';
	height: 2px;
	width: 0;
	left: 50%;
	bottom: -1px;
	position: absolute;
	background: rgba(0, 150, 174,1);
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}

.formItem .cp_file .file_input:hover ~ .file_text::before {
	width: 100%;
	left: 0;
}

.formItem .cp_file label:hover .button {
	background-color: rgba(0, 150, 174,1);
}

.formItem .cp_file label:active .button {
	background-color:rgb(0, 137, 159);
}


input::placeholder,
select::placeholder,
textarea::placeholder{
  color: #acacac;
}
/* IE */
input:-ms-input-placeholder,
select:-ms-placeholder,
textarea:-ms-placeholder {
  color: #acacac;
}
/* Edge */
input::-ms-input-placeholder,
select::-ms-placeholder,
textarea::-ms-placeholder {
  color: #acacac;
}









/* --------------------------------------------

送信ボタン

---------------------------------------------- */
.btn_cont {
	text-align: center;
	position: relative;
	width: 80%;
	max-width: 300px;
	background: currentColor;
	border: 1px solid currentColor;
	color: rgba(0, 150, 174,1);
	margin: 3rem auto;
	padding: 0.6em 0 0.6em;
	-webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
	transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.btn_cont span {
	display: block;
	height: 100%;
	letter-spacing: 0.05em;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	z-index: 1;
	transition: 0.3s;
}

.btn {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.btn::before {
	content: '';
	position: absolute;
	background: #071017;
	border: 50vh solid #1d4567;
	width: 30vh;
	height: 30vh;
	border-radius: 50%;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.btn_cont:hover {
	color: #B29A76;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.btn:focus {
	outline: none;
}

.btn_cont:hover span {
	letter-spacing: 0.15em;
}







/* --------------------------------------------

確認画面

---------------------------------------------- */
.form-check {
	padding-bottom: 2em;
}
.form-check dt {
	position: relative;
	margin-top: 4em;
	margin-bottom: 1em;
	color: rgba(0, 150, 174,1);
}
.form-check dd {
	padding-left: 1em;
	border-bottom: 0.0625em solid #999999;
}


.backBtn {
	display: block;
	width: 10em;
	padding: 0.4em;
	margin: auto;
	text-align: center;
	font-size: 0.8em;
	background: #d6d6d6;
	transition: 0.3s;
}
.backBtn:hover {
	opacity: 0.5;
}







/* --------------------------------------------

完了画面

---------------------------------------------- */
























