@charset "utf-8";
.cnt-text-8px{font-size: 8px !important;}
.cnt-text-18px{font-size: 18px !important;}
.cnt-lh-130p{line-height: 1.3!important;}
.cnt-ml-18{margin-left: 18px !important;}
.cnt-mr-18{margin-right: 18px !important;}
.pre_text_area {
  width: 640px;
  margin-left: 320px;
}
.twitter-tweet {
  max-width: 270px!important;
  height: 270px!important;
  margin: 0!important;
  overflow-y: scroll!important;
  box-sizing: border-box;
  padding:0 2px 2px 0;
}
.navi01 {
  width: 960px;
  margin: auto;
  padding: 30px 0 50px;
}
.navi01__item a:hover {
  color: #BF0000;
}
.navi01__list {
  display: flex;
  justify-content: space-between;
}
.navi01__item {
  display: flex;
  width: 100%;
  position: relative;
  line-height: 1.6;
}
.navi01__item::before {
  content: "";
  display: block;
  margin: auto;
  width: 2px;
  height: 39px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.navi01__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 21px;
  text-align: center;
  color: #4C4C4C;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.navi01__item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border: 2px solid;
  border-color: transparent transparent #4c4c4c #4c4c4c;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
}
.tit_notice {
  padding:8px 12px;
  background-color: #d1d1d1;
  font-size: 24px;
  margin: 24px 0 16px;
  font-weight: bold;
  font-family: 'RakutenSansJP_W', 'NotoSans', 'NotoSansCJKjp', Arial, 'Arial Unicode MS', sans-serif;
}
.share a:hover {
  text-decoration: underline!important;
  color: #333;
}
.share a:hover img {
  opacity: 0.8;
}
.cnt-contentsGuide{display: flex;}
.cnt-contentsGuide__imageBox{flex-shrink:0;}
.cnt-contentsGuide__textContainer{margin: 0 0 0 24px;}
.cnt-contentsGuide__textnotice {
  margin-top: 0!important;
  margin-bottom: 24px!important;
  font-size: 14px!important;
  width: 320px!important;
}
.ecm-button {
  padding: 8px 0!important;
  width: 100%!important;
  background: #ebebeb!important;
  display: inline-block!important;
  text-align: center!important;
  color: #0783c2!important;
  position: relative;
}
.ecm-button:hover::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000000a!important;
}
.ecm-button .cnt-button__text{
  margin-right: 5px!important;
}