@charset "utf-8";
/***************************************************************************************************
	page_contact.css
***************************************************************************************************/
#page_contact {
	width:100%;
	padding:var(--padding_3);
	padding-bottom: 200px;
}
/*
*/
#page_contact .blk_1 {
	padding:0 0 40px 0;
}
/*
*/
#page_contact .blk_2 {
	width: 100%;
	padding:80px 15% 150px 15%;
	background-color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	text-align: center;
}
#page_contact .blk_form {
	width:100%;
	max-width: 800px;
	margin: auto;
}
/*  */
#page_contact .blk_header {
	padding: 40px 0;
	width: 100%;
	border: 1px solid #D0D0D0;
}
#page_contact .blk_header div {
	display: table;
	width:100%;
	max-width: 300px;
	margin: auto;
}
#page_contact .blk_header div::before {
	position: absolute;
	display: block;
	content: '';
	width: 66.66%;
	height: 1px;
	left:50%;
	top:20px;
	transform:translateX(-50%);
	border-bottom:1px solid #D0D0D0;
}
#page_contact .blk_header div::after {
	position: absolute;
	display: block;
	content: '送信中';
	font-size: 12px;
	line-height: 1;
	left:66.66%;
	top:-5px;
	color:var(--col_2);
	transform:translateX(-50%);
	opacity:0;
}
#page_contact .blk_header div p {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width:33.33%;
	padding:45px 0 0 0;
	font-size: 16px;
	line-height: 1;
	white-space:nowrap;
}
#page_contact .blk_header div p span {
	font-size: 16px;
	line-height: 1;
}
#page_contact .blk_header div p span:nth-of-type(1) {
	display: none;
	color:#ff0000;
}
#page_contact .blk_header div p::before {
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left:50%;
	top:10px;
	border-radius: 50%;
	background-color: #ededed;
	opacity:0;
	transition:opacity .2s ease-out 0s;
	transform:translateX(-50%);
}
#page_contact .blk_header div p::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	left:50%;
	top:15px;
	border-radius: 50%;
	background-color: #D0D0D0;
	transition:	background-color .2s ease-out 0s;
	transform:translateX(-50%);
}
#page_contact .blk_header[data-cf_phase="input"] div p:nth-of-type(1)::before {
	opacity: 1;
}
#page_contact .blk_header[data-cf_phase="input"] div p:nth-of-type(1)::after {
	background-color: var(--col_2);
}
#page_contact .blk_header[data-cf_phase="confirm"] div p:nth-of-type(2)::before {
	opacity: 1;
}
#page_contact .blk_header[data-cf_phase="confirm"] div p:nth-of-type(2)::after {
	background-color: var(--col_2);
}
#page_contact .blk_header[data-cf_phase="submit"] div::after {
	opacity:1;
}
#page_contact .blk_header[data-cf_phase="complate"] div p:nth-of-type(3)::before {
	opacity: 1;
}
#page_contact .blk_header[data-cf_phase="complate"] div p:nth-of-type(3)::after {
	background-color: var(--col_2);
}
#page_contact .blk_header[data-cf_phase="error"] div p:nth-of-type(3)::before {
	opacity: 0;
}
#page_contact .blk_header[data-cf_phase="error"] div p:nth-of-type(3)::after {
	background-color: #D0D0D0;
}
#page_contact .blk_header[data-cf_phase="error"] div p span:nth-of-type(1) {
	display: block;
}
#page_contact .blk_header[data-cf_phase="error"] div p span:nth-of-type(2) {
	display: none;
}
/*
*/
#page_contact .formbody_part {
	position: absolute;
	width:100%;
	opacity:0;
	pointer-events: none;
}
#page_contact .formbody_part.show {
	position:absolute;
	opacity:1;
	pointer-events: auto;
	transition:opacity .6s ease-out .6s;
}
#page_contact .formbody_part.hide {
	position:relative;
	opacity:0;
	pointer-events: none;
	transition:opacity .6s ease-out 0s;
}
#page_contact .formbody_part.pos_r {
	position:relative;
}
#page_contact .formbody_part.pos_a {
	position:absolute;
}
/*
*/
/*
*/
#page_contact .blk_input {
}
#page_contact .blk_input > p:nth-of-type(1) {
	width:100%;
	padding:60px 0 60px 0;
}
#page_contact .blk_input > p:nth-of-type(1) span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.75;
}
/*  */
#page_contact .blk_input .blk_fm {
	width:100%;
	text-align: left;
	padding:0 0 60px 0;
}
#page_contact .blk_input .blk_fm_tit {
	width:100%;
}
#page_contact .blk_input .blk_fm_tit p {
	display: inline-block;
	font-size: 16px;
	line-height: 1.25;
	white-space: nowrap;
}
#page_contact .blk_input .blk_fm_tit p span {
	position: absolute;
	display: block;
	left:calc(100% + 15px);
	top:1px;
	width:auto;
	height: 20px;
	font-size: 12px;
	line-height: 18px;
	padding:0 7px;
	border-radius: 1px;
	background-color: var(--col_2);
	white-space: nowrap;
}
#page_contact .blk_input .blk_fm_ipt {
	padding:17px 0 0 0;
}
#page_contact .blk_input .blk_fm_ipt_content {
	width:100%;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"] {
	background-color: #f2f2f2;
	width:100%;
	border-radius: 1px;
	padding: 15px 30px;
	font-size: 16px;
	border:2px solid transparent;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"].alert_show {
	background-color: #ffaaaa;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"]::placeholder {
	color:#999999;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"].alert_show::placeholder {
	color: transparent;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"]:focus {
	border-color:#0060df;
}
/*  */
#page_contact .blk_input .fm_content_cb {
	padding:0 0 50px 0;
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content label {
	display: block;
	padding:0 0 20px 0;
	cursor: pointer;
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content label input {
	display: none;
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content label span {
	display: block;
	padding:0 0 0 35px;
	font-size: 14px;
	line-height: 1.5;
}
#page_contact .blk_input .psty_contact_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left:0;
	top:2px;
	background-color: #ededed;
	transition:opacity .2s ease-out 0s;
}
#page_contact .blk_input .psty_contact_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 20px;
	left:7px;
	top:18px;
	border-radius: 2px;
	border-top:2px solid var(--col_2);
	border-left:2px solid var(--col_2);
	transform-origin: 0 0;
	transform:rotate(-135deg);
	opacity:0;
}
#page_contact .blk_input input:checked ~ .psty_contact_1::after {
	opacity: 1;
}
/*  */
#page_contact .blk_input .fm_content textarea {
	background-color: #f2f2f2;
	width:100%;
	height: 240px;
	border-radius: 1px;
	padding: 15px 30px;
	font-size: 16px;
	border:2px solid transparent;
	resize: vertical;
}
#page_contact .blk_input .blk_fm_ipt textarea::placeholder {
	color:#999999;
}
#page_contact .blk_input .blk_fm_ipt textarea:focus {
	border-color:#0060df;
}
/*  */
#page_contact .blk_input #cb_pp {
	display: none;
}
/*  */
#page_contact .blk_input .blk_pp {
	padding: 50px 0;
	width: 100%;
	border: 1px solid #D0D0D0;
}
#page_contact .blk_input #cb_pp:checked ~ .blk_pp .psty_contact_1::after {
	opacity: 1;
}
#page_contact .blk_input .blk_pp label {
	display: inline-block;
	padding:0 55px 0 0;
	cursor: pointer;
}
#page_contact .blk_input .blk_pp label span:nth-of-type(1) {
	display: inline-block;
	padding:0 0 0 35px;
	font-size: 14px;
	line-height: 1.5;
}
#page_contact .blk_input .blk_pp label span:nth-of-type(2) {
	position: absolute;
	display: block;
	left:calc(100% - 35px);
	top:1px;
	width:auto;
	height: 20px;
	font-size: 12px;
	line-height: 18px;
	padding:0 7px;
	border-radius: 1px;
	background-color: var(--col_2);
	white-space: nowrap;
}
#page_contact .blk_input .blk_pp p {
	padding: 40px 0 0 0;
}
#page_contact .blk_input .blk_pp p a {
	white-space: nowrap;
	padding:0 0 3px 0;
	border-bottom:1px solid transparent;
	transition:border-color .1s ease-out 0s;
}
#page_contact .blk_input .blk_pp p a.nm_hover {
	border-color:var(--col_2);
}
/*  */
#page_contact .blk_input .blk_fm_ipt_alert {
	padding:5px 0 0 0;
}
#page_contact .blk_input .blk_fm_ipt_alert .alert {
	font-size: 14px;
	line-height: 1.5;
	color:#ff0000;
	display: none;
}
#page_contact .blk_input .blk_fm_ipt_alert.alert_show {
	display: block;
}
#page_contact .blk_input .blk_fm_ipt_alert.alert_show.a_1_show .alert.a_1 {
	display: block;
}
#page_contact .blk_input .blk_fm_ipt_alert.alert_show.a_2_show .alert.a_2 {
	display: block;
}
/*  */
#page_contact .blk_input .blk_input_btn {
	padding:60px 0 0 0;
}
#page_contact .blk_input .blk_input_btn .btn_confirm {
	text-align: center;
	border: 1px solid #707070;
	width: 100%;
	padding:25px;
	background-color: #3D3935;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color:#ffffff;
	opacity: .2;
	pointer-events: none;
	transition: opacity .2s ease-out 0s;
}
#page_contact .blk_input #cb_pp:checked ~ .blk_input_btn .btn_confirm {
	opacity:1;
	pointer-events: auto;
}
/*
*/
/*
*/
#page_contact .blk_confirm {
}
#page_contact .blk_confirm > p:nth-of-type(1) {
	width:100%;
	padding:60px 0 60px 0;
}
#page_contact .blk_confirm > p:nth-of-type(1) span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_confirm table {
	display:block;
	text-align: left;
}
#page_contact .blk_confirm table * {
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_confirm table tbody {
	display:block;
	border-top:1px solid #D0D0D0;
}
#page_contact .blk_confirm table tbody tr {
	display:block;
	padding:30px 0;
	border-bottom:1px solid #D0D0D0;
}
#page_contact .blk_confirm table tbody tr th {
	display:block;
	color:#707070;
}
#page_contact .blk_confirm table tbody tr td {
	display:block;
	padding:15px 0 0 0;
}
#page_contact .blk_confirm table tbody tr td pre {
	display:block;
	width:100%;
	white-space: pre-wrap;
}

#page_contact .blk_confirm > p:nth-of-type(2) {
	width:100%;
	padding:40px 0 0 0;
}
#page_contact .blk_confirm > p:nth-of-type(2) span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_confirm .blk_confirm_btn {
	padding:80px 0 0 0;
	width:100%;
	justify-content: space-between;
	display: flex;
}
#page_contact .blk_confirm .blk_confirm_btn .btn_return {
	display: block;
	border: 1px solid #3D3935;
	width: 25%;
	padding:25px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
}
#page_contact .blk_confirm .blk_confirm_btn .btn_submit {
	display: block;
	border: 1px solid #707070;
	width: 70%;
	padding:25px;
	background-color: #3D3935;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color:#ffffff;
	white-space: nowrap;
}
/*
*/ 
/*
*/
#page_contact .blk_submit {
	padding:0 0 100px 0;
}
#page_contact .blk_submit > p:nth-of-type(1) {
	width:100%;
	padding:60px 0 60px 0;
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_submit > div:nth-of-type(1) {
	width:100%;
	height:200px;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
#page_contact .blk_submit .anim_progress {
	position: absolute;
	left:50%;
	top:calc(50% - 7px);
}
#page_contact .blk_submit .anim_progress.hide {
	opacity: 0;
	transition: opacity .8s ease-out 0s;
}
#page_contact .blk_submit .anim_progress .blk_anim_1 {
	position: relative;
}
#page_contact .blk_submit .anim_progress .blk_anim_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 260px;
	height: 15px;
	left:-130px;
	top:0;
	background-color: #fafafa;
}
#page_contact .blk_submit .anim_progress .blk_anim_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 260px;
	height: 15px;
	left:-130px;
	top:0;
	background-color: var(--col_2);
	transform-origin: 0 0;
	animation:kf_submit_progress 2s ease 0s infinite normal both ;
}
@keyframes kf_submit_progress {
  0% {
    transform: scaleX(0);
		transform-origin: 0 0;
  }
  50% {
		transform: scaleX(1);
		transform-origin: 0 0;
  }
  51% {
		transform: scaleX(1);
		transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
		transform-origin: 100% 0;
  }
}
#page_contact .blk_submit .anim_progress .blk_anim_2 {
	position: absolute;
	width: 260px;
	height:15px;
	left:-130px;
	top:0;
  background-image: linear-gradient(
    90deg,
    transparent 50%,
    #ffffff 50%, #ffffff 100%
  );
  background-size: 10px;
	background-repeat: repeat;
}
/*
*/
/*
*/
#page_contact .blk_complate {
	padding:0 0 100px 0;
}
#page_contact .blk_complate > p:nth-of-type(1) {
	width:100%;
	padding:60px 0 60px 0;
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_complate > div {
	width:100%;
	padding:40px 0 40px 0;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
#page_contact .blk_complate > div p {
	display:inline-block;
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_complate .blk_complate_btn {
	padding:80px 0 0 0;
	width:100%;
}
#page_contact .blk_complate .blk_complate_btn .btn_return {
	display: block;
	border: 1px solid #707070;
	width: 100%;
	padding:25px;
	background-color: #3D3935;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color:#ffffff;
	white-space: nowrap;
}
/*
*/
/*
*/
#page_contact .blk_error {
	padding:0 0 100px 0;
}
#page_contact .blk_error > p:nth-of-type(1) {
	width:100%;
	padding:60px 0 60px 0;
	font-size: 14px;
	line-height: 1.75;
	color:#ff0000;
}
#page_contact .blk_error > div {
	width:100%;
	padding:40px 0 40px 0;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
#page_contact .blk_error > div p {
	display:inline-block;
	font-size: 14px;
	line-height: 1.75;
}
#page_contact .blk_error .blk_complate_btn {
	padding:80px 0 0 0;
	width:100%;
}
#page_contact .blk_error .blk_complate_btn .btn_return {
	display: block;
	border: 1px solid #707070;
	width: 100%;
	padding:25px;
	background-color: #3D3935;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color:#ffffff;
	white-space: nowrap;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/
@media screen and (max-width: 1000px) {
#page_contact {
	padding:var(--padding_2);
	padding-bottom:70px;
}
/*
*/
#page_contact .blk_1 {
	padding:0 0 30px 0;
}
/*
*/
#page_contact .blk_2 {
	padding:40px 5% 50px 5%;
}
#page_contact .blk_form {
	max-width:none;
}
/*  */
#page_contact .blk_header {
	padding: 30px 0 40px 0;
}
#page_contact .blk_header div {
	max-width: none;
}
#page_contact .blk_header div p {
	padding:40px 0 0 0;
	font-size: 15px;
}
#page_contact .blk_header div p span {
	font-size: 15px;
}
/*
*/
/*
*/
#page_contact .blk_input {
	text-align: left;
}
#page_contact .blk_input > p:nth-of-type(1) {
	padding:20px 0 30px 0;
}
#page_contact .blk_input > p:nth-of-type(1) span {
	display: inline;
}
/*  */
#page_contact .blk_input .blk_fm {
	padding:0 0 30px 0;
}
#page_contact .blk_input .blk_fm_tit {
}
#page_contact .blk_input .blk_fm_tit p {
	font-size: 14px;
}
#page_contact .blk_input .blk_fm_tit p span {
	left:calc(100% + 10px);
	top:-1px;
}
#page_contact .blk_input .blk_fm_ipt {
	padding:10px 0 0 0;
}
#page_contact .blk_input .blk_fm_ipt_content {
	width:100%;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"] {
	padding: 7px 15px;
	font-size: 14px;
}
#page_contact .blk_input .blk_fm_ipt input[type="text"]::placeholder {
}
#page_contact .blk_input .blk_fm_ipt input[type="text"]:focus {
}
/*  */
#page_contact .blk_input .fm_content_cb {
	padding:20px 0 40px 0;
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content {
	padding: 0;
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content label {
	padding:0 0 20px 0;
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content label input {
}
#page_contact .blk_input .fm_content_cb .blk_fm_ipt_content label span {
	padding:0 0 0 30px;
}
#page_contact .blk_input .psty_contact_1::before {
}
#page_contact .blk_input .psty_contact_1::after {
}
#page_contact .blk_input input:checked ~ .psty_contact_1::after {
}
/*  */
#page_contact .blk_input .fm_content textarea {
	padding: 15px 15px;
	font-size: 14px;
}
#page_contact .blk_input .blk_fm_ipt textarea::placeholder {
	color:#999999;
}
#page_contact .blk_input .blk_fm_ipt textarea:focus {
	border-color:#0060df;
}
/*  */
#page_contact .blk_input .blk_pp {
	padding: 80px 40px 40px 40px;
	text-align: center;
}
#page_contact .blk_input .blk_pp label {
	padding:0 0 0 0;
	cursor: pointer;
	text-align: center;
	margin: auto;
	width:auto;
	text-align: center;
}
#page_contact .blk_input .blk_pp label input {
	display: none;
}
#page_contact .blk_input .blk_pp label span:nth-of-type(1) {
	display: inline;
	padding:0 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
#page_contact .blk_input .blk_pp label span:nth-of-type(2) {
	position: relative;
	display: inline-block;
	left:0;
	top:0;
	margin: auto 5px;
}
#page_contact .blk_input .blk_pp label {

}
#page_contact .blk_input .blk_pp .psty_contact_1::before {
	left:calc(50% - 10px);
	top:-40px;
}
#page_contact .blk_input .blk_pp .psty_contact_1::after {
	left:calc(50% - 3px);
	top:-24px;
}
#page_contact .blk_input .blk_pp p {
	padding: 30px 0 0 0;
}
/*  */
#page_contact .blk_input .blk_fm_ipt_alert {
	padding:5px 0 0 0;
}
#page_contact .blk_input .blk_fm_ipt_alert .alert {

}
/*  */
#page_contact .blk_input .blk_input_btn {
	padding:30px 0 0 0;
}
#page_contact .blk_input .blk_input_btn .btn_confirm {
}
/*
*/
/*
*/
#page_contact .blk_confirm {
}
#page_contact .blk_confirm > p:nth-of-type(1) {
	padding:20px 0 30px 0;
}
#page_contact .blk_confirm > p:nth-of-type(1) span {
}
#page_contact .blk_confirm table {
}
#page_contact .blk_confirm table * {
}
#page_contact .blk_confirm table tbody {
}
#page_contact .blk_confirm table tbody tr {
	padding:20px 0;
}
#page_contact .blk_confirm table tbody tr th {
}
#page_contact .blk_confirm table tbody tr td {
	padding:10px 0 0 0;
}
#page_contact .blk_confirm table tbody tr td pre {
}

#page_contact .blk_confirm > p:nth-of-type(2) {
	padding:30px 0 0 0;
	text-align: left;
}
#page_contact .blk_confirm > p:nth-of-type(2) span {
	display: inline;
}
#page_contact .blk_confirm .blk_confirm_btn {
	display: block;
	padding:40px 0 0 0;
}
#page_contact .blk_confirm .blk_confirm_btn .btn_return {
	width: 100%;
	padding:25px;
	margin-bottom: 20px;
}
#page_contact .blk_confirm .blk_confirm_btn .btn_submit {
	display: block;
	width: 100%;
	padding:25px;
}
/*
*/ 
/*
*/
#page_contact .blk_submit {
	padding:0 0 100px 0;
}
#page_contact .blk_submit > p:nth-of-type(1) {
	padding:40px 0 40px 0;
}
/*
*/
/*
*/
#page_contact .blk_complate {
	padding:0 0 60px 0;
}
#page_contact .blk_complate > p:nth-of-type(1) {
	padding:40px 0 40px 0;
}
#page_contact .blk_complate > div {
	padding:30px 0 30px 0;
}
#page_contact .blk_complate > div p {
	text-align: justify;
}
#page_contact .blk_complate .blk_complate_btn {
	padding:40px 0 0 0;
}
#page_contact .blk_complate .blk_complate_btn .btn_return {
}
/*
*/
/*
*/
#page_contact .blk_error {
	padding:0 0 60px 0;
}
#page_contact .blk_error > p:nth-of-type(1) {
	padding:40px 0 40px 0;
}
#page_contact .blk_error > div {
	padding:30px 0 30px 0;
}
#page_contact .blk_error > div p {
	text-align: left;
}
#page_contact .blk_error .blk_complate_btn {
	padding:40px 0 0 0;
}
#page_contact .blk_error .blk_complate_btn .btn_return {
}

}
