.assessment_wrap {
	font-family: "Noto Sans JP";
	color: #2f2f2f;
}


.sp {
	display: none;
}
@media screen and (max-width: 740px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.inter {
	font-family: "Inter";
}

.assessment_wrap img {
	width: 100%;
}

/*ページ専用ナビ*/

.assessment_nav {
	border-bottom: solid 1px #f2f2f2;
}

.assessment_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.assessment_nav ul li {
	margin: 0px 30px;
}

.assessment_nav ul li a {
	color: #2f2f2f;
	text-decoration: none;
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-weight: 500;
}

.assessment_nav ul li a:hover {
	opacity: .7;
}

.assessment_nav ul li a::after {
	content: "";
	position: absolute;
	background: url(../../../images/product/security/vuln_assessment/nav_arrow.png) no-repeat;
	background-size: 100%;
	width: 13px;
	height: 8px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 740px) {
.assessment_nav ul {
	flex-wrap: wrap;
	padding: 10px;
}

.assessment_nav ul li {
	margin: 0px 8px;
}

.assessment_nav ul li a {
	font-size: 1.2rem;
	padding-right: 12px;
}
.assessment_nav ul li a::after {
	width: 9px;
	height: 5px;
}


}




/*FV*/

.assessment_fv {
	background: url(../../../images/product/security/vuln_assessment/top_back.png) no-repeat center center;
	padding: 60px 20px;
	box-sizing: border-box;
}

.assessment_fv_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}

.assessment_fv_inner_L {
	max-width: 600px;
	margin-right: 3%;
}
.assessment_fv_inner_R {

}


.assessment_logo {
	max-width: 600px;
	margin-bottom: 20px;
}

.assessment_fv_txt01 {
	margin-bottom: 50px;
	font-size: 1.7rem;
	font-weight: 500;
}

.assessment_fv_cont {
	background: #eeeeee;
	border-radius: 16px;
	padding: 30px;
	box-sizing: border-box;
}

.assessment_fv_cont_top {
	display: flex;
	align-items: center;
}

.assessment_fv_cont_top dt {
	max-width:156px;
	margin-right: 25px;
}

.assessment_fv_cont_top dd {
	font-weight: 700;
	font-size: 2.6rem;
}

.assessment_fv_txt02 {
	font-size: 1.5rem;
	font-weight: 500;
}

.assessment_blue {
	color: #0068b6;
	text-decoration: none;
}

.assessment_blue:hover {
	text-decoration: underline;
	color: #0068b6;
}

.assessment_cv {
	display: flex;
	align-items: center;
	justify-content: center;
}
.assessment_cv_mt50 {
	margin-top: 50px;
}

.assessment_cv li {
	margin-left: 20px;
	margin-right: 20px;
}

.assessment_cv li a {
	display: block;
	border-radius: 100px;
	text-align: center;
	font-size: 2rem;
	width: 370px;
	padding: 20px;
	box-sizing: border-box;
	background: #fccf00;
	color: #274b66;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	transition: filter 0.3s ease;
}

.assessment_cv li a::after {
	content: "";
	position: absolute;
	background: url(../../../images/product/security/vuln_assessment/btn_arrow01.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.assessment_cv li.assessment_cv02 a {
	background: #fff;
	color: #0068b6;
}

.assessment_cv li.assessment_cv02 a::after {
	background: url(../../../images/product/security/vuln_assessment/btn_arrow02.png) no-repeat;
	background-size: 100%;
}

.assessment_cv li a:hover {
	filter: brightness(1.1);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
}

.assessment_cv li a:hover:after {
	right: 25px;
} 

.sp_fv_img {
	display: none;
}

@media screen and (max-width: 740px) {
.sp_fv_img {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.assessment_fv {
	background: url(../../../images/product/security/vuln_assessment/top_back_sp.png) no-repeat center center;
	padding: 20px 20px;
}
.assessment_fv_inner {
	display: block;
}
.assessment_logo {
	margin-bottom: 10px;
}
.assessment_fv_txt01 {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.assessment_fv_cont {
	border-radius: 12px;
	padding:15px;
	
}
.assessment_fv_cont_top {
	display: flex;
	align-items: center;
}

.assessment_fv_cont_top dt {
	max-width:100px;
	margin-right: 15px;
}

.assessment_fv_cont_top dd {
	font-size: 1.8rem;
}

.assessment_fv_txt02 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 10px;
	box-sizing: border-box;
}
.assessment_fv_inner_L {
	max-width: 100%;
	margin-right: 0;
}
.assessment_fv_inner_R {
	display: none;

}


.assessment_cv {
	display: block;
}
.assessment_cv_mt50 {
	margin-top: 25px;
}

.assessment_cv li {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.assessment_cv li a {
	font-size: 1.7rem;
	width: 100%;
}



}



/*多くの企業が抱える4つの悩み*/

.assessment_worries {
	background: #eeeeee;
	padding: 60px 20px;
	padding-bottom: 0;
}

.assessment_worries_inner {
	max-width: 1050px;
	margin: 0 auto;
}

.assessment_worries_ttl {
	background: #0068b6;
	padding: 5px 20px 10px 20px;
	border-radius: 100px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	font-size: 3.5rem;
	position: relative;
	margin-bottom: 50px;
}

.assessment_worries_ttl::after {
  content: "";
  position: absolute;
  left: 30%;          /* 左から20%の位置 */
  bottom: -24px;      /* 下に突き出す分 */
  width: 24px;        /* 三角形の幅 */
  height: 24px;       /* 三角形の高さ */
  background: #0068b6;
  /* 右側が垂直の下向き三角形（右直角三角形） */
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.assessment_worries_ttl span {
	font-size: 150%;
	color: #fccf00;
}

.assessment_worries_inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.assessment_worries_inner ul li {
	width: 49%;
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.assessment_worries_inner ul li h3 {
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
}

.assessment_worries_inner ul li h3 b {
	display: block;
	color: #0068b6;
	font-weight: 700;
	font-size: 140%;
}

.assessment_worries_img {
	max-width:301px;
	margin: 0 auto;
}

.assessment_worries_txt {
	font-weight: 500;
	font-size: 1.6rem;
	padding: 10px;
	box-sizing: border-box;
	line-height: 2;

	display: flex;
	align-items: center;
	min-height: 190px;
}

.assessment_worries_bottom {
	max-width: 1460px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}


@media screen and (max-width: 740px) {
	.assessment_worries {
	padding: 40px 20px;
	padding-bottom: 10px;
}
.assessment_worries_ttl {
	padding: 5px 20px 10px 20px;
	max-width: 740px;
	font-size: 2rem;
}

.assessment_worries_inner ul {
	display: block;
}

.assessment_worries_inner ul li {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
}

.assessment_worries_inner ul li h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.assessment_worries_img {
	max-width:250px;
}
.assessment_worries_txt {
	font-size: 1.2rem;
	display: block;
	min-height: auto;
}
.assessment_worries_inner ul li h3 b {
	font-size: 130%;
}
.assessment_worries_bottom {
	padding-left: 30px;
	padding-right: 30px;
}


}




/*サービスの特徴*/

.assessment_cont01 {
	padding: 60px 20px;
	box-sizing: border-box;
}

.assessment_cont01_inner {
	max-width: 958px;
	margin: 0 auto;
}

.assessment_cont01_logo {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.assessment_cont01_ttl {
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	margin-bottom: 50px;
}

.assessment_cont01_txt01 {
	font-weight: 500;
	font-size: 1.7rem;
}

.assessment_cont01_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.assessment_cont01_fream_top {
	max-width: 958px;
}

.assessment_cont01_fream_top img {
	vertical-align: bottom;
}

.assessment_cont01_fream_mid {
	max-width: 958px;
	background: url(../../../images/product/security/vuln_assessment/file_mid.png) repeat-y;
	background-size: 100%;
	padding-top: 20px;
}

.assessment_cont01_fream_bottom {
	max-width: 958px;
}

.assessment_cont01_fream_mid .assessment_cont01_logo {
	max-width: 410px;
}

.assessment_cont01_fream_mid dl {
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #595757;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.assessment_cont01_fream_mid dl dt {
	width: 100px;
	color: #0068b6;
	font-weight: 700;
	font-size: 1.7rem;
}

.assessment_cont01_fream_mid dl dd {
	font-weight: 500;
	font-size: 1.5rem;
	flex: 1;
	width: 100%;
}

.assessment_cont01_fream_mid dl dd ul li {
	margin-bottom: 10px;
}
.assessment_cont01_fream_mid dl dd ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 740px) {
.assessment_cont01 {
	padding: 40px 20px;
}

.assessment_cont01_logo {
	max-width: 300px;
	margin-bottom: 10px;
}

.assessment_cont01_ttl {
	font-size: 2.3rem;
	margin-bottom: 20px;
}
.assessment_cont01_txt01 {
	font-size: 1.4rem;
}

.assessment_cont01_fream_mid .assessment_cont01_logo {
	max-width: 70%;
}

.assessment_cont01_fream_mid dl {
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}

.assessment_cont01_fream_mid dl dt {
	width: 100%;
	font-size: 1.4rem;
}

.assessment_cont01_fream_mid dl dd {
	font-size: 1.2rem;
}
.assessment_cont01_top {

	margin-bottom: 40px;
}
}



/*CV*/

.assessment_cv_wrap {
	background: url(../../../images/product/security/vuln_assessment/blue_back.png) no-repeat center center;
	padding: 50px 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 740px) {
	.assessment_cv_wrap {
	background: url(../../../images/product/security/vuln_assessment/blue_back_sp.png) no-repeat top left;
	background-size: 100%;
	padding: 20px 20px;
	padding-top: 40px;
}
}



/*プラン比較*/

.assessment_cont02 {
	background: #daf1fd;
	box-sizing: border-box;
	padding: 60px 20px;
}

.assessment_cont02_inner {
	max-width: 1190px;
	margin: 0 auto;
}

.assessment_comon_ttl {
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.assessment_comon_ttl::after {
	content: "";
	position: absolute;
	background: #0068b6;
	width: 50px;
	height: 6px;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.assessment_cont02_caution {
	text-align: right;
	margin-top: 10px;
	font-weight: 500;
}

@media screen and (max-width: 740px) {
	.assessment_cont02 {
	padding: 40px 20px;
}

.assessment_comon_ttl {
	font-size: 2.3rem;
	margin-bottom: 40px;
}
.assessment_comon_ttl::after {
	content: "";
	position: absolute;
	background: #0068b6;
	width: 30px;
	height: 3px;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.assessment_cont02_caution {
	font-size: .8rem;
}


.assessment_cont02_img {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
}

.assessment_cont02_img img {
  min-width: 600px; /* 画像幅を固定（ここは実際の画像サイズに合わせる） */
  width: auto;
  display: block;
}


}


.assessment_plan_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 5px solid #daf1fd;
}

.assessment_plan_top > li {
	width: 24.7%;
}

.assessment_plan_top_left {
	box-sizing: border-box;
	background: #6a7380;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
}

.assessment_plan_top_bace {
	box-sizing: border-box;
	background: #108fc4;
	border-radius: 32px 32px 0px 0px;
	padding: 20px;
}

.assessment_plan_top_name {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

.assessment_plan_top_price {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-family: "Inter";
	font-size: 4rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.assessment_plan_top_price span {
	display:inline-block;
	text-align: right;
	font-size: 70%;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

.assessment_plan_top_bace ul {
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 8px;
}

.assessment_plan_top_bace ul li {
	font-weight: 700;
	font-size: 1.4rem;
	position: relative;
	padding-left: 15px;
	margin-bottom: 3px;
}

.assessment_plan_top_bace ul li:last-child {
	margin-bottom: 0;
}

.assessment_plan_top_bace ul li::before {
	position: absolute;
	content: "";
	background: url(../../../images/product/security/vuln_assessment/check.png)  no-repeat;
	background-size: 100%;
	width: 12px;
	height: 9px;
	left: 0;
	top: 7px;
}

.assessment_plan_top_bace_2 {
	background: #0977cc;
}
.assessment_plan_top_bace_3 {
	background: #1a63c6;
}


.assessment_plan_top_cont table {
	background: #fff;
	width: 100%;
}

.assessment_plan_top_cont table tr {
	border-bottom: 1px solid #595757;
}

.assessment_plan_top_cont table tr.assessment_plan_top_cont_none {
	border-bottom: 5px solid #daf1fd;
}
.assessment_plan_top_cont table tr:last-child {
	border-bottom: 5px solid #daf1fd;
}

.assessment_plan_top_cont table th {
	width: 24.5%;
	padding: 30px 20px;
	font-weight: 700;
	text-align: center;
	font-size: 1.8rem;
	vertical-align: middle;
}

.assessment_plan_top_cont table td {
	width: 24.5%;
	padding: 30px 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	border-left: 5px solid #daf1fd;
}

img.assessment_check {
	width: 25px;
}

.assessment_plan_top_cont table th.assessment_plan_top_cont_last,.assessment_plan_top_cont table td.assessment_plan_top_cont_last {
	padding: 0;
	height: 24px;
	
}

.assessment_plan_top_cont_last_1 {
background: #6a7380;
}
.assessment_plan_top_cont_last_2 {
background: #108fc4;
}
.assessment_plan_top_cont_last_3 {
background: #0977cc;
}
.assessment_plan_top_cont_last_4 {
background: #1a63c6;
}


@media screen and (max-width: 1250px) {
	.assessment_plan_top_name {
		font-size: 2rem;
	}
	.assessment_plan_top_price {
		font-size: 3rem;
	}
	.assessment_plan_top_bace ul li {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1110px) {
	.assessment_plan_top_bace ul li {
		font-size: 1rem;
	}
	
	.assessment_plan_top_bace ul {
		padding: 8px;
	}

	
}


.assessment_plan_caution {
	display: none;
}

@media screen and (max-width: 740px) {
	.assessment_plan_inner {
		width: 800px;

}
	.assessment_plan {
		overflow-x: scroll;
	}
	.assessment_plan_caution {
		display: block;
		background: #c7e9fc;
		padding: 5px 10px;
		text-align: center;
		margin-bottom: 20px;
	}

	.assessment_plan_top_left {
		font-size: 1.6rem;
	}

	.assessment_plan_top_cont table th {
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	.assessment_plan_top_cont table td {
		font-size: 1.1rem;
		padding: 5px 10px;
	}

	.assessment_plan_top_bace {
		padding: 5px;
		padding-top: 10px;
		border-radius: 15px 15px 0px 0px;
	}

	

.assessment_plan_top_name {
		font-size: 1.6rem !important;
	}
	.assessment_plan_top_price {
		font-size: 2.5rem;
	}
}



/*導入の流れ*/

.assessment_cont03 {
	background: #E7FBFE;
background: linear-gradient(180deg, rgba(231, 251, 254, 1) 0%, rgba(161, 204, 248, 1) 100%);
	box-sizing: border-box;
	padding: 60px 20px;
}

.assessment_cont03_inner {
	max-width: 1190px;
	margin: 0 auto;
}

.assessment_cont03_inner dl {
	background: #fff;
	border: 6px solid #0068b6;
	border-radius: 16px;
	padding: 30px 50px 30px 80px;;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin-left: 5%;
	position: relative;
}

.assessment_cont03_inner dl::before {
	position: absolute;
	content: "";
	background: url(../../../images/product/security/vuln_assessment/step01.png) no-repeat;
	background-size: 100%;
	width: 115px;
	height: 115px;
	top: 50%;
	transform: translateY(-50%);
	left: -57px;
}

.assessment_cont03_inner dl.assessment_cont03_step02::before {
	background: url(../../../images/product/security/vuln_assessment/step02.png) no-repeat;
	background-size: 100%;
}
.assessment_cont03_inner dl.assessment_cont03_step03::before {
	background: url(../../../images/product/security/vuln_assessment/step03.png) no-repeat;
	background-size: 100%;
}
.assessment_cont03_inner dl.assessment_cont03_step04::before {
	background: url(../../../images/product/security/vuln_assessment/step04.png) no-repeat;
	background-size: 100%;
}
.assessment_cont03_inner dl.assessment_cont03_step05::before {
	background: url(../../../images/product/security/vuln_assessment/step05.png) no-repeat;
	background-size: 100%;
}

.assessment_cont03_inner dl dt {
	display: block;
	font-family: "Inter";
	font-weight: 700;
	font-size: 7rem;
	color: #0068b6;
	line-height: 1;
	position: relative;
	padding-right: 40px;
}

.assessment_cont03_inner dl dd h3 span {
	display: none;
}

.assessment_cont03_inner dl dt::after {
	content: "";
	position: absolute;
	background:#0068b6;
	width: 6px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.assessment_cont03_inner dl dd {
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	padding-left: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.assessment_cont03_inner dl dd h3 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.2;
	width: 250px;
	margin: 0 !important;
	padding: 0 !important;
}

.assessment_cont03_inner dl dd p {
	display: block;
	flex: 1;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
}



.assessment_cont03_step_arrow {
	max-width: 30px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}


@media screen and (max-width: 740px) {
.assessment_cont03 {
	padding: 40px 20px;
}



.assessment_cont03_inner dl {
	border: 4px solid #0068b6;
	padding: 40px 20px 20px 20px;;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
}

.assessment_cont03_inner dl.assessment_cont03_step01 {
	margin-top: 60px;
}

.assessment_cont03_inner dl::before {
	position: absolute;
	content: "";
	background: url(../../../images/product/security/vuln_assessment/step01.png) no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.assessment_cont03_inner dl dt {
	display: none;
	font-size: 4rem;
	padding-right:0;
	text-align: center;
	margin-bottom: 10px;
}

.assessment_cont03_inner dl dd h3 span {
	display: inline-block;
	font-family: "Inter";
	font-weight: 700;
	font-size: 3rem;
	color: #0068b6;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.assessment_cont03_inner dl dt::after {
	display: none;
}

.assessment_cont03_inner dl dd {
	padding-left: 0;
	display: block;
}

.assessment_cont03_inner dl dd h3 {
	font-size: 2rem;
	line-height: 1.2;
	width: 100%;
	margin-bottom: 10px;
}

.assessment_cont03_inner dl dd p {
	font-size: 1.4rem;
}

}






/*よくあるご質問*/


.assessment_cont04 {
	box-sizing: border-box;
	padding: 60px 20px;
}

.assessment_cont04_inner {
	max-width: 1100px;
	margin: 0 auto;
}


.assessment_faq {
    width: 100%;
	margin-bottom: 30px;
}

.assessment_faq dt {
    position: relative;
    background: #E7FBFE;
background: linear-gradient(90deg, rgba(231, 251, 254, 1) 0%, rgba(161, 204, 248, 1) 100%);
    padding: 30px 80px;
	border-radius: 100px;
    cursor: pointer;
    font-weight: 700;
	font-size: 1.8rem;
}

.assessment_faq dt .toggle-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-53%);
    font-size: 3.5rem;
    font-weight: 700;
	color: #0068b6;
	line-height: 1;
}

.assessment_faq dd {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0px 80px;
	font-size: 1.8rem;
	margin-top: 10px;
	position: relative;
}

.assessment_faq dt::before {
	content: "Q";
	font-size: 5rem;
    font-weight: 600;
	position: absolute;
	left: 30px;
	top: 5px;
	color: #0068b6;
	font-family: "Inter";
}
.assessment_faq dd::before {
	content: "A";
	font-size: 5rem;
    font-weight: 600;
	position: absolute;
	left: 30px;
	top: 5px;
	color: #0068b6;
	font-family: "Inter";
}
@media screen and (max-width: 740px) {
	.assessment_cont04 {
	box-sizing: border-box;
	padding: 40px 20px;
}

	.assessment_faq {
		margin-bottom: 20px;
	}
	.assessment_faq dt {
		padding: 15px 40px;
		font-size: 1.4rem;
	}
	.assessment_faq dt .toggle-icon {
		right: 20px;
		top: 50%;
		transform: translateY(-55%);
		font-size: 2.5rem;
	}
	.assessment_faq dd {
		padding: 0px 40px;
		font-size: 1.2rem;
	}
	.assessment_faq dt::before {
		content: "Q";
		font-size: 2.5rem;
		font-weight: 600;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-55%);
		color: #61c6dd;
		font-family: "Inter";
	}
	.assessment_faq dd::before {
		content: "A";
		font-size: 2.5rem;
		font-weight: 600;
		position: absolute;
		left: 15px;
		top: 5px;
		color: #61c6dd;
		font-family: "Inter";
	}
}


.assessment_nav_fix {
  background: #0068b6;
  padding: 20px;
  padding-right: 36px;
  box-sizing: border-box;
  border-radius: 16px 0 0 16px;
  position: fixed;
  right: -150px;
  top: 25%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: right 0.4s ease;
}

/* スクロール中・マウスホバー中どちらでも表示 */
.assessment_nav_fix.active,
.assessment_nav_fix:hover {
  right: -16px;
}



.assessment_nav_fix ul li {
	margin-bottom: 10px;
}
.assessment_nav_fix ul li:last-child {
	margin-bottom: 0;
}

.assessment_nav_fix ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 500;
}
.assessment_nav_fix ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 740px) {
	.assessment_nav_fix  {
		display: none;
	}
}


.assessment_txt_big {
	font-size:2.4rem;
	color: #0068b6;
	display: block;
	margin-bottom: 10px;
}


@media screen and (max-width: 740px) {
.assessment_txt_big {
	font-size:1.6rem;
}
}
