@charset "utf-8";

/* PC：style-health-promotion-sp.css
 * おまかせプラン ver.6
 * 健康づくり
 * **************************************************
 * Elements
 * **************************************************
 */


/* Elements
------------------------------------------------------------------ */
.boxR {
  margin-top: 2em;
  padding: 10px;
  border: 2px solid;
  border-radius: 10px;
}
.boxR.l-blue {
  border-color: #7bb7db;
}


/* 日帰り人間ドック　*/
.d-flex {
	display: flex;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.justify-content-start {
	justify-content: flex-start;
}

/* 特定健診　*/
#subPage .main .specificMedical dt {
	font-size: 1.8em;
	font-weight: bold;
	color: #7bb7db;	
}
#subPage .main .specificMedical dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .specificMedical dd {
	font-size: 1.6em;
}
#subPage .main .specificMedical dd ul.parenList li {
	font-size: 100%; /* 1.6em */
}


#subPage .main .specificMedical dd .notes li{
	font-size: 100%; /* 1.6em */
}

#subPage .main .specificMedical dd .parenList .notes{
		font-size: 1.28em;
}

#subPage .main .specificMedical dd .imtDoc td,
#subPage .main .specificMedical dd .imtDoc th{
	font-size:0.95em;
}

#subPage .main .specificMedical dd .imtDoc td dt{
	font-size:1.0em;
	font-weight: normal;
	color:#000;
}

#subPage .main .specificMedical dd .imtDoc td dd{
	font-size:1.0em;
}

/* 健診結果に基づきレベルごとに健康づくりを支援 */
#subPage .main .support {
	margin: 30px 0 30px 0;
}
#subPage .main .support h3 {
	margin: 0 0 10px 0;
	font-size: 2.0em;
	font-weight: bold;
}
#subPage .main .support th {
	text-align: left;
}
#subPage .main .support td {
	text-align: left;
}

#subPage .main .support td span {
	display: block;
	margin-left: 1.0em;
	text-indent: -1.0em;
}

#subPage .main .support .fat {
	border:none;
	border-top:1px solid #cecece;
}
#subPage .main .support .fat td {
	border:1px solid #cecece;
}
#subPage .main .support .fat:after {
	content:"＋";
	margin-bottom: -200px ;
	margin-left: 48% ;
	font-size: 3.0em;
}
#subPage .main .support .risk {
	margin: 0;
	border:none;
	border-top:1px solid #cecece;
}
#subPage .main .support .risk td {
	border:1px solid #cecece;
}
#subPage .main .support .risk td span {
	display: block;
	margin-left: 1.0em;
	text-indent: -1.0em;
}
#subPage .main .support .risk td span.bsg,
#subPage .main .support .risk td span.sg {
	margin-left: 4.0em;
	text-indent: -4.0em;
}
#subPage .main .support .risk:after {
	content:"↓";
	margin-left: 48% ;
	font-size: 3.5em;
}
#subPage .main .support .level {
	margin: 10px 0 0 0;
}

#subPage .main .pdca > img {
	display: block;
	margin: 10px 0 0 0;
}

/*受診申込等についてのお問い合わせ先*/

#subPage .main .h_contact dt{
	font-weight:bold;
	margin-top:1em;
}

#subPage .main .h_contact dd{
	font-size:1.6em;
}


/*電話健康相談*/

#subPage #content .main .shikaku{
	margin:1em 0;
	padding:1em;
	font-size:1.6em;
	border:1px solid #e3e3e3;
	width:100%;
	box-sizing: border-box;
}

#subPage #content .main .tel{
	font-weight:bold;
	font-size:3.0em;
	line-height: 1.0;
}

#subPage #content .main .tel span{

	font-size:0.5em;
}

#subPage .LinkButton {
	margin-bottom: 20px;
}
#subPage .LinkButton:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .LinkButton ul {
	overflow: hidden;
	margin-bottom: -2.5%;
}
#subPage .LinkButton li {
	width: 100%;
	float: left;
	background: #ffffff;
    border: 1px solid #dbdbdb;
	box-sizing: border-box;
}
#subPage .LinkButton li a {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.2em;
    min-height: 4.0625em;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 13px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
#subPage .LinkButton li.telephone a {
	background-image: url(../images/bana_telephone.jpg) ;
}
#subPage .LinkButton li.healthy-hotline a {
	background-image: url(../images/bana_healthy-hotline.jpg) ;
}


#subPage .application_c{
	margin:20px 0 40px;
	display:block;
}

#subPage .application_c .text_c{
}

#subPage .application_c .images_c{
	margin-top:20px;
	text-align:center;
	font-size:1.2em;
}



#subPage .h_consultation thead th,
#subPage .h_consultation tbody td{
	font-size:100%!important;
	width:50%;
}

#subPage .h_consultation tbody td{
	text-align:left;
}
#subPage .h_consultation tbody td img{
	vertical-align:middle;
}

#subPage .h_consultation h3{
	font-weight:bold;
	font-size:106.25%;
}

#subPage .application_d li{
	margin-right:20px;
}

#subPage .application_d li:last-child{
	margin-right:0px;
}

#subPage .app_d{
	display:flex;
	flex-wrap:warp;	
}

#subPage .application_d li .app_qr,
#subPage .app_d{
	text-align:center;
	font-size:90%;
}

#subPage .application_d li .app_qr{
	margin-top:20px;
}
/* 健康支援 */
#subPage .magazine td {
  text-align: left;
}
#subPage .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#subPage .image-wrap> * {
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#subPage .image-wrap img {
  width: 100%;
  height: auto;
}
#subPage .image-wrap .vertical> img {
  width: 70%;
}

/*KOSMO-Web*/

#subPage.kosmo .main h2 {
	position: relative;
	padding: 18px 20px 18px 3em;
	font-size: 2.7em;
	letter-spacing: .2em;
	font-weight: bold;
	color: #023391;
	line-height: 1.5em;
}
#subPage.kosmo .main h2 span {
	padding: 0 !important;
}
#subPage.kosmo .main h2 span:before {
	display: none !important;
}
#subPage.kosmo .main h2:before {
	content: "";
	left: 0;
	bottom: 12px;
	position: absolute;
	width: 2.07407407em;
	height: 2.07407407em;
	background: url("../../images/common/headline_icon01.png") no-repeat;
	background-size: cover;
}
#subPage.kosmo .main h2:after {
	content: "";
	background: url("../../images/common/border.png") left;
	background-size: auto  100%;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 4px;
}
#subPage.kosmo .main h3 {
	background:#023391;
	border-radius:10px 10px 0px 0px;
	padding:5px 20px;
}

#subPage.kosmo .main h3 span{
	font-weight:bold;
	color:#fff;
}
#subPage.kosmo .main .kp{
	width:100%;
	max-width:250px;
}

#subPage.kosmo .main .kosmo-box{
	border:3px solid#023391;
	padding:20px;
	background:#eff6fe;
	box-shadow: 5px 5px 10px -5px #a7b3cc;
	border-radius:0 0px 10px 10px;
}

#subPage.kosmo .main .kosomo-t {
}

#subPage.kosmo .main .kosomo-t th{
	background:#023391;
	color:#fff;
	font-weight:bold;
}

#subPage.kosmo .main .kosomo-t td{
	text-align:left!important;
	background:#eff6fe;
}

#subPage.kosmo .main .example{
	display:block;
	text-indent:0;
	margin-top:10px;
}