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

File Name:
Note:

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-supervisor {
  position: relative;
  margin: 15px 0 20px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.p-supervisor a {
  color: #7f7875;
}
.p-supervisor__headline {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
}
.p-supervisor__details {
  display: flex;
  align-items: center;
}
.p-supervisor__details__pic {
  width: 70px;
  margin-right: 10px;
  background: #fff;
}
.p-supervisor__details__pic img {
  width: 100%;
  height: auto;
}
.p-supervisor__details__name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 12px;
}
.p-supervisor__details__name a:hover > * {
  opacity: 1;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 16px;
  font-weight: bold;
}
.p-supervisor__link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 12px;
}
.p-supervisor__link a {
  padding-left: 15px;
  background: url(../../../../img/arrow/arrow2.png) left center no-repeat;
}
.p-supervisor__link a:hover {
  background: url(../../../../img/arrow/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

.m-provider {
  position: relative;
  margin: 15px 0 40px;
  padding: 10px;
  background: #efece9;
  color: #7f7875;
}
.m-provider a {
  color: #7f7875;
}
.m-provider .title {
  position: absolute;
  top: 15px;
  left: 90px;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 1.3em;
  font-weight: normal;
}
.m-provider .doctor {
  display: flex;
  align-items: center;
}
.m-provider .doctor .pic {
  margin-right: 10px;
  background: #fff;
}
.m-provider .doctor .pic img {
  width: 70px;
  height: auto;
}
.m-provider .doctor .name {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 1.2em;
}
.m-provider .doctor .name .emphasis {
  font-size: 1.3333333333em;
  font-weight: bold;
}
.m-provider .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}
.m-provider .link a {
  padding-left: 15px;
  background: url(../../img/pc/arrow2.png) left center no-repeat;
}
.m-provider .link a:hover {
  background: url(../../img/pc/arrow2_h.png) left center no-repeat;
  color: #6d9dd0;
}

#profile {
  padding: 2em;
}
#profile .title {
  top: 20px;
  left: 100px;
  margin-bottom: 0.4em;
  opacity: 0.8;
  font-size: 1em;
}
#profile .doctor {
  margin-bottom: 1.4em;
}
#profile .doctor .name {
  margin-top: 1em;
}
#profile .doctor .name .emphasis {
  margin-top: 0.7em;
  font-size: 15px;
}
#profile .doctor .name .position {
  font-size: 1.25em;
}
#profile .doctor .name .position .job-title {
  display: block;
  margin-top: 0.7em;
  opacity: 0.9;
  font-size: 12px;
}
#profile .introduction,
#profile .license,
#profile .society,
#profile .history {
  text-align: justify;
  line-height: 1.7;
  font-size: 1.25em;
}
#profile .introduction a,
#profile .license a,
#profile .society a,
#profile .history a {
  color: #6d9dd0;
}
#profile .introduction {
  margin-bottom: 0.8em;
}
#profile .license {
  margin-top: 0.8em;
}
#profile .society {
  margin-top: 0.8em;
}

.f-imp {
  padding-top: 40px;
}
.f-imp__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  color: #595656;
}
.f-imp__text {
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 12px;
  color: #7f7875;
}
.f-imp-doctor {
  margin-bottom: 60px;
}
.f-imp-doctor__box__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.f-imp-doctor__box + .f-imp-doctor__box {
  margin-top: 40px;
}

.m-contents a {
  color: #6d9cd0;
}
.m-contents .link a:hover {
  text-decoration: none;
}

.c-button a {
  color: #fff;
}
.c-button a:hover {
  text-decoration: none;
}
.c-button a:hover > * {
  opacity: 1;
}
.c-button.line a:hover .inner-text::before, .c-button.line:hover a .inner-text::before {
  background-image: url(../../../../img/arrow/arrow16_h.png);
}
.c-button.line .inner-text::after {
  position: static;
  background-image: url(../../../../img/qa_line.png);
}

.m-feature .anchor-item a:hover {
  text-decoration: none;
  color: #ed7b74;
}
.m-feature .anchor-item a:hover > * {
  opacity: 1;
}

.notice-tax {
  margin-bottom: 30px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #ed7b74;
  width: auto;
}

#price.m-price #counseling dd small {
  width: auto;
}

.m-price .m-sub-contents > * {
  margin-right: 0;
  margin-left: 0;
}
.m-price > .link {
  margin-bottom: 30px;
}
.m-price .pagetop {
  display: none;
}

.m-monitor .ugc {
  margin: 20px 0;
  text-align: center;
}
.m-monitor #campaignlist > li {
  margin-bottom: 10px;
  border: 1px solid #baafa6;
}
.m-monitor #campaignlist > li .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1;
}
.m-monitor #campaignlist > li .title a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.m-monitor #campaignlist > li .title a:hover img {
  opacity: 0.5;
}
.m-monitor #campaignlist .table {
  padding: 2px;
  background: #f2efed;
}
.m-monitor #campaignlist .table .title,
.m-monitor #campaignlist .table p,
.m-monitor #campaignlist .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.m-monitor #campaignlist .table .title {
  padding: 3px 0 3px 3px;
  width: 531px;
  text-align: left;
}
.m-monitor #campaignlist .table .title-inner {
  display: table-cell;
  padding: 10px 0 7px 17px;
  height: 44px;
  border-left: 4px solid #ec7c78;
  vertical-align: middle;
}
.m-monitor #campaignlist .table .title-inner .course-title {
  display: block;
  padding-bottom: 4px;
  width: 380px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: normal;
  color: #7f7875;
}
.m-monitor #campaignlist .table .title-inner .ref {
  display: block;
  padding: 0 0 3px;
  width: auto;
  background: none;
  text-align: left;
  font-size: 12px;
}
.m-monitor #campaignlist .table .title-inner .price {
  padding: 0;
  width: auto;
  background: none;
  text-align: left;
  font-size: 14px;
}
.m-monitor #campaignlist .table.capacity .title-inner {
  height: 56px;
}
.m-monitor #campaignlist .table p,
.m-monitor #campaignlist .table ol {
  padding: 0 9px;
  width: 126px;
  background: #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .table a {
  text-decoration: none;
  color: #ec7c78;
}
.m-monitor #campaignlist .table em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.m-monitor #campaignlist .discount ol li:first-child {
  margin-bottom: 6px;
  padding-bottom: 10px;
  background: url(../../../../img/arrow/arrow13.png) 63px 18px no-repeat;
}
.m-monitor #campaignlist .discount ol li.double {
  background: url(../../../../img/arrow/arrow13.png) 63px 34px no-repeat;
}
.m-monitor #campaignlist .discount ol em {
  font-size: 1.1666666667em;
}
.m-monitor #campaignlist {
  /* $discount: sprite-map('discount/*.png'); */
  /* $discount-img: sprite-url($discount); */
}
.m-monitor #campaignlist .badge .title {
  padding-right: 58px;
  width: 482px;
}
.m-monitor #campaignlist .badge p,
.m-monitor #campaignlist .badge ol {
  padding-left: 0;
}
.m-monitor #campaignlist .badge50 .title {
  background: url(../../../../img/discount/badge50.png) right center no-repeat, url(../../../../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.m-monitor #campaignlist .badge40 .title {
  background: url(../../../../img/discount/badge40.png) right center no-repeat, url(../../../../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.m-monitor #campaignlist .badge33 .title {
  background: url(../../../../img/discount/badge33.png) right center no-repeat, url(../../../../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.m-monitor #campaignlist .badge30 .title {
  background: url(../../../../img/discount/badge30.png) right center no-repeat, url(../../../../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.m-monitor #campaignlist .badge25 .title {
  background: url(../../../../img/discount/badge25.png) right center no-repeat, url(../../../../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.m-monitor #campaignlist .badge20 .title {
  background: url(../../../../img/discount/badge20.png) right center no-repeat, url(../../../../img/price_campaign_badge_bg.gif) right top repeat-y;
}
.m-monitor #campaignlist .capacity section {
  position: relative;
}
.m-monitor #campaignlist .capacity p,
.m-monitor #campaignlist .capacity ol {
  padding: 7px 9px 20px;
}
.m-monitor #campaignlist .capacity p em,
.m-monitor #campaignlist .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.m-monitor #campaignlist .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  background: #ec7c78;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.m-monitor #campaignlist .folding .title a {
  cursor: pointer;
}
.m-monitor #campaignlist .folding .wrapper {
  display: none;
  border-top: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .wrapper > div {
  border-top: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .wrapper > div:first-child {
  border-top: 0;
}
.m-monitor #campaignlist .folding .wrapper .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.m-monitor #campaignlist .folding .wrapper .title span {
  display: block;
  padding-left: 13px;
  background: url(../../../../img/operation_campaign_title_bg.gif) left top repeat-x;
  line-height: 26px;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .wrapper .option {
  border: 0;
}
.m-monitor #campaignlist .folding .lead {
  padding: 15px 30px;
}
.m-monitor #campaignlist .folding .lead p {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding div.price table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding div.price table thead td {
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding div.price table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding div.price table tbody th,
.m-monitor #campaignlist .folding div.price table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding div.price table tbody tr.separate th,
.m-monitor #campaignlist .folding div.price table tbody tr.separate td {
  border-bottom-style: solid;
}
.m-monitor #campaignlist .folding div.price table tbody tr:last-child th,
.m-monitor #campaignlist .folding div.price table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding div.price table tbody td {
  line-height: 24px;
}
.m-monitor #campaignlist .folding div.price table thead th,
.m-monitor #campaignlist .folding div.price table thead td {
  height: 33px;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding div.price table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.m-monitor #campaignlist .folding div.price table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding div.price table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.m-monitor #campaignlist .folding div.price table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.m-monitor #campaignlist .folding div.price table tbody tr:nth-child(even) th,
.m-monitor #campaignlist .folding div.price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.m-monitor #campaignlist .folding div.price table tbody th,
.m-monitor #campaignlist .folding div.price table tbody td {
  line-height: 16/12;
}
.m-monitor #campaignlist .folding div.price table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../../../../img/arrow/arrow.png) 5px center no-repeat;
}
.m-monitor #campaignlist .folding div.price table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.m-monitor #campaignlist .folding div.price table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.m-monitor #campaignlist .folding div.price table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding div.price table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.m-monitor #campaignlist .folding div.price table tfoot td {
  padding: 10px 15px;
}
.m-monitor #campaignlist .folding div.price table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.m-monitor #campaignlist .folding div.price table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.m-monitor #campaignlist .folding div.price table tfoot .inclusion-item .price {
  order: 3;
}
.m-monitor #campaignlist .folding div.price table thead th {
  line-height: 16px;
}
.m-monitor #campaignlist .folding div.price table thead th .tax-include,
.m-monitor #campaignlist .folding div.price table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.m-monitor #campaignlist .folding div.price table thead th a {
  padding-left: 15px;
  background: url(../../../../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding div.price table thead th a:hover {
  background-image: url(../../../../img/arrow/arrow2_h.png);
}
.m-monitor #campaignlist .folding div.price table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.m-monitor #campaignlist .folding div.price table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../../../../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.m-monitor #campaignlist .folding div.price table thead .icon.question .text {
  display: none;
}
.m-monitor #campaignlist .folding div.price table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.m-monitor #campaignlist .folding div.price table thead .icon.question:hover .text, .m-monitor #campaignlist .folding div.price table thead .icon.question:hover::after {
  position: absolute;
}
.m-monitor #campaignlist .folding div.price table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding div.price table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.m-monitor #campaignlist .folding div.price table tbody th {
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding div.price table tbody td {
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding div.price table tbody td .price + .reduce ol {
  text-align: right;
}
.m-monitor #campaignlist .folding div.price table tbody td .reduce ol li > span {
  display: inline;
}
.m-monitor #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.m-monitor #campaignlist .folding div.price table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.m-monitor #campaignlist .folding div.price table {
  margin-bottom: 12px;
}
.m-monitor #campaignlist .folding div.price table thead td {
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding div.price table thead th {
  height: 33px;
  border-top: 0;
  border-right: 0;
}
.m-monitor #campaignlist .folding div.price table tbody th,
.m-monitor #campaignlist .folding div.price table tbody td {
  border-left: 0;
}
.m-monitor #campaignlist .folding div.price table:last-child {
  border-bottom: 0;
}
.m-monitor #campaignlist .folding div.price table:last-child tbody tr:last-child th,
.m-monitor #campaignlist .folding div.price table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.m-monitor #campaignlist .folding div.price ul {
  margin: 0 0 12px 15px;
}
.m-monitor #campaignlist .folding div.price li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding div.price .multiple {
  margin: 10px 0;
  width: 652px;
}
.m-monitor #campaignlist .folding div.price .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.m-monitor #campaignlist .folding div.price .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.m-monitor #campaignlist .folding div.price .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.m-monitor #campaignlist .folding div.price .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info {
  margin-top: 12px;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info ul {
  display: flow-root;
  margin-left: 0;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info li a:hover {
  opacity: 0;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../../../../img/sprite/hover/button/button_counseling_h.png);
}
.m-monitor #campaignlist .folding div.price .multiple dl .info .mail {
  background-image: url(../../../../img/sprite/hover/button/button_mail_h.png);
}
.m-monitor #campaignlist .folding div.price small {
  font-size: 1em;
}
.m-monitor #campaignlist .folding div.price small, .m-monitor #campaignlist .folding div.price small::before {
  content: "※";
}
.m-monitor #campaignlist .folding div.price small .before, .m-monitor #campaignlist .folding div.price small::before {
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .option {
  margin: 0;
  border: 0;
}
.m-monitor #campaignlist .folding .option .title {
  display: flow-root;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .option .title > * {
  float: left;
}
.m-monitor #campaignlist .folding .option .title-img {
  margin-right: 10px;
}
.m-monitor #campaignlist .folding .option .title-text {
  padding-right: 24px;
  background: url(../../../../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.m-monitor #campaignlist .folding .option table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .option table thead td {
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .option table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding .option table tbody th,
.m-monitor #campaignlist .folding .option table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .option table tbody tr.separate th,
.m-monitor #campaignlist .folding .option table tbody tr.separate td {
  border-bottom-style: solid;
}
.m-monitor #campaignlist .folding .option table tbody tr:last-child th,
.m-monitor #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .option table tbody td {
  line-height: 24px;
}
.m-monitor #campaignlist .folding .option table thead th,
.m-monitor #campaignlist .folding .option table thead td {
  height: 33px;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding .option table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .option table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding .option table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.m-monitor #campaignlist .folding .option table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .option table tbody tr:nth-child(even) th,
.m-monitor #campaignlist .folding .option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.m-monitor #campaignlist .folding .option table tbody th,
.m-monitor #campaignlist .folding .option table tbody td {
  line-height: 16/12;
}
.m-monitor #campaignlist .folding .option table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../../../../img/arrow/arrow.png) 5px center no-repeat;
}
.m-monitor #campaignlist .folding .option table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .option table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.m-monitor #campaignlist .folding .option table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding .option table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.m-monitor #campaignlist .folding .option table tfoot td {
  padding: 10px 15px;
}
.m-monitor #campaignlist .folding .option table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.m-monitor #campaignlist .folding .option table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.m-monitor #campaignlist .folding .option table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-monitor #campaignlist .folding .option table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.m-monitor #campaignlist .folding .option table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.m-monitor #campaignlist .folding .option table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.m-monitor #campaignlist .folding .option table tfoot .inclusion-item .price {
  order: 3;
}
.m-monitor #campaignlist .folding .option table thead th {
  line-height: 16px;
}
.m-monitor #campaignlist .folding .option table thead th .tax-include,
.m-monitor #campaignlist .folding .option table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.m-monitor #campaignlist .folding .option table thead th a {
  padding-left: 15px;
  background: url(../../../../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .option table thead th a:hover {
  background-image: url(../../../../img/arrow/arrow2_h.png);
}
.m-monitor #campaignlist .folding .option table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.m-monitor #campaignlist .folding .option table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../../../../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.m-monitor #campaignlist .folding .option table thead .icon.question .text {
  display: none;
}
.m-monitor #campaignlist .folding .option table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.m-monitor #campaignlist .folding .option table thead .icon.question:hover .text, .m-monitor #campaignlist .folding .option table thead .icon.question:hover::after {
  position: absolute;
}
.m-monitor #campaignlist .folding .option table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding .option table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.m-monitor #campaignlist .folding .option table tbody th {
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding .option table tbody td {
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding .option table tbody td .price + .reduce ol {
  text-align: right;
}
.m-monitor #campaignlist .folding .option table tbody td .reduce ol li > span {
  display: inline;
}
.m-monitor #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.m-monitor #campaignlist .folding .option table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.m-monitor #campaignlist .folding .option table {
  border-bottom: 0;
}
.m-monitor #campaignlist .folding .option table thead th {
  border-right: 0;
  background-color: #f2efed;
}
.m-monitor #campaignlist .folding .option table thead th:first-child {
  padding-left: 6px;
  width: auto;
  border-left: 0;
  text-align: left;
}
.m-monitor #campaignlist .folding .option table thead span {
  display: block;
  padding-left: 12px;
  line-height: 34px;
}
.m-monitor #campaignlist .folding .option table tbody th {
  border-left: 0;
}
.m-monitor #campaignlist .folding .option table tbody td {
  border-right: 0;
}
.m-monitor #campaignlist .folding .option table tbody tr:last-child th,
.m-monitor #campaignlist .folding .option table tbody tr:last-child td {
  border-bottom: 0;
}
.m-monitor #campaignlist .folding .summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.m-monitor #campaignlist .folding .summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.m-monitor #campaignlist .folding .summary table tbody th,
.m-monitor #campaignlist .folding .summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .summary table tbody tr.separate th,
.m-monitor #campaignlist .folding .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.m-monitor #campaignlist .folding .summary table tbody tr:last-child th,
.m-monitor #campaignlist .folding .summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .summary table tbody td {
  line-height: 24px;
}
.m-monitor #campaignlist .folding .summary table {
  border: 1px solid #fff;
}
.m-monitor #campaignlist .folding .summary table tbody th,
.m-monitor #campaignlist .folding .summary table tbody td,
.m-monitor #campaignlist .folding .summary table tbody tr:last-child th,
.m-monitor #campaignlist .folding .summary table tbody tr:last-child td {
  border: 0;
}
.m-monitor #campaignlist .folding .summary table tbody th {
  width: 116px;
  border-bottom: 1px solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.5;
}
.m-monitor #campaignlist .folding .summary table tbody td {
  padding: 22px;
  border-bottom: 1px dotted #baafa6;
}
.m-monitor #campaignlist .folding .summary table tbody .contents ul {
  margin: 0;
}
.m-monitor #campaignlist .folding .summary table tbody .contents li {
  margin-bottom: 21px;
  font-size: 1em;
}
.m-monitor #campaignlist .folding .summary table tbody .contents li li {
  margin: 0;
}
.m-monitor #campaignlist .folding .summary table tbody .contents li:last-child {
  margin-bottom: 0;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dt {
  margin-bottom: 11px;
  padding: 6px 0 6px 16px;
  background: #f2efed;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd {
  margin-right: 16px;
  margin-left: 16px;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd dt,
.m-monitor #campaignlist .folding .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  line-height: 1.6666666667;
  font-weight: normal;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd dt {
  margin-right: 10px;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price {
  padding-bottom: 5px;
  border-bottom: 1px solid #baafa6;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul {
  width: 100%;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li {
  width: 100%;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl {
  display: flex;
  width: 100%;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > * {
  margin-bottom: 0;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price > ul > li dl > dd {
  flex: 1;
  margin: 0;
  text-align: right;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price dd > span {
  display: none;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price + .reduce {
  padding-top: 5px;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.price + .reduce > ol {
  text-align: right;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6666666667;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li > span {
  font-size: 0.6em;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li:first-child::after {
  content: "→";
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.m-monitor #campaignlist .folding .summary table tbody .contents dd.reduce em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .summary table tbody .operation_place li {
  line-height: 1.5;
}
.m-monitor #campaignlist .folding .summary table tbody .conditions li {
  padding-left: 15px;
  background: url(../../../../img/arrow/arrow5.png) left 4px no-repeat;
  line-height: 1.5;
}
.m-monitor #campaignlist .folding .summary table tbody .conditions li em {
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .summary table tbody .flow li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 12px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
}
.m-monitor #campaignlist .folding .summary table tbody .flow li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 8px;
  height: 8px;
  background: url(../../../../img/arrow/arrow6.png) 0 0 no-repeat;
}
.m-monitor #campaignlist .folding .summary table tbody .flow li span {
  font-size: 0.8333333333em;
}
.m-monitor #campaignlist .folding .summary table tbody .flow li small {
  margin-left: 1em;
  font-size: 1em;
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(1) {
  background-image: url(../../../../img/sprite/num/price-no1.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(2) {
  background-image: url(../../../../img/sprite/num/price-no2.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(3) {
  background-image: url(../../../../img/sprite/num/price-no3.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(4) {
  background-image: url(../../../../img/sprite/num/price-no4.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(5) {
  background-image: url(../../../../img/sprite/num/price-no5.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(6) {
  background-image: url(../../../../img/sprite/num/price-no6.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(7) {
  background-image: url(../../../../img/sprite/num/price-no7.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:nth-child(8) {
  background-image: url(../../../../img/sprite/num/price-no8.png);
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.m-monitor #campaignlist .folding .summary table tbody .flow li:last-child::before {
  content: initial;
}
.m-monitor #campaignlist .folding .summary table tbody .tel dt,
.m-monitor #campaignlist .folding .summary table tbody .tel dd {
  display: inline;
  line-height: 28px;
}
.m-monitor #campaignlist .folding .summary table tbody .tel dt {
  display: inline-block;
  width: 5em;
  font-size: 1.1666666667em;
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .summary table tbody .tel dd:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .summary table tbody .net p,
.m-monitor #campaignlist .folding .summary table tbody .net li {
  line-height: 1.5;
}
.m-monitor #campaignlist .folding .summary table tbody .net small {
  font-size: 1em;
}
.m-monitor #campaignlist .folding .summary table tbody .net em {
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .summary table tbody .net p {
  margin-bottom: 12px;
}
.m-monitor #campaignlist .folding .summary table tbody .net ul {
  margin-bottom: 15px;
}
.m-monitor #campaignlist .folding .summary table tbody .net li {
  margin-left: 2em;
  list-style-type: disc;
  color: #ec7c78;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form {
  display: flow-root;
  margin: 0;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a {
  width: 206px;
  height: 55px;
  box-sizing: border-box;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::before, .m-monitor #campaignlist .folding .summary table tbody .net .form .c-button a .inner-text::after {
  right: 4px;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form .c-button.net a {
  display: flex;
  align-items: center;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form .c-button.net a::after {
  content: none;
}
.m-monitor #campaignlist .folding .summary table tbody .net .form .c-button.net .inner-text {
  line-height: 1.4;
}
.m-monitor #campaignlist .exo .summary table tbody th {
  border-bottom: 1px dotted #baafa6;
}
.m-monitor #campaignlist .new .title a::after {
  content: "";
  display: block;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
}
.m-monitor #campaignlist .new.monitor .title a::after {
  background-image: url(../../../../img/campaignlist_monitor_title_bg.png);
}
.m-monitor #campaignlist .new.monitor.is-open .title a::after {
  background-image: url(../../../../img/campaignlist_monitor_title_bg_a.png);
}
.m-monitor #campaignlist .new.campaign .title a::after {
  background-image: url(../../../../img/campaignlist_campaign_title_bg.png);
}
.m-monitor #campaignlist .new.campaign.is-open .title a::after {
  background-image: url(../../../../img/campaignlist_campaign_title_bg_a.png);
}
.m-monitor body.botox #campaignlist .no1 .price table, .m-monitor body.bnls #campaignlist .no1 .price table {
  margin-bottom: 0;
}
.m-monitor body.ultraaccent #campaignlist .no2 .price table {
  margin-bottom: 0;
}
.m-monitor body.ultraaccent #campaignlist .no2 .price ul {
  margin-top: 15px;
}
.m-monitor .campaign-contents a:hover > * {
  opacity: 1;
}
.m-monitor #campaignlist {
  margin-bottom: 40px;
}
.m-monitor #campaignlist .folding div.price table,
.m-monitor #campaignlist .folding .option table,
.m-monitor #campaignlist .folding .summary table {
  width: 100%;
}
.m-monitor #campaignlist .folding .wrapper {
  display: none;
}
.m-monitor #campaignlist .folding div.price .multiple dl .info .mail {
  background-position: 0 -299px;
}
.m-monitor #campaignlist .folding .wrapper .details .summary .contents > td > ul > li:last-child .case-item:nth-last-child(2), .m-monitor #campaignlist .folding .wrapper .details .summary .contents > td > ul > li:last-child .case-item:last-child {
  margin-bottom: 8px;
}
.m-monitor #campaignlist .folding .wrapper .details .summary .contents .case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 16px 0;
}
.m-monitor #campaignlist .folding .wrapper .details .summary .contents .case-item {
  margin-bottom: 19px;
  width: 240px;
}
.m-monitor #campaignlist .folding .wrapper .details .summary .contents .case-item figure {
  margin: 0;
}
.m-monitor #campaignlist .folding .wrapper .details .summary .contents .case-item img {
  width: 100%;
  height: auto;
}
.m-monitor #campaignlist .folding .wrapper .details .summary .contents .case-item figcaption {
  margin-top: 8px;
  font-size: 0.8333333333em;
}
.m-monitor #campaignlist .folding .folding-contents .price table tbody td:last-child {
  border-right: 0;
}
.m-monitor #campaignlist .folding .folding-contents .option table {
  margin-bottom: 0;
}
.m-monitor .folding-contents table li {
  margin-left: 0;
  list-style-type: none;
  line-height: 1;
}
.m-monitor .folding-contents table thead td:first-child {
  border-top: 0;
  border-left: 0;
}
.m-monitor .folding-contents table thead th {
  font-size: 1em;
}
.m-monitor .folding-contents table tbody th {
  padding-right: 0;
  padding-left: 0;
  font-weight: normal;
}
.m-monitor .lp-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-monitor .lp-banner-item {
  flex-basis: 345px;
  margin-bottom: 15px;
}
.m-monitor .lp-banner-item img {
  width: 100%;
  height: auto;
}
.m-monitor .lp-banner {
  margin-bottom: 30px;
}
.m-monitor .lp-banner-list {
  gap: 15px;
}
.m-monitor .lp-banner-item {
  margin-bottom: 0;
  flex-basis: 334px;
}

.m-banner a:hover > * {
  opacity: 0.5;
}

.m-flow #details > ol {
  margin: 0 10px;
}
.m-flow #details > ol > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 202px;
  border-bottom: 1px dotted #baafa6;
  background-position: left 46px;
  background-repeat: no-repeat;
}
.m-flow #details > ol > li:nth-child(1) {
  background-image: url(../../../../img/operation_flow_bg1.jpg?v=2);
}
.m-flow #details > ol > li:nth-child(2) {
  background-image: url(../../../../img/operation_flow_bg2.jpg?v=2);
}
.m-flow #details > ol > li:nth-child(3) {
  background-image: url(../../../../img/operation_flow_bg3.jpg?v=2);
}
.m-flow #details > ol > li:nth-child(4) {
  background-image: url(../../../../img/operation_flow_bg4.jpg?v=2);
}
.m-flow #details > ol > li:nth-child(5) {
  background-image: url(../../../../img/operation_flow_bg5.jpg?v=2);
}
.m-flow #details > ol > li:nth-child(6) {
  background-image: url(../../../../img/operation_flow_bg6.jpg?v=2);
}
.m-flow #details > ol > li:nth-child(7) {
  background-image: url(../../../../img/operation_flow_bg7.jpg?v=2);
}
.m-flow #details > ol > li:first-child .title {
  letter-spacing: 0.5em;
}
.m-flow #details > ol > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.m-flow #details > ol > li li {
  margin: 0;
  padding: 0;
  min-height: 1px;
  border: 0;
  color: #7f7875;
}
.m-flow #details > ol > li section * {
  margin-left: 242px;
}
.m-flow #details > ol > li section * * {
  margin: 0;
}
.m-flow #details > ol > li .title {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  border: 0;
  background: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 32px;
  font-size: 1.6em;
  font-weight: bold;
  color: #b3a79c;
}
.m-flow #details > ol > li:nth-child(1) .title {
  background-image: url(../../../../img/sprite/num/flow-no1.png);
}
.m-flow #details > ol > li:nth-child(2) .title {
  background-image: url(../../../../img/sprite/num/flow-no2.png);
}
.m-flow #details > ol > li:nth-child(3) .title {
  background-image: url(../../../../img/sprite/num/flow-no3.png);
}
.m-flow #details > ol > li:nth-child(4) .title {
  background-image: url(../../../../img/sprite/num/flow-no4.png);
}
.m-flow #details > ol > li:nth-child(5) .title {
  background-image: url(../../../../img/sprite/num/flow-no5.png);
}
.m-flow #details > ol > li:nth-child(6) .title {
  background-image: url(../../../../img/sprite/num/flow-no6.png);
}
.m-flow #details > ol > li:nth-child(7) .title {
  background-image: url(../../../../img/sprite/num/flow-no7.png);
}
.m-flow #details > ol > li:nth-child(8) .title {
  background-image: url(../../../../img/sprite/num/flow-no8.png);
}
.m-flow #details p {
  margin-bottom: 15px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.m-flow #details ul {
  margin-top: 22px;
  margin-bottom: 22px;
}
.m-flow #details ul li:nth-child(n) {
  margin-left: 10px;
  padding-left: 15px;
  background: url(../../../../img/list_bg.gif) left center no-repeat;
  line-height: 2;
  font-size: 1.2em;
}
.m-flow #details .info, .m-flow #details li:nth-child(1) ul {
  margin-bottom: 0;
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.m-flow #details .info li, .m-flow #details li:nth-child(1) ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #baafa6;
  background-position: 41px 11px;
  background-repeat: no-repeat;
  font-size: 1em;
}
.m-flow #details .info li:nth-child(1), .m-flow #details li:nth-child(1) ul li:nth-child(1) {
  background-image: url(../../../../img/sprite/info/flow-net.png);
}
.m-flow #details .info li:nth-child(2), .m-flow #details li:nth-child(1) ul li:nth-child(2) {
  background-image: url(../../../../img/sprite/info/flow-tel.png);
}
.m-flow #details .info dl, .m-flow #details li:nth-child(1) ul dl {
  margin-left: 151px;
  padding: 0 0 0 41px;
  border-left: 1px dotted #baafa6;
  background: #f2efed;
}
.m-flow #details .info .net dl, .m-flow #details li:nth-child(1) ul .net dl {
  padding-top: 19px;
  padding-bottom: 20px;
}
.m-flow #details .info .net dt, .m-flow #details li:nth-child(1) ul .net dt {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.m-flow #details .info .net dd, .m-flow #details li:nth-child(1) ul .net dd {
  display: block;
}
.m-flow #details .info .net dd .c-button a, .m-flow #details li:nth-child(1) ul .net dd .c-button a {
  width: 206px;
  box-sizing: border-box;
}
.m-flow #details .info .net dd .c-button a .inner-text, .m-flow #details li:nth-child(1) ul .net dd .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.m-flow #details .info .net dd .c-button a .inner-text::before, .m-flow #details .info .net dd .c-button a .inner-text::after, .m-flow #details li:nth-child(1) ul .net dd .c-button a .inner-text::before, .m-flow #details li:nth-child(1) ul .net dd .c-button a .inner-text::after {
  right: 4px;
}
.m-flow #details .info .tel dl, .m-flow #details li:nth-child(1) ul .tel dl {
  padding-top: 21px;
  padding-bottom: 20px;
}
.m-flow #details .info .tel dl dt, .m-flow #details li:nth-child(1) ul .tel dl dt {
  margin-bottom: 5px;
}
.m-flow #details .info .tel dl dt a, .m-flow #details li:nth-child(1) ul .tel dl dt a {
  color: #7f7875;
}
.m-flow #details .info .tel dl dt img, .m-flow #details li:nth-child(1) ul .tel dl dt img {
  margin-bottom: 8px;
}
.m-flow #details .info .tel dl dl, .m-flow #details li:nth-child(1) ul .tel dl dl {
  margin: 0;
  padding: 0;
  border: 0;
}
.m-flow #details .info .tel dl dl dt,
.m-flow #details .info .tel dl dl dd, .m-flow #details li:nth-child(1) ul .tel dl dl dt,
.m-flow #details li:nth-child(1) ul .tel dl dl dd {
  display: inline;
}
.m-flow #details .info .tel dl dl dt,
.m-flow #details .info .tel dl dl em, .m-flow #details li:nth-child(1) ul .tel dl dl dt,
.m-flow #details li:nth-child(1) ul .tel dl dl em {
  font-weight: bold;
}
.m-flow #details #oneday {
  margin-bottom: 0;
  border: 1px solid #baafa6;
}
.m-flow #details #previousday {
  border: 1px solid #baafa6;
}
.m-flow #details #previousday .title,
.m-flow #details #previousday p {
  display: table-cell;
  vertical-align: middle;
}
.m-flow #details #previousday .title {
  padding: 0;
  width: 151px;
  border-right: 1px dotted #baafa6;
  background: none;
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  font-weight: normal;
}
.m-flow #details #previousday p {
  padding: 15px 20px;
  background: #f2efed;
  line-height: 1.6666666667;
}
.m-flow #details ol li:last-child .info {
  margin-top: 22px;
  padding-bottom: 17px;
  border: none;
}
.m-flow #details ol li:last-child .info__title {
  margin-bottom: 13px;
  padding: 8px 10px;
  background: #d3cbc5;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7f7875;
}
.m-flow #details {
  margin-right: 0;
  margin-left: 0;
}
.m-flow #details #order {
  text-align: center;
}
.m-flow #details #oneday a {
  padding: 0;
  background: 0;
}
.m-flow #details #oneday a:hover > * {
  opacity: 0.5;
}

.m-faq-list {
  margin-bottom: 40px;
}
.m-faq-list .faq-item .answer.answer {
  padding-right: 20px;
}
.m-faq .c-button {
  margin-top: 40px;
  text-align: right;
}

.m-doctor table {
  margin-right: 0;
  margin-left: 0;
}

.p-reference__item a {
  color: #6d9cd0;
}

.m-operations a {
  color: #7e7774;
}
/*# sourceMappingURL=old-contents-common.css.map */
