/* CSS Document */
:root{
    font-family: noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
}
#base {
    width: 100%;
}
div#cont{
  width: 100%;
}
@media screen and (max-width: 1220px){
    #base {
        width: 1220px;
    }
  }
@media screen and (max-width: 768px){
    #base {
        width: 100%;
    }
  }

/*********
layout
**********/

.l_main{
  width: 980px;
  letter-spacing: 1.9px;
}
.l_section{}
.l_section__item{}
.l_section--primary > .l_section__item + .l_section__item{
  margin-top: 100px;
}
.m_btn--cta + .l_section__item{
  margin-top: 100px;
}

@media screen and (max-width: 768px){
  .l_main {
    float: none;
    width: 95%;
    margin: auto;
  }
  .l_section--primary > .l_section__item + .l_section__item{
    margin-top: 48px;
    padding-top: 60px;
  }
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block !important;
  }
}

/* 
l_glid 
**********/
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--target{
  margin: -16px;
}
.l_grid--target > .l_grid__item{
  padding: 16px;
}
.l_grid--strengths{
  margin: -12px;
}
.l_grid--strengths > .l_grid__item{
  padding: 12px;
}
.l_grid--achievement{
  margin: -12px;
}
.l_grid--achievement > .l_grid__item{
  padding: 12px;
}
.l_grid--image{
  margin: -20px;
}
.l_grid--image > .l_grid__item{
  padding: 20px;
}
.l_grid--relative{
  width: calc(100% + 6px);
  margin: -1px;
  overflow: hidden;
}
.l_grid--relative > .l_grid__item{
  position: relative;
  border: 1px solid;
  margin: -1px 0 0 -1px;
}
.l_grid--relative > .l_grid__item::before,
.l_grid--relative .l_grid__inner::before,
.l_grid--relative > .l_grid__item::after,
.l_grid--relative .l_grid__inner::after{
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
}
.l_grid--relative > .l_grid__item::before{
  left: -14px;
  top: -14px;
}
.l_grid--relative .l_grid__inner::before{
  left: -14px;
  bottom: -14px;
}
.l_grid--relative > .l_grid__item::after{
  right: -14px;
  top: -14px;
}
.l_grid--relative .l_grid__inner::after{
  right: -14px;
  bottom: -14px;
}

/*********
module
**********/


/*
module_トップ画像
**********/
.m_keyvisual_sec {
  position: relative;
  background: url(/resource/img/web/digital_sales_total_pack/topimg_bg_digital-sales.jpg) no-repeat center / cover;
  width: 100%;
  height: 400px;
}

/* .m_keyvisual__wrap{
  background: url(/resource/img/web/digital_sales_total_pack/topimg_bg_digital-sales.jpg) no-repeat center / cover;
} */

.m_keyvisual__inner{
  width: 1220px;
  margin: auto;
}
.m_keyvisual__img{
  width: 980px;
  margin-left: auto;
  line-height: 0;
  text-align: center;
}
.m_keyvisual__img img{
  max-width: 100%;
  height: auto;
}

.m_keyvisual__sliderWrap {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 980px;
  left: 50%;
  transform: translateX(-50%);
}
.m_keyvisual__sliderItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_keyvisual__img>img {
  width: 100%;
  height: 100%;
}
.m_keyvisual__sliderBtns {
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: -6px;
  transform: translateX(-50%);
}
.m_keyvisual__sliderBtn {
  padding: 5px;
}
.m_keyvisual__sliderBtnTarget {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #def0ec;;
}
.m_keyvisual__sliderBtnTarget--current{
  width: 30px;
  background:#8f1e35;
}

.js_slider{

}
.js_slider-enter-active,.js_slider-leave-active,.js_slider-move{
  transition:.8s all;
}
.js_slider-leave-to{
  opacity:0;
}
.js_slider-enter{
  opacity:0;
}

@media screen and (max-width: 768px){
  .m_keyvisual_sec {
    height: 39vw;
  }
  .m_keyvisual__sliderBtns {
    display: flex;
  }
  .m_keyvisual__inner{
    width: 100%;
    margin: auto;
  }
  .m_keyvisual__img{
    width: 100%;
  }
}

/*
module_ローカルナビ
**********/
.m_navList {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1218px;
  margin: auto;
}
.m_navList_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}

.m_navList_item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 3px solid #992D10;
  border-left: 1px dotted #666;
}
.m_navList_itemTarget{
  text-align: center;
  line-height: 1.4;
  height: 60px;
}
.m_navList_itemTarget:hover, .m_navList_itemTarget:hover .m_navList_itemTarget_num {
    background-color: #992D10;
    color: #ffffff;
}
@media screen and (max-width: 768px){
  .m_navList {
    justify-content: flex-start;
  }
  .m_navList_wrap{
    width: 270px;
    display: block !important;
  }
  .m_navList_item{
    border-top: none;
    border-left: none;
  }
  .m_navList_itemTarget{
    text-align: left;
  }
  .m_keyvisual__img img {
    height: auto;
  }
  .openbtn {
    top: 7px;
  }
}


/*
module_共通
**********/

.m_heading{
  background: none;
  margin-bottom: 30px;
}
.m_heading__ttl{
  font-weight: bold;
  color: #992D10;
}
.m_heading__subTtl{
  font-weight: bold;
  color: #992D10;
}
.m_heading--primary{
  text-align: center;
}
.m_heading--primary .m_heading__ttl{
  font-size: 30px  
}
.m_heading--primary .m_heading__subTtl {
  font-size: 20px;
  font-weight: bold;
}
.m_heading--secondary{
  margin-top: 100px;
  margin-bottom:10px;
}
.m_heading--tertiary{
  margin-bottom: 10px;
}
.m_heading__ttl--secondary{
  font-size: 24px;
}
.m_heading__ttl--tertiary{
  font-weight: bold;
}
.m_heading--content{
  margin-bottom: 20px;
}
.m_heading--content .m_heading__ttl{
  font-weight: bold;
  font-size: 16px;
}
.m_btnLead{
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: .2s;
}
.m_btnLead:hover {
  opacity: 0.7;
}

.m_flowWrap .m_btnLead {
  max-width: 420px;
}

@media (max-width: 768px) {
  .m_btnLead{
    max-width: 100%;
  }
  .m_flowWrap .m_btnLead {
    max-width: 100%;
  }
}

.m_btnLead_text{
  font-weight: bold;
}
.m_btnLead_text-case{
  font-weight: normal;
}
.m_btn{
  display: flex;
  align-items: stretch;
  margin-top: 100px;
}
/* .m_btn::before{
  content: "";
  display: block;
  width: 0;
} */
.m_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.m_btn--cta{
  justify-content: center;
  font-size: 20px;
}
.m_btn--cta::before{
  height: 3em;
}
.m_btn--cta .m_btn__target{
  padding: 0 30px;
  border-radius: 8px;
  background: #E6002D;
  color: #fff;
  font-weight: bold;
  transition: .3s opacity;
}
.m_btn--cta .m_btn__target:hover{
  opacity: .7;
}
.m_btn--cta .m_btn__inner{
  position: relative;
  padding-left: 48px;
}
.m_btn__inner br {
  display: none;
}
.m_btn--cta .m_btn__inner::before{
  content: url(https://www.insource.co.jp/resource/img/inquiry/icon_inquiry.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 20px;
  margin: auto 0;
  line-height: 0;
}
.m_btn--link{
  margin-top: 10px;
}
.m_btn--link::before{
  height: 50px;
}
.m_btn--link .m_btn__target{
  padding: 0 15px;
  border-radius: 8px;
  background: #2F3D84;
  color: #fff;
  font-weight: bold;
  transition: .3s opacity;
}
.m_btn--link .m_btn__inner{
  position: relative;
  padding-left: 0px;
  padding-right: 30px;
}
.m_btn--link .m_btn__inner::before{
  content: '';
}
.m_btn--link .m_btn__inner::after{
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  padding-left: 10px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .m_btn--demo .m_btn__target{
    width: 100%;
    max-width: 344px;
  }
}
@media screen and (max-width: 599px){
  /* .m_heading--primary .m_heading__ttl{
    font-size: 24px; 
  }
  .m_heading--primary .m_heading__subTtl {
    font-size: 16px;
  } */
  .m_btn--cta::before{
    height: 4em;
  }
  .m_btn--cta .m_btn__inner{
    padding-left: 0;
  }
  .m_btn__inner br {
    display: block;
  }
  .m_btn--cta .m_btn__inner::before{
    position: static;
    margin-bottom: 2px;
    text-align: center;
  }
  .m_btn--link .m_btn__inner::before{
    content: none;
  }
  .m_btn--demo .m_btn__target{
    max-width: 296px;
  }
  .m_btn--cta .m_btn__target{
    width: 296px;
    padding: 0 1em; 
  }
}

/*
module_こんなお悩みを解決します
**********/

.m_overview_sec{
  padding: 0!important;
  background-color: transparent!important;
}

.m_targetWrap{
  padding: 60px 0;
}
.m_targetWrap__list + .m_targetWrap__msg{
  margin-top: 24px;
}
.m_target__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -60px;
}
.m_target__item{
  width: 460px;
  margin-top: 60px;
}
.m_target__itemInner{}
.m_target__itemSpeech{
  background: url("/resource/img/web/custom-made-web/leaveittome-web_target-01.svg") no-repeat center / contain;
  width: 460px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_target__itemSpeech_main{
  text-align: center;
  margin-top: -15px;
  color: #fff;
  font-size: 18px;
  font-weight:bold;
}
.m_target__itemSolution{
  display: flex;
  justify-content: space-between;
}
.m_target__itemSolution_arrow{
  background: url("/resource/img/web/custom-made-web/leaveittome-web_target-02.svg") no-repeat center / contain;
  width: 200px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: 22px;
}
.m_target__itemSolution_arrowTxt{
  text-align: center;
  color: #2F3D84;
  font-size: 18px;
  font-weight: bold;
}
.m_target__itemSolution_people{
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.m_target__itemStr{
  border : 3px solid #CE4C36;
  border-radius: 15px;
  padding: 15px 14px 35px 14px;
}
.m_target__itemStr_ttl{
  border-bottom: 5px solid #CE4C36;
  padding-bottom: 10px; 
}
.m_target__itemStr_ttlMain{
  text-align: center;
  color: #CE4C36;
  font-size: 18px;
  height: 52px;
}
.m_target__itemStr_msg{
  margin-top: 20px;
}
.m_target__itemStr_msgMain{}
.m_target__itemStr_msgSub{
  font-size: 14px;
}
.m_target__itemStr_msgMain_sub{
  font-size: 14px;
  position: absolute;
  white-space: nowrap;
}
.m_target__itemStr_msgMain_subLink{
  color: #0000FF;
  text-decoration: underline;
}
.m_target__itemStr_msgMain_subLink:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_target__plan{
  margin-top: 80px;
}
.m_target__plan_ttl{
  color: #CA477D;
  font-size: 20px;
  text-align: center;
}
.m_target__plan_ttl_num{
  font-size: 30px;
}
.m_target__plan_list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.m_target__plan_item{
  width: 310px;
  border: 1px solid #CA477D;
  display: flex;
  flex-direction: column;
}
.m_target__plan_item_header{
  background-color: #CA477D;
  padding: 8px;
}
.m_target__plan_item_headerMain{
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.m_target__plan_item_content{
  padding: 10px 10px 0 10px;
}
.m_target__plan_item_num{
  margin-top: auto;
  text-align: right;
  color: #CA477D;
  font-weight: bold;
  padding: 0 10px 10px 10px;
}
.m_target__plan_item_numPage_main{}
.m_target__plan_item_numPrice_main{
  font-size: 30px;
}
.m_target__plan_item_numPrice_en{
  font-size: 20px;
}
.m_target__plan_maintenance{
  border: 1px solid #CA477D;
  margin-top: 25px;
}
.m_target__plan_maintenance_inner{
  display: flex;
  justify-content: center;
  font-size: 20px;
  padding: 8px;
}
.m_target__plan_maintenance_str{
  display: flex;
  align-items: center;
}
.m_target__plan_maintenance_str:before{
  content: "";
  background-image: url("/resource/img/web/custom-made-web/icon_plus.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  min-width: 20px;  
  padding-right: 20px;
}
.m_target__plan_maintenance_num{
  color: #CA477D;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .m_target__list{
    display: block;
    margin-top: 0px;
  }
  .m_target__item{
    width: 460px;
    margin: auto;
  }
  .m_target__item + .m_target__item{
    margin-top: 60px;
  }
  .m_target__itemInner{}
  .m_target__itemSpeech{  }
  .m_target__itemSpeech_main{}
  .m_target__itemStr_ttlMain {
    height: auto;
  }
  .m_target__plan_maintenance_inner{
    display: block;
  }
  .m_target__plan_maintenance_str{
    padding-left:22px;
  }
  .m_target__plan_maintenance_str:before{
    padding-right: 30px;
  }
  .m_target__plan_list{
    display: block;
  }
  .m_target__plan_item{
    margin: auto;
    width: 100%;
  }
  .m_target__plan_item + .m_target__plan_item{
    margin-top: 20px;
  }
  .m_target__plan_maintenance_num{
    text-align: right;
  }
}

@media screen and (max-width: 599px){
  .m_target__list{
    display: block;
    margin-top: 0px;
  }
  .m_target__item{
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  .m_target__item + .m_target__item{
    margin-top: 60px;
  }
  .m_target__itemInner{}
  .m_target__itemSpeech{
    max-width: 460px;
    width: 100%;
    padding: 20px;
    background: none;
    height: auto;
    background-color: #2F3D84;
    border-radius: 59px;
    position: relative;
  }
  .m_target__itemSpeech:after{
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-top: 15px solid #2F3D84;
    top: 100%;
    right: 25%;
  }
  .m_target__itemSpeech_main{
    margin-top: 0;
    font-size: 16px;
  }
  .m_target__itemSolution_arrow{
    margin-left: 0px;
    margin-top: 0px;
  }
  .m_target__itemSolution_arrowTxt{
    white-space: nowrap;
    font-size: 20px;
  }
  .m_target__itemSolution_people{
    margin-right: 0;
  }
  .m_target__itemStr {
    padding: 15px 10px 15px 10px;
  }
  .m_target__itemStr_ttlMain {
    font-size: 16px;
  }
  .m_target__itemStr_msgMain_sub{
    position: relative;
    white-space: normal;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 399px){
  .m_target__itemSpeech:after{}
  .m_target__itemSpeech_main-update > br {
    display: none;
  }
}

/*
module_制作の流れ
**********/

.m_flow__step_list{
  display: flex;
}
.m_flow__step_item{
  width: 20%;
  text-align: center;
  position: relative;
}
.m_flow__step_item:after{
  position: absolute;
  content: "";
  background: url("/resource/img/web/custom-made-web/leaveittome-web_workflow-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 40px;
  display: inline-block;
  top: 45%;
  right: -10px;
}
.m_flow__step_item:last-of-type:after{
  background: none;
}
.m_flow__step_item:nth-of-type(1){
  border-bottom: 5px solid #4155B8;
}
.m_flow__step_item:nth-of-type(2){
  border-bottom: 5px solid #3D4FAB;
}
.m_flow__step_item:nth-of-type(3){
  border-bottom: 5px solid #38499E;
}
.m_flow__step_item:nth-of-type(4){
  border-bottom: 5px solid #344391;
}
.m_flow__step_item:nth-of-type(5){
  border-bottom: 5px solid #2F3D84;
}
.m_flow__step_item_heading{
  color: #fff;
  font-weight: bold;
  padding: 2px 0;
}
.m_flow__step_item:nth-of-type(1) .m_flow__step_item_heading{
  background-color: #4155B8;
}
.m_flow__step_item:nth-of-type(2) .m_flow__step_item_heading{
  background-color: #3D4FAB;
}
.m_flow__step_item:nth-of-type(3) .m_flow__step_item_heading{
  background-color: #38499E;
}
.m_flow__step_item:nth-of-type(4) .m_flow__step_item_heading{
  background-color: #344391;
}
.m_flow__step_item:nth-of-type(5) .m_flow__step_item_heading{
  background-color: #2F3D84;
}
.m_flow__step_item_img{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_flow__step_item_txt{
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4155B8;
  font-weight: bold;
  padding-bottom: 20px;
}
.m_flow__format{
  margin-top: 100px;
}
.m_flow__format_Preparation{
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #F5F7FF;
  margin-top: 5px;
}
.m_flow__format_Preparation_heading{
  color: #2F3D84;
  font-size: 18px;
  font-weight: bold;
}
.m_flow__format_Preparation_list{
  margin-top: 5px;
}
.m_flow__format_Preparation_item{
  line-height: 1.4;
}
.m_flow__format_Preparation_img_main{
  vertical-align: bottom;
}
.m_flow__example_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_flow__example_box{
  padding: 10px 20px 15px;
}
.m_flow__example_box-Constitution{
  background-color: #F5F7FF;
  width: 480px; 
}
.m_flow__example_box-specification{
  background-color: #F5F7FF;
  width: 480px;
}
.m_flow__example_box-top{
  background-color: #F5F5F5;
  width: 346px;
  margin-top: 20px;
  text-align: center;
}
.m_flow__example_box-bottom{
  background-color: #F5F5F5;
  width: 614px;
  margin-top: 20px;
  text-align: center;
}
.m_flow__example_box_heading{
  color: #2F3D84;
  font-size: 18px;
  font-weight: bold;
}
.m_flow__example_box-top .m_flow__example_box_heading,
.m_flow__example_box-bottom .m_flow__example_box_heading{
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.m_flow__example_box_list{
  margin-top: 5px;
}
.m_flow__example_box_item{
  line-height: 1.4;
}
.m_flow__example_box_imgList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 658px;
  align-content: space-between;
}
.m_flow__example_box_imgItem{
  width: 180px;
}
.m_flow__example_box_imgItem_main{
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .m_flow__step_list{
    display: block;
  }
  .m_flow__step_item{
    width: auto;
    background-color: #F5F7FF;
  }
  .m_flow__step_item:nth-of-type(1),
  .m_flow__step_item:nth-of-type(2),
  .m_flow__step_item:nth-of-type(3),
  .m_flow__step_item:nth-of-type(4),
  .m_flow__step_item:nth-of-type(5){
    border-bottom: none;
  }
  .m_flow__step_item:after{
    background: none;
  }
  .m_flow__step_item_txt{
    height: auto;
  }
  .m_flow__step_item_txt_main br{
    display: none;
  }
  .m_flow__format_Preparation{display: block}
  .m_flow__format_Preparation_img{
    text-align: center;
    margin-top: 15px;
  }
  .m_flow__example_list{
    justify-content: center;
  }
  .m_flow__example_box-Constitution,
  .m_flow__example_box-specification{
    width: 100%;
  }
  .m_flow__example_box-specification{
    margin-top: 20px;
  }
  .m_flow__example_box-top{
    margin: auto;
    margin-top: 20px;
    width: 100%;
  }
  .m_flow__example_box-bottom{
    width: 100%;
  }
  .m_flow__example_box_imgList{
    height: auto;
    justify-content: center;
  }
  .m_flow__example_box_imgList:before{
    content: "";
    width: 190px;
    order: 1;
  }
  .m_flow__example_box_imgList:after{
    content: "";
    width: 190px;
  }
  .m_flow__example_box_imgItem{
    margin: 0 5px 10px;
  }
}

/*
module_よくあるご質問
**********/
.m_faqWrap {
  padding-top: 40px;
  padding-bottom: 100px;
}


.m_faqWrap{}
.m_faqWrap__body{
  margin-top: -43px;
  letter-spacing: 0.8px;
}
.m_faqWrap__footer{
  margin-top: 48px;
}

/* QA */
.m_faq{
  padding:40px 0 25px 0;
  border-top: 2px dotted;
}
.m_faq:first-of-type{
  border-top: none;
  padding-top: 45px;
}
.m_faq__q + .m_faq__a{
  margin-top: 45px;
}
.m_faq__q{
  position: relative;
  padding-left: 64px;
  font-weight: bold;
}
.m_faq__q::before{
  content: url("/resource/img/web/digital_sales_total_pack/img_qa-q.svg");
  position: absolute;
  left: 0;
  top: -15px;
  bottom: 0;
  display: block;
  margin: auto 0;
  line-height: 0;
}
.m_faq__a{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 64px;
}
.m_faq__aMsg{
  position: relative;
  min-height: 39px;
}
.m_faq__aMsg::before{
  content: url("/resource/img/web/digital_sales_total_pack/img_qa-a.svg");
  position: absolute;
  left: -63px;
  top: -13px;
  display: block;
  margin: auto 0;
  line-height: 0;
}
.m_faq__aMsg + .m_faq__aMsg{
  margin-top: 12px;
}
.m_footNote{
  font-size: 14px;
  color: #777777;
}
.m_footNote:before{
  content: "";
}
@media screen and (max-width: 768px){
}


/**********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}
/*間隙*/
.u_mb8{
  margin-bottom: 8px;
}
.u_mb16{
  margin-bottom: 16px;
}
.u_mb24{
  margin-bottom: 24px;
}
.u_mb40{
  margin-bottom: 40px;
}
.u_mb64{
  margin-bottom: 64px;
}
.u_mr8{
  margin-right: 8px;
}
.u_mt8{
  margin-top: 8px;
}
.u_ml8{
  margin-left: 8px;
}
/*フォントサイズ*/
.u_fs11{
  font-size: 11px;
}
.u_fs10{
  font-size: 10px;
}
.u_fs20{
  font-size: 20px;
}
/*ポジション*/
.u_rel{
  position: relative;
}
/*文字間*/
.u_ls0{
  letter-spacing: 0px;
}

@media screen and (max-width:599px){
  .u_resSmLs0{
    letter-spacing: 0px;
  }
  .u_resSmLsN1{
    letter-spacing: -1px;
  }
}

/* 上付き */
.u_super{
  font-size: 10px;
  vertical-align: super;
}

/*表示*/
.u_hide{
  display: none;
}
@media screen and (max-width:768px){
  .u_resMdHide{
    display: none;
  }
  .u_resMdInline{
    display: inline;
  }
}

@media screen and (max-width:599px){
  .u_resSmHide{
    display: none;
  }
  .u_resSmInline{
    display: inline;
  }
}
/**********
js
**********/
.js_serviceSP_navTarget.js_btn_active{
  color: #fff;
  background-color: #CA477D;
}
.js_serviceSP_navTarget.js_btn_active:hover{
  opacity: 0.6;
  transition: .3s;
}
.js_serviceSP_navTarget:after{
  transition: .3s;
}
.js_serviceSP_navTarget.js_btn_active:after{
  transform: rotate(180deg);
}
.js_servicePC_table{
  transition: .3s;
}
.js_is_active{
  opacity: 1;
}
.js_is_hide{
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.js_serviceSP_table.js_is_hide{
  height: auto;
  opacity: 1;
  visibility: visible;
  display: none;
}
.js_servicePC_navTarget.js_btn_active{
  color: #fff;
  background-color: #CA477D;
}

.js_serviceSP_table.js_is_active{
  opacity: 1;
}


/**********
notice
**********/
.m_infornWrap {
  padding-top: 40px;
}
.m_info__header {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 10px;
  border-bottom: 5px solid #992D10;
}
.m_info__ttl {
  font-size: 18px;
  color: #992D10;
  font-weight: bold;
}
.m_info__ttl_en {
  font-size: 14px;
  margin-left: 10px;
}
.m_info__itm {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ACACAC;
}
.m_info__date, .m_info__itm_ttl  {
  font-size: 14px;
  color: #333;
}
.m_info__itm_ttl {
  margin-left: 30px;
  transition: .2s;
}
.m_info__itm_ttl:hover {
  opacity: 0.7;
}
.m_info__itm_ttl a {
  color: #333;
}
.m_info__more_btn {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid #992D10;
  color: #992D10;
}
.m_info__more_btn_sec {
  transition: .2s;
}
.m_info__more_btn_sec:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .m_info__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*********
Overview
*********/
.m_targetWrap .m_heading {
  margin-bottom: 40px;
}

.m_detail__lead_sec {
  text-align: center;
}
.m_detail_lead {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.m_detail_lead_sub {
  text-align: left;
  letter-spacing: 0;
}

.m_content__ttl {
  font-size: 26px;
  font-weight: bold;
  color: #992D10;
}
.m_content__sub {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

.m_detail__compare_ttl_sec {
  margin-top: 40px;
  text-align: center;
}
.m_detail__compare_sec {
  padding: 30px 0;
}
.m_detail__compare_sec {
  display: flex;
  margin-bottom: 30px;
}

.m_compare__head {
  background-color: #992D10;
  border: 1px solid #992D10;
  border-radius: 20px 0 0 20px;
  padding: 35px 20px 25px 20px;
  max-width: 75px;
  width: 100%;
}
.m_compare__head_txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em !important;
}
.m_compare__cont {
  width: 100%;
  display: flex;
  padding: 25px 20px;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 0 20px 20px 0;
}
.m_compare__cont_bg {
  background-color: #F0DFDB;
  border: 1px solid #F0DFDB;
}
.cost_conparison_txt {
  margin-right: 25px;
  padding: 50px 0;
}
.m_compare__cont_bg .cost_conparison_txt {
  padding-top: 65px;
  padding-bottom: 35px;
}
.m_cost__detail_sec {
  width: 100%;
}
.m_cost__detail {
  display: flex;
  justify-content: space-between;
}
.m_cost__detail_itm {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 70px 10px;
}
.m_cost__detail_itm_txt {
  font-weight: bold;
}


.m_cost__detail_3col .m_cost__detail_itm:nth-child(1) {
  width: 100%;
  max-width: 158px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(2) {
  width: 100%;
  max-width: 316px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt{
  padding-top: 10px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(3) {
  width: 100%;
  max-width: 149px;
}
.m_cost__detail_3col .m_cost__detail_itm:nth-child(3) .m_cost__detail_itm_txt{
  padding-top: 8px;
}

@media (max-width: 768px) {
  .m_cost__detail_3col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt{
    padding-top: 0px;
  }
  .m_cost__detail_3col .m_cost__detail_itm:nth-child(3) .m_cost__detail_itm_txt{
    padding-top: 0px;
  }
  .m_compare__cont_bg .cost_conparison_txt {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.m_cost__detail_4col .m_cost__detail_itm:nth-child(1) {
  width: 100%;
  max-width: 165px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(2) {
  width: 100%;
  max-width: 165px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(1) .m_cost__detail_itm_txt,
.m_cost__detail_4col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt {
  padding-top: 24px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(3) {
  width: 100%;
  max-width: 157px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(4) {
  width: 100%;
  max-width: 141px;
}
.m_cost__detail_4col .m_cost__detail_itm:nth-child(4) .m_cost__detail_itm_txt {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(1) .m_cost__detail_itm_txt,
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(2) .m_cost__detail_itm_txt {
    padding-top: 0px;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(4) .m_cost__detail_itm_txt {
    padding-top: 0px;
  }
}

.m_detail__innov {
  display: flex;
  justify-content: space-between;
}
.m_detail__innov_itm {
  width: 100%;
  max-width: 300px;
}
.m_innov_itm_allow {
  text-align: center;
  margin-top: 10px;
}
.m_detail__innov_frm, .m_detail__innov_for {
  background-color: #992D10;
}
.m_detail__innov_frm {
  padding: 10px 0;
  text-align: center;
}
.m_innov__ttl_sec {
  padding: 10px 0;
  text-align: center;
}
.m_innov__ttl {
  color: #fff;
  font-weight: bold;
}
.m_detail__innov_frm .m_innov__ttl {
  font-size: 20px;
}
.m_detail__innov_for .m_innov__ttl {
  font-size: 26px;
  letter-spacing: 0;
}
.m_detail__innov_for {
  border: 1px solid #992D10;
}
.m_innov__txt_sec {
  padding: 10px 15px;
  background-color: #fff;
  text-align: left;
  min-height: 147px;
}
.m_detail__innov_itm:last-child .m_innov__txt_sec {
  padding-bottom: 61px;
}

@media (max-width: 768px) {
  .m_detail__compare_sec {
    display: block;
    padding: 0;
  }
  .m_detail__compare_ttl_sec {
    margin-bottom: 30px;
  }
  .m_compare__head {
    border-radius: 20px 20px 0px 0px;
    padding: 15px 0px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .m_compare__head_txt {
    writing-mode: horizontal-tb;
  }
  .m_compare__cont {
    border-radius: 0;
    display: block;
    padding: 15px;
  }
  .cost_conparison_txt {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .m_cost__detail {
    display: block;
  }
  .m_cost__detail_itm {
    margin-bottom: 5px;
    padding: 15px 20px;
  }

  .m_cost__detail_3col .m_cost__detail_itm:nth-child(1),.m_cost__detail_3col .m_cost__detail_itm:nth-child(2),.m_cost__detail_3col .m_cost__detail_itm:nth-child(3) {
    max-width: 100%;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(1),.m_cost__detail_4col .m_cost__detail_itm:nth-child(2),.m_cost__detail_4col .m_cost__detail_itm:nth-child(3),.m_cost__detail_4col .m_cost__detail_itm:nth-child(4) {
    max-width: 100%;
  }

  .m_cost__detail_3col .m_cost__detail_itm:nth-child(2) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .m_cost__detail_4col .m_cost__detail_itm:nth-child(1),.m_cost__detail_4col .m_cost__detail_itm:nth-child(2) {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(3) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m_cost__detail_4col .m_cost__detail_itm:nth-child(4) {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .m_cost__detail_itm:last-child {
    margin-bottom: 0;
  }

  .m_detail__innov_sec {
    padding-top: 30px;
  }
  .m_detail__innov {
    display: block;
  }
  .m_detail__innov_itm {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .m_detail__innov_itm:last-child {
    margin-bottom: 0;
  }
  .m_detail__innov_itm:last-child .m_innov__txt_sec {
    padding-bottom: 15px;
  }
}

/*********
theme
*********/
.m_therme_sec {
  margin-top: 60px;
  padding: 40px 53px 0;
  background-color: #F5F5F5;
}
.m_therme_sec .m_heading {
  margin-bottom: 48px;
}

.m_theme_sec_inr {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.m_therme_sec .m_heading__ttl {
  font-family: helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,"sans-serif";
  margin-bottom: 15px;
  font-size: 30px;
}

.m_themeWrap {
  padding: 20px 0 20px;
}
.m_theme__contBox_sec {
  width: 100%;
  margin-bottom: 20px;
}

.m_theme__contBox {
  display: flex;
  justify-content: space-between;
}
.m_theme__contBox_itm {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 274px;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  padding: 45px 25px 30px;
}
.m_theme__contBox_itm::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 76px;
  top: -40px;
  left: 25px;
  padding-left: 15px;
  background-image: url(/resource/img/web/digital_sales_total_pack/number_theme01.png);
  background-repeat: no-repeat;
}
.m_theme__contBox_itm:nth-child(2)::before {
  background-image: url(/resource/img/web/digital_sales_total_pack/number_theme02.png);
}
.m_theme__contBox_itm:nth-child(3)::before {
  background-image: url(/resource/img/web/digital_sales_total_pack/number_theme03.png);
}
.m_theme__cont_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
}
.m_theme__cont_img {
  text-align: center;
}
.m_theme__contBox_itm:nth-child(2) .m_theme__cont_img,.m_theme__contBox_itm:nth-child(3) .m_theme__cont_img {
  margin-top: 52px;
}

.m_themeWrap_bg_arrow {
  text-align: center;
}
.m_themeWrap_bg_arrow_sp {
  display: none;
}

@media (max-width: 768px) {
  .m_therme_sec {
    padding: 40px 10px 0;
  }
  .m_themeWrap {
    margin: 0 10px;
  }
  .m_theme__contBox {
    display: block;
  }
  .m_theme__contBox_itm {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .m_theme__contBox_itm:last-child {
    margin-bottom: 0;
  }
  .m_themeWrap_bg_arrow {
    display: none;
  }
  .m_themeWrap_bg_arrow_sp {
    display: block;
    text-align: center;
  }
  .m_theme__contBox_itm:nth-child(2) .m_theme__cont_img {
    margin-top: 27px;
    padding-bottom: 17px;
  }
  .m_theme__contBox_itm:nth-child(3) .m_theme__cont_img {
    margin-top: 27px;
    padding-bottom: 24px;
  }
}

/*********
solution
*********/
.m_solutionWrap {
  padding: 60px 0;
}
.m_solutionWrap ,.m_detail_lead {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.m_solution__cont .m_detail_lead {
  text-align: center;
}
.m_solution__cont_txt {
  margin-top: 20px;
  letter-spacing: 0;
}
.m_solution__cont_txt_en {
  color: #992D10;
  font-weight: bold;
}
.m_solution__cont_txt_lg {
  font-size: 26px;
}

@media (max-width: 768px) {
  .m_solutionWrap {
    padding-bottom: 40px;
  }
}

/*********
feature
*********/
.m_featureWrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.m_feature__cont_sec {
  margin-bottom: 60px;
}
.m_feature__cont {
  display: flex;
  justify-content: space-between;
}
.m_feature__cont_itm {
  width: 100%;
  max-width: 300px;
  border: 1px solid #992D10;
}
.m_feature_cont__txt {
  padding: 0 20px 15px 20px;
}

.m_feature_cont__txt {
  font-weight: bold;
  margin-top: 5px;
}

.m_contact__btn .m_btn {
  background-color: #992D10;
  border: 1px solid #992D10;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .m_feature__cont {
    display: block;
  }
  .m_feature__cont_itm {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .m_feature__cont_itm:last-child {
    margin-bottom: 0;
  }
}

/*********
example
*********/
.m_examWrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.m_example__content {
  margin-top: 30px;
}
.m_example__content_head {
  background-color: #992D10;
  border: 1px solid #992D10;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.m_example__content_head_txt {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
.m_example__content_head_txt span {
  font-size: 15px;
}
.m_example__content_area {
  padding: 10px 20px 20px;
  background-color: #F0DFDB;
}
.m_example__content_area_head {
  color: #992D10;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.m_example__lst {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.m_example__lst_itm {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
.m_example__lst_itm_ttl {
  display: flex;
  align-items: center;
}

.m_example_itm_ico {
  margin-right: 15px;
}
.m_example_itm_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #992D10;
  letter-spacing: 0.6px;
}

.m_example__lst_itm_txt {
  margin-top: 15px;
}
.m_example_itm_txt {
  padding-left:1em;
	text-indent:-1em;
}

@media (max-width: 768px) {
  .m_example__lst {
    display: block;
  }
  .m_example__lst_itm {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .m_example__lst_itm:last-child {
    margin-bottom: 0px;
  }
  .m_example__content_head_txt {
    line-height: 1;
  }
}

/*********
flow
*********/
.m_flowWrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.m_flow__lead_sec {
  margin-bottom: 30px;
}

.m_flow {
  display: flex;
  align-items: center;
}
.m_flow:nth-of-type(1) .m_flow__itm {
  position: relative;
}
.m_flow:nth-of-type(1) .m_flow__itm::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 40px;
  right: 0;
  top: 67px;
  bottom: 0;
  background-image: url(/resource/img/web/digital_sales_total_pack/img_arrow02.svg);
  background-repeat: no-repeat;
}
.m_flow:nth-of-type(1) .m_flow__itm:last-child:before {
  content: none;
}

.m_flow:nth-of-type(2) .m_flow__itm:last-child::before {
  content: none;
}

.m_flow__itm {
  width: 100%;
  max-width: 196px;
  text-align: center;
}
.m_flow__itm .m_flow__step_cont {
  padding: 15px;
}

.m_flow__step {
  padding: 5px 0;
}
.m_flow__step p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.m_flow__step_ico {
  text-align: center;
  padding-top: 15px;
}
.m_flow__step_cont {
  padding: 15px 20px;
}
.m_flow__step_cont_txt {
  font-weight: bold;
  letter-spacing: inherit !important;
}

.m_flow__itm:nth-child(1) .m_flow__step {
  background-color: #B33413;
}
.m_flow__itm:nth-child(2) .m_flow__step {
  background-color: #A63111;
}
.m_flow__itm:nth-child(3) .m_flow__step {
  background-color: #992D10;
}
.m_flow__itm:nth-child(4) .m_flow__step {
  background-color: #8C2A0F;
}
.m_flow__itm:nth-child(5) .m_flow__step {
  background-color: #80260D;
}

.m_flow__itm:nth-child(1) .m_flow__step_border {
  background-color: #B33413;
}
.m_flow__itm:nth-child(2) .m_flow__step_border {
  background-color: #A63111;
}
.m_flow__itm:nth-child(3) .m_flow__step_border {
  background-color: #992D10;
}
.m_flow__itm:nth-child(4) .m_flow__step_border {
  background-color: #8C2A0F;
}
.m_flow__itm:nth-child(5) .m_flow__step_border {
  background-color: #80260D;
}

.m_flow__itm:nth-child(1) .m_flow__step_cont_txt {
  color: #B33413;
}
.m_flow__itm:nth-child(2) .m_flow__step_cont_txt {
  color: #A63111;
}
.m_flow__itm:nth-child(3) .m_flow__step_cont_txt {
  color: #992D10;
}
.m_flow__itm:nth-child(4) .m_flow__step_cont_txt {
  color: #8C2A0F;
}
.m_flow__itm:nth-child(5) .m_flow__step_cont_txt {
  color: #80260D;
}

.m_flow__arrow_sec {
  margin-top: 5px;
}
.m_flow__arrow_upper {
  position: relative;
}
.m_flow__arrow_under {
  position: relative;
  margin-top: 10px;
}
.m_flow__arrow_upper::before {
  content:"1\304B\6708\7A0B\5EA6";
  position: absolute;
  width: 84px;
  height: 24px;
  font-size: 16px;
  left: 50px;
  text-align: center;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  padding: 0px 5px;
}
.m_flow__arrow_under::before {
  content:"\5E83\544A\904B\7528\5B9A\4F8B\4F1A\306E\5B9F\65BD";
  position: absolute;
  width: 185px;
  height: 24px;
  left: 395px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  padding: 0px 5px;
}

.m_flow__step_border {
  height: 5px;
}

.m_flow__cont_sec_sp {
  display: none;
  margin-bottom: 0;
}

.m_flow__step_cont_txt_note {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.m_flow__cont_sec_pc .m_flow__note_sec {
  text-align: right;
}

.m_flow__note_sec {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .m_flow__cont_sec_pc {
    display: none;
  }
  .m_flow__cont_sec_sp {
    display: block;
  }
  .m_flow_sp {
    display: block;
  }
  .m_flow__itm {
    background-color: #FFF7F5;
    max-width: 100%;
  }
  .m_flow:nth-of-type(1) .m_flow__itm::before {
    content: none;
  }
  .m_flow__step_ico {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .m_flow__step_cont .m_flow__step_cont_txt_note {
    margin-top: 5px;
  }
}
