@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.grecaptcha-badge { visibility: hidden; }

.searchandfilter > div > ul{
    width:100%;
    margin: 0;
    padding: 0;
}
.searchandfilter > div > ul >li{
    display:flex;
    border:solid 1px #FFFFFF;
    margin-top:-1px;
    align-items:center;
    width:100%;
}
.searchandfilter > div > ul >li h4{
    background:#F7F7F7;
	  color: #111111;
	  font-size: 18px;
    height:100%;
    padding:20px;
    margin:0;
	  width:20%;
}
.searchandfilter label {
    margin: 5px;
    padding: 0px;
    display: flex;
    color: #111111;
    font-size: 15px;
    position: relative;
    line-height: 30px;
}
.searchandfilter input[type="radio"] {
    accent-color: #0D77D9;
}
.searchandfilter input[type="submit"] {
    border: 1px solid #111111;
    background: #F7F7F7;
	  color: #111111;
    transition-duration: .5s;
    font-weight: 400;
    border-radius: 100px;
    letter-spacing: .2rem;
	  padding:10px;
	  width:40%;
}
.searchandfilter > div > ul >li:last-child{
    display:flex;
    border:none;
	  justify-content: center;
	  padding:1% 0 0 0;
}
@media screen and (max-width: 640px) {
	.searchandfilter input[type="submit"] {
    margin: 2rem 0;
  } 
}

.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
	line-height:1.5em;
}

.cf-area dd {
    flex: 1;
}

.cf-area input, .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
	resize: vertical;
	transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	background: #111111;
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}

.cf-send input:hover {
	filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}

@media screen and (max-width:768px){
	.cf-area {
		display: block;
	}

	.cf-area dt {
    width: 100%;
		margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
		line-height:1.5em;
	}
}