/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@font-face {
  font-family: check;
  src: url(assets/modernpics.woff); }

#contents {
  overflow: hidden; }

@font-face {
  font-family: arrow;
  src: url(assets/arrrows-regular-webfont.woff); }

@font-face {
  font-family: Roboto;
  src: url(assets/roboto.woff); }

.roboto {
  font-family: Roboto !important; }

div.update-main {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

div.my-header {
  background-color: #CC0000;
  color: white; }
  div.my-header h1 {
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0px 3px 6px #00000029; }
  div.my-header h2 {
    font-size: 17px;
    font-weight: bold; }
  div.my-header h3 {
    font-size: 22px;
    margin-top: 1em; }
  div.my-header p {
    font-size: 14px;
    margin-bottom: 1em; }

span.upper {
  font-size: .5em;
  vertical-align: super; }

.accordion {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #A3A4A5;
  overflow: hidden; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.4em; }

.accordion li:last-child .link {
  border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i.fa-chevron-down {
  font-family: arrow;
  font-style: normal;
  top: 14px;
  left: 12px;
  font-size: 18px;
  color: #fff; }

.accordion li.open i.fa-chevron-down {
    color: #DDDBDC; }
    
.accordion li i.fa-chevron-down::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.accordion li.open i.fa-chevron-down::before {
    border-color: transparent transparent transparent #CC0000; }

.accordion li.open .link {
  color: #CC0000;
  background: #DDDBDC;
  border-bottom: none; }

.accordion li.open i {
  color: #CC0000; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion li.default .submenu {
  display: block; }

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #DDDBDC;
  font-size: 14px;
  line-height: 1.6em; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-top: 0;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

section.main-block {
  padding-top: 20px; }
  section.main-block h1, section.main-block .inner-block h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em; }
  section.main-block .scroll-box {
    border: 1px solid #95989A;
    overflow-y: scroll; }
  section.main-block h2.update-title {
    font-weight: bold;
    font-size: 17px;
    margin-top: .4em;
    margin-bottom: .6em; }
    section.main-block h2.update-title span.new {
      background-color: #CC0000;
      color: white;
      font-size: .6em;
      padding-left: .4em;
      padding-right: .4em;
      margin-left: .4em; }
  section.main-block .update-info {
    padding: 10px; }
    section.main-block .update-info ul {
      list-style-type: disc; }
      section.main-block .update-info ul li {
        margin-left: 20px;
        margin-bottom: 1em; }
        section.main-block .update-info ul li p {
          line-height: 1.6em; }
        section.main-block .update-info ul li h3 {
          font-weight: bold;
          margin-bottom: .4em; }
  section.main-block .sub-block {
    margin-top: 40px; }
    section.main-block .sub-block .inner-block {
      margin-bottom: 40px; }
      section.main-block .sub-block .inner-block h3 {
        font-weight: bold;
        font-size: 20px;
        margin-top: 1em;
        margin-bottom: .4em; }
      section.main-block .sub-block .inner-block .caution-red {
        color: #FF0000; }
      section.main-block .sub-block .inner-block > p.caution {
        margin-top: -10px;
        line-height: 1.6em; }
      section.main-block .sub-block .inner-block p.more-os-info {
        line-height: 1.6em;
        padding-bottom: .6em; }
        section.main-block .sub-block .inner-block p.more-os-info a {
          text-decoration: underline; }
      section.main-block .sub-block .inner-block p.ask-caution {
        margin-top: 10px; }
      section.main-block .sub-block .inner-block div.buttons .button {
        border: 1px solid white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        line-height: 1.2em;
        margin-top: 20px;
        margin-bottom: 20px; }
      section.main-block .sub-block .inner-block div.buttons .windows {
        background-color: #7C94B2; }
      section.main-block .sub-block .inner-block div.buttons .mac {
        background-color: #795B5B; }
      section.main-block .sub-block .inner-block div.gray-block {
        background-color: #DDDBDC;
        border: 1px solid #DBDBDB;
        padding: 10px;
        margin-top: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        section.main-block .sub-block .inner-block div.gray-block div.my-row {
          padding-top: 28px;
          padding-bottom: 20px;
          border-bottom: 2px solid white; }
        section.main-block .sub-block .inner-block div.gray-block div.my-row:last-child {
          border: none; }
        section.main-block .sub-block .inner-block div.gray-block h4 {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 6px; }
        section.main-block .sub-block .inner-block div.gray-block p {
          margin-top: 10px;
          line-height: 1.6em;
          font-size: 17px; }
      section.main-block .sub-block .inner-block div.update-block {
        background-color: #DDDBDC;
        border: 1px solid #DBDBDB;
        padding: 10px;
        margin-top: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 40px; }
        section.main-block .sub-block .inner-block div.update-block div.process:first-child {
          padding-top: 0; }
        section.main-block .sub-block .inner-block div.update-block div.process:last-child {
          border: none;
          padding-bottom: 0; }
        section.main-block .sub-block .inner-block div.update-block div.process {
          padding-top: 16px;
          padding-bottom: 24px;
          border-bottom: 2px solid white; }
          section.main-block .sub-block .inner-block div.update-block div.process img {
            margin-top: 10px; }
          section.main-block .sub-block .inner-block div.update-block div.process p {
            font-size: 17px;
            line-height: 1.6em; }
          section.main-block .sub-block .inner-block div.update-block div.process p.caution {
            padding-top: 1em;
            font-size: 17px;
            line-height: 1.4em;
            color: #FF0000; }
      section.main-block .sub-block .inner-block div.dl-block {
        border: 1px solid #DBDBDB;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
        padding-top: 20px; }
        section.main-block .sub-block .inner-block div.dl-block .dl-button {
          width: 387px;
          height: 55px;
          background-color: #CC0000;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 20px;
          margin-top: 6px;
          margin-bottom: 6px; }
        section.main-block .sub-block .inner-block div.dl-block .dl-button:after {
          content: "";
          display: inline-block;
          width: 22px;
          height: 22px;
          margin: -1px 0 0 15px;
          background: url(assets/icon-download.png) no-repeat;
          background-size: contain;
          vertical-align: middle; }
        section.main-block .sub-block .inner-block div.dl-block ol {
          list-style-type: decimal;
          font-weight: bold;
          font-size: 17px;
          line-height: 1.4em; }
          section.main-block .sub-block .inner-block div.dl-block ol li {
            margin-left: 30px;
            margin-bottom: 1em; }
            section.main-block .sub-block .inner-block div.dl-block ol li p.caution {
              font-weight: normal;
              font-size: 12px; }
            section.main-block .sub-block .inner-block div.dl-block ol li h5 {
              font-weight: bold;
              font-size: 17px; }
      section.main-block .sub-block .inner-block div.os-block {
        margin-bottom: 30px; }
        section.main-block .sub-block .inner-block div.os-block h4 {
          font-weight: bold;
          font-size: 25px;
          text-align: center;
          border: 1px solid #DBDBDB;
          border-bottom: none;
          padding-top: .6em;
          padding-bottom: .6em;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          color: white; }
        section.main-block .sub-block .inner-block div.os-block .desc {
          border: 1px solid #DBDBDB;
          border-top: none;
          padding: 10px;
          padding-top: 20px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
          section.main-block .sub-block .inner-block div.os-block .desc ol {
            list-style-type: decimal;
            font-weight: bold;
            font-size: 17px;
            line-height: 1.4em; }
            section.main-block .sub-block .inner-block div.os-block .desc ol li {
              margin-left: 30px;
              margin-bottom: 1em; }
              section.main-block .sub-block .inner-block div.os-block .desc ol li p.caution {
                font-weight: normal;
                font-size: 12px; }
              section.main-block .sub-block .inner-block div.os-block .desc ol li h5 {
                font-weight: bold;
                font-size: 17px; }
      section.main-block .sub-block .inner-block .windows h4 {
        background-color: #7C94B2; }
      section.main-block .sub-block .inner-block .mac h4 {
        background-color: #795B5B; }
    section.main-block .sub-block h2 {
      display: flex;
      align-items: center;
      font-size: 25px;
      font-weight: bold; }
      section.main-block .sub-block h2 span.check {
        background-color: #707F89;
        font-family: check;
        color: white;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-right: 8px;
        position: relative;
        color: #707F89; }
    section.main-block .sub-block h2 span.check::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 32%;
        height: 48%;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: #fff;
        transform: rotate(45deg) translate(-100%,-20%);}
    section.main-block .sub-block div.badge {
      width: 100%;
      height: 91px;
      background-color: #E3E3E3;
      border: 1px solid #BCBABA;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      font-weight: bold;
      font-size: 25px;
      line-height: 1.2em;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
      section.main-block .sub-block div.badge p.caution {
        font-weight: normal;
        font-size: 13px;
        margin-top: -10px;
        margin-bottom: -4px; }

@media screen and (min-width: 992px) {
  .sp-only, .only-sp {
    display: none; }
  div.my-header {
    min-width: 980px;
    overflow: hidden;
    text-align: center;
    padding-bottom: .4em; }
    div.my-header img {
      margin-left: 50%;
      transform: translate(-50%, 0); }
    div.my-header h1 {
      line-height: 2em; }
    div.my-header h2 {
      line-height: 2em; }
  section.main-block {
    width: 980px;
    margin: 0 auto; }
    section.main-block .sub-block .inner-block {
      padding-left: 20px;
      padding-right: 20px; }
      section.main-block .sub-block .inner-block div.buttons {
        margin-top: 20px;
        justify-content: space-between; }
        section.main-block .sub-block .inner-block div.buttons .button {
          width: 100%; }
    section.main-block .sub-block div.badge-list {
      display: flex; }
      section.main-block .sub-block div.badge-list div.badge {
        margin-left: 20px;
        margin-right: 20px; }
    section.main-block .sub-block div.position-block div.my-row {
      display: flex;
      justify-content: space-between;
      margin-left: 46px;
      margin-right: 46px; }
      section.main-block .sub-block div.position-block div.my-row img {
        width: 366px; }
    section.main-block .sub-block .update-block .desc {
      padding: 20px; }
    section.main-block .sub-block .update-block p {
      margin-top: .4em;
      margin-right: 10px; }
    section.main-block .sub-block .update-block .process {
      display: flex;
      padding-left: 30px;
      padding-right: 30px; }
    section.main-block .update-info {
      height: 318px; } }

@media (max-width: 991px) {
  .c-nav-global .c-nav-global-button {
    left: 16px; }
  .is-fixed .c-nav-global .c-nav-global-button {
    left: 0; }

  img {
    width: 100%; }
  .pc-only, .only-pc {
    display: none; }
  div.my-header {
    padding-bottom: .8em; }
    div.my-header img {
      padding-left: 0;
      padding-right: 0; }
    div.my-header * {
      padding-left: 10px;
      padding-right: 10px; }
    div.my-header h3 {
      line-height: 1.4em; }
    div.my-header h1 {
      margin-top: .2em;
      line-height: 1.4em; }
    div.my-header p {
      margin-top: .6em;
      line-height: 1.6em; }
    div.my-header h2 {
      line-height: 1.6em;
      margin-top: .8em; }
  section.main-block {
    padding-left: 10px;
    padding-right: 10px; }
    section.main-block .update-info {
      height: 280px; }
    section.main-block .sub-block h2.center {
      text-align: center;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
    section.main-block .sub-block .inner-block div.update-block {
      padding-top: 20px;
      padding-bottom: 20px; }
    section.main-block .sub-block .inner-block div.gray-block {
      padding-top: 0;
      padding-bottom: 0; }
      section.main-block .sub-block .inner-block div.gray-block div.my-row {
        padding-top: 1.7em;
        padding-bottom: 2em; }
      section.main-block .sub-block .inner-block div.gray-block .b-btm {
        border-bottom: 2px solid white;
        padding-bottom: 20px;
        margin-bottom: 22px; }
      section.main-block .sub-block .inner-block div.gray-block p {
        margin-top: .2em; } }
