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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
#header .box_main {
	background: url(../sample/images/img_main-pc.jpg);
}

/* -----------------------------------------------------------
    intro
----------------------------------------------------------- */
.st {
	text-align: center;
	color: #5b4b8a;
}

.st .en {
	font-family: "Cinzel", serif;
	display: block;
	font-size: 334%;
	font-weight: normal;
	line-height: 1.3;
}

.st .jp {
	margin-top: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 134%;
}

.con_intro {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		margin-top: 1em;
	}
}

.con_intro .txt {
	text-align: center;
}

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

.anker_link {
	margin-top: 50px;
}

.anker_link ul {
	flex-wrap: wrap;
}

.anker_link ul li {
	text-align: center;
	width: calc(25% - 8px);
	margin-bottom: 9px;
	display: inline-block;
}

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

.anker_link ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	border: solid 1px #575757;
	padding: 1em;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.anker_link ul li a {
		padding: .5em;
	}
}

.anker_link ul li a:before {
	content: "\f107";
	position: absolute;
	font-weight: 900;
	top: 50%;
	right: 1em;
	margin-top: -0.5em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
}

.anker_link ul li a:hover:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 5px;
}

/* -----------------------------------------------------------
	con_faq
----------------------------------------------------------- */
.con_faq {
	max-width: 1260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 1410px) {
	.con_faq {
		width: 89.58333%;
	}
}

@media print {
	.con_faq {
		width: 89.58333%;
	}
}

.ie8 .con_faq {
	width: 89.58333%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_faq {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_faq {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq {
		margin-bottom: 40px;
	}
}

.con_faq .box_faq {
	margin-bottom: 60px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_faq .box_faq {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq {
		margin-bottom: 2em;
	}
}

.con_faq .box_faq .tmp_st_yoko {
	margin-top: 50px;
	text-align: left;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 180%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_faq .box_faq .tmp_st_yoko {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq .tmp_st_yoko {
		margin-top: 2em;
	}
}

.con_faq .box_faq dl {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_faq .box_faq dl {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl {
		margin-bottom: 1.3em;
	}
}

.con_faq .box_faq dl .acc {
	margin-bottom: 15px;
	position: relative;
	padding: 15px 1em;
	transition: .5s ease;
	border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_faq .box_faq dl .acc {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl .acc {
		margin-bottom: 0.5em;
	}
}

.con_faq .box_faq dl .acc.active .ic_arrow {
	-webkit-transform: rotate(180deg) translate(0, -50%);
	-moz-transform: rotate(180deg) translate(0, -50%);
	-ms-transform: rotate(180deg) translate(0, -50%);
	-o-transform: rotate(180deg) translate(0, -50%);
	transform: rotate(180deg) translate(0, -50%);
}

.con_faq .box_faq dl .acc .ic_arrow {
	display: none;
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl .acc .ic_arrow {
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: rotate(0deg) translate(0, -50%);
		-moz-transform: rotate(0deg) translate(0, -50%);
		-ms-transform: rotate(0deg) translate(0, -50%);
		-o-transform: rotate(0deg) translate(0, -50%);
		transform: rotate(0deg) translate(0, -50%);
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		-ms-transform-origin: center top;
		-o-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: -webkit-transform 0.5s ease;
		-moz-transition: -moz-transform 0.5s ease;
		-o-transition: -o-transform 0.5s ease;
		transition: transform 0.5s ease;
		right: 15px;
	}
}

.con_faq .box_faq dl .acc:before {
	content: 'Q';
	position: absolute;
	font-family: "Cinzel", serif;
	top: -3px;
	left: 16px;
	font-size: 220%;
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl .acc:before {
		top: -2px;
		left: 12px;
		font-size: 220%;
	}
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl .acc::after {
		right: 15px;
	}
}

.con_faq .box_faq dl .acc span {
	display: block;
	padding-left: 63px;
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl .acc span {
		padding-left: 4em;
		padding-right: 1.3em;
	}
}

.con_faq .box_faq dl dd {
	position: relative;
	padding: 0 6px 30px 120px;
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl dd {
		display: none;
		padding: 1em 1em .5em 5em;
		word-wrap: break-word;
	}
}

.con_faq .box_faq dl dd::before {
	content: 'A';
	position: absolute;
	font-family: "Cinzel", serif;
	top: -24px;
	left: 76px;
	color: #5b4b8a;
	font-size: 267%;
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl dd::before {
		left: 17px;
		top: -11px;
		font-size: 234%;
	}
}

.con_faq .box_faq dl dd span {
	display: block;
	padding: 20px 0 20px 2em;
}

@media only screen and (max-width: 767px) {
	.con_faq .box_faq dl dd span {
		padding-top: 4px;
		padding-left: 40px;
		padding-right: 0;
	}
}

.con_faq .box_faq dl dd span .time {
	padding: 20px 20px 20px 44px;
}

.con_faq .box_faq dl dd span ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.con_faq .box_faq dl dd span ul.list {
	margin-bottom: 1em;
}

.con_faq .con_info {
	margin: auto;
}

.con_faq .con_info .inner {
	border: 1px solid #b3b3b3;
	padding: 2% 3%;
}

@media only screen and (max-width: 767px) {
	.con_faq .con_info .inner {
		padding: 1.3em 1em;
	}
}

.con_faq .con_info .inner .box_info:first-child {
	margin-bottom: 30px;
}

.con_faq .con_info .inner .box_info .box_btn {
	margin-top: .5em;
}
