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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
main {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.p-main {
  order: 2;
  width: 704px;
}

.p-sub {
  order: 1;
  width: 194px;
}
.p-sub__contents {
  margin-bottom: 20px;
}
.p-sub__contents__title {
  border: 1px solid #c7bcb5;
}

.p-sub-related-sites__title {
  margin-bottom: 10px;
}
.p-sub-related-sites__item + .p-sub-related-sites__item {
  margin-top: 10px;
}
.p-sub-related-sites__item a:hover > * {
  opacity: 0.5;
}

.p-sub-clinics__item + .p-sub-clinics__item {
  margin-top: 10px;
}
.p-sub-clinics__item a:hover > * {
  opacity: 0.5;
}
