@charset "UTF-8";
/*　変数の定義
==========================================================*/
/*　クラスの定義
==========================================================*/
.font, body {
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans', sans-serif; }

.left {
  float: left; }

.right {
  float: right; }

.floatImg-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px; }

.floatImg-right {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-primary {
  color: #005ead; }

.text-warning {
  color: #e33c1c !important; }

.text-light {
  color: white; }

.img_hover:hover, .layoutpanel a:hover img {
  opacity: 0.7; }

.position-relative {
  position: relative; }

.btn-ghost {
  padding: 18px 15px;
  border: solid 1px #005ead;
  text-decoration: none;
  display: inline-block; }
  .btn-ghost::after, .sidenav-link .sidenav-link-sub a::after {
    content: "";
    font-family: FontAwesome;
    color: white;
    position: absolute;
    right: 15px;
    color: #005ead; }
  .btn-ghost:hover, .sidenav-link .current, .sidenav-link .sidenav-link-sub a:hover, .sidenav-link .sidenav-link-sub .current {
    background-color: #005ead;
    color: white !important; }
    .btn-ghost:hover::after, .sidenav-link .current::after, .sidenav-link .sidenav-link-sub a:hover::after, .sidenav-link .sidenav-link-sub .current::after {
      content: "";
      font-family: FontAwesome;
      color: white;
      right: 13px; }

.btn-ghost2 {
  padding: 18px 15px;
  border: solid 1px #005ead;
  text-decoration: none;
  display: inline-block; }
  .btn-ghost2::after {
    content: "";
    font-family: FontAwesome;
    color: white;
    position: absolute;
    right: 15px;
    color: #005ead;
    margin-top: -7px; }
  .btn-ghost2:hover {
    background-color: #005ead;
    color: white !important; }
    .btn-ghost2:hover::after {
      content: "";
      font-family: FontAwesome;
      color: white;
      right: 13px;
      margin-top: -7px;}

table.layout-fix {
  table-layout: fixed; }

.panel-border-inner, .panel-border-text, .panel-border-link, .panel-border-head, .btnPanel-border {
  width: 100%;
  display: block;
  padding: 20px;
  line-height: 2.5rem; }

/*  base setting
==========================================================*/
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  white-space: normal;
  word-break: normal; }

html {
  height: 100%;
  font-size: 62.5%;
  letter-spacing: 0.1em; }

body {
  height: 100%; }

a {
  color: #005ead;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  a :hover {
    color: #4789e1; }

img {
  max-width: 100%; }

ul {
  list-style: none;
  overflow: hidden; }

ol {
  padding-left: 1.3em; }

caption {
  font-weight: bold;
  margin-bottom: 20px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*  Layout Modules setting
==========================================================*/
.scrollBody {
  padding-top: 226px; }

.container {
  width: 960px;
  margin: 0 auto;
  display: table;
  overflow: hidden;
  position: relative; }

.container-md {
  width: 800px;
  margin: 0 auto;
  display: table;
  overflow: hidden;
  position: relative; }

.inner-main {
  width: 710px;
  float: left; }

.inner-aside {
  width: 190px;
  float: right;
  padding-top: 38px; }

.row {
  margin: 0 -20px; }

.sectioning {
  margin-bottom: 40px; }
  .sectioning > *:not([class=row]),
  .sectioning .sectioning-inner > * {
    margin: 0 0 15px;
    line-height: 2.5rem;
    letter-spacing: 0.08rem;
    overflow: hidden; }

.col-1 {
  width: 8.33333%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-2 {
  width: 16.66667%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-3 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-4 {
  width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-5 {
  width: 41.66667%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-6 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-7 {
  width: 58.33333%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-8 {
  width: 66.66667%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-9 {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-10 {
  width: 83.33333%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-11 {
  width: 91.66667%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.col-12 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top; }

.layoutpanel {
  margin-bottom: 20px; }
  .layoutpanel a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000; }
    .layoutpanel a img {
      margin-bottom: 24px; }
    .layoutpanel a img + * {
      margin-bottom: 15px; }
    .layoutpanel a p {
      font-size: 1.3rem;
      line-height: 25px;
      color: #000; }
    .layoutpanel a * {
      -webkit-transition: 0.8s;
      transition: 0.8s; }
  .layoutpanel a:hover * {
    color: #4789e1; }
  .layoutpanel > * {
    margin: 20px 0 10px;
    padding: 0 20px;
    float: left; }
  .layoutpanel .layoutpanel-col-4 {
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px; }
  .layoutpanel .layoutpanel-col-6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px; }

.btnPanel {
  margin: 0 10px 20px 10px; }
  .btnPanel a, .text-finish {
    display: block;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold; }
  .text-finish {
    color: red; }
  .btnPanel a:hover * {
    color: #4789e1; }
  .btnPanel > * {
    margin: 10px 0;
    padding: 0 20px;
    float: left; }
  .btnPanel-center > * {
    margin: 10px 0;
    padding: 0 20px;
    float: none; }
  
  .btnPanel .btnPanel-col-6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .btnPanel.btnPanel-center .btnPanel-investigation {
    width: 60%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 10px;
    padding-right: 10px; }

.panel-border {
  border: 1px solid #ececec; }

.panel-border-text {
  margin-bottom: 40px; }

.panel-border-link {
  background-color: #ececec;
  text-decoration: none; }

.panel-border-head {
  background-color: #ececec;
  text-decoration: none;
  font-style: normal;
  color: #005ead; }

.panel-border-link::before {
  content: "";
  font-family: FontAwesome;
  color: white;
  color: #005ead;
  margin-right: 1rem; }

.btnPanel-border {
  padding: 40px 30px;
  position: relative; }
  .btnPanel-border small {
    font-weight: normal;
    font-weight: 1.4rem; }
  .btnPanel-border:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: url(/module/img/common/icon_pdf.png) no-repeat center; }
  .btnPanel-border.publich-excel {
    text-align: center; }
  .btnPanel-border.publich-excel:after {
    content: "\f1c3";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ff2400;
    position: static;
    width: 27px;
    height: 31px;
    margin-left: 15px;
    margin-right: -27px;
    background:none;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.btnPanel-border.publich-excel:hover {
  background: #0079df;
  color: #fff;
}
.btnPanel-border.publich-excel:hover:after {
  color: #fff;
}

.indent {
  margin: 3px 0 20px; }
  .indent > * {
    padding-left: 3.2em;
    border-bottom: none !important; }

.listType-disc {
  margin-top: 1rem; }

.listType-disc li {
  padding-left: 1.5em;
  margin-bottom: 1.5rem;
  position: relative; }
  .listType-disc li::before {
    content: "";
    font-family: FontAwesome;
    color: white;
    color: #005ead;
    font-size: 5px;
    margin-top: -3px;
    position: absolute;
    top: 0.4em;
    left: 0em; }

.listType-disc.indent {
  padding-left: 1.5em;
  margin-bottom: 0.5rem; }

.list-vertical {
  overflow: hidden; }
  .list-vertical li {
    float: left; }

.listType-num li {
  position: relative;
  padding-left: 2.3em; }
  .listType-num li span {
    position: absolute;
    top: 0;
    left: 0.3em; }
.listType-ast {
  margin-top: 20px;
}
.listType-ast li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.71428;
}

/*  Compornents setting
==========================================================*/
.ci span {
  text-indent: -9999px;
  display: inline-block; }

.jumbotron-lg {
  max-width: 1400px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;/* IE11のバグ対策①　absolute→relative */
  left: 0;
  right: 0; }

  /* .jumbotron-lg + section {
    margin-top: 612px; } */

.jumbotron-lg + section {
    margin-top: -236px; }/* IE11のバグ対策② */

.slider {
  margin: 0;
  width: 100%;
  height: 818px;
  z-index: 0; }
  .slider .slider-scene {
    height: 100%;
    width: 100%; }
  .slider .slider-scene-inner {
    height: 100%;
    width: 100%;
    position: relative; }
  .slider .slider-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-size: 5rem;
    margin-top: 90px;
    font-weight: 300; }
    .slider .slider-title span {
      font-size: 2rem;
      display: block;
      margin-top: 20px;
      font-weight: 700; }

.bx-viewport {
  margin-bottom: 30px; }

.bx-controls {
  position: absolute;
  width: 100%;
  top: 550px;
  z-index: 10; }

.bx-pager {
  text-align: center;
  width: 100%; }
  .bx-pager .bx-pager-item {
    display: inline-block;
    width: 80px;
    height: 10px;
    margin: 0 5px; }
    .bx-pager .bx-pager-item :hover {
      cursor: pointer !important; }
    .bx-pager .bx-pager-item a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      border: 1px solid #005ead; }
    .bx-pager .bx-pager-item a.active {
      background-color: #005ead; }

.definitionlist {
  border-top: 1px solid #ececec; }
  .definitionlist a {
    text-decoration: none; }
  .definitionlist .definitionlist-inner {
    padding: 20px 0;
    display: table;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px dotted #ececec; }
  .definitionlist .definitionlist-dfn {
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    color: #000; }
  .definitionlist .definitionlist-value {
    display: inline-block; }
    .definitionlist .definitionlist-inner .list-details {
      margin: 10px 0 0 20px;}
      
.scrolling {
  max-height: 400px; }

.thumbnail {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0 !important; }
  .thumbnail p {
    margin-bottom: 0 !important; }
  .thumbnail .headding {
    margin-bottom: 15px; }

*[class="thumbnail"]:first-of-type {
  border-top: 1px solid #ececec; }

*[class="thumbnail"]:last-of-type {
  margin-bottom: 40px !important; }

.reference {
  padding: 30px 15px;
  border: 1px solid #ececec; }
  .reference p {
    margin-bottom: 0 !important; }
  .reference .headding {
    margin-bottom: 15px; }

.dataTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px !important; }
  .dataTable thead th {
    background-color: #005ead;
    border: 1px solid #005ead;
    color: white;
    padding: 1em 0; }
  .dataTable tbody td, .dataTable tbody th {
    border: 1px solid #ececec;
    min-height: 3.5em;
    padding: 10px 24px;
    text-align: left; }
  .dataTable tbody td {
    vertical-align: top; }
  .dataTable tbody th {
    border-bottom: 1px solid white;
    background-color: #ececec; }
  .dataTable tbody tr:last-of-type th {
    border-bottom: 1px solid #ececec; }
  .dataTable .dataTable-caption {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700; }

/*  ヘッダー・フッターなどの共通パーツ setting
==========================================================*/
.globalHeader {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  min-width: 960px;
  z-index: 1;
  background-color: #fff; }
  .globalHeader .globalHeader-inner {
    padding: 28px;
    height: 150px; }
  .globalHeader .globalHeader-ci {
    margin: 0; }
    .globalHeader .globalHeader-ci a {
      display: inline-block; }
  .globalHeader .globalHeader-link {
    position: absolute;
    right: 30px;
    top: 30px;
    overflow: hidden; }
    .globalHeader .globalHeader-link li + li {
      margin-left: 20px; }
    .globalHeader .globalHeader-link a {
      font-size: 1.1rem;
      color: #000;
      text-decoration: none;
      font-weight: 700; }
      .globalHeader .globalHeader-link a .fa {
        color: #005ead; }
  .globalHeader .globalHeader-btn {
    width: 190px;
    position: absolute;
    right: 30px;
    bottom: 35px; }

.globalNav {
  width: 100%;
  border-top: 3px solid #005ead;
  border-bottom: 1px solid #ececec;
  background-color: #fff; }
  .globalNav > ul {
    border-left: solid 1px #ececec;
    overflow: visible; }
    .globalNav > ul > li {
      width: 16.66667%;
      padding-left: 20px;
      padding-right: 20px;
      display: table-cell;
      text-align: center;
      border-right: solid 1px #ececec;
      padding: 0; }
      .globalNav > ul > li > a {
        padding: 20px 0;
        display: block;
        text-decoration: none;
        background-color: #fff; }
        .globalNav > ul > li > a span {
          color: #000;
          font-weight: bold; }
        .globalNav > ul > li > a small {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 1.0rem;
          margin-top: 8px; }
      .globalNav > ul > li a:hover {
        background-color: #ececec; }

.globalNav-sub {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 73px;
  z-index: 999;
  min-width: 158px;
  max-width: auto; }
  .globalNav-sub a {
    display: block;
    padding: 15px 60px 15px 20px;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    text-align: left;
    text-decoration: none; }
    .globalNav-sub a::after {
      content: "";
      font-family: FontAwesome;
      color: white;
      position: absolute;
      right: 15px;
      color: #005ead; }

.globalNav li:last-of-type .globalNav-sub {
  right: 0;
  left: auto; }

.breadcrumbs {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 40px 0 60px; }
  .breadcrumbs ol {
    padding: 0; }
  .breadcrumbs li {
    list-style: none;
    display: inline-block; }
  .breadcrumbs a {
    text-decoration: none; }
  .breadcrumbs a::after {
    content: "";
    font-family: FontAwesome;
    color: white;
    color: #999;
    margin: 0 20px; }

.membership-title {
  padding: 50px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #ececec;
  font-size: 2.4rem;
  font-weight: 500;
  color: #005ead; }

.categoryName-lg {
  margin-bottom: 40px;
  font-size: 2.4rem; }
  .categoryName-lg small {
    margin-left: 30px;
    font-size: 1.2rem; }

.categorName-md {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: normal; }
  .categorName-md small {
    font-size: 1.0rem;
    margin-left: 15px;
    color: #005ead; }

.pageTitle {
  margin: 0 0 50px;
  padding: 45px 0 45px 20px;
  font-size: 3.6rem;
  font-weight: 500;
  border-top: 1px solid #005ead;
  border-bottom: 1px solid #005ead; }

.headding {
  font-weight: 500; }
  .headding small {
    color: #999;
    font-weight: 300;
    margin-left: 2em; }

.headding-primary {
  padding: 12px 25px;
  margin-bottom: 30px !important;
  background-color: #005ead;
  color: white; }

.headding-xxl {
  font-size: 4.0rem;
  font-weight: 300; }
  .headding-xxl small {
    font-size: 1.4rem; }

.headding-xl {
  font-size: 3.0rem;
  font-weight: 300; }
  .headding-xl small {
    font-size: 1.4rem; }

.headding-lg {
  font-size: 2.4rem; }
  .headding-lg small {
    font-size: 1.4rem; }

.headding-md {
  font-size: 1.8rem;
  font-weight: 700; }
  .headding-md small {
    font-size: 1.4rem; }

.headding-sm {
  font-size: 1.4rem;
  font-weight: 700; }
  .headding-sm small {
    font-size: 1.2rem; }

.headding-xs {
  font-size: 1.2rem;
  font-weight: 700; }
  .headding-xs small {
    font-size: 1.0rem; }

.sentence-copy {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.6rem !important; }

.sentence {
  display: inline-block;
  text-indent: 1em;
  margin-bottom: 1em;
  line-height: 2.5rem;
  text-align: justify; }

.sidenav-link {
  width: 190px;
  margin: 0 0 40px; }
  .sidenav-link a {
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700; }
  .sidenav-link .sidenav-link-sub {
    border: none;
    margin-top: 0px;
    padding-bottom: 10px;
    position: relative;
    font-size: 1.3rem; }
    .sidenav-link .sidenav-link-sub li {
      border-bottom: 1px solid #ececec; }
    .sidenav-link .sidenav-link-sub li:last-of-type {
      border-bottom: none; }
    .sidenav-link .sidenav-link-sub a {
      padding: 15px 0 15px 30px;
      display: block;
      width: 100%;
      margin-bottom: 0px;
      color: #000;
      font-weight: 700;
      text-decoration: none; }
      .sidenav-link .sidenav-link-sub a::after {
        left: 10px;
        right: auto; }

.globalFooter {
  width: 100%;
  min-width: 960px;
  height: 180px;
  background-color: white;
  position: relative;
  overflow: hidden; }

.globalFooter-ci {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0; }
  .globalFooter-ci a {
    display: block; }

.globalFooter-link {
  position: absolute;
  left: 140px;
  bottom: 50px; }
  .globalFooter-link .list-vertical {
    margin-bottom: 10px; }
  .globalFooter-link a {
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-block;
    margin-right: 40px; }

.globalFooter-sns {
  position: absolute;
  right: 140px;
  bottom: 30px; }
  .globalFooter-sns a {
    display: inline-block;
    margin-right: 40px; }

.btn-to-top {
  position: absolute;
  bottom: -83px;
  right: -19px;
  z-index: 10;
  width: 128px;
  height: 255px;
  background-color: #005ead;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .btn-to-top :hover {
    background-color: #4789e1; }
  .btn-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .btn-to-top span {
    display: block;
    position: absolute;
    bottom: 90px;
    left: 20px;
    color: white;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.anchorLinks {
  width: 100%;
  height: auto; }
  .anchorLinks li {
    float: left;
    width: 20%;
    padding: 8px 15px;
    border-bottom: 1px solid #eaf3fb;
    border-right: 1px solid #eaf3fb;
    background-color: #ccdfef; }
  .anchorLinks li:hover {
    opacity: 0.7; }
  .anchorLinks a {
    text-decoration: none; }

.anchor {
  display: inline-block;
  position: absolute;
  top: -110px; }

.memberMap {
  height: 725px;
  position: relative;
  background: url(/module/img/member/member_bg01.png) no-repeat center top; }

.member-ttl {
  height: 28px;
  line-height: 28px;
  padding-left: 40px;
  color: #005ead;
  font-size: 2.4rem;
  font-weight: normal;
  background: url(/module/img/common/icon_pdf.png) no-repeat left center; }

.memeberMap-link {
  position: absolute;
  overflow: hidden;
  color: #005ead;
  text-decoration: none; }
  .memeberMap-link h4 {
    display: inline-block;
    position: relative;
    height: 48px;
    line-height: 48px;
    font-size: 1.8rem; }
    .memeberMap-link h4:after {
      content: "";
      width: 48px;
      height: 48px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -24px;
      background: url(/module/img/member/member_icon01.png) no-repeat center; }
  .memeberMap-link ul {
    width: 100px;
    margin: 5px auto 0; }
    .memeberMap-link ul li {
      color: #000;
      float: left;
      width: 50%; }

.memeberMap-tooltip {
  display: none;
  position: absolute;
  background-color: #1169b2;
  padding: 0 10px;
  color: #fff;
  font-size: 1.2rem; }
  .memeberMap-tooltip:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #1169b2; }

.memberMap-hokkaido .memeberMap-link {
  top: 135px;
  right: 0; }

.memberMap-hokkaido .memeberMap-tooltip {
  top: 75px;
  right: 197px; }

.memberMap-tohoku .memeberMap-link {
  top: 300px;
  right: 90px; }

.memberMap-tohoku .memeberMap-tooltip {
  top: 270px;
  right: 208px; }

.memberMap-hokuriku .memeberMap-link {
  top: 220px;
  left: 250px; }

.memberMap-hokuriku .memeberMap-tooltip {
  top: 345px;
  left: 267px; }

.memberMap-kanto .memeberMap-link {
  bottom: 130px;
  right: 0; }

.memberMap-kanto .memeberMap-tooltip {
  top: 400px;
  right: 261px; }

.memberMap-tokai .memeberMap-link {
  bottom: 80px;
  right: 140px; }

.memberMap-tokai .memeberMap-tooltip {
  top: 415px;
  left: 289px; }

.memberMap-kinki .memeberMap-link {
  top: 220px;
  left: 120px; }

.memberMap-kinki .memeberMap-tooltip {
  top: 425px;
  left: 222px; }

.memberMap-shikoku .memeberMap-link {
  bottom: 30px;
  left: 320px; }

.memberMap-shikoku .memeberMap-tooltip {
  top: 460px;
  left: 127px; }

.memberMap-chugoku .memeberMap-link {
  top: 290px;
  left: 0; }

.memberMap-chugoku .memeberMap-tooltip {
  top: 430px;
  left: 127px; }

.memberMap-kyushu .memeberMap-link {
  bottom: 0;
  left: 170px; }

.memberMap-kyushu .memeberMap-tooltip {
  top: 460px;
  left: 49px; }

.infomation-pdf {
  overflow: hidden; }
  .infomation-pdf > * {
    float: left;
    width: 50%; }
  .infomation-pdf dl dt {
    font-weight: bold;
    margin-bottom: 10px; }
  .infomation-pdf .btnPanel {
    margin: 0; }
    .infomation-pdf .btnPanel > * {
      float: none;
      padding: 0; }

.chapterlist {
  margin: 0 10px 20px 10px; }
  .chapterlist li {
    text-align: center;
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px; }
    .chapterlist li h3 {
      margin-top: 10px;
      color: #000;
      font-weight: bold; }
      .chapterlist li h3 span {
        color: #005ead;
        font-size: 1.1rem;}
      .chapterlist li h3 span.text-red{
          color: red;
          font-size: 1.7rem;}
    .chapterlist li a {
      display: block;
      border: 1px solid #eee;
      padding: 30px 0;
      text-decoration: none;
      position: relative; }
      .chapterlist li a:after {
        content: "";
        position: absolute;
        bottom: -7px;
        right: -7px;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top: 7px solid #005ead;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .chapterlist li a:hover {
        background-color: #005ead; }
        .chapterlist li a:hover * {
          color: white; }
        .chapterlist li a:hover .text-red {
          color: white; }

.annivarsary-box {
  margin-top: 20px !important; }

.annivarsary-photo {
  margin-top: 20px; }

.sitemap {
  margin-left: -40px !important; }
  .sitemap .sitemap-box {
    float: left;
    width: 33.3%;
    display: table-cell;
    padding-left: 40px; }
    .sitemap .sitemap-box h3 {
      padding-bottom: 20px;
      border-bottom: 1px solid #ececec; }
    .sitemap .sitemap-box .listType-disc {
      margin-top: 20px; }
    .sitemap .sitemap-box a {
      text-decoration: none; }


.copy {
  margin: 100px auto;
  text-align: center;
}
.copy-lead {
  font-weight: 400;
  font-size: 2.4rem;
}
.copy-body {
  line-height: 2;
}

/*2016form設置*/
.form-border-box {
  border: 4px solid #eee;
  padding: 30px;
  margin-bottom: 30px;
}
.form-border-box h3 {
  color: #000;
  font-weight: bold;
}
.form-border-box .caption {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 30px;
  display: block;
  line-height: 1;
}
.icon-step {
  position: relative;
  padding-left: 72px;
  padding-top: 15px;
  margin-bottom: 30px;
  line-height: 1.25;
}
.icon-step i {
  width: 57px;
  line-height: 57px;
  text-align: center;
  background: #005ead;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
}
.form-research label {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 16px;
}
.form-research .input-number {
  font-size: 18px;
  font-size: 1.8rem;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #ddd;
}
.input-file {
  display: table;
  width: 100%;
}
.input-file #input-cover,
.input-file .input-file-btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.input-file-btn {
  width: 130px;
  cursor: pointer;
  background: #ddd;
  text-align: center;
}
.input-file-btn button {
  background: #ddd;
  cursor: pointer;
}
.input-file-cover {
  border: 1px solid #ddd;
  width: 100%;
}
.btn-research {
  width: 100%;
  background: #005ead;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  padding: 37px 0;
  margin: 30px 0 15px;
  cursor: pointer;
  -webkit-transition: 0.8s;
          transition: 0.8s;
}
.btn-research:hover {
  background: #0079df;
}

.form-research p.error{
	padding-top: 15px;
	display: block;
	font-size: 1.4rem;
	color: red;
	font-weight: bold;
}

/* 陸送協会ニュース */

.newsList .sectioning-inner{
	padding: 20px;
}

/* 安全な積載 */

.col1img{
  display: block;
  margin: 0 auto !important;
  width: 90%;
}


/* 概況調査　マニュアル新規掲載 */

.reserch_manual-wrap {
  margin-top: 30px !important;
  margin-bottom: 54px !important;
}
.reserch_manual-wrap p.txt-main {
  color: #e33c1c;
  font-size: 18px;
  font-weight: bold;
}
.reserch_manual-wrap p.txt-notice {
  margin-top: 6px;
  position: relative;
  padding-left: 16px;
}
.reserch_manual-wrap p.txt-notice::before {
  content: "※";
  left: 0;
  position: absolute;
}

/* btn 2025 */
.annivarsary50th-btn a {
  display: block;
  max-width: 280px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #005ead;
  padding: 20px 0;
  margin: 0 auto;
  font-weight: 600;
  transition: .2s;
}
.annivarsary50th-btn a:hover {
  opacity: .8;
}