body {
  -webkit-text-size-adjust: 100%; }

#wrapper {
  background: #E5E5E5; }

* {
  position: relative;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box; }

a {
  transition: opacity 200ms ease; }

a:hover {
  opacity: 0.75;
  text-decoration: none !important; }

img {
  vertical-align: bottom; }

.container {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    .container {
      margin: 0 20px; } }

header {
  background: #FFFFFF; }
  header h1 {
    float: left;
    margin-top: 16px; }
    @media screen and (max-width: 790px) {
      header h1 {
        float: none; } }
  header .container {
    height: 80px; }
    @media screen and (max-width: 790px) {
      header .container {
        height: auto; } }
  header nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 790px) {
      header nav {
        position: relative;
        width: 100%;
        overflow: hidden;
        transform: none;
        top: auto;
        left: auto;
        padding: 20px 0; } }
    @media screen and (max-width: 790px) {
      header nav ul {
        display: flex;
        justify-content: space-around; } }
    header nav ul li {
      float: left;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold; }
      @media screen and (max-width: 790px) {
        header nav ul li {
          font-size: 11px;
          float: none; } }
      header nav ul li a {
        display: block;
        padding-left: 26px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 16px;
        color: #808080; }
        @media screen and (max-width: 790px) {
          header nav ul li a {
            padding-left: 20px;
            background-size: 16px;
            height: 16px;
            line-height: 18px; } }
      header nav ul li:nth-child(1) a {
        background-image: url(../img/icon-Home@2x.png); }
      header nav ul li:nth-child(2) a {
        background-image: url(../img/icon-Ranking@2x.png); }
      header nav ul li:nth-child(3) a {
        background-image: url(../img/icon-Search@2x.png); }
      header nav ul li:nth-child(4) a {
        background-image: url(../img/icon-Timeline@2x.png); }
      header nav ul li:nth-child(5) a {
        background-image: url(../img/icon-User@2x.png); }
      header nav ul li + li {
        margin-left: 25px; }
        @media screen and (max-width: 790px) {
          header nav ul li + li {
            margin-left: 0; } }
  header .about {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
    right: 0; }
    header .about a {
      display: block;
      width: 22px;
      height: 22px;
      background: url(../img/icon-About@2x.png) no-repeat center center;
      background-size: contain;
      text-indent: -9999px;
      overflow: hidden; }
    @media screen and (max-width: 790px) {
      header .about {
        top: 0px;
        transform: none; } }
  header #openMenu {
    height: 14px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    header #openMenu:before, header #openMenu:after,
    header #openMenu div {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: #FC7949; }
    header #openMenu:before {
      top: 0; }
    header #openMenu:after {
      top: 50%;
      margin-top: -1px; }
    header #openMenu div {
      bottom: 0; }

#main {
  text-align: center;
  margin-bottom: 64px; }
  #main > h1 {
    padding: 32px 0;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 18.67px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #242A36; }
  #main .mainContent {
    background: #FFF;
    border-radius: 6px;
    overflow: hidden; }
    #main .mainContent > .kv {
      height: 450px;
      background: #FFA707; }
      @media screen and (max-width: 790px) {
        #main .mainContent > .kv {
          height: auto; }
          #main .mainContent > .kv img {
            max-width: 100%;
            height: auto; } }
    #main .mainContent > section {
      padding-bottom: 80px;
      margin: 0 80px; }
      @media screen and (max-width: 790px) {
        #main .mainContent > section {
          margin: 0 20px; } }
      #main .mainContent > section > h1 {
        font-family: Gen Jyuu Gothic;
        font-style: normal;
        font-weight: bold;
        font-size: 22.4px;
        line-height: 33px;
        padding: 48px 0 0; }
      #main .mainContent > section + section {
        border-top: 1px solid #D8D8D8; }
    #main .mainContent .toSubmit {
      display: block;
      width: 400px;
      height: 54px;
      line-height: 54px;
      background: #FC7949;
      box-shadow: 0px 3px 0px #E85E2B;
      border-radius: 64px;
      font-family: Hiragino Sans;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin: 0 auto; }
      #main .mainContent .toSubmit:hover {
        opacity: 0.75;
        transform: translateY(3px);
        box-shadow: none; }
      @media screen and (max-width: 790px) {
        #main .mainContent .toSubmit {
          width: 100%; } }

#main01 h1 {
  margin-bottom: 24px; }
#main01 p {
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #242A36; }
  #main01 p + p {
    margin-top: 32px; }
@media screen and (max-width: 790px) {
  #main01 ._1 br {
    display: none; } }
#main01 ._2 {
  font-weight: bold; }
#main01 .toSubmit {
  margin-top: 64px !important; }

#main02 h1 {
  margin-bottom: 48px; }
#main02 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  @media screen and (max-width: 790px) {
    #main02 ul {
      display: block;
      margin: 0; } }
  #main02 ul li {
    width: calc(50% - 40px);
    margin: 0 20px 64px;
    font-family: Hiragino Sans;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #242A36;
    text-align: left; }
    #main02 ul li .image {
      margin-bottom: 32px; }
      #main02 ul li .image img {
        width: 100%;
        height: auto; }
    #main02 ul li h2 {
      font-weight: 700;
      font-size: 18.67px;
      line-height: 24px;
      margin-bottom: 24px; }
    #main02 ul li p {
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      text-align: justify; }
    @media screen and (max-width: 790px) {
      #main02 ul li {
        width: 100%;
        margin: 0 0 64px; } }

#main03 p {
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin-top: 48px;
  margin-bottom: 32px; }
  @media screen and (max-width: 790px) {
    #main03 p br {
      display: none; } }
#main03 ul {
  width: 480px;
  background: #EBEBEB;
  border-radius: 6px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 24px; }
  @media screen and (max-width: 790px) {
    #main03 ul {
      flex-wrap: wrap;
      justify-content: center;
      width: auto;
      height: auto; } }
  @media screen and (max-width: 790px) {
    #main03 ul li:nth-child(1) {
      width: calc(100% / 2); }
      #main03 ul li:nth-child(1) img {
        width: auto;
        height: 36px; } }
  #main03 ul li:nth-child(2) {
    margin-left: 20px; }
    @media screen and (max-width: 790px) {
      #main03 ul li:nth-child(2) {
        width: calc(100% / 2);
        margin: 0; }
        #main03 ul li:nth-child(2) img {
          width: auto;
          height: 36px; } }
  #main03 ul li:nth-child(3) {
    margin-left: 63px; }
    @media screen and (max-width: 790px) {
      #main03 ul li:nth-child(3) {
        margin: 20px 0 0; } }

#main04 {
  padding-bottom: 114px !important; }
  #main04 .company {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #242A36;
    margin-top: 48px;
    margin-bottom: 32px; }
    #main04 .company a {
      color: #0F99EF;
      text-decoration: underline; }
  #main04 .note {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 11.2px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #808080; }

footer {
  background: #242A36; }
  footer .toTop {
    text-align: center;
    background: #EBEBEB;
    font-size: 12px;
    color: #808080;
    height: 64px;
    line-height: 64px;
    cursor: pointer; }
    footer .toTop img {
      margin-left: 16px;
      vertical-align: middle; }
  footer .container {
    padding-top: 25px; }
  footer .apps {
    display: flex;
    margin-bottom: 32px; }
    footer .apps li img {
      height: 40px; }
    footer .apps li + li {
      margin-left: 18px; }
  footer .review {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 16px; }
    @media screen and (max-width: 790px) {
      footer .review span {
        line-height: 24px; } }
  footer .twitter {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    background: #1DA1F2;
    margin-bottom: 32px; }
    footer .twitter img {
      vertical-align: middle; }
  footer nav {
    font-size: 12px;
    color: #808080; }
    footer nav ul li {
      margin-top: 24px; }
  footer .copyright {
    font-size: 11px;
    color: #808080; }
  footer .bottom {
    display: flex;
    justify-content: space-between;
    padding: 64px 0 56px; }

/*# sourceMappingURL=style.css.map */
