@charset "utf-8";

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
	-webkit-appearance: none;
	border-radius: 0;
}
#gan_left_contents {
	background: #fff;
}
.contents_box {
  background: #b9ddf5;
  margin: 0 0 30px;
  padding: 8px;
}
.contents_box_inner {
  background: #f1f7fd;
  border-radius: 10px;
}
.page_body_01 {
  padding: 30px 17px;
}
.result_txt {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
#gan_left_contents_body .result_txt {
  margin: 0 0 15px;
}

#gan_left_contents_body .result_txt_color01 {
  color: #d85759;
}
#gan_left_contents_body .result_txt_color02 {
  color: #4a88f2;
}
#gan_left_contents_body .result_txt_color03 {
  color: #00A951;
}
.check_btn_wrap {
  text-align: center;
  padding-top: 30px;
}
#gan_left_contents_body a.check_btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding-top: 9px;
  font-size: 18px;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
}
.check_btn span {
  color: #ffffff;
  font-size: 14px;
}
.check_btn01 {
  background-image: url(../images/check_btn_01.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.check_btn02 {
  background-image: url(../images/check_btn_02.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.check_btn03 {
  background-image: url(../images/check_btn_03.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.check_btn04 {
  background-image: url(../images/check_btn_04.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.result_txt_box {
  display: flex;
  gap: 15px 0;
  font-size: 14px;
  margin: 35px 0 0;
  text-align: center;
  flex-direction: column-reverse;
}
.result_img_wrap {
  margin: 0;
  text-align: center;
}
.result_img01 {
  width: 124px;
}
.result_img02 {
  width: 109px;
}
.result_img03 {
  width: 159px;
}

.result_txt_box_p {
  background-image: url(../images/top.png),
    url(/images/syukancheck/bottom.png);
  background-repeat: repeat-x;
  background-position: top left, bottom left;
  padding: 10px 0;
  text-align: left;
}
#gan_left_contents_body .result_txt_box_p p {
  margin-bottom: 0;
  padding: 20px;
  background-color: #ffffff;
}
#gan_left_contents_body .result_txt_p_wrap {
  margin: 0 0 3px;
  text-align: center;
}
#gan_left_contents_body .result_txt_p {
  margin: 0 auto 22px;
  font-size: 14px;
  color: #2ea7e0;
  background-color: #ffffff;
  font-weight: bold;
  border-radius: 47px;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  padding: 12px 0;
  position: relative;
	max-width: 300px;
}
#gan_left_contents_body .result_txt_p::before {
  content: "";
  content: url(../images/result_speechbubble02.png);
  position: absolute;
  top: 40px;
  width: 23px;
}

@media only screen and (min-width: 513px) {
  .result_txt {
    font-size: 50px;
  }
  .check_btn_wrap {
    padding-top: 32px;
  }
  #gan_left_contents_body a.check_btn {
    padding-top: 20px;
    font-size: 22px;
    width: 440px;
    height: 80px;
  }
  .check_btn span {
    font-size: 16px;
  }
  .result_txt_box {
    display: flex;
		justify-content: center;
    gap: 0 30px;
    font-size: 16px;
    padding-top: 40px;
    flex-direction: row;
		width: 100%;
  }
  .result_img_wrap {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .result_img01 {
    width: 150px;
  }
  .result_img02 {
    width: 125px;
  }
  .result_txt_box_p {
    width: 50.2%;
  }
  #gan_left_contents_body .result_txt_box_p p {
    padding: 30px 28px;
  }
  #gan_left_contents_body .result_txt_p_wrap {
    margin: 0 0 10px;
  }
  #gan_left_contents_body .result_txt_p {
		margin: 0 auto 40px;
		font-size: 17px;
		max-width: 400px;
    padding: 16px 0;
    position: relative;
  }
  #gan_left_contents_body .result_txt_p::before {
    content: "";
    content: url(../images/result_speech_bubble.png);
    top: 40px;
    width: 38px;
    right: 40px;
    position: absolute;
  }
}
@media only screen and (min-width: 785px) {
  .result_txt {
    font-size: 60px;
  }
  .result_img01 {
    width: 170px;
  }
  .result_img02 {
    width: 147px;
  }
  .result_img03 {
    width: 169px;
  }
  .result_txt_box_p {
    width: unset;
  }
  #gan_left_contents_body .result_txt_p {
		font-size: 22px;
		max-width: 529px;
    padding: 21px 0;
  }
  #gan_left_contents_body .result_txt_p::before {
    top: 60px;
  }
}
.lead_txt {
	margin: 10px 0 0;
	font-size: 14px;
}
.check_list_ttl_area {
	color: #0091D4;
	font-weight: 500;
	text-align: center;
}
#gan_left_contents_body .check_list_ttl {
	font-size: 30px;
	line-height: 1.25;
	text-shadow: 2px 2px 0px rgba(255,255,255,0.8);
	background: unset;
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
}
#gan_left_contents_body .check_list_sub_ttl {
	color: #0091D4;
	font-size: 14px;
	line-height: 1;
	margin: 10px 0 0;
}
.check_list_wrap {
	margin: 30px 0 0;
}
.check_list_wrap label {
	background: #fff;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 6px 6px 31px;
	margin: 0 auto 10px;
	position: relative;
	cursor: pointer;
	color: #0091D4;
	font-size: 14px;
	transition: all .5s;
	max-width: 440px;
}
.check_list_wrap .check_list_01 {
	justify-content: flex-end;
}
.check_list_wrap label:last-child {
	margin: 0 auto;
}
label.checked {
	background: #B9DDF5;
	border: 2px solid #0091D4;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + span:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: #F1F7FD;
	border-radius: 5px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}
input[type="checkbox"]:checked + span:before {
	background: #fff url(../images/check.svg) no-repeat center center;
	background-size: 17px 13px;
}
.check_list_btn_wrap {
	margin: 30px 0 0;
}
.check_list_btn {
	background: url(../images/check_btn_04.png) no-repeat;
	display: block;
	width: 228px;
	height: 50px;
	margin: auto;
}
#gan_left_contents_body .check_list_btn {
	color: #fff !important;
	font-size: 25px;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.check_list_btn_wrap {
	position: relative;
}
.check_list_img_sp {
	text-align: center;
}
.check_list_img_pc {
	display: none;
}

@media only screen and (min-width: 576px) {
	#gan_left_contents_body .check_list_ttl br {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	#gan_left_contents_body .check_list_sub_ttl {
		font-size: 18px;
		margin: 15px 0 0;
	}
	.check_list_wrap label {
		font-size: 16px;
		padding: 9.5px 9.5px 9.5px 36px;
	}
	input[type="checkbox"] + span:before {
		width: 28px;
		height: 28px;
		left: 10px;
	}
	input[type="checkbox"]:checked + span:before {
		background-size: unset;
		background-position: 4px 49%;
	}
	.check_list_btn_wrap {
		margin: 40px 0 0;
	}
	.check_list_img_sp {
		display: none;
	}
	.check_list_img_pc {
		display: block;
	}
	#gan_contents .check_img_pc_01 {
		position: absolute;
		left: 44px;
		bottom: -42px;
	}
	#gan_contents .check_img_pc_02 {
		position: absolute;
		right: 43px;
		bottom: -42px;
	}
}
@media only screen and (min-width: 785px) {
	#gan_contents .check_img_pc_01 {
		left: 0;
	}
	#gan_contents .check_img_pc_02 {
		right: 0;
	}
}

/* 健康診断のチェック結果 */
.result_ttl_box_wrap {
	position: relative;
	padding: 154px 0 0;
}
.result_ttl_box {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
#gan_left_contents_body .speech_bubble_txt {
	font-size: 14px;
	line-height: 1.4;
	color: #2EA7E0;
	background: #fff;
	padding: 10px 21px;
	border-radius: 47px;
	position: relative;
	margin: 0;
	z-index: 1;
}
#gan_left_contents_body .speech_bubble_txt::before {
	content: url(../images/result_ttl_txt_img.svg);
	display: block;
	position: absolute;
	bottom: -20px;
	left: 10px;
	z-index: 0;
}
#gan_left_contents_body .speech_bubble_txt span {
	position: relative;
	z-index: 2;
  font-weight: bold;
}
#gan_left_contents_body .result_ttl_txt {
	font-size: 40px;
	color: #2EA7E0;
	margin: 21px 0 0;
	text-align: center;
	line-height: 1.5;
}
.result_ttl_img {
	width: 110px;
	margin: 20px 0 0;
}
.result_txt_box_02 {
	background-image: url(../images/top.png),
	url(/images/syukancheck/bottom.png);
	background-repeat: repeat-x;
	background-position: top left, bottom left;
	padding: 10px 0;
	line-height: 1.5;
	font-size: 14px;
	position: relative;
}
.result_txt_box_02_inner {
	background: #fff;
	padding: 20px;
}
#gan_left_contents_body .result_txt_box_02_ttl {
	color: #2EA7E0;
	font-size: 14px;
	margin: 0;
}
.result_txt_box_02_txt {
	margin: 13px 0 0;
}
#gan_left_contents_body .result_txt_box_02_txt p {
	margin: 0;
}
#gan_left_contents_body .result_txt_box_02_txt p + p {
	margin: 25px 0 0;
}
#gan_left_contents_body .result_txt_box_02_txt span {
	color: #2EA7E0;
}
#gan_left_contents_body .result_txt_box_02_txt_02 {
	margin: 20px 0 0;
}
.result_txt_box_02_inner_box {
	background: #F3FAFF;
	padding: 18px 15px;
	margin: 13px 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.result_box_value_list {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
	margin: 6px 0 0;
}
.result_box_value_list:first-child {
	margin: 0;
}
.result_box_value {
	display: flex;
	justify-content: space-between;
/*	min-width: 212px;*/
}
#gan_left_contents_body .result_value_txt {
	margin: 0;
}
#gan_left_contents_body .result_value_txt span {
	margin-left: 1.5em;
}
#gan_left_contents_body .result_value_txt_02 span {
	margin-left: 1em;
}
#gan_left_contents_body .result_unit_txt {
	margin: 0;
/*	min-width: 30px;*/
	text-align: left;
}
#gan_left_contents_body .result_value_note {
	margin: 0;
	color: #2EA7E0;
	padding-left: 12px;
/*	width: 155px;*/
	display: flex;
	justify-content: space-between;
}
@media only screen and (min-width: 513px) {
	.result_ttl_box_wrap {
		padding: 190px 0 0;
	}
	#gan_left_contents_body .speech_bubble_txt {
    font-size: 18px;
    padding: 15px 30px;
	}
	#gan_left_contents_body .result_ttl_txt{
		font-size: 50px;
	}
	.result_ttl_img {
		width: 140px;
	}
	.result_box_value_list {
		flex-direction: row;
		gap: 0 42px;
		margin: 5px 0 0;
	}
/*	#gan_left_contents_body .result_value_txt {
		min-width: 177px;
	}*/
	#gan_left_contents_body .result_value_note {
		padding-left: 0;
		/*width: 135px;*/
	}
	#gan_left_contents_body .speech_bubble_txt::before {
		bottom: -25px;
		left: 23px;
	}
}
@media only screen and (min-width: 785px) {
	.result_ttl_box_wrap {
		padding: 216px 0 0;
	}
	#gan_left_contents_body .speech_bubble_txt {
    font-size: 22px;
    padding: 20px 40px;
	}
	#gan_left_contents_body .result_ttl_txt{
		font-size: 60px;
	}
	#gan_left_contents_body .speech_bubble_txt::before{
		left: 50px;
	}
	.result_ttl_img {
		width: unset;
		margin: 0;
	}
	#gan_left_contents_body .speech_bubble_txt::before {
		bottom: -33px;
		left: 37px;
	}
}

/* 要注意 */
#gan_left_contents_body .speech_bubble_txt_02,
#gan_left_contents_body .result_ttl_txt_02,
#gan_left_contents_body .result_txt_box_02_txt_02 span {
	color: #E69F11;
}

/* 要受診 */
#gan_left_contents_body .speech_bubble_txt_03,
#gan_left_contents_body .result_ttl_txt_03,
#gan_left_contents_body .result_txt_box_02_txt_03 span {
	color: #D85759;
}
/* riskcheck */
.riskcheck_box_sec {
  margin: 0;
}
/* lead */
#gan_left_contents_body p.lead_txt_ttl {
  position: relative;
  margin: 0;
  padding: 5px 30px 2px;
  background: #0091D4;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.lead_txt_ttl::before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.lead_txt_ttl::after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (min-width:513px)  {
  #gan_left_contents_body p.lead_txt_ttl {
    padding: 5px 30px 2px;
    border-radius: 15px;
    font-size: 20px;
  }
  .lead_txt_ttl_br {
    display: none;
  }
}
/* riskcheck_box */
.riskcheck_box_ttl {
  padding: 28px 0 25px;
  text-align: center;
}
.riskcheck_input_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
}
.riskcheck_input_wrap + .riskcheck_input_wrap {
  margin: 10px 40px 0;
}
.riskcheck_input_col {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.riskcheck_input_txt {
  font-size: 18px;
  line-height: 1;
}
.riskcheck_input_txt span {
  color: #0091D4;
  word-break: keep-all;
}
.riskcheck_input_txt sup {
  font-size: 10px;
}
.riskcheck_input_field {
  width: 150px;
  height: 50px;
  border: 3px #D1D1D1 solid;
  font-size: 23px;
  text-align: center;
}
.riskcheck_input_field:focus {
  border: 3px #0091D4 solid;
  outline: none;
}
#gan_left_contents_body p.riskcheck_txt {
  margin: 15px 0 0;
  text-align: center;
  font-size: 12px;
}
#gan_left_contents_body p.riskcheck_note_txt {
  display: flex;
  gap: 0 9px;
  align-items: center;
  margin: 17px 0 0;
  padding: 4px 5px;
  background: #B9DDF5;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
#gan_left_contents_body p.risk_ans_txt {
  margin: 23px 0 0;
  text-align: center;
  font-size: 16px;
  color: #0091D4;
  line-height: 1;
}
.regular_txt_ttl {
  margin: 20px 0 0;
  padding: 0 0 3px;
  border-bottom: 1px solid #0091D4;
  color: #0091D4;
  font-size: 15px;
}
#gan_left_contents_body p.regular_txt {
  margin-bottom: 50px;
  padding: 12px 0 0;
  font-size: 14px;
}
@media only screen and (min-width:513px)  {
  .riskcheck_input_txt {
    font-size: 23px;
    line-height: 1;
  }
  .riskcheck_input_txt sup {
    font-size: 12px;
  }
  .regular_txt_ttl {
    margin: 32px 0 0;
    font-size: 18px;
  }
  #gan_left_contents_body p.regular_txt {
    padding: 8px 10px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width:785px) {
  .riskcheck_input_wrap {
    flex-direction: row;
    gap: 0 10px;
    margin: 0 40px;
  }
}
#gan_left_contents_body a.riskcheck_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 50px;
  margin: 14px auto 0;
  padding: 0;
  background: url(../images/riskcheck_submit.svg);
  font-size: 25px;
  font-weight: bold;
}
/* pc */
@media only screen and (min-width: 785px) {
  .contents_box {
    margin: 0 0 46px;
    padding: 10px;
  }
  .riskcheck_box_sec {
    margin: 0;
  }
  .page_body_01 {
    padding: 42px 27px;
  }
}
