@charset "UTF-8";

/*******************************
QR PROCESS
.pqrPrc_childNode-status {}
*******************************/
h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.pqrTitle {
	background-image: url("/image/global/about/projectqr/process/bg_title_pc.jpg");
}
@media screen and (max-width: 767px) {
	.pqrTitle {
		background-image: url("/image/global/about/projectqr/process/bg_title_sp.jpg");
	}
}
@media screen and (max-width: 375px) {
	.pqrTitle {
		background-image: url("/image/global/about/projectqr/process/bg_title_sp.jpg");
	}
}

#Contents .pqr > section:nth-last-child(2) {
	margin-top: 100px;
}

.pqr figure {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.pqr figure {
		font-size: 14px;
	}
}
.pqr figcaption + img,
.pqr img + figcaption {
	margin-top: 10px;
}

.pqr p {
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.pqr p {
		font-size: 16px;
	}
}

.pqrFlowBox {
	margin-top: 100px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.pqrFlowBox {
		margin-top: 40px;
	}
}
.pqrFlowBox p {
	font-size: 20px;
	margin-bottom: 5px;
}
.pqrFlowBox ol {
	position: relative;
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
@media screen and (max-width: 1305px) {
	.pqrFlowBox ol {
		height: calc( ( 100vw - 30px ) * 0.117647 );
	}
}
.pqrFlowBox ol li div {
	position: absolute;
	top: 50%;
	width: 25.098%;
	height: 0;
	margin: 0;
	padding: calc( 25.098% - 1px ) 0 0;
	overflow: hidden;
	list-style: none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 0 0;
	background: #ffcccc;
	transform-origin: right top;
	transform: rotate(45deg);
}
.pqrFlowBox ol li:nth-child(1) div {
	right: 70.5%;
	z-index: 3;
}
.pqrFlowBox ol li:nth-child(2) div {
	right: 47%;
	z-index: 2;
}
.pqrFlowBox ol li:nth-child(3) div {
	right: 23.5%;
	z-index: 1;
}
.pqrFlowBox ol li:nth-child(4) div {
	right: 0%;
	z-index: 0;
}
.pqrFlowBox ol li a {
	position: absolute;
	right: 0px;
	top: -50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 118%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	transform-origin: right center;
	transform: rotate(-45deg);
	background:
		linear-gradient( to bottom , rgba(10,185,200,0) 0% , rgba(10,185,200,1) 50% , rgba(10,185,200,1) 50% , rgba(10,185,200,0) 100% ),
		linear-gradient( to right bottom , #067CF1 0% , #09DEAD 50% , #067CF1 100% ),
		linear-gradient( to left bottom , #067CF1 0% , #09DEAD 50% , #067CF1 100% );
	background-size: 100% 2000%,100% 1000%,100% 1000%;
	background-position: left top;
	transition: background-position 300ms ease-out;
}
.pqrFlowBox ol li a:hover {
	background-position: right bottom;
}
.pqrFlowBox ol li a > * {
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
img:nth-child(2){
    border-radius: 50%;
}

@media screen and (max-width: 1305px) {
	.pqrFlowBox ol li a > * {
		font-size: 2.1vw;
	}
}
@media screen and (max-width: 425px) {
	.pqrFlowBox ol {
		height: auto;
	}
	.pqrFlowBox ol li {
		position: relative;
		height: 50px;
		margin: 0 0 10px;
		overflow: hidden;
	}
	.pqrFlowBox ol li div {
		right: 0!important;
		width: 77.5%;
		padding: 77.5% 0 0;
		border: none;
	}
	.pqrFlowBox ol li div a {
		flex-direction: row;
		justify-content: flex-start;
		width: 130%;
		padding-left: 20px;
	}
	.pqrFlowBox ol li div a > * {
		font-size: 20px;
	}
	.pqrFlowBox ol li div a > span {
		margin-right: 10px;
	}
}


.pqr .col2 {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.pqr .col2 {
		display: block;
	}
}

.step1-1 > div:nth-child(1) {
	flex-basis: 40%;
}
.step1-1 > div:nth-child(2) {
	flex-basis: 57%;
}

.step1-2 > div:nth-child(1) {
	flex-basis: 57%;
}
.step1-2 > div:nth-child(2) {
	flex-basis: 36.5%;
}

.step1-3 > div:nth-child(1) {
	flex-basis: 49%;
}
.step1-3 > div:nth-child(2) {
	flex-basis: 49%;
}

.step1-4 > div:nth-child(1) {
	flex-basis: 49%;
}
.step1-4 > div:nth-child(2) {
	flex-basis: 49%;
}

.step3-1 > div:nth-child(1) {
	flex-basis: 48%;
}
.step3-1 > div:nth-child(2) {
	flex-basis: 50%;
}

.step3-2 > div:nth-child(1) {
	flex-basis: 49%;
}
.step3-2 > div:nth-child(2) {
	flex-basis: 49%;
}

.pairImg {
	display: flex;
}
.pairImg > figure {
	flex-basis: 50%;
}
.pairImg > figure > img {
	max-width: 75%!important;
}

.step3Flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.step3Flow > li {
	flex-basis: calc( 50% - 5px );
	margin-bottom: 10px;
	border: #707070 solid 1px;
}
.step3Flow > li figure {
	margin: 0;
}
.step3Flow > li figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 0;
	padding: 0 5px;
	border-top: #707070 solid 1px;
	font-size: 12px;
	line-height: 1.4;
}


.step4-2 {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.step4-2 > * {
	margin: 0 0 5px!important;
}
.step4-2 > :nth-child(1) {
	flex-basis: 30%;
}
.step4-2 > :nth-child(2) {
	flex-basis: 70%;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
}
.step4-2 > :nth-child(2) > :nth-child(1) {
	width: 63%;
	padding: 0 10px;
	font-size: 26px;
	line-height: 1.2;
}
.step4-2 > :nth-child(2) > :nth-child(2) {
	width: 37%;
	margin: 0!important;
}
@media screen and (max-width: 767px) {
	.step4-2 > :nth-child(1) {
		flex-basis: 50%;
	}
	.step4-2 > :nth-child(2) {
		flex-basis: 50%;
		display: block;
	}
	.step4-2 > :nth-child(2) > :nth-child(1) {
		width: 100%;
		padding: 0 10px 10px;
		font-size: 16px;
	}
	.step4-2 > :nth-child(2) > :nth-child(2) {
		width: 50%;
	}
}
.step4-2 > :nth-child(3) {
	flex-basis: 100%;
}

.arrow {
	margin-top: 30px!important;
	padding-top: 230px!important;
	background: url("/image/global/about/projectqr/process/arrow.png") no-repeat center top;
}
@media screen and (max-width: 767px) {
	.arrow {
		margin-top: 10px!important;
		padding-top: 20px!important;
		background-size: auto 64px;
	}
}


@media screen and (max-width: 1304px) {
}

@media screen and (max-width: 767px) {
}


