



@media print, screen and ( min-width:769px ) {
#Mail_area {
width: 70%;
min-width: 700px;
max-width: 1000px;
}
.message {
bottom: 0;
left: 20px;
}
.step_arrow {
width: 80%;
    min-width: 800px;
    margin: 0 auto;
}





}
@media screen and (max-width: 768px) {
.message {
bottom: 0;
right: 0;
}
.step_arrow {
margin: 0 0 20px 0;
}
form #Submit {
}
footer {
}
.inquiry_page #pagetop {
display: none !important;
}

.confirm .Inputleft {
border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
}
.btn_thanks {
margin: 40px 0;
}
.header_menu .btn_bace {
display: none;
}


}







/* form_title
=======================================================================*/
.form_title {
text-align: center;
}
.form_title p {
margin: -20px 0 20px 0;
}
.form_title p span {
margin:0 5px 0 0; 
}


/* 完了画面
=======================================================================*/
.complete {
text-align: center;
margin: 50px 0 30px 0;
}
.complete .title {
font-size: 1.6em;
padding: 0 0 20px 0;
}
.complete .title + p {
margin: 0 0 30px 0;
}
.complete p {
font-size: 1.1em;
}
.complete p b {
font-size: 1.3em;
    display: block;
    line-height: 1.7;
    margin: 0 0 -10px 0;
}
.complete .btn_bace {}
.complete .btn_bace a {
width: 30%;
}


/* address_area
=======================================================================*/
.Inputright .address_area {
	padding: 28px 0;
}
.Inputright .address_area li {
}


/* radio_area
=======================================================================*/
.Inputright .radio_area {
	padding: 28px 0;
}
.Inputright .radio_area ul {
margin: 0 0 -30px 0;
}
.Inputright .radio_area li {
margin: 0 0 15px 0;
}

/* annotation
=======================================================================*/
.annotation {
	display:block;
	width:90%;
	max-width:840px;
	font-size:13px;
	color:#F0305A;
	margin:4px auto;
}

/* required object
=======================================================================*/
.any_tx,.required_tx {
    font-size: 0;
    width: 4px;
    height: 5px;
    display: inline-block;
    vertical-align: 7px;
    margin: 0 0 0 5px;
    border-radius: 50%;
}
.any_tx {
	background:#BDBDBD;
}
.required_tx {
	background:#CBA597;
}
.any_tx.min,.required_tx.min {
	font-size: 10px !important;
    padding: 2px 3px;
    line-height: 1;
    margin: 0 8px 0 0;
}


/* Subheading
=======================================================================*/
.Inputarea .Captx {
font-size: 11px;
color: #bbb;
}


/* Mail area
=======================================================================*/
#Mail_area {
width: 100%;
}


/* Input Wrap */
.Inputarea {
}
.Inputleft {
font-size: 1.2em;
padding: 40px 0 20px 0;
}
.Inputright {
}


/* Input inner */
.Inputleft div {
}
.Inputleft div p {
}
.Inputright div {
}
.Inputright div .conf {
	width: 100%;
	max-width: 500px;
    height: auto;
    line-height: 2;
    padding: 3px 0 3px 20px;
    border-left: 1px solid #bbb;
}


/*-----------------------
    Input Type Style
-----------------------*/

/* text */
input:focus,textarea:focus {
	background:#F7EBCA;
}
.Inputright input[type="text"],
.Inputright input[type="tel"],
.Inputright input[type="email"],
.Inputright textarea,
.Inputright select {
width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    background: #E2EDE9;
    outline: none;
}
.w75 { width:75% !important; }
.w50 { width:50% !important; }
.w25 { width:25% !important; }



/* radio */
.Inputright div input[type="radio"] {
  display: none;
}
.radio_area label span {
	transition:.4s;
	padding-left: 32px;
	position:relative;
	cursor:pointer;
}
.Inputright div input[type="radio"]:checked + span {
	color:#50B4B4;
}
.radio_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:#fff;
}
.radio_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#50B4B4;
  transition:.4s;
  opacity:0;
}

.Inputright div input[type="radio"]:checked + span::after {
  border-radius: 50%;
  background: #50B4B4;
  opacity:1;
}



/* check box */

.Checklist {
	width:100%;
	overflow:hidden;
}

/* 元のボタン非表示 */
.Inputright div input[type="checkbox"] {
  display: none;
}

/* 通常チェックリスト */
.Checklist li {
	width:30%;
	float:left;
	list-style-type:none;
	height:30px;
}

.check_area label span {
	transition: .4s;
    padding: 6px 0 10px 32px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}
.check_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background:#fff;
}
.check_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #F0305A;
  border-right: 3px solid #F0305A;
  transition:.4s;
  opacity:0;
}
.check_area input[type="checkbox"]:checked + span::after {
  opacity:1;
}
.check_area textarea {
	width:60%;
	height:50px;
}






/* select custom [birth] */
.sw20 { width:100px !important; display:inline !important; }
.sw10 { width:70px !important; margin-left:0 !important; }


/* text custom [yoyaku] */
.Inputarea input[name="yoyaku"] {
	width:160px !important;
	margin-left:0;
	margin-right:10px !important;
}

/* select custom [ytime] */
.Inputarea select[name="ytime"] {
	width:160px;
	margin-left:0;
	display:inline;
}

/* textarea */
textarea {
width: 90%;
    height: 140px;
    font-size: 14px;
    padding: 15px 20px;
    border: none;
    line-height: 1.9;
    border-radius: 5px;
}

/* check box custom [agreement] */
.agreement_tx {
	border-top:1px dashed #525F68;
    padding: 15px 0;
    font-size: 10px;
    line-height: 2;
    color: #ccc;
    margin-top: 10px;
}
.agreement_check {
	display:block;
	width:90%;
}

.SubmitBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* submit [input] */
#Submit {
	width:350px;
	height: 65px;
    margin: 50px auto 30px;
	position:relative;
}
#Submit .SubmitBtn {
background: #7AA897;
background-size: auto 20px;
text-align: center;
border: none;
font-size: 18px;
font-weight: nomal;
color: #FFFFFF;
display: block;
width: 350px;
line-height: 1;
transition: background 0.5s,color 0.5s;
position: absolute;
top: 0;
left: 0;
z-index: 10;
cursor: pointer;
padding: 25px 0;
border-radius: 1000px;
}
#Submit div.SubmitBtn {
border-color:#ccc;
background:#EAEAEA;
color:#AEAEAE;
z-index:9;
cursor:default;
}
#Submit input.SubmitBtn:hover {
background: #8DB4A6;
background-size: auto 20px;
}


/* submit [confirm] */
#SubmitConfirm {
	width:242px;
	margin:30px auto;
}
#SubmitConfirm .SubmitBtn {
	background: url(/img/bace/arrow_01.png) no-repeat scroll right 10px center #20b4cc;
	background-size: auto 20px;
    text-align: center;
    border: none;
    font-size: 17px;
    color: #fff;
    margin: 30px auto;
    display: block;
    width: 240px;
    line-height: 1;
    transition: background 0.5s,color 0.5s;
    cursor: pointer;
    padding: 20px 0;
	border-radius:5px;
}
#SubmitConfirm .SubmitBtn:hover {
	background: url(/img/bace/arrow_01.png) no-repeat scroll 95% center #00C6E7;
	background-size: auto 20px;
}
#SubmitConfirm .SubmitBtn_min {
	text-align:center;
	border: none;
	border-radius:5px;
	font-size:13px;
	color:#666666;
	margin:30px auto;
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	transition:background 0.5s,color 0.5s;
	cursor:pointer;
}
#SubmitConfirm .SubmitBtn_min:hover {
	background:#CFCFCF;
}


/*-----------------------
          error
-----------------------*/

.form_err {
}
.form_err_radio label {
	background-color:#EBC1C2 !important;
	border-radius:3px !important;
}
.send_err {
	background-color:#EDD7D7 !important;
	width:80%;
	max-width:810px;
	margin:15px auto;
	padding:15px;
	border:solid 1px #DD2124;
	color:#DD2124;
}

.input_err {
	font-size: 14px;
    color: #F0305A;
    margin: 0 0 10px 0;
    display: none;
}


/* 必須項目数メッセージ */
.message {
background-color: rgba(122,168,151,0.7);
width: 160px;
    height: auto;
    padding: 10px 3px;
    text-align: center;
    position: fixed;
    font-size: 1.1em;
    line-height: 1.3;
    border-radius: 5px 5px 0 0;
    z-index: 10000;
    color: #fff;
}
.message span {
font-size:2em !important;
margin: 0 5px 0 0;
}





/* 【SP】ウィンドウ幅が768px以下の場合に適用するCSS */
@media screen and (max-width: 768px) {

#Mail_area {
width: auto;
    padding: 0;
    margin: 0 0 20px 0;
}

.pagetitle {
	padding: 20px;
    font-size: 20px;
	margin: 0 0 60px 0;
	transform: translateY(35px);
}

.description {
    padding: 15px 10px;
    font-size: 11px;
    width: auto;
    margin: 15px auto;
}


/* STEP
=======================================================================*/
.step_arrow {
}
.step_arrow li {
	padding: 10px 0 10px 10px;
    font-size: 12px;
}
.step_arrow li:nth-child(1):after, .step_arrow li:nth-child(2):after {
	border-width: 16px 0 16px 7px;
    right: -7px;
}
.step_arrow li:nth-child(2),
.step_arrow li:nth-child(3) {
	padding-left: 15px;
}


/* 入力
=======================================================================*/
.Inputright .radio_area {
    padding: 0 0 15px 5px;
}
.radio_area label span {
}
.any_tx,
.required_tx {
	vertical-align: 3px;
}

/* thanks
=======================================================================*/
.complete {
margin: 30px 0 0 0;
}
.complete .title {
font-size: 1.4em;
line-height: 1.4;
padding: 30px 0;
}
.complete .title + p {
    margin: 0 0 30px 0;
    line-height: 1.7;
    text-align: left;
}
.complete p b {
font-size: 1.1em;
}
.complete .btn_bace a {
    width: 100%;
}




.Remaining {
	width:100%;
}

.Inputleft div p {
    text-align: left;
}
.Inputright {
    padding-bottom: 0;
}
.Remaining .allow span.try {
    border-width: 20px 0 20px 10px;
    right: -10px;
}

#Submit {
    width:100%!important;
}
#Submit .SubmitBtn {
	width: 100% !important;
}

.Inputright div .conf {
    line-height: 1.6;
    font-size: 18px;
    border: none;
    padding: 0;
}
.Remaining .allow div {
	height:40px;
}
.Remaining .allow p {
	height:40px;
	line-height:40px;
	font-size:11px;
}
.Remaining .allow.one p {
	left:5px;
}
.Remaining .allow.two p {
	left:35px;
}
.Remaining .allow.three p {
	left:35px;
}
.Remaining .allow span.try {
	border-width: 20px 0 20px 10px;
    right: -10px;
}






#inquiry .main {margin:0 0 50px 0;}
.complete a {margin: 0 0 10px 0;}

.w75 { width:90% !important; }
.w50 { width:90% !important; }
.w25 { width:90% !important; }






	/*-----------------------
			Mail area 
	-----------------------*/
	
	/* Input Wrap */
	.Inputarea {
		display: block;
	}
	.Inputleft {
		width:100%;
		border-right:none;
		padding-top:10px;
	}
	.Inputright {
		width:100%;
		padding-bottom:20px;
	}
	
	/* Input inner */
	.Inputleft div {
		line-height:normal;
		padding:0 8px 10px 8px;
	}
	.Inputright div {
		padding:0px 8px;
	}
	.Inputright div .conf {
		margin-top:0;
	}
	
	
	
	
	
	
	
	/*-----------------------
		Input Type Style
	-----------------------*/
	
	#name,#kana,#tel {}
	#zip {}
	#add1,#add2,#add3,#mail,#mail_con {}
	
	#pref,#ytime { width:180px; }
	
	/* text custom [yoyaku] */
	.Inputarea input[name="yoyaku"] {
		width:60% !important;
		margin:0 0 10px 0 !important;
		display:block;
	}
	
	/* select custom [ytime] */
	.Inputarea select[name="ytime"] {
		width:40%;
		display:block;
	}
	
	/* check box */
	.Checklist li {
		width:45%;
		float:left;
		margin:0 2.5%;
	}
	
	/* textarea */
	textarea {
		width:90%;
	}
	
	/* submit [input] */
	#Submit {
		margin:0 auto 20px auto;
	}
	#Submit .SubmitBtn,#Submit .SubmitBtn:hover {
	}



	/* submit [confirm] */
	#SubmitConfirm {
		width: 100%;
		margin:30px 0;
	}
	#SubmitConfirm .SubmitBtn,#SubmitConfirm .SubmitBtn:hover {
		margin:30px auto;
		width:100%;
		line-height:50px;
		padding: 10px 0;
	}






	/* 必須項目数メッセージ */
	.message {
		background-color: rgba(255,255,255,0.7);
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: center;
		position: fixed;

		font-size: 15px;
		line-height: 1.8em;
		font-weight: bold;
		border-radius:0;
		z-index:10000;
		color:#444444;
		border:none;
		border-top:solid 1px #CCCCCC;
	}
	.message span {
		font-size:22px !important;
		margin:0 4px;
	}
	.message br {
		display:none;
	}




	
	

}

