<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
	CSSファイル直接変更しないで必ずSCSSファイルを修正してください。
*/
main#voice #visual {
  height: 500px;
  margin-bottom: 0;
  background-image: url("../images/voice/visual.jpg"); }
  @media (max-width: 768px) {
    main#voice #visual {
      margin-bottom: 0;
      height: 275px; } }
  main#voice #visual::before {
    background-image: url("../images/about/voice/visual_left.png");
    width: 379px;
    height: 273px; }
    @media (max-width: 768px) {
      main#voice #visual::before {
        background-image: url("../images/about/voice/visual_left_sp.png");
        width: 124px;
        height: 105px; } }
  main#voice #visual::after {
    background-image: url("../images/about/voice/visual_right.png");
    width: 292px;
    height: 176px; }
    @media (max-width: 768px) {
      main#voice #visual::after {
        background-image: url("../images/about/voice/visual_right_sp.png");
        width: 106px;
        height: 75px; } }
  main#voice #visual .container {
    width: 800px;
    height: 350px; }
    @media (max-width: 768px) {
      main#voice #visual .container {
        width: 100%;
        max-width: 300px;
        height: 190px; } }
    @media (max-width: 768px) {
      main#voice #visual .container .inner {
        padding: 0 20px; } }
    main#voice #visual .container .inner p:last-child {
      font-size: 15px;
      letter-spacing: 0.05em;
      line-height: 28px;
      text-align: center;
      color: #222;
      margin-top: 40px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        main#voice #visual .container .inner p:last-child {
          margin-top: 15px;
          font-size: 13px;
          letter-spacing: 0.15em;
          line-height: 25px;
          text-align: left; } }
main#voice &gt; .content {
  padding: 70px 0 120px;
  background-image: url("../images/voice/detail/body_bg_01.png"), url("../images/voice/detail/body_bg_02.png"), url("../images/voice/detail/body_bg_03.png"), url("../images/voice/detail/body_bg_04.png");
  background-size: 490px auto, 335px auto, 540px auto, 334px auto;
  background-repeat: no-repeat;
  background-position: 100% 245px, 0 833px, 100% 1537px, 0 2113px; }
  @media (max-width: 768px) {
    main#voice &gt; .content {
      padding: 30px 0 60px;
      background-size: 132px auto, 91px auto, 146px auto, 90px auto;
      background-position: 100% 95px, 0 255px, 100% 446px, 0 600px; } }
  main#voice &gt; .content &gt; .site nav.tags {
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      main#voice &gt; .content &gt; .site nav.tags {
        margin-bottom: 30px; } }
    main#voice &gt; .content &gt; .site nav.tags ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 768px) {
        main#voice &gt; .content &gt; .site nav.tags ul {
          margin-right: -15px;
          margin-bottom: -10px;
          justify-content: flex-start; } }
      main#voice &gt; .content &gt; .site nav.tags ul li {
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fd7b26;
        padding: 0 20px;
        border: 1px solid #FD7B26;
        border-radius: 16px;
        line-height: 30px;
        margin: 0 15px; }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site nav.tags ul li {
            margin: 0 10px 10px 0;
            font-size: 10px;
            line-height: 20px;
            padding: 0 10px; } }
  main#voice &gt; .content &gt; .site div.list ul.voice {
    display: flex;
    margin: 0 -12px; }
    @media (max-width: 768px) {
      main#voice &gt; .content &gt; .site div.list ul.voice {
        display: block;
        margin: 0 0 -10px; } }
    main#voice &gt; .content &gt; .site div.list ul.voice &gt; li {
      width: 33.333333%;
      padding: 0 12px; }
      @media (max-width: 768px) {
        main#voice &gt; .content &gt; .site div.list ul.voice &gt; li {
          width: auto;
          padding: 0 0 10px; } }
      main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a {
        overflow: hidden;
        position: relative;
        display: block;
        background-color: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 20px 0 0 0; }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a {
            display: flex;
            align-items: center; } }
        main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a:after {
          position: absolute;
          bottom: 0;
          right: 0;
          content: "";
          display: block;
          border-right: 30px solid #FD7B26;
          border-top: 30px solid transparent; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a:after {
              border-right-width: 15px !important;
              border-top-width: 15px !important; } }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a figure {
            flex: 0 0 calc(260 / 700 * 100%); } }
        main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content {
          padding: 20px; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content {
              flex: 0 0 calc(440 / 700 * 100%);
              padding: 12px 15px; } }
          main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta {
            display: flex;
            margin-bottom: 10px; }
            @media (max-width: 768px) {
              main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta {
                margin-bottom: 5px; } }
            main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta .category {
              font-weight: bold;
              font-size: 15px;
              letter-spacing: 0.05em;
              color: #fff;
              background-color: #FD7B26;
              line-height: 32px;
              text-align: center;
              border-radius: 16px;
              padding: 0 20px; }
              @media (max-width: 768px) {
                main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta .category {
                  padding: 0 10px;
                  line-height: 20px;
                  font-size: 10px;
                  border-radius: 10px; } }
            main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta .name {
              font-weight: bold;
              font-size: 14px;
              letter-spacing: 0.05em;
              text-align: right;
              color: #8f8f8f;
              line-height: 32px;
              margin-left: 20px; }
              @media (max-width: 768px) {
                main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta .name {
                  font-size: 12px;
                  line-height: 20px;
                  margin-left: 10px; } }
              main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta .name span:nth-child(2) {
                font-size: 12px; }
                @media (max-width: 768px) {
                  main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content .meta .name span:nth-child(2) {
                    font-size: 10px; } }
          main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content &gt; p {
            font-family: "Noto Sans JP";
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 0.05em;
            line-height: 24px;
            text-align: left;
            color: #FD7B26;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media (max-width: 768px) {
              main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content &gt; p {
                font-size: 12px;
                line-height: 20px;
                font-weight: normal; } }
          main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content ul.tags {
            margin-top: 8px;
            display: flex; }
            @media (max-width: 768px) {
              main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content ul.tags {
                margin-top: 4px; } }
            main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content ul.tags li {
              font-size: 15px;
              letter-spacing: 0.05em;
              line-height: 22px;
              text-align: left;
              color: #fd7b26;
              margin-right: 1em; }
              @media (max-width: 768px) {
                main#voice &gt; .content &gt; .site div.list ul.voice &gt; li a .content ul.tags li {
                  font-size: 10px;
                  line-height: 15px; } }
    main#voice &gt; .content &gt; .site div.list ul.voice li.blue a:after {
      border-right-color: #0874DF; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.blue a .content .meta .category {
      background-color: #0874DF; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.blue a .content &gt; p {
      color: #0874df; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.blue a .content ul.tags li {
      color: #0874df; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.green a:after {
      border-right-color: #81C541; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.green a .content .meta .category {
      background-color: #81C541; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.green a .content &gt; p {
      color: #81C541; }
    main#voice &gt; .content &gt; .site div.list ul.voice li.green a .content ul.tags li {
      color: #81C541; }
  main#voice &gt; .content &gt; .site div.more {
    display: none; }
    main#voice &gt; .content &gt; .site div.more:before {
      content: "";
      display: block;
      height: 160px; }
    main#voice &gt; .content &gt; .site div.more ul.voice li {
      margin-bottom: 140px;
      padding: 0 45px; }
      @media (max-width: 768px) {
        main#voice &gt; .content &gt; .site div.more ul.voice li {
          margin-bottom: 90px; } }
      main#voice &gt; .content &gt; .site div.more ul.voice li:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 768px) {
        main#voice &gt; .content &gt; .site div.more ul.voice li {
          padding: 0 25px; } }
      main#voice &gt; .content &gt; .site div.more ul.voice li figure {
        position: relative;
        width: 300px;
        float: left; }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site div.more ul.voice li figure {
            float: none !important;
            max-width: 145px;
            margin: 0 auto 30px; } }
        main#voice &gt; .content &gt; .site div.more ul.voice li figure img {
          width: 100%;
          max-width: none; }
        main#voice &gt; .content &gt; .site div.more ul.voice li figure .marker {
          position: absolute;
          top: -45px;
          left: -45px;
          width: 131px;
          height: 131px;
          background-size: 100% 100%;
          padding-top: 58px;
          color: #fff;
          text-align: center; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site div.more ul.voice li figure .marker {
              width: 89px;
              height: 89px;
              left: -50px;
              padding-top: 40px; } }
          main#voice &gt; .content &gt; .site div.more ul.voice li figure .marker span:nth-child(1) {
            display: block;
            font-size: 18px;
            font-weight: bold;
            font-family: 'Roboto Condensed', sans-serif;
            line-height: 1;
            margin-bottom: 5px; }
            @media (max-width: 768px) {
              main#voice &gt; .content &gt; .site div.more ul.voice li figure .marker span:nth-child(1) {
                font-size: 12px; } }
          main#voice &gt; .content &gt; .site div.more ul.voice li figure .marker span:nth-child(2) {
            display: block;
            font-size: 36px;
            font-weight: bold;
            font-family: 'Roboto Condensed', sans-serif;
            line-height: 1; }
            @media (max-width: 768px) {
              main#voice &gt; .content &gt; .site div.more ul.voice li figure .marker span:nth-child(2) {
                font-size: 24px; } }
        main#voice &gt; .content &gt; .site div.more ul.voice li figure figcaption {
          opacity: .6;
          font-size: 15px;
          line-height: 1;
          padding-top: 10px; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site div.more ul.voice li figure figcaption {
              fon-tsize: 12px;
              padding-top: 8px; } }
      main#voice &gt; .content &gt; .site div.more ul.voice li .content {
        padding-left: 350px;
        font-size: 15px;
        line-height: 39px; }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site div.more ul.voice li .content {
            padding-left: 0;
            font-size: 13px;
            line-height: 28px; } }
        main#voice &gt; .content &gt; .site div.more ul.voice li .content .copy {
          font-size: 26px;
          font-weight: bold;
          line-height: 45px;
          margin-bottom: 15px; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site div.more ul.voice li .content .copy {
              font-size: 18px;
              line-height: 28px; } }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2n) figure {
        float: right; }
        main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2n) figure .marker {
          position: absolute;
          top: -45px;
          left: auto;
          right: -45px; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2n) figure .marker {
              right: -50px; } }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2n) .content {
        padding-left: 0;
        padding-right: 350px; }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2n) .content {
            padding-right: 0; } }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(1) figure .marker {
        background-image: url("../images/about/voice/voice_01_fukidashi.png"); }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(1) .content .copy {
        color: #eba700; }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2) figure .marker {
        background-image: url("../images/about/voice/voice_02_fukidashi.png"); }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(2) .content .copy {
        color: #45a5d2; }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(3) figure .marker {
        background-image: url("../images/about/voice/voice_03_fukidashi.png"); }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(3) .content .copy {
        color: #81b845; }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(4) figure .marker {
        background-image: url("../images/about/voice/voice_04_fukidashi.png"); }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(4) .content .copy {
        color: #c378c4; }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(5) figure .marker {
        background-image: url("../images/about/voice/voice_05_fukidashi.png"); }
      main#voice &gt; .content &gt; .site div.more ul.voice li:nth-child(5) .content .copy {
        color: #ff7b69; }
  main#voice &gt; .content &gt; .site p.more {
    margin-top: 80px; }
    @media (max-width: 768px) {
      main#voice &gt; .content &gt; .site p.more {
        margin-top: 50px; } }
    main#voice &gt; .content &gt; .site p.more button {
      position: relative;
      display: block;
      width: 100%;
      line-height: 70px;
      text-align: center;
      background-color: #F77C04;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.15em;
      color: #fff;
      border-radius: 10px; }
      @media (max-width: 768px) {
        main#voice &gt; .content &gt; .site p.more button {
          font-size: 11px;
          line-height: 40px;
          border-radius: 5px; } }
      main#voice &gt; .content &gt; .site p.more button .icon {
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff; }
        @media (max-width: 768px) {
          main#voice &gt; .content &gt; .site p.more button .icon {
            width: 20px;
            height: 20px;
            top: 10px;
            right: 10px; } }
        main#voice &gt; .content &gt; .site p.more button .icon:before, main#voice &gt; .content &gt; .site p.more button .icon:after {
          content: "";
          display: block;
          width: 19px;
          height: 1px;
          position: absolute;
          top: 50%;
          left: calc(50% - 10px);
          background-color: #F77C04; }
          @media (max-width: 768px) {
            main#voice &gt; .content &gt; .site p.more button .icon:before, main#voice &gt; .content &gt; .site p.more button .icon:after {
              width: 9px;
              left: calc(50% - 5px); } }
        main#voice &gt; .content &gt; .site p.more button .icon:after {
          transform: rotate(90deg); }
    main#voice &gt; .content &gt; .site p.more.active button .icon:after {
      display: none; }

main#voice-detail #visual {
  margin-bottom: 0;
  background-image: url("../images/about/voice/visual.jpg"); }
  @media (max-width: 768px) {
    main#voice-detail #visual {
      margin-bottom: 0; } }
  main#voice-detail #visual::before {
    background-image: url("../images/about/voice/visual_left.png");
    width: 379px;
    height: 273px; }
    @media (max-width: 768px) {
      main#voice-detail #visual::before {
        background-image: url("../images/about/voice/visual_left_sp.png");
        width: 124px;
        height: 105px; } }
  main#voice-detail #visual::after {
    background-image: url("../images/about/voice/visual_right.png");
    width: 292px;
    height: 176px; }
    @media (max-width: 768px) {
      main#voice-detail #visual::after {
        background-image: url("../images/about/voice/visual_right_sp.png");
        width: 106px;
        height: 75px; } }
main#voice-detail &gt; .body &gt; header {
  background-color: #FFF7ED;
  padding: 50px 0;
  background-image: url("../images/voice/detail/header_bg.png");
  background-size: 588px auto;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    main#voice-detail &gt; .body &gt; header {
      padding: 15px 0 25px;
      background-image: none; } }
  main#voice-detail &gt; .body &gt; header:after {
    content: "";
    display: block;
    clear: both; }
  main#voice-detail &gt; .body &gt; header figure {
    width: 800px;
    float: right; }
    @media (max-width: 768px) {
      main#voice-detail &gt; .body &gt; header figure {
        margin: 0 -20px;
        width: auto;
        float: none; } }
  main#voice-detail &gt; .body &gt; header .wrapper {
    position: relative;
    float: left;
    margin-top: -160px;
    width: 1040px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 768px) {
      main#voice-detail &gt; .body &gt; header .wrapper {
        position: relative;
        float: none;
        margin-top: -20px;
        width: auto;
        padding: 15px; } }
    main#voice-detail &gt; .body &gt; header .wrapper .meta {
      margin-bottom: 16px;
      display: flex;
      flex-wrap: wrap; }
      main#voice-detail &gt; .body &gt; header .wrapper .meta .type {
        border-radius: 16px;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background-color: #FD7B26;
        padding: 0 20px; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; header .wrapper .meta .type {
            font-size: 10px;
            padding: 0 10px;
            line-height: 20px;
            border-radius: 10px;
            width: auto; } }
      main#voice-detail &gt; .body &gt; header .wrapper .meta .name {
        font-weight: bold;
        margin-left: 20px;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #fd7b26; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; header .wrapper .meta .name {
            font-size: 12px;
            line-height: 20px; } }
        main#voice-detail &gt; .body &gt; header .wrapper .meta .name span:nth-child(2) {
          font-size: 13px;
          letter-spacing: 0.05em;
          text-align: left; }
          @media (max-width: 768px) {
            main#voice-detail &gt; .body &gt; header .wrapper .meta .name span:nth-child(2) {
              font-size: 10px; } }
      main#voice-detail &gt; .body &gt; header .wrapper .meta .tag {
        margin-left: 40px;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #fd7b26;
        display: flex; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; header .wrapper .meta .tag {
            flex: 0 0 100%;
            font-size: 10px;
            line-height: 20px;
            margin-top: 10px;
            margin-left: 0; } }
        main#voice-detail &gt; .body &gt; header .wrapper .meta .tag li {
          margin-right: 1em; }
    main#voice-detail &gt; .body &gt; header .wrapper h1 {
      font-weight: normal;
      font-size: 26px;
      letter-spacing: 0.08em;
      line-height: 44px;
      text-align: left;
      color: #fd7b01;
      margin-bottom: 36px; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; header .wrapper h1 {
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 27px;
          margin-bottom: 18px; } }
    main#voice-detail &gt; .body &gt; header .wrapper .title {
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 0.05em;
      line-height: 22px;
      text-align: left;
      color: #fd7b26; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; header .wrapper .title {
          font-size: 13px;
          line-height: 14px;
          margin-bottom: 10px; } }
    main#voice-detail &gt; .body &gt; header .wrapper .profile {
      font-weight: normal;
      font-size: 15px;
      letter-spacing: 0.05em;
      line-height: 28px;
      text-align: left;
      color: #fd7b26; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; header .wrapper .profile {
          font-size: 13px;
          line-height: 20px; } }
      main#voice-detail &gt; .body &gt; header .wrapper .profile a {
        text-decoration: underline; }
        main#voice-detail &gt; .body &gt; header .wrapper .profile a:hover {
          text-decoration: none; }
    main#voice-detail &gt; .body &gt; header .wrapper .sns {
      position: absolute;
      top: 24px;
      right: 20px; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; header .wrapper .sns {
          position: relative;
          top: auto;
          right: auto;
          margin-top: 22px; } }
      main#voice-detail &gt; .body &gt; header .wrapper .sns ul {
        display: flex;
        justify-content: flex-end; }
        main#voice-detail &gt; .body &gt; header .wrapper .sns ul li {
          margin-left: 20px; }
          @media (max-width: 768px) {
            main#voice-detail &gt; .body &gt; header .wrapper .sns ul li {
              margin-left: 10px; } }
          main#voice-detail &gt; .body &gt; header .wrapper .sns ul li img {
            width: 48px;
            height: 48px; }
            @media (max-width: 768px) {
              main#voice-detail &gt; .body &gt; header .wrapper .sns ul li img {
                width: 37px;
                height: 37px; } }
main#voice-detail &gt; .body &gt; .content {
  padding: 80px 0 150px;
  background-image: url("../images/voice/detail/body_bg_01.png"), url("../images/voice/detail/body_bg_02.png"), url("../images/voice/detail/body_bg_03.png"), url("../images/voice/detail/body_bg_04.png");
  background-size: 490px auto, 335px auto, 540px auto, 334px auto;
  background-repeat: no-repeat;
  background-position: 100% 245px, 0 833px, 100% 1537px, 0 2113px; }
  @media (max-width: 768px) {
    main#voice-detail &gt; .body &gt; .content {
      padding: 30px 0 100px;
      background-size: 132px auto, 91px auto, 146px auto, 90px auto;
      background-position: 100% 95px, 0 255px, 100% 446px, 0 600px; } }
  main#voice-detail &gt; .body &gt; .content &gt; .site section.block {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      main#voice-detail &gt; .body &gt; .content &gt; .site section.block {
        margin-bottom: 40px; } }
    main#voice-detail &gt; .body &gt; .content &gt; .site section.block h2 {
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.08em;
      line-height: 32px;
      text-align: left;
      color: #FD7B01;
      margin-bottom: 35px;
      display: flex;
      align-items: center;
      padding-left: 56px;
      min-height: 36px;
      background-image: url("../images/voice/detail/block_title_icon.svg");
      background-position: 0% 50%;
      background-size: 36px 36px;
      background-repeat: no-repeat; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; .content &gt; .site section.block h2 {
          font-size: 15px;
          line-height: 25px;
          background-size: 18px 18px;
          background-position: 0 3px;
          margin-bottom: 20px;
          padding-left: 25px; } }
    main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media {
      display: flex; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media {
          display: block; } }
      main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media figure {
        flex: 0 0 calc(490 / 1160 * 100%);
        margin-left: 60px;
        order: 2; }
        main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media figure.left {
          margin-left: 0;
          margin-right: 60px;
          order: 0; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media figure {
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 20px; } }
        main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media figure .movie {
          position: relative;
          padding-top: 56.25%; }
          main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media figure .movie iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media .content {
        order: 1;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #222; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media .content {
            font-size: 13px;
            letter-spacing: 0.15em;
            line-height: 25px; } }
        main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media .content a {
          text-decoration: underline; }
          main#voice-detail &gt; .body &gt; .content &gt; .site section.block .media .content a:hover {
            text-decoration: none; }
  main#voice-detail &gt; .body &gt; .content &gt; .site section.message {
    border: 1px solid #FD7B26;
    background-color: #FFF7ED;
    padding: 50px; }
    @media (max-width: 768px) {
      main#voice-detail &gt; .body &gt; .content &gt; .site section.message {
        padding: 15px 20px; } }
    main#voice-detail &gt; .body &gt; .content &gt; .site section.message header {
      color: #FD7B01;
      text-align: center;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; .content &gt; .site section.message header {
          margin-bottom: 15px; } }
      main#voice-detail &gt; .body &gt; .content &gt; .site section.message header p {
        font-family: "Roboto Condensed";
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.08em;
        line-height: 26px;
        text-align: center;
        margin-bottom: 18px; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site section.message header p {
            font-size: 13px;
            letter-spacing: 0.08em;
            line-height: 17px;
            margin-bottom: 9px; } }
      main#voice-detail &gt; .body &gt; .content &gt; .site section.message header h2 {
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 0.08em;
        line-height: 36px;
        text-align: center; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site section.message header h2 {
            font-size: 15px;
            letter-spacing: 0.08em;
            line-height: 22px; } }
    main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media {
      display: flex; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media {
          display: block; } }
      main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media .content {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: left;
        color: #222;
        order: 2; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media .content {
            font-size: 13px;
            letter-spacing: 0.15em;
            line-height: 25px; } }
        main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media .content a {
          text-decoration: underline; }
          main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media .content a:hover {
            text-decoration: none; }
      main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media figure {
        flex: 0 0 calc(380 / 1060 * 100%);
        margin-left: 60px;
        order: 3; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media figure {
            margin-left: 0;
            margin-top: 15px; } }
        main#voice-detail &gt; .body &gt; .content &gt; .site section.message .media figure.left {
          order: 1;
          margin-left: 0;
          margin-right: 60px; }
  main#voice-detail &gt; .body &gt; .content &gt; .site &gt; .date {
    margin-top: 20px;
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 32px;
    color: #222; }
    @media (max-width: 768px) {
      main#voice-detail &gt; .body &gt; .content &gt; .site &gt; .date {
        margin-top: 10px;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 16px; } }
  main#voice-detail &gt; .body &gt; .content &gt; .site aside.other {
    margin-top: 80px; }
    main#voice-detail &gt; .body &gt; .content &gt; .site aside.other header {
      position: relative;
      border-bottom: 2px solid #DEDEDE;
      padding-bottom: 14px;
      margin-bottom: 30px; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other header:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        bottom: -2px;
        width: 200px;
        height: 2px;
        background-color: #FD7B01; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other header h2 {
        position: relative;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.08em;
        line-height: 36px;
        text-align: left;
        color: #fd7b01; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other header .more {
        position: absolute;
        top: 6px;
        right: 0; }
        main#voice-detail &gt; .body &gt; .content &gt; .site aside.other header .more a {
          position: relative;
          line-height: 36px;
          font-size: 15px;
          letter-spacing: 0.05em;
          line-height: 32px;
          text-align: left;
          color: #222;
          padding-right: 37px; }
          main#voice-detail &gt; .body &gt; .content &gt; .site aside.other header .more a:after {
            content: "";
            display: block;
            background-image: url("../images/voice/detail/more_arrow.svg");
            background-size: 100% 100%;
            width: 22px;
            height: 22px;
            position: absolute;
            top: calc(50% - 11px);
            right: 0; }
    main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul {
      display: flex;
      margin: 0 -12px; }
      @media (max-width: 768px) {
        main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul {
          display: block;
          margin: 0 0 -10px; } }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li {
        width: 33.333333%;
        padding: 0 12px; }
        @media (max-width: 768px) {
          main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li {
            width: auto;
            padding: 0 0 10px; } }
        main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a {
          overflow: hidden;
          position: relative;
          display: block;
          background-color: #fff;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          border-radius: 20px 0 0 0; }
          @media (max-width: 768px) {
            main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a {
              display: flex;
              align-items: center; } }
          main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a:after {
            position: absolute;
            bottom: 0;
            right: 0;
            content: "";
            display: block;
            border-right: 30px solid #FD7B26;
            border-top: 30px solid transparent; }
            @media (max-width: 768px) {
              main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a:after {
                border-right-width: 15px !important;
                border-top-width: 15px !important; } }
          @media (max-width: 768px) {
            main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a figure {
              flex: 0 0 calc(260 / 700 * 100%); } }
          main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content {
            padding: 20px; }
            @media (max-width: 768px) {
              main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content {
                flex: 0 0 calc(440 / 700 * 100%);
                padding: 12px 15px; } }
            main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta {
              display: flex;
              margin-bottom: 10px; }
              @media (max-width: 768px) {
                main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta {
                  margin-bottom: 5px; } }
              main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta .category {
                font-weight: bold;
                font-size: 15px;
                letter-spacing: 0.05em;
                color: #fff;
                background-color: #FD7B26;
                line-height: 32px;
                text-align: center;
                border-radius: 16px;
                padding: 0 20px; }
                @media (max-width: 768px) {
                  main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta .category {
                    padding: 0 10px;
                    line-height: 20px;
                    font-size: 10px;
                    border-radius: 10px; } }
              main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta .name {
                font-weight: bold;
                font-size: 14px;
                letter-spacing: 0.05em;
                text-align: right;
                color: #8f8f8f;
                line-height: 32px;
                margin-left: 20px; }
                @media (max-width: 768px) {
                  main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta .name {
                    font-size: 12px;
                    line-height: 20px;
                    margin-left: 10px; } }
                main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta .name span:nth-child(2) {
                  font-size: 12px; }
                  @media (max-width: 768px) {
                    main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content .meta .name span:nth-child(2) {
                      font-size: 10px; } }
            main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content &gt; p {
              font-family: "Noto Sans JP";
              font-weight: bold;
              font-size: 16px;
              letter-spacing: 0.05em;
              line-height: 24px;
              text-align: left;
              color: #FD7B26;
              display: -webkit-box;
              overflow: hidden;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; }
              @media (max-width: 768px) {
                main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content &gt; p {
                  font-size: 12px;
                  line-height: 20px;
                  font-weight: normal; } }
            main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content ul.tags {
              margin-top: 8px;
              display: flex; }
              @media (max-width: 768px) {
                main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content ul.tags {
                  margin-top: 4px; } }
              main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content ul.tags li {
                font-size: 15px;
                letter-spacing: 0.05em;
                line-height: 22px;
                text-align: left;
                color: #fd7b26;
                margin-right: 1em; }
                @media (max-width: 768px) {
                  main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul &gt; li a .content ul.tags li {
                    font-size: 10px;
                    line-height: 15px; } }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.blue a:after {
        border-right-color: #0874DF; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.blue a .content .meta .category {
        background-color: #0874DF; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.blue a .content &gt; p {
        color: #0874df; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.blue a .content ul.tags li {
        color: #0874df; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.green a:after {
        border-right-color: #81C541; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.green a .content .meta .category {
        background-color: #81C541; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.green a .content &gt; p {
        color: #81C541; }
      main#voice-detail &gt; .body &gt; .content &gt; .site aside.other &gt; ul li.green a .content ul.tags li {
        color: #81C541; }

main#voice-detail.blue &gt; .body &gt; header {
  background-image: url("../images/voice/detail/header_bg_blue.png");
  background-size: 496px auto; }
  main#voice-detail.blue &gt; .body &gt; header .wrapper .meta .type {
    background-color: #0874DF; }
  main#voice-detail.blue &gt; .body &gt; header .wrapper .meta .name {
    color: #0874DF; }
  main#voice-detail.blue &gt; .body &gt; header .wrapper .meta .tag {
    color: #0874DF; }
  main#voice-detail.blue &gt; .body &gt; header .wrapper h1 {
    color: #0874DF; }
  main#voice-detail.blue &gt; .body &gt; header .wrapper .title {
    color: #0874DF; }
  main#voice-detail.blue &gt; .body &gt; header .wrapper .profile {
    color: #0874DF; }
main#voice-detail.blue &gt; .body &gt; .content &gt; .site section.block h2 {
  color: #0874DF;
  background-image: url("../images/voice/detail/block_title_icon_blue.svg"); }
main#voice-detail.blue &gt; .body &gt; .content &gt; .site section.message {
  border: 1px solid #0874DF; }
  main#voice-detail.blue &gt; .body &gt; .content &gt; .site section.message header {
    color: #0874DF; }

main#voice-detail.green &gt; .body &gt; header {
  background-image: url("../images/voice/detail/header_bg_green.png");
  background-size: 496px auto; }
  main#voice-detail.green &gt; .body &gt; header .wrapper .meta .type {
    background-color: #81C541; }
  main#voice-detail.green &gt; .body &gt; header .wrapper .meta .name {
    color: #81C541; }
  main#voice-detail.green &gt; .body &gt; header .wrapper .meta .tag {
    color: #81C541; }
  main#voice-detail.green &gt; .body &gt; header .wrapper h1 {
    color: #81C541; }
  main#voice-detail.green &gt; .body &gt; header .wrapper .title {
    color: #81C541; }
  main#voice-detail.green &gt; .body &gt; header .wrapper .profile {
    color: #81C541; }
main#voice-detail.green &gt; .body &gt; .content &gt; .site section.block h2 {
  color: #81C541;
  background-image: url("../images/voice/detail/block_title_icon_green.svg"); }
main#voice-detail.green &gt; .body &gt; .content &gt; .site section.message {
  border: 1px solid #81C541; }
  main#voice-detail.green &gt; .body &gt; .content &gt; .site section.message header {
    color: #81C541; }

/*# sourceMappingURL=voice.css.map */
</pre></body></html>