@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro, .con_link, .con_faq {
	max-width: 1260px;
	margin: auto;
}
@media only screen and (max-width: 1260px) {
  .con_intro, .con_link, .con_faq {
		width: 95%;
  }
}
@media print {
  .con_intro, .con_link, .con_faq {
		width: 95%;
  }
}
.ie8 .con_intro, .ie8 .con_link, .ie8 .con_faq {
	width: 95%;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title .bg_title {
	background-image: url(../faq/images/bg_title.jpg);
}

/* -----------------------------------------------------------
	.con_intro　イントロ
----------------------------------------------------------- */
.con_intro {
	padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_intro {
		padding: 10px 10px 20px;
  }
}
.con_intro .txt {
	text-align: center;
}

/* -----------------------------------------------------------
	.con_link　アンカーリンク
----------------------------------------------------------- */
.con_link {
	margin-bottom: 40px;
}
.con_link ul {
	font-size: 0;
}
.con_link ul li {
	margin: 0.5%;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_link ul li {
		border-top: 0;
		display: block;
		width: 100%;
		border-right: none;
		font-size: 16px;
		text-align: left;
  }
  .con_link ul li:first-child {
		border-left: none;
  }
}
.con_link ul li a {
	width: 100%;
	background-color: #e1d6bf;
	padding: 1em;
	display: inline-block;
	text-decoration: none;
	transition: .5s ease;
}
.con_link ul li a::before {
	content: '\f0d7';
	padding-right: 0.5em;
	font-family: "FontAwesome";
	font-size: 129%;
}
.con_link ul li a:hover {
	background-color: #f6f1e5;
}
@media only screen and (max-width: 767px) {
  .con_link ul li a {
		padding: 12px;
  }
}

/* -----------------------------------------------------------
	.con_faq　質問と回答
----------------------------------------------------------- */
.con_faq {
	margin-bottom: 100px;
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faq {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
		margin-bottom: 50px;
  }
}
.con_faq .box_faq {
	margin-bottom: 40px;
}
.con_faq .box_faq .st_mid {
	margin-bottom: 15px;
	font-size: 1.4em;
}
.con_faq .box_faq dt {
	position: relative;
	margin-bottom: 10px;
	padding: 14px;
	cursor: pointer;
	transition: .3s ease;
	background: #7e532e;
	color: #fff;
}
.con_faq .box_faq dt::before {
	content: 'Q.';
	position: absolute;
	top: 2px;
	left: 10px;
	font-size: 186%;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq dt {
		padding: 15px;
  }
  .con_faq .box_faq dt::after {
		right: 15px;
  }
}
.con_faq .box_faq dt span {
	display: block;
	padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq dt span {
		padding-left: 30px;
  }
}
.con_faq .box_faq dd {
	position: relative;
	margin-bottom: 20px;
	padding: 14px;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq dd {
		padding: 15px;
  }
}
.con_faq .box_faq dd::before {
	content: 'A.';
	position: absolute;
	top: 2px;
	left: 10px;
	color: #c70202;
	font-size: 186%;
}
.con_faq .box_faq dd span {
	display: block;
	padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq dd span {
		padding-left: 30px;
  }
}

.contact .btn {
	text-align: center;
	margin-bottom: 30px;
}
.contact .btn a {
	max-width: 320px;
}
.contact .btn.gold {
	width: 95%;
	margin: 0 auto;
}
.contact .btn.gold a {
	width: 95%;
	margin: 0 auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 1em 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #8b784d;
	color: #fff !important;
}
.contact .btn.gold a span {
	padding-right: 2.5em;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .contact .btn.gold a span {
		padding-right: 1.5em;
  }
}
.contact .btn.gold a span:after {
	content: "\f3d6";
	font-family: "Ionicons";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.contact .btn.gold a:hover span:after {
	right: -0.5em;
}
.contact .btn.gold a i {
	margin-right: 0.5em;
	font-size: 114%;
}
