@charset "utf-8";

/* health-promotion.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Health Promotion
 * **************************************************
 */

 /* Health Promotion
------------------------------------------------------------------- */

/* Table*/
/* 健診結果に基づきレベルごとに健康づくりを支援 */
.health-support {
  margin-top: 50px;
}
.health-support > div {
  position: relative;
  border: 1px solid #d7d7d7;
}
.health-support > div + div {
  margin-top: 50px;
}
.health-support .fat::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.health-support .fat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.health-support .risk::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.health-support .risk::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.health-support h3 {
  margin-bottom: 5px;
  font-size: 2.2em;
  font-weight: bold;
  color: #87d3cd;
  text-align: center;
}
.health-support h4 {
  padding: 6px 10px;
  background-color: #87d3cd;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.health-support ul {
  margin: 20px 25px 20px 25px;
}
/* List（色丸） */
.health-support .list-disc li {
  margin-left: 3.0em;
  text-indent: -3.0em;
  position: relative; left: 0.5em;
}
.health-support .list-disc li::before {
  position: relative; top: -0.1em; left: -0.3em;
  content: '●';
  font-size: 70%;
  color: #87d3cd;
}
/* List（丸数字） */
.health-support .list-circle li {
  margin-left: 1em;
  text-indent: -1em;
}

/* PDCAサイクル */
.content__layout__section > p.pdca > img {
  margin: 20px 0 0 10px;
}

/*人間ドック・婦人科検診・その他の健診*/
	 /* テーブル01：ボーダー追加：上 */	
.table01 th.borAddTp,
.table01 td.borAddTp{
		border-top: 4px solid #7b7b7b;
	}
	 /* テーブル01：ボーダー追加：左 */	
.table01 th.borAddLe,
.table01 td.borAddLe{
		border-left: 4px solid #7b7b7b;
	}
	 /* テーブル01：ボーダー追加：右 */	
.table01 th.borAddRt,
.table01 td.borAddRt{
		border-right: 4px solid #7b7b7b;
	}
	 /* テーブル01：ボーダー追加：下 */	
.table01 th.borAddbt,
.table01 td.borAddbt{
		border-bottom: 4px solid #7b7b7b;
	}

h3.happylth-t{
	background:#fe5f55;
	display:inline-block;
	padding:2px 10px;
	color:#fff!important;
}

h3.happylth-t2 {
	border:6px double #fff;
		font-weight:bold!important;
	display:inline-block;
	padding:0.1em 1em 0.05em 1em;
	color:#fff;
	background:#87d3cd;
	border-radius:30px;
	}


h3.happylth-t3 {
	border:2px solid #000;
		font-weight:bold!important;
	display:inline-block;
	padding:0.3em 1em 0.1em 0.5em;
	color:#000;
	}


.happylth-l{
	margin:20px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.happylth-l li{
	width:100%;
	margin:5px;
	text-align:center;
}

.happylth-l li a{
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fe5f55;
	border:2px solid #de362c;
	padding:1em;
	border-radius:15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.6em;
	box-shadow: 5px 5px 3px #e7e7e7;
	min-height:100px;}

.happylth-l.hp li a{
	background:#f9c3db;
	color:#5f4651;
	border:2px solid #b8899e;}

.happylth-l.fscl li a{
  font-size:100%;
}

.happylth-l.hp2 li a{
	background:#dc5893;
	color:#fff;
	border:2px solid #9d3d68;}

.happylth-l li a:hover{
	opacity:.7;
}


/*.happylth-l li:first-child{
	width:100%;
}*/

.happylth-l li{
	width:48%;
	margin:5px;
}

.ladys-procedure li{
	width:48%;
	margin:5px;
}


.ladys-procedure{
	margin:20px auto 20px;
	padding:0;
	display:flex;
	justify-content:space-between;
	align-items: center;
	text-align:center;
	
}

.ladys-procedure li{
	width:49%;
	margin:5px;
}
.ladys-procedure li a{
	display:block;
	background:#ffa94a;
	border:2px solid #fb8b0f;
	padding:1em;
	border-radius:15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	box-shadow: 5px 5px 3px #e7e7e7;
	font-size:1.6em;}


.ladys-procedure li a:hover{
	opacity:.7;
}

.doc-app{
	display:flex;
	align-items:center;
}

.doc-app li{
	margin-right:20px;
}

.doc-app li .examp-btn,
.doc-app li .app-btn{
  display: inline-block;
  padding: 3px 5px;
  border-radius: 15px;
  width: 5.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none; 
  font-size:1.6em;
}

.doc-app.fscl li .examp-btn,
.doc-app.fscl li .app-btn{
  font-size:100%;
}

.doc-app li .app-btn + .examp-btn {
	margin-left:10px;
}

.line2{
	margin:10px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:end;
}

.line2 li{
	margin:20px;
	font-size:1.6em;
}

.line2._40{
	align-items:center;
}
.line2._40 li{
	width:40%;
}

.line2._40 li img{
	max-width:100%;
}

.line2_h{
	margin:10px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
}
.line2_h > li{
	margin:20px;
}

.line2_h > li:nth-child(1){
	margin-top:2.6em;
}

.line2_h li .note li{
	margin-left:0;
	text-indent:-1em;
}

.imgbox{
	padding-left:0!important;
 display: flex;
 justify-content:start;
	align-items:center;
}


.boxp{
	margin-right:20px;
}

.accordion {
	margin:0.5em 0;
}
.accordion__summary {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion__summary.sp_10{
}
.accordion__summary u{
	color:#3caacf;}

.accordion__summary u:hover{
	color:#d74a5a;}

.accordion input {
  display: none;
}
.accordion__detail {
  display: none;
  background: #faf9f4;
  margin: 10px 0;
  padding:10px;
}
.accordion input:checked ~ .accordion__detail {
  display: block;
}
.accordion__text {
	margin-left:1em;
}

.accordion__text p{
	font-weight:bold;
	font-size:16px!important;
	color:#3caacf!important;
		margin: 0 0 0em 0!important;
	text-indent:0;
}

.accordion__text p.mini{
	font-weight:normal;
	font-size:100%!important;
	color:#000!important;
	margin-bottom:0!important;
}


 /* 健保だより */
.magazine_block {
	display: -moz-flex;
	display:-webkit-flex;
	display: flex;
	align-items:flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
	.magazine_block .magazine_thumbnail {
		width: 35%;
	}
	.magazine_block .magazine_content {
		width: 64%;
	}
.magazine_block .magazine_thumbnail img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid #eee;
}
.magazine_block .magazine_content .magazine_pagenav  {
	padding: 1em 0 0;
	margin: 0;
}

	.magazine_block .magazine_content a{
		font-size:1.6em;
	}

/*家庭用常備薬等のご案内*/
.medicines-box{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.medicines-box li img{
	vertical-align:middle;
}


.medicines-box li{
	margin:0 30px 20px;
	font-size:1.5em;
}


.medicines-box li .right{
	text-algin:right;
	display:block;
}
.kusuri-box{
	margin:50px auto!important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.kusuri-box > li{
	margin:0 10px;
}
.kusuri-in{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:20px;
}
.kusuri-in > li{
	vertical-align:middle;
	display:flex;
	align-items:center;
}

.kusuri-in > li img{
	max-height:65px;
}

.kusuri-in ul.link-btn-pdf{
	margin:0;
}

.kusuri-in ul.link-btn-pdf li{
	font-size:1.6em;
}

.kusuri-in [class^="link-btn-"] a{
	background-color: #87d3cd!important;
	border:1px solid #87d3cd;
	width: clamp(230px, 20vw, 480px);
	
}
@media print {
.kusuri-in [class^="link-btn-"] a{
	width:300px;
	
}
	
}


@media screen and (max-width: 767px) {
  /* Health Promotion
  ------------------------------------------------------------------- */
  /* Table*/
  /* 健診結果に基づきレベルごとに健康づくりを支援 */

  .health-support {
    margin-top: 40px;
  }
  .health-support h3 {
    margin-bottom: 10px;
    font-size: 2.0em;
    line-height: 1.4;
  }


  .health-support h4 {
    padding: 2px 10px;
  }
  .health-support ul {
    margin: 10px 15px 10px 15px;
  }


/*人間ドック・婦人科検診・その他の健診*/
.happylth-l li{
	width:100%;}


.ladys-procedure li{
	width:100%;
}
.doc-app{
	display:block;
}
	
.doc-app li{
	margin:0 0 10px;
}

.line2._40{
	align-items:center;
}
.line2._40 li{
	width:100%;
	margin:10px 0!important;
}

.line2._40 li img{
	max-width:100%;
}

.line2_h{
	margin:10px auto;
	display:block;
}
.line2_h > li{
	margin:0;
}

.line2_h > li:nth-child(1){
	margin-top:0em;
}

.line2_h li .note li{
	margin-left:0;
	text-indent:-1em;

}
	
.imgbox{
 display: block;
	text-align:center;
}

.boxp{
	text-align:left;
}

.magazine_block {
	display: block;
}
	.magazine_block .magazine_thumbnail {
		width: 100%;
	}
	.magazine_block .magazine_content {
		width: 100%;
	}



/*家庭用常備薬等のご案内*/
.kusuri-box{
	margin:30px auto!important;
	display:block;
}

.kusuri-in > li{
	margin:0 10px;
}

.kusuri-in [class^="link-btn-"] a{
	min-width:auto;
	width:100%;
}

	
}
