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

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.l-container {
  position: relative;
  min-height: 100%;
}
body > .l-container {
  height: auto;
}

.l-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}

.l-footer {
  width: 100%;
}

#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 a:hover img,
#link_box .link_counseling a:hover img {
  opacity: 0;
}
#link_box .link_inquiry {
  background-image: url(../../img/pc/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(../../img/pc/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

.l-main {
  margin-bottom: 45px;
  width: 704px;
}
.l-main__title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}

.l-sidebar {
  margin-bottom: 45px;
  width: 194px;
}
.l-sidebar .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
.l-sidebar .menu .title {
  border: 1px solid #baafa6;
}
.l-sidebar .menu ul {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
.l-sidebar .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.3em;
  color: #7f7875;
}
.l-sidebar .menu li {
  border-bottom: 1px dotted #baafa6;
  background: #f2efed;
}
.l-sidebar .menu li:last-child {
  border-bottom: 0;
}
.l-sidebar .menu li.active .sub-menu {
  display: block;
}
.l-sidebar .menu dt,
.l-sidebar .menu dd {
  display: table-cell;
  vertical-align: middle;
}
.l-sidebar .menu dd {
  line-height: 1.3333333333;
}
.l-sidebar .sub-menu {
  display: none;
}
.l-sidebar .menu li {
  padding: 5px 0 5px 11px;
  background-repeat: no-repeat;
}
.l-sidebar .menu li a {
  color: #6d9dd0;
}
.l-sidebar .menu li dt {
  padding-right: 10px;
}
.l-sidebar .menu li img {
  border: 1px solid #baafa6;
}
.l-sidebar .menu li.active {
  background-color: #e4dfdb;
}
.l-sidebar .menu .top {
  background-position: 173px 31px;
}
.l-sidebar .menu .latest {
  background-position: 140px 31px;
}
.l-sidebar .menu .liposuction {
  background-position: 136px 31px;
}
.l-sidebar .menu .breast-hip {
  background-position: 51px 31px;
}
.l-sidebar .menu .antiaging {
  background-position: 139px 31px;
}
.l-sidebar .menu .others {
  background-position: 162px 31px;
}
.l-sidebar .menu .sub-menu {
  border-top: 1px dotted #baafa6;
}
.l-sidebar .menu .sub-menu .menu-item {
  border-right: 0;
  border-left: 0;
}
.l-sidebar .menu .sub-menu .menu-item a {
  padding: 4px 0 4px 30px;
  background: url(../../img/pc/arrow/arrow2.png) 11px center no-repeat;
  color: #7f7875;
}
.l-sidebar .menu .sub-menu .menu-item a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow/arrow2_h.png);
}
.l-sidebar .menu .sub-menu .menu-item.active {
  background-color: #e4dfdb;
}
.l-sidebar .menu .top {
  background-image: url(../../img/pc/column_sub_menu_top_bg.png);
}
.l-sidebar .menu .latest {
  background-image: url(../../img/pc/column_sub_menu_latest_bg.png);
}
.l-sidebar .menu .liposuction {
  background-image: url(../../img/pc/column_sub_menu_liposuction_bg.png);
}
.l-sidebar .menu .breast-hip {
  background-image: url(../../img/pc/column_sub_menu_breast-hip_bg.png);
}
.l-sidebar .menu .antiaging {
  background-image: url(../../img/pc/column_sub_menu_antiaging_bg.png);
}
.l-sidebar .menu .others {
  background-image: url(../../img/pc/column_sub_menu_others_bg.png);
}
.l-sidebar .column ul,
.l-sidebar .operation ul {
  background: #f2efed;
}
.l-sidebar .column a,
.l-sidebar .operation a {
  color: #6d9dd0;
}
.l-sidebar .column dl,
.l-sidebar .operation dl {
  padding: 5px 10px;
}
.l-sidebar .column dt,
.l-sidebar .operation dt {
  padding-right: 10px;
}
.l-sidebar .column dd,
.l-sidebar .operation dd {
  line-height: 1.3333333333;
}
.l-sidebar .operation ul img {
  border: 1px solid #baafa6;
}
.l-sidebar .s-keywordsearch {
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
  border: 1px solid #baafa6;
}
.l-sidebar .s-keywordsearch .title {
  margin: 0;
  border-bottom: 1px solid #baafa6;
}
.l-sidebar .s-keywordsearch-item {
  padding: 0 15px;
}
.l-sidebar .s-keywordsearch-form legend {
  display: none;
}
.l-sidebar .s-keywordsearch-form dl {
  *zoom: 1;
}
.l-sidebar .s-keywordsearch-form dt {
  float: left;
}
.l-sidebar .s-keywordsearch-form 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: font_color(1);
}
.l-sidebar .s-keywordsearch-form dd {
  height: 40px;
  background: #6b6562;
}
.l-sidebar .s-keywordsearch-form dd input {
  transition: opacity 0.1s linear;
}
.l-sidebar .s-keywordsearch-form dd input:hover {
  opacity: 0.5;
}
.l-sidebar .s-keywordsearch-form {
  padding: 15px 6px 10px;
}
.l-sidebar .s-keywordsearch-form .widgetSearch__flex {
  display: flex;
}
.l-sidebar .s-keywordsearch-form .widgetSearch__flex > * {
  box-sizing: border-box;
  border-radius: 0;
}
.l-sidebar .s-keywordsearch-form .widgetSearch__input {
  padding: 10px 10px 9px;
  width: 143px;
  height: 35px;
  border: 1px solid #6b6562;
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.4);
  line-height: 1;
  font-size: 1.4em;
  color: #7f7875;
}
.l-sidebar .s-keywordsearch-form .widgetSearch__submit {
  margin: 0;
  padding: 0;
  width: 37px;
  height: 35px;
  border: none;
  background: url(../../img/pc/column_sub_keyword_button_search.gif) left top no-repeat;
}
.l-sidebar .s-keywordsearch-list {
  padding: 0 6px 11px;
  border: 1px solid #baafa6;
  border-top: 0;
  border-bottom: 1px solid #cbcac8;
  background: #f5f2f0;
}
.l-sidebar .s-keywordsearch-list .title {
  position: relative;
  padding: 8px 0 12px 60px;
  border: 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #58504c;
}
.l-sidebar .s-keywordsearch-list .title::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 11px;
  width: 45px;
  height: 36px;
  background: url(../../img/pc/column_sub_keyword_icon_hot.png) left top no-repeat;
}
.l-sidebar .s-popular {
  padding: 4px;
  background: url(../../img/pc/column_sub_popular_bg.gif) left top repeat-x #9e938b;
}
.l-sidebar .s-popular .title {
  position: relative;
}
.l-sidebar .s-popular .title::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -10px;
  width: 55px;
  height: 50px;
  background: url(../../img/pc/column_sub_popular_title_bg.png) left top no-repeat;
}
.l-sidebar .s-popular-list {
  padding: 8px;
  background: #463f3a;
}
.l-sidebar .s-popular-item {
  border: 1px solid #918176;
  background: #fff;
}
.l-sidebar .s-popular-item a:hover img {
  opacity: 0.5;
  transition: opacity 0.1s linear;
}
.l-sidebar .s-popular-item:first-child {
  margin-bottom: 8px;
}
.l-sidebar .widgetSticky {
  padding-top: 85px;
}
.l-sidebar #access-ranking {
  margin-bottom: 30px;
}
.l-sidebar #access-ranking .title {
  margin-bottom: 4px;
  border: 1px solid #baafa6;
}
.l-sidebar #access-ranking .tab2 {
  *zoom: 1;
}
.l-sidebar #access-ranking .tab2 li {
  float: left;
  margin-right: 4px;
  border: 1px solid #8c7f74;
  border-bottom: 0;
}
.l-sidebar #access-ranking .tab2 li:last-child {
  margin-right: 0;
}
.l-sidebar #access-ranking .tabbox2 {
  margin-top: -1px;
  border: 1px solid #8c7f74;
}
.l-sidebar #access-ranking .tabbox2 ul li {
  overflow: hidden;
  border-bottom: 1px dotted #8c7f74;
}
.l-sidebar #access-ranking .tabbox2 ul li:last-child {
  border: 0;
}
.l-sidebar #access-ranking .tabbox2 ul li:nth-child(even) {
  background: #eae6e2;
}
.l-sidebar #access-ranking .tabbox2 ul li a {
  overflow: hidden;
}
.l-sidebar #access-ranking .tabbox2 ul li a:hover * {
  color: #ec7c78 !important;
  transition: color 0.1s linear;
}
.l-sidebar #access-ranking .tabbox2 ul li a dl {
  *zoom: 1;
}
.l-sidebar #access-ranking .tabbox2 ul li a dl dt,
.l-sidebar #access-ranking .tabbox2 ul li a dl dd {
  float: left;
  padding: 13px 0;
}
.l-sidebar #access-ranking .tabbox2 ul li a dl dt {
  margin-right: 14px;
  margin-left: 5px;
}
.l-sidebar #access-ranking .tabbox2 ul li a dl dd {
  width: 137px;
  line-height: 1.3333333333;
  font-size: 1.3em;
  color: #6c6461;
}
.l-sidebar #access-ranking .tabbox2 ul li:nth-child(1) dt, .l-sidebar #access-ranking .tabbox2 ul li:nth-child(2) dt, .l-sidebar #access-ranking .tabbox2 ul li:nth-child(3) dt {
  position: relative;
  top: -4px;
}
.l-sidebar #access-ranking .tabbox2 ul li:nth-child(4) dt, .l-sidebar #access-ranking .tabbox2 ul li:nth-child(5) dt {
  position: relative;
  top: 6px;
}

.sp {
  display: none !important;
}

.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;
}

.l-container {
  margin: 0 auto;
  width: 988px;
}

.c-topicpath {
  width: 100%;
}
.c-topicpath__list {
  padding: 10px 0;
}
.c-topicpath__item {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}
.c-topicpath__item a {
  color: #7595cc;
}
.c-topicpath__item a:hover {
  text-decoration: underline;
}
.c-topicpath__item a:hover > * {
  opacity: 1;
}
.c-topicpath__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #7e7774;
  border-right: 1px solid #7e7774;
  transform: rotate(45deg);
}
.c-topicpath__item:last-child {
  padding-right: 0;
}
.c-topicpath__item:last-child a {
  color: #7e7774;
}
.c-topicpath__item:last-child::after {
  content: none;
}

.p-h1 {
  padding: 0 30px;
  height: 23px;
  background: linear-gradient(#2a2924, #665a51);
  text-align: center;
  line-height: 23px;
  font-size: 1em;
  color: #c7bcb5;
}

.p-header {
  display: flex;
  position: relative;
  flex-direction: column;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  order: 2;
  padding: 3px;
  height: 90px;
  background: url(../../img/pc/header_bg.gif) 0 0 no-repeat;
  box-sizing: border-box;
}
.p-header__logo {
  padding: 26px 0 0 25px;
}
.p-header__logo a:hover > * {
  opacity: 0.5;
}
.p-header__inquiry {
  display: flex;
  position: absolute;
  top: 12px;
  right: 31px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 640px;
  height: 66px;
}
.p-header__inquiry .h-tel {
  margin-right: 15px;
  width: 186px;
}
.p-header__inquiry .h-tel a:hover > * {
  opacity: 0.5;
}
.p-header__inquiry .h-tel .h-tab-list {
  overflow: hidden;
  margin-bottom: 9px;
  width: 186px;
  *zoom: 1;
}
.p-header__inquiry .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 36px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
  text-align: center;
}
.p-header__inquiry .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
.p-header__inquiry .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
.p-header__inquiry .h-tel .h-tab-content {
  position: relative;
  height: 35px;
}
.p-header__inquiry .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.p-header__inquiry .h-tel .h-tab-content-item.is-active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.p-header__inquiry .tel {
  margin-right: 28px;
  pointer-events: none;
}
.p-header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
.p-header .info-inner {
  width: 336px;
}
.p-header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-header .info li.mail {
  margin-bottom: 0;
  background-image: url(../../img/pc/header_info_mail_h.png?v=2);
}
.p-header .info li.counseling {
  margin-bottom: 0;
  background-image: url(../../img/pc/header_info_counseling_h.png?v=2);
}
.p-header .info a {
  transition: color 0.1s linear;
}
.p-header .info a:hover img {
  opacity: 0;
}
.p-header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
.p-header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(../../img/pc/header_cv_line_h.png) left top no-repeat;
}
.p-header .info .line a:hover img {
  display: none;
}
.p-header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
.p-header .info-list .info-item + .info-item {
  margin-left: 2px;
}
.p-header .h-search {
  position: static;
  border: 2px solid #332a27;
}
.p-header .h-search__form {
  display: flex;
  width: 332px;
}
.p-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;
}
.p-header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.p-header__nav {
  order: 3;
  width: 988px;
}
.p-header__nav.headroom--top.is-fixed, .p-header__nav.headroom--not-top {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.p-header__links {
  display: flex;
  position: absolute;
  top: -23px;
  right: 0;
  align-items: center;
  justify-content: space-between;
  order: 1;
  padding: 0 30px;
  height: 23px;
  font-size: 12px;
}
.p-header__links-list {
  display: flex;
}
.p-header__links-item a {
  display: flex;
  position: relative;
  align-items: center;
  color: #c7bcb5;
}
.p-header__links-item a.has-arrow {
  padding-left: 15px;
}
.p-header__links-item a.has-arrow::before, .p-header__links-item a.has-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: opacity 0.15s linear;
}
.p-header__links-item a.has-arrow::before {
  z-index: 1;
  background: url(../../img/pc/arrow1.gif) left center no-repeat;
}
.p-header__links-item a.has-arrow::after {
  background: url(../../img/pc/arrow1_h.gif) left center no-repeat;
}
.p-header__links-item a.has-arrow:hover {
  text-decoration: none;
}
.p-header__links-item a.has-arrow:hover::before {
  opacity: 0;
}
.p-header__links-item + .p-header__links-item a {
  margin-left: 15px;
}

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

.f-imp {
  padding: 40px 30px 100px 254px;
  width: 704px;
  background: #fff;
}
.f-imp__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: YakuHanMP, "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  color: #595656;
}
.f-imp__text {
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 12px;
  color: #7f7875;
}
.f-imp-doctor {
  margin-bottom: 60px;
}
.f-imp-doctor__box__title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #7f7875;
}
.f-imp-doctor__box + .f-imp-doctor__box {
  margin-top: 40px;
}

.f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
.f-clinic-item {
  display: flex;
  position: relative;
  flex-basis: 20%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
.f-clinic-item:first-child {
  border-left: 0;
}
.f-clinic-item:last-child {
  border-right: 0;
}
.f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
.f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow2.png) 0 0 no-repeat;
}
.f-clinic-item a:hover > * {
  opacity: 1;
}
.f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
.f-clinic-item a:hover::after {
  background-image: url(../../img/pc/arrow2_h.png);
}
.f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
.f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
.f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
.f-clinic-item.brand {
  align-items: center;
}
.f-clinic-item.brand .pic img {
  border: 0;
}

.p-footer {
  background: #f5f2f0;
  color: #7f7875;
}
.p-footer a {
  color: #7f7875;
}
.p-footer-nav {
  border-top: 1px solid #ccc3ba;
}
.p-footer-subnav {
  display: flex;
  justify-content: space-between;
  padding: 36px 140px 31px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  font-size: 1.1em;
}
.p-footer-subnav__title {
  margin-bottom: 12px;
  font-size: 1.3em;
}
.p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 8px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before, .p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: opacity 0.15s linear;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before {
  z-index: 1;
  background: url(../../img/pc/arrow2.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  background: url(../../img/pc/arrow2_h.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover {
  text-decoration: none;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover::before {
  opacity: 0;
}
.others .p-footer-subnav__item a {
  font-size: 1.3em;
}
.others .p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 16px;
}
.p-footer-regions {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  text-align: center;
}
.p-footer-regions__title {
  margin-right: 40px;
  font-size: 1.4em;
}
.p-footer-regions__list {
  display: flex;
}
.p-footer-regions__item a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #7595cc;
}
.p-footer-regions__item + .p-footer-regions__item::before {
  content: "|";
  display: inline-block;
  margin: 0 1.2rem;
}
.p-footer__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  border-top: 1px solid #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1rem;
}
.p-footer__copyright {
  box-sizing: border-box;
  padding-top: 45px;
  height: 70px;
  background: url(../../img/pc/copyright_bg.png) 0 0 no-repeat;
  text-align: center;
  font-size: 1.1rem;
  color: #f5f3f1;
}

#fnavi {
  overflow: hidden;
  border-top: 1px solid #ccc3ba;
}

.f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
  border-bottom: 1px solid #baafa6;
}
.f-sitemap-contents {
  flex-basis: 24%;
}
.f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
.f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
.f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
.f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
.f-sitemap-page-item {
  margin-bottom: 12px;
}
.f-sitemap-page-item a {
  padding-left: 18px;
  background: url(../../img/pc/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
.f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
/*# sourceMappingURL=layout.css.map */
