@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* /////////////////////////////////////////////////////////////////////////// Basic */
@import url(font-awesome.min.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, figure, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

table {
  border-spacing: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

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

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

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

legend {
  color: #000000; }

/*
li img, dl img {
  vertical-align: bottom;
}
*/
img, svg {
  line-height: 1;
  vertical-align: top; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

mark {
  background: none; }

p, blockquote {
  line-height: 1.9; }

ol, ul {
  list-style: none;
  line-height: 1.9; }

dl {
  line-height: 1.9; }

a {
  cursor: pointer;
  outline: none; }

fieldset, img {
  border: 0; }

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  font-size: 13px;
  font-size: 0.8125rem; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%; }

.serif {
  font-family: 'Sawarabi Mincho', serif; }

.hidden {
  visibility: hidden; }

a:link {
  color: #487fc1; }
  a:link .fa {
    margin-right: 4px;
    text-decoration: none; }

a:visited {
  color: #8441b3; }

a:hover, a:active {
  color: #8cb7ea;
  text-decoration: none; }

.zoom a {
  text-decoration: none; }

a:hover.bnrlink img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff; }

.bnrlink-border {
  border: 2px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }
  .bnrlink-border:hover {
    border: 2px solid #8cb7ea; }
    .bnrlink-border:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.lightbox-zoom {
  display: inline-block;
  position: relative; }
  .lightbox-zoom:after {
    background: rgba(221, 221, 221, 0.6);
    border-radius: 3px;
    color: #009ce5;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    bottom: 7px;
    right: 7px;
    content: '\f00e';
    font-family: 'FontAwesome';
    padding: 5px;
    position: absolute; }

#container:after,
.clearfix:after,
.wrapper:after {
  content: "";
  clear: both;
  display: block; }

.clear-pagetop {
  padding-right: 39px;
  clear: both; }

.clear {
  clear: both;
  font-size: 0; }

.page-break {
  page-break-after: always;
  font-size: 0; }

/* /////////////////////////////////////////////////////////////////////////// Layout */
body {
  color: #333; }

#wrapper {
  background: url(img/common_bg02.gif) repeat-x 0 0; }

body#plain {
  background: none; }
  body#plain #wrapper {
    padding: 15px 10px;
    background: none; }

.radius5 {
  border-radius: 5px; }

.mb,
.pc-none,
.pc-none-inline {
  display: none; }

#catPhoto {
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: 50% 0; }

.generalCmn {
  background-image: url(img/general_header_pic01.jpg); }

#container {
  margin: 0 auto;
  width: 940px; }

#content {
  float: right;
  width: 693px; }

.section {
  margin-right: 10px;
  margin-left: 10px; }

#sideNav {
  float: left;
  width: 194px; }
  #sideNav dl dt {
    margin-bottom: 1px; }
  #sideNav dl dd {
    padding: 5px 0 8px 0;
    background: #f9f9f9; }
    #sideNav dl dd dl dt {
      margin: 0;
      padding: 0 5px 0 10px;
      border-bottom: 1px solid #eaeaea; }
    #sideNav dl dd dl dd {
      padding: 2px 0 0 0; }
    #sideNav dl dd ul {
      margin-right: 5px;
      margin-left: 5px; }
      #sideNav dl dd ul li {
        margin-bottom: 0.3em;
        line-height: 1.5; }
        #sideNav dl dd ul li div {
          padding-left: 19px;
          cursor: pointer;
          color: #487fc1;
          text-decoration: underline;
          background: url(img/list_plus01.gif) no-repeat 3px 0.3em; }
          #sideNav dl dd ul li div.opened {
            color: #222;
            background: url(img/list_minus01.gif) no-repeat 3px 0.3em;
            font-weight: bold;
            text-decoration: none; }
        #sideNav dl dd ul li a {
          padding-left: 19px;
          display: block;
          background: url(img/list_arrow02.png) no-repeat 3px 0.25em; }
          #sideNav dl dd ul li a:hover {
            background: url(img/list_arrow02_hvr.png) no-repeat 3px 0.25em; }
        #sideNav dl dd ul li.selected {
          padding: 2px 0;
          background: #1faef0; }
          #sideNav dl dd ul li.selected a {
            color: #fff;
            background: url(img/list_selected01.gif) no-repeat 3px 0.25em;
            text-decoration: none; }
        #sideNav dl dd ul li.catlink a {
          background: url(img/list_arrow05.gif) no-repeat 3px 0.25em; }
          #sideNav dl dd ul li.catlink a:hover {
            background: url(img/list_arrow05_hvr.gif) no-repeat 3px 0.25em; }
        #sideNav dl dd ul li.outlink a {
          background: url(img/list_external01.gif) no-repeat 2px 0.25em; }
        #sideNav dl dd ul li.pdflink a {
          background: url(img/list_pdf01.gif) no-repeat 1px 0.15em; }
        #sideNav dl dd ul li ul {
          margin-top: 0.3em;
          margin-bottom: 0.5em; }
          #sideNav dl dd ul li ul li {
            margin-left: 10px; }
  #sideNav .sub {
    margin-top: 40px; }
    #sideNav .sub dd {
      background: #fff; }

.s-header {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 13px 25px 17px 25px; }
  .s-header a {
    color: #000;
    text-decoration: none; }
    .s-header a:hover {
      color: #004f7c; }
  .s-header h1 {
    margin-right: auto; }
    .s-header h1 img {
      width: 198px;
      height: 38px; }
  .s-header ul {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
    .s-header ul li {
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: 'Noto Sans JP', sans-serif;
      margin-left: 20px; }
      .s-header ul li:first-child {
        margin-left: 0; }
      .s-header ul li:last-child {
        margin-left: 12px; }
      .s-header ul li.select-lang {
        font-size: 12px;
        font-size: 0.75rem;
        position: relative; }
        .s-header ul li.select-lang a.select-lang-btn {
          border: 1px solid #a5a5a5;
          box-sizing: border-box;
          background: #fff;
          border-radius: 3px;
          padding: 3px 8px; }
          .s-header ul li.select-lang a.select-lang-btn .fa {
            color: #a5a5a5;
            margin-left: 4px; }
        .s-header ul li.select-lang ul {
          display: block;
          position: absolute;
          right: 0;
          top: 30px;
          border: 1px solid #a5a5a5;
          box-sizing: border-box;
          background: #fff;
          border-radius: 3px;
          padding: 4px 0;
          transition: all 0.2s ease;
          width: 100%;
          z-index: 100; }
          .s-header ul li.select-lang ul li {
            line-height: 1.6;
            font-size: 12px;
            font-size: 0.75rem;
            margin: 0; }
          .s-header ul li.select-lang ul a {
            padding: 3px 5px;
            display: block;
            text-align: center; }
  .s-header .target-link {
    margin-top: 12px; }
    .s-header .target-link li {
      border-left: 1px solid #4d4d4d;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.1;
      margin: 0; }
      .s-header .target-link li:first-child {
        border: 0; }
    .s-header .target-link a {
      display: block;
      padding: 0 18px; }

.mb-select-lang {
  display: none; }

.s-search {
  position: relative; }
  .s-search input[type=text] {
    border: 0;
    background: #d8d8d8;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 30px;
    padding: 0 25px 0px 8px;
    width: 180px;
    height: 30px; }
  .s-search input[type=submit] {
    background: none;
    border: 0;
    color: #808080;
    font-family: 'FontAwesome';
    line-height: 30px;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    right: 8px;
    top: 0; }

.g-nav {
  background-color: #004f7c; }
  .g-nav-main {
    display: flex;
    margin: 0 auto;
    position: relative; }
    .g-nav-main li {
      border-right: 1px solid #fff;
      flex: 1;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      line-height: 1;
      text-align: center; }
      .g-nav-main li:last-child {
        border-right: 0; }
      .g-nav-main li a {
        color: #fff;
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0; }
        .g-nav-main li a.branch {
          position: relative; }
      .g-nav-main li.active > a {
        background-color: #407b9d; }
      .g-nav-main li .open {
        background-color: #407b9d; }
        .g-nav-main li .open:after {
          position: absolute;
          top: 100%;
          left: 43%;
          content: '';
          width: 0;
          height: 0;
          border: 15px solid transparent;
          border-top: 10px solid #407b9d; }
      .g-nav-main li .active:after {
        z-index: 800; }
      .g-nav-main li .open:after {
        z-index: 999; }
      .g-nav-main li ul {
        background: #dee8ee;
        display: block;
        padding: 15px 20px 20px 20px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        text-align: left;
        transition: all 0.2s ease;
        z-index: 900; }
        .g-nav-main li ul li {
          display: inline-block;
          border: 0;
          font-weight: 400;
          margin: 5px 10px 0 0;
          text-align: left; }
          .g-nav-main li ul li:first-child {
            border: 0; }
          .g-nav-main li ul li:last-child {
            margin-right: 0; }
        .g-nav-main li ul a {
          color: #000;
          padding: 6px 10px; }
          .g-nav-main li ul a:before {
            color: #004f7c;
            content: '\f105';
            font-family: 'FontAwesome';
            font-size: 13px;
            font-size: 0.8125rem;
            margin-right: 5px; }
          .g-nav-main li ul a:hover,
          .g-nav-main li ul a.active {
            background-color: #fff; }
            .g-nav-main li ul a:hover:after,
            .g-nav-main li ul a.active:after {
              display: none; }
          .g-nav-main li ul a.outsidelink:before {
            content: '\f08e'; }
          .g-nav-main li ul a.pdflink:before {
            color: #d00;
            content: '\f1c1'; }
  .g-nav-sub,
  .g-nav .menu-toggle {
    display: none; }

.btn-pagetop {
  position: fixed;
  bottom: 150px;
  right: 0; }
  .btn-pagetop a {
    background-color: #333;
    display: block;
    padding: 15px 0;
    width: 60px;
    height: 60px;
    z-index: 8000;
    text-align: center; }
    .btn-pagetop a:hover {
      background-color: #888; }

.s-footer {
  background-color: #e4e4e4;
  border-top: 1px solid #a5a5a5; }
  .s-footer a {
    color: #000;
    text-decoration: none; }
    .s-footer a:hover {
      text-decoration: underline; }
  .s-footer-sitemap {
    display: flex;
    margin: 20px auto;
    text-align: left;
    width: 1200px; }
    .s-footer-sitemap > div {
      border-left: 1px solid #a5a5a5;
      flex: 1;
      padding: 0 15px; }
      .s-footer-sitemap > div:first-child {
        border: 0;
        padding: 0 15px 0 0; }
    .s-footer-sitemap dl {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; }
      .s-footer-sitemap dl dt {
        font-weight: bold; }
      .s-footer-sitemap dl dd {
        margin-left: 1em; }
  .s-footer-group {
    border-top: 1px solid #a5a5a5; }
    .s-footer-group ul {
      display: flex;
      margin: 0 auto;
      width: 1200px; }
      .s-footer-group ul li {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        font-size: 0.8125rem;
        margin-right: 30px; }
    .s-footer-group a {
      display: block;
      padding: 15px 0; }
      .s-footer-group a:before {
        color: #a5a5a5;
        content: '\f0da';
        font-family: 'FontAwesome';
        margin-right: 4px; }
      .s-footer-group a:hover,
      .s-footer-group a:hover:before {
        color: #8cb7ea;
        text-decoration: none; }
  .s-footer .author {
    border-top: 1px solid #a5a5a5;
    padding: 20px; }
    .s-footer .author > div {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 1200px; }
      .s-footer .author > div .author-logo {
        opacity: 0.3;
        filter: alpha(opacity=30); }
      .s-footer .author > div .address {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        font-size: 0.8125rem;
        margin: 0 auto 0 2em;
        text-align: left; }
      .s-footer .author > div .copyright {
        align-self: flex-end;
        color: #8b8b8b; }
        .s-footer .author > div .copyright small {
          font-family: Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-size: 0.75rem; }

#breadcrumbs {
  margin-bottom: 18px;
  font-size: 0; }
  #breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    margin-left: 10px; }
    #breadcrumbs li:first-child {
      margin-left: 0; }
    #breadcrumbs li a {
      color: #487fc1;
      margin-right: 10px;
      text-decoration: underline; }
      #breadcrumbs li a:hover {
        color: #8cb7ea;
        text-decoration: none; }

.pageTop {
  text-align: right; }
  .pageTop a:link, .pageTop a:visited {
    padding-left: 18px;
    background: url(img/list_top01.gif) no-repeat 0 50%;
    color: #333;
    text-decoration: none; }
  .pageTop a:hover {
    color: #8cb7ea;
    background: url(img/list_top01_hvr.gif) no-repeat 0 50%;
    text-decoration: underline; }

.insideLink ul,
.pageLink ul {
  text-align: center;
  font-size: 0; }
  .insideLink ul li,
  .pageLink ul li {
    margin-right: 20px;
    display: inline-block;
    font-size: 13px; }

.pageLink li a {
  padding-left: 15px;
  background: url(img/list_arrow02.png) no-repeat 0 50%;
  text-decoration: none; }
  .pageLink li a:hover {
    background: url(img/list_arrow02_hvr.png) no-repeat 0 50%;
    text-decoration: underline; }
  .pageLink li a.outside {
    padding-left: 19px;
    background: url(img/list_external01.gif) no-repeat 1px 0.1em; }
  .pageLink li a.catlink {
    background: url(img/list_arrow05.gif) no-repeat 1px 0.1em; }
    .pageLink li a.catlink:hover {
      background: url(img/list_arrow05_hvr.gif) no-repeat 1px 0.1em; }
  .pageLink li a.pdflink {
    padding-left: 19px;
    background: url(img/list_pdf01.gif) no-repeat 0 0em; }

.pageLink li.selected a {
  color: #333;
  background: url(img/list_arrow02_hvr.png) no-repeat 0 50%; }

.insideLink li a:link,
.insideLink li a:visited,
.insideLink li span {
  padding-left: 15px;
  background: url(img/list_arrow04.gif) no-repeat 0 50%;
  color: #487fc1;
  text-decoration: none; }

.insideLink li a:hover {
  color: #8cb7ea;
  background: url(img/list_arrow04_hvr.gif) no-repeat 0 50%;
  text-decoration: underline; }

.insideLink li span {
  color: #666; }

.paging {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .paging ul {
    position: relative;
    left: 50%;
    float: left; }
    .paging ul li {
      margin: 0px 2px;
      position: relative;
      left: -50%;
      float: left;
      border: 1px solid #ddd; }
      .paging ul li a {
        padding: 0px 6px;
        display: block;
        color: #487fc1;
        text-decoration: none;
        background: url(img/paging_bg01.gif) repeat-x 0 100%; }
        .paging ul li a:hover,
        .paging ul li a:active {
          color: #8cb7ea;
          background: url(img/paging_bg01_hvr.gif) repeat-x 0 0; }
      .paging ul li em {
        padding: 0px 6px;
        display: block;
        font-weight: bold;
        background: url(img/paging_bg01_current.gif) repeat-x 0 0; }

.tgsbanner {
  border: solid 5px #cddee8;
  padding: 13px;
  overflow: hidden;
  margin-bottom: 30px; }
  .tgsbanner img {
    float: left;
    width: 203px; }
  .tgsbanner a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff; }
  .tgsbanner h3 {
    margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    line-height: 1.4;
    font-size: 117%;
    font-weight: bold; }
    .tgsbanner h3 a {
      padding: 2px 5px 8px 16px;
      display: block;
      color: #333;
      background: url(img/list_arrow02.png) no-repeat 0 0.45em;
      text-decoration: none; }
      .tgsbanner h3 a:hover {
        color: #8cb7ea; }
      .tgsbanner h3 a.outside {
        padding: 2px 5px 8px 17px;
        background: url(img/list_external01.gif) no-repeat 0 0.4em; }

.tgsbntex {
  float: right;
  width: 438px; }

#secInfoBox {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
  padding-bottom: 10px; }
  #secInfoBox .title {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 12px 8px 12px;
    overflow: hidden;
    overflow: hidden;
    zoom: 1; }
    #secInfoBox .title h2 {
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      float: left;
      line-height: 1.2;
      margin-top: 10px;
      padding-left: 10px; }
    #secInfoBox .title .toList {
      margin-top: 11px;
      float: right; }
      #secInfoBox .title .toList a {
        background-position: 0 center;
        background-repeat: no-repeat;
        color: #303030;
        line-height: 1.2;
        font-size: 12px;
        font-size: 0.75rem;
        padding-left: 15px;
        text-decoration: none; }
        #secInfoBox .title .toList a:hover {
          color: #009ce5; }
  #secInfoBox .blue h2 {
    background: url(img/kakomi_midashi.png) no-repeat 0 center; }
  #secInfoBox .blue .toList a {
    background-image: url(img/list_arrow02.png); }
    #secInfoBox .blue .toList a:hover {
      background-image: url(img/list_arrow02_hvr.png); }
  #secInfoBox .inBox,
  #secInfoBox .inBoxSec {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 0.65)), color-stop(26%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* W3C */
    border-top: 1px solid #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f7f7f7', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-8 */
    padding: 10px 12px 0 12px; }

#blogtopic {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin: -10px 0 35px 0;
  padding-bottom: 15px; }
  #blogtopic .title {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 12px 8px 12px;
    overflow: hidden;
    overflow: hidden;
    zoom: 1; }
    #blogtopic .title h2 {
      margin-top: 11px;
      float: left; }
    #blogtopic .title .toList {
      margin-top: 12px;
      float: right; }
      #blogtopic .title .toList a {
        background-image: url(img/list_arrow02.png);
        background-position: 0 center;
        background-repeat: no-repeat;
        color: #303030;
        line-height: 1.2;
        font-size: 12px;
        font-size: 0.75rem;
        padding-left: 15px;
        text-decoration: none; }
        #blogtopic .title .toList a:hover {
          background-image: url(img/list_arrow02_hvr.png);
          color: #009ce5; }
  #blogtopic .inBox {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 0.65)), color-stop(26%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 26%);
    /* W3C */
    border-top: 1px solid #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f7f7f7', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-8 */
    padding: 10px 12px 0 12px; }
  #blogtopic ul {
    margin-right: -15px;
    overflow: hidden;
    zoom: 1; }
    #blogtopic ul li {
      margin-right: 15px;
      display: inline;
      float: left;
      width: 211px; }
      #blogtopic ul li p {
        margin-top: 3px;
        line-height: 1.7; }
      #blogtopic ul li a img {
        padding: 3px;
        border: 1px solid #c7c7c7;
        background: #fff; }
      #blogtopic ul li a:hover img {
        border: 1px solid #8cb7ea;
        opacity: 0.7;
        filter: alpha(opacity=70); }

#secInfoBox dl,
.secInfoList dl,
.blogList dl {
  line-height: 1.7;
  height: 100%; }

.secInfoList dl,
.blogList dl {
  margin-bottom: 25px; }

#secInfoBox dt,
.secInfoList dt,
.blogList dt {
  margin-bottom: 0.3em;
  width: 7em; }

#secInfoBox .inBox dd,
#secInfoBox .inBoxSec dd,
.secInfoList dd,
.blogList dd {
  margin: -2em 0 0.3em 7em; }

#secInfoBox .inBox dd,
#secInfoBox .inBoxSec dd,
.secInfoList dd {
  padding-left: 107px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0.1em; }

#secInfoBox dd em,
.secInfoList dd em {
  margin-left: 0.4em;
  color: #d02f2f; }

.contList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contList01 h2 {
    margin-bottom: 10px;
    border-top: 2px solid #5495dd;
    background: url(img/headline_bg01.gif) repeat-x 0 100%;
    line-height: 1.4;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold; }
    .contList01 h2 a {
      padding: 8px 5px 8px 20px;
      display: block;
      color: #333;
      background: url(img/list_arrow02.png) no-repeat 5px 0.85em;
      text-decoration: none; }
      .contList01 h2 a:hover {
        color: #8cb7ea;
        background: url(img/list_arrow02_hvr.png) no-repeat 5px 0.85em; }
      .contList01 h2 a.outside,
      .contList01 h2 a:hover.outside {
        background: url(img/list_external01.gif) no-repeat 3px 0.8em !important; }
    .contList01 h2.catlink a {
      background: url(img/list_arrow05.gif) no-repeat 5px 0.85em; }
      .contList01 h2.catlink a:hover {
        background: url(img/list_arrow05_hvr.gif) no-repeat 5px 0.85em; }
    .contList01 h2.pdf,
    .contList01 h2:hover .pdf, .contList01 h2:hover .pamph-list > li a, .pamph-list > li .contList01 h2:hover a {
      background-position: 2px 0.7em; }
    .contList01 h2 span {
      display: block;
      padding: 8px 5px 8px 10px; }
  .contList01 .block2,
  .contList01 .bnr {
    margin: 0 0 40px 0;
    width: 327px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block\9;
    margin-right: 8px\9;
    margin-left: 8px\9; }
  .contList01 .block1 {
    width: 100%;
    overflow: hidden; }
    .contList01 .block1 .separate {
      width: 327px; }
  .contList01 .block2 .imgL {
    margin: 3px 15px 5px 0;
    float: left;
    overflow: hidden; }
  .contList01 .block2 .article {
    overflow: hidden; }
  .contList01 .block2 ul.column2 {
    font-size: 0; }
    .contList01 .block2 ul.column2 li {
      display: inline-block;
      width: 50%; }
  .contList01 ul li h3 {
    font-weight: bold;
    margin-left: 5px; }
  .contList01 ul li a,
  .contList01 ul li.blank {
    display: inline-block;
    padding-left: 20px;
    background: url(img/list_arrow02.png) no-repeat 5px 0.5em; }
  .contList01 ul li.catlink a {
    background: url(img/list_arrow05.gif) no-repeat 5px 0.5em; }
    .contList01 ul li.catlink a:hover {
      background: url(img/list_arrow05_hvr.gif) no-repeat 5px 0.5em; }
  .contList01 ul li.outside,
  .contList01 ul li:hover.outside {
    background-position: 0px 0.5em !important; }
  .contList01 ul li.pdflink a {
    background: url(img/list_pdf01.gif) no-repeat 0 0.35em; }
  .contList01 ul.article li a {
    width: auto; }
    .contList01 ul.article li a:hover {
      background: url(img/list_arrow02_hvr.png) no-repeat 5px 0.5em; }
      .contList01 ul.article li a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .contList01 .bnr {
    margin-bottom: 30px; }
    .contList01 .bnr a img {
      border: 2px solid #ddd;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .contList01 .bnr a:hover img {
      border: 2px solid #8cb7ea;
      opacity: 1;
      filter: alpha(opacity=100); }

#news .icon01, #secInfoBox .icon01, .secInfoList .icon01 {
  background-image: url(img/info_icon01.gif); }

/* お知らせ */
#news .icon02, #secInfoBox .icon02, .secInfoList .icon02 {
  background-image: url(img/info_icon02.gif); }

/* イベント */
#news .icon03, #secInfoBox .icon03, .secInfoList .icon03 {
  background-image: url(img/info_icon03.gif); }

/* 入試 */
#news .icon04, #secInfoBox .icon04, .secInfoList .icon04 {
  background-image: url(img/info_icon04.gif); }

/* 教育 */
#news .icon05, #secInfoBox .icon05, .secInfoList .icon05 {
  background-image: url(img/info_icon05.gif); }

/* プレスリリース */
#news .icon06, #secInfoBox .icon06, .secInfoList .icon06 {
  background-image: url(img/info_icon06.gif); }

/* 英文学科 */
#news .icon07, #secInfoBox .icon07, .secInfoList .icon07 {
  background-image: url(img/info_icon07.gif); }

/* 総合人文学科 */
#news .icon08, #secInfoBox .icon08, .secInfoList .icon08 {
  background-image: url(img/info_icon08.gif); }

/* 歴史学科 */
#news .icon09, #secInfoBox .icon09, .secInfoList .icon09 {
  background-image: url(img/info_icon09.gif); }

/* 経済学科 */
#news .icon10, #secInfoBox .icon10, .secInfoList .icon10 {
  background-image: url(img/info_icon10.gif); }

/* 共生社会経済学科 */
#news .icon11, #secInfoBox .icon11, .secInfoList .icon11 {
  background-image: url(img/info_icon11.gif); }

/* 経営学科 */
#news .icon12, #secInfoBox .icon12, .secInfoList .icon12 {
  background-image: url(img/info_icon12.gif); }

/* 法律学科 */
#news .icon13, #secInfoBox .icon13, .secInfoList .icon13 {
  background-image: url(img/info_icon13.gif); }

/* 機械知能工学科 */
#news .icon14, #secInfoBox .icon14, .secInfoList .icon14 {
  background-image: url(img/info_icon14.gif); }

/* 電気情報工学科 */
#news .icon15, #secInfoBox .icon15, .secInfoList .icon15 {
  background-image: url(img/info_icon15.gif); }

/* 電子工学科 */
#news .icon16, #secInfoBox .icon16, .secInfoList .icon16 {
  background-image: url(img/info_icon16.gif); }

/* 環境建築工学科 */
#news .icon17, #secInfoBox .icon17, .secInfoList .icon17 {
  background-image: url(img/info_icon17.gif); }

/* 人間科学科 */
#news .icon18, #secInfoBox .icon18, .secInfoList .icon18 {
  background-image: url(img/info_icon18.gif); }

/* 言語文化学科 */
#news .icon19, #secInfoBox .icon19, .secInfoList .icon19 {
  background-image: url(img/info_icon19.gif); }

/* 情報科学科 */
#news .icon20, #secInfoBox .icon20, .secInfoList .icon20 {
  background-image: url(img/info_icon20.gif); }

/* 地域構想学科 */
#news .icon21, #secInfoBox .icon21, .secInfoList .icon21 {
  background-image: url(img/info_icon21.gif); }

/* 文学研究科 */
#news .icon22, #secInfoBox .icon22, .secInfoList .icon22 {
  background-image: url(img/info_icon22.gif); }

/* 経済学研究科 */
#news .icon23, #secInfoBox .icon23, .secInfoList .icon23 {
  background-image: url(img/info_icon23.gif); }

/* 経営学研究科 */
#news .icon24, #secInfoBox .icon24, .secInfoList .icon24 {
  background-image: url(img/info_icon24.gif); }

/* 法学研究科 */
#news .icon25, #secInfoBox .icon25, .secInfoList .icon25 {
  background-image: url(img/info_icon25.gif); }

/* 工学研究科 */
#news .icon26, #secInfoBox .icon26, .secInfoList .icon26 {
  background-image: url(img/info_icon26.gif); }

/* 人間情報学研究科 */
#news .icon27, #secInfoBox .icon27, .secInfoList .icon27 {
  background-image: url(img/info_icon27.gif); }

/* 文学部 */
#news .icon28, #secInfoBox .icon28, .secInfoList .icon28 {
  background-image: url(img/info_icon28.gif); }

/* 経済学部 */
#news .icon29, #secInfoBox .icon29, .secInfoList .icon29 {
  background-image: url(img/info_icon29.gif); }

/* 経営学部 */
#news .icon30, #secInfoBox .icon30, .secInfoList .icon30 {
  background-image: url(img/info_icon30.gif); }

/* 法学部 */
#news .icon31, #secInfoBox .icon31, .secInfoList .icon31 {
  background-image: url(img/info_icon31.gif); }

/* 工学部 */
#news .icon32, #secInfoBox .icon32, .secInfoList .icon32 {
  background-image: url(img/info_icon32.gif); }

/* 教養学部 */
#news .icon33, #secInfoBox .icon33, .secInfoList .icon33 {
  background-image: url(img/info_icon33.png); }

/* 情報基盤工学科 */
#news .icon34, #secInfoBox .icon34, .secInfoList .icon34 {
  background-image: url(img/info_icon34.png); }

/* 電気電子工学科 */
.infoItem {
  margin-bottom: 30px; }
  .infoItem p {
    margin-bottom: 1.8em; }
  .infoItem em {
    font-style: italic; }
  .infoItem .pubDate {
    margin-bottom: 10px;
    text-align: right; }
  .infoItem img {
    margin-bottom: 10px; }

/* /////////////////////////////////////////////////////////////////////////// Common */
/* ----------------------------------------------------- Headline */
.h01,
.infoItem h2,
.h01-link {
  border-top: 2px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.4;
  background: url(img/headline_bg02.gif) repeat-x 0 100%;
  font-size: 130%;
  font-weight: bold; }

.h01,
.infoItem h2 {
  padding: 10px 10px; }

.infoItem h2 {
  margin-bottom: 15px; }

.h01-link a {
  padding: 10px 10px 10px 20px;
  display: block;
  color: #333;
  background: url(img/list_arrow02.png) no-repeat 5px 0.85em;
  text-decoration: none; }

.h01-link a:hover {
  color: #8cb7ea;
  background: url(img/list_arrow02_hvr.png) no-repeat 5px 0.85em; }

.h02,
.infoItem h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.4;
  font-size: 117%;
  font-weight: bold; }
  .h02.inside,
  .infoItem h3.inside {
    display: inline-block; }

.h03,
.infoItem h4 {
  padding: 5px 7px;
  background: #eaeaea;
  font-weight: bold; }

.h04,
.infoItem h5 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #ddd;
  font-weight: bold; }

.infoItem h3,
.infoItem h4,
.infoItem h5 {
  margin-bottom: 8px; }

.xLeft {
  text-align: left; }

.xCenter {
  text-align: center; }

.xRight {
  text-align: right; }

.sp-center {
  text-align: center; }

.sp-right {
  text-align: right; }

.yTop {
  vertical-align: top; }

.yMiddle {
  vertical-align: middle; }

.yBottom {
  vertical-align: bottom; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.wrap-clear {
  overflow: hidden;
  zoom: 1; }

.list-center {
  font-size: 0;
  text-align: center; }
  .list-center li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left; }

.mgt5 {
  margin-top: 5px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt20 {
  margin-top: 20px; }

.mgt25 {
  margin-top: 25px; }

.mgt30 {
  margin-top: 30px; }

.mgt35 {
  margin-top: 35px; }

.mgt40 {
  margin-top: 40px; }

.mgt45 {
  margin-top: 45px; }

.mgt50 {
  margin-top: 50px; }

.mgt55 {
  margin-top: 55px; }

.mgt60 {
  margin-top: 60px; }

.mgt3 {
  margin-top: 3px; }

.mgt8 {
  margin-top: 8px; }

.mgr5 {
  margin-right: 5px; }

.mgr10 {
  margin-right: 10px; }

.mgr15 {
  margin-right: 15px; }

.mgr20 {
  margin-right: 20px; }

.mgr25 {
  margin-right: 25px; }

.mgr30 {
  margin-right: 30px; }

.mgr35 {
  margin-right: 35px; }

.mgr40 {
  margin-right: 40px; }

.mgr45 {
  margin-right: 45px; }

.mgr50 {
  margin-right: 50px; }

.mgr55 {
  margin-right: 55px; }

.mgr60 {
  margin-right: 60px; }

.mgb5 {
  margin-bottom: 5px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mgb20 {
  margin-bottom: 20px; }

.mgb25 {
  margin-bottom: 25px; }

.mgb30 {
  margin-bottom: 30px; }

.mgb35 {
  margin-bottom: 35px; }

.mgb40 {
  margin-bottom: 40px; }

.mgb45 {
  margin-bottom: 45px; }

.mgb50 {
  margin-bottom: 50px; }

.mgb55 {
  margin-bottom: 55px; }

.mgb60 {
  margin-bottom: 60px; }

.mgb3 {
  margin-bottom: 3px; }

.mgb8 {
  margin-bottom: 8px; }

.mgl5 {
  margin-left: 5px; }

.mgl10 {
  margin-left: 10px; }

.mgl15 {
  margin-left: 15px; }

.mgl20 {
  margin-left: 20px; }

.mgl25 {
  margin-left: 25px; }

.mgl30 {
  margin-left: 30px; }

.mgl35 {
  margin-left: 35px; }

.mgl40 {
  margin-left: 40px; }

.mgl45 {
  margin-left: 45px; }

.mgl50 {
  margin-left: 50px; }

.mgl55 {
  margin-left: 55px; }

.mgl60 {
  margin-left: 60px; }

.mgl1em {
  margin-left: 1em; }

.pdb20 {
  padding-bottom: 20px; }

.mincho {
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif; }

.sText {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6; }

.mText {
  font-size: 12px;
  font-size: 0.75rem; }

.lText {
  font-size: 15px;
  font-size: 0.9375rem; }

.xlText {
  font-size: 18px;
  font-size: 1.125rem; }

.notes {
  margin-left: 1em;
  text-indent: -1em; }

.notes15 {
  margin-left: 1.5em;
  text-indent: -1.5em; }

.notes18 {
  margin-left: 1.8em;
  text-indent: -1.8em; }

.notes30 {
  margin-left: 2em;
  text-indent: -2em; }

.no-indent {
  text-indent: 0; }

.idt {
  text-indent: 1em; }

.red {
  color: #f00; }

.gray {
  color: #aaa; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap; }

.line13 {
  line-height: 1.3; }

.line15 {
  line-height: 1.5; }

.discList01 > li {
  margin-left: 1.4em;
  list-style: disc; }

.circleList01 > li {
  margin-left: 1.4em;
  list-style: circle; }

.discList02 > dt,
.discList03 > dt,
.circleList02 > dt,
.squareList02 > dt {
  margin-left: 1.4em;
  display: list-item; }

.discList02 > dd,
.circleList02 > dd,
.squareList02 > dd {
  margin-left: 2.4em; }

.contList01 .discList02 > dd {
  margin-left: 1.0em; }

.discList03 > dd {
  margin-left: 1.4em; }

.discList02 > dt,
.discList03 > dt {
  list-style: disc outside; }

.circleList02 > dt {
  list-style: circle outside; }

.squareList02 > dt {
  list-style: square outside; }

.numList01 > li {
  margin-left: 2.4em;
  list-style: decimal;
  text-indent: 0; }

.numList02 > li {
  margin-left: 1.75em;
  text-indent: -1.75em;
  counter-increment: cnt2; }

.numList02 > li:before {
  display: marker;
  content: "(" counter(cnt2) ") "; }

.numList03 > li {
  margin-left: 1.4em;
  text-indent: -1.4em;
  counter-increment: cnt3; }

.numList03 > li:before {
  display: marker;
  content: counter(cnt3) ") "; }

.numList04 > dt {
  margin-left: 1.3em;
  text-indent: -1.3em;
  counter-increment: cnt4; }
  .numList04 > dt:before {
    display: marker;
    content: counter(cnt4) ". "; }

.numList04 > dd {
  margin-left: 1.3em; }

.alphaList01 > li {
  margin-left: 1.6em;
  list-style: upper-alpha; }

.alphaList02 > li {
  margin-left: 1.6em;
  list-style: lower-alpha; }

.cjk-list01 > li {
  margin-left: 2em;
  list-style: cjk-ideographic; }

.cjk-list02 > li {
  margin-left: 2em;
  text-indent: -2em; }

.linkList01 > li {
  padding-left: 19px;
  background: url(img/list_arrow02.png) no-repeat 2px 0.4em; }
  .linkList01 > li.outside {
    background: url(img/list_external01.gif) no-repeat 1px 0.4em; }

.linkList02 li {
  padding-left: 19px;
  background: url(img/list_arrow03.gif) no-repeat 2px 0.7em; }

.catlinkList01 li {
  padding-left: 19px;
  background: url(img/list_arrow05.gif) no-repeat 2px 0.4em; }

.pdfList01 > li,
.linkList01 > li.pdf {
  padding-left: 19px;
  background: url(img/list_pdf01.gif) no-repeat 0 0.4em; }

.pdfList01 > li.disc {
  background: none;
  list-style: disc;
  margin-left: 16px;
  padding-left: 3px; }

dt.disc {
  display: list-item;
  list-style: disc inside;
  margin-left: 5px; }

.anchorList01 {
  padding-left: 19px;
  background: url(img/list_arrow04.gif) no-repeat 2px 0.4em; }

.outsideList01 > li {
  padding-left: 19px;
  background: url(img/list_external01.gif) no-repeat 1px 0.4em; }

li.nonstyle {
  margin-left: 0;
  list-style: none; }

.pamph-list li {
  line-height: 1.6; }

.pamph-list > li {
  border-top: 1px dotted #ccc;
  padding: 8px; }
  .pamph-list > li ul {
    margin: 5px 0 0 20px; }

.dl-list01 {
  border-top: 1px solid #ececec;
  overflow: hidden;
  line-height: 1.5; }
  .dl-list01 dt {
    clear: left;
    float: left; }
  .dl-list01 dd {
    border-bottom: 1px solid #ececec; }
    .dl-list01 dd li {
      line-height: 1.5; }
  .dl-list01:after {
    content: "";
    clear: both;
    display: block; }

.reglist h3 {
  line-height: 1.9;
  margin-left: 0.5em; }

.reglist h4 {
  float: left;
  font-weight: bold;
  line-height: 1.9;
  margin-right: 1em; }

.reglist > ol > li {
  counter-increment: termscnt;
  line-height: 1.9; }
  .reglist > ol > li:before {
    display: marker;
    content: counter(termscnt);
    margin-right: 1em; }
  .reglist > ol > li:first-child:before {
    content: none; }
  .reglist > ol > li ol {
    margin-left: 1em; }
    .reglist > ol > li ol li {
      counter-reset: termscnt; }

.reglist .fusoku dt {
  font-weight: bold;
  margin-left: 2em; }
  .reglist .fusoku dt span {
    font-weight: normal; }

.tb01 {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .tb01 th,
  .tb01 td {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea; }
    .tb01 th.gray,
    .tb01 td.gray {
      background-color: #f3f3f3;
      color: #333; }
    .tb01 th.cyan,
    .tb01 td.cyan {
      background-color: #efffff; }
    .tb01 th.pink,
    .tb01 td.pink {
      background-color: #ffebee; }
    .tb01 th.green,
    .tb01 td.green {
      background-color: #e7f8d4; }
    .tb01 th.dotted-top,
    .tb01 td.dotted-top {
      border-top: 1px dotted #ddd; }
    .tb01 th.double-top,
    .tb01 td.double-top {
      border-top: 3px double #ddd; }
    .tb01 th.none-top,
    .tb01 td.none-top {
      border-top: 0; }
  .tb01 th {
    padding: 2px 4px; }
  .tb01 td {
    padding: 4px 4px; }
  .tb01 li,
  .tb01 p,
  .tb01 dl {
    line-height: 1.5; }

.slash {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x2%3D%22100%25%22%20y2%3D%22100%25%22%20stroke%3D%22%23ccc%22%20stroke-width%3D%22.7%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  display: block;
  line-height: 1.4;
  position: relative;
  min-height: 2em; }
  .slash span {
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute; }
    .slash span:first-child {
      top: 2px;
      right: 4px; }
    .slash span:last-child {
      bottom: 2px;
      left: 4px; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

/* ----------------------------------------------------- Box*/
.img-border {
  border: 1px solid #ddd; }

.inline-box {
  display: inline-block;
  text-align: left; }

.hr-line {
  border-top: 1px solid #ddd;
  text-align: center; }
  .hr-line:after {
    content: '§';
    display: inline-block;
    background: #fff;
    color: #ddd;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 5px 8px;
    position: relative;
    top: -15px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg); }

.contactBox {
  padding: 1px;
  border: 1px solid #eaeaea; }
  .contactBox dt {
    padding: 4px 15px;
    background: #efefef; }
  .contactBox dd {
    padding: 10px 15px; }
    .contactBox dd dt,
    .contactBox dd dd {
      padding: 0;
      background: none; }

.columnBox1 {
  padding: 8px 10px;
  border: 1px solid #ddd; }

.columnBox2 {
  margin-right: -15px;
  overflow: hidden;
  zoom: 1; }
  .columnBox2 .column {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin-right: 15px;
    width: 329px; }
    .columnBox2 .column p {
      line-height: 1.4; }

.columnBox3 {
  margin-right: -14px;
  overflow: hidden;
  zoom: 1; }
  .columnBox3 .column {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin-right: 14px;
    width: 215px; }
    .columnBox3 .column p {
      line-height: 1.4; }

.photoBox {
  overflow: hidden;
  zoom: 1; }
  .photoBox .article {
    overflow: hidden;
    zoom: 1; }

img.border {
  border: 1px solid #ddd; }

.attentionBox {
  padding: 8px 10px;
  border: 1px solid #ddd;
  background: #fff0f0; }

.quote01 {
  padding: 10px 10px;
  border: 1px solid #e1e1e1; }

.border-box {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.4); }
  .border-box-gray {
    border: 1px solid #f1f1f1; }

.solid-box {
  border-radius: 5px;
  padding: 10px 15px; }
  .solid-box-white {
    background: #fff;
    box-shadow: inset 1px 1px 1px #bcbcbc; }
  .solid-box-gray {
    background: #f1f1f1; }

.columnbox {
  display: flex;
  flex-wrap: wrap; }
  .columnbox .column-2 {
    margin-top: 15px;
    margin-left: 2%;
    width: 49%; }
    .columnbox .column-2:nth-child(-n+2) {
      margin-top: 0; }
    .columnbox .column-2:nth-of-type(odd) {
      margin-left: 0; }
  .columnbox .column-3 {
    margin-top: 15px;
    margin-left: 2%;
    width: 32%; }
    .columnbox .column-3:nth-child(-n+3) {
      margin-top: 0; }
    .columnbox .column-3:nth-child(3n+1) {
      margin-left: 0; }
  .columnbox .column-4 {
    margin-bottom: 15px;
    width: 23%; }
    .columnbox .column-4:nth-child(-n+4) {
      margin-top: 0; }
  .columnbox .full-img img {
    width: 100%;
    height: auto; }

.photo-r {
  float: right;
  margin-left: 15px; }

.photo-c,
.photo-c-full {
  text-align: center; }

.photo-l {
  float: left;
  margin-right: 15px; }

.photo-r,
.photo-r-full {
  float: right;
  margin-left: 15px; }

.photo-c {
  text-align: center; }

.photo-l,
.photo-l-full {
  float: left;
  margin-right: 15px; }

.photo-full img {
  width: 100%;
  height: auto; }

.inside,
.category,
.pagedown {
  padding-left: 19px;
  padding-right: 4px;
  display: inline-block; }

.inside {
  background: url(img/list_arrow02.png) no-repeat 2px 0.2em;
  display: inline; }

.category {
  background: url(img/list_arrow05.gif) no-repeat 2px 0.2em;
  display: inline; }

.pagedown {
  background: url(img/list_arrow04.gif) no-repeat 2px 0.2em;
  display: inline; }

.outside,
.anchor,
.pdf,
.pamph-list > li a,
.excel,
.word {
  padding-left: 19px; }

.outside {
  background: url(img/list_external01.gif) no-repeat 1px 0.1em; }

.anchor {
  background: url(img/list_arrow04.gif) no-repeat 0 50%; }

.pdf, .pamph-list > li a {
  background: url(img/list_pdf01.gif) no-repeat 0 0em; }

.excel {
  background: url(img/list_excel01.gif) no-repeat 1px 0em; }

.word {
  background: url(img/list_word01.gif) no-repeat 1px 0em; }

a.googlemap {
  padding: 3px 6px 3px 18px;
  border-radius: 10px;
  color: #fff;
  background: #4CAF50 url(img/icon_map01.png) no-repeat 5px 50%;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap; }

a:hover.googlemap {
  background: #259b24 url(img/icon_map01.png) no-repeat 5px 50%; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input::focus::placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

textarea::focus::placeholder {
  color: transparent; }

.progress-list ol {
  font-size: 0;
  text-align: center; }
  .progress-list ol li {
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; }
    .progress-list ol li span {
      box-sizing: border-box;
      border: 1px solid #ddd;
      display: inline-block;
      padding: 6px 13px; }
    .progress-list ol li:after {
      color: #aaa;
      content: '\f04b';
      font-family: 'FontAwesome';
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0 6px; }
    .progress-list ol li:last-child:after {
      content: none;
      margin: 0; }
    .progress-list ol li.now span {
      background: #009ce5;
      color: #fff; }
    .progress-list ol li.now:after {
      color: #009ce5; }

.contactform .full {
  box-sizing: border-box;
  width: 100%; }

.contactform .tel {
  width: 150px; }

.contactform ul {
  font-size: 0; }
  .contactform ul li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-right: 1em; }
    .contactform ul li:last-child {
      margin-right: 0; }

.contactform .required {
  background: #FF5A44;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 2px 5px; }

.contactform .optional {
  background: #888;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 2px 5px; }

.formerror {
  background: #F2DEDE;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #C9302C;
  margin-bottom: 30px;
  padding: 10px 15px; }
