﻿@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------全体フォーマット*/
body {font-size: 14px;color: #000;line-height: 1.6; }

#top a:hover img,
#contents a:hover img{filter: alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.imgover { cursor:pointer; }

#contents{
	width:950px;
	margin:15px auto 0;
}

/*--------------------------------------------------------------------共通*/
.clear{clear:both;}
.fl_l{float:left;}
.fl_r{float:right;}

.center { text-align: center; }
.strong{font-weight:bold;}
.font10px{font-size:10px; line-height:180%;}
.font12px{font-size:12px;}
.font14px{font-size:14px; font-weight:bold; color:#F00;}
.mrg_top5{margin-top:5px;}
.mrg_top10{margin-top:10px;}
.mrg_top20{margin-top:20px;}
.mrg_top50{margin-top:50px;}
.mrg_btm5{margin-bottom:5px;}
.mrg_btm10{margin-bottom:10px;}
.mrg_btm20{margin-bottom:20px;}
.mrg_btm30{margin-bottom:30px;}
.mrg_left30{margin-left:30px;}
.mrg_left5{margin-left:5px;}
.mrg_left7{margin-left:7px;}
.mrg_left10{margin-left:15px;}
.mrg_left35{margin-left:35px;}
.mrg_left100{margin-left:100px;}
.mrg_left150{margin-left:150px;}
.mrg_left180{margin-left:180px;}
.mrg_right10{margin-right:10px;}
.mrg_right35{margin-right:35px;}
.strong_blue{font-weight:bold; color:#47D1D1;}
/*------------------------------------------------------------------------リンク文字色*/
a:link			 {color:#000;text-decoration:none;}
a:visited		 {color:#000;text-decoration:none;}
a:active		 {color:#e94f23;text-decoration:none;}
a:hover			 {color:#e94f23;text-decoration:underline;}


/*-----------------------------------------------------------------------*/

.frow{
	margin:15px 0;
	background:url(../images/line.gif) bottom no-repeat;
}

.frow ul{
	background:url(../images/frow.gif) left no-repeat;
	padding:15px 0 0 160px;
}

.frow li{
	padding:15px 0;
}

.frow li img{
	margin:20px 0;
}

#privacy{
	background:#eeeeee;
	padding:20px 10px 20px 15px;
	margin-bottom:30px;
}

#privacy dt{
	background:url(../images/square.gif) left no-repeat;
	padding: 0 0 0 18px;
	font-weight:bold;
}

#privacy dd{
	padding:0 0 0 7px;
}


/*--		__form
----------------------------------------------------*/
#form-area {
	clear: both;
	position: relative;
}

#form-area h3{
	margin-bottom:20px;
}

.necessity-lead{
	margin:10px 0;
}

.w530{ width:530px;}
.w430{ width:430px;}
.w350{ width:350px;}
.w195{ width:195px;}
.w100{ width:100px;}



#form-area .privacy-check {
	margin: 0 auto 5px;
	text-align:center;
}
.formTable {
	width: 100%;
	margin-bottom: 50px;
}

table.formTable {
	 border-collapse: collapse;
}

.formTable th, .formTable td { border: #C0BFBB 1px solid; }

.formTable th {
	width: 255px;
	padding:22px 12px ;
	text-align: left;
	background: #f9f1e4;
}

.formTable th.sheet{
	vertical-align:text-top;
}

.formTable th span {
	font-weight: normal;
	font-size: 12px;
}

.formTable th .necessityin{
	padding-right:50px;
}

.formTable th .item-inner {
	position: relative;
}

.formTable th .necessity, .formTable th .complete {
	position: absolute;
	top: 1px;
	right: 0;
}

.formTable td { padding: 22px 10px 22px 23px; }

.formTable .input-text, .formTable textarea {
	border: #C0BFBB 2px solid;
	background:#fcf4e6;
	border-radius: 4px;
	padding: 7px 10px;
	outline: 0;
	font-size: 16px;
	border-collapse: separate;
}

.formTable textarea{
	height:140px;
}

.formTable td p{
	display:inline-block;
	margin:0 15px;
}

.formTable select {
	position: relative;
	z-index: 10;
	margin: 0;
	margin-right: 5px;
	font-size: 16px;
}
.formTable select.opacity { }
.formTable .select-border {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	border: #C0BFBB 2px solid;
	border-radius: 3px;
	font-size: 16px;
	background: url(../images/select-arrow.png) right center no-repeat #ffffff;
}

.formTable .input-frame {
	position: relative;
	zoom: 1;
}
.formTable .input-frame:after {
	content: "";
	display: block;
	clear: both;
}
.formTable .input-frame div div { padding: 3px; }
.formTable .input-frame .input-wrapper {
	position: relative;
	float: left;
}

* html .formTable .input-frame .mark { padding-top: 2px; }
.formTable .input-frame .mark {
	float: left;
	padding-top: 8px;
}

.formTable .input-frame .mark span{
	font-size:12px;
	color:#ccc;
}
.formTable .placeholder {
	position: absolute;
	top: 1px;
	left: 0;
	padding-top: 10px;
	color: #9A9899;
}

.search-address{
	padding-top:5px;
}


.formTable td ul{
	width:275px;
	float:left;
}

.formTable td .sheet ul{
	width:200px;
	float:left;
}

.formTable td .error-alert, .formTable td .mail-alert, .formTable td .font-alert, .formTable dd .font-alert {
	display: none;
	position: absolute;
	top: 3px;
	right: 0;
}

@media (min-width: 1px) {
  input[type=radio],
input[type=checkbox] {
        display: none;
    }
	
label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
	margin-right:15px;
}
input[type=radio] + label::before  {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #535353;
	border-radius: 100%;
}
input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #535353;
	border-radius: 100%;
}
input[type=checkbox] + label::before  {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #535353;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #000;
}
}
/*----------------------------------------------------*/
.error-list {
	display: none;
	width: 690px;
	margin: 0 auto 20px;
	padding: 5px 15px;
	color: #F31312;
	font-size: 12px;
	font-weight: bold;
	background: #FFF6F6;
}
.error-list p, .error-list ul { margin: 10px 0; }
.error-list ul li { margin-left: 3em; }
#disp,#disp2 {
	display: none;
	padding: 5px;
	border: 1px solid #ff1111;
	color: #ff1111;
	margin: 5px 5px 0 20px;
}
#spdisp {
	display: none;
	padding: 5px;
	border: 1px solid #ff1111;
	color: #ff1111;
	margin: -10px 0 20px 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

/*------------------------------------------------------------------------clearfixハック*/
#contents:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contents,
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents,
* html .clear {height: 1%;}
#contents ,
.clear {display: block;}
/* End hide from IE-mac */
/*---------------------------------------------------------------*/

::-ms-expand {
  display: none;
}

.select_form {
    width: 100%;
}

label.select {
    position: relative;
    display: block;
    width: 205px;
    border: #C0BFBB 2px solid;
	background:#fcf4e6;
	border-radius: 4px;
	padding: 0;
	overflow:hidden\9;
}

label.select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
}

label.select select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
  	-moz-appearance: none;
    appearance: none;
    display: block;
    width: 200px;
	width: 280px\9;
    padding: 0.3em 1em;
    border: none;
	background-image:url(../images/select-arrow.png);
	background-repeat:no-repeat;
	background-position:180px;
	background-color:#fcf4e6;
	font-family: Arial,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Meiryo","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	 text-indent:.01px; /* Firefox用 */
    text-overflow:""; /* Firefox用 */
}

.formTable .input-frame .pref-wrapper { width: 170px; }
.formTable .input-frame .pref-wrapper select { width: 160px; }

select, .formTable .select-border {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*--------------------------------------------------------------------完了*/

.complete-box02 {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.complete-ttl02 {
	margin: 0 35px 0 15px;
	padding-top: 15px;
	color: #000;
	font-size: 20px;
}
.complete-ttl02-lead {
	line-height: 1.5;
	margin-bottom: 50px;
}

.complete-ttl02-lead p { margin-bottom: 10px;/* text-align:left; */ }

.complete-ttl02-lead p.t02 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 50px;
	/*	color: #F57601;*/
	font-size: 14px;
}

.complete-ttl02-lead p.t02 span.notice {
	color: #F27601;
	font-size: 15px;
	font-weight: bold;
}

.complete-ttl02-lead p.t03 {
	margin-bottom: 10px;
	padding-top: 15px;
	/*	color: #F27601;*/
	font-size: 20px;
	font-weight:bold;
		}
.complete-ttl02-lead p.t04,
.complete-ttl02-lead p.t04 a{
	margin-bottom: 10px;
	padding-top: 10px;
	color: #F27601;
	font-size: 24px;
	font-weight: bold;
		}
		
.complete-ttl02-lead p.tb {
	margin-bottom: 10px;
	text-align: center;
	margin-left: 0px;
	font-size: 20px;
}
.complete-ttl02-lead p.tb a {
	
	text-decoration:underline;}
