/* ===========================================
* reviews common
=========================================== */

.reviewsSec {
	margin-bottom: 40px;
	line-height: 2;
}
.reviewsSec.separator {
	padding-top: 25px;
	background: url(../img/common/bg_line02.gif) repeat-x left top;
}
.reviewsSec a {
	color: #5b9bd5;
	text-decoration: underline;
}
.reviewsSec .cmnHeading04 {
	text-align: center;
	margin-bottom: 20px;
}
.reviewsSec .cmnHeading04 img {
	margin: 0 0 14px 0;
}

.reviewsSec .cmnHeading04 .sub {
	width: 280px;
	display: inline-block;
	text-align: center;
	background: #5b9bd5;
	font-size: 13px;
	line-height: 25px;
	border-radius: 12px;
	color: #fff;
	padding: 4px;
}

.reviewsSec .content h2 {
	font-weight: bold;
	font-size: 1.2em;
}
.reviewsSec .content p {
	margin-bottom: 	1.5em;
}
.reviewsSec .content ul {
	margin-bottom: 1.5em;
}
.reviewsSec .content ul li {
	margin-left: 20px;
	list-style-type: disc;
}

.reviewsSec .underline {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px double #dcdcdc;
	font-size: 18px;
	line-height: 1.5;
}
.reviewsSec dl {
	display: flex;
	flex-wrap: wrap;
}
.reviewsSec dl dt {
	width: 30%;
	padding: 23px 15px 15px 15px;
	border-bottom: 1px solid #61b08b;
	background: #ecf5f0;
	box-sizing: border-box;
}
.reviewsSec dl dd {
	width: 70%;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #61b08b;
	box-sizing: border-box;
}
.reviewsSec dl dd textarea,
.reviewsSec dl dd input {
	max-width: 100%;
}

.reviewsSec dl dd.form-checkbox {
	padding-top: 23px;
	padding-bottom: 23px;
}
.reviewsSec .label {
	display: inline-block;
	margin-right: 1em;
	padding: 0.4em 1em;
	border-radius: 6px;
	font-size: 0.9em;
	color: #fff;
	line-height: 1;
	transform: translateY(-0.2em);
}
.reviewsSec .label.required {
	background: #3a6e53;
}
.reviewsSec .label.optional {
	background: #5b9bd5;
}

.reviewsSec input,
.reviewsSec textarea,
.reviewsSec select {
	/*appearance: none;*/
	margin: 0;
	padding: 8px;
	border: 1px solid #999;
	border-radius: 6px;
	vertical-align: middle;
}
.reviewsSec .buttons {
	text-align: center;
}
.reviewsSec input[type=text],
.reviewsSec input[type=email] {
	width: 100%;
}
.reviewsSec textarea {
	width: 100%;
	height: 15em;
}
.reviewsSec input[type=submit] {
	padding: 15px 40px;
	border: 0;
	border-radius: 8px;
	background: #61b08b;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
.reviewsSec .buttons input[type=submit]:nth-child(2) {
	margin-left: 3em;
	background: #dcdcdc;
	color: #333;
}

.reviewsSec .hide {
	display: none;
}

.reviewsSec .content .error {
	margin: 0;
}
.reviewsSec .content .error-field {
	border-color: #ff7979 !important;
	background: #ffeaea;
}
body#reviews #contents {
	width: 100%;
	float: none;

}

@media screen and (max-width: 640px) {
  .reviewsSec .cmnHeading04 .sub {
    width: 265px;
  }
  .reviewsSec .cmnHeading04 span {
    display: block;
    font-size: 20px;
    color: #4c443b;
  }


	.reviewsSec .content p {
		line-height: 1.5;
	}

	.reviewsSec dl {
		display: block;
	}
	.reviewsSec dl dt {
		width: 100%;
		padding: 2%;
		border-bottom: 0;
	}
	.reviewsSec dl dd {
		width: 100%;
		padding: 2%;
		background: #ecf5f0;
	}
	.reviewsSec dl dd.form-checkbox {
		padding: 0 2% 2% 2%;
	}

}

.reviewsSec#company header {
	padding-bottom: 15px;
	font-size: 25px;
	border-bottom: 3px solid #999;
	text-align: center;
}

.reviewsSec#company table {
	max-width: 470px;
	width: 100%;
	margin: 20px auto 0;
}
.reviewsSec#company table th,
.reviewsSec#company table td {
	padding: 5px;
	border: 1px solid #000;
	vertical-align: top;
}
.reviewsSec#company table th {
	background-color: #ccc;
	width: 105px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.reviewsSec#company table th,
	.reviewsSec#company table td {
		font-size: 13px;
		word-break: break-all;
	}
}