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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@media only screen and (min-width: 0px) {
	.con_title {
    position: relative;
    text-align: center;
    background-image: url(../images/common/title.webp);
    background-size: cover;
    background-position: 50%;
    height: 200px;
		overflow: hidden;
	}

	#contents .con_title h2 {
		/* text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5); */
		width: 100%;
		font-size: 42px;
		line-height: 1.5;
	}

	.con_pnav {
		margin: 65px 0;
		padding-bottom: 0;
	}

	.con_pnav ul {
		width: 85%;
        position: relative;
        z-index: 1;
        max-width: 1100px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
	}

	.con_pnav ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    vertical-align: top;
    text-align: center;
    width: 50%;
    margin: 0 0 30px;
	}

	.con_pnav ul li a {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
	}

	.con_pnav ul li a img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	}

	.con_pnav ul li a img {
    -webkit-transition: -webkit-transform 1000ms ease-out;
    -moz-transition: -moz-transform 1000ms ease-out;
    -o-transition: -o-transform 1000ms ease-out;
    transition: transform 1000ms ease-out;
	}

	.con_pnav ul li a::after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(135deg);
    transition: right 1.3s;
    transition: 0.8s;
    top: 45px;
    right: 48%;
	}

	.con_pnav ul li a:hover:after {
    top: 55px;
	}

	.con_pnav ul li a:hover img {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	.con_faq {
    margin-bottom: 50px;
	}

	.con_faq .box_faq {
		margin-bottom: 100px;
	}

	.con_faq .box_faq h3 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    line-height: 1;
	}

	.con_faq .box_faq dl {
        border-bottom: solid 1px #b4b3b8;
		width: 85%;
		max-width: 1100px;
        margin: auto;
	}

	.con_faq .box_faq dl dt {
    position: relative;
    padding: 0.8em 3.5em;
    border-top: solid 1px #b4b3b8;
    cursor: pointer;
	}

	.con_faq .box_faq dl dt, .con_faq .box_faq dl dd span {
    position: relative;
	}

	.con_faq .box_faq dl dt:after {
    font-family: FontAwesome;
    vertical-align: middle;
	}

	.con_faq .box_faq dl dt:before, .con_faq .box_faq dl dd span:before {
    display: block;
    margin-right: .3em;
    position: absolute;
    top: 1.05em;
    margin-top: -2px;
		vertical-align: sub;
	}

	.con_faq .box_faq dl dt:before {
    content: 'Q.';
    color: #fff;
    left: 1.3em;
	}

	.con_faq .box_faq dl dt:after {
    content: "";
    margin-left: .5em;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
	}

	.con_faq .box_faq dl dt.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	}

	.con_faq .box_faq dl dd {
		margin: 0 0 0.8em 0;
		display: none;
	}

	.con_faq .box_faq dl dd span {
    display: block;
    padding: 1em 1em 1em 3.5em;
    background: #3b4244;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	}

	.con_faq .box_faq dl dd span:before {
    content: 'A.';
    left: 1.3em;
    color: #fff;
	}
}

@media only screen and (min-width: 768px) {
    .con_pnav ul li {
        width: 30%;
        }
    .con_pnav ul li a::after {
        right: 48%;
    }
	.con_faq .box_faq {
		margin-bottom: 150px;
        padding-top: 40px;
        margin-top: -40px;
	}
	.con_faq .box_faq dl dt {
		line-height: 1.75;
	}
}

@media only screen and (min-width: 1024px) {
	.con_title {
		background-position: 50% 53%;
		height: 300px;
	}
    .con_pnav ul li {
        width: 14%;
    }
    .con_pnav ul li a::after {
        right: 47%;
    }
}

@media only screen and (min-width: 1440px) {
	.con_faq {
		margin-bottom: 70px;
	}
}

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