@charset "utf-8";

/* 送信完了画面
=====================================*/
.fix {
	text-align: center;
max-width: 800px;
margin: 0 auto;
}
.fix .thanks_01{
	font-size:2em;
	line-height:1.6;
}
.fix .thanks_02{
	background-color: #fafafa;
	padding:20px 30px;
	line-height:2;
	margin:30px 0;
	text-align: left;
border-radius: 5px;
}

.back_form {
	text-align:center;
}
.back_form a {
	background:#ececec;
	padding: 15px 50px;
	text-decoration:none;
	color:#333;
	border-radius: 100px;
	margin: 0 0 40px;
	display: inline-block;
}
.fix .red{
	color:#921500;
	font-weight:bold;
}


/* common
=====================================*/
#pref {
	margin: 0 0 20px 0;
}


/*-----------------------
       annotation 
-----------------------*/

.annotation{
	display:block;
	width:90%;
	max-width:840px;
	font-size:13px;
	color:#EE0000;
	margin:4px auto;
}
.required{
	background-color:#FFEEF8;	
}


/*-----------------------
     required object
-----------------------*/

.any_tx,.required_tx{
font-size: 12px !important;
    color: #FFFFFF !important;
    margin: 0 0 0 10px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 5px 5px;
    line-height: 1;
    vertical-align: 2px;
}
.any_tx{
	background:#539cf3;
}
.required_tx{
	background:#fa2767;
}









/*-----------------------
       Subheading
-----------------------*/

.Inputarea .Captx{
	font-size: 14px;
    display: block;
    padding: 25px 0 5px 0;
}
.Inputarea .Captx.Captx_first{
	padding-top:0;
}










/*-----------------------
        Mail area 
-----------------------*/

/* Input inner */
.Inputleft div{
	height:auto;
	line-height:54px;
	padding:0 0px;
}
.Inputleft div p{
	margin:0 !important;
	text-align:left;
	font-size:18px;
	line-height:27px;
	padding-top:12px;
}
.Inputright div .conf{
	width:90%;
	height:auto;
	font-size:16px !important;
	padding:7px 8px;
	margin-top:7px;
}


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

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

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



/* check box */

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

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

/* 通常チェックリスト */
.Checklist li {
    margin: 0 0 20px 0;
}

.check_area label span{
transition: .4s;
padding: 0px 0 0 35px;
position: relative;
cursor: pointer;
}
.check_area input[type="checkbox"]:checked + span{
  color: #e47829;
}
.check_area label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border:solid 1px #D3D3D3;
  background:#FFFFFF;
}
.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 #e47829;
  border-right: 3px solid #e47829;
  transition:.4s;
  opacity:0;
}
.check_area input[type="checkbox"]:checked + span::after{
  opacity:1;
}
.check_area textarea{
	width:60%;
	height:50px;
}



/* select */
.select_label{
	display:inline-block;
	position:relative;
}
select{
	width:180px;
	font-size:16px;
	padding: 7px 8px;
	border-radius:4px;
	border:solid 1px #CCCCCC;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position:relative;
	background:#FFFFFF url(../_img/select_allow.png) no-repeat center right;
	background-size:15px;
}



/* select custom [birth] */
.Inputarea div select[name="birth1"]{
	width:100px;
	display:inline;
}
.Inputarea div select[name="birth2"],
.Inputarea div select[name="birth3"]{
	width:70px;
	margin-left:0;
}



/* 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:16px;
	padding:7px 8px;
	border-radius:4px;
	border:solid 1px #CCCCCC;
	line-height: 1.6;
}
input {
	font-size: 16px;
    padding: 7px 8px;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
}

/* check box custom [agreement] */
.agreement_tx{
	border-top:dotted 2px #CCCCCC;
	padding:8px 10px;
	font-size:14px;
	line-height:145%;
	color:#6A1A1B;
	margin-top:10px;
}
.agreement_check{
	display:block;
	width:90%;
	
}

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


/*-----------------------
          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:13px;
	color:#EE0000;
	margin:4px;
	display:none;
}


/*-------------------- 
  width 0 - 480px
--------------------*/
@media screen and (max-width:480px) {


img {
	width:100%;
}

header .logo{
	width:80%;
}
header .title {
	font-size:1.3em;
	margin: 20px 0 0;
}
.description {
	margin: 5px auto 20px !important;
}


/* 送信完了画面
=====================================*/
.fix .thanks_01{
	font-size:1.2em;
}
.fix .thanks_02{
	line-height: 1.6;
	margin: 15px;
}
.back_form a {
	margin: 0 0 20px;
}


.Remaining .allow div{
	height:40px;
}
.Remaining .allow p{
	height:40px;
	line-height:40px;
	font-size:13px;
}
.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 25px;
	right:-25px;
}


	/*-----------------------
		   Description 
	-----------------------*/
	
	.description{
		width:84%;
		padding:15px 3%;
	}
	
	
	/*-----------------------
			Mail area 
	-----------------------*/
	
	/* Input Wrap */
	.Inputarea{
		display: block;
		border-bottom:10px solid #fff;
	}
	.Inputleft{
		width: 96%;
border-right: none;
background: #ececec;
padding: 10px 3%;
	}
	.Inputright{
		width: 94%;
background: #fafafa;
padding: 10px 3%;
	}
	
	/* Input inner */
	.Inputleft div{
		line-height:normal;
		padding:0 8px 10px 8px;
	}
	.Inputleft div p{
		padding-top:10px;
	}
	.Inputright div{
		padding:0px 8px;
	}
	.Inputright div .conf{
		margin-top:0;
	}
	
	
	/*-----------------------
		Input Type Style
	-----------------------*/
	
	#name,#kana,#tel{ width:92%; }
	#zip{ width:50%; }
	#add1,#add2,#add3,#mail,#mail_con{ width:92%; }
	
	#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:92%;
	}


	/* 必須項目数メッセージ */
	.message {
		background-color: rgba(255,255,255,0.7);
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: center;
		position: fixed;
		bottom:0;
		left:0;
		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;
		color:#CC0000;
		margin:0 4px;
	}
	.message br{
		display:none;
	}




	
	

}

