/* CSS Document */
@import url(article.css);
@import url(footer.css);

main, .wrap {
  overflow-x: hidden;
}
.page_saction {
  overflow: visible;
}
.search-hero:before{
  content:"";
  background: url("../img/kv_irrust_search.png") no-repeat left bottom;
  position:absolute;
  left:var(--outergap);
  bottom:0;
  width:300px;
  height:300px;
  background-size:contain;
}
.search-hero h1:before {
  content:"";
  background: url(../img/icn_menu01.svg) center no-repeat;
  background-size: 100% auto;
}
p.sec_lead {
    font-size:0.85em;
}

@media (max-width: 1024px) {

}
@media (max-width: 768px) {
    .search-hero:before{
        display: none;
    }
    p.sec_lead {
        text-align: left !important;
    }
}

/****************
form
******************/
select {
    width:100%;
    border:#999a9e 1px solid;
    padding:var(--size10);
    border-radius: 10px;
}
.p-filter__button-item {
    border:none;
    outline:none;
    cursor: pointer;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-color:#d9d9d9;
    border-style:solid;
    border-width:1px;
    background-color:#d9d9d9;
    background-image: url("../img/check.svg");
    background-position: center;
    background-repeat: no-repeat;
  background-size:14px auto;
}
input[type="checkbox"]:checked {
  background-color: var(--keygreen);
  border-color: var(--keygreen);
  
}

/****************
p-filter_wrap
******************/
.p-filter_wrap {
    margin-top:var(--size80);
}
.p-filter__heading {
    display: flex;
    align-items: baseline;
    gap:4px;
    margin-bottom:6px;
}
.p-filter__heading .main_txt {
    font-size:1.125em;
}
.p-filter__heading .sub {
    font-size:0.85em;
}
.p-filter__heading .cap {
    font-size:0.75em;
}
.p-filter__heading:before {
    content:"";
    width:22px;
    height:22px;
    display: block;
    background: url("../img/icn_search.png") no-repeat;
    background-size: 100% 100%;
}
.p-filter_box_btm{
    margin-top:var(--size80);
}
.p-filter_chk_index {
    gap:var(--size15) var(--size30);
    margin-top:var(--size10);
}
.p-filter_chk_item{
    border-width:2px;
    border-style:solid;
    border-radius: 10px;
    padding:var(--size10) var(--size10);
}
.p-filter_chk_item label {
    display: flex;
    position:relative;
    align-items: center;
    gap:8px;
    padding-right:30px;
}
.p-filter_chk_item label:before {
    content:"";
    width:24px;
    height:24px;
    display: block;
}
.p-filter_chk_item input[type="checkbox"] {
    position:absolute;
    right:0;
    top:calc(50% - 13px);
}


.accordion_box .btn_open {
    width:100%;
    background-color: var(--keygreen);
    text-align: center;
    height:3.625em;
    border-radius: 10px;
    color:white;
    line-height: 3.625em;
    display: block;
}
.accordion_box .btn_open:before{
    content:"+ ";
    font-size:1.5em;
    vertical-align: bottom;
}
.accordion_box details[open] .btn_open:before{
    content:"";
    width:14px;
    height:2px;
    margin-right:0.25em;
    background-color: white;
    display: inline-block;
    vertical-align:middle;
}
.search_conditions {
    width:100%;
}
.search_conditions dl {
    display: flex;
    gap:var(--size40);
    width:100%;
}
.search_conditions dl dt {
    color:var(--li_gley);
    font-weight:600;
    white-space: nowrap
}
.search_conditions dl dd {
    flex-grow: 1;
}
.search_conditions dl dd .cat_list {
    padding-bottom:var(--size10);
    border-bottom:1px solid #d9d9d9;
    width:100%;
    display: flex;
    flex-flow: wrap;
    gap:6px;
}
.cat_list .cat_label {
    display: inline-block;
    padding:4px 8px;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size:0.85em;
}
.purpose_list_box {
    margin-top:var(--size10);
}
.purpose_list_box .purpose_list,.item__meta .purpose_label_list.purpose_list {
    display: flex;
    flex-flow: wrap;
    gap:6px;
    flex:1;
}
.purpose_list_box .purpose_list li,.item__meta .purpose_label_list.purpose_list li {
    white-space: nowrap;
    padding:2px 8px;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size:0.85em;
    display: flex;
    align-items: center;
    gap:4px;
}
.purpose_list_box .purpose_list li:before {
    content:"";
    width:20px;
    height:20px;
    display: block;
}

.item__meta .purpose_label_list.purpose_list li:before {
    width:20px;
    height:20px;
}
.result_area {
    background-color: var(--bg_green02);
    padding-top:var(--size60);
    padding-bottom:var(--size80);
}

.op_cat01 label:before {
    background: url("../img/icn_green.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li span:before {
    font-size:0.75rem;
}
.purpose_list li.op_cat01:before {
    background: url("../img/icn_green_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat01 span:before {
    content:"テレワークに関する情報を入手したい";
}
.purpose_label_list li.op_cat01 span:before {
    content:"情報を入手したい";
}
.op_cat01 label input[type="checkbox"]:checked {
    background-color: var(--op_cat01);
    border-color: var(--op_cat01);
}
.op_cat02 label:before{
    background: url("../img/icn_yellowgreen.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat02:before {
    background: url("../img/icn_ygreen_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat02 span:before {
    content:"テレワーク導入・活用の事例や手法を学びたい";
}
.purpose_label_list li.op_cat02 span:before {
    content:"導入・活用の事例や手法";
}
.op_cat02 label input[type="checkbox"]:checked {
    background-color: var(--op_cat02);
    border-color: var(--op_cat02);
}
.op_cat03 label:before{
    background: url("../img/icn_yellow.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat03:before {
    background: url("../img/icn_yellow_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat03 span:before {
    content:"テレワーク導入・利用促進・定着に向けた支援をしてほしい";
}
.purpose_label_list li.op_cat03 span:before {
    content:"導入・利用促進・定着支援";
}
.op_cat03 label input[type="checkbox"]:checked {
    background-color: var(--op_cat03);
    border-color: var(--op_cat03);
}
.op_cat04 label:before {
    background: url("../img/icn_orange.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat04:before {
    background: url("../img/icn_orange_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat04 span:before {
    content:"自社のテレワーク活用状況を把握整理したい";
}
.purpose_label_list li.op_cat04 span:before {
    content:"自社の活用状況を把握整理";
}
.op_cat04 label input[type="checkbox"]:checked {
    background-color: var(--op_cat04);
    border-color: var(--op_cat04);
}
.op_cat05 label:before{
    background: url("../img/icn_red.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat05:before {
    background: url("../img/icn_red_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat05 span:before {
    content:"テレワークの助成制度を活用したい";
}
.purpose_label_list li.op_cat05 span:before {
    content:"助成制度の活用";
}
.op_cat05 label input[type="checkbox"]:checked {
    background-color: var(--op_cat05);
    border-color: var(--op_cat05);
}
.op_cat06 label:before {
    background: url("../img/icn_pink.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat06:before {
    background: url("../img/icn_pink_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat06 span:before {
    content:"サテライトオフィスを活用したい";
}
.purpose_label_list li.op_cat06 span:before {
    content:"サテライトオフィス";
}
.op_cat06 label input[type="checkbox"]:checked {
    background-color: var(--op_cat06);
    border-color: var(--op_cat06);
}
.op_cat07 label:before{
    background: url("../img/icn_purple.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat07:before {
    background: url("../img/icn_purple_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat07 span:before {
    content:"テレワークを活用した採用を行いたい";
}
.purpose_label_list li.op_cat07 span:before {
    content:"テレワークを活用した採用";
}
.op_cat07 label input[type="checkbox"]:checked {
    background-color: var(--op_cat07);
    border-color: var(--op_cat07);
}
.op_cat08 label:before{
    background: url("../img/icn_blue.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat08:before {
    background: url("../img/icn_blue_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat08 span:before {
    content:"テレワーク取組事例・導入状況等を知りたい";
}
.purpose_label_list li.op_cat08 span:before {
    content:"取組事例・導入状況";
}
.op_cat08 label input[type="checkbox"]:checked {
    background-color: var(--op_cat08);
    border-color: var(--op_cat08);
}
.op_cat09 label:before{
    background: url("../img/icn_cian.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat09:before {
    background: url("../img/icn_cian_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat09 span:before {
    content:"ガイドライン・関連資料を参照したい";
}
.purpose_label_list li.op_cat09 span:before {
    content:"ガイドライン・関連資料";
}
.op_cat09 label input[type="checkbox"]:checked {
    background-color: var(--op_cat09);
    border-color: var(--op_cat09);
}
.op_cat10 label:before{
    background: url("../img/icn_emerald.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat10:before {
    background: url("../img/icn_emelard_fill.png") no-repeat;
    background-size: 100% 100%;
}
.purpose_list li.op_cat10 span:before {
    content:"テレワーク活用を社内外にPRしたい";
}
.purpose_label_list li.op_cat10 span:before {
    content:"テレワーク活用PR";
}
.op_cat10 label input[type="checkbox"]:checked {
    background-color: var(--op_cat10);
    border-color: var(--op_cat10);
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
    .p-filter_chk_item label{
        font-size:0.85em;
    }
    .p-filter_box_btm {
        margin-top: var(--size60);
    }
    .p-filter_chk_item label:before {
        width: 20px;
        height: 20px;
    }
    .p-filter_chk_item label:before {
        width: 20px;
        height: 20px;
    }
    input[type="checkbox"]{
        width: 18px;
        height: 18px;
        background-image: url(../img/check.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        
    }
    .p-filter_chk_item input[type="checkbox"] {
        top: calc(50% - 10px);
    }
    .search_conditions dl {
    flex-direction: column;
        gap: var(--size20);
    }
    .search_conditions dl dd, .search_conditions dl dt {
        width:100%;
    }
    .purpose_list_box .purpose_list li, .item__meta .purpose_label_list.purpose_list li {
        white-space: normal;
        font-size:0.75em;
    }
}
@media (min-width: 1441px) {

}


