@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 a {
  text-decoration: underline;
}

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

/*各ページ*/
#monthly .contents_wrapper {
  display: flex;
}
#monthly .contents_wrapper .contents_left {
  width: 450px;
  margin-top: 40px;
}
#monthly .contents_wrapper .contents_left .contents_main {
  display: flex;
}
#monthly .contents_wrapper .contents_left .contents_main .gradetion_1 {
  position: relative;
}
#monthly .contents_wrapper .contents_left .contents_main .gradetion_1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 100%);
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 {
  display: flex;
  position: relative;
  right: 110px;
  color: black;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper {
  margin-left: 10px;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper .fast_name {
  writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: normal;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper .round {
  background: #003686;
  border-radius: 55px;
  height: 89px;
  width: 100px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  line-height: 13px;
  padding-top: 12px;
  margin: 10px 0 10px 12px;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper .round .letter_s_1 {
  font-size: 13px;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper .round .letter_l {
  font-size: 29px;
  line-height: 35px;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper .round .letter_s_2 {
  font-size: 14px;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .name_wrapper .last_name {
  writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: normal;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .title_wrapper_2 .title_2 {
  writing-mode: vertical-rl;
  font-weight: normal;
  font-size: 25px;
  background: #000;
  padding: 16px 4px;
  color: white;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .title_wrapper_2 .title_2 .vertical {
  text-orientation: upright;
}
#monthly .contents_wrapper .contents_left .contents_main .title_wrapper_1 .title_wrapper_2 .title_3 {
  writing-mode: vertical-rl;
  font-weight: normal;
  font-size: 26px;
  padding-top: 10px;
}
#monthly .contents_wrapper .contents_left .gradetion_2 {
  position: relative;
}
#monthly .contents_wrapper .contents_left .gradetion_2 .img_boat {
  margin-top: 100px;
}
#monthly .contents_wrapper .contents_left .gradetion_2::before {
  content: "";
  position: absolute;
  top: 100px;
  width: 400px;
  height: 210px;
  background: linear-gradient(to left, transparent 0%, transparent 60%, #fff 100%);
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section {
  width: 450px;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .article_title {
  color: #003686;
  font-size: 28px;
  transform: rotate(-10deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-text-stroke: 0.8px #ffffff;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .article_title .black_text {
  color: #000;
  font-size: 24px;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .arrow {
  width: 21px;
  position: relative;
  bottom: -41px;
  right: 0px;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .tri_wrapper {
  margin-bottom: -95px;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .tri_wrapper .tri_bar_1 {
  width: 435px;
  height: 1px;
  background: black;
  transform: rotate(-10deg);
  margin-bottom: 37px;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .tri_wrapper .text_comment {
  position: relative;
  left: 280px;
  bottom: 25px;
  font-size: 18px;
  margin-bottom: 0;
  z-index: 1;
  color: black;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .tri_wrapper .tri_bar_2 {
  width: 435px;
  height: 1px;
  background: black;
}
#monthly .contents_wrapper .contents_right .contents_text_1 .article_section .tri_wrapper .tri_back {
  width: 432px;
  height: 74px;
  background: rgb(125, 99, 139);
  background: linear-gradient(90deg, rgb(125, 99, 139) 0%, rgba(115, 82, 133, 0.7119222689) 38%, rgba(154, 144, 159, 0.193714986) 83%, rgba(154, 144, 159, 0) 91%);
  opacity: 0.7;
  -webkit-clip-path: polygon(0% 50%, 435px 0%, 435px 180px);
  clip-path: polygon(0% 100%, 435px 0%, 435px 180px);
  position: relative;
  bottom: 104px;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section {
  width: 450px;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .article_title {
  color: #003686;
  font-size: 28px;
  transform: rotate(-10deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-text-stroke: 0.8px #ffffff;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .article_title .black_text {
  color: #000;
  font-size: 24px;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .arrow {
  width: 21px;
  position: relative;
  bottom: -39px;
  right: -4px;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .tri_wrapper {
  margin-bottom: -95px;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .tri_wrapper .tri_bar_1 {
  width: 435px;
  height: 1px;
  background: black;
  transform: rotate(-10deg);
  margin-bottom: 37px;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .tri_wrapper .text_comment {
  position: relative;
  left: 280px;
  bottom: 25px;
  font-size: 18px;
  margin-bottom: 0;
  z-index: 1;
  color: black;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .tri_wrapper .tri_bar_2 {
  width: 435px;
  height: 1px;
  background: black;
}
#monthly .contents_wrapper .contents_right .contents_text_2 .article_section .tri_wrapper .tri_back {
  width: 432px;
  height: 74px;
  background: rgb(125, 99, 139);
  background: linear-gradient(90deg, rgb(125, 99, 139) 0%, rgba(115, 82, 133, 0.7119222689) 38%, rgba(154, 144, 159, 0.193714986) 83%, rgba(154, 144, 159, 0) 91%);
  opacity: 0.7;
  -webkit-clip-path: polygon(0% 50%, 435px 0%, 435px 180px);
  clip-path: polygon(0% 100%, 435px 0%, 435px 180px);
  position: relative;
  bottom: 104px;
}/*# sourceMappingURL=comment.css.map */