@charset "UTF-8";
/* CSS Document */

/*body {
	height:100%;
}*/
	
#wrap{
	font-color:#3333;
	background-color:#fbf4c3;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;	
}

#wrap_top{
	font-color:#3333;
	background-color:#ffaa00;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;	
}
	

.top_body{
	min-width:1100/*990*/px;
	height:100%;
	background-color: #ffaa00;
	font-size: 100%;
	min-height:100%;
}

a:link{
	color:#333;
}

a:visited{
	color:#333;
}

/*---------------------------------------------------------
header
----------------------------------------------------------*/

#header{
	width:100%;
	height:75px;
	background:url("../images/bg_header.png");
	background-repeat:repeat-x;
}


.h_logo{
	margin-top:15px;
	margin-left:80px;
	float:left;
	width:200px;
}

.header_right{
	float:right;
	margin-right:10px;
	margin-left:30px;
	width:650px;
}

.header_right li{
	display:inline-block;
}


.header_center{
	overflow:hidden;
	width:auto;
}

/*-----------------------------------------------------------------
contents
-------------------------------------------------------------------*/

#contents_top{
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100vh;
	padding-bottom:30px;
}

.logo{
	margin:70px auto;
	text-align:center;
}

.main_pic{
	text-align:center;
}


.contents{
	width:980px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	min-height:100vh;
	padding-bottom:107px;/*30*/
	height:100%;
	}

.contents_inner02{
	width:900px;
	height:100%;
	margin-left:40px;
	background-color:#fff;
	margin-top:0px;
	padding-bottom:107px;/*107*/
}



/*------------------------------------------------
index (TOP)　の並列ボタンふたつ
--------------------------------------------------*/

.nav-box_top{
	width:700px;
	height:4000px;
	/*background-color:#fff;*/
	margin-bottom:20px;
	margin-top:20px;
	display: block;
    margin: 0 auto;
	
	/*border-radius:15px;*/ /*--←かどまる--*/
	/*-webkit-box-shadow: inset 0px 15px 20px -10px rgba(184,184,184,0.5);
  -moz-box-shadow: inset 0px 15px 20px -10px rgba(184,184,184,0.5);
  box-shadow: inset 0px 15px 20px -10px rgba(184,184,184,0.5);*/
}





.top_menu{
  display: block;
  margin: 0 auto;
}


.btn_top ul{
	display: block;
    margin: 0 auto;
	text-align:center;
}

.btn_top li{
	display:inline-block;
	list-style-type:none;
	margin-top:10px;
}

.btn_top a {
	display:block;
	margin:20px;
}

.top_btn01 a{
	display:block;
	background-image: url("../images/btn_top01_on.png");
	background-image: url("../images/btn_top01.png");
	background-size:276px 98px;
  text-indent: -9999px;
	width:276px;
	height:98px;
	-moz-background-size:cover;
	background-size:cover;
}

.top_btn01 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/btn_top01_on.png");
	background-size:276px 98px;
	text-indent: -9999px;
	width:276px;
	height:98px;
	-moz-background-size:cover;
	background-size:cover;
	}

.top_btn02 a{
	display:block;
	background-image: url("../images/btn_top02_on.png");
	background-image: url("../images/btn_top02.png");
	background-size:276px 98px;
  text-indent: -9999px;
	width:276px;
	height:98px;
	-moz-background-size:cover;
	background-size:cover;
}

.top_btn02 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/btn_top02_on.png");
	background-size:276px 98px;
	text-indent: -9999px;
	width:276px;
	height:98px;
	-moz-background-size:cover;
	background-size:cover;
	}

/*----------------2020.9.18追加----------------*/
.banner{
	display: block;
	margin: 0px auto 100px auto;
	width: 100%;
	height: 100%;
}

.banner_list{
	margin: 0;
	padding: 0;
	text-align:center;
	list-style: none;
}

.top_btn03 img{
	width: 50%;
	margin: 10px auto;
	display: inline-block;
}
.top_btn03 img:hover{
	opacity: 0.8 ;
}

.top_btn04 img{
	width: 50%;
	margin: 10px auto;
	display: inline-block;
}
.top_btn04 img:hover{
	opacity: 0.8 ;
}






/*-------------------------------------------------------------------------------
メニュー
---------------------------------------------------------------------------------*/

.nav_box {
	margin:0px;
  padding: 0px;
	display:block;
	width: 900px;
  }

.nav{
	margin-left:40px;
	margin-top:16px;
	padding: 0px;
	width: 900px;
	height:52px;
	font-size:0;
	}
	
	.nav:after {
		content: " ";
		display:block;
		clear:both;
	}
	
.nav_box li{
	width:150px;
	height:52px;
	list-style: none;
	display:inline-block;
	float:left;
}


/*------------------------------
nav_01    「TOP」
-------------------------------*/

.nav_01 a{
	display:block;
	background-image: url("../images/nav01_on.png");
	background-image: url("../images/nav01.png");
  text-indent: -9999px;
	width:150px;
	height:52px;
	-moz-background-size:cover;
	background-size:cover;
}

.nav_01 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav01_on.png");
	-moz-background-size:cover;
	background-size:cover;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}





.karteco_banner{
	margin-top: 30px;
	text-align: center;
}

.karteco_banner table{
	margin-left: auto;
	margin-right: auto;
}

.karteco_banner td{
	padding: 0 3px;
	
}


.td-left{
	text-align:left;
}
.td-right{
	text-align: right;
}


.banner01{
	margin-bottom: 15px;
}

a:hover img.hoverimg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;	
}

/*------------------------------
nav_02　「CADAからのお知らせ」
-------------------------------*/

.nav_02 a{
	display:block;
	background-image: url("../images/nav02_on.png");
	background-image: url("../images/nav02.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
	-moz-background-size:cover;
	background-size:cover;
}

.nav_02 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav02_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	-moz-background-size:cover;
	background-size:cover;
	}

/*------------------------------
nav_02_on　（反転）「CADAからのお知らせ」
-------------------------------*/
.nav_02_on a{
	display:block;
	background-image: url("../images/nav02_on.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_02_on a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav02_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}




/*------------------------------
nav_03　「CADAとは？」
-------------------------------*/

.nav_03 a{
	display:block;
	background-image: url("../images/nav03_on.png");
	background-image: url("../images/nav03.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_03 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav03_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}
	
	/*------------------------------
nav_03　（反転）「CADAからのお知らせ」
-------------------------------*/

.nav_03_on a{
	display:block;
	background-image: url("../images/nav03_on.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_03_on a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav03_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}





/*------------------------------
nav_04　「CADAをお持ちの方」
-------------------------------*/

.nav_04 a{
	display:block;
	background-image: url("../images/nav04_on.png");
	background-image: url("../images/nav04.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_04 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav04_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}


/*------------------------------
nav_04_on （反転）「CADAをお持ちの方」
-------------------------------*/

.nav_04_on a{
	display:block;
	background-image: url("../images/nav04_on.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_04_on a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav04_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}




/*------------------------------
nav_05　「CADAをお持ちになりたい方」
-------------------------------*/

.nav_05 a{
	display:block;
	background-image: url("../images/nav05_on.png");
	background-image: url("../images/nav05.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_05 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav05_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}

/*------------------------------
nav_05_on　（反転）「CADAをお持ちになりたい方」
-------------------------------*/

.nav_05_on a{
	display:block;
	background-image: url("../images/nav05_on.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_05_on a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav05_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}





/*------------------------------
nav_06　「お問い合わせ」
-------------------------------*/

.nav_06 a{
	display:block;
	background-image: url("../images/nav06_on.png");
	background-image: url("../images/nav06.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_06 a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav06_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}
	
	
	/*------------------------------
nav_06_on　「お問い合わせ」
-------------------------------*/

.nav_06_on a{
	display:block;
	background-image: url("../images/nav06_on.png");
	background-size:150px 52px;
  text-indent: -9999px;
	width:150px;
	height:52px;
}

.nav_06_on a:hover{
	/*↓ロールオーバー背景画像*/
	background-image: url("../images/nav06_on.png");
	background-size:150px 52px;
	text-indent: -9999px;
	width:150px;
	height:52px;
	}

/*-------------------------------------------------------------------------------
メニュー　おわり
---------------------------------------------------------------------------------*/








/*--------------------------------------------------
inner
--------------------------------------------------*/


.inner{
	width: 980px !important;
	margin: 0 auto !important;
	
	}

/*-------------------------------------------------
title
------------------------------------------------*/


.title{
	width:895px;
	height:25px;
	background-image:url("../images/tit_topic.png");
	background-position:bottom;
	background-size:2px 2px;
	background-repeat:repeat-x;
	margin-bottom:40px;
	margin-top:50px;
	border-left:solid 25px #f6a900;
	border-width:5px;
	text-indent:5px;
	font-size:large;
	font-weight:bold;
}


.title-font{
	padding-left:30px;
	font-size:75%;
	font-weight:lighter;
}
	

.title02{
	width:895px;
	height:25px;
	background-image:url("../images/tit_attention.png");
	background-position:bottom;
	background-size:2px 1px;
	background-repeat:repeat-x;
	margin-bottom:40px;
	margin-top:50px;
	border-left:solid 25px #f6a900;
	border-width:5px;
	text-indent:5px;
	font-size:large;
	font-weight:bold;
}
	



/*-------------------------------------------------------------------------
CADAからのお知らせ
--------------------------------------------------*/

.mainimg_info{
	display:block;
}

.information{
	width:900px;
	height:300px;
	margin-top:30px;
	margin-bottom:30px;
	border-left: solid 1px #C8C9CA;
	border-right:solid 1px #c8c9ca;
	border-bottom:solid 1px #c8c9ca;
}

.info_inner{
	height:45px;
	border-bottom:solid 1px #c8c9ca;	
}

.info_img{
	padding-left:9px;
}

.info_inner02{
	width:880px;
	height:225px;
	overflow-y:auto;
	padding:1px 10px 0px 1px;
	font-size:85%;
	margin-bottom:3px;
	display:inline-block;
}

.new{
}

.new:after{
	content:"new!";
	font-size:80%;
	color:#e9536a;
	font-weight:bold;
}

/*++++++++++++++++++++++++++++++++++++*/
dl.news{
    width:840px;
		padding:auto;
		margin:auto;
		font-size:95%;
}
 
dl.news dt{
    clear:left;
    float:left;
    margin:0;
    padding:10px 0 10px 0.5em;
    width:7em;
    line-height:1.5em;
		color:#ffaa00;
}
 
dl.news dd{
    margin:0;
    padding:10px 0.5em 10px 7em;
    border-bottom:1px dotted #C2C2C2;
    line-height:1.5em;
}
 
dl.news a{
    text-decoration:underline;
}
/*-------------------------------------------------------------------------
CADAとは？
--------------------------------------------------*/

.img_main{
	margin-top:40px;
	margin-bottom:12px;
}

.medical-list{
	width:180px;
	height:20px;
	margin:20px 0px 20px 0px;
	border-bottom:dotted 1px #ffaa00;
}
	


.topic01{
	width:900px;
	height:200px;
}

.topic02{
	width:900px;
	height:300px;
}

.topic03{
	width:900px;
	height:350px;
}

.topic04{
	width:900px;
	height:250px;
}

.img{
	float:left;
}
	

.text-box{
	width:465px;
	float:left;
	padding-left:18px;
	padding-top:3px;
	padding-right:10px;
	font-size:90%;
	line-height:30px;
}

.text-box01-2{
	width:850px;
	float:left;
	padding-left:18px;
	padding-top:3px;
	padding-right:10px;
	font-size:90%;
	line-height:30px;
}

.text-box02{
	width:900px;
	padding-left:18px;
	padding-top:8px;
	padding-right:10px;
	font-size:90%;
	line-height:30px;
	margin-bottom:30px;
}


.service-btn{
		background:url(../images/btn_service01_on.png) no-repeat;
		width:400px;
		height:72px;
		margin:10px auto;
	}
	
	
	.service-btn a{
		display:block;
	}
	
	.service-btn img{
		border:none;
	}
	
	.service-btn a:hover{
		background:none;
	}
	
	.service-btn a:hover img{
		visibility:hidden;
	}

/*----------------------------------------------------------------
CADAをお持ちの方
-----------------------------------------------------*/

.hospital{
width: 100%;
border-collapse: collapse;
margin:40px 0px 20px 0px;
font-size:90%;
}

.headline{
padding: 5px 10px;
text-align:centre;
vertical-align: middle;
color: #333;
background-color: #fbf4c3;
white-space: nowrap;
}

.headline_sm{
padding: 6px;
text-align:centre;
vertical-align: middle;;
color: #333;
background-color: #fbf4c3;
white-space: nowrap;
}

.tategaki{
	word-wrap:break-word;
	width: 1em;
	text-align: center;
}
.tategaki a{
	text-decoration: none;
}

.circle{
	text-align:center;
}


.h-list{
	margin:10px 0 10 0px;	
}

.hospital td{
padding:6px;
background-color:#fff;
border: 1px solid #b9b9b9;
}

.small{
	font-size: 12px;
}

.cell_text{
	font-size: 10px;
}
/*----------------------------------------------------------------
CADAをお持ちになりたい方
-----------------------------------------------------*/

.about_service{
	width:860px;
	height:100px;
	background-color:#ffaa00;
	color:#fff;
	line-height:200%;
	padding:20px;
	margin-bottom:40px;
}


/*----------------------------------------------------------------
 お問い合わせ
-----------------------------------------------------*/

.q{
	background-image:url("../images/ico_q.png");
	background-size:25px 25px;
	background-repeat:no-repeat;
	text-indent:40px;
	color:#ffaa00;
	margin-top:70px;
	font-size:100%;
	font-weight:normal;
}

.a{
	height:30px;
	width:580px;
	background-image:url("../images/ico_a.png");
	background-repeat:no-repeat;
	background-size:25px 25px;
	border-bottom:solid 1px #e9546b;
	margin-bottom:10px;	
}
	
.cada_info{
	width:800px;
	height:300px;
	border:dashed 3px #ffaa00;
	margin-left:auto;
	margin-right:auto;
	border-radius:15px 15px 15px 15px;
	text-align:center;
	font-size:22px;
	margin-top:30px;
	margin-bottom:30px;
}

.number{
	width:500px;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffaa00), to(#eb6100));
	background: -moz-linear-gradient(top, #ffaa00, #eb6100);
	border-radius:5px;
	text-align:center;
	font-size:29px;
	font-weight:700;
	padding:20px 20px 20px 20px;
}

.ico01 {
padding: 0px 0px 0px 20px;
background:url("../images/ico_circle02.png") left center no-repeat;

}

.ico02 {
padding: 0px 0px 0px 20px;
background:url("../images/ico_circle04.png") left center no-repeat;
}

.ico08 {
padding: 0px 0px 0px 25px;
background: url("../images/ico_tel02.png") left center no-repeat;

}

.colum08 {
	font-size: 1em;
	border: 2px dotted #ffaa00;
	border-radius: 5px;
	background-color:#fff;
	padding: 30px 20px 20px 20px;
	line-height: 2em;
	margin:  3em 2em 2em 2em ;
	text-align:center;
}

.colum09 {
	font-size: 1.1em;
	font-weight: 700;
	background: url("../images/bg_conta03.png")  left top;
	background-color:#fff;
	border-radius: 0px;
	padding: 10px 10px 10px 20px;
	line-height: 2.5em;
	margin:  2em 1em 1em 1em ;
	border-radius:10px;
	text-align:center;
}

/*------------------------------
トップにもどるボタン　
-------------------------------*/

.up{
	text-align:right;
	font-weight:bold;
	font-size:90%;
}

.up a{
	text-decoration:none;
	color:#ffaa00;
}

.up a:hover{
	text-decoration:underline;
	color:#ffaa00;
}



/*--------------------------------------------------
footer
--------------------------------------------------*/

#footer{
	background:url("../images/bg_footer.png");
	background-repeat:repeat-x;
	text-decoration:none;
	width:100%;
	height:107px;
	/*overflow:hidden;*/
	position:absolute;
	bottom:0;
  }

.nav_footer{
	font-size: 87.5%;
	list-style: none;
	margin-top: 20px;/* 20px 20px 200px; --*/
	margin-bottom:20px;
	margin-left:140px;
	margin-right:20px;
	display:block;
	overflow:hidden;
	/*width:35%;*/
	text-align:center;
	}

.nav_footer a{
	text-decoration:none;
}

.nav_footer a:hover{
	text-decoration:underline;
}
	
.nav_footer li{
	background: url("../images/ico_arrow02.png") no-repeat left 4px;
	margin: 0px 20px 0px 20px;
	padding: 2px 20px 0px 20px;
	float: left;
}
.copyright{
	font-size: 87.5%;
	text-align: center;
	margin: 15px auto 0px auto;
	padding: 10px;
}



/*--------------------------------------------------
06-サイトポリシー
----------------------------------------------------*/

.policy{
	font-size:18px;
	font-weight:600;
}


.policy02{
	text-align: right;
}
	
	
	