@charset "UTF-8";
/* CSS Document */
body {
  -webkit-print-color-adjust: exact;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 12px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
iframe,
dl,
dt,
dd,
form {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 12px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

a {
  color: #505050;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  margin: 0;
  text-align: left;
  position: relative;
  font-family: arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  color: #505050;
  /* height: auto !important; */
  /* min-height: 100%; */
  /* padding-bottom: 1100px; */
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

li {
  list-style: none;
}

.clear {
  padding: 0px;
  margin: 0px;
  clear: both;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

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

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #fff;
}

* {
  box-sizing: border-box;
}

.txt_red {
  color: #cc3366;
}

@media print {
  body {
    width: 100% !important;
    min-width: 1061px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 14pt;
  }
  html > body #wrapper {
    /* IE6,7 以外 */
    display: table;
  }
  html > body #contents {
    /* IE6,7 以外 */
    display: table-cell;
    float: none;
    width: 100%;
    vertical-align: top;
    display: block;
  }
}
/*========== eblo ==========*/
html.js,
body#top {
  margin-top: 0 !important;
}

/*top*/
#top .slick-dots li button::before {
  content: "■";
  font-size: 15px;
}

.top_heading {
  font-size: 38px;
  font-weight: normal;
  color: #0054a7;
  position: relative;
  text-align: center;
  letter-spacing: 7px;
  margin: 30px 0 50px;
}
.top_heading:after {
  content: "";
  position: absolute;
  border-top: 3px solid #0054a7;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
}

.top_introduction,
.top_closeup {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto 60px;
  overflow: hidden;
}

.top_introduction > ul,
.top_closeup > ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.top_introduction figure,
.top_closeup figure {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
}

.top_introduction img,
.top_closeup img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top .slick-dots {
  bottom: 60px !important;
}

.top_introduction .p,
.top_introduction .caption {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.top_closeup .p,
.top_closeup .caption {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.top_introduction .caption,
.top_closeup .caption {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.top_introduction .caption_detail {
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  flex-grow: 1;
}

.top_closeup .caption_detail {
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  flex-grow: 1;
}
.top_closeup a {
  display: flex;
  flex-direction: column;
}
.top_closeup li {
  display: inline-block;
  width: 24%;
}
.top_closeup p {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.top_introduction > ul {
  gap: 15px;
}
.top_introduction > ul > li {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.top_introduction a {
  display: block;
  position: relative;
}
.top_introduction .caption_detail {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.top_introduction .caption_detail > li {
  width: 48%;
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.top_introduction .caption_detail > li.wide {
  width: 100%;
}

@media (max-width: 1060px) {
  .top_heading {
    margin: 20px auto 40px;
    font-size: 25px;
  }
  .top_heading:after {
    border-top: 2px solid #0054a7;
    bottom: 0;
  }
  .top_closeup ul {
    flex-wrap: wrap;
  }
  .top_closeup li {
    width: 48%;
    max-width: 320px;
  }
  .top_closeup .caption_detail {
    font-size: 13px;
  }
  .top_introduction > ul {
    flex-direction: column;
    align-items: center;
  }
  .top_introduction > ul > li {
    width: 100%;
  }
  .top_introduction .caption_detail li {
    font-size: 13px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .top_introduction .caption_detail {
    flex-direction: column;
  }
  .top_closeup ul {
    flex-direction: column;
    padding: 0;
  }
  .top_closeup li {
    width: 100%;
    max-width: unset;
  }
  .top_closeup a {
    display: flex;
    flex-direction: row;
    font-size: 0;
    background: #0054a7;
    position: relative;
  }
  .top_closeup p {
    color: #fff;
    background: none !important;
    border: none !important;
  }
  .top_closeup figure {
    display: flex;
    width: 125px;
    height: 94px;
    position: static;
    flex-shrink: 0;
  }
  .top_closeup img {
    margin: auto;
    height: 100%;
    width: auto;
  }
  .top_closeup .caption {
    font-weight: bold;
    padding: 0;
    top: 10px;
    width: 100%;
    left: 60px;
  }
  .top_closeup .caption_detail {
    padding: 42px 18px 10px;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */