@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
全ページ共通
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
title
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
card
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
button
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
pagination
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
search
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
link
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
other
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: qa.scss
Note: ドクター用 SCSS ファイル

Created By		Kosuke Inoue

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.	elements
4.	parts
5.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

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

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: none;
}

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.	elements
----------------------------------------------------------------------*/
body.hidden {
  overflow: hidden;
  width: 100%;
  overflow-x: hidden;
}

.l-container.noscroll {
  position: fixed !important;
  width: 100%;
}
body > .l-container {
  height: auto;
}

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.noscroll .headroom {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.headroom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.headroom.headroom--not-top {
  position: fixed;
  z-index: 10;
}
.headroom.headroom--not-top.animated {
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.headroom.headroom--not-top.animated.pin {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  position: absolute;
}
.headroom.headroom--not-top.animated.pin.slideDown {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  position: absolute;
}
.headroom.headroom--not-top.animated.pin.slideDown.outreturn {
  -moz-animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  position: fixed;
}
.headroom.headroom--not-top.animated.up {
  position: fixed;
}
.headroom.headroom--not-top.animated.slideDown {
  -moz-animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.headroom.headroom--not-top.animated.slideUp {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  position: absolute;
}
.headroom.headroom--not-top.animated.slideUp.up {
  -moz-animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  position: fixed;
}
.headroom.headroom--not-top.animated.after {
  position: fixed;
}
.headroom.headroom--not-top.animated.slideDown.stop, .headroom.headroom--not-top.animated.slideUp.stop {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
}

.container {
  position: relative;
  min-width: 1080px;
}
.container > * {
  position: relative;
  z-index: 1;
}
.container::before, .container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 250px;
}
.container::before {
  left: 0;
  background-color: #ddd;
}
.container::after {
  right: 0;
  background-color: #c4c4c4;
}

.top-text {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin-left: -540px;
  padding: 5px 0;
  width: 1080px;
  text-align: right;
  line-height: 1;
}

.header {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  padding: 15px 0 0;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
}
.header::after {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD15E98', endColorstr='#FF2EBDCD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxNWU5OCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjM2M3M2QxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmViZGNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #d15e98 0%, #3c73d1 50%, #2ebdcd 100%);
  background-image: -webkit-linear-gradient(left, #d15e98 0%, #3c73d1 50%, #2ebdcd 100%);
  background-image: linear-gradient(to right, #d15e98 0%, #3c73d1 50%, #2ebdcd 100%);
  background-color: #d15e98;
  content: '';
  display: block;
  width: 100%;
  height: 10px;
}
.header-text {
  padding: 4px 0;
  text-align: right;
  font-size: 10px;
}
.header-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 1080px;
}
.header-inner:after {
  content: "";
  display: table;
  clear: both;
}
.header-contents {
  float: left;
  padding-bottom: 15px;
  width: 132px;
}
.header-contents .logo a > * {
  transition: opacity 0.15s linear;
}
.header-contents .logo a:hover img {
  opacity: 0.5;
}
.header .gnavi {
  float: right;
  width: 740px;
}

.main {
  float: left;
  width: 770px;
}

.sub {
  float: right;
  margin-top: 335px;
  width: 260px;
}
.sub-list::before {
  content: '';
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.3);
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.sub-item {
  border-bottom: 1px solid rgba(120, 120, 120, 0.3);
}
.sub-item a {
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 15px;
  display: block;
  font-size: 14px;
  color: #787878;
}
.sub-item a:hover {
  color: #739dcb;
}
.sub-item.is-active a {
  color: #739dcb;
}
.sub-search {
  margin-top: 50px;
}
.sub-search-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
.sub-search-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.sub-search-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.sub-search-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  width: 75px;
  height: 2px;
  border-top: 10px;
  background-color: #88b0db;
}
.sub-search-list {
  background: url(../img/sub_search_bg.png) right top no-repeat;
}
.sub-search-item {
  margin-top: 7px;
}
.sub-search-item:first-child {
  margin-top: 0;
}
.sub-search-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sub-search-inner > * {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.sub-search-inner-title {
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 5px 0;
  width: 52px;
  background-color: #88b0db;
  text-align: center;
  line-height: .9;
  color: #fff;
}
.sub-search-inner-contents {
  padding: 0 42px 4px 10px;
}
.sub-search-inner-contents-item {
  display: inline-block;
  margin-top: 4px;
  margin-right: 2px;
  padding: 1px 6px 1px 0;
  border-right: 1px solid #88b0db;
  font-size: 12px;
}
.sub-search-inner-contents-item a {
  color: #787878;
}
.sub-search-inner-contents-item.active a {
  text-decoration: underline;
  color: #88b0db;
}
.sub-search-inner-contents-item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.footer {
  margin-top: 60px;
  background-color: #f2f2f2;
}
.footer-inner {
  position: relative;
  margin: 0 auto;
  padding: 35px 0 0;
  width: 1080px;
  background: url(../img/footer_bg.gif) right bottom no-repeat;
}
.footer-navi {
  width: 770px;
}
.footer-navi-list {
  *zoom: 1;
}
.footer-navi-list:after {
  content: "";
  display: table;
  clear: both;
}
.footer-navi-item {
  float: left;
  margin-top: 30px;
  margin-left: 55px;
  width: 150px;
  height: 190px;
}
.footer-navi-item:first-child {
  margin-left: 0;
}
.footer-navi-item:nth-child(5n) {
  margin-left: 0;
}
.footer-navi-item > a {
  display: block;
}
.footer-navi-title, .footer-navi-title a {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.3);
  font-weight: bold;
  font-size: 14px;
}
.footer-navi-contents-list {
  margin-top: 8px;
}
.footer-navi-contents-item {
  margin-top: 8px;
  font-size: 12px;
}
.footer-navi-contents-item a {
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #787878;
}
.footer-navi-contents-item a:hover {
  color: #739dcb;
}
.footer-navi-contents-item:first-child {
  margin-top: 0;
}
.footer-info {
  position: absolute;
  top: 60px;
  right: 0;
  width: 260px;
}
.footer-info-item {
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer-info-item:first-child {
  margin-top: 0;
}
.footer-info-item a {
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 11px 0px;
  display: block;
  color: #787878;
}
.footer-info-item a .footer-info-item-pic {
  float: left;
}
.footer-info-item a .footer-info-item-pic img {
  transition: opacity 0.15s linear;
}
.footer-info-item a .footer-info-item-text {
  padding-left: 90px;
  line-height: 1.5;
  font-size: 12px;
}
.footer-info-item a:hover {
  color: #739dcb;
}
.footer-info-item a:hover img {
  opacity: 0.5;
}
.footer-logo {
  position: absolute;
  bottom: 40px;
  right: 0;
}
.footer-copyright {
  position: relative;
  padding: 30px 0;
  background-color: #151313;
  text-align: center;
  font-size: 10px;
  color: #939393;
}
.footer-copyright::before {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD15E98', endColorstr='#FF2EBDCD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxNWU5OCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjM2M3M2QxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmViZGNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #d15e98 0%, #3c73d1 50%, #2ebdcd 100%);
  background-image: -webkit-linear-gradient(left, #d15e98 0%, #3c73d1 50%, #2ebdcd 100%);
  background-image: linear-gradient(to right, #d15e98 0%, #3c73d1 50%, #2ebdcd 100%);
  background-color: #d15e98;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 8px;
  width: 100%;
}

.drawer--right .drawer-nav {
  right: -50%;
}

.gnavi-list {
  *zoom: 1;
  padding-top: 20px;
}
.gnavi-list:after {
  content: "";
  display: table;
  clear: both;
}
.gnavi-item {
  float: left;
  margin-left: 26px;
}
.gnavi-item a,
.gnavi-item .has-child-title {
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  position: relative;
  height: 61px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: bold;
  color: #787878;
}
.gnavi-item a::after,
.gnavi-item .has-child-title::after {
  -moz-transition: background-color 0.75s linear;
  -webkit-transition: background-color 0.75s linear;
  transition: background-color 0.75s linear;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f9f9f9;
}
.gnavi-item a:hover,
.gnavi-item .has-child-title:hover {
  background-color: none;
  color: #739dcb;
}
.gnavi-item a:hover::after,
.gnavi-item .has-child-title:hover::after {
  background-color: #88b0db;
}
.gnavi-item:first-child {
  margin-left: 0;
}
.gnavi-item.has-child {
  position: relative;
}
.gnavi-item.has-child .has-child-title::after {
  display: none;
}
.gnavi-item.has-child ul,
.gnavi-item.has-child li {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnavi-item.has-child ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0 25px;
  width: 230px;
  background-color: #f1f1f1;
}
.gnavi-item.has-child ul::before {
  -moz-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
  content: '';
  display: block;
  z-index: 10;
  margin-top: -5px;
  margin-left: -25px;
  width: 0;
  height: 5px;
  background-color: #fff;
}
.gnavi-item.has-child li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.gnavi-item.has-child li a {
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  height: auto;
  padding: 2px 0 2px 20px;
  background: url(../img/icon_arrow2.png) left center no-repeat;
}
.gnavi-item.has-child li a::after {
  display: none;
}
.gnavi-item.has-child li a:hover {
  color: #88b0db;
}
.gnavi-item.has-child:hover ul {
  padding-bottom: 15px;
}
.gnavi-item.has-child:hover ul::before {
  margin-bottom: 15px;
  width: 280px;
  background-color: #88b0db;
}
.gnavi-item.has-child:hover li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow: visible;
  height: auto;
  padding: 8px 0;
}
.gnavi-item.is-active a,
.gnavi-item.is-active .has-child-title {
  color: #739dcb;
}
.gnavi-item.is-active a::after,
.gnavi-item.is-active .has-child-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #88b0db;
}
.gnavi-item.is-active .gnavi-child-item a {
  color: #787878;
}
.gnavi-item.is-active .gnavi-child-item a:hover {
  color: #739dcb;
}

.topicpath {
  margin: 10px auto 60px;
  width: 1080px;
  word-break: break-all;
}
.topicpath-item {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 12px;
}
.topicpath-item:after {
  content: '＞';
  display: inline-block;
  margin-right: .3em;
  margin-left: .5em;
}
.topicpath-item a {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  color: #787878;
}
.topicpath-item a:hover {
  text-decoration: none;
}
.topicpath-item:last-child:after {
  display: none;
}

.sub-list::before {
  content: '認可システムについて';
}

/*----------------------------------------------------------------------
4.	parts
----------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 9999;
  width: 50px;
}

body {
  min-width: 1080px;
}

.content {
  *zoom: 1;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
.content-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 1080px;
}
.content-inner:after {
  content: "";
  display: table;
  clear: both;
}

.m-title {
  height: 92px;
  padding-top: 158px;
  font-size: 28px;
}
.m-title-sub {
  display: block;
  width: 770px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  background: url(../img/common_title_sub_bg.png) left bottom no-repeat;
  font-size: 17px;
  color: #8c8c8c;
}
.m-contents-inner {
  *zoom: 1;
  margin-bottom: 40px;
}
.m-contents-inner:after {
  content: "";
  display: table;
  clear: both;
}
.m-contents-inner:last-child {
  margin-bottom: 0;
}
.m-contents-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
}
.m-contents-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-contents-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}

.main .m-contents {
  margin-bottom: 60px;
}
.main .m-contents:last-child {
  margin-bottom: 30px;
}

.index .m-title {
  height: 77px;
  padding-top: 173px;
}

.attention {
  display: none;
}

a {
  color: #739dcb;
}

body {
  color: #787878;
}
body img {
  display: none;
}

.yearend {
  display: none;
}

.container img {
  display: block;
}

/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
.content {
  background: url(../img/system_title_bg.jpg) center top no-repeat;
}

.m-anchor-list {
  margin: 20px 0 80px;
}
.m-anchor-item {
  display: inline-block;
  margin-top: 20px;
  margin-right: 2em;
}
.m-anchor-item a {
  display: block;
  padding-left: 18px;
  background: url(../img/anchor_arrow.png) left top 3px no-repeat;
  text-decoration: underline;
  line-height: 1.4285714286;
  font-size: 14px;
}

.m-attention {
  margin: 40px auto 0;
  padding: 30px 30px 20px;
  background-color: rgba(120, 120, 120, 0.7);
}
.m-attention-text {
  line-height: 1.3333333333;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.m-attention-link {
  -moz-transition: background-color 0.75s linear;
  -webkit-transition: background-color 0.75s linear;
  transition: background-color 0.75s linear;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 16px;
  width: 203px;
  border: 1px solid rgba(136, 176, 219, 0.9);
  text-align: left;
  text-decoration: none;
  outline: none;
  border: 1px solid rgba(147, 147, 147, 0.9);
  background-color: #fff;
  margin: 15px auto 0;
  border: 0;
}
.m-attention-link::after {
  content: '';
  display: block;
  position: absolute;
}
.m-attention-link::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(136, 176, 219, 0.9);
}
.m-attention-link:hover {
  background-color: rgba(136, 176, 219, 0.9);
  color: #fff;
}
.m-attention-link:hover::after {
  -moz-animation-name: circle;
  -webkit-animation-name: circle;
  animation-name: circle;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 0.75s;
}
@-moz-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
.m-attention-link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: rgba(136, 176, 219, 0.9);
}
.m-attention-link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  width: 7px;
  height: 100%;
  background: url(../img/icon_arrow.png) center center no-repeat;
}
.m-attention-link a:hover {
  color: #fff;
}
.m-attention-link a:hover::before {
  background-image: url(../img/icon_arrow_h.png);
}
.m-attention-link::after {
  background-color: rgba(120, 120, 120, 0.9);
}
.m-attention-link:hover {
  border-color: #7b7b7b;
  background-color: rgba(147, 147, 147, 0.9);
}
.m-attention-link a {
  color: rgba(147, 147, 147, 0.9);
}
.m-attention-link a::before {
  background: url(../img/icon_arrow2.png) center center no-repeat;
}
.m-attention-link a:hover {
  color: #fff;
}
.m-attention-link a {
  text-align: center;
}

/*========================================================================
扉
========================================================================*/
.m-system-list {
  margin-top: 8.3333333333%;
  margin-bottom: 9.2592592593%;
}
.m-system-item {
  overflow: hidden;
  margin-top: 10px;
  width: 770px;
  height: 140px;
}
.m-system-item a {
  display: block;
  position: relative;
  width: 770px;
  height: 140px;
}
.m-system-item a::before, .m-system-item a::after {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.m-system-item a::before {
  left: 0;
  z-index: 1;
  width: 770px;
  height: 140px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-system-item a::after {
  right: -500px;
  width: 7px;
  height: 100%;
  background: url(../img/icon_arrow2.png) center center no-repeat;
}
.m-system-item-title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 65px;
  width: 240px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.m-system-item-text {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 770px;
  z-index: 2;
  padding: 48px 65px 0 35px;
  width: 429px;
  height: 90px;
  border: 1px solid rgba(120, 120, 120, 0.2);
  border-left: 0;
  line-height: 1.7142857143;
  font-size: 14px;
  color: #787878;
}
.m-system-item:hover a::before,
.m-system-item:hover a::after,
.m-system-item:hover p {
  -moz-transform: translateX(-530px);
  -ms-transform: translateX(-530px);
  -webkit-transform: translateX(-530px);
  transform: translateX(-530px);
}
.m-system-item.certification a::before {
  background-image: url(../img/front_pic_certification.jpg);
}
.m-system-item.seal a::before {
  background-image: url(../img/front_pic_seal.jpg);
}
.m-system-item.mypage a::before {
  background-image: url(../img/front_pic_mypage.jpg);
}
.m-system-item.search a::before {
  background-image: url(../img/front_pic_search.jpg);
}
.m-system-item.help-line a::before {
  background-image: url(../img/front_pic_help-line.jpg);
}

/*========================================================================
正規の証明
========================================================================*/
.m-fake {
  position: relative;
  padding-left: 240px;
  padding-left: 294px;
  min-height: 200px;
}
.m-fake-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-fake-pic img {
  width: 100%;
  height: auto;
}
.m-fake-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-fake-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.m-fake-pic {
  padding-left: 25px;
}

.m-checkpoint {
  position: relative;
  padding-left: 240px;
  padding-left: 294px;
  min-height: 262px;
}
.m-checkpoint-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-checkpoint-pic img {
  width: 100%;
  height: auto;
}
.m-checkpoint-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-checkpoint-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.m-checkpoint-pic {
  width: 254px;
}
.m-checkpoint-link {
  -moz-transition: background-color 0.75s linear;
  -webkit-transition: background-color 0.75s linear;
  transition: background-color 0.75s linear;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 16px;
  width: 203px;
  border: 1px solid rgba(136, 176, 219, 0.9);
  text-align: left;
  text-decoration: none;
  outline: none;
  margin-top: 25px;
}
.m-checkpoint-link::after {
  content: '';
  display: block;
  position: absolute;
}
.m-checkpoint-link::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(136, 176, 219, 0.9);
}
.m-checkpoint-link:hover {
  background-color: rgba(136, 176, 219, 0.9);
  color: #fff;
}
.m-checkpoint-link:hover::after {
  -moz-animation-name: circle;
  -webkit-animation-name: circle;
  animation-name: circle;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 0.75s;
}
@-moz-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
.m-checkpoint-link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: rgba(136, 176, 219, 0.9);
}
.m-checkpoint-link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  width: 7px;
  height: 100%;
  background: url(../img/icon_arrow.png) center center no-repeat;
}
.m-checkpoint-link a:hover {
  color: #fff;
}
.m-checkpoint-link a:hover::before {
  background-image: url(../img/icon_arrow_h.png);
}

.m-check-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.m-check-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-check-list {
  margin: 40px auto 0;
  width: 710px;
  background-color: #fff;
}
.m-check-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px 20px 70px;
  border: 1px solid rgba(120, 120, 120, 0.5);
  border-top: 0;
  line-height: 1.2857142857;
  font-size: 1.4rem;
}
.m-check-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-right: 1px dotted rgba(120, 120, 120, 0.5);
  background: url(../img/mobile/system_certification_check_icon.png) center center no-repeat;
  background-size: 23px auto;
}
.m-check-item:first-child {
  border-top: 1px solid rgba(120, 120, 120, 0.5);
}
.m-check-item:nth-child(even) {
  background-color: rgba(136, 176, 219, 0.1);
}
.m-check-item:nth-child(4), .m-check-item:nth-child(5) {
  padding-right: 240px;
}
.m-check-item-link {
  -moz-transition: background-color 0.75s linear;
  -webkit-transition: background-color 0.75s linear;
  transition: background-color 0.75s linear;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 16px;
  width: 203px;
  border: 1px solid rgba(136, 176, 219, 0.9);
  text-align: left;
  text-decoration: none;
  outline: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -19px;
  width: 205px;
}
.m-check-item-link::after {
  content: '';
  display: block;
  position: absolute;
}
.m-check-item-link::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(136, 176, 219, 0.9);
}
.m-check-item-link:hover {
  background-color: rgba(136, 176, 219, 0.9);
  color: #fff;
}
.m-check-item-link:hover::after {
  -moz-animation-name: circle;
  -webkit-animation-name: circle;
  animation-name: circle;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 0.75s;
}
@-moz-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
.m-check-item-link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: rgba(136, 176, 219, 0.9);
}
.m-check-item-link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  width: 7px;
  height: 100%;
  background: url(../img/icon_arrow.png) center center no-repeat;
}
.m-check-item-link a:hover {
  color: #fff;
}
.m-check-item-link a:hover::before {
  background-image: url(../img/icon_arrow_h.png);
}

/*========================================================================
認証シール
========================================================================*/
.m-seal-about-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
}
.m-seal-about-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-seal-about-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.m-seal-about-inner {
  position: relative;
  padding-left: 240px;
}
.m-seal-about-inner-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-seal-about-inner-pic img {
  width: 100%;
  height: auto;
}
.m-seal-about-inner-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-seal-distinguish-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
}
.m-seal-distinguish-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-seal-distinguish-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.m-seal-distinguish-check, .m-seal-distinguish-link, .m-seal-distinguish-url {
  position: relative;
  padding-left: 240px;
}
.m-seal-distinguish-check-pic, .m-seal-distinguish-link-pic, .m-seal-distinguish-url-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-seal-distinguish-check-pic img, .m-seal-distinguish-link-pic img, .m-seal-distinguish-url-pic img {
  width: 100%;
  height: auto;
}
.m-seal-distinguish-check-text, .m-seal-distinguish-link-text, .m-seal-distinguish-url-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-seal-distinguish-check-title, .m-seal-distinguish-link-title, .m-seal-distinguish-url-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.m-seal-distinguish-check {
  min-height: 110px;
}
.m-seal-distinguish-link {
  min-height: 140px;
}
.m-seal-distinguish-url {
  min-height: 196px;
}

/*========================================================================
マイページ
========================================================================*/
.m-mypage-visualization-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
}
.m-mypage-visualization-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-mypage-visualization-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.m-mypage-visualization-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-mypage-trust-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
}
.m-mypage-trust-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-mypage-trust-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.m-mypage-login {
  position: relative;
  padding-left: 240px;
}
.m-mypage-login-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-mypage-login-pic img {
  width: 100%;
  height: auto;
}
.m-mypage-login-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-mypage-login-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.m-mypage-order {
  position: relative;
  padding-left: 240px;
}
.m-mypage-order-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-mypage-order-pic img {
  width: 100%;
  height: auto;
}
.m-mypage-order-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-mypage-order-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}
.m-mypage-save {
  position: relative;
  padding-left: 240px;
}
.m-mypage-save-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.m-mypage-save-pic img {
  width: 100%;
  height: auto;
}
.m-mypage-save-text {
  line-height: 1.6;
  font-size: 16px;
}
.m-mypage-save-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #88b0db;
}

/*========================================================================
認可クリニック一覧
========================================================================*/
.m-search-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
  letter-spacing: -.02em;
}
.m-search-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-search-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.m-search-lead {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}
.m-search-item {
  margin-top: 40px;
}
.m-search-item#hokkaido, .m-search-item#hokuriku, .m-search-item#chugoku, .m-search-item#shikoku {
  display: none;
}
.m-search-inner-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #88b0db;
}
.m-search-inner-detail {
  position: relative;
}
.m-search-inner-detail::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 692px;
  height: 1px;
  background-color: #d6d6d6;
}
.m-search-inner-detail-item.is-nodate .m-search-clinic-item-inner {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(120, 120, 120, 0.1);
}
.m-search-inner-detail-item.is-nodate .m-search-clinic-item-title {
  height: 20px;
}
.m-search-inner-detail-item:nth-child(even) .m-search-clinic-title {
  background-color: rgba(136, 176, 219, 0.2);
}
.m-search-inner-detail-item:nth-child(odd).is-nodate .m-search-clinic-title, .m-search-inner-detail-item:nth-child(even).is-nodate .m-search-clinic-title {
  background-color: rgba(120, 120, 120, 0.1);
  color: #787878;
}
.m-search-clinic-list {
  margin-left: 5px;
  border-top: 1px solid #d6d6d6;
}
.m-search-clinic-item {
  border-top: 1px dashed #d6d6d6;
}
.m-search-clinic-item:first-child {
  border-top: 0;
}
.m-search-clinic-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.m-search-clinic-inner > * {
  display: table-cell;
}
.m-search-clinic-title {
  vertical-align: middle;
  width: 75px;
  border-top: 1px solid #fff;
  background-color: rgba(136, 176, 219, 0.1);
  text-align: center;
  font-size: 14px;
  color: #88b0db;
}
.m-search-clinic-item a {
  display: block;
}
.m-search-clinic-item-inner {
  display: table;
  padding: 15px 0 15px 2px;
  width: 100%;
  table-layout: fixed;
}
.m-search-clinic-item-inner > * {
  display: table-cell;
  vertical-align: middle;
}
.m-search-clinic-item-title {
  padding-left: 13px;
  width: 160px;
  border-right: 1px dashed #d6d6d6;
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: bold;
  color: #88b0db;
}
.m-search-clinic-item-detail {
  padding-left: 15px;
}
.m-search-clinic-item-add {
  display: inline-block;
  padding: 5px;
  border: 1px solid #df6787;
  text-align: center;
  font-size: 14px;
  color: #df6787;
}
.m-search-clinic-item-address {
  margin-top: 10px;
  line-height: 1.2857142857;
  font-size: 1.4rem;
  color: #787878;
}
.m-search-clinic-item-tel {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #787878;
}

/*========================================================================
認可クリニック詳細
========================================================================*/
.m-detail-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 18px;
  color: #787878;
}
.m-detail-title-sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  width: 100%;
  border-top: 1px solid #bbb;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #bbb;
}
.m-detail-title-sub::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.4805194805%;
  height: 2px;
  background-color: #88b0db;
}
.m-detail-lead {
  line-height: 1.6;
  font-size: 16px;
}
.m-detail-table {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
}
.m-detail-table th,
.m-detail-table td {
  font-size: 14px;
}
.m-detail-table th {
  border-bottom: 1px solid #fff;
}
.m-detail-table td {
  padding-left: 25px;
  border-bottom: 1px dotted rgba(120, 120, 120, 0.3);
}
.m-detail-table tr:first-child th,
.m-detail-table tr:first-child td {
  border-top: 1px solid rgba(120, 120, 120, 0.3);
}
.m-detail-table-title {
  padding: 30px 10px;
  width: 120px;
  background-color: rgba(136, 176, 219, 0.15);
  text-align: center;
  font-weight: bold;
  color: #88b0db;
}
.m-detail-table-text {
  padding: 30px 10px;
  line-height: 1.2857142857;
}
.m-detail-table-text a {
  text-decoration: underline;
}
.m-detail #mapdisp {
  height: 450px;
}
.m-detail-back {
  -moz-transition: background-color 0.75s linear;
  -webkit-transition: background-color 0.75s linear;
  transition: background-color 0.75s linear;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 16px;
  width: 203px;
  border: 1px solid rgba(136, 176, 219, 0.9);
  text-align: left;
  text-decoration: none;
  outline: none;
  border: 1px solid rgba(147, 147, 147, 0.9);
  background-color: #fff;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.m-detail-back::after {
  content: '';
  display: block;
  position: absolute;
}
.m-detail-back::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(136, 176, 219, 0.9);
}
.m-detail-back:hover {
  background-color: rgba(136, 176, 219, 0.9);
  color: #fff;
}
.m-detail-back:hover::after {
  -moz-animation-name: circle;
  -webkit-animation-name: circle;
  animation-name: circle;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 0.75s;
}
@-moz-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    width: 300px;
    height: 300px;
  }
}
.m-detail-back a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: rgba(136, 176, 219, 0.9);
}
.m-detail-back a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  width: 7px;
  height: 100%;
  background: url(../img/icon_arrow.png) center center no-repeat;
}
.m-detail-back a:hover {
  color: #fff;
}
.m-detail-back a:hover::before {
  background-image: url(../img/icon_arrow_h.png);
}
.m-detail-back::after {
  background-color: rgba(120, 120, 120, 0.9);
}
.m-detail-back:hover {
  border-color: #7b7b7b;
  background-color: rgba(147, 147, 147, 0.9);
}
.m-detail-back a {
  color: rgba(147, 147, 147, 0.9);
}
.m-detail-back a::before {
  background: url(../img/icon_arrow2.png) center center no-repeat;
}
.m-detail-back a:hover {
  color: #fff;
}
.m-detail-back a {
  text-align: center;
}

/*# sourceMappingURL=system.css.map */
