@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans JP", YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

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

img:-moz-loading {
  visibility: hidden;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.common-button {
  display: block;
  width: 260px;
}

.slick-slider:focus,
.slick-track:focus,
.slick-slide:focus {
  outline: none;
}

.container {
  overflow: hidden;
}

.common-image-absolute {
  position: absolute !important;
  transform: translateZ(-100px);
  z-index: 1 !important;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    min-width: 1250px;
  }

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .display-flex {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.21rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }

  .common-button {
    width: 3.12rem;
    height: 0.77rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* MODULES
 * ----------------------------------------------- */
/* PAGE
 * ----------------------------------------------- */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.8);
  filter: "alpha(opacity=80)";
  -ms-filter: "alpha(opacity=80)";
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 12px -20px 12px 0px;
}

.section-news-iframe {
  color: #fff;
  width: 450px;
  height: 322px;
  background-image: url(../img/top/news_background.png);
  background-size: 100% 100%;
  position: relative;
  padding: 31px 33px 33px 40px;
  margin: 20px 0 25px;
}
.section-news-iframe .common-button {
  display: block;
  position: absolute;
  z-index: 9;
  right: 26px;
  bottom: -23px;
}
.section-news-iframe .news-title {
  position: absolute;
  left: 8px;
  top: -10px;
}

.news-list {
  height: 260px;
  overflow: auto;
  font-size: 16px;
}
.news-list li {
  border-bottom: 1px solid #fff;
}
.news-list li a {
  display: block;
  margin: 14px 0;
  color: #fff;
}
.news-list li time {
  color: #0598ff;
}
.news-list li .news-title-article {
  margin-top: 9px;
  width: 100%;
  text-align: justify;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.md {
  display: block !important;
}

.sm {
  display: none !important;
}

@media only screen and (max-device-width: 767px) {
  html {
    font-size: calc(100vw / 5);
  }

  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .container {
    min-width: auto;
  }

  .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
  .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    margin: 0.12rem -0.2rem 0.12rem 0px;
  }

  .section-news-iframe {
    color: #fff;
    width: 5.98rem;
    height: 3.89rem;
    background-image: url(../img/top/sp/news_background.png);
    background-size: 100% 100%;
    position: relative;
    padding: 0.3rem 0.45rem 0.33rem 0.43rem;
    margin: 0.34rem auto 0.25rem;
  }
  .section-news-iframe .common-button {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0.41rem;
    bottom: -0.26rem;
    width: 2.36rem;
    height: 0.58rem;
  }
  .section-news-iframe .news-title {
    position: absolute;
    left: 0.08rem;
    top: -0.14rem;
    width: 1.08rem;
    height: 0.51rem;
  }

  .news-list {
    height: 3.17rem;
    overflow: auto;
    font-size: 0.193rem;
  }
  .news-list li {
    border-bottom: 1px solid #fff;
  }
  .news-list li a {
    display: block;
    padding: 0.18rem 0;
    margin: 0;
    color: #fff;
  }
  .news-list li time {
    color: #0598ff;
  }
  .news-list li .news-title-article {
    margin-top: 0.09rem;
  }
}
@media only screen and (max-width: 218px) {
  .news-list li .news-title-article {
    width: 5.2rem;
  }
}

/*# sourceMappingURL=iframe_news.css.map */
