/* ========================================================
	ページ設定
========================================================= */
:root {
	--color_green: #008E95;
	--color_gra_green: linear-gradient(90deg, #008E95,  #1DDEDC);
	--color_gra_green2: linear-gradient(90deg, #008E95,  #BFF2FA);
	--color_gra_green2: linear-gradient(90deg, #008E95,  #BFF2FA);
	
	--color_orange: #FC6127;
	--color_gra_color_orange: linear-gradient(90deg, #EA6000 25%, #E9B39B 100%);
}


.color-green {
	color: var(--color_green)!important;
}
.color-orange {
	color: var(--color_orange)!important;
}


.bgColor-green {
	background-color: var(--color_green)!important;
}
.bgColor-orange {
	background-color: var(--color_orange)!important;
}


 .color-gra_green {
	background-image: var(--color_gra_green)!important; 
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
}

 .bgColor-gra_green {
	background-image: var(--color_gra_green)!important; 
}




.section-padding {
	padding-top: 7rem;
	padding-bottom: 7rem;
}



.pageOverseasProcurement .section-color-title {
	margin-bottom: 0;
}
.pageOverseasProcurement .section-color-title::after {
	background-color: var(--color_green);
}

.pageOverseasProcurement .section-color-title.title-white {
	color: white;
}
.pageOverseasProcurement .section-color-title.title-white::after {
	background-color: white;
}
/* ========================================================
	ページ設定
========================================================= */
/* ========================================================
	MV
========================================================= */
.pageOverseasProcurement .MV {
	height: 400px;
	background: url("../images/overseas-procurement/mv_sp.png") no-repeat top center / cover;
	position: relative;
}
.pageOverseasProcurement .MV__inner {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media all and (min-width: 400px) {
	.pageOverseasProcurement .MV {
		height: 450px;
	}
}
@media all and (min-width: 500px) {
	.pageOverseasProcurement .MV {
		height: 500px;
	}
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .MV {
		height: 400px;
		
		background: url("../images/overseas-procurement/mv_pc.jpg") no-repeat top left / cover;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pageOverseasProcurement .MV__inner {
		position: inherit;
	}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .MV {
		height: 450px;
	}	
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .MV {
		height: 500px;
	}
}
@media all and (min-width: 1400px) {
	.pageOverseasProcurement .MV__inner {
		max-width: 980px;
		margin: 0 auto;
	}
}
@media all and (min-width: 1600px) {
	.pageOverseasProcurement .MV {
		height: 550px;
		background: url("../images/overseas-procurement/mv_xpc.png") no-repeat top center / cover;
	}
}






.pageOverseasProcurement .MV__top {
	max-width: 1170px;
	width: 100%;
	height: calc(100% - 80px);
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 30px;
}
.pageOverseasProcurement .MV__bottom {
	width: 100% ;
	height: 80px;
	padding-bottom: 20px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.pageOverseasProcurement .MV__bottom::after {
	display: block;
	height: 100%;
	width: 100vw;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%  , rgba(255,255,255,.6) 80% );
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	z-index: -1;
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .MV__bottom {
		padding-bottom: 10px;
	}
}
@media all and (min-width: 1200px) {
	.pageOverseasProcurement .MV__bottom {
		padding-bottom: 20px;
		font-size: 1.4rem;
		font-weight: 400;
	}
}
@media all and (min-width: 1400px) {
	.pageOverseasProcurement .MV__bottom::after {
		left: -50%;
	}
}




.pageOverseasProcurement .MV__left {
	display: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .1em
}
.pageOverseasProcurement .MV__left__bg {
	display: inline-block;
	margin-top: 15px;
	padding: 15px 20px;
	background-color: #fff;
}
.pageOverseasProcurement .MV__left .fz-big {
	font-size: 2.8rem;
	font-weight: 900;
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .MV__left {
		display: block;
		margin-left: -15px;
	}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .MV__left {
		font-size: 2.7rem;
	}
	.pageOverseasProcurement .MV__left .fz-big {
		font-size: 3.4rem;
	}
}
@media all and (min-width: 1400px) and (max-width: 1450px) {
	.pageOverseasProcurement .MV__left {
		font-size: 2rem;
		margin-left: -15px;
	}
	.pageOverseasProcurement .MV__left__bg {
		padding: 15px 20px;
	}
	.pageOverseasProcurement .MV__left .fz-big {
		font-size: 2.8rem;
	}
}



.pageOverseasProcurement .MV__right {
	width: 100%;
	height: 100%;
	padding-top: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column-reverse;
	gap: 20px;
}
.pageOverseasProcurement .MV__japan {
	width: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
}
.pageOverseasProcurement .MV__titleArea {
	width: 100%;
	position: relative;
} 
@media all and (min-width: 576px) {
	.pageOverseasProcurement .MV__right {
		display: block;
		width: 280px;
		height: auto;
	}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .MV__right {
		width: 450px;
	}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .MV__right {
		width: 475px;
		margin-right: 15px;
	}
}
@media all and (min-width: 1400px) and (max-width: 1450px) {
	.pageOverseasProcurement .MV__right {
		width: 450px;
	}
}










.pageOverseasProcurement .MV__lead {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}
.pageOverseasProcurement .MV__lead .fz-big {
	font-size: 20px;
}
.pageOverseasProcurement .MV__lead::before ,
.pageOverseasProcurement .MV__lead::after {
	display: inline-block;
	width: 2px;
	height: 40px;
	background-color: var(--color_green);
	content: '';
	transform: rotateZ(-20deg);
}
.pageOverseasProcurement .MV__lead::after {
	transform: rotateZ(20deg);
}
.pageOverseasProcurement .MV__lead .dod {
	position: relative;	
}
.pageOverseasProcurement .MV__lead .dod::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: var(--color_green);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(100% + 3px);
	transform: translateX(-50%);
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .MV__lead {
		font-size: 17px;
		gap: 15px;
	}
	.pageOverseasProcurement .MV__lead .fz-big {
		font-size: 26px;
	}
	.pageOverseasProcurement .MV__lead::before ,
	.pageOverseasProcurement .MV__lead::after {
		height: 50px;
		width: 5px;
	}
}





.pageOverseasProcurement .MV__titleTop {
	padding-top: 10px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
} 
.pageOverseasProcurement .MV__titleTop img {
	width: 54px;
}
.pageOverseasProcurement .MV__titleBottom {
	display: block;
	padding-top: 5px;
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--color_green);
}
@media all and (min-width: 400px) {
	.pageOverseasProcurement .MV__titleTop {
		font-size: 36px;
	}  
	.pageOverseasProcurement .MV__titleBottom {
		font-size: 38px;
	}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .MV__titleTop {
		font-size: 50px;
		gap: 15px;
	} 
	.pageOverseasProcurement .MV__titleTop img {
		width: 110px;
	}
	.pageOverseasProcurement .MV__titleBottom {
		font-size: 60px;
	}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .MV__titleTop {
		font-size: 64px;
	} 
	.pageOverseasProcurement .MV__titleBottom {
		font-size: 70px;
	}
}
@media all and (min-width: 1400px) and (max-width: 1450px) {
	.pageOverseasProcurement .MV__titleTop {
		font-size: 50px;
	} 
	.pageOverseasProcurement .MV__titleBottom {
		font-size: 60px;
	}
}





.pageOverseasProcurement .MV__label {
	width: 110px;
	height: 100px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: .005em;
	text-align: center;
	color: #fff;
	background: var(--color_gra_color_orange);
	clip-path: polygon(13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px 15px;
	overflow: hidden;
}
.pageOverseasProcurement .MV__label .fz-big {
	font-size: 16px;
	letter-spacing: .1em;
}
.pageOverseasProcurement .MV__label__circle {
	width: fit-content;
	width: -moz-fit-content;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .0075em;
	color: var(--color_orange);
	background-color: #fff;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .MV__label {
		width: fit-content;
		width: -moz-fit-content;
		height: auto;
		margin: 30px auto 0px;
		padding: 10px 20px;
		font-size: 12px;
		letter-spacing: .1em;
		border-radius: 0;
		flex-direction: row;
		position: inherit;
	}
	.pageOverseasProcurement .MV__label__circle {
		width: 54px;
		height: 54px;
		padding: 5px ;
		border-radius: 50%;
	}
	.pageOverseasProcurement .MV__label .fz-big {
		font-size: 20px;
	}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .MV__label {
		padding: 15px 30px;
		font-size: 22px;
		gap: 5px;
	}
	.pageOverseasProcurement .MV__label .fz-big {
		font-size: 32px;
	}
}

/* ========================================================
	MV
========================================================= */
/* ========================================================
	estimate
========================================================= */
.pageOverseasProcurement .estimate__title {
	padding: 20px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
.pageOverseasProcurement .estimate__title::after {
	width: 100vw;
	height: 100%;
	background: var(--color_gra_green);
	position: absolute;
	top: 0;
	z-index: -1;
	content: "";
}
.pageOverseasProcurement .estimate__titleImgWrapper {
	font-size: 30px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pageOverseasProcurement .estimate__titleImgWrapper img {
	width: 20px;
}
.pageOverseasProcurement .estimate__titleInner {
	font-size: 29px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
}
.pageOverseasProcurement .estimate__title .fz-min {font-size: 19px;}
.pageOverseasProcurement .estimate__title .num {font-size: 35px;}

.pageOverseasProcurement .estimate__titleRight {
	width: 250px;
	padding: 20px 35px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: var(--color_green);
	background-color: #fff;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .estimate__titleImgWrapper img {width: 45px;}
	.pageOverseasProcurement .estimate__titleInner {font-size: 45px;}
	.pageOverseasProcurement .estimate__title .fz-min {font-size: 30px;}
	.pageOverseasProcurement .estimate__title .num {font-size: 55px;}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .estimate__title {
		flex-direction: row;
	}
}
@media all and (min-width: 1400px) and (max-width: 1450px) {
	.pageOverseasProcurement .estimate__titleInner {font-size: 40px;}
	.pageOverseasProcurement .estimate__title .fz-min {font-size: 28px;}
	.pageOverseasProcurement .estimate__title .num {font-size: 50px;}
}






.pageOverseasProcurement .estimate__area {
	padding: 50px 30px;
	background-color: #fff;
	box-shadow: 10px 10px 35px rgba(0,0,0,.1);
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px 5px;
	position: relative;
}
.pageOverseasProcurement .estimate__area::after {
	width: 100vw;
	height: 50%;
	background: var(--color_gra_green);
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
	content: "";
}
.pageOverseasProcurement .estimate__item {
	width: 100%;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.pageOverseasProcurement .estimate__itemBg {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
}
.pageOverseasProcurement .estimate__item:nth-child(1) .estimate__itemBg {
	width: 150px;
}
.pageOverseasProcurement .estimate__item:nth-child(2) .estimate__itemBg {
	width: 100px;
}
.pageOverseasProcurement .estimate__item:nth-child(3) .estimate__itemBg {
	width: 130px;
}
.pageOverseasProcurement .estimate__item:nth-child(4) .estimate__itemBg {
	width: 130px;
}
.pageOverseasProcurement .estimate__itemTop {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}
.pageOverseasProcurement .estimate__itemBottom {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .1em;
	text-align: center;
	color: var(--color_green);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	flex: 1;
}
.pageOverseasProcurement .estimate__itemBottom .num {
	font-size: 30px;
	line-height: 1;
}
.pageOverseasProcurement .estimate__itemBottom .unit {font-size: 20px;}
.pageOverseasProcurement .estimate__itemBottom .fz-min {font-size: 20px;}

@media all and (min-width: 576px) {
	.pageOverseasProcurement .estimate__area {
		padding: 50px 0px;
	}
	.pageOverseasProcurement .estimate__item {
		width: calc(50% - (5px * 1 / 2));
	}
	.pageOverseasProcurement .estimate__item:nth-child(1) .estimate__itemBg,
	.pageOverseasProcurement .estimate__item:nth-child(2) .estimate__itemBg,
	.pageOverseasProcurement .estimate__item:nth-child(3) .estimate__itemBg,
	.pageOverseasProcurement .estimate__item:nth-child(4) .estimate__itemBg{
		width: auto;
	}
	.pageOverseasProcurement .estimate__itemBottom {font-size: 30px;}
	.pageOverseasProcurement .estimate__itemBottom .num {font-size: 48px;}
	.pageOverseasProcurement .estimate__itemBottom .unit {font-size: 22px;}
	.pageOverseasProcurement .estimate__itemBottom .fz-min {font-size: 27px;}
	.pageOverseasProcurement .estimate__itemBottom .fz-min2 {font-size: 26px;}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .estimate__area {
		padding: 50px 30px;
	}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .estimate__area {
		flex-wrap: nowrap;
	}
	.pageOverseasProcurement .estimate__item {
		width: auto;
	}
}
@media all and (min-width: 1400px) and (max-width: 1450px) {
	.pageOverseasProcurement .estimate__itemBottom {font-size: 26px;}
}


/* ========================================================
	estimate
========================================================= */
/* ========================================================
	trouble
========================================================= */
.pageOverseasProcurement .trouble__imgWrapper {
	margin: 40px auto 0;
	text-align: center;
	position: relative;
	z-index: 3;
}



.pageOverseasProcurement .trouble__ieaveIt {
	margin-top: -80px;
	padding: 110px 0 60px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	background: var(--color_gra_green2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.pageOverseasProcurement .trouble__ieaveIt::before {
	width: 100%;
	height: 60px;
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: '';
	position: absolute;
	top: -1px;
	z-index: -2;
}
.pageOverseasProcurement .trouble__ieaveIt::after {
	width: 200px;
	height: 301px;
	background: url("../images/strength/ieaveIt_bg.png") no-repeat center center / contain;
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	z-index: -1;
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .trouble__ieaveIt::after {
		width: 344px;
		height: 401px;
		right: -100px;
	}
}



.pageOverseasProcurement .trouble__ieaveItLead {
	font-size: 35px;
	letter-spacing: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.pageOverseasProcurement .trouble__ieaveItLead::before ,
.pageOverseasProcurement .trouble__ieaveItLead::after {
	display: inline-block;
	width: 3px;
	height: 35px;
	background-color: #fff;
	content: '';
	transform: rotateZ(-20deg);
}
.pageOverseasProcurement .trouble__ieaveItLead::after {
	transform: rotateZ(20deg);
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .trouble__ieaveItLead {
		font-size: 45px;
	}
}




.pageOverseasProcurement .trouble__ieaveItTitle {	
	display: block;
	padding: 10px 0;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: .1em;
	color: #fff;
}
.pageOverseasProcurement .trouble__ieaveItTitle__bg {
	margin-right: 5px;
	padding: 2px 5px;
	color: var(--color_green);
	background-color: #fff;
} 
.pageOverseasProcurement .trouble__ieaveItText {
	display: block;
	font-size: 20px;
	letter-spacing: .1em;
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .trouble__ieaveItTitle {
		font-size: 20px;
	}
	.pageOverseasProcurement .trouble__ieaveItText {
		font-size: 30px;
	}
}




.pageOverseasProcurement .solution__area {
	position: relative;
	z-index: 1;
}
.pageOverseasProcurement .solution__area::after {
	width: 100%;
	height: 80px;
	background: var(--color_gra_green2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
}
.pageOverseasProcurement .solution__list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}
.pageOverseasProcurement .solution__item {
	display: block;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.16);
}
.pageOverseasProcurement .solution__title {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: var(--color_green);
}
.pageOverseasProcurement .solution__text {
	padding-top: 20px;
	font-size: 14px;
	font-weight: 300px;
	line-height: 1.8;
	letter-spacing: .1em;
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .solution__item {
		width: calc(50% - (30px * 1 / 2));
	}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .solution__item {padding: 20px 30px 30px;}
	.pageOverseasProcurement .solution__title {font-size: 26px;}
	.pageOverseasProcurement .solution__text {font-size: 16px;}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .solution__title {font-size: 30px;}
}


/* ========================================================
	trouble
========================================================= */
/* ========================================================
	costDown
========================================================= */
.pageOverseasProcurement .costDown {
	background: url("../images/overseas-procurement/costDown-bg.jpg") no-repeat center center / cover;
}

.pageOverseasProcurement .costDown__lead {
	padding-top: 30px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
}



.pageOverseasProcurement .costDown__case__list {
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 90px 30px;
}

@media all and (min-width: 576px) {
	.pageOverseasProcurement .costDown__case__list {
		gap: 60px 30px;
	}

	.pageOverseasProcurement .costDown__case__item {
		width: calc(50% - (30px * 1 / 2));
	}
}
@media all and (min-width: 768px) {
	.pageOverseasProcurement .costDown__case__item {
		width: calc(33.3333% - (30px * 2 / 3));
	}
}



.pageOverseasProcurement .costDown__case__table {
	margin-top: 5px;
}
.pageOverseasProcurement .costDown__case__table tr {
	border-bottom: 1px solid #ABD8DA;
}
.pageOverseasProcurement .costDown__case__table th ,
.pageOverseasProcurement .costDown__case__table td  {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em;
	text-align: left;
	color: #fff;
}
.pageOverseasProcurement .costDown__case__table th {
	width: 80px;
}
@media all and (min-width: 768px) and (max-width: 991px){
	.pageOverseasProcurement .costDown__case__table th ,
	.pageOverseasProcurement .costDown__case__table td  {
		font-size: 14px;
	}
	.pageOverseasProcurement .costDown__case__table th {
		width: 60px;
	}
}




.pageOverseasProcurement .costDown__case__achievement {
	margin-top: 20px;
	padding: 20px 15px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}
.pageOverseasProcurement .costDown__case__achievement__top {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .15em;
	text-align: center;
	color: var(--color_green);
	display: flex;
	justify-content: center;
	align-items: baseline;
	
}
.pageOverseasProcurement .costDown__case__achievement__top .num {
	font-size: 60px;
}
.pageOverseasProcurement .costDown__case__achievement__bottom {
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: var(--color_green);
}
@media all and (min-width: 768px) and (max-width: 991px){
	.pageOverseasProcurement .costDown__case__achievement__bottom {
		font-size: 20px;
	}
}

/* ========================================================
	costDown
========================================================= */
/* ========================================================
	howTo
========================================================= */

.pageOverseasProcurement .partners-item {
	margin-bottom: 20px!important;
}
.pageOverseasProcurement .item-box {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.pageOverseasProcurement .item-title::before {
	background-color: var(--color_green);
}
@media all and (min-width: 576px) {
	.pageOverseasProcurement .item-box {
		min-height: 60px;
		flex-direction: row;
	}
	.pageOverseasProcurement .img-wrap {
		width: 80px;
		flex: 0 0 auto;
	}
}
@media all and (min-width: 992px) {
	.pageOverseasProcurement .partners-item{
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}


.pageOverseasProcurement .howTo__btn {
	max-width: 450px;
	width: 100%;
	margin: 30px auto 0;
	padding-right: 5.5rem;
	color: white;
	background-color: var(--color_green);
}
.pageOverseasProcurement .howTo__btn::before {
	background-color: #fff;
}

/* ========================================================
	howTo
========================================================= */
/* ========================================================
	faq
========================================================= */
.pageOverseasProcurement .faq {
	background: var(--color_gra_green);
}




.pageOverseasProcurement .faq__sec {
	margin-top: 30px;
	padding: 20px 30px 30px;
	background-color: #fff;
}
.pageOverseasProcurement .faq__sec__question ,
.pageOverseasProcurement .faq__sec__answer {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .15em;
	color: var(--color_green);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
} 
.pageOverseasProcurement .faq__sec__answer {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #DEDEDE;
} 
.pageOverseasProcurement .faq__sec__question::before ,
.pageOverseasProcurement .faq__sec__answer::before {
	width: 30px;
	padding-bottom: 10px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	line-height: 1;
	flex: 0 0 auto;
	content: 'Q.';
}
.pageOverseasProcurement .faq__sec__answer::before {
	content: 'A.';
}
.pageOverseasProcurement .faq__sec__text {
	margin-top: 10px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: .1em;
} 
@media all and (min-width: 576px) {
	.pageOverseasProcurement .faq__sec__question::before ,
	.pageOverseasProcurement .faq__sec__answer::before {
		width: 50px;
		padding-bottom: 0;
		font-size: 30px;
	}
	.pageOverseasProcurement .faq__sec__text {
		padding-left: 50px;
		font-size: 16px;
	}
}
/* ========================================================
	faq
========================================================= */




