.contact_txt {
	margin: 0;
	padding: 0;
}

.mg_thanks {
	margin-bottom: 10em;
}

.contact_txt h3 {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0 0 40px;
	padding: 0;
	font-weight: 500;
}

.contact_txt p {
	font-size: 0.95em;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
}

table.contact { 
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	margin: 60px 0 0;
	border-top: 1px solid #ccc1b1;
}

table.contact th {
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: normal;
	font-style: normal;
	text-align: left; 
	letter-spacing: 0; 
	vertical-align: top;
	width: 270px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 15px;
	color: #555;
}

table.contact td { 
	color: #666;
	font-size: 0.9em;
	line-height: 2em;
	vertical-align: top; 
	padding: 18px 10px 10px 50px;
}

.hr_top2 {
	border-top: 4px double #dcdcdc;
}

.hr_top {
	border-top: 1px solid #ccc1b1;
}

.hr_bottom {
	border-bottom: 1px solid #ccc1b1;
}

.span-required {
	color: #fff;
	font-size: 0.8em;
	line-height: 2em;
	background-color: #92b0bb;
	padding: .4em .7em;
	margin-right: 8px;
}




/* FORMテキスト */
.form{
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.7);
    border:1px solid #d0d0d0;
    margin-bottom:10px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

.form_confirm{
    padding: 12px;
    background:#fff;
    border:1px solid #d0d0d0;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	margin-top: 6px;
}

.width {
	width: 150px;
}

  .form:hover{
    border:1px solid #666;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #666;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
  
/* Send Button Styles */
.form-btn{
    width:200px;
    display: block;
    height: auto;
    padding:16px;
    color: #fff;
    border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
	letter-spacing: 3px;
	border: 1px solid #666;
	background-color: #666;
}

.form-btn:hover{
    background: #999;
    color: #FFF;
    border:none;
	border: 1px solid #999;
	cursor: pointer;
}

.form-btn:active{
    opacity: 0.9;
}

input {
    position: relative;
    z-index: 99;
}



/* FORMセレクト */
.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:192px;
	min-width:12em;
	background-color:#ffffff;
	background-image:-webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image:linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid rgba(0,0,0,0.15);
	color:#666;
}

.select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:200%;/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	margin:0;
	padding: 6px 35px 6px 11px;
	background:transparent;
	border:0;
	outline:none;
	line-height: 1.5;
	font-size: 1em;
}

.entypo-down-open-mini:before{
	position:absolute;
	z-index:1;
	top:50%;
	right:12px;
	right:.75rem;
	margin-top:-8px;
	margin-top:-.5rem;
	font-size:16px;
	font-size: 1.1em;
	line-height:1;
	color:#333;
}

.select-wrap-2{
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:192px;
	min-width:5em;
	background-color:#ffffff;
	background-image:-webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image:linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid rgba(0,0,0,0.15);
	color:#666;
	
}

.select-wrap-2 select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:200%;/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	margin:0;
	padding: 3px 35px 3px 11px;
	background:transparent;
	border:0;
	outline:none;
	line-height: 1.5;
	font-size: 1em;
}

.entypo-down-open-mini:before{
	position:absolute;
	z-index:1;
	top:50%;
	right:12px;
	right:.75rem;
	margin-top:-8px;
	margin-top:-.5rem;
	font-size:16px;
	font-size: 1.1em;
	line-height:1;
	color:#333;
}



/* FORMチェックボックス、ラジオボタン */
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label.custom-checkbox-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label.custom-checkbox-label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
	margin-top: 3px;
}

input[type="checkbox"]:checked + label.custom-checkbox-label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mgLeft30 {
	margin-left: 30px;
}



/*プライバシーポリシー*/
.privacy {
	font-size: 0.85em;
	line-height: 1.8em;
	margin: 60px auto 30px;
	width: 100%;
	max-width: 400px;
}



/*Checkboxes styles*/
.privacy input[type="checkbox"] { display: none; }

.privacy input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #444;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	width: 400px;
}

.privacy input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.privacy input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
	margin-top: 3px;
}

.privacy input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*ラジオボタン styles*/
.radio {
  margin: 0 0 5px;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #D7083B;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #D7083B;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}



.submit_area {
	-js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}




/*両サイド*/
.left_txtarea {
	position: fixed;
	width: 300px;
	top: 50%;
	left: 0;
	height: 3em;
	text-align: center;
	margin: 0 0 0 -8em;
}

.left_name {
	color: #aaa;
	font: 400 0.7em/1.5em 'Cormorant Garamond', serif;
	letter-spacing: 3px;
	transform: rotate( -90deg );
}




.cl_white {
	color: #fff;
}

.cl_black {
	color: #000;
}

.cl_a3185d {
	color: #a3185d;
}

.cl_d80c18 {
	color: #d80c18;
}



@media screen and (max-width: 640px) {
.contact_txt {
	text-align: left;
}

.contact_txt h3 {
	font-size: 1.1em;
}

.mg_thanks {
    margin-bottom: 5em;
}

table.contact th {
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 100%;
}

table.contact td { 
	vertical-align: top;
	display: block;
	border-style: none;
	padding-left: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.thanks {
	font-size: 1.2em !important;
	line-height: 1.8em !important;
	margin: 40px 10px;
	text-align: left;
}

.privacy input[type="checkbox"] + label {
	width: 340px;
	text-align: left;
}

.privacy input[type="checkbox"] + label  {
	padding-left: 20px;
}

}
