@charset "utf-8";

/* business-guide.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Health Promotion
 * **************************************************
 */

 /* Health Promotion
------------------------------------------------------------------- */
.business-guide .content__inner{
	margin: 70px auto 0 auto;
    max-width: 1080px;
}
/* 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: 500;
  color: #3bb5e2;
  text-align: center;
}
.health-support h4 {
  padding: 6px 10px;
  background-color: #3bb5e2;
  font-size: 1.8em;
  font-weight: 500;
  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;
  font-size: 1.6em;
}
.health-support .list-disc li::before {
  position: relative; top: -0.1em; left: -0.3em;
  content: '●';
  font-size: 70%;
  color: #3bb5e2;
}
/* List（丸数字） */
.health-support .list-circle li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.6em;
}

/* PDCAサイクル */
.content__layout__section > p.pdca > img {
  margin: 20px 0 0 10px;
}

/*pepup*/
.text-img{
	display:flex;
}
.text-img li:nth-child(2){
	margin-left:5%;
}

.text-img li:nth-child(2) p{
	text-align:center;
}

.pink-box{
	background:#ffcdcd;
	font-weight:bold;
	padding:10px 5px 3px;
}
.no_border table{
	border:none;
	 /* width: 49%; */
}

.no_border table th,
.no_border table td{
	border:none;
	background:none;
	text-align: left;
	font-size:1.6em;
	vertical-align: top;
	padding: 0;
}

/*関電けんぽの健診助成制度（人間ドック・婦人科健診等）*/

.blue-box{
	background:#5db6e7;
	padding:20px;
	color:#fff;
	margin:20px auto 0;
	text-align:center;
	font-weight:bold;
}

.blue-box .result_sample{
	background:#fff;
	display:inline-block;
	margin-top:20px;
}
.blue-box .result_sample a{
	display:block;
	padding:10px 50px;box-shadow: 0px 1px 5px #2687bd;
 
}
.blue-box .result_sample a:hover{
	padding:10px 50px;
	box-shadow:none;
	text-decoration:none;
}

.moreContent._doc h4{
	color:#fe7b01;
}
.moreContent._doc h5{
	font-weight:bold;
	font-size:1.5em;
	margin-top:10px;
}
.tel-t02 td:nth-child(2){
	text-align:left;
	width:80%;
}
.tel-t02 tr td{
	background:#ffe8cb;
	text-align: center;
}

.tel-t02 tr:nth-child(odd) td{
	background:#fff4e7;
}
.option-table tr td {
	text-align: center;
}
/* Link：もっと詳しく */
[class^="moreContent"] {
	margin-top: 20px;
}
[class^="moreContent"] h3 {
	position: relative;
	display: block;
	padding: 20px 0 10px 5px;
	font-size: 2.0em;
	font-weight: bold;
	color: #27a639;
	text-align: left;
}
[class^="moreContent"] h3:before {
	position: relative;
	top: 8px;
	content : url(../images/common/ttl-more.png);
}
[class^="moreContent"] dl:not(.more_dl) {
	background-color: #fffbeb;
	border-radius: 4px;
	padding: 0 15px 15px 15px;
	margin:20px 0;
}
[class^="moreContent"] dt:not(.more_dt) {
	padding:15px 0 0 0px;
	font-size: 1.8em;
	font-weight: bold;
	color: #27a639;
	cursor: pointer;
}
[class^="moreContent"] dt:not(.more_dt).open{
	padding-bottom:15px;
}

[class^="moreContent"] dt:not(.more_dt) span {
	float: right;
	display: inline-block;
	margin: 0 0px 0 0;
	padding: 7px 12px 7px 12px;
	min-width: 3.0em;
	background-color: #27a639;
	border-radius: 20px;
	font-size: 78%; /* 1.4em */
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
}
[class^="moreContent"] dt:not(.more_dt):hover {
}
[class^="moreContent"] dt:not(.more_dt).close span {
	background-color: #27a639;
	color: #ffffff;
}
[class^="moreContent"] dt:not(.more_dt).open span {
	background-color: #27a639;
	color: #ffffff;
}
[class^="moreContent"] dd:not(.more_dd) {
	padding: 25px 30px;
	background-color: #ffffff;
	border-radius: 4px;
}
[class^="moreContent"] h4 {
	margin-top: 20px;
	font-size: 1.6em;
	font-weight: bold;
}
[class^="moreContent"] dd:not(.more_dd)  p {
	font-size: 1.5em;
}
[class^="moreContent"] dd:not(.more_dd) img {
	max-width: 100%;
	margin: 10px auto 0 auto;
}

[class^="moreContent"] dd:not(.more_dd) .mapimg{
	width: 100%;
}

/*特定健診・特定保健指導*/
.over4074 {
	margin:-0.5em;
	border:0;
}

.over4074 tr td {
border:0;
text-align:left;
vertical-align: top;
font-size:1.6em;
}

.over4074 td:first-child{
	padding-right:2.0em;
}

.over4074 td:last-child {
 background: #fffaee;
 color:#5778bb;
 width:45%;
font-weight:bold;
	padding:10px;
}

.over4074 td:last-child span {
	display: block;
		margin-left: 3.0em;
	text-indent: -3.0em;
}
/* 背景黄色・枠線オレンジ */
.notes_orange {
	padding:10px 30px;
	background: #FFFFCC;
	border-radius: 15px;
	font-size:15px;
	border:1px solid #ffa900;
}

.contact{
   	border:1px solid #d8d8d8;
	margin-top:2em;
	padding:2em 3em 2em;
	border-radius: 10px;
}
.contact .clear{
  clear:both;
}
.contact .company{
	font-size:1.8em;
}
.contact .tel_blue{
	font-size:2.5em;
	font-weight: bold;
	color:#6699CC;
}

.hours{
	font-size:1.4em;
}

ul.Notification li {
 margin: 0em;
 padding: 1em;
 border: 2px dotted #ff9900; /*太さ・線種・色*/
 border-radius: 3px; /*角の丸み*/
 list-style: none;
 font-size:1.6em;
}

.Notification li .guide{
	margin-top:10px;
}

.Notification li .guide li{
	border:0em;
	font-size:1em;
	padding:10px 20px 0 20px; 
}

.Notification li .guide li+li{
}

.Notification li .guide img{
	vertical-align:middle;
	display:inline-block;
	margin:0;
}
.Application td:nth-child(1){
	margin:0 auto;
	text-align:center;
}

.Application .tokutei2 {
max-width:100%;
}


/* 角丸フレーム*/
.flame_kadomaru {
	border:1px solid #d8d8d8;
	margin-top:2em;
	padding:3em;
	border-radius: 10px;
	}

.flame_kadomaru_red {
	color:#F00;
	background-color: #FFE3DE;
	margin-top:2em;
	padding:15px;
	border-radius: 10px;
	}

.flame_kadomaru_green {
	border:2px solid #00cccc;
	margin-top:2em;
	padding:3em;
	border-radius: 10px;
	}

.flame_kadomaru_blue {
	background-color: #EEF3FA;
	margin-top:2em;
	padding:15px;
	border-radius: 10px;
	}

.flame_kadomaru_white {
	background-color: #ffffff;
	margin:2em;
	padding:15px;
	border-radius: 10px;
	}

.darkblueh3{
	font-weight:bold;
	color:#003366;
}


/*在宅（郵送)がん健診　受付終了box*/

.end_reception{
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #032A84;
}
.end_reception p {
    text-align:center;
    margin:0 auto; 
    color:red;
    font-size:2.0em;
        padding:3em;
}
.end_reception p span{
    display: block;
    font-size:0.8em;
    margin-top:1em;
}


.contact .float-right{
  float:right;
}

.contact .float-right p img{
	vertical-align: top;
	width:100px;
}

.contact .float-left{
  float:left;
}


/* HPV検査（郵送）*/

.bg_hpv{
	background-color:#FEEEED;
	padding:1em;
	border-radius:15px;
}

.bg_hpv img{
   margin-top:0!important;}


.youtube {
	margin:20px auto;
  max-width: 560px;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


.img_txt {
	margin-top:1em;
}

.img_txt li{
	background:#fff7d6;
	margin-bottom:5em;
	font-size:1.6em;
	padding:1em;
	position:relative;
}



.img_txt li img{
	vertical-align:middle;
}

.img_txt .c_txt{
  width: 70%;
  display: inline-block;
}

.img_txt .c_icon{
 margin-right:2%;
  width: 28%;
}


.img_txt li:not(:last-child) :after{
	position:absolute;
	content:'';
	background:url(../images/arrow.png) no-repeat;
	width:60px;
	height:60px;
	bottom:-4.3em;
	right:0;
	left:0;
	margin:auto;
}

/*禁煙外来治療補助*/

.No_smoking{
	margin-top:0em;
	margin-bottom:2em;
}

.No_smoking li{
	text-indent:-1em;
	margin-left:1em;
	font-size:1.6em;
}

.No_smoking .No_smoking_c {
	text-indent:-1em;
	margin-left:2em;
}

.No_smoking .No_smoking_c2 {
	padding-left:1em;
	margin-top:1em;
	text-indent:0em;
}


.No_smoking_d {
    overflow: hidden;
	border:1px solid #d8d8d8;
	padding:1em 3em;
	border-radius: 10px;
	margin-bottom:2em;
}
.No_smoking_d li {
	font-size:1.0em;
    float: left;
}

.No_smoking_d li:nth-child(1n){
    margin-right:8em;
}

.No_smoking_d li:last-child:nth-child(odd) {
    width: 100%;
}

.flame_kadomaru p{
	font-size:1.6em;
}


ul.No_smoking_con {
	margin:0.5em;

}
.No_smoking_con li {
	font-size: 1.6em;
	margin-left: 2.0em;
	text-indent: -2.0em;
}

.No_smoke_con2{
	margin:0em;
}

.No_smoke_con2 li{
	font-size: 1.6em;
	text-indent:-1em;
	margin-left:3.3em;
}

/*電話相談　ボタン*/

.consultation_menu{
 list-style:none;

    }
    
.consultation_menu li {
        display: inline-block;
    }
    
.consultation_menu li:first-child{
        margin-right:2em;
    }

.consultation_menu li:nth-child(2){
        margin-right:2em;
    }

.consultation_menu li a{
	position: relative;
	display: table-cell;
	padding: 0 3.5em 0 1em;
	height: 60px;
	background: #ffffff url(../images/list-mark-tel.png) no-repeat  95% center;
	border:1px solid #27a639;
	border-radius: 4px;
	font-size: 1.4em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none; 
	vertical-align: middle;
    line-height: 1.3;}

.consultation_menu li a:hover {
  background-color: #fffbeb;
  color: #27a639;
} 


/*電話相談　電話料無料*/
.tel_free {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;
  width: 50px;
  height: 42px;
  color: #fff;
  background: #36398f;
  text-align:center;
  font-size: 0.8em;
  line-height: 1.3em;
}
.tel_num{
  margin-bottom: 2em;
    margin-left:0.1em;
    font-weight:bold;
    font-size:2.0em!important;
    color:#36398f;
}
/*医療費のお知らせ*/

.box{
	border:1px solid #148ad5;
	padding:10px 15px;
}

.flame_gray{
	background-color: #eeeeee;
	margin-top:2em;
	padding:15px;
	border-radius: 10px;
	font-size:1.6em;
}

.Medical_info{
	font-weight:bold;
	color:#003366;
}

.Medical_info_c{
	border:0;
	font-size:0.65em;
	margin:1em 0;
}

.Medical_info_c th,.Medical_info_c td{
	border:0;
	padding:0 5px 0;
}
.Medical_info_c td{
	text-align:left;
	vertical-align:top;
}

.Medical_info_c th{
	vertical-align:top;
	background-color: #eeeeee;
}


/* ジェネリック医療の活用 */

.generic_site{
 margin:0 auto;
 text-align:center;
}


.gene_title{
    font-size:3.0em!important;
    color:#79b953;
}
.miniContent {
	clear: both;
	margin-top: 35px;
    margin:0 auto;
    text-align:center;
}
.miniContent:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.miniContent ul {
	overflow: hidden;
}
.miniContent li {
	width: 32.0%;
    margin:0 auto;
	text-align:left;
}

.miniContent a {
	display: table-cell;
	padding: 0 50px 0 20px;
	height: 65px;
	width: 32.0%;
	border:1px solid #d7d7d7;
	border-radius: 4px;
	font-size: 1.5em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	vertical-align: middle;
}

.miniContent li.generic a {
	background: #ffffff url(../images/ilst-mini-generic.png) no-repeat right bottom;
}

/*スポーツクラブ利用補助*/

.gym_numbers{
    margin-top:1em;
}

.gym_numbers dt{
    margin-top:0.5em;
	font-size:1.6em;
}


.gym_numbers dd{
 font-size:1.6em;
 margin-left:1.0em;
}

.renaissance {
	margin:2em auto;
	text-align:center;
}

.renaissance a img{
	max-width:100%;
}

.gym_pic{
	border:0;
	width:65%;
	margin:0 auto;
}

.gym_pic td{
	border:0;
}

.gym_list{
	border:0;
}

.gym_list td{
	width:25%;
	vertical-align: top;
	text-align:left;
	border:0;
	border-left:1px #999999 solid;
	font-size:1.0em;
}

.gym_list td .Cooperation{
	margin-top:1em;
}

.gym_list td:first-child{
		border-left:0px #999999 solid;
}





 section .renaissance_site li{
	text-indent:-1em;
	margin-left:1em;
	font-size:1.6em;
}

 section .renaissance_out{
	margin:0em 0 -2.0em 0;
}

 section .renaissance_out li{
	text-indent:-1em;
	margin-left:2em;
	font-size:1.6em;
}

section .flame_kadomaru_white .tel_blue{
	font-size:3.5em;
	font-weight: bold;
	color:#6699CC;
}

section .flame_kadomaru_white .tel_blue img{
	display:inline;
}

@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;
  }
/*pepup*/
.text-img{
	display:block;
}
.text-img li:nth-child(2){
	margin-left:0;
	margin-top:5%;
}

.text-img li:nth-child(2) p{
	text-align:center;
}
.text-img li:nth-child(2) img{
	width:100%;
}
.no_border table{
	width: 100%;
}
.no_border table th{
	width:26%;
}

.no_border table th,
.no_border table td{
	border:none;
	background:none;
	text-align: left;
	font-size:1.6em;
	vertical-align: top;
	padding: 0;
}

/*医療費のお知らせ*/
.box{
	border:1px solid #148ad5;
	padding:10px 15px;
}
.flame_gray{
	background-color: #eeeeee;
	margin-top:2em;
	padding:15px;
	border-radius: 10px;
	font-size:1.6em;
}

.Medical_info{
	font-weight:bold;
	color:#003366;
}

.Medical_info_c{
	border:0;
	font-size:0.65em;
	margin:1em 0;
}

.Medical_info_c th,.Medical_info_c td{
	border:0;
	padding:0 5px 0;
}
.Medical_info_c td{
	text-align:left;
	vertical-align:top;
}

.Medical_info_c th{
	vertical-align:top;
	background-color: #eeeeee;
}
	
	    
/*ジェネリック医薬品*/

.gene_title{
    font-size:2.5em!important;
    line-height: 1.5em!important;
}


/* ジェネリック医療の活用 */
.miniContent {
	clear: both;
	margin-top: 35px;
    margin:0 auto;
    text-align:center;
}
.miniContent:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.miniContent ul {
	overflow: hidden;
}
.miniContent li {
	width: 90.0%;
    margin:0 auto;
	text-align:left;
}


.miniContent li.generic a {
	background: #ffffff url(../images/ilst-mini-generic.png) no-repeat right bottom;
}
}

/* Pep Up 登録フロー
------------------------------------------------------------------- */
.pepup-flow-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}

.pepup-flow-box {
    flex: 1;
    border: 3px solid #3bb5e2;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    color: #333;
}

h3.pepup-flow-box__title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3bb5e2;
    color: #333;
    border-radius: 50px;
    margin: -35px auto 15px;
    padding: 8px 20px;
    font-size: 1.8em;
    font-weight: bold;
    width: min-content;
    white-space: nowrap;
}

.pepup-flow-box__title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #3bb5e2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 0.9em;
}

.pepup-flow-box__sub-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}

.pepup-flow-box__deco-txt {
    color: #f00;
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
}

.pepup-flow-box__deco-txt span {
    font-size: 0.7em;
    vertical-align: middle;
}

.pepup-flow-box__prepare {
    background: #e6f7fd;
    border: 1px solid #3bb5e2;
    padding: 10px;
    margin-bottom: 20px;
}

.pepup-flow-box__prepare dt {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.pepup-flow-box__prepare-content {
    display: flex;
    gap: 10px;
}

.pepup-flow-box__prepare-label {
    background: #3bb5e2;
    color: #fff;
    padding: 5px;
    font-size: 1.2em;
    text-align: center;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.pepup-flow-box__prepare-list {
    flex: 1.5;
    font-size: 1.2em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pepup-flow-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pepup-flow-box__list-item {
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
}

.pepup-flow-box__list-item dl {
    margin-top: 5px;
    font-weight: normal;
}

.pepup-flow-box__list-item dt {
    font-size: 0.9em;
    color: #3bb5e2;
}

.pepup-flow-box__list-item dd {
    font-size: 13px !important; /* 修正: 具体的なpx数値で強制固定 */
    word-break: break-all;
    color: #3bb5e2;
    font-weight: normal;
}

.pepup-flow-box__list-item p {
    font-size: 13px !important; /* 修正: 具体的なpx数値で強制固定 */
    margin-top: 5px;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

.pepup-flow-box__qr-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.pepup-flow-box__qr {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: #eee; /* placeholder */
}

.pepup-flow-box__step-img {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.pepup-flow-box__step-img img {
    width: calc(50% - 5px);
    height: auto;
    background: #eee; /* placeholder */
}

.pepup-flow-box__caution {
    font-size: 1.3em;
    color: #3bb5e2;
    margin-top: 5px;
    text-decoration: underline;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
    .pepup-flow-container {
        flex-direction: column;
        gap: 50px;
        margin-top: 40px;
    }
    .pepup-flow-box {
        margin-top: 20px;
        padding: 15px;
    }
    h3.pepup-flow-box__title {
        font-size: 1.3em;
        margin-top: -30px;
        white-space: normal !important; /* 強制的に折り返しを許可 */
        word-break: break-all;
        width: calc(100% - 20px) !important; /* 幅を確保しつつ溢れを防止 */
        max-width: 320px; /* バブルの形を維持しつつ最大幅を制限 */
        line-height: 1.3;
        padding: 8px 10px;
        display: flex !important; /* spanの中央揃えを維持 */
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .pepup-flow-box__title span {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .pepup-flow-box__deco-txt {
        font-size: 1.3em;
    }
    .pepup-flow-box__prepare-content {
        flex-direction: column;
        gap: 5px;
    }
    .pepup-flow-box__prepare-label {
        padding: 8px;
    }
    .pepup-flow-box__list-item {
        font-size: 1.3em;
    }
    .pepup-flow-box__qr-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .pepup-flow-box__qr-row dl {
        width: 100%;
    }
}
