@charset "UTF-8";


/* result --------- */

.search_area {
	margin-top: 40px;
}

@media print,screen and (min-width: 768px) {
.result_flex {
	display: flex;
	flex-flow: row wrap;
}
.result_area {
	flex: 1;
	margin-right: 50px;
}
.search_area {
	margin-top: 0;
	width: 240px;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.result_area {
	margin-right: 70px;
}
.search_area {
	width: 260px;
}
}/* Tablet & PC */


.case_li {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.case_li.top0 {
	margin-top: -40px;
}
.case_li li {
	margin-bottom: 20px;
	margin-left: 20px;
    width: calc((100% - 40px) / 2);
}
.case_li a {
	display: block;
	height: 100%;
	color: #000;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 12px 0;
	padding: 10px;
	position: relative;
	transition-property: all;
	transition: 0.2s linear;
}
.case_li a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: #fb8653;
  position: absolute;
  bottom: 0;
  right: 0;
  transition-property: all;
	transition: 0.2s linear;
}
.case_li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(45deg);
}
.case_li a:hover {
	background: #f1f1f1;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 12px 0;
}
.case_li a:hover:before {
	background: #dd5317;
}
.case_li .img {
	position: relative;
}
.case_li .img::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.case_li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.case_li .txt {
	padding: 0 0 20px 0;
}
.block .case_li .txt p.case_li_t {
	margin-top: 10px;
	font-weight: bold;
	line-height: 180%;
}
.block .case_li .txt p.case_li_s {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 180%;
	color: #666;
}

@media print,screen and (min-width: 768px) {
.case_li {
	margin-left: -40px;
	margin-top: 40px;
}
.case_li.top0 {
	margin-top: -40px;
}
.case_li li {
	margin-bottom: 40px;
	margin-left: 40px;
    width: calc((100% - 80px) / 2);
}

.case_li .img {
	height: 200px;
}

.case_li .txt {
	padding: 0 15px 20px 15px;
}
.block .case_li .txt p.case_li_t {
	margin-top: 20px;
}
}/* Tablet & PC */


.sd-search {
	background: #ecf4fb;
}

.sd-search h3 {
	background: #303f81;
	color: #fff;
    padding: 5px 25px;
    text-align: left;
    font-size: 1.8rem;
	font-weight: bold;
	box-shadow: none;
	margin: 0;
}

.sd-search-in {
	padding: 1px 25px 30px 25px;
}

p.panelTitle2 {
	font-size: 1.8rem;
	font-weight: bold;
	border-left: solid 5px #303f81;
	padding-left: 15px;
	margin: 30px 0 15px 0;
}

#feas-searchform-0 label{
  display: block;
  text-align: left;
  cursor: pointer;
    line-height: 2.4;
}

.sd-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    border-radius: 0;
}
.sd-search input[type="checkbox"] {
    display: none;
}
.sd-search input[type="checkbox"]+input[type="hidden"]+span, .sd-search input[type="checkbox"]+span {
    position: relative;
    padding-left: 30px;
}

.sd-search input[type="checkbox"]+input[type="hidden"]+span:before, .sd-search input[type="checkbox"]+span:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.sd-search input[type="checkbox"]+input[type="hidden"]+span:after, .sd-search input[type="checkbox"]+span:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 4px;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0
}

.sd-search input[type="checkbox"]:checked+span:before, .sd-search input[type="checkbox"]+input[type="hidden"]+span:before {
  background: #666;
}

.sd-search input[type="checkbox"]:checked+span:after, .sd-search input[type="checkbox"]+input[type="hidden"]+span:after {
  opacity: 1
}

.sd-search-year__set input[type="number"] {
  width: 90px;
  height: 35px;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #ddd
}

.sd-search .search-button {
	width: 100%;
    position: relative;
}
.sd-search .search-button input.feas-submit-button {
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 15px 40px 15px 30px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    font-family: inherit;
    background: #303f81;
    color: #fff;
    border: 0;
    outline: none;
    letter-spacing: inherit;
    border-radius: 40px;
	cursor: pointer;
}
.sd-search .search-button::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.sd-search .search-button input.feas-submit-button:hover {
	background: #3c79d8;
}

.sd-search__close {
	display: none;
}



.result_area h3 {
	margin-top: -10px;
}

.result-photo {
	margin-bottom: 50px;
}
.result-photo img {
	width: 100%;
	height: auto;
}


/* ページナビゲーション */
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px !important;
    margin: 10px 4px !important;
}
.wp-pagenavi a:hover {
	border-color: #fb8653 !important;
}





