@charset "shift_jis";

/* SpCommonReset
**************************** */
body {
  border: none;
}
/* h1 and h2 */
#main h1 img,#main div[id^="h2_0"] img{
	zoom:1;
	display:block;
	max-width:750px;
	width:100%;
	height:auto;
	margin:auto;
}

/* wrap */
#healthWrap {
	max-width:750px;
	width:100%;
	margin:0 auto;
	-webkit-text-size-adjust:100%;
}
#healthWrap img {
	vertical-align: top;
	width: 100%;
	height: auto;
	zoom: 1 !important;
}
#healthWrap a{
	display: block;
  text-decoration: none;
}
#healthWrap .mvBlockA01 {
  margin-bottom: 15px;
}
#healthWrap .navBlockA01 {
  margin-top: 15px;
  margin-bottom: 12.5px;
}
#healthWrap .navBlockA01 .navBlockA01Inner {
  padding: 0 15px;
}
#healthWrap .navBlockA01 ul,
#healthWrap .listBlock {
  display: flex;
  justify-content: space-between;
}
/* #healthWrap .navBlockA01 ul li {
  width: calc(169/720 * 100%);
} */
#healthWrap .listBlock li {
  width: calc(330/690 * 100%)!important;
}
#healthWrap .contentBlockA01 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0A3190;
  text-align: center;
  padding-bottom: 14px;
  margin-top: 35px;
  border-bottom: 1px solid #0B318F!important;
}
#healthWrap .contentBlockA01 .tagList {
  margin-top: 5px;
  margin-left: 15px;
}
#healthWrap .contentBlockA01 .tagList li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
#healthWrap .contentBlockA01 .tagList li a {
  font-size: 14px;
  color: #022D95;
  padding: 6px 17px;
  border: 1px solid #022D95;
}
#healthWrap .contentBlockA01 .subTitle {
  font-size: 14px;
  font-weight: bold;
  color: #022D95;
  margin-top: 15px;
  margin-left: 15px;
}
#healthWrap .contentBlockA01 .productBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px;
}
#healthWrap .contentBlockA01 .productBlock li {
  width: calc(340/710 * 100%);
  margin-top: 15px;
}
#healthWrap .contentBlockA01 .productBlock._A01 {
  margin: 0 15px;
}
#healthWrap .contentBlockA01 .productBlock._A01 li {
  width: calc(330/690 * 100%);
  border: 1px solid #DBDBDB;
}
#healthWrap .contentBlockA01 .btn {
  width: 92%;
  margin: auto;
}
#healthWrap .categorySlideBlock01{
padding-top: 0;
}
#healthWrap .bnrBlock{
margin: 0 7%;
}
#healthWrap .buttonArea a{
border-radius: 0;
}

#healthWrap .buttonArea {
  margin: 5% auto 10%;
}


/* 250828up */
#healthWrap .contentBlockA01 .topicBlock{
border: 3px solid #AFAFAF;
border-radius: 2px;
padding: 10px 10px 30px;
margin: 0 5px;
}
#healthWrap .contentBlockA01 .topicBlock ul li a{
display: flex;
align-items: center;
}
#healthWrap .contentBlockA01 .topicBlock ul li a img{
width: calc(150/650 * 100%);
margin-right: 11px;
}
#healthWrap .contentBlockA01 .topicBlock ul li a span{
font-size: 14px;
color: #000000;
flex: 1;
}
#healthWrap .contentBlockA01 .topicBlock h3{
font-size: 17px;
font-weight: bold;
color: #022D95;
margin-bottom: 10px;
}

/* 250925up */
#healthWrap .navBlockA01 li{
width: calc(160 / 690 * 100%);
}

/* 250919up */
#healthWrap .navBlockA01 .linkBlock li{
/* width: 100%; */
width: calc(330/690 * 100%);
background-color: #edf3fa;
text-align: center;
line-height: 4;
font-size: clamp(14px, 3.73vw, 28px);
font-weight: bold;
color: #333;
}
#healthWrap .navBlockA01 .linkBlock li a{
color: #333;
}
#healthWrap .navBlockA01 .linkBlock .btnArrow{
position: relative;
}
#healthWrap .navBlockA01 .linkBlock .btnArrow::after{
content: "";
margin: auto;
position: absolute;
top: 0;
bottom: 0;
right: 14px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 8px solid #333;
}


/* 251211up */
#healthWrap{
line-height: 1;
}
#healthWrap .titleBlock{
color: #0a3190;
font-size: clamp(13px, 5.06vw, 38px);
font-weight: bold;
text-align: center;
margin-top: calc(40 / 750 * 100%);
}
#healthWrap .subTitle{
margin-top: 11%;
margin-left: 0;
padding: 4% 0;
background-color: #edf3fa;
color: #0a3190;
font-size: clamp(13px, 4.8vw, 36px);
font-weight: bold;
text-align: center;
}
#healthWrap .subTitle.firstH2 {
margin-top: 4%;
}
#healthWrap .navBlockA01 .linkBlock li {
background-color: #0b318f;
font-size: clamp(13px, 3.46vw, 26px);
border-radius: 12px;
border: 2px solid #0b318f;
box-sizing: border-box;
transition: all 0.3s ease;
line-height: 1.5;
padding: 2.5% 3% 2.5% 0;
}
#healthWrap .navBlockA01 .linkBlock li:hover {
background-color: #fff;
border: 2px solid #0b318f;
}
#healthWrap .navBlockA01 .linkBlock li a {
color: #fff;
}
#healthWrap .navBlockA01 .linkBlock li a:hover {
color: #0a3190;
}
#healthWrap .navBlockA01 .linkBlock .btnArrow::after {
content: "";
margin: auto;
position: absolute;
right: -6px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
border-bottom: none;
border-left: none;
width: 8px;
height: 8px;
transform: rotate(45deg);
}
#healthWrap .navBlockA01 .linkBlock .btnArrow.bottom::after{
border-top: none;
border-right: solid 2px #fff;
border-bottom: solid 2px #fff;
border-left: none;
}
#healthWrap .navBlockA01 .linkBlock .btnArrow:hover::after {
border-top: solid 2px #0b318f;
border-right: solid 2px #0b318f;
}
#healthWrap .navBlockA01 .linkBlock .btnArrow.bottom:hover::after {
border-top: none;
border-right: solid 2px #0b318f;
border-bottom: solid 2px #0b318f;
border-left: none;
}
#healthWrap .buyerItem{
padding-top: 2%;
padding-bottom: 30px;
background-color: #edf3fa;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
#healthWrap .buyerItem li{
width: calc(330 / 750 * 100%);
position: relative;
}
#healthWrap .buyerTxt{
margin-top: 4%;
font-size: clamp(13px, 3.6vw, 27px);
line-height: 1.3;
color: #000;
}
#healthWrap .buyerTxt dt{
font-weight: bold;
}
#healthWrap .buyerTxt dd{
margin-top: 3%;
padding-bottom: 10%;
}
#healthWrap .buyerTxt .buyerLink{
padding-bottom: 0px;
text-align: right;
position: absolute;
bottom: 0;
right: 0;
color: #00F;
}
#healthWrap .subTitle.buyer{
display: flex;
align-items: center;
justify-content: center;
}
#healthWrap .icon{
width: 7%;
margin-right: 3%;
}
#healthWrap .btnBlockA01{
width: calc(690 / 750 * 100%);
margin: 4% auto 0;
}
#healthWrap .genre{
font-size: clamp(13px, 4.26vw, 32px);
border-left: 8px solid #0a3190;
padding-left: 10px;
margin: 5% 0 0 4%;
}
#healthWrap .campaign{
font-size: clamp(13px, 4.26vw, 32px);
border-left: 8px solid #0a3190;
padding-left: 10px;
margin: 5% 0 0 4%;
}
#healthWrap .contentBlockA01 h2 {
border-bottom: none !important;
}
#healthWrap .contentBlockA01 .subTitle {
font-size: clamp(13px, 4.8vw, 36px);
font-weight: bold;
color: #022D95;
margin-top: 9%;
margin-left: 0;
padding: 4% 0;
}
#healthWrap .navBlockA01 ul.linkBlock li {
width: calc(220 / 690 * 100%);
}
#healthWrap .navBlockA01 {
margin-top: 8%;
}
#healthWrap .contentBlockA01 .productBlock._A01 {
margin: 1% 10%;
}
#healthWrap .contentBlockA01 .productBlock._A01 li {
margin-top: 5%;
}
#healthWrap .contentBlockA01 .productBlock._A02 {
margin: 1% 4%;
}
#healthWrap .contentBlockA01 .productBlock._A02 li {
margin-top: 4.2%;
}
#healthWrap .bnrBlock {
margin: 5% 5% 0;
}
#healthWrap {
margin-bottom: 5%;
}
.categorySlideBlock01 a {
color: #333;
}
