@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,900|Roboto:700|Iceland&display=swap");
/* line 24, hange.scss */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* line 102, hange.scss */
img {
  vertical-align: bottom; }

/* line 106, hange.scss */
body {
  line-height: 1; }

/* line 110, hange.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* line 124, hange.scss */
nav ul {
  list-style: none; }

/* line 128, hange.scss */
blockquote,
q {
  quotes: none; }

/* line 134, hange.scss */
blockquote:after, blockquote:before {
  content: '';
  content: none; }

/* line 142, hange.scss */
q:after, q:before {
  content: '';
  content: none; }

/* line 149, hange.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* line 158, hange.scss */
ins {
  text-decoration: none;
  background-color: #ff9;
  color: #000; }

/* line 164, hange.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

/* line 171, hange.scss */
del {
  text-decoration: line-through; }

/* line 175, hange.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 181, hange.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 186, hange.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 195, hange.scss */
input,
select {
  vertical-align: middle;
  margin: 0; }

/* line 201, hange.scss */
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 208, hange.scss */
.body {
  width: 400px; }
  /* line 211, hange.scss */
  .body > *:first-child {
    margin-top: 0 !important; }

/* line 216, hange.scss */
.news {
  position: relative;
  margin-top: 25px; }
  /* line 220, hange.scss */
  .news .name {
    position: relative;
    width: 400px;
    height: 38px;
    background: url("/assets/img/hange/top_contents_name_bg.png") no-repeat top center; }
    /* line 227, hange.scss */
    .news .name .t {
      position: absolute;
      top: 12px;
      left: 28px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #3c3c46;
      font-size: 14px;
      line-height: 1; }
  /* line 242, hange.scss */
  .news .tabs {
    display: block;
    margin-top: 10px; }
    /* line 246, hange.scss */
    .news .tabs::after {
      content: '.';
      display: block;
      clear: both;
      height: 0;
      overflow: hidden; }
    /* line 254, hange.scss */
    .news .tabs li {
      float: left;
      display: block;
      width: calc((100% - 5px * 3) / 4);
      margin: 5px 0 0 5px;
      background: #ffc800;
      background: linear-gradient(135deg, transparent 6px, #ffc800 0) top left, linear-gradient(0, transparent 0, #ffc800 0) top right, linear-gradient(315deg, transparent 6px, #ffc800 0) bottom right, linear-gradient(0, transparent 0, #ffc800 0) bottom left;
      background-size: calc(50% + 1px) calc(50% + 1px);
      background-repeat: no-repeat;
      transition: all 0.2s ease-in-out; }
      /* line 268, hange.scss */
      .news .tabs li:first-child, .news .tabs li:nth-of-type(5n) {
        margin-left: 0; }
      /* line 273, hange.scss */
      .news .tabs li a {
        position: relative;
        width: calc(100% - 1px * 2);
        padding: 5px 0 5px;
        margin: 1px;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        color: #000;
        text-align: center;
        display: block;
        background: #fff;
        background: linear-gradient(135deg, transparent 6px, #fff 0) top left, linear-gradient(0, transparent 0, #fff 0) top right, linear-gradient(315deg, transparent 6px, #fff 0) bottom right, linear-gradient(0, transparent 0, #fff 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat;
        transition: all 0.2s ease-in-out; }
      /* line 294, hange.scss */
      .news .tabs li.current, .news .tabs li:hover {
        /*background: none;*/ }
        /* line 298, hange.scss */
        .news .tabs li.current a, .news .tabs li:hover a {
     /*
	width: 100%;
	margin: 0;*/
          color: #fff !important; }
      /* line 305, hange.scss */
      .news .tabs li:not(.current):hover {
        transform: translate3d(0, -1px, 0); }
      /* line 312, hange.scss */
      .news .tabs li.all {
        /*color: #00a0b4;*/
        background: #3c3c46;
        background: linear-gradient(135deg, transparent 6px, #3c3c46 0) top left, linear-gradient(0, transparent 0, #3c3c46 0) top right, linear-gradient(315deg, transparent 6px, #3c3c46 0) bottom right, linear-gradient(0, transparent 0, #3c3c46 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 322, hange.scss */
        .news .tabs li.all a {
          color: #3c3c46; }
        /* line 328, hange.scss */
        .news .tabs li.all.current a, .news .tabs li.all:hover a {
          background: #3c3c46;
          background: linear-gradient(135deg, transparent 6px, #3c3c46 0) top left, linear-gradient(0, transparent 0, #3c3c46 0) top right, linear-gradient(315deg, transparent 6px, #3c3c46 0) bottom right, linear-gradient(0, transparent 0, #3c3c46 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 340, hange.scss */
      .news .tabs li.event {
        /*color: #dc2864;*/
        background: #dc2864;
        background: linear-gradient(135deg, transparent 6px, #dc2864 0) top left, linear-gradient(0, transparent 0, #dc2864 0) top right, linear-gradient(315deg, transparent 6px, #dc2864 0) bottom right, linear-gradient(0, transparent 0, #dc2864 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 350, hange.scss */
        .news .tabs li.event a {
          color: #dc2864; }
        /* line 356, hange.scss */
        .news .tabs li.event.current a, .news .tabs li.event:hover a {
          background: #dc2864;
          background: linear-gradient(135deg, transparent 6px, #dc2864 0) top left, linear-gradient(0, transparent 0, #dc2864 0) top right, linear-gradient(315deg, transparent 6px, #dc2864 0) bottom right, linear-gradient(0, transparent 0, #dc2864 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 368, hange.scss */
      .news .tabs li.update {
        /*color: #006482;*/
        background: #006482;
        background: linear-gradient(135deg, transparent 6px, #006482 0) top left, linear-gradient(0, transparent 0, #006482 0) top right, linear-gradient(315deg, transparent 6px, #006482 0) bottom right, linear-gradient(0, transparent 0, #006482 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 378, hange.scss */
        .news .tabs li.update a {
          color: #006482; }
        /* line 384, hange.scss */
        .news .tabs li.update.current a, .news .tabs li.update:hover a {
          background: #006482;
          background: linear-gradient(135deg, transparent 6px, #006482 0) top left, linear-gradient(0, transparent 0, #006482 0) top right, linear-gradient(315deg, transparent 6px, #006482 0) bottom right, linear-gradient(0, transparent 0, #006482 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 396, hange.scss */
      .news .tabs li.maintenance {
        /*color: #00785f;*/
        background: #00785f;
        background: linear-gradient(135deg, transparent 6px, #00785f 0) top left, linear-gradient(0, transparent 0, #00785f 0) top right, linear-gradient(315deg, transparent 6px, #00785f 0) bottom right, linear-gradient(0, transparent 0, #00785f 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 406, hange.scss */
        .news .tabs li.maintenance a {
          color: #00785f; }
        /* line 412, hange.scss */
        .news .tabs li.maintenance.current a, .news .tabs li.maintenance:hover a {
          background: #00785f;
          background: linear-gradient(135deg, transparent 6px, #00785f 0) top left, linear-gradient(0, transparent 0, #00785f 0) top right, linear-gradient(315deg, transparent 6px, #00785f 0) bottom right, linear-gradient(0, transparent 0, #00785f 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 424, hange.scss */
      .news .tabs li.important {
        /*color: #ffc800;*/
        background: #ffa000;
        background: linear-gradient(135deg, transparent 6px, #ffa000 0) top left, linear-gradient(0, transparent 0, #ffa000 0) top right, linear-gradient(315deg, transparent 6px, #ffa000 0) bottom right, linear-gradient(0, transparent 0, #ffa000 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 434, hange.scss */
        .news .tabs li.important a {
          color: #ffa000; }
        /* line 440, hange.scss */
        .news .tabs li.important.current a, .news .tabs li.important:hover a {
          background: #ffa000;
          background: linear-gradient(135deg, transparent 6px, #ffa000 0) top left, linear-gradient(0, transparent 0, #ffa000 0) top right, linear-gradient(315deg, transparent 6px, #ffa000 0) bottom right, linear-gradient(0, transparent 0, #ffa000 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 452, hange.scss */
      .news .tabs li.trouble {
        /*color: #739bc3;*/
        background: #739bc3;
        background: linear-gradient(135deg, transparent 6px, #739bc3 0) top left, linear-gradient(0, transparent 0, #739bc3 0) top right, linear-gradient(315deg, transparent 6px, #739bc3 0) bottom right, linear-gradient(0, transparent 0, #739bc3 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 462, hange.scss */
        .news .tabs li.trouble a {
          color: #739bc3; }
        /* line 468, hange.scss */
        .news .tabs li.trouble.current a, .news .tabs li.trouble:hover a {
          background: #739bc3;
          background: linear-gradient(135deg, transparent 6px, #739bc3 0) top left, linear-gradient(0, transparent 0, #739bc3 0) top right, linear-gradient(315deg, transparent 6px, #739bc3 0) bottom right, linear-gradient(0, transparent 0, #739bc3 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 480, hange.scss */
      .news .tabs li.failure {
        background: #dc7814;
        background: linear-gradient(135deg, transparent 6px, #dc7814 0) top left, linear-gradient(0, transparent 0, #dc7814 0) top right, linear-gradient(315deg, transparent 6px, #dc7814 0) bottom right, linear-gradient(0, transparent 0, #dc7814 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 489, hange.scss */
        .news .tabs li.failure a {
          color: #dc7814; }
        /* line 495, hange.scss */
        .news .tabs li.failure.current a, .news .tabs li.failure:hover a {
          background: #dc7814;
          background: linear-gradient(135deg, transparent 6px, #dc7814 0) top left, linear-gradient(0, transparent 0, #dc7814 0) top right, linear-gradient(315deg, transparent 6px, #dc7814 0) bottom right, linear-gradient(0, transparent 0, #dc7814 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
      /* line 507, hange.scss */
      .news .tabs li.other {
        /*color: #b4b4b4;*/
        background: #8c8c8c;
        background: linear-gradient(135deg, transparent 6px, #8c8c8c 0) top left, linear-gradient(0, transparent 0, #8c8c8c 0) top right, linear-gradient(315deg, transparent 6px, #8c8c8c 0) bottom right, linear-gradient(0, transparent 0, #8c8c8c 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
        /* line 517, hange.scss */
        .news .tabs li.other a {
          color: #8c8c8c; }
        /* line 523, hange.scss */
        .news .tabs li.other.current a, .news .tabs li.other:hover a {
          background: #8c8c8c;
          background: linear-gradient(135deg, transparent 6px, #8c8c8c 0) top left, linear-gradient(0, transparent 0, #8c8c8c 0) top right, linear-gradient(315deg, transparent 6px, #8c8c8c 0) bottom right, linear-gradient(0, transparent 0, #8c8c8c 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
  /* line 537, hange.scss */
  .news .select {
    display: none; }
  /* line 541, hange.scss */
  .news .block {
    position: relative;
    margin-top: 10px; }
    /* line 545, hange.scss */
    .news .block > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease-in-out; }
      /* line 554, hange.scss */
      .news .block > li.current {
        opacity: 1;
        visibility: visible; }
    /* line 561, hange.scss */
    .news .block .list > li {
      position: relative;
      margin-top: 0px; }
      /* line 565, hange.scss */
      .news .block .list > li a {
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 2px 0;
        color: #000;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.2s ease-in-out; }
        /* line 577, hange.scss */
        .news .block .list > li a .line {
          position: absolute;
          top: 4px;
          left: 0;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          /* line 586, hange.scss */
          .news .block .list > li a .line .l1 {
            height: 2px;
            width: 60px;
            background: #50505a; }
          /* line 592, hange.scss */
          .news .block .list > li a .line .l2 {
            height: 1px;
            width: 320px;
            background: #50505a; }
        /* line 599, hange.scss */
        .news .block .list > li a .category {
          position: relative;
          width: 60px;
          height: 20px;
          font-weight: 600;
          font-size: 10px;
          line-height: 1;
          color: #000;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 2px;
          background: #ffc800;
          background: linear-gradient(135deg, transparent 6px, #ffc800 0) top left, linear-gradient(0, transparent 0, #ffc800 0) top right, linear-gradient(315deg, transparent 6px, #ffc800 0) bottom right, linear-gradient(0, transparent 0, #ffc800 0) bottom left;
          background-size: calc(50% + 1px) calc(50% + 1px);
          background-repeat: no-repeat; }
          /* line 621, hange.scss */
          .news .block .list > li a .category:before, .news .block .list > li a .category:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 2px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 50%; }
          /* line 631, hange.scss */
          .news .block .list > li a .category:before {
            left: 3px;
            bottom: 3px; }
          /* line 636, hange.scss */
          .news .block .list > li a .category:after {
            right: 3px;
            top: 3px; }
          /* line 641, hange.scss */
          .news .block .list > li a .category .t {
            font-family: 'Yu Gothic UI Semibold', sans-serif; }
        /* line 646, hange.scss */
        .news .block .list > li a .text {
          width: 270px;
          padding-left: 25px;
          padding-right: 10px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        /* line 656, hange.scss */
        .news .block .list > li a .date {
          width: 70px;
          font-family: 'Iceland', cursive;
          font-weight: 400;
          font-size: 16px;
          line-height: 1;
          display: flex;
          justify-content: center;
          align-items: center; }
        /* line 667, hange.scss */
        .news .block .list > li a:hover {
          color: #9696a0;
          /*transform: translate3d(-3px, -1px, 0);*/
          transform: translate3d(0, -1px, 0); }
      /* line 674, hange.scss */
      .news .block .list > li:first-child {
        margin-top: 0; }
      /* line 678, hange.scss */
      .news .block .list > li .line {
        display: flex;
        justify-content: space-between; }
      /* line 684, hange.scss */
      .news .block .list > li.all .line .l1 {
        background: #00a0b4; }
      /* line 688, hange.scss */
      .news .block .list > li.all .category {
        background: #00a0b4;
        background: linear-gradient(135deg, transparent 6px, #00a0b4 0) top left, linear-gradient(0, transparent 0, #00a0b4 0) top right, linear-gradient(315deg, transparent 6px, #00a0b4 0) bottom right, linear-gradient(0, transparent 0, #00a0b4 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
      /* line 701, hange.scss */
      .news .block .list > li.event .line .l1 {
        background: #dc2864; }
      /* line 705, hange.scss */
      .news .block .list > li.event .category {
        background: #dc2864;
        background: linear-gradient(135deg, transparent 6px, #dc2864 0) top left, linear-gradient(0, transparent 0, #dc2864 0) top right, linear-gradient(315deg, transparent 6px, #dc2864 0) bottom right, linear-gradient(0, transparent 0, #dc2864 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat;
        color: #fff; }
      /* line 719, hange.scss */
      .news .block .list > li.update .line .l1 {
        background: #006482; }
      /* line 723, hange.scss */
      .news .block .list > li.update .category {
        background: #006482;
        background: linear-gradient(135deg, transparent 6px, #006482 0) top left, linear-gradient(0, transparent 0, #006482 0) top right, linear-gradient(315deg, transparent 6px, #006482 0) bottom right, linear-gradient(0, transparent 0, #006482 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat;
        color: #fff; }
      /* line 737, hange.scss */
      .news .block .list > li.maintenance .line .l1 {
        background: #00785f; }
      /* line 741, hange.scss */
      .news .block .list > li.maintenance .category {
        background: #00785f;
        background: linear-gradient(135deg, transparent 6px, #00785f 0) top left, linear-gradient(0, transparent 0, #00785f 0) top right, linear-gradient(315deg, transparent 6px, #00785f 0) bottom right, linear-gradient(0, transparent 0, #00785f 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat;
        color: #fff; }
      /* line 755, hange.scss */
      .news .block .list > li.important .line .l1 {
        background: #ffc800; }
      /* line 759, hange.scss */
      .news .block .list > li.important .category {
        background: #ffc800;
        background: linear-gradient(135deg, transparent 6px, #ffc800 0) top left, linear-gradient(0, transparent 0, #ffc800 0) top right, linear-gradient(315deg, transparent 6px, #ffc800 0) bottom right, linear-gradient(0, transparent 0, #ffc800 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
      /* line 772, hange.scss */
      .news .block .list > li.trouble .line .l1 {
        background: #739bc3; }
      /* line 776, hange.scss */
      .news .block .list > li.trouble .category {
        background: #739bc3;
        background: linear-gradient(135deg, transparent 6px, #739bc3 0) top left, linear-gradient(0, transparent 0, #739bc3 0) top right, linear-gradient(315deg, transparent 6px, #739bc3 0) bottom right, linear-gradient(0, transparent 0, #739bc3 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
      /* line 789, hange.scss */
      .news .block .list > li.failure .line .l1 {
        background: #dc7814; }
      /* line 793, hange.scss */
      .news .block .list > li.failure .category {
        background: #dc7814;
        background: linear-gradient(135deg, transparent 6px, #dc7814 0) top left, linear-gradient(0, transparent 0, #dc7814 0) top right, linear-gradient(315deg, transparent 6px, #dc7814 0) bottom right, linear-gradient(0, transparent 0, #dc7814 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
      /* line 806, hange.scss */
      .news .block .list > li.other .line .l1 {
        background: #b4b4b4; }
      /* line 810, hange.scss */
      .news .block .list > li.other .category {
        background: #b4b4b4;
        background: linear-gradient(135deg, transparent 6px, #b4b4b4 0) top left, linear-gradient(0, transparent 0, #b4b4b4 0) top right, linear-gradient(315deg, transparent 6px, #b4b4b4 0) bottom right, linear-gradient(0, transparent 0, #b4b4b4 0) bottom left;
        background-size: calc(50% + 1px) calc(50% + 1px);
        background-repeat: no-repeat; }
    /* line 823, hange.scss */
    .news .block .list:first-child {
      margin-top: 0; }
    /* line 828, hange.scss */
    .news .block .more {
      margin-top: 2px;
      text-align: right; }
      /* line 832, hange.scss */
      .news .block .more a {
        position: relative;
        display: inline-block;
        padding-left: 12px;
        color: #000;
        font-size: 10px;
        line-height: 1;
        text-decoration: none; }
        /* line 841, hange.scss */
        .news .block .more a::before {
          content: url("/assets/img/hange/more.png");
          position: absolute;
          left: 0; }
        /* line 847, hange.scss */
        .news .block .more a:hover {
          color: #9696a0;
          transform: translate3d(0, -1px, 0); }

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