@charset 'UTF-8';

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

/*作業実績*/
.wrap_block_case {
    position: relative;
    padding: 80px 0;
    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 .tit {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 0.1em;
}

.block_case .wrap_tit .ichiran a {
    display: block;
    width: 80px;
    background: #152860 url(../img/ico_arw_w.svg) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 2px 10px 1px;
    transition: all 200ms 0s ease;
    white-space: nowrap;
}

.block_case .wrap_tit .ichiran a:hover {
    background-color: #344d99;
}

.block_case .case_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.block_case .case_ul > li {
    flex-basis: 344px;
}

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

.block_case .case_ul > li:nth-child(3n) {
    margin: 0;
}

.block_case .case_ul > li:nth-child(n+4) {
    margin-top: 48px;
}

.block_case .item a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 200ms 0s ease;
}

.block_case .item a:hover {
    opacity: 0.7;
}

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

.block_case .item .wrap_img .img {
    border: solid 1px #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    width: 344px;
    height: 258px;
}

.block_case .item .wrap_img .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: auto;
    height: auto;
    max-width: 342px;
    max-height: 256px;
}

.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: 14px;
    font-size: 1.4rem;
    padding: 4px 10px;
}

.tablet .block_case .item .category span {
    text-align: center;
    width: calc(100% - 20px);
    white-space: nowrap;
}

.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_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_case .item a:hover .title {
    text-decoration: none;
}

/*コラム*/
.block_column {
    padding: 80px 0;
}

.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 .tit {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 0.1em;
}

.block_column .wrap_tit .ichiran a {
    display: block;
    width: 80px;
    background: #152860 url(../img/ico_arw_w.svg) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 2px 10px 1px;
    transition: all 200ms 0s ease;
}

.block_column .wrap_tit .ichiran a:hover {
    background-color: #344d99;
}

.block_column .column_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.block_column .column_ul > li {
    flex-basis: 344px;
}

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

.block_column .column_ul > li:nth-child(3n) {
    margin: 0;
}

.block_column .column_ul > li:nth-child(n+4) {
    margin-top: 48px;
}

.block_column .item a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 200ms 0s ease;
}

.block_column .item a:hover {
    opacity: 0.7;
}

.block_column .wrap_img {
    position: relative;
}

.block_column .wrap_img .img img {
    width: 344px;
    height: 200px;
}

.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;
}

.tablet .block_column .item .category li {
    display: block;
}

.block_column .item .category span {
    display: inline-block;
    background: #e85412;
    color: #fff;
    font-size: 14px;
    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;
}

.tablet .block_column .item .category span {
    text-align: center;
    width: calc(100% - 20px); 
    white-space: nowrap;
}

.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 a:hover .title {
    text-decoration: none;
}

.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: 80px 0;
}

.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: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.block_subsidy .wrap_tit .ichiran a {
    display: block;
    width: 80px;
    background: #152860 url(../img/ico_arw_w.svg) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 2px 10px 1px;
    transition: all 200ms 0s ease;
}

.block_subsidy .wrap_tit .ichiran a:hover {
    background-color: #344d99;
}

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

.block_subsidy .item {
    padding-bottom: 16px;
    border-bottom: solid 1px #c4c4c4;
}

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

.block_subsidy .data {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.block_subsidy .date {
    flex-basis: 106px;
    line-height: 1.2;
    margin-top: 6px;
}

.block_subsidy .category {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 106px);  
}

.block_subsidy .category li {
    display: block;
}

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

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

.tablet .block_subsidy .category span {
    text-align: center;
    width: calc(100% - 20px);
    white-space: nowrap;
}

.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;
}

.block_subsidy .title {
    width: 100%;
    margin-top: 2px;
}