.filterYear {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 20px auto 0; }
  .filterYear__radio, .filterYear__radio--year {
    display: none; }
    .filterYear__radio:checked + .filterYear__label, .filterYear__radio--year:checked + .filterYear__label, .filterYear__radio:checked + .filterYear__label--year, .filterYear__radio--year:checked + .filterYear__label--year {
      background: #5C5C5C;
      border: solid 1px #5C5C5C;
      color: #fff; }
    .filterYear__radio--year:checked + .filterYear__label--year {
      background: #BC5700;
      transform: none; }
  .filterYear__label, .filterYear__label--year {
    appearance: none;
    background: #4082f0;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 15px;
    min-width: 120px;
    margin: 0 8px;
    padding: 1em;
    text-align: center;
    /*
        transform: translateY(-2px);
        transition: all 0.2s;
    */ }
    .filterYear__label--year {
      background: #E19B03; }
  @media screen and (max-width: 768px) {
    .filterYear__label, .filterYear__label--year {
      border-radius: 26px;
      font-size: 13px;
      line-height: 13px;
      min-width: 100px;
      margin: 0 6px;
      padding: 1em; } }
  @media screen and (max-width: 480px) {
    .filterYear {
      margin: 10px auto 0; }
      .filterYear__label, .filterYear__label--year {
        min-width: unset;
        padding: 1em 1.3em;
        margin: 0 2px;
        font-size: 3vw;
        line-height: 3vw; } }

.operatingInstructions {
  margin: 30px auto 60px;
  max-width: 930px;
  overflow: hidden; }
  .operatingInstructions__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: calc(100% + 16px);
    margin: -16px -16px 0 0; }
  .operatingInstructions__item {
    width: 33.33%;
    padding: 16px 16px 0 0; }
  .operatingInstructions__item.dispNon {
    display: none; }
  .operatingInstructions__itemInner {
    padding: 10px;
    background-color: #ffffff;
    font-size: 14px; }
  .operatingInstructions__photo {
    margin-bottom: 8px; }
  .operatingInstructions__image {
    max-width: 100%;
    vertical-align: bottom; }
  .operatingInstructions__modelName {
    padding: 0 0 0 2px; }
  .operatingInstructions__series {
    padding: 0 0 0 2px; }
  .operatingInstructions__content, .operatingInstructions__content--non, .operatingInstructions__content--col01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: calc( 14px * 1.58 * 3 );
    margin: 5px 0 0; }
    .operatingInstructions__content--non, .operatingInstructions__content--col01 {
      flex-flow: column nowrap;
      justify-content: flex-start; }
  .operatingInstructions__linkBox, .operatingInstructions__linkBox--contact, .operatingInstructions__linkBox--online, .operatingInstructions__linkBox--online02 {
    position: relative;
    height: calc( 2px*2 + 13px*1.58 + 2px);
    padding: 2px;
    background-color: #fff;
    border: 1px solid #cccccc;
    font-size: 13px;
    color: #000;
    text-align: center; }
    .operatingInstructions__linkBox--contact, .operatingInstructions__linkBox--online {
      width: auto; }
    .operatingInstructions__linkBox--online02 {
      width: 49%; }
  .operatingInstructions__linkNonBox, .operatingInstructions__linkNonBox--contact, .operatingInstructions__linkNonBox--online, .operatingInstructions__linkNonBox--online02 {
    position: relative;
    height: calc( 2px*2 + 13px*1.58 + 2px);
    padding: 2px;
    background-color: #f6f6f6;
    border: solid 1px #f6f6f6;
    font-size: 13px;
    color: #999;
    text-align: center; }
    .operatingInstructions__linkNonBox--contact, .operatingInstructions__linkNonBox--online {
      width: auto; }
    .operatingInstructions__linkNonBox--online02 {
      width: 49%; }
  .operatingInstructions__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .operatingInstructions__caution {
    margin: 5px;
    font-size: 12px;
    line-height: 1.3;
    color: #666666;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .operatingInstructions__item {
      width: 50%; }
    .operatingInstructions__caution {
      font-size: 1.6vw; } }
  @media screen and (max-width: 480px) {
    .operatingInstructions {
      margin: 10px auto 30px;
      flex-flow: column nowrap; }
      .operatingInstructions__list {
        width: 100%;
        margin: 0; }
      .operatingInstructions__item {
        width: auto;
        padding: 10px 10px 0; }
      .operatingInstructions__content, .operatingInstructions__content--non, .operatingInstructions__content--col01 {
        height: calc( 14px * 1.58 * 1 + 2px * 2 ); }
        .operatingInstructions__content--non {
          height: calc( 14px * 1.58 * 3); }
      .operatingInstructions__caution {
        font-size: 13px; } }

.content__linkBox {
  width: 33.33%; }
.content__caution {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center; }
@media screen and (max-width: 768px) {
  .content__lead {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  .content__linkBox {
    width: 50%;
    padding: 16px 24px;
    margin: 15px auto 0;
    font-size: 14px; } }
