/*
Theme Name: Human+
Theme URI: 
Description:
Version: 1
Author: gravytrain
Author URI: gravytrain.co.jp
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #666666;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

i, em, .em, dfn, blockquote, q {
  font-style: italic;
}

a {
  color: #27ae61;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

p {
  margin: 0 0 1.6em 0;
}

pre {
  margin: 1em 0;
}

ul + p, ul + pre, ol + p, ol + pre {
  margin-top: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  background: #ff0;
  color: #111;
}

audio:not([controls]) {
  height: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0;
}

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

.no-style-heading {
  font-size: 100%;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

dd {
  margin-bottom: 1em;
}

menu, ol, ul {
  padding: 0 0 0 22px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

.list-unstyled, .list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li, .list-inline li {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}

cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

code, kbd, pre, samp {
  word-wrap: break-word;
  font-family: "courier new", monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px;
}

code {
  color: #111;
}

table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333;
}

table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

label {
  margin: 0;
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

.checkbox {
  margin: 0.2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  border: 0;
  padding: 1em 3em;
  background-color: #e74b3c;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.button:hover {
  background-color: #f43f3f;
}

.button:active {
  top: 1px;
}

.grey-button {
  background-color: #eee;
  color: #434343;
}

.grey-button:hover {
  background-color: #f1f1f1;
}

.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}

.button-unstyled {
  font-size: 16px;
  font-size: 1rem;
  color: #27ae61;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.button-unstyled:hover {
  text-decoration: none;
}

.button-unstyled[disabled],
.button-unstyled.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc;
}

.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}

.right {
  float: right;
}

.block, .checkbox {
  display: block;
}

.inline {
  display: inline;
}

.inline-block, audio, canvas, video, .list-inline, .list-inline li, .button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.none, audio:not([controls]),
[hidden] {
  display: none;
}

.font-ultra-bold {
  font-weight: 900;
}

.font-bold, b, strong, .strong {
  font-weight: 700;
}

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 100;
}

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.text-left, table caption {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, .button {
  text-align: center;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}

.image-left {
  margin-right: 20px;
}

.image-right {
  margin-left: 20px;
}

.section {
  position: relative;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-full {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

[class*="pull-"], [class*="push-"] {
  position: relative;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  width: 8.33333%;
  width: calc(100% / 12 * 1);
  width: -webkit-calc(100% / 12 * 1);
  width: -moz-calc(100% / 12 * 1);
}

.col-2 {
  width: 16.66667%;
  width: calc(100% / 12 * 2);
  width: -webkit-calc(100% / 12 * 2);
  width: -moz-calc(100% / 12 * 2);
}

.col-3, .col-1-4 {
  width: 25%;
  width: calc(100% / 12 * 3);
  width: -webkit-calc(100% / 12 * 3);
  width: -moz-calc(100% / 12 * 3);
}

.col-4, .col-1-3 {
  width: 33.33333%;
  width: calc(100% / 12 * 4);
  width: -webkit-calc(100% / 12 * 4);
  width: -moz-calc(100% / 12 * 4);
}

.col-5 {
  width: 41.66665%;
  width: calc(100% / 12 * 5);
  width: -webkit-calc(100% / 12 * 5);
  width: -moz-calc(100% / 12 * 5);
}

.col-6, .col-1-2 {
  width: 50%;
  width: calc(100% / 12 * 6);
  width: -webkit-calc(100% / 12 * 6);
  width: -moz-calc(100% / 12 * 6);
}

.col-7 {
  width: 58.33333%;
  width: calc(100% / 12 * 7);
  width: -webkit-calc(100% / 12 * 7);
  width: -moz-calc(100% / 12 * 7);
}

.col-8 {
  width: 66.66666%;
  width: calc(100% / 12 * 8);
  width: -webkit-calc(100% / 12 * 8);
  width: -moz-calc(100% / 12 * 8);
}

.col-9, .col-3-4 {
  width: 75%;
  width: calc(100% / 12 * 9);
  width: -webkit-calc(100% / 12 * 9);
  width: -moz-calc(100% / 12 * 9);
}

.col-10 {
  width: 83.33333%;
  width: calc(100% / 12 * 10);
  width: -webkit-calc(100% / 12 * 10);
  width: -moz-calc(100% / 12 * 10);
}

.col-11 {
  width: 91.66666%;
  width: calc(100% / 12 * 11);
  width: -webkit-calc(100% / 12 * 11);
  width: -moz-calc(100% / 12 * 11);
}

.col-12 {
  width: 100%;
}

.push-1 {
  left: 8.33333%;
  left: calc(100% / 12 * 1);
  left: -webkit-calc(100% / 12 * 1);
  left: -moz-calc(100% / 12 * 1);
}

.pull-1 {
  left: -8.33333%;
  left: calc(-100% / 12 * 1);
  left: -webkit-calc(-100% / 12 * 1);
  left: -moz-calc(-100% / 12 * 1);
}

.push-2 {
  left: 16.66667%;
  left: calc(100% / 12 * 2);
  left: -webkit-calc(100% / 12 * 2);
  left: -moz-calc(100% / 12 * 2);
}

.pull-2 {
  left: -16.66667%;
  left: calc(-100% / 12 * 2);
  left: -webkit-calc(-100% / 12 * 2);
  left: -moz-calc(-100% / 12 * 2);
}

.push-3, .push-1-4 {
  left: 25%;
  left: calc(100% / 12 * 3);
  left: -webkit-calc(100% / 12 * 3);
  left: -moz-calc(100% / 12 * 3);
}

.pull-3, .pull-1-4 {
  left: -25%;
  left: calc(-100% / 12 * 3);
  left: -webkit-calc(-100% / 12 * 3);
  left: -moz-calc(-100% / 12 * 3);
}

.push-4, .push-1-3 {
  left: 33.33333%;
  left: calc(100% / 12 * 4);
  left: -webkit-calc(100% / 12 * 4);
  left: -moz-calc(100% / 12 * 4);
}

.pull-4, .pull-1-3 {
  left: -33.33333%;
  left: calc(-100% / 12 * 4);
  left: -webkit-calc(-100% / 12 * 4);
  left: -moz-calc(-100% / 12 * 4);
}

.push-5 {
  left: 41.66665%;
  left: calc(100% / 12 * 5);
  left: -webkit-calc(100% / 12 * 5);
  left: -moz-calc(100% / 12 * 5);
}

.pull-5 {
  left: -41.66665%;
  left: calc(-100% / 12 * 5);
  left: -webkit-calc(-100% / 12 * 5);
  left: -moz-calc(-100% / 12 * 5);
}

.push-6, .push-1-2 {
  left: 50%;
  left: calc(100% / 12 * 6);
  left: -webkit-calc(100% / 12 * 6);
  left: -moz-calc(100% / 12 * 6);
}

.pull-6, .pull-1-2 {
  left: -50%;
  left: calc(-100% / 12 * 6);
  left: -webkit-calc(-100% / 12 * 6);
  left: -moz-calc(-100% / 12 * 6);
}

.push-7 {
  left: 58.33333%;
  left: calc(100% / 12 * 7);
  left: -webkit-calc(100% / 12 * 7);
  left: -moz-calc(100% / 12 * 7);
}

.pull-7 {
  left: -58.33333%;
  left: calc(-100% / 12 * 7);
  left: -webkit-calc(-100% / 12 * 7);
  left: -moz-calc(-100% / 12 * 7);
}

.push-8 {
  left: 66.66666%;
  left: calc(100% / 12 * 8);
  left: -webkit-calc(100% / 12 * 8);
  left: -moz-calc(100% / 12 * 8);
}

.pull-8 {
  left: -66.66666%;
  left: calc(-100% / 12 * 8);
  left: -webkit-calc(-100% / 12 * 8);
  left: -moz-calc(-100% / 12 * 8);
}

.push-9, .push-3-4 {
  left: 75%;
  left: calc(100% / 12 * 9);
  left: -webkit-calc(100% / 12 * 9);
  left: -moz-calc(100% / 12 * 9);
}

.pull-9, .pull-3-4 {
  left: -75%;
  left: calc(-100% / 12 * 9);
  left: -webkit-calc(-100% / 12 * 9);
  left: -moz-calc(-100% / 12 * 9);
}

.push-10 {
  left: 83.33333%;
  left: calc(100% / 12 * 10);
  left: -webkit-calc(100% / 12 * 10);
  left: -moz-calc(100% / 12 * 10);
}

.pull-10 {
  left: -83.33333%;
  left: calc(-100% / 12 * 10);
  left: -webkit-calc(-100% / 12 * 10);
  left: -moz-calc(-100% / 12 * 10);
}

.push-11 {
  left: 91.66666%;
  left: calc(100% / 12 * 11);
  left: -webkit-calc(100% / 12 * 11);
  left: -moz-calc(100% / 12 * 11);
}

.pull-11 {
  left: -91.66666%;
  left: calc(-100% / 12 * 11);
  left: -webkit-calc(-100% / 12 * 11);
  left: -moz-calc(-100% / 12 * 11);
}

.row {
  padding-top: 1em;
  padding-bottom: 1em;
}

.no-desktop {
  display: none;
}

.no-margin, .no-style-heading {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.wrap {
  width: 100%;
  height: 100%;
}

.headerWrap {
  width: 100%;
  height: 78px;
  border-bottom: solid 1px #CCCCCC;
  background: #fff;
}
.headerWrap .headerContent .headerLogo {
  padding-left: 0px;
}
.headerWrap .headerContent .headerLogo h1 {
  margin: 15px 0 2px 0;
  height: 46px;
}
.headerWrap .headerContent .headerLogo h1 img {
  width: 168px;
  height: 46px;
}
.headerWrap .headerContent .headerLogo div {
  line-height: 1;
  font-size: 10px;
  color: #000;
  width: 168px;
  text-align: center;
}
.headerWrap .headerContent .headerLogo div span {
  font-size: 13px;
}
.headerWrap .headerContent h2 {
  margin-top: 20px;
}
.headerWrap .headerContent h2 img {
  width: 216px;
  height: 40px;
}

.sideMenu ul {
  border-top: solid 3px #999;
  margin-bottom: 10px;
  padding-top: 10px;
}
.sideMenu .menuList li {
  border-bottom: solid 1px #DDDDDD;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 10px;
  background: #fff;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.sideMenu .menuList li a {
  color: #666666;
  text-decoration: none;
  display: block;
  -webkit-ransition: color .5s;
  transition: color .5s;
}
.sideMenu .menuList li a:hover {
  color: #fff;
  -webkit-ransition: color .5s;
  transition: color .5s;
}
.sideMenu .menuList li:hover {
  background: #F76BA3;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.sideMenu .menuList li:last-child {
  border-bottom: none;
}
.sideMenu .menuList .Act {
  color: #fff;
  background: #F76BA3;
}
.sideMenu .menuList .Act a {
  color: #fff;
}
.sideMenu .eventList li {
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
  border-bottom: solid 1px #DDDDDD;
}
.sideMenu .eventList li:last-child {
  border-bottom: none;
}
.sideMenu .eventList div {
  display: table-cell;
  padding: 2.5%;
  width: 50%;
  vertical-align: middle;
}
.sideMenu .eventList div img {
  width: 100%;
  height: auto;
  border: solid 1px #DDDDDD;
}
.sideMenu .eventList dl {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-left: 2%;
}
.sideMenu .eventList dl dt {
  color: #000;
  font-size: 16px;
  padding-bottom: 5px;
}
.sideMenu .eventList dl dd {
  color: #666;
  font-size: 14px;
}
.sideMenu .bannerList {
  padding-top: 20px;
}
.sideMenu .bannerList li {
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  border: solid 1px #DDDDDD;
  border-radius: 2px;
  padding: 1.5%;
}
.sideMenu .bannerList li img {
  width: 100%;
  vertical-align: middle;
}

.catIllust {
  margin-bottom: 28px;
}
.catIllust img {
  width: 100%;
  height: auto;
}

.breadcrumbBox {
  border-bottom: dotted 1px #CCCCCC;
  width: 100%;
}
.breadcrumbBox .breadcrumb {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.breadcrumbBox .breadcrumb span {
  color: #666666;
}
.breadcrumbBox .breadcrumb span a {
  color: #666666;
  text-decoration: none;
}
.breadcrumbBox .breadcrumb span a:hover {
  color: #666666;
  text-decoration: underline;
}
.breadcrumbBox .breadcrumb span:last-child {
  color: #000;
}
.breadcrumbBox .breadcrumb span:last-child a {
  color: #000;
  text-decoration: none;
}
.breadcrumbBox .breadcrumb span:last-child a:hover {
  color: #000;
  text-decoration: underline;
}

.articleBox {
  margin-bottom: 45px;
  padding-left: 10px;
  word-wrap: break-word;
}
.articleBox .postCredit {
  margin-bottom: 15px;
}
.articleBox img {
  width: 100%;
  height: auto;
  margin: 0 0 2em;
}
.articleBox .imgCol3 {
  width: 37%;
}
.articleBox .imgCol5 {
  width: 62%;
}
.articleBox .imgCol8 {
  width: 100%;
}
.articleBox h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
.articleBox h3 {
  color: #34A6A7;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.articleBox p {
  line-height: 1.7;
  margin: 0 0 2em;
}
.articleBox .headPh {
  margin-bottom: 3.8em;
}
.articleBox a {
  color: #666666;
  text-decoration: underline;
}
.articleBox a:hover {
  text-decoration: none;
}

.articleTitl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 17px;
}

.articleSNS {
  margin-top: 45px;
}
.articleSNS img {
  width: 100%;
  height: auto;
}

.color-catA {
  color: #69a1f4;
}

.articleLinks {
  padding-left: 10px;
  margin-bottom: 100px;
}
.articleLinks hr {
  border: none;
  height: 3px;
  color: #F76BA3;
  width: 100%;
  background: #F76BA3;
  margin: 0 0 28px 0;
}
.articleLinks .catAHR {
  color: #69A1F4;
  background: #69A1F4;
}
.articleLinks .catBHR {
  color: #6BA96E;
  background: #6BA96E;
}
.articleLinks .catCHR {
  color: #F3A447;
  background: #F3A447;
}
.articleLinks .catDHR {
  color: #F76BA3;
  background: #F76BA3;
}
.articleLinks .catEHR {
  color: #9C61EC;
  background: #9C61EC;
}
.articleLinks h2 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #69a1f4;
}
.articleLinks h2 span {
  font-size: 24px;
}
.articleLinks ul li {
  font-size: 13px;
  background: url(./img/post_arrow.png) no-repeat center left;
  background-size: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.articleLinks ul li a {
  color: #666666;
  text-decoration: none;
}
.articleLinks ul li a:hover {
  text-decoration: underline;
}

.forMen {
  text-align: center;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background: #34A6A7;
  border-radius: 5px;
  width: 78px;
  font-size: 12px;
  margin-bottom: 7px;
}

.forMenBox h2 {
  color: #34a6a7;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.categoryBox {
  padding-left: 10px;
  margin-bottom: 45px;
}
.categoryBox .postCredit {
  margin-bottom: 5px;
}

.categoryTitl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 21px;
}
.categoryTitl span {
  font-size: 36px;
}

.categoryLinks li {
  font-size: 13px;
  background: url(./img/post_arrow.png) no-repeat center left;
  background-size: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.categoryLinks li a {
  color: #666666;
  text-decoration: none;
}
.categoryLinks li a:hover {
  color: #666666;
  text-decoration: underline;
}

.categoryPostOne {
  margin-bottom: 60px;
}
.categoryPostOne h1 {
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 26px;
}
.categoryPostOne .categoryPostOneWithImg img {
  width: 100%;
  height: auto;
}
.categoryPostOne .categoryPostOneWithImg p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.categoryPostOne .categoryPostOneNoImg p {
  line-height: 1.5;
  min-height: 80px;
}
.categoryPostOne .readBtn {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  display: block;
  width: 124px;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.categoryPostOne .readBtn:hover {
  background: #099999;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.categoryPostOne .readBtn a {
  color: #999999;
  text-decoration: none;
  display: block;
  -webkit-ransition: color .5s;
  transition: all .5s;
}
.categoryPostOne .readBtn a:hover {
  color: #fff;
  -webkit-ransition: color .5s;
  transition: color .5s;
}

.pickupLabel {
  color: #fff;
  font-size: 12px;
  width: 98px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #69a1f4;
  border-radius: 4px;
  margin-bottom: 15px;
}

.hrCategory {
  border: none;
  height: 3px;
  color: #F76BA3;
  width: 100%;
  background: #F76BA3;
  margin: 50px 0 18px 0;
}

.catAHR {
  color: #69A1F4;
  background: #69A1F4;
}

.catBHR {
  color: #6BA96E;
  background: #6BA96E;
}

.catCHR {
  color: #F3A447;
  background: #F3A447;
}

.catDHR {
  color: #F76BA3;
  background: #F76BA3;
}

.catEHR {
  color: #9C61EC;
  background: #9C61EC;
}

.mainCatA .categoryTitl {
  color: #69A1F4;
}
.mainCatA .pickupLabel {
  background: #69A1F4;
}
.mainCatA .articleTitl {
  color: #69A1F4;
}
.mainCatA .articleLinks h2 {
  color: #69A1F4;
}

.mainCatB .categoryTitl {
  color: #6BA96E;
}
.mainCatB .pickupLabel {
  background: #6BA96E;
}
.mainCatB .articleTitl {
  color: #6BA96E;
}
.mainCatB .articleLinks h2 {
  color: #6BA96E;
}

.mainCatC .categoryTitl {
  color: #F3A447;
}
.mainCatC .pickupLabel {
  background: #F3A447;
}
.mainCatC .articleTitl {
  color: #F3A447;
}
.mainCatC .articleLinks h2 {
  color: #F3A447;
}

.mainCatD .categoryTitl {
  color: #F76BA3;
}
.mainCatD .pickupLabel {
  background: #F76BA3;
}
.mainCatD .articleTitl {
  color: #F76BA3;
}
.mainCatD .articleLinks h2 {
  color: #F76BA3;
}

.mainCatE .categoryTitl {
  color: #9C61EC;
}
.mainCatE .pickupLabel {
  background: #9C61EC;
}
.mainCatE .articleTitl {
  color: #9C61EC;
}
.mainCatE .articleLinks h2 {
  color: #9C61EC;
}

.postCredit {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
}
.postCredit dt {
  color: #000;
}
.postCredit dd {
  color: #666666;
}
.postCredit dd span {
  color: #099999;
  padding-right: 10px;
}

.hrDotted {
  border: none;
  border-top: dotted 1px #CCCCCC;
  height: 1px;
  color: #fff;
  width: 100%;
  background: #fff;
  margin: 0 0 20px 0;
}

.fiexdPageBox {
  margin-bottom: 45px;
  padding-left: 10px;
}
.fiexdPageBox h1 {
  font-size: 30px;
  color: #000;
  line-height: 1.3;
  border-bottom: dotted 1px #CCCCCC;
  padding-bottom: 15px;
}
.fiexdPageBox h1 span {
  font-size: 21px;
}
.fiexdPageBox p {
  line-height: 1.8;
  padding-bottom: 5px;
}
.fiexdPageBox .headPh {
  margin-top: 25px;
}
.fiexdPageBox .headPhB {
  margin-bottom: 60px;
}

.doctorBox {
  margin-bottom: 85px;
}
.doctorBox table {
  border: none;
}
.doctorBox table thead tr {
  border-bottom: none;
}
.doctorBox table thead tr th {
  background: #fff;
  font-size: 20px;
  color: #000;
  border-left: none;
  border-top: none;
  border-bottom: solid 1px #CCCCCC;
  padding: 11px 0 11px 0;
  margin-bottom: 5px;
}
.doctorBox table th {
  border: none;
}
.doctorBox table tr {
  border-left: none;
  border-top: none;
  border-bottom: dotted 1px #CCCCCC;
}
.doctorBox table td {
  border-left: none;
  border-top: none;
  line-height: 1.5;
  padding: 11px 0 11px 0;
}
.doctorBox table .dName {
  font-size: 16px;
  color: #099999;
}
.doctorBox table .dName span {
  font-size: 13px;
  vertical-align: text-center;
  padding-left: 12px;
  color: #666666;
}

.aboutBox {
  margin-bottom: 70px;
}
.aboutBox p span {
  display: block;
  margin-bottom: 10px;
}
.aboutBox .aboutSign {
  font-size: 15px;
  margin-bottom: 40px;
}
.aboutBox .aboutSign span {
  font-size: 16px;
}
.aboutBox .aboutLinks li {
  height: 60px;
  background: url(./img/about_icon.png) no-repeat center left #b3b3b3;
  background-size: 25px;
  background-position: 3.7%;
  border-radius: 5px;
  color: #fff;
  line-height: 60px;
  padding-left: 10.6%;
  margin-bottom: 17px;
  display: block;
}
.aboutBox .aboutLinks li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.aboutBox .aboutLinks li a:hover {
  text-decoration: underline;
}
.aboutBox .aboutGraph {
  margin-bottom: 70px;
}
.aboutBox .aboutGraph img {
  width: 100%;
  height: auto;
}

.aboutUse {
  border: solid 1px #DDDDDD;
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 25px;
}
.aboutUse dl {
  padding: 20px 20px 20px 20px;
}
.aboutUse dl dt {
  line-height: 1.3;
  font-size: 23px;
  border-bottom: dotted 1px #CCCCCC;
  padding-bottom: 15px;
}
.aboutUse dl dd {
  padding-top: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.aboutUseA {
  background: url(./img/a_img1.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseA dt {
  color: #F76BA3;
}

.aboutUseB {
  background: url(./img/a_img2.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseB dt {
  color: #099999;
}

.aboutUseC {
  background: url(./img/a_img3.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseC dt {
  color: #F3A447;
}

.aboutUseD {
  background: url(./img/a_img4.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseD dt {
  color: #69A1F4;
}

.aboutUseE {
  background: url(./img/a_img5.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseE dt {
  color: #9C61EC;
}

.aboutUseF {
  background: url(./img/a_img6.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseF dt {
  color: #6BA96E;
}

.aboutUseG {
  background: url(./img/a_img7.png) no-repeat center right;
  background-size: 25%;
  background-position: 98%;
}
.aboutUseG dt {
  color: #F3A447;
}

.aboutUselast-child {
  margin-bottom: 50px;
}

.aboutKnows {
  margin-bottom: 30px;
}
.aboutKnows h3 {
  font-size: 14px;
  line-height: 30px;
  width: 120px;
  height: 30px;
  border: solid 1px #F76BA3;
  border-radius: 5px;
  color: #F76BA3;
  text-align: center;
}
.aboutKnows dl dt {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
}
.aboutKnows dl dd {
  line-height: 1.8;
}

.aboutKnowsMen h3 {
  border: solid 1px #69A1F4;
  border-radius: 5px;
  color: #69A1F4;
}
.aboutKnowsMen .aboutKnowsMenW {
  width: 134px;
}

.aboutKnowsLast {
  margin-bottom: 40px;
}

.indexPageBox .indexListBox {
  margin-bottom: 15px;
}
.indexPageBox .indexListOne h3 {
  position: relative;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  background: #B3B3B3;
  padding-left: 2.5%;
  border-radius: 2px;
  display: block;
  cursor: pointer;
}
.indexPageBox .indexListOne h3 .arrowIcon {
  position: absolute;
  top: 12px;
  left: 94.5%;
  width: 20px;
  height: 20px;
  background: url(./img/ip_icon.png) no-repeat center right #b3b3b3;
  background-size: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-ransition: transform .5s;
  transition: transform .5s;
}
.indexPageBox .indexListOne .Act .arrowIcon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-ransition: transform .5s;
  transition: transform .5s;
}
.indexPageBox .indexListOne .indexListOneList {
  margin-top: 35px;
  margin-bottom: 30px;
}
.indexPageBox .indexListOne .indexListOneList li {
  margin-bottom: 20px;
}
.indexPageBox .indexListOne .indexListOneList li dt {
  margin-bottom: 20px;
}
.indexPageBox .indexListOne .indexListOneList li dd {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 15px;
  background: url(./img/index_icon.gif) no-repeat left top;
  background-size: 15px;
  padding-left: 20px;
}
.indexPageBox .indexListOne .indexListOneList li dd a {
  color: #666666;
  text-decoration: none;
}
.indexPageBox .indexListOne .indexListOneList li dd a:hover {
  text-decoration: underline;
}

.topMianView {
  position: relative;
  width: 100%;
  height: 400px;
  min-height: 100%;
  background: url(./img/top_main.jpg) no-repeat center bottom;
  background-size: cover;
  border-bottom: solid 6px #DDDDDD;
}
.topMianView h1 {
  text-align: center;
  padding-top: 50px;
}
.topMianView h1 img {
  height: auto;
}
.topMianView h2 {
  position: absolute;
  text-align: center;
  bottom: -6px;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #000;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.topMianView h2 span {
  background: #fff;
  padding: 14px 54px 6px 54px;
  border: solid 6px #DDDDDD;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
}
.topMianView .whiteCover {
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  text-align: center;
  bottom: -16px;
}

.topImgWrap {
  margin-top: 25px;
  margin-bottom: 25px;
}
.topImgWrap .topImgBox {
  width: 20%;
}
.topImgWrap .topImgBox img {
  width: 100%;
  height: auto;
}
.topImgWrap .topImgBoxA {
  background: #fff;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxA:hover {
  background: #F3F7FE;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxB {
  background: #fff;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxB:hover {
  background: #F1FEF2;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxC {
  background: #fff;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxC:hover {
  background: #FDF6EF;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxD {
  background: #fff;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxD:hover {
  background: #FEEFF5;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxE {
  background: #fff;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topImgWrap .topImgBoxE:hover {
  background: #F8F3FE;
  -webkit-ransition: background .5s;
  transition: background .5s;
}

.hrTop {
  border: none;
  height: 3px;
  color: #F76BA3;
  width: 100%;
  background: #F76BA3;
  margin: 0px 0 20px 0;
}

.catLabel {
  color: #fff;
  font-size: 12px;
  width: 78px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #69a1f4;
  border-radius: 4px;
  margin-bottom: 15px;
}

.hrTopA {
  background: #69A1F4;
}

.hrTopB {
  background: #6BA96E;
}

.hrTopC {
  background: #F3A447;
}

.hrTopD {
  background: #F76BA3;
}

.hrTopE {
  background: #9C61EC;
}

.catLabelA {
  background: #69A1F4;
  width: 67px;
}

.catLabelB {
  background: #6BA96E;
  width: 76px;
}

.catLabelC {
  background: #F3A447;
  width: 138px;
}

.catLabelD {
  background: #F76BA3;
  width: 87px;
}

.catLabelE {
  background: #9C61EC;
  width: 78px;
}

.categoryPostOneTop .postCreditTop {
  margin-bottom: 5px;
}

.topPostOne {
  margin-bottom: 60px;
}
.topPostOne h1 {
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 16px;
}
.topPostOne .categoryPostOneNoImg p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  min-height: 80px;
}
.topPostOne .readBtn {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  display: block;
  width: 124px;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topPostOne .readBtn:hover {
  background: #099999;
  -webkit-ransition: background .5s;
  transition: background .5s;
}
.topPostOne .readBtn a {
  color: #999999;
  text-decoration: none;
  display: block;
  -webkit-ransition: color .5s;
  transition: all .5s;
}
.topPostOne .readBtn a:hover {
  color: #fff;
  -webkit-ransition: color .5s;
  transition: color .5s;
}

.hrTopDotted {
  border: none;
  border-top: dotted 1px #CCCCCC;
  height: 1px;
  color: #fff;
  width: 100%;
  background: #fff;
  margin: 0 0 8px 0;
}

.mainWrap {
  margin-top: 25px;
}

.mainContent {
  height: 100%;
}

.footerWrap {
  position: relative;
  width: 100%;
  height: 534px;
}
.footerWrap .footerLinks {
  position: relative;
  background: #099999;
  width: 100%;
  height: 464px;
  padding-top: 50px;
}
.footerWrap .footerLinks .topBtn {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #099999;
  top: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  background: url(./img/f_arrow.png) no-repeat center top #099999;
  background-size: 18px 10px;
  background-position: center 14px;
  -webkit-transition: background-position .5s;
  transition: background-position .5s;
}
.footerWrap .footerLinks .topBtn:hover {
  background-position: center 9px;
  -webkit-ransition: background-position .5s;
  transition: background-position .5s;
}
.footerWrap .footerLinks .siteMap {
  position: relative;
  height: 343px;
  background: #20B7B7;
  padding-left: 3%;
  padding-top: 27px;
  z-index: 2;
}
.footerWrap .footerLinks .siteMap h6 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-bottom: solid 1px #fff;
  width: 96%;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.footerWrap .footerLinks .siteMap ul {
  width: 48%;
}
.footerWrap .footerLinks .siteMap li {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 10px;
}
.footerWrap .footerLinks .siteMap li a {
  color: #fff;
  text-decoration: none;
}
.footerWrap .footerLinks .siteMap li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footerWrap .footerLinks .catLinks {
  position: absolute;
  top: 27px;
  left: 3%;
  height: 300px;
  width: 100%;
}
.footerWrap .footerLinks .siteMapPager {
  margin-top: 10px;
  text-align: center;
  height: 18px;
}
.footerWrap .footerLinks .siteMapPager ul {
  display: inline-block;
}
.footerWrap .footerLinks .siteMapPager li {
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: middle;
}
.footerWrap .footerLinks .siteMapPager .Act {
  background: #067D7D;
}
.footerWrap .footerLinks .siteMapPager .ArrowIcon {
  width: 12px;
  height: 18px;
  background: none;
  border-radius: 100%;
  margin-right: 9px;
  margin-left: 9px;
}
.footerWrap .footerLinks .cledit {
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 0px 0 0 2%;
  z-index: 2;
}
.footerWrap .footerLinks .cledit a {
  color: #fff;
  text-decoration: none;
}
.footerWrap .footerLinks .cledit a:hover {
  color: #fff;
  text-decoration: underline;
}
.footerWrap .footerLinks .cledit dl {
  margin: 0 0 20px 0;
  line-height: 1;
}
.footerWrap .footerLinks .cledit dl dt {
  margin-bottom: 5px;
}
.footerWrap .footerLinks .cledit dl dd {
  margin: 0;
  line-height: 1.6;
}
.footerWrap .footerLinks .cledit ul {
  margin: 10px 0 0 0;
}
.footerWrap .footerLinks .cledit ul li {
  padding-bottom: 20px;
}
.footerWrap .footerLinks .cledit ul li a {
  text-decoration: none;
}
.footerWrap .footerLinks .cledit ul li a:hover {
  text-decoration: underline;
}
.footerWrap .footerLinks .cledit ul li img {
  width: 189px;
  height: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.footerWrap .footerLinks .cledit ul li span {
  display: block;
  font-size: 11px;
}
.footerWrap .footerContent .copyRight {
  background: #067D7D;
  width: 100%;
  height: 70px;
}
.footerWrap .footerContent .copyRight small {
  color: #fff;
  line-height: 70px;
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .container, .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child, .tablet-container:first-child {
    margin-left: auto;
  }

  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }

  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
  }

  .tablet-col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
  }

  .tablet-col-3, .tablet-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }

  .tablet-col-4, .tablet-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }

  .tablet-col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
  }

  .tablet-col-6, .tablet-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }

  .tablet-col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
  }

  .tablet-col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
  }

  .tablet-col-9, .tablet-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }

  .tablet-col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
  }

  .tablet-col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
  }

  .tablet-col-12 {
    width: 100%;
  }

  .tablet-push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
  }

  .tablet-pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
  }

  .tablet-push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
  }

  .tablet-pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
  }

  .tablet-push-3, .tablet-push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }

  .tablet-pull-3, .tablet-pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }

  .tablet-push-4, .tablet-push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }

  .tablet-pull-4, .tablet-pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }

  .tablet-push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
  }

  .tablet-pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
  }

  .tablet-push-6, .tablet-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }

  .tablet-pull-6, .tablet-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }

  .tablet-push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
  }

  .tablet-pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
  }

  .tablet-push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
  }

  .tablet-pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
  }

  .tablet-push-9, .tablet-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }

  .tablet-pull-9, .tablet-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }

  .tablet-push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
  }

  .tablet-pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
  }

  .tablet-push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
  }

  .tablet-pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
  }

  .tablet-no-push, .tablet-no-pull {
    left: auto;
  }

  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }

  .tablet-full:first-child {
    margin-top: 0;
  }

  .tablet-text-left {
    text-align: left;
  }

  .tablet-text-right {
    text-align: right;
  }

  .tablet-text-center {
    text-align: center;
  }

  .tablet-left {
    float: left;
  }

  .tablet-right {
    float: right;
  }

  .tablet-no-float {
    float: none;
  }

  .tablet-no-margin {
    margin: 0;
  }

  .tablet-no-padding {
    padding: 0;
  }

  .no-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .headerWrap {
    position: fixed;
    top: 0;
    z-index: 800;
  }

  .slideMenu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #099999;
    z-index: 999;
  }
  .slideMenu a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .slideMenu .menuList li {
    font-size: 16px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #fff;
  }
  .slideMenu .menuBody {
    position: absolute;
    top: 0;
    left: -300%;
    width: 300%;
    height: 300%;
    display: block;
  }
  .slideMenu .menuBtnWrap {
    display: block;
    width: 18px;
    height: 13px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slideMenu .menuBtnWrap:hover {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slideMenu .menuBtnHit {
    position: absolute;
    top: 18px;
    left: -45px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .slideMenu .menuBtn {
    position: absolute;
    top: 40px;
    left: -37px;
    cursor: pointer;
    background: #000;
    width: 18px;
    height: 2px;
    cursor: pointer;
    display: block;
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
  }
  .slideMenu .menuBtn:before, .slideMenu .menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    display: block;
    cursor: pointer;
  }
  .slideMenu .menuBtn:before {
    margin-top: -6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .slideMenu .menuBtn:after {
    margin-top: 6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .slideMenu .menuBtnClose {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 0;
  }
  .slideMenu .menuBtnClose:before {
    margin-top: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .slideMenu .menuBtnClose:after {
    margin-top: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .breadcrumbBox {
    padding-top: 78px;
  }

  .sideMenu {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .sideMenu ul {
    border-top: none;
    margin-bottom: 10px;
  }
  .sideMenu .eventList li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sideMenu .eventList div {
    padding: 2.5% 0;
    width: 20%;
  }
  .sideMenu .eventList dl {
    width: 80%;
  }
  .sideMenu .bannerList {
    padding-top: 20px;
  }
  .sideMenu .bannerList li {
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    border: solid 1px #DDDDDD;
    border-radius: 2px;
    padding: 0.5%;
    margin: 0 1%;
    width: 31%;
  }
  .sideMenu .bannerList li img {
    width: 100%;
    vertical-align: middle;
  }

  .topMianView {
    width: 100%;
    height: 256px;
    margin-top: 78px;
  }
  .topMianView h1 {
    text-align: center;
    padding-top: 30px;
  }
  .topMianView h1 img {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  .topPostOneLast {
    margin-bottom: 0px;
  }

  .catLabel {
    width: 100px;
  }

  .topPostOne {
    margin-bottom: 40px;
  }

  .topPostOneLast {
    margin-bottom: 10px;
  }

  .categoryPostOneTop {
    margin-bottom: 40px;
  }

  .articleBox {
    padding-left: 0px;
  }

  .articleLinks {
    margin-bottom: 0px;
  }

  .categoryBox {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .categoryPostOneLast {
    margin-bottom: 10px;
  }

  .fiexdPageBox {
    margin-bottom: 0;
  }

  .doctorBox {
    margin-bottom: 0px;
  }

  .aboutBox {
    margin-bottom: 0px;
  }
  .aboutBox .aboutUse {
    background: none;
  }

  .mainContent {
    height: 100%;
  }

  .footerWrap {
    height: 460px;
  }
  .footerWrap .footerLinks {
    width: 100%;
    height: 430px;
    padding-top: 0px;
  }
  .footerWrap .footerLinks .cledit {
    padding: 30px 0 0 0%;
    width: 300px;
    margin: 5px auto 0 auto;
  }
  .footerWrap .footerLinks .cledit a {
    color: #fff;
    text-decoration: underline;
  }
  .footerWrap .footerLinks .cledit a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footerWrap .footerLinks .cledit dl dt {
    margin-bottom: 5px;
  }
  .footerWrap .footerLinks .cledit dl dd {
    margin: 0;
    line-height: 1.6;
  }
  .footerWrap .footerLinks .cledit ul {
    margin: 20px 0 0 0;
  }
  .footerWrap .footerLinks .cledit ul li {
    line-height: 1;
    padding-bottom: 10px;
  }
  .footerWrap .footerLinks .cledit ul li span {
    line-height: 1.8;
  }
  .footerWrap .footerLinks .cledit ul li img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footerWrap .footerLinks .cledit ul li:last-child {
    padding-top: 10px;
  }
  .footerWrap .footerContent .copyRight {
    height: 54px;
  }
  .footerWrap .footerContent .copyRight small {
    line-height: 54px;
  }
}
@media only screen and (max-width: 579px) {
  .container, .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child, .mobile-container:first-child {
    margin-left: auto;
  }

  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }

  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }

  .mobile-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }

  .mobile-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }

  .mobile-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }

  .mobile-col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
  }

  .mobile-col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
  }

  .mobile-col-3 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }

  .mobile-col-4 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }

  .mobile-col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
  }

  .mobile-col-6 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }

  .mobile-col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
  }

  .mobile-col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
  }

  .mobile-col-9 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }

  .mobile-col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
  }

  .mobile-col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
  }

  .mobile-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }

  .mobile-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }

  .mobile-push-1-3 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }

  .mobile-pull-1-3 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }

  .mobile-push-1-4 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }

  .mobile-pull-1-4 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }

  .mobile-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }

  .mobile-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }

  .mobile-push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
  }

  .mobile-pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
  }

  .mobile-push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
  }

  .mobile-pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
  }

  .mobile-push-3 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }

  .mobile-pull-3 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }

  .mobile-push-4 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }

  .mobile-pull-4 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }

  .mobile-push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
  }

  .mobile-pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
  }

  .mobile-push-6 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }

  .mobile-pull-6 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }

  .mobile-push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
  }

  .mobile-pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
  }

  .mobile-push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
  }

  .mobile-pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
  }

  .mobile-push-9 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }

  .mobile-pull-9 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }

  .mobile-push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
  }

  .mobile-pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
  }

  .mobile-push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
  }

  .mobile-pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
  }

  .mobile-no-push, .mobile-no-pull {
    left: auto;
  }

  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block;
  }

  .mobile-full:first-child {
    margin-top: 0;
  }

  .mobile-text-left {
    text-align: left;
  }

  .mobile-text-right {
    text-align: right;
  }

  .mobile-text-center {
    text-align: center;
  }

  .mobile-left {
    float: left;
  }

  .mobile-right {
    float: right;
  }

  .mobile-no-float {
    float: none;
  }

  .mobile-no-margin {
    margin: 0;
  }

  .mobile-no-padding {
    padding: 0;
  }

  .no-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .headerWrap {
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 800;
  }
  .headerWrap .headerContent .headerLogo h1 {
    margin: 6px 0 12px 0;
    height: 25px;
  }
  .headerWrap .headerContent .headerLogo h1 img {
    width: 90px;
    height: 25px;
  }
  .headerWrap .headerContent .headerLogo div {
    line-height: 1;
    font-size: 6px;
    color: #000;
    width: 90px;
    text-align: center;
  }
  .headerWrap .headerContent .headerLogo div span {
    font-size: 6px;
  }

  .slideMenu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #099999;
    z-index: 999;
  }
  .slideMenu a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .slideMenu .menuList li {
    font-size: 16px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #fff;
  }
  .slideMenu .menuBody {
    position: absolute;
    top: 0;
    left: -300%;
    width: 300%;
    height: 300%;
    display: block;
  }
  .slideMenu .menuBtnWrap {
    display: block;
    width: 18px;
    height: 13px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slideMenu .menuBtnWrap:hover {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slideMenu .menuBtnHit {
    position: absolute;
    top: 5px;
    left: -45px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .slideMenu .menuBtn {
    position: absolute;
    top: 25px;
    left: -37px;
    cursor: pointer;
    background: #000;
    width: 18px;
    height: 2px;
    cursor: pointer;
    display: block;
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
  }
  .slideMenu .menuBtn:before, .slideMenu .menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    display: block;
    cursor: pointer;
  }
  .slideMenu .menuBtn:before {
    margin-top: -6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .slideMenu .menuBtn:after {
    margin-top: 6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .slideMenu .menuBtnClose {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 0;
  }
  .slideMenu .menuBtnClose:before {
    margin-top: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .slideMenu .menuBtnClose:after {
    margin-top: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sideMenu {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .sideMenu ul {
    border-top: solid 3px #999;
    margin-bottom: 10px;
  }
  .sideMenu .eventList {
    padding-top: 15px;
  }
  .sideMenu .eventList li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sideMenu .eventList div {
    padding: 2.5% 0;
    width: 40%;
  }
  .sideMenu .eventList dl {
    width: 60%;
    padding-left: 5%;
  }
  .sideMenu .eventList dl dt {
    font-size: 14px;
  }
  .sideMenu .eventList dl dd {
    color: #666;
    font-size: 12px;
  }
  .sideMenu .bannerList {
    padding-top: 15px;
  }
  .sideMenu .bannerList li {
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    border: solid 1px #DDDDDD;
    border-radius: 2px;
    padding: 1.5%;
  }
  .sideMenu .bannerList li img {
    width: 100%;
    vertical-align: middle;
  }

  .breadcrumbBox {
    padding-top: 50px;
    display: table;
  }
  .breadcrumbBox .breadcrumb {
    line-height: 1.5;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
  }
  .breadcrumbBox .breadcrumbOneLine {
    height: 30px;
    line-height: 30px;
    padding-top: 0;
  }

  .topMianView {
    width: 100%;
    height: 200px;
    margin-top: 50px;
    min-height: 100%;
    background: url(./img/top_main_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .topMianView h1 {
    text-align: center;
    padding-top: 20px;
  }
  .topMianView h1 img {
    width: 238px;
    height: auto;
    margin: 0 auto;
  }
  .topMianView h2 {
    font-size: 15px;
  }
  .topMianView h2 span {
    background: #fff;
    padding: 10px 27px 6px 27px;
    border-radius: 30px 30px 0 0;
  }

  .catLabel {
    font-size: 10px;
    width: 63px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .catLabelA {
    background: #69A1F4;
    width: 54px;
  }

  .catLabelB {
    background: #6BA96E;
    width: 54px;
  }

  .catLabelC {
    background: #F3A447;
    width: 111px;
  }

  .catLabelD {
    background: #F76BA3;
    width: 70px;
  }

  .catLabelE {
    background: #9C61EC;
    width: 63px;
  }

  .topPostOne {
    margin-bottom: 40px;
  }
  .topPostOne h1 {
    margin-bottom: 8px;
  }
  .topPostOne .readBtn {
    width: 100%;
  }

  .topPostOneLast {
    margin-bottom: 0px;
  }

  .hrTop {
    margin: 0px 0 15px 0;
  }

  .articleBox {
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .articleBox .postCredit {
    margin-bottom: 0px;
  }
  .articleBox h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .articleBox h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .articleBox .imgCol3 {
    width: 100%;
  }
  .articleBox .imgCol5 {
    width: 100%;
  }
  .articleBox .imgCol8 {
    width: 100%;
  }
  .articleBox .imgCol3SP {
    width: 37%;
  }
  .articleBox .imgCol5SP {
    width: 62%;
  }
  .articleBox .imgCol8SP {
    width: 100%;
  }

  .articleTitl {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .postCredit {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .postCredit .brake {
    margin-bottom: 0;
  }

  .articleSNS {
    margin-top: 0px;
  }

  .articleLinks {
    margin-bottom: 0px;
  }
  .articleLinks hr {
    margin: 0 0 25px 0;
  }
  .articleLinks h2 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .articleLinks h2 span {
    font-size: 20px;
  }

  .categoryBox {
    padding-left: 0;
    margin-bottom: 0px;
  }

  .categoryTitl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 21px;
  }
  .categoryTitl span {
    font-size: 28px;
  }

  .categoryPostOne {
    margin-bottom: 40px;
  }
  .categoryPostOne h1 {
    line-height: 1.2;
    font-size: 24px;
  }
  .categoryPostOne .categoryPostOneWithImg p {
    margin-bottom: 20px;
  }
  .categoryPostOne .readBtn {
    width: 100%;
  }
  .categoryPostOne .readBtnNoImg {
    margin-top: 20px;
  }

  .categoryPostOneLast {
    margin-bottom: 10px;
  }

  .pickupLabel {
    font-size: 10px;
    width: 90px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .hrCategory {
    margin: 35px 0 15px 0;
  }

  .fiexdPageBox {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .fiexdPageBox h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .fiexdPageBox h1 span {
    font-size: 20px;
  }
  .fiexdPageBox p {
    padding-bottom: 0px;
  }
  .fiexdPageBox .headPh {
    margin-top: 25px;
  }
  .fiexdPageBox .headPhB {
    margin-bottom: 50px;
  }

  .doctorBox {
    margin-bottom: 0px;
  }

  .aboutBox {
    margin-bottom: 0px;
  }
  .aboutBox p {
    font-size: 14px;
  }
  .aboutBox .aboutSign {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .aboutBox .aboutSign span {
    font-size: 13px;
  }
  .aboutBox .aboutLinks {
    display: table;
    padding-bottom: 0;
  }
  .aboutBox .aboutLinks li {
    position: relative;
    height: 62px;
    display: table;
    line-height: 1.5;
    padding-left: 15%;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
  }
  .aboutBox .aboutLinks li span {
    height: 62px;
    display: table-cell;
    vertical-align: middle;
  }
  .aboutBox .aboutLinks li:last-child {
    margin-bottom: 10px;
  }
  .aboutBox .aboutUse {
    background: none;
    margin-bottom: 15px;
  }
  .aboutBox .aboutUse dl {
    padding: 20px 20px 20px 20px;
  }
  .aboutBox .aboutUse dl dt {
    line-height: 1.3;
    font-size: 19px;
    border-bottom: dotted 1px #CCCCCC;
    padding-bottom: 15px;
  }
  .aboutBox .aboutUse dl dd {
    font-size: 14px;
  }
  .aboutBox .aboutUselast-child {
    margin-bottom: 20px;
  }

  .aboutKnows {
    margin-bottom: 15px;
  }
  .aboutKnows h3 {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
  }
  .aboutKnows dl dt {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .aboutKnows dl dd {
    line-height: 1.5;
  }

  .aboutKnowsLast {
    margin-bottom: 0px;
  }

  .doctorBox table .dName {
    padding: 11px 0 5px 0;
    margin: 0;
    line-height: 1;
  }
  .doctorBox table .dPlace {
    margin: 0;
    padding: 0px 0 11px 0;
  }

  .indexPageBox .indexListBox {
    margin-bottom: 10px;
  }
  .indexPageBox .indexListOne h3 {
    line-height: 46px;
    font-size: 20px;
  }
  .indexPageBox .indexListOne h3 .arrowIcon {
    left: 90%;
  }
  .indexPageBox .indexListOne .indexListOneList {
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .indexPageBox .indexListOne .indexListOneList li {
    margin-bottom: 16px;
    font-size: 14px;
    display: block;
  }
  .indexPageBox .indexListOne .indexListOneList li dt {
    margin-bottom: 8px;
  }

  .mainWrap {
    margin-top: 20px;
  }

  .mainContent {
    height: 100%;
  }

  .footerWrap {
    height: 424px;
  }
  .footerWrap .footerLinks {
    width: 100%;
    height: 430px;
    padding-top: 0px;
  }
  .footerWrap .footerLinks .cledit {
    padding: 30px 0 0 0;
    margin-top: 0;
  }
  .footerWrap .footerLinks .cledit a {
    color: #fff;
    text-decoration: underline;
  }
  .footerWrap .footerLinks .cledit a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footerWrap .footerLinks .cledit dl {
    padding-left: 0px;
  }
  .footerWrap .footerLinks .cledit dl dt {
    margin-bottom: 5px;
  }
  .footerWrap .footerLinks .cledit dl dd {
    margin: 0;
    line-height: 1.6;
  }
  .footerWrap .footerLinks .cledit ul {
    margin: 25px 0 0 0;
  }
  .footerWrap .footerLinks .cledit ul li {
    padding-left: 0px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .footerWrap .footerLinks .cledit ul li span {
    line-height: 1.5;
  }
  .footerWrap .footerLinks .cledit ul li img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footerWrap .footerLinks .cledit ul li:last-child {
    padding-top: 10px;
  }
  .footerWrap .footerContent .copyRight {
    height: 54px;
    padding-top: 7px;
    padding-left: 20px;
  }
  .footerWrap .footerContent .copyRight small {
    line-height: 1.3;
    text-indent: 1.5em;
    margin-left: -1.5em;
  }
}
@media print {
  * {
    background: transparent;
  }

  a, a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
