@charset "UTF-8";
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: "YakuHanJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: "YakuHanJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanMP-Regular.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanMP-Regular.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanMP-Regular.eot);
  font-family: "YakuHanMP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanMP-Bold.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanMP-Bold.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanMP-Bold.eot);
  font-family: "YakuHanMP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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;
}

html {
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

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

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a::before, a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  transition: opacity 0.15s linear;
}
a img {
  background: rgba(255, 255, 255, 0);
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  opacity: 0;
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.l-container {
  position: relative;
  overflow: hidden;
  min-width: 1000px;
  min-height: 100%;
}
body > .l-container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
.l-header {
  padding-top: 6px;
  background: url(../img/header_bg.png) center top no-repeat;
}

h1 {
  margin-bottom: 10px;
  font-size: 1em;
  color: #fff;
}

.h-inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  width: 1000px;
}
.h-inner {
  *zoom: 1;
}
.h-inner::after {
  content: "";
  display: table;
  clear: both;
}

.h-logo {
  float: left;
  margin-bottom: 10px;
}
.h-logo a {
  display: block;
}
.h-logo a:hover > * {
  opacity: 1;
}

.h-info {
  position: absolute;
  top: 0;
  right: 0;
}
.h-info .counseling-sheet {
  padding: 0 0 6px;
  background: url(../img/header_counseling-sheet_bg.png) left top no-repeat;
}

.h-nav {
  background: url(../img/nav_bg.gif) left top repeat-x;
  text-align: center;
}
.h-nav nav {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.h-nav nav::before {
  content: "";
  display: block;
  position: absolute;
  top: -38px;
  left: 270px;
  width: 505px;
  height: 38px;
  background: url(../img/nav_bg2.png) center no-repeat;
}
.h-nav-list {
  overflow: hidden;
  margin: 0 -1px;
  min-width: 1000px;
}
.h-nav-list {
  *zoom: 1;
}
.h-nav-list::after {
  content: "";
  display: table;
  clear: both;
}
.h-nav-item {
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
}
.h-nav-item a {
  display: block;
}
.h-nav-item.is-active img {
  opacity: 0;
}
.h-nav-item.top {
  background-image: url(../img/nav_top_bg.png?v=2);
}
.h-nav-item.failure {
  background-image: url(../img/nav_failure_bg.png?v=2);
}
.h-nav-item.point1 {
  background-image: url(../img/nav_point1_bg.png?v=2);
}
.h-nav-item.point2 {
  background-image: url(../img/nav_point2_bg.png?v=2);
}
.h-nav-item.point3 {
  background-image: url(../img/nav_point3_bg.png?v=2);
}
.h-nav-item.doctor {
  background-image: url(../img/nav_doctor_bg.png?v=2);
}
.h-nav-item.qa {
  background-image: url(../img/nav_qa_bg.png?v=2);
}

.l-header {
  background: url(../img/index_header_bg.png) center top no-repeat;
  box-sizing: border-box;
}
.l-header .h-inner {
  height: 195px;
}
.l-header h1 {
  margin-bottom: 29px;
}
.l-header .h-logo {
  float: none;
  text-align: center;
}
.l-header .h-info .counseling-sheet {
  padding-left: 0;
  background-image: url(../img/index_header_counseling-sheet_bg.png);
}

/*----------------------------------------------------------------------
7.	content
----------------------------------------------------------------------*/
.l-content > main {
  margin: 0 auto;
  width: 1000px;
}
.l-content > main {
  *zoom: 1;
}
.l-content > main::after {
  content: "";
  display: table;
  clear: both;
}

.m-notice {
  background: #e8f2f0;
}
.m-notice-wrapper {
  margin: 0 auto;
  padding: 35px 0 50px;
  width: 1000px;
}
.m-notice-wrapper {
  *zoom: 1;
}
.m-notice-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.m-notice-wrapper-inner {
  float: right;
  margin-top: 15px;
  width: 755px;
}
.m-notice-title {
  margin-bottom: 20px;
}
.m-notice-text {
  margin-bottom: 30px;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.m-notice-list {
  margin-bottom: 20px;
}
.m-notice-list {
  *zoom: 1;
}
.m-notice-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-notice-item {
  float: left;
  margin-right: 22px;
  margin-bottom: 9px;
}
.m-notice-item:nth-child(3n) {
  margin-right: 0;
}
.m-notice-attention {
  border: #cd361f 1px solid;
  background: #fff;
  line-height: 1.5;
  font-size: 1.2em;
}
.m-notice-attention {
  *zoom: 1;
}
.m-notice-attention::after {
  content: "";
  display: table;
  clear: both;
}
.m-notice-attention dt {
  float: left;
  padding: 9px;
  width: 230px;
  text-align: center;
  color: #cd361f;
}
.m-notice-attention dd {
  margin-left: 230px;
  padding: 9px;
  border-left: #cd361f 1px solid;
  color: #7d7d7d;
}
.m-notice-doctor {
  float: left;
  margin-left: -6px;
  width: 212px;
}
.m-notice-doctor-pic {
  margin-bottom: 6px;
}
.m-notice-doctor-text {
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #7d7d7d;
}

/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
.l-main {
  position: relative;
  float: left;
  width: 764px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.m-points {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 35px 0 50px;
  height: 453px;
  text-align: center;
}
.m-points::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  z-index: 1;
  background: url(../img/main_points_bg.gif) left top repeat-x;
}
.m-points::after {
  transition: all 0.6s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  z-index: 2;
  background-image: url(../img/main_points_bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0;
}
.m-points-title {
  margin-bottom: 16px;
  text-align: center;
}
.m-points-title img {
  position: relative;
  z-index: 3;
}
.m-points-title::after {
  transition: all 0.6s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  z-index: 2;
  background-image: url(../img/main_points_bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0;
}
.m-points-list {
  position: relative;
  z-index: 3;
  margin: 0 auto 30px;
  width: 760px;
}
.m-points-list {
  *zoom: 1;
}
.m-points-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-points-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 5px #fff, inset 0 0 0 6px #dd736d;
  box-sizing: border-box;
}
.m-points-item a {
  display: block;
}
.m-points-item a:hover > * {
  opacity: 1;
}
.m-points-item a:hover .cover1::before {
  animation: rotate 0.3s linear both;
}
.m-points-item a:hover .cover2::before {
  animation: rotate 0.3s linear 0.3s both;
}
.m-points-item + .m-points-item {
  margin-left: 14px;
}
.m-points-item .cover1,
.m-points-item .cover2 {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.m-points-item .cover2 {
  left: 0;
}
.m-points-item .cover1::before,
.m-points-item .cover2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.m-points-item .cover1::before {
  transform-origin: 0 50%;
}
.m-points-item .cover2::before {
  transform-origin: 100% 50%;
}
.m-points-item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.m-points-item.is-active {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.3);
}
.m-points-item.is-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(87, 124, 122, 0.5);
}
.m-points-item.is-active .cover1,
.m-points-item.is-active .cover2 {
  display: none;
}
.m-points-text {
  display: inline-block;
  text-align: center;
}
.m-points-text img {
  position: relative;
  z-index: 3;
}
.m-points-text::after {
  transition: all 0.6s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  z-index: 2;
  background-image: url(../img/main_points_bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0;
}
.m-points.point1::after, .m-points.point2 .m-points-title::after, .m-points.point3 .m-points-text::after {
  opacity: 1;
  transition-duration: 0.3s;
}

.m-report {
  position: relative;
  padding: 0 0 50px;
}
.m-report-title {
  padding: 25px 0 0 10px;
  border-left: #77a6a1 2px solid;
}
.m-report::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: -1;
  width: 400%;
  background: url(../img/index_report_bg.png) repeat-x, linear-gradient(#a2cac6, #daeeed);
}
.m-report-lead {
  margin: 24px 0 16px;
  line-height: 1.5;
  font-size: 1.2em;
  color: #fff;
}
.m-report-list {
  *zoom: 1;
}
.m-report-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-report-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
  margin: 0 13px 13px 0;
  width: 246px;
  height: 210px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 3px #fff, inset 0 0 0 4px #dd736d;
  box-sizing: border-box;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.m-report-item a {
  display: block;
}
.m-report-item a:hover > * {
  opacity: 1;
}
.m-report-item a:hover .cover1::before {
  animation: rotate 0.3s linear both;
}
.m-report-item a:hover .cover2::before {
  animation: rotate 0.3s linear 0.3s both;
}
.m-report-item .cover1,
.m-report-item .cover2 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 200%;
}
.m-report-item .cover1 {
  bottom: 0;
  left: 50%;
}
.m-report-item .cover2 {
  top: 0;
  left: -30%;
}
.m-report-item .cover1::before,
.m-report-item .cover2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.m-report-item .cover1::before {
  transform-origin: 0 80%;
}
.m-report-item .cover2::before {
  transform-origin: 100% 20%;
}
.m-report-item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.m-report-item:nth-child(n+7) {
  width: 181px;
}
.m-report-item:nth-child(-n+8):nth-child(3n), .m-report-item:last-child {
  margin-right: 0;
}
.m-report-item:nth-child(8) {
  margin-right: 14px;
}

.m-points {
  position: relative;
}

.m-outline {
  position: relative;
  z-index: 4;
  padding: 30px 0;
}
.m-outline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: -1;
  width: 400%;
  background: #f2f2f1;
}
.m-outline-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #527272;
}
.m-outline-list {
  *zoom: 1;
}
.m-outline-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-outline-item {
  float: left;
  margin-right: 16px;
  width: 177px;
}
.m-outline-item:last-child {
  margin-right: 0;
}
.m-outline-item-name {
  display: table-cell;
  padding-right: 1em;
  width: 177px;
  height: 73px;
  border: #ccc 1px solid;
  vertical-align: middle;
  text-align: right;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #527272;
}
.m-outline-item-name span {
  font-size: 1rem;
}
.m-outline-item-name.hyaluronicacid {
  background: url(../img/outline_hyaluronicacid_bg.png) no-repeat #fff;
}
.m-outline-item-name.aquafilling {
  background: url(../img/outline_aquafilling_bg.png) no-repeat #fff;
}
.m-outline-item-name.siliconbag {
  background: url(../img/outline_siliconbag_bg.png) no-repeat #fff;
}
.m-outline-item-name.fatinjection {
  background: url(../img/outline_fat_bg.png) no-repeat #fff;
}
.m-outline-item .text {
  margin: 15px 0;
  line-height: 1.55;
  font-size: 1em;
  color: #949494;
}
.m-outline-item .note li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
  color: #7d7d7d;
}
.m-outline-item .note li::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9ec0bc;
}

.m-introduction {
  position: relative;
  padding: 50px 0;
}
.m-introduction {
  *zoom: 1;
}
.m-introduction::after {
  content: "";
  display: table;
  clear: both;
}
.m-introduction > * {
  position: relative;
  z-index: 2;
}
.m-introduction-lead {
  margin-bottom: 32px;
  text-align: right;
}
.m-introduction .link {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: right;
  padding: 4px;
  width: 222px;
  height: 52px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.m-introduction .link a {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #fb7974;
  text-align: center;
  line-height: 44px;
  font-size: 1.4em;
  color: #fb7974;
}
.m-introduction .link a:hover {
  text-decoration: none;
}
.m-introduction .link a:hover > * {
  opacity: 1;
}
.m-introduction .link a:hover .cover1::before {
  animation: rotate 0.3s linear both;
}
.m-introduction .link a:hover .cover2::before {
  animation: rotate 0.3s linear 0.3s both;
}
.m-introduction .link + .m-introduction .link {
  margin-left: 14px;
}
.m-introduction .link .cover1,
.m-introduction .link .cover2 {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.m-introduction .link .cover1 {
  right: 0;
}
.m-introduction .link .cover2 {
  left: 0;
}
.m-introduction .link .cover1::before,
.m-introduction .link .cover2::before {
  content: "";
  position: absolute;
  top: -200%;
  left: 0;
  width: 120%;
  height: 500%;
  background: #fff;
}
.m-introduction .link .cover1::before {
  transform-origin: 0 50%;
}
.m-introduction .link .cover2::before {
  transform-origin: 100% 50%;
}
.m-introduction .link .inner-text {
  display: block;
  position: relative;
  z-index: 3;
  background: url(../img/arrow.svg) right 16px center no-repeat;
}

.js-parallax-bg {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  z-index: 1;
  height: 473px;
  background: url(../img/index_introduction_bg.jpg?v=2) 60% top no-repeat #f2f2f1;
  background-size: contain;
}

/*----------------------------------------------------------------------
9.	sub
----------------------------------------------------------------------*/
.l-sub {
  position: relative;
  z-index: 4;
  float: right;
  width: 194px;
}
.l-sub > * {
  width: 194px;
}

.s-contents {
  margin-bottom: 20px;
  width: 194px;
}
.s-contents:last-child {
  margin: 0;
}

.s-ranking,
.s-inquiry {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.s-ranking {
  overflow: hidden;
}
.s-ranking-title {
  margin-left: 12px;
}
.s-ranking .period {
  margin: -1em 10px 12px 0;
  text-align: right;
  color: #7caaa5;
}
.s-ranking-item {
  transition: opacity 0.15s linear;
}
.s-ranking-item + .s-ranking-item {
  border-top: 1px dotted #c9c9ca;
}
.s-ranking-item:nth-child(even) {
  background-color: #dbeeec;
}
.s-ranking-item a {
  display: block;
  padding: 5px 0 5px 36px;
  background-position: 14px center;
  background-repeat: no-repeat;
  font-size: 1.2em;
  color: #7d7d7d;
}
.s-ranking-item a:hover {
  text-decoration: none;
}
.s-ranking-item:nth-child(1) a, .s-ranking-item:nth-child(2) a, .s-ranking-item:nth-child(3) a, .s-ranking-item:nth-child(4) a, .s-ranking-item:nth-child(5) a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.4em;
  font-weight: bold;
}
.s-ranking-item:nth-child(1) a {
  background-image: url(../img/sub_ranking_bg1.png);
}
.s-ranking-item:nth-child(2) a {
  background-image: url(../img/sub_ranking_bg2.png);
}
.s-ranking-item:nth-child(3) a {
  background-image: url(../img/sub_ranking_bg3.png);
}
.s-ranking-item:nth-child(4) a {
  background-image: url(../img/sub_ranking_bg4.png);
}
.s-ranking-item:nth-child(5) a {
  background-image: url(../img/sub_ranking_bg5.png);
}
.s-ranking-item:nth-child(6) a {
  background-image: url(../img/sub_ranking_bg6.png);
}
.s-ranking-item:nth-child(7) a {
  background-image: url(../img/sub_ranking_bg7.png);
}
.s-ranking-item:nth-child(8) a {
  background-image: url(../img/sub_ranking_bg8.png);
}
.s-ranking-item:nth-child(9) a {
  background-image: url(../img/sub_ranking_bg9.png);
}
.s-ranking-item:nth-child(10) a {
  background-image: url(../img/sub_ranking_bg10.png);
}

.s-inquiry-title img {
  margin-top: -10px;
}
.s-inquiry-item {
  border-top: 1px solid #c9c9ca;
}
.s-inquiry-item a:hover > * {
  opacity: 0.5;
}
.s-inquiry-item + .s-inquiry-item {
  border-top-style: dotted;
}

.s-latest-title {
  margin: 0 0 9px 12px;
}
.s-latest-inner {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.s-latest-item {
  transition: opacity 0.15s linear;
  padding: 15px 10px 10px;
  background: url(../img/qa_item_bg1.png) left top no-repeat;
}
.s-latest-item + .s-latest-item {
  border-top: 1px dotted #c9c9ca;
}
.s-latest-item:nth-child(even) {
  background-color: #dbeeec;
}
.s-latest-item .title {
  margin-bottom: 9px;
  padding-left: 25px;
  background: url(../img/qa_item_title_bg.png) left top no-repeat;
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.s-latest-item .title a {
  color: #7d7d7d;
}
.s-latest-item .attr {
  padding-left: 25px;
}
.s-latest-item .attr-item {
  color: #7d7d7d;
}
.s-latest-item .attr-item a {
  color: #9fa0a0;
}
.s-latest-item .category {
  margin-bottom: 5px;
}
.s-latest-item .category-item {
  display: inline-block;
  line-height: 1.2;
  font-size: 1em;
}
.s-latest-item .category-item + .category-item::before {
  content: "／";
}
.s-latest-item .date {
  text-align: right;
  color: #7caaa5;
}
.s-latest-item:nth-child(even) {
  background-image: url(../img/qa_item_bg2.png);
}
.s-latest-item.new .date::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 31px;
  height: 12px;
  background: url(../img/icon_new.png) center no-repeat;
  vertical-align: middle;
}
.s-latest-link {
  text-align: right;
}
.s-latest-link a {
  padding-left: 14px;
  background: url(../img/arrow.svg) left center no-repeat;
  color: #eb766e;
}

.s-feature-item {
  margin-left: -3px;
}
.s-feature-item a:hover > * {
  opacity: 0.5;
}

.s-info .counseling-sheet {
  margin-left: -12px;
  width: 209px;
  height: 146px;
  background: url(../img/sub_counseling-sheet_bg.png) left top no-repeat;
}
.s-info .counseling-sheet a {
  display: block;
  padding: 0 3px 3px;
}
.s-info a:hover > * {
  opacity: 0.5;
}

.s-banner-item {
  margin-bottom: 10px;
  text-align: center;
}
.s-banner-item:last-child {
  margin: 0;
}
.s-banner-item a:hover > * {
  opacity: 0.5;
}

.js-fix-contents.js-fix-contents {
  margin-bottom: 20px;
}
.js-fix-contents.js-fix-contents.is-fixed {
  position: fixed;
  top: 20px;
}
.js-fix-contents.js-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

.l-sub > * > .s-contents:first-child {
  margin-top: 50px;
}

/*----------------------------------------------------------------------
10.	footer
----------------------------------------------------------------------*/
.l-footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: #cadedc;
}

.f-sitemap {
  padding-bottom: 48px;
}
.f-sitemap-list {
  margin: 0 auto;
  width: 1000px;
}
.f-sitemap-list {
  *zoom: 1;
}
.f-sitemap-list::after {
  content: "";
  display: table;
  clear: both;
}
.f-sitemap-item {
  float: left;
  width: 209px;
}
.f-sitemap-item .title {
  margin-bottom: 24px;
  padding: 40px 0 0 8px;
  border-left: 2px solid #78a5a0;
  font-size: 1.4em;
  color: #335250;
}
.f-sitemap-item.failure {
  width: 418px;
}
.f-sitemap-item.failure .page-list {
  display: inline-block;
  width: 190px;
  vertical-align: top;
}
.f-sitemap-item.failure .page-list + .page-list {
  margin-left: 20px;
}
.f-sitemap-item.qa {
  width: auto;
}
.f-sitemap .page-list {
  margin-bottom: 18px;
}
.f-sitemap .page-item {
  line-height: 1.3333333333;
  color: #7d7d7d;
}
.f-sitemap .page-item::before {
  content: "・";
  display: inline;
}
.f-sitemap .page-item a {
  font-size: 1.2em;
  color: #7d7d7d;
}

.f-contents-wrapper {
  position: relative;
  height: 114px;
  background: url(../img/footer_description_bg.png) center top repeat-x;
}
.f-contents-wrapper {
  *zoom: 1;
}
.f-contents-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.f-contents-wrapper > * {
  position: absolute;
  right: 50%;
  margin: 0 auto;
  margin-right: -500px;
  width: 1000px;
}

.f-description {
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  line-height: 1.6;
  font-size: 1em;
  color: #fff;
}

.f-pagetop {
  bottom: 0;
}
.f-pagetop a {
  display: block;
  float: right;
  border-radius: 6px 6px 0 0;
  background: #335250;
}
.f-pagetop a:hover img {
  opacity: 0.5;
}

.f-copyright {
  background: #335250;
  text-align: center;
  line-height: 3.2;
}
.f-copyright small {
  font-size: 1em;
  color: #fff;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/