@charset "utf-8";

.micro-bubble-supported-heat-source {background-color: #ead9d5;text-align: center;padding: 1.5em;}
.micro-bubble-supported-heat-source h3 {font-weight: bold;font-size: 1.4em;}
.micro-bubble-supported-heat-source p {margin-bottom: 1em!important;}
.micro-bubble-supported-heat-source a {color: #d44a00;font-weight: bold;font-size: 1.2em;}
.micro-bubble-supported-heat-source ul {display: flex;justify-content: center;}
.micro-bubble-supported-heat-source li {margin: 0 1em;}

/* sp */
@media screen and (max-width: 560px) {
.micro-bubble-supported-heat-source ul {display: block!important;}
.micro-bubble-supported-heat-source li {margin-bottom: .8em;}
}

/* pc */
@media screen and (min-width: 561px) {
}