@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
fieldset {
  border-width: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
button {
  font-weight: 500;
  outline: none;
  background-color: #000;
  color: #fff;
  padding: 1em 4em;
  border: none;
  border-radius: 0.2em;
}
button.ss {
  padding: 0.25em 0.75em;
}
button:disabled:hover {
  background-color: #000;
  cursor: default;
}
button:hover {
  background-color: #EB0000;
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
}
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 0.25em;
  border: 1px solid #111;
  border-radius: 0.25em;
}
select option {
  background-color: #fff;
  color: #333;
  border: none;
}
select::-ms-expand {
  border: none;
  background-color: transparent;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

a {
    text-decoration: none;
}

body {
  letter-spacing: 0.01em;
  line-height: 1.22;
  font: 14px/1.6 UD新ゴ R, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #000000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
body > .wrap {
  border-top: 4px solid #014e70;
}
@media screen and (min-width: 737px) {
  body > .wrap {
    border-top: 7px solid #014e70;
  }
}
.container {
  margin: 0 auto;
  display: block;
  padding: 0 15px;
  font-size: 90%;
  overflow: hidden;
  box-sizing: content-box;
}
@media only screen and (min-width: 737px) {
  .container{
    font-size: 1em;
    max-width: 1120px;
    padding: 0 50px;
  }
}
header{
border-bottom: 1px #ccc solid;
}
header .logo-box {
  width: 100%;
  max-width: 300px;
  margin: 5px;
}
header .logo-box img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 737px) {
  header .logo-box {
    max-width: 320px;
    margin: 10px;
  }
}
footer {
  background-color: #02a0e7;
  color: #fff;
}
#FooterInfo {
  padding: 1em;
  text-align: center;
}
#FooterInfo .Footer_name {
  font-size: 1.143em;
  font-family: UD新ゴ DB;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#FooterInfo address {
  margin-bottom: 8px;
  font-size: 0.857em;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.footer-copyright {
  font-size: 0.8em;
  padding: 10px;
  text-align: center;
  background-color: #014e70;
}
.footer-copyright span {
  display: inline-block;
}
/*---------------------------------
パンくず
---------------------------------*/
.breadcrumbs_wrapper {
  width: 100%;
  /*position: absolute;*/
  right: 0;
  z-index: 1;
}
.breadcrumbs {
  font-size: 0.95em;
  margin: auto;
  padding: 5px 15px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbs li {
  padding-right: 25px;
}
.breadcrumbs li:not(:last-child) {
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "＞";
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 10px;
}
.breadcrumbs a {
  color: #1ab2ff;
}
.breadcrumbs a:hover {
  color: #d75876;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 5px 15px;
  }
  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs li {
    display: inline;
    padding-right: 20px;
    flex: 0 0 40%;
  }
}
section {
  padding: 20px 0 30px 0;
}
h3 {
  text-align: center;
  color: rgba(0, 0, 0, 1.0);
  margin: 1em auto;
  position: relative;
}
h3 span.ja {
  font-style: normal;
  font-weight: 700;
  font-size: 2.0em;
}
h3 span.en {
  font-weight: 700;
  font-size: 1.0em;
  color: rgba(0, 0, 0, .5);
  margin-top: 1em;
}

h3.b_left{
  font-style: normal;
  font-weight: 700;
  font-size: 2.0em;
}

.list-box {
  padding: 1em 2em;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0.5em;
}
/*---------------------------------
ページトップ 
---------------------------------*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: -3px;
  z-index: 99;
}
.pagetop a {
  font-size: 0.75em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 50px;
  padding: 20px 0;
  line-height: 1;
  border-radius: 0.75em 0 0 0.75em;
  border: 2px solid #fff;
  background: #999;
  position: relative;
}