@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 .article_title {
  color: #33a1db;
  font-size: 25px;
  margin: 25px 0px 10px 0px;
  text-align: center;
}
#monthly .interviewer_text {
  color: #5e310d;
  margin: 12px 0 6px 0;
  text-indent: 0;
}
#monthly .tamura_interview {
  display: flex;
}
#monthly .tamura_interview .tamura_img {
  width: 450px;
  margin-top: 15px;
  margin-right: 20px;
}
#monthly .name_1 {
  color: #00538d;
  font-weight: bold;
}
#monthly .article_1 {
  text-indent: 0;
  margin-bottom: 0;
}
#monthly .article_2 {
  margin-bottom: 0;
}
#monthly .profile_header {
  color: #acc1da;
  font-size: 28pt;
  letter-spacing: 2px;
  margin-bottom: -17px;
  text-align: end;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#monthly .tamura_profile {
  border: 1px #00538d solid;
  padding: 5px 7px;
}
#monthly .tamura_profile .name_2 {
  font-weight: bold;
  color: #00538d;
  text-indent: 0;
  margin-bottom: 0;
}
#monthly .tamura_profile .profile_text {
  text-indent: 0;
  text-align: justify;
}
#monthly .tamura_profile .top_box,
#monthly .tamura_profile .bottom_box {
  width: auto;
  display: flex;
  justify-content: space-around;
}
#monthly .tamura_profile .top_box .table_title,
#monthly .tamura_profile .bottom_box .table_title {
  font-weight: bold;
  margin-top: 10px;
}
#monthly .tamura_profile .top_box {
  align-items: flex-end;
  height: 165px;
}
#monthly .tamura_profile .top_box .tusan_table {
  width: 420px;
  height: 125px;
}
#monthly .tamura_profile .top_box .tusan_table th {
  background: #acc1da;
}
#monthly .tamura_profile .top_box .tusan_table tr,
#monthly .tamura_profile .top_box .tusan_table th,
#monthly .tamura_profile .top_box .tusan_table td {
  border-top: 1px #00538d solid;
  border-bottom: 1px #00538d solid;
  text-align: center;
  font-weight: normal;
  vertical-align: inherit;
}
#monthly .tamura_profile .top_box .tusan_table td:nth-of-type(1) {
  text-align: center;
}
#monthly .tamura_profile .bottom_box .zenkoku_table {
  width: 420px;
}
#monthly .tamura_profile .bottom_box .zenkoku_table .solid {
  border-top: 1px #00538d solid;
}
#monthly .tamura_profile .bottom_box .zenkoku_table .dashed {
  border-top: 1px #00538d dashed;
  border-bottom: 1px #00538d dashed;
}
#monthly .tamura_profile .bottom_box .bold {
  font-weight: bold;
}
#monthly .tamura_profile .caption {
  text-indent: 0;
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
}