@-moz-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--txt_base);
}
* {
  color: #000;
}
@media only screen and (max-width: 750px) {
  * {
    color: #808080;
  }
}
*:focus {
  outline: none;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  html {
    background: url("../../images/bg1.png") repeat;
    background-size: cover;
  }
}
iframe {
  vertical-align: bottom;
}
body {
  font-size: 1.4rem;
  margin: 0 auto 0;
  position: relative;
  font-family: 'メイリオ', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Roboto', 'Meiryo', 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.svg__basic {
  fill: currentColor;
}
.view_pc {
  display: block;
}
.view_pc.inline {
  display: inline-block;
}
.view_sp {
  display: none !important;
}
.base:after {
  content: "";
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
*:not(input) {
  -webkit-user-select: none;
}
img {
  max-width: 100%;
  display: block;
}
html {
  overflow: hidden;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-size: cover;
  font-weight: 600;
  font-style: normal;
  margin: auto;
  background-color: #f9ede5;
  color: #271514;
}
body.if {
  padding: 16px;
  width: 100%;
  height: 100%;
}
body.if #contentBase {
  height: 100%;
}
#contentBase {
  height: 100%;
  display: flex;
  background-color: #f9ede5;
}
#contentBase.if .content__area[data-c="left"] > div {
  padding-top: 16px;
  border: none;
}
#contentBase.if .content__area[data-c="right"] > div {
  background: #f9f6f6;
  border: none;
}
#contentBase .content__area {
  height: 100%;
}
#contentBase .content__area > div {
  padding: 8px;
  height: 100%;
}
#contentBase .content__area[data-c="left"] {
  width: 35.8%;
  background: url("../../images/news/BG1-1.png") no-repeat #fff;
  background-size: cover;
  z-index: 0;
  position: relative;
}
#contentBase .content__area[data-c="left"] > div {
  padding: 0;
  border: none;
}
#contentBase .content__area[data-c="left"] .area_main {
  height: calc(100% - 4px);
  scrollbar-color: #ffdc7f #fff;
  scrollbar-width: thin;
  overflow-y: scroll;
  margin-top: 2px;
  margin-bottom: 2px;
}
#contentBase .content__area[data-c="left"] .area_main::-webkit-scrollbar {
  background: url("../../images/bg0.png");
  width: 5px;
  height: 2px;
  cursor: pointer;
}
#contentBase .content__area[data-c="left"] .area_main::-webkit-scrollbar-track {
  border-radius: 40px;
}
#contentBase .content__area[data-c="left"] .area_main::-webkit-scrollbar-thumb {
  border-radius: 40px;
  cursor: pointer;
  background: url("../../images/bg2.png");
}
#contentBase .content__area[data-c="left"] .area_main ul {
  padding: 16px;
  margin: 0;
}
#contentBase .content__area[data-c="left"] .area_main ul li {
  background: url("../../images/bg1.png") repeat;
  cursor: pointer;
  min-height: 72px;
  padding: 6px 16px;
  margin-bottom: 12px;
  border-image: url("../../images/news/frame1-2.png") round;
  border-image-slice: 2;
  border-image-width: 2px 2px;
}
#contentBase .content__area[data-c="left"] .area_main ul li > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 20px;
}
@media only screen and (max-width: 750px) {
  #contentBase .content__area[data-c="left"] .area_main ul li > div {
    display: block;
    height: auto;
  }
}
#contentBase .content__area[data-c="left"] .area_main ul li > div span,
#contentBase .content__area[data-c="left"] .area_main ul li > div img {
  display: inline-block;
}
#contentBase .content__area[data-c="left"] .area_main ul li > div div {
  font-size: 13px;
  padding-left: 4px;
  line-height: 20px;
}
@media only screen and (max-width: 750px) {
  #contentBase .content__area[data-c="left"] .area_main ul li > div div {
    padding-left: 4px;
    font-size: 10px;
  }
}
#contentBase .content__area[data-c="left"] .area_main ul li > div div img {
  vertical-align: text-top;
  margin-right: 4px;
}
@media only screen and (max-width: 750px) {
  #contentBase .content__area[data-c="left"] .area_main ul li > div div img {
    width: 12px;
  }
}
#contentBase .content__area[data-c="left"] .area_main ul li > div > img {
  vertical-align: middle;
  margin-right: 18px;
}
@media only screen and (max-width: 750px) {
  #contentBase .content__area[data-c="left"] .area_main ul li > div > img {
    width: 60px;
    margin-right: 4px;
  }
}
#contentBase .content__area[data-c="left"] .area_main ul li p {
  margin: 8px 0 0;
  line-height: 1.4;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #contentBase .content__area[data-c="left"] .area_main ul li p {
    margin-top: 4px;
    font-size: 10px;
  }
}
#contentBase .content__area[data-c="left"] .area_main ul li.active {
  background: url("../../images/bg0.png") repeat;
  background-size: cover;
  border-image: url("../../images/news/frame1-1.png") round;
  border-image-slice: 2;
  border-image-width: 2px 2px;
}
#contentBase .content__area[data-c="right"] {
  width: calc(100% - 35.8%);
  padding-left: 0;
}
#contentBase .content__area[data-c="right"] > div {
  background: url("../../images/bg1.png") repeat;
  border: none;
  padding: 0;
}
#contentBase .content__area[data-c="right"] .area_main {
  height: 100%;
}
#contentBase .content__area[data-c="right"] iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#contentBase dl {
  margin: 0 0 6px;
  width: calc(100% - 6px);
}
#contentBase dl dt {
  color: #84122c;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 16px;
  box-sizing: border-box;
  border-style: solid;
  border-image: url("../../images/toggle_frame.png") 30 30 30 30 fill/30px 30px 30px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#contentBase dl dt span {
  display: block;
  width: 100%;
}
#contentBase dl dt:not(.active) span {
  background: url("../../images/arrow.png") no-repeat 98% 50%;
  background-size: 12px auto;
}
#contentBase dl dt.active span {
  background: url("../../images/arrow_bottom.png") no-repeat 98% 50%;
  background-size: auto 12px;
}
#contentBase dl dd {
  padding: 6px 8px;
  margin: 0;
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #contentBase .content__area[data-c="left"] .area_main ul {
    padding: 12px 6px;
  }
  #contentBase .content__area[data-c="left"] .area_main ul li {
    padding: 8px;
  }
}
