@charset "shift_jis";

#healthWrap {
	width:100%;
	max-width:1020px;
}
#healthWrap img {
	vertical-align:bottom;
}
#healthWrap a{
	display: block;
  text-decoration: none;
}
#healthWrap .navBlockA01 {
  margin-bottom: 36px;
}
#healthWrap .navBlockA01 .navBlockA01Inner {
  padding: 0 21px;
}
#healthWrap .navBlockA01 ul,
#healthWrap .linkBlock {
  display: flex;
  justify-content: space-between;
}
#healthWrap .navBlockA01 ul{
  margin-top: 22px;
}
#healthWrap .linkBlock li{
  width: calc(478/1020 * 100%);
}
#healthWrap .linkBlock li:nth-child(2){
  width: calc(477/1020 * 100%);
}
#healthWrap .anchorBlock li{
  width: calc(225/978 * 100%);
}
#healthWrap .contentBlockA01 h2 {
  /*display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  border-bottom: 2px solid #000000;
  line-height: 1;*/
}
#healthWrap .lineBottom {
  font-size: 38px;
  font-weight: bold;
  color: #0A3190;
  text-align: center;
  padding-bottom: 2px;
  margin-top: 75px;
  border-bottom: 1px solid #0B318F!important;
}
#healthWrap .contentBlockA01 .tagList {
  margin-top: 15px;
  margin-left: 21px;
}
#healthWrap .contentBlockA01 .tagList li {
  display: inline-block;
  margin: 0 16px 16px 0;
}
#healthWrap .contentBlockA01 .tagList li a {
  font-size: 16px;
  color: #022D95;
  padding: 6px 22px 4px;
  border: 1px solid #022D95;
  transition: all 0.3s ease;
}
#healthWrap .contentBlockA01 .tagList li a:hover{
  color: #fff;
  background-color:#022D95;
}
#healthWrap .contentBlockA01 .subTitle {
  font-size: 20px;
  font-weight: bold;
  color: #022D95;
  margin-top: 15px;
  margin-left: 21px;
}
#healthWrap .contentBlockA01 .productBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#healthWrap .contentBlockA01 .productBlock li {
  max-width: calc(25% - (46px * 3) / 4);
  margin-top: 20px;
  margin-right: 46px;
}
#healthWrap .contentBlockA01 .productBlock li:nth-child(4n) {
    margin-right: 0;
}
#healthWrap .contentBlockA01 .productBlock._01 li {
  /*max-width: calc(220/1020 * 100%);*/
}
#healthWrap .contentBlockA01 .productBlock._02 li {
  /*max-width: calc(220/1020 * 100%);*/
}
#healthWrap .categoryCarouselAWrap{
margin-top: 20px;
}
#healthWrap .categoryCarouselAWrap .owl-carousel .owl-nav .owl-next{
width: 36px;
height: 36px;
top: calc((90px) + 9px);
right: -0.9em;
}
#healthWrap .categoryCarouselAWrap .owl-carousel .owl-nav .owl-prev{
width: 36px;
height: 36px;
top: calc((90px) + 9px);
left: -1.6em;
}
#healthWrap .rank_view.categoryCarouselAWrap .slideList .owl-item a:after{
padding: 4px 8px;
}
#contents .itemListInner h2{
border-bottom: none!important;
margin-top: 0!important;
}
#healthWrap .btnBlock {
  margin: 3.75em 0 5em;
  text-align: center;
}
#healthWrap .btnBlock a {
  display: inline-block;
  position: relative;
  min-width: 400px;
  margin: 0 auto;
  border: 2px solid #0B318F;
  border-radius: 40px;
  padding: 0.88em 2em;
  color: #0B318F!important;
  font-size: 1.5em;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#healthWrap .btnBlock a:after{
  content: "";
  display: block;
  background: url(https://images.astyle.jp/images/cmn/icon/arw_blue_r.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 9px;
  height: 15px;
  margin: auto;
}


/* 250828up */
#healthWrap .contentBlockA01 .topicBlock {
  border: 5px solid #AFAFAF;
  border-radius: 2px;
  padding: 8px 25px 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#healthWrap .contentBlockA01 .topicBlock h3 {
  font-size: 20px;
  font-weight: bold;
  color: #022D95;
  margin-bottom: 10px;
}
#healthWrap .contentBlockA01 .topicBlock ul{
  display:block;
}
#healthWrap .contentBlockA01 .topicBlock ul li:not(:last-child) {
  margin-bottom: 15px;
}
#healthWrap .contentBlockA01 .topicBlock ul li a {
  display: flex;
  align-items: center;
}
#healthWrap .contentBlockA01 .topicBlock ul li a img {
  width: 100px;
  margin-right: 20px;
}
#healthWrap .contentBlockA01 .topicBlock ul li a span {
  font-size: 20px;
  color: #000000;
  flex: 1;
}