@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */

#pagettl{
	padding: 130px 0;
	background: url(../img/btob/bg_pagettl.jpg) no-repeat center / cover;
}
#pagettl .txt_pagettl{
	padding: 0;
}
#pagettl .txt_pagettl::before{
	display: none;
}
#pagettl .txt_pagettl .ja{
	margin-top: 0;
	font-size: 3.0rem;
}

.breadcrumb{
	margin-bottom: 95px;
}



/* ------------------------------
    #btob
------------------------------ */

#btob {
	margin-bottom: 200px;
}
#btob h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #3d4975;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#btob h3 + div p {
	text-align: center;
}
#btob .btob_btn {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

#btob .btob_box{
	display: flex;
	flex-wrap: wrap;
	margin: 100px 0;
}

#btob > section.btob_box:nth-child(odd){
	justify-content: flex-end;
}

#btob > section.btob_box:nth-child(odd) > div{
	order: 1;
}

#btob > section.btob_box:nth-child(odd) > p{
	order: 2;
	margin-left: 80px;
}

#btob > section.btob_box:nth-child(even) > p{
	margin-right: 80px;
}

#btob .btob_box > p{
	width: 42.5%;
}

#btob .btob_box > p img{
	width: 100%;
}

#btob .btob_box > div{
	width: 542px;
}

#btob .btob_box h4{
	position: relative;
	padding-left: 1em;
	margin: 50px 0 25px;
	font-size: 2.0rem;
	font-weight: bold;
}

#btob .btob_box p span{
	color: #3d4975;
	font-weight: bold;
}

#btob .btob_box h4::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
/* IE対応 */
@media screen and (min-width: 769px) {
	.ie #btob .btob_box h4::before{
		margin-top: -5px;
	}
}

#btob .btob_box > div div{
	display: flex;
	margin-top: 25px;
}

#btob p.btn.white{
	width: 230px;
}

#btob p.btn.w100{
	width: 100%!important;
}

#btob p.btn.white:first-child{
	margin-right: 40px;
}

#btob p.btn.white.center{
	margin: 0;
}

#btob #wholesale{
	padding-top: 200px;
	margin-top: -200px;
}

@media screen and (max-width: 768px) {
	#btob{
		padding: 0 5%;
		margin-bottom: 75px;
	}
	#pagettl{
		background: url(../img/btob/bg_pagettl_sp.jpg) no-repeat center / cover;
		padding: 80px 0;
	}
	#pagettl .txt_pagettl .ja{
		font-size: 1.5rem;
	}
	#btob h3{
		font-size: 1.5rem;
	}
	#btob .btob_btn {
		justify-content: space-between;
	}
	#btob .btob_box h4{
		font-size: 1.5rem;
		margin: 20px 0 15px;
	}
	#btob .btob_box h4::before{
		width: 6px;
		height: 2px;
		margin-top: -2px;
	}
	#btob .btob_box{
		flex-direction: column;
		margin: 50px 0;
	}
	#btob .btob_box > p{
		width: 100%;
	}
	#btob .btob_box > div{
		width: 100%;
	}
	#btob > section.btob_box:nth-child(odd) > div{
		order: 2;
	}
	#btob > section.btob_box:nth-child(odd) > p{
		order: 1;
		margin: 0;
	}
	#btob .btob_box > div div{
		justify-content: space-between;
	}
	#btob p.btn.white{
		width: 45%;
	}
	#btob p.btn.white.blank{
		width: 190px;
	}
	#btob p.btn.white:first-child{
		margin: 0;
	}
	#btob p.btn.white.center{
		margin: 0 auto;
	}

	#btob #wholesale{
		padding-top: 150px;
		margin-top: -150px;
	}
}
