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

/*----------------------------------------------------------------------
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-title {
  overflow: hidden;
  margin-bottom: 60px;
  background: url(../img/failure_title_bg.jpg) center top no-repeat, linear-gradient(to right, #83a8a4 20%, #dbeeed 80%);
}
.m-title-inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 2px 0 0;
  width: 1000px;
  height: 250px;
}
.m-title-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  z-index: 1;
  width: 567px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-title-img {
  margin-bottom: 34px;
  height: 109px;
}
.m-title-lead {
  line-height: 2;
  font-size: 1.2em;
  color: #fff;
}

/*----------------------------------------------------------------------
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-ranking {
  margin-bottom: 50px;
}
.m-ranking-list {
  *zoom: 1;
}
.m-ranking-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-ranking-item {
  float: left;
  margin-bottom: 18px;
  margin-left: 18px;
  width: 242px;
}
.m-ranking-item a {
  display: block;
  border-radius: 5px;
  background: url(../img/arrow.svg) right 10px bottom 10px no-repeat #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.m-ranking-item a:hover {
  text-decoration: none;
}
.m-ranking-item a:hover .item-inner {
  opacity: 1;
}
.m-ranking-item a:hover .pic {
  opacity: 0.5;
}
.m-ranking-item .title {
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 51px;
}
.m-ranking-item .title img {
  vertical-align: middle;
}
.m-ranking-item .pic {
  transition: opacity 0.15s linear;
}
.m-ranking-item .text {
  padding: 16px 20px;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.m-ranking-item.small {
  width: 177px;
}
.m-ranking-item.small a {
  background-size: 9px 7px;
}
.m-ranking-item.small .text {
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 1.2em;
}
.m-ranking-item .title {
  padding: 0 0 0 10px;
}
.m-ranking-item:first-child, .m-ranking-item:nth-child(-n+7):nth-child(3n+4) {
  clear: left;
  margin-left: 0;
}
.m-ranking-item:nth-child(n+7) {
  margin-bottom: 0;
}
.m-ranking-item:nth-child(6) .title {
  padding-left: 44px;
}
.m-ranking-item:nth-child(7) .title {
  padding-left: 29px;
}
.m-ranking-item:nth-child(8) .title {
  padding-left: 55px;
}
.m-ranking-item:nth-child(9) .title {
  padding-left: 35px;
}
.m-ranking-item:nth-child(10) .title {
  padding-left: 56px;
}
.m-ranking-item:nth-child(1) .title {
  background-image: url(../img/failure_item_bg1.png);
}
.m-ranking-item:nth-child(2) .title {
  background-image: url(../img/failure_item_bg2.png);
}
.m-ranking-item:nth-child(3) .title {
  background-image: url(../img/failure_item_bg3.png);
}
.m-ranking-item:nth-child(4) .title {
  background-image: url(../img/failure_item_bg4.png);
}
.m-ranking-item:nth-child(5) .title {
  background-image: url(../img/failure_item_bg5.png);
}
.m-ranking-item:nth-child(6) .title {
  background-image: url(../img/failure_item_bg6.png);
}
.m-ranking-item:nth-child(7) .title {
  background-image: url(../img/failure_item_bg7.png);
}
.m-ranking-item:nth-child(8) .title {
  background-image: url(../img/failure_item_bg8.png);
}
.m-ranking-item:nth-child(9) .title {
  background-image: url(../img/failure_item_bg9.png);
}
.m-ranking-item:nth-child(10) .title {
  background-image: url(../img/failure_item_bg10.png);
}

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

.s-menu {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.s-menu .js-accordion-contents {
  transform: translate3d(0, 0, 0);
  transition: all 0.15s linear;
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.s-menu-title {
  margin-left: 12px;
  padding-bottom: 11px;
  background: rgba(255, 255, 255, 0.8);
}
.s-menu-item {
  border-top: 1px solid #c9c9ca;
}
.s-menu-item a {
  color: #fff;
}
.s-menu-item a:hover {
  text-decoration: none;
}
.s-menu-item > .item-inner > .title {
  padding: 11px 12px;
  background: #7caaa5;
  font-size: 1.2em;
  color: #fff;
}
.s-menu-item.has-child > .item-inner > .title {
  transition: opacity 0.15s linear;
  cursor: pointer;
}
.s-menu-item.has-child > .item-inner > .title:hover {
  opacity: 0.5;
}
.s-menu-item.has-child > .item-inner > .contents {
  transition-duration: 0.25s;
}
.s-menu-item.is-active > .item-inner > .title {
  background-color: #335250;
}
.s-menu-item.is-active .js-accordion-contents {
  height: auto;
  max-height: none;
}
.s-menu .page-item {
  border-top: 1px dotted #c9c9ca;
}
.s-menu .page-item a {
  transition: opacity 0.15s linear;
  display: block;
  font-size: 1.2em;
  color: #7d7d7d;
}
.s-menu .page-item a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.s-menu .page-item a:hover > * {
  opacity: 1;
}
.s-menu .page-item a:hover span {
  opacity: 1;
}
.s-menu .page-item a span {
  display: inline-block;
  line-height: 1.2;
  font-size: 1rem;
}
.s-menu .page-item .item-inner {
  padding: 3px 0 3px 12px;
}
.s-menu .page-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
}
.s-menu .page-item .item-inner .pic {
  border: 1px solid #c9c9ca;
}
.s-menu .page-item .item-inner .title {
  padding-left: 6px;
}
.s-menu .page-item.is-active {
  background: rgba(230, 229, 228, 0.7);
}
.s-menu .index .page-item a {
  padding: 10px 0 10px 52px;
  background-position: 12px center;
  background-repeat: no-repeat;
}
.s-menu .index .page-item:nth-child(1) a {
  background-image: url(../img/failure_menu_item_index_bg1.png);
}
.s-menu .index .page-item:nth-child(2) a {
  background-image: url(../img/failure_menu_item_index_bg2.png);
}
.s-menu .index .page-item:nth-child(3) a {
  background-image: url(../img/failure_menu_item_index_bg3.png);
}
.s-menu .index .page-item:nth-child(4) a {
  background-image: url(../img/failure_menu_item_index_bg4.png);
}
.s-menu .index .page-item:nth-child(5) a {
  background-image: url(../img/failure_menu_item_index_bg5.png);
}
.s-menu .index .page-item:nth-child(6) a {
  background-image: url(../img/failure_menu_item_index_bg6.png);
}
.s-menu .index .page-item:nth-child(7) a {
  background-image: url(../img/failure_menu_item_index_bg7.png);
}
.s-menu .index .page-item:nth-child(8) a {
  background-image: url(../img/failure_menu_item_index_bg8.png);
}
.s-menu .index .page-item:nth-child(9) a {
  background-image: url(../img/failure_menu_item_index_bg9.png);
}
.s-menu .index .page-item:nth-child(10) a {
  background-image: url(../img/failure_menu_item_index_bg10.png);
}

/*----------------------------------------------------------------------
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.	ページ別個別設定
----------------------------------------------------------------------*/
.index .l-content,
.category .l-content {
  background: linear-gradient(#dfdddc, #fafaf9);
}

.hyaluronicacid .m-title-inner::before {
  background-image: url(../img/failure_hyaluronicacid_title_bg.jpg);
}
.hyaluronicacid .m-failure {
  margin-bottom: 50px;
}
.hyaluronicacid .m-failure-list {
  *zoom: 1;
}
.hyaluronicacid .m-failure-list::after {
  content: "";
  display: table;
  clear: both;
}
.hyaluronicacid .m-failure-item {
  float: left;
  margin-bottom: 18px;
  margin-left: 18px;
  width: 242px;
}
.hyaluronicacid .m-failure-item a {
  display: block;
  border-radius: 5px;
  background: url(../img/arrow.svg) right 10px bottom 10px no-repeat #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.hyaluronicacid .m-failure-item a:hover {
  text-decoration: none;
}
.hyaluronicacid .m-failure-item a:hover .item-inner {
  opacity: 1;
}
.hyaluronicacid .m-failure-item a:hover .pic {
  opacity: 0.5;
}
.hyaluronicacid .m-failure-item .title {
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 51px;
}
.hyaluronicacid .m-failure-item .title img {
  vertical-align: middle;
}
.hyaluronicacid .m-failure-item .pic {
  transition: opacity 0.15s linear;
}
.hyaluronicacid .m-failure-item .text {
  padding: 16px 20px;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.hyaluronicacid .m-failure-item.small {
  width: 177px;
}
.hyaluronicacid .m-failure-item.small a {
  background-size: 9px 7px;
}
.hyaluronicacid .m-failure-item.small .text {
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 1.2em;
}
.hyaluronicacid .m-failure-item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.hyaluronicacid .m-failure-item:nth-child(n+4) {
  margin-bottom: 0;
}

.siliconbag .m-title-inner::before {
  background-image: url(../img/failure_siliconbag_title_bg.jpg);
}
.siliconbag .m-failure {
  margin-bottom: 50px;
}
.siliconbag .m-failure-list {
  *zoom: 1;
}
.siliconbag .m-failure-list::after {
  content: "";
  display: table;
  clear: both;
}
.siliconbag .m-failure-item {
  float: left;
  margin-bottom: 18px;
  margin-left: 18px;
  width: 242px;
}
.siliconbag .m-failure-item a {
  display: block;
  border-radius: 5px;
  background: url(../img/arrow.svg) right 10px bottom 10px no-repeat #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.siliconbag .m-failure-item a:hover {
  text-decoration: none;
}
.siliconbag .m-failure-item a:hover .item-inner {
  opacity: 1;
}
.siliconbag .m-failure-item a:hover .pic {
  opacity: 0.5;
}
.siliconbag .m-failure-item .title {
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 51px;
}
.siliconbag .m-failure-item .title img {
  vertical-align: middle;
}
.siliconbag .m-failure-item .pic {
  transition: opacity 0.15s linear;
}
.siliconbag .m-failure-item .text {
  padding: 16px 20px;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.siliconbag .m-failure-item.small {
  width: 177px;
}
.siliconbag .m-failure-item.small a {
  background-size: 9px 7px;
}
.siliconbag .m-failure-item.small .text {
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 1.2em;
}
.siliconbag .m-failure-item:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.siliconbag .m-failure-item:nth-child(n+4) {
  margin-bottom: 0;
}

.aquafilling .m-title-inner::before {
  background-image: url(../img/failure_aquafilling_title_bg.jpg);
}
.aquafilling .m-failure {
  margin-bottom: 50px;
}
.aquafilling .m-failure-list {
  *zoom: 1;
}
.aquafilling .m-failure-list::after {
  content: "";
  display: table;
  clear: both;
}
.aquafilling .m-failure-item {
  float: left;
  margin-bottom: 18px;
  margin-left: 18px;
  width: 242px;
  margin-bottom: 0;
}
.aquafilling .m-failure-item a {
  display: block;
  border-radius: 5px;
  background: url(../img/arrow.svg) right 10px bottom 10px no-repeat #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.aquafilling .m-failure-item a:hover {
  text-decoration: none;
}
.aquafilling .m-failure-item a:hover .item-inner {
  opacity: 1;
}
.aquafilling .m-failure-item a:hover .pic {
  opacity: 0.5;
}
.aquafilling .m-failure-item .title {
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 51px;
}
.aquafilling .m-failure-item .title img {
  vertical-align: middle;
}
.aquafilling .m-failure-item .pic {
  transition: opacity 0.15s linear;
}
.aquafilling .m-failure-item .text {
  padding: 16px 20px;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.aquafilling .m-failure-item.small {
  width: 177px;
}
.aquafilling .m-failure-item.small a {
  background-size: 9px 7px;
}
.aquafilling .m-failure-item.small .text {
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 1.2em;
}
.aquafilling .m-failure-item:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

.fatinjection .m-title-inner::before {
  background-image: url(../img/failure_fatinjection_title_bg.jpg);
}
.fatinjection .m-failure {
  margin-bottom: 50px;
}
.fatinjection .m-failure-list {
  *zoom: 1;
}
.fatinjection .m-failure-list::after {
  content: "";
  display: table;
  clear: both;
}
.fatinjection .m-failure-item {
  float: left;
  margin-bottom: 18px;
  margin-left: 18px;
  width: 242px;
}
.fatinjection .m-failure-item a {
  display: block;
  border-radius: 5px;
  background: url(../img/arrow.svg) right 10px bottom 10px no-repeat #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.fatinjection .m-failure-item a:hover {
  text-decoration: none;
}
.fatinjection .m-failure-item a:hover .item-inner {
  opacity: 1;
}
.fatinjection .m-failure-item a:hover .pic {
  opacity: 0.5;
}
.fatinjection .m-failure-item .title {
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 51px;
}
.fatinjection .m-failure-item .title img {
  vertical-align: middle;
}
.fatinjection .m-failure-item .pic {
  transition: opacity 0.15s linear;
}
.fatinjection .m-failure-item .text {
  padding: 16px 20px;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.fatinjection .m-failure-item.small {
  width: 177px;
}
.fatinjection .m-failure-item.small a {
  background-size: 9px 7px;
}
.fatinjection .m-failure-item.small .text {
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 1.2em;
}
.fatinjection .m-failure-item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.fatinjection .m-failure-item:nth-child(n+4) {
  margin-bottom: 0;
}

.details .m-toc .title {
  margin-bottom: 20px;
}
.details .m-toc-list {
  padding-left: 37px;
}
.details .m-toc-item a {
  display: inline-block;
  padding-left: 40px;
  background: url(../img/main_toc_bg.png) left center no-repeat;
  line-height: 23px;
  font-size: 1.4em;
  font-weight: bold;
  color: #7d7d7d;
}
.details .m-toc-item + .m-toc-item {
  margin-top: 12px;
}
.details .l-content {
  background: #e9e9e8;
}
.details .m-title {
  background: url(../img/failure_details_title_bg.jpg) center top no-repeat, linear-gradient(to right, #83a8a4 20%, #dbeeed 80%);
}
.details .m-title-inner {
  position: relative;
  height: 170px;
}
.details .m-title-inner::before, .details .m-title-inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.details .m-title-inner::before {
  top: 39px;
  left: 18px;
  width: 213px;
  height: 28px;
  background-position: left center;
}
.details .m-title-inner::after {
  top: 0;
  right: 107px;
  width: 298px;
  height: 170px;
  background-position: center;
}
.details .m-contents {
  position: relative;
}
.details .m-contents > * {
  position: relative;
  z-index: 2;
}
.details .m-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: 1;
  width: 400%;
}
.details .m-contents:nth-child(even)::before {
  background: #fafaf9;
}
.details .m-contents-pic {
  float: right;
  margin-left: 30px;
}
.details .m-contents-text {
  line-height: 2;
  font-size: 1.6em;
  color: #7d7d7d;
  margin-bottom: 50px;
}
.details .m-contents-text a {
  text-decoration: underline;
  color: #fb7974;
}
.details .m-lead-text {
  line-height: 2;
  font-size: 1.6em;
  color: #7d7d7d;
  margin-bottom: 32px;
}
.details .m-toc {
  margin-bottom: 50px;
}
.details .m-section {
  padding-bottom: 75px;
}
.details .m-section-title {
  display: table-cell;
  padding-bottom: 50px;
  width: 762px;
  height: 162px;
  background-position: -100px top;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3571428571;
  font-size: 2.8em;
  color: #595656;
}
.details .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_contracture_section_title_bg2.png);
}
.details .m-sub-contents-title {
  position: relative;
  margin-bottom: 30px;
}
.details .m-sub-contents-title .inner-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-bottom: 5px;
  border-bottom: 1px solid #335250;
  font-size: 1.8em;
  font-weight: bold;
  color: #335250;
}
.details .m-sub-contents-title::before {
  content: "";
  position: absolute;
  top: -31px;
  left: -37px;
  z-index: 1;
  width: 77px;
  height: 77px;
  background: url(../img/failure_details_sub_contents_title_bg.png) left top no-repeat;
}
.details .m-sub-contents-text {
  overflow: hidden;
}
.details figcaption {
  margin-top: 5px;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #7d7d7d;
}
.details .m-caution {
  clear: both;
  padding: 0 30px 30px;
  border-radius: 5px;
  background: #e5f3f1;
}
.details .m-caution {
  *zoom: 1;
}
.details .m-caution::after {
  content: "";
  display: table;
  clear: both;
}
.details .m-caution-title {
  margin-bottom: 30px;
  font-size: 16px;
  white-space: nowrap;
  color: #335250;
}
.details .m-caution-title::before {
  content: "：";
  margin: 0.5em;
}
.details .m-caution-pic {
  float: right;
  margin-left: 30px;
}
.details .m-caution-text {
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.details .m-caution-text a {
  text-decoration: underline;
  color: #fb7974;
}
.details .m-caution-title {
  padding: 40px 0 0 97px;
  background: url(../img/failure_details_caution_title_bg.png) left top no-repeat;
}
.details .m-cause {
  float: left;
  margin-bottom: 50px;
}
.details .m-cause .title {
  margin-bottom: 20px;
  padding-top: 62px;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
.details .m-cause .title .inner-text {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #335250;
  font-size: 1.8em;
  font-weight: bold;
  color: #335250;
}
.details .m-cause .contents {
  line-height: 2;
  font-size: 1.6em;
  color: #7d7d7d;
}
.details .m-cause.no1 .title {
  background-image: url(../img/failure_details_cause_title_bg1.png);
}
.details .m-cause.no2 .title {
  background-image: url(../img/failure_details_cause_title_bg2.png);
}
.details .m-cause.no3 .title {
  background-image: url(../img/failure_details_cause_title_bg3.png);
}
.details .m-related {
  padding: 50px 0;
  text-align: center;
}
.details .m-related.m-related::before {
  background: url(../img/failure_details_related_bg.jpg) center top repeat-x;
  background-size: auto 100%;
}
.details .m-related-title {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3em;
  color: #fff;
}
.details .m-related-title > * {
  position: relative;
  z-index: 2;
}
.details .m-related-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -64px;
  z-index: 1;
  width: 85px;
  height: 72px;
  background: url(../img/failure_details_related_title_bg.png) center no-repeat;
}
.details .m-related-title img {
  margin-top: 10px;
}
.details .m-related-list {
  border-top: 1px dotted #fff;
  text-align: left;
}
.details .m-related-list {
  *zoom: 1;
}
.details .m-related-list::after {
  content: "";
  display: table;
  clear: both;
}
.details .m-related a {
  display: block;
  position: relative;
  padding: 10px 0;
  background: url(../img/arrow.svg) right bottom 10px no-repeat;
}
.details .m-related a:hover {
  text-decoration: none;
}
.details .m-related a:hover .item-inner {
  opacity: 0.5;
}
.details .m-related-item {
  position: relative;
  float: left;
  width: 370px;
  border-bottom: 1px dotted #fff;
}
.details .m-related-item:nth-child(even) {
  margin-left: 22px;
}
.details .m-related-item .item-inner {
  position: relative;
  padding-left: 94px;
  min-height: 80px;
}
.details .m-related-item .title {
  margin-bottom: 15px;
  font-size: 1.6em;
  color: #335250;
}
.details .m-related-item .text {
  line-height: 1.5;
  font-size: 1.2em;
  color: #fff;
}
.details .m-related-item .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.details .m-qa {
  padding: 0 0 50px;
}
.details .m-qa-title {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding-top: 50px;
  height: 126px;
  background: url(../img/failure_details_qa_title_bg.png) center top no-repeat;
  text-align: center;
  font-size: 3em;
  color: #595656;
}
.details .m-qa-title img {
  margin-top: 10px;
}
.details .m-qa-list {
  margin-bottom: 25px;
}
.details .m-qa-item {
  padding: 15px 0;
  border-bottom: 1px dotted #c9c9ca;
}
.details .m-qa-item .item-inner {
  padding-left: 80px;
  background: url(../img/failure_details_qa_item_bg.png) left top no-repeat;
}
.details .m-qa-item .title {
  margin-bottom: 20px;
  font-size: 1.6em;
  color: #698483;
}
.details .m-qa-item .text {
  margin-bottom: 15px;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.details .m-qa-item .text a {
  text-decoration: underline;
  color: #fb7974;
}
.details .m-qa-item .attr {
  text-align: right;
  color: #7d7d7d;
}
.details .m-qa-item .attr-item + .attr-item {
  margin-top: 5px;
}
.details .m-qa-item .category-item {
  display: inline-block;
  color: #7d7d7d;
}
.details .m-qa-item .category-item a {
  color: #7d7d7d;
}
.details .m-qa-item .category-item::before {
  content: "／";
}
.details .m-qa-item .category-item:first-child::before {
  content: initial;
}
.details .m-qa-item.new .date::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 31px;
  height: 12px;
  border-radius: 3px;
  background: url(../img/icon_new.png) center no-repeat;
  vertical-align: middle;
}
.details .m-qa-link {
  text-align: right;
}
.details .m-qa-link a {
  padding-right: 20px;
  background: url(../img/arrow.svg) right center no-repeat;
  font-size: 1.2em;
  color: #fb7974;
}
.details.no1 .m-title-inner::before {
  background-image: url(../img/failure_no1_title_bg.png);
}
.details.contracture .m-title-inner::after {
  background-image: url(../img/failure_contracture_title_bg.png);
}
.details.contracture .m-section-title {
  background-image: url(../img/failure_contracture_section_title_bg1.png);
}
.details.contracture .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_contracture_section_title_bg2.png);
}
.details.no2 .m-title-inner::before {
  background-image: url(../img/failure_no2_title_bg.png);
}
.details.stiffness .m-title-inner::after {
  background-image: url(../img/failure_stiffness_title_bg.png);
}
.details.stiffness .m-section-title {
  background-image: url(../img/failure_stiffness_section_title_bg1.png);
}
.details.stiffness .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_stiffness_section_title_bg2.png);
}
.details.no3 .m-title-inner::before {
  background-image: url(../img/failure_no3_title_bg.png);
}
.details.sore .m-title-inner::after {
  background-image: url(../img/failure_sore_title_bg.png);
}
.details.sore .m-section-title {
  background-image: url(../img/failure_sore_section_title_bg1.png);
}
.details.sore .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_sore_section_title_bg2.png);
}
.details.no4 .m-title-inner::before {
  background-image: url(../img/failure_no4_title_bg.png);
}
.details.chilly .m-title-inner::after {
  background-image: url(../img/failure_chilly_title_bg.png);
}
.details.chilly .m-section-title {
  background-image: url(../img/failure_chilly_section_title_bg1.png);
}
.details.chilly .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_chilly_section_title_bg2.png);
}
.details.no5 .m-title-inner::before {
  background-image: url(../img/failure_no5_title_bg.png);
}
.details.laterality .m-title-inner::after {
  background-image: url(../img/failure_laterality_title_bg.png);
}
.details.laterality .m-section-title {
  background-image: url(../img/failure_laterality_section_title_bg1.png);
}
.details.laterality .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_laterality_section_title_bg2.png);
}
.details.no6 .m-title-inner::before {
  background-image: url(../img/failure_no6_title_bg.png);
}
.details.examination .m-title-inner::after {
  background-image: url(../img/failure_examination_title_bg.png);
}
.details.examination .m-section-title {
  background-image: url(../img/failure_examination_section_title_bg1.png);
}
.details.examination .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_examination_section_title_bg2.png);
}
.details.no7 .m-title-inner::before {
  background-image: url(../img/failure_no7_title_bg.png);
}
.details.damage .m-title-inner::after {
  background-image: url(../img/failure_damage_title_bg.png);
}
.details.damage .m-section-title {
  background-image: url(../img/failure_damage_section_title_bg1.png);
}
.details.damage .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_damage_section_title_bg2.png);
}
.details.no8 .m-title-inner::before {
  background-image: url(../img/failure_no8_title_bg.png);
}
.details.rippling .m-title-inner::after {
  background-image: url(../img/failure_rippling_title_bg.png);
}
.details.rippling .m-section-title {
  background-image: url(../img/failure_rippling_section_title_bg1.png);
}
.details.rippling .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_rippling_section_title_bg2.png);
}
.details.no9 .m-title-inner::before {
  background-image: url(../img/failure_no9_title_bg.png);
}
.details.leak .m-title-inner::after {
  background-image: url(../img/failure_leak_title_bg.png);
}
.details.leak .m-section-title {
  background-image: url(../img/failure_leak_section_title_bg1.png);
}
.details.leak .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_leak_section_title_bg2.png);
}
.details.no10 .m-title-inner::before {
  background-image: url(../img/failure_no10_title_bg.png);
}
.details.decrease .m-title-inner::after {
  background-image: url(../img/failure_decrease_title_bg.png);
}
.details.decrease .m-section-title {
  background-image: url(../img/failure_decrease_section_title_bg1.png);
}
.details.decrease .m-section:nth-child(odd) .m-section-title {
  background-image: url(../img/failure_decrease_section_title_bg2.png);
}

.contracture .m-cause {
  width: 48%;
}
.contracture .m-cause + .m-cause {
  margin-left: 4%;
}

.stiffness .section1 .m-section-text::before {
  content: "";
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
  height: 153px;
  background: url(../img/failure_stiffness_section1_pic.jpg) center no-repeat;
}
.stiffness .m-cause {
  width: 31.3333333333%;
}
.stiffness .m-cause + .m-cause {
  margin-left: 3%;
}

.examination .section1 .m-section-text::before {
  content: "";
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
  height: 145px;
  background: url(../img/failure_examination_section1_pic.jpg) center no-repeat;
}

.rippling .section1 .m-sub-contents {
  *zoom: 1;
}
.rippling .section1 .m-sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.rippling .m-cause {
  margin-bottom: 0;
  width: 31.3333333333%;
}
.rippling .m-cause + .m-cause {
  margin-left: 3%;
}
.rippling .m-cause .title {
  display: table-cell;
  padding: 0 0 0 94px;
  height: 58px;
  background-position: left center;
  vertical-align: middle;
  text-align: left;
}
.rippling .m-cause .title .inner-text {
  padding: 0;
  border: 0;
  line-height: 1.2222222222;
  font-weight: normal;
  color: #7d7d7d;
}
.rippling .m-cause.no1 .title {
  background-image: url(../img/failure_rippling_cause_title_bg1.png);
}
.rippling .m-cause.no2 .title {
  background-image: url(../img/failure_rippling_cause_title_bg2.png);
}
.rippling .m-cause.no3 .title {
  background-image: url(../img/failure_rippling_cause_title_bg3.png);
}

.leak .section1 .m-section-table {
  margin-bottom: 30px;
  background: url(../img/failure_leak_section1_table_bg.png) right 1px bottom 1px no-repeat;
  border-collapse: separate;
  border-spacing: 1px;
}
.leak .section1 .m-section-table td {
  text-align: center;
  font-size: 1.2em;
  color: #7d7d7d;
}
.leak .section2 .m-section-text::before {
  content: "";
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
  height: 148px;
  background: url(../img/failure_leak_section2_pic.jpg) center no-repeat;
}

.decrease .section2 .m-section-text::before {
  content: "";
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
  height: 134px;
  background: url(../img/failure_decrease_section2_pic.jpg) center no-repeat;
}
.decrease .section3 .m-section-text::before {
  content: "";
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
  height: 157px;
  background: url(../img/failure_decrease_section3_pic.jpg) center no-repeat;
}