@charset "UTF-8";
/*===== BASE =====*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ul,
ol {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  max-height: none;
}

/*==== PLEASE REMOVE ====*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: -apple-system, "ヒラギノ角ゴ Pro W3", "Kozuka Gothic Pr6N", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Osaka, sans-serif;
  -webkit-text-size-adjust: none;
  color: #000;
}
.ie body {
  font-family: Meiryo, -apple-system, "ヒラギノ角ゴ Pro W3", "Kozuka Gothic Pr6N", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", Arial, Osaka, sans-serif;
}

.ft-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Kozuka Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ie .ft-serif {
  font-family: serif;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: solid 2px #268DC2;
}

.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.trans:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.maxw {
  max-width: 100%;
}

.hidden {
  display: none;
}

.ft-114 {
  font-size: 114%;
}

.text-left {
  text-align: left;
}

.text-left-im {
  text-align: left !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.text-center {
  text-align: center !important;
}

.scv_btn {
  border: 1px solid #008000;
  color: #008000;
  background-color: #b8f28c;
  font-size: x-small;
  font-weight: bold;
  padding: 5px;
  margin-left: 20px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.container {
  width: 100%;
  min-width: 960px;
}

.main-content {
  margin-top: 31px;
  margin-bottom: 30px;
}

.wrapper {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.sm {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

@media (min-width: 641px) {
  .float-l {
    float: left;
  }

  .float-r {
    float: right;
  }

  .nowrap-pc {
    white-space: nowrap;
  }

  img.left-side {
    margin-right: 20px;
    z-index: 99;
    position: relative;
  }

  img.right-side {
    margin-left: 20px;
    z-index: 99;
    position: relative;
  }
}
.img-block {
  width: 300px;
}
.img-block span {
  text-align: center;
  display: block;
}

@media (max-width: 640px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  img {
    display: block;
    max-width: 100%;
  }

  img.inline {
    display: inline;
  }

  .trans {
    opacity: 1;
  }

  .trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  body {
    font-size: 14px;
  }

  .container {
    width: auto;
    min-width: 0;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 13px;
    padding-right: 14px;
  }

  .img-block {
    width: auto;
    max-width: 300px;
  }
}
@media (max-width: 415px) {
  .dis-inl06 {
    display: inline-block;
  }
}
@media (max-width: 375px) {
  .wrapper {
    padding: 0 10px;
  }

  .dis-inl06 {
    display: inline-block;
  }
}
.underline {
  text-decoration: underline;
}

img.inline-mid {
  display: inline;
  vertical-align: middle;
}

.no-dot:after {
  display: none;
}

.db {
  display: block;
}

.small-f {
  font-size: 70%;
}

.big-f {
  font-size: 140%;
}

.wbr {
  word-break: break-all;
}

.green-txt {
  color: #393;
}

.cl01 {
  color: #e04a53;
}

.over-auto {
  overflow: auto;
}

.go-black {
  background-color: black !important;
  color: white !important;
}

/*===== COMMON PARTS =====*/
/* / search input */
.main-header .search .box-search.custom-gg .gsc-control-cse {
  padding: 0;
  border: 0;
}
.main-header .search .box-search.custom-gg form.gsc-search-box {
  margin-bottom: 0;
}
.main-header .search .box-search.custom-gg table.gsc-search-box {
  margin-bottom: 0;
}
.main-header .search .box-search.custom-gg .gsc-search-box .gsc-input > input:hover,
.main-header .search .box-search.custom-gg .gsc-input-box-hover {
  border: none !important;
  border-top-color: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.main-header .search .box-search.custom-gg .gsc-search-box .gsc-input > input:focus,
.main-header .search .box-search.custom-gg .gsc-input-box-focus {
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.main-header .search .box-search.custom-gg .gsc-search-button {
	display: none;
}
.main-header .search .box-search.custom-gg .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
  height: 26px;
}
.main-header .search .box-search.custom-gg .gsc-search-box-tools .gsc-search-box .gsc-input:focus {
  background-image: none !important;
}
.main-header .search .box-search.custom-gg .gsib_a {
  padding: 0;
  height: 26px;
}
.main-header .search .box-search.custom-gg .gsib_b a {
  background: none;
  line-height: inherit;
}
.main-header .search .box-search.custom-gg .gsc-input-box-focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-header .search .box-search.custom-gg .gstl_50 {
  height: 100%;
}
.main-header .search .box-search.custom-gg .gsc-input-box {
  border: 0;
  height: 26px;
}
/* / search input */
/* search result */
.gsc-adBlock,
.gcsc-branding {
  display: none !important;
}
.gsc-above-wrapper-area {
  margin-bottom: 20px !important;
}
.gsc-control-cse {
  padding: 0 !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding: 0 !important;
}
.gsc-result .gs-title {
  height: auto !important;
}
.gsc-results .gsc-cursor-box {
  margin: 30px 0 !important;
  padding: 30px 0 0;
  border-top: solid 1px #d1d1d1;
  text-align: center !important;
}
.gsc-cursor-page {
  display: inline-block !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 10px !important;
  border: solid 1px #ddd !important;
  background: #eee !important;
  color: #000 !important;
  font-size: 16px !important;
}
.gsc-cursor-page + .gsc-cursor-page {
  margin-left: 5px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #ccc !important;
}
/* / search result */

.sub-ttl {
  display: block;
  text-align: left;
  border-bottom: 1px solid #47ad58;
  font-size: 16px;
  padding: 9px 0 5px;
  margin-bottom: 10px;
}

.top-header {
  background: #1c8cc4;
}
.top-header .left-top-header {
  float: left;
  position: relative;
}
.top-header .left-top-header:before {
  position: absolute;
  height: 100%;
  width: 2px;
  left: -2px;
  content: "";
  background: rgba(255, 255, 255, 0.21);
}
.top-header .left-top-header .dis-tb {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 535px;
}
.top-header .left-top-header a {
  display: table-cell;
  border-right: 1px solid rgba(255, 255, 255, 0.21);
  height: 36px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #135f86;
  position: relative;
  letter-spacing: 0.1em;
}
.top-header .left-top-header a:before {
  width: 100%;
  height: 3px;
  background: #00feff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.top-header .left-top-header a.active:before {
  display: block;
}
.top-header .left-top-header a span {
  display: inline-block;
  background: url(../img/icon01.png) no-repeat right center;
  padding-right: 14px;
}
.top-header .right-top-header {
  float: right;
  width: 415px;
}
.top-header .right-top-header .dis-tb {
  display: table;
  width: 100%;
}
.top-header .right-top-header a {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  height: 36px;
  color: #fff;
  letter-spacing: 0.025em;
  position: relative;
}
.top-header .right-top-header a.active {
  background: #187aab;
}
.top-header .right-top-header a.stl1 {
  width: 84px;
}
.top-header .right-top-header a.stl2 {
  width: 45px;
  font-size: 14px;
}
.top-header .right-top-header a.stl2.active {
  background: #187aab;
}
.top-header .right-top-header a.stl3 {
  width: 82px;
}
.top-header .right-top-header a span {
  display: inline-block;
}
.top-header .right-top-header a.white:after {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3px;
  content: "";
  right: 0;
  bottom: 1px;
}
.top-header .right-top-header a.black:after {
  position: absolute;
  background: #000;
  width: 100%;
  height: 3px;
  content: "";
  right: 0;
  bottom: 1px;
}
.top-header .right-top-header a.has-arrow {
  padding-bottom: 6px;
}
.top-header .right-top-header a.has-arrow span {
  position: relative;
}
.top-header .right-top-header a.has-arrow span:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  left: 0;
  bottom: -1px;
}
.top-header .right-top-header a.has-arrow span:before {
  position: absolute;
  width: 6px;
  height: 5px;
  background: url(../img/icon02.png) no-repeat center center;
  content: "";
  left: 50%;
  margin-left: -3px;
  bottom: -8px;
}
.top-header .translation-select {
  float: right;
  width: 155px;
  margin-right: 2px;
  margin-top: 3px;
}
.top-header .translation-select select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  border: 1px solid #cecece;
  height: 35px;
  background: #fff url("../img/icon44.png") no-repeat 96% center;
  padding: 0px 10px;
}
.ie .top-header .translation-select select {
  background: #fff;
  padding-right: 0;
}

.main-header {
  padding: 30px 0 17px;
}
.main-header .logo {
  float: left;
  margin-left: 2px;
  margin-top: 3px;
}
.main-header .list-top-hospital {
  float: left;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  padding: 6px 13px 2px 6px;
  margin-left: 17px;
}
.main-header .list-top-hospital li {
  display: block;
  padding-bottom: 0;
}
.main-header .list-top-hospital li:first-child {
  background: url(../img/border01.png) repeat-x left bottom;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.main-header .list-top-hospital li a {
  display: inline-block;
  padding-right: 15px;
  color: #1c1c1c;
  background: url(../img/icon03.png) no-repeat right center;
}
.main-header .phone {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.main-header .phone span {
  /*color: #29ae44;*/
  color: #196729;
  margin-left: 4px;
  font-size: 30px;
  font-family: Impact;
  line-height: 24px;
  position: relative;
  top: 3px;
}
.main-header .search {
  float: right;
  margin-top: -1px;
  margin-right: -1px;
}
.main-header .search a {
  display: inline-block;
  background: url(../img/icon04.png) no-repeat right center;
  padding-right: 13px;
  line-height: 29px;
  color: #000000;
  font-size: 12px;
  margin-left: 6px;
  letter-spacing: -0.075em;
}
.main-header .search a.traffic {
  letter-spacing: 0.05em;
  padding-right: 10px;
}
.main-header .search .box-search {
  float: right;
  width: 238px;
  border: 1px solid #cccccc;
  background: #fff;
  margin-left: 8px;
  border-radius: 0px 1px 1px 0px;
  -moz-border-radius: 0px 1px 1px 0px;
  -webkit-border-radius: 0px 1px 1px 0px;
  overflow: hidden;
}
.main-header .search .box-search input {
  width: 200px !important;
  padding: 7px 5px 4px !important;
  font-size: 12px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  height: 26px;
  border: 0;
  text-indent: 6px;
}
/*.main-header .search .box-search.custom-gg .gsc-search-box-tools .gsc-search-box .gsc-input {
  background: url(http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) 3px -1px no-repeat rgb(255, 255, 255) !important;
}*/
.main-header .search .box-search.custom-gg .gsc-search-box-tools .gsc-search-box .gsc-input {
  background: none !important;
}
.main-header .search .box-search .btn-search {
  float: right;
  width: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  height: 26px;
  border: 0;
  width: 34px;
  background: #f8f8f8 url(../img/icon05.png) no-repeat center center;
  cursor: pointer;
}

nav {
  background-image: url(../img/border02.png), url(../img/border02.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
nav .wrapper ul.navigation {
  position: relative;
  display: table;
  width: 100%;
  border-left: 1px solid rgba(138, 138, 138, 0.79);
}
nav .wrapper ul.navigation > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(138, 138, 138, 0.79);
  height: 59px;
  width: 148px;
}
nav .wrapper ul.navigation > li.home {
  width: auto;
}
nav .wrapper ul.navigation > li.home a {
  padding-top: 5px;
}
nav .wrapper ul.navigation > li > a {
  display: block;
  font-size: 14px;
  height: 59px;
  line-height: 59px;
  position: relative;
}
nav .wrapper ul.navigation > li > a.two-line {
  line-height: 20px;
  padding-top: 11px;
}
nav .wrapper ul.navigation > li > a.active {
  background: #01a975;
  color: #fff;
}
nav .wrapper ul.navigation > li > a.has-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 21px;
  border-color: transparent transparent #47ad58 transparent;
  content: "";
  top: 72px;
  left: 47px;
  display: none;
  z-index: 1;
}
nav .wrapper ul.navigation .drop-down {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  padding-top: 37px;
  z-index: 200;
}
nav .wrapper ul.navigation .drop-down .cover {
  position: relative;
  padding: 37px 32px 22px;
  border: 4px solid #47ad58;
  background: #f4fcff;
}

.list-link-drop {
  margin: 0 -8px;
}
.list-link-drop > div {
  float: left;
  width: 33.333333%;
  padding: 0 8px;
  margin-bottom: 10px;
}
.list-link-drop > div a {
  display: block;
  border: 1px solid #47ad58;
  background: #fff;
  padding: 8px 17px 7px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #000000;
  text-align: left;
  background: #f8f8f8 url(../img/icon07.png) no-repeat right 6px center;
}

.list-link-drop2 {
  border: 1px solid #c0c0c0;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 21px;
  padding: 16px 13px 0;
}
.list-link-drop2 li {
  float: left;
  margin-bottom: 17px;
}
.list-link-drop2 li.first {
  width: 33.333333%;
}
.list-link-drop2 li.second {
  width: 36.7%;
}
.list-link-drop2 li.third {
  width: auto;
}
.list-link-drop2 li a {
  font-size: 16px;
  padding: 0 4px 0 0;
  letter-spacing: 0.025em;
  display: block;
  text-align: left;
}

.navigation-sm {
  display: none;
}

.header02 .top-header .left-top-header a {
  height: 43px;
}

.header02 .top-header .right-top-header a {
  height: 43px;
}

.header02 .top-header .left-top-header .dis-tb {
  width: 365px;
}

.header02 .top-header .right-top-header {
  float: left;
}

.header02 .top-header .left-top-header a span {
  display: block;
  background: url("../img/icon01.png") no-repeat 7px center;
  padding: 0px 7px;
}

@media only screen and (min-width: 641px) {
  nav .wrapper ul.navigation > li:hover > a,
  nav .wrapper ul.navigation > li.active > a {
    background: #01a975;
    color: #fff;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  nav .wrapper ul.navigation > li:hover > a:after {
    display: block;
  }
  nav .wrapper ul.navigation > li:hover .drop-down {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  header {
    position: relative;
  }
  header .main-header {
    position: relative;
    z-index: 200;
  }
  header .navigation-sm {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 75px;
    left: 0;
    padding-bottom: 108px;
    overflow-y: auto;
    padding-top: 0;
  }
    /* 2018.02.05 add start */
  header .box-search {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
  }
  header .box-search .gsc-search-button {
	  display: none;
  }
  .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  	width: 25px !important;
  	height: 25px !important;
  	border: none!important ;
  	background-color: #4d90fe !important;
  	background-image: url("https://www.google.com/uds/css/v2/search_box_icon.png") !important;
  	background-repeat: no-repeat !important;
  	background-position: 50% 50% !important;
  	padding: 3px 18px !important;
  }
  table.gsc-search-box {
    margin-bottom: 0 !important;
  }
  table.gsc-search-box td {
    vertical-align: top;
  }
  #gs_id51 {
    vertical-align: middle !important;
  }
  form.gsc-search-box {
  	margin-bottom: 0 !important;
  }
  .gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -moz-box-shadow: inset 0 0 0 rgba(0,0,0,.1) !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.1) !important;
    box-shadow: inset 0 0 0 rgba(0,0,0,.1) !important;
  }
  .gsib_a {
    padding: 1px !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 23px !important;
    margin: -0.05em 0px 0px !important;
    padding: 0 5px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }
  table.gsc-search-box td {
    vertical-align: bottom;
  }
  .gsc-results-wrapper-overlay {
    width: 90% !important;
    height: 85% !important;
    top: 12% !important;
    left: 5% !important;
    padding: 30px 15px 15px !important;
    border-radius: 0 !important;
    box-shadow: 0px 0px 2px rgba(34, 25, 25, 0.3);
  }
  .gsc-results-close-btn {
  	top: 10px !important;
  	right: 10px !important;
  }
  .gsc-input-box {
    height: auto !important;
    padding: 10px 5px;
    border: none !important;
  }
  .gsc-cursor-page {
    width: 20px !important;
    height: 20px !important;
    padding: 3px !important;
    font-size: 10px !important;
  }
  /* 2018.02.05 add end */

  header .top-navsm {
    background: url(../img/bg-top-nav.png) repeat center center;
    text-align: center;
    margin-top: 7px;
    padding-bottom: 2px;
    margin-bottom: 27px;
  }
  header .top-navsm ul {
    display: inline-block;
    width: 226px;
  }
  header .top-navsm ul li {
    font-size: 14px;
    line-height: 1.72;
    border-top: 1px solid rgba(255, 255, 255, 0.48);
    text-align: left;
    padding: 8px 0 6px 12px;
  }
  header .top-navsm ul li:first-child {
    border-top: 0;
  }
  header .top-navsm ul li span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    width: 92px;
  }
  header .top-navsm ul li a {
    display: inline-block;
    width: 53px;
    background: rgba(255, 255, 255, 0.43);
    text-align: center;
    margin-right: 11px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
  }
  header .top-navsm ul li a.black {
    background-color: #000;
    color: #fff;
  }
  header .top-navsm ul li a.opacity {
    background: #fff;
  }
  header .top-navsm ul li a.last {
    margin-right: 0;
  }
  header .btn-close {
    display: inline-block;
  }
  header .btn-close img {
    display: block;
    margin: 0 auto;
  }
  header ul.list-nav-sm {
    padding: 0 12px;
    margin-bottom: 30px;
  }
  header ul.list-nav-sm li {
    display: block;
    border-bottom: 1px solid #5cc19d;
  }
  header ul.list-nav-sm li:first-child {
    border-top: 1px solid #5cc19d;
  }
  header ul.list-nav-sm li a {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 16px 28px 16px 18px;
    letter-spacing: 0.05em;
  }
  header ul.list-nav-sm li a img {
    display: inline-block;
    margin-left: 11px;
  }
  header ul.list-nav-sm li a.has-drop {
    background: url(../img/icon39.png) no-repeat right 15px center;
  }
  header ul.list-nav-sm li a.has-drop.active {
    background: url(../img/icon40.png) no-repeat right 15px center;
  }
  header ul.list-nav-sm li ul {
    background: #e2fff6;
    display: none;
  }
  header ul.list-nav-sm li ul li {
    display: block;
  }
  header ul.list-nav-sm li ul li:last-child {
    border: 0;
  }
  header ul.list-nav-sm li ul li a {
    padding: 10px 32px;
  }

  .main-header {
    padding: 10px 0 31px;
  }
  .main-header .logo {
    margin-left: -1px;
    margin-top: 6px;
  }
  .main-header .link-nav-sm {
    float: right;
  }
  .main-header .link-nav-sm a {
    float: left;
    margin-left: 12px;
  }
  .main-header .link-nav-sm a.active {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 460px) {
  .main-header .logo img {
    height: 29px;
    width: auto;
  }

  header .navigation-sm {
    top: 50px;
    padding-bottom: 70px;
  }
  header .navigation-sm.search {
    padding-top: 35px;
  }

  header .box-search {
    margin-bottom: 30px;
  }

  header .btn-close {
    width: 70px;
  }

  .main-header .link-nav-sm {
    margin-top: 3px;
  }

  .main-header .link-nav-sm a {
    margin-left: 9px;
  }
  .main-header .link-nav-sm a.active {
    opacity: 0.5;
  }
  .main-header .link-nav-sm a:first-child {
    margin-left: 0;
  }

  .main-header .link-nav-sm a img {
    width: auto;
    height: 30px;
  }
}
@media (max-width: 375px) {
  header ul.list-nav-sm li a {
    padding: 10px 28px 10px 10px;
    font-size: 14px;
  }

  header .top-navsm {
    margin-bottom: 15px;
  }

  header ul.list-nav-sm li ul li a {
    padding: 10px 20px;
  }
}
footer {
  padding-bottom: 33px;
}
footer .top-footer {
  padding: 34px 0 7px;
}
footer .top-footer .left {
  float: left;
  width: 472px;
}
footer .top-footer .right {
  float: right;
  width: 469px;
}
footer .top-footer .right .mapgg {
  border: 1px solid #cdcdcd;
  margin-bottom: 6px;
}
footer .top-footer .right .mapgg .map {
  height: 272px;
}
footer .top-footer .right .mapgg iframe {
  display: block;
}
footer .top-footer .right .new-link {
  margin-top: 5px;
}
footer .top-footer .right .viewmap {
  font-size: 13px;
  color: #1d2088;
  text-decoration: underline;
  margin-left: 4px;
}
footer .privacy-protect {
  background: #47ad58;
  padding: 10px 0 7px;
  position: relative;
}
footer .privacy-protect.dark {
  background: #01a975;
}
footer .privacy-protect .ttl {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-top: 2px;
}
footer .copy-right {
  text-align: center;
  font-size: 13px;
  margin-top: 2px;
}
footer .upper .logo-ft {
  margin-top: 7px;
  float: left;
}
footer .upper .list-top-hospital {
  float: left;
  width: 124px;
  padding: 5px 13px 0px 8px;
  margin-left: 17px;
  margin-top: 2px;
}
footer .upper .list-top-hospital li {
  display: block;
  padding-bottom: 0;
}
footer .upper .list-top-hospital li a {
  display: inline-block;
  letter-spacing: 0.05em;
  padding-right: 15px;
  font-size: 13px;
  color: #1c1c1c;
  background: url(../img/icon03.png) no-repeat right center;
  text-decoration: underline;
}
footer .upper .list-top-hospital li a:hover {
  color: #1d2088;
}
footer .upper .list-top-hospital li:first-child {
  background: url(../img/border01.png) repeat-x left bottom;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
footer .lower {
  margin-top: 15px;
}
footer .lower .partner {
  float: left;
  width: 270px;
}
footer .lower .partner li {
  margin-bottom: 20px;
}
footer .lower .partner li a {
  display: block;
}
footer .lower .partner li a img {
  display: block;
}
footer .lower .warning {
  float: left;
  width: 140px;
  margin-left: 18px;
  padding-top: 2px;
}
footer .lower .warning .hos-commu a {
  color: #1d2088;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.5;
  padding: 2px 14px 5px 11px;
  letter-spacing: 0.1em;
  background: url(../img/icon04.png) no-repeat right bottom 11px;
}
footer .lower .warning .hos-commu a img {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: -2px;
  margin-right: 1px;
}
footer .lower .warning .no-smoke {
  background-image: url(../img/border02.png), url(../img/border02.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
  margin-top: 2px;
  padding: 7px 0 3px;
  text-align: center;
}
footer .lower .warning .no-smoke a {
  display: block;
  text-align: center;
  padding: 6px 0px 9px;
}
footer .lower .warning .no-smoke a img {
  display: block;
  margin: 0 auto;
}
footer .address {
  font-size: 13px;
  padding-left: 3px;
}
footer .new-link {
  float: right;
  margin-top: 41px;
  margin-right: 2px;
}
footer.footer02 .privacy-protect {
  padding: 9px 0;
}
footer.footer02 .privacy-protect .ttl {
  margin-left: 1px;
}
footer.footer02 .top-footer {
  padding: 0px 0 10px;
}
footer.footer02 .top-footer .left {
  width: 100%;
}
footer.footer02 .top-footer .left .upper {
  float: left;
  width: 430px;
}
footer.footer02 .top-footer .left .address {
  float: left;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  padding-left: 0;
  margin-left: 27px;
  margin-top: 12px;
}

.to-top {
  position: fixed;
  right: 100px;
  bottom: 10px;
  z-index: 9999;
  width: 57px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.to-top.show {
  opacity: 1;
}
.to-top.absolute {
  position: absolute;
  top: -48px;
}

@media (max-width: 640px) {
  footer {
    padding-bottom: 0;
  }
  footer .top-footer {
    padding: 27px 0 30px;
  }
  footer .top-footer .left {
    width: 100%;
  }
  footer.footer02 .address {
    padding: 11px 0px 30px;
  }
  footer .privacy-protect {
    background: #fff;
    padding: 9px 0;
  }
  footer .privacy-protect.dark {
    background: #fff;
  }
  footer .privacy-protect .menu-privacy li.sm {
    display: inline-block !important;
    margin-left: 11px;
    vertical-align: top;
  }
  footer .privacy-protect .menu-privacy li.sm a {
    color: #000;
    font-size: 19px;
    padding-right: 18px;
    background: url("../img/icon36.png") no-repeat right center;
    display: block;
    letter-spacing: 0.1em;
  }
  footer .copy-right {
    color: #fff;
    background: #47ad58;
    margin-top: 0px;
    padding: 6px 0;
  }
  footer .lower {
    margin-top: 0px;
  }
  footer .lower .partner {
    width: 59.7%;
    padding-left: 6px;
  }
  footer .lower .partner li a {
    display: block;
  }
  footer .lower .partner li a img {
    display: block;
  }
  footer .lower .warning {
    float: right;
    width: 34%;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 16px;
  }
  footer .lower .warning .hos-commu a {
    color: #000;
    text-decoration: none;
    padding: 10px 0px 9px;
    padding-right: 7px;
  }
  footer .lower .warning .hos-commu a img {
    bottom: -3px;
    margin-right: 0px;
    width: 24%;
  }
  footer .lower .warning .no-smoke {
    margin-top: 12px;
    padding: 0px 10px 0px 6px;
  }
  /*footer .lower .warning .no-smoke a {
    display: block;
    text-align: center;
    padding: 6px 0px 9px;
  }
  footer .lower .warning .no-smoke a img {
    display: block;
    margin: 0 auto;
  }*/
  footer .lower .warning .no-smoke img {
    width: 100%;
    height: auto;
    max-width: auto;
  }
  footer .address {
    padding: 11px 0 40px;
    border-top: 7px solid #47ad58;
    background: url("../img/bd02.png") repeat-x bottom center;
    letter-spacing: 0.05em;
  }
  footer .address .ttl {
    float: left;
    font-weight: bold;
    font-size: 16px;
  }
  footer .address .ttl span {
    font-size: 20px;
  }
  footer .address .add {
    float: right;
    width: 243px;
    font-size: 13px;
    line-height: 1.384615384615385;
    margin-top: 3px;
  }
  footer .address .add a {
    font-size: 13px;
    padding-right: 16px;
    background: url("../img/icon35.png") no-repeat right center;
  }

  .to-top {
    right: 10px;
    bottom: 10px;
    top: auto !important;
  }
  .to-top.show {
    opacity: 0.7;
  }
  .to-top.absolute {
    /** top: -267px; **/
  }
}
@media (max-width: 415px) {
  footer .top-footer {
    padding-bottom: 10px;
  }

  footer .lower .partner {
    padding-left: 0;
    width: 58%;
  }

  footer .lower .partner li {
    margin-bottom: 20px;
  }

  footer .lower .warning {
    width: 38%;
    padding-right: 0;
  }

  footer .lower .warning .no-smoke {
    padding: 0;
    margin-top: 5px;
  }

  footer .lower .warning .hos-commu a {
    font-size: 12px;
    padding: 4px 10px 4px 0;
  }

  footer .lower .warning .hos-commu a img {
    width: 17px;
    bottom: 0;
  }

  footer .address {
    padding-bottom: 20px;
  }

  footer .address .add {
    width: 100%;
    text-align: left;
  }

  footer .privacy-protect .menu-privacy li.sm a {
    font-size: 16px;
  }

  footer .privacy-protect .menu-privacy li.sm a img {
    width: auto;
    height: 16px;
  }

  footer .copy-right {
    font-size: 11px;
  }
}
.section-spect {
  padding-top: 18px;
}

.mt-09 {
  margin-top: -6px;
}

.lh01 {
  line-height: 1;
}

.mb01 {
  margin-bottom: 01px !important;
}

.mb02 {
  margin-bottom: 02px !important;
}

.mb03 {
  margin-bottom: 03px !important;
}

.mb04 {
  margin-bottom: 04px !important;
}

.mb05 {
  margin-bottom: 05px !important;
}

.mb06 {
  margin-bottom: 06px !important;
}

.mb07 {
  margin-bottom: 07px !important;
}

.mb08 {
  margin-bottom: 08px !important;
}

.mb09 {
  margin-bottom: 09px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb41 {
  margin-bottom: 41px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb51 {
  margin-bottom: 51px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.link {
  text-decoration: underline;
  color: #0012bc;
}

.icon-small {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.head-cmn-tab li {
  float: left;
  width: 150px;
  margin-right: 6px;
}
.head-cmn-tab li:last-child {
  margin-right: 0;
}
.head-cmn-tab li.active a {
  background: #f26870;
  color: #fff;
  position: relative;
}
.head-cmn-tab li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #b5383d;
  left: 0;
  bottom: 0;
}
.head-cmn-tab li.active a:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -7px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #b5383c transparent transparent transparent;
}
.head-cmn-tab li a {
  display: block;
  font-size: 114.28%;
  background: #f0efef;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
#topics-list.pick-up {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: none;
}
#topics-list.pick-up .tab-contents .list-news li .link-area {
    width: 518px;
}

/** title **/
.ttl-h1 {
  background: url(../img/bg-ttl-h1.png) repeat center center;
  font-size: 200%;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 17px 12px 16px;
}

.ttl-h2 {
  background: #e2fff6;
  border-bottom: 3px solid #5cc19d;
  font-size: 142.85%;
  padding: 15px 11px 11px;
}

.ttl-h3 {
  position: relative;
  background: url(../img/border03.png) repeat-x bottom center;
  font-size: 128.5%;
  padding: 0px 0 6px 13px;
}
.ttl-h3.under-line {
  text-decoration: underline;
  color: #0012bc;
}
.ttl-h3:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 25px;
  background: #5cc19d;
  top: 0;
  left: 0;
}

.ttl-h4 {
  position: relative;
  background: #f5f5f5;
  font-size: 114.28%;
  padding: 7px 0 6px 18px;
}
.ttl-h4:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #5cc19d;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  left: 5px;
  top: 50%;
  margin-top: -4px;
}

.ttl-cm01 {
  border-bottom: 2px dotted #92a3c1;
  position: relative;
}
.ttl-cm01 img {
  display: inline-block;
  vertical-align: middle;
}
.ttl-cm01 span {
  font-size: 150%;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-bottom: 6px;
  margin-left: 2px;
  position: relative;
  top: -4px;
}
.ttl-cm01.no-bd {
  border: none;
}

.ttl-cm02 {
  background: #47ad58;
  color: #fff;
}
.ttl-cm02 img {
  display: inline-block;
  vertical-align: middle;
}
.ttl-cm02 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 107.143%;
  margin-left: 7px;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .ttl-cm02 img {
    width: 29px;
  }
  .ttl-cm02 span {
    font-size: 15px;
    padding: 6px 0;
    margin-left: 9px;
  }

  .ttl-cm01 span {
    font-size: 175%;
  }

  .ttl-h4 {
    font-size: 16px;
  }
}
/*button top*/
.btn-cm01 {
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  border: 1px solid #6e6e6e;
  border-radius: 3px;
  padding: 4px 0;
  letter-spacing: 0.05em;
}
.btn-cm01.no-letter-sc {
  letter-spacing: 0;
}
.btn-cm01.bold {
  font-weight: bold;
}
.btn-cm01 span {
  padding: 0px 12px;
  background: url("../img/icon20.png") no-repeat right center;
}
.btn-cm01.red {
  color: #ec4e4e;
  border: 1px solid #ec4e4e;
}
.btn-cm01.red span {
  background: url("../img/icon23.png") no-repeat right center;
}

@media (max-width: 640px) {
  .btn-cm01 {
    font-size: 15.7px;
    padding: 6px 0;
  }
}
/** category **/
.ttl-cat {
  background: url(../img/icon12.png) no-repeat top 6px left 3px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 7px;
}

.list-cat {
  margin: 0 -4px;
}
.list-cat li {
  float: left;
  width: 50%;
  padding: 0 4px;
  margin-bottom: 15px;
}
.list-cat li a {
  padding: 7px 0 6px;
  background: #fff7f7;
  display: block;
  text-align: center;
  font-size: 100%;
  font-weight: 300;
  border: 1px solid rgba(242, 104, 113, 0.27);
}

/** text **/
p {
  line-height: 1.7142857;
}
p.indent {
  text-indent: 14px;
}
p.lh28 {
  line-height: 2;
}

.red-note {
  color: #e04a53;
  font-weight: bold;
  line-height: 28px;
}

/** box-cmn **/
.box-link {
  background: #fcf6e7;
  padding: 25px 14px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.box-link.no-ttl {
  padding-top: 45px;
}
.box-link .ttl-box-link {
  position: relative;
  font-size: 114.28%;
  padding-left: 26px;
  margin-bottom: 34px;
}
.box-link .ttl-box-link:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: #5cc19d;
  z-index: 20;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  top: 2px;
  left: 0;
}
.box-link .ttl-box-link:before {
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  background: #fff;
  z-index: 40;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  top: 6px;
  left: 4px;
}
.box-link ul {
  text-align: center;
}
.box-link ul li {
  display: inline-block;
  width: 290px;
  margin-bottom: 13px;
}
.box-link ul li .dis-tb {
  display: table;
  width: 100%;
}
.box-link ul li .dis-tb a {
  display: table-cell;
  padding: 0 35px 0px 18px;
  height: 64px;
  vertical-align: middle;
  background: #fff url(../img/icon13.png) no-repeat right 10px center;
  font-size: 114.28%;
  text-align: left;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/** accordion **/
.list-accordion {
  border: 3px solid #9e9e9e;
}
.list-accordion > li {
  border-top: 2px solid #9e9e9e;
}
.list-accordion > li:first-child {
  border-top: 0;
}
.list-accordion .box-accordion .head-accor {
  padding-right: 20px;
  background: url(../img/icon15.png) no-repeat right 10px center;
  font-size: 114.28%;
  padding: 14px 50px 13px 16px;
  cursor: pointer;
}
.list-accordion .box-accordion .head-accor.active {
  background: url(../img/icon14.png) no-repeat right 10px center;
}
.list-accordion .box-accordion .body-accor {
  border-top: 1px solid #9e9e9e;
  font-size: 100%;
  line-height: 24px;
  padding: 14px 15px 18px;
  display: none;
}

/** list decima **/
.list-decima {
  border: 1px solid #88bce4;
  padding: 2px;
}
.list-decima ol {
  list-style: decimal;
  font-size: 100%;
  padding: 16px 15px 17px 31px;
  border: 1px solid #88bce4;
}
.list-decima ol li {
  margin-bottom: 11px;
  line-height: 24px;
}
.list-decima.no-border {
  border: 0;
}
.list-decima.no-border ol {
  border: 0;
}
.list-decima.inside ol {
  padding-top: 0;
  padding-bottom: 0;
}
.list-decima.inside ol li {
  padding-left: 0;
}
.list-decima.inside ol li:after {
  display: none;
}
.list-decima .disc-ol {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.list-decima .disc-ol li {
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}
.list-decima .disc-ol li:after {
  position: absolute;
  background: #000;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  content: "";
  width: 6px;
  height: 6px;
  top: 9px;
  left: 16px;
}
.list-decima .roman {
  margin-left: 20px;
}
.list-decima.no-pd li {
  padding-left: 0 !important;
}
.list-decima.no-pd li:after {
  display: none !important;
}

/** list disc **/
.list-disc ul {
  font-size: 100%;
}
.list-disc ul li {
  margin-bottom: 13px;
  line-height: 24px;
  position: relative;
  padding-left: 34px;
}
.list-disc ul li a:hover {
  color: #0012bc;
  text-decoration: underline;
}
.list-disc ul li:after {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  content: "";
  background: #c2c2c2;
  top: 7px;
  left: 16px;
}
.list-disc .disc-ol {
  margin-top: 10px;
}
.list-disc .disc-ol li {
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-disc .disc-ol li:after {
  background: #000;
  width: 6px;
  height: 6px;
  top: 9px;
}

/*list-roman*/
.roman {
  list-style-type: upper-roman !important;
  margin-top: 10px;
}

.note-spec {
  color: #ff0000;
  padding: 0 14px;
  margin-bottom: 13px;
}

@media (min-width: 641px) {
  .head-cmn-tab li {
    float: left;
    width: 224px;
    margin-right: 8px;
  }
  .head-cmn-tab li.active a {
    background: #f4747c;
    color: #fff;
    position: relative;
    text-decoration: none;
  }
  .head-cmn-tab li a {
    display: block;
    font-size: 114.28%;
    text-align: center;
    /** text-decoration: underline; **/
    padding: 10px 0;
    color: #000;
    /** border: 1px solid #f4747c; **/
  }

  .ttl-h3 {
    padding: 0px 0 6px 15px;
  }
  .ttl-h3:after {
    position: absolute;
    content: "";
    width: 6px;
    background: #5cc19d;
    top: 0;
    left: 0;
  }

  /** category **/
  .ttl-cat {
    background: url(../img/icon12.png) no-repeat top 6px left 3px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 7px;
  }

  .list-cat li {
    width: 33.333333%;
  }
  .list-cat li a {
    padding: 8px 0 5px;
  }
  .list-cat li a:hover {
    color: #0012bc;
    text-decoration: underline;
  }

  /** box-cmn **/
  .box-link {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 14px;
  }
  .box-link ul {
    text-align: center;
    padding: 0 16px;
  }
  .box-link ul li {
    float: left;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 19px;
  }
  .box-link ul li:nth-child(2n) {
    margin-right: 0;
  }
  .box-link ul li .dis-tb {
    display: table;
    width: 100%;
  }
  .box-link ul li .dis-tb a {
    display: table-cell;
    padding: 0 35px 0px 16px;
    background: #fff url(../img/icon13.png) no-repeat right 12px center;
    line-height: 1.28;
  }
  .box-link ul li .dis-tb a:hover {
    color: #0012bc;
    text-decoration: underline;
  }

  .list-disc.one-line-date ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list-disc.one-line-date ul li a:hover span {
    color: #000;
  }
  .list-disc.one-line-date ul li a span {
    display: inline-block;
    min-width: 151px;
  }
  .list-disc.one-line-date ul li span.date-time {
    display: inline-block;
    min-width: 151px;
  }
}
@media only screen and (max-width: 640px) {
  .head-cmn-tab li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .head-cmn-tab li:last-child {
    margin-right: 0;
  }

  .box-link.no-ttl {
    padding-top: 38px;
  }

  .list-disc.one-line-date ul li a span {
    display: block;
    font-weight: bold;
    line-height: 1;
  }
  .list-disc .disc-ol li {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 460px) {
  body {
    font-size: 12px;
  }

  p.indent {
    text-indent: 17px;
  }

  .head-cmn-tab li a {
    padding: 7px 0;
    font-size: 12px;
  }

  .ttl-h1 {
    font-size: 22px;
    padding: 10px 5px;
  }

  .list-cat li a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ttl-h2 {
    font-size: 20px;
    padding: 7px 5px 5px;
  }

  .ttl-h3 {
    font-size: 18px;
  }

  p {
    line-height: 18px;
  }

  .red-note {
    line-height: 18px;
  }

  .box-link .ttl-box-link {
    margin-bottom: 15px;
  }

  .box-link ul li {
    width: 100%;
  }

  .box-link ul li {
    margin-bottom: 10px;
  }

  .box-link ul li .dis-tb a {
    height: 50px;
    font-size: 14px;
  }

  .list-accordion .box-accordion .head-accor {
    padding: 10px 50px 10px 10px;
    font-size: 14px;
  }

  .list-accordion .box-accordion .body-accor {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .list-decima ol {
    padding: 9px 15px 17px 24px;
  }

  .list-decima ol li {
    margin-bottom: 10px;
  }

  .list-disc ul li {
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .list-disc ul li:after {
    left: 0;
  }
}
@media only screen and (max-width: 374px) {
  .head-cmn-tab li a {
    padding: 7px 0;
    font-size: 14px;
    display: block;
    font-size: 11px;
  }
}
/*BREADCRUMB*/
.breadcrumb {
  background: url("../img/border04.png") repeat-x top center;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 1px;
  padding: 19px 0px 3px;
}
.breadcrumb .main-breadcrumb li {
  display: inline-block;
  margin: 0px 7px;
  font-size: 14px;
}
.breadcrumb .main-breadcrumb li a,
.breadcrumb .main-breadcrumb li span {
  font-size: 14px;
}
.breadcrumb .main-breadcrumb li:first-child {
  margin-left: 0;
}

@media (max-width: 640px) {
  .breadcrumb {
    padding: 10px 0px;
    background: none;
    border-top: 1px solid #d1d1d1;
  }
  .breadcrumb .main-breadcrumb li a,
  .breadcrumb .main-breadcrumb li span {
    font-size: 12px;
  }
}
/*PAGE BANNER*/
.page-banner {
  border-bottom: 1px solid #d1d1d1;
}
.page-banner img {
  display: block;
  opacity: 0.2;
  text-shadow: 1px 1px 1px #fff;
}
.page-banner .banner-inner {
  position: relative;
  height: 169px;
}
.page-banner .bubble {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}
.page-banner .bubble h2,
.page-banner .bubble .ttl-banner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 30px;
  text-shadow: 1px 1px 1px #ffffff;
}

@media (max-width: 640px) {
  .page-banner .banner-inner {
    height: 100%;
  }
  .page-banner .banner-inner .sm {
    opacity: .2;
  }
  .page-banner .bubble {
    display: block;
  }
  .page-banner .bubble h2,
  .page-banner .bubble .ttl-banner {
    display: block;
    font-size: 25px;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 460px) {
  .page-banner .bubble h2,
  .page-banner .bubble .ttl-banner {
    font-size: 20px;
  }
}
/*page sidebar*/
.sidebar {
  float: left;
  width: 215px;
}
.sidebar .block-menu {
  margin-bottom: 30px;
}
.sidebar .block-menu .ttl-block {
  background: #01a975;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 6px 12px 20px;
}
.sidebar .block-menu .ttl-block span {
  display: inline-block;
  border-bottom: 4px solid #15ba85;
  padding-left: 3px;
  padding-bottom: 7px;
  line-height: 1;
}
.sidebar .block-menu .side-menu li {
  border: 1px solid #c7c7c7;
  border-top: none;
}
.sidebar .block-menu .side-menu li a {
  display: block;
  padding: 16px 10px 15px 23px;
  background-image: url("../img/icon42.png");
  background-repeat: no-repeat;
  background-position: 9px 20px;
  font-size: 14px;
}
.sidebar .block-menu .side-menu li a:hover {
  background-color: #e2fff6;
}
.sidebar .block-menu .side-menu li a.active {
  background-color: #e2fff6;
}
.sidebar .block-menu .side-menu li.h-icon a span {
  padding-right: 15px;
  background: url("../img/icon43.png") no-repeat right center;
}
.sidebar .side-banner {
  margin-top: 33px;
}
.sidebar .side-banner a {
  display: block;
}
.sidebar .side-banner.second {
  margin-top: 14px;
}
.sidebar .side-banner img {
  display: block;
}

@media (max-width: 640px) {
  .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
  .sidebar .side-banner img {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .sidebar .block-menu .ttl-block {
    font-size: 15px;
  }
}
@media (min-width: 641px) {
  .main.increase-font {
    font-size: 115%;
  }
  .main.increase-font p {
    font-size: 115%;
  }
}
@media (max-width: 640px) {
  .main.increase-font {
    zoom: 115%;
  }

  .mr10 {
    margin-right: 0 !important;
  }
}
.ttl-cm01-update {
  border: 1px solid rgba(77, 77, 77, 0.64);
  background: url(../img/bg-ttl.jpg) repeat-x bottom center;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  padding: 6px 9px;
}
.ttl-cm01-update img {
  display: inline-block;
  vertical-align: middle;
}
.ttl-cm01-update span {
  font-size: 135%;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-cm01-update {
  background: url(../img/bg-bottom.png) repeat left bottom;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(19, 95, 134, 0.19);
  -moz-box-shadow: 2px 2px 0px 0px rgba(19, 95, 134, 0.19);
  box-shadow: 2px 2px 0px 0px rgba(19, 95, 134, 0.19);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  font-size: 85%;
  float: right;
  min-width: 90px;
}
.btn-cm01-update.stl01 {
  margin-top: 6px;
}
.btn-cm01-update.stl01 .cover {
  letter-spacing: -0.1em;
}
.btn-cm01-update.stl2 {
  min-width: 83px;
}
.btn-cm01-update.stl2 .cover {
  padding: 4px 13px 4px 2px;
}
.btn-cm01-update.stl3 {
  margin-top: -2px;
}
.btn-cm01-update.stl3 .cover {
  padding: 1px 13px 2px 7px;
  letter-spacing: 0;
}
.btn-cm01-update.stl3 .cover .text {
  letter-spacing: 0;
}
.btn-cm01-update.stl4 {
  min-width: 70px;
  margin-top: 6px;
  margin-right: 2px;
}
.btn-cm01-update.stl4 .cover {
  padding: 4px 13px 4px 2px;
}
.btn-cm01-update.stl5 {
  min-width: 77px;
  line-height: 16px;
}
.btn-cm01-update.stl5 .cover {
  padding: 5px 13px 4px 7px;
  background: #fff url(../img/icon45.png) no-repeat center right 4px;
}
.btn-cm01-update.red {
  background: url(../img/bg-bottom02.png) repeat left bottom;
  min-width: 68px;
  font-size: 92%;
  line-height: 1.1;
  margin-top: -2px;
}
.btn-cm01-update.red .cover {
  padding: 4px 13px 2px 8px;
  background: #fff url(../img/icon46.png) no-repeat bottom 5px right 3px;
}
.btn-cm01-update.red .cover .text {
  color: #c50000;
}
.btn-cm01-update .cover {
  display: block;
  background: #fff url(../img/icon45.png) no-repeat bottom 5px right 3px;
  padding: 1px 13px 2px 2px;
  letter-spacing: -0.01em;
  color: #393939;
}
.btn-cm01-update .cover .text {
  font-weight: bold;
  color: #34844e;
  letter-spacing: -0.05em;
}

table {
  width: 100%;
}

.blue {
  background: #e2fff6 !important;
}

.text-red {
  color: #e70000;
}

/*TABLE01*/
.table01 {
  font-size: 100%;
  line-height: 1.714285714285714;
  border: 1px solid #c8c8c8;
}
.table01.col2 th:first-child {
  width: 25%;
}
.table01.white tr:nth-child(odd) td {
  background: #fff;
}
.table01.col3 th:first-child {
  width: 31%;
}
.table01.short-first tr th:first-child {
  width: 25%;
}
.table01 th {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 7px 2px;
}
.table01 th:first-child {
  width: 42%;
}
.table01 td {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 9px 6px 9px 11px;
}
.table01 tr:nth-child(odd) td {
  background: #f2f2f2;
}
.table01.auto th:first-child {
  width: auto;
}

/*TABLE02*/
.table02 {
  font-size: 100%;
  border: 1px solid #c8c8c8;
  table-layout: fixed;
}
.table02 th {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 9px 2px;
}
.table02 td {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  text-align: right;
  padding: 15px 18px 8px 11px;
}
.table02 td:first-child {
  text-align: left;
  padding-right: 5px;
}
.table02 tr:nth-child(odd) td {
  background: #f2f2f2;
}
.table02 tr:last-child td {
  background: #ffecec;
}

/*TABLE03*/
.table03 {
  font-size: 100%;
  border: 1px solid #c8c8c8;
  table-layout: fixed;
}
.table03 th {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 9px 2px;
}
.table03 td {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  text-align: right;
  padding: 12px 11px 12px 11px;
}
.table03 td:first-child {
  text-align: left;
  padding-right: 5px;
}
.table03 tr:nth-child(odd) td {
  background: #f2f2f2;
}

/*TABLE04*/
.table04 {
  font-size: 100%;
  border: 1px solid #c8c8c8;
}
.table04.revert-color tr:nth-child(even) td {
  background: #f2f2f2;
}
.table04.revert-color tr:nth-child(odd) td {
  background: #fff;
}
.table04.two-col tr:nth-child(even) td {
  background: #f2f2f2;
}
.table04.two-col tr:nth-child(odd) td {
  background: #fff;
}
.table04.two-col tr th {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.table04.two-col tr td {
  width: 71%;
  padding-left: 10px;
  padding-right: 10px;
}
.table04 .col-first {
  text-align: left;
  padding: 0 10px;
}
.table04 th {
  width: 20%;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 10px 2px;
}
.table04 td {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 10px 2px 10px 12px;
  word-break: break-all;
}
.table04 tr:nth-child(odd) td {
  background: #f2f2f2;
}
.table04.auto th {
  width: auto;
}

/*TABEL05*/
.table05 {
  font-size: 100%;
  border: 1px solid #c8c8c8;
}
.table05.auto * {
  width: auto !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.table05.top * {
  vertical-align: top;
}
.table05 .ver-rl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  display: block;
  height: 120px !important;
}
.table05 .col-first {
  text-align: left;
  padding: 0 10px;
}
.table05 tr th:first-child {
  width: 20%;
}
.table05 th {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 11px 2px;
}
.table05 td {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  padding: 11px 2px 11px 12px;
}
.table05 .w01 {
  width: 44.4%;
}
.table05.type02 tr:nth-child(odd) td {
  background: #f2f2f2;
}

.brow-bg {
  background: #f2f2f2;
}

.box-def {
  background: #ecf8ff;
  border: 1px solid #c5c5c5;
  padding: 16px 9px 13px;
}
.box-def .ttl-box-def {
  font-size: 114.28%;
  font-weight: bold;
  margin-bottom: 9px;
}
.box-def .inner {
  margin-top: 21px;
}
.box-def .inner.first {
  margin-top: 0;
}
.box-def .list-disc ul li {
  padding-left: 25px;
}
.box-def .list-disc ul li:after {
  left: 8px;
}
.box-def p {
  font-size: 14px;
  line-height: 24px;
  margin-top: -2px;
  padding: 0 0px 0 8px;
}

.dgreen {
  background: #01a975;
}

.green {
  background: #e2fff6;
}

.table06 {
  font-size: 100%;
  width: 100%;
}
.table06 tr:nth-child(odd) td {
  background: #f2f2f2;
}
.table06 th {
  width: 16%;
  color: #fff;
  border: 1px solid #c5c5c5;
  padding: 9px 2px;
}
.table06 th:first-child {
  width: 18%;
}
.table06 td {
  text-align: right;
  border: 1px solid #c5c5c5;
  padding: 10px 19px 10px 2px;
}
.table06 td.blue {
  text-align: left;
  padding: 10px 2px 10px 16px;
}
.table06 td.w01 {
  width: 49px;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 375px) {
  .table01,
  .table02,
  .table03,
  .table04,
  .table05,
  .table06 {
    font-size: 12px;
  }

  .table05 .w01 {
    width: 25%;
  }

  .table04 .w01 {
    width: 35%;
  }

  .table04.two-col tr th {
    padding-left: 3px;
    padding-right: 3px;
    width: auto;
  }
  .table04.two-col tr td {
    width: 71%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .table06 th {
    width: 20%;
    padding: 5px 2px;
  }
  .table06 th:first-child {
    width: 35%;
  }
  .table06 td {
    padding: 10px 2px;
  }
  .table06 td.blue {
    padding: 10px 7px;
  }
  .table06 td.w01 {
    width: 54px;
    text-align: center;
    padding: 10px 2px;
  }

  .table04 .col-first,
  .table05 .col-first {
    padding: 0 2px;
  }
}
@media (min-width: 460px) {
  .table04.two-col tr th {
    width: auto;
  }
  .table04.two-col tr td {
    width: 73%;
  }
  .table04.two-col tr th,
  .table04.two-col tr td {
    padding-top: 11px;
    padding-bottom: 12px;
  }
  .table04 .w01 {
    width: 21%;
  }
  .table04 td {
    padding: 11px 2px 7px 12px;
  }

  .table05 .w01 {
    width: 32%;
  }
}
@media (max-width: 375px) {
  .table01 td,
  .table02 td {
    padding: 5px;
  }
}
@media (max-width: 640px) {
  .table04 td {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/*===== COMMON PAGES =====*/
.top-bg {
  background: url(../img/background.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 20px;
}

.slider {
  position: relative;
  padding-top: 33px;
  margin-bottom: 15px;
}
.slider .slide:not(:first-child) {
  display: none;
}
.slider ul li img {
  display: block;
}
.slider .bx-controls,
.banner-top .bx-controls {
  overflow: hidden;
}
.slider .bx-controls .bx-controls-direction a,
.banner-top .slider .bx-controls .bx-controls-direction a {
  position: absolute;
  width: 39px;
  height: 43px;
  top: 208px;
  margin-top: -21px;
  overflow: hidden;
  text-indent: 999px;
  display: none;
}
.slider .bx-controls .bx-controls-direction a.bx-prev,
.banner-top .bx-controls .bx-controls-direction a.bx-prev {
  left: 21px;
  background: url(../img/icon09.png) no-repeat center center;
}
.slider .bx-controls .bx-controls-direction a.bx-next,
.banner-top .slider .bx-controls .bx-controls-direction a.bx-next {
  right: 21px;
  background: url(../img/icon08.png) no-repeat center center;
}
.slider .bx-controls .bx-controls-auto,
.banner-top .bx-controls .bx-controls-auto {
  float: right;
  padding: 6px 6px 0 0;
}
.slider .bx-controls .bx-controls-auto .bx-controls-auto-item,
.banner-top .bx-controls .bx-controls-auto .bx-controls-auto-item {
  float: right;
  margin-left: 10px;
}
.slider .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
.banner-top .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start {
  width: 17px;
  height: 13px;
  background: url(../img/icon11.png) no-repeat center center;
  overflow: hidden;
  text-indent: 999px;
  display: block;
}
.slider .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop,
.banner-top .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
  width: 11px;
  height: 13px;
  background: url(../img/icon10.png) no-repeat center center;
  overflow: hidden;
  text-indent: 999px;
  display: block;
}
.slider .bx-controls .bx-pager {
  float: left;
  padding: 2px 0 0 3px;
  display: none;
}
.slider .bx-controls .bx-pager-item {
  display: inline-block;
}
.slider .bx-controls .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  background: #7b8283;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-indent: 999px;
  margin-right: 11px;
}

.sec-news {
  padding: 23px 0 25px;
}
.sec-news .tabs {
  position: relative;
}
.sec-news .tabs .news-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
.sec-news .tabs .news-link a {
  display: block;
  padding: 13px 5px;
  border: 1px solid #d3d3d3;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  color: #1d2088;
  border-bottom: none;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.sec-news .left {
  float: left;
  width: 638px;
  padding-right: 20px;
  border-right: 1px solid #c0c0c0;
}
.sec-news .left .banner-n01 a {
  display: block;
}
.sec-news .left .ttl-cm01.dot {
  background: url(../img/border02.png) repeat-x bottom center;
  border: 0;
  padding-bottom: 1px;
}
.sec-news .left .ttl-cm01 .pdf {
  position: absolute;
  right: 4px;
  bottom: 9px;
}
.sec-news .right {
  float: right;
  width: 310px;
  padding-left: 20px;
}
.sec-news .left-content {
  margin-top: 17px;
}
.sec-news .left-content .medical-care {
  min-height: 380px;
  float: right;
  width: 287px;
  padding-top: 2px;
}
.sec-news .left-content .medical-care .note {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 20px;
  background: url("../img/icon18.png") no-repeat 8px 5px;
  margin-top: 4px;
  margin-bottom: 21px;
}
.sec-news .left-content .clip-time {
  float: left;
  width: 307px;
  padding-right: 20px;
  border-right: 1px solid #c0c0c0;
}
.sec-news .left-content .clip-time a img {
  display: block;
}
.sec-news .left-content .upper-block .block-clip {
  float: right;
  width: 147px;
  margin-top: 6px;
}
.sec-news .left-content .close-by {
  margin-top: 7px;
}
.sec-news .left-content .close-by p {
  font-size: 100%;
  line-height: 1.5;
  margin-top: 21px;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}
.sec-news .ct-right {
  margin-top: 19px;
}
.sec-news .ct-right .list-t01 {
  width: 100%;
  float: none;
}
.sec-news .ct-right .recept-time {
  margin-top: 4px;
}
.sec-news .ct-right .recept-time .time {
  margin-bottom: 0;
  margin-top: 7px;
}
.sec-news .ct-right .recept-time .time .visitor {
  font-size: 14px;
  padding-left: 7px;
  line-height: 18px;
}
.sec-news .ct-right .recept-time .time .visitor.lts {
  letter-spacing: -0.1em;
}
.sec-news .ct-right .recept-time .time .block-time {
  margin-bottom: 0;
  margin-top: 12px;
}
.sec-news .ct-right .recept-time .time .block-time.long .visitor {
  padding-left: 0;
  margin-right: 0;
  vertical-align: middle;
  margin-right: 5px;
}
.sec-news .ct-right .recept-time .time .block-time.long .t-vi {
  vertical-align: middle;
  white-space: nowrap;
}
.sec-news .ct-right .recept-time .time .block-time.long .t-vi span {
  font-size: 24px;
}
.sec-news .ct-right .baby {
  display: block;
  margin-top: 12px;
  background: url(../img/border02.png) repeat-x top center;
  padding-top: 15px;
  position: relative;
}
.sec-news .ct-right .baby ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 65px 27px 0;
}
.sec-news .ct-right .baby ul li {
  float: left;
  width: 50%;
  /*border-bottom: 1px solid #e8e8e8;*/
}
.sec-news .ct-right .baby ul li:nth-child(1), .sec-news .ct-right .baby ul li:nth-child(2) {
  border-top: 1px solid #e8e8e8;
}
.sec-news .ct-right .baby ul li:nth-child(2n) a {
  padding-left: 22px;
  background: url(../img/icon49.png) no-repeat left 8px center;
}
.sec-news .ct-right .baby ul li a {
  background: url(../img/icon49.png) no-repeat left center;
  padding: 7px 1px 5px 16px;
}
.sec-news .ct-right .baby ul li:nth-child(1), .sec-news .ct-right .baby ul li:nth-child(3) {
  width: 40%;
}
.sec-news .ct-right .baby ul li:nth-child(2), .sec-news .ct-right .baby ul li:nth-child(4) {
  width: 60%;
}
.sec-news .ct-right .baby a {
  display: block;
}
.sec-news .ct-right .baby img {
  display: block;
}
.sec-news .list-t01 {
  float: left;
  margin-top: 5px;
  width: 139px;
}
.sec-news .list-t01 li {
  margin-bottom: 18px;
}
.sec-news .list-t01 li a {
  font-size: 100%;
  padding-left: 16px;
  background: url("../img/icon21.png") no-repeat left 3px;
}
.sec-news .movtxt-link {
  margin-top: 5px;
  font-size: 10px;
}
.sec-news .movtxt-link a {
  padding-right: 15px;
  background: url(../img/icon03.png) no-repeat right center;
}
.sec-news .recept-time .banner {
  display: block;
}
.sec-news .recept-time .banner img {
  display: block;
}
.sec-news .recept-time .time {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.sec-news .recept-time .time .visitor {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
}
.ie .sec-news .recept-time .time .visitor {
  margin-right: 0;
}
.sec-news .recept-time .time .t-vi {
  font-size: 16.45px;
  font-weight: bold;
  color: #434343;
  display: inline-block;
  vertical-align: middle;
}
.sec-news .recept-time .time .t-vi span {
  color: #e85d00;
  font-size: 28px;
  font-family: Arial;
}
.sec-news .medical-menu {
  float: left;
  width: 100%;
  margin-top: 27px;
}
.sec-news .medical-menu .ttl-cm01 {
  margin-bottom: 1px;
}
.sec-news .medical-menu .ttl-cm01 span {
  top: -2px;
}
.sec-news .medical-menu .ct-menuM .menu-medical {
  float: left;
  width: 50%;
  border: 1px dotted #9d9d9d;
  margin-top: 6px;
  border-right: none;
}
.sec-news .medical-menu .ct-menuM .menu-medical li {
  float: left;
  width: 33.33333333333333%;
  border-right: 1px solid #e0e0e0;
}
.sec-news .medical-menu .ct-menuM .menu-medical li a {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 15px 0 12px;
}
.sec-news .medical-menu .ct-menuM .menu-medical li a img {
  display: block;
  margin: 0 auto 3px;
}
.sec-news .medical-menu .ct-menuM .menu-medical li a span {
  display: inline-block;
  line-height: 1;
}
.sec-news .medical-menu .ct-menuM .menu-medical li a .h-icon {
  padding: 0px 12px 0 0;
  background: url("../img/icon30.png") no-repeat 100% 4px;
}
.sec-news .medical-menu .ct-menuM .menu-medical li:last-child {
  border: none;
}
.sec-news .medical-menu .ct-menuM .menu-medical:last-child {
  border-left: 1px solid #e0e0e0;
  border-right: 1px dotted #9d9d9d;
}

.pick-up {
  background: #f4fff7;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 4px 0 11px;
  /*----- Tabs -----*/
  /*----- Tab Links -----*/
  /* Clearfix */
  /*----- Content of Tabs -----*/
}
.pick-up .main-pickup .notice {
  border: 2px solid #47ad58;
  position: relative;
}
.pick-up .main-pickup .notice .ttl {
  float: left;
  width: 146px;
  text-align: center;
  color: #fff;
  background: #47ad58;
  line-height: 1;
  padding: 9px 2px;
  letter-spacing: 0.025em;
  font-size: 14px;
}
.pick-up .main-pickup .notice .link {
  width: 800px;
  background: #fff;
  padding: 6px 8px;
  height: 100%;
  position: absolute;
  right: 0;
}
.pick-up .main-pickup .notice .link a {
  font-size: 107%;
  text-decoration: underline;
  color: #1d2088;
}
.pick-up .lower-bracket {
  margin-top: 5px;
}
.pick-up .lower-bracket .left {
  float: left;
  width: 540px;
}
.pick-up .lower-bracket .left .pickup-logo {
  display: block;
}
.pick-up .lower-bracket .left .pickup-logo img {
  display: block;
}
.pick-up .lower-bracket .right {
  float: right;
  width: 355px;
  padding-top: 21px;
}
.pick-up .lower-bracket .list-infor {
  margin-top: 26px;
}
.pick-up .lower-bracket .list-infor li {
  float: left;
  width: 162px;
  margin-bottom: 30px;
  margin-right: 31px;
}
.pick-up .lower-bracket .list-infor li.full {
  width: 100%;
}
.pick-up .lower-bracket .list-infor li a {
  display: block;
  position: relative;
}
.pick-up .lower-bracket .list-infor li a img {
  width: 100%;
  display: block;
}
.pick-up .lower-bracket .list-infor li span {
  position: relative;
  letter-spacing: 0.05em;
  width: 100%;
  height: 24px;
  display: block;
  line-height: 1;
  left: 0;
  bottom: 0;
  font-size: 92.85%;
  color: #fff;
  background: #6a6a6a url("../img/icon32.png") no-repeat 95% center;
  padding: 6px 6px;
  letter-spacing: 0.14em;
}
.pick-up .lower-bracket .list-infor li span .small {
  position: relative;
  font-size: 87%;
  display: inline-block;
  font-weight: normal;
}
.pick-up .lower-bracket .list-infor li:nth-child(even) {
  margin-right: 0;
}
.pick-up .special-news .img-news {
  float: left;
  width: 202px;
}
.pick-up .special-news .img-news img {
  display: block;
}
.pick-up .special-news .ct-spe {
  float: right;
  width: 316px;
  padding-top: 2px;
}
.pick-up .special-news .ct-spe .ttl-spe {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.08em;
  background: url("../img/bd01.png") repeat-x bottom center;
  padding-bottom: 10px;
}
.pick-up .special-news .ct-spe .ttl-spe em {
  font-style: normal;
  padding-right: 16px;
  background: url("../img/icon31.png") no-repeat right center;
}
.pick-up .special-news .ct-spe .ttl-spe a {
  color: #1d2088;
  border-bottom: 1px solid;
}
.pick-up .special-news .ct-spe .ttl-spe span {
  font-size: 21px;
}
.pick-up .special-news .ct-spe .ttl-spe small {
  font-size: 14px;
}
.pick-up .special-news .ct-spe p {
  font-size: 92.85%;
  line-height: 1.692307692307692;
  margin-top: 13px;
}
.pick-up .tabs {
  margin-top: 24px;
  position: relative;
}
.pick-up .tabs .rss {
  position: absolute;
  top: 11px;
  right: 1px;
}
.pick-up .tabs .news-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.pick-up .tabs .news-link a {
  display: block;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  color: #1d2088;
  border-bottom: none;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.pick-up .tabs .link-more {
  text-align: right;
  padding-right: 16px;
  margin-top: 5px;
}
.pick-up .tabs .link-more a {
  color: #1d2088;
  padding-right: 21px;
  background: url("../img/icon31.png") no-repeat right center;
  letter-spacing: -0.1em;
}
.pick-up .tabs .link-more a span {
  text-decoration: underline;
}
.pick-up .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.pick-up .tab-links li {
  float: left;
  width: 155px;
  margin-right: 1px;
}
.pick-up .tab-links a {
  display: block;
  padding: 10px 0px;
  border: 1px solid #d3d3d3;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  color: #1d2088;
  border-bottom: none;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.pick-up .tab-links a span,
.pick-up .news-link a span {
  text-decoration: underline;
}
.pick-up .tab-links a:hover,
.pick-up .news-link a:hover {
  background: #47ad58;
  text-decoration: none;
  color: #fff;
}
.pick-up .tab-links a:hover span,
.pick-up .news-link a:hover span {
  text-decoration: none;
}
.pick-up li.active a,
.pick-up li.active a:hover {
  background: #47ad58;
  color: #fff;
}
.pick-up li.active a span,
.pick-up li.active a:hover span {
  text-decoration: none;
}
.pick-up .tab-contents {
  border: 1px solid #d3d3d3;
  background: #fff;
}
.pick-up .tab-contents .list-news li {
  padding-right: 15px;
}
.pick-up .tab-contents .list-news li a {
  display: block;
  padding: 14px 20px 13px 0px;
  background: url("../img/icon31.png") no-repeat right center;
}
.pick-up .tab-contents .list-news li .date {
  float: left;
  width: 133px;
  padding-left: 13px;
}
.pick-up .tab-contents .list-news li .link-area {
  float: right;
  width: 364px;
  color: #1d2088;
  text-decoration: underline;
  padding-left: 2px;
}
.pick-up .tab {
  display: none;
}
.pick-up .tab.active {
  display: block;
}
.pick-up .tab-contents .list-news li:nth-child(even) {
  background: #f4fffc;
  border-top: 1px solid #f3f7f1;
  border-bottom: 1px solid #f3f7f1;
}

.banner-top .bx-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
}
.banner-top .bx-controls-auto {
	position: absolute;
	right: -42px;
	bottom: 0;
}
.banner-top .bx-controls .bx-controls-direction a {
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  text-indent: 999px;
  top: 42px;
  margin-top: -16px;
}
.banner-top .bx-controls .bx-controls-direction a.bx-prev {
  background: url(../img/icon47.png) no-repeat center center;
  left: -39px;
}
.banner-top .bx-controls .bx-controls-direction a.bx-next {
  background: url(../img/icon48.png) no-repeat center center;
  right: -39px;
}
.banner-top .cover {
  padding-bottom: 5px;
}
.banner-top .cover a {
  float: left;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
  -moz-box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
  box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
}
.banner-top .cover a img {
  display: block;
}
.banner-top .cover a:last-child {
  margin-right: 0;
}

@media (min-width: 640px) {
  .banner-top .bx-viewport {
    padding-right: 2px;
  }
  .banner-top .slide_sm div {
    float: left;
    margin-right: 44px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
    -moz-box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
    box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
  }
  .ie .banner-top .slide_sm div {
    box-shadow: 0px 0px 0px 0px rgba(8, 1, 3, 0.2);
  }
  .banner-top .slide_sm div img {
    display: block;
  }
  .banner-top .slide_sm div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .bot-banner {
    width: 100%;
    display: block;
  }
  .bot-banner img {
    width: 100%;
    display: block;
  }

  .pick-up .tabs .rss {
    display: none;
  }

  .top-bg {
    background: none;
    padding-bottom: 0;
  }
  .top-bg .wrapper {
    padding: 0;
  }

  .slider {
    position: relative;
    padding-top: 0px;
    margin-bottom: 18px;
  }
  .slider .bx-controls .bx-controls-direction a {
    width: 19px;
    height: 22px;
    top: 50%;
    margin-top: -23px;
  }
  .slider .bx-controls .bx-controls-direction a.bx-prev {
    left: 7px;
    background-size: cover;
  }
  .slider .bx-controls .bx-controls-direction a.bx-next {
    right: 7px;
    background-size: cover;
  }
  .slider .bx-controls .bx-pager {
    margin-left: 10px;
    margin-top: 4px;
  }
  .slider .bx-controls .bx-controls-auto {
    margin-top: 5px;
  }

  .banner-top {
    background: #ededed;
    padding: 18px 87px 13px;
    position: relative;
  }
  .banner-top .bx-controls .bx-controls-direction a {
    width: 13px;
    height: 14px;
    margin-top: -7px;
  }
  .banner-top .bx-controls .bx-controls-direction a.bx-prev {
    background: url(../img/icon47.png) no-repeat center center;
    background-size: 100% 100%;
    left: -52px;
  }
  .banner-top .bx-controls .bx-controls-direction a.bx-next {
    background: url(../img/icon48.png) no-repeat center center;
    background-size: 100% 100%;
    right: -52px;
  }
  .banner-top .slide_sm div {
    padding-bottom: 3px;
  }
  .banner-top .slide_sm div a {
    display: block;
    width: 100%;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
    -moz-box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
    box-shadow: 1px 2px 2px 0px rgba(8, 1, 3, 0.2);
  }
  .banner-top .slide_sm div img {
    width: 100%;
  }
  .banner-top .bx-controls-direction a {
    position: absolute;
    width: 13px;
    height: 16px;
    top: 50%;
    margin-top: -13px;
    overflow: hidden;
    text-indent: 999px;
    box-shadow: none;
    float: none;
  }
  .banner-top .bx-controls-direction .bx-prev {
    background: url("../img/prev_sm.png") no-repeat center center;
    background-size: cover;
    left: 35px;
  }
  .banner-top .bx-controls-direction .bx-next {
    background: url("../img/next_sm.png") no-repeat center center;
    background-size: cover;
    right: 35px;
  }

  .sec-news {
    padding: 28px 0 17px;
  }
  .sec-news .recept-time .time {
    margin-top: 22px;
    margin-bottom: 21px;
  }
  .sec-news .recept-time .time .visitor {
    font-size: 12px;
  }
  .sec-news .left {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .sec-news .left .ttl-cm01 {
    margin-top: -3px;
  }
  .sec-news .left .ttl-cm01 .pdf {
    position: absolute;
    right: 4px;
    bottom: 9px;
  }
  .sec-news .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 28px;
  }
  .sec-news .right .ttl-cm01 {
    margin-top: 0px;
  }
  .sec-news .right .ttl-cm01 img {
    margin-right: 5px;
    position: relative;
    left: 5px;
    top: -1px;
  }
  .sec-news .left-content {
    margin-top: 22px;
  }
  .sec-news .left-content .medical-care {
    width: 100%;
    padding: 0px;
    border: none;
    min-height: 100px;
  }
  .sec-news .left-content .medical-care h2 img,
  .sec-news .left-content .medical-care h3 img {
    display: inline-block;
    width: 29px;
  }
  .sec-news .left-content .medical-care img {
    display: block;
    width: 100%;
  }
  .sec-news .left-content .medical-care .note {
    font-size: 15px;
    line-height: 1.286666666666667;
    padding-left: 13px;
    margin-top: 15px;
    margin-bottom: 28px;
    background-position: 4px 4px;
  }
  .sec-news .left-content .clip-time {
    width: 100%;
    padding-left: 0px;
    margin-top: 0;
    padding-right: 0;
    border: 0;
  }
  .sec-news .left-content .clip-time .pdf {
    float: left;
    width: 100%;
    margin-top: 11px;
  }
  .sec-news .left-content .clip-time .pdf img {
    margin: 0 auto;
  }
  .sec-news .left-content .upper-block .block-clip {
    width: 100%;
    margin-bottom: 18px;
  }
  .sec-news .left-content .upper-block .block-clip iframe {
    display: block;
    width: 100%;
    height: 272px;
  }
  .sec-news .left-content .upper-block .btn-cm01 {
    float: left;
    width: 100%;
  }
  .sec-news .left-content .close-by {
    margin-top: 34px;
  }
  .sec-news .left-content .close-by p {
    margin-top: 26px;
    margin-bottom: 10px;
  }
  .sec-news .ct-right {
    margin-top: 12px;
  }
  .sec-news .ct-right .list-t01 {
    width: 100%;
    float: none;
  }
  .sec-news .ct-right .list-t01.display {
    display: block;
    margin-top: 23px;
    padding-left: 45px;
  }
  .sec-news .ct-right .list-t01.display li {
    display: block;
    width: 100%;
  }
  .sec-news .ct-right .recept-time {
    margin-top: 25px;
  }
  .sec-news .ct-right .recept-time .time {
    margin-bottom: 24px;
    margin-top: 16px;
  }
  .sec-news .ct-right .recept-time .time .block-time .visitor {
    font-size: 12px;
    margin-right: 5px !important;
  }
  .sec-news .ct-right .cover-baby {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-news .ct-right .cover-baby img {
    display: block;
  }
  .sec-news .ct-right .baby {
    padding: 16px 0 0 0;
    margin-top: 30px;
    width: 300px;
    margin: 0 auto;
  }
  .sec-news .ct-right .baby ul {
    padding-top: 60px;
  }
  .sec-news .ct-right .baby img {
    width: 100%;
  }
  .sec-news .list-t01 {
    width: 100%;
    display: table;
  }
  .sec-news .list-t01 li {
    display: table-cell;
    width: 33.33%;
    margin-bottom: 14px;
    float: left;
  }
  .sec-news .movtxt-link {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 15px;
  }
  .sec-news .recept-time {
    margin-top: 20px;
  }
  .sec-news .medical-menu {
    margin-top: 35px;
  }
  .sec-news .medical-menu .ct-menuM {
    margin-top: 6px;
  }
  .sec-news .medical-menu .ct-menuM .menu-medical {
    width: 100%;
    border: 1px dotted #9d9d9d;
    margin-top: 0;
    margin-bottom: 19px;
  }
  .sec-news .medical-menu .ct-menuM .menu-medical li a {
    padding: 12px 0 21px;
  }
  .sec-news .medical-menu .ct-menuM .menu-medical li a span {
    display: block;
  }
  .sec-news .medical-menu .ct-menuM .menu-medical li a .h-icon {
    background: none;
    padding: 0;
    display: block;
  }
  .sec-news .medical-menu .ct-menuM .menu-medical:last-child {
    border: 1px dotted #9d9d9d;
  }

  .pick-up {
    padding: 28px 0 13px;
    /*----- Tabs -----*/
    /*----- Content of Tabs -----*/
  }
  .pick-up .main-pickup .notice {
    border: 2px solid #47ad58;
    position: relative;
  }
  .pick-up .main-pickup .notice .transf {
    float: left;
    width: 88px;
    background: #47ad58;
    position: absolute;
    height: 100%;
  }
  .pick-up .main-pickup .notice .ttl {
    width: 100%;
    line-height: 1.285714285714286;
    letter-spacing: 0.025em;
    padding: 0 8px;
    text-align: left;
    float: none;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 100%;
  }
  .pick-up .main-pickup .notice .outsite {
    padding-left: 88px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pick-up .main-pickup .notice .link {
    width: 100%;
    padding: 9px 8px;
    position: relative;
  }
  .pick-up .main-pickup .notice .link a {
    font-size: 15px;
    text-decoration: underline;
    color: #1d2088;
  }
  .pick-up .lower-bracket .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .pick-up .lower-bracket .left .pickup-logo {
    display: block;
  }
  .pick-up .lower-bracket .right {
    width: 100%;
    padding: 0px 50px;
  }
  .pick-up .lower-bracket .list-infor {
    margin-top: 40px;
  }
  .pick-up .lower-bracket .list-infor li {
    width: 46%;
    margin-bottom: 11%;
    margin-right: 8%;
  }
  .pick-up .lower-bracket .list-infor li span {
    height: auto;
  }
  .pick-up .lower-bracket .list-infor li:nth-child(even) {
    margin-right: 0;
  }
  .pick-up .special-news {
    margin-top: 2px;
  }
  .pick-up .special-news .img-news {
    width: 100%;
    margin-top: 20px;
  }
  .pick-up .special-news .img-news img {
    margin: 0 auto;
  }
  .pick-up .special-news .ct-spe {
    width: 100%;
    padding-top: 2px;
  }
  .pick-up .special-news .ct-spe .ttl-spe em {
    font-style: normal;
    padding-right: 16px;
    background: none;
  }
  .pick-up .special-news .ct-spe p {
    margin-top: 11px;
    font-size: 13px;
  }
  .pick-up .tabs {
    margin-top: 24px;
  }
  .pick-up .tabs .link-more {
    margin-top: 5px;
    padding-right: 8px;
  }
  .pick-up .tab-contents {
    border: 1px solid #d3d3d3;
    background: #fff;
  }
  .pick-up .tab-contents .list-news li {
    padding-right: 5px;
  }
  .pick-up .tab-contents .list-news li a {
    position: relative;
  }
  .pick-up .tab-contents .list-news li .date {
    float: none;
    width: 130px;
    position: absolute;
    left: 0;
    top: 16px;
    padding-left: 13px;
  }
  .pick-up .tab-contents .list-news li .link-area {
    width: 100%;
    padding-left: 130px;
  }
}
@media (max-width: 415px) {
  .banner-top {
    padding: 19px 40px 13px;
  }

  .banner-top .bx-controls-direction .bx-prev {
    left: 15px;
  }

  .banner-top .bx-controls-direction .bx-next {
    right: 15px;
  }

  .banner-top .bx-controls-direction a {
    margin-top: -7px;
  }

  .banner-top .bx-controls .bx-controls-direction a.bx-next {
    right: -30px;
  }

  .banner-top .bx-controls .bx-controls-direction a.bx-prev {
    left: -30px;
  }

  .pick-up .lower-bracket .list-infor li {
    width: 48%;
    margin-right: 4%;
  }

  .pick-up .lower-bracket .list-infor li span {
    font-size: 11px;
  }

  .sec-news .left-content .medical-care {
    padding: 0 10px;
  }

  .sec-news .list-t01 li a {
    font-size: 12px;
    display: block;
    padding-left: 8px;
    background: url("../img/icon21.png") no-repeat left 3px;
    background-size: 7px auto;
  }

  .sec-news .ct-right .baby {
    padding: 0;
  }

  .sec-news .medical-menu .ct-menuM .menu-medical li a {
    font-size: 12px;
  }

  .sec-news .medical-menu .ct-menuM .menu-medical li a .h-icon {
    padding: 0;
  }

  .sec-news .left-content .clip-time .two-bannera {
    width: 45%;
  }

  .sec-news .ct-right .list-t01.display {
    padding-left: 0;
  }

  .sec-news .ct-right .cover-baby {
    padding: 0;
  }

  .pick-up .tabs .rss {
    top: 10px;
    right: 0;
    display: none;
  }

  .pick-up .tab-links li {
    width: 28%;
    margin-right: 0;
    margin-left: 0;
  }

  .pick-up .tab-links li a,
  .pick-up .tabs .news-link a {
    font-size: 10px;
    padding: 10px 0;
  }
  
  .pick-up .tab-contents .list-news li .date {
    display: block;
    position: static;
    width: 100%;
    padding-left: 0;
  }

  .pick-up .tab-contents .list-news li .link-area {
    display: block;
    float: none;
    width: 100% !important;
    padding-left: 0;
  }

  .pick-up .tab-contents .list-news li a {
    padding: 10px 20px 10px 10px;
  }

  .pick-up .tab-contents .list-news li .date {
    width: 100%;
    padding-left: 5px;
  }

  .pick-up .tab-contents .list-news li a {
    padding: 10px 20px 10px 10px;
  }

  .pick-up .lower-bracket .right {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .sec-news .left-content .close-by p {
    font-size: 12px;
  }

  .sec-news .medical-menu .ct-menuM .menu-medical li a {
    padding: 15px 0 12px;
  }

  .sec-news .left-content .medical-care {
    padding: 0;
  }

  .sec-news .medical-menu .ct-menuM .menu-medical li a span {
    font-size: 10px;
  }
}
.two-banner {
  margin-top: 0;
}
.two-banner a {
  float: left;
  width: 47%;
}
.two-banner a img {
  width: 100%;
}
.two-banner a:nth-child(2n) {
  float: right;
}

.right-content {
  float: right;
  width: 688px;
}
.head-cmn-tab {
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .right-content {
    width: 100%;
  }
}
.content-access {
  float: right;
  width: 689px;
}
.content-access .map .inner {
  width: 100%;
  height: 399px;
  border: 1px solid #bbbbbb;
  margin-top: 7px;
  margin-bottom: 2px;
}
.content-access .map .note-map {
  font-size: 85%;
}

.box-green {
  font-size: 128%;
  background: #01a975;
  color: #fff;
  padding: 10px 24px 12px;
}

.text-red {
  color: #d70000;
}

.sidebar.access {
  float: left;
}

p.small {
  font-size: 12px;
}

.btn-green-arrow {
  display: inline-block;
  float: right;
  border: 2px solid #079c6d;
  width: 241px;
  padding: 4px 0px 4px 5px;
  text-align: center;
  margin: 12px 13px 0 0;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.btn-green-arrow span {
  display: inline-block;
  background: url(../img/icon35.png) no-repeat right center;
  padding-right: 21px;
}

.block-two-col .left {
  float: left;
  width: 390px;
}
.block-two-col .left .inn {
  padding: 20px 0;
}
.block-two-col .left .inn p {
  line-height: 1.28;
}
.block-two-col .right {
  float: right;
}
.block-two-col .right img {
  border: 5px solid rgba(145, 145, 145, 0.26);
}
.block-two-col.type02 .left {
  width: 430px;
}
.block-two-col.type02 .right img {
  border: none;
}

.cmn-inner-ida {
  padding: 0;
}

.box-tbl {
  float: left;
  width: 327px;
  border: 4px solid #9e9e9e;
  margin-right: 24px;
}
.box-tbl.last {
  margin-right: 0;
}
.box-tbl table {
  font-size: 16px;
  width: 100%;
}
.box-tbl table tr:first-child td {
  border: 0;
}
.box-tbl table tr td {
  border-top: 1px solid #9e9e9e;
  padding: 10px 5px 10px 19px;
}
.box-tbl table .col02 {
  width: 86px;
  text-align: right;
  padding-right: 15px;
  padding-left: 5px;
}

.box-two-col-stl2 .left {
  position: relative;
  float: left;
  width: 347px;
}
.box-two-col-stl2 .left img {
  border: 7px solid #dddddd;
}
.box-two-col-stl2 .left .icon {
  position: absolute;
  top: -196px;
  left: 25px;
  border: 0;
}
.box-two-col-stl2 .right {
  float: right;
  width: 316px;
  padding-top: 7px;
}
.box-two-col-stl2 .right.stl2 {
  padding-top: 0;
}

p.has-star {
  padding-left: 18px;
  position: relative;
}
p.has-star span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .content-access {
    width: 100%;
    margin-bottom: 40px;
  }
  .content-access .map p span {
    display: inline-block;
  }
  .content-access .map .inner {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .content-access .map .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .box-green {
    font-size: 18px;
  }

  .list-cat li {
    margin-bottom: 10px;
  }

  .cmn-inner-ida {
    padding: 0px 10px;
  }

  .sidebar.access {
    width: 100%;
  }

  .btn-green-arrow {
    display: block;
    float: none;
    margin: 15px auto 20px;
  }

  .block-two-col .left {
    width: 100% !important;
  }
  .block-two-col .left .inn {
    padding: 20px 16px;
  }
  .block-two-col .left .inn p {
    line-height: 1.28;
  }
  .block-two-col .right {
    width: 100%;
  }
  .block-two-col .right img {
    margin: 0 auto;
  }

  .box-tbl {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .box-tbl table {
    font-size: 14px;
  }
  .box-tbl table tr td {
    padding-left: 10px;
  }
  .box-tbl table .col02 {
    padding-right: 10px;
  }
  .box-tbl:last-child {
    margin-bottom: 0;
  }

  .box-two-col-stl2 .left {
    width: 100%;
  }
  .box-two-col-stl2 .left img {
    border: 7px solid #dddddd;
  }
  .box-two-col-stl2 .left .icon {
    display: none;
  }
  .box-two-col-stl2 .right {
    width: 100%;
  }
  .box-two-col-stl2 .right.stl2 p {
    margin-top: 20px;
  }

  p.has-star {
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  .cmn-inner-ida {
    padding: 0;
  }
}
.pg-yakuzai .ttl-h3 {
  margin-bottom: 10px;
}
.pg-yakuzai p {
  margin-bottom: 1em;
}

.col-img img {
  display: inline-block;
  margin-right: 5px;
}

.tb-fixed {
  table-layout: fixed;
}
.tb-fixed tr:nth-child(odd) td {
  background: #f2f2f2;
}
.tb-fixed tr td {
  border-collapse: collapse;
  border: 1px solid #c6c6c6;
  padding: 5px 10px;
}
.tb-fixed tr td a {
  display: block;
  color: #6699CC;
  text-decoration: underline;
}

.btn-blue {
  background: #01a975;
  text-align: center;
  width: 100px;
  padding: 5px 0;
  color: #fff;
  display: inline-block;
}

.box-p p {
  margin-bottom: 1em;
  text-align: justify;
}

.box-right-image .image {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .box-right-image .image {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.arti-toukou {
  width: 635px;
  margin: 0 auto;
  border: 1px solid #5DB7F5;
}
.arti-toukou .inner {
  padding: 10px;
}
.arti-toukou table th {
  width: 20%;
  font-weight: bold;
  color: #5DB7F5;
  text-align: left;
  padding: 10px 5px;
}
.arti-toukou table td {
  padding: 10px 0px;
}

@media (max-width: 640px) {
  .arti-toukou {
    width: 100%;
  }
}
.tree-sitemap > ul > li {
  border-bottom: 1px solid #ccc;
}
.tree-sitemap > ul > li > a {
  font-weight: bold;
  padding: 10px 0;
}
.tree-sitemap ul {
  padding-left: 20px;
}
.tree-sitemap ul li {
  font-size: 110%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tree-sitemap ul li a {
  display: block;
}
.tree-sitemap ul li .no-link {
  color: #000 !important;
  cursor: inherit;
  text-decoration: none !important;
}
.tree-sitemap ul li li {
  font-size: 100%;
}
.tree-sitemap ul li li a {
  color: #0012bc;
  text-decoration: underline;
}
.tree-sitemap ul li li li {
  font-size: 90%;
}
.tree-sitemap ul li li li li {
  font-size: 85%;
}


/* 血液内科のみ */
.ketsuekinaika td {
  vertical-align: top;
}
.ketsuekinaika-drimg {
  width: 21%;
}
.ketsuekinaika-drimg img {
  vertical-align: top;
}


/*# sourceMappingURL=style.css.map */
