@charset "UTF-8";
@media only screen and (max-width: 767px) {
  /*
  BACKGROUND SPACE SPレイアウト
  */
  #backgroundSpace {
    padding: 10% 0; }
    #backgroundSpace p {
      font-size: 15px; }
    #backgroundSpace .section-ttl {
      text-align: center;
      margin-bottom: 24px; }
      #backgroundSpace .section-ttl h2 {
        font-size: 30px; }
    #backgroundSpace .background-list {
      width: 94%;
      margin: 0 auto; }
    #backgroundSpace .lead-text p {
      line-height: 2;
      letter-spacing: .03em; }
    #backgroundSpace .bgsg-notes {
      background: #e5e5e5;
      border: 1px solid #dedede;
      padding: 5%;
      margin-bottom: 40px; }
      #backgroundSpace .bgsg-notes p {
        font-weight: bold;
        text-align: center; }
      #backgroundSpace .bgsg-notes ul {
        padding: 0 20px; }
      #backgroundSpace .bgsg-notes li {
        list-style: disc outside;
        margin-bottom: 12px;
        font-size: 13px; }
    #backgroundSpace .bg-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #backgroundSpace .bg-container .bg-item {
        width: 100%;
        margin-bottom: 40px; }
        #backgroundSpace .bg-container .bg-item h3 {
          font-size: 14px;
          letter-spacing: .05em;
          color: #888;
          font-weight: normal;
          padding: 6px 0 12px; }
        #backgroundSpace .bg-container .bg-item .download-btn {
          width: 100%;
          height: 32px;
          line-height: 32px;
          text-align: center;
          color: white;
          display: block;
          background: #f2a4a4; } }
@media only screen and (min-width: 768px) {
  /*
  BACKGROUND SPACE PCレイアウト
  */
  #backgroundSpace {
    padding: 80px 0; }
    #backgroundSpace p {
      font-size: 15px; }
    #backgroundSpace .section-ttl {
      text-align: center;
      margin-bottom: 40px; }
      #backgroundSpace .section-ttl h2 {
        font-size: 30px; }
    #backgroundSpace .background-list {
      width: 800px;
      margin: 0 auto; }
    #backgroundSpace .lead-text p {
      line-height: 2;
      letter-spacing: .03em;
      text-align: center; }
    #backgroundSpace .bgsg-notes {
      background: #e5e5e5;
      border: 1px solid #dedede;
      padding: 24px;
      margin-bottom: 40px; }
      #backgroundSpace .bgsg-notes p {
        font-weight: bold;
        text-align: center; }
      #backgroundSpace .bgsg-notes ul {
        padding: 0 20px; }
      #backgroundSpace .bgsg-notes li {
        list-style: disc outside;
        margin-bottom: 12px;
        font-size: 13px; }
    #backgroundSpace .bg-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #backgroundSpace .bg-container .bg-item {
        width: 47%;
        margin-bottom: 40px; }
        #backgroundSpace .bg-container .bg-item h3 {
          font-size: 14px;
          letter-spacing: .05em;
          color: #888;
          font-weight: normal;
          padding: 6px 0 12px; }
        #backgroundSpace .bg-container .bg-item .download-btn {
          width: 100%;
          height: 32px;
          line-height: 32px;
          text-align: center;
          color: white;
          display: block;
          background: #f2a4a4;
          -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
          #backgroundSpace .bg-container .bg-item .download-btn:hover {
            background: #666;
            color: #f2a4a4; } }
