@charset "utf-8";

/* ========== text ========== */
.help-text-01 {
	color: #eb7000;
	font-size: 150%;
}


/* ========== menu ========== */
/* ----- 01 ----- */
.help-menu-01 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.help-menu-01 > ul:after {
	clear: both;
	content: "";
	display: block;
}

.help-menu-01 > ul > li {
	padding: 0;
}

.help-menu-01 .help-btn-01 {
	display: block;
}

.help-menu-01 .help-btn-01:before {
	display: none;
}

.help-menu-01 .help-btn-01 .help-btn-label:before {
	background: center center no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 26px;
	margin-right: 6px;
	vertical-align: -5px;
	width: 26px;
}

.help-menu-01 .help-btn-a > .help-btn-label:before { background-image: url(/assets/img/pict_04.png); }
.help-menu-01 .help-btn-b > .help-btn-label:before { background-image: url(/assets/img/pict_30.png); }
.help-menu-01 .help-btn-c > .help-btn-label:before { background-image: url(/assets/img/pict_07.png); }
.help-menu-01 .help-btn-d > .help-btn-label:before { background-image: url(/assets/img/pict_37.png); }

@media only screen and (min-width: 641px) {
.help-menu-01 > ul {
	margin-left: -2.3%;
}

.help-menu-01 > ul > li {
	float: left;
	margin: 0 0 0 2.3%;
	width: 47.7%;
}

.help-menu-01 .help-btn-01 {
	font-size: 125%;
	text-align: center;
}
}

@media only screen and (max-width: 640px) {
.help-menu-01 .help-btn-01 {
	font-size: 112.5%;
	padding-right: 16px;
	padding-left: 16px;
}

.help-menu-01 .help-btn-01 .help-btn-label:before {
	height: 20px;
	margin-right: 6px;
	vertical-align: -4px;
	width: 20px;
}
}


/* ----- 02 ----- */
.help-menu-02 {
	margin: 2.5em 0 0 -15px;
}


@media only screen and (max-width: 640px) {
.help-menu-02 {
	display: none;
}
}

/* ========== accordion ========== */
.jbk-category-help .help-accordion-01 > .item > .head + .body {
	display: block;
}

/* ========== movie ========== */
.movie {
	height: 0;
	margin-top: 1.25em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.movie iframe {
	border: #000 solid 1px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}
/* ========== movie txt ========== */
.c-heading3-01.guide-box01 em {
    display: inline;
    font-weight: normal;
    background-color: #eb7000;
    color: #fff;
    padding: 8px;
    line-height: .9;
    float: left;
}
.c-heading3-01.guide-box02 em {
    display: inline;
    font-weight: normal;
    background-color: #eb7000;
    color: #fff;
    padding: 22px;
    line-height: .9;
    float: left;
    margin: 0px .4em;
}
.c-heading3-01.guide-box03 em {
    display: inline;
    font-weight: normal;
    background-color: #eb7000;
    color: #fff;
    padding: 22px;
    line-height: .9;
    float: left;
    margin: 0px .4em 15px .4em;
}
.box-01{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
/* ========== movie txt ========== */
.c-heading3-01.guide-box01 em {
    display: inline;
    font-weight: normal;
    background-color: #eb7000;
    color: #fff;
    padding: 8px;
    line-height: .9;
    float: left;
    margin: 0px .4em;
}
.c-heading3-01.guide-box02 em {
    display: inline;
    font-weight: normal;
    background-color: #eb7000;
    color: #fff;
    padding: 22px 8px;
    line-height: .9;
    float: left;
    margin: 0px .4em;
}
.c-heading3-01.guide-box03 em {
    display: inline;
    font-weight: normal;
    background-color: #eb7000;
    color: #fff;
    padding: 22px 8px;
    line-height: .9;
    float: left;
    margin: 0px .4em;
}
}