@charset "utf-8";

body {
    /* フォント指定 */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.kenko a {
    text-decoration: underline;
	color: #0267C1;
}
.kenko a:hover {
    text-decoration: none;
}

.kenko .content-wrapper {
    min-height: calc(100vh - 300px); /* コンテンツが短い場合でも画面いっぱいに表示する */
    background: var(--basicBackground);
    padding: 0;
}

.kenko main {
    width: var(--basicWidth);
    margin: 5px auto 0px;
	padding: 40px;
	background-color: #fff;
    border-radius: 30px;
}

.kenko ul:not(.nav-list):not(.sub-nav-list-container)not(.sub-nav-list):not(.breadcrumb):not(.footer-ul), 
.kenko ol {
	margin: 20px 0;
}

/* ---------------
    h1
----------------*/
.kenko h1 {
    width: 100%;
    margin: 0 auto var(--basicMargin);
    text-align: left;
    font-family: "decofont", sans-serif;
    font-size: 3rem;
	line-height: 3.5rem;
    color: var(--colorBrown);
}

/* ---------------
    h2
----------------*/
.kenko .content-wrapper h2:not(.inquiry-h2) {
	display: flex;
	align-items: center;
	width: 100%;
	margin: var(--basicMargin) 0 20px;
    padding: 10px 1rem;
    font-family: "decofont", sans-serif;
    font-size: 1.2rem !important;
    background-color: var(--colorLightOrange);
    color: var(--colorBrown);
	border-radius: 10px;
}
.kenko .content-wrapper h2:not(.inquiry-h2)::before {
	content: "";
    display: block;
	width: 8px;
    height: 1.8rem;
	margin: 0 0.8rem 0 0;
	background-color: var(--colorDarkOrange);
    border-radius: 10px;
}

/* ---------------
    h3
----------------*/
.kenko .content-wrapper h3 {
	width: fit-content;
	margin: 40px 0 20px;
	padding: 6px 1.5rem;
	background-color: var(--colorDarkOrange);
	border-radius: 50px;	
    font-family: "decofont", sans-serif;
	color: var(--colorBrown);
}

.kenko .content-wrapper h3 a {
	color: inherit;
}

/* ---------------
    h4
----------------*/
.kenko .content-wrapper h4 {
	display: flex;
	align-items: center;
	margin: 20px 0;
	color: #000;
}

.kenko .content-wrapper h4::before {
content: "";
    display: block;
    width: 10px;
    height: 1.5rem;
    margin: 0 0.8rem 0 0;
    background-color: var(--colorDarkOrange);
    border-radius: 5px;
}

.kenko .content-wrapper main p {
	line-height: 1.3rem;
}

.kenko .content-wrapper main p + p {
	margin: 20px 0 0;
}

.mt-be-columns {
	margin: 20px 0;
	gap: 20px;
}

/*.mt-be-columns:has(img) {
    flex-wrap: nowrap;
}

.mt-be-columns img {
    padding: .5em;
}*/


/* ---------------
    ul
----------------*/
.kenko .content-wrapper main ul {
    list-style: disc;
    margin: 20px 0 20px 2.0rem;
}

.kenko .content-wrapper main ul li + li {
	margin: 10px 0 0;
}

/* ---------------
    パンくずリスト
----------------*/
.kenko .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    width: var(--basicWidth);
    margin: auto;
    font-size: .8em;
	line-height: 1.5rem;
    background-color: var(--colorPaleOrange);
    padding: .8em;
	list-style: none;
}

.kenko .breadcrumb li + li::before {
    content: "\003e";
    display: inline-block;
    margin: 0 .5em;
}

.kenko .breadcrumb li a {
    text-decoration: underline;
    text-underline-offset: .3em;
	color: #000;
}

.kenko .breadcrumb li a:hover {
    text-decoration: none;
}
.kenko .breadcrumb li a::after {
	display: none;
}


/* ---------------
    お問い合わせ
----------------*/
.kenko .content-wrapper .inquiry {
	width: fit-content;
	margin: var(--basicMargin) 0 0;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 20px;
	box-shadow: var(--basicShadow);
}

.kenko .content-wrapper .inquiry h2 {
	margin: 0 0 0.5rem 0;
    font-family: "decofont", sans-serif;
	font-weight: bold;
}

.kenko .content-wrapper .inquiry p {
	margin: 0;
}

/* ---------------
    ページ下のビルの絵
----------------*/
.deco-city {
	width: var(--basicWidth);
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
/* 1000pxまでの幅の場合に適用される */
    .kenko h1 {
        width: 100%;
        padding: 20px;
    }

    .kenko nav > .nav-list li {
        width: 100%;
    }

    .kenko .breadcrumb {
        width: 100%;
    }

    .kenko .content-wrapper main {
        width: 100%;
    }

    .kenko table {
        width: fit-content;
        margin: 0 auto
    }
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適用される */
}

@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適用される */
}

/* ---------------
    睡眠障害は理解して早期受診！が重要
----------------*/
.sleep-sai {
    display: block;
    position: relative;
    z-index: 2;
    float: right;
    width: 120px !important;
}

.sleep-img1 {
     max-width: 100%;
}

.sleep-img2 {
     display: block;
     width: 120px !important;
}

.sleep-img3 {
     width: 60% !important;
     margin: auto;
     display: block;
}

.h3_subttl {
     color: #2F5496;
}

#contact-txt {
     margin: 0;
}

/* ---------------
    生活習慣の改善
----------------*/
.leaflet_cname {
    background-image: none;
    margin: 30px 0 10px;
}

/*.ctitle {
    padding: 0 8px;
    font-weight: bold;
    border-left: solid 10px #FF9900;
    padding-left: 5px;
}*/

/* ---------------
    市区町村テーブル
----------------*/

.city_table {
    width: 800px;
}

/* ---------------
    がん登録推進法に基づく診療所の指定テーブル
----------------*/

.table1 td, 
.table1 th {
    border: 3px solid #ccc;
    padding: 8px;
}

/* ---------------
    がん検診の統計データ
----------------*/

.toukei {
    margin: 10px;
    border-collapse: separate;
    border-spacing: 0 16px;
    border: none;
}

.toukei td {
    border: none;
    white-space: normal;
}

.toukei_yougo {
    margin: 10px;
    border-collapse: separate;
    border-spacing: 0 16px;
    border: none;
}

.toukei_yougo td {
    border: none;
    white-space: nowrap;
}

.tokei_data td {
    white-space: nowrap;
}

/* ---------------
  table本体css
----------------*/

table {
  border: 2px solid #ccc;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto;
}

table th {
  background:#eee;
  padding:8px;
  text-align: center;
  vertical-align: middle;
}

table td{
  /*white-space: nowrap;*/
  line-height: normal;
  padding:10px 12px;
  vertical-align: middle;

  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

table tr td:last-child{
  border-right:none;
}

table tr:last-child td{
  border-bottom:none;
}

/* ---------------
    こころの不調を感じたら
----------------*/
.kstress th {
     border-bottom: 2px solid #ccc;
}

.kstress td {
     border: none;
}
    

/* ---------------
    ポスコンのテーブル
----------------*/
.award-caption{
	text-align: center;
}
.col-bu { 
	width: 100px; 
	padding: 0px 16px;
} 

.col-sho { 
	width: 100px;
	padding: 0px 16px;
} 

.col-school { 
	width: 300px; 
	padding: 0px 16px;
} 
.col-grade {
	width: 70px;
	padding: 0px 16px;
}
.col-name { 
	width: 160px; 
	padding: 0px 16px;
}

/* ---------------
  糖尿病予防のための生活習慣チェック のanswer
----------------*/
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
	-webkit-appearance: none;
	border-radius: 0;
}
#gan_left_contents {
	background: #fff;
    width: 100%;
}
.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;
  line-height: 1;
}

#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/white_01_top.png),
    url(/images/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: 70px 28px;
	margin-top: 0;
  }
  #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/white_01_top.png),
	url(/images/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;
	}
}
@media only screen and (min-width: 785px) {
	.result_ttl_box_wrap {
		padding: 216px 0 0;
	}
	.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;
  }
}


/* ---------------
  がん検診担当部署（市区町村）
----------------*/
.kusi-text{
	width: 600px;
    margin: auto;
}

.kusi-bt{
	margin-bottom: 0px;
}

.col-busho{
	 width: 320px;
}

.kusi-right{
	margin-right: 145px;
}

/* ---------------
  がん検診担当部署（市区町村）
----------------*/
#plan21 table {
   height: auto;
}

#plan21 table td {
    vertical-align: middle;
}

/* ---------------
  胃がん検診
----------------*/
.igan_num{
	list-style-type: decimal;
	text-align: center;
	list-style-position: inside;
}

/* ---------------
  がん体験記
----------------*/
.kenshin a span {
	position: absolute;
	display: none;
}

.kenshin a:hover span {
	display: block;
	background:url(/images/fukidasi_s_r.gif) no-repeat;
	background-size:100% 100%;
	z-index:1;
	color: black;
	font-weight: bold;
	line-height: 1.5;
	width:14em;
	padding: 1.5em 1.5em 2.5em 2.5em;
	bottom:90%;
	right:0;
}

.kenshin a span.fd_r {
	background-image: url(/images/fukidasi_r.gif);
	width:20em;
	padding: 2em 2.5em 2em 3em;
	bottom:90%;
	right:0;
}

.kenshin a span.fd_rs {
	background-image: url(/images/fukidasi_s_r.gif);
	width:14em;
	padding: 1.5em 1.5em 2.5em 2.5em;
	bottom:90%;
	right:0;
}

.kenshin a span.fd_l {
	background-image: url(/images/fukidasi_l.gif);
	width:20em;
	padding: 2em 2em 2em 3em;
	bottom:90%;
	left:0;
}

.kenshin a span.fd_ls {
	background-image: url(/images/fukidasi_s_l.gif);
	width:15em;
	padding: 2em 2em 2.5em 2.5em;
	bottom:90%;
	left:0;
}

@media only screen and (max-width:49em)  {
	.kenshin a:hover span {
		font-size: 90%;
	}
	.kenshin a span.sm_r {
		background-image: url(/images/fukidasi_r.gif);
		right: 0;
		left: auto;
	}
	.kenshin a span.sm_c {
		background-image: url(/images/fukidasi_c.gif);
		right: auto;
		left: -10em;
		width: 17em;
		padding: 2em 2.5em 3em 2.5em;
	}
}

/* ---------------
.sub-nav-list a[href^="https"]::after {
    content: none;
}

.breadcrumb a[href^="https"]::after {
    content: none;
}
----------------*/

/* ---------------
  　pdfアイコン
----------------*/
/* ---------------
a.filelink{
    display:inline-block;
    background:url(/images/filelink.jpg) no-repeat left;
    padding-left:25px;
}
----------------*/

a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    width: 22px; /* アイコン画像の幅 */
    height: 22px; /* アイコン画像の高さ */
    background-image: url("/images/icon_pdf.png"); /* PDFアイコン画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
	vertical-align: middle;
}

/* Excel（.xls / .xlsx） */
a[href$=".xls"]::after,
a[href$=".xlsx"]::after,
a[href*=".csv"]::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/images/icon_excel.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}

/* Word（.doc / .docx） */
a[href$=".doc"]::after,
a[href$=".docx"]::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/images/icon_word.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}

/* PowerPoint（.ppt / .pptx） */
a[href$=".ppt"]::after,
a[href$=".pptx"]::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/images/icon_pptx.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}

/* ---------------
  　禁煙したい方へ
----------------*/

.kinen_sapo_5 {
    text-align: right;
}

.kinen_sapo_5 img {
    width: 50%;
}

.boxStyle001 {
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 20px;
}

#gan_left_contents_body p {
    margin-bottom: 0;
}

.boxStyle001 h3 {
    margin: 20px 0 20px;
}

boxStyle001 dl {
    margin: 5px 0;
}

.boxStyle001 dd {
    margin-left: 1em;
}

.tableMain thead th:nth-of-type(1) {
    border-right: 1px solid #ccc;
}

.tableMain th {
    text-align: center;
}

.kinen_sapo_3 {
    margin: -150px 0 30px auto;
    width: 40%;
}

.download figure {
    margin: 0 0 0 auto;
    width: 250px;
    border: 1px solid #0000ee;
}


/*女性の適正飲酒啓発活動 zuhyo*/
.zuhyo>span {
    display: block;
    background-color: #c14;
    color: white;
    border-radius: 1em;
    margin: 0 0.5em;
    text-align: center;
    font-weight: bold;
}

.zuhyo {
    display: table-cell;
    padding-top: 1em;
}

/* ---------------
  　世界禁煙デー・禁煙週間の取組
----------------*/
.mt-be-column img[src*='/images/24to_ishikaikan.jpg'],
.mt-be-column img[src*='/images/20tokyogeijutsugekijou01.JPG'],
.mt-be-column img[src*='/images/21tokyogeijutsugekijou02.JPG'] {
    height: 187px !important;
}
.mt-be-column img[src*='/images/22shibuyahikarie01.JPG'] {
    height: 374.51px !important;
}
.mt-be-column img[src*='/images/18tocho.jpg'],
.mt-be-column img[src*='/images/00skytree.JPG'] {
    width: 250px !important;
    height: 350px !important;
}

/* ---------------
  　健診結果de糖尿病チェック
----------------*/

.lead_txt_ttl {
  position: relative;
  margin: 0;
  padding: 5px 30px 5px;
  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)  {
  .lead_txt_ttl {
    padding: 5px 30px 5px;
    border-radius: 15px;
    font-size: 20px;
  }
  .lead_txt_ttl_br {
    display: none;
  }
}

/* ---------------
糖尿病予防のためのルーティーン
----------------*/
#gan_contents_body #gan_left_contents_body .asa03 {
    top: 212px;
}

#gan_contents_body #gan_left_contents_body .hiru02 {
    top: 474px;
}
#gan_contents_body #gan_left_contents_body .hiru03 {
    top: 704px;
}
#gan_contents_body #gan_left_contents_body .hiru04 {
    top: 1072px;
}
#gan_contents_body #gan_left_contents_body .hiru05 {
    top: 1283px;
}
#gan_contents_body #gan_left_contents_body .yoru02 {
    top: 170px;
}
#gan_contents_body #gan_left_contents_body .yoru03 {
    top: 430px;
}
#gan_contents_body #gan_left_contents_body .others02 {
    top: 238px;
}

.routine_box_textarea ul {
    margin: 0;
}

/* ---------------
改正健康増進法・東京都受動喫煙防止条例全面施行リーフレット（数字箇条書き）
----------------*/
.leaf_num{
	list-style-type: decimal;
	list-style-position: inside;
}

/* ---------------
	column
----------------*/
.kenko .content-wrapper .column {
	width: fit-content;
    margin: 20px 20px var(--basicMargin);
    padding: 20px;
	border: 3px solid var(--colorDarkOrange);
    background-color: var(--colorLightOrange);
    border-radius: 15px;
}

.kenko .content-wrapper .column h3 {
	margin: 20px 0;
}

.kenko .content-wrapper .column h3:first-child {
	margin: 0 0 20px;
}

.kenko .content-wrapper .column .mt-be-columns:last-child {
	margin: 20px 0 0;
}

.kenko .content-wrapper .column p {
	margin: 0;
}

.kenko .column p + p {
	margin: 15px 0 0;
}

/* ---------------
	SP版
----------------*/
@media screen and (max-width:768px) {

	/* common */
	.kenko .content-wrapper {
		width: 100%;
	}

	.kenko .content-wrapper main {
		width: 100%;
		margin: 5px auto 0px;
		padding: .8em;
		background-color: #fff;
		border-radius: 30px;
		font-size: 1em;
	}

	.kenko .content-wrapper main p,
	.kenko .content-wrapper main dt,
	.kenko .content-wrapper main tr,
	.kenko .content-wrapper main section:not(.contents_box)
	.kenko .content-wrapper main div:not(.mt-be-columns):not(.mt-be-column):not(.side_ul) :not(.check_btn_wrap):not(.result_txt_box):not(.result_txt_box_p):not(.result_txt_box_p>p):not(.check_btn_wrap):not(.check_btn),
	.kenko .content-wrapper main #gan_left_contents_body contents_box_inner :not(div, p, a, img, section, h2){
		line-height: 1.8;
		margin: 1em;
	}

	.kenko .content-wrapper main #gan_left_contents_body .result_txt_box_p p {
		margin: 0;
	}

	.kenko .content-wrapper main p+p {
		margin: 20px 0 0 10px;
	}

	/* h1~h4 */
	.kenko .content-wrapper main h1 {
		font-size: 2.2em;
	}

	.kenko .content-wrapper h4 {
		margin: 20px 0 3px;
		font-weight: bold;
	}

	/* ul, li */
	.kenko .content-wrapper main li {
		line-height: 1.8;
	}

	.kenko .content-wrapper main ul {
		list-style: disc;
		margin: 1em .8em .2em 2.4em;
	}

	/* table */
	.table-scrollwraper {
		overflow-x: scroll;
	}

	.table-scrollwraper table {
		width: max-content;
		margin: 1em 0;
	}

	.table-scrollwraper .city_table {
		width: 95%;
		margin: 1em 0;
	}

	.table-scrollwraper table th,
	.table-scrollwraper table td {
		border: 2px solid #eee;
		padding: 4px 8px;
	}

	.kenko div.deco-city {
		width: 95%;
		margin: 40px auto 0;
		text-align: center;
	}

	/* list in table */
	div.side_ul {
    	flex-direction: column;
	}

	div.side_ul>ul {
		margin: 0;
	}

	div.side_ul>ul>li {
		width: max-content;
	}

	/* MT block editor */
	.mt-be-columns {
		flex-direction: column;
	}

	.mt-be-columns img {
		max-width: 20em !important;
		margin: 0 auto;
	}

	img.mt-image-center {
		border-radius: .2em;
	}

	/* column */
	.kenko .content-wrapper .column {
	    padding: 15px;
	}
	
	/* 糖尿病answer*/
	#gan_left_contents_body a.check_btn {
		max-width: 100%;
		height: auto;             
	}

}