@charset "utf-8";

/* ======================================================
* solution_case.css
* ------------------------------------------------------
* @media print, screen and (min-width: 768px)
* - Override
* - Page Component
* - Clearfix
* PC Media Queries
* @media only screen and (max-width: 767px)
* - Override
* - Page Component
* - Clearfix
* SP Media Queries
* Print
====================================================== */

/* ======================================================
* PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	* Override
	------------------------------------------------------ */
	button {
		all: unset;
	}
	.Pagetop {
		display: none!important;
	}
	/* ------------------------------------------------------
	* Page Component
	------------------------------------------------------ */
	/* ----- logistics-cost-optimization-index-layout ----- */
	.logistics-cost-optimization-index-layout {
		width: 1200px;
		margin: 0 auto;
		padding: 11.5rem 0 5.2rem;
	}
	.logistics-cost-optimization-index-layout > *:first-child {
		margin-top: 0;
	}

	/* ----- logistics-cost-optimization-index-headinglv1 ----- */
	.logistics-cost-optimization-index-headinglv1 {
		background: url(/solution/logistics_cost_optimization/images/index_im01.jpg) no-repeat 0 0;
		overflow: hidden;
		position: relative;
		min-height: 365px;
		margin-top: 14px;
	}
	.logistics-cost-optimization-index-headinglv1__inner {
		width: 1200px;
		margin: 0 auto;
		min-height: 365px;
		padding: 40px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.logistics-cost-optimization-index-headinglv1__title {
		color: #fff;
		font-size: 4.2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.logistics-cost-optimization-index-headinglv1__lead {
		margin-top: 12px;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- logistics-cost-optimization-index-area ----- */
	.logistics-cost-optimization-index-area {
		position: relative;
		background-color: #fdf1f7;
	}
	.logistics-cost-optimization-index-area::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: -83px;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
		border-style: solid;
		border-left: 67px solid transparent;
		border-right: 67px solid transparent;
		border-top: 56px solid #fdf1f7;
		border-bottom: 0;
	}

	/* ----- logistics-cost-optimization-index ----- */
	.logistics-cost-optimization-index__inner {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 1200px;
		padding: 31px 0 42px;
		margin: 0 auto;
	}
	.logistics-cost-optimization-index__lead {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.5;
	}

	/* ----- logistics-cost-optimization-index-media ----- */
	.logistics-cost-optimization-index-media {
		width: 100%;
		margin-top: 44px;
		display: flex;
		align-items: center;
	}
	.logistics-cost-optimization-index-media__head {
		margin-right: 49px;
	}
	.logistics-cost-optimization-index-media__image {
		max-width: 162px;
	}
	.logistics-cost-optimization-index-media__frame > img {
		display: block;
	}
	.logistics-cost-optimization-index-media__body {
		column-gap: 36px;
		display: flex;
		flex: 1;
	}

	/* ----- logistics-cost-optimization-index-box ----- */
	.logistics-cost-optimization-index-box {
		display: flex;
		width: calc((100% - 36px) / 2);
		align-items: center;
		column-gap: 36px;
		background-color: #fff;
		border-radius: 10px;
		padding: 18px 28px;
		border: 1px solid #dee0e0;
	}
	.logistics-cost-optimization-index-box__frame > img {
		display: block;
	}
	.logistics-cost-optimization-index-box__lead {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 2.125;
	}
	.logistics-cost-optimization-index-box__lead-v2 {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.7;
	}

	/* ----- logistics-cost-optimization-index__message--center ----- */
	.logistics-cost-optimization-index__message--center {
		margin-top: 1em;
		text-align: center;
		font-size: 2rem;
		line-height: 1.6;
	}
	.logistics-cost-optimization-index__message--center + .logistics-cost-optimization-index__message--center {
		margin-top: 1.2em;
	}

	/* ----- logistics-cost-optimization-index__message-v2--center ----- */
	.logistics-cost-optimization-index__message-v2--center {
		margin-top: 1.25em;
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.logistics-cost-optimization-index__message-v2--center + .logistics-cost-optimization-index__message-v2--center {
		margin-top: 1.2em;
	}

	/* ----- logistics-cost-optimization-index__label ----- */
	.logistics-cost-optimization-index__label {
		font-weight: bold;
		text-decoration: underline;
		text-decoration-color: #f887c4;
		text-decoration-thickness: 8px;
		text-underline-offset: 1px;
	}

	/* ----- logistics-cost-optimization-index-anchor ----- */
	.logistics-cost-optimization-index-anchor {
		margin-top: 2.8em;
		background-color: #F7F7F7;
		border-radius: 9px;
		padding: 33px 33px;
	}
	.logistics-cost-optimization-index-anchor__title {
		font-size: 22px;
		font-weight: bold;
		color: #E85EA8;
		line-height: 1.63;
	}
	.logistics-cost-optimization-index-anchor__list > li {
		padding-left: 24px;
	}
	.logistics-cost-optimization-index-anchor__list > li > .logistics-cost-optimization-index-anchor__link {
		color: #333;
		text-decoration: none;
	}
	.logistics-cost-optimization-index-anchor__list > li > .logistics-cost-optimization-index-anchor__link:hover {
		color: #0075c2;
		text-decoration: underline;
	}
	.logistics-cost-optimization-index-anchor__body {
		margin-top: 18px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-anchor__list > li > a {
		position: relative;
	}
	.logistics-cost-optimization-index-anchor__list > li > a::before {
		border-color: #1684e2;
		border-width: 1px;
		width: 10px;
		height: 10px;
		top: 3px;
		left: -20px;
		transform: rotate(135deg);
		display: inline-block;
		position: absolute;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		content: "";
	}
	.logistics-cost-optimization-index-anchor__list > li + li {
		margin-top: 8px;
	}

	.logistics-cost-optimization-index-heading2 {
		margin-top: 68px;
		padding-left: 1px;
	}
	.logistics-cost-optimization-index-heading2__title {
		padding-bottom: 9px;
		position: relative;
		font-size: 26px;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-heading2__title::after {
		background: linear-gradient(90deg, rgba(235, 113, 177, 1) 0%, rgba(255, 166, 167, 1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 4px;
		content: "";
	}

	/* ----- logistics-cost-optimization-index-heading3 ----- */
	.logistics-cost-optimization-index-heading3 {
		margin-top: 3.4em;
	}
	.logistics-cost-optimization-index-heading3__inner {
		padding-bottom: 2px;
		border-bottom: 1px solid #ddd;
	}
	.logistics-cost-optimization-index-heading3__title {
		line-height: 1.4;
		font-size: 2.2rem;
		font-weight: bold;
	}

	/* ----- logistics-cost-optimization-index-card-v2 ----- */
	.logistics-cost-optimization-index-card-v2 {
		margin-top: 1.85em;
	}
	.logistics-cost-optimization-index-card-v2__inner {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		gap: 29px 36px;
	}
	.logistics-cost-optimization-index-card-v2__item {
		overflow: hidden;
		width: calc((100% - 36px * 3) / 4);
		border: 1px solid #ddd;
		border-radius: 10px;
	}
	.logistics-cost-optimization-index-card-v2__image > img {
		display: block;
	}
	.logistics-cost-optimization-index-card-v2__body {
		padding: 12px 20px 16px;
	}
	.logistics-cost-optimization-index-card-v2__text {
		line-height: 1.85;
	}

	/* ----- logistics-cost-optimization-index-text ----- */
	.logistics-cost-optimization-index-text {
		margin-top: 2.1em;
		font-size: 1.6rem;
		line-height: 1.63;
	}
	.logistics-cost-optimization-index-text + .logistics-cost-optimization-index-text {
		margin-top: 1em;
	}

	/* ----- logistics-cost-optimization-index-label--bold ----- */
	.logistics-cost-optimization-index-label--bold {
		font-weight: bold;
	}

	/* ----- logistics-cost-optimization-index-description-list ----- */
	.logistics-cost-optimization-index-description-list-wrap {
		margin-top: 2.55em;
	}
	.logistics-cost-optimization-index-description-list {
		display: flex;
		border-bottom: 1px solid #ddd;
		padding-bottom: .5em;
	}
	.logistics-cost-optimization-index-description-list + .logistics-cost-optimization-index-description-list {
		margin-top: 1.8em;
	}
	.logistics-cost-optimization-index-description-list__title {
		flex-shrink: 0;
		width: calc((100% - 72px) / 3);
		font-weight: bold;
		width: 148px;
		color: #e85ea8;
	}

	/* ----- logistics-cost-optimization-index-box-v2 ----- */
	.logistics-cost-optimization-index-box-v2-wrap {
		margin-top: 1.9em;
		gap: 29px 36px;
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.logistics-cost-optimization-index-box-v2 {
		width: calc((100% - (36px)) / 2);
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 52px;
		background-color: #fff;
		border-radius: 10px;
		padding: 17px 28px 11px;
		border: 1px solid #dee0e0;
	}
	.logistics-cost-optimization-index-box-v2__image {
		width: 86px;
		flex-shrink: 0;
	}
	.logistics-cost-optimization-index-box-v2__frame > img {
		display: block;
	}
	.logistics-cost-optimization-index-box-v2__lead {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- logistics-cost-optimization-index-text--bold ----- */
	.logistics-cost-optimization-index-text--bold {
		margin-top: 1.8em;
		font-weight: bold;
		line-height: 1.75;
	}

	/* ----- logistics-cost-optimization-index-button ----- */
	.logistics-cost-optimization-index-button-wrap {
		margin-top: 1.6em;
	}
	.logistics-cost-optimization-index-button {
		display: flex;
		align-items: center;
		min-width: 382px;
	}
	.logistics-cost-optimization-index-button > .logistics-cost-optimization-index-button__type {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 12px 32px;
		line-height: 1.375;
		border-radius: 9999px;
		font-weight: bold;
		color: #fff;
		background-color: #1684e3;
	}
	.logistics-cost-optimization-index-button > .logistics-cost-optimization-index-button__type::after {
		margin-top: -6px;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 21px;
		border-width: 2px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
		content: "";
	}
	.logistics-cost-optimization-index-button > .logistics-cost-optimization-index-button__type:hover {
		background-color: #0b73cd;
	}

	/* ----- logistics-cost-optimization-index-box-v3 ----- */
	.logistics-cost-optimization-index-box-v3-wrap {
		margin-top: 1.8em;
	}
	.logistics-cost-optimization-index-box-v3 {
		background-color: #fdf1f7;
		padding: 34px 30px 27px;
	}
	.logistics-cost-optimization-index-box-v3__item {
		position: relative;
		padding-left: 2.5em;
	}
	.logistics-cost-optimization-index-box-v3__item::before {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(/solution/logistics_cost_optimization/images/index_ic06.png);
		background-size: contain;
		background-repeat: no-repeat;
		content: "";
	}
	.logistics-cost-optimization-index-box-v3__item + .logistics-cost-optimization-index-box-v3__item {
		margin-top: 1.9em;
	}
	.logistics-cost-optimization-index-box-v3__title {
		line-height: 1.4;
		font-size: 2.2rem;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-box-v3__body {
		margin-top: .25em;
	}
	.logistics-cost-optimization-index-box-v3__description {
		line-height: 1.65;
	}

	/* ----- logistics-cost-optimization-index-underline ----- */
	.logistics-cost-optimization-index-underline {
		text-decoration: underline;
		text-decoration-color: #f887c4;
		text-decoration-thickness: 6px;
		text-underline-offset: 1px;
	}

	/* ----- logistics-cost-optimization-index-banner ----- */
	.logistics-cost-optimization-index-banner-wrap {
		width: 100%;
		height: 109px;
	}
	.logistics-cost-optimization-index-banner {
		position: relative;
		bottom: 0;
		z-index: 1;
		background-color: #e5f9fd;
		width: 100%;
		margin: 0 auto;
		padding: 22px 0;
		display: flex;
		justify-content: center;
		transform: translateY(109px);
		transition: transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	}
	.logistics-cost-optimization-index-banner.is-show {
		transform: translateY(0);
	}
	.logistics-cost-optimization-index-banner.is-banner-fixed {
		position: fixed;
		bottom: 0;
	}
	.logistics-cost-optimization-index-banner.is-not-move {
		transition: none;
	}
	.logistics-cost-optimization-index-banner:not(.is-show):not(.is-banner-fixed) {
		transform: translateY(0);
	}
	.logistics-cost-optimization-index-banner__item {
		width: 788px;
		display: flex;
		gap: 36px;
	}
	.logistics-cost-optimization-index-banner__anchor {
		width: calc((100% - 36px) / 2);
	}
	.logistics-cost-optimization-index-banner__anchor__type {
		position: relative;
		padding: 17px 46px 11px 20px;
		background-color: #fff;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 2rem;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
		font-weight: bold;
		border: 1px solid #ddd;
	}
	.logistics-cost-optimization-index-banner__anchor__type::after {
		content: "";
		position: absolute;
		border-color: #47bcfc;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -6px;
		top: 50%;
		right: 28px;
		transform: rotate(135deg);
		display: inline-block;
		border-top: 2px solid #47bcfc;
		border-right: 2px solid #47bcfc;
		vertical-align: middle;
	}
	.logistics-cost-optimization-index-banner__anchor > .logistics-cost-optimization-index-banner__anchor__type:hover {
		border-color: #0b73cd;
		text-decoration: underline;
		color: #0b73cd;
	}
	.logistics-cost-optimization-index-banner__anchor > .logistics-cost-optimization-index-banner__anchor__type:hover::after {
		border-color: #0b73cd;
	}
	.logistics-cost-optimization-index-banner__anchor > .logistics-cost-optimization-index-banner__anchor__type {
		text-decoration: none;
		color: #333;
	}
	.logistics-cost-optimization-index-banner__button {
		width: calc((100% - 36px) / 2);
	}
	.logistics-cost-optimization-index-banner__button__type {
		position: relative;
		padding: 17px 46px 11px 20px;
		background-color: #47bbfb;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 2rem;
		font-weight: bold;
		border: 1px solid #47bbfb;
	}
	.logistics-cost-optimization-index-banner__button__type::after {
		content: "";
		position: absolute;
		border-color: #fff;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -4px;
		top: 50%;
		right: 28px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
	}
	.logistics-cost-optimization-index-banner__button > .logistics-cost-optimization-index-banner__button__type:hover {
		background-color: #fff;
		color: #47bcfc;
		text-decoration: underline;
	}
	.logistics-cost-optimization-index-banner__button > .logistics-cost-optimization-index-banner__button__type:hover::after {
		border-color: #47bcfc;
	}
	.logistics-cost-optimization-index-banner__button > .logistics-cost-optimization-index-banner__button__type {
		text-decoration: none;
		color: #fff;
	}

	/* ----- bg-pink ----- */
	.bg-pink {
		background-color: #fdf1f7;
	}
	/* ----- logistics-cost-optimization-index-layout-v2 ----- */
	.logistics-cost-optimization-index-layout-v2 {
		width: 1200px;
		margin: 0 auto;
		padding: 4.2rem 0 6rem;
	}

	/* ----- logistics-cost-optimization-index-heading2-v2 ----- */
	.logistics-cost-optimization-index-heading2-v2 {
		margin-top: 6rem;
	}
	.logistics-cost-optimization-index-heading2-v2__inner {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.logistics-cost-optimization-index-heading2-v2__inner > .logistics-cost-optimization-index-heading2-v2__type {
		color: #333;
		text-decoration: none;
	}
	.logistics-cost-optimization-index-heading2-v2__type {
		transition: all .2s ease-out 0s;
		padding-bottom: 1.5rem;
	}
	.logistics-cost-optimization-index-heading2-v2__type:hover {
		color: #0b73cd;
		text-decoration: underline;
	}
	.logistics-cost-optimization-index-layout > section > .logistics-cost-optimization-index-heading2-v2 {
		margin-top: 0;
	}
	[class*="logistics-cost-optimization-index-heading2-v2__title"] {
		position: relative;
		font-size: 2.6rem;
		line-height: 1.4;
		font-weight: bold;
		margin-top: 2rem;
	}
	[class*=logistics-cost-optimization-index-heading2-v2__title--]::after {
		position: absolute;
		bottom: -14px;
		left: 50%;
		width: 100px;
		height: 4px;
		margin-left: -51px;
		content: "";
	}
	.logistics-cost-optimization-index-heading2-v2__title--pink::after {
		background: linear-gradient(to right, #eb71b2 0%, #ffa7a7 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--yellow::after {
		background: linear-gradient(to right, #ff9208 0%, #ffd329 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--blue::after {
		background: linear-gradient(to right, #3164e4 0%, #71c6eb 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--green::after {
		background: linear-gradient(to right, #38e4bd 0%, #b1ffa7 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--purple::after {
		background: linear-gradient(to right, #9671eb 0%, #6a8bf7 100%);
	}

	/* ----- logistics-cost-optimization-index-card-wrap ----- */
	.logistics-cost-optimization-index-card-wrap {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		gap: 3rem 36px;
		margin: 2.8rem 0 0;
	}
	.logistics-cost-optimization-index-card.is-show {
		display: block;
	}
	.logistics-cost-optimization-index-card {
		width: calc(((100% - (36px) * 2) / 3) - .1px);
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	}
	.logistics-cost-optimization-index-card .logistics-cost-optimization-index-card__type {
		text-decoration: none;
		color: #333;
	}
	.logistics-cost-optimization-index-card__body {
		padding: 2.4rem 2.4rem 2rem;
	}
	.logistics-cost-optimization-index-card__image {
		width: 100%;
		height: auto;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}
	.logistics-cost-optimization-index-card__image > img {
		display: block;
	}
	.logistics-cost-optimization-index-card__type:hover .logistics-cost-optimization-index-card__image {
		opacity: 0.7;
	}
	.logistics-cost-optimization-index-card__title {
		color: #333;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.4;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}
	.logistics-cost-optimization-index-card__title::after {
		content: "";
		display: inline-block;
		position: relative;
		right: 0;
		top: 50%;
		margin-left: 8px;
		width: 15px;
		height: 20px;
		background: url(/common/images_new/sprite.webp);
		background-position: 0 -3px;
		background-repeat: no-repeat;
		vertical-align: middle;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.logistics-cost-optimization-index-card__type:hover .logistics-cost-optimization-index-card__title {
		color: #0b73cd;
		text-decoration: underline;
	}
	.logistics-cost-optimization-index-card__detail {
		margin-top: 2rem;
	}
	.logistics-cost-optimization-index-card__detail__item {
		display: flex;
		flex-flow: row nowrap;
		padding: 0.5rem 0.8rem;
		align-items: center;
		min-height: 77px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.logistics-cost-optimization-index-card__detail__item + .logistics-cost-optimization-index-card__detail__item {
		border-top: none;
	}
	.logistics-cost-optimization-index-card__icon {
		width: 56px;
		height: auto;
		margin-right: 10px;
	}
	.logistics-cost-optimization-index-card__icon > img {
		width: 100%;
		display: block;
	}
	.logistics-cost-optimization-index-card__lead {
		flex: 1;
		font-size: 1.6rem;
		line-height: 1.375;
		color: #333;
		font-weight: 700;
	}
	[class*="logistics-cost-optimization-index-card__highlight--"] {
		font-size: 2.0rem;
		line-height: 1;
		font-weight: 700;
	}
	.logistics-cost-optimization-index-card__highlight--pink {
		color: #e85ea8;
	}
	.logistics-cost-optimization-index-card__highlight--yellow {
		color: #ff580e;
	}
	.logistics-cost-optimization-index-card__highlight--blue {
		color: #3265e4;
	}
	.logistics-cost-optimization-index-card__highlight--green {
		color: #0ba76a;
	}
	.logistics-cost-optimization-index-card__highlight--purple {
		color: #7344de;
	}
	.logistics-cost-optimization-index-card__tag {
		margin-top: 1.1rem;
		color: #333;
		font-size: 1.6rem;
		line-height: 1.625;
	}

	/* ----- logistics-cost-optimization-index-contact-layout ----- */
	.logistics-cost-optimization-index-contact-layout {
		margin: 6.4rem auto 8rem;
		width: 1200px;
	}

	/* ------------------------------------------------------
	* Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}

/* ======================================================
* PC Media Queries
====================================================== */
/***
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
}
@media screen and (min-width: 1921px) {
}
***/

/* ======================================================
* SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	* Override
	------------------------------------------------------ */
	.container {
		overflow: visible;
		padding: 0;
	}
	button {
		all: unset;
	}
	.Pagetop {
		bottom: 80px;
	}
	.Pagetop {
		display: none!important;
	}
	/* ------------------------------------------------------
	* Page Component
	------------------------------------------------------ */
	/* ----- logistics-cost-optimization-index-layout ----- */
	.logistics-cost-optimization-index-layout {
		padding: 4.5rem 15px 2.8rem;
	}
	/* ----- logistics-cost-optimization-index-layout ----- */
	.logistics-cost-optimization-index-layout > *:first-child {
		margin-top: 0;
	}

	/* ----- logistics-cost-optimization-index-headinglv1 ----- */
	.logistics-cost-optimization-index-headinglv1 {
		background: url(/solution/logistics_cost_optimization/images/index_im01_sp.jpg) #fff no-repeat 0 0;
		background-size: cover;
		min-height: 292px;
		overflow: hidden;
		position: relative;
		margin-top: 14px;
	}
	.logistics-cost-optimization-index-headinglv1__inner {
		width: 100%;
		margin: 0 auto;
		padding: 36px 15px 20px 15px;
		min-height: 292px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.logistics-cost-optimization-index-headinglv1__title {
		color: #fff;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.logistics-cost-optimization-index-headinglv1__lead {
		margin-top: 12px;
		color: #fff;
		text-align: left;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- logistics-cost-optimization-index-area ----- */
	.logistics-cost-optimization-index-area {
		position: relative;
		background-color: #fdf1f7;
	}
	.logistics-cost-optimization-index-area::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: -46px;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
		border-style: solid;
		border-left: 67px solid transparent;
		border-right: 67px solid transparent;
		border-top: 56px solid #fdf1f7;
		border-bottom: 0;
	}

	/* ----- logistics-cost-optimization-index ----- */
	.logistics-cost-optimization-index__inner {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		padding: 31px 15px;
		margin: 0 auto;
	}
	.logistics-cost-optimization-index__lead {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}

	/* ----- logistics-cost-optimization-index-media ----- */
	.logistics-cost-optimization-index-media {
		width: 100%;
		margin-top: 21px;
	}
	.logistics-cost-optimization-index-media__frame {
		display: flex;
		justify-content: center;
	}
	.logistics-cost-optimization-index-media__frame > img {
		width: 117px;
		display: block;
	}
	.logistics-cost-optimization-index-media__body {
		margin-top: 1em;
	}

	/* ----- logistics-cost-optimization-index-box ----- */
	.logistics-cost-optimization-index-box {
		display: flex;
		align-items: center;
		gap: 13px;
		background-color: #fff;
		border-radius: 10px;
		padding: 10px 12px;
		border: 1px solid #dee0e0;
	}
	.logistics-cost-optimization-index-box + .logistics-cost-optimization-index-box {
		margin-top: 1em;
	}
	.logistics-cost-optimization-index-box__image {
		flex-shrink: 0;
		width: 21px;
	}
	.logistics-cost-optimization-index-box__frame > img {
		display: block;
	}
	.logistics-cost-optimization-index-box__lead {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.61;
	}
	.logistics-cost-optimization-index-box__lead-v2 {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- logistics-cost-optimization-index__message--center ----- */
	.logistics-cost-optimization-index__message--center {
		margin-top: 1em;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.logistics-cost-optimization-index__message--center + .logistics-cost-optimization-index__message--center {
		margin-top: 1.2em;
	}

	/* ----- logistics-cost-optimization-index__message-v2--center ----- */
	.logistics-cost-optimization-index__message-v2--center {
		margin-top: 1.5em;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.logistics-cost-optimization-index__message-v2--center + .logistics-cost-optimization-index__message-v2--center {
		margin-top: 1.2em;
	}

	/* ----- logistics-cost-optimization-index__label ----- */
	.logistics-cost-optimization-index__label {
		font-weight: bold;
		text-decoration: underline;
		text-decoration-color: #f887c4;
		text-decoration-thickness: 6px;
		text-underline-offset: 1px;
	}

	/* ----- logistics-cost-optimization-index-anchor ----- */
	.logistics-cost-optimization-index-anchor {
		margin-top: 1.4em;
		background-color: #F7F7F7;
		border-radius: 10px;
		padding: 16px 12px 26px;
	}
	.logistics-cost-optimization-index-anchor__title {
		font-weight: bold;
		font-size: 16px;
		color: #E85EA8;
		line-height: 1.4;
	}
	.logistics-cost-optimization-index-anchor__list > li > .logistics-cost-optimization-index-anchor__link {
		color: #333;
		text-decoration: none;
	}
	.logistics-cost-optimization-index-anchor__body {
		margin-top: 12px;
		font-size: 14px;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-anchor__list > li > a {
		position: relative;
	}
	.logistics-cost-optimization-index-anchor__list > li {
		padding-left: 22px;
	}
	.logistics-cost-optimization-index-anchor__list > li > a::before {
		border-color: #1684e2;
		border-width: 1px;
		width: 8px;
		height: 8px;
		top: 3px;
		left: -18px;
		transform: rotate(135deg);
		display: inline-block;
		position: absolute;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		content: "";
	}
	.logistics-cost-optimization-index-anchor__list > li + li {
		margin-top: 1.15em;
	}

	/* ----- logistics-cost-optimization-index-heading2 ----- */
	.logistics-cost-optimization-index-heading2 {
		margin-top: 48px;
	}
	.logistics-cost-optimization-index-heading2__title {
		position: relative;
		font-size: 18px;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-heading2__title::after {
		background: linear-gradient(90deg, rgba(235, 113, 177, 1) 0%, rgba(255, 166, 167, 1) 100%);
		position: absolute;
		bottom: -7px;
		left: 52px;
		width: 50px;
		height: 4px;
		margin-left: -51px;
		content: "";
	}

	/* ----- logistics-cost-optimization-index-text ----- */
	.logistics-cost-optimization-index-text {
		margin-top: 2.6em;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.logistics-cost-optimization-index-text + .logistics-cost-optimization-index-text {
		margin-top: 1em;
	}

		/* ----- logistics-cost-optimization-index-label--bold ----- */
	.logistics-cost-optimization-index-label--bold {
		font-weight: bold;
	}

		/* ----- logistics-cost-optimization-index-heading3 ----- */
	.logistics-cost-optimization-index-heading3 {
		margin-top: 2.4em;
	}
	.logistics-cost-optimization-index-heading3__inner {
		padding-bottom: 6px;
		border-bottom: 1px solid #ddd;
	}
	.logistics-cost-optimization-index-heading3__title {
		line-height: 1.4;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-heading3 + * {
		margin-top: 1.5em;
	}

	/* ----- logistics-cost-optimization-index-card-v2 ----- */
	.logistics-cost-optimization-index-card-v2 {
		margin-top: 1em;
	}
	.logistics-cost-optimization-index-card-v2__inner {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		row-gap: 15px;
	}
	.logistics-cost-optimization-index-card-v2__item {
		display: flex;
		align-items: center;
		overflow: hidden;
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 14px 15px;
	}
	.logistics-cost-optimization-index-card-v2__head {
		flex-shrink: 0;
		width: 126px;
	}
	.logistics-cost-optimization-index-card-v2__image > img {
		display: block;
	}
	.logistics-cost-optimization-index-card-v2__body {
		width: 100%;
		margin-left: 12px;
	}
	.logistics-cost-optimization-index-card-v2__text {
		line-height: 1.85;
	}

	/* ----- logistics-cost-optimization-index-description-list ----- */
	.logistics-cost-optimization-index-description-list-wrap {
		margin-top: 1.4em;
	}
	.logistics-cost-optimization-index-description-list-wrap + * {
		margin-top: 2.1em;
	}
	.logistics-cost-optimization-index-description-list {
		border-bottom: 1px solid #ddd;
		padding-bottom: 1.1em;
	}
	.logistics-cost-optimization-index-description-list + .logistics-cost-optimization-index-description-list {
		margin-top: 1.5em;
	}
	.logistics-cost-optimization-index-description-list__title {
		font-weight: bold;
		color: #e85ea8;
	}
	.logistics-cost-optimization-index-description-list__description {
		margin-top: .7em;
	}

	/* ----- logistics-cost-optimization-index-box-v2 ----- */
	.logistics-cost-optimization-index-box-v2-wrap {
		margin-top: 1.9em;
		gap: 29px 36px;
		width: 100%;
	}
	.logistics-cost-optimization-index-box-v2 {
		width: 100%;
		display: flex;
		align-items: center;
		column-gap: 29px;
		background-color: #fff;
		border-radius: 10px;
		padding: 15px 20px 15px 24px;
		border: 1px solid #dee0e0;
	}
	.logistics-cost-optimization-index-box-v2 + .logistics-cost-optimization-index-box-v2 {
		margin-top: 1em;
	}
	.logistics-cost-optimization-index-box-v2__image {
		width: 65px;
		flex-shrink: 0;
	}
	.logistics-cost-optimization-index-box-v2__frame > img {
		display: block;
	}
	.logistics-cost-optimization-index-box-v2__lead {
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.41;
	}

	/* ----- logistics-cost-optimization-index-text--bold ----- */
	.logistics-cost-optimization-index-text--bold {
		margin-top: 1.8em;
		font-weight: bold;
		line-height: 1.6;
	}
	.logistics-cost-optimization-index-text--bold + * {
		margin-top: 1.4em;
	}

	/* ----- logistics-cost-optimization-index-button ----- */
	.logistics-cost-optimization-index-button-wrap {
		margin-top: .9em;
	}
	.logistics-cost-optimization-index-button {
		width: 100%;
	}
	.logistics-cost-optimization-index-button > .logistics-cost-optimization-index-button__type {
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
		text-decoration: none;
		padding: 11px 32px;
		line-height: 1.375;
		border-radius: 9999px;
		font-weight: bold;
		color: #fff;
		background-color: #1684e3;
		font-size: 1.6rem;
	}
	.logistics-cost-optimization-index-button > .logistics-cost-optimization-index-button__type::after {
		margin-top: -4px;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 19px;
		border-width: 2px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
		content: "";
	}

	/* ----- logistics-cost-optimization-index-box-v3 ----- */
	.logistics-cost-optimization-index-box-v3-wrap {
		margin-top: 1.8em;
	}
	.logistics-cost-optimization-index-box-v3 {
		background-color: #fdf1f7;
		padding: 22px 10px;
	}
	.logistics-cost-optimization-index-box-v3__item {
		position: relative;
		padding-left: 2.1em;
	}
	.logistics-cost-optimization-index-box-v3__item::before {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(/solution/logistics_cost_optimization/images/index_ic06.png);
		background-size: contain;
		background-repeat: no-repeat;
		content: "";
	}
	.logistics-cost-optimization-index-box-v3__item + .logistics-cost-optimization-index-box-v3__item {
		margin-top: 1.4em;
	}
	.logistics-cost-optimization-index-box-v3__title {
		line-height: 1.4;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-box-v3__body {
		margin-top: .4em;
	}
	.logistics-cost-optimization-index-box-v3__description {
		line-height: 1.6;
	}

	/* ----- logistics-cost-optimization-index-underline ----- */
	.logistics-cost-optimization-index-underline {
		text-decoration: underline;
		text-decoration-color: #f887c4;
		text-decoration-thickness: 6px;
		text-underline-offset: 1px;
	}

	/* ----- logistics-cost-optimization-index-banner ----- */
	.logistics-cost-optimization-index-banner-wrap {
		width: 100%;
		height: 66px;
	}
	.logistics-cost-optimization-index-banner {
		background-color: #e5f9fd;
		z-index: 1;
		width: 100%;
		padding: 13px 15px;
		display: flex;
		justify-content: center;
		transform: translateY(66px);
		transition: transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	}
	.logistics-cost-optimization-index-banner.is-show {
		transform: translateY(0);
	}
	.logistics-cost-optimization-index-banner.is-banner-fixed {
		position: fixed;
		bottom: 0;
	}
	.logistics-cost-optimization-index-banner.is-not-move {
		transition: none;
	}
	.logistics-cost-optimization-index-banner:not(.is-show):not(.is-banner-fixed) {
		transform: translateY(0);
	}
	.logistics-cost-optimization-index-banner__item {
		width: 100%;
		display: flex;
		gap: 15px;
	}
	.logistics-cost-optimization-index-banner__anchor {
		width: calc((100% - 15px) / 2);
	}
	.logistics-cost-optimization-index-banner__anchor__type {
		position: relative;
		padding: 7px 30px 7px 5px;
		background-color: #fff;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 1.6rem;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
		font-weight: bold;
		border: 1px solid #ddd;
	}
	.logistics-cost-optimization-index-banner__anchor__type::after {
		content: "";
		position: absolute;
		border-color: #1684e2;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		top: 50%;
		right: 14px;
		transform: rotate(135deg);
		display: inline-block;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
	}
	.logistics-cost-optimization-index-banner__anchor > .logistics-cost-optimization-index-banner__anchor__type {
		text-decoration: none;
		color: #333;
	}
	.logistics-cost-optimization-index-banner__button {
		width: calc((100% - 15px) / 2);
	}
	.logistics-cost-optimization-index-banner__button__type {
		position: relative;
		padding: 7px 30px 7px 13px;
		background-color: #47bbfb;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.logistics-cost-optimization-index-banner__button__type::after {
		content: "";
		position: absolute;
		border-color: #fff;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		top: 50%;
		right: 15px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
	}
	.logistics-cost-optimization-index-banner__button > .logistics-cost-optimization-index-banner__button__type {
		text-decoration: none;
		color: #fff;
	}

	/* ----- bg-pink ----- */
	.bg-pink {
		padding: 2.9em 15px;
		background-color: #fdf1f7;
	}
	/* ----- logistics-cost-optimization-index-heading2-v2 ----- */
	.logistics-cost-optimization-index-heading2-v2 {
		margin-top: 4rem;
	}
	.logistics-cost-optimization-index-heading2-v2 + * {
		margin: 2.2rem 0 0;
	}
	.logistics-cost-optimization-index-heading2-v2__inner {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.logistics-cost-optimization-index-heading2-v2__inner > .logistics-cost-optimization-index-heading2-v2__type {
		color: #333;
		text-decoration: none;
	}
	.logistics-cost-optimization-index-heading2-v2__type {
		padding-bottom: .9rem;
	}
	.logistics-cost-optimization-index-layout > section > .logistics-cost-optimization-index-heading2-v2 {
		margin-top: 0;
	}
	[class*="logistics-cost-optimization-index-heading2-v2__title"] {
		position: relative;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		margin: 0;
	}
	[class*="logistics-cost-optimization-index-heading2-v2__title"]::after {
		position: absolute;
		bottom: -12px;
		left: 50%;
		width: 50px;
		height: 4px;
		margin-left: -22px;
		content: "";
	}
	.logistics-cost-optimization-index-heading2-v2__title--pink::after {
		background: linear-gradient(to right, #eb71b2 0%, #ffa7a7 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--yellow::after {
		background: linear-gradient(to right, #ff9208 0%, #ffd329 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--blue::after {
		background: linear-gradient(to right, #3164e4 0%, #71c6eb 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--green::after {
		background: linear-gradient(to right, #38e4bd 0%, #b1ffa7 100%);
	}
	.logistics-cost-optimization-index-heading2-v2__title--purple::after {
		background: linear-gradient(to right, #9671eb 0%, #6a8bf7 100%);
	}

	/* ----- logistics-cost-optimization-index-card-wrap ----- */
	.logistics-cost-optimization-index-card-wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
		row-gap: 1.4rem;
		margin: 2.2rem 0 0;
	}
	.logistics-cost-optimization-index-card.is-show {
		display: block;
	}
	.logistics-cost-optimization-index-card {
		width: 100%;
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	}
	.logistics-cost-optimization-index-card .logistics-cost-optimization-index-card__type {
		text-decoration: none;
		color: #333;
	}
	.logistics-cost-optimization-index-card__image > img {
		display: block;
	}
	.logistics-cost-optimization-index-card__body {
		padding: 1.2rem 1.6rem 1rem 1.5rem;
	}
	.logistics-cost-optimization-index-card__image {
		width: 100%;
		height: auto;
	}
	.logistics-cost-optimization-index-card__title {
		color: #333;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}
	.logistics-cost-optimization-index-card__title::after {
		content: "";
		display: inline-block;
		position: relative;
		right: 0;
		top: 50%;
		margin-left: 6px;
		width: 10px;
		height: 14px;
		background: url(/common/images_new/sprite.webp);
		background-position: -20px -21px;
		background-repeat: no-repeat;
		vertical-align: middle;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.logistics-cost-optimization-index-card__detail {
		margin-top: 1rem;
	}
	.logistics-cost-optimization-index-card__detail__item {
		display: flex;
		flex-flow: row nowrap;
		padding: 0.5rem;
		align-items: center;
		min-height: 69px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.logistics-cost-optimization-index-card__detail__item + .logistics-cost-optimization-index-card__detail__item {
		border-top: none;
	}
	.logistics-cost-optimization-index-card__icon {
		width: 56px;
		height: auto;
		margin-right: 12px;
	}
	.logistics-cost-optimization-index-card__icon > img {
		width: 100%;
		display: block;
	}
	.logistics-cost-optimization-index-card__lead {
		flex: 1;
		font-size: 1.4rem;
		line-height: 1.6;
		color: #333;
		font-weight: 700;
	}
	[class*="logistics-cost-optimization-index-card__highlight--"] {
		font-size: 1.6rem;
		line-height: 1;
		font-weight: 700;
	}
	.logistics-cost-optimization-index-card__highlight--pink {
		color: #e85ea8;
	}
	.logistics-cost-optimization-index-card__highlight--yellow {
		color: #ff580e;
	}
	.logistics-cost-optimization-index-card__highlight--blue {
		color: #3265e4;
	}
	.logistics-cost-optimization-index-card__highlight--green {
		color: #0ba76a;
	}
	.logistics-cost-optimization-index-card__highlight--purple {
		color: #7344de;
	}
	.logistics-cost-optimization-index-card__tag {
		margin-top: 0.5rem;
		color: #333;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	/* ----- logistics-cost-optimization-index-contact-layout ----- */
	.logistics-cost-optimization-index-contact-layout {
		margin-top: 30px;
		margin-bottom: 75px;
		padding: 0 15px;
	}

	/* ------------------------------------------------------
	* Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}

/* ======================================================
* SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/

/* ======================================================
* Print
====================================================== */
@media print {
}