@charset "UTF-8";
/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: normal;
}
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

iframe {
  border: none;
}

ul, ol {
  list-style: none;
}

br {
  letter-spacing: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: -apple-system, Avenir, "OpenSans", "HelveticaNeue", Helvetica, Arial, Verdana, "メイリオ", Meiryo, "游ゴシック", "YuGothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴProW3", "HiraginoKakuGothicPro", "MeiryoUI", "ＭＳＰゴシック", "MSPGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-weight: midium;
}

li, dt, dd, th, td, p, address, select, option, input, textarea {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
}

a {
  outline: none;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-thumb:window-inactive:hover {
  background: #555;
}

.head-block {
  width: 960px;
  margin: auto;
  position: relative;
}
.head-block .inner {
  padding: 30px;
}
.head-block .inner .site-ttl {
  text-align: center;
}
.head-block .inner .site-ttl a {
  display: inline-block;
}
.head-block .inner .subnav {
  position: absolute;
  top: 5px;
  right: 0;
}
.head-block .inner .subnav:after {
  content: " ";
  display: block;
  clear: both;
}
.head-block .inner .subnav li {
  float: left;
  padding-left: 20px;
}
.head-block .inner .subnav li a {
  color: #666;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.head-block .inner .subnav li a:hover {
  opacity: .7;
}
.head-block .inner .subnav li + li {
  margin-left: 16px;
}
.head-block .inner .subnav li:first-child {
  background: url(../images/common/sub-pin.png) no-repeat;
  position: relative;
}
.head-block .inner .subnav li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #666;
  position: absolute;
  right: -8px;
  top: .5rem;
}
.head-block .inner .subnav li:nth-child(2) {
  background: url(../images/common/sub-contact.png) no-repeat;
}

.area-breadcrumbs + .pbNestedWrapper {
  overflow: visible;
}
.area-breadcrumbs + .pbNestedWrapper #pbBlock501887 {
  overflow: visible;
}

#g-nav {
  width: 960px;
  margin: auto;
}
#g-nav .g-nav-block li {
  width: 20%;
  float: left;
}
#g-nav .g-nav-block li a {
  display: block;
  background: #4b80ba;
  color: #fff;
  text-align: center;
  height: 42px;
  line-height: 42px;
}
#g-nav .g-nav-block li#hover-click {
  position: relative;
}
#g-nav .g-nav-block li#hover-click > .head > a {
  display: block;
  width: 100%;
}
#g-nav .g-nav-block li#hover-click > .head > span {
  display: block;
  width: 20%;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
#g-nav .g-nav-block li#hover-click > .head .box {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
}
#g-nav .g-nav-block li#hover-click > .head .box > ul > li {
  width: 100%;
  margin-top: 3px;
}
#g-nav .g-nav-block li#hover-click > .head .box > ul > li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ddd;
  color: #333;
  height: 36px;
  line-height: 36px;
}
#g-nav .g-nav-block li#hover-click > .head .box > ul > li a.wauto {
  height: auto;
  line-height: 1.5;
}
#g-nav .g-nav-block li#hover-click > .head .box > ul > li a:hover {
  background: rgba(75, 128, 186, 0.3);
}

#greeting {
  clear: both;
}

.bottom-acc {
  width: 960px;
  margin: 40px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.bottom-acc:after {
  content: " ";
  display: block;
  clear: both;
}
.bottom-acc .block {
  width: 18%;
  float: left;
}
.bottom-acc .block .ttl {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: block;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #888866;
}
.bottom-acc .block .link li a {
  display: block;
  color: #333;
  font-size: 12px;
  font-size: 1.1rem;
  padding-left: 10px;
  position: relative;
}
.bottom-acc .block .link li a::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #888866;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.bottom-acc .block + .block {
  margin-left: 2.5%;
}

#footer .footer-wrap {
  width: 960px;
  margin: auto;
  padding: 20px 0;
}
#footer .footer-wrap .address {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
#footer .footer-wrap .address:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .footer-wrap .address .footer-logo {
  display: inline;
}
#footer .footer-wrap .address address {
  margin-left: 10px;
  display: inline;
  vertical-align: middle;
  font-style: normal;
}
#footer .footer-wrap .address address span {
  margin-left: 10px;
}
#footer .footer-wrap .bottom-block {
  padding: 15px 0 0;
}
#footer .footer-wrap .bottom-block:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .footer-wrap .bottom-block .bottom-link {
  float: left;
}
#footer .footer-wrap .bottom-block .bottom-link:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .footer-wrap .bottom-block .bottom-link li {
  float: left;
}
#footer .footer-wrap .bottom-block .bottom-link li a {
  color: #666;
  padding-left: 16px;
  background: url(../images/common/arrow-gray.png) no-repeat;
  background-position: left center;
  background-size: 12px;
}
#footer .footer-wrap .bottom-block .bottom-link li + li {
  margin-left: 10px;
}
#footer .footer-wrap .bottom-block small {
  display: block;
  float: right;
  color: #666;
}

@media screen and (max-width: 600px) {
  body {
    -webkit-text-size-adjust: 100%;
    position: relative;
  }

  .head-block {
    width: 86%;
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 20;
  }
  .head-block .inner {
    padding: 0;
    width: 100%;
    height: 56px;
    display: table;
    padding-left: 5px;
  }
  .head-block .inner .site-ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 52%;
    max-width: 190px;
  }
  .head-block .inner .site-ttl a {
    display: block;
  }
  .head-block .inner .site-ttl a img {
    display: block;
    width: 100%;
  }
  .head-block .inner .subnav {
    top: 0;
    width: 42%;
    height: 56px;
  }
  .head-block .inner .subnav li {
    width: 45%;
    padding-left: 0;
    border-left: 1px solid #ddd;
  }
  .head-block .inner .subnav li + li {
    width: 55%;
    border-right: 1px solid #ddd;
  }
  .head-block .inner .subnav li a {
    font-size: 8px;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    height: 56px;
    padding-top: 32px;
    display: block;
  }
  .head-block .inner .subnav li + li {
    margin-left: 0;
  }
  .head-block .inner .subnav li:first-child {
    background-position: center 10px;
  }
  .head-block .inner .subnav li:first-child::after {
    display: none;
  }
  .head-block .inner .subnav li:nth-child(2) {
    background-position: center 10px;
  }

  div.bottom-acc {
    width: 100%;
    padding-bottom: 0;
    margin-top: 0;
  }
  div.bottom-acc > ul {
    width: 100%;
    border-top: 1px solid #997766;
  }
  div.bottom-acc > ul > li.block {
    width: 100%;
    float: none;
  }
  div.bottom-acc > ul > li.block:after {
    content: " ";
    display: block;
    clear: both;
  }
  div.bottom-acc > ul > li.block + .block {
    margin-left: 0;
  }
  div.bottom-acc > ul > li.block p.ttl {
    display: block;
    color: #666;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    margin-bottom: 0;
    position: relative;
    width: 86%;
    float: left;
  }
  div.bottom-acc > ul > li.block span.toggle {
    display: block;
    background: #ebe4e0;
    border-bottom: 1px solid #997766;
    height: 52px;
    line-height: 52px;
    position: relative;
    float: left;
    width: 14%;
  }
  div.bottom-acc > ul > li.block span.toggle:after, div.bottom-acc > ul > li.block span.toggle.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #997766;
    border-right: 2px solid #997766;
    top: 50%;
    left: 50%;
    margin-left: -4px;
  }
  div.bottom-acc > ul > li.block span.toggle:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
  }
  div.bottom-acc > ul > li.block span.toggle.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  div.bottom-acc > ul ul.link {
    display: none;
    clear: both;
  }
  div.bottom-acc > ul ul.link > li > a {
    display: block;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(153, 119, 102, 0.5);
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    position: relative;
  }
  div.bottom-acc > ul ul.link > li > a::before {
    display: none !important;
  }
  div.bottom-acc > ul ul.link > li > a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 6%;
    top: 50%;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    margin-top: -2px;
  }

  #footer .footer-wrap {
    width: 100%;
  }
  #footer .footer-wrap .address .footer-logo {
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer .footer-wrap .address address {
    margin-left: 0;
    display: inline-block;
  }
  #footer .footer-wrap .address address span {
    display: block;
  }
  #footer .footer-wrap .bottom-block {
    padding: 0;
  }
  #footer .footer-wrap .bottom-block .bottom-link {
    float: none;
    margin-bottom: 20px !important;
  }
  #footer .footer-wrap .bottom-block .bottom-link li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #666;
  }
  #footer .footer-wrap .bottom-block .bottom-link li + li {
    margin-left: 0;
  }
  #footer .footer-wrap .bottom-block .bottom-link li:nth-of-type(odd) {
    border-right: 1px solid #666;
  }
  #footer .footer-wrap .bottom-block .bottom-link li a {
    display: block;
    padding: 10px 5px 10px 12%;
    background-position: 2% 1em;
  }
  #footer .footer-wrap .bottom-block .bottom-link li a .br {
    display: block;
  }
  #footer .footer-wrap .bottom-block small {
    text-align: center;
    float: none;
  }
}
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
@media screen and (max-width: 600px) {
  .mean-container .mean-bar {
    width: 100%;
    height: 56px;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 10;
  }
  .mean-container a.meanmenu-reveal {
    width: 14%;
    height: 57px;
    display: block;
    padding: 15px 11px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #999;
    height: 3px;
    margin-top: 4px;
  }
  .mean-container a.meanmenu-reveal.meanclose span {
    display: block;
  }
  .mean-container a.meanmenu-reveal.meanclose span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 7px;
  }
  .mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 56px;
  }
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }
  .mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    height: 48px;
    line-height: 48px;
    text-align: left;
    color: #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eee), color-stop(0, #fff));
    background: -ms-linear-gradient(#fff, #eee);
    background: linear-gradient(#ffffff, #eeeeee);
    border-top: 1px solid #333;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mean-container .mean-nav ul li a.wauto {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    height: auto;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #333;
    border-top: 1px solid #333;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    background: #ddd;
    text-shadow: none !important;
    visibility: visible;
  }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
  }
  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
  }
  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 48px;
    color: #666;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
  }
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .mean-remove {
    display: none !important;
  }
}
/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
.ttl01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho",serif;
  letter-spacing: 2px;
  color: #997766;
  padding: 8px 0;
  margin-bottom: 30px;
  text-align: center;
  border-top: 4px double #997766;
  border-bottom: 4px double #997766;
}
.ttl01 + .sup {
  margin-top: -10px;
  margin-bottom: 20px;
}

.ttl02 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #997766;
  font-weight: bold;
  border-bottom: 1px solid #997766;
  padding: 5px 3px;
  margin-bottom: 15px;
}

.ttl03 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3c6695;
  font-weight: bold;
  position: relative;
  padding: 3px 0 3px 21px;
  margin-bottom: 10px;
}
.ttl03::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #3c6695;
  position: absolute;
  left: 0;
  top: 6px;
}

.point-b {
  font-weight: bold;
}

.point-out {
  text-decoration: line-through;
}

.area-content {
  width: 960px;
  margin: auto;
  padding: 40px 60px;
  background: url(../images/common/bg.jpg);
}

.board {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px;
}

p.list01,
ul.list01 li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
p.list01::before,
ul.list01 li::before {
  content: "※";
  color: #333;
  position: absolute;
  left: 0;
}

ul.list02 {
  margin: 20px 0 !important;
}
ul.list02 li {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.list02 li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #997766;
  font-weight: bold;
  margin-bottom: 3px;
}
ul.list02 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #997766;
  position: absolute;
  left: 0;
  top: 6px;
}

.num-list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: num;
}
.num-list li {
  position: relative;
  padding-left: 25px;
}
.num-list li span {
  font-size: 12px;
  font-size: 1.2rem;
}
.num-list li + li {
  margin-top: 5px;
}
.num-list li:before {
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  margin: 3px 0;
  font-size: 10px;
  font-size: 1rem;
  width: 17px;
  text-align: center;
  position: absolute;
  left: 1px;
}
.num-list li:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

ul.link-list {
  margin: 10px 0 !important;
}
ul.link-list li {
  padding-left: 18px;
}
ul.link-list li a {
  position: relative;
}
ul.link-list li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow-blown.png) no-repeat left center;
  background-size: 12px;
  position: absolute;
  top: .2rem;
  left: -18px;
}
ul.link-list li + li {
  margin-top: 5px;
}

ul.pdf-list {
  margin: 20px 0 !important;
}
ul.pdf-list li {
  margin-bottom: 5px;
}
ul.pdf-list li a {
  display: block;
  padding-left: 20px;
  background: url(../images/common/icon-pdf.png) no-repeat;
}
ul.pdf-list li .maru {
  display: block;
  padding-left: 20px;
  position: relative;
}
ul.pdf-list li .maru::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #997766;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: .6rem;
}

a.pdf {
  padding: 3px 0 3px 20px;
  background: url(../images/common/icon-pdf.png) no-repeat left center;
}

.anchor-list:after {
  content: " ";
  display: block;
  clear: both;
}
.anchor-list li {
  width: 32%;
  float: left;
}
.anchor-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.anchor-list li:nth-child(n+3) {
  margin-bottom: 10px;
}
.anchor-list li a {
  display: block;
  border-radius: 5px;
  padding: 8px 0;
  text-align: center;
  color: #997766;
  border: 1px solid #997766;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-list li a::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #997766 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.anchor-list li a:hover {
  background: #ebe4e0;
}

ul.bg-list {
  background: #ebe4e0;
  padding: 20px !important;
  margin: 20px 0 !important;
  border-radius: 5px;
}
ul.bg-list li {
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
}
ul.bg-list li::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #997766;
  position: absolute;
  left: 0;
  top: 4px;
}

#main-index .intro-block .inner {
  width: 960px;
  text-align: center;
  margin: auto;
  padding: 40px 60px;
  background: url(../images/common/bg.jpg);
}
#main-index .intro-block .inner .topnav {
  padding-bottom: 40px;
}
#main-index .intro-block .inner .topnav:after {
  content: " ";
  display: block;
  clear: both;
}
#main-index .intro-block .inner .topnav .ttl-tate {
  width: 39px;
  text-align: center;
  float: left;
}
#main-index .intro-block .inner .topnav .ttl-tate img {
  width: 20px;
}
#main-index .intro-block .inner .topnav .topnav-list {
  width: 350px;
  float: left;
}
#main-index .intro-block .inner .topnav .topnav-list:after {
  content: " ";
  display: block;
  clear: both;
}
#main-index .intro-block .inner .topnav .topnav-list li {
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 60px;
}
#main-index .intro-block .inner .topnav .topnav-list li:not(:last-child) {
  margin-bottom: 10px;
}
#main-index .intro-block .inner .topnav .topnav-list li a {
  display: block;
  line-height: 60px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Sawarabi Mincho",serif;
  color: #333;
  background: url(../images/common/arrow-blown.png) no-repeat 10px center;
  background-size: 12px;
  padding-left: 30px;
}
#main-index .intro-block .inner .topnav .topnav-l {
  width: 450px;
  float: left;
  padding-right: 60px;
}
#main-index .intro-block .inner .topnav .topnav-l > a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Sawarabi Mincho",serif;
  color: #333;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main-index .intro-block .inner .topnav .topnav-l > a:hover {
  background: #dbe6f1;
}
#main-index .intro-block .inner .topnav .topnav-l .college {
  border-left: 1px solid #666;
}
#main-index .intro-block .inner .topnav .topnav-l .college:after {
  content: " ";
  display: block;
  clear: both;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:first-of-type {
  background: #fff url(../images/index/college01.png) no-repeat 96% center;
  background-size: 50px;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:nth-of-type(2) {
  background: #fff url(../images/index/college02.png) no-repeat 96% center;
  background-size: 50px;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:nth-of-type(3) {
  background: #fff url(../images/index/college03.png) no-repeat 96% center;
  background-size: 50px;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:hover:first-of-type {
  background: #dbe6f1 url(../images/index/college01.png) no-repeat 96% center;
  background-size: 50px;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:hover:nth-of-type(2) {
  background: #dbe6f1 url(../images/index/college02.png) no-repeat 96% center;
  background-size: 50px;
}
#main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:hover:nth-of-type(3) {
  background: #dbe6f1 url(../images/index/college03.png) no-repeat 96% center;
  background-size: 50px;
}
#main-index .intro-block .inner .topnav .topnav-r {
  width: 390px;
  float: left;
  border-left: 1px solid #666;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:first-of-type {
  background: #fff url(../images/index/hospital01.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:nth-of-type(2) {
  background: #fff url(../images/index/hospital02.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:nth-of-type(3) {
  background: #fff url(../images/index/hospital03.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:nth-of-type(4) {
  background: #fff url(../images/index/hospital04.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:first-of-type {
  background: #dbe6f1 url(../images/index/hospital01.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:nth-of-type(2) {
  background: #dbe6f1 url(../images/index/hospital02.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:nth-of-type(3) {
  background: #dbe6f1 url(../images/index/hospital03.jpg) no-repeat 99% center;
}
#main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:nth-of-type(4) {
  background: #dbe6f1 url(../images/index/hospital04.jpg) no-repeat 99% center;
}
#main-index .link-block {
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
#main-index .link-block .ttl {
  display: inline-block;
  margin: 12px 0 14px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-family: "Sawarabi Mincho",serif;
}
#main-index .link-block .toplink-list {
  display: inline-block;
  text-align: center;
}
#main-index .link-block .toplink-list:after {
  content: " ";
  display: block;
  clear: both;
}
#main-index .link-block .toplink-list li {
  width: 160px;
  float: left;
}
#main-index .link-block .toplink-list li + li {
  margin-left: 10px;
}
#main-index .link-block .toplink-list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  border: 1px solid #ddd;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main-index .link-block .toplink-list li a:hover {
  background: #dbe6f1;
}
#main-index .news-block {
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 40px;
  text-align: left;
}
#main-index .news-block .head {
  position: relative;
  text-align: center;
}
#main-index .news-block .head .ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-family: "Sawarabi Mincho",serif;
}
#main-index .news-block .head .more {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #997766;
  padding-right: 16px;
  background: url(../images/common/arrow-blown.png) no-repeat right center;
  background-size: 12px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main-index .news-block .head .more:hover {
  opacity: .7;
}
#main-index .news-block .news-list dt {
  width: 10%;
  float: left;
  color: #888866;
  padding-top: 12px;
}
#main-index .news-block .news-list dd {
  padding: 12px 0 12px 11%;
  border-top: 1px dotted #888866;
}
#main-index .news-block .news-list dd > * {
  display: block;
  color: #333;
}
#main-index .news-block .news-list dd > a {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main-index .news-block .news-list dd > a:hover {
  opacity: .7;
}
#main-index .news-block .pbWhatsnewTable tr {
  border-top: 1px dotted #888866;
}
#main-index .news-block .pbWhatsnewTable tr td {
  padding: 12px 0 12px;
  vertical-align: top;
}
#main-index .news-block .pbWhatsnewTable tr td:nth-of-type(1) {
  width: 10% !important;
  color: #888866;
}
#main-index .news-block .pbWhatsnewTable tr td:nth-of-type(2) {
  padding-left: 1%;
}
#main-index .news-block .pbWhatsnewTable tr td:nth-of-type(2) a {
  color: #333;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main-index .news-block .pbWhatsnewTable tr td:nth-of-type(2) a:hover {
  opacity: .7;
}
#main-index .banner-block ul {
  display: inline-block;
}
#main-index .banner-block ul:after {
  content: " ";
  display: block;
  clear: both;
}
#main-index .banner-block ul li {
  float: left;
}
#main-index .banner-block ul li + li {
  margin-left: 10px;
}
#main-index .banner-block ul li a {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main-index .banner-block ul li a:hover {
  opacity: .7;
}

.area-breadcrumbs {
  width: 960px;
  margin: auto;
  padding: 12px;
  background: url(../images/common/bg.jpg);
}
.area-breadcrumbs ol:after {
  content: " ";
  display: block;
  clear: both;
}
.area-breadcrumbs ol li {
  float: left;
}
.area-breadcrumbs ol li:not(:last-child) {
  margin-right: 6px;
}
.area-breadcrumbs ol li:first-child {
  padding-left: 22px;
  background: url(../images/common/icon-home.png) no-repeat left 3px;
  background-size: 15px auto;
}
.area-breadcrumbs ol li + li > * {
  padding-left: 18px;
  position: relative;
}
.area-breadcrumbs ol li + li > *:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.area-breadcrumbs ol li a, .area-breadcrumbs ol li span {
  color: #999;
  display: block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area-breadcrumbs ol li a {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.area-breadcrumbs ol li a:hover {
  opacity: .7;
}
.area-breadcrumbs .pbBlockNavigation {
  color: #999;
}
.area-breadcrumbs .pbBlockNavigation a {
  margin-right: 6px;
  color: #999;
  cursor: pointer;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area-breadcrumbs .pbBlockNavigation a:hover {
  opacity: .7;
}
.area-breadcrumbs .pbBlockNavigation a:first-child {
  padding-left: 22px;
  background: url(../images/common/icon-home.png) no-repeat left 0px;
  background-size: 15px auto;
}

#president .greeting-block .inner {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px;
}
#president .greeting-block .inner .talk:after {
  content: " ";
  display: block;
  clear: both;
}
#president .greeting-block .inner .talk dt {
  float: left;
  width: 275px;
  margin: 5px 40px 20px 0;
}
#president .greeting-block .inner .talk dt img {
  display: block;
  width: 100%;
}
#president .greeting-block .inner .talk dd:first-of-type {
  margin-bottom: 20px;
}
#president .greeting-block .inner .talk dd:first-of-type span:first-child {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Sawarabi Mincho",serif;
  color: #997766;
  display: block;
  margin-bottom: 10px;
}
#president .greeting-block .inner .talk dd:first-of-type span:first-child span {
  display: inline;
}
#president .greeting-block .inner .talk dd:first-of-type span:nth-of-type(2) {
  display: block;
  text-align: right;
  font-family: "Sawarabi Mincho",serif;
  font-size: 18px;
  font-size: 1.8rem;
}
#president .greeting-block .inner .talk dd:first-of-type span:nth-of-type(2) span {
  display: inline;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 10px;
  color: #333;
}
#president .greeting-block .inner .talk dd:nth-of-type(2) p {
  line-height: 2;
  text-indent: 1rem;
}
#president .greeting-block .inner .talk dd:nth-of-type(2) p + p {
  margin-top: 10px;
}
#president .greeting-block .inner .talk dd:nth-of-type(2) p:nth-child(2) {
  padding-left: 315px;
}
#president .greeting-block .inner > p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#soshikizu #area-soshikizu .soshikizu-block img {
  display: block;
  width: 100%;
}

#infomation #area-infomation .infomation-block .info-list:after {
  content: " ";
  display: block;
  clear: both;
}
#infomation #area-infomation .infomation-block .info-list li {
  float: left;
  width: 400px;
}
#infomation #area-infomation .infomation-block .info-list li:nth-child(even) {
  margin-left: 40px;
}
#infomation #area-infomation .infomation-block .info-list li:nth-child(n+3) {
  margin-top: 20px;
}
#infomation #area-infomation .infomation-block .info-list li a {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  letter-spacing: 1px;
  font-family: "Sawarabi Mincho",serif;
  line-height: 60px;
  background: #fff url(../images/common/arrow-blown.png) no-repeat 20px center;
  background-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 40px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#infomation #area-infomation .infomation-block .info-list li a:hover {
  background: #dbe6f1 url(../images/common/arrow-blown.png) no-repeat 20px center;
  background-size: 13px;
}

#whistleblower #area-whistleblower .whistleblower-block .ttl01 {
  margin-bottom: 20px;
}
#whistleblower #area-whistleblower .whistleblower-block .sup {
  margin-bottom: 20px;
}
#whistleblower #area-whistleblower .whistleblower-block .sup span {
  display: block;
}
#whistleblower #area-whistleblower .whistleblower-block .board + .board {
  margin-top: 20px;
}
#whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dt {
  float: left;
}
#whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd {
  padding: 0 0 20px 180px;
}
#whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a {
  display: inline-block;
  margin-left: 10px;
  padding-left: 18px;
}
#whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a.pdf-link {
  background: url(../images/common/icon-pdf.png) no-repeat;
}
#whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a.excel-link {
  background: url(../images/common/icon-excel.png) no-repeat;
}
#whistleblower #area-whistleblower .whistleblower-block .board .number {
  margin-bottom: 10px;
}
#whistleblower #area-whistleblower .whistleblower-block .board .number:after {
  content: " ";
  display: block;
  clear: both;
}
#whistleblower #area-whistleblower .whistleblower-block .board .number dt {
  float: left;
}
#whistleblower #area-whistleblower .whistleblower-block .board .number dd {
  float: left;
  margin-right: 15px;
}

#zaimu #area-zaimu .pdf-list li a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

#recruit #area-recruit .recruit-block .ttl01 {
  margin-bottom: 20px;
}
#recruit #area-recruit .recruit-block .sup {
  margin-bottom: 20px;
}
#recruit #area-recruit .recruit-block .sup span {
  display: block;
}
#recruit #area-recruit .recruit-block .board section.block {
  margin-bottom: 30px;
}

.news .news-block .news-list dt {
  width: 10%;
  float: left;
  color: #997766;
}
.news .news-block .news-list dd {
  padding: 0 0 10px 12%;
  margin-bottom: 10px;
  border-bottom: 1px dotted #997766;
}
.news .news-block .ttl-news {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4b80ba;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #709ac8;
  border-bottom: 1px solid #709ac8;
}
.news .news-block .txt {
  position: relative;
  padding-bottom: 60px;
}
.news .news-block .txt .back {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  color: #4b80ba;
  border: 1px solid #4b80ba;
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .news-block .txt .back:hover {
  background: #bacee4;
}
.news .news-block .txt .inner p.date, .news .news-block .txt .inner p.sup-l {
  text-align: right;
}
.news .news-block .txt .inner .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #3c6695;
  text-align: center;
  margin: 10px 0 20px;
}
.news .news-block .txt .inner .aiueo {
  list-style-type: katakana;
  padding-left: 25px !important;
  margin: 10px 0 !important;
}
.news .news-block .txt .inner .aiueo li {
  color: #2c4e73;
}
.news .news-block .txt .inner table.kansa-tbl {
  margin: auto;
  margin-bottom: 30px;
}
.news .news-block .txt .inner table.kansa-tbl tbody th {
  font-weight: normal;
  vertical-align: top;
  width: 15%;
}
.news .news-block .txt .inner table.kansa-tbl tbody td {
  vertical-align: top;
}
.news .news-block .txt .inner table.kansa-tbl tbody td:nth-of-type(1) {
  width: 20%;
}
.news .news-block .txt .inner div {
  margin-bottom: 20px;
}
.news .news-block .board .pbWhatsnewTable tr {
  border-bottom: 1px dotted #997766;
}
.news .news-block .board .pbWhatsnewTable tr:last-of-type {
  margin-bottom: 10px;
}
.news .news-block .board .pbWhatsnewTable tr td {
  padding: 12px 0 12px;
  vertical-align: top;
}
.news .news-block .board .pbWhatsnewTable tr td:nth-of-type(1) {
  width: 10% !important;
  color: #888866;
}
.news .news-block .board .pbWhatsnewTable tr td:nth-of-type(2) {
  padding-left: 2%;
}
.news .news-block .board .pbWhatsnewTable tr td:nth-of-type(2) a {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-block .board .pbWhatsnewTable tr td:nth-of-type(2) a:hover {
  opacity: .7;
}

#access #area-access .board .access-detail {
  margin-bottom: 20px;
}
#access #area-access .board .access-detail dt {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Sawarabi Mincho",serif;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 180px 3px 0;
  border-bottom: 2px solid #666;
  margin-bottom: 5px;
}
#access #area-access .board .access-detail dd p {
  font-size: 15px;
  font-size: 1.5rem;
}
#access #area-access .board .access-detail dd .metro {
  margin-top: 10px !important;
  display: inline-block;
  padding: 10px 10px 10px 60px !important;
  border: 2px solid #00a2d9;
  position: relative;
}
#access #area-access .board .access-detail dd .metro li {
  color: #00a2d9;
}
#access #area-access .board .access-detail dd .metro::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/access/metro.png) no-repeat;
  background-size: 42px;
  position: absolute;
  left: 10px;
}

#history .history-block .board:after {
  content: " ";
  display: block;
  clear: both;
}
#history .history-block .board .history-list {
  width: 49%;
  float: left;
  border-top: 1px solid #ddd;
}
#history .history-block .board .history-list + .history-list {
  margin-left: 2%;
}
#history .history-block .board .history-list dt {
  width: 24%;
  padding: 10px 0 0 10px;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
#history .history-block .board .history-list dt span {
  display: block;
  padding-left: 2.5rem;
}
#history .history-block .board .history-list dd {
  padding: 10px 10px 20px 24%;
  min-height: 70px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: -webkit-linear-gradient(to right, #ebe4e0 0%, #ebe4e0 22%, #fff 22%, #fff 100%);
  background: linear-gradient(to right, #ebe4e0 0%, #ebe4e0 22%, #ffffff 22%, #ffffff 100%);
}

#topics #area-topics .board .post {
  border-bottom: 1px dotted #997766;
  padding: 10px 0;
}
#topics #area-topics .board .post:after {
  content: " ";
  display: block;
  clear: both;
}
#topics #area-topics .board .post:first-child {
  border-top: 1px dotted #997766;
}
#topics #area-topics .board .post > p.postimg {
  float: left;
  width: 8%;
  min-height: 56px;
  margin-right: 2%;
  border: 2px solid #d6c9c2;
}
#topics #area-topics .board .post > p.postimg > img {
  display: block;
  width: 100%;
}
#topics #area-topics .board .post .post-list {
  padding-left: 10%;
}
#topics #area-topics .board .post .post-list dt {
  margin-bottom: 5px;
}
#topics #area-topics .board .post .post-list dt a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #997766;
}
#topics #area-topics .board .post .post-list dd a {
  font-weight: bold;
}

#contact #area-contact .block .inner .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #997766;
  font-weight: bold;
  border-bottom: 2px solid #d6c9c2;
  padding: 5px;
  margin-bottom: 20px;
}
#contact #area-contact .block .inner .detail {
  margin-bottom: 30px;
  border-bottom: 1px solid #d6c9c2;
}
#contact #area-contact .block .inner .detail:after {
  content: " ";
  display: block;
  clear: both;
}
#contact #area-contact .block .inner .detail dt {
  width: 25%;
  float: left;
  padding-bottom: 10px;
}
#contact #area-contact .block .inner .detail dd {
  width: 50%;
  float: left;
  padding-bottom: 10px;
}
#contact #area-contact .block .inner .detail dd + dd {
  width: 25%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#contact #area-contact .block .inner .detail dd + dd span {
  display: inline-block;
  margin-right: 5px;
  padding-left: 20px;
  background: url(../images/common/tel.svg) no-repeat;
  background-size: 16px;
}

section.txt-block:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  #main-index #g-nav {
    display: none !important;
  }

  #g-nav > .g-nav-block > li a:hover {
    background: #3c6695;
  }

  /* #president .g-nav-block > li:first-child > a,
  #history .g-nav-block > li:nth-child(2) > a,
  #soshikizu .g-nav-block > li:nth-child(3) > a,
  #infomation .g-nav-block > li:nth-child(3) > div > a,
  #whistleblower .g-nav-block > li:nth-child(4) > div > a,
  #officer .g-nav-block > li:nth-child(4) > div > a,
  #zaimu .g-nav-block > li:nth-child(4) > div > a,
  #committee .g-nav-block > li:nth-child(4) > div > a,
  #rinri .g-nav-block > li:nth-child(4) > div > a,
  #recruit .g-nav-block > li:nth-child(4) > a,
  #link .g-nav-block > li:nth-child(5) > a {
    position: relative;
    background: #3c6695;
  }
  #president .g-nav-block > li:first-child > a::before,
  #history .g-nav-block > li:nth-child(2) > a::before,
  #soshikizu .g-nav-block > li:nth-child(3) > a::before,
  #infomation .g-nav-block > li:nth-child(4) > div > a::before,
  #whistleblower .g-nav-block > li:nth-child(4) > div > a::before,
  #officer .g-nav-block > li:nth-child(4) > div > a::before,
  #zaimu .g-nav-block > li:nth-child(4) > div > a::before,
  #committee .g-nav-block > li:nth-child(4) > div > a::before,
  #rinri .g-nav-block > li:nth-child(4) > div > a::before,
  #recruit .g-nav-block > li:nth-child(5) > a::before,
  #link .g-nav-block > li:nth-child(6) > a::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #3c6695 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
  } */
}
@media screen and (max-width: 600px) {
  .area-content {
    width: 100%;
    padding: 20px 2%;
  }

  .area-breadcrumbs {
    display: none;
  }

  .board {
    padding: 20px 10px;
  }

  .ttl01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    border-top: 3px double #997766;
    border-bottom: 3px double #997766;
  }

  .ttl02 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .ttl03 {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
  }
  .ttl03::before {
    top: 3px;
  }

  .anchor-list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .anchor-list li:nth-child(n+3) {
    margin-bottom: 10px;
  }
  .anchor-list li a {
    padding: 8px 10px;
    text-align: left;
  }

  #main-index .intro-block .inner {
    width: 100%;
    padding: 30px 1%;
  }
  #main-index .intro-block .inner .topnav {
    padding-bottom: 30px;
  }
  #main-index .intro-block .inner .topnav .ttl-tate {
    width: 18%;
  }
  #main-index .intro-block .inner .topnav .topnav-list {
    width: 82%;
  }
  #main-index .intro-block .inner .topnav .topnav-list li {
    height: 76px;
  }
  #main-index .intro-block .inner .topnav .topnav-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  #main-index .intro-block .inner .topnav .topnav-list li a {
    display: block;
    height: 76px;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
    background: url(../images/common/arrow-blown.png) no-repeat 10px center;
    background-size: 12px;
    padding: 28px 0 0 28px;
  }
  #main-index .intro-block .inner .topnav .topnav-list li a span {
    display: block;
    margin-top: -8px;
  }
  #main-index .intro-block .inner .topnav .topnav-l {
    width: 49%;
    padding-right: 2%;
  }
  #main-index .intro-block .inner .topnav .topnav-l > a {
    height: 76px;
    line-height: 76px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:first-of-type {
    background: #fff url(../images/index/college01_sp.png) no-repeat 96% center;
    background-size: 50px;
  }
  #main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:nth-of-type(2) {
    background: #fff url(../images/index/college02_sp.png) no-repeat 96% center;
    background-size: 50px;
  }
  #main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:nth-of-type(3) {
    background: #fff url(../images/index/college03_sp.png) no-repeat 96% center;
    background-size: 50px;
  }
  #main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:hover:first-of-type {
    background: #dbe6f1 url(../images/index/college01_sp.png) no-repeat 96% center;
    background-size: 50px;
  }
  #main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:hover:nth-of-type(2) {
    background: #dbe6f1 url(../images/index/college02_sp.png) no-repeat 96% center;
    background-size: 50px;
  }
  #main-index .intro-block .inner .topnav .topnav-l .college .topnav-list li:hover:nth-of-type(3) {
    background: #dbe6f1 url(../images/index/college03_sp.png) no-repeat 96% center;
    background-size: 50px;
  }
  #main-index .intro-block .inner .topnav .topnav-r {
    width: 49%;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:first-of-type {
    background: #fff url(../images/index/hospital01_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:nth-of-type(2) {
    background: #fff url(../images/index/hospital02_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:nth-of-type(3) {
    background: #fff url(../images/index/hospital03_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:nth-of-type(4) {
    background: #fff url(../images/index/hospital04_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:first-of-type {
    background: #dbe6f1 url(../images/index/hospital01_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:nth-of-type(2) {
    background: #dbe6f1 url(../images/index/hospital02_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:nth-of-type(3) {
    background: #dbe6f1 url(../images/index/hospital03_sp.jpg) no-repeat right center;
  }
  #main-index .intro-block .inner .topnav .topnav-r .topnav-list li:hover:nth-of-type(4) {
    background: #dbe6f1 url(../images/index/hospital04_sp.jpg) no-repeat right center;
  }
  #main-index .link-block {
    padding-bottom: 30px;
  }
  #main-index .link-block .ttl {
    display: inline-block;
    margin: 15px 0 20px;
  }
  #main-index .link-block .toplink-list li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
  }
  #main-index .link-block .toplink-list li + li {
    margin-left: 0;
  }
  #main-index .link-block .toplink-list li:nth-child(2n) {
    margin-left: 2%;
  }
  #main-index .link-block .toplink-list li a {
    height: auto;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 14px 0;
  }
  #main-index .news-block {
    padding: 20px 10px;
  }
  #main-index .news-block .head .more {
    border: 1px solid #888866;
    padding: 5px 20px 5px 10px;
    top: 0;
    background-position: 94% center;
    border-radius: 3px;
  }
  #main-index .news-block .news-list dt {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  #main-index .news-block .news-list dd {
    padding: 0 0 15px 0;
    border-top: none;
    border-bottom: 1px dotted #888866;
    margin-bottom: 15px;
  }
  #main-index .news-block .news-list dd > a {
    padding-right: 20px;
    position: relative;
  }
  #main-index .news-block .news-list dd > a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #997766;
    border-right: 2px solid #997766;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
  }
  #main-index .news-block .pbWhatsnewTable {
    margin-bottom: 15px;
  }
  #main-index .news-block .pbWhatsnewTable tr {
    border-top: none;
    border-bottom: 1px dotted #888866;
    margin-bottom: 15px;
  }
  #main-index .news-block .pbWhatsnewTable tr:after {
    content: " ";
    display: block;
    clear: both;
  }
  #main-index .news-block .pbWhatsnewTable tr td {
    padding: 0;
    float: left;
  }
  #main-index .news-block .pbWhatsnewTable tr td:nth-of-type(1) {
    width: 100% !important;
    padding-top: 12px;
  }
  #main-index .news-block .pbWhatsnewTable tr td:nth-of-type(2) {
    width: 95% !important;
    padding-left: 0;
    padding-bottom: 12px;
    position: relative;
  }
  #main-index .news-block .pbWhatsnewTable tr td:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #997766;
    border-right: 2px solid #997766;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -10px;
  }
  #main-index .banner-block ul {
    display: block;
  }
  #main-index .banner-block ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #main-index .banner-block ul li + li {
    margin-left: 0;
  }
  #main-index .banner-block ul li a {
    display: block;
    margin: auto;
  }

  #president .greeting-block .inner {
    border: 1px solid #ddd;
    padding: 20px 2%;
  }
  #president .greeting-block .inner .talk {
    width: 94%;
    margin: 0 auto;
  }
  #president .greeting-block .inner .talk dt {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
  #president .greeting-block .inner .talk dd:first-of-type {
    margin-bottom: 20px;
  }
  #president .greeting-block .inner .talk dd:first-of-type span:first-child {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  #president .greeting-block .inner .talk dd:first-of-type span:first-child span {
    display: block;
  }
  #president .greeting-block .inner .talk dd:first-of-type span:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #president .greeting-block .inner .talk dd:first-of-type span:nth-of-type(2) span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #president .greeting-block .inner .talk dd:nth-of-type(2) p {
    line-height: 1.8;
  }
  #president .greeting-block .inner .talk dd:nth-of-type(2) p:nth-child(2) {
    padding-left: 0;
  }

  #infomation #area-infomation .infomation-block .info-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #infomation #area-infomation .infomation-block .info-list li:nth-child(even) {
    margin-left: 0;
  }
  #infomation #area-infomation .infomation-block .info-list li:nth-child(n+3) {
    margin-top: 0;
  }
  #infomation #area-infomation .infomation-block .info-list li a {
    height: 54px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 54px;
    background-size: 13px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #whistleblower #area-whistleblower .whistleblower-block .ttl01 + .sup {
    margin: -10px 0 20px;
  }
  #whistleblower #area-whistleblower .whistleblower-block .ttl01 + .sup span {
    display: inline;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link {
    margin-top: 10px;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dt {
    float: none;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd {
    padding: 0;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd:after {
    content: " ";
    display: block;
    clear: both;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a {
    display: block;
    width: 49%;
    float: left;
    border-radius: 3px;
    margin-left: 0;
    padding: 8px 0 8px 24px;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a + a {
    margin-left: 2%;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a.pdf-link {
    background: rgba(229, 45, 45, 0.5) url(../images/common/icon-pdf.png) no-repeat 10px center;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .num-list .file-link dd a.excel-link {
    background: rgba(123, 204, 123, 0.5) url(../images/common/icon-excel.png) no-repeat 10px center;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .number {
    margin-bottom: 10px;
  }
  #whistleblower #area-whistleblower .whistleblower-block .board .number dd {
    float: none;
    margin: 0;
  }

  #zaimu #area-zaimu .pdf-list {
    margin: 0 auto 20px;
  }
  #zaimu #area-zaimu .pdf-list li + li {
    margin-top: 10px;
  }

  #history .history-block .board .history-list {
    width: 100%;
    float: none;
  }
  #history .history-block .board .history-list + .history-list {
    margin-left: 0;
  }
  #history .history-block .board .history-list dt {
    padding: 10px 0 0 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #history .history-block .board .history-list dt span {
    padding-left: 2.6rem;
  }
  #history .history-block .board .history-list dd {
    padding: 8px 8px 20px 24%;
  }

  #access #area-access .board .access-detail dt {
    display: block;
    padding: 3px 0;
    margin-bottom: 10px;
  }
  #access #area-access .board #gMap {
    width: 100% !important;
  }

  #topics #area-topics .board .post > p.postimg {
    width: 20%;
    max-width: 80px;
    margin-right: 3%;
  }
  #topics #area-topics .board .post .post-list {
    padding-left: 23%;
  }
  #topics #area-topics .board .post .post-list dt {
    margin-bottom: 0;
  }

  .news .news-block .news-list dt {
    width: 100%;
    float: none;
  }
  .news .news-block .news-list dd {
    padding: 0 20px 10px 0;
    margin-bottom: 10px;
  }
  .news .news-block .news-list dd a {
    display: block;
    position: relative;
  }
  .news .news-block .news-list dd a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #997766;
    border-right: 1px solid #997766;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -4px;
  }
  .news .news-block .ttl-news {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .news .news-block .txt .inner p.date, .news .news-block .txt .inner p.sup-l {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news .news-block .txt .inner .ttl {
    text-align: left;
  }

  #contact #area-contact .block .inner .detail {
    border-bottom: none;
    border-top: 1px solid #d6c9c2;
    border-right: 1px solid #d6c9c2;
    border-left: 1px solid #d6c9c2;
  }
  #contact #area-contact .block .inner .detail dt {
    width: 100%;
    float: none;
    padding: 5px;
    background: #ebe4e0;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #d6c9c2;
  }
  #contact #area-contact .block .inner .detail dd {
    width: 100%;
    float: none;
    padding: 10px 10px 0;
  }
  #contact #area-contact .block .inner .detail dd + dd {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #d6c9c2;
  }
  #contact #area-contact .block .inner .detail dd + dd span {
    display: inline-block;
    margin-right: 5px;
    padding-left: 20px;
    background: url(../images/common/tel.svg) no-repeat;
    background-size: 16px;
  }
}
@media print {
  body {
    width: 960px;
  }

  #main-index #g-nav {
    display: none !important;
  }

  #main-index #g-nav {
    display: none !important;
  }

  #g-nav > .g-nav-block > li a:hover {
    background: #3c6695;
  }

  #president .g-nav-block > li:first-child > a,
  #history .g-nav-block > li:nth-child(2) > a,
  #soshikizu .g-nav-block > li:nth-child(3) > a,
  #infomation .g-nav-block > li:nth-child(4) > div > a,
  #whistleblower .g-nav-block > li:nth-child(4) > div > a,
  #officer .g-nav-block > li:nth-child(4) > div > a,
  #zaimu .g-nav-block > li:nth-child(4) > div > a,
  #committee .g-nav-block > li:nth-child(4) > div > a,
  #rinri .g-nav-block > li:nth-child(4) > div > a,
  #recruit .g-nav-block > li:nth-child(5) > a,
  #link .g-nav-block > li:nth-child(6) > a {
    position: relative;
    background: #3c6695;
  }
  #president .g-nav-block > li:first-child > a::before,
  #history .g-nav-block > li:nth-child(2) > a::before,
  #soshikizu .g-nav-block > li:nth-child(3) > a::before,
  #infomation .g-nav-block > li:nth-child(4) > div > a::before,
  #whistleblower .g-nav-block > li:nth-child(4) > div > a::before,
  #officer .g-nav-block > li:nth-child(4) > div > a::before,
  #zaimu .g-nav-block > li:nth-child(4) > div > a::before,
  #committee .g-nav-block > li:nth-child(4) > div > a::before,
  #rinri .g-nav-block > li:nth-child(4) > div > a::before,
  #recruit .g-nav-block > li:nth-child(5) > a::before,
  #link .g-nav-block > li:nth-child(6) > a::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #3c6695 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
  }
}

/*# sourceMappingURL=style.css.map */