@charset "UTF-8";
/*!
 * usecase共有専用
*/

/* =========================================================
 * 共通
 * @
 * ====================================================== */
body{
  background-image: none !important;
}
main a,
main a:visited {
    color: #004386;
}
main .add_menu a,
main .add_menu a:visited{
/*  color: #333;*/
  text-decoration :none !important;
}
.add_breadcrumbs a{
  text-decoration :none !important;
}

.conts_inr{
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .conts_inr{
    width: 92%;
  }
}
.usecase_h1{
  text-align: center;
  margin-top: 50px;
}
.usecase_h1 .read{
  font-size: 24px;
}
.usecase_h1 h1{
  margin-top: 20px !important;
  width:100% !important;
  max-width:1160px;
  padding:0 3% !important;
}
.back_link{
  text-align: right;
}
.read_txt{
  margin-top: 60px;
}
.read_txt p{
  font-size: 18px;
}
.introduction_block{
  width: 724px;
  border: 1px solid #CCCCCC;
  padding: 30px 20px 15px;
  margin: 50px auto;
}
.introduction_block dt{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.introduction_block dd{
  margin-bottom: 15px;
}
main.service_kobetsu .introduction_block ul{
  list-style-type: disc;
}
.introduction_block li{
  font-size: 16px;
  margin-left: 40px !important;
}
.introduction_block .cate_name{
  background: #B91518;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  width: 75px;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
}
main.service_kobetsu .introduction_block.usecase_ver ul{
  list-style-type: none;
}
main.service_kobetsu .introduction_block.usecase_ver ul li{
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .introduction_block{
    width: 96%;
  }
}
.representative_block{
  background: #F6F6F6;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.representative_block .company_info{
  width: 49%;
}
.representative_block .staff_info{
  width: 49%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}
.representative_block .company_info h2{
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 !important;
}
.representative_block .company_info p{
  font-size: 16px;
  margin-bottom: 20px;
}
.representative_block .staff_info .photo{
  width: 157px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.representative_block .staff_info div{
  width: calc(100% - 172px);
}
.representative_block .staff_info .name{
  font-weight: bold;
  margin-bottom: 10px;
}
.representative_block .staff_info div img{
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .representative_block{
    display: block;
  }
  .representative_block .company_info{
    width: 100%;
    margin-bottom: 15px;
  }
  .representative_block .staff_info{
    width: 100%;
    display: block;
    padding: 10px;
  }
  .representative_block .staff_info .photo{
    width: 100%;
    text-align: center;
  }
  .representative_block .staff_info div{
    width: 100%;
    margin-bottom: 15px;
  }
}
.case_block{
  padding: 50px 0;
  
}
.case_block h2{
  margin-bottom: 30px !important;
}
.case_block h3{
  margin-bottom: 20px !important;
}
.case_block p{
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.case_indent1 {
  text-indent: 1em;
}
.conpanyprofile_section p{
  font-size: 16px;
  margin-bottom: 20px;
}
.sub_backTo-top{
  margin-bottom: 0 !important;
}
.archive_floating_block{
  border-radius: 8px !important;
}
@media screen and (max-width: 768px) {
  .archive_floating_block{
    width: auto !important;
    margin-left: 3px !important;
  }
  .archive_floating_wrap{
    flex-wrap: nowrap !important;
    padding: 10px 7px 10px 7px !important;
  }
  .archive_floating_block img{
    width: 100% !important;
  }
}
.case_block02 h2{
  color: #B81318;
  font-size: 24px;
  font-weight: bold;
  display: flex !important;
  align-items: center; 
}
.case_block02 h2 .cate_name{
  background: #B91518;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  width: 75px;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  margin-right: 10px;
}
.before_after_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 100px auto;
}
.before_after_block{
  width: 430px;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.before_after_wrap .arrow{
  display: flex;
  align-items: center;
}
.before_after_block.after{
  background: #FEF3F7;
}
.before_after_block .img{
  text-align: center;
  margin-bottom: 10px;
}
.before_after_block .read{
  font-weight: bold;
  font-size: 18px;
  color: #B81418;
  margin-bottom: 15px;
  line-height: 1.5;
}
.before_after_block .txt{
  font-size: 16px;
  line-height: 1.5;
}
.before_after_block .icon{
  position: absolute;
  top: -50px;
  left: -30px;
}
.before_after_block.before .icon{
  left: 0;
}

@media screen and (max-width: 768px) {
  .before_after_wrap{
    display: block;
  }
  .before_after_block{
    width: 100%;
  }
  .before_after_wrap .arrow{
    display: block;
    text-align: center;
  }
  .before_after_wrap .arrow img{
    transform:rotate(90deg);
  }
  .before_after_block .icon{
    top: -30px;
    left: -10px;
  }
  .case_block02 h2{
    display: block !important;
  }
  .case_block02 h2 .cate_name{
    display: block;
  }
  .before_after_block .img img{
    max-width: 100%;
  }
}
/*2025/06/18追加*/

.conts_inr.renew{
  width: 1160px;
}
@media screen and (max-width: 768px) {
  .conts_inr.renew{
    width: 92%;
  }
}
.usecase_pageInrLink{
  margin: 88px auto 0;
  width: 1200px;
}
.usecase_pageInrLink ul{
  display: flex;
  flex-wrap: wrap;
}
.usecase_pageInrLink ul li{
  width: calc( 25% - 40px );
  margin: 0 !important;
  padding: 0 20px !important;
}
@media screen and (max-width: 768px) {
  .usecase_pageInrLink{
    margin: 40px auto 0;
    width: 92%;
  }
  .usecase_pageInrLink ul{
    display: block;
  }
  .usecase_pageInrLink ul li{
    width: 100%;
    padding: 0 !important;
  }
}
.usecase_pageInrLink .cate_name{
  background: #CC0033;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.usecase_pageInrLink .cate_name a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px;
  font-size: 16px;
}
.usecase_pageInrLink .cate_name a::before {
  background-image: url(/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 13px;
  margin: auto;
  content: "";
  width: 6.409px;
  height: 9.561px;
  background-size: 100% 100%;
}
.usecase_pageInrLink p{
  font-size: 16px;
  margin: 10px 0 35px;
  font-weight: bold;
}
.renew.caseBlock{
  background: #F2F2F2;
  border-radius: 4px;
  padding-bottom: 40px;
  margin: 50px auto 100px;
}
.caseBlockTtl{
  background: #CC0033;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.taskBlock, .counterplanBlock ,.resultsBlock{
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .taskBlock, .counterplanBlock ,.resultsBlock{
    padding: 20px;
  }
  .renew.caseBlock{
    padding-bottom: 20px;
    margin: 30px auto 60px;
  }
}
.caseBlock .ttlBlock{
  display: flex;
  align-items: center;
}
.caseBlock .ttlBlock p{
  font-size: 22px;
  font-weight: bold;
  width: calc(100% - 96px);
}
.caseBlock .ttlBlock span{
  display: inline-block;
  width: 76px;
  height: 76px;
  text-align:center;
  line-height: 76px;
  border-radius: 50%;
  border: solid 1px #333333;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .caseBlock .ttlBlock p{
    font-size: 18px;
    width: calc(100% - 60px);
  }
  .caseBlock .ttlBlock span{
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    font-size: 14px;
  }
}
.caseBlock .detailBlock{
  display: flex;
  border-left: 4px solid #999999;
  padding-left: 58px;
  margin-left: 38px;
  margin-top: 20px;
  position: relative;
}
.caseBlock .detailBlock .txtBlock{
  padding-right: 40px;
}
.caseBlock .detailBlock .txtBlock p{
  font-size: 16px;
  line-height: 1.8;
}
.caseBlock .detailBlock .txtBlock ul li{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px !important;
  text-indent: -1em;
  padding-left: 1em;
}
.caseBlock .detailBlock .txtBlock .arrow{
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.caseBlock .detailBlock .imgBlock img{
  background: #fff;
  padding: 25px 0;
}
.counterplanBlock .ttlBlock{
  color: #CC0033;
}
.counterplanBlock .ttlBlock span {
    border: solid 1px #CC0033;
    color: #CC0033;
}
.counterplanBlock .detailBlock {
    border-left: 4px solid #CC0033;
}
.resultsBlock{
  background: #fff;
  margin: 0 40px;
  padding: 30px;
}
.resultsBlock .ttlBlock{
  color: #CC0033;
}
.resultsBlock .ttlBlock span {
    border: solid 1px #CC0033;
    color: #fff;
    background: #CC0033;
}
.resultsBlock .detailBlock {
    border-left: none;
    margin-left: 10px;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
  .caseBlock .detailBlock{
    flex-direction :column;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .caseBlock .detailBlock .txtBlock{
    padding-right: 0;
    margin-top: 20px;
  }
  .caseBlock .detailBlock .txtBlock p{
    font-size: 16px;
    line-height: 1.8;
  }
  .caseBlock .detailBlock .txtBlock ul li{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px !important;
  }
  .caseBlock .detailBlock .txtBlock .arrow{
    position: static;
    text-align: center;
    margin: 10px auto 0;
  }
  .caseBlock .detailBlock .imgBlock{
    order: 1;
    margin-top: 20px;
    text-align: center;
  }
  .caseBlock .detailBlock .imgBlock img{
    max-width: 100%;
    padding: 15px 0;
  }
  .caseBlock .detailBlock .txtBlock{
    order: 2;
  }
  .resultsBlock {
    background: #fff;
    margin: 0 20px;
    padding: 20px 10px;
  }
}