@charset "utf-8";



div#titleContainer div#gnaviInner {
	position: relative;
	z-index: 2;
	width: 910px;
	margin-right: 1px;
	margin: auto;
}
div#titleContainer div#gnaviInner div#gnavi {
	position: absolute;
	top: -65px;
	left: -7px;
	background: none;
	margin-left: 1px;
}

div#titleContainer div#back {
	background:#666666 url(../../images/title_bg.gif) repeat-x center;
	width: 100%;
}

#flash_table{
margin:auto;
	height: 380px;
	background:url(../../images/main_image_25.jpg) no-repeat center;
	position: relative;
}
#flash_table th{
margin:auto;
width:620px;
	height: 380px;
	position: relative;
	vertical-align: top;
}
#flash_table td{
padding-top:0px;
width:380px;
	vertical-align:top;
}

div#titleContainer {
	background-image: none;
}
div#titleContainer h2 {
	background:#666666 url(../../images/title_bg.gif) repeat-x center;
	width: 100%;
}
div#titleContainer div {
	top: 0;
	background: url(../../images/navi/navi_bg.gif) no-repeat center;
}
div#titleContainer div ul {
	width: 910px;
	padding: 5px 0;
}
div#titleContainer div ul li {
	margin-left: 5px;
	display: inline;
}
div#contentsContainer {
	background-image: url(../../images/contents_bg.gif);
	color: #696868;
}
div#contentsContainer div.inner {
	padding-top: 4px;
	background-image: url(../../images/contents_shadow.jpg);
}

*:first-child+html div#contentsContainer div.inner {
	padding-left: 1px;
	background-position: 1px 0;
}

*html body div#contentsContainer div.inner {
	padding-left: 1px;
	background-position: 1px 0;
}

html:\66irst-child div#contentsContainer div.inne {   
	padding-left: 1px;
	background-position: 1px 0;  
}  


div#topicArea {
	margin-left: 17px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


div#listArea {
	margin-left: 17px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../../images/list_bg_btm_new.gif) no-repeat left bottom;
}
div#listArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#listArea div {
	float: left;
	width: 176px;
	min-height: 170px;
	background-repeat: no-repeat;
}
* html div#listArea div {
	height: 170px;
}
div#listArea div.list01 {
}
div#listArea div.list02 {
}
div#listArea div.list03 {
}
div#listArea div.list04 {
}
div#listArea div.list05 {
}
div#listArea div h3 {
	padding: 7px 12px 6px;
}
div#listArea div li {
	margin: 10px 10px 6px 10px;
	padding-left: 12px;
	background: url(../../images/list_point.gif) no-repeat 0px 0.5em;
	line-height: 1.4;
}
div#listArea div li a:link, div#listArea div li a:visited {
	color: #838383;
	text-decoration: none;
}
div#listArea div li a:hover, div#listArea div li a:active {
	color: #5abcdf;
	text-decoration: underline;
}

div#introductionArea {
	float: left;
	width: 638px;
	margin-left: 23px;
	padding-bottom: 11px;
	border: 1px solid #d8d8d8;
	background-color: #f6f6f7;
	display: inline;
}
* html div#introductionArea {
	width: 640px;
}
div#introductionArea h3 {
	margin-bottom: 9px;
	padding: 2px 6px;
	border-bottom: 1px solid #d8d8d8;
}
div#introductionArea ul {
	padding-bottom: 9px;
	padding-left: 10px;
	zoom: 1;
}
div#introductionArea ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#introductionArea ul li {
	float: left;
	margin-right: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	display: inline;
}
div#introductionArea div.left {
	float: left;
	width: 305px;
	margin-left: 10px;
	display: inline;
	font-size: 78%;
}
div#introductionArea div.left h4 {
	margin-bottom: 3px;
}
div#introductionArea div.left address,
div#introductionArea div.left p {
	margin-left: 2px;
}
div#introductionArea div.right {
	float: right;
	width: 305px;
	margin-right: 10px;
	display: inline;
}
div#introductionArea div.right address {
	margin-bottom: 5px;
}
div#introductionArea p.notes {
	clear: both;
	padding-top: 8px;
	text-align: center;
}

    .mouthpiece {
      font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
      line-height: 1.8;
      color: #333;
      margin: 20px;
      padding: 0;
    }

.mouthpiece h1 {
    font-size: 28px;
    width: 100%;
    text-align: center;
    color: #009688;
    margin: 0 auto 30px;
    height: 1.5em;
    padding: 0 0 10px;
    border-bottom: 3px solid;
    font-weight: bold;
}

.mouthpiece h2 {
    font-size: 24px;
    width: 100%;
    text-align: left;
    color: #FF0004;
    margin: 0 auto 5px;
    height: 1.5em;
    padding: 0 0 10px;
    font-weight: bold;
}

.mouthpiece p {
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    line-height: 2em;
    box-sizing: border-box;
    padding: 0 15px;
}
.red{
	color: #FF0004;
	font-weight: bold;
}
.red_b{
	border-bottom: 3px solid #000;
}
    .container {
      max-width: 900px;
      margin: auto;
		display: flex;
    }
.container_toyota {
    flex-direction: column;
}

.highlight {
    font-weight: bold;
    color: #009688;
    border-bottom: 1px solid;
}
.banner {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.banner_mb {
    margin: 10px 0;
}
.doctor_mb {
    margin: 30px 0 10px;
}
.link_an {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
        margin: 30px auto 0;
}

.link_an::after {
  content: "▼";
  display: block;         /* 改行させる */
  text-align: center;     /* 中央に配置 */
  margin-top: 0;        /* 上に少し余白（任意） */
  font-size: 14px;        /* 矢印のサイズ調整（任意） */
}


.doctor-photo {
    height: auto;
    padding: 0 20px;
    order: 2;
    box-sizing: border-box;
}
.doctor_name {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}
.doctor_name span {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}
.doctor-photo-toyota, .doctor_name {
    text-align: center;
}
.doctor_box {
    width: 100%;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.doctor_info{
	width: 100%;
	display: flex;
    box-sizing: border-box;
}
.doctor_photo{
	width: 35%;
	text-align: center;
    box-sizing: border-box;
}
.doctor_txt {
    width: 65%;
    padding: 0 15px;
    box-sizing: border-box;
}
.doctor_txt p{
	font-size: 14px;
	line-height: 1.5;
}
.doctor_img{
margin-bottom: 10px;	
}

.doctor_info_box{
	width: 100%;
}
.doctor_box_photo {
    text-align: center;
    box-sizing: border-box;
    float: left;
	padding: 0 15px 15px 0 ;
}
.doctor_box_img{
margin-bottom: 10px;	
}
.doctor_box_txt {
    box-sizing: border-box;
}
.doctor_box_txt p{
	font-size: 14px;
	line-height: 1.5;
	padding: 0 15px;
	box-sizing: border-box;
}
.other-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.shisetsu-link {
    width: 40% ;
    box-sizing: border-box;
    text-align: center;
}

.shisetsu-link-img {
    width: 60%;
    box-sizing: border-box;
    text-align: center;
}

.shisetsu-link-img a {
    box-sizing: border-box;
}

.shisetsu-link a {
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #00a99d;
    text-decoration: none;
    border: 2px solid #00a99d;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    line-height: 1.5;
}

.shisetsu-link a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #00a99d;
    transition: all 0.3s ease;
    z-index: 0;
}

.shisetsu-link a:hover::before {
    left: 0;
}

.shisetsu-link a:hover {
    color: #fff;
}

.shisetsu-link a span {
    position: relative;
    z-index: 1;
}


.shisetsu-link-img img{
	width: 100%;
}