@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   sp_includeBlock.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */

/*作業実績*/
.wrap_block_case {
    position: relative;
    padding: 40px 15px;
    background: #e5f0f7;
}

.block_case .wrap_tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.block_case .wrap_tit .tit {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.block_case .wrap_tit .ichiran a {
    display: block;
    width: 60px;
    background: #152860 url(../img/ico_arw_w.svg) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 2px 10px 1px;
}

.block_case .case_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block_case .case_ul > li + li {
  margin: 30px 0 0;
}

.block_case .item a {
    display: block;
    color: #333;
    text-decoration: none;
}

.block_case .item .wrap_img {
    position: relative;
}

.block_case .case_ul .img {
    border: solid 1px #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    width: 100%;
}

.block_case .case_ul .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: auto;
    height: auto;
}

.block_case .item .category {
    position: absolute;
    bottom: -26px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block_case .item .category li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.block_case .item .category li:last-child {
    margin-right: 0;
}

.block_case .item .category span {
    display: inline-block;
    background: #e85412;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 10px;
}

.block_case .item .category .mainte_case_tag {
    border: solid 1px #0a3499;
    background: #fff;
    color: #0a3499;
}

.block_case .item .category .alldenka_case_tag {
    border: solid 1px #df200c;
    background: #fff;
    color: #df200c;
}

.block_case .item .category .byuse_case_tag {
    border: solid 1px #0d643b;
    background: #fff;
    color: #0d643b;
}

.block_case .item .title {
    padding: 30px 0 4px;
    color: #152860;
    font-weight: bold;
    text-decoration: underline;
} 

/*コラム*/
.block_column {
    padding: 40px 15px;
}

.block_column .wrap_tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.block_column .wrap_tit .ichiran a {
    display: block;
    width: 60px;
    background: #152860 url(../img/ico_arw_w.svg) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 2px 10px 1px;
}

.block_column .tit {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

.block_column .column_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block_column .column_ul > li + li {
    margin: 30px 0 0;
}

.block_column .item a {
    display: block;
    color: #333;
    text-decoration: none;
}

.block_column .wrap_img {
    position: relative;
}

.block_column .wrap_img .img {
    text-align: center;
}

.block_column .item .category {
    position: absolute;
    bottom: -26px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block_column .item .category li {
    display: inline-block;
}

.block_column .item .category span {
    display: inline-block;
    background: #e85412;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 10px;
    margin: 0 8px 8px 0;
}

.block_column .item .category li:last-child span {
    margin-right: 0;
}

.block_column .item .category .parent_tag {
    display: none;
}


.block_column .item .category .mainte_tag {
    border: solid 1px #0a3499;
    background: #fff;
    color: #0a3499;
}

.block_column .item .category .alldenka_tag {
    border: solid 1px #df200c;
    background: #fff;
    color: #df200c;
}

.block_column .item .category .byuse_tag {
    border: solid 1px #0d643b;
    background: #fff;
    color: #0d643b;
}

.block_column .item .data p {
    word-break: break-word;
}

.block_column .item .title {
    padding: 30px 0 6px;
    color: #152860;
    font-weight: bold;
    text-decoration: underline;
}  

.block_column .item .date {
    margin-top: 4px;
    background: url(../img/ico_calendar_blue.svg) left 46% no-repeat;
    background-size: 18px auto;
    padding-left: 28px;
    color: #8f8f8f;
}  

.block_subsidy {
    background: #f0f6f7;
    padding: 40px 15px;
}

.block_subsidy .wrap_tit {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.block_subsidy .wrap_tit .tit {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    flex-grow: 2;
}

.block_subsidy .wrap_tit .ichiran a {
    display: block;
    width: 60px;
    background: #152860 url(../img/ico_arw_w.svg) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 2px 10px 1px;
}

.block_subsidy ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block_subsidy .item + .item {
    margin-top: 20px;
}

.block_subsidy .date {
    flex-basis: 110px;
    line-height: 1.2;
    margin: 6px 10px 0 0;
}

.block_subsidy .category {
    margin-top: 10px;
}

.block_subsidy .category li {
    display: inline-block;
}

.block_subsidy .category span {
    display: inline-block;
    background: #fff;
    color: #e85412;
    font-size: 1.4rem;
    padding: 1px 10px 0px;
    border: solid 1px #e85412;
    text-align: center;
    margin: 0 8px 4px 0;
}

.block_subsidy .category li:last-child span {
    margin-right: 0;
}

.block_subsidy .category .parent_tag {
    display: none;
}

.block_subsidy .category .mainte_tag {
    border: solid 1px #0a3499;
    background: #fff;
    color: #0a3499;
}

.block_subsidy .category .alldenka_tag {
    border: solid 1px #df200c;
    background: #fff;
    color: #df200c;
}

.block_subsidy .category .byuse_tag {
    border: solid 1px #0d643b;
    background: #fff;
    color: #0d643b;
}