@charset "utf-8";
section {
    padding: 40px 0;
}
@media print, screen and (min-width:768px) {
    section {
    padding: 80px 0;
}
}
img {
    width: 100%;
height: auto;
}
p:empty {
  display: none !important;
}
.column_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.column_3::after{
  content:"";
  display: block;
  width:100%;
}

.column_3 li {
    list-style: none !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.column_3 li a {
    text-decoration: none;
}
.column_3 li a:hover {
  color: #000 !important;
}
.column_3 li .product_w {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000 !important;
    align-items: center;
    align-self: flex-start;
}
.column_3 li p, .column_3 div p {
    text-align: left;
    margin: 0 auto;
}
.column_3 li p.explanation {
    margin: auto 0 0 0;
}
.column_3 li h4 {
    display: flex;
    text-align: center;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 100%;
    width: auto;
}
.column_3 li h4.company_logo img {
width: 100%;
    height: auto;
    max-height: 40px;
    margin: auto;
}
@media print, screen and (min-width:568px) {
.column_3 li h4.company_logo img {
width: 90%;
}
}
@media print, screen and (min-width:768px) {
.column_3 li h4.company_logo img {
width: 100%;
}
}
.column_3 li h5 {
margin-bottom: 5px;
}
.column_3 li figure {
    position: relative;
	margin: 0 0 10px 0;
}
.column_3 li figure img {
    margin: 35px 0 0 0;
}
.column_3 li .component {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1.3;
	font-size: 14px;
    width: 100%;
    max-width: 72px;
    text-align: right;
}
@media print, screen and (min-width:768px) {
.column_3 li {
    width: calc(100% / 3 - 15px);
    margin: 0 0 30px 0 !important;
}
.column_3::after{
  width:30%;
}
}
@media print, screen and (min-width:768px) {

}
/*成分など表示*/
.ingredient_list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline;
    padding: 0px 5px;
    border: 1px solid #000;
    text-align: center !important;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 12px;
}
@media print, screen and (min-width:768px) {
   .ingredient_list {
    font-size: 13px;
} 
}
/*新発売表示*/
.new_icon {
    position: absolute;
    top: 50px;
    left: 0;
    background: #ff0000;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_release {
    color: #ff0000;
    font-weight: bold;
    text-align: center !important;
}

h3.title_03 {
    border: none;
    text-align: center;
    color: #0095d9;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
h3.title_03 span {
    display: block;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    margin-top: clamp(8px, 1.7857vw + 1.3036px, 15px);
}

section h3 {
    border-left: 0 !important;;
    border-right: 0 !important;;
    border-top: 0 !important;;
    border-bottom: 0 !important;;
    /*font-size: 22px;*/
    padding: 12px 20px;
}

section h4 {
    border-top: 0 !important;
    border-bottom:  0 !important;
}
section h5 {
    border-bottom: 0 !important;
    font-weight: bold;
}
section img {
    width: 100%;
    height: auto;
    max-width: 300px;
}
.product_name {
    margin: auto 0 -10px 0;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 80px;
}