@charset "utf-8";

/* ========== additional styles ========== */
.dense {
	padding-top: 0 !important; }

.largely-spaced {
	margin-top: 80px !important; }

.normally-spaced {
	margin-top: 40px !important; }

.small-spaced ,
.small-spaced p {
	margin-top: 0.5em !important; }


/* ========== footer ========== */
#jbk-frame-main + #jbk-footer-area {
	margin-top: 30px;
}


/* ========== section ========== */
/* ----- kye-visual ----- */
#key-visual {
	padding: 0; }

#key-visual .fx-title-sp h1 {
	margin: 0;
	background: #e7f6c3;
	text-align: center;
}

#key-visual .fx-title-sp h1 img {
	margin: 0 auto;
	width: 100%;
	max-width: 394px;
}

#key-visual .c-copy-01 {
	margin: 30px 54px; }

@media only screen and (max-width: 640px) {
	#key-visual .c-copy-01 {
		margin: 16px 10px; }
}

/* ----- nav ----- */
.fx-anchorLinks-01{
	margin: 0;
	padding: 0;
}
.fx-anchorLinks-01 li {
	margin: 0;
}

/* pc */
.fx-nav-pc {
	padding-bottom: 30px; }

.fx-nav-pc .fx-anchorLinks-01 li {
    float: left;
    display: inline;
    margin-left: 3.341013825%;
    width: 31.10599078%;
}
.fx-nav-pc .fx-anchorLinks-01 li:first-child{
	margin-left: 0;
}
.fx-nav-pc .fx-anchorLinks-01 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); }

.fx-nav-pc .fx-anchorLinks-01:after {
	content: "";
	display: block;
	clear: both;
}

/* sp */
.fx-nav-sp .fx-anchorLinks-01 img {
	margin: 0 auto;
	width: 100%;
	max-width: 394px;
}

.fx-nav-sp .fx-anchorLinks-01 li {
	margin-top: 1.0em;
	list-style: none;
}

/* ----- heading-01 ----- */
.fx-heading-01 {
	margin-left: -54px;
	margin-right: -54px;
}

.fx-heading-01 img { margin: 0 auto; }

.fx-heading-01 h2 span {
	display: block;
	background-position: left bottom;
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

/* pc */
.fx-title-pc#flg-beginner h2 { margin-top: -26px; }
.fx-title-pc#flg-medium   h2 ,
.fx-title-pc#flg-extra    h2 { margin-top: -21px; }

.fx-title-pc#flg-beginner h2 span { background-image: url(../img/bg_01_pc.png); }
.fx-title-pc#flg-medium   h2 span { background-image: url(../img/bg_02_pc.png); }
.fx-title-pc#flg-extra    h2 span { background-image: url(../img/bg_03_pc.png); }

/* sp */
.fx-heading-01.fx-title-sp {
	position: relative;
}

.fx-heading-01.fx-title-sp h2 img {
	margin: 0 auto;
	width: 100%;
	max-width: 394px;
}

.fx-title-sp#flg-beginner h2 ,
.fx-title-sp#flg-medium   h2 ,
.fx-title-sp#flg-extra    h2 { margin-top: -0.38235em; }

.fx-title-sp#flg-beginner h2 span { background-image: url(../img/bg_01_sp.png); }
.fx-title-sp#flg-medium   h2 span { background-image: url(../img/bg_02_sp.png); }
.fx-title-sp#flg-extra    h2 span { background-image: url(../img/bg_03_sp.png); }

@media only screen and (max-width: 640px) {
	.fx-heading-01 {
		margin-left: -11px;
		margin-right: -11px;
	}
}

/* ----- heading4 ----- */
.fx-heading4-01 { text-align: center; }

.fx-heading4-01 h3 {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.fx-heading4-01 h3:before {
	display:inline-block;
	content:" ";
	background-image: url(../img/h3_01_pc.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.fx-heading4-01 h3:after {
	display:inline-block;
	content:" ";
	background-image: url(../img/h3_02_pc.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0px;
}

@media only screen and (max-width: 620px) {
	.fx-heading4-01 h3 {
		padding-left: 33px;
		padding-right: 33px;
	}
	.fx-heading4-01 h3:before {
		background-image: url(../img/h3_01_sp.png);
		background-size: auto 100%;
		width: 33px;
		height: 48px;
	}
	
	.fx-heading4-01 h3:after {
		background-image: url(../img/h3_02_sp.png);
		background-size: auto 100%;
		width: 33px;
		height: 48px;
	}
}

/* ----- infoBlock ----- */
.fx-infoBlock-01 {
	border: solid 3px #a749eb;
	border-radius: 7px;
	background: none;
}
