@charset "UTF-8";
/*//////////////////
  共通変数
//////////////////*/
body, #container {
  min-width: auto !important; }

nav.navi {
  display: none; }

main .headline {
  margin-bottom: 48px; }
  main .headline h1 {
    margin: 0; }
main #social {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto 56px; }
  main #social ul.account_list {
    padding: 0 2.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    main #social ul.account_list > li {
      width: 100%;
      border-top: 1px solid #A7AEB1;
      margin-top: 40px;
      padding: 40px 2.5vw 0;
      box-sizing: border-box; }
      main #social ul.account_list > li figure {
        width: 150px;
        height: 150px;
        display: block;
        margin: 0 auto 40px;
        background-size: 150px 150px;
        background-repeat: no-repeat;
        border-radius: 75px;
        border: 1px solid #CFD8DC; }
      main #social ul.account_list > li h2 {
        text-align: center;
        letter-spacing: 0.05em;
        font-size: 16px;
        line-height: 1.4;
        font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
        font-weight: 600;
        margin-bottom: 24px;
        color: #222; }
      main #social ul.account_list > li p {
        width: 100%;
        text-align: center;
        letter-spacing: 0.05em;
        font-size: 14px;
        font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
        font-weight: 400;
        margin-bottom: 38px;
        line-height: 1.6;
        color: #75797B; }
      main #social ul.account_list > li ul.sns_list {
        display: flex;
        justify-content: center; }
        main #social ul.account_list > li ul.sns_list > li {
          margin-right: 25px; }
          main #social ul.account_list > li ul.sns_list > li a {
            display: block;
            width: 40px;
            height: 40px;
            text-indent: -999px;
            overflow: hidden;
            background-size: 40px 40px;
            background-repeat: no-repeat; }
        main #social ul.account_list > li ul.sns_list > li:last-of-type {
          margin-right: 0; }
    main #social ul.account_list > li:first-of-type {
      margin-top: 0;
      padding-top: 0;
      border: none; }
