@charset "utf-8";
/* CSS Document */
.top-wrap{
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	background-position: center;
}

#lower-main h4#t01,
#lower-main h4#t02,
#lower-main h4#t03{
	padding-top: 100px;
  margin-top: -100px;
}

.section-header p{
	max-width: 500px;
	font-size: 16px;
	z-index: 3;
}

.section-header p a,.section-header p a:hover{
	color: #e98618;
}
.tra-01, .tra-03{
	padding: 60px 0;
}
.tra-02{
	padding: 60px 0;
	background-color: #000;
}

.lower-txt p{
	padding: 0 20px 0 0;
}

h5{
	font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
}

.tra-table{
	margin-top: 10px;
}
.tra-table tr{
	border-bottom: 1px solid #171717;
}
.tra-table th{
	padding: 5px 12px 5px 0px;
	font-weight: bold;
}
.tra-table td{
	padding: 5px 12px;
	background-color: #2f2f2f;
	width: 490px;
}

#form-area{
	margin: 0 auto;
	background-color: #2f2f2f;
}

#form-area li{
	list-style: none;
}

.con-note{
	color: #b30210;
	margin-top: 6px;
	font-weight: bold;
	font-size: 14px;
}

.con-tit{
	margin-bottom:16px !important;
	}
.contact-txt{
	padding: 30px 10px;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	color: #fff;
	}
.contact-form-wrap{
	padding:16px 0;
	margin:0 auto;
	color:#333;
	max-width: 1100px;
	}

	.tra-table tr td .red{
		color: #fe0000;
	}

.contact-form-wrap h3{
	text-align: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 3px;
}

.catch-box{
	color: #fff;
}

#contact_content {
	float:left;
	width:713px;
	margin-bottom:20px;
	padding:0px 0px 20px 0px ;
	background-color:#FFFFFF;
}

table.contact {
	width:100%;
	margin:16px 0px 16px 0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	word-break:break-all;
}

.contact th {
	background:#e3e3e3;
	width:180px;
	padding:15px;
	text-align:left;
	color:#333;
	font-weight:normal;
	font-size:16px;
	vertical-align: middle;
	border-bottom:1px solid #ccc;
}

.contact td {
	background:#efefef;
	text-align:left;
	padding:15px;
	border-bottom:1px solid #ccc;
	font-size:16px;
}

.sample-txt{
color:#333;}


.back,.back:hover{
	 line-height:40px;
	color:#666;
	}

.icon{
	color:#fff;
	border-radius:5px;
	font-size:14px;
	padding:3px;
	margin-left: 4px;
	white-space:nowrap;
	word-break:keep-all;
	}

.hissu{
	background:#C00;
	}

.nini{
	background:#06C;
	}


#contact-btn{
padding:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.naviation-bar{
	border-radius:5px;
	overflow:hidden;
	margin:20px auto;
	}
.naviation-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.naviation-bar ul li{
	float:left;
	width: 33.333333%;
	height:40px;
	position:relative;
	}
.naviation-bar ul li div{
	padding: 10px 0 0 16px;
	}
.flow-area{
	font-weight:bold;
	background:#FFF;
	padding:2px;
	color:#333;
}

.flow-area-hover{
	background:#396;
	padding:2px;
	color:#fff;
	border:2px solid #fff;
	font-weight:bold;
}

.arrow {
	width: 0;
  height: 0;
  border: 20px solid transparent;
	position:absolute;
	right:-30px;
	top:0;
	z-index:1;
}

input[type="radio"]{
	display:inline-block;
	margin-top:0 !important;
	}

input[type="checkbox"]{
	display:inline-block;
	margin-top:0 !important;
	}
textarea[name="user_comment"]{
	width:100%;
	min-height:150px;
	}

.checkbox-label{
	display:inline-block;
	padding-right:16px;
}

.btn{
	width:150px;
	background:#C00;
	color:#FFF;
	padding: 4px;
  font-size: inherit;
	border-style: none;
}
.btn:hover{
	color:#FFF;
	background:#F33;
}

.check-wrap{
	text-align:center;
	color:#333;
	font-size:13px;
	margin-top:16px;
	}
/* ナビゲーションの色 */

.cl1{
	background-color: #171717;
	}
.cl2{
	background:#5f5f5f;
	}

.cl1 .arrow{
    border-left: 10px solid #171717;
	}
.cl2 .arrow{
    border-left: 10px solid #5f5f5f;
	}

/* アラート */
.error-info{
	font-size:12px;
	color:#C00;
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	background:#FFF;
	margin-top:16px;
	}
.console{
	margin-top:8px;
	display:block;
	font-size:16px;
	color:#b30210;
	}

input[type="text"],input[type="tel"],input[type="email"],input[type="number"]{
	width:100%;
	max-width:300px;
	border-radius:5px;
	border:1px solid #999;
	padding:8px;
	font-size:18px;

	}

input[name="user_name"]{
	ime-mode:active;
	}

input[name="user_zip"]{
	ime-mode:disabled;
	}

input[type="tel"],input[type="email"],input[type="number"]{
ime-mode:disabled;
}

select{
	border-radius:5px;
	border:1px solid #999;
	padding:8px;
	font-size: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	}


textarea{
	border:1px solid #999;
	border-radius:5px;
	padding:8px;
	ime-mode:active;
	font-size:18px;
	}



.thanks-txt-wrap {
	line-height:2em;
	text-align:center;
	padding: 40px;
	color: #fff;
}

.thanks-txt-wrap .thanks-txt {
	font-size:18px;
}

.thanks-txt-wrap .thanks-console {
	font-size:16px;
	color:#C00;
}

.w-small{
	max-width:150px !important;
	}


.radio-list{}

.radio-list li{
	padding:8px 0;
	display: inline-block;
}




input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.hide{
	display: none !important;
}

.more-button a {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 8px 20px;
    color: white;
    border: 1px solid white;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 800;
		    font-size: 13px;
}
.more-button:before {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

/* タブレット以下 */
@media screen and (max-width: 768px) {
	.contact th {
		width:30%;
		padding:4px;
		box-sizing:border-box;
	}
	.flow-area,.flow-area-hover{
		font-size:11px;
	}
}
