@charset "utf-8";
/************************************************************************
01:index02:subpage
***********************************************************************/
/************************************************************************/
#section1 {
width: 100%;
overflow: hidden;
}
#index #contents h2 {
	text-align: center;
	color: #0099ff;
	font-weight: bold;
	border-bottom: none;
	text-alignc: center;
}
/* info=========================================== */
#index #info_menu {
	width: 100%;
	padding: 0px 0 20px 0;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
}
#index #info {
	background: #dceef9;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
}
#index #info_menu ul, #index #info ul {
}
#index #info_menu ul li, #index #info ul li {
	float: left;
	width: 282px;
	height: 151px;
	position: relative;
	margin-right: 12px;
	_margin-right: 5px;
}
#index #info_menu ul li.last, #index #info ul li.last {
	margin-right: 0;
}
#index #info_menu ul li a {
	border: 1px solid #ccc;
	display: block;
}
#index #info_menu ul li a:hover {
	border: 1px solid #0099ff;
	background: #dceef9;
}
#index #info ul li a {
	display: block;
}
#index #info ul li a:hover {
	border-bottom: 4px solid #0099ff;
}
#index #info_menu ul li h3 {
	position: absolute;
	top: 50px;
	width: 282px;
	margin: 0 auto;
	color: #0099ff;
	font-size: 18px;
}
#index #info_menu ul li.pink h3 {
	color: #e62d8b;
}
#index #info_menu ul li h3 .number {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}
#index #info ul li h3 {
	position: absolute;
	top: 94px;
	width: 282px;
	margin: 0 auto;
	color: #0099ff;
	font-size: 18px;
}
/* sinryo=========================================== */
#sinryo {
	width: 50%;
	float: left;
	/*border-right: 1px solid #e5e5e5;*/
	/*padding: 20px 0;
	padding: 20px 0 100px 0;*/
	min-height: 620px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	padding: 0;
	position: relative; /* ← これが重要 */
}

.sinryo_box ul {
	margin-bottom: 10px;
	width: 100%;
}
.sinryo_box li a {
	border-radius: 2px;
	background-color: #0099ff;
	color: #fff;
	padding: 4px 16px;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	margin-bottom: 10px;
}
.sinryo_box li a:hover {
	background: #1252d6;
}
.sinryo_box li .bg-pink:hover {
	background: #c92176 !important;
}
.sinryo_dt {
	margin-top: 20px;
}
#sinryo dl dt {
	width: 100px;
	float: left;
}
#sinryo dl dd {
	padding-left: 100px;
}
#news {
	width: 50%;
	float: left;
	padding: 20px 0 20px 20px;
}
#news ul {
	margin-bottom: 10px;
}
#news ul li {
	border-top: 1px dotted #f2f2f2;
	background: url(../img/arrow.png) 2px center no-repeat;
	padding: 10px 0 10px 20px;
}
/*#news_ichi{
	background: url(../img/arrow.png) no-repeat;
	background-position: left 0% top 18%;
}*/

.sinryo_box {
	margin-top: 10px;
	padding-left: 0px;
}
.index_h2upper {
	text-align: center;
}
#contents .index_h2upper {
	margin-bottom: 20px;
}
#contents .index_h2upper h2 {
	margin: 0 10px 0 0;
	padding: 0;
	color: #0099ff;
	font-weight: bold;
	display: inline-block;
}
#contents .index_h2upper span {
	color: #676767;
}
#contents .index_h2 {
	margin-bottom: 20px;
}
#contents .index_h2 h2 {
	margin: 0;
	padding: 0;
	color: #0099ff;
	font-weight: bold;
}
#contents .index_h2 span {
	color: #676767;
}
#index_contents_btm_wrap .index_h2 {
	text-align: center;
}
#faq {
	width: 50%;
	float: left;
	background: #f6f6f6 url(../img/bg-faq.png) top left no-repeat;
}
#faq #faqbox {
	width: 555px;
	float: right;
	padding: 40px 20px 40px 0;
	height: 376px;
}
#faq #faqbox ul {
	margin-bottom: 20px;
}
#faq #faqbox ul li {
	padding-left: 8px;
}
#faq #faqbox ul li:before {
	content: "Q";
	color: #0099ff;
	margin-right: 10px;
	font-size: 16px;
}
#faq #faqbox ul li:nth-child(odd) {
	background: rgba(0, 153, 255, 0.24);
	padding: 8px;
	border-radius: 4px;
}
#colum {
	width: 50%;
	float: left;
	background: #e4eff6 url(../img/bg-cloum.png) top right no-repeat;
	height: 376px;
}
#colum #columbox {
	width: 600px;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#colum #dr {
	background: #003399;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#colum #dr img {
	margin-top: -96px
}
#colum ul {
	margin-bottom: 20px;
}
#colum ul li {
	float: left;
	display: inline-block;
	width: 50%;
	background: url(../img/blue_arrow.png) 2px 3px no-repeat;
	padding-left: 20px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#faq #faqbox ul li a, #colum ul li a {
	text-decoration: none;
	color: #5b6063;
}
#faq #faqbox ul li a:hover, #colum ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
/************************************************************************
02:subpage
***********************************************************************/
/* 医師紹介=========================================== */
.dr_photo {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align: center;
}
.dr_txt {
	float: right;
	width: 510px;
}
/* 患者様の声=========================================== */
.voiceBox {
	padding-bottom: 30px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.voiceBox dl {
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border: 2px solid #dceef9;
	margin-bottom: 20px;
}
.voiceBox dl dt {
	border-bottom: 1px dotted #5b6063;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}
.voiceBox dl dd {
	font-size: 80%;
}
/* 流れのボックス=========================================== */
.sectionBox {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.flowBox {
	padding-bottom: 30px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	background: url(../img/arrow_down.png) center bottom no-repeat;
}
.flowBox.last {
	background: none;
	padding-bottom: 0px;
}
.flowBox dl {
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border: 1px solid #5b6063;
}
.flowBox dl dt {
	border-bottom: 1px dotted #5b6063;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.flowBox dl dd {
	margin-bottom: 0;
}
.flowBox dl dd>ul {
	margin-bottom: -10px;
}
/* よくある質問=========================================== */
dl.qaItem {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
	width: 100%;
}
dl.qaItem dt {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	padding: 12px 12px 12px 12px;
	border-radius: 2px;
	color: #003399;
}
dl.qaItem dt:before {
	content: "Q";
	background: #fff;
	padding: 0 4px;
	color: #003399;
	border: 2px solid #003399;
	margin-right: 10px;
}
dl.qaItem dd {
	margin-bottom: 32px;
	padding-left: 32px;
}
dl.qaItem dd:before {
	content: "A";
	background: #fff;
	padding: 0 4px;
	color: red;
	border: 2px solid red;
	margin-right: 10px;
}
/* 枠つきボックス=========================================== */
.boxSec01 {
	background: url(../img/dot.gif);
	padding: 10px;
	margin: 0px 0px 12px 0px;
}
.boxSec01>.boxSec01inner {
	background: #fff;
	padding: 10px;
}
.boxSec01>.boxSec01inner dt {
	border-bottom: 2px solid #0099ff;
	padding: 0px 8px 2px 8px;
	font-weight: bold;
	font-size: 18px;
	color: #0099ff;
	margin: 0px 0px 16px 0px;
}
.boxSec01>.boxSec01inner dd {
	padding: 0px 2px 0px 2px;
	margin-bottom: 18px;
}
/* 枠つきボックス2
=========================================== */
.boxSec02 {
	background: #003399;
	padding: 2px;
	margin: 0px 0px 12px 0px;
}
.boxSec02>.boxSec02inner {
	padding: 10px;
	background-color: #fff;
}
.boxSec02>.boxSec02inner dt {
	border-bottom: 3px solid #003399;
	padding: 0px 8px 10px 8px;
	font-weight: bold;
	font-size: 18px;
	color: #003399;
	margin: 0px 0px 16px 0px;
}
.boxSec02>.boxSec02inner dd {
	padding: 0px 2px 0px 2px;
	margin-bottom: 18px;
}
/* 枠つきボックス3
=========================================== */

.boxSec03 {
	background: url(../img/dot.gif);
	padding: 8px;
	margin: 0px 0px 12px 0px;
}
.boxSec03>.boxSec03inner {
	background: #fff;
	padding: 5px;
}
.boxSec03>.boxSec03inner　.alignleft, .boxSec03>.boxSec03inner　.alignright {
	margin-bottom: 0;
}
/* 枠つきボッ
=========================================== */
.well {
	background: #D7E9F9;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 10px;
}
/****************************************************
外来診療　問診ダウンロード　info/download.html
****************************************************/
.down_l {
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: 10px;

}
/*.down_l li:after{ 
    content: url(../img/info/icon_1r_32.png);
    margin: 10px;
    position: relative;
    top: 8px;

}*/
/*.down-mark:after{
    content: url(../img/info/icon_1r_32.png);
    margin: 10px;
    position: relative;
    top: 8px;
}*/
/****************************************************
外来診療　info/index.html
****************************************************/
.gairai_link{
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.gairai_link ul li{
	float: left;
	margin-right: 40px;
}
/****************************************************
外来接種　info/about.html
****************************************************/
.link-no{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1px;
	left: 0px;
	padding: 10px;
	font-weight: 700;
}
/****************************************************
パネル
****************************************************/
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #EFEEEC;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid #EFEEEC;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #F2FCFD;
	background: -moz-linear-gradient(-90deg, #ffffff 0%, #F2FCFD 100%);
	background: -webkit-linear-gradient(-90deg, #ffffff 0%, #F2FCFD 100%);
	background: linear-gradient(180deg, #ffffff 0%, #F2FCFD 100%);
	line-height: 30px;
	color: #003399;
	font-weight: 700;
	font-size: 16px;
}
#submain .panel-heading img {
	width: 30px;
	height: auto;
	border: none;
	float: left;
	margin-right: 10px;
}
.panel-body {
	padding: 15px;
}


/*外来テーブル*/
table.gairaitable {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
	width: 100%;
}
table.gairaitable td {
	background-color: #FAFAFA;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 8px;
	vertical-align: top;
	text-align: center;
}
table.gairaitable td span {
	line-height: 1;
}
table.gairaitable th {
	background-color: rgba(0, 153, 255, 0.24);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 8px;
	
	vertical-align: middle;
	text-align: center;
}

/*****************************
　レディースデイ　doc/saturdey.html
*****************************/
.lady-tb1 table{
	width: 100%;
	table-layout: fixed;
}
.lady-tb1 td{
	border: 1px solid #CACBF8;
	text-align: center;
	line-height: 1em;
	height: 40px;
}
.lady-kasen{
	border-bottom:solid;
	border-color:#FF0000;
	border-width:3px;
	line-height: 2em;	
}
.lady-closed{
	background-color: rgba(255,0,0,0.5);
}
.aka_closd{
	background-color: rgba(255,0,0,0.5);
	width: 100px;
	display: inline-block;
}
.nedo_tbl01 {
	width: 380px;
	float: left;
		
}
.nedo_tbl01 table{
	width: 100%; 
}
.nedo_tbl01 table td{
	border: 1px solid #CACBF8;
	padding: 5px;
}
.nedo_tbl01 td:nth-child(1){
	text-align: center;
	width: 20%;
	
}
.nedo_right{
	margin-right: 20px;
}
/*****************************
採用情報　about/recruit.html
*****************************/
.recruit_cl{
	clear: both;
	margin-bottom: 50px;
}

#rinsyo{
	margin-top: 50px;



}
/*****************************
トップ　よくいただくご質問
*****************************/
.clear-cf{
	clear: both;
	margin-top: 30px; 
}
/*****************************
健診WEB予約　web-reserve.html
*****************************/
.web-1{
	/*border: 3px solid #0698AA;*/
	
	text-align: center;
	font-size: 18px;
	/*background-color: #CBE5E4;*/
	margin-bottom: 20px;
	
}
.web-1 p{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	
}

.web-1 a{
	display: block;
	background-image: url(../img/web-1_haikei.png);
	background-repeat: repeat-x;
	text-decoration: none !important;
	color: #ffffff;
    padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
}
.web-1 a:hover{
	background-image: url(../img/web-1_hover.png);
	background-repeat: repeat-x;
	
}
.web-1-bold{ 
	font-weight: bold;
}
.web-11{
	/*border: 3px solid #0698AA;*/
	
	text-align: center;
	font-size: 18px;
	/*background-color: #CBE5E4;*/
	margin-bottom: -15px;
	
}
.web-11 p{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	
}


.web-11 a{
	display: block;
background: radial-gradient(#7bc6fb, #0487e3);	
	text-decoration: none !important;
	color: #ffffff;
    padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	border-radius:5px;
}
.web-11 a:hover{
	background-image: url(../img/web-1_hover.png);
	background-repeat: repeat-x;
	
}
.res_come{
	margin-top: 20px;
	border: dotted 1px #9BA3FB;
	padding: 10px;
}
.tensen{
	border-bottom: dotted 1px #9BA3FB;
}
/*お問い合せ*/
table.table02#form th{
	width:150px;
}
.hissu{
	background :white;
	border:2px solid;
	color:#BC3133;
	padding:4px;
	font-size:9px;
	margin-right:10px;
}
.web_yoyaku_t{
	background-color: #01b0f1;
	color: #fff;
	font-size: 115%;
	padding: 10px 0px 10px 30px;
	/*border-left: solid #052DC4 3px;
	border-bottom: solid #052DC4 3px;*/
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
}


/*アクセス*/
.map_area1{
	position:relative;
}

.map_area1 .maplink1{
	position:absolute;
	top:10;
	right:10;
}

.column-link a{
	text-decoration:none !important;
	}
	
	
	#subcontents #sitemap a{
	text-decoration:none;
	}
/******************************************
差額キャンペーン
******************************************/
.sagaku{
	font-size: 14px;
	display: inline-block;

}
.sagaku a{
	color: #FFFFFF;
	background-color: #08A6CF;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 8px;
	text-decoration: underline !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;

}
.sagaku a:hover{
	color: #fff;
	background-color: #0653F0;
	text-decoration: none !important;
}
.sagaku-sp{
	display: none;
}

/******************************************
ニュース　左スペース
******************************************/
.news-left{
	padding-left: 20px;
}
.news-left01{
	padding-left: 30px;
}
/******************************************
トップ　院長コラム
******************************************/
#incho_1{
	float: left;
	margin-right: 150px;
	/*border-right: 1px solid #A19FF7;*/
	margin-bottom: 30px;
	
}
#incho_1 dl{
	overflow: hidden;
	
}
#incho_1 dt{
	margin-bottom: 5px;
	
}

#incho_2{
}
#incho_2 dl{
	overflow: hidden;
}
#incho_2 dt{
	margin-bottom: 5px;
	
}
.col_txt{
	font-size: 15px;
}
/******************************************
胃がんリスク分類（ABC分類）
******************************************/
#abc-table{
	margin-bottom: 20px;
	
}
#abc-table table{
	width: 100%;
	table-layout: fixed;
}
#abc-table table td{
	border: 1px solid #AFAAAA;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
.moji-ao{
	color:#04A7C1; 
}
.bg-a{
	background-color: #9DF8F4;
}
.bg-b{
	background-color:#F5F59D;
}
.bg-c{
	background-color:#FCD3D4;
}
.bg-d{
	background-color:#F78688;
}
.bg-e{
	background-color:#F8686A;
}
#abc-table01{
	margin-bottom: 15px;
	
}
#abc-table01 table{
	width: 100%;
	
}
#abc-table01 table td{
	border: 1px solid #AFAAAA;
	text-align:left;
	vertical-align: middle;
	padding: 15px;
}
#abc-table01 table td:nth-child(1){
	width: 8%;
}
.p-kensa{
	
}
.p-kensa dl{
	margin-left: 20px;
	margin-top: -25px;
	
}
.p-kensa dt{
	float: left;
	width: 250px;
	font-weight: lighter;
	margin-bottom: 70px;
	
}
.p-kensa dd{
	margin-left: 260px;
	
}
.dd-left{
	margin-left:  593px !important;
}
.kensa-cl{
	clear: both;
}
.list-mt{
	margin-top: -20px;
}
.sp-kensa{
	display: none;
}
/* お問い合せ確認画面 */
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
/***********************************
外来担当医　info/gairai.html
************************************/
.tantou{
	margin-left: 470px;
}
/***********************************
その他予防接種 ページ
************************************/
.tb_middle{
	vertical-align: middle !important;
}
.txt-moji{
	color: red;
}
.indentback01{
  text-indent: -1em;
	padding-left: 1em;
}
/***********************************
お知らせ　テーブル
************************************/
.news-right{
	text-align: right;
	margin-right: 20px;
}
.news-right01{
	text-align: right;
	padding-right: 35px !important;
	
}
.news-ct{
	text-align: center !important;
}
.news-midl{
	vertical-align: middle !important;
}
.news-tbl{
	
}
.news-tbl table{
	width: 100%;
	
}
.news-tbl th{
	background-color:#E3FCFB;  
	padding: 10px 0px 10px 0px;
}
.news-tbl td{
	border: solid 1px #CFCECE; 
	padding: 10px 0px 10px 5px;
}
.news-tbl th{
	border: solid 1px #CFCECE;
}
.news-tbl01 table{
	width: 100%;
	table-layout: fixed !important;
}
.news-tbl01 td{
	border: solid 1px #CFCECE;
	padding: 10px 0px 10px 0px;
	text-align: center;

}
.tbl01-iro01{
	background-color: #e3fcfb;
}
.tbl01-iro02{
	background-color: #fef2ea;
}
.tbl01-iro03{
	background-color: #efeeee;
}
.news-tbl tr:nth-child(4){
	/*border-top: 2px solid #000;*/
}
.saikai_box{
	background-color: #CBECF7;
	border: 3px solid blue;
	padding: 20px 20px 5px 20px;
	line-height: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
}
.saikai_moji{
	font-size: 90% !important;
	font-weight: lighter !important;
}
.saikai01{
	float: left;
}
.saikai01_h{
	margin-top: 6px;
	line-height: 1.5em;
	/*display: block;*/
	margin-bottom: 1px;
}
.saikai02_h{
	margin-top: 0px;
	line-height: 1em !important;
	/*display: block;*/
	margin-bottom: 1px;
}
.web_komento{
	line-height: 1.5em !important;
	font-weight: lighter !important;
}
/***********************************
コースのご案内
************************************/
.course-ryoukin01{
	float: left;
	margin-right: 20px;
}
.course-ryoukin02{
	margin-top: 35px;
}
.course-cl{
    clear: both;
	
}
/***********************************
人間ドック・健康診断
************************************/
.course-ryoukin03{
	float: left;
	margin-right: 20px;
}
.course-ryoukin04{
	margin-top: 10px;
}

/***********************************
協会けんぽ ページ dock/check2.html
************************************/
.kenpo-tbl{
	margin-top: -15px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 5%;
}
.kenpo_coment{
	margin-bottom: 20px;
	margin-top: -15px;
	margin-left: 360px;;
}
/***********************************
長島・大野・常松法律事務所 ページ
************************************/
.syokuin-box{
	width: 300px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 60px;
	box-shadow: 0 0 10px gray;
	margin-left: 70px;
}
.syokuin-box a{
	display: block;
	background-color: #4675F7;
	text-align: center;
	padding: 10px 10px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
.syokuin-box a:hover{
	opacity: 0.8;
}
.bengoshi-box{
	width: 300px;
	display: block;
	float: left;
	box-shadow: 0 0 10px gray;
}
.bengoshi-box a{
	display: block;
	background-color:#069A8E;  
	text-align: center;
	padding: 10px 10px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
.bengoshi-box a:hover{
	opacity: 0.8;
}
.box-cl{
	clear: both;
	margin-bottom: 50px;
}
.btn-size{
	font-size: 130%;
}
/***********************************
株式会社クロスアクティブ ページ
************************************/
.syokuin-box001{
	width: 300px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 60px;
	box-shadow: 0 0 10px gray;
	margin-left: 70px;
}
.syokuin-box001 a{
	display: block;
	background-color: #29cb30;
	text-align: center;
	padding: 10px 10px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
.syokuin-box001 a:hover{
	opacity: 0.8;
}
.bengoshi-box001{
	width: 300px;
	display: block;
	float: left;
	box-shadow: 0 0 10px gray;
}
.bengoshi-box001 a{
	display: block;
	background-color:#12cba6;  
	text-align: center;
	padding: 10px 10px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
.bengoshi-box001 a:hover{
	opacity: 0.8;
}


/***********************************
これから妊娠を望まれる方へ ページ
************************************/
table.ninshin {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
	width: 100%;
}
table.ninshin td {
	background-color: #FAFAFA;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 8px;
	/*vertical-align: top;*/
	text-align: center;
	vertical-align: middle;
}
table.ninshin td span {
	line-height: 1;
}
table.ninshin th {
	background-color: rgba(253, 189, 251, 0.24);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 8px;
	
	vertical-align: middle;
	text-align: center;
}
.ninshin-left{
	text-align: left !important;
}
/***********************************
トップページ　ツイッター
************************************/
.tw-btn{
	float: left;
	margin-right: 10px;
}
.twit-box{
	border: 1px solid #07aee3;
	width: 560px;
	margin-top: -17px;
}
.twit-box_sp{
	display: none;
}
.twit-back{
	background-color: #07aee3;
	color: #fff;
	padding: 3px 10px;
}
/***********************************
エイブル＆パートナーズグループ web-reserve ページ
************************************/
.ei-font{
	font-size: 85%;
}
.ei-indentback{
	text-indent: -1.2em;
	padding-left: 1em;
}
.ei-bold{
	font-weight: bold;
	text-decoration: underline; 
}
.ei-bold01{
	font-weight: bold;
}
.hoken-box{
	width: 400px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	margin-left: 20px;
}
.hoken-box01{
	width: 400px;
	display: block;
	overflow: hidden;
	margin-right: 40px;
	margin-left: 20px;
}
.syokuin-box01{
	width: 400px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	box-shadow: 0 0 10px gray;
	margin-left: 20px;
}
.syokuin-box01 a{
	display: block;
	background-color: #3face2;
	text-align: center;
	padding: 10px 10px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
.syokuin-box01 a:hover{
	opacity: 0.8;
}
.bengoshi-box01{
	width: 400px;
	display: block;
	float: left;
	box-shadow: 0 0 10px gray;
}
.bengoshi-box01 a{
	display: block;
	background-color:#2fba2f;  
	text-align: center;
	padding: 10px 10px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
.bengoshi-box01 a:hover{
	opacity: 0.8;
}
/***********************************
ニュースフォルダのページ
************************************/
.news-box{
	padding: 10px;
	border: 1px solid #A6C2FC;
	margin-bottom: 30px;
}
.news-box p{
	margin-bottom: 10px;
	line-height: 1.8em;
}
.gairai_qr01{
	float: left;
}
.mask01{
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 1.7em !important;

}
.mask02{
	margin-bottom: 10px;
	line-height: 1.7em !important;
}
.news_t01{
	float: left;
}
.news_t02{
	margin-left: 80px;
	font-size: 180%;
}
/***********************************
健診WEB予約
************************************/
.yoyaku_t{
	color: #0099ff;
	font-size: 140%;
}
.btn_right{
	text-align: right !important;
}
.sankaku01{
	display: inline-block !important;
	margin-left: 60px !important;
}
.sankaku02{
	display: inline-block !important;
	margin-left: 150px !important;
}
.sankaku03{
	display: inline-block !important;
	margin-left: 120px !important;
}
.yoyaku_txt{
	margin-left: 70px;
	margin-bottom: 50px;
	width: 690px;
}
.yoyaku_b{
	background-color: #DFF7FB;
	margin-right: 0px;
	padding: 20px 0px 10px 10px;
	margin-top: -16px;
	border-radius:5px;
	margin-bottom: 40px;	
}
.yoyaku_chuui{
	border: 1px dashed #7685DD;
	padding: 10px;
}
/***********************************
ご予約について
************************************/
.yoyaku_btn {
	margin-left: 30px;
	margin-bottom: 20px;
}
.yoyaku_btn a{
	background-color: #3E48F7;
	color: #fff;
	text-decoration: none !important;
	padding: 15px 30px;
}
.indentback01{
	text-indent: -1.4em;
	padding-left: 1.3em;
	margin-left: 30px;
}
/***********************************
よくいただく質問・お問合せ
************************************/
.toiawase_btn {
	margin-bottom: 50px;
}
.toiawase_btn a{
	text-decoration: none !important;
	/*background-color: #6E7FAD;*/
    background-image: url(../img/web-1_haikei.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 15px 30px;
}
.toiawase_btn a:hover{
	opacity: 0.8;
}
.indentback02{
	text-indent: -1.2em;
	padding-left: 1.2em;
}
/***********************************
インデント
************************************/
.indentback03{
	text-indent: -1.0em;
	padding-left: 1.0em;
}
.indentback04{
	text-indent: -3.0em;
	padding-left: 3.0em;
}
.indentback05{
	text-indent: -4.0em;
	padding-left: 4.0em;
}

/***********************************
トップページ　パソコンのみ表示
************************************/
.sp_main{
	display: none;
}
/***********************************
web-reserve ページ
************************************/
.btn_sp{
	display: none;
}
.reserve_top{
	height: 152px;
	text-align: center;
	background-color: #ecf3fc;
	margin-bottom: 50px;
	border-bottom: solid 2px #5180EF; 
}
.reserve_top_sp{
	display: none;
}
.web_kochira{
	border-left: 3px solid #4372f8;
	border-bottom: 2px solid #4372f8;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	
}
.web_gentei{
	margin-bottom: 30px;
	text-align: center;
	background-color: #3558F9;
	color: #fff;
	padding: 10px 0px 10px 0px;
	font-size: 140%;
	line-height: 1.8em;
	font-weight: bold;
}
#web-reserve{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 50px;
}
#web-reserve01{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 50px;
}
#web-reserve02{
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	margin-top: -30px;
}
.line-h{
	line-height: 1.2em;
	margin-top: 20px;
}
.line-h01{
	margin-bottom: 10px;
	margin-top: -15px;
}
.web-t{
	font-size: 20px;
	margin-bottom: 20px;
}
.reserve-wk{
	padding: 30px 10px 30px 10px;
	border: 1px solid #A6C2FC;
	background-color: #4075F1;
	color: #fff;
	text-align: center;
	margin-top: -30px;
	font-size: 120%
}
.web-t1{
	text-align: center;
	margin-top: 30px;
	font-size: 25px;
	margin-bottom: 20px;
	border-left: 3px double #4075F1;
	border-right: 3px double #4075F1;
}
.web-chuui{
	padding: 15px;
	border: 3px dashed #A6C2FC;
}
.web-chuui dl{
	margin-bottom: 30px;  
}
.web-chuui dt{
	font-size: 130%;
	color:#000;  
}
.web-chuui dd{
	margin-left: 30px;  
}
.indentback{
  text-indent: -1.5em;
	padding-left: 1.5em;
}
.rog-b{
	margin-left: 50px;
}
.sample-demo #link2 {
	color:#999;
}
#link2{
	background-color:#7386DD;
	/*display: inline-block;*/
	/*padding: 7px 30px 7px 30px;*/
	border-radius: 7px;
	color: #B3B2B2;
	letter-spacing: 3px;
	font-size: 18px;
	width: 300px;
	line-height: 40px;
	text-align: center;
}
#link2 a{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 3px;
	border-radius: 7px;
	display: block;
	width: 300px;
	background-color: #0720E3;
}




input[type=checkbox] {
  transform: scale(1.3);
}
.btn-box01{
	float: left
}
.btn-box02{
	margin-top: 30px;
	margin-left: 400px;
	color: red;
}
.yoyaku_pdf li{
	float: left;
	margin-right: 7px;
}
.teiin_m{
	color: red;
	margin-top: 20px;
}
.teiin_m01{
	color: red;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3em;
}
.mokuji {
	border: solid 2px #0793B7;
	margin-bottom: 30px;
	padding: 10px;
	line-height: 2.5em;
}
.mokuji-k{
	line-height: 2em;
}
.mokuji_01{
	font-size: 120%;
}
.web_kakutei{
	line-height: 1.7em !important;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 2px solid #ccc;
	background-color: #fff;
	padding: 10px;
	font-weight: lighter !important;
}
.web_tensen{
	/*border-style: dashed;*/
	/*line-height: 1em !important;
	font-weight: lighter !important;*/
	margin-bottom: 20px;
	border-top: 3px dashed #085ABC;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.web_jikai{
	margin-left: 10px;
	line-height: 1.8em !important;
	margin-bottom: 15px;
}
.web_indent{
	  text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
	font-weight: lighter;
	margin-bottom: 10px;
}
.web_01{
	margin-top: -10px !important;
	margin-bottom: 20px !important;
	font-weight: lighter !important;
}
/*******************************
お問い合わせ　faq.html
*******************************/
.tw-box01{
	float: left;
}
.tw-box02{
	margin-left: 250px;
	margin-bottom: 30px;
	
}
.twit-back01{
	background-color: #07aee3;
	color: #fff;
	padding: 3px 10px;
	width: 560px;
}
.tw-p{
	font-weight: bold;
	margin-bottom: 31px !important;
}
/*******************************
h2タイトルと予約ボタン
*******************************/
.h2_ao img{
	border-bottom: solid 2px #0099ff;
	
}
.h2_t{
	color: #0099ff;
	font-size: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.yoyaku_h2{
	float: right;
	margin-top: -75px;
	margin-right: 20px;
	width: 200px;
	font-size: 80%;
	margin-bottom: 20px !important;
}
.ao_sen{
	/*color: #0099ff;*/
	border: solid 1px #0099ff;
}
.web_m{
	font-size: 105% !important;
}
.web_left{
	margin-left: 15px;
}
.web_m_h{
	line-height: 1.5em;
	margin-bottom: 10px;
}
/*******************************
協会けんぽ
*******************************/
.tbl-none{
	display: none;
}
.tbl-w{
	background-color: #fff !important;
	width: 40%;
}
.tbl-s{
	font-size: 90% !important;
}
.tbl-center{
	text-align: center !important;
}
.ufj_yoyaku{
	border: solid 2px #DDDBDB;
	padding: 10px;
	margin-bottom: 20px;
}
/*******************************
説明会
*******************************/
.setumei th,td{
	vertical-align: middle !important;
}
/***********************************
シルガードテーブル
************************************/
table.hanyou {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
	width: 100%;
}
table.hanyou td {
	background-color: #FAFAFA;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 8px;
	/*vertical-align: top;*/
	text-align: center;
	vertical-align: middle;
}
table.hanyou th {
	background-color: rgba(128, 189, 251, 0.24);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 8px;
	
	vertical-align: middle;
	text-align: center;
}
.hanyou-left{
	text-align: left !important;
}
.hpv-box{
	border: 1px solid #E8E6E6;
	border-radius: 5px;
}
.hpv-ue{
	vertical-align: top !important;
}
/*******************************
お知らせ　予約日
*******************************/
.news_yoyaku01{
	float: left;
	font-weight: bold;
	
}
.news_yoyaku02{
	font-weight: bold;
}
/*******************************
*******************************/
.tokutei_t table th{
	vertical-align: middle;
}
/*******************************
お支払い
*******************************/
.card-box li{
	float: left;
	margin: 0px 0px 20px 20px; 
	
}
.qr-pc{
	margin-bottom: 30px;
}


.qr-sp{
	display: none;
}
/*******************************
ダーモスコーピー
*******************************/
.damo-box{
	border: 1px solid #1fb70b;
	padding: 20px;
	border-radius: 80px;
}
.damo-pc{
	border: 1px solid #1fb70b;
	padding: 20px;
	border-radius: 2% 2%;
	
}
.damo-t{
	font-size: 120%;
	font-weight: bold;
	color: blue;

}	


/*******************************
帯状疱疹のページ
*******************************/
.taijyou_01{
	margin-top: 10px;
	margin-bottom: 33px;
}
.taijyou_02{
	margin-bottom: 20px;
}
/***************************
特定商取引
***************************/
.torihiki-tbl th{
	vertical-align: middle !important;
}
/*******************************
検査の受診
*******************************/
.kensa-div{
	border: 1px solid blue;
	padding: 5px;
	border-radius: 5px;
}

.kensa-div dt{
	font-weight: lighter;
	float: left;
}
.kensa-div dd{
	margin-left: 80px;
}
/*******************************
フォント
*******************************/
.font_f th{
	font-family:  'Arial','YuGothic','Yu Gothic','Avenir','Helvetica Neue','Helvetica','Hiragino Sans','ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic'; 
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 101%
}
.table th{
	/*font-family:  'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic';  */
}
/*******************************
*******************************/
.nagare_t01{
	background-color: #dae5f9;
	margin-left: 20px;
	color: #0D25AD;
	font-weight: bold;
}
.nagare_t02{
	display: inline-block;
	width: 50px;
	background-color: #4c7cd0;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	padding: 3px;
}
.nagare_t011{
	background-color: #dae5f9;
	margin-left: 0px;
	color: #0D25AD;
	font-weight: bold;
	font-size: 120%;
}
.nagare_t022{
	display: inline-block;
	width: 70px;
	background-color: #4c7cd0;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	padding: 7px 7px 7px 3px;
}
.nagare_step{
	margin-top: 20px;
	margin-bottom: 60px;
}
.nagare_step dt{
	float: left;
}
.nagare_step dd{
	margin-left: 410px;
}
.nagare-btn01{
	text-align: center;
	/*background-color: #A68911;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;*/
}
.nagare-btn01 a{
	display: block;
	text-align: center;
	background-color: #A68911;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
	text-decoration: none !important;
}
.nagare-btn01 a:hover{
	opacity: 0.9;
}
.nagare-btn02{
	text-align: center;
	/*background-color: #A68911;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;*/
}
.nagare-btn02 a{
	display: block;
	text-align: center;
	background-color: #37960d;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
	text-decoration: none !important;
}
.nagare-btn02 a:hover{
	opacity: 0.9;
}
/*******************************
グローバルナビ
*******************************/
.gnv_01{
	color: #fff !important;
	/*background-color: #c4e7fb !important;*/
	font-size: 100% !important;
    background: rgba(0, 153, 255, 0.24) !important;
	background: #0099ff !important;
}
.gnv_02 a:hover{
	background-color: #9cd8fb !important;
	background: #1252d6 !important;;
}
/*******************************
スマホ健診ボタン
********************************/
.sp_kenshin_btn{
	display: none;
}
/*******************************
問い合わせ
*******************************/
.nagasa{
	width: 100%;
	height:30px;
}
.nagasa01{
	width: 100%;
	height:100px;
}

/*****トップSNS************************/
.sns-txt01{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	
}
.sns-txt01 span {
display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
    line-height: 1; /* 追加するとさらに安定 */
}

.sns-txt02{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}

.icon-row {
    display: flex;
    gap: 40px; /* アイコン同士の間隔 */
    justify-content: center; /* 中央寄せ（必要なら） */
    flex-wrap: nowrap; /* 横並び固定（スマホでも横並び） */
}
.icon-row a{
	color: #666666;
}


.icon-row img {
    width: 150px;
	max-width: 100%; /* スマホでは画面に収まるよう縮小 */
    height: auto; /* 縦横比を保つ */
	object-fit: cover; /* 画像のはみ出し対策（必要に応じて） */
}
.sp-only{
	display: none;
}
.sinryo-inner{
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
.sp-only {
    display: none;
}
/*******************************
*******************************/
.corse_box01{
	background-color: #E0F7F9;
	padding: 10px;
	float: left;
	margin-left: 5px;
}
.corse_box01 dt{
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	padding: 0px 5px;
	line-height: 1.2em;
	text-align: center;
}
.corse_box01 dt a{
	display: block;
	color: #fff;
	text-decoration: none !important;
	padding: 5px 0px;
	background-color: #1B37D7;
	border-radius:8px;
}
.corse_box01 dt a:hover{
	opacity: 0.8;
}
.corse_box01 dd{
	width: 240px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}

/***********************************
検査キット再配布
***********************************/
dl.kit {
	margin-left: 20px;
	margin-bottom: 30px;
}
dl.kit dt{
	color:#06AA98;
	text-decoration: underline;
}
dl.kit dd{
	margin-left: 10px;
}
.kit01{
	margin-left: 10px;
}
.kit-li {
	border: 1px solid #06AA98;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 5px;
}
.kit-li li{
	float: left;
	margin-right: 10px;
}
.kit-li li:nth-child(1){
	margin-left: 20px;
}



/***********************************
上部消化管内視鏡検査を受けられる方へ
GSQuestionnaire.html
***********************************/
#GSQuestionnaire {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
	
}


#GSQuestionnaire {
	padding-left: 10px;
	padding-right: 10px;
}

#GSQuestionnaire h1 {
	text-align: center;
	font-size: 120%;
	text-decoration: underline;
	margin-bottom: 30px;
}
#GSQuestionnaire h2 {
	font-size: 120%;
	margin-top: 30px;
}

.gs-houhou {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1em;
  margin-left: 35px;
	
}

.gs-houhou dt {
  min-width: 100px;
  margin-right: 1em;
}

.gs-houhou dd {
  flex: 1;
  margin: 0;
  line-height: 1.6;
}
.gs-chuui{
	margin-left: 20px;
	margin-top: 30px;
}
.gs-seiken{
	padding-left: 20px;
	padding-right: 20px;

}
.inden01gs{
	margin-left: 20px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}

#GSQuestionnaire .chintu-box{
	margin-top: 10px;
	margin-left: 20px;
}
#GSQuestionnaire .chintu-box dd{
	margin-left: 10px;
}
#GSQuestionnaire .chintu-box dd p{
	text-indent: -1em;
	padding-left: 1em;
	
}
.chintu-chuui{
	margin-top: 20px;
	margin-left: 30px;
}

