@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box}
ul[class],ol[class]{padding:0}
body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}
html{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
ul[class],ol[class]{list-style:none}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
article>*+*{margin-top:1em}
input,button,textarea,select{font:inherit}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}
/* addition */
main{display:block}
img,picture{width:100%;height:auto}
table{border-collapse:collapse;border-spacing:0}
a{color:inherit;word-break:break-all;cursor:pointer}
/* base
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #f1f1f1;
  color: #181818;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
a {
  color: #1a0dab;
}
a:visited {}
a:hover, a:active {}
.f-bold {
  font-weight: bold;
}
.f-small {
  font-size: 0.85em;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* global menu
   ========================================================================== */
nav.gm {
  display: none;
}
@media print, screen and (min-width: 768px) {
  nav.gm {
    display: block;
  }
}
/* footer
   ========================================================================== */
footer {
  padding: 15px 0;
  background: #292929;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.hbc-back {
  width: 130px;
  margin: 1% auto calc(2% + 10px);
  padding: 10px;
  background: #fff;
}
address {
  font: inherit;
  line-height: 20px;
}
@media print, screen and (min-width: 768px) {
  .hbc-back {
    display: none;
  }
  footer {
    padding: 25px 0;
  }
}
/* video
   ========================================================================== */
.video {
	margin: 1em auto ;
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* topics
   ========================================================================== */
.topics {
  width: 100%;
  background: #fff;
  padding: 5%;
  margin:0 0 8%;
}
.topics h2 {
  font-size: 1.8rem;
}
.topics h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 5%;
}
.topics li {
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
  position: relative;
}
.list > * + * {
  border-top: 1px dashed #bbb;
}
.topics figure {
  width: 40%;
}
.topics .recommend {
  width: 55%;
}
.list li a {
  text-decoration: none;
}
.list li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
}
.date {
  font-size: 1.3rem;
  font-weight: normal;
    line-height: 1.4;
}
.topics > .banner-area-top {
  width: 100%;
  margin-bottom: 10%;
}
.topics > .banner-area-top a {
  display: block;
  margin-bottom: 6%;
}
.topics > .banner-area-bottom {
  width: 100%;
  margin-top: 10%;
}
.topics > .banner-area-bottom a {
  display: block;
  margin-top: 6%;
}
@media print, screen and (min-width: 560px) and (max-width: 959px) {
 .topics {
  padding: 5% 8%;
}
  .topics figure {
    width: 100%;
  }
  .topics .recommend {
    width: 100%;
  }
  .topics li {
      flex-direction: column;
      justify-content:center;
      flex-wrap: wrap;
  }
  .topics h3 {
    font-size: 1.3rem;
    margin: 3% 0;
  }
    .date {
  font-size: 1.2rem;
}
}
@media print, screen and (min-width: 560px) {
  .topics > .banner-area-top {
    margin-bottom: 13%;
  }
  .topics > .banner-area-bottom {
    margin-top: 13%;
  }
}

/* ad
   ========================================================================== */
aside {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 0 30px ;
}
.fluctuation {
   /* margin:0 0 30px ;*/
}
.fluctuation-top {
   margin:30px 0 30px ;
}
/* emergency
   ========================================================================== */
.emg {
}
.emg-wrap {
     background-color:#0d1e20;
    padding: 3% 3% 5%;
    margin-bottom: 8%;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
}
.emg-title {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 1em 0.2em 0em;
}
.emg-title:before {
  content: "● ";
  color: red;
}
.emg-video {
	margin: 1em auto ;
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.emg-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.emg-link {
    margin: 0 auto;
    width: 200px;
}
.emg-link a {
  display: block;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0.25em 0.5em;
  text-decoration: none;
  color: #1c2029;
  background: #eac51c;
  border: solid 1px #bfa21d;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
@media print, screen and (min-width: 560px) { 
.emg-wrap {
    padding: 3% 15% 5%;
}
}
@media print, screen and (min-width: 960px) { 
.emg-wrap {
    padding: 3% 20% 3%;
}
    .emg-link {
    margin: 4% auto 0;
    width: 300px;
}
}