@charset "UTF-8";
/*共通*/
.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size: 16px;
}

#monthly p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}

#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}

#monthly .midashi {
  width: 900px;
}

#monthly table {
  border-collapse: collapse;
}

#monthly br.clear {
  clear: both;
}

#monthly .cf:before,
.cf:after {
  content: " ";
  display: table;
}

#monthly .cf:after {
  clear: both;
}

#monthly .cf {
  *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly {
  /*.Photo{
    display:block;
    width:200px;
    height:200px;
    background-color:aqua;
  }*/
}
#monthly span {
  font-weight: bold;
  color: #ad0062;
}
#monthly .title {
  display: flex;
  justify-content: center;
  position: relative;
}
#monthly .title .line {
  width: 420px;
}
#monthly .title .line span {
  position: absolute;
  top: 1px;
  left: 345px;
  background-color: #fff;
}
#monthly .title .oni_hime {
  font-size: 65px;
  padding-right: 20px;
  padding-top: 20px;
  border-top: solid #ad0062 2px; /*下のborder指定*/
  border-right: solid #ad0062 2px; /*右のborder指定*/
}
#monthly .title span {
  font-size: 35px;
}
#monthly .title .theme_1 {
  padding-top: 20px;
  font-size: 32px;
}
#monthly .theme {
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
}
#monthly .theme h3 {
  background: radial-gradient(circle at center, rgb(252, 233, 239), rgba(252, 233, 239, 0.7), rgba(252, 233, 239, 0.4));
  text-align: center;
  border-radius: 30px;
  width: 860px;
  font-size: 32px;
  font-weight: bold;
  margin: auto;
  height: 65px;
  line-height: 65px;
}
#monthly .theme p {
  text-align: justify;
  margin-top: 23px;
}
#monthly .sensyu {
  float: right;
}
#monthly .ukai {
  margin: 10px;
  height: 190px;
}
#monthly .toge {
  position: absolute;
  top: 80px;
  right: 79px;
  width: 90px;
}
#monthly .container {
  display: flex;
  margin-bottom: 30px;
}
#monthly .circle-L, #monthly .circle-R {
  position: relative;
  font-size: 30px;
}
#monthly .circle-L span, #monthly .circle-R span {
  position: absolute;
  top: -60px;
  display: inline-block;
  width: 70px; /* 文字サイズより小さくしない */
  height: 70px; /* 半径 */
  transform-origin: center bottom; /* 回転の基準点 */
  font-weight: normal;
}
#monthly .circle-L span {
  left: 30px;
}
#monthly .circle-L span:nth-child(1) {
  transform: rotate(200deg);
}
#monthly .circle-L span:nth-child(2) {
  transform: rotate(220deg);
}
#monthly .circle-L span:nth-child(3) {
  transform: rotate(245deg);
}
#monthly .circle-L span:nth-child(4) {
  transform: rotate(270deg);
}
#monthly .circle-L span:nth-child(5) {
  transform: rotate(295deg);
}
#monthly .circle-L span:nth-child(6) {
  transform: rotate(320deg);
}
#monthly .circle-L span:nth-child(7) {
  transform: rotate(340deg);
}
#monthly .circle-R span {
  right: 30px;
}
#monthly .circle-R {
  transform: rotate(0deg); /* 円の回転 */
}
#monthly .circle-R span:nth-child(1) {
  transform: rotate(20deg);
}
#monthly .circle-R span:nth-child(2) {
  transform: rotate(40deg);
}
#monthly .circle-R span:nth-child(3) {
  transform: rotate(65deg);
}
#monthly .circle-R span:nth-child(4) {
  transform: rotate(90deg);
}
#monthly .circle-R span:nth-child(5) {
  transform: rotate(115deg);
}
#monthly .circle-R span:nth-child(6) {
  transform: rotate(140deg);
}
#monthly .circle-R span:nth-child(7) {
  transform: rotate(160deg);
}/*# sourceMappingURL=discussion.css.map */