/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .pageSect .sectTit {
    margin-bottom: 30px;
  }
}

/***********************************************************************
 * #Contents .pageBlock
 ********************************************************************* */
#Contents .pageBlock .blockMain .imgCol .photoList > li .note {
  color: #666666;
}
@media print, screen and (min-width: 768px) {
  #Contents .pageBlock {
    margin-bottom: 30px;
  }
  #Contents .pageBlock:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockTit {
    margin-bottom: 30px;
  }
  #Contents .pageBlock .blockMain .txtCol .txtArea {
    margin-bottom: 15px;
  }
  #Contents .pageBlock .blockMain .txtCol .txtArea .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  #Contents .pageBlock .blockMain .txtCol .txtArea .txt:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockMain .txtCol .linkArea .spLinkBox {
    margin-bottom: 20px;
  }
  #Contents .pageBlock .blockMain .txtCol .linkArea .spLinkBox:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockMain .imgCol {
    margin-bottom: 10px;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList {
    text-align: center;
    font-size: 0;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li {
    display: inline-block;
    margin-left: 2.5%;
    padding-top: 2.5%; 
    width: 31.66667%;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li:nth-child(1) ,
  #Contents .pageBlock .blockMain .imgCol .photoList > li:nth-child(2) ,
  #Contents .pageBlock .blockMain .imgCol .photoList > li:nth-child(3) {
    padding-top: 0;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li:nth-child(3n+1) {
    clear: both; 
    margin-left: 0;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li .photo {
    margin-bottom: 5px;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li .note {
    font-size: 13px;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li img {
    width: 100%;
  }
  #Contents .pageBlock .blockMain.singleRow .imgCol {
    float: right;
    width: 31.66667%;
  }
  #Contents .pageBlock .blockMain.singleRow .imgCol .photoList > li {
    width: 100%;
  }
  #Contents .pageBlock .blockMain.singleRow .txtCol {
    float: left;
    width: 64.33333%;
  }
  .researchPage #Contents .pageBlock .blockMain .imgCol .photoList {
	  text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageBlock {
    margin-bottom: 25px;
  }
  #Contents .pageBlock:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockMain .txtCol .txtArea {
    margin-bottom: 10px;
  }
  #Contents .pageBlock .blockMain .txtCol .txtArea .txt {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #Contents .pageBlock .blockMain .txtCol .txtArea .txt:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockMain .txtCol .linkArea .list > li {
    margin-bottom: 5px;
  }
  #Contents .pageBlock .blockMain .txtCol .linkArea .list > li:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockMain .txtCol .linkArea .spLinkBox {
    margin-bottom: 10px;
  }
  #Contents .pageBlock .blockMain .txtCol .linkArea .spLinkBox:last-child {
    margin-bottom: 0;
  }
  #Contents .pageBlock .blockMain .imgCol {
    margin-bottom: 10px;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li {
    margin-top: 10px;
    text-align: center;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li .photo {
    margin-bottom: 3px;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li .note {
    font-size: 1.2rem;
  }
  #Contents .pageBlock .blockMain .imgCol .photoList > li:first-child {
    margin-top: 0;
  }
}
