@charset "UTF-8";
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

header {
  width: 100%;
  background-color: #FFFFFF;
  padding: 130px 0 80px 0;
  text-align: center; }

ul {
  margin-top: 60px; }
  ul li {
    margin-bottom: 5px; }
    ul li a {
      font-size: 14px;
      color: #000000;
      text-decoration: underline; }
    ul li a:hover {
      color: #999999;
      text-decoration: none; }

#apps {
  width: 100%;
  background-color: #f0f0f0;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #apps a {
      float: none !important;
      margin: 0 auto 30px auto !important; } }
  @media screen and (max-width: 768px) {
    #apps a:last-child {
      margin-bottom: 50px !important; } }
  #apps #list {
    width: 810px;
    margin: 60px auto 80px auto; }
    #apps #list:after {
      content: "";
      display: block;
      clear: both; }
    @media screen and (max-width: 768px) {
      #apps #list {
        width: 150px !important;
        margin: 60px auto 0px auto !important; } }
  #apps iframe {
    width: 560px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #apps iframe {
        width: 300px;
        height: 168px; } }
  #apps h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold; }
