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

 file name  : contact_faq.css
 author     : Ability Consultant
 style info : よくあるご質問・お問い合わせ
=================================================================== */
.con_contact_faq {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_contact_faq {
		width: 95%;
	}
}

@media print {
	.con_contact_faq {
		width: 95%;
	}
}

.ie8 .con_contact_faq {
	width: 95%;
}

.row:after, .con_contact_faq .box_type_tel:after {
	content: "";
	display: table;
	clear: both;
}

#bg_page {
	background-image: url(../contact_faq/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../contact_faq/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.row {
	display: block;
}

.col {
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
}

/* -----------------------------------------------------------
	.con_contact_faq
----------------------------------------------------------- */
.con_contact_faq .box_list .list .item {
	width: 50%;
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_list .list .item {
		float: none;
		width: 100%;
	}
}

.con_contact_faq .box_list .list .item a.item_inner {
	text-decoration: none;
}

.con_contact_faq .box_list .list .item a.item_inner:hover .thumb:after {
	opacity: 1;
}

.con_contact_faq .box_list .list .item a.item_inner:hover .thumb .hover {
	opacity: 1;
}

.con_contact_faq .box_list .list .item .item_inner {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_faq .box_list .list .item .item_inner {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_list .list .item .item_inner {
		padding-bottom: 30px;
	}
}

.con_contact_faq .box_list .list .item .item_inner:hover {
	background: #f9f9f9;
}

.con_contact_faq .box_list .list .item .thumb {
	position: relative;
	margin-bottom: 40px;
}

.con_contact_faq .box_list .list .item .thumb:after {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 2;
}

.con_contact_faq .box_list .list .item .thumb img {
	width: 100%;
}

.con_contact_faq .box_list .list .item .st_mid_center {
	margin-bottom: 27px;
	font-size: 186%;
}

.con_contact_faq .box_list .list .item .txt {
	text-align: left;
	margin-bottom: 25px;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_list .list .item .txt {
		text-align: left;
	}
}

.con_contact_faq .box_list .list .item .btn {
	position: relative;
	padding: 0.4em 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 122%;
	text-align: center;
	width: 285px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

.con_contact_faq .box_list .list .item .btn:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_contact_faq .box_list .list .item .btn:hover {
	background: #ccc;
}

.con_contact_faq .box_list .list .item .btn:hover:after {
	right: 8px;
}

.con_contact_faq .box_type {
	margin-bottom: 5em;
}

.con_contact_faq .box_type ul {
	overflow: hidden;
}

.con_contact_faq .box_type ul li {
	float: left;
	width: 23.68421%;
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	.con_contact_faq .box_type ul li {
		margin-right: 1.75439%;
	}
	.con_contact_faq .box_type ul li:nth-child(4n) {
		margin-right: 0;
	}
	.con_contact_faq .box_type ul li:first-child, .con_contact_faq .box_type ul li:nth-child(2), .con_contact_faq .box_type ul li:nth-child(3), .con_contact_faq .box_type ul li:nth-child(4) {
		margin-top: 0;
	}
}

@media print {
	.con_contact_faq .box_type ul li {
		margin-right: 1.75439%;
	}
	.con_contact_faq .box_type ul li:nth-child(4n) {
		margin-right: 0;
	}
	.con_contact_faq .box_type ul li:first-child, .con_contact_faq .box_type ul li:nth-child(2), .con_contact_faq .box_type ul li:nth-child(3), .con_contact_faq .box_type ul li:nth-child(4) {
		margin-top: 0;
	}
}

.ie8 .con_contact_faq .box_type ul li {
	margin-right: 1.75439%;
}

.ie8 .con_contact_faq .box_type ul li:nth-child(4n) {
	margin-right: 0;
}

.ie8 .con_contact_faq .box_type ul li:first-child, .ie8 .con_contact_faq .box_type ul li:nth-child(2), .ie8 .con_contact_faq .box_type ul li:nth-child(3), .ie8 .con_contact_faq .box_type ul li:nth-child(4) {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type ul li {
		font: none;
		width: 48%;
	}
	.con_contact_faq .box_type ul li:first-child, .con_contact_faq .box_type ul li:nth-child(2) {
		margin-top: 0;
	}
	.con_contact_faq .box_type ul li:nth-child(2n) {
		float: right;
	}
}

.con_contact_faq .box_type ul li .st {
	font-weight: normal;
	font-size: 122%;
	text-align: center;
	padding: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_faq .box_type ul li .st {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type ul li .st {
		font-size: 93%;
	}
}

.con_contact_faq .box_type ul li .img {
	position: relative;
}

.con_contact_faq .box_type ul li .img img {
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type ul li .img img {
		width: 100%;
	}
}

.con_contact_faq .box_type ul li .txt, .con_contact_faq .box_type ul li .img {
	margin-bottom: 1em;
}

.con_contact_faq .box_type ul li .btn {
	position: relative;
	padding: 0.4em 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 122%;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_contact_faq .box_type ul li .btn {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type ul li .btn {
		font-size: 93%;
	}
}

.con_contact_faq .box_type ul li .btn a {
	text-decoration: none;
}

.con_contact_faq .box_type ul li .btn:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_contact_faq .box_type ul li .btn:hover {
	background: #ccc;
}

.con_contact_faq .box_type ul li .btn:hover:after {
	right: 8px;
}

.con_contact_faq .box_type_tel .st_mid_skew {
	margin: 1em 0;
}

.con_contact_faq .box_type_tel .box_member {
	margin-bottom: 3em;
}

.con_contact_faq .box_type_tel > .txt {
	margin-bottom: 2em;
}

.con_contact_faq .box_type_tel ul {
	margin-bottom: 1em;
}

.con_contact_faq .box_type_tel .box_tel {
	margin-bottom: 3em;
	padding: 1em;
}

.con_contact_faq .box_type_tel .box_tel .txt {
	margin-bottom: 1em;
}

.con_contact_faq .box_type_tel .box_tel .free_tel {
	border-left: 5px solid #001955;
	padding-left: 12px;
	line-height: 0.8;
	margin-top: 10px;
	margin-bottom: 2em;
}

.con_contact_faq .box_type_tel .box_tel .free_tel a {
	text-decoration: none;
	color: #000;
}

.con_contact_faq .box_type_tel .box_tel .free_tel .tel {
	display: block;
}

.con_contact_faq .box_type_tel .box_tel .free_tel .txt_tel, .con_contact_faq .box_type_tel .box_tel .free_tel .txt_time {
	display: inline-block;
}

.con_contact_faq .box_type_tel .box_tel .free_tel .txt_tel {
	font-family: "Times New Roman", serif;
	font-size: 229%;
}

@media only screen and (max-width: 1024px) {
	.con_contact_faq .box_type_tel .box_tel .free_tel .txt_tel {
		font-size: 186%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type_tel .box_tel .free_tel .txt_tel {
		font-size: 158%;
	}
}

.con_contact_faq .box_type_tel .box_tel .free_tel .txt_tel strong {
	font-size: 166%;
	font-weight: normal;
}

.con_contact_faq .box_type_tel .box_tel .free_tel .txt_time {
	font-size: 122%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.con_contact_faq .box_type_tel .box_tel .free_tel .txt_time {
		font-size: 86%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type_tel .box_tel .free_tel .txt_time {
		display: block;
		margin-top: 10px;
	}
}

.con_contact_faq .box_type_tel .box_area .area_st {
	font-size: 122%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.con_contact_faq .box_type_tel .box_area .area_st {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact_faq .box_type_tel .box_area .tbl_secondary tr th {
		width: 100%;
	}
}

/*# sourceMappingURL=../maps/contact_faq.css.map */
