@charset "UTF-8";

@media only screen and (min-width: 769px) {
	body {
		overflow-x: auto;
		margin: 103px 0 0 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		margin: 98px 0 0 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	body {
		margin: 66px 0 0 0 !important;
	}
}

/* ==========================================================
!Breadcrumb
========================================================== */
.breadcrumb {
	padding: 10px 0;
}

/* ==========================================================
!Mainimg
========================================================== */
#mainimg {
	overflow: hidden;
	padding: 0;
}
.mainimg_img {
	display: block;
}
.mainimg_txt {
	color: #049fd9;
	margin-top: 20px;
}
.mainimg_txt_main {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.mainimg_txt_sub {
	font-size: 1.6rem;
	margin-top: 10px;
}
.mainimg_txt .middle {
	display: none;
}
/*for PC*/
@media only screen and (min-width: 769px) {
	#mainimg {
		align-items: center;
		background: #f9f9f9;
		display: flex;
		height: 380px;
		justify-content: center;
	}
	.mainimg_inn {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: space-between;
		max-width: 1200px;
		position: relative;
		width: 100%;
	}
	.mainimg_img {
		max-width: none;
		position: absolute;
		right: -396px;
		top: 0;
		z-index: 0;
	}
	.mainimg_txt {
		flex: 1;
		margin: 0;
		order: 1;
		position: relative;
		text-align: left;
	}
	.mainimg_txt_main {
		font-size: 5rem;
	}
	.mainimg_txt_sub {
		font-size: 2.8rem;
	}
	.mainimg_txt br {
		display: none;
	}
}
/*for middle*/
@media only screen and (max-width: 1024px) {
	.mainimg_inn {
		padding-left: 40px;
	}
	.mainimg_img {
		right: -500px;
	}
	.mainimg_txt br {
		display: block;
	}
}
/*for SP*/
@media only screen and (max-width: 768px) {
	#mainimg {
		background: url(../img/advantage/bg_advantage_mv_sp.png) center no-repeat;
		background-size: cover;
	}
	.mainimg_inn {
		padding: 40px;
	}
	.mainimg_img {
		margin: 0 auto;
		max-width: 300px;
		position: static;
		width: 100%;
	}
	.mainimg_txt {
		color: #fff;
	}
}

/* ==========================================================
!Main
========================================================== */
#main {
	margin-bottom: 0;
}

/* ==========================================================
!Multivender
========================================================== */
#multivender {
	margin-top: -68px;
	padding-top: 68px;
}
#multivender .inner01 {
	padding-top: 9.375%;
}
#multivender p {
	text-align: left;
}
/*for PC*/
@media only screen and (min-width: 769px) {
	#multivender {
		margin-top: -66px;
		padding-top: 66px;
	}
	#multivender .inner01 {
		padding-top: 80px;
	}
}

/* ==========================================================
!Lineup
========================================================== */
#lineup {
	padding: 9.375% 0 12.5%;
}
#lineup .ul_lineup01 {
	margin: 0;
}
/*for PC*/
@media only screen and (min-width: 769px) {
	#lineup {
		padding: 50px 0 80px;
	}
}

/* ==========================================================
!Advantage Contents
========================================================== */
#advcontents .adv_block {
	margin-top: -80px;
	padding-top: 80px;
}
#advcontents .adv_block + .adv_block {
	border-top: 2px solid #ccc;
	margin-top: 80px;
}
#advcontents .adv_block img {
	display: block;
}
#advcontents .adv_block_txt {
	margin-top: 30px;
	text-align: left;
}
#advcontents .adv_block_txt h3 {
	color: #049fd9;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#advcontents .adv_block_txt h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#advcontents .adv_block_txt * + h4 {
	margin-top: 15px;
}
#advcontents .adv_block_txt p {
	line-height: 2;
}
#advcontents .btn_basic01 {
	font-size: 1.6rem;
	margin: 20px auto 0;
	padding: 7px 10px;
	text-align: center;
	width: 200px;
}
/*for PC*/
@media only screen and (min-width: 769px) {
	#advcontents .adv_block {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	#advcontents .adv_block:nth-of-type(2n+1) img {
		order: 1;
	}
	#advcontents .adv_block:nth-of-type(2n) img {
		order: 2;
	}
	#advcontents .adv_block_txt {
		flex: 1;
	}
	#advcontents .adv_block:nth-of-type(2n+1) .adv_block_txt {
		margin: 0 0 0 80px;
		order: 2;
	}
	#advcontents .adv_block:nth-of-type(2n) .adv_block_txt {
		margin-right: 40px;
		order: 1;
	}
	#advcontents .adv_block_txt h3 {
		font-size: 4rem;
		margin-bottom: 30px;
	}
	#advcontents .adv_block_txt h4 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	#advcontents .adv_block_txt * + h4 {
		margin-top: 30px;
	}
	#advcontents .btn_basic01 {
		margin: 40px 0 0;
	}
}