@charset "utf-8";

/* 事例 - common */
.detail{
  width: 100%;
  background: url(../images/works/bg_main01.png) no-repeat center top #FFF;
}


/* 事例 mv */
.detail #mv{
  display: block;
  min-height: 300px;
  position: relative;
}
.detail #mv .wrap{
  display: table;
  min-height: 300px;
}
.detail #mv .wrap .mv_inner{
  display: table-cell;
  vertical-align: middle;
}
.detail #mv .wrap .mv_inner .service_cat_icon{
  display: inline-block;
  background: #16558e;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  padding:0px 21px 2px;
}
.detail #mv .wrap .mv_inner h2{
  display: block;
  color: #111;
  line-height: 62px;
  font-size: 52px;
  letter-spacing: 2px;
  font-weight: bold;
  /*
  text-shadow: #aaa 1px 0 6px;
  */
  margin: 15px 0 20px;
}
.detail #mv .wrap .mv_inner .service_sub_title{
  display: block;
}
.detail #mv .wrap .mv_inner .service_sub_title a{
  display: inline-block;
  color: #16558e;
  line-height:28px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
}
.detail #mv .wrap .mv_inner .service_sub_title a:hover{
  text-decoration: underline;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

  /* 事例 mv */
  .detail #mv{
    padding: 0 4% 0;
  }

}
@media screen and (min-width:521px) and ( max-width:960px) {

  /* 事例 mv */
  .detail #mv{
    padding: 0 4% 0;
  }
  .detail #mv .wrap .mv_inner .service_cat_icon{
    line-height: 29px;
    font-size: 16px;
    letter-spacing: 1px;
    padding:1px 21px 2px;
  }
  .detail #mv .wrap .mv_inner h2{
    line-height: 52px;
    font-size:42px;
    margin: 15px 0 20px;
  }

}
@media screen and (max-width:520px) {

  /* 事例 mv */
  .detail #mv{
    min-height: 220px;
    background-size: auto 100%;
  }
  .detail #mv .wrap{
    display: table;
    min-height: 220px;
  }
  .detail #mv .wrap .mv_inner{
    display: table-cell;
    vertical-align: middle;
    padding: 0 4%;
  }
  .detail #mv .wrap .mv_inner .service_cat_icon{
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    padding:0px 21px 2px;
  }
  .detail #mv .wrap .mv_inner h2{
    line-height:38px;
    font-size:28px;
    margin: 10px 0 15px;
  }
  .detail #mv .wrap .mv_inner .service_sub_title a{
    line-height:28px;
    font-size: 14px;
  }

}

/* 事例 - icon */
.detail .detail_body #works_icon{
  width: 100%;
  padding:30px 0 20px;
  text-align: right;
}
.detail .detail_body #works_icon:after{
  content: "";
  display: block;
  clear: both;
}
.detail .detail_body #works_icon .iconbox{
  display: inline-block;
  margin: 0 0 0 15px;
}
.detail .detail_body #works_icon dl{
  display: table;
  height: 32px;
  border: 2px solid #8aaccd;
  border-radius: 18px;
  overflow: hidden;
  font-size: 14px;
  margin: 0 0 0 0;
}
.detail .detail_body #works_icon dl dt{
  display: table-cell;
  background: #8aaccd;
  width: 65px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  padding: 0 0 2px 0;
}
.detail .detail_body #works_icon dl dd{
  display: table-cell;
  background: #FFF;
  color: #111;
  text-align: center;
  vertical-align: middle;
  padding: 0 18px 2px;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

  /* 事例 - icon */
  .detail .detail_body #works_icon{
    width: 100%;
    padding:30px 4% 20px;
  }

}
@media screen and (min-width:521px) and ( max-width:960px) {

  /* 事例 - common */
  .detail .detail_body{
    width: 100%;
    background: url(/clients/service/xtech/images/works/bg_main01sp.png) no-repeat center top #FFF;
  }

  /* 事例 - icon */
  .detail .detail_body #works_icon{
    width: 100%;
    padding:30px 4% 20px;
  }
  .detail .detail_body #works_icon .iconbox{
    display: block;
    margin: 0 0 8px 0;
  }
    .detail .detail_body #works_icon dl{
    margin: 0 0 0 0;
  }
.detail .detail_body #works_icon dl dt{
    display: table-cell;
    background: #8aaccd;
    width: 65px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    padding: 0 0 2px 0;
  }
  .detail .detail_body #works_icon dl dd{
    display: table-cell;
    background: #FFF;
    color: #111;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px 2px;
    min-width: 100px;
  }

}
@media screen and (max-width:520px) {

  /* 事例 - icon */
  .detail .detail_body #works_icon{
    width: 100%;
    padding:30px 4% 20px;
  }
  .detail .detail_body #works_icon .iconbox{
    display: block;
    margin: 0 0 8px 0;
  }
    .detail .detail_body #works_icon dl{
    margin: 0 0 0 0;
  }
.detail .detail_body #works_icon dl dt{
    display: table-cell;
    background: #8aaccd;
    width: 65px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    padding: 0 0 2px 0;
  }
  .detail .detail_body #works_icon dl dd{
    display: table-cell;
    background: #FFF;
    color: #111;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px 2px;
    min-width: 120px;
  }

}




/* 事例 - ABOUT */
.detail .detail_body #about{
  width: 100%;
  padding: 0 0 60px;
}
.detail .detail_body #about .wrap{
  display: table;
  margin: 0 auto;
}
.detail .detail_body #about #aboutimg{
  width: 360px;
  display: table-cell;
  vertical-align: middle;
}
.detail .detail_body #about #aboutimg .aboutimg01{
  display: block;
  border-radius: 7px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.detail .detail_body #about #aboutimg .about_cap{
  display: block;
  font-size:14px;
  line-height:24px;
  margin:10px 0 0 0;
  color: #666666;
}
.detail .detail_body #about #abouttxt{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 50px;
}
.detail .detail_body #about #abouttxt h2{
  display:block;
  margin: 0 0 0 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing:1px;
}
.detail .detail_body #about #abouttxt .leadtxt{
  display:block;
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
}

@media screen and (min-width:1111px) and ( max-width:1220px) {

  /* 事例 - ABOUT */
  .detail .detail_body #about{
    width: 100%;
    box-sizing: border-box;
    padding: 0 4% 60px;
  }

}
@media screen and (min-width:961px) and ( max-width:1110px) {

  /* 事例 - ABOUT */
  .detail .detail_body #about{
    box-sizing: border-box;
    padding: 0 4% 60px;
  }
  .detail .detail_body #about #aboutimg{
    width: 300px;
    display: table-cell;
    vertical-align: middle;
  }
  .detail .detail_body #about #aboutimg img{
    width: 100%;
  }
  .detail .detail_body #about #abouttxt{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 50px;
  }

}
@media screen and (min-width:521px) and ( max-width:960px) {

  /* 事例 - ABOUT */
  .detail .detail_body #about{
    box-sizing: border-box;
    padding: 0 4% 60px;
  }
  .detail .detail_body #about #aboutimg{
    width: 250px;
    display: table-cell;
    vertical-align: middle;
  }
  .detail .detail_body #about #aboutimg img{
    width: 100%;
  }
  .detail .detail_body #about #abouttxt{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 40px;
  }
  .detail .detail_body #about #abouttxt h2{
    display:block;
    margin: 0 0 0 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing:1px;
  }

}
@media screen and (max-width:520px) {

  /* 事例 - ABOUT */
  .detail .detail_body #about{
    box-sizing: border-box;
    padding:0 4% 30px;
  }
  .detail .detail_body #about .wrap{
    display: block;
  }
  .detail .detail_body #about #aboutimg{
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .detail .detail_body #about #aboutimg .aboutimg01{
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .detail .detail_body #about #aboutimg .aboutimg01 img{
    width: 100%;
}
  .detail .detail_body #about #abouttxt{
    width: 100%;
    display: block;
    padding: 0 0 0 0;
  }
  .detail .detail_body #about #abouttxt h2{
    margin: 0 0 15px 0;
    font-size: 22px;
    line-height: 32px;
    letter-spacing:1px;
  }
  .detail .detail_body #about #abouttxt .leadtxt{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
  }

}

/* 利用サービス */
.detail .detail_body .riyoservice{
  display: block;
  margin: 0 0 80px 0;
}
.detail .detail_body .riyoservice .rsbox01{
  display: table;
  margin: 0 0 25px 0;
}
.detail .detail_body .riyoservice .rsbox01 .rstitle01{
  display: table-cell;
  vertical-align: top;
}
.detail .detail_body .riyoservice .rsbox01 .rstitle01 strong{
  display:inline-block;
  min-width: 140px;
  background: #8aaccd;
  color: #FFF;
  line-height: 31px;
  font-size: 16px;
  padding: 0 16px 2px;
  border-radius: 5px;
  text-align: center;
}
.detail .detail_body .riyoservice .rsbox01 h3{
  display: table-cell;
  vertical-align: top;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0 0 0 15px;
  line-height: 31px;
}
.detail .detail_body .riyoservice .rstxt01{
  display: block;
  padding: 0 0 0 0;
  font-feature-settings: "palt";
}
.detail .detail_body .riyoservice .rstxt01 p{
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 0 0 0;
  line-height: 31px;
  margin: 0 0 20px 0;
}
.detail .detail_body .riyoservice .rstxt01 p:nth-last-child(1){
  margin: 0 0 0 0;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

  /* 利用サービス */
  .detail .detail_body .riyoservice{
    display: block;
    margin: 0 4% 80px;
  }

}
@media screen and (min-width:521px) and ( max-width:960px) {

  /* 利用サービス */
  .detail .detail_body .riyoservice{
    display: block;
    margin: 0 4% 60px;
  }

}
@media screen and (max-width:520px) {

  /* 利用サービス */
  .detail .detail_body .riyoservice{
    display: block;
    margin: 0 4% 40px;
  }
  .detail .detail_body .riyoservice .rsbox01{
    display: block;
    margin: 0 0 25px 0;
  }
  .detail .detail_body .riyoservice .rsbox01 .rstitle01{
    display: block;
    margin: 0 0 10px 0;
  }
  .detail .detail_body .riyoservice .rsbox01 .rstitle01 strong{
    min-width: 140px;
    font-size: 16px;
    padding: 0 16px 2px;
  }
  .detail .detail_body .riyoservice .rsbox01 h3{
    font-size: 16px;
    padding: 0 0 0 0;
    line-height: 28px;
  }
  .detail .detail_body .riyoservice .rstxt01{
    display: block;
  }
  .detail .detail_body .riyoservice .rstxt01 p{
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 31px;
    margin: 0 0 10px 0;
  }
  .detail .detail_body .riyoservice .rstxt01 p:nth-last-child(1){
    margin: 0 0 0 0;
  }

}



/* テキストエリア */

/* 見出し 大 */
.detail .detail_body .worksttl01{
  display: block;
  margin: 0 0 40px 0;
  font-feature-settings: "palt";
}
.detail .detail_body .worksttl01 h3{
  display: block;
  font-size: 32px;
  line-height: 52px;
  font-weight: 800;
  letter-spacing: 2px;
}

/* 見出し 中 */
.detail .detail_body .worksttl02{
  display: block;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
}
.detail .detail_body .worksttl02 h4{
  display: block;
  font-size: 28px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 0 37px;
}
.detail .detail_body .worksttl02 h4:before {
  content: "";
  background: #387bb0;
  margin: 0 0 0 0;
  width: 24px;
  height: 4px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 20px;
}

/* 見出し 小 */
.detail .detail_body .worksttl03{
  display: block;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
}
.detail .detail_body .worksttl03 h5{
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 2px;
}

/* テキスト01 */
.detail .detail_body .workstxt01{
  display: block;
  margin: 0 0 80px 0;
  font-feature-settings: "palt";
}
.detail .detail_body .workstxt01 p{
  display: block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing:1px;
}

/* 画像 大 */
.detail .detail_body .worksimg_c01{
  display: block;
  margin: -20px 0 50px 0;
}
.detail .detail_body .worksimg_c01 p{
  display: block;
  width: 100%;
  margin: 0 auto 0;
  font-size: 0;
  line-height: 0;
}
.detail .detail_body .worksimg_c01 img{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.detail .detail_body .worksimg_c01 span{
  display: block;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #666;
}

/* 画像 中 */
.detail .detail_body .worksimg_c02{
  display: block;
  margin: -20px 0 50px 0;
}
.detail .detail_body .worksimg_c02 p{
  display: block;
  width: 84%;
  margin: 0 auto 0;
  font-size: 0;
  line-height: 0;
}
.detail .detail_body .worksimg_c02 img{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.detail .detail_body .worksimg_c02 span{
  display: block;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #666;
}

/* 画像 小 */
.detail .detail_body .worksimg_c03{
  display: block;
  margin: -20px 0 50px 0;
}
.detail .detail_body .worksimg_c03 p{
  display: block;
  width: 64%;
  margin: 0 auto 0;
  font-size: 0;
  line-height: 0;
}
.detail .detail_body .worksimg_c03 img{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.detail .detail_body .worksimg_c03 span{
  display: block;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #666;
}

/*  テキスト　画像左 */
.detail .detail_body .workstxt01_img_l{
  display: block;
  margin: -30px 0 80px 0;
}
.detail .detail_body .workstxt01_img_l p.img_l{
  display: block;
  float: left;
  width: 360px;
  font-size: 0;
  line-height: 0;
  margin: 0 60px 30px 0;
}
.detail .detail_body .workstxt01_img_l p.img_l img{
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.detail .detail_body .workstxt01_img_l p.img_l span{
  display: block;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #666;
}
.detail .detail_body .workstxt01_img_l p.txt01{
  display: block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing:1px;
}

/*  テキスト　画像右 */
.detail .detail_body .workstxt01_img_r{
  display: block;
  margin: -30px 0 80px 0;
}
.detail .detail_body .workstxt01_img_r p.img_r{
  display: block;
  float: right;
  width: 360px;
  font-size: 0;
  line-height: 0;
  margin: 0 0 30px 60px;
}
.detail .detail_body .workstxt01_img_r p.img_r img{
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.detail .detail_body .workstxt01_img_r p.img_r span{
  display: block;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #666;
}
.detail .detail_body .workstxt01_img_r p.txt01{
  display: block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing:1px;
}

/*  課題解決 */
.workskadai01{
  padding: 0 0 60px 0;
}
.workskadai01 .wrap:after{
content: "";
display: block;
clear: both;
}
.workskadai01 .wrap .kadaibox01{
  width: 479px;
  float: left;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.1);
}
.workskadai01 .wrap .kadaibox01 h4{
  display: block;
  line-height: 41px;
  background: #999999;
  font-size: 18px;
  font-weight: 800;
  color: #FFF;
  padding: 0 0 0 25px;
}
.workskadai01 .wrap .kadaibox01 .kadaibody{
  padding: 22px 27px 22px;
}
.workskadai01 .wrap .kadaibox01 .kadaibody ul {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.workskadai01 .wrap .kadaibox01 .kadaibody ul li{
  display: block;
  margin: 0 0 8px 0;
  padding: 1px 0 0 18px;
  letter-spacing: 1px;
  position: relative;
}
.workskadai01 .wrap .kadaibox01 .kadaibody ul li:before {
  content: "●";
  color: #bbbbbb;
  margin: 0 3px 0 0;
  position: absolute;
  left: 0;
  top: 1px;
}

.workskadai01 .wrap .kaiketsubox01{
  width: 479px;
  float: right;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.1);
}
.workskadai01 .wrap .kaiketsubox01 h4{
  display: block;
  line-height: 41px;
  background: #ffa32c;
  font-size: 18px;
  font-weight: 800;
  color: #FFF;
  padding: 0 0 0 25px;
}
.workskadai01 .wrap .kaiketsubox01 .kaiketsubody{
  padding: 22px 27px 22px;
}
.workskadai01 .wrap .kaiketsubox01 .kaiketsubody ul {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.workskadai01 .wrap .kaiketsubox01 .kaiketsubody ul li{
  display: block;
  margin: 0 0 8px 0;
  padding: 1px 0 0 18px;
  letter-spacing: 1px;
  position: relative;
}
.workskadai01 .wrap .kaiketsubox01 .kaiketsubody ul li:before {
  content: "●";
  color: #ffd196;
  margin: 0 3px 0 0;
  position: absolute;
  left: 0;
  top: 1px;
}



/* 会社情報 */
.detail .detail_body #companyinfo{
  padding: 0 0 80px 0;
}
.detail .detail_body #companyinfo .wrap{
  clear: both;
}
.detail .detail_body #companyinfo .wrap .cbox01{
  padding: 40px 48px 36px;
  border: 2px solid #bbbbbb;
  border-radius: 10px;
}
.detail .detail_body #companyinfo .wrap .cbox01 .c_logo{
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 0 25px 0;
}
.detail .detail_body #companyinfo .wrap .cbox01 h3{
  display: block;
  font-size:28px;
  font-weight: 800;
  line-height:35px;
  margin: 0 0 25px 0;
}
.detail .detail_body #companyinfo .wrap .lastdate{
  display: block;
  font-size:16px;
  line-height:32px;
  margin:40px 0 0 0;
}

@media screen and (min-width:961px) and ( max-width:1110px) {

  /* テキストエリア */

  /* 見出し 大 */
  .detail .detail_body .worksttl01{
    margin: 0 0 40px 0;
    padding: 0 4%;
  }

  /* 見出し 中 */
  .detail .detail_body .worksttl02{
    padding: 0 4%;
    margin: 0 0 30px 0;
  }

  /* 見出し 小 */
  .detail .detail_body .worksttl03{
    padding: 0 4%;
    margin: 0 0 30px 0;
  }

  /* テキスト01 */
  .detail .detail_body .workstxt01{
    margin: 0 0 80px 0;
    padding: 0 4%;
  }

  /* 画像 大 */
  .detail .detail_body .worksimg_c01{
    padding: 0 4%;
    margin: -20px 0 50px 0;
  }

  /* 画像 中 */
  .detail .detail_body .worksimg_c02{
    padding: 0 4%;
    margin: -20px 0 50px 0;
  }

  /* 画像 小 */
  .detail .detail_body .worksimg_c03{
    padding: 0 4%;
    margin: -20px 0 50px 0;
  }

  /*  テキスト　画像左 */
  .detail .detail_body .workstxt01_img_l{
    padding: 0 4%;
    margin: -30px 0 80px 0;
  }

  /*  テキスト　画像右 */
  .detail .detail_body .workstxt01_img_r{
    padding: 0 4%;
    margin: -30px 0 80px 0;
  }

  /*  課題解決 */
  .workskadai01{
    padding: 0 4% 60px;
  }
  .workskadai01 .wrap .kadaibox01{
    width: 49%;
    border-radius: 8px;
  }
  .workskadai01 .wrap .kadaibox01 h4{
    line-height: 41px;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .workskadai01 .wrap .kadaibox01 .kadaibody{
    padding: 22px 27px 27px;
  }
  .workskadai01 .wrap .kaiketsubox01{
    width: 49%;
    border-radius: 8px;
  }
  .workskadai01 .wrap .kaiketsubox01 h4{
    line-height: 41px;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .workskadai01 .wrap .kaiketsubox01 .kaiketsubody{
    padding: 22px 27px 27px;
  }

  /* 会社情報 */
  .detail .detail_body #companyinfo{
    padding: 0 4% 60px;
  }


}
@media screen and (min-width:521px) and ( max-width:960px) {

  /* テキストエリア */

  /* 見出し 大 */
  .detail .detail_body .worksttl01{
    margin: 0 0 40px 0;
    padding: 0 4%;
  }

  /* 見出し 中 */
  .detail .detail_body .worksttl02{
    padding: 0 4%;
    margin: 0 0 30px 0;
  }

  /* 見出し 小 */
  .detail .detail_body .worksttl03{
    padding: 0 4%;
    margin: 0 0 30px 0;
  }

  /* テキスト01 */
  .detail .detail_body .workstxt01{
    margin: 0 0 80px 0;
    padding: 0 4%;
  }

  /* 画像 大 */
  .detail .detail_body .worksimg_c01{
    padding: 0 4%;
    margin: -20px 0 50px 0;
  }

  /* 画像 中 */
  .detail .detail_body .worksimg_c02{
    padding: 0 4%;
    margin: -20px 0 50px 0;
  }

  /* 画像 小 */
  .detail .detail_body .worksimg_c03{
    padding: 0 4%;
    margin: -20px 0 50px 0;
  }

  /*  テキスト　画像左 */
  .detail .detail_body .workstxt01_img_l{
    padding: 0 4%;
    margin: -30px 0 80px 0;
  }
  .detail .detail_body .workstxt01_img_l p.img_l{
    float: left;
    width: 300px;
    margin: 0 40px 30px 0;
  }

  /*  テキスト　画像右 */
  .detail .detail_body .workstxt01_img_r{
    padding: 0 4%;
    margin: -30px 0 80px 0;
  }
  .detail .detail_body .workstxt01_img_r p.img_r{
    float: right;
    width: 300px;
    margin: 0 0 30px 40px;
  }

  /*  課題解決 */
  .workskadai01{
    padding: 0 4% 60px;
  }
  .workskadai01 .wrap .kadaibox01{
    width: 49%;
    border-radius: 8px;
  }
  .workskadai01 .wrap .kadaibox01 h4{
    line-height: 41px;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .workskadai01 .wrap .kadaibox01 .kadaibody{
    padding: 22px 27px 27px;
  }
  .workskadai01 .wrap .kaiketsubox01{
    width: 49%;
    border-radius: 8px;
  }
  .workskadai01 .wrap .kaiketsubox01 h4{
    line-height: 41px;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .workskadai01 .wrap .kaiketsubox01 .kaiketsubody{
    padding: 22px 27px 27px;
  }


  /* 会社情報 */
  .detail .detail_body #companyinfo{
    padding: 0 4% 60px;
  }


}
@media screen and (max-width:520px) {

  /* テキストエリア */

  /* 見出し 大 */
  .detail .detail_body .worksttl01{
    margin: 0 4% 30px;
  }
  .detail .detail_body .worksttl01 h3{
    display: block;
    font-size:24px;
    line-height: 36px;
    letter-spacing: 2px;
  }

  /* 見出し 中 */
  .detail .detail_body .worksttl02{
    margin: 0 4% 20px;
  }
  .detail .detail_body .worksttl02 h4{
    display: block;
    font-size:22px;
    line-height: 36px;
    padding: 0 0 0 30px;
  }
  .detail .detail_body .worksttl02 h4:before {
    width: 20px;
    height: 4px;
    top: 18px;
  }

  /* 見出し 小 */
  .detail .detail_body .worksttl03{
    margin: 0 4% 20px;
  }
  .detail .detail_body .worksttl03 h5{
    display: block;
    font-size: 18px;
    line-height:28px;
  }

  /* テキスト01 */
  .detail .detail_body .workstxt01{
    margin: 0 4%  40px;
  }
  .detail .detail_body .workstxt01 p{
    font-size: 16px;
    line-height:29px;
  }

  /* 画像 大 */
  .detail .detail_body .worksimg_c01{
    display: block;
    margin: -20px 4% 40px;
  }
  .detail .detail_body .worksimg_c01 img{
    width: 100%;
    border-radius: 7px;
  }
  .detail .detail_body .worksimg_c01 span{
    padding: 8px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }

  /* 画像 中 */
  .detail .detail_body .worksimg_c02{
    display: block;
    margin: -20px 4% 40px;
  }
  .detail .detail_body .worksimg_c02 p{
    width: 100%;
  }
  .detail .detail_body .worksimg_c02 img{
    width: 100%;
    border-radius: 7px;
  }
  .detail .detail_body .worksimg_c02 span{
    padding: 8px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }

  /* 画像 小 */
  .detail .detail_body .worksimg_c03{
    display: block;
    margin: -20px 4% 40px;
  }
  .detail .detail_body .worksimg_c03 p{
    width: 100%;
  }
  .detail .detail_body .worksimg_c03 img{
    width: 100%;
    border-radius: 7px;
  }
  .detail .detail_body .worksimg_c03 span{
    padding: 8px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }

  /*  テキスト　画像左 */
  .detail .detail_body .workstxt01_img_l{
    display: block;
    margin: 0px 4% 40px;
  }
  .detail .detail_body .workstxt01_img_l p.img_l{
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .detail .detail_body .workstxt01_img_l p.img_l img{
    border-radius: 7px;
    width: 100%;
  }
  .detail .detail_body .workstxt01_img_l p.img_l span{
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  .detail .detail_body .workstxt01_img_l p.txt01{
    font-size: 16px;
    line-height: 28px;
  }

  /*  テキスト　画像右 */
  .detail .detail_body .workstxt01_img_r{
    display: block;
    margin: 0px 4% 40px;
  }
  .detail .detail_body .workstxt01_img_r p.img_r{
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .detail .detail_body .workstxt01_img_r p.img_r img{
    border-radius: 7px;
    width: 100%;
  }
  .detail .detail_body .workstxt01_img_r p.img_r span{
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  .detail .detail_body .workstxt01_img_r p.txt01{
    font-size: 16px;
    line-height: 28px;
  }

  /*  課題解決 */
  .workskadai01{
    padding: 0 4% 30px ;
  }
  .workskadai01 .wrap .kadaibox01{
    width: 100%;
    float: none;
    border-radius:7px;
    margin: 0 0 15px 0;
  }
  .workskadai01 .wrap .kadaibox01 h4{
    display: block;
    line-height: 41px;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .workskadai01 .wrap .kadaibox01 .kadaibody{
    padding: 15px 4% 15px;
  }
  .workskadai01 .wrap .kadaibox01 .kadaibody ul {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
  }
  .workskadai01 .wrap .kadaibox01 .kadaibody ul li{
    display: block;
    margin: 0 0 8px 0;
    padding: 1px 0 0 18px;
    letter-spacing: 1px;
    position: relative;
  }
  .workskadai01 .wrap .kadaibox01 .kadaibody ul li:before {
    content: "●";
    color: #bbbbbb;
    margin: 0 3px 0 0;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .workskadai01 .wrap .kaiketsubox01{
    width: 100%;
    float: none;
    border-radius:7px;
  }
  .workskadai01 .wrap .kaiketsubox01 h4{
    display: block;
    line-height: 41px;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
  .workskadai01 .wrap .kaiketsubox01 .kaiketsubody{
    padding: 15px 4% 15px;
  }
  .workskadai01 .wrap .kaiketsubox01 .kaiketsubody ul {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
  }
  .workskadai01 .wrap .kaiketsubox01 .kaiketsubody ul li{
    display: block;
    margin: 0 0 8px 0;
    padding: 1px 0 0 18px;
    letter-spacing: 1px;
    position: relative;
  }
  .workskadai01 .wrap .kaiketsubox01 .kaiketsubody ul li:before {
    content: "●";
    color: #ffd196;
    margin: 0 3px 0 0;
    position: absolute;
    left: 0;
    top: 1px;
  }



  /* 会社情報 */
  .detail .detail_body #companyinfo{
    padding: 0 4% 60px;
  }
  .detail .detail_body #companyinfo .wrap .cbox01{
    padding: 20px 4% 16px;
    border-radius: 7px;
  }
  .detail .detail_body #companyinfo .wrap .cbox01 .c_logo{
    display: block;
    margin: 0 0 15px 0;
  }
  .detail .detail_body #companyinfo .wrap .cbox01 .c_logo img{
    max-width: 100%;
  }
  .detail .detail_body #companyinfo .wrap .cbox01 h3{
    display: block;
    font-size:20px;
    line-height:32px;
    margin: 0 0 20px 0;
  }
  .detail .detail_body #companyinfo .wrap .lastdate{
    display: block;
    font-size:16px;
    line-height:36px;
    margin:20px 0 0 0;
  }


}



/* CV */
#cvarea01{
  width: 100%;
  padding:40px 0 60px;
  background: url(/clients/service/xtech/images/common/bg_cv01.png) no-repeat center top #ffffff;
  background-size: auto 100%;
}
.detail #cvarea01 .cv_body .cv_head_txt01{
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
  color: #FFF;
  margin: 0 0 5px 0;
}
.detail #cvarea01 .cv_body h2{
  display: block;
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 38px;
  position: relative;
  margin: 0 0 48px 0;
  color: #FFF;
}
.detail #cvarea01 .cv_body h2::after {
  content: '';
  width: 80px;
  height: 2px;
  display: inline-block;
  background-color: #EEE;
  position: absolute;
  bottom: -22px;
  left: calc(50% - 40px);
}
.detail #cvarea01 .cv_body .cv_head_txt02{
  display: block;
  text-align: center;
  margin: 0 0 35px 0;
}
.detail #cvarea01 .cv_body .cv_head_txt02 span{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #FFF;
}
.detail #cvarea01 .cv_body .cv_btn_area{
  text-align: center;
  letter-spacing: -.4em;
}
.detail #cvarea01 .cv_body .cv_btn_area p{
  display: inline-block;
  letter-spacing:normal;
  width: 292px;
  margin: 0 30px 0;
}
.detail #cvarea01 .cv_body .cv_btn_area p a{
  display:block;
  letter-spacing:normal;
  width: 292px;
  border-radius:53px;
  background: #FFF;
  text-decoration: none;
  font-size: 18px;
  padding: 0 0 2px 0;
  letter-spacing: 1px;
}
.detail #cvarea01 .cv_body .cv_btn_area p:nth-of-type(1) a{
  line-height: 58px;
  color: #377aaf;
  font-weight: 500;
  border: 3px solid #FFF;
}
.detail #cvarea01 .cv_body .cv_btn_area p:nth-of-type(2) a{
  line-height: 58px;
  color: #FFF;
  background: #ff8a00;
  font-weight: 500;
  border: 3px solid #ffae37;
}

@media screen and (max-width:520px) {

  /* CV */
  #cvarea01{
    width: 100%;
    padding:40px 0 40px;
    background: url(/clients/service/xtech/images/common/bg_cv01.png) no-repeat center top #ffffff;
    background-size: auto 100%;
  }
  .detail #cvarea01 .cv_body .cv_head_txt01{
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 0 0 5px 0;
  }
  .detail #cvarea01 .cv_body h2{
    font-size: 22px;
    line-height: 38px;
    margin: 0 0 48px 0;
  }
  .detail #cvarea01 .cv_body .cv_head_txt02{
    margin: 0 4% 25px;
  }
  .detail #cvarea01 .cv_body .cv_head_txt02 span{
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
  .detail #cvarea01 .cv_body .cv_btn_area{
    text-align: center;
    letter-spacing: -.4em;
  }
  .detail #cvarea01 .cv_body .cv_btn_area p{
    display:block;
    letter-spacing:normal;
    width: 75%;
    margin: 0 auto 0;
  }
  .detail #cvarea01 .cv_body .cv_btn_area p a{
    width: 100%;
    border-radius:53px;
    font-size: 16px;
    padding: 0 0 2px 0;
  }
  .detail #cvarea01 .cv_body .cv_btn_area p:nth-of-type(1) a{
    line-height: 40px;
    border: 3px solid #FFF;
    margin: 0 0 20px 0;
  }
  .detail #cvarea01 .cv_body .cv_btn_area p:nth-of-type(2) a{
    line-height: 40px;
  }

}
