

@charset "UTF-8";

/* アフラックのDX戦略 全体像
-------------------------------------------------------------- */
.overallPictureDXRspCorpDX {
	width: 100%;
	margin: 2.5em auto 0;
}
.overallPictureDXRspCorpDX > div {
	display: flex;
}
.overallPictureDXRspCorpDX > div + div {
	margin-top: 2rem;
}
.overallPictureDXRspCorpDX > div > div:nth-of-type(1) {
	position: relative;
	display: flex;
	align-items: flex-end;;
	justify-content: center;
	width: 40px;
	margin-right: 15px;
	border-right: solid 1px #00a5d9;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: #00a5d9;
}
.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::before,
.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::after {
	content: "";
	position: absolute;
	right: -4px;
	display: block;
	width: 7px;
	height: 7px;
	background-color: #00a5d9;
	border-radius: 50%;
}
.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::before {
	top: 0;
}
.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::after {
	bottom: 0;
}
.overallPictureDXRspCorpDX > div > div:nth-of-type(2) {
	width: calc(100% - 55px);
}
.areaTitleOPDXRspCorpDX {
	font-size: 2.4rem;
	font-weight: 700;
}
.areaWrapOPDXRspCorpDX {
	width: 100%;
	display: flex;
}
.areaWrapOPDXRspCorpDX + .areaWrapOPDXRspCorpDX {
	margin-top: 2rem;
}
.areaWrapOPDXRspCorpDX > div {
	width: 100%;
	padding: 1rem;
	background-color: #f4f4f4;
}
.areaWrapOPDXRspCorpDX.area2Wraps > div {
	width: calc(50% - 1rem);
}
.areaWrapOPDXRspCorpDX.area2Wraps > div + div {
	margin-left: 2rem;
}
.wrapTitleOPDXRspCorpDX {
	font-size: 2.6rem;
	font-weight: 700;
	color: #1c3664;
	text-align: center;
}
.wrapBoxOPDXRspCorpDX {
	display: flex;
	height: calc(100% - (2.6rem * 1.6));
}
.wrapBoxOPDXRspCorpDX > div {
	padding: 1rem;
}
.wrapBoxOPDXRspCorpDX > div > a {
	position: relative;
	display: block;
	height: 100%;
	padding: 1rem;
	background-color: #ffffff;
}
.wrapBoxOPDXRspCorpDX > div > a:after {
	display: block;
	position: absolute;
	border: 2px solid #00a5d9;
	border-radius: 50%;
	content: "";
	right: 4px;
	bottom: 4px;
	width: 24px;
	height: 24px;
}
.boxNumberOPDXRspCorpDX {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #00a5d9;
	line-height: 1;
	color: #ffffff;
}
.boxTextOPDXRspCorpDX {
	width: calc(100% - 61px - 2rem);
	font-size: 1.6rem;
}
.boxTextOPDXRspCorpDX:before,
.boxTextOPDXRspCorpDX:after {
	display: block;
	z-index: 2;
	position: absolute;
	background: #00a5d9;
	content: "";
	right: 9px;
	bottom: 15px;
	width: 14px;
	height: 2px;
}
.boxTextOPDXRspCorpDX:after {
	transform: rotate(90deg);
	transform-origin: center;
}
.boxImageOPDXRspCorpDX {
	width: 61px;
	margin: 0 1rem;
}
.boxBalloonOPDXRspCorpDX {
	display: inline-block;
	visibility: hidden;
	z-index: 2;
	position: absolute;
	right: -10px;
	bottom: 30px;
	width: 60%;
	min-width: 260px;
	padding: 0 0 8px;
	color: #333;
	text-align: left;
	cursor: default;
	opacity: 0;
	transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
.wrapBoxOPDXRspCorpDX > div > a:hover .boxBalloonOPDXRspCorpDX {
	visibility: visible;
	opacity: 1;
}
.boxBalloonOPDXRspCorpDX > div {
	display: block;
	position: relative;
	padding: 1.2em 1.6em;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
	font-size: 1.4rem;
}
.boxBalloonOPDXRspCorpDX > div:before {
	display: inline-block;
	z-index: 1;
	position: absolute;
	right: 14px;
	bottom: -5px;
	width: 12px;
	height: 12px;
	transform: translateX(-50%) rotate(45deg) skew(10deg,10deg);
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
	content: "";
}
.boxBalloonOPDXRspCorpDX > div:after {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
}
.boxBalloonOPDXRspCorpDX > div .balloonTitleOPDXRspCorpDX {
	z-index: 3;
	position: relative;
	margin: 0;
	color: #00a5d9;
}
.boxBalloonOPDXRspCorpDX > div .balloonTextOPDXRspCorpDX {
	z-index: 3;
	position: relative;
	margin: 0.5em 0 0;
}

/* wrap2Boxes */
.wrapBoxOPDXRspCorpDX.wrap2Boxes > div {
	width: 50%;
}
.wrapBoxOPDXRspCorpDX.wrap2Boxes > div > a {
	display: flex;
	align-items: center;
	padding-left: 30px;
}

/* wrap3Boxes */
.wrapBoxOPDXRspCorpDX.wrap3Boxes > div {
	width: calc(100% / 3);
}
.wrapBoxOPDXRspCorpDX.wrap3Boxes > div > a {
	display: flex;
	align-items: center;
	padding-left: 30px;
}

/* wrap4Boxes */
.wrapBoxOPDXRspCorpDX.wrap4Boxes > div {
	width: 25%;
}
.wrapBoxOPDXRspCorpDX.wrap4Boxes > div > a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding-top: 35px;
}
.wrapBoxOPDXRspCorpDX.wrap4Boxes .boxTextOPDXRspCorpDX {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
}
.wrapBoxOPDXRspCorpDX.wrap4Boxes .boxImageOPDXRspCorpDX {
	width: 61px;
	margin: 0 auto;
}
.wrapBoxOPDXRspCorpDX.wrap4Boxes .boxBalloonOPDXRspCorpDX {
	min-width: 220px;
}

/* doubleTitleWrapOPDXRspCorpDX */
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX {
	padding: 0;
	background-color: unset;
}
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapTitleOPDXRspCorpDX {
	width: calc(((100% - 2rem) / 3) * 2 + 1rem);
	background-color: #f4f4f4;
}
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapTitleOPDXRspCorpDX + .wrapTitleOPDXRspCorpDX {
	margin-top: 1rem;
}
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapTitleOPDXRspCorpDX.rightTitle {
	margin-left: auto;
}
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapBoxOPDXRspCorpDX.wrap3Boxes {
	height: auto;
	margin-top: 1rem;
}
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapBoxOPDXRspCorpDX.wrap3Boxes > div {
	width: calc((100% - 2rem) / 3);
	background-color: #f4f4f4;
}
.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapBoxOPDXRspCorpDX.wrap3Boxes > div:nth-of-type(2) {
	margin: 0 1rem;
}

.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div {
	display: block;
	width: calc(100% - 55px);
	margin: 0 0 0 auto;
	border-width: 0;
	writing-mode: lr;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div:before,
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div:after {
	content: none;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div > a {
	position: relative;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div > a:after {
	display: block;
	position: absolute;
	border: 2px solid #00a5d9;
	border-radius: 50%;
	content: "";
	right: 10px;
	bottom: 10px;
	width: 24px;
	height: 24px;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .wrapTitleOPDXRspCorpDX:before,
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .wrapTitleOPDXRspCorpDX:after {
	display: block;
	z-index: 2;
	position: absolute;
	background: #00a5d9;
	content: "";
	right: 15px;
	bottom: 21px;
	width: 14px;
	height: 2px;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .wrapTitleOPDXRspCorpDX:after {
	transform: rotate(90deg);
	transform-origin: center;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div > a .boxBalloonOPDXRspCorpDX {
	bottom: 35px;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div > a:hover .boxBalloonOPDXRspCorpDX {
	visibility: visible;
	opacity: 1;
}
.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .boxBalloonOPDXRspCorpDX > div:before {
	right: 21px;
}

/* pc-style */
@media print, screen and (min-width: 768px){
	.wrapTitleOPDXRspCorpDX-sp {
		display: none;
	}
}

/* sp-style */
@media only screen and (max-width: 767.98px){
	.overallPictureDXRspCorpDX > div {
		display: block;
	}
	.overallPictureDXRspCorpDX > div > div:nth-of-type(1) {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
		border-right: 0;
		border-bottom: solid 1px #00a5d9;
		text-align: center;
		writing-mode: lr;
		font-size: 1.6rem;
	}
	.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::before,
	.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::after {
		bottom: -4px;
	}
	.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::before {
		top: auto;
		left: 0;
	}
	.overallPictureDXRspCorpDX > div > div:nth-of-type(1)::after {
		right: 0;
	}
	.overallPictureDXRspCorpDX > div > div:nth-of-type(2) {
		width: 100%;
	}
	.areaWrapOPDXRspCorpDX {
		display: block;
	}
	.areaWrapOPDXRspCorpDX.area2Wraps > div {
		width: 100%;
		margin-right: 0;
	}
	.areaWrapOPDXRspCorpDX.area2Wraps > div + div {
		margin-top: 1rem;
		margin-left: 0;
	}
	.wrapTitleOPDXRspCorpDX {
		font-size: 1.6rem;
	}
	.wrapBoxOPDXRspCorpDX {
		display: block;
		height: auto;
	}
	.wrapBoxOPDXRspCorpDX > div {
		padding: 1rem 0 0;
	}
	.wrapBoxOPDXRspCorpDX > div > a:after {
		width: 18px;
		height: 18px;
	}
	.boxTextOPDXRspCorpDX {
		font-size: 1.4rem;
	}
	.boxTextOPDXRspCorpDX:before,
	.boxTextOPDXRspCorpDX:after {
		right: 8px;
		bottom: 12px;
		width: 10px;
		height: 2px;
	}
	.boxBalloonOPDXRspCorpDX {
		left: 50%;
		bottom: 50%;
		transform: translateX(-50%);
		min-width: 0;
		width: calc(100% + 15px);
		font-size: 1.2rem;
	}
	.boxBalloonOPDXRspCorpDX > div {
		font-size: 1.2rem;
	}
	.boxBalloonOPDXRspCorpDX > div:before {
		bottom: -6px;
		right: calc(50% - 10px);
	}
	
	/* wrap4Boxes */
	.wrapBoxOPDXRspCorpDX.wrap4Boxes {
		display: flex;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.wrapBoxOPDXRspCorpDX.wrap4Boxes > div {
		width: calc((100% - 1rem) /2);
		padding: 0;
	}
	.wrapBoxOPDXRspCorpDX.wrap4Boxes > div:nth-of-type(2n) {
		margin-left: 1rem;
	}
	.wrapBoxOPDXRspCorpDX.wrap4Boxes > div:nth-of-type(n+3) {
		margin-top: 1rem;
	}
	.wrapBoxOPDXRspCorpDX.wrap4Boxes .boxTextOPDXRspCorpDX {
		font-size: 1.4rem;
	}
	.wrapBoxOPDXRspCorpDX.wrap4Boxes .boxBalloonOPDXRspCorpDX {
		min-width: 0;
	}
	
	/* wrap3Boxes */
	.wrapBoxOPDXRspCorpDX.wrap3Boxes > div {
		width: 100%;
	}
	.wrapBoxOPDXRspCorpDX.wrap3Boxes > div > a {
		padding-right: 28px;
	}
	
	/* wrap2Boxes */
	.wrapBoxOPDXRspCorpDX.wrap2Boxes > div {
		width: 100%;
	}
	.wrapBoxOPDXRspCorpDX.wrap2Boxes > div > a {
		padding-right: 28px;
	}
	
	/* doubleTitleWrapOPDXRspCorpDX */
	.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapTitleOPDXRspCorpDX {
		display: none;
	}
	.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapBoxOPDXRspCorpDX.wrap3Boxes > div {
		width: 100%;
		padding: 1rem;
	}
	.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapBoxOPDXRspCorpDX.wrap3Boxes > div:nth-of-type(2) {
		margin: 1rem 0;
	}
	.areaWrapOPDXRspCorpDX > div.doubleTitleWrapOPDXRspCorpDX .wrapBoxOPDXRspCorpDX.wrap3Boxes > div > a {
		padding-right: 28px;
	}
	.wrapTitleOPDXRspCorpDX-sp {
		margin: 0;
		padding: 1rem 0 0;
		background-color: #f4f4f4;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		color: #1c3664;
	}
	
	/* withoutWrapTitleAreaOPDXRspCorpDX */
	.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div {
		border-bottom: 0;
	}
	.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div > a:after {
		right: 5px;
		bottom: 5px;
		width: 18px;
		height: 18px;
	}
	.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX > div > a > div {
		padding-right: 28px;
		padding-left: 28px;
	}
	.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .wrapTitleOPDXRspCorpDX:before,
	.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .wrapTitleOPDXRspCorpDX:after {
		right: 9px;
		bottom: 13px;
		width: 10px;
		height: 2px;
	}
	.overallPictureDXRspCorpDX > div.withoutWrapTitleAreaOPDXRspCorpDX .boxBalloonOPDXRspCorpDX > div:before {
		right: calc(50% - 10px);
	}
	
}




