.search__cat--lists {
	-webkit-column-gap: 1em;
	   -moz-column-gap: 1em;
	        column-gap: 1em;
}

.search__cat--lists,
.form__note,
.check__lists {
	font-size: 0.86em;
}

@media screen and (max-width: 600px) {
	.search__cat--lists,
	.form__note,
	.check__lists {
		font-size: 0.78em;
	}
}

.form__note {
	margin-top: 0.5em;
	letter-spacing: 0.05em;
	line-height: 2;
}

.check__lists {
	margin-top: 1em;
}

.check__lists span.vertical-item {
	display: block;
}

.check__lists span.vertical-item:nth-child(n + 2) {
	margin-top: 1em;
}


.check__lists span.vertical-item input[type="checkbox"] {
	display: none;
}

.check__lists span.vertical-item span.mwform-checkbox-field-text {
	display: block;
	padding-left: 3.1em;
	line-height: 1.75;
	font-weight: 500;
	position: relative;
}

.check__lists span.vertical-item span.mwform-checkbox-field-text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.08em;
	height: 2.08em;
	border: 1px solid #1B224C;
	border-radius: 0.25em;
	-webkit-transform: translatey(-10%);
	    -ms-transform: translatey(-10%);
	        transform: translatey(-10%);
}

.check__lists span.vertical-item span.mwform-checkbox-field-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.25em;
	height: 2em;
	background: url(../img/icon/icon_check.svg) no-repeat center / contain;
	-webkit-transform: translate(16%, -10%);
	    -ms-transform: translate(16%, -10%);
	        transform: translate(16%, -10%);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.check__lists span.vertical-item label input:checked + span.mwform-checkbox-field-text::after {
	opacity: 1;
}
.top-our_media {
	overflow: hidden;
	position: relative;
	font-size: 1.4rem;
	z-index: 1;
	padding-top: 15.43em;
	padding-bottom: 8em;
}
.top-our_media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27.93em;
  height: 23em;
  background: url(../img/common/page_bg.png) no-repeat center/contain;
  z-index: -1;
}
.top-our_media .card-wrap{
	display: flex;
	justify-content: space-between;
	padding-bottom: 66px;
}
@media screen and (min-width: 601px) and (max-width: 1024px){
	.top-our_media {
		font-size: min(1.0248901903vw, 1.4rem);
	}
}
@media screen and (max-width: 1024px){
	.top-our_media .card-wrap{
		width:100%;
		margin-top:53px;
	}
  .top-our_media {
    padding-bottom: 2em;
  }
	.top-our_media .card-wrap{
		display: flex;
		gap: 27px;
		flex-direction: column;
		align-items: center;
	}
}
.top-our_media .card{
	width:330px;
	height:334px;
	border: #E0E0E0 1px solid;
	background: #FCFCFC;
}
.top-our_media .card-wrap{
	width:100%;
	margin-top:15px;
}
.top-our_media .card-head img{
	width:328px;
	height:176px;
}
.top-our_media .card-body{
	margin:16px;
}
.top-our_media .card-body .category{
	font-size: 12px;
	color: #AFAFAF;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.top-our_media .card-body .title{
	margin-top: 12px;
	font-size: 14px;
	color:#3C3C3C;
	font-weight: bold;
	letter-spacing: 0.05em;
  line-height:1.4;
}
.top-section__lead.-media {
  margin-top:0.8em;
}
@media screen and (max-width: 600px) {
  .top-section__ttl.-info.-media span {
    font-size:3.64em;
    left:0;
    right:auto;
  }
  .-media_inner {
    margin:0 auto 0 0;
  }
  .top-our_media .card-wrap{
    margin-top:3em;
  }
  .top-our_media {
    padding-top: 10.43em;
}
.top-our_media::before {
  top:5em;
}
.top-our_media .card {
  height:305px;
}

}

@media screen and (min-width: 601px) and (max-width: 1024px){
	.top-our_media .card-wrap {
    flex-direction: row;
  }
  .top-our_media .card {
    width:30%;
  }
  .top-our_media .card-head img {
    width: 100%;
    height: 100%;
}
.top-our_media .card-body .category {
  font-size:0.86em;
}
.top-our_media .card-body .title {
  font-size:1em;
  margin-top:1em;
}
.top-our_media .card {
  height:100%;
}
.top-our_media .card-body {
  margin: 2em;
}
.top-our_media .card-wrap {
  padding-bottom:5em;
}
}