@charset "utf-8";
/* CSS Document */


/* firstguide
---------------------------------------------------------------------------------------------------------------------*/
.first_guide {
	width: 96%;
	max-width: 980px;
	margin: 110px auto;
	overflow: hidden;
}

.page_link {
	position: relative;
	top: -200px;
}

.first_guide {
	width: 100%;
	max-width: 980px;
	margin: 110px auto;
	overflow: hidden;
}

.concept {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.concept_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://john.itembox.design/item/img/first_guide/first_guide_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.concept_box {
	width: 50%;
	margin: 50px auto;
	height: auto;
	padding: 50px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
}

.concept_box p.title_en {
	font-size: 32px;
	font-weight: bold;
}

.concept_box p.title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5%;
}

.concept_box p.description {
	font-size: 16px;
}




.page_title_inner h1 {
	font-weight: normal;
}

.first_guide h2 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: linear-gradient(85deg, #231816, #fff);
}

.first_guide_box {
	width: 100%;
	overflow: hidden;
}

.first_guide_box .guide a.rakuten {
	width: 62%;
	display: block;
	margin: auto;
	height: auto;
	border: none;
	position: static;
	overflow: hidden;
	background-color: #eeeeee;
}

.first_guide_box .guide a.rakuten img {
	margin-top: 5px;
	width: 100%;
}



/* faq
---------------------------------------------------------------------------------------------------------------------*/
.faq {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}

.faq_a {
	width: 90%;
	margin: auto;
}

.accordion_dl {}

.faq_a dt {
	position: relative;
	cursor: pointer;
	margin-top: 50px;
	border-bottom: 1px solid #eeeeee;
}

.faq_a dt:hover {
	opacity: .7;
	transition: .5s;
}

.faq_a dt p {
	color: #231816;
	font-size: 18px;
	font-weight: 200;
	line-height: 70px;
	height: 70px;
	padding-left: 70px;
}

.faq_a dt .faq_q {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	left: 1%;
	transition: 1s;
	background-image: url(https://john.itembox.design/item/img/first_guide/faq_q.png);
	background-size: cover;
}

.faq_a dt .arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 15px;
	right: 0;
	transition: 1s;
	background-image: url(https://john.itembox.design/item/img/first_guide/faq.png);
	background-size: 100%;
}

.faq_a dt.active .arrow {
	transform: rotate(-180deg);
	transition: .5s;
}

.faq_a dd {
	margin: 30px 0 70px 0;
	padding: 0 70px;
}

.faq_a dd p {
	font-size: 14px;
	line-height: 2;
}

.faq_a dd img {
	width: 100%;
	margin: 10px auto 20px auto;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

.faq_a dd .pay_img_box {
	width: 100%;
	overflow: hidden;
}

.faq_a dd img.pay_img {
	width: calc(95%/5);
	margin: 10px 0.5%;
	float: left;
}


.first_guide_box .guide {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.first_guide_box .guide li {
	width: calc(94%/3);
	margin: 10px 1%;
	padding: 10px;
	background-color: #eeeeee;
	height: auto;
	position: relative;
}

.first_guide_box .guide .guide_inner {
	width: 100%;
	height: 100%;
	padding: 10px 10px 50px 10px;
	border: 1px solid #888888;
	position: relative;
	overflow: hidden;
}

.first_guide_box .text {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}

.first_guide_box .text span {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}

.first_guide_box .sub {
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
	margin: 20px auto;
	float: left;
	width: 100%;
}

.first_guide_box .title {
	width: 100%;
	margin: 10px auto 30px auto;
	float: left;
	text-align: center;
}

.first_guide_box .title h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.first_guide_box .icon01:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(https://john.itembox.design/item/img/first_guide/guide_icon_01.png);
	background-size: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.first_guide_box .icon02:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(https://john.itembox.design/item/img/first_guide/guide_icon_02.png);
	background-size: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.first_guide_box .icon03:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(https://john.itembox.design/item/img/first_guide/guide_icon_03.png);
	background-size: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.first_guide_box .icon04:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(https://john.itembox.design/item/img/first_guide/guide_icon_04.png);
	background-size: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.first_guide_box .icon05:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(https://john.itembox.design/item/img/first_guide/guide_icon_05.png);
	background-size: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.first_guide_box .icon06:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(https://john.itembox.design/item/img/first_guide/guide_icon_06.png);
	background-size: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.first_guide_box .pay img {
	width: calc(95%/5);
	margin: 0 0.5% 10px;
	float: left;
}

.kessai_wrapper{
	clear: both;
}

.first_guide_box .kessai{
	/* max-width:200px; */
	border:1px solid var(--bk);
	margin:10px auto 0;
	background:#fff;
	padding:4px 0 ;
	font-weight:bold;
	text-align:center;
	font-size:15px;
}

.first_guide_box .kessai span{
	display:block;
	padding:0 4px;
	font-size:10px;
}

/* .first_guide_box .pay p {
	width: 60%;
	margin: 5px 20%;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
} */

.first_guide_box .guide_link {
	width: 90%;
	display: block;
	margin: auto;
	height: 30px;
	background-color: #ffffff;
	border: 1px solid #888888;
	position: absolute;
	left: 5%;
	bottom: 5%;
}

.first_guide_box .guide_link p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.first_guide_box .guide_link p:hover {
	opacity: .5;
	transition: .5s;
}

.first_guide_box .guide_link .rakuten img {
	margin: 5px 10% 0 10%;
	width: 80%;
}

.page_title_inner h2 {
	height: auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 10px 0;
	padding: 0 20px;
}

.faq_table {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 14px;

}

.faq_table thead {
	background: #eee;
}

.faq_table tr {
	border-bottom: 1px solid #ddd;
}

.faq_table td {
	padding: 5px;
	border-right: 1px solid #ddd;
}

.rakuten_faq {
	width: 50%;
	display: block;
}

.rakuten_faq img {
	width: 100%
}


/* futershop システム main class 無効化 */
.fs-l-main {
	display: block;
}


@media screen and (max-width: 768px) {
	/************ for TB**************************************************************************************/

	.concept_box {
		width: 80%;
	}

	.first_guide_box .guide li {
		width: calc(96%/2);
	}
}

@media screen and (max-width: 480px) {

	/************ for SP**************************************************************************************/
	.first_guide {
		width: 96%;
		margin: 80px 2%;
	}

	.page_link {
		top: -110px;
	}

	.first_guide {
		width: 96%;
		margin: 80px 2%;
	}

	.concept {
		margin: 80px auto;
	}

	.concept_bg {
		background-size: cover;
		background-position: 50%;
	}

	.concept_box {
		width: 90%;
		padding: 20px;
	}

	.concept_box p.title_en {
		font-size: 24px;
	}

	.concept_box p.description {
		font-size: 11px;
	}

	.first_guide_box .guide li {
		width: 98%;
		padding: 15px;
	}

	.first_guide_box .guide .guide_inner {
		padding: 20px;
	}

	.first_guide_box .icon01:before,
	.first_guide_box .icon02:before,
	.first_guide_box .icon03:before,
	.first_guide_box .icon04:before,
	.first_guide_box .icon05:before,
	.first_guide_box .icon06:before {
		top: 10px;
		left: 10px;
	}


	.faq {
		padding-bottom: 50px;
	}

	.faq_a dt {
		margin-top: 20px;
	}

	.faq_a dt .faq_q {
		width: 30px;
		height: 30px;
		top: 8px;
		left: -2px;
	}

	.faq_a dt p {
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		padding-left: 30px;
	}

	.faq_a {
		width: 100%;
		margin: auto;
	}

	.faq_a dt .arrow {
		width: 25px;
		height: 25px;
		top: 12px;
	}

	.faq_a dd {
		margin: 20px 0 50px 0;
		padding: 0 15px;
	}

	.faq_a dd p {
		font-size: 11px;
	}
}

@media screen and (max-width: 320px) {
	/************ for SP**************************************************************************************/
}