@charset "utf-8";
/* CSS Document */


table.det {
    width: 100%;
    margin: 60px 0;
}

table.det th{
	width: 10%;
	padding: 6px 20px;
	background-color: #edf6ff;
	border-bottom: solid 1px #fff;
}

table.det td {
    padding: 6px 20px;
    width: 33.3%;
    border-bottom: solid 1px #dadada;
}

tr:last-child td {
	 border-bottom: none;
}

.local-unit{
    padding: 0px 0px 20px 0;
    border-bottom: 1px solid #d2cece;
    color: #575555;
}
.content-color{
	background:#d6aa33;
	}
	

.con-tit{
	margin-bottom:16px !important;
	}
.contact-txt{
	padding: 30px 10px;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	}
.contact-form-wrap{
	padding:16px;
	background:#FFF;
	margin:0 auto;
	color:#333;
	}

#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;
}

table.contact th {
width:265px;
	padding:15px;
	text-align:left;
	color:#333;
	font-weight:normal;
	font-size:18px;
	vertical-align: middle;
	border-bottom:1px solid #ccc;
}

table.contact td {
text-align:left;
	padding:15px;
	border-bottom:1px solid #ccc;
}

.sample-txt{
color:#999999;}


.back,.back:hover{
	 line-height:40px;
	color:#666;
	}



.icon{
	color:#fff;
	border-radius:5px;
	font-size:11px;
	padding:3px;
	  margin-left: 4px;
	  white-space:nowrap;
	  word-break:keep-all;
	  vertical-align:top;
	}

.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:0 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: 6px 0 0 16px;
	}
.flow-area{
	font-weight:bold;
	background:#FFF;
	padding:2px;
	color:#333;
	border-radius:5px;
	}
.flow-area-hover{
	background:#ee3124;
	padding:2px;
	color:#fff;
	border-radius:5px;
	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.w100px{
	width:90%;
	min-height:150px;
	}

.checkbox-label{
	display:inline-block;
	padding-right:16px;
	}

.btn{
	width:150px;
	background:#C00;
	color:#FFF;
	}
.btn:hover{
	color:#FFF;
	background:#F33;
	}

.check-wrap{
	text-align:center;
	color:#333;
	font-size:13px;
	margin-top:16px;
	}
/* ナビゲーションの色 */

.cl1{
	background:#ccc;
	}
.cl2{
	background:#efefef;
	}

.cl1 .arrow{
    border-left: 10px solid #ccc;
	}
.cl2 .arrow{
    border-left: 10px solid #efefef;
	}
	
/* アラート */
.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:12px;
	color:#C00;
	}

input[type="text"],input[type="tel"],input[type="email"]{
	width:100%;
	max-width:500px;
	border-radius:5px;
	border:1px solid #ccc;
	padding:8px;
	}

select[name="user_pref"]{
	border-radius:5px;
	border:1px solid #ccc;
	padding:8px;
	}


textarea{
	border:1px solid #ccc;
	border-radius:5px;
	padding:8px;
	}



.thanks-txt-wrap {
	line-height:2em;
	text-align:center;
	    padding: 40px;
}

.thanks-txt-wrap .thanks-txt {
	font-size:14px;
}

.thanks-txt-wrap .thanks-console {
	font-size:12px;
	color:#C00;
}

.content-wrap-2 {
	max-width: 960px;
	margin: 0 auto;
}

.table-consulting th{
    background-color: #0d4d86;
    color: #fff;
	text-align: center;
    font-weight: normal;
}


.ml_icon{
margin-left:38px;
}

.local-common-unit {
    padding: 40px 0;
    color: #575555;
}

.local-common-unit p {
	padding-left: 36px;
    letter-spacing: 2px;
}


/* タブレット以下 */
@media screen and (max-width: 768px) {
	.contact th {
		width:30%;
		padding:4px;
		box-sizing:border-box;
	}
	.flow-area,.flow-area-hover{
		font-size:11px;
	}
}

