@charset "UTF-8";
/*==================================================================================================
* Base
==================================================================================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffe6;
  font-family: "Segoe UI","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  font-size: 82%;
}

a {
  text-decoration: none;
  color: #f08529;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*==================================================================================================
* Structures
==================================================================================================*/
#wrapper {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  max-width: 950px;
}

#header {
  position: relative;
}
#header h1 {
  margin: 0 0 8px;
  width: 148px;
}

#nec {
  position: absolute;
  top: 10px;
  right: 0;
  width: 43px;
}

#content {
  padding-bottom: 50px;
}

#footer {
  padding: 25px 0;
  background: #e8dbbb;
}
#footer small {
  display: block;
  color: #897862;
  font-size: 13px;
  text-align: center;
}

/*==================================================================================================
* Classes
==================================================================================================*/
/* .catch */
.catch {
  margin-bottom: 10px;
  color: #fff;
  background: #492100;
}
.catch .sub {
  padding: 15px;
  background: #492100;
}
.catch .sub h2 {
  margin: 0 0 15px;
  width: 50%;
}
.catch .sub p {
  margin: 0;
}
.catch .sub .thumbnail {
  display: none;
}
.catch .main {
  display: none;
}

/* .player-box */
.player-box {
  padding-top: 56.22047244%;
  position: relative;
  color: #321;
  background: #fc9;
}
.player-box .sub {
  border-top: 10px solid #ffffe6;
  padding: 20px 15px 20px 90px;
  position: relative;
  background: #fc9;
}
.player-box .sub h2 {
  margin: 0 0 15px;
  font-size: 16px;
}
.player-box .sub p {
  margin: 0;
}
.player-box .sub .thumbnail {
  position: absolute;
  top: 15px;
  left: 15px;
}
.player-box .main {
  padding-top: 56.22047244%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.player-box .main iframe {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page00 .player-box {
  background: #b7f0cf;
}
#page00 .player-box .sub {
  background: #b7f0cf;
}

#page01 .player-box {
  background: #fbb5ba;
}
#page01 .player-box .sub {
  background: #fbb5ba;
}

#page08 .player-box {
  background: #b7f0cf;
}
#page08 .player-box .sub {
  background: #b7f0cf;
}

#page09 .player-box {
  background: #fe8b5a;
}
#page09 .player-box .sub {
  background: #fe8b5a;
}

#page10 .player-box {
  background: #77eeff;
}
#page10 .player-box .sub {
  background: #77eeff;
}

/* .heading */
.heading {
  margin: 20px 0 8px;
  font-size: 18px;
}

/* .tiles */
.tiles {
  margin: 0 -10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tiles:after {
  display: block;
  clear: both;
  content: "";
}

.tile {
  padding: 5px 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tile > a {
  padding: 20px 15px 0 90px;
  display: block;
  position: relative;
  height: 150px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
}
.tile h2, .tile h3 {
  margin: 0 0 10px;
  color: #492100;
  font-size: 16px;
}
.tile p {
  margin: 0;
  line-height: 1.4;
  color: #321;
  font-size: 13px;
}

.more {
  padding-left: 30px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 10px;
  line-height: 30px;
  background: url(../images/icon-arrow-orange.png) no-repeat left center;
  font-size: 13px;
}
.more.white {
  color: #fff;
  background-image: url(../images/icon-arrow-white.png);
}

.extile {
  padding: 5px 10px;
}
.extile h2, .extile h3 {
  margin: 0;
  text-align: center;
}
.extile h2 .more, .extile h3 .more {
  display: inline-block;
  position: static;
  font-size: 16px;
}

.tiles.index .tile {
  padding-top: 1px;
  padding-bottom: 1px;
}
.tiles.index .tile > a {
  padding: 15px 15px 15px 30px;
  height: auto;
  background: white url(../images/icon-arrow-orange-small.png) no-repeat 5px center;
}
.tiles.index .tile > a.active {
  color: #fff;
  background-color: #f90;
}

/* icons */
.icon-video {
  padding: 5px 15px 5px 30px;
  background: url(../images/icon-video.png) no-repeat left center;
}

.icon-list {
  padding: 5px 15px 5px 30px;
  background: url(../images/icon-list.png) no-repeat left center;
}

/*==================================================================================================
* Tile
==================================================================================================*/
#tile-00 {
  background-color: #b7f0cf;
  background-image: url(../images/icon-windows8.png);
  background-position: 15px 10px;
}

#tile-01 {
  background-color: #fbb5ba;
  background-image: url(../images/icon-lan.png);
  background-position: 20px 10px;
}

#tile-02 {
  background-image: url(../images/icon-office.png);
  background-position: 15px 10px;
}

#tile-03 {
  background-image: url(../images/icon-word.png);
  background-position: 25px 10px;
}

#tile-04 {
  background-image: url(../images/icon-excel.png);
  background-position: 25px 10px;
}

#tile-05 {
  background-image: url(../images/icon-ppt.png);
  background-position: 15px 10px;
}

#tile-06 {
  background-image: url(../images/icon-mail.png);
  background-position: 20px 10px;
}

#tile-07 {
  background-image: url(../images/icon-onenote.png);
  background-position: 20px 10px;
}

#tile-08 {
  background-color: #fe8b5a;
  background-image: url(../images/icon-hagaki.png);
  background-position: 20px 10px;
}

#tile-09 {
  background-color: #7ef;
  background-image: url(../images/icon-datamove.png);
  background-position: 20px 10px;
}

#tile-10 {
  background-image: url(../images/icon-office365.png);
  background-position: 20px 10px;
}

#tile-11 {
  background-image: url(../images/icon-office.png);
  background-position: 20px 10px;
}
/*==================================================================================================
* Hover state
==================================================================================================*/
.no-touch a:hover {
  color: #f93;
}
.no-touch #tile-00:hover {
  background-color: #d7ffef;
}
.no-touch #tile-01:hover {
  background-color: #fdd;
}
.no-touch #tile-02:hover {
  background-color: #ffa;
}
.no-touch #tile-03:hover {
  background-color: #ffa;
}
.no-touch #tile-04:hover {
  background-color: #ffa;
}
.no-touch #tile-05:hover {
  background-color: #ffa;
}
.no-touch #tile-06:hover {
  background-color: #ffa;
}
.no-touch #tile-07:hover {
  background-color: #ffa;
}
.no-touch #tile-08:hover {
  background-color: #fab598;
}
.no-touch #tile-09:hover {
  background-color: #ccf3f9;
}
.no-touch #tile-10:hover {
  background-color: #ffa;
}

/*==================================================================================================
* Media queries
==================================================================================================*/
@media (min-width: 480px) {
  #header h1 {
    margin: 18px 0;
    width: auto;
  }

  #nec {
    width: auto;
  }

  .tile {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 50%;
  }
  .tile:nth-of-type(odd) {
    clear: left;
  }

  .extile {
    clear: both;
  }
  .extile h2, .extile h3 {
    text-align: left;
  }

  .tiles.index .tile {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 568px) {
  .catch {
    padding-top: 36.842105263%;
    position: relative;
    overflow: hidden;
  }
  .catch .catch-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .catch .catch-wrapper:after {
    display: table;
    clear: both;
    content: "";
  }
  .catch .sub {
    margin-right: -100%;
    padding: 0;
    float: left;
    position: relative;
    width: 33.747779751%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .catch .sub h2 {
    margin: 15px 7.894736842% 10px;
    width: auto;
  }
  .catch .sub p {
    margin: 0 7.894736842%;
  }
  .catch .sub .thumbnail {
    margin: 0 7.894736842%;
    padding-top: 10px;
    display: none;
  }
  .catch .main {
    display: block;
    float: right;
    width: 66.315789473%;
    overflow: hidden;
    text-align: right;
  }
  .catch .main img {
    width: auto;
    height: auto;
  }

  .player-box .sub {
    margin: 0;
    padding: 5px 3.157894736% 20px;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 26.842105263%;
  }
  .player-box .sub .thumbnail {
    position: static;
  }
  .player-box .main {
    padding-top: 0;
    bottom: 0;
    left: 33.157894736%;
  }
}
@media (min-width: 768px) {
  .catch .sub h2 {
    margin-bottom: 10px;
  }
  .catch .sub .thumbnail {
    display: block;
    width: 80%;
  }

  .player-box {
    padding-top: 357px;
  }
  .player-box .sub {
    width: 26.842105263%;
  }
}
@media (min-width: 890px) {
  .catch .sub h2 {
    margin: 20px 9.375%;
  }
  .catch .sub p {
    margin-right: 9.735%;
    margin-left: 9.735%;
  }
  .catch .sub .thumbnail {
    margin-right: 9.735%;
    margin-left: 9.735%;
    width: auto;
  }
}
@media (min-width: 960px) {
  .catch .sub h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .catch .sub .thumbnail {
    margin-bottom: 25px;
  }

  .player-box .sub {
    padding-top: 50px;
  }
  .player-box .sub h2 {
    margin-bottom: 30px;
  }

  .tile {
    width: 33.33333333%;
  }
  .tile:nth-of-type(odd) {
    clear: none;
  }
  .tile:nth-of-type(3n+1) {
    clear: left;
  }

  #footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .more {
    background-image: url(../images/icon-arrow-orange_2x.png);
    background-size: 25px 24px;
  }
  .more.white {
    background-image: url(../images/icon-arrow-white_2x.png);
  }

  .tiles.index .tile > a {
    background-image: url(../images/icon-arrow-orange_2x.png);
    background-size: 18px;
  }

  #tile-00 {
    background-image: url(../images/icon-windows8_2x.png);
    background-size: 65px 80px;
  }

  #tile-01 {
    background-image: url(../images/icon-lan_2x.png);
    background-size: 55px 80px;
  }

  #tile-02 {
    background-image: url(../images/icon-office_2x.png);
    background-size: 70px 80px;
  }

  #tile-03 {
    background-image: url(../images/icon-word_2x.png);
    background-size: 47px 80px;
  }

  #tile-04 {
    background-image: url(../images/icon-excel_2x.png);
    background-size: 50px 80px;
  }

  #tile-05 {
    background-image: url(../images/icon-ppt_2x.png);
    background-size: 60px 80px;
  }

  #tile-06 {
    background-image: url(../images/icon-mail_2x.png);
    background-size: 56px 80px;
  }

  #tile-07 {
    background-image: url(../images/icon-onenote_2x.png);
    background-size: 58px 80px;
  }

  #tile-08 {
    background-image: url(../images/icon-hagaki_2x.png);
    background-size: 60px 80px;
  }

  #tile-09 {
    background-image: url(../images/icon-datamove_2x.png);
    background-size: 60px 80px;
  }

  #tile-10 {
    background-image: url(../images/icon-office365_2x.png);
    background-size: 60px 80px;
  }

  .icon-video {
    background-image: url(../images/icon-video_2x.png);
    background-size: 20px 20px;
  }

  .icon-list {
    background-image: url(../images/icon-list_2x.png);
    background-size: 20px 20px;
  }
}
