@charset "Shift_JIS";




.sec_ttl {
width: 100%;
background: #EEEEEC;
border-bottom:solid 1px #333;
padding: 20px 0;
margin-bottom: 40px;
}
.sec_ttl .w960 {
position: relative;
}
#contents .sec_ttl .w960 .ttl_EEEEEC {
margin-bottom: 0;
font-size: 26px;
line-height: 1.2;
font-weight: 400;
text-align: center;
}
.sec_ttl .w960 a.sec_ttl_link {
position: absolute;
font-size: 15px;
top:10px;
right:0;
margin: auto 0;
color:#333;
text-decoration: none;
}
.sec_ttl .w960 a.sec_ttl_link:after {
display: inline-block;
content: url("../shared/images/link_arrow.svg");
width: 8px;
height: auto;
margin:4px 0 0 5px;
}
.sec_ttl .w960 a.sec_ttl_link:hover {
text-decoration: underline;
}

.case_list .case_list_inbox {
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.case_list .case_list_inbox::after{
content:"";
display: block;
width: calc(33.3% - 10px);
height: 0;
}

.case_list .case_list_inbox a {
width: calc(33.3% - 10px);
margin-bottom: 30px;
text-decoration: none;
}
.case_list .case_list_inbox a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
.case_list .case_list_inbox a .case_img {
margin-bottom: 10px;
}
.case_list .case_list_inbox p {
color:#878787;
font-size: 14px;
clear: both;
}
.case_list .case_list_inbox p.icon {
display: block;
margin-bottom: 5px;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.case_list .case_list_inbox p.icon span {
color:#575757;
display: inline-block;
background: #EDEDEB;
width: calc(33.3% - 4px);
padding: 3px 0 3px;
text-align: center;
border-radius: 6px;

box-sizing: border-box;
}

.case_list .case_list_inbox p.icon::after{
  content:"";
  display: block;
width: calc(33.3% - 4px);
height: 0;
}


.case_list .case_list_inbox p.contest {
display: block;
margin-bottom: 5px;
padding-top: 0px;
color:#aea670;
font-size: 15px;
line-height: 1.1;
font-weight: bold;
}



.case_list .contest_box {
width: 100%;
background: #AEA670;
padding: 35px 0;
position: relative;
color:#fff;
text-align: center;
}
.case_list .contest_box .contest_icon{
display: block;
position: absolute;
width: 152px;
height: auto;
top:35px;
left:30px;
}
#contents .case_list .contest_box .contest_inbox h3 {
    background: none;;
    border-top: none;
    clear: both;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
		line-height: 1.2;
}
#contents .case_list .contest_box .contest_inbox img {
margin-bottom: 10px;
}
#contents .case_list .contest_box .contest_inbox p {
font-size: 15px;
}

#contents .case_list .contest_box a.contest_detail {
position: absolute;
color:#fff;
text-decoration: none;
font-size: 14px;
height: 24px;
right:30px;
bottom:35px;
}
#contents .case_list .contest_box a.contest_detail>span {
height: 24px;
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-align-items: center;
align-items: center;

}
#contents .case_list .contest_box a.contest_detail>span>span {
display: inline-block;
line-height: 1.1;
}
#contents .case_list .contest_box a.contest_detail:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
#contents .case_list .contest_box a.contest_detail>span:after {
display: inline-block;
content: url("/common/images/icon10_over.png");
width: 24px;
height: 24px;
margin:0 0 0 10px;
}



#contents .search_box {
margin-top: 10px;
margin-bottom: 50px;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#contents .search_box .search_txt {
width: 200px;
}
#contents .search_box .search_txt h2 {
    margin-bottom: 0px;
    text-align: left;
		font-weight: 400;
		font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

#contents .search_location {
width: 730px;
margin-bottom: 40px;
}


#contents .search_location .btn_location{
-webkit-appearance: none;
  border: none;
	font-size: 16px;
  border-radius: 6px;
  background-color: #333333;
  padding: 14px 30px 16px;
  text-align: center;
  color: #fff;
	box-sizing: border-box;
	margin-bottom: 12px;
	cursor: pointer;
	
	display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-align-items: center;
align-items: center;
}
#contents .search_location .btn_location img{
margin-right: 12px;
}
#contents .search_location .btn_location:hover{
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

#contents .select_location select {
	width: 100%;
	font-size: 16px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  padding: 12px 30px 14px;
	box-sizing: border-box;
	color:#888;
	border: none;
}
#contents .select_location select:disabled {
background:#f2f2f2;
}
#contents .select_location select option {
color:#333;
}
#contents .select_location select::-ms-expand {
    display: none;
}
#contents .select_location {
	position: relative;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #ffffff;
	margin-bottom: 12px;
}
#contents .select_location::before {
background: #EDEDEB url("../../shared/images/icon_locationselect.svg") no-repeat center center;
background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	padding: 0;
	content: '';
	width: 42px;
	height: 100%;
	pointer-events: none;
}

#contents .search_condition {
width: 100%;
}

#contents .search_condition a.btn_condition {
background: #DCDCDC;
display: block;
text-decoration: none;
color:#333;
font-size: 22px;
position: relative;
text-align: center;
padding: 16px 0 18px;
}
#contents .search_condition .btn_condition:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

#contents .search_condition .btn_condition .accordion_icon,
#contents .search_condition .btn_condition .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#contents .search_condition .btn_condition .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin:14px 10px 0 0;
}
#contents .search_condition .btn_condition .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contents .search_condition .btn_condition .accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#contents .search_condition .btn_condition .accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
#contents .search_condition .btn_condition.active .accordion_icon span:nth-of-type(1) {
	display:none;
}
#contents .search_condition .btn_condition.active .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


#contents .search_condition_inbox{
padding: 40px 0 20px;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;

}
#contents .search_condition_inbox .search_condition_txt {
display: inline-block;
width: 200px;
font-weight: 400;
font-size: 20px;
line-height: 1.2;
padding-top: 7px;
}
#contents .search_condition_inbox .search_condition_txt em {
font-weight: normal;
font-size: 14px;
font-style: normal;
line-height: 1.2;
}
#contents .search_condition_inbox .search_condition_btns {
width: 730px;
margin-bottom: 30px;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#contents .search_condition_inbox .check_group3,
#contents .search_condition_inbox .check_group4 {
width: 100%;
display: none;
}
#contents .search_condition_inbox .check_group3>div,
#contents .search_condition_inbox .check_group4>div {
width: 100%;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#contents .search_condition_inbox .search_condition_btns .check_label {
position: relative;
width: 19%;
}
#contents .search_condition_inbox .search_condition_btns input[type=checkbox] {
opacity: 0;
z-index: -10;
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
margin: auto;
/*	display: none;*/
}
#contents .search_condition_inbox .search_condition_btns input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#contents .search_condition_inbox .search_condition_btns input[type=checkbox].checkbox01:checked + label {
	color: #fff;
	background: #595758;
	border:  solid 1px #595758;
}
#contents .search_condition_inbox .search_condition_btns .check_label label:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
#contents .search_condition_inbox .search_condition_btns .check_label label {
width: 100%;
font-size: 14px;
	display: block;
	text-align: center;
	padding: 4px 2px;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: #EDEDEB;
	color: #333;
	border:  solid 1px #EDEDEB;
}


#contents .search_condition_inbox .search_condition_btns .radio_label {
position: relative;
width: 19%;
}
#contents .search_condition_inbox .search_condition_btns input[type=radio] {
opacity: 0;
z-index: -10;
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
margin: auto;
}
#contents .search_condition_inbox .search_condition_btns input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#contents .search_condition_inbox .search_condition_btns input[type=radio].radiobtn01:checked + label {
	color: #fff;
	background: #595758;
	border:  solid 1px #595758;
}
#contents .search_condition_inbox .search_condition_btns input[type=radio] + label:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
#contents .search_condition_inbox .search_condition_btns input[type=radio] + label {
font-size: 14px;
	display: block;
	text-align: center;
	padding: 4px 2px;
	cursor: pointer;
	border-radius: 6px;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #333;
	background: #EDEDEB;
	border:  solid 1px #EDEDEB;
}
#contents .search_condition_inbox .search_condition_btns span.blank{
  display: block;
  width:19%;
	height: 0;
	margin: 0;
}
#contents .search_condition_inbox .check_group4{
  display: none;
}
#contents .search_condition_inbox .search_result_num{
font-size: 22px;
border-top: solid 1px #c8c8c8;
border-bottom: solid 1px #c8c8c8;
text-align: center;
padding: 12px 0 16px;
line-height: 1.2;
width: 100%;
margin-bottom: 30px;
}
#contents .search_condition_inbox .search_result_num strong{
font-size: 30px;
padding: 0 5px;
font-weight: normal;
}


#contents .search_condition .btn_submit{
-webkit-appearance: none;
  border: none;
	font-size: 16px;
  border-radius: 6px;
  background-color: #FFBC1A;
  padding: 14px 30px;
  text-align: center;
  color: #333;
	box-sizing: border-box;
	margin:0 auto;
	cursor: pointer;
	
	display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-align-items: center;
align-items: center;
}
#contents .search_condition .btn_submit img{
margin:0 0 3px 10px;
}
#contents .search_condition .btn_submit:hover{
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


#contents .case_list .loading {
text-align: center;
}

.case_cation {
text-align: center;
margin-bottom: 30px;
color:#878787;
}
