/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .mainCont .introTxt {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .mainCont .introTxt {
		margin-bottom: 20px;
	}
}

/***********************************************************************
 * #Contents .pointList
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .pointList {
		margin-bottom: 70px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .pointList {
		margin-bottom: 35px;
	}
}

/***********************************************************************
 * #Contents .lookSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .lookSect {
		margin-bottom: 70px;
	}
	#Contents .lookSect .sectTit {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .lookSect {
		margin-bottom: 35px;
	}
}

/***********************************************************************
 * #Contents .aboutSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .aboutSect .sectTit {
		margin-bottom: 30px;
	}
	#Contents .aboutSect .sectMain .fig img {
		width: 100%;
	}
}


/* 20160630ÐÞÕýÓÃ×·¼Ó */

.modPointList01_index{
	font-size: 50px !important;
}

.modPointList01_txtCol{
	font-size: 140% !important;
}






/* .modList04 */
.modList04 > li {
  display: table;
}
.modList04 > li .modList04_photo {
  display: block;
  vertical-align: top;
}
.modList04 > li .modList04_txtCol {
  display: block;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .modList04 > li {
    float: left;
    margin-top: 30px;
    margin-left: 4%;
    width:30%;
  }
  .modList04 > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .modList04 > li:nth-child(1) ,
  .modList04 > li:nth-child(2) ,
  .modList04 > li:nth-child(3) {
    margin-top: 0;
  }
  .modList04 > li .modList04_photo {
    padding-top: 2px;
    width: 100%;
	float: none;
  }
  .modList04 > li .modList04_photo img {
    width: 100%;
  }
  .modList04 > li .modList04_txtCol {
    padding-left: 17px;
	float: none;
  }
  .modList04 > li .modList04_txtCol .modList04_tit {
    margin-bottom: 18px;
    font-size: 23px;
    line-height: 1.3;
  }
  .modList04 > li .modList04_txtCol .modList04_tit.modList04_tit-small {
    font-size: 17px;
  }
  .modList04 > li .modList04_txtCol .modList04_txt {
    font-size: 15px;
    line-height: 1.6666;
  }
  .modList04.modList04-photoSmall > li .modList04_photo {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .modList04 > li {
    margin-top: 20px;
  }
  .modList04 > li:first-child {
    margin-top: 0;
  }
  .modList04 > li .modList04_photo {
  	display: table;
    padding-top: 3px;
	border: solid 1px;
  }
  .modList04 > li .modList04_photo img {
    width: 100%;
  }
  .modList04 > li .modList04_txtCol {
  	display: table-cell;
	width: 50%;
    padding-left: 10px;
	border: solid 1px;
  }
  .modList04 > li .modList04_txtCol .modList04_tit {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .modList04 > li .modList04_txtCol .modList04_tit.modList04_tit-small {
    font-size: 1.4rem;
  }
  .modList04 > li .modList04_txtCol .modList04_txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .modList04.modList04-photoSmall > li .modList04_photo {
    width: 70%;
  }   

.modList04 > li .modList04_txtCol {
}
}

