@charset "utf-8";
/* CSS Document */
#header-nav {
	background-color: #000;
}

#main {
	margin-top: 40px;
}

.bg-color-1 {
	background-color: #ebf193;
}

.top-decoration-1 {
	background: repeating-linear-gradient(
			45deg,
			#ffffff,
			#ffffff 10px,
			#f3f6bf 10px,
			#f3f6bf 20px
	);
}


.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;
}

.contact th {
	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 {
	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;
}

.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: 10px 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[name="user_comment"] {
	width: 100%;
	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: 300px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 8px;

}

select {
	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;
}

/* タブレット以下 */
@media screen and (max-width: 768px) {
	.contact th {
		width: 30%;
		padding: 4px;
		box-sizing: border-box;
	}

	.flow-area, .flow-area-hover {
		font-size: 11px;
	}
}

