@charset "UTF-8";


body{
	background-color: #d5e7e9;
}

/*//////////////////////////// content ////////////////////////////*/

.main_sec .inner{
	max-width: 1400px;
	position: relative;
	padding-top: 40px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
.content_narrow{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.content_narrow--list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.content_narrow--list label{
	background-color: var(--white);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	transition: 0.3s;
		a{
			padding: 0.5em 1em;
			display: block;
		}
		&:hover{
  		color: var(--col01);
		}
}
.content_narrow--list label:has(input){
	padding: 0.5em 1em;
}
.content_narrow--list label input {
	width: 0;
	height: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

.content_narrow--list a.active,
.content_narrow--list label:has(input:checked){
  color: var(--col01);
}

.content_narrow--btn{
	border: none;
	border-radius: 30px;
	max-width: 350px;
	width: 80%;
	padding: 0.6em 2em;
	background-color: var(--col01);
	color: var(--white);
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	cursor: pointer;
	transition: .3s;
	&:hover{
		background-color: #5abce9;
	}
}


@media all and (max-width:1279px){
}
@media all and (max-width:1099px){

}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.content_narrow {
	    max-width: 100%;
	    margin-top: 30px;
	}

}

/*//////////////////////////// results ////////////////////////////*/
.results{
	margin-top: 85px;
}
.content_list {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 6%;
			li{
		 	max-width: 400px;
			 	width: 29%;
		 	a {
          width: 100%;
          height: 100%;
					box-shadow: 0px 0px 7px 0px rgba(182, 203, 205, 1);
          border-radius: 6px;
          display: flex;
          flex-direction: column;
          background: var(--white);
          padding: 4%;
          	.content_cat{
          		font-size: 16px;
          		font-weight: 700;
          		background-color: var(--col02);
          		color: var(--white);
          		padding: 0.5em 0.2em 0.5em 0.8em;
          	}
            .img {
              width: 100%;
              height: auto;
              aspect-ratio: 37 / 23;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              display: block;
              margin-bottom: 20px;
          	}
          	.content_ttl_s{
          		line-height: 2.25;
          		font-size: 16px;
              margin-bottom: 20px;
          	}
          	.content_tags{
          		margin-top: auto;
          			ul{
		          		display: flex;
		          		flex-wrap: wrap;
	          				li {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 0.3em 0.7em 0.4em;
                        border: 1px solid var(--black);
                        border-radius: 50px;
                        margin-right: 10px;
                        margin-bottom: 10px;
                        white-space: nowrap;
                        width: auto;
                    }
          			}
          	}
          	&:hover{
          		opacity: .7;
          	}
        }

	 }
}



/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px) and (max-width:1279px){
	.content_list {
    gap: 40px 3%;
			li {
			  max-width: 400px;
			  width: 31.3%;
			}
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.results {
    margin-top: 50px;
	}
	.content_list {
    gap: 30px 0;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
			li {
        max-width: 100%;
        width: 100%;
	        & a {
	            .content_ttl_s {
	                line-height: 1.72;
	                font-size: 16px;
	                margin-bottom: 16px;
	            }
							.content_tags {
							    & ul {
							        li {
							            margin-right: 5px;
							            font-size: 14px;
							        }
							    }
							}

	        }
      }
	}
	.content_narrow--list label {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
	}
	.main_sec .inner {
    max-width: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
	}
	.content_narrow--btn {
    width: 70%;
	}
}




/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

