/* å­¦æ ¡ãƒ»å·¥å ´ãƒ»è‡ªæ²»ä½“ãƒ»ç—…é™¢ã®ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³å…±é€š */

@media print, screen and (min-width: 992px) {
  .solution_mv {
    padding-top: 90px;
  }
}

.answer > div {
    position: relative;
}
.answer > div .lib-card__caption {
    position: absolute;
    width: 24%;
    height: auto;
    top: -7%;
    left: 6px
}
.w350 {
    max-width: 350px;
    width: 100%;
}
.flex-item-last-bottom {
    margin-top: auto;
}

/* å­¦æ ¡ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³-start */
.education_mv_color {
    background: #48795f;
}
.education_txt_color {
    color: #48795f;
}
.lib-link__btn.education_btn {
    background-color: #48795f;
    border-color: #48795f;
}
.lib-link__btn.education_btn:hover {
    background-color: #fff;
    color: #48795f;
}
.lib-link__btn.education_btn.bg-wht {
    background-color: #fff;
    border-color: #48795f;
    color: #48795f;
}
.lib-link__btn.education_btn.bg-wht:hover {
    background-color: #48795f;
    color: #FFF;
}
/*
ã€€lib-card__txtareaã‚’å‰Šé™¤ã—ã¦ã‚»ãƒ¬ã‚¯ã‚¿ãƒ¼ã‚’è¿½åŠ 
*/
.education_problem {
     border: 2px solid  #48795f;
     border-radius: 5px;
}
.education_problem h3.title {
    color: #48795f;
}
.education_problem ul {
    background: #48795f;
}
.education_problem ul li {
    color: #FFF;
    font-weight: bold;
}

/* solusion_map */
.solusion_map > a > img {
    max-height: 30px;
}
div[id^=solution] > div > div:nth-child(1) .lib-card__thumb img,
.solution_box > div > div:nth-child(1) .lib-card__thumb img {
    width: auto;
    max-height: 32px;
}
div[id^=solution] > div > div:nth-child(2) .lib-card__thumb,
.solution_box > div > div:nth-child(2) .lib-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: clamp(100px, 22vh, 300px);
    padding: 1vw 4vw; */
    text-align: center;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
/* div[id^=solution] > div > div:nth-child(2) .lib-card__thumb img {
    max-width: 350px;
} */

/* slider */
.education_slider.u-aspect .swiper-wrapper > div span.lib-card__thumb {
    max-height: 80px;
    padding: 13px;
    background-color: rgb(220, 232, 228);
    text-align: center;
}
.education_slider.u-aspect .swiper-wrapper > div span.lib-card__thumb img {
    width: 50%;
    object-fit: contain;
    padding: 10px 6%;
    background-color: #fff;
}
/* å­¦æ ¡ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³ãƒ¼END */

/* å·¥å ´ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³-start */
.manufacturing_mv_color {
    background: #0a2162;
}
.manufacturing_txt_color {
    color: #0a2162;
}
.lib-link__btn.manufacturing_btn {
    background-color: #0a2162;
    border-color: #0a2162;
}
.lib-link__btn.manufacturing_btn:hover {
    background-color: #fff;
    color: #0a2162;
}
.lib-link__btn.manufacturing_btn.bg-wht {
    background-color: #fff;
    border-color: #0a2162;
    color: #0a2162;
}
.lib-link__btn.manufacturing_btn.bg-wht:hover {
    background-color: #0a2162;
    color: #FFF;
}

.manufacturing_incident {
    position: relative;
    flex-grow: 1;
    margin-top: 1.5%;
    padding: 4.5% 3.5% 0;
    border: 2px solid #0a2162;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 #eff2f9;
}
.manufacturing_incident ul {
    gap: 10px 20px;
}
.manufacturing_incident ul li {
    display: flex;
    width:100%;
    box-sizing: border-box;
    gap: .25em;
}
@media screen and (min-width:769px){
    
    .manufacturing_incident ul li{
        width:50%;
    }
    .manufacturing_incident ul li:nth-child(even){
        width:auto;
    }
}
.manufacturing_incident ul li > img {
    display: flex;
    width: 16px;
    height: 16px;
    transform: translateY(3px);
}
.manufacturing_incident ul li > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-height: calc(1.5em * 2);
  min-height: calc(1.5em * 2);
  font-weight: bold;
}

/*
ã€€lib-card__txtareaã‚’å‰Šé™¤ã—ã¦ã‚»ãƒ¬ã‚¯ã‚¿ãƒ¼ã‚’è¿½åŠ 
*/
.manufacturing_problem {
     border: 2px solid  #0a2162;
     border-radius: 5px;
}
.manufacturing_problem h3.title {
    color: #0a2162;
}
.manufacturing_problem ul {
    background: #0a2162;
}
.manufacturing_problem ul li {
    color: #FFF;
    font-weight: bold;
}

/* slider */
.manufacturing_slider.u-aspect .swiper-wrapper > div span.lib-card__thumb {
    max-height: 80px;
    padding: 13px;
    background-color: #dce1f1;
    text-align: center;
}
.manufacturing_slider.u-aspect .swiper-wrapper > div span.lib-card__thumb img {
    width: 50%;
    object-fit: contain;
    padding: 10px 6%;
    background-color: #fff;
}
/* å·¥å ´ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³ãƒ¼END */

/* è‡ªæ²»ä½“ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³start */
.municipality_mv_color {
    background: #307dcd;
}
.municipality_txt_color {
    color: #307dcd;
}
.lib-link__btn.municipality_btn {
    background-color: #307dcd;
    border-color: #307dcd;
}
.lib-link__btn.municipality_btn:hover {
    background-color: #fff;
    color: #307dcd;
}
.lib-link__btn.municipality_btn.bg-wht {
    background-color: #fff;
    border-color: #307dcd;
    color: #307dcd;
}
.lib-link__btn.municipality_btn.bg-wht:hover {
    background-color: #307dcd;
    color: #FFF;
}

.municipality_incident {
    position: relative;
    flex-grow: 1;
    margin-top: 1.5%;
    padding: 4.5% 3.5% 0;
    border: 2px solid #307dcd;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 #eff2f9;
}
.municipality_incident ul {
    gap: 10px 20px;
}
.municipality_incident ul li {
    width: calc(50% - 10px);
    display: flex;
    box-sizing: border-box;
    gap: .25em;
}
.municipality_incident ul li > img {
    display: flex;
    width: 16px;
    height: 16px;
    transform: translateY(3px);
}
.municipality_incident ul li > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-height: calc(1.5em * 2);
  min-height: calc(1.5em * 2);
  font-weight: bold;
}

/*
ã€€lib-card__txtareaã‚’å‰Šé™¤ã—ã¦ã‚»ãƒ¬ã‚¯ã‚¿ãƒ¼ã‚’è¿½åŠ 
*/
.municipality_problem {
     border: 2px solid  #307dcd;
     border-radius: 5px;
}
.municipality_problem h3.title {
    color: #307dcd;
}
.municipality_problem ul {
    background: #307dcd;
}
.municipality_problem ul li {
    color: #FFF;
    font-weight: bold;
}

.municipality_case .detail {
    justify-content: space-between;
}
.municipality_case .detail .lib-card__thumb {
    max-width: 125px;
}
.municipality_case .detail > div:nth-child(2) {
    width: calc(90% - 125px);
}
.municipality_case .detail > div:nth-child(2) > ul {
    width: 100%;
}
.municipality_case .detail > div:nth-child(2) > ul li {
    font-size: 12px;
}
.municipality_case .detail > div:nth-child(2) > ul li:nth-child(1) {
    width: 6em;
}
.municipality_case .detail > div:nth-child(2) > ul li:nth-child(2) {
    width: calc(100% - 6em);
}
/* è‡ªæ²»ä½“ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³END */


/* ç—…é™¢ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³start */
.medical_mv_color {
    background: #37b247;
}
.medical_bg_color {
    background: #37b247;
}
.medical_txt_color {
    color: #37b247;
}
.lib-link__btn.medical_btn {
    background-color: #37b247;
    border-color: #37b247;
}
.lib-link__btn.medical_btn:hover {
    background-color: #fff;
    color: #37b247;
}
.lib-link__btn.medical_btn.bg-wht {
    background-color: #fff;
    border-color: #37b247;
    color: #37b247;
}
.lib-link__btn.medical_btn.bg-wht:hover {
    background-color: #37b247;
    color: #FFF;
}

.medical_incident {
    position: relative;
    flex-grow: 1;
    margin-top: 1.5%;
    border: 2px solid #37b247;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 #eff2f9;
}
.medical_incident ul {
    gap: 10px 20px;
}
.medical_incident ul li {
    display: flex;
    width:100%;
    box-sizing: border-box;
    gap: .25em;
}
@media screen and (min-width:769px){
    
    .medical_incident ul li{
        width:calc(50% - 10px);
    }
}
.medical_incident ul li > img {
    display: flex;
    width: 16px;
    height: 16px;
    transform: translateY(3px);
}
.medical_incident ul li > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-height: calc(1.5em * 2);
  min-height: calc(1.5em * 2);
  font-weight: bold;
}

/*
ã€€lib-card__txtareaã‚’å‰Šé™¤ã—ã¦ã‚»ãƒ¬ã‚¯ã‚¿ãƒ¼ã‚’è¿½åŠ 
*/
.medical_problem {
     border: 2px solid  #37b247;
     border-radius: 5px;
}
.medical_problem h3.title {
    color: #37b247;
}
.medical_problem ul {
    background: #37b247;
}
.medical_problem ul li {
    color: #FFF;
    font-weight: bold;
}

/* slider */
.medical_slider.u-aspect .swiper-wrapper > div span.lib-card__thumb {
    max-height: 80px;
    padding: 13px;
    background-color: #e0f2e5;
    text-align: center;
}
.medical_slider.u-aspect .swiper-wrapper > div span.lib-card__thumb img {
    width: 50%;
    object-fit: contain;
    padding: 10px 6%;
    background-color: #fff;
}
/* ç—…é™¢ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³END */

/* æ¬¡ä¸–ä»£ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£start */
.security_mv_color {
    background: #315d92;
}
.security_mv_color .lib-card__txtarea {
    max-width:600px
}
.security_bg_color {
    background: #315d92;
}
.security_txt_color {
    color: #315d92;
}
.lib-link__btn.security_btn {
    background-color: #315d92;
    border-color: #315d92;
}
.lib-link__btn.security_btn:hover {
    background-color: #fff;
    color: #315d92;
}
.lib-link__btn.security_btn.bg-wht {
    background-color: #fff;
    border-color: #315d92;
    color: #315d92;
}
.lib-link__btn.security_btn.bg-wht:hover {
    background-color: #315d92;
    color: #FFF;
}
.security_method h3 {
    padding-left: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.security_method h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #084d8a;
}
.security_method h3 span {
    font-size: 12px;
}
.security_solution ul li a:hover {
    color: #315d92;
    border-color: #315d92;
}

/* æ¬¡ä¸–ä»£ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£END */

/* ãƒ†ãƒ¬ãƒ¯ãƒ¼ã‚¯ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³start */
.telework_mv_color {
    background: #1c4e8c;
}
.telework_mv_color .lib-card__txtarea {
    max-width:600px
}
.telework_bg_color {
    background: #1c4e8c;
}
.telework_txt_color {
    color: #1c4e8c;
}
.lib-link__btn.telework_btn {
    background-color: #1c4e8c;
    border-color: #1c4e8c;
}
.lib-link__btn.telework_btn:hover {
    background-color: #fff;
    color: #1c4e8c;
}
.lib-link__btn.telework_btn.bg-wht {
    background-color: #fff;
    border-color: #1c4e8c;
    color: #1c4e8c;
}
.lib-link__btn.telework_btn.bg-wht:hover {
    background-color: #1c4e8c;
    color: #FFF;
}

.telework_solution ul li a:hover {
    color: #1c4e8c;
    border-color: #1c4e8c;
}

.telework_table table td {
    vertical-align: top;
}
.telework_table table td p {
    text-align: center;
}
.telework_table table td p img {
    max-width: 25px;
}
.telework_table table tr td:nth-child(n + 2):nth-child(-n + 4) {
    background-color: #fff7ed;
}
.telework_table table tr td:nth-child(5) {
    background-color: #e6f3ff;
}

.telework_table table tr td:nth-child(6),
.telework_table table tr td:nth-child(7) {
    background-color: #fff0f2;
}

.telework_method {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    border: 1px solid #f5a84d;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff7ed;
    z-index: 1;
}
.telework_method::after {
    content: "";
    background: url(/dcms_media/image/telework-balloon_parts.png) no-repeat;
    width: 31px;
    height: 46px;
    top: -45px;
    left: 29%;
    position: absolute;
    background-size: 100%;
}
/* ãƒ†ãƒ¬ãƒ¯ãƒ¼ã‚¯ã‚½ãƒªãƒ¥ãƒ¼ã‚·ãƒ§ãƒ³END */