@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*
================================================================================

	MOGANA / 個人情報保護方針

================================================================================
*/
.main-contents h2 {
  font-size: 2.1428571429rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 1.4285714286rem;
  padding-left: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .main-contents h2 {
    font-size: 1.4285714286rem;
  }
}
.main-contents h2::before {
  content: "";
  background-image: linear-gradient(90deg, #00b3f2 10%, #7e5cbd 30%, #f40080 50%, #ff6043 70%, #f9c900 90%);
  background-size: cover;
  width: 100%;
  height: 0.1428571429rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-contents ul {
  list-style: none;
  margin-bottom: 3.8571428571rem;
}
.main-contents ul > li {
  position: relative;
  font-size: 1.1428571429rem;
  padding: 1.4285714286rem;
}
.main-contents ul > li .column_day {
  display: block;
  margin-bottom: 0.7142857143rem;
}
.main-contents ul > li .link_ttl {
  display: block;
  font-weight: bold;
  font-size: 1.2857142857rem;
}