/* ==========================================================================

LAYOUT WIDTH

========================================================================== */
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

FONT

========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700");
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/* ==========================================================================
	
STYLE
	
========================================================================== */
/* ==========================================================================
	
pageCont
	
========================================================================== */
#pageCont .catchText {
  margin-bottom: 30px; }

.voiceListArea {
  margin-bottom: 50px; }
  .voiceListArea .voiceCategoryTitle {
    border-top: 3px solid #111;
    border-bottom: 1px solid #111;
    padding: 0.8em 0;
    margin-bottom: 1.5em; }
  .voiceListArea .voiceList {
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 640px) {
      .voiceListArea .voiceList {
        flex-flow: column wrap; } }
    .voiceListArea .voiceList li {
      flex: 0 0 31.3333333%;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      @media only screen and (max-width: 640px) {
        .voiceListArea .voiceList li {
          flex: 0 0 100%;
          width: 100%;
          display: block;
          margin-bottom: 20px; } }
      .voiceListArea .voiceList li:hover {
        opacity: .7;
        cursor: pointer; }
      .voiceListArea .voiceList li .thum {
        margin-bottom: 20px; }
        @media only screen and (max-width: 640px) {
          .voiceListArea .voiceList li .thum {
            width: 30%;
            float: left; } }
      @media only screen and (max-width: 640px) {
        .voiceListArea .voiceList li .cont {
          margin-left: 35%; } }
      .voiceListArea .voiceList li .cont .companyName {
        font-size: 1.2em; }
      .voiceListArea .voiceList li .cont .tag {
        display: inline-block;
        border: 1px solid #111;
        padding: 0.3em 0.8em;
        font-size: 0.8em;
        margin: 10px 0; }
  .voiceListArea .voice-start {
    justify-content: flex-start; }
    .voiceListArea .voice-start li {
      margin-right: 3%; }

/* ==========================================================================
	
single
	
========================================================================== */
#pageMV {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  position: relative; }
  @media only screen and (max-width: 640px) {
    #pageMV {
      height: 200px; } }
  #pageMV h2 {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    padding: 0.5em 1.5em;
    bottom: 50px;
    left: 50px; }
    @media only screen and (max-width: 640px) {
      #pageMV h2 {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 0.5em 0.7em;
        width: 90%;
        text-align: center; } }

#infoContArea {
  flex-flow: row nowrap;
  align-items: center;
  border: 1px solid #111;
  padding: 30px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 640px) {
    #infoContArea {
      flex-flow: column wrap;
      padding: 10px;
      margin: 20px auto; } }
  #infoContArea .logo {
    flex: 0 0 40%;
    padding: 30px;
    border-right: 1px solid #111;
    margin-right: 30px; }
    @media only screen and (max-width: 640px) {
      #infoContArea .logo {
        border-right: none;
        margin-right: 0; } }
  #infoContArea .text {
    flex: 1 1 100%;
    margin-left: 30%; }
    @media only screen and (max-width: 640px) {
      #infoContArea .text {
        margin-left: 0; } }
    #infoContArea .text ul li {
      margin-bottom: 0.8em; }
      #infoContArea .text ul li dl {
        flex-flow: row nowrap; }
        #infoContArea .text ul li dl dt {
          flex: 0 0 7em; }
          @media only screen and (max-width: 640px) {
            #infoContArea .text ul li dl dt {
              flex: 0 0 6em; } }
        #infoContArea .text ul li dl dd {
          flex: 1 1 100%; }

#postCont section {
  margin-bottom: 40px; }
  #postCont section h2 {
    font-size: 1.6rem;
    padding: 0.8em 0; }
  #postCont section h3 {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 0.8em 0;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: normal; }
  #postCont section img {
    margin: 20px auto; }
