@charset "utf-8";

/* ======================================================
 * heat.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
.heat-text-red {
  margin-top: 1.75em;
  color: #ff0000;
  font-weight: bold;
}
.heat-image {
  border: solid 1px #ddd;
}
.heat-media {
  display: flex;
  flex-direction: column;
}
.heat-madia-image_inner {
  border: solid 1px #ddd;
}
.heat-media-link {
  display: block;
}
.heat-media-detail,
.heat-media-detail-blank {
  margin-top: 1em;
  position: relative;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
}
.heat-media-detail::before,
.heat-media-detail-blank::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.heat-media-detail-blank::after {
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background-position: 0px -200px;
  display: inline-block;
  background-image: url(/common/img/cmn_sprite_ic01.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
a:hover .heat-media-detail,
a:hover .heat-media-detail-blank {
  color: #3381d0;
  text-decoration: underline;
}
a:hover .heat-madia-image_inner {
  opacity: .7;
}



  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */

}
/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 860px) {
}
/***
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
.heat-text-red {
  margin-top: 1.5em;
  color: #ff0000;
  font-weight: bold;
}
.heat-image {
  border: solid 1px #ddd;
}
.heat-media {
  display: flex;
  flex-direction: column;
}
.heat-madia-image_inner {
  border: solid 1px #ddd;
}
.heat-media-link {
  display: block;
}
.heat-media-detail,
.heat-media-detail-blank {
  margin-top: 1em;
  position: relative;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
}
.heat-media-detail::before,
.heat-media-detail-blank::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.heat-media-detail-blank::after {
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background-position: 0px -200px;
  display: inline-block;
  background-image: url(/common/img/cmn_sprite_ic01.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
}
***/



/* ======================================================
 * Print
====================================================== */
@media print {
}