/* Scss Document */
/* Scss Document */
.content {
  padding: 60px 0;
}
.content:nth-child(even) {
  background: #F3F3F3;
}

.product_list li figure {
  margin-bottom: 2.5rem;
}
.product_list li h3 {
  margin-bottom: 1.0rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
}
.product_list li p {
  margin-bottom: 2.0rem;
  font-size: 1.4rem;
  line-height: 1.6;
	
}
.product_list.col2 li {
  width: 550px;
}
.product_list.col3 li {
  width: 352px;
}
.product_list.col3 li h3 {
  font-size: 1.6rem;
}
.btn_more a.recruitbtn {
	font-size: 1.5rem !important;
}

.txt_normal {
	margin-bottom: 2.0rem;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
}
.freed {
	text-align: center;
	font-size: 150%;
	font-weight: 600;

}
.freed strong {
	padding-left: 20px;
	font-size: 200%;
	color: hsla(359,100%,35%,1.00);
	font-weight: 600;
}
.himei {
	font-size: 2.5rem;
}









.page_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
.page_nav li {
  width: 352px;
}
.page_nav li a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .2em;
  line-height: 4.0;
  background: url("../images/works/page_nav_arrow.png") right 50% no-repeat;
}
.page_nav li a:hover {
  opacity: .6;
  transition: .5s;
}
.page_nav.top {
  padding: 60px 0 0;
}
.page_nav.top li a {
  border-bottom: #000 3px solid;
}
.page_nav.top li.active a {
  border-bottom: #FF8000 3px solid;
}
.page_nav.bottom {
  padding: 0 0 60px;
}
.page_nav.bottom li a {
  border-top: #000 3px solid;
  border-bottom: none;
}
.page_nav.bottom li.active a {
  border-top: #FF8000 3px solid;
}






@media screen and (max-width: 640px) {
  .content {
    padding: 10vw 0;
  }

  .product_list li {
    margin-bottom: 10vw;
  }
  .product_list li:last-child {
    margin-bottom: 0;
  }
  .product_list li figure {
    float: left;
    width: 45.83vw;
    margin: 0 3.33vw 3.33vw 0;
  }
  .product_list li h3 {
    font-size: 5vw;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.0;
  }
  .product_list li p {
    margin-bottom: 1em;
    font-size: 3.3333333333vw;
	  font-weight: 400;
  }
  .product_list.col2 li {
    width: 100%;
  }
  .product_list.col3 li {
    width: 100%;
  }
  .product_list.col3 li h3 .small {
    font-size: 3vw;
  }
	.btn_more a.recruitbtn {
	font-size: 1rem !important;
}
	.freed {

}
.freed strong {
	padding-left: 0px;
	font-size: 170%;

}
	.himei {
	font-size: 2rem;
}
    
    
    
    
.page_nav ul {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
  justify-content: center;
}
    
.page_nav li {
    width: 43vw;
  }
  .page_nav li a {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
    line-height: 4.0;
    background: none;
  }
  .page_nav.top {
    padding: 10vw 0 0;
  }
  .page_nav.bottom {
    padding: 0 0 10vw;
  }
    
    
}
