@charset "UTF-8";
/* news */
#news .flex {
  width: 81%;
  margin: 5em auto 10em;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
}
#news .flex .category {
  width: 25%;
}
#news .flex .category h3 {
  margin-bottom: 2em;
}
#news .flex .category ul li {
  margin-bottom: 2em;
}
#news .flex .category ul li a.current {
  color: #9A9A9A !important;
}
#news .flex .news_list {
  width: 75%;
}
#news .flex .news_list li {
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#news .flex .news_list li:last-child {
  margin-bottom: 0;
}
#news .flex .news_list li .date {
  color: #9A9A9A;
}
#news .flex .news_list li .date .category {
  color: #121212;
  margin-left: 1.5em;
}
#news .flex .news_list li h4 {
  margin-top: 1em;
}
/* news entrybody */
#news .flex #single {
  width: 75%;
}
#news .flex #single .title {
  margin-bottom: 0.5em;
}
#news .flex #single .date .category {
  margin-left: 1em;
}
#news .flex #single .entrybody {
  margin-top: 2em;
  padding: 2em 0 4em;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
#news .flex #single .entrybody a:link {
  border-bottom: 1px dashed #707070 !important;
  color: #707070;
  padding-bottom: 0.3em;
}
#news .flex #single .entrybody h1 {
  font-size: 1.5em;
}
#news .flex #single .entrybody h2 {
  font-size: 1.4em;
}
#news .flex #single .entrybody h3 {
  font-size: 1.3em;
}
#news .flex #single .entrybody h4 {
  font-size: 1.2em;
}
#news .flex #single .entrybody h5 {
  font-size: 1.1em;
}
#news .flex #single .entrybody h6 {
  font-size: 1em;
  font-weight: bold;
}
#news .flex #single .entrybody p {
  font-size: 1.1em;
  line-height: 2.1;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Zen Kaku Gothic New', "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  letter-spacing: 0.07em;
}
#news .flex #single .entrybody img {
  padding-top: 2em;
  padding-bottom: 2em;
  width:auto;
}
#news .flex #single #pagenavi {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}
/* column */
#column .flex {
  width: 95%;
  padding: 7% 7.5%;
  margin: 4em auto 3.5%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
  background-color: #EBEBE8;
}
#column .flex .category {
  width: 20%;
}
#column .flex .category h3 {
  margin-bottom: 2em;
}
#column .flex .category ul li {
  margin-bottom: 2em;
}
#column .flex .category ul li a.current {
  color: #9A9A9A;
}
#column .flex .column_list {
  width: 80%;
}
#column .flex .column_list li {
  border-bottom: 1px solid #FFF;
  padding-bottom: 4em;
  margin-bottom: 4em;
  display: flex;
  justify-content: space-between;
}
#column .flex .column_list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#column .flex .column_list li .thumb {
  width: 30%;
  display: flex;
  flex-direction: column;
}
#column .flex .column_list li .title {
  width: 55%;
  padding: 1.5em 0 1.5em 5%;
  display: flex;
  flex-direction: column;
}
#column .flex .column_list li .title .number {
  margin-top: 0.2em;
}
#column .flex .column_list li .title h4 {
  margin-top: auto;
}
#column .flex .column_list li .other {
  width: 15%;
  padding: 1.5em 0;
  text-align: right;
  display: flex;
  flex-direction: column;
}
#column .flex .column_list li .other .date {
  color: #9A9A9A;
}
#column .flex .column_list li .other .link_line {
  margin-top: auto;
}
/* column single */
#column .flex #single {
  width: 75%;
}
#column .flex #single article {
  background-color: #FFF;
  padding: 2%;
}
#column .flex #single article .contents_name {
  padding: 2.5em 5%;
  border-top: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#column .flex #single article .contents_name h3 {
  text-align: left;
}
#column .flex #single article .contents_name p {
  text-align: right;
}
#column .flex #single article .entrybody {
  padding: 4em 15% 6em;
  border: 1px solid #3e3e3e;
}
#column .flex #single article .entrybody h1 {
  text-align: center;
  letter-spacing: 0.15em;
}
#column .flex #single article .entrybody h1 #en_name {
  display: block;
  margin-top: 0.5em;
  font-size: 0.6em;
}
#column .flex #single article .entrybody #katagaki {
  text-align: center;
  margin-top: 2em;
}
#column .flex #single article .entrybody #subtitle {
  text-align: center;
  margin-top: 2em;
}
#column .flex #single article .entrybody figure {
  width: 80%;
  margin: 3em auto;
}
#column .flex #single article .entrybody #honbun p {
  font-size: 1.1em;
  line-height: 2.1;
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.07em;
}
#column .flex #single article .entrybody #torikumi {
  margin: 5em 0 1.5em;
}
#column .flex #single article .entrybody ul li {
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#column .flex #single article .entrybody #credit {
  margin: 7em auto 0;
  text-align: center;
}
#column .flex #single article .entrybody img {
  margin: 1.5em auto;
}
#column .flex #single #other_column {
  text-align: left;
  margin-top: 5em;
}
#column .flex #single .column_list {
  width: 100%;
  margin-top: 4em;
}