@charset "utf-8";
#contents {
  flex-direction: initial;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #contents {
    padding-top: 30px;
    padding: 0 25px;
    margin-top: 10px;
  }
}
#main_column {
  position: relative;
  width: 100%;
  max-width: 910px;
}
@media (max-width: 768px) {
  #main_column {
    width: auto;
    margin: 0 0 50px;
    padding-top: 30px;
  }
  #main_column:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    top: 0;
    left: 0;
    background: var(--sub-color1);
  }
}
@media (max-width: 768px) {
  #main_column .resultWrap .paginghead {
    width: 100%;
    text-align: center;
  }
  #main_column .resultWrap .paginghead .disppage {
    width: 100%;
  }
}
#main_column .resultWrap .pagingfoot {
  margin-top: 40px;
}
#main_column .newslist .item {
  padding: 30px 0;
}
@media (max-width: 768px) {
  #main_column .newslist .item {
    padding: 20px 0;
  }
}
#main_column .newslist .item .head .tagsSP {
  display: none;
}
@media (max-width: 768px) {
  #main_column .newslist .item .head .tagsSP {
    display: block;
    margin-bottom: 15px;
  }
  #main_column .newslist .item .head .tagsSP .category {
    display: inline-block;
    margin-right: 10px;
  }
  #main_column .newslist .item .head .tagsSP .category a {
    font-size: 1.2rem;
  }
  #main_column .newslist .item .head .tagsSP .date {
    font-size: 1.6rem;
  }
}
#main_column .newslist .item .head .wrap {
  display: flex;
  flex-direction: row-reverse;
}
#main_column .newslist .item .head .wrap .thumb {
  min-width: 210px;
}
@media (max-width: 768px) {
  #main_column .newslist .item .head .wrap .thumb {
    width: 130px;
    min-width: initial;
    margin-right: 25px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  #main_column .newslist .item .head .wrap .cont {
    flex: 1;
  }
  #main_column .newslist .item .head .wrap .txt a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #main_column .newslist .item .head .cont .tags {
    display: none;
  }
}
#main_column .newsinfo {
  margin-top: -9px;
  margin-bottom: 27px;
  padding-bottom: 16px;
  font-size: 1.4rem;
}
#main_column .newsinfo .category {
  display: inline-block;
  margin-right: 25px;
}
#main_column .newsinfo .category a {
  min-width: 64px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--sub-color1);
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
}
#main_column .newsinfo .category a.n1 {
  background: #8D3043;
}
#main_column .newsinfo .category a.n2,
#main_column .newsinfo .category a.n3,
#main_column .newsinfo .category a.n4 {
  background: #E66F18;
}
#main_column .newsinfo .category a.n5 {
  background: #10B0B5;
}
#main_column .newsinfo .category a.n6 {
  background: #CEAB28;
}
#main_column .newsinfo .category a.n7 {
  background: #1D88D6;
}
#main_column .newsinfo .category a.n8 {
  background: #DE3A86;
}
#main_column .newsinfo .category a.n9 {
  background: #1B58CB;
}
#main_column .newsinfo .category a.n10 {
  background: #1B58CB;
}
#main_column .newsinfo .category a.n11,
#main_column .newsinfo .category a.n12 {
  background: #8D4508;
}
#main_column .newsinfo .category a.n13 {
  background: #5CAC0C;
}
#main_column .newsinfo .category a.n14,
#main_column .newsinfo .category a.n15,
#main_column .newsinfo .category a.n16 {
  background: #8C45B2;
}
#main_column .newsinfo .category a.n17 {
  background: #DD3636;
}
#main_column .newsinfo .category a.n18 {
  background: #0096B2;
}
#main_column .newsinfo .category a.n19 {
  background: #FF0000;
}
#main_column .newsinfo .date {
  display: inline-block;
  font-size: 1.8rem;
  color: #959595;
}
@media (max-width: 768px) {
  #main_column .pagetitle {
    padding-left: 0;
    font-size: 2.6rem;
    text-align: center;
  }
}
#main_column .pagetitle:before {
  background: var(--sub-color1);
}
@media (max-width: 768px) {
  #main_column .pagetitle:before {
    display: none;
  }
}
#main_column .pagetitle.n1:before {
  background: #8D3043;
}
#main_column .pagetitle.n2:before,
#main_column .pagetitle.n3:before,
#main_column .pagetitle.n4:before {
  background: #E66F18;
}
#main_column .pagetitle.n5:before {
  background: #10B0B5;
}
#main_column .pagetitle.n6:before {
  background: #CEAB28;
}
#main_column .pagetitle.n7:before {
  background: #1D88D6;
}
#main_column .pagetitle.n8:before {
  background: #DE3A86;
}
#main_column .pagetitle.n9:before {
  background: #1B58CB;
}
#main_column .pagetitle.n10:before {
  background: #1B58CB;
}
#main_column .pagetitle.n11:before,
#main_column .pagetitle.n12:before {
  background: #8D4508;
}
#main_column .pagetitle.n13:before {
  background: #5CAC0C;
}
#main_column .pagetitle.n14:before,
#main_column .pagetitle.n15:before,
#main_column .pagetitle.n16:before {
  background: #8C45B2;
}
#main_column .pagetitle.n17:before {
  background: #DD3636;
}
#main_column .pagetitle.n18:before {
  background: #0096B2;
}
#main_column .pagetitle.n19:before {
  background: #FF0000;
}
@media (max-width: 768px) {
  #main_column.detail {
    padding-top: 10px;
  }
  #main_column.detail:before {
    display: none;
  }
}
@media (max-width: 768px) {
  #main_column.detail .newsinfo {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    padding-top: 30px;
  }
  #main_column.detail .newsinfo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    top: 0;
    left: 0;
  }
  #main_column.detail .newsinfo.n1:before {
    background: #8D3043;
  }
  #main_column.detail .newsinfo.n2:before,
  #main_column.detail .newsinfo.n3:before,
  #main_column.detail .newsinfo.n4:before {
    background: #E66F18;
  }
  #main_column.detail .newsinfo.n5:before {
    background: #10B0B5;
  }
  #main_column.detail .newsinfo.n6:before {
    background: #CEAB28;
  }
  #main_column.detail .newsinfo.n7:before {
    background: #1D88D6;
  }
  #main_column.detail .newsinfo.n8:before {
    background: #DE3A86;
  }
  #main_column.detail .newsinfo.n9:before {
    background: #1B58CB;
  }
  #main_column.detail .newsinfo.n10:before {
    background: #1B58CB;
  }
  #main_column.detail .newsinfo.n11:before,
  #main_column.detail .newsinfo.n12:before {
    background: #8D4508;
  }
  #main_column.detail .newsinfo.n13:before {
    background: #5CAC0C;
  }
  #main_column.detail .newsinfo.n14:before,
  #main_column.detail .newsinfo.n15:before,
  #main_column.detail .newsinfo.n16:before {
    background: #8C45B2;
  }
  #main_column.detail .newsinfo.n17:before {
    background: #DD3636;
  }
  #main_column.detail .newsinfo.n18:before {
    background: #0096B2;
  }
  #main_column.detail .newsinfo.n20:before {
    background: #FF0000;
  }
}
@media (max-width: 768px) {
  #main_column.detail .newsinfo .category {
    margin-right: 10px;
  }
  #main_column.detail .newsinfo .category a {
    font-size: 1.2rem;
    padding: 3px 5px;
  }
}
@media (max-width: 768px) {
  #main_column.detail .pagetitle {
    text-align: left;
    font-size: 2rem;
  }
}
#main_column.detail #share {
  width: auto;
  margin: 30px 0 0;
  padding: 20px;
  border-radius: 15px;
  background: #f7f7f7;
}
#main_column.detail #share .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  #main_column.detail #share .ttl {
    margin: 0 0 20px;
    text-align: center;
  }
}
#main_column.detail #share .btns {
  display: flex;
}
@media (max-width: 768px) {
  #main_column.detail #share .btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    justify-items: center;
  }
}
#main_column.detail #share .btns > div:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  #main_column.detail #share .btns > div:not(:last-of-type) {
    margin-right: 0;
  }
}
#side_column {
  width: 290px;
  min-width: 290px;
  margin-right: 0;
  margin-left: 50px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  #side_column {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #side_column .box .ttl {
    margin-bottom: 20px;
    text-align: center;
  }
}
#side_column .box .custommenu {
  width: 100%;
}
#side_column .box .custommenu li a.categoryicon {
  width: 85px;
  margin: 0;
  padding: 3px 0;
  border-radius: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  #side_column .box .custommenu li a.categoryicon {
    font-size: 1.1rem;
    padding: 6px 5px;
  }
}
#side_column .box .custommenu li a.categoryicon.n1 {
  background: #8D3043;
}
#side_column .box .custommenu li a.categoryicon.n2,
#side_column .box .custommenu li a.categoryicon.n3,
#side_column .box .custommenu li a.categoryicon.n4 {
  background: #E66F18;
}
#side_column .box .custommenu li a.categoryicon.n5 {
  background: #10B0B5;
}
#side_column .box .custommenu li a.categoryicon.n6 {
  background: #CEAB28;
}
#side_column .box .custommenu li a.categoryicon.n7 {
  background: #1D88D6;
}
#side_column .box .custommenu li a.categoryicon.n8 {
  background: #DE3A86;
}
#side_column .box .custommenu li a.categoryicon.n9 {
  background: #1B58CB;
}
#side_column .box .custommenu li a.categoryicon.n10 {
  background: #1B58CB;
}
#side_column .box .custommenu li a.categoryicon.n11,
#side_column .box .custommenu li a.categoryicon.n12 {
  background: #8D4508;
}
#side_column .box .custommenu li a.categoryicon.n13 {
  background: #5CAC0C;
}
#side_column .box .custommenu li a.categoryicon.n14,
#side_column .box .custommenu li a.categoryicon.n15,
#side_column .box .custommenu li a.categoryicon.n16 {
  background: #8C45B2;
}
#side_column .box .custommenu li a.categoryicon.n17 {
  background: #DD3636;
}
#side_column .box .custommenu li a.categoryicon.n18 {
  background: #0096B2;
}
#side_column .box .custommenu li a.categoryicon.n19 {
  background: #FF0000;
}
#side_column .box .custommenu.year li.entry > div > span {
  padding-left: 10px;
}
#side_column .box .custommenu.year li.entry > div > span .ck {
  position: absolute;
  height: auto;
  width: 100%;
  height: 40px;
  right: initial;
  top: 0;
  left: 0;
}
#side_column .box .custommenu.year li.entry > div > span .ck:before {
  position: absolute;
  top: 0;
  left: 0;
  right: initial;
  bottom: 0;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin: auto;
  background: url('/images/org/ico_arrow-g01.svg') no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.3s;
}
#side_column .box .custommenu.year li.entry > div > span .ck:after {
  display: none;
}
#side_column .box .custommenu.year li.entry > div > span .ck.open:before {
  transform: rotate(0deg);
  transition: all 0.3s;
}
#side_column .box .custommenu.year li.entry > div > span > div > span {
  position: relative;
  padding-left: 10px;
}
#side_column .box .custommenu.year li.entry > div > span > div > span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: initial;
  bottom: 0;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin: auto;
  background: url('/images/org/ico_arrow-g01.svg') no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.custommenu li.entry > div > span .ck:before,
.custommenu li.entry > div > span .ck:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: var(--sub-color1);
}
