@charset "UTF-8";
/* CSS Document */

/*--------------------
  Main Visual
----------------------*/
#Contents_Visual {
    background-image: url("../../common/img/column/colum-visual.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 767px) {
#Contents_Visual {
    background-image:none;
}
	}
/*--------------------*/

input {
  margin: 0;
}
.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 6px;
  cursor: pointer;
  width: 100%;
}
.check_box {
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #e0c6af;
  border-radius: 2px;
  background-color: #f5ebd2;
  cursor: pointer;
}
#filter-area ul.onayami li .check_box {
  background-color: #f2e4ee;
}
.check_box:checked, #filter-area ul.onayami li .check_box:checked {
  background-color: #e78b00;
}
.check_box:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
/*--------------------
  #filter-area
----------------------*/
#filter-wrap .container{
  padding: 30px 0;
}
#filter-area {
  border-bottom: 1px solid #dccdc1;
}
#filter-area h3{
  padding-bottom: 3px;
  margin-bottom: 10px;
}
#filter-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 14px !important;
  margin-bottom: 5px;
}
#filter-area ul li {
  margin-bottom: 5px;
  letter-spacing: 0px;
  /*white-space: nowrap;*/
}
#filter-area ul.sejutsu li {
 width: 22%;
}
#filter-area ul.onayami li {
 width: 16%;
}
#filter-area ul li.long {
 width: 34%;
}
@media (max-width: 767px) {
  #filter-area ul.sejutsu li {
    width: 40%;
  }
  #filter-area ul.sejutsu li:nth-child(even) {
    width: 60%;
  }
  #filter-area ul.onayami li {
    width: 33.3%;
  }
}
/*--------------------
  #search-area
----------------------*/
#search-area {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}
#search-area div {
  display: flex;
  width: 40%;
}
#search-area div span {
  font-size: 17px;
  margin-left: 0px;
}
.fuzzy-search {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding: 2px 10px;
  border: 1px solid #a28063;
  margin-right: 20px;
}
/*--------------------
  #sort-area
----------------------*/
#sort-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#sort-area div {
  display: flex;
  justify-content: flex-end;
  width: 60%;
  height: 30px;
  margin: 10px 0 0 0;
}
#sort-area div button {
  width: 40%;
  margin-left: 10px;
}

@media (max-width: 767px) {
#sort-area {
  display: block;
  margin-bottom: 30px;
}
#sort-area h2{
  margin-bottom: 0px !important;
}
#sort-area div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  margin: 10px 0 0 0;
}
#sort-area div button {
  width: 48%;
  margin-left: 0px;
}
}
/*--------------------*/
.sort {
  cursor: pointer;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  border: 1px solid #a28063;
  font-size: 15px;
}
.sort:after {
  content: "▼";
  color: #e78b00;
}
.sort.desc:after {
  content: "▼";
  color: #e78b00;
}
.sort.asc:after {
  content: "▲";
  color: #e78b00;
}
/*-----------*/
.sort:before {
  content: "新着順";
}
.sort.desc:before {
  content: "新着順";
}
.sort.asc:before {
  content: "投稿日順";
}

/*--------------------
  .pager
----------------------*/
.pager {
  margin-top: 30px;
  text-align: center;
}
.pagination {
  display: inline-flex;
  list-style: none;
}
.pagination li {
  border: 1px solid #ccc;
  margin-left: 20px;
}
.pagination li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  transition: all .3s ease 0s;
  background-color: #fcf0d4;
}
.pagination li a:hover {
  background-color: #ec9000;
  color: #fff;
}
.pagination li a.active a {
  background-color: #fcf0d4;
  color: #fff;
}


/*--------------------
  .list
----------------------*/
.list {/*-10記事単位でまとめる用-*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list li {
  width: 480px;
  margin-bottom: 70px;
}
.list li a {
  display: block;
}
.list li a:hover {
  background-color: #FAF7F2;
  opacity: 0.7;
}

/*--------------*/
.overview {
  display: flex;
  justify-content: space-between;
  background-color: #faf7f2;
}
.overview .column-visual {
  width: 150px;
}
.overview .column-visual img {
  width: 100%;
  height: auto;
}

/*--------------*/
.osusume .overview {
border-top: 1px solid #ec9000;
background-size: auto auto;
background-color: rgba(236, 144, 0, 0.04);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(236, 144, 0, 0.06) 3px, rgba(236, 144, 0, 0.06) 6px );
}
.osusume .overview .column-visual {
  position: relative;
}
.osusume .overview .column-visual::before {
  position: absolute;
  top: -5px;
  left: 5px;
  content: ' ';
  width: 50px;
  height: 60px;
  font-family: 'Font Awesome 6 Free';
  padding: 0 5px 0 0;
  background-image: url("../../common/img/icon/icon-flag-01.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
}	
/*--------------*/
.overview .column-info {
  width: 310px;
  display: flex;
  flex-wrap:wrap;
}
.overview .column-info .title{
  align-self:flex-end;
}
.overview .column-info h3 {
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;		
  background-image: none !important;
  border: 0px solid #dccdc1 !important;
	}
.overview .column-info ul{
  border-top: 1px solid #dccdc1;
  padding: 7px 0px 0px 0;
  width: 100%;
  display: flex;
  align-self:flex-end;
  justify-content:flex-start;
}
.overview .column-info ul li {
  font-size: 12px;
  line-height: 12px;
  margin: 0 10px 5px 0;
  color: #69635d;
  width: auto;
}
.author {}
.release {}
.rewrite {}
.overview .column-info ul li.recommend { 
	display: none !important;
}
.author::before {
  content: '\f044';
  font-family: 'Font Awesome 6 Free';
  padding: 0 3px 0 0;
}
.release::before {
  content: '\f017';
  font-family: 'Font Awesome 6 Free';
  padding: 0 3px 0 0;
}
.rewrite::before {
  content: '\f2ea';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  padding: 0 3px 0 0;
}

@media (max-width: 767px) {
.list li {
  width: 100%;
}	
.overview .column-visual {
  width: 30%;
}
.overview .column-info {
  width: 67%;
}
.overview .column-info h3 {
  font-size: 16px !important;
  line-height: 22px !important;
	}
}
/*--------------*/
#contents .headline {
  margin: 12px 0 0 0;
}
#contents .headline p {
  margin: 0px 0 0 0 !important;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
#contents .headline .read {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #69635d;
}
#contents .headline .read::after {
  content: " ＞";
  color: #ec9000;
  font-weight: 700;
}
/*--------------------*/
.tags {
  margin-top: 3px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 12px;
  border-top: 1px solid #dccdc1;
}
#contents .tags span {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.tags span::before {
  content: '\f02e';
  content: '\f02b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  padding: 0 3px 0 0;
}
.tags span.sejutsu::before {
  color: #f0ac24;
}
.tags span.onayami::before {
  color: #EA7E90;
}
.bookmark::before {
  content: '\f02e';
  font-family: 'Font Awesome 6 Free';
  padding: 0 5px 0 0;
}

/*--------------------
  ..list-mini
----------------------*/
.list-mini {/*-10記事単位でまとめる用-*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-mini li {
  width: 22%;
  margin-bottom: 70px;
}
.list-mini .overview .column-visual {
  width: 100%;
  margin-bottom: 10px;
}
.list-mini .overview {
  display: block;
  justify-content: space-between;
  background-color: transparent;
}
.list-mini .overview .column-info {
  width: 100%;
  display: block;
}
.list-mini .overview .column-info h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
}
.list-mini .overview .column-info h3 br{
  display: none;
}
.list-mini .osusume .overview {
border-top: 1px solid #ec9000;
background-size: auto auto;
background-color: transparent;
background-image: none;
}
.list-mini .overview .column-info ul {  display: none;}
.list-mini .overview .column-info .rewrite {  display: none;}
.list-mini .overview .column-info.date {  display: none;}

#contents .list-mini .headline {
  display: none;
}
.list-mini .tags {
  display: none;
}

@media (max-width: 767px) {
.list-mini li {
  width: 47%;
  margin-bottom: 30px;
}
}	
/*--------------------
  ..list-mini2
----------------------*/
.list-mini2 {/*-10記事単位でまとめる用-*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-mini2 li {
  width: 48%;
  margin-bottom: 30px;
}
.list-mini2 .osusume .overview {
background-image: none;
}
.list-mini2 .overview .column-info .title{
  padding-left: 8px;
}
.list-mini2 .overview .column-info h3 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  letter-spacing: 0px !important;
  margin: 0 5px 0 10px !important;
}
.list-mini2 .overview .column-info h3 br{
  display: none;
}
.list-mini2 .overview .column-info ul{
  padding-left: 8px;
}
.list-mini2 .release {  display: none;}
.list-mini2 .rewrite {  display: none;}
#contents .list-mini2 .headline {
  display: none;
}
.list-mini2 .tags {
  display: none;
}

@media (max-width: 767px) {
.list-mini2 li {
  width: 100%;
  margin-bottom: 30px;
}
}	

#sidemenu.fixed {
 position: fixed;
  width: 100%;
}

/*--------------------
  .最新記事　4件
----------------------*/

.new-articles li {
  display: none;
}
.new-articles li:nth-child(-n+4) {
  display: block;
}

/*--------------------
  各おすすめ記事
----------------------*/

.recommend > li {
 display: none;
}
.recommend.ulthera li.ulthera {
  display: block;
}
.recommend.ulthera li.ulthera {
  display: block;
}
.recommend.ulthera li.ulthera {
  display: block;
}
