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

File Name:		topics.scss
Note:			最新情報ページ用SCSSファイル


New Creation:	2013/03/05 22:10:02.
Last Change:	2014/10/22 16:18:35.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 1034px;
  height: 100%;
}

body {
  background: url(../img/container_bg.png) top center repeat-y, url(../img/bg.gif) top center;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: color 0.1s linear;
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.5;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  min-height: 100vh;
  background: url(../img/container_bg.png) top center repeat-y;
}
#container .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: url(../img/container_bg2.png) top center no-repeat, url(../img/bg2.gif) top center repeat-x;
}
body > #container .wrapper {
  height: auto;
}
#container > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#container > .wrapper #content {
  flex: 1;
}
#container * .wrapper {
  position: static;
  height: auto;
  min-height: auto;
  background: none;
}
body > #container * .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

#topicpath ol {
  *zoom: 1;
}
#topicpath ol::after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  float: left;
  margin-right: 0.5em;
  line-height: 30px;
  color: #7f7875;
}
#topicpath ol li::before {
  content: " > ";
  display: inline-block;
}
#topicpath ol li:first-child::before {
  content: "";
}
#topicpath ol li:last-child a {
  color: #7f7875;
}
#topicpath ol li a {
  display: inline-block;
  white-space: nowrap;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background: url(../img/arrow/arrow3.png) left top no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../img/arrow/arrow3_h.png);
}

.assist {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #c40038;
  line-height: 1.2em;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.notice-tax {
  margin: 20px 10px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #e85554;
}

#link_box {
  position: fixed;
  right: calc(50% - 494px - 39px - 5px);
  bottom: calc(50% - 202px);
  z-index: 100;
  width: 39px;
}
#link_box .link_inquiry,
#link_box .link_counseling {
  margin-bottom: 7px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #777;
  text-align: right;
}
#link_box .link_inquiry {
  background-image: url(../img/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(../img/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

sup.copyright {
  font-weight: lighter;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../img/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../img/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}
#header #logo {
  padding: 27px 0 31px 26px;
}
#header aside {
  display: flex;
  position: absolute;
  top: 37px;
  right: 30px;
}
#header .h-tel {
  margin-right: 15px;
  width: 186px;
}
#header .h-tel .h-tab-list {
  *zoom: 1;
  margin-bottom: 9px;
  width: 186px;
}
#header .h-tel .h-tab-list::after {
  content: "";
  display: table;
  clear: both;
}
#header .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 35px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
  text-align: center;
}
#header .h-tel .h-tab-item.nagoya {
  width: 39px;
}
#header .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
#header .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
#header .h-tel .h-tab-content {
  position: relative;
}
#header .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
}
#header .h-tel .h-tab-content-item.is-active {
  opacity: 1;
}
#header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
#header .info-inner {
  width: 336px;
}
#header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.mail {
  margin-bottom: 0;
  background-image: url(../img/header_info_mail_h.png?v=2);
}
#header .info li.counseling {
  margin-bottom: 0;
  background-image: url(../img/header_info_counseling_h.png?v=2);
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(../img/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
#header .info-list .info-item + .info-item {
  margin-left: 2px;
}
#header .h-search {
  position: static;
  border: 2px solid #332a27;
}
#header .h-search__form {
  display: flex;
  width: 332px;
}
#header .h-search__form__input {
  display: block;
  padding: 10px;
  width: 259px;
  height: 28px;
  border: 0;
  border-right: 2px solid #332a27;
  font-size: 1.4em;
  box-sizing: border-box;
}
#header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#gnavi, #footer #fnavi {
  padding: 1px 0 5px;
  background: url(../img/nav_bg_l.gif) left top repeat-x;
}
#gnavi > ul, #footer #fnavi > ul {
  *zoom: 1;
  position: relative;
  padding: 0 29px;
}
#gnavi > ul::after, #footer #fnavi > ul::after {
  content: "";
  display: table;
  clear: both;
}
#gnavi > ul > li, #footer #fnavi > ul > li {
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnavi > ul > li.about, #footer #fnavi > ul > li.about {
  background-image: url(../img/nav_about_a.png?v=4);
}
#gnavi > ul > li.trouble, #footer #fnavi > ul > li.trouble {
  background-image: url(../img/nav_trouble_a.png?v=4);
}
#gnavi > ul > li.contents, #footer #fnavi > ul > li.contents {
  background-image: url(../img/nav_contents_a.png?v=4);
}
#gnavi > ul > li.case, #footer #fnavi > ul > li.case {
  background-image: url(../img/nav_case_a.png?v=4);
}
#gnavi > ul > li.price, #footer #fnavi > ul > li.price {
  background-image: url(../img/nav_price_a.png?v=4);
}
#gnavi > ul > li.campaign, #footer #fnavi > ul > li.campaign {
  background-image: url(../img/nav_campaign_a.png?v=4);
}
#gnavi > ul > li.doctor, #footer #fnavi > ul > li.doctor {
  background-image: url(../img/nav_doctor_a.png?v=4);
}
#gnavi > ul > li.access, #footer #fnavi > ul > li.access {
  background-image: url(../img/nav_access_a.png?v=4);
}
#gnavi > ul > li.qa, #footer #fnavi > ul > li.qa {
  background-image: url(../img/nav_qa_a.png?v=4);
}
#gnavi > ul > li .new, #footer #fnavi > ul > li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi > ul > li > a, #footer #fnavi > ul > li > a {
  display: block;
  position: relative;
}
#gnavi > ul > li > a:hover > *, #footer #fnavi > ul > li > a:hover > * {
  opacity: 0;
}
#gnavi > ul > li > a img, #footer #fnavi > ul > li > a img {
  transition: opacity 0.15s linear;
}
#gnavi .h-gnavi-contents-submenu, #footer #fnavi .h-gnavi-contents-submenu {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  opacity: 0;
  transition: all 0.15s linear;
  pointer-events: none;
}
#gnavi .h-gnavi-contents-submenu.is-active, #footer #fnavi .h-gnavi-contents-submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
#gnavi .h-gnavi-contents-submenu-list, #footer #fnavi .h-gnavi-contents-submenu-list {
  display: flex;
  border: 1px solid #c5bbb3;
}
#gnavi .h-gnavi-contents-submenu-item, #footer #fnavi .h-gnavi-contents-submenu-item {
  position: relative;
}
#gnavi .h-gnavi-contents-submenu-item a, #footer #fnavi .h-gnavi-contents-submenu-item a {
  display: block;
}
#gnavi .h-gnavi-contents-submenu-item a::after, #footer #fnavi .h-gnavi-contents-submenu-item a::after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#gnavi .h-gnavi-contents-submenu-item a:hover img, #footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}
#gnavi .h-gnavi-contents-submenu-item a:hover::after, #footer #fnavi .h-gnavi-contents-submenu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.ad #gnavi > ul > li.about, .ad #footer #fnavi > ul > li.about, #footer .ad #fnavi > ul > li.about {
  background-image: url(../img/ad_nav_about_a.png?v=4);
}
.ad #gnavi > ul > li.trouble, .ad #footer #fnavi > ul > li.trouble, #footer .ad #fnavi > ul > li.trouble {
  background-image: url(../img/ad_nav_trouble_a.png?v=4);
}
.ad #gnavi > ul > li.contents, .ad #footer #fnavi > ul > li.contents, #footer .ad #fnavi > ul > li.contents {
  background-image: url(../img/ad_nav_contents_a.png?v=4);
}
.ad #gnavi > ul > li.case, .ad #footer #fnavi > ul > li.case, #footer .ad #fnavi > ul > li.case {
  background-image: url(../img/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(../img/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(../img/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(../img/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(../img/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(../img/ad_nav_qa_a.png?v=4);
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 30px 0;
  width: 928px;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}

.area-link {
  position: relative;
  transition: opacity 0.1s linear;
}
.area-link:hover {
  opacity: 0.5;
}
.area-link a {
  display: block;
}
.area-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.area-link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main {
  float: right;
  margin-bottom: 45px;
  width: 704px;
}

article .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
article section,
article .section {
  margin: 0 10px;
}
article section .title,
article .section .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
}

.pager {
  margin: 10px 0;
}

#main .wrapper {
  position: relative;
  margin: 0 0 20px;
  background: #f2efed;
}
#main .wrapper .title {
  position: relative;
  margin: 0;
  padding: 7px 70px 7px 16px;
  height: auto;
  border: 1px solid #baafa6;
  background: url(../img/topics_entry_title_bg.gif) 1px 1px no-repeat #fff;
  font-size: 1.6em;
}
#main .wrapper .title.multi {
  background-image: url(../img/topics_entry_title_bg2.gif);
}
#main .wrapper .title-text {
  line-height: 1.375;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#main .wrapper .title .date {
  position: absolute;
  right: 6px;
  bottom: 5px;
  font-size: 0.625em;
  color: #7f7875;
}
#main .wrapper footer {
  clear: both;
  padding: 10px;
  border-top: 1px dotted #baafa6;
  text-align: right;
}
#main .wrapper footer p,
#main .wrapper footer li {
  float: none;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
#main .wrapper footer p {
  line-height: 26px;
}
#main .wrapper footer li {
  line-height: 20px;
}
#main .wrapper footer a {
  line-height: 1;
  color: #6d9dd0;
}
#main footer {
  *zoom: 1;
}
#main footer::after {
  content: "";
  display: table;
  clear: both;
}
#main footer p,
#main footer li {
  float: right;
  padding: 0 10px;
  height: 26px;
  border: 1px solid #baafa6;
  background: url(../img/topics_entry_link_bg.gif) left top repeat-x;
}
#main footer p a,
#main footer li a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
#main footer p a:hover,
#main footer li a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#main #body {
  float: right;
  padding: 15px 20px 30px;
  width: 512px;
}
#main #body p,
#main #body dl {
  margin-bottom: 15px;
}
#main #body p,
#main #body dt,
#main #body li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#main #body p,
#main #body dt,
#main #body dd,
#main #body li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#main #body dd dt,
#main #body dd dd,
#main #body dd li {
  font-size: 1em;
}
#main #body table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #baafa6;
}
#main #body table thead td {
  border-bottom: 1px solid #baafa6;
}
#main #body table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
#main #body table tbody th,
#main #body table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
#main #body table tbody tr.separate th,
#main #body table tbody tr.separate td {
  border-bottom-style: solid;
}
#main #body table tbody tr:last-child th,
#main #body table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
#main #body table tbody td {
  line-height: 24px;
}
#main #body table tbody th,
#main #body table tbody td {
  padding: 5px 10px;
  font-size: 1em;
}
#main #body table tbody th {
  width: 100px;
  border-bottom: 1px dotted #fff;
  background: #baafa6;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
#main #body table tbody td {
  background: #fff;
}
#main #body table dl,
#main #body table ul {
  margin-bottom: 0;
}
#main #body table li {
  margin-left: 1.5em;
  list-style-type: disc;
}
#main #body .pic {
  margin: 0;
}
#main #body .pic img {
  margin-bottom: 10px;
  max-width: 378px;
  height: auto;
}
#main #body .pic img:last-child {
  margin: 0;
}
#main #pic {
  margin: 20px;
  padding-bottom: 65px;
  width: 112px;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}
#main #pic .pic img {
  max-width: 112px;
  height: auto;
  border: 1px solid #baafa6;
  box-sizing: border-box;
}
#main .seminar #pic {
  background-image: url(../img/sprite/topics/seminar2.png);
}
#main .practitioner #pic {
  background-image: url(../img/sprite/topics/practitioner2.png);
}
#main .announcement #pic {
  background-image: url(../img/sprite/topics/announcement2.png);
}
#main .others #pic {
  background-image: url(../img/sprite/topics/others2.png);
}
#main .media #pic {
  background-image: url(../img/topics/media2.png);
}

.load-more {
  text-align: right;
}
.load-more a {
  padding-right: 18px;
  background: url(../img/arrow/arrow17.png) right 0 center no-repeat;
  cursor: pointer;
  font-size: 1.4em;
  color: #7f7875;
}
.load-more.is-hide {
  display: none;
}

#index #header, #result #header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
#index #header::before, #result #header::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}
#index #search, #result #search {
  margin: 0 0 56px;
}
#index #search .title, #result #search .title {
  margin-bottom: 30px;
}
#index #search .search, #result #search .search {
  margin: 0 50px 10px;
}
#index #search .search legend, #result #search .search legend {
  display: none;
}
#index #search .search dl, #result #search .search dl {
  *zoom: 1;
}
#index #search .search dl::after, #result #search .search dl::after {
  content: "";
  display: table;
  clear: both;
}
#index #search .search dt, #result #search .search dt {
  float: left;
}
#index #search .search dt input, #result #search .search dt input {
  padding: 12px;
  height: 14px;
  border: 1px solid #6b6562;
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.4);
  line-height: normal;
  font-size: 1.4em;
  color: #7f7875;
}
#index #search .search dd, #result #search .search dd {
  height: 40px;
  background: #6b6562;
}
#index #search .search dd input, #result #search .search dd input {
  transition: opacity 0.1s linear;
}
#index #search .search dd input:hover, #result #search .search dd input:hover {
  opacity: 0.5;
}
#index #search .search dt input, #result #search .search dt input {
  width: 446px;
}
#index #search .keywordlist, #result #search .keywordlist {
  margin: 0 50px;
}
#index #search .keywordlist .title, #result #search .keywordlist .title {
  margin: 0;
  padding: 0 0 0 10px;
  height: 32px;
  border: 0;
  border-left: 4px solid #6d9dd0;
  background: #f2efed;
  line-height: 32px;
  font-size: 1.2em;
}
#index #search .keywordlist ul, #result #search .keywordlist ul {
  *zoom: 1;
}
#index #search .keywordlist ul::after, #result #search .keywordlist ul::after {
  content: "";
  display: table;
  clear: both;
}
#index #search .keywordlist ul li, #result #search .keywordlist ul li {
  display: inline-block;
}
#index #search .keywordlist ul a, #result #search .keywordlist ul a {
  display: block;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #d0c8c1;
  border-radius: 4px;
  background: linear-gradient(#ddd7d1, #f6f4f2);
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}

#entry #related {
  margin-bottom: 30px;
}
#entry #related .entrylist {
  border: 1px solid #baafa6;
}
#entry #related .entrylist .list-item,
#entry #related .entrylist li {
  border-bottom: 1px dotted #baafa6;
}
#entry #related .entrylist .list-item:nth-child(even),
#entry #related .entrylist li:nth-child(even) {
  background: #f2efed;
}
#entry #related .entrylist .list-item:last-child,
#entry #related .entrylist li:last-child {
  border: 0;
}
#entry #related .entrylist li {
  padding: 10px;
}
#entry #related .entrylist li.seminar dl dt {
  background-image: url(../img/sprite/topics/seminar.png);
}
#entry #related .entrylist li.practitioner dl dt {
  background-image: url(../img/sprite/topics/practitioner.png);
}
#entry #related .entrylist li.announcement dl dt {
  background-image: url(../img/sprite/topics/announcement.png);
}
#entry #related .entrylist li.others dl dt {
  background-image: url(../img/sprite/topics/others.png);
}
#entry #related .entrylist dl {
  position: relative;
  min-height: 95px;
}
#entry #related .entrylist dt,
#entry #related .entrylist dd {
  margin-left: 105px;
  color: #7f7875;
}
#entry #related .entrylist dt {
  margin-bottom: 17px;
  padding-top: 30px;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}
#entry #related .entrylist dt a {
  text-decoration: none;
  font-size: 1.4em;
  color: #6d9dd0;
}
#entry #related .entrylist dd {
  line-height: 1.6;
}
#entry #related .entrylist .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#entry #related .entrylist .pic img {
  border: 1px solid #baafa6;
}
#entry #related .entrylist .date {
  position: absolute;
  top: 10px;
  left: 105px;
  margin: 0;
}
#entry #related .entrylist .new {
  margin-left: 7px;
}
#entry #related .entrylist .new img {
  vertical-align: text-top;
}

#result #search {
  margin-bottom: 30px;
}
#result #list > section > .title {
  margin: 0 0 30px;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  color: #7f7875;
}
#result #list > section > .title strong,
#result #list > section > .title em {
  color: #ec7c78;
}
#result #list > section > .title strong {
  font-size: 1.1428571429em;
  font-weight: bold;
}

#latest #header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
#latest #header::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: left;
  margin-bottom: 45px;
  width: 194px;
}
#sub .s-contents:last-child {
  margin: 0;
}
#sub .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
#sub .menu .title {
  border: 1px solid #baafa6;
}
#sub .menu li {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
#sub .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .medical {
  margin-bottom: 20px;
}
#sub .medicallist {
  padding: 2px 4px;
  border: 4px solid #3b4762;
  border-top: 0;
  background: #9693a3;
}
#sub .medicallist-item {
  margin: 2px 0;
  border: 2px solid #454d68;
}
#sub .medicallist-item.drseminar {
  background: url(../img/sprite/hover/sub/sub_medical_drseminar_h.png) 0 0 no-repeat;
}
#sub .medicallist-item.introduction {
  background: url(../img/sprite/hover/sub/sub_medical_introduction_h.png) 0 0 no-repeat;
}
#sub .medicallist-item a:hover img {
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../img/sub_info_bg.gif) left top repeat-x;
}
#sub .info ul {
  padding: 4px;
  background: #b7afa8;
}
#sub .info li {
  margin-bottom: 4px;
  border: 2px solid #463f3c;
}
#sub .info li:last-child {
  margin: 0;
}
#sub .president img {
  border: 1px solid #baafa6;
}
#sub .blog {
  margin-bottom: 20px;
}
#sub .blog li {
  margin-bottom: 5px;
}
#sub .blog li:last-child {
  margin: 0;
}
#sub .lp {
  margin-bottom: 20px;
}
#sub .lp li {
  margin-bottom: 5px;
}
#sub .lp li:last-child {
  margin: 0;
}
#sub .banner {
  margin-bottom: 20px;
}
#sub .banner li {
  margin-bottom: 10px;
}
#sub .banner li:last-child {
  margin-bottom: 0;
}
#sub .banner li a > * {
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic-item {
  background: url(../img/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  opacity: 0.5;
}
#sub .banner .clinic-item .pic {
  border-bottom: 1px solid #fff;
}
#sub .banner .clinic-item .text {
  padding: 3px 13px 5px;
  border-top: 1px solid #cbc0b8;
  background: url(../img/arrow/arrow2.png) 176px 17px no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#sub .banner .others .trouble img {
  border: 0;
}
#sub .social {
  margin-bottom: 20px;
}
#sub .social ul {
  margin: 0 auto;
  width: 71px;
  height: 40px;
}
#sub .social li {
  float: left;
  margin-left: 7px;
  height: 40px;
}
#sub .social li:first-child {
  margin: 0;
}
#sub .feature {
  margin-bottom: 20px;
}
#sub .feature li + li {
  margin-top: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img {
  border: 0;
}
#sub .feature .feature-item .text {
  margin-top: 3px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
  white-space: nowrap;
}
#sub .regenerative {
  margin-bottom: 20px;
}
#sub .regenerative p {
  margin-bottom: 10px;
}
#sub .regenerative img {
  border: 1px solid #baafa6;
}
#sub .regenerative .cooperation img {
  border: 0;
}
#sub .matome {
  margin-bottom: 20px;
}
#sub .matome > .title {
  position: relative;
}
#sub .matome > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: url(../img/sub_matome_title_bg.png) left top no-repeat;
}
#sub .matome .s-matome-item {
  border-bottom: 1px dotted #baafa6;
}
#sub .matome .s-matome-item a {
  display: block;
  padding: 10px;
}
#sub .matome .s-matome-item .item-inner {
  position: relative;
  min-height: 55px;
}
#sub .matome .s-matome-item .item-inner > * {
  margin-left: 65px;
}
#sub .matome .s-matome-item .item-inner .title {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .matome .s-matome-item .item-inner .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#sub .matome .s-matome-wrapper {
  position: relative;
  padding: 12px 0;
  border: 1px solid #baafa6;
  border-top: 0;
  background: #f5f2f0;
}
#sub .matome .s-matome-wrapper .bx-wrapper {
  position: static;
}
#sub .matome .s-matome-wrapper .bx-wrapper .bx-viewport {
  left: 0;
  height: 227px !important;
  border: 0;
  background: none;
  box-shadow: none;
}
#sub .matome .s-matome-wrapper .bx-controls a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 800;
  margin: 0;
  width: 100%;
  height: 12px;
  background-color: #a39489;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-prev {
  top: 0;
  background-image: url(../img/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../img/index_relatedsites_arrow2.gif);
  background-position: center;
}
#sub .js-fix-contents {
  width: 194px;
}
#sub .js-fix-contents.is-fixed {
  position: fixed;
}
#sub .js-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

#sub #menu li {
  border-bottom: 1px dotted #baafa6;
  background: #f2efed;
}
#sub #menu li:last-child {
  border-bottom: 0;
}
#sub #menu li a {
  padding: 13px 0 13px 52px;
  color: #6d9dd0;
}
#sub #menu li.latest a {
  background: url(../img/sprite/menu/topics-latest-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-latest-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
#sub #menu li.latest a:hover {
  background: url(../img/sprite/menu/topics-latest-bg1_h.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-latest-bg2_h.png) 120px 30px no-repeat;
}
#sub #menu li.seminar a {
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../img/sprite/menu/topics-seminar-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-seminar-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
#sub #menu li.seminar a:hover {
  background: url(../img/sprite/menu/topics-seminar-bg1_h.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-seminar-bg2_h.png) 120px 30px no-repeat;
}
#sub #menu li.practitioner a {
  background: url(../img/sprite/menu/topics-practitioner-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-practitioner-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
#sub #menu li.practitioner a:hover {
  background: url(../img/sprite/menu/topics-practitioner-bg1_h.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-practitioner-bg2_h.png) 120px 30px no-repeat;
}
#sub #menu li.announcement a {
  background: url(../img/sprite/menu/topics-announcement-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-announcement-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
#sub #menu li.announcement a:hover {
  background: url(../img/sprite/menu/topics-announcement-bg1_h.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-announcement-bg2_h.png) 120px 30px no-repeat;
}
#sub #menu li.others a {
  background: url(../img/sprite/menu/topics-others-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-others-bg2.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
#sub #menu li.others a:hover {
  background: url(../img/sprite/menu/topics-others-bg1_h.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-others-bg2_h.png) 120px 30px no-repeat;
}
#sub #menu li.active {
  background-color: #e4dfdb;
}
#sub #menu li.active.latest a {
  background: url(../img/sprite/menu/topics-latest-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-latest-bg2_a.png) 120px 30px no-repeat;
}
#sub #menu li.active.seminar a {
  background: url(../img/sprite/menu/topics-seminar-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-seminar-bg2_a.png) 120px 30px no-repeat;
}
#sub #menu li.active.practitioner a {
  background: url(../img/sprite/menu/topics-practitioner-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-practitioner-bg2_a.png) 120px 30px no-repeat;
}
#sub #menu li.active.announcement a {
  background: url(../img/sprite/menu/topics-announcement-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-announcement-bg2_a.png) 120px 30px no-repeat;
}
#sub #menu li.active.others a {
  background: url(../img/sprite/menu/topics-others-bg1.png) 10px 5px no-repeat, url(../img/sprite/menu/topics-others-bg2_a.png) 120px 30px no-repeat;
}
#sub #menu li.media a {
  background: url(../img/menu_media_icon.png) 10px 5px no-repeat, url(../img/menu_media_text.png) 120px 30px no-repeat;
  line-height: 1.3333333333;
}
#sub #menu li.media a:hover {
  background: url(../img/menu_media_icon_h.png) 10px 5px no-repeat, url(../img/menu_media_text_h.png) 120px 30px no-repeat;
}
#sub #menu li.media.active a {
  background: url(../img/menu_media_icon.png) 10px 5px no-repeat, url(../img/menu_media_text_a.png) 120px 30px no-repeat;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
#footer .f-clinic-item {
  position: relative;
  flex-basis: 20%;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
#footer .f-clinic-item:first-child {
  border-left: 0;
}
#footer .f-clinic-item:last-child {
  border-right: 0;
}
#footer .f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
#footer .f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#footer .f-clinic-item a:hover img {
  opacity: 1;
}
#footer .f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
#footer .f-clinic-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
#footer .f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
#footer .f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
#footer .f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
}
#footer .f-sitemap-contents {
  flex-basis: 24%;
}
#footer .f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
#footer .f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
#footer .f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-page-item {
  margin-bottom: 12px;
}
#footer .f-sitemap-page-item a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
#footer .f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
#footer .sitemap {
  *zoom: 1;
  float: left;
  margin: 36px 0 0 60px;
  padding-bottom: 30px;
  width: 614px;
}
#footer .sitemap::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul {
  *zoom: 1;
  clear: both;
  background: url(../img/footer_sitemap_bg.gif) left top repeat-x, url(../img/footer_sitemap_bg.gif) left 42px repeat-x, url(../img/footer_sitemap_bg.gif) left 84px repeat-x, url(../img/footer_sitemap_bg.gif) left bottom repeat-x;
}
#footer .sitemap ul::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul li {
  float: left;
  margin-right: 12px;
  padding-bottom: 2px;
}
#footer .sitemap ul li a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 2px no-repeat;
  text-decoration: none;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap ul li a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .sitemap section {
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 130px;
}
#footer .sitemap section:first-child {
  margin: 0;
}
#footer .sitemap section .title {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap section ul {
  padding: 0;
  background: none;
}
#footer .sitemap section ul li {
  float: none;
  margin: 0;
  line-height: 1;
}
#footer .sitemap section ul li a {
  display: block;
  background-position: 0 4px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  color: #7f7875;
}
#footer .clinic, #footer .kuchikomi {
  float: right;
  margin: 36px 60px 0 0;
  padding-bottom: 26px;
  width: 239px;
}
#footer .clinic-item {
  margin-bottom: 4px;
}
#footer .clinic-item a:hover > * {
  opacity: 0.5;
}
#footer .clinic-item img {
  border: 1px solid #baafa6;
}
#footer .clinic-item .item-inner {
  position: relative;
}
#footer .clinic-item .text {
  position: absolute;
  right: 11px;
  bottom: 5px;
  padding: 0;
  width: 164px;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1.25;
  font-size: 0.8em;
  color: #7f7875;
}
#footer .text {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.6;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
#footer #copyright {
  padding-top: 45px;
  width: 100%;
  height: 25px;
  background: url(../img/copyright_bg.gif) left top no-repeat;
  text-align: center;
  color: #f5f3f1;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}
/*# sourceMappingURL=topics.css.map */
