@charset "UTF-8";
/**************header**************/
.l-header {
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	/*padding: 0 100px;*/
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #2B8BEE;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.l-header.l-header-mypage {
	border-bottom: none;
}
.l-header.l-header-mypage .l-header__header .logo-main a img {
	width: 150px;
}
.l-header .l-header__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 65px;
	display: flex;
    justify-content: space-between;
}
.l-header .l-header__header {

	top: 12px;
	left: 0;
	font-size: 1.4rem;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.l-header .l-header__header .logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 7px;
}
.l-header .l-header__header .logo-main {
	line-height: 1;
	margin-right: 20px;
	width: 150px;
}
.l-header .l-header__header .logo-main a {
	font-size: 1rem;
}
.l-header .l-header__header .logo-main a img {
	vertical-align: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.l-header .l-header__header .logo-sub {
	font-size: 1.4rem;
}
.l-header .aside-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.l-header .aside-wrapper .aside-nav {
	display: none;
}
.l-header .aside-wrapper .aside-nav .nav-item > a {
	display: inline-block;
	min-width: 72px;
	text-decoration: none;
}
.l-header .aside-wrapper .aside-nav .nav-item .icon {
	margin-right: 2px;
}
.l-header .aside-wrapper .aside-nav .nav-item .icon.icon-fav {
	margin-top: -4px;
}
.l-header .aside-wrapper .aside-nav .nav-item .icon.icon-login {
	margin-top: -4px;
}
.l-header .aside-wrapper .aside-nav .nav-item .icon.icon-cart {
	margin-top: -4px;
}
.l-header .aside-wrapper .aside-nav .nav-item .icon.icon-cart.on {
	position: relative;
}
.l-header .aside-wrapper .aside-nav .nav-item .icon.icon-cart.on::after {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	width: 6px;
	height: 6px;
	background: #BC0000;
	border-radius: 100%;
}
.l-header .hamburger-menu {
	display: none;
}
.l-header .hamburger-menu > span {
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #112D4E;
	border-radius: 4px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.l-header .hamburger-menu > span:nth-of-type(1) {
	top: 0;
}
.l-header .hamburger-menu > span:nth-of-type(2) {
	top: 9px;
}
.l-header .hamburger-menu > span:nth-of-type(3) {
	bottom: 0;
}
.l-header .hamburger-menu.is-hamburger-open {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.l-header.type-default .l-nav-wrapper {
	margin-top: 9px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.l-header .l-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	line-height: 1;
}

.l-header .l-nav .nav-item {
	font-size: 1.4rem;
	margin-left: 40px;

}
.l-header .l-nav .nav-item:not(.u-dispMb) {
	display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	justify-content: center;
}
.l-header .l-nav .soon,
.l-header .l-nav a {
	position: relative;
	display: block;
	text-align: center;
	color: inherit;
	text-decoration: none;
}
.l-header .l-nav .soon {
	color: #aaa;
	position: relative;
}
.l-header.l-header-mypage {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.l-header.l-header-mypage .l-header__header {
	top: 5px;
}
.l-header.l-header-mypage .l-header__footer .account-info {
	display: none;
}
.l-header.l-header-mypage .l-header__footer .l-nav .nav-item {
	margin: 0;
	font-size: 1.6rem;
	position: relative;
}
.l-header.l-header-mypage .l-header__footer .l-nav .nav-item .u-dispMb {
	display: none;
}
.l-header.l-header-mypage .l-header__footer .l-nav .nav-item:not(:last-of-type) a {
	position: relative;
	text-decoration: none;
}
.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.menu-badge::after {
	content: '!';
	position: absolute;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	right: 8px;
	top: 4px;
	background-color: #BC0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	font-size: 1.2rem;
}
/*.l-header.l-header-mypage .l-header__footer .l-nav .nav-item:not(:last-of-type) a::after {
	content: "｜";
	position: absolute;
	top: 12px;
	right: -10px;
}*/
.l-header.l-header-mypage .l-header__footer .l-nav .nav-item a {
	display: block;
	padding: 4px 18px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.selected, .l-header.l-header-mypage .l-header__footer .l-nav .nav-item:hover,
.c-dropdawn:hover {
	text-decoration: none;
	color: #5DB9E2;
	background: rgba(255, 255, 255, 0.8);
}
/* ホバーでドロップダウン */
.c-dropdawn-content {
	position: absolute;
	display: none;
	width: 100%;
	transition: bottom 0.3s;
	font-size: 1.4rem;
}
.c-dropdawn-content__list {
	position: relative;
}
.c-dropdawn-element {
	padding: 10px 0 !important;
	background-color: #E0F1F9 !important;
}
.c-dropdawn:hover .c-dropdawn-content.list-content {
	display: block;
	bottom: -110px;
}
.c-dropdawn:hover .c-dropdawn-content.price-content {
	display: block;
	bottom: -160px;
}
.c-dropdawn:hover .c-dropdawn-content.account-content {
	display: block;
	bottom: -53px;
}
.c-dropdawn:hover .display-none-hover{
	display: none;
}
.c-dropdawn-element:hover {
	color: #fff !important;
	background: #A6D9EE !important;
	opacity: 10;
}
@media screen and (max-width: 1024px) {
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.c-dropdawn {
		display: block;
	}
	.c-dropdawn-content {
		position: static;
		display: block;
	}
	.c-dropdawn-trigger {
		font-weight: bold;
	}
	.c-dropdawn-element ,.c-dropdawn-element:hover{
		background: #fff !important;
		color: #333 !important;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item:hover, .c-dropdawn:hover .c-dropdawn-trigger {
		color: #333;
	}
}
.l-header.l-header-mypage .l-nav-wrapper {
	/*margin: 0 calc(50% - 50vw);*/
	width: 100%;
	color: #fff;
	background: #5DB9E2;
}
.l-header.l-header-mypage .l-nav {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-top: 7px;
}
.l-header .aside-wrapper .aside-nav .u-dispPc {
	display: block;
}
.l-header .aside-wrapper .aside-nav .u-dispMb {
	display: none;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav #google-language {
	margin-left: 20px;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav .nav-item {
	margin-left: 20px;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav .nav-item:last-child {
	margin-left: 16px;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav .account-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav .account-info .info-1 {
	font-size: 1.4rem;
}
.l-header.l-header-mypage .aside-wrapper .aside-nav .account-info .info-2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 40px;
}
/*******btn***********/
.c-btn-login {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 1px solid #E96300;
	border-radius: 5px;
	color: #fff !important;
	background: #E96300;
	padding: 10px;
	min-width: 200px;
}
.c-btn-logout {
	font-size: 1.2rem;
	font-weight: bold;
	color: #696969;
	line-height: 1.2;
	text-align: center;
	border: none;
	background: none;
	text-decoration: none;
}
.c-btn-mypage {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 1px solid #00A2E9;
	border-radius: 5px;
	color: #00A2E9;
	background: #fff;
	padding: 10px;
	width: 200px;
	text-decoration: none;
}
.c-icon-logout {
	display: inline-block;
	background: url("/img/common/icon_logout.png") center center/100% 100% no-repeat;
	width: 20px;
	height: 25px;
}
.c2-icon-transport-1 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_transport_ship.svg") center center/100% 100% no-repeat;
  width: 23px;
  height: 23px;
}
.c2-icon-transport-1.size-l {
  background: url("/img/common/icon_transport_ship.svg") center center/100% 100% no-repeat;
  width: 30px;
  height: 30px;
}

.c2-icon-transport-2 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_transport_loader.svg") center center/100% 100% no-repeat;
  width: 28px;
  height: 28px;
}
.c2-icon-transport-2.size-l {
  background: url("/img/common/icon_transport_loader.svg") center center/100% 100% no-repeat;
  width: 35px;
  height: 34px;
}

.c2-icon-transport-3 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_transport_car.svg") center center/100% 100% no-repeat;
  width: 28px;
  height: 28px;
}
.c2-icon-transport-3.size-l {
  background: url("/img/common/icon_transport_car.svg") center center/100% 100% no-repeat;
  width: 34px;
  height: 34px;
}

.c2-icon-transport-4 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_4.png") center center/100% 100% no-repeat;
  width: 33px;
  height: 16px;
}
.c2-icon-transport-4.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c2-icon-transport-5 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_5.svg") center center/contain no-repeat;
  width: 26px;
  aspect-ratio: 1/1;
}
.c2-icon-transport-5.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c2-icon-transport-6 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_6.svg") center center/100% 100% no-repeat;
  width: 26px;
  aspect-ratio: 1/1;
}
.c2-icon-transport-6.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-withAttentionIcon {
	display: inline-block;
	vertical-align: baseline;
}
.c-withAttentionIcon::after {
	margin-left: 5px;
	content: '';
	display: inline-block;
	background: url(/img/common/icon_headsup.svg) center center/contain no-repeat;
	vertical-align: baseline;
	width: 1.2em;
	aspect-ratio: 1/1;
  }

@media screen and (max-width: 1320px) {
	.l-header .l-header__inner {
		padding: 0 20px;
	}

@media screen and (max-width: 1280px) {
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item {
		font-size: 1.4rem;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item a {
		padding: 4px 10px;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.menu-badge::after {
		right: 2px;
	}
}
}
@media screen and (max-width: 1024px) {
	.l-header {
		position: fixed;
		padding: 0;
		height: 60px;
	}
	.l-header.l-header-mypage {
		border-bottom: 1px solid #2B8BEE;
	}
	.l-header.type-default.has-scroll {
		height: auto;
	}
	.l-header.type-default.has-scroll .l-header__header {
		top: 10px;
	}
	.l-header.type-default.has-scroll .l-header__header .logo-main a img {
		width: 100px;
	}
	.l-header .l-header__header {
		font-size: 0.9rem;
	}
	.l-header .l-header__header .logo-main {
		padding-left: 20px;
		padding-top: 3px;

	}
	.l-header .l-header__header .logo-main a img {
		width: 100%;
	}
	/*.l-header .l-header__header .logo-sub {
		display: none;
	}*/
	.l-header .l-header__body {
		position: relative;
	}
	.l-header .aside-wrapper {
		right: 0;
		padding-right: 45px;
		padding-top: 10px;
	}
	.l-header.type-default .aside-wrapper {
		padding-right: 0;
		width: 200px;
	}
	.l-header .aside-wrapper .aside-nav {
		line-height: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
	}
/*
	.l-header.l-header-mypage .aside-wrapper .aside-nav {
		padding-top: 10px;
	}
*/
	.l-header .aside-wrapper .aside-nav .u-dispPc {
		display: none;
	}
	.l-header .aside-wrapper .aside-nav .u-dispMb {
		display: block;
	}
	.l-header .aside-wrapper .aside-nav .nav-item {
		font-size: 0.9rem;
		margin-left: 20px;
		margin-right: 16px;
	}
	.l-header .aside-wrapper .aside-nav .nav-item .icon img {
		width: 11px;
	}
	.l-header .hamburger-menu {
		display: block;
		cursor: pointer;
		position: absolute;
		z-index: 2;
		top: 20px;
		right: 10px;
		width: 30px;
		height: 20px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		}
	.l-header .l-nav-wrapper {
		z-index: 10;
		margin-top: 0;
	}

	.l-header .l-nav-wrapper.is-hamburger-open {
		display: block;
	}
	.l-header .l-nav-wrapper.is-hamburger-open .l-nav {
		right: 0;
	}
	.l-header .l-nav {
		display: block;
		position: fixed;
		top: 0;
		right: -100vw;
		background: #fff;
		width: 60vw;
		height: 120vh;
		padding: 20px;
		margin-top: 60px;
		margin-left: auto;
		-webkit-transition: right 0.2s;
		transition: right 0.2s;
		-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
				box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
	}
	.l-header .l-nav .nav-item {
		margin-left: 0;
		padding: 2vh 0;
	}
	.l-header .l-nav .nav-item.u-dispPc {
		display: none;
	}
	.l-header .l-nav .nav-item:not(:last-of-type) {
		border-bottom: 1px dotted #000;
	}
	.l-header .l-nav .nav-item.border-0 {
		border: none;
	}
	.l-header.l-header-mypage .l-header__header {
		top: 0;
	}
	.l-header.l-header-mypage .l-header__footer .account-info {
		display: block;
		background: #EFEFEF;
		text-align: center;
		border-radius: 5px;
		padding: 10px;
	}
	.l-header.l-header-mypage .l-header__footer .account-info .info-1 {
		font-size: 1.4rem;
		margin-bottom: 4px;
	}
	.l-header.l-header-mypage .l-header__footer .account-info .info-2 {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item {
		padding: 4px;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.u-dispMb {
		display: block;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item:not(:last-of-type) a::after {
		display: none;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.menu-badge::after {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item a {
		padding: 10px;
	}
	.l-header.l-header-mypage .l-nav-wrapper {
		color: inherit;
		background: inherit;
	}
	.l-header.l-header-mypage .aside-wrapper {
		padding-top: 0;
	}
	/*******btn***********/
	.c-btn-login {
		font-size: 1.5rem;
		min-width: 160px;
	}
	.c-btn-mypage {
		font-size: 1.5rem;
		width: 99px;
		/*margin-right: 25px;*/
	}

}
@media screen and (max-width: 520px) {
	.l-header {
		height: auto;
	}
	.l-header.type-default.has-scroll .l-header__header {
		top: 2.5vw;
	}
	.l-header.type-default.has-scroll .l-header__header .logo-main a img {
		width: 25vw;
	}
	.l-header .l-header__header {
		font-size: 0.9rem;
	}
	.l-header .l-header__header .logo-wrapper {
		margin-top: 3vw;
	}
	.l-header .l-header__header .logo-main {
		padding-left: 5vw;
		padding-top: 0.75vw;
	}
	.l-header .l-header__header .logo-main a img {
		width: 25vw;
	}
	.l-header.l-header-mypage .l-header__header .logo-main a img {
		width: 25vw
	}
	.l-header .l-header__header .logo-wrapper {
		display: block;
	}
	.l-header .l-header__header .logo-sub {
		font-size: 1rem;
		padding-left: 5vw;
		padding-top: 2vw;
	}
	.l-header .aside-wrapper {
		padding-right: 11.25vw;
		padding-top: 2.5vw;
	}
	.l-header.type-default .aside-wrapper {
		padding-right: 0;
		width: 52vw;
	}
	.l-header.l-header-mypage .aside-wrapper .aside-nav{
		padding-top: 2.25vw;
	}
	.l-header .aside-wrapper .aside-nav .nav-item {
		margin-left: 5vw;
		margin-right: 4.5vw;
	}
	.l-header .l-nav .nav-item {
		font-size: 16px;
		font-size: 3.0769230769vw;
		padding: 4vw 0;
	}
	.l-header .aside-wrapper .aside-nav .nav-item .icon img {
		width: 2.75vw;
	}
	.l-header .hamburger-menu.inactive {
		top: 4vw;
		right: -2vw;
		width: 17vw;
		height: 5vw;
	}
	.l-header .hamburger-menu {
		top: 5vw;
		right: 2.5vw;
		width: 7.5vw;
		height: 5vw;
		}

	.l-header .hamburger-menu > span:nth-of-type(2) {
		top: 2.25vw;
	}
	.l-header .l-nav {
		right: -100vw;
		width: 60vw;
		height: 120vh;
		padding: 5vw;
		margin-top: 15vw;

	}
	.l-header .l-nav .nav-item {
		font-size: 4vw;
		padding: 4vw 0;
	}

	.l-header.l-header-mypage .l-header__header {
		top: 2.5vw;
	}
	.l-header.l-header-mypage .l-header__footer .account-info {
		border-radius: 1.25vw;
		padding: 2.5vw;
	}
	.l-header.l-header-mypage .l-header__footer .account-info .info-1 {
		font-size:3.5vw;
		margin-bottom: 1vw;;
	}
	.l-header.l-header-mypage .l-header__footer .account-info .info-2 {
		font-size: 1.6rem;
		font-size: 4.5vw;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item {
		padding: 1vw;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item.menu-badge::after {
		width: 5vw;
		height: 5vw;
		padding: 1vw;
	}
	.l-header.l-header-mypage .l-header__footer .l-nav .nav-item a {
		padding: 2.5vw;
		font-size: 4.5vw;
	}


	/*******btn***********/
	.c-btn-login {
		font-size: 1.5rem;
		font-size: 3.75vw;
		min-width: 40vw;
	}
	.c-btn-mypage {
		font-size: 1.5rem;
		font-size: 3.75vw;
		width: 26.75vw;
		padding: 2.8vw 3vw;
	}
	.c-btn-logout {
		font-size: 1.5rem;
		font-size: 3vw;
	}
}
@media screen and (min-width: 520px) {
	.c-btn-mypage:hover {
		color: #5DB9E2;
		background: #fff;
	}
	.c-btn-login:hover {
		color: #E96300 !important;
		background: #fff;
	}
}
/******************************
  広告表示
******************************/
.banner {
  position: relative;
  padding: 50px 20px;
  background-color: #fff;
}
.banner .banner__body .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  max-width: 1320px;
  margin: auto;
}
.banner .banner__body .banner-list .list-item {
  margin: 0 10px;
  width: 301px;
}
@media screen and (max-width: 1024px) {
	.banner .banner__header {
		padding: 20px;
	}
	.banner .banner__body .banner-list .list-item:not(:last-of-type) {
		margin-bottom: 30px;
	}
}
/* 広告バナーの背景色オフ */
mark, ins {
background: transparent;
text-decoration: none;
}

#TransporterUnread,
#TransporterChatPage,
#ExpenseCount{
	display: none;
}
