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

.l-content {
  background: #fafaf9;
}

.m-title {
  position: relative;
  overflow: hidden;
}
.m-title-inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2px 0 0;
  width: 1000px;
}
.m-title-img {
  height: 109px;
}
.m-title-lead {
  position: absolute;
  bottom: 34px;
  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-toc .title {
  margin-bottom: 20px;
}
.m-toc-list {
  padding-left: 37px;
}
.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;
}
.m-toc-item + .m-toc-item {
  margin-top: 12px;
}

.m-lead {
  position: relative;
  padding: 60px 0 50px;
}
.m-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: 1;
  width: 400%;
  background: linear-gradient(#f1f0ef, #fff);
}
.m-lead > * {
  position: relative;
  z-index: 2;
}

.m-toc a {
  font-weight: bold;
}
.m-toc a:hover > * {
  opacity: 1;
}
.m-toc a:hover > * dt,
.m-toc a:hover > * dd {
  text-decoration: underline;
}
.m-toc dt,
.m-toc dd {
  display: inline-block;
  line-height: 23px;
}
.m-toc dd {
  font-weight: normal;
}

.m-contents {
  position: relative;
  padding-bottom: 75px;
}
.m-contents > * {
  position: relative;
  z-index: 2;
}
.m-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: 1;
  width: 400%;
}
.m-contents:nth-child(even)::before {
  background: #e9e9e8;
}
.m-contents-title {
  display: table-cell;
  padding: 50px 0 75px;
  width: 762px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3571428571;
  font-size: 2.8em;
  color: #595656;
}
.m-contents-title img {
  margin-bottom: 10px;
}
.m-contents-text {
  line-height: 2;
  font-size: 1.6em;
  color: #7d7d7d;
}

.m-knowledge .m-knowledge-title + .m-sub-contents::before {
  content: "";
  display: block;
  float: right;
  margin: 0 0 20px 20px;
}
.m-knowledge.knowledge1 .m-knowledge-title + .m-sub-contents::before {
  width: 162px;
  height: 228px;
  background: url(../img/points_point1_knowledge1_pic.png) center no-repeat;
}
.m-knowledge.knowledge1 .check-list {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 6px 12px;
  width: 544px;
  border: 1px solid #fadbce;
  background: #fff;
}
.m-knowledge.knowledge1 .check-item {
  float: left;
  padding-left: 30px;
  background: url(../img/points_point1_knowledge1_check_bg.png) left center no-repeat;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.m-knowledge.knowledge1 .check-item:nth-child(odd) {
  width: 280px;
}
.m-knowledge.knowledge2 .m-knowledge-title + .m-sub-contents::before {
  width: 198px;
  height: 231px;
  background: url(../img/points_point1_knowledge2_pic.png) center no-repeat;
}
.m-knowledge.knowledge2 .m-sub-contents-pic {
  margin: 30px 0;
  text-align: center;
}
.m-knowledge.knowledge3 .m-sub-contents {
  *zoom: 1;
}
.m-knowledge.knowledge3 .m-sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.m-knowledge.knowledge3 .m-knowledge-title + .m-sub-contents::before {
  width: 198px;
  height: 184px;
  background: url(../img/points_point1_knowledge3_pic.png) center no-repeat;
}
.m-knowledge.knowledge3 .tips {
  box-sizing: border-box;
  clear: right;
  float: left;
  padding: 20px;
  width: 248px;
  height: 255px;
  border: 1px solid #fadbce;
  background: #fff;
  font-size: 1.4em;
  color: #7d7d7d;
}
.m-knowledge.knowledge3 .tips + .tips {
  margin-left: 9px;
}
.m-knowledge.knowledge3 .tips .title {
  margin-bottom: 1em;
  padding-top: 42px;
  background-position: center top;
  background-repeat: no-repeat;
  line-height: 1.4285714286;
  font-weight: bold;
}
.m-knowledge.knowledge3 .tips .contents {
  text-align: justify;
  line-height: 1.2857142857;
}
.m-knowledge.knowledge3 .tips.tips1 .title {
  background-image: url(../img/points_point1_knowledge3_tips_title_bg1.png);
}
.m-knowledge.knowledge3 .tips.tips2 .title {
  background-image: url(../img/points_point1_knowledge3_tips_title_bg2.png);
}
.m-knowledge.knowledge3 .tips.tips3 .title {
  background-image: url(../img/points_point1_knowledge3_tips_title_bg3.png);
}
.m-knowledge.knowledge3 .m-advice-text {
  float: right;
  margin-bottom: 20px;
  width: 442px;
}
.m-knowledge.knowledge3 .m-advice-pic {
  float: left;
  margin: 0;
}
.m-knowledge.knowledge3 .m-advice-link {
  float: right;
  padding: 0 3px 3px;
  width: 444px;
  background: url(../img/points_point1_knowledge3_advice_counseling-sheet_bg.png?v=2) right top no-repeat;
}

.m-sub-contents {
  margin-bottom: 50px;
}
.m-sub-contents-text {
  margin-bottom: 20px;
}
.m-sub-contents-text em {
  color: #fb7974;
}

.m-advice {
  clear: both;
  padding: 0 30px 30px;
  border-radius: 5px;
  background: #e5f3f1;
}
.m-advice {
  *zoom: 1;
}
.m-advice::after {
  content: "";
  display: table;
  clear: both;
}
.m-advice-title {
  margin-bottom: 30px;
  font-size: 16px;
  white-space: nowrap;
  color: #335250;
}
.m-advice-title::before {
  content: "：";
  margin: 0.5em;
}
.m-advice-pic {
  float: right;
  margin-left: 30px;
}
.m-advice-text {
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.m-advice-text a {
  text-decoration: underline;
  color: #fb7974;
}
.m-advice-title {
  padding: 40px 0 0 91px;
  background: url(../img/points_details_advice_bg.png) left top no-repeat;
}
.m-advice-text {
  float: left;
  width: 48%;
  text-align: justify;
}
.m-advice-text em {
  color: #fb7974;
}
.m-advice-text + .m-advice-text {
  margin-left: 4%;
}

.m-steps-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 73px;
}
.m-steps-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-steps-item .title {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #335250;
  font-size: 1.8em;
  font-weight: bold;
  color: #335250;
}
.m-steps-item .text {
  line-height: 2;
  font-size: 1.6em;
  color: #7d7d7d;
}
.m-steps-item .text::before {
  content: "";
  display: block;
  float: right;
  margin: 0 0 20px 20px;
}
.m-steps-item .text em {
  color: #fb7974;
}
.m-steps-item:nth-child(1)::before {
  width: 35px;
  height: 56px;
  background-image: url(../img/points_point1_step1_bg.png);
}
.m-steps-item:nth-child(1) .text::before {
  width: 199px;
  height: 162px;
  background-image: url(../img/points_point1_step1_pic.png);
}
.m-steps-item:nth-child(2)::before {
  width: 35px;
  height: 56px;
  background-image: url(../img/points_point1_step2_bg.png);
}
.m-steps-item:nth-child(2) .text::before {
  width: 197px;
  height: 164px;
  background-image: url(../img/points_point1_step2_pic.png);
}
.m-steps-item:nth-child(3)::before {
  width: 35px;
  height: 58px;
  background-image: url(../img/points_point1_step3_bg.png);
}
.m-steps-item:nth-child(3) .text::before {
  width: 197px;
  height: 177px;
  background-image: url(../img/points_point1_step3_pic.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;
  margin-top: 60px;
}
.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 {
  transition: opacity 0.15s linear;
  display: block;
  padding: 10px 0 10px 58px;
  background-position: 11px center;
  background-repeat: no-repeat;
  background-color: #7caaa5;
  font-size: 1.2em;
  color: #fff;
}
.s-menu-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.s-menu-item > .item-inner > .title {
  padding: 10px 0 10px 58px;
  background-position: 11px center;
  background-repeat: no-repeat;
  background-color: #7caaa5;
  cursor: pointer;
  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 > a,
.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-item.point1 > a {
  background-image: url(../img/points_sub_menu_item_bg1.png);
}
.s-menu-item.point2 > .item-inner > .title {
  background-image: url(../img/points_sub_menu_item_bg2.png);
}
.s-menu-item.point3 > a {
  background-image: url(../img/points_sub_menu_item_bg3.png);
}
.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);
}

/*----------------------------------------------------------------------
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.	ページ別個別設定
----------------------------------------------------------------------*/
body:not(.point3) .m-sub-contents-title {
  position: relative;
  margin-bottom: 30px;
}
body:not(.point3) .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;
}
body:not(.point3) .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;
}

.point1 .m-title {
  background: url(../img/points_point1_title_bg.jpg) center top no-repeat, linear-gradient(to right, #83a8a4 20%, #dbeeed 80%);
}
.point1 .m-title-inner {
  height: 250px;
}
.point1 .m-contents-title {
  background: url(../img/points_point1_knowledge1_title_bg.png) center 6px no-repeat;
}

.point2 .m-title {
  background: url(../img/points_point2_title_bg.jpg) center top no-repeat, linear-gradient(to right, #83a8a4 20%, #dbeeed 80%);
}
.point2 .m-title-inner {
  height: 244px;
}
.point2 .m-lead {
  padding-bottom: 0;
}
.point2 .m-tab-list {
  overflow: hidden;
  margin: 0 -3px;
  padding: 3px 3px 0;
}
.point2 .m-tab-list {
  *zoom: 1;
}
.point2 .m-tab-list::after {
  content: "";
  display: table;
  clear: both;
}
.point2 .m-tab-item {
  overflow: hidden;
  float: left;
  border-radius: 4px 4px 0 0;
  background-position: left top;
  background-repeat: no-repeat;
}
.point2 .m-tab-item + .m-tab-item {
  margin-left: 1px;
}
.point2 .m-tab-item a:hover > * {
  opacity: 0.5;
}
.point2 .m-tab-item.is-active {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.point2 .m-tab-item.is-active a > * {
  opacity: 0;
}
.point2 .m-tab-item.hyaluronicacid.is-active {
  background-image: url(../img/points_point2_tab_hyaluronicacid_a.png);
}
.point2 .m-tab-item.siliconbag.is-active {
  background-image: url(../img/points_point2_tab_siliconbag_a.png);
}
.point2 .m-tab-item.aquafilling.is-active {
  background-image: url(../img/points_point2_tab_aquafilling_a.png);
}
.point2 .m-tab.bottom {
  position: relative;
  padding-bottom: 50px;
}
.point2 .m-tab.bottom > * {
  position: relative;
  z-index: 2;
}
.point2 .m-tab.bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: 1;
  width: 400%;
  background: #e9e9e8;
}
.point2 .m-tab.bottom:nth-child(odd)::before {
  background: #fafaf9;
}
.point2 .m-tab.bottom .m-tab-list {
  padding: 0 3px 3px;
}
.point2 .m-tab.bottom .m-tab-item {
  border-radius: 0 0 4px 4px;
}
.point2 .m-toc {
  position: relative;
  padding: 30px 0 50px;
}
.point2 .m-toc > * {
  position: relative;
  z-index: 2;
}
.point2 .m-toc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  z-index: 1;
  width: 400%;
  background: #fafaf9;
}
.point2 .m-contents-title {
  background-position: center 6px;
  background-repeat: no-repeat;
}
.point2 .m-column {
  clear: both;
  padding: 0 30px 30px;
  border-radius: 5px;
  background: #e5f3f1;
  margin-top: 50px;
  padding-bottom: 30px;
}
.point2 .m-column-title {
  margin-bottom: 30px;
  font-size: 16px;
  white-space: nowrap;
  color: #335250;
}
.point2 .m-column-title::before {
  content: "：";
  margin: 0.5em;
}
.point2 .m-column-pic {
  float: right;
  margin-left: 30px;
}
.point2 .m-column-text {
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.point2 .m-column-text a {
  text-decoration: underline;
  color: #fb7974;
}
.point2 .m-column {
  *zoom: 1;
}
.point2 .m-column::after {
  content: "";
  display: table;
  clear: both;
}
.point2 .m-column-title {
  padding: 40px 0 0 96px;
  background: url(../img/points_point3_column_title_bg.png) left top no-repeat;
}
.point2 .m-column-text em {
  color: #fb7974;
}
.point2 .m-column-pic {
  margin: 0 0 30px 30px;
}
.point2.hyaluronicacid .m-contents-title {
  background-image: url(../img/points_point2_hyaluronicacid_contents_title_bg.png);
}
.point2.siliconbag .m-contents-title {
  background-image: url(../img/points_point2_siliconbag_contents_title_bg.png);
}
.point2.aquafilling .m-contents-title {
  background-image: url(../img/points_point2_aquafilling_contents_title_bg.png);
}

.hyaluronicacid .substance1 {
  *zoom: 1;
}
.hyaluronicacid .substance1::after {
  content: "";
  display: table;
  clear: both;
}
.hyaluronicacid .substance1 > .m-contents-text {
  margin-bottom: 50px;
}
.hyaluronicacid .substance1 .m-sub-contents {
  float: left;
  margin: 0;
  width: 242px;
  text-align: center;
}
.hyaluronicacid .substance1 .m-sub-contents + .m-sub-contents {
  margin-left: 18px;
}
.hyaluronicacid .substance1 .m-sub-contents-title {
  display: inline-block;
  margin: 0 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #335250;
  font-size: 1.8em;
  font-weight: bold;
  color: #335250;
}
.hyaluronicacid .substance1 .m-sub-contents-title::before {
  content: initial;
}
.hyaluronicacid .substance1 .m-sub-contents-lead {
  display: table-cell;
  padding-bottom: 20px;
  width: 242px;
  height: 2.4444444444em;
  vertical-align: middle;
  line-height: 1.2222222222;
  font-size: 1.8em;
  color: #7d7d7d;
}
.hyaluronicacid .substance1 .m-sub-contents-pic {
  margin-bottom: 30px;
}
.hyaluronicacid .substance1 .m-sub-contents-text {
  margin: 0;
  text-align: left;
  line-height: 1.8571428571;
  font-size: 1.4em;
}
.hyaluronicacid .substance2 .m-contents-pic {
  float: right;
  margin: 0 0 20px 20px;
}
.hyaluronicacid .substance2 .m-column-text::before {
  content: "";
  display: block;
  float: right;
  margin-left: 30px;
  width: 200px;
  height: 110px;
  background: url(../img/points_point2_hyaluronicacid_substance2_column_pic.png) center no-repeat;
}
.hyaluronicacid .substance3 {
  *zoom: 1;
}
.hyaluronicacid .substance3::after {
  content: "";
  display: table;
  clear: both;
}
.hyaluronicacid .substance3 .m-contents-title {
  margin-bottom: -20px;
  padding-bottom: 0;
}
.hyaluronicacid .substance3 .m-contents-pic {
  float: left;
  margin-top: -10px;
  shape-outside: polygon(0 0, 0 280px, 456px 280px, 150px 0);
  shape-image-threshold: 0.1;
}
.hyaluronicacid .substance3 .m-contents-text {
  margin-top: 60px;
  text-align: justify;
}
.hyaluronicacid .substance4 .m-contents-pic {
  float: left;
  margin: -90px -30px 0 0;
}

.siliconbag .substance1 .m-contents-pic {
  margin-bottom: 30px;
}
.siliconbag .substance1 .m-contents-text {
  text-align: center;
}
.siliconbag .substance2 .m-contents-text::before {
  content: "";
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  width: 172px;
  height: 302px;
  background: url(../img/points_point2_siliconbag_substance2_pic.png) center no-repeat;
}
.siliconbag .substance2 .m-column-title small {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625em;
  color: #7d7d7d;
}
.siliconbag .substance2 .m-column-text::before {
  content: "";
  display: block;
  float: right;
  margin: -20px 20px 0;
  width: 127px;
  height: 141px;
  background: url(../img/points_point2_siliconbag_substance2_column_pic.png) center no-repeat;
}
.siliconbag .substance2 .m-stage-list {
  margin-bottom: 30px;
}
.siliconbag .substance2 .m-stage-list {
  *zoom: 1;
}
.siliconbag .substance2 .m-stage-list::after {
  content: "";
  display: table;
  clear: both;
}
.siliconbag .substance2 .m-stage-item {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 84px 10px 10px;
  width: 166px;
  height: 184px;
  background-position: center 21px;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7d7d7d;
}
.siliconbag .substance2 .m-stage-item + .m-stage-item {
  margin-left: 13px;
}
.siliconbag .substance2 .m-stage-item + .m-stage-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 84px;
  left: -10px;
  width: 7px;
  height: 10px;
  background: url(../img/points_point2_siliconbag_substance2_column_stage_bg.png) center no-repeat;
}
.siliconbag .substance2 .m-stage-item.stage1 {
  background-image: url(../img/points_point2_siliconbag_substance2_column_stage1_bg.png);
}
.siliconbag .substance2 .m-stage-item.stage2 {
  background-image: url(../img/points_point2_siliconbag_substance2_column_stage2_bg.png);
}
.siliconbag .substance2 .m-stage-item.stage3 {
  background-image: url(../img/points_point2_siliconbag_substance2_column_stage3_bg.png);
}
.siliconbag .substance2 .m-stage-item.stage4 {
  background-image: url(../img/points_point2_siliconbag_substance2_column_stage4_bg.png);
}
.siliconbag .substance3 .m-contents-text {
  margin-bottom: 30px;
}
.siliconbag .substance3 .m-contents-pic {
  float: right;
  margin: 0 0 30px 30px;
}
.siliconbag .substance3 .m-column-text {
  float: left;
  width: 48%;
}
.siliconbag .substance3 .m-column-text + .m-column-text {
  margin-left: 4%;
}
.siliconbag .substance4 .m-contents-text {
  margin-bottom: 30px;
  text-align: center;
}
.siliconbag .substance4 .m-case {
  clear: both;
  padding: 0 30px 30px;
  border-radius: 5px;
  background: #e5f3f1;
}
.siliconbag .substance4 .m-case-title {
  margin-bottom: 30px;
  font-size: 16px;
  white-space: nowrap;
  color: #335250;
}
.siliconbag .substance4 .m-case-title::before {
  content: "：";
  margin: 0.5em;
}
.siliconbag .substance4 .m-case-pic {
  float: right;
  margin-left: 30px;
}
.siliconbag .substance4 .m-case-text {
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.siliconbag .substance4 .m-case-text a {
  text-decoration: underline;
  color: #fb7974;
}
.siliconbag .substance4 .m-case {
  *zoom: 1;
}
.siliconbag .substance4 .m-case::after {
  content: "";
  display: table;
  clear: both;
}
.siliconbag .substance4 .m-case-title::before {
  content: initial;
}
.siliconbag .substance4 .m-case-item {
  float: left;
  width: 222px;
}
.siliconbag .substance4 .m-case-item + .m-case-item {
  margin-left: 19px;
}
.siliconbag .substance4 .m-case-item .pic {
  margin-bottom: 10px;
}
.siliconbag .substance4 .m-case-item .text {
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.siliconbag .substance5 .m-contents-text {
  text-align: center;
}
.siliconbag .substance5 .m-contents-text em,
.siliconbag .substance5 .m-contents-text a {
  color: #fb7974;
}
.siliconbag .substance5 .m-contents-text a {
  text-decoration: underline;
}

.aquafilling .m-contents {
  *zoom: 1;
}
.aquafilling .m-contents::after {
  content: "";
  display: table;
  clear: both;
}
.aquafilling .m-sub-contents {
  float: left;
  margin: 0;
  width: 366px;
}
.aquafilling .m-sub-contents + .m-sub-contents {
  margin-left: 15px;
  padding-left: 15px;
}
.aquafilling .m-sub-contents-title {
  border-radius: 12px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6em;
  color: #7d7d7d;
}
.aquafilling .m-sub-contents-title::before {
  content: initial;
}
.aquafilling .m-sub-contents-lead {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2222222222;
  font-size: 1.8em;
  color: #335250;
}
.aquafilling .m-sub-contents-lead em {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #335250;
  font-weight: bold;
}
.aquafilling .m-general-title {
  background: #d5e7e5;
}
.aquafilling .m-general-pic {
  margin-top: -45px;
}
.aquafilling .m-actually {
  position: relative;
  z-index: 1;
}
.aquafilling .m-actually::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dotted #9fa0a0;
}
.aquafilling .m-actually-title {
  background: #eaddd6;
}
.aquafilling .m-actually-pic {
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.aquafilling .m-actually-pic .title {
  background: #fff;
  text-align: center;
  line-height: 2.25;
  font-size: 1.6em;
  color: #7d7d7d;
}
.aquafilling .m-actually-pic .contents {
  padding: 10px;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #7d7d7d;
}
.aquafilling .m-actually-pic .contents em {
  color: #fb7974;
}
.aquafilling .m-actually-pic .contents img {
  float: right;
  margin: 0 0 10px 10px;
}
.aquafilling .substance3 .m-general-pic {
  margin-top: 20px;
}

.point3 .m-title {
  background: url(../img/points_point3_title_bg.jpg) center top no-repeat, linear-gradient(to right, #83a8a4 20%, #dbeeed 80%);
}
.point3 .m-title-inner {
  height: 250px;
}
.point3 .m-contents-text {
  margin-bottom: 42px;
}
.point3 .m-contents-title {
  margin-bottom: -13px;
  background: url(../img/points_point3_contents_title_bg.png) center 6px no-repeat;
}
.point3 .m-sub-contents-title {
  display: inline-block;
  position: relative;
  z-index: 1;
  float: left;
  padding: 0 11px;
  border-radius: 8px;
  background: #fff;
  line-height: 2.8333333333;
  font-size: 1.2em;
  font-weight: bold;
  color: #7d7d7d;
}
.point3 .m-sub-contents-pic {
  clear: left;
  float: left;
}
.point3 .m-sub-contents-text {
  overflow: hidden;
  width: 200px;
}
.point3 .m-comment {
  position: relative;
  clear: both;
}
.point3 .m-comment::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #668281;
}
.point3 .m-comment-text {
  position: relative;
  z-index: 2;
  padding: 14px 130px 14px 20px;
  border-radius: 3px;
  background: #dbeeed;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #7d7d7d;
}
.point3 .m-comment-text a {
  text-decoration: underline;
  color: #fb7974;
}
.point3 .m-comment-text::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 90px;
  height: 120px;
  background: url(../img/points_point3_comment_pic.png?v=2) 0 0 no-repeat;
}
.point3 .m-crf .m-sub-contents-title {
  margin-bottom: -22px;
}
.point3 .m-crf .m-sub-contents-text {
  padding-left: 49px;
}
.point3 .m-bebra .m-sub-contents-title {
  margin-bottom: 10px;
}
.point3 .m-bebra .m-sub-contents-text {
  padding-left: 29px;
}
.point3 .m-cellture .m-sub-contents-title {
  margin-bottom: -22px;
}
.point3 .m-cellture .m-sub-contents-text {
  padding-left: 51px;
}
.point3 .m-operations .m-contents-table {
  border: 1px solid #c9c9ca;
  background: #fff;
}
.point3 .m-operations th,
.point3 .m-operations td {
  border: 1px solid #c9c9ca;
  vertical-align: middle;
  text-align: center;
}
.point3 .m-operations thead th,
.point3 .m-operations thead td {
  height: 48px;
  background: #cce2df;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #537272;
}
.point3 .m-operations thead th {
  width: 114px;
}
.point3 .m-operations tbody th,
.point3 .m-operations tbody td {
  color: #7d7d7d;
}
.point3 .m-operations tbody th {
  width: 68px;
  line-height: 1.3;
  font-size: 1em;
}
.point3 .m-operations tbody td {
  box-sizing: border-box;
  padding: 7.5px 0;
  height: 45px;
  line-height: 1.25;
  font-size: 1.2em;
}
.point3 .m-operations tbody td span {
  display: block;
  font-size: 0.8333333333em;
}
.point3 .m-operations .amount .icon {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
.point3 .m-operations .amount .icon::before, .point3 .m-operations .amount .icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  text-indent: 0;
  transform: translateX(-50%);
  font-size: 1.2em;
  color: #537272;
}
.point3 .m-operations .amount .icon::before {
  content: "★★★★★";
}
.point3 .m-operations .amount .icon::after {
  content: "☆☆☆☆☆";
}
.point3 .m-operations .amount .icon.rate2::before {
  width: 2em;
  transform: translateX(calc(-50% - 1.5em));
}
.point3 .m-operations .amount .icon.rate3::before {
  width: 3em;
  transform: translateX(calc(-50% - 1em));
}
.point3 .m-operations .amount .icon.rate4-5::before {
  width: 4.5em;
  transform: translateX(calc(-50% - 0.25em));
}
.point3 .m-operations .amount .icon.rate5::before {
  width: 5em;
  transform: translateX(-50%);
}
.point3 .m-operations .schedule td {
  vertical-align: top;
}
.point3 .m-operations .type-item {
  line-height: 1.25;
}
.point3 .m-operations .type-item + .type-item {
  margin-top: 0.5em;
}
.point3 .m-operations .schedule-item {
  line-height: 1.25;
}
.point3 .m-operations .schedule-item + .schedule-item::before {
  content: "";
  display: block;
  margin: 5px auto;
  width: 0;
  border-top: 6px solid #537272;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  text-align: center;
}
