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

/* 共通レイアウトCSS */

.pc {
	display: none;
}
html {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #663333;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
img {
	height: auto;
　/*IE8のみ適用*/
 max-width: 100%;
}

input {
	font-size: 24px;
	padding: 8px;
	margin-bottom:5px;
}
input[type=checkbox] {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
input[type=radio] {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
input[type=date], input[type=time] {
	width: 200px;
}
/**********************************
ヘッダー
**********************************/
.lineTop {
	background-image: url(../images/sp/line_contentstop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-top: 2px;
}
/**********************************
コンテンツ背景
**********************************/
#contentsBg {
	background-image: url(../images/sp/bg_contents.jpg);
	background-repeat: repeat;
	background-size: 50%;
}
#contentsBox {
	margin: 0 3%;
	background-image: url(../images/line_header.png), url(../images/bg.jpg);
	background-color: #FFF;
	background-position: center top, right top;
	background-repeat: no-repeat;
}
#contents {
	padding: 40px 0;
}
/**********************************
ドロップシャドウ
**********************************/
.shadow {
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 15px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 15px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 15px 4px;
}
/**********************************
コンテンツ上下レースのライン
**********************************/
.bgLineTop {
	background-image: url(../images/line_top.png);
	background-repeat: repeat-x;
	background-position: top;/*background-size: 70px auto;*/
}
.bgLineBottom {
	background-image: url(../images/line_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;/*background-size: 70px auto;*/
}
/**********************************
フッター
**********************************/
footer a:link,footer a:visited,footer a:hover,footer a:active {
	color: #ffffff;
}
#footerBg {
	background-color: #FFF;
	padding: 0 1px;
}
#copyrightBg {
	clear: both;
	background-color: #614e26;
}
#copyrightBg #copyrightBox #policy {
	color: #fff;
	position: relative;
	overflow: hidden;
}
#copyrightBg #copyrightBox #policy ul {
	position: relative;
	left: 50%;
	float: left;
	padding: 1em 0;
}
#copyrightBg #copyrightBox #policy ul li {
	position: relative;
	left: -50%;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 0.5em;
}
#copyrightBg #copyrightBox #copyright {
	color: #adaa9b;
	text-align: center;
	padding-bottom: 1em;
}
/**********************************
フォーム
**********************************/
#formMenu ul {
	padding: 24px 0 77px 20px;
	overflow: hidden;
}
#formMenu ul li {
	float: left;
}
#subTtl {
	clear: both;
}
#formWrap .smallTxt {
	padding-top: 25px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 20px;
}
#formWrap .txtBox {
	padding: 30px 30px 25px 30px
}
.formTable {
	width: 100%;
	border-bottom: 1px solid #d1c1c1;
	background-color: #fff;
}
.formTable dt {
	border-top: 1px solid #d1c1c1;
	padding: 25px 0 0 1em;
	font-weight: bold;
}
.formTable dt:nth-child(4n+1) {
	background-color: #fff0f3;
}
.formTable dd:nth-child(4n+2) {
	background-color: #fff0f3;
}
.formTable dd {
	padding: 10px 0 25px 1em;
	min-height: 24px;
}
.formTable .blunk {
	padding: 0;
	height: 0;
}
.formTable .ml0 {
	margin-left: 0;
}
label .mb10 {
	margin-bottom: 10px;
}
.formTable .redTxt {
	color: #ff0000;
	padding-left: 0.2em;
}
.formTable dd select {
	padding: 8px;
	font-size: 24px;
}
.txtBox textarea {
	width: 100%;
}
.cancelTxt {
	padding: 0 30px 15px 30px;
}
.cancelTxt dt {
	font-size: 32px;
	padding-bottom: 5px;
	font-weight: bold;
}
/*********************************************
ボタン
*********************************************/
.formBtn {
	text-align: center;
	width: 450px;
	margin: 0 auto;
}
.formBtn input {
	width: 450px;
	height: 70px;
	border: none;
	background-repeat: no-repeat;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
}
/*TOPボタン*/
.formBtn.confi {
	margin: 50px auto;
}
.confi input {
	background-image: url(../images/sp/btn_confi.png);
}
/*error send画面*/

#error {
	text-align: center;
}
#error h4 {
	padding: 40px 20px;
	font-size: 30px;
}
#send h4 {
	padding: 40px 20px;
	font-size: 30px;
}
.error_messe {
	margin: 5px 0;
	color: red;
}
.formBtn.back {
	padding: 0 0 50px 0;
}
.back input, .back02 input {
	background-image: url(../images/sp/btn_back.png);
}
.back input {
	margin-top: 40px;
}
/*確認画面*/
#send h4 {
	text-align: center;
}
.formBtn.back02 {
	padding: 0;
}
#send .formBtn.back02 {
	padding: 50px 0 20px 0;
}
.send input {
	background-image: url(../images/sp/btn_send.png);
	margin-bottom: 50px;
}
/*完了画面*/
#complete {
	text-align: center;
	line-height: 2em;
	padding: 40px 0;
	font-size: 20px;
}
/*********************************************
プライバシーボリシー
*********************************************/
#policyBox {
	padding: 30px 0 0 0;
}
#policyBox .policyTxt {
	padding: 30px;
}
#policyBox p {
	padding-bottom: 20px;
}
#policyBox dl dt {
	font-weight: bold;
}
#policyBox dl dd {
	padding-bottom: 30px;
}
#policyBox dl dd ul {
	padding-top: 15px;
}
#policyBox dl dd ul li {
	font-weight: bold;
}
#policyBox .bottom {
	padding-bottom: 0;
}
#policyBox .top {
	padding-bottom: 0;
}
