@charset "UTF-8";
/* CSS-Reset
-------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/* common
-------------------- */
body {
  text-align: center;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "ＭＳ Ｐゴシック", Roboto, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, "Osaka", sans-serif;
  color: #333;
  min-width: 1080px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

.wrap {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.tal {
  text-align: left;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex {
    display: block;
  }
}
/* header
-------------------- */
header h1 {
  width: 295px;
  padding: 28px 0 26px;
}
header .submenu {
  font-size: 16px;
}
header .up {
  display: flex;
}
header .up li {
  padding-top: 10px;
}
header .up li.contact a {
  margin-right: 10px;
}
header .up li a {
  padding: 4px 10px 4px 0;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
header .up li a::after {
  width: 7px;
  height: 11px;
  margin-top: -7px;
  top: 50%;
  left: -13px;
  position: absolute;
  content: "";
  background: url(img/arw_blk.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
header .up li a:hover {
  opacity: 0.65;
}
header .up li a:hover::after {
  left: -10px;
}
header .up .lang {
  padding: 0 0 0 1px;
}
header .up .lang a {
  padding: 9px 13px;
  margin-right: 0;
  display: inline-block;
  background: #444;
  color: #fff;
}
header .up .lang a::after {
  display: none;
}
header .btm {
  padding: 8px 0 0;
  display: flex;
  justify-content: space-between;
}
header .btm .fontsize {
  padding: 0px 0 0 90px;
}
header .btm .fontsize a {
  padding: 7px 10px 5px;
  border-radius: 5px;
}
header .btm .fontsize .standard {
  margin-right: 8px;
  background: #f0f0f0;
  color: #333;
  display: inline-block;
  transition: 0.3s;
}
header .btm .fontsize .standard:hover {
  background: #888;
  color: #fff;
}
header .btm .fontsize .large {
  color: #fff;
  background: #333;
  display: inline-block;
}
header .gsearch .cse .gsc-control-cse, header .gsearch .gsc-control-cse {
  padding: 0;
}
header .gsearch .gsc-wrapper {
  text-align: left;
}
header .gsearch .gsc-search-button-v2, header .gsearch .gsc-search-button-v2:hover, header .gsearch .gsc-search-button-v2:focus {
  border-color: transparent;
  background-color: #333;
}
header .gsearch .cse .gsc-search-button-v2, header .gsearch .gsc-search-button-v2 {
  padding: 6px 13px;
}
header .gsearch input.gsc-input {
  font-size: 13px;
  width: 115px !important;
  padding: 3px 0 !important;
}
header .gsearch input.gsc-input::-moz-placeholder {
  font-size: 11px;
}
header .gsearch input.gsc-input::placeholder {
  font-size: 11px;
}
header nav {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
}
header nav .main {
  display: flex;
  justify-content: space-between;
}
header nav .main > li {
  position: relative;
  flex-basis: 16.6666666667%;
}
header nav .main > li > a {
  padding: 18px 0 15px;
  display: block;
  color: #444444;
  transition: 0.2s;
}
header nav .main > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}
header nav .main > li .sub {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 46px;
  padding: 15px 15px 15px 35px;
  width: 200px;
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  z-index: 10;
}
header nav .main > li .sub a {
  padding: 8px 0 8px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
header nav .main > li .sub a::before {
  width: 7px;
  height: 11px;
  margin-top: -7px;
  top: 50%;
  left: -13px;
  position: absolute;
  content: "";
  background: url(img/arw_blk.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
header nav .main > li .sub a:hover {
  opacity: 0.7;
}
header nav .main > li .sub a:hover::before {
  left: -10px;
}
header nav .main > li .sub a .size {
  font-size: 10px;
  padding-left: 3px;
}
header nav .main > li .sub a .pdf {
  position: relative;
  width: 20px;
}
header nav .main > li .sub a .pdf img {
  width: 10px;
  height: 16px;
  margin-top: 2px;
  top: 0;
  left: 5px;
  position: absolute;
}
header nav .main > li:hover .sub {
  display: inline-block;
}
header .search {
  display: none;
}

#nav-humbg input {
  display: none;
}

@media screen and (max-width: 480px) {
  header h1 {
    width: 190px;
    padding: 17px 0 15px;
  }
  header .btm {
    display: none;
  }
  header .sitemap {
    display: none;
  }
  header .up .access span,
  header .up .contact span {
    display: none;
  }
  header .up .access a {
    color: #fff;
    display: block;
  }
  header .up .access a::after {
    left: 0;
    top: 2px;
    width: 29px;
    height: 33px;
    background: url(img/pin.svg) no-repeat;
    background-size: contain;
  }
  header .up .access a:hover::after {
    left: 0;
  }
  header .up .contact a {
    margin-left: 20px;
    color: #fff;
    display: block;
  }
  header .up .contact a::after {
    left: 0;
    top: 3px;
    width: 43px;
    height: 33px;
    background: url(img/info.svg) no-repeat;
    background-size: contain;
  }
  header .up .contact a:hover::after {
    left: 0;
  }
  header .up .lang {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 10px;
  }
  header .up .lang a {
    padding: 9px 9px;
  }
  header .up .en {
    margin-left: auto;
  }
  header .submenu {
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
  }
  #nav-humbg {
    display: block;
    position: relative;
    text-align: left;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open {
    display: inline-block;
    width: 25px;
    height: 40px;
    vertical-align: middle;
    transition: 0.3s;
    position: absolute;
    top: -80px;
    right: 15px;
    cursor: pointer;
    z-index: 20;
  }
  #nav-open span.bd,
  #nav-open span.bd::before,
  #nav-open span.bd::after {
    position: absolute;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background: #222;
    display: block;
    content: "";
    cursor: pointer;
    transition: 0.4s;
  }
  #nav-open span.bd::before {
    bottom: -8px;
  }
  #nav-open span.bd::after {
    bottom: -16px;
  }
  #nav-open span.txt {
    position: absolute;
    left: -2px;
    bottom: 7px;
    color: #333;
    font-size: 10px;
    text-align: center;
    transform: scale(0.85);
  }
  #nav-open span.txt::before {
    content: "MENU";
  }
  #nav-input:checked ~ #nav-open span.bd {
    transform: translateY(20px) rotate(-135deg);
  }
  #nav-input:checked ~ #nav-open span.bd::before {
    opacity: 0;
  }
  #nav-input:checked ~ #nav-open span.bd::after {
    bottom: -19px;
    transform: translateY(-18px) rotate(-90deg);
  }
  #nav-input:checked ~ #nav-open span.txt {
    bottom: -17px;
    padding-left: 3px;
  }
  #nav-input:checked ~ #nav-open span.txt::before {
    content: "close";
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
  }
  #nav-content .wrap {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 9vh;
    padding-left: 30px;
    padding-right: 30px;
  }
  #nav-input:checked ~ #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    z-index: 999999999;
    cursor: pointer;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.3;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header .search {
    display: block;
  }
  #srch-humbg {
    display: block;
    position: relative;
    text-align: left;
  }
  .srch-unshown {
    display: none;
  }
  #srch-open {
    display: inline-block;
    width: 25px;
    height: 40px;
    top: 12px;
    right: 68px;
    vertical-align: middle;
    transition: 0.4s;
    position: absolute;
    cursor: pointer;
    z-index: 20;
  }
  #srch-open span.txt {
    position: absolute;
    left: -2px;
    bottom: 7px;
    color: #333;
    font-size: 10px;
    text-align: center;
    transform: scale(0.85);
  }
  #srch-open span.txt::before {
    content: "SEARCH";
  }
  #srch-open img {
    margin-top: -2px;
    margin-left: 7px;
    width: 23px;
  }
  #srch-input:checked ~ #srch-open {
    top: 33px;
    right: 22px;
  }
  #srch-input:checked ~ #srch-open img {
    display: none;
  }
  #srch-input:checked ~ #srch-open span.txt {
    bottom: -17px;
    padding-left: 3px;
  }
  #srch-input:checked ~ #srch-open span.txt::before {
    content: "";
  }
  #srch-input:checked ~ #srch-open span.bd,
  #srch-input:checked ~ #srch-open span.bd::after {
    position: absolute;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
    transition: 0.4s;
  }
  #srch-input:checked ~ #srch-open span.bd {
    transform: translateY(20px) rotate(-135deg);
  }
  #srch-input:checked ~ #srch-open span.bd::after {
    bottom: -19px;
    transform: translateY(-18px) rotate(-90deg);
  }
  #srch-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .srch_area {
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    transition: 0.3s ease-in-out;
    transform: translateX(-105%);
    overflow: auto;
    position: fixed;
  }
  .srch_area .ggl {
    padding: 90px 30px;
  }
  .srch_area .ggl input.gsc-input {
    font-size: 13px;
    padding: 3px 0 !important;
  }
  .srch_area .ggl input.gsc-input::-moz-placeholder {
    font-size: 11px;
  }
  .srch_area .ggl input.gsc-input::placeholder {
    font-size: 11px;
  }
  #srch-input:checked ~ #srch-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    z-index: 999999999;
    cursor: pointer;
  }
  #srch-input:checked ~ #srch-close {
    display: block;
    opacity: 0.3;
  }
  #srch-input:checked ~ .srch_area {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header nav {
    background: none;
  }
  header nav .main {
    display: block;
  }
  header nav .main li:hover .sub {
    display: none;
  }
}
/* slider
-------------------- */
.slides {
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
}
.slides .alpha {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.slides .alpha .left, .slides .alpha .right {
  height: 300px;
  position: absolute;
  width: 1080px;
  top: -300px;
  background-color: rgba(0, 0, 0, 0.5);
}
.slides .alpha .left {
  right: 1080px;
}
.slides .alpha .right {
  left: 1080px;
}

.slider-wrap {
  position: relative;
  left: 50%;
  width: 3240px;
  margin-left: -1620px;
}
.slider-wrap .bx-wrapper {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

@media screen and (max-width: 480px) {
  .slides {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .slides .alpha {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  .slides .alpha .left, .slides .alpha .right {
    height: 300px;
    position: absolute;
    width: 1080px;
    top: -300px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .slides .alpha .left {
    right: 1080px;
  }
  .slides .alpha .right {
    left: 1080px;
  }
  .slider-wrap {
    position: relative;
    left: 50%;
    width: 300%;
    margin-left: -150%;
  }
  .slider-wrap .bx-wrapper {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
  }
}
/* topmain
-------------------- */
.topmain {
  padding: 30px 0;
  background: #f0f0f0;
}
.topmain .wrap {
  display: flex;
  justify-content: space-between;
}
.topmain .topics,
.topmain .release {
  flex-basis: 36%;
}
.topmain .topics .title,
.topmain .release .title {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.topmain .topics h2,
.topmain .release h2 {
  padding: 12px 15px 9px;
  text-align: left;
  font-size: 16px;
}
.topmain .topics .ico,
.topmain .release .ico {
  font-size: 13px;
  display: flex;
  background: #272727;
}
.topmain .topics .ico a,
.topmain .release .ico a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
.topmain .topics .ico a:hover,
.topmain .release .ico a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.topmain .topics .ico .list,
.topmain .release .ico .list {
  border-right: 1px solid #acb3c5;
  position: relative;
}
.topmain .topics .ico .list a,
.topmain .release .ico .list a {
  padding: 13px 10px 11px 36px;
}
.topmain .topics .ico .list a::before,
.topmain .release .ico .list a::before {
  width: 16px;
  height: 16px;
  left: 10px;
  margin-top: -8px;
  top: 50%;
  background: url(img/list.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}
.topmain .topics .ico .rss a,
.topmain .release .ico .rss a {
  padding: 9px 10px 8px;
}
.topmain .topics .ico .rss img,
.topmain .release .ico .rss img {
  width: 16px;
  opacity: 0.8;
}
.topmain .topics ul,
.topmain .release ul {
  text-align: left;
}
.topmain .topics li,
.topmain .release li {
  padding: 10px 15px 8px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 21px;
  border-left: 3px solid #3a5c9c;
  background: #fff;
  font-weight: bold;
}
.topmain .topics li a,
.topmain .release li a {
  color: #204499;
  transition: 0.3s;
}
.topmain .topics li a:hover,
.topmain .release li a:hover {
  opacity: 0.75;
  margin-left: 2px;
}
.topmain .topics li .size,
.topmain .release li .size {
  font-size: 10px;
  padding-left: 3px;
}
.topmain .topics li .pdf,
.topmain .release li .pdf {
  position: relative;
  width: 20px;
}
.topmain .topics li .pdf img,
.topmain .release li .pdf img {
  width: 10px;
  height: 16px;
  margin-top: 2px;
  top: 0;
  left: 5px;
  position: absolute;
}
.topmain .topics ul.fixed li,
.topmain .release ul.fixed li {
  border-bottom: 1px solid #bac0ce;
  margin-bottom: 0;
}
.topmain .topics ul.fixed li .recruit,
.topmain .topics ul.fixed li .agreement,
.topmain .topics ul.fixed li .news,
.topmain .release ul.fixed li .recruit,
.topmain .release ul.fixed li .agreement,
.topmain .release ul.fixed li .news {
  font-size: 14px;
  padding: 1px 5px 0px;
  margin-right: 10px;
  color: #fff;
}
.topmain .topics ul.fixed li .recruit,
.topmain .release ul.fixed li .recruit {
  background: #c77f0d;
}
.topmain .topics ul.fixed li .agreement,
.topmain .release ul.fixed li .agreement {
  background: #4f8a0c;
}
.topmain .topics ul.fixed li .news,
.topmain .release ul.fixed li .news {
  background: #5d388a;
}

@media screen and (max-width: 480px) {
  .topmain .wrap {
    display: block;
  }
}
/* /topmain*/
/* sidebar
-------------------- */
.sidebar .bnrs a {
  margin-bottom: 6px;
  line-height: 0;
  display: block;
  border: 1px solid #ccc;
  transition: 0.3s;
}
.sidebar .bnrs a img {
  width: 217px;
}
.sidebar .bnrs a:hover {
  opacity: 0.7;
}
.sidebar .cate {
  width: 217px;
  margin-bottom: 20px;
  text-align: left;
}
.sidebar .cate .topcate a {
  padding: 14px 20px 12px;
  font-size: 14px;
  display: block;
  color: #fff;
  background: #333;
}
.sidebar .cate ul li a {
  font-size: 13px;
  padding: 14px 20px 12px 35px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.sidebar .cate ul li a::before {
  width: 7px;
  height: 11px;
  margin-top: -7px;
  top: 50%;
  left: 15px;
  position: absolute;
  content: "";
  background: url(img/arw_blk.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.sidebar .cate ul li a:hover {
  background: #d9d9d9;
}
.sidebar .cate ul li a:hover::before {
  left: 18px;
}
.sidebar .cate ul li a .size {
  font-size: 12px;
  padding-left: 3px;
}
.sidebar .cate ul li a .pdf {
  position: relative;
  width: 20px;
}
.sidebar .cate ul li a .pdf img {
  width: 10px;
  height: 16px;
  margin-top: 2px;
  top: 0;
  left: 5px;
  position: absolute;
}
.sidebar .cate ul li:nth-child(2n-1) {
  background: #fff;
}
.sidebar .cate ul li:nth-child(2n) {
  background: #f8f8f8;
}

@media screen and (max-width: 480px) {
  .sidebar .bnrs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sidebar .bnrs div {
    flex-basis: 48.5%;
  }
  .sidebar .bnrs a img {
    width: 100%;
  }
  .sidebar .cate {
    display: none;
  }
}
/* /sideber */
/* main
-------------------- */
.main_contents {
  padding: 30px 0;
  background: #f0f0f0;
}
.main_contents > .wrap {
  display: flex;
  justify-content: space-between;
}
.main_contents .contents {
  padding: 30px 45px;
  flex-basis: 670px;
  background: #fff;
  text-align: left;
  font-size: 16px;
}
.main_contents .contents h1 {
  padding-top: 2px;
  padding-bottom: 23px;
  font-size: 30px;
  border-bottom: 3px solid #325194;
}
.main_contents .contents .contents_con {
  padding: 26px 0;
}
.main_contents .contents h2 {
  font-size: 23px;
  padding-top: 5px;
  padding-left: 12px;
  margin: 20px 0 10px -45px;
  font-weight: bold;
  border-left: 45px solid #325194;
}
.main_contents .contents h2:first-child {
  margin-top: 0;
}
.main_contents .contents h3 {
  font-size: 19px;
  padding: 10px 12px 6px;
  margin-bottom: 10px;
  font-weight: bold;
  background: #f5f6fa;
  border: 1px solid #dadde6;
}
.main_contents .contents h4 {
  font-size: 18px;
  color: #1a2d57;
  line-height: 26px;
  padding-bottom: 12px;
}
.main_contents .contents h5 {
  padding-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.main_contents .contents h5::before {
  padding-right: 3px;
  content: "■";
  color: #325194;
}
.main_contents .contents p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 15px;
}
.main_contents .contents p.has-small-font-size {
  font-size: 13px;
}
.main_contents .contents blockquote {
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  background: #fafafa;
  border: 1px solid #d7dbe4;
}
.main_contents .contents ul {
  padding-left: 15px;
}
.main_contents .contents ul a {
  padding: 8px 0 8px;
  color: #204499;
  font-weight: bold;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.main_contents .contents ul a::before {
  width: 7px;
  height: 11px;
  margin-top: -7px;
  top: 50%;
  left: -13px;
  position: absolute;
  content: "";
  background: url(img/arw_blk.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.main_contents .contents ul a:hover {
  opacity: 0.7;
}
.main_contents .contents ul a:hover::before {
  left: -10px;
}
.main_contents .contents ul a .size {
  font-size: 10px;
  padding-left: 3px;
}
.main_contents .contents ul a .pdf {
  position: relative;
  width: 20px;
}
.main_contents .contents ul a .pdf img {
  width: 10px;
  height: 16px;
  margin-top: 2px;
  top: 0;
  left: 5px;
  position: absolute;
}
.main_contents .contents ul .exp {
  margin-top: -4px;
  padding-bottom: 5px;
  line-height: 20px;
  display: block;
}
.main_contents .contents table {
  margin-bottom: 20px;
  width: 100%;
}
.main_contents .contents table td {
  min-width: 100px;
  font-size: 16px;
  padding: 12px 20px 10px;
  line-height: 21px;
  border: 1px solid #d7dbe4;
}
.main_contents .contents table td.col {
  background: #f5f6fa;
}
.main_contents .contents .chairperson {
  padding-right: 30px;
  text-align: center;
}
.main_contents .contents .chairperson .img {
  padding-bottom: 0;
  line-height: 0;
}
.main_contents .contents .chairperson img {
  width: 150px;
}
.main_contents .contents .chairperson .role {
  padding: 3px 0 8px;
  font-size: 15px;
  line-height: 19px;
}
.main_contents .contents .chairperson .name {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .main_contents .wrap {
    display: block;
  }
  .main_contents .contents {
    padding: 30px 30px 10px;
    margin-bottom: 30px;
  }
  .main_contents .contents h1 {
    padding-bottom: 22px;
    font-size: 20px;
  }
  .main_contents .contents h2 {
    padding-left: 12px;
    margin: 20px 0 20px -30px;
    font-weight: bold;
    border-left: 30px solid #325194;
  }
  .main_contents .contents h3 {
    font-size: 14px;
  }
  .main_contents .contents table td {
    min-width: 70px;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 10px 10px;
  }
}
/* /main_contents */
/* breadcrumb
-------------------- */
.breadcrumb {
  background: #fff;
}
.breadcrumb ul {
  padding: 12px 0 8px;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb ul li {
  padding-left: 26px;
  padding-right: 19px;
  font-size: 14px;
  position: relative;
}
.breadcrumb ul li::before, .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
}
.breadcrumb ul li::before {
  right: -26px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-left: 16px solid #FFF;
  z-index: 2;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-left: 18px solid #f0f0f0;
  z-index: 1;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:last-child {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .breadcrumb {
    display: none;
  }
}
/* footer
-------------------- */
footer .mono {
  padding-top: 30px;
  text-align: left;
  background: #d4d4d4;
  color: #333;
}
footer .mono .up > div {
  flex-basis: 23%;
}
footer .mono section {
  padding-bottom: 15px;
}
footer .mono a {
  color: #444;
  display: inline-block;
  transition: 0.3s;
}
footer .mono a:hover {
  opacity: 0.8;
  transform: translateX(2px);
}
footer .mono h6 {
  font-size: 16px;
  padding-bottom: 10px;
}
footer .mono p {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 6px;
}
footer .di {
  padding: 8px 0;
  color: #fff;
  background: #333;
}
footer .di p {
  font-size: 14px;
  text-align: right;
}
footer .btm {
  font-size: 15px;
}
footer .btm span::before {
  content: "｜";
  padding-right: 5px;
}
footer .btm span:last-child::after {
  content: "｜";
  padding-left: 5px;
}
footer .logo img {
  width: 240px;
}

@media screen and (max-width: 480px) {
  footer .mono {
    padding-top: 20px;
  }
  footer .mono .up {
    display: none;
  }
  footer .mono .links {
    margin-bottom: 10px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  footer .mono .links span {
    padding: 0 0 10px;
    display: block;
    text-align: center;
  }
  footer .mono .links span::before {
    padding-right: 1px;
  }
  footer .mono .links span:first-child::before {
    content: "";
  }
  footer .mono .links span:last-child::after {
    content: "";
  }
  footer .mono .logo {
    text-align: center;
    padding-bottom: 10px;
  }
  footer .mono .logo img {
    width: 200px;
  }
  footer .btm {
    font-size: 11px;
    margin: 0 auto;
    width: 325px;
  }
  footer .di p {
    font-size: 10px;
    text-align: center;
  }
}