@charset "euc-jp";

/* feature

Åñ/W¥Æ¥ó¥×¥ì¡¼¥È£ö€¡¦¡¦gÍÑ£ì"êåSS
------------------------------------------------ */


/* -----------------------------------setting */

.contents {
    width: 100%;
    overflow: hidden;
    text-align:center;
    margin:0 auto;
}

/* -----------------------------------header */

.feature .header{
    background:#5a9fdf;
    padding:14px 0;
}
.feature .header .header_area{
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    color:#fff;
}
.feature .header .header_area img{
    float:left;
}
.feature .header .header_area h1{
    float:right;
    font-size:14px;
}

/* -----------------------------------main */

.feature .main{
    padding-bottom: 40px;
    background:#d3eaff;
    border-top:#5a9fdf 1px solid;
    border-bottom:#5a9fdf 1px solid;
}
.feature a{
    color:#181818;
}
.feature a.wrap{
    display:inline-block;
    overflow:hidden;
    background:#fff;
}
.feature a.wrap:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
    background:#fef5d1;
    -moz-box-shadow:0px 5px 6px 1px #a3c4e1;
    -webkit-box-shadow:0px 5px 6px 1px #a3c4e1;
    box-shadow:0px 5px 6px 1px #a3c4e1;
}
.feature h2{
    background:none;
    border:none;
    height:auto;
    padding:0;
    line-height:0;
    margin:20px 0 25px;
}
.feature  h3{
    background:none;
    border:none;
    padding:0;
    color:#181818;
    font-weight:bold;
    overflow: hidden;
    line-height:30px;
}
.feature a:hover h3{
    transition: .2s linear;
    -webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
    color:#5a9fdf;
}
.feature .point del{
    color:#2c2c2c;
    font-weight:normal;

}
.feature .point span{
    color:#2c2c2c;
    font-weight:normal;
    font-size:18px;
    margin:0 7px;
}
.feature .point ins{
    text-decoration:none;
}
.feature a.button{
  position:absolute;
  height: 40px;
  display:inline-block;
  padding:20px 0 0;
	border-radius: 2px;
	background: #fbc600;
	text-shadow: 1px 1px 0 #fcdf72;
	-moz-text-shadow: 1px 1px 0 #fcdf72;
	-webkit-text-shadow: 1px 1px 0 #fcdf72;
   -moz-box-shadow: 1px 1px 2px #a8a8a8;
  -webkit-box-shadow: 1px 1px 2px #a8a8a8;
  box-shadow: 1px 1px 2px #a8a8a8;	font-weight: bold;
  text-decoration:none;
	color: #243747;
}
.feature a.button:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
    background:#fbdb00;
}
.feature a.button::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #243747;
  border-right: solid 2px #243747;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 27px;
  right: 14px;
  margin-top: -4px;
}

/* big_area */
.feature .big_area{
    position:relative;
    margin:20px auto;
    width:1000px;
    display:flex;
}
.feature .big_area a.wrap{
    padding:20px;
}
.feature .big_area .thumnail {
    width: 300px;
    height: 250px;
    background-color: #f1f4fc;
}
.feature .big_area .thumnail span {
    width: 300px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}
.feature .big_area .thumnail,
.feature .big_area .txt_area{
    float:left;    
}
.feature .big_area .txt_area{
    width:640px;
    text-align:left;
    margin:0 0 0 20px;
}
.feature .big_area h3{
    font-size:23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 10px;
}
.feature .big_area .point{
    font-size:40px;
    margin: 17px 0 0;
}
.feature .big_area .point del{
    font-size:24px;
}
.feature .big_area .comment{
    overflow:hidden;
    height:75px;
    margin-top: 20px;
}
.feature .big_area .comment span,
.feature .big_area .comment p{
  float: left;
}
.feature .big_area .ico_recommend {
  width: 160px;
  height: 35px;
  display: block;
  background: url(../../img/15/feature/icon_feature.gif) no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.feature .big_area .comment p{
    width:465px;
    color:#181818;
    margin:5px 0 0 10px;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.7em;
}
.feature .big_area a.button{
  bottom:20px;
  right:20px;
	width: 300px;
  height: 60px;
  box-sizing: border-box;
  padding-top: 21px;
  font-size:25px;
}

/* small_area */
.feature .small_area{
    width:1362px;
    margin:70px auto 0;
    text-align:left;
    display:table;
}
@media screen and (max-width:1350px){
  .feature .small_area{
     width:1020px;
}
}
.feature .small_area li{
    width:300px;
    margin:0 18px 36px;
    background:#fff;
    display:inline-block;
    position:relative;
    text-align:center;
}
.feature .small_area a.wrap{
    text-decoration:none;
    height:480px;
    display:block;
}
.feature .small_area .no_point a.wrap{
    height:440px;
}
.feature .small_area h3{
    width:260px;
    text-align:left;
    font-size:18px;
    margin:20px auto;
    height:55px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.feature .small_area .thumnail {
    width: 300px;
    height: 250px;
    background-color: #f1f4fc;
}
.feature .small_area .thumnail span {
    width: 300px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}
.feature .small_area .point{
    font-size:25px;
}
.feature .small_area .point del{
    font-size: 17px;
}
.feature .small_area a.button{
    bottom:20px;
    right:0px;
    left:0px;
    margin:0 auto;
	width: 200px;
    text-align:center;
    font-size:19px;
}

/* -----------------------------------detail */

.feature .detail{
    text-align:center;
}
.feature .detail h4{
    color:#1e1d1d;
    margin:50px 0 40px;
    font-size:33px;
    font-weight:bold;
}
.feature .detail table {
    width: 950px;
    margin: 0 auto 30px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.feature .detail table tr {
    border-bottom: 1px solid #e0e0e0;
}
.feature .detail table tr th{
    padding:20px;
    width: 160px;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    vertical-align: middle;
    background-color: #def1ff;
}
.feature .detail table tr td{
    font-size:13px;
    text-align:left;
    padding:20px;
    line-height:24px;
}
.feature .detail table tr td strong{
    color:#ff2b2b;
}