@charset "utf-8";

/*---------- TOP ----------*/
body {
  font-family: ヒラギノ角ゴ Pro !important;
}
#mainContent {width: 1062px;}
.topicpath {margin-bottom: 24px;}
.mt28 {margin-top: 28px !important;}
.mt76 {margin-top: 76px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb76 {margin-bottom: 76px !important;}
.mb80 {margin-bottom: 80px !important;}
.ctr {text-align: center;}
.clr_333 {color: #333;}
.fs16 {font-size: 16px !important; line-height: 28px;}
.fs12 {font-size: 12px !important;}
main.aptitude {
  background: #F1F1F1;
  padding-bottom: 30px;
}
main.aptitude * {box-sizing: border-box;}
main.aptitude a {transition: .4s;}
main.aptitude a:hover {
	text-decoration: none;
	opacity: .8;
}
main.aptitude .inner {
  width: 670px;
  margin: 0 auto;
}
main.aptitude .white_inner {
	background: white;
	padding: 0 35px;
	overflow: hidden;
}
.aptitude_h2 {
	font-size: 20px;
	font-weight: bold;
}
.aptitude_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 90px;
	color: white;
	font-size: 26px;
	font-weight: bold;
	background: #0199DE !important;
	border-radius: 47px;
	margin: 0 auto 34px;
}
.aptitude_btn.wide_btn {width: 422px;}
.aptitude_btn:hover {
	color: white;
}
.sample_window {
	display: block;
	width: fit-content;
	font-size: 16px;
	color: #0199DE;
	margin: 0 auto 48px;
}
.sample_window:hover {color: #0199DE;}

/*---------- input01-03 ----------*/
.aptitude_flow {
	display: flex;
	align-items: center;
	margin: 20px 0 24px;
}
.aptitude_flow .num {
 border: 2px solid #0199DE;
 width: 44px;
 height: 44px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-top: 3px;
 margin-right: 13px;
}
.aptitude_flow .num .top {
	font-size: 16px;
	font-weight: bold;
	color: #0199DE;
}
.aptitude_flow .num .bottom {
	font-size: 12px;
	color: #C1C1C1;
}
.aptitude_flow .aptitude_ttl {
	font-size: 20px;
	font-weight: bold;
}
.check_page p {
	font-size: 12px;
	line-height: 19px;
}
ul.q_list {margin: 40px 0 32px;}
ul.q_list > li {
	border-bottom: 1px solid #C1C1C1;
	padding: 16px 0 10px;
}
ul.q_list .q {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.chk_area {
	display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  height: 60px;
  margin: 10px 30px 0;
}
/*----- form parts -----*/
.chk_area label {
	position: relative;
	left: -26px;
  top: -26px;
}
.chk_area label input {
	appearance: none;
}
.chk_area label span::before {
	content: "";
	background: white;
	position: absolute;
	width: 47px;
	height: 47px;
	z-index: 1;
	border: 2px solid #0199DE;
	border-radius: 50%;
}
.chk_area label.case2 {
	margin-top: 20px;
	margin-left: 40px;
}
.chk_area label.case4 {margin-top: 20px;}
label + label {margin-left: 30px;}
.chk_area label.case2 span::before,
.chk_area label.case4 span::before {
	width: 31px;
	height: 31px;
}
.chk_area label.case3 {margin-top: 25px;}
.chk_area label.case3 span::before {
	width: 26px;
	height: 26px;
	border-color: #C1C1C1;
}
.chk_area label.case4 span::before,
.chk_area label.case5 span::before {
	border-color: #FF4A5C;
}
.chk_area label input:checked + span::before {
	border: 1px solid #0199DE;
	background: #0199DE;
}
.chk_area label.case3 input:checked + span::before {
	background: #C1C1C1;
	border-color: #C1C1C1;
}
.chk_area label.case4 input:checked + span::before,
.chk_area label.case5 input:checked + span::before {
	background: #FF4A5C;
	border-color: #FF4A5C;
}
.chk_area label input:checked + span::after {
	content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  display: block;
  width: 22px;
  height: 12px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
  z-index: 3;
}
.chk_area label.case2 input:checked + span::after,
.chk_area label.case4 input:checked + span::after {
	top: 8px;
  left: 7px;
  width: 16px;
  height: 8px;
}
.chk_area label.case3 input:checked + span::after {
	top: 7px;
  left: 6px;
  width: 13px;
  height: 8px;
}
/*---------- result ----------*/
.result_outline {
	background: url(/success/shindan/job9/images/h_img/result_bg_left.png) left 10px top 2px no-repeat, url(/success/shindan/job9/images/h_img/result_bg_right.png) right 8px top 10px no-repeat #C2ECFB;
	height: 138px;
	border-radius: 9px;
	display: flex;
	flex-direction: column;
  align-items: center;
  font-size: 16px;
  padding-top: 40px;
}
.result_outline .result1 {
	font-size: 20px;
	font-weight: bold;
	margin-left: 70px;
	margin-bottom: 8px;
  text-align:center;
}
.result_detail {
	border: 2px solid #0199DE;
	border-radius: 7px;
	padding: 0 35px 28px;
	position: relative;
	background: url(/success/shindan/job9/images/h_img/result_detail_bg.png) left bottom no-repeat;
	background-size: cover;
}
.check_ttl {
	height: 60px;
  font-size: 16px;
  font-weight: bold;
  background: url(/success/shindan/job9/images/h_img/result_bg.png) right 5px top 0px no-repeat white;
  padding: 35px 90px 0 10px;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  top: -50px;
  padding-top: 35px;
}
.result_detail .advantage {
	background: #FFEBED;
	border-radius: 50px;
	padding: 28px;
	font-size: 18px;
	margin: -10px 0 68px;
}
.result_detail .chart {
	margin-bottom: 50px;
}
.advantage_detail {
	font-size: 16px;
	line-height: 28px;
	margin: 0 15px 30px;
}
.suitable_job {
	background: #C2ECFB;
	padding: 20px 35px 28px;
}
.strong_point {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 60px;
}
.strong_point span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.job_choices {
	display: flex;
	justify-content: space-between;
}
.job_choices .cell {
	background: white;
	width: calc(33.333% - 15px * 2 / 3);
	padding: 14px 10px;
	position: relative;
}
.job_choices .cell::before {
	content: "";
  display: block;
  background: url(/success/shindan/job9/images/h_img/suitable_job.png) no-repeat;
  width: 71px;
  height: 43px;
  position: absolute;
  left: 0;
  top: -43px;
}
.job_choices .cell p {
	color: #FF4A5C;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 2px solid #FF4A5C;
	padding-bottom: 12px;
	margin-bottom: 18px;
	min-height: 86px;
	position: relative;
}
.job_choices .cell p::after {
	content: "";
	width: 9px;
	height: 9px;
	border-left: 2px solid #FF4A5C;
	border-bottom: 2px solid #FF4A5C;
	background: white;
	position: absolute;
	left: 50%;
	transform: rotate(-45deg) translate(-50%);
	bottom: -3px;
}
.job_choices .cell ul li {
	display: flex;
	align-items: flex-start;
	border-bottom: 2px dotted #C1C1C1;
	padding: 15px 0 2px;
	font-size: 14px;
}
.job_choices .cell ul li img{
 margin-right:7px;
}
.job_choices .cell ul li a {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	display: block;
}
#myRadarChart {margin: 0 auto;}
/*---------- 中２・３用 ----------*/
.aptitude_btn.page_scl_h {background: #03DD99 !important;}
.sample_window.page_scl_h {color: #03DD99;}
.sample_window.page_scl_h:hover {color: #03DD99;}
.scl_h .aptitude_flow .num {border-color: #03DD99;}
.scl_h .aptitude_flow .num .top {color: #03DD99;}
.scl_h .chk_area label.case1 span::before,
.scl_h .chk_area label.case2 span::before {border-color: #03DD99;}
.scl_h .chk_area label.case1 input:checked + span::before,
.scl_h .chk_area label.case2 input:checked + span::before {
	border-color: #03DD99;
  background: #03DD99;
}
.scl_h .chk_area label.case4 span::before,
.scl_h .chk_area label.case5 span::before {border-color: #FFAE4D;}
.scl_h .chk_area label.case4 input:checked + span::before,
.scl_h .chk_area label.case5 input:checked + span::before {
	border-color: #FFAE4D;
  background: #FFAE4D;
}
.scl_h .aptitude_btn {background: #03DD99 !important;}
.scl_h .result_outline {background: url(/success/shindan/job9/images/h_img/result_bg_left.png) left 10px top 2px no-repeat, url(/success/shindan/job9/images/h_img/result_bg_right.png) right 8px top 10px no-repeat #CCF8EB;}
.scl_h .result_detail {border-color: #03DD99;}
.scl_h .result_detail .advantage {background: #FFEFDB;}
.scl_h .result_detail {background: url(/success/shindan/job9/images/h_img/result_detail_bg_scl_h.png) left bottom no-repeat;}
.scl_h .suitable_job {background: #CCF8EB;}
.scl_h .job_choices .cell p {
	color: #FFAE4D;
	border-bottom-color: #FFAE4D;
}
.scl_h .job_choices .cell p::after {
	border-left-color: #FFAE4D;
  border-bottom-color: #FFAE4D;
}
/*---------- 小５・６、中１用 ----------*/
.aptitude_btn.page_scl_j {background: #0AD2ED !important;}
.sample_window.page_scl_j {color: #0AD2ED;}
.sample_window.page_scl_j:hover {color: #0AD2ED;}
.scl_j .aptitude_flow .num {border-color: #0AD2ED;}
.scl_j .aptitude_flow .num .top {color: #0AD2ED;}
.scl_j .chk_area label.case1 span::before,
.scl_j .chk_area label.case2 span::before {border-color: #0AD2ED;}
.scl_j .chk_area label.case1 input:checked + span::before,
.scl_j .chk_area label.case2 input:checked + span::before {
	border-color: #0AD2ED;
  background: #0AD2ED;
}
.scl_j .chk_area label.case4 span::before,
.scl_j .chk_area label.case5 span::before {border-color: #FF719A;}
.scl_j .chk_area label.case4 input:checked + span::before,
.scl_j .chk_area label.case5 input:checked + span::before {
	border-color: #FF719A;
  background: #FF719A;
}
.scl_j .aptitude_btn {background: #0AD2ED !important;}
.scl_j .result_outline {background: url(/success/shindan/job9/images/h_img/result_bg_left.png) left 10px top 2px no-repeat, url(/success/shindan/job9/images/h_img/result_bg_right.png) right 8px top 10px no-repeat #DAF8FC;}
.scl_j .result_detail {border-color: #0AD2ED;}
.scl_j .result_detail .advantage {background: #FFE5EC;}
.scl_j .result_detail {background: url(/success/shindan/job9/images/h_img/result_detail_bg_scl_j.png) left bottom no-repeat;}
.scl_j .suitable_job {background: #DAF8FC;}
.scl_j .advantage_detail {margin: 0 15px;}
.scl_j .strong_point {margin-bottom: 32px;}
ul.job_choices_j {
	display: flex;
	flex-wrap: wrap;
}
ul.job_choices_j li {
	width: calc(33.333% - 16px * 2 / 3);
	background: white;
	margin: 16px 16px 0 0;
	padding: 20px 10px;
	text-align: center;
}
ul.job_choices_j li:nth-child(3n) {margin-right: 0;}
ul.job_choices_j li:nth-child(-n+3) {margin-top: 0;}
ul.job_choices_j li p {font-size: 16px;}
ul.job_choices_j li a {
	font-size: 12px;
	color: #000;
	display: block;
	padding-right: 5px;
	position: relative;
	margin-top: 12px;
}
ul.job_choices_j li a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	transform: rotate(-45deg);
	position: absolute;
	top: 16px;
	right: -2px;
}
.job_icon{
 border-radius:15px;
 width:30px;
 height:30px;
}
.res_img_jh {
  height: 100px;
}