/*
Theme Name: Wellington Child
Theme URI: https://themezee.com/themes/wellington/
Template: wellington
Author: ThemeZee
Author URI: https://themezee.com
Description: Wellington is a clean and simple Magazine WordPress theme with beautiful typography and subtle colors. The theme includes two different post layouts, a featured post slider and thoughtful theme settings in the Customizer.
Tags: two-columns,blog,news,custom-background,custom-header,custom-logo,custom-menu,grid-layout,entertainment,editor-style,block-styles,rtl-language-support,featured-image-header,featured-images,flexible-header,custom-colors,full-width-template,sticky-post,threaded-comments,translation-ready,theme-options,one-column,left-sidebar,right-sidebar,three-columns
Version: 2.1.8.1680076620
Updated: 2023-03-29 16:57:00

*/

/*========================絞込み検索ページ===================================*/

.site-content{
	margin-top:40px;
}
.content-area, .sidebar {
    padding: 1em 0.2em 0;
}
input{
  display: none;
}
.sidebar{
	display:none;
}	
label {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #111;
	margin: 10px;
	display: inline-block;
}

input[type=radio]:checked+span {
    background:#ffffff;
	border:solid 1px #c9caca;
	border-radius: 20px;
    color: #333333;
}

label span {
 /*   border: 1px solid #DDF700;*/
    padding: .5em;
}
.item_set{
	display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.article {
  width: 20%;
  animation-name: fadein;
  animation-duration: 2s;
  margin: 0 0.2em 1em 0.2em !important;
  padding:1% !important;
 /* width: calc(100% / 4 - 16px);*/
  transition: all 0.2s;
	border:1px solid #cccccc;
}

.article-result,
.article-result > div {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-top: 0;
  min-height: 200px;
}

.article-result > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content:space-between;
}

.h-card li,
.h-card article {
  margin: 0 1em 1em 0 !important;
  padding: 0 !important;
 /* width: calc(100% / 4 - 16px);*/
  transition: all 0.2s;
}
a .b_title {
	color:#666666;
}
.entry-content a{
	text-decoration:none;
}
.item_set ul{
	width:40%;
	text-align: center !important;
}
.item_set ul li a{
	display: block;
	color:#666666;
	text-decoration: none;
	font-size: 0.9em;
}
.h-card li{
	margin:inherit;
}
.cate_list li{
	background:#eaeea2;
	border-radius: 50px;
	margin-bottom:5px !important;
	width:100%;
}
.tag-list li{
	background:#fbdac8;
	border-radius: 50px;
	margin-bottom:5px !important;
	width:100%;

}
.group{
	display:flex;
}
.page-title{
	text-align: center;
}
.primary-navigation-wrap{
	background-color:#ffffff;
}
.primary-menu-toggle .icon,.primary-menu-toggle:hover .icon, .primary-menu-toggle:active .icon{
	fill:#333333;
}
.primary-menu-toggle{
	color:#333333;
	position:absolute;
	right:0;
}
.primary-menu-toggle .menu-toggle-text{
	display:none;
}
.main-navigation ul a, .main-navigation ul a:link, .main-navigation ul a:visited{
	color:#333333;
}
.main-navigation ul li{
	border-bottom:solid 1px #cccccc;
}



.footer-wrap{
	background-color:#ffffff;
}


@media screen and (max-width: 560px){
  .h-card article {
      width: 100%;
      margin: 0 0 1em 0 !important;
  }
}

@media screen and (max-width: 768px){
.article {
	  margin: 0 0 20px 0!important;
      width:49%;
	max-width:49%;
  }
}


@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	
.search {
    text-align: center;
}

.search .checkbox {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.search .checkbox .condition-title  {
    padding: 10px 10px;
    background-color: #fbf1ec;
    color: #333333;
	margin-top: 20px;
}

.search .checkbox .condition {
    padding: 0px;
	margin-bottom:50px;
}

.search .checkbox .condition label {
    margin-right: 10px;
	width:25%;
	display:inline-grid;
	background: #eaeea2;
	border-radius: 20px;
	border:solid 1px #c9caca;
}
.search .checkbox .condition2 label {
	background:#fbdac8;
}
.search .submit-button {
    width: 200px;
    background-color: #F7F7F7;
    border: none;
    color: #353535;
    display: block;
    margin: 10px auto 50px;
    outline: none;
}

.search .article-result h-card {
    display: flex;
    align-items: center;
	justify-content:space-between;
    flex-wrap: wrap;
}

.search .article-result h-card .article {
    float: left;
    margin-right: 20px;
}
.content-area {
   width: 100%;
}
.item_set ul li:first-child {
	display:none;
}
.b_title{
	font-size:0.8em;
}
.item_set ul li{
	list-style-type:none;
}
.item_set ul{
	margin:10px;
	font-size:0.8em;
	text-align:left;
	padding-left:0;
}


