@charset "shift_jis";
/* ======================================================
 * /common-files/css/cashing/oversea.css
 * ------------------------------------------------------

/* ----- override ----- */
body#cashing {
	overflow-x: hidden;
}
body#cashing .overseaSection02 .overseaCol2 {
	margin-top: 33px;
}
body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable01 {
	width: 500px;
}
body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable01 tr .small {
	font-size: 1.2rem;
}
body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 {
	width: 350px;
}
body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 tr.exTR {
	height: 46px;
}
body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 tr .small {
	font-size: 1.6rem;
}
body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable01 td {
	text-align: left;
}
body#cashing .heading01.oversea {
	padding: 49px 10px 42.5px;
}
body#cashing .overseaSection02 .overseaCol2 > .col:first-child {
	margin-left: 0;
}
body#cashing .cvWrap02.oversea {
	margin-top: 40px;
}
body#cashing .cvWrap02.oversea .cvInner {
	padding-bottom: 17px;
}
.overseaStepTitle {
	margin-top: 51px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.overseaSlider .col {
	width: 400px;
	margin-right: 56px;
	padding: 20px 25px;
	background: #f4f4f4;
}
.overseaSlider .col[tabindex="-1"] {
	opacity: 0.5;
}
.overseaSlider .col .step {
	display: block;
	width: 96px;
	margin: 0 auto;
	padding: 4px 15px;
	background: #1e58af;
	border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.overseaSlider .col .stepLead {
	margin-top: 5px;
	color: #1e58af;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.overseaSlider .col .stepImg {
	margin-top: 15px;
}
.overseaSlider .col .stepDetail {
	margin-top: 20px;
}
.overseaSlider .slick-list {
	overflow: visible;
}
.overseaSlider .slick-disabled {
	display: none!important;
}
.overseaSlider .slick-prev,
.overseaSlider .slick-next {
	width: 27px!important;
	height: 27px!important;
}
.overseaSlider .slick-prev {
	left: 364px;
	background: none;
	border-top: 3px solid #737373;
	border-left: 3px solid #737373;
	transform: rotate(-45deg);
}
.overseaSlider .slick-next {
	right: 364px;
	background: none;
	border-top: 3px solid #737373;
	border-right: 3px solid #737373;
	transform: rotate(45deg);
}
/* ----- heading01 ----- */
body#cashing .overseaHeading01.oversea {
	margin-top: 75px;
}
body#cashing .overseaHeading01.oversea.type-first {
	margin-top: 50px;
}
body#cashing .overseaHeading01.oversea.type03 {
	margin-top: 55px;
}
.heading01Sub {
	margin-top: 5px;
	font-size: 2rem;
	font-weight: normal;
}
/* ----- heading02 ----- */
.overseaHeading02 {
	margin-top: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
}
.overseaHeading02-1 {
	position: relative;
	font-size: 3.0rem;
	text-align: center;
	font-weight: bold;
	margin-top: 85px;
}
.overseaHeading03-1 {
	font-size: 2.6rem;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 30px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.overseaHeading04 {
	font-size: 2.2rem;
	margin-top: 25px;
	font-weight: bold;
}
.overseaOrderSection + .overseaOrderSection {
	margin-top: 34px;
}
.overseaHeadingNum {
	font-size: 3.0rem;
	font-weight: bold;
	color: #45a2b0;
	vertical-align: middle;
}
.overseaDecorationText {
	position: relative;
	padding: 0 50px;
	display: inline-block;
}
.overseaDecorationText::before,
.overseaDecorationText::after {
	position: absolute;
	content: "";
	top: 0;
	width: 38px;
	height: 36px;
	background: url("/cashing/img-files/oversea_ic15.png") no-repeat 0 0 / contain;
}
.overseaDecorationText::before {
	left: 0;
}
.overseaDecorationText::after {
	transform: scale(-1, 1);
	right: 0;
}
.overseaHeadingBalloon {
	position: relative;
	display: inline-block;
	background: #1e58af;
	border-radius: 10px;
	color: #fff;
	font-size: 2.6rem;
	padding: 3px 9.5px;
	margin-right: 10px;
	vertical-align: bottom;
}
.overseaHeadingBalloon::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #1e58af;
	border-right: 0;
	margin-top: -6px;
}
/* ----- overseaAncNav ----- */
body#cashing .overseaAncNavWrap {
	margin: 50px 0;
}
body#cashing .overseaAncNav {
	display: flex;
	flex-flow: row wrap;
	padding: 0 2px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	border-radius: 20px;
}
body#cashing .overseaAncNav > li {
	position: relative;
	width: calc(100% / 3);
	min-height: 85px;
}
body#cashing .overseaAncNav > li::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background-color: #a8d1d6;
	content: "";
}
body#cashing .overseaAncNav > li:last-child::before {
	display: none;
}
body#cashing .overseaAncNav > li > a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 100%;
	padding: 31px 40px 31px 20px;
	font-size: 1.8rem;
	color: #333;
	text-decoration: none;
}
/* ----- text ----- */
.overseaText01 {
	font-size: 1.4rem;
	margin-top: 10px;
}
.overseaText02 {
	font-size: 1.6rem;
	margin-top: 10px;
}
.overseaTelTitle {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
/* ----- btn ----- */
.overseaText01 + .btnLink01.oversea {
	margin-top: 45px;
}
body#cashing .btnLink01.oversea.type03.typeBlank a::after {
	background: url("/cashing/img-files/oversea_ic11.png") no-repeat 0 0 / cover;
}
.overseaBtn01 {
	text-align: center;
	margin-top: 28px;
}
.overseaBtn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 500px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 13px 60px 10px 50px;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #dc322c;
	transition: 0.3s all ease-out;
}
.overseaBtn01 a::before {
	position: absolute;
	top: 50%;
	right: 23px;
	width: 9px;
	height: 15px;
	margin-top: -7.5px;
	background: url("/cashing/img-files/oversea_ic16.png") no-repeat 0 0 / contain;
	content: ""; 
}
.overseaBtn01 a:hover {
	opacity: 0.7;
}
/* ----- list ----- */
.overseaNoteList {
	margin-top: 20px;
}
.overseaNoteList > li {
	position: relative;
	padding-left: 2.2em;
}
.overseaNoteList > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.overseaPointWrap + .overseaNoteList {
	margin-top: 16px;
}
/* ----- point ----- */
.overseaMeritBox {
	border: 1px solid #a8d1d6;
	border-radius: 20px;
	padding: 25px 18px 18px;
	margin-top: 60px;
}
.overseaMeritBox > *:first-child {
	margin-top: 0 !important;
}
.overseaPointWrap {
	display: flex;
	margin-top: 30px;
}
.overseaPointWrap .overseaPointItem {
	width: calc(100% / 4);
	border-right: 1px solid #a8d1d6;
	text-align: center;
	padding-bottom: 20px;
}
.overseaPointWrap .overseaPointItem:last-child {
	border: none;
}
.overseaPointWrap .overseaPointText {
	font-size: 2.0rem;
	margin-top: 30px;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overseaPointWrap .overseaPointTextSmall {
	font-size: 1.6rem;
}
/* ----- movie ----- */
.overseaMovieContent {
	margin-top: 76px;
}
.overseaMovieContent .overseaMovieTitle {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.overseaMovie {
	margin-top: 26px;
}
.overseaMovie .movieShot {
	width: 400px;
	margin: 0 auto;
}
.overseaMovie .movieShot a:hover img {
	opacity: 0.7;
}
/* ----- exampleLaed ----- */
.exampleLaed02 {
	margin-top: 1em;
	font-size: 1.4rem;
}
/* ----- box ----- */
.overseaBox {
	position: relative;
	margin-top: 60px;
	padding: 60px 30px 30px;
	border: 2px solid #f3b9ad;
	border-radius: 20px;
}
.overseaBox >:nth-child(2) {
	margin-top: 0 !important;
}
.overseaBox .overseaBoxTitle {
	position: absolute;
	top: -31px;
	left: 0;
	right: 0;
	width: fit-content;
	min-width: 486px;
	margin: auto;
	padding: 0 40px;
}
.overseaBox .overseaBoxTitle .overseaBoxTitleText {
	position: relative;
	padding: 13px 10px 14px;
	background-color: #f3b9ad;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.overseaBox .overseaBoxTitle .overseaBoxTitleText::before {
	content: "";
	width: 30px;
	height: 100%;
	left: -30px;
	top: 0;
	position: absolute;
	background: linear-gradient(to bottom left, #f3b9ad 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, #f3b9ad 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.overseaBox .overseaBoxTitle .overseaBoxTitleText::after {
	content: "";
	width: 30px;
	height: 100%;
	right: -30px;
	top: 0;
	position: absolute;
	background: linear-gradient(to bottom right, #f3b9ad 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top right, #f3b9ad 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.overseaBox .overseaBoxText {
	margin-top: 20px;
	font-size: 1.6rem;
}
.oversea-redBox {
	background-color: #fdf1ef;
	border-radius: 10px;
	padding: 20px 20px 25px;
	margin-top: 28px;
}
.oversea-redBox > *:first-child {
	margin-top: 0 !important;
}
/* ----- step ----- */
.overseaStepWrap {
	margin-top: 20px;
	padding: 20px 15px;
	background-color: #fdf1ef; 
	border-radius: 20px;
}
.overseaStep {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f3b9ad;
}
.overseaStep:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.overseaStep:nth-child(n+2)::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	width: 28px;
	height: 28px;
	margin: auto;
	background-color: #fdf1ef;
	border-right: 1px solid #f3b9ad;
	border-bottom: 1px solid #f3b9ad;
	transform: rotate(45deg);
}
.overseaStep .overseaStepHead {
	display: flex;
	align-items: center;
}
.overseaStep .overseaStepBody {
	flex-shrink: 0;
}
.overseaStep .overseaStepOrder {
	margin-right: 20px;
	padding: 0 20px;
	background-color: #f3b9ad;
	border-radius: 10px;
	font-size: 2rem;
}
.overseaStep .overseaStepOrder .overseaStepOrderNum {
	font-size: 3rem;
}
.overseaStep .overseaStepText {
	font-size: 2rem;
}
.overseaStep .overseaStepLink > a {
	position: relative;
	padding-left: 18px;
	font-size: 1.4rem;
	color: #008191;
}
.overseaStep .overseaStepLink > a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 10px;
	margin-top: -5px;
	background: url("/cashing/img-files/oversea_ic14.png") no-repeat 0 0 / cover;
}
/* ----- overseaPlace ----- */
.overseaPlaceWrap {
	display: flex;
	margin-top: 10px;
}
.overseaPlaceWrap .overseaPlaceText {
	font-size: 1.4rem;
	line-height: 1.4;
}
.overseaPlaceWrap .overseaPlaceHead {
	width: 630px;
	margin-right: 13px;
}
.overseaPlaceWrap .overseaPlaceBody {
	margin-top: 12px;
	width: calc(570px - 13px);
}
.overseaPlaceWrap .overseaPlaceImage img {
	height: 81px;
}
/* ----- bubble ----- */
.overseaBubble {
	position: relative;
	width: 740px;
	margin: 30px auto 0;
	padding: 16px;
	background-color: #c7e3e7;
	border-radius: 10px;
	text-align: center;
	
}
.overseaBubble::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-left: 10px solid #c7e3e7;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.overseaBubble::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -120px;
	width: 102px;
	height: 107px;
	margin-top: -53.5px;
	background: url("/cashing/img-files/oversea_im34.jpg") no-repeat 0 0 / contain;
}
.overseaBubble .overseaBubbleText01 {
	font-size: 2.2rem;
}
.overseaBubble .overseaBubbleText01 .strong {
	font-weight: bold;
	color: #dc322c;
}
.overseaBubble .overseaBubbleText01 .small {
	font-size: 1.5rem;
}
.overseaBubble .overseaBubbleText02 {
	font-size: 1.4rem;
}
.overseaBubble .overseaBubbleText02 .small {
	font-size: 1.1rem;
}
/* ----- Qa ----- */
.overseaQaWrap {
	margin-top: 49px;
}
.overseaQaWrap .overseaQaItem {
	border-bottom: dashed 1px #c5c5c5;
}
.overseaQaWrap .overseaQaItem + .overseaQaItem {
	margin-top: 22px;
}
.overseaQaWrap .overseaQaItem .overseaQuestion {
	position: relative;
	font-size: 1.6rem;
	color: #333;
	padding: 4px 40px 21px 39px;
}
.overseaQaWrap .overseaQaItem .overseaQuestion::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("/cashing/img-files/oversea_ic17.png") no-repeat 0 0 / contain;
}
.overseaQaWrap .overseaQaItem .overseaQuestion::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url("/cashing/img-files/oversea_ic19.png") no-repeat 0 0 / contain;
	transform: scale(1,-1);
	transition: 0.3s all ease-out;
}
.overseaQaWrap .overseaQaItem .overseaQuestion.open::after {
	transform: none;
}
.overseaQaWrap .overseaQaItem .overseaAnswer {
	position: relative;
	font-size: 1.6rem;
	padding: 4px 40px 0 39px;
	margin-bottom: 25px;
}
.overseaQaWrap .overseaQaItem .overseaAnswer::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("/cashing/img-files/oversea_ic18.png") no-repeat 0 0 / contain;
}
@media screen and (max-width: 750px) {
	/* ----- override ----- */
	body#cashing .overseaSection02 {
		margin-top: 37px;
	}
	body#cashing .overseaSection02 + .overseaSection02 {
		margin-top: 37px;
	}
	body#cashing .overseaSection02 .overseaCol2 {
	margin-top: 6px;
}
	body#cashing .overseaSection02 .overseaCol2 > .col .colTitle.small {
		font-size: 1.6rem;
	}
		body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable01 {
		width: 100%;
	}
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable01 tr .small {
		font-size: 1.1rem;
	}
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 {
		width: 100%;
		margin-top: 20px;
	}
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 tr.exTR {
		height: auto;
	}
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 tr .small {
		font-size: 1.6rem;
	}
	body#cashing .cvWrap02.oversea .cvInner {
		padding: 15px 5px 30px;
	}
	body#cashing .cvWrap02.oversea .cvTime {
		font-size: 13px;
		font-size: 1.2rem;
		margin-top: 21px;
	}
	body#cashing .heading01.oversea {
		padding: 40px 10px 28px;
	}
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 td {
		text-align: center;
	}
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleTable02 .exampleLead {
		text-align: center;
	}
	body#cashing .cvWrap02.oversea {
		margin-top: 35px;
	}
	.overseaStepTitle {
		margin-top: 22px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	.overseaSlider .col {
		width: 250px;
		margin-right: 30px;
		padding: 15px;
		background: #f4f4f4;
	}
	.overseaSlider .col .step {
		display: block;
		width: 85px;
		margin: 0 auto;
		padding: 2px 10px;
		background: #1e58af;
		border-radius: 30px;
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}
	.overseaSlider .col .stepLead {
		margin-top: 5px;
		color: #1e58af;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.overseaSlider .col .stepImg {
		margin-top: 10px;
	}
	.overseaSlider .col .stepDetail {
		margin-top: 15px;
	}
	.overseaSlider .slick-list {
		overflow: visible;
	}
	.overseaSlider .slick-prev,
	.overseaSlider .slick-next {
		display: inline-block!important;
		width: 19px!important;
		height: 19px!important;
	}
	.overseaSlider .slick-disabled {
		display: none!important;
	}
	.overseaSlider .slick-prev {
		left: 24px;
		background: none;
		border-top: 3px solid #737373;
		border-left: 3px solid #737373;
		transform: rotate(-45deg);
	}
	.overseaSlider .slick-next {
		right: 24px;
		background: none;
		border-top: 3px solid #737373;
		border-right: 3px solid #737373;
		transform: rotate(45deg);
	}

	/* ----- heading01 ----- */
	body#cashing .overseaHeading01.oversea.type03 {
		margin-top: 35px;
	}
	.heading01Sub {
		margin-top: 10px;
		font-size: 1.5rem;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.1;
	}
	/* ----- heading02 ----- */
	.overseaHeading02 {
		margin-top: 20px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.overseaHeading02-1 {
		font-size: 2.0rem;
		text-align: center;
		font-weight: bold;
		margin-top: 30px;
	}
.overseaHeading03-1 {
	font-size: 1.8rem;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 24px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.overseaHeading04 {
	font-size: 1.6rem;
	margin-top: 34px;
	font-weight: bold;
}
.overseaOrderSection + .overseaOrderSection {
	margin-top: 34px;
}
.overseaHeadingNum {
	font-size: 2.0rem;
	font-weight: bold;
	color: #45a2b0;
	vertical-align: middle;
}
.overseaDecorationText {
	position: relative;
	padding: 0 35px;
	display: inline-block;
	line-height: 1.3;
}
.overseaDecorationText::before,
.overseaDecorationText::after {
	position: absolute;
	content: "";
	top: 22px;
	width: 26px;
	height: 25px;
	background: url("/cashing/img-files/oversea_ic15.png") no-repeat 0 0 / contain;
}
.overseaDecorationText::before {
	left: 0;
}
.overseaDecorationText::after {
	transform: scale(-1, 1);
	right: 0;
}
.overseaHeadingBalloon {
	position: relative;
	display: inline-block;
	background: #1e58af;
	border-radius: 5px;
	color: #fff;
	font-size: 1.9rem;
	padding: 1px 6.5px;
	margin-right: 10px;
	vertical-align: bottom;
}
.overseaHeadingBalloon::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #1e58af;
	border-right: 0;
	margin-top: -6px;
}
/* ----- overseaAncNav ----- */
body#cashing .overseaAncNavWrap {
	margin-top: 15px;
}
body#cashing .overseaAncNav {
	display: block;
	padding: 0 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
body#cashing .overseaAncNav > li {
	position: relative;
	width: 100%;
	min-height: auto;
	border-bottom: 1px solid #a8d1d6;
}
body#cashing .overseaAncNav > li:last-child::before {
	display: none;
}
body#cashing .overseaAncNav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 45px;
	padding: 5px 20px 5px 0;
	font-size: 1.4rem;
}
body#cashing .overseaAncNav > li > a::before {
	right: 1px;
}
	/* ----- text ----- */
	.overseaText01 {
		font-size: 1.4rem;
		margin-top: 4px;
		line-height: 1.4;
	}
	.overseaText02 {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.overseaTelTitle {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	/* ----- btn ----- */
	.overseaText01 + .btnLink01.oversea {
		margin-top: 20px;
	}
	.btnLink01.oversea {
		margin-top: 20px;
	}
	.overseaBtn01 {
		text-align: center;
		margin-top: 11px;
	}
	.overseaBtn01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: 0 auto;
		width: 100%;
		font-size: 1.6rem;
		color: #000;
		text-decoration: none;
		padding: 7px 28px 7px 5px;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #dc322c;
		transition: 0.3s all ease-out;
	}
	.overseaBtn01 a::before {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background: url("/cashing/img-files/oversea_ic16.png") no-repeat 0 0 / contain;
		content: ""; 
	}
	.overseaBtn01 a:hover {
		opacity: 1;
	}
	/* ----- point ----- */
	.overseaMeritBox {
	border-radius: 10px;
	padding: 17px 10px 14px;
	margin-top: 27px;
}
	.overseaPointWrap {
		display: block;
		margin-top: 20px;
	}
	.overseaPointWrap >:first-child {
		margin-top: 0 !important;
	}
	.overseaPointWrap {
		display: flex;
		gap: 30px 10px;
		flex-flow: wrap;
		margin-top: 20px;
	}
	.overseaPointWrap .overseaPointItem {
		position: relative;
		width: calc(50% - 5px);
		text-align: center;
		padding-bottom: 0;
		border: none;
	}
	.overseaPointWrap .overseaPointItem:nth-child(even)::before {
		position: absolute;
		content: "";
		top: 0;
		left: -5px;
		width: 1px;
		height: 100%;
		background-color: #a8d1d6;
	}
	.overseaPointWrap .overseaPointItem:nth-of-type(n+3)::after {
		position: absolute;
		content: "";
		top: -15px;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(100% - 54px);
		height: 1px;
		background-color: #a8d1d6;
	}
	.overseaPointWrap .overseaPointItem:nth-child(even) {
		border-right: none;
	}
	.overseaPointWrap .overseaPointItem:last-child {
		border-right: none;
	}
	.overseaPointWrap .overseaPointText {
		font-size: 1.5rem;
		margin-top: 13px;
		line-height: 1.1;
	}
	.overseaPointIc {
		max-width: 52px;
		margin: 0 auto;
	}
	.overseaPointWrap .overseaPointTextSmall {
		font-size: 1.2rem;
	}
	/* ----- movie ----- */
	.overseaMovieContent {
		margin-top: 31px;
	}
	.overseaMovieContent .overseaMovieTitle {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.overseaMovie {
		margin: 10px 45px 0;
	}
	.overseaMovie .movieShot {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.overseaMovie .movieShot a:hover img {
		margin-top: 0;
		border-bottom-width: 3px;
		opacity: 1;
	}
	/* ----- exampleLaed ----- */
	body#cashing .overseaSection02 .overseaCol2 > .col .exampleLaed {
		margin-top: 20px;
	}
	.exampleLaed02 {
		display: flex;
		align-items: center;
		margin-top: 6px;
		font-size: 1.4rem;
	}
	.exampleLaed02 .icon {
		margin: 0 8px 0 5px;
	}
	/* ----- box ----- */
	.overseaBox {
		position: relative;
		margin-top: 37px;
		padding: 40px 15px 15px;
		border: 1px solid #f3b9ad;
		border-radius: 10px;
	}
	.overseaBox >:nth-child(2) {
		margin-top: 0 !important;
	}
	.overseaBox .overseaBoxTitle {
		position: absolute;
		top: -22px;
		left: 0;
		right: 0;
		width: fit-content;
		min-width: calc(100% - 20px);
		margin: auto;
		padding: 0 25px;
	}
	.overseaBox .overseaBoxTitle .overseaBoxTitleText {
		position: relative;
		padding: 9px 10px;
		background-color: #f3b9ad;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.overseaBox .overseaBoxTitle .overseaBoxTitleText::before {
		content: "";
		width: 20px;
		height: 100%;
		left: -20px;
		top: 0;
		position: absolute;
		background: linear-gradient(to bottom left, #f3b9ad 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, #f3b9ad 50%, transparent 50%) bottom left / 100% 50% no-repeat;
	}
	.overseaBox .overseaBoxTitle .overseaBoxTitleText::after {
		content: "";
		width: 20px;
		height: 100%;
		right: -20px;
		top: 0;
		position: absolute;
		background: linear-gradient(to bottom right, #f3b9ad 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top right, #f3b9ad 50%, transparent 50%) bottom left / 100% 50% no-repeat;
	}
	.overseaBox .overseaBoxText {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.oversea-redBox {
		background-color: #fdf1ef;
		border-radius: 10px;
		padding: 18px 10px;
		margin-top: 15px;
	}
	/* ----- step ----- */
	.overseaStepWrap {
		margin-top: 15px;
		padding: 10px;
		background-color: #fdf1ef; 
		border-radius: 10px;
	}
	.overseaStep {
		display: block;
		position: relative;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #f3b9ad;
	}
	.overseaStep:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.overseaStep:nth-child(n+2)::before {
		content: '';
		position: absolute;
		top: -8px;
		left: 0;
		right: 0;
		width: 15px;
		height: 15px;
		margin: auto;
		background-color: #fdf1ef;
		border-right: 1px solid #f3b9ad;
		border-bottom: 1px solid #f3b9ad;
		transform: rotate(45deg);
	}
	.overseaStep .overseaStepHead {
		display: block;
	}
	.overseaStep .overseaStepBody {
	}
	.overseaStep .overseaStepOrder {
		width: fit-content;
		margin-right: 0;
		padding: 0 10px;
		background-color: #f3b9ad;
		border-radius: 5px;
		font-size: 1.5rem;
	}
	.overseaStep .overseaStepOrder .overseaStepOrderNum {
		font-size: 2rem;
	}
	.overseaStep .overseaStepText {
		margin-top: 10px;
		font-size: 1.6rem;
	}
	.overseaStep .overseaStepLink {
		margin-top: 5px;
	}
	.overseaStep .overseaStepLink > a {
		position: relative;
		padding-left: 15px;
		font-size: 1.4rem;
		color: #008191;
	}
	.overseaStep .overseaStepLink > a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 9px;
		height: 10px;
		margin-top: -5px;
		background: url("/cashing/img-files/oversea_ic14.png") no-repeat 0 0 / cover;
	}
	/* ----- overseaPlace ----- */
	.overseaPlaceWrap {
		display: block;
		margin-top: 10px;
	}
	.overseaPlaceWrap .overseaPlaceText {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.overseaPlaceWrap .overseaPlaceHead {
		width: 100%;
	}
	.overseaPlaceWrap .overseaPlaceBody {
		margin-top: 29px;
		width: 100%;
	}
	.overseaPlaceWrap .overseaPlaceImage img {
		height: auto;
	}
	/* ----- bubble ----- */
	.overseaBubble {
		position: relative;
		width: auto;
		margin: 20px 78px 0 0;
		padding: 8px 5px;
		background-color: #c7e3e7;
		border-radius: 5px;
		text-align: left;
	}
	.overseaBubble::before {
		content: '';
		position: absolute;
		top: 50%;
		right: -5px;
		width: 0;
		height: 0;
		margin-top: -3px;
		border-left: 5px solid #c7e3e7;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}
	.overseaBubble::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -82px;
		width: 61px;
		height: 64px;
		margin-top: -32px;
		background: url("/cashing/img-files/oversea_im34.jpg") no-repeat 0 0 / contain;
	}
	.overseaBubble .overseaBubbleText01 {
		font-size: 1.5rem;
	}
	.overseaBubble .overseaBubbleText01 .strong {
		font-weight: bold;
		color: #dc322c;
	}
	.overseaBubble .overseaBubbleText01 .small {
		font-size: 1rem;
	}
	.overseaBubble .overseaBubbleText02 {
		font-size: 1.2rem;
	}
	.overseaBubble .overseaBubbleText02 .small {
		font-size: .8rem;
	}
	/* ----- Qa ----- */
	.overseaQaWrap {
		margin-top: 15px;
	}
	.overseaQaWrap .overseaQaItem {
		border-bottom: dashed 1px #c5c5c5;
	}
	.overseaQaWrap .overseaQaItem + .overseaQaItem {
		margin-top: 22px;
	}
	.overseaQaWrap .overseaQaItem .overseaQuestion {
		position: relative;
		font-size: 1.4rem;
		color: #333;
		padding: 6px 28px 19px 39px;
		line-height: 1.4;
	}
	.overseaQaWrap .overseaQaItem .overseaQuestion::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		background: url("/cashing/img-files/oversea_ic17.png") no-repeat 0 0 / contain;
	}
	.overseaQaWrap .overseaQaItem .overseaQuestion::after {
		position: absolute;
		content: "";
		top: 6px;
		right: 0;
		width: 19px;
		height: 19px;
		background: url("/cashing/img-files/oversea_ic19.png") no-repeat 0 0 / contain;
		transform: scale(1,-1);
		transition: 0.3s all ease-out;
	}
	.overseaQaWrap .overseaQaItem .overseaQuestion.open::after {
		transform: none;
	}
	.overseaQaWrap .overseaQaItem .overseaAnswer {
		position: relative;
		font-size: 1.4rem;
		padding: 6px 0 0 39px;
		margin-bottom: 10px;
	}
	.overseaQaWrap .overseaQaItem .overseaAnswer::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		background: url("/cashing/img-files/oversea_ic18.png") no-repeat 0 0 / contain;
	}
}
