@charset "utf-8";


/*=======================================================================

 Common Layout(layout.css)
 
========================================================================*/

body {
	background: #fff;
	_border-top: 3px solid #3366cc;
	color: #333;
}


/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}



/* トップエリア
=============================================================================*/
#toparea {
	min-height: 20px;
	background-color:#eeeeee;
	border-bottom: 3px solid #003366;
}

#toparea h1 {
    width: 960px;
    margin: 0 auto;
	padding-top:2px;
    color:  #666666;
    font-weight: normal;
	font-size:88%;
	line-height:1.5;
}


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#header1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	min-height:120px;
}

div.headerleft {
    float: left;
	text-align:left;
	width:520px;
}

div.logoarea1 {
    float: left;
	margin: 10px 0 0 10px;
}

div.logoarea1 img {
	margin: 0 0 0 0;
	width:100%;
	max-width:510px;
}

div.logoarea2 {
    float: left;
	margin: 0 0 0 10px;
}

div.logoarea2 img {
	margin: 0 0 20px 0;
	width:100%;
	max-width:260px;
}

div.addressarea {
    float: left;
	margin: 0 0 0 17px;
    color:  #666666;
}

div.headerright {
    float: right;
	text-align:right;
}

div.telarea1 {
	margin: 11px 6px 0 0;
	height:66px;
    color:  #666666;
}

div.telarea1 img {
    width:100%;
	max-width:350px;
	height:auto;
}

div.telarea2 {
    display:none;
	margin: 11px 6px 0 0;
	height:66px;
    color:  #666666;
}

div.telarea2 img {
    width:100%;
	max-width:350px;
	height:auto;
}

div.optionmenu {
	margin: 16px 6px 6px 0;
    color:  #003366;
    font-weight: bold;
	font-size:100%;
}

div.optionmenu a {
    color:  #003366;
}

div.optionmenu img {
	margin: 0 5px;
	vertical-align:middle;
}



/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}


#nav ul {
	width: 958px;
	min-height: 53px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.gif) left bottom repeat-y;
}

#nav ul li {
	float: left;
	margin: 0;
	padding-right: 2px;
	background: url(../images/nav_line.gif) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav ul li span {
	color: #E6CD99;
	font-size: 10px;
	font-weight:normal;
}

#nav ul li a {
	display: block;
	width: 158px;
	min-height: 34px;
	padding-top: 19px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav ul li.last a {
	width: 156px;
}

#nav ul li a:hover {
	min-height: 33px;
	padding-top: 20px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}

/*----------------------------------------------------------------------
 Nav2
----------------------------------------------------------------------*/
#nav2 {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}


#nav2 ul {
	width: 958px;
	min-height: 53px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.gif) left bottom repeat-y;
}

#nav2 ul li {
	float: left;
	margin: 0;
	padding-right: 2px;
	background: url(../images/nav_line.gif) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav2 ul li span {
	color: #E6CD99;
	font-size: 10px;
	font-weight:normal;
}

#nav2 ul li a {
	display: block;
	width: 158px;
	min-height: 34px;
	padding-top: 19px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav2 ul li.last a {
	width: 156px;
}

#nav2 ul li a:hover {
	min-height: 33px;
	padding-top: 20px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}


/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/bg_content.jpg) left top repeat-x;
}

#main .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.pc {
	display: inherit;
}
.sp {
	display: none;
}

/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/
#content {
	float: right;
	width: 700px;
	background: #fff;
	border-top: 2px solid #004488;
	line-height: 1.5;
	padding-left:20px;
}

.toppage #content {
	width: 700px;
	padding: 0;
	background: none;
	border-top: none;
}

#content p {
	padding: 0 0 15px;
}

#content p.line1 {
	padding: 0 0 0;
}

#content p.line2 {
	padding: 0 0 .5em;
}

#content p.indent {
margin:0 0 0 1em !important; 
text-indent:-1em;
}

#content p.indent_line1 {
margin:0 0 0 1em !important; 
padding: 0 0 0 0 !important;
text-indent:-1em;
}

#content p.indent_2em {
margin:0 0 0 2em !important; 
text-indent:-2em;
}

.toppage h2 {
	margin: 25px 0 5px;
	padding: 0 10px;
	color: #004488;
	font-size: 120%;
	font-weight: bold;
}


#content li,
#content dt,
#content dd,
#content th,
#content td {
	line-height: 1.5;
}


.gotothetop_area {
	clear: both;
	text-align: right;
}

.gotothetop_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*-マーカー-*/
.marker1 {
background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffb380 20%);
font-weight: bold;
}
.marker2 {
background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffd3d3 20%);
font-weight: bold;
}
.marker3 {
background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffc959 20%);
font-weight: bold;
}

/*----------------------------------------------------------------------
 トップページ　メインイメージ
----------------------------------------------------------------------*/

.mainimage {
	margin: 0;
	padding:20px 0 11px 0;
	overflow:hidden;
}

.mainimage img {
    width:100%;
	height:auto;
}

.treatmentmenuarea {
	margin: 0 0 7px 0;
	padding:1px 0 0 0;
	overflow:hidden;
}

.treatmentmenubox {
    width:33.33%;
	float:left;
	margin-bottom:10px;
}

.treatmentmenu {
    width:96.2%;
	margin:0 auto;
}

.treatmentmenu img {
    width:100%;
	margin:0 auto;
	border: 1px solid #ccc;
}

.treatmentmenu a:hover img
{
opacity:0.5;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.toppage #content p.indent {
margin:0 0 0 1em !important; 
text-indent:-1em;
}

.toppage #content p.indent_1line {
margin:0 0 0 1em !important; 
padding: 0 10px 0 10px !important;
text-indent:-1em;
}


/* PRボックス */
.prbox {
	margin: 0 auto 1em;
	padding: 1em 0.8em 1em;
	width: 100%; /* ボックス幅 */
	border-style: solid;
	border-color: #ee2b2b; /* 枠の色 */
	border-width: 10px 2px 2px;
	background-color: #f0f0f0; /* 背景色 */
	color: #666; /* テキスト色 */
	box-shadow: 1px 1px 3px #ccc; /* 影 */
	box-sizing: border-box;
	border-radius:5px;
}
.prbox p {
	text-align: center;
	font-size: 100%;
	color:#333;
	line-height: 1.7;
}
   
.prbox p.title_prbox {
	color: #cc0000; /* タイトル色 */
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 0.3em;
	line-height: 1.4;
}

/*----------------------------------------------------------------------
 Top Picup  Add iwa 250217
----------------------------------------------------------------------*/
.topicnewsmi_box {
	position: relative;
	border: solid .1rem rgba(192, 177, 151, 0.7);
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 1.7em 1.5em 1.5em 2.5em;
	line-height: 1.7;
}
.topicnewsmi_box .topicn_caption{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 150%;
	padding: .5em;
	margin: 0;
	background-color: #fff;
	transform: translateY(-50%) translateX(1em);
	letter-spacing: 0.3em;
	font-weight: bold;
	/* color: #ec8627; */
	/* color: #F8660A; */
	color: #fb6203;
	/* line-height: 1.7; */
}
/* .topicnewsmi_box .topicn_caption span {
	background-color: #4d9bc1;
	color: #fff;
	margin: 0 0.03em;
	padding-left: .2em;
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7;
	border-radius: 50%;
	text-align: center;
  } */
.topicnews.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.topicnewsmidashi{
	padding: 0 0 .4em 0;
	font-size: 120%;
	color:#553A1F;
	font-weight: bold;
	/* border-bottom: 0.5px #795B41 solid; */
}
.topicnewstext {
	/* padding: 0 0 0 1em; */
	width: 64%;
	position: relative;
}
.topicnewstext p{
	font-size: 110%;
}
.topicnewsitem {
	width: 35%;
	padding: .3em 0 0 0;
	/* position: relative; */
}
.topicnewsitem .img-box {
	overflow: hidden;
	text-align: center;
}
.topicnewsitem .img-box img{
	width: 100%;
	max-width: 260px;
	border-radius: 5px;
}
.topicnewsitem .img-box a:hover{
	opacity:0.7;
}
.topicnewsmi_box .bottomline {
	width: 100%;
	/* padding-bottom:20px 0 20px; */
	padding: 1.5em 0 0 0;
	border-bottom: 0.5px #795B41 solid;
 }
 .topicnewsmi_box .bottomline:first-child {
	/* padding:5px 0 20px; */
	padding: 0 0 1.6em 0;
 }
 .topicnewsmi_box .bottomline:last-child {
	border-bottom: none;
 }

/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
dl.tate_dl  {
  margin: 0 0 0 0;
  line-height:1.5;
}

dl.tate_dl dt {
  width: auto;
  margin:0 0 0 0; 
  font-weight:bold;
}

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
  margin-left: 1em;
max-width: 800px;
}

dl.yoko_dl  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 5px 0 5px 0;
  _width: 65px;
}

dl.yoko_dl dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 65px;
  _width: 500px;
}

.img_control {
    width:30%;
	max-width:250px;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control2 {
    width:100%;
	height:auto;
	margin-bottom:10px;
}

.img_control3 {
    width:50%;
	max-width:300px;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control4 {
    width:330px;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control5 {
    width:50%;
	_max-width:330px;
	height:auto;
	margin:0 0 10px 0;
}

.img_control6 {
    width:100%;
	height:auto;
}

.img_control7 {
    width:146px;
	margin:0 0 10px 27px
}
.img_control8 {
    width:50%;
	margin:0 0 10px 10px;
	float:right;
}
.img_control9 {
	width:100%;
	height:auto;
	margin:10px auto 20px;
}
.img_control_gp {
    width:40%;
	max-width: 300px;
	padding:0 20px 30px 0;
	clear: both;
	float: left;
box-sizing:border-box;
}
.gp_setsumei {
	float: left;
    width:60%;
}

div#content a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.bigtelno {
    font-weight:bold;
	font-size:24px;
	color:#FF0000;
}

div.rightapo {
    text-align:right;
	width:100%;
}

.rightapo img {
    width:100%;
    max-width:331px;
}

div.rightapo_top {
    text-align:right;
	width:100%;
	margin-bottom:15px;
}

.rightapo_top img {
    width:100%;
    max-width:331px;
}

/*--囲み--*/
.column_box {
	background-color:#eeeeee;
	width:auto;
	padding:20px 20px 20px;
	margin:10px 0 10px;
	box-sizing:border-box;
}

.column_box1 {
	background-color:#f7f7f7;
	width:auto;
	padding:20px 20px 20px;
	margin:10px 0 20px;
	box-sizing:border-box;
}

h4.column_midashi {
	margin: 0 0 3px;
	padding: 0 0 10px 0;
	color:#004488;

	font-size: 16px;
	font-weight:bold;
	text-align: left;
	line-height:1.4;
	background:none;

	border:none;
	border-radius: 0;
	letter-spacing:0.075em;
	
}

h4.column_midashi img{
	margin: 0 7px 0 0;
	padding: 0 0 0 0;
	vertical-align:-4px;


width:21px;
height:21px;
}

.column_text {
	padding: 0 0 0 0 !important;
	line-height: 1.8;
}
.column_text a {
	color:#004488;
	text-decoration: underline;
}
.column_text a:hover {
	color:#004488;
	text-decoration: none;
}

/*画像とテキストの制御*/
.gazouandtext {
	display:flex;
	justify-content: space-between;
}
.gazouandtext.yobousan {
	flex-direction: row;
}
.gazouandtext_item1 {
	width: 65%;
}
.gazouandtext_item1.gazouwide {
	width: 50%;
}
.gazouandtext_item1.gazouwide2 {
	width: 40%;
}
.yobousan .gazouandtext_item1 {
	width: 77%;
}

.gazouandtext_item2 {
	width: 30%;
}
.gazouandtext_item2.gazouwide {
	width: 45%;
}
.gazouandtext_item2.gazouwide2 {
	width: 55%;
}
.yobousan .gazouandtext_item2 {
	width: 18%;
}

.gazouandtext_item2 img {
	width: 100%;
	margin: 0 auto 1em;
}
.gazouandtext_item2 img.wakusen {
	border: 1px #cccccc solid;
	box-sizing: border-box;
}

/*LINE友だち登録*/
.line_flex-ctr {
	display: flex;
	margin: 0.5em 0 2em 0;
}
.line_flex-itemtext {
	width: 80%;
	margin-left: 1em;
	/* max-width: 650px; */
}
.line_flex-itemimg {
	width: 20%;
	text-align: center;
}
.line_flex-itemimg img {
	width: 100%;
}
.line_flex-itemimg.m-width01 img {
	max-width: 100px;
}

/*SAS連携クリニック*/
.saslenkei_flex-ctr {
	display: flex;
	margin: 0.5em;
}
.saslenkei_flex-itemtext {
	width: 80%;
	margin-left: 1.9em;
}
.saslenkei_flex-itemimg {
	width: 20%;
	position: relative;
	border-radius: 10rem;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #014487;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%);
}
.saslenkei_flex-itemimg img {
	width: 60%;
	/* -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, .4));
	filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, .4)); */
}
.saslenkei_flex-itemimg.m-width01 img {
	max-width: 100px;
}
/* @media print,screen and (max-width: 678px)  {
	.saslenkei_flex-itemimg{
			width: 6rem;
			height: 6rem;
	}
} */

/*----------------------------------------------------------------------
 list （ノーマル） Add iwa 250212
----------------------------------------------------------------------*/
ul.list01 {
	list-style: none;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
ul.list01 li {
	position: relative;
	padding: 0 0 0 1.2em;
	margin-bottom: .5;
}
ul.list01 li:last-child {
	margin-bottom: 0;
}
ul.list01 li::before {
	position: absolute;
	left: 0;
	font-weight: bold;
	content: "・";
}

/*----------------------------------------------------------------------
 list （チェック） Add iwa 250212
----------------------------------------------------------------------*/
ul.list02 {
	list-style: none;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
ul.list02 li {
	position: relative;
	padding: 0 0 0 1.2em;
	margin-bottom: .5;
}
ul.list02 li:last-child {
	margin-bottom: 0;
}
ul.list02 li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f058";
	color: #7792ad;
}

/*----------------------------------------------------------------------
 list （丸い番号）
----------------------------------------------------------------------*/
ol.list01 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
	margin: 1em 0 2em;
  padding: 1em 2em;
  border: solid 2px #ffb107;
	border-radius: 5px;
}
ol.list01 li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 1em 0 1em 3em;
  line-height: 1.5em;
}
ol.list01 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list01 li:last-of-type {
  border-bottom: none;
}

/*ボタンボックス----------------------------------------*/
.btn-box01{
	display: inline-block;
	border-radius: 5px ;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 2em;
	background: #014487;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	letter-spacing: 0.02em;
	width: 100%;
	max-width: 340px;
}
.btn-box01.col01{
	border-top: solid 5px #014487;
	border-bottom: solid 5px #014487;
	background: #fff;
}
.btn-box01.indd{
	margin-bottom: 0;
}
.btn-box01_label{
	color: rgba(255, 255, 255, 0.7);
	margin-top: .5em
}

.btn-box01_ttl{
	padding: 0;
	margin-bottom: .3em;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
.btn-box01_ttl.f_size01{

}
.btn-box01_ttl.f_size02{
	font-size: 110%;
}
.btn-box01.col01 .btn-box01_ttl{
	color: #014487;
}
.btn-box01_ttl01{
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}
.btn-box01.col01 .btn-box01_ttl01{
	color: #014487;
}

.btn-box01.type01:hover{
	background-color: #79b6f4; /*背景色*/
	box-shadow: 0 13px 20px -3px rgba(0,0,0,0.24); /*浮き上がるように*/
	text-decoration: none;
	cursor: pointer;
}

.btn-box01-inner {
	display: flex;
	align-items: center;

}
.btn-box01-item1 {
	padding: 5px 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	border-right: solid 2px rgba(255, 255, 255, 0.5);
	font-size: 80%;
	font-weight: normal;
	color: #7c7c7c;
	line-height: 1.2;
	width: 60px;
}
.btn-box01.col01 .btn-box01-item1{
	border-right: solid 2px #014487;
}

.btn-box01-item1 img {
	border-radius: 12px;
}

.btn-box01-item1 i{
	font-size: 2em;
	color: rgba(255, 255, 255, 1);
}

.btn-box01-item1 i.i_type01{
	font-size: 4em;
	color: rgba(255, 255, 255, 1);
}

.btn-box01-item2 {
	padding: 5px 5px 5px 10px;
	flex: 1;
	line-height: 1.2;
}

.btn2-3{
	color: rgba(255, 255, 255, 0.7);
	padding: 0;
	margin: 0;
	font-size: 80%;
	word-break: break-all;
}
.btn-box01.col01 .btn2-3{
	color: #014487;
}
/*END ボタンボックス----------------------------------------*/

/*----------------------------------------------------------------------
 link button
----------------------------------------------------------------------*/

.link_button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding:4px 15px 4px;
  margin:0 0 15px;

    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.link_button::before,
.link_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.link_button,
.link_button::before,
.link_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link_button {
  background-color: #ff9933;
  border: 2px solid #ff9933;
  color: #ffffff !important;
  line-height: 1.3;
}

.link_button:hover {
  background-color: #ffffff;
  border-color: #ff9933;
  color: #ff9933 !important;
  text-decoration:none;
}

a.link1{
    color: #1867D1;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
a.link1:hover{
    color: #3682e9;
    text-decoration: none;
}






/*診療案内*/

div.table_header1box {
    width:10%;
	float:left;
	margin-right:2px;
}

table.table_header1 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header1 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;
height: 50px;
}

table.table_header1 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_header1 td.sozai  {
height: 100px;
}

div.table_header2box {
    width:10%;
	float:left;
    display:none;
	margin-right:2px;
}

table.table_header2 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header2 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;
height: 50px;
}

table.table_header2 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_header2 td.sozai  {
height: 100px;
}

div.table_databox {
    width:17.5%;
	float:left;
	margin-right:2px;
}

table.table_data {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_data th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;

height: 50px;
}

table.table_data td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_data td.sozai  {
height: 100px;
text-align:left;
}

dl.feelist{
	padding: 0;
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	margin:15px 0 30px 0;
}

dl.feelist dt,dd{
	padding: 7px 5px 3px 5px;
}
dl.feelist dt {
	width: 350px;
	height: 25px;
	color: #333333;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #F5FCFF;
	font-weight:bold;
}

dl.feelist dt.murasaki {
	background-color: #E0D1EF;
}

dl.feelist dt.momo {
	background-color: #FFD9EC;
}

dl.feelist dt.daidai {
	background-color: #FFE6BF;
}
dl.feelist dt.gray {
	background-color: #dddddd;
}
dl.feelist dt.midori {
	background-color: #ddffdd;
}
dl.feelist dt.midori2 {
	background-color: #cceecc;
}

dl.feelist dd {
	height: 25px;
	margin-top: -36px;
	margin-left: 360px;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}



/*インプラントの表*/

div.table_header3box {
    width:19.5%;
	float:left;
	margin-right:2px;
	margin-bottom:15px;
}

table.table_header3 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header3 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;
height: 50px;
}

table.table_header3 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_header3 td.houhou  {
height: 120px;
}

table.table_header3 td.gazou  {
height: 120px;
}

div.table_header4box {
    width:19.5%;
	float:left;
    display:none;
	margin-right:2px;
}

table.table_header4 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_header4 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;
height: 50px;
}

table.table_header4 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_header4 td.houhou  {
height: 120px;
}

table.table_header4 td.gazou  {
height: 120px;
}

div.table_databox2 {
    width:19.5%;
	float:left;
	margin-right:2px;
}

table.table_data2 {
width: 100%;
border-collapse: separate;
    text-align:center;
}

table.table_data2 th  {
width: 100%;
padding: 0 5px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;

height: 50px;
}

table.table_data2 td  {
padding: 0 5px;
background-color: #fff;
border-bottom: 1px dotted #b9b9b9;
height: 50px;
}

table.table_data2 td.houhou  {
height: 120px;
text-align:left;
}

table.table_data2 td.gazou  {
height: 120px;
}

table.table_data2 td.gazou img  {
height: 100px;
}

/*医院紹介*/
.clinicarea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:33.33%;
	float:left;
	margin-bottom:10px;
}

.clinic_waku {
    width:94%;
	margin:0 auto;
}

.clinic_waku img {
    width:100%;
	height:auto;
	margin-bottom:10px;
}

/*ネット予約*/
.apo {
    text-align:center;
	width:100%;
	margin-bottom:20px;
}

.apo img {
    width:100%;
    max-width:500px;
	margin:10px;
}

.apo a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*交通案内*/
div.map {
    text-align:center;
	width:100%;
}

.map img {
    width:100%;
    max-width:350px;
}


/*求人の表*/
table.recruit {
   width: 100%;
   margin: 10px 0 25px 0;
   font-size: 75%;
}

table.recruit th {
   width: 20%;
   padding: 10px;
   border-top: 1px solid #ccc;
   border-left: 5px solid #004488;
   color: #43513f;
   font-size: 10pt;
   background:#eeeeee;
   text-align: center;
   font-weight: normal;
   white-space:nowrap;
}

table.recruit td {
   width: 80%;
   padding: 10px;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   font-size: 10pt;
   line-height: 1.5;
}

table.recruit td p {

}

table.recruit .bb {
   border-bottom: 1px solid #ccc;
}

/*サイトマップ*/
ul.sitemap5  {
  margin: 20px 0 20px 0;
  list-style-type:none;
}

ul.sitemap5 li {
  font-weight:bold;
  padding: 7px 0 0 0;
  _width: 630px;
  border-bottom:#999999 dotted 1px;
  overflow:hidden;
}

ul.sitemap5 li ul {
  margin: 0 0 0 0;
  list-style-type:none;
  clear:both;
  padding-top:5px;
}

ul.sitemap5 li ul li {
  padding: 0 0 0 15px;
  border-bottom: none;
  overflow:hidden;
}

ul.linkshu5 {
    margin: -10px 0 20px 45px;
    list-style-type: disc;
}

p.sitemap-l {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l span {
color:#004488;
}

p.sitemap-l2 {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l2 span {
color:#004488;
}

p.sitemap-r {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.sitemap-r2 {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.obigazou_caption {
font-size:88%;
line-height:1.2;
margin-top:-20px;
margin-bottom:20px;
}

/*デンタルエステ Add 230206 tom*/
.esute_menu_box {
	margin-bottom: 3em;
}

.esute_menu_box dl {
  display: flex;
  flex-wrap: wrap;
}
.esute_menu_box dt {
  width: 30%;
	padding: 1em;
	background-color: #eff7ff;
	border-bottom: #cdc7c7 solid 1px;
	border-left: #cdc7c7 solid 1px;
	border-right: #cdc7c7 solid 1px;
}
.esute_menu_box dd {
  width: 60%;
	padding: 1em;
	border-bottom: #cdc7c7 solid 1px;
	border-right: #cdc7c7 solid 1px;
}
.esute_menu_box dt:first-child {
	border-top: #cdc7c7 solid 1px;
}
.esute_menu_box dd.ddsen {
	border-top: #cdc7c7 solid 1px;
}

/*----------------------------------------------------------------------
 デンタルエステ Add230118tom
----------------------------------------------------------------------*/
.este_osusume_box {
	position: relative;
	/* border: solid .1rem rgba(192, 177, 151, 0.7); */
	border: solid 1px #cdc7c7;
	/* background-color: #ffffdd; */
	/* box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1); */
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 1em 0 2em 0;
	padding: 1.5em 1.3em 1.3em 1.3em;
	line-height: 1.6;
}
.este_osusume_box .este_osusume_caption{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  padding: .3em .5em;
  background-color: #fff;
  transform: translateY(-50%) translateX(1em);
	letter-spacing: 0.3em;
	font-weight: bold;
	color: #fe9900;
	/* color: #ec8627; */
	line-height: 1.3;
}
.este_osusume_box .este_osusume_caption.col1{
	color: #fe9900;
}
.este_osusume_box .este_osusume_caption.col2{
	color: #4d4c4c;
}
.este_osusumemidashi{
	padding: 0.2em 0 0.7em;
	font-size: 120%;
	color:#553A1F;
	font-weight: bold;
	margin: 0 0 0.8em;
	border-bottom: 0.5px #795B41 solid;
}
.este_osusume.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.este_osusumetext {
	width: 70%;
	position: relative;
}
.este_osusumeitem {
	width: 27%;
	position: relative;
}
.este_osusumeitem .img-box {
	overflow: hidden;
	text-align: center;
}
.este_osusumeitem .img-box img{
	width: 80%;
	max-width: 150px;
}
.este_osusumetext ul{
	margin:7px 0 15px 28px;
	list-style:outside;
}

.este_osusumetext ul li {
	list-style-type: disc;
	line-height: 1.5;
	padding: 0 0 .5em .3em;
}

/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
}

#sidebar a:hover img
{
opacity:0.8;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

ul.banner {
    margin-top:10px;
}

.banner li {
	margin: 0 0 5px;
}

.banner img {
	padding: 1px;
	border: 1px solid #ccc;
}

ul.banner2 {
    margin-top:10px;
	_margin-bottom:20px;
}

.banner2 li {
	margin: 0 0 10px;
}

.banner2 img {
width:100%;
}

.about {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	border-top: 2px solid #004488;
	font-size: 88%;
	line-height: 1.5;
}


.about h4 {
	margin: 0;
	padding: 0 0 5px;
	border: none;
	color: #004488;
	text-align: center;
}

.about dt {
	margin: 5px 0 3px;
	padding: 2px 5px;
	background: #004488;
	color: #fff;
	text-align: center;
}

.about dd {
	padding: 0 0 5px;
}

.about dd.tel {
	color:#004488;
	font-size: 180%;
	text-align: center;
}

#accessmap {
	width: 100%;
	height: 300px;
	margin-bottom:15px;
}
#accessmap iframe {
	width: 100%;
	height: 100%;
}


/*----------------------------------------------------------------------
 Page Top
----------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 88%;
	text-align: center;
	z-index: 100;
}

.pagetop img {
	margin-bottom: 5px;
}

.pagetop a {
	background: url(../images/pagetop.png);
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 5px;
	display: block;
	border-radius: 5px;
	behavior: url(/common/PIE.htc);
}

.pagetop a:hover {
	background: url(../images/pagetop_on.png);
}


/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer1 {
	width: 100%;
	background: #fff;
    line-height:1.5;
}

.footerarea {
    clear:both;
	width: 960px;
	margin: 0 auto;

}

div.footerleft {
    width:100%;
	text-align:left;
	min-height:55px;
}

div.footerright {
    width:100%;
	text-align:right;
	height:27px;
}

div.optionmenu2 {
    padding:5px 6px 0 0;
    color:  #003366;
    font-weight: bold;
	font-size:100%;
}

div.optionmenu2 a {
    color:  #003366;
}

div.optionmenu2 img {
	margin: 0 5px;
	vertical-align:middle;
}

div.footershortcut {
	text-align:right;
	width:100%;
	min-height:61px;
	padding-top:10px;
	padding-bottom:15px;
}

div.footershortcut img {
	margin:0 0 0 25px;
}

div.footershortcut span.telarea1 {
}

div.footershortcut span.telarea1 img {
	width:350px;
	height:auto;
}

div.footershortcut span.telarea2 {
    display:none;
    width:100%;
}

div.footershortcut span.telarea2 img {
    width:100%;
	max-width:350px;
	height:auto;
	margin:0;
}

span.nw {
    white-space: nowrap;
	color: #333333;
}

a.nw {
    white-space: nowrap;
}

span.ib {
    display: inline-block;
}
span.ib a {
	color: #333333;
}
span.ib.poic {
    display: inline-block;
}
span.ib.poic a {
	color: #0000FF;
}

/*----------------------------------------------------------------------
.footerNav {
	padding: 10px 0;
	background: #fff;
	border-bottom: 5px solid #0583c6;
	font-size: 12px;
	text-align: center;
}

.footerNav ul {
	padding: 0 0 0 10px;
	text-align: center;
}

.footerNav li {
	display: inline;
	margin-right: 8px;
	padding-left: 15px;
}

.footerNav li+li {
	border-left: 1px solid #ccc;
}

----------------------------------------------------------------------*/

#footer1 .copyright {
	border-top: 3px solid #003366;
	clear: both;
	padding: 2px 0;
	font-size: 75%;
	text-align: center;
	background-color: #eeeeee;
}

#footer1 .copyright a {
	color: #333333;
}

/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
ul#topicPath {
	padding: 15px 5px 5px;
}

ul#topicPath li {
	display: inline;
	font-size: 12px;
	color: #888;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 2px 8px 0 0;
	background: url("../images/arrow.gif") right center no-repeat;
	text-decoration: none;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
#header1:after,
.headerNav:after,
#nav:after,
#main .inner:after {
   content: ".";
   display: block;
   height: 0px;
   clear: both;
   visibility: hidden;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: inline-block;
}
* html #header1,
* html .headerNav,
* html #nav,
* html #main .inner {
   height: 1px;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: block;
}


@media print {
div.pagetop {
display:none;
}
}


/*----------------------------------------------------------------------
 パネル
----------------------------------------------------------------------*/
.panel01.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.panel01.text{
	width: 62%;
	position: relative;
	margin-bottom: 1.5em;
}

.panel01.item{
	width: 35%;
	position: relative;
	margin-bottom: 1.5em;
}

@media print,screen and (max-width: 678px) {
	.panel01.flex {
			flex-direction: column;
			align-items: center;
	}
	.panel01.text {
		width: 100%;
}
	.panel01.item {
			width: 60%;
			max-width:414px;
	}
}

.panel01.item .img-box {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.panel01.item .img-box img{
	width: 100%;
}

.panel02.flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 2em 0 0 0;
}
.panel02.item{
	width: 45%;
	/* max-width: 250px; */
}

@media print,screen and (max-width: 678px) {
	.panel02.flex {
		flex-direction: column;
		align-items: center;
	}
	.panel02.item {
		width: 100%;
	}
}

/*----------------------------------------------------------------------
 出勤表、ネット担当医ドクター
----------------------------------------------------------------------*/
.tantoui table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

.tantoui table th:first-child{
  border-radius: 5px 0 0 0;
}

.tantoui table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #a8b7c5;
}

.tantoui table th{
  text-align: center;
  color:white;
  border-left: 1px solid #a8b7c5;
  border-top: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 16.6%;
  padding: 10px 0;
}

.tantoui table .bg1{
	background: linear-gradient(#829ebc,#225588);
}

.tantoui table .bg2 {
	background: linear-gradient(#eee0c1,#db9a0d);
}

.tantoui table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 16.6%;
  padding: 10px 0;
}

.tantoui table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.tantoui table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.tantoui table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/*----------------------------------------------------------------------
 セレック 金属アレルギー表
----------------------------------------------------------------------*/
.metal table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.metal table tr{
  border-bottom: solid 1px #eee;
}

.metal table td:first-child {
	width: 15%;
}

.metal table td{
  text-align: center;
  width: 25%;
  padding: 12px 0;
	border-top: 1px solid #b6b4b4;
	border-left: 1px solid #b6b4b4;
	border-bottom: 1px solid #b6b4b4;
}

.metal table td:last-child{
	width: 15%;
  border-right: 1px solid #b6b4b4;
}

/*----------------------------------------------------------------------
 デンタルエステ メニュー表 Add 230206 tom
----------------------------------------------------------------------*/
/* .esute_menu {
	margin-bottom: 3.2em;
}
.esute_menu table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.esute_menu table th,td{
  border: solid 1px #cdc7c7;
	padding: 1em;
}
.esute_menu table th{
	font-weight: normal;
	background-color: #eff7ff;
	width: 30%;
}
.esute_menu table td{
	width: 70%;
} */

/*----------------------------------------------------------------------
 口臭の治療と料金 Add 230523 tom
----------------------------------------------------------------------*/
.kousyu1 table{
	width: 100%;
}
.kousyu1 table th{
	width: 6em;
	text-align: left;
	padding: 1em 1em;
	vertical-align: middle;
	font-weight: bold;
}
.kousyu1 table td{
	padding: 1em 1em;
	vertical-align: middle;
	text-align: left;
}
/*罫線*/
.kousyu1 table tr{
	border-top: 1px solid #ddd;
}
.kousyu1 table tr:last-child{
	border-bottom: 1px solid #ddd;
}

/*---------------------------------------------------------*/
@media screen and (max-width: 500px) {
	.table1 table th{
		width: 2.5em;
	}
	.table1 table th,.table1 table td{
			/* font-size: 1.4rem; */
			padding: 1.5em 1em;
	}
}

/*----------------------------------------------------------------------
 口臭の治療と料金 Add 230609 tom
----------------------------------------------------------------------*/
.table-scroll {
  overflow-x: scroll;
	/* font-size: 14px; */
}
/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #8c8a8a;
}
.table-scroll table {
	/* width: 660px; */
  width: 100%;
	white-space: nowrap;
}
.table-scroll table, .table-scroll th, .table-scroll td {
  border: 1px solid #ddd;
	padding: .8em;
}
.table-scroll th,.table-scroll table td{
  vertical-align: middle;
}
.table-scroll table th{
  background-color: #f7f7f7;
}
p.tyusyaku{
	color: #8c8a8a;
	font-size: 12px;
}

/*----------------------------------------------------------------------
 Youtube,動画
----------------------------------------------------------------------*/
.video-wrapper {
	width: 560px;
	max-width: 100%;
	margin: 20px auto 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pic-wrapper {
	width: 560px;
	max-width: 450px;
	margin: 20px auto 30px;
}

.pic-wrapper.type01 {
	max-width: 500px;
}

.pic-wrapper.type02 {
	margin: 0 auto 0;
	max-width: 280px;
}

@media screen and (max-width: 500px) {
	.pic-wrapper,.pic-wrapper.type01 {
		max-width: 300px;
}
}

/*----------------------------------------------------------------------
 下線
----------------------------------------------------------------------*/
.border1 {
	border-bottom:solid;
	border-color:#0000FF;
	border-width:1px;
}

/*----------------------------------------------------------------------
 ボックスデザイン
----------------------------------------------------------------------*/
.box01 {
	padding:1.2em 1.2em 0 1.2em;
	border: solid 1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	background-color:rgba(180, 218, 255, 0.2);
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}
.box02 {
	margin: 0 0 1em 0;
	padding:1.5em 0 0.5em 0;
	border-radius: 5px;
	background-color:#eeeeee;
}
.box03 {
	border-radius: 10px;
	margin:0 0 15px;
	padding:15px 20px 0 20px;
	background-color:#E6FFE6;
}
.box04 {
	padding: 0.5em;
	margin: 2em 1em;
	font-weight: bold;
	background: #FFF;
	border: solid 3px #6091d3;
	border-radius: 10px;
}
.box05 {
	border: #cccccc solid 1px;
	padding: 0 2em;
	margin-bottom:1.5em;
	background: #fff;
	border-radius: 10px;
}


/*----------------------------------------------------------------------
 キャプション付き ボックスデザイン
----------------------------------------------------------------------*/
.caption_box01 {
	position: relative;
	/* border: solid .1rem rgba(192, 177, 151, 0.7); */
	border: solid 1px #cdc7c7;
	/* background-color: #ffffdd; */
	/* box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1); */
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 1em 0 2em 0;
	padding: 1.5em 1.3em 1.3em 1.3em;
	line-height: 1.6;
}
.caption_box01 .este_osusume_caption{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  padding: .3em .5em;
  background-color: #fff;
  transform: translateY(-50%) translateX(1em);
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #fe9900;
  /* color: #ec8627; */
  line-height: 1.3;
}
.caption_box01 .este_osusume_caption.col1{
	color: #fe9900;
}
.caption_box01 .este_osusume_caption.col2{
	color: #4d4c4c;
}
.este_osusumemidashi{
	padding: 0.2em 0 0.7em;
	font-size: 120%;
	color:#553A1F;
	font-weight: bold;
	margin: 0 0 0.8em;
	border-bottom: 0.5px #795B41 solid;
}
.este_osusume.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.este_osusumetext {
	width: 70%;
	position: relative;
}
.este_osusumeitem {
	width: 27%;
	position: relative;
}
.este_osusumeitem .img-box {
	overflow: hidden;
	text-align: center;
}
.este_osusumeitem .img-box img{
	width: 80%;
	max-width: 150px;
}
.este_osusumetext ul{
	margin:7px 0 15px 28px;
	list-style:outside;
}

.este_osusumetext ul li {
	list-style-type: disc;
	line-height: 1.5;
	padding: 0 0 .5em .3em;
}

/*----------------------------------------------------------------------
 テキストと画像　横並び
----------------------------------------------------------------------*/
.flex-ctr {
	display: flex;
}
.flex-itemtext {
	width: 70%;
}
.flex-itemimg {
	width: 30%;
	display: flex;
	justify-content: center;
  align-items: center;
}
.flex-itemimg img {
	max-width: 120px;
	width: 100%;
}

@media print,screen and (max-width: 678px) {
	.flex-ctr {
		flex-direction: column;
		align-items: center;
	}
	.flex-itemtext {
		width: 100%;
	}
	.flex-itemimg {
		width: 100%;
	}
}

/*----------------------------------------------------------------------
 テキストリンク Add iwa 250213
----------------------------------------------------------------------*/
/*
リンクボックス
---------------------------------------------------------*/
.link-box {
    border:solid .1rem rgba(0, 0, 0, 0.2);
    padding: 1em ;
    font-weight: bold;
    color: #5f5f5f;
    border-radius: 5px;
    /* display: inline-block; */
}


/*----------------------------------------------------------------------
 吹き出し Add iwa 250213
----------------------------------------------------------------------*/
.balloon {
    width: 100%;
    display: flex;
}
.balloon .faceicon {
    margin-right: -11rem;
    width: 105px;
    height: 105px;
    overflow: hidden;
    position: relative;
	/* border: solid 3px #f0d3c3;
	border-radius: 50%;
   	background-color: #000000 */
}
.balloon .faceicon img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.balloon .says {
    display: flex;
    align-items: center;
    position: relative; 
    margin: 0 0 0 200px;
    padding: 15px 15px;
    border-radius: 12px;
    background: #f8ecdd;
    color: #72531a;
    flex: 1;
}
.balloon .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px; 
    left: -24px;
    border: 12px solid rgba(255, 255, 255, 0);
    border-right: 12px solid #f8ecdd;
}
.balloon .says p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}