@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 10px !important;
}


/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */

/* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/


body.form { -webkit-text-size-adjust: 100%; }
body.form {
	background: #ffefde;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #342619;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.form #wrapper{
	text-align: left;
	background: #fff;
	width: 580px;
	margin: 0px auto;
	padding: 0px 0px 20px;
	font-size: 14px;
	line-height: 160%;
}


/* anchor */
#wrapper a {
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	color: #F26317;
	text-decoration: underline;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}

h1 { display: none; }

body.form h2 {
     text-align: left; 
     margin-bottom: 0px;
}


h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
}


#wrapper .header {
	background: #342619;
	width: auto;
	padding: 5px 15px;
	color: #FFF;

}
body.form #wrapper .contents .text1 {
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 140%;
	display: block;
}
body.form #wrapper .contents #guide{
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 10px;
	margin: 0px 0px 20px;
}
body.form #wrapper .contents #guide h3 {
	display: block;
	color: #ef6317;
	padding-bottom: 20px;
}
body.form #wrapper .contents .text2 {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #E76016;
	text-align: center;
}
body.form #wrapper .contents .text3 {
	color: #F00;
	font-size: 12px;
}

#wrapper .confirm .text3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contents {
	padding: 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	background: #fff;
}

.contents .btn-set .link-send {
	padding-bottom: 10px;
}

.form-error li {
	font-weight: bold;
	color: #F00;
	font-size: 12px;
	text-align: center;
}

.required {
	font-weight: bold;
	color: #d00;
}

body.form #wrapper .link-close a {
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
	width: 180px;
	text-decoration: none;
	letter-spacing: 0.2em;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #9c8b7b;
}

body.form .input-form{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
body.form #wrapper table {
	width: 460px;
	border-collapse: collapse;
}

body.form .contents table th {
    width: 20%;
}

body.form #wrapper table th {
	text-align: right;
	font-weight: bold;
	width: 150px;
}
body.form #wrapper table th,
body.form #wrapper table td {
	padding: 10px;
	vertical-align: middle;
}
body.form #wrapper table td {
	width: 270px;
}



 フォームパーツ 
body.form #wrapper table input{ padding: 5px;}

body.form input[type=text] {
    width: 90%;
    height: 20px;
}

body.form .form-textarea textarea{ 
	width: 250px; height: 100px;
}

body.form #wrapper table .form-reserve2 span  { display: block; }
body.form #wrapper table .form-reserve2 span .reserve2 { margin-right: 10px; }
body.form #wrapper table .form-reserve3 span  { display: block; }
body.form #wrapper table .form-reserve3 span .reserve3 { margin-right: 10px; }
body.form #wrapper table #reserve4 {	width: 90%;}


body.form #wrapper .contents .btn-set {
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	padding-top: 20px;
	text-align: center;
}
body.form #wrapper .contents .btn-set .link-send {
	height: 37px;
	width: 45%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
body.form #wrapper .contents .btn-set .link-send a {
	height: 25px;
	width: 100px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background: #0096E4;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px;
}
body.form #wrapper .contents .btn-set .link-back {
	width: 45%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body.form #wrapper .contents .btn-set .link-back a {
	height: 25px;
	width: 100px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px;
	background: #EEEEEE;
}



/* 確認画面 */

#wrapper .confirm th,
#wrapper .confirm td  {
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}

@media screen and (max-width: 480px){


body.form.form #wrapper .contents table th,
body.form.form #wrapper .contents table td{
	display:table-cell
}
}


/* for sphone */
@media (-webkit-min-device-pixel-ratio: 2),  
             (min--moz-device-pixel-ratio: 2),  
             (min-resolution: 300dpi) {  

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* td padding 調整 */
  body.form .contents table td{
    padding: 3px 3px 3px 0 !important;
  }


  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: .5;
/*    opacity: 1;*/
    cursor:default;

padding: 5px 20px;
width: auto;
color: #fff;
background: #ff833f;
background: -moz-linear-gradient(top,  #ff833f 2%, #ff833f 50%, #ef6317 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff833f), color-stop(50%,#ff833f), color-stop(100%,#ef6317));
background: -webkit-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: -o-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: -ms-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: linear-gradient(to bottom,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff833f', endColorstr='#ef6317',GradientType=0 );
/*
background: #dfdfdf;
background: -moz-linear-gradient(top,  #dfdfdf 2%, #dfdfdf 50%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#dfdfdf), color-stop(50%,#dfdfdf), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top,  #dfdfdf 2%,#dfdfdf 50%,#dfdfdf 100%);
background: -o-linear-gradient(top,  #dfdfdf 2%,#dfdfdf 50%,#dfdfdf 100%);
background: -ms-linear-gradient(top,  #dfdfdf 2%,#dfdfdf 50%,#dfdfdf 100%);
background: linear-gradient(to bottom,  #dfdfdf 2%,#dfdfdf 50%,#dfdfdf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#dfdfdf',GradientType=0 );
*/
font-size: 16px;
-webkit-border-radius: 8px;
border-radius: 8px;

  }

  /* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/


body.form {
	background: #FFF url(none);
	margin: 0px;
	padding: 0px;
}

body.form #wrapper {
	padding: 0px 0px 10px;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .header {
	display: block;
	margin-bottom: 10px;
}

body.form .contents {
	margin: 0;
}
body.form #wrapper .contents .form-error { font-size: 14px; }

body.form #wrapper .contents .text1 {
	width: auto;
	padding: 0px;
	font-size: 14px;
	text-align: left;
}

body.form #wrapper .contents .text2 {
 font-size: 16px;
 padding-top: 80px;
 padding-bottom: 50px;
}

body.form #wrapper .contents .text3 {
	text-align: center;
	font-size: 14px;
	color: #F00;
}

body.form #wrapper form {
	width: 100%;
	padding: 0;
	text-align: left;
	margin: 0px;
}

body.form #wrapper .contents table {
	width: 96%;
	font-size: 14px;
	margin: 0 auto;
}

body.form.form #wrapper .contents table th,
body.form.form #wrapper .contents table td{
	display: block;
	text-align: left;
	padding-left: 0px;
}

body.form #wrapper .contents th {
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
}
body.form #wrapper .contents td {
	width: auto;
	padding: 3px;
}

body.form #wrapper .contents input,
body.form #wrapper .contents textarea {
 font-size: 14px;
 padding: 5px;
}

body.form #wrapper .contents input,
body.form #wrapper .contents textarea,
body.form #wrapper .contents select {
 margin-left: 0px;
 margin-bottom: 10px;
}

body.form #wrapper .contents input {
margin-right: 0px;
}

body.form #wrapper .contents input[type="radio"] {
 font-size: 18px;
}

body.form .contents input[type=text]  {
    width: 90%;
}

body.form .form-textarea textarea{ 
	width: 90%; 
}

body.form #wrapper .contents .btn-set input[type="button"] {
 padding: 5px 20px;
 width: auto;
 color: #fff;
background: #ff833f;
background: -moz-linear-gradient(top,  #ff833f 2%, #ff833f 50%, #ef6317 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff833f), color-stop(50%,#ff833f), color-stop(100%,#ef6317));
background: -webkit-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: -o-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: -ms-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: linear-gradient(to bottom,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff833f', endColorstr='#ef6317',GradientType=0 );
 font-size: 16px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}

body.form #wrapper .contents .btn-set input[type="reset"] {
 padding: 5px 20px;
 width: auto;
 color: #fff;
 background: #ff833f;
background: -moz-linear-gradient(top,  #ff833f 2%, #ff833f 50%, #ef6317 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff833f), color-stop(50%,#ff833f), color-stop(100%,#ef6317));
background: -webkit-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: -o-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: -ms-linear-gradient(top,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
background: linear-gradient(to bottom,  #ff833f 2%,#ff833f 50%,#ef6317 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff833f', endColorstr='#ef6317',GradientType=0 );
 font-size: 16px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}

body.form #wrapper .contents .btn-set {
	width: auto;
	height: auto;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
}

body.form #wrapper .contents .btn-set .link-send,
body.form #wrapper .contents .btn-set .link-back{
	height: auto;
	width: auto;
	float: none;
	display: inline-block;
}

body.form #wrapper .footer {
 margin-top: 0px;
 padding-top: 10px;
 background: none;
 padding-bottom: 0px;
 height: auto;
}

#wrapper .confirm th,
#wrapper .confirm td  {
	border-bottom: none;
}
#wrapper .confirm th {
	background: #E6E6E6;
	border-radius: 5px;
}
#wrapper .confirm td {
	padding-bottom: 10px;
}
}