/* Scss Document */
/* Scss Document */
/*$point-green: #00A5A3;
$point-orange: #E9501C;
$gnav-act: rgba(0,90,130,.1);
$pc-width: 1200px;
$sp-width: 100%;*/
#page_ttl {
  background: url(../images/works/page_ttl_bg.jpg) top center no-repeat;
}
#page_ttl .inner {
  background: url(../images/works/page_ttl.jpg) top center no-repeat;
}

.voice_ttl {
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 200%;
  clear: both;
  font-weight: normal;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.index_menu {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.index_menu div {
  float: left;
  width: 300px;
  margin-right: 50px;
  background-color: #D4D0C8;
  background-image: url(../images/common/back_blue.gif);
  margin-bottom: 50px;
}
.index_menu div:nth-child(3n+3) {
  margin-right: 0;
}
.index_menu div h2 {
  clear: both;
  margin-bottom: 5px;
  padding-left: 20px;
}
.index_menu div h2 a {
  font-family: 'Hiragino Mincho ProN', serif;
}
.index_menu div h2 a:link, .index_menu div h2 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.index_menu div h2 a:hover, .index_menu div h2 a:active {
  color: #000000;
  text-decoration: underline;
}
.index_menu:after, .index_menu div:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.ideximage {
  clear: both;
  margin-bottom: 20px;
}

.idextxt {
  color: #F6F6F6;
  font-size: 80%;
  line-height: 140%;
  clear: both;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.worksnavi {
  clear: both;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
}
.worksnavi li {
  display: inline;
  padding-right: 20px;
  padding-left: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999999;
  font-size: 90%;
}



li.rightend {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999999;
}

.works_content {
  background-color: #FFFFFF;
  padding: 50px;
  clear: both;
  width: 900px;
  margin-bottom: 30px;
}
.works_content ul {
  clear: both;
  width: 930px;
  margin-right: -30px;
  overflow: hidden;
}
.works_content ul li {
  line-height: 0px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.works_content:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

h2.worksttl {
  font-weight: normal;
  text-align: center;
  clear: both;
  margin-bottom: 15px;
}
h2.worksttl strong {
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 300%;
  font-weight: normal;
}

h3.worksttlsub {
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 160%;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
  clear: both;
  margin-bottom: 30px;
}

.works_mainarea {
  background-image: url(../images/common/back_blue.gif);
  text-align: left;
  clear: both;
  width: 1000px;
  margin-bottom: 50px;
}

.works_maintxt {
  line-height: 200%;
  color: #FFFFFF;
  padding: 30px;
  float: left;
  width: 240px;
}

.works_mainimg {
  float: right;
}

.works_mainarea:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.fami_comm {
  clear: both;
  width: 820px;
  padding: 39px;
  margin-top: 30px;
  border: 1px solid #CCCCCC;
}
.fami_comm div {
  float: right;
  width: 470px;
  text-align: left;
}
.fami_comm div h3 {
  font-size: 130%;
  clear: both;
  margin-bottom: 20px;
  color: #003366;
}
.fami_comm div p {
  font-size: 90%;
  line-height: 160%;
  clear: both;
}
.fami_comm:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

@media only screen and (max-width: 640px) {
  .index_menu {
    width: 100%;
    margin-right: 0;
  }
  .index_menu div {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  h2.worksttl strong {
    font-size: 200%;
  }

  h3.worksttlsub {
    font-size: 120%;
    line-height: 150%;
    margin-bottom: 30px;
  }
ul.worksnavi li {
  padding-right: 5px!important;
  padding-left: 5px!important;
  font-size: 80%!important
}
  .works_mainarea {
    width: 100%;
  }

  .works_maintxt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    float: none;
    width: 100%;
  }

  .works_mainimg {
    float: none;
  }

  .works_content {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .works_content ul {
    width: 100%;
    margin-right: 0;
  }
  .works_content ul li {
    line-height: 0px;
    float: none;
    margin: 0 0 20px 0;
  }
}
