@charset "UTF-8";
/* CSS Document */

.blueRadical {
	background-image:  url(../images/blue-radical/main.png);
}

#sub_page {
	h2.mainTopics,
	h2.subTopics {
		text-align: center;
		margin: 0;
		line-height: 1.6;
	}

}/* #sub_page */

#blue-radical {
	h2.mainTopics {
		.sp {
			display: none;
		}
	}
	h2.mainTopics + p {
		margin-top: 40px;
		font-weight: bold;
	}
	
	.sub_caption {
		font-size: 1.4rem;
		margin-top: 14px;
		line-height: 1.85em;
	}

	.img_caption {
		align-items: center;
		justify-content: center;

		p {
			width: 362px;
		}
	}
	
	.img_caption:nth-of-type(2) {
		flex-direction: row-reverse;
		
		p {
			margin-right: 0;
			margin-left: 38px;
		}
	}

}/* #blue-radical */


div.bgBlue {
	background-color: #E7F2F8;
	padding: 65px;
	
	section {
		margin: 0 auto !important;
	}
}

.blue-radicalSEC {
	h2.subTopics + p {
		margin-top: 40px;
		line-height: 1.85em;
	}

	.stage__list {

		.stage__item {
			background-color: white;
			box-shadow: 1px 1px 26px rgba(0, 90, 145, 0.13);
			padding: 24px;
			border-radius: 20px;
			margin-top: 26px;
			display: flex;
			gap: 0 18px;

			figure {
				flex-shrink: 0;
				max-width: 75px;
				min-width: 36px;

				img {
					max-width: 100%;
					width: 100%;
				}
			}

			.topic {
				font-size: 1.6rem;
			}

			p {
				line-height: 1.85em;
			}
		}
	}/* .stage__list */

	.way__list {
		max-width: 746px;
		margin: 40px auto 0;
		display: flex;
		justify-content: space-between;

		.way__item {
			/* width: 334px; */
			width: 44%;
			position: relative;

			.way__image {
				img {
					width: 100%;
				}

				figcaption {
					font-size: 1.8rem;
					font-weight: bold;
					margin-top: 12px;
					text-align: center;
				}
			}

			p {
				margin-top: 12px;
				line-height: 1.85em;

				span {
					font-weight: bold;
				}

				.sUP {
					font-size: 2.2rem;
				}

				.sDN {
					font-size: 1.2rem;
				}
			}

		}/* .way__item */

		.way__item:first-of-type::after {
			content: '';
			display: block;
			border-left: solid 12px #365D71;
			border-top: solid 16px transparent;
			border-bottom: solid 12px transparent;
			position: absolute;
			top: 94px;
			/* left: 0; */
			right: -50px;
		}

	}/* .way__list */

	.step__list {
		
		margin: 40px auto 0;

		.step__item {
			display: flex;
			align-items: center;
			gap: 0 20px;

			.step__topic {
				flex-shrink: 0;
				width: 120px;
				height: 120px;
				background-color: white;
				border-radius: 50%;
				text-align: center;
				line-height: 1.57;
				box-shadow: 1px 1px 26px rgba(0, 90, 145, 0.13);
				position: relative;

				span {
					position: absolute;	
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					white-space: nowrap;
					font-size: 1.4rem;
				}

			}/* .step__topic */

		}/* .step__item */

		.step__item:nth-of-type(-n+3) {
			margin-bottom: 16px;
			.step__topic::after {
				content: '';
				display: block;
				border-top: solid 10px #365D71;
				border-left: solid 6px transparent;
				border-right: solid 6px transparent;
				position: absolute;
				left: 50%;
				bottom: -28px;
				transform: translateX(-50%);
			}
		}/* .step__item:nth-of-type(-n+3) */

		.step__description {
			font-size: 1.4rem;
			line-height: 1.85;

			.detail__list {
				margin-top: 16px;

				.detail__item {
					font-size: 1.6rem;
					line-height: 1.6;
				}
			}

		}/* .step__description */

	}/* .step__list */
	

}/* .blue-radicalSEC */

@media screen and (min-width: 1200px){
}
/*min 1200px END*/

@media screen and (max-width: 1199px){

}
/*min 1199px END*/

@media screen and (max-width: 910px){

}
/*max 910px END*/
@media screen and (max-width: 768px){
	#blue-radical {
		h2.mainTopics+p {
			margin-top: 32px;
		}

		.sub_caption {
			font-size: 1.3rem;
			margin-top: 12px;
		}

		.img_caption {

			p {
				font-size: 1.3rem;
				width: 50%;
			}
			figure {
				width: 50%;
			}
		}

		.img_caption:nth-of-type(2) {
			
			p {
				margin-right: 0;
				margin-left: 30px;
			}
		}
	}
	/* #blue-radical */

	div.bgBlue {
		padding: 52px 0%;
	}

	#sub_page .blue-radicalSEC {
		margin: 51px auto;
	}

	.blue-radicalSEC {
		h2.subTopics+p {
			font-size: 1.3rem;
			margin-top: 32px;
		}

		.stage__list {

			.stage__item {
				padding: 20px;
				margin-top: 18px;
				gap: 0 16px;

				.topic {
					font-size: 1.5rem;
				}
	
				p {
					font-size: 1.3rem;
				}
			}

		}/* .stage__list */

		.way__list {
			margin: 32px auto 0;

			.way__item {

				.way__image {
					img {
						max-width: 100%;
					}

					figcaption {
						font-size: 1.5rem;
						margin-top: 10px;
					}
				}

				p {
					margin-top: 10px;

					.sUP {
						font-size: 1.7rem;
					}

					.sDN {
						font-size: 1.1rem;
					}
				}

			}/* .way__item */

			.way__item:first-of-type::after {
				border-left: solid 10px #365D71;
				border-top: solid 14px transparent;
				border-bottom: solid 10px transparent;
				/* top: 94px; */
				top: 21%;
				/* left: 0; */
				/* right: -50px; */
				right: -17%;
			}

		}/* .way__list */

		.step__list {
			.step__item {
				.step__topic {
					width: 100px;
					height: 100px;

					span {
						font-size: 1.2rem;
					}
				}

				.step__description {
					font-size: 1.2rem;
					
					.detail__list {
						margin-top: 14px;

						.detail__item {
							font-size: 1.4rem;
							line-height: 1.6;
						}
					}
				}
			}
		}/* .step__list */
	}/* .blue-radicalSEC */
}

/*max 768px END*/
@media screen and (max-width: 560px) {
	
	#blue-radical {
		h2.mainTopics {
			.sp {
				display: block;
			}
		}
		h2.mainTopics+p {
			font-size: 1.2rem;
			margin-top: 26px;
		}

		.sub_caption {
			font-size: 1.2rem;
			margin-top: 12px;
		}

		.img_caption {
			
			flex-direction: column-reverse;
			p {
				font-size: 1.2rem;
				margin-top: 12px;
				margin-right: 0;
				width: 100%;
			}

			figure {
				width: 100%;
				img {
					max-width: 100%;
				}
			}
		}

		.img_caption:nth-of-type(2) {
			flex-direction: column-reverse;
			p {
				margin-left: 0;
			}
		}

	}/* #blue-radical */

	div.bgBlue {
		padding: 41px 0%;
	}

	#sub_page .blue-radicalSEC {
		margin: 40px auto;
	}

	.blue-radicalSEC {
		h2.subTopics+p {
			font-size: 1.2rem;
		}

		.stage__list {

			.stage__item {
				padding: 16px;
				margin-top: 14px;
				gap: 0 14px;

				figure {
					max-width: 60px;
					min-width: 29px;
				}

				.topic {
					margin-top: 16px;
					margin-bottom: 8px;
					font-size: 1.4rem;
				}

				p {
					font-size: 1.2rem;
				}
			}

		}/* .stage__list */

		.way__list {
			margin: 26px auto 0;
			flex-direction: column;

			.way__item {
				width: 100%;

				.way__image {

					figcaption {
						font-size: 1.4rem;
						margin-top: 8px;
					}
				}

				p {
					font-size: 1.2rem;
					margin-top: 8px;

					.sUP {
						font-size: 1.5rem;
					}

					.sDN {
						font-size: 1.1rem;
					}
				}

			}/* .way__item */

			.way__item:first-of-type::after {
				display: none;
			}

			.way__item:last-of-type {
				margin-top: 36px;
			}

		}/* .way__list */

		.step__list {
			.step__item {
				gap: 0 16px;

				.step__topic {
					width: 90px;
					height: 90px;

					span {
						font-size: 1.1rem;
					}
				}

				.step__description {
					font-size: 1.1rem;

					.detail__list {
						margin-top: 12px;

						.detail__item {
							font-size: 1.3rem;
						}
					}
				}
			}

			.step__item:nth-of-type(-n+3) {
				margin-bottom: 12px;

				.step__topic::after {
					bottom: -28px;
				}

			}/* .step__item:nth-of-type(-n+3) */

		}/* .step__list */

	}/* .blue-radicalSEC */

}/*max 560px END*/

@media screen and (max-width: 480px){
	#blue-radical {

		div.img_caption {
			display: flex;
			
		}

	}/* #blue-radical */

	div.bgBlue {
		padding: 33px 0%;
	}

	article#sub_page section.blue-radicalSEC {
		margin: 32px auto;
	}

	.blue-radicalSEC {
		h2.subTopics+p {
			font-size: 1.2rem;
		}

		.way__list {
			margin: 20px auto 0;

			.way__item {

				.way__image {

					figcaption {
						font-size: 1.3rem;
						margin-top: 8px;
					}
				}

				p {
					margin-top: 8px;

					.sUP {
						font-size: 1.4rem;
					}

					.sDN {
						font-size: 1.1rem;
					}
				}

			}/* .way__item */

			.way__item:last-of-type {
				margin-top: 29px;
			}

		}/* .way__list */

		.stage__list {

			.stage__item {
				padding: 12px;
				margin-top: 12px;
				gap: 0 12px;

				figure {
					max-width: 48px;
					min-width: 23px;
				}

				.topic {
					margin-top: 13px;
					margin-bottom: 6px;
					font-size: 1.3rem;
				}

				p {
					font-size: 1.1rem;
				}
			}

		}/* .stage__list */

		.step__list {
			.step__item {
				gap: 0 12px;

				.step__topic {
					width: 86px;
					height: 86px;
				}

				.step__description {
					font-size: 1.1rem;

					.detail__list {
						margin-top: 10px;

						.detail__item {
							font-size: 1.2rem;
						}
					}
				}
				
			}

			.step__item:nth-of-type(-n+3) {
				margin-bottom: 10px;

				.step__topic::after {
					bottom: -28px;
				}

			}/* .step__item:nth-of-type(-n+3) */

		}/* .step__list */

		

	}/* .blue-radicalSEC */

}
/*max 480px END*/