.headerUtil__fontsize dt {
  margin: 0 15px 0 0;
}
.headerMain__inner {
  min-width: initial;
}
#container ._ui_form {
  margin: 0 0 0 10px;
}
.img {
  width: initial;
}
.part part_box {
  min-width: initial;
}
.article {
  width: calc(100vw - 90px);
  margin-left: 15px;
  min-width: initial;
}
.title {
  background-color: #001750;
  color: #ffffff;
  white-space: pre-wrap;
  font-weight: bold;
  min-width: initial;
  padding: 0.5em 2.1em 0.3em 2.1em;
  margin: 10px 5px 10px 10px;
  font-size: 150%;
}
.fas-part_line {
  padding: 20px 0px 10px 0px;
}
@media screen and (min-width:600px) and (max-width:959px) {
  .title-ribon, .headerMain__right, .close {
    display: none;
  }
  table.article td a:hover {
    background-color: transparent;
    color: #0066ff;
    text-decoration: underline;
  }
  .fas_sp-br::before {
    content: "\A" ;
    white-space: pre ;
  }
}
@media screen and (min-width:480px) and (max-width:599px) { 
  .title-ribon, .headerMain__right, .close {
    display: none;
  }
  table.article td a:hover {
    background-color: transparent;
    color: #0066ff;
    text-decoration: underline;
  }
  .fas_sp-br::before {
    content: "\A" ;
    white-space: pre ;
  }
}
@media screen and (max-width:479px) { 
  .title-ribon, .headerMain__right, .close {
    display: none;
  }
  table.article td a:hover {
    background-color: transparent;
    color: #0066ff;
    text-decoration: underline;
  }
  .fas_sp-br::before {
    content: "\A" ;
    white-space: pre ;
  }
}
