@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
#action_plan .action_msg::after {
	content: "NEXTGEN SUPPORT";
}
#action_plan .action_msg .img {
	width: 300px;
	background: #fff;
	padding: 40px;
}
#action_plan .action_msg .txt_box {
	width: 750px;
}
#action_plan .plan_box .box {
	margin-bottom: 50px;
}
#action_plan .plan_box .box dt {
	font-size: 40px;
	line-height: 1.8em;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#action_plan .plan_box .box dt .maru {
	background: #f9f4a7;
	width: 88px;
	height: 88px;
	display: inline-block;
	border-radius: 50%;
	padding: 8px 31px;
	margin-right: .5em;
}
#action_plan .plan_box .box dd {
	background: #f7f7f7;
	padding: 30px;
	border-radius: 25px;
}
#action_plan .plan_box .box dd + dd {
	margin-top: 50px;
}
#action_plan .plan_box .box dd .txt02 {
	font-size : 24px;
	margin-bottom: 10px;
}
#action_plan .plan_box .box dd .txt_in {
	background: #fff;
	padding: 30px;
	border-radius: 25px;
	margin-bottom: 30px;
}
#action_plan .plan_box .box dd .txt_in:last-of-type {
	margin-bottom: 0;
}
#action_plan .plan_box .box dd .txt_in li {
	position: relative;
	line-height : 34px;
	padding-left: 25px;
}
#action_plan .plan_box .box dd .txt_in li::before {
	content: "";
	background: #fed300;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#action_plan .action_msg .img {
		width: 25%;
		padding: 20px;
	}
	#action_plan .action_msg .txt_box {
		width: 70%;
	}
	#action_plan .plan_box .box dt {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#action_plan .plan_box .box dt .maru {
		padding: 3px 17px;
		width: 50px;
		height: 50px;
	}
	#action_plan .plan_box .box dd {
		padding: 15px;
		border-radius: 15px;
	}
	#action_plan .plan_box .box dd .txt02 {
		font-size: 20px;
	}
	#action_plan .plan_box .box dd .txt_in {
		padding: 15px;
		border-radius: 15px;
		margin-bottom: 15px;
	}
	#action_plan .plan_box .box dd .txt_in li {
		padding-left: 15px;
		line-height: 1.8em;
	}
	#action_plan .plan_box .box dd .txt_in li::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#action_plan .action_msg .img {
		width: 80%;
		margin: 0 auto 20px;
	}
	#action_plan .action_msg .txt_box {
		width: 100%;
	}
	#action_plan .action_msg .txt_box h4 {
		font-size: 5.5vw;
	}
	#action_plan .plan_box .box dt {
		font-size: 20px;
	}
	#action_plan .plan_box .box dt .maru {
		padding: 0 11px;
		width: 35px;
		height: 35px;
	}
	#action_plan .plan_box .box dd .txt02 {
		font-size: 120%;
	}
}