<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 健康づくり編（PC）：style_health_promotion_pc.css
 * **************************************************
 * Elements
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */
#subPage .main table tbody th:first-child {
    border-bottom: 1px solid #cccccc;
}
#subPage .main .influenza th{
    width: 26%;
  background-color: #e9f4ff;
  color: #333333;
  border-right: 1px solid #cccccc;
}
#subPage .main .influenza th small{
    display: block;
    font-size: 1em;
}
#subPage .main .influenza td{
    text-align: left;
}

#subPage .main .influenza dd a {
	padding: 0 0 0 1.5em;
	color: #000000;
	position: relative;
}
#subPage .main .influenza dd a:before {
	content: url(../../images/common/list_style_arrow.svg);
	position: absolute;
	top: 3px;
	left: 1em;
}
#subPage .main .influenza td &gt;* li{
  text-indent: -3em;
  padding-left: 3em;
}
#subPage .main .influenza td &gt;dl &gt;dt {
  font-weight: bold;
  text-indent: -3em;
  padding-left: 3em;
}
#subPage .main .influenza td &gt;dl dt ~ dt {
  margin-top: 1em;
}
#subPage .main .influenza td &gt;dl &gt;dd {
  margin-left: 3em;
	padding-left: 1em;
	text-indent: -1em;
}
#subPage .main .influenza td dd &gt;dl {
  margin-top: .5em;
}
#subPage .main .exam_list {
    margin-bottom: 20px;
}
#subPage .main .exam_list &gt; dt {
    font-size: 1.5em;
    font-weight: bold;
    color: #1c60ad;
}
#subPage .main .exam_list &gt; dt ~ dt {
    margin: 20px 0 0 0;
}
#subPage .main .exam_list &gt; dd {
    font-size: 1.4em;
}
#subPage .main .exam_list &gt; dd + dd {
    margin-top: 1em;
}
#subPage .main .exam_list &gt; dd a{
	padding-left: 1.5em;
	color: inherit;
	position: relative;
}
#subPage .main .exam_list &gt; dd a:before {
	content: url(../../images/common/list_style_arrow.svg);
	position: absolute;
	top: 3px;
	left: .3em;
}
#subPage .main .exam_list .notes {
	text-indent: -1em;
	padding-left: 1em;
}
#subPage .main .exam_list.numbering dd {
	text-indent: -3em;
	padding-left: 3em;
}

#subPage .main .table_list {
	border: 1px solid #cccccc;
}
#subPage .main .table_list &gt; dt{
	padding: .3em 1em;
	background-color: #21bbef;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
}
#subPage .main .table_list &gt; dd{
	padding: .3em 1em;
}
#subPage .main .table_list &gt; dd + dd{
	border-top: 1px dotted #cccccc;
}


#subPage .main .inner_dl {
	display: table;
}
#subPage .main .inner_dl dt,
#subPage .main .inner_dl dd{
	display: table-cell;
}
#subPage .main .inner_dl dd{
	padding-left: 1.5em;
}

#subPage .main .icon {
	margin: 5px auto;
	text-align: center;
	line-height: 1;
}
#subPage .main .icon img{
	width: 40px;
	height: 40px;
}

#subPage .main .link_list {
	margin-bottom: .5em;
}
#subPage .main .link_list li {
	margin-top: 1em;
}
#subPage .magazine_img{
	width: 80%;
}
#subPage .magazine_img img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#subPage .magazine_img li{
	width: 32%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding: 2% 3% ;
}
#subPage .magazine_img .main_img{
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
#subPage .magazine_img .sec_img{
	width: 70%;
	text-align: center;
	padding-left: 0;
}
#subPage .magazine_img .QR{
	width: auto;
	text-align: center;
	position: relative;
	bottom: 10px;
}
#subPage .main section p .magazine_link img{
	width: 220px;
	height: auto;
	margin: 0;
}
#subPage .magazine strong{
	font-weight: bold;
}
/* 健保だより
------------------------------------------------------------------ */
#subPage .main .img_wrap a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#subPage .main .journal_list h3 {
	padding-left: 1em;
	color: #009feb;
}
#subPage .main .journal_list &gt; li {
	margin-bottom: 1em;
}
#subPage .main .journal_list &gt; li + li {
	padding-top: 2em;
	border-top: 1px solid #cccccc;
}
#subPage .main .journal_list article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
}
#subPage .main .journal_list article .img_wrap{
	padding: 10px 20px 20px;
}
#subPage .main .journal_list article .img_wrap img{
	border: 1px solid #cccccc;
}
#subPage .main .journal_list ul{
	padding: 10px 20px 20px 0;
}
#subPage .main .journal_list ul li {
	font-size: 1.3em;
}
#subPage .main .journal_list ul li a{
    display: block;
    padding: 4px 0 10px 1.6em;
    color: #333333;
    position: relative;
}
#subPage .main .journal_list ul li a:before {
    position: absolute;
	  top: 7px;
    left: 0;
    content: url(../../images/common/list_style_arrow.svg);
    width: 14px;
    height: 14px;
}


/* 家庭用常備薬等の斡旋
------------------------------------------------------------------ */

#subPage .main .dl_shop {
	margin-top: 10px;
	display: inline-block;
	display:flex;
}
#subPage .main .dl_shop &gt; li {
	line-height: 1.5em;
	padding: 2px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-right:1em;
}
#subPage .main .dl_shop &gt; li a {
	font-size:1.2em;
	line-height: 1.5em;
	text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 10px 20px;
	display: block;
	color: #fff;
	letter-spacing: .1em;
}

#subPage .main .dl_shop &gt; li:nth-child(1) a{
	background-color: #1da63d;
}

#subPage .main .dl_shop &gt; li:nth-child(2) a{
	background-color: #ff8c1a;
}

#subPage .main .dl_shop &gt; li a:before  {
	display: none;
}
#subPage .main .dl_shop &gt; li a:hover  {
filter:  alpha(opacity=60%);  -moz-opacity:.6;  opacity:.6;
}


/* 健康診断
------------------------------------------------------------------ */
.text_normalsize{
	font-size: 1em !important;
}
.text_smallsize{
	font-size: .857142857em !important;
}
.ml00{
	margin-left: 0 !important;
}
.ml01{
	margin-left: 1em !important;
}
.mb00{
	margin-bottom: 0 !important;
}
.mt01{
	margin-top: 1em !important;
}
.text_indent00{
	text-indent: 0 !important;
}
.parenList_type01{
	margin-left: 1em !important;
	text-indent: -1em !important;
}
.parenList_type02{
	margin-left: 4em !important;
	text-indent: -4em !important;
}

_:lang(x)::-ms-backdrop, body .parenList_type02{
	text-indent: -3em !important;
}

.parenList_type03{
	margin-left: 4em !important;
	text-indent: -4em !important;
}
.dl_qa {
	margin:0 0 10px 0;
}
.dl_qa dt {
	padding: 12px 15px 12px 40px;
	border-top: 1px dotted #cccccc;
	font-size: 1.4em; /* =14px */
	position: relative;
	counter-increment: dl_qa_dt_chapter;
}
.dl_qa dt:before {
	content: "Q"counter(dl_qa_dt_chapter);
	position: absolute;
	left: 10px;
	color: #76acea;
	font-weight: bold;
}
.dl_qa dt:first-child {
	border-top: none;
}
.dl_qa dd {
	z-index: 100;
	position:relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	counter-increment: dl_qa_dd_chapter;
}
.dl_qa p {
	z-index: 100;
	padding: 10px 15px 10px 40px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	font-size: 1.4em; /* =14px */
	background: #f5f5f5;
}
.dl_qa p:before {
	content: "A"counter(dl_qa_dd_chapter);
	position: absolute;
	left: 10px;
	color: #ff002a;
	font-weight: bold;
}

</pre></body></html>