/* CSS Document */

div#cont{
  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;
  }
}

/* 
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__wrap{
  background: url(/resource/img/web/custom-made-web/top-bg_leaveittome.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;
}
@media screen and (max-width: 768px){
  .m_keyvisual__inner{
    width: 100%;
    margin: auto;
  }
  .m_keyvisual__img{
    width: 100%;
  }
}

/*
module_ローカルナビ
**********/
.m_navList_item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 3px solid #2F3D84;
  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: #2F3D84;
    color: #ffffff;
}
@media screen and (max-width: 768px){
  .m_navList_wrap{
    width: 270px;
  }
  .m_navList_item{
    border-top: none;
    border-left: none;
  }
  .m_navList_itemTarget{
    text-align: left;
  }
}


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

.m_heading{
  background: none;
}
.m_heading__ttl{
  font-weight: bold;
}
.m_heading__subTtl{
  font-weight: bold;
}
.m_heading--primary{
  text-align: center;
  margin-bottom: 48px;
}
.m_heading--primary .m_heading__ttl{
  font-size: 30px  
}
.m_heading--primary .m_heading__subTtl {
  font-family: Arial, Helvetica, "sans-serif";
  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{
  text-align: center;
  margin-top: 60px;
}
.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_topCopy{
  padding: 0!important;
  background-color: transparent!important;
}

.m_targetWrap{
  margin-top: 70px;
}
.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_strengths__copy_str{
  text-align: center;
}
.m_strengths__copy_list{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.m_strengths__copy_item{
  width: 25%;
  padding: 0 14px;
}
.m_strengths__copy_item + .m_strengths__copy_item{
  border-left: 2px dotted #707070;
}
.m_strengths__copy_item_header{
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #68C0AA;
  position: relative;
  font-weight: bold;
  padding: 5px 0 5px 7px;
  height: 61px;
}
.m_strengths__copy_item_header:after{
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 15px solid #68C0AA;
  top: 100%;
  left: 20%;
}
.m_strengths__copy_item_header_strength{
  display: flex;
  flex-direction: column;
  height: 51px;
}
.m_strengths__copy_item_header_strength_str{

}
.m_strengths__copy_item_header_strength_num{
  font-size: 25px;
  line-height: 1;
  margin-top: -5px;
}
.m_strengths__copy_item_header_ttl{
  padding-left: 5px;
}
.m_strengths__copy_item_content{
  margin-top: 30px;
}
.m_strengths__designImg{
  background-color: #F5F5F5;
  position: relative;
  margin-top: 100px;
  padding: 50px 15px 40px 15px;
}
.m_strengths__designImg .m_heading--secondary{
  position: absolute;
  top: 50px;
  margin-top: 0;
}
.m_strengths__designImg_content{
  display: flex;
  justify-content: space-between;
}
.m_strengths__designImg_pc{
  margin-top: auto;
}
.m_strengths__updateSystem{
  margin-top: 100px;
}
.m_strengths__updateSystem .m_heading--secondary{
  margin-bottom: 10px;
}
.m_strengths__updateSystem_copy{
  margin-bottom: 20px;
}
.m_strengths__updateSystem_content{
  display: flex;
  justify-content: space-between;
}
.m_strengths__updateSystem_content-sp{
  display: none;
}
.m_strengths__updateSystem_copy_str{
  letter-spacing: 0.8px;
}
.m_strengths__updateSystem_content_left{
  width: 770px;
  display: flex;
  flex-direction: column;
}
.m_strengths__updateSystem_List{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.m_strengths__updateSystem_Item{
  width: 180px;
  background-color: #F5F5F5;
  text-align: center;
  padding: 10px 20px 20px 20px;
}
.m_strengths__updateSystem_Item.m_strengths__updateSystem_Item-first{
  width: 292px;
}
.m_strengths__updateSystem_Item.m_strengths__updateSystem_Item-arrow{
  padding: 0;
}
.m_strengths__updateSystem_item_img{
}
.m_strengths__updateSystem_content_left .m_strengths__updateSystem_item_img{
  margin-top: 10px;
}
.m_strengths__updateSystem_item_imgmain{
  vertical-align: bottom;
}
.m_strengths__updateSystem_content_left .m_strengths__updateSystem_item_imgmain{
  height: 218px;
}
.m_strengths__updateSystem_Item-arrow{
  width: 20px;
  background-color: transparent;
  height: 85px;
}
.m_strengths__updateSystem_Item-arrow:before{
  content: "";
  display: block;
  width: 0px;
  border: 42.5px solid transparent;
  border-left: 20px solid #2F3D84;
}
.m_strengths__updateSystem_content_right{
  width: 180px;
  background-color: #F5F5F5;
  text-align: center;
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
.m_strengths__updateSystem_content_right 
.m_strengths__updateSystem_item_img{
  margin-top: auto;
}
.m_strengths__safetyForm_copy{
  margin-bottom: 20px;
}
.m_strengths__safetyForm_list{
  display: flex;
  justify-content: space-between;
}
.m_strengths__safetyForm_item{
  width: 306px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.m_strengths__safetyForm_item_inner{
  background-color: #F5F5F5;
  padding: 20px;
}
.m_strengths__safetyForm_item_img{
}
.m_strengths__safetyForm_item_mail{
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_strengths__safetyForm_item_mail_plus{
  padding-right: 10px;
}
.m_strengths__safetyForm_item_mail_plusMain{
  vertical-align: bottom;
}
.m_strengths__safetyForm_item_mail_str{
  display: flex;
  align-items: center;
}
.m_strengths__safetyForm_item_mail_str_Inner{
  
}
.m_strengths__safetyForm_item_mail_str:before{
  content: "";
  background-image: url("/resource/img/web/custom-made-web/leaveittome-web_foam-icon02.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 30px;
  padding-right: 10px;
}
.m_strengths__safetyForm_item_mail_strMain{
  font-weight: bold;
  line-height: 1.4;
}
.m_strengths__responsive_copy{
  margin-bottom: 20px;
}
.m_strengths__responsive_list{
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 930px;
}
.m_strengths__responsive_item{
}
.m_strengths__responsive_item-pc{
  width: 510px;
  height: 304px;
}
.m_strengths__responsive_item-tablet{
  width: 206px;
  height: 304px;
}
.m_strengths__responsive_item-phone{
  width: 114px;
  height: 239px;
}
.m_strengths__responsive_item_imgmain{
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .m_strengths__copy_str{
    text-align: left;
  }
  .m_strengths__copy_list{
    display: block;
  }
  .m_strengths__copy_item{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .m_strengths__copy_item_header{
    padding-left: 10px;
  }
  .m_strengths__copy_item_header_ttl{
    padding-left: 10px;
  }
  .m_strengths__copy_item_header_ttlMain br{
    display: none;
  }
  .m_strengths__copy_item + .m_strengths__copy_item{
    border-left: none;
  }
  .m_strengths__copy_item_content{
    margin-top: 20px;
  }
  .m_strengths__designImg .m_heading--secondary{
    position: static;
  }
  .m_strengths__designImg{
    padding: 30px 15px;
  }
  .m_strengths__designImg_pc{
    margin-right: 5px;
  }
  .m_strengths__updateSystem_content{
    display: block;
  }
  .m_strengths__updateSystem_content-pc{
    display: none;
  } 
  .m_strengths__updateSystem_content-sp{
    display: block;
  }
  .m_strengths__updateSystem_List{
    display: block;
  }
  .m_strengths__updateSystem_content_left{
    display: block;
    width: 100%;
  }
  .m_strengths__updateSystem_Item-first{
    margin: auto;
  } .m_strengths__updateSystem_Item.m_strengths__updateSystem_Item-arrow{
    margin: auto;
    margin-top: 30px;
    width: 85px;
    height: 40px;
  }
  .m_strengths__updateSystem_Item-arrow:before {
    content: "";
    display: block;
    width: 0px;
    border: 42.5px solid transparent;
    border-top: 20px solid #2F3D84;
  }
  .m_strengths__updateSystem_content_list_bottom{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  } 
  .m_strengths__updateSystem_content_list_bottom_item .m_strengths__updateSystem_Item{
    width: auto;
    max-width: 180px;
    margin-right: 5px;
  }
  .m_strengths__updateSystem_content_right{
    width: auto;
    max-width: 180px;
    margin-left: 5px;
  }
  .m_strengths__updateSystem_content_list_bottom_item .m_strengths__updateSystem_Item + .m_strengths__updateSystem_Item{
    margin-top: 10px;
  }
  .m_strengths__safetyForm_list{
    display: block;
  }
  .m_strengths__safetyForm_item{
    margin: auto;
  }
  .m_strengths__safetyForm_item + .m_strengths__safetyForm_item{
    margin-top: 10px;
  }
  .m_strengths__safetyForm_item_inner + .m_strengths__safetyForm_item_inner{
    margin-top: 10px;
  }
  .m_strengths__responsive_list{
    display: block;
    position: relative;
    width: 100%;
  }
  .m_strengths__responsive_item{
    margin: auto;
  }
  .m_strengths__responsive_item-pc {
    width: auto;
    height: auto;
    max-width: 510px;
    max-height: 304px;
    margin: 0;
  }
  .m_strengths__responsive_item-tablet{
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 27vw;
    height: auto;
  }
  .m_strengths__responsive_item-phone{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15vw;
    height: auto;
  }
}
@media screen and (max-width: 599px){
  .m_strengths__copy_item_header_ttlMain br{
    display: block;
  }
}
/*
module_サービス内容・価格
**********/

.m_serviceInner-sp{
  display: none;
}
.m_serviceInner-pc .m_service__nav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.m_service__navItem{
}
.m_service__navItem_target{
  border: 1px solid #CA477D;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #CA477D;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 310px;
  display: inline-block;
  padding: 5px;
}
.m_service__navItem_target:after{
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 700;
  right: 25px;
}
.m_service__navItem_target:hover{
  color: #fff;
  background-color: #CA477D;  
}
.m_service__table_caption{
  font-size: 12px;
  text-align: right;
  font-color: #777777;
}
.m_serviceInner-pc .m_service__table_caption{
  margin-bottom: 5px;
}
.m_serviceInner-sp .m_service__table_caption{
  margin-top: 5px;
  margin-bottom: 5px;
}
.m_service__table{
  border: 1px solid #CA477D;
}
.m_service__table_line{
  display: flex;
  align-items: stretch;
  position: relative;
  background-color: #FFF6FA;
}
.m_service__table_line:before{
  content: "";
  text-align: center;
  width: 940px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 20px;
}
.m_service__table_line:first-of-type:before,
.m_service__table_line:nth-of-type(2):before{
  content: "";
  text-align: center;
  width: 0;
  height: 0px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 5%;
}
.m_service__table_line-heading{
  border-bottom: 1px solid #CA477D;
  font-size: 20px;
}
.m_service__table_cell{
  text-align: center;
}
.m_service__table_cell-planName{
  background-color: #CA477D;
  color: #fff;
  min-width: 310px; 
}
.m_service__table_cell-planPrice{
  width: 100%;
  color: #CA477D;
  background-color: #fff;
}
.m_service__table_cell-planName,
.m_service__table_cell-planPrice{
  padding: 5px; 
  display: flex;
  justify-content: center;
}
.m_service__table_cell-planPrice .m_service__table_cell_txt br{
  display: none;
}
.m_service__table_cell-heading{
  background-color: #FFECF4;
  min-width:123px; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.m_service__table_cell{
  text-align: left;
  font-weight: bold;
}
.m_service__table_cell_legend{
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-top: 20px;
  margin-left: 21px;
  color: #CA477D;
}
.m_service__table_cell_legend_line{
  display: flex;
  align-content: center;
}
.m_service__table_cell_legend_line + .m_service__table_cell_legend_line{
  margin-top: 5px;
}
.m_service__table_cell_legend_box{
  display: flex;
  align-content: center;
  min-width: 83px;
  height: 24px;
  border: 1px solid #CA477D;
  background-color: #fff;
}
.m_service__table_cell_legend_box-standard{
  background-color: #CA477D;
}
.m_service__table_cell_legend_box-select{}
.m_service__table_cell_legend_txt{
  margin-left: 10px;
  padding-left: 17px;
  text-indent: -17px;
}
.m_service__table_cell-list{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.m_service__table_cell_item{
  width: 146px;
  height: 58px;
  margin-top: 20px;
  margin-left: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
}
.m_service__table_cell_item-standard{
  border: 1px solid #CA477D;
  background-color: #CA477D;
  color: #fff;
}
.m_service__table_cell_item-select{
  border: 1px solid #CA477D;
}
.m_service__table_cell_item_txt{
  line-height: 1.4;
}
.m_service__table_cell_item_txt_sub{
  font-size: 11px;
}

.m_service__table_makeable{
  padding: 25px 25px 15px 25px;
  letter-spacing: 0.8px;
}
.m_service__table_makeable_heading{
  margin-bottom: 15px;
}
.m_service__table_makeable_line{
  display: flex;
  margin-top: 8px;
}
.m_service__table_makeable_item{
  padding-left: 25px;
}
.m_service__table_makeable_item_txt{
  min-width: 140px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_service__table_makeable_item-heading{
  display: flex;
  justify-content: center;
  align-self: stretch;
  text-align: center;
  color: #CA477D;
  font-weight: bold;
  background-color: #FFF6FA;
  height: 48px;
}
@media screen and (max-width: 768px){
  .m_service__navItem{
    text-align: center;
    margin-top: 20px;
  }
  .m_serviceInner-pc{
    display: none;
  }
  .m_serviceInner-sp{
    display: block;
  }
  .m_service__table{
    border: none;
  }
  .m_service__table_line{
    display: block;
  }
  .m_service__table_line:before{
    width: 0;
  }
  .m_service__table_line-heading{
    border-bottom: none;
  }
  .m_service__table_cell_txt br{
    display: none;
  }
  .m_service__table_cell-planPrice .m_service__table_cell_txt br{
    display: block;
  }
  .m_service__table_cell-list{
    width: 498px;
    justify-content: center;
    margin: auto;
  }
  .m_service__table_cell-list:before{
    content: "";
    width: 166px;
    display: inline-block;
    order: 1;
  }
  .m_service__table_cell-list:after{
    content: "";
    width: 166px;
    display: inline-block;
  }
  .m_service__table_cell_item{
    margin-left: 10px;
    margin-right: 10px;
  }
  .m_service__table_makeable{
    padding: 20px 0;
  }
  .m_service__table_makeable_line{
    display: block;
  }
  .m_service__table_makeable_item{
    padding: 10px 0;
  }
  .m_service__table_makeable_item .m_service__table_makeable_item_txt{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px){
  .m_service__navItem_target{
    width: 100%;
  }
  .m_service__table_cell-list{
    width: auto;
  }
}
/*
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_Spec__table{
  margin-top: -23px;
  position: relative;
}
.m_Spec__option .m_Spec__table{
  margin-top: 0;
}
.m_Spec__table_scroll{
}
.m_Spec__table_inner{
  width: 980px;
}
.m_Spec__table_line{
  display: flex;
}
.m_Spec__table_cell.m_Spec__table_cell-topHeading{
  background-color: #E4E4E4;
  font-weight: bold;
  
}
.m_Spec__table_cell.m_Spec__table_cell-leftHeading{
  min-width: 31%;
  border-top: 1px solid #fff;
  background-color: #68C0AA;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.m_Spec__table_line:first-of-type .m_Spec__table_cell.m_Spec__table_cell-leftHeading{
  border-top: 1px solid #B1B1B1;
}
.m_Spec__table_cell{
  width: 23%;
  border-left: 1px solid #B1B1B1;
  border-top: 1px solid #B1B1B1;
  text-align: center;
  padding:4px 5px;
}
.m_Spec__table_cell:last-of-type{
  border-right: 1px solid #B1B1B1;
}
.m_Spec__table_line:last-of-type .m_Spec__table_cell{
  border-bottom: 1px solid #B1B1B1;
}
.m_Spec__table_inner-option .m_Spec__table_cell.m_Spec__table_cell-leftHeading{
  min-width: 29.5%;
  border-top: 1px solid #fff;
  background-color: #68C0AA;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.m_Spec__table_inner-option .m_Spec__table_cell:nth-of-type(2){
  width: 25%;
}
.m_Spec__table_inner-option .m_Spec__table_cell:nth-of-type(3){
  width: 45.5%;
  text-align: left;
}
.m_Spec__table_attention{
  font-size: 12px;
  color: #777;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
}
.m_Spec__attention_List{
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
.m_Spec__attention_item{
  line-height: 1.4;
}
.m_Spec__txtLink{
  margin-top: 10px;
}
.m_Spec__txtLink_target{
  color: #004CFF;
}
.m_Spec__txtLink_target:hover{
  opacity:0.6;
  transition: .3s;
}
@media screen and (max-width: 768px){
  .m_Spec__table_scroll{
    overflow-x: scroll;
  }
  .m_Spec__table_inner{
    padding: 5px 5px 5px 0;
  }
  .m_Spec__table_attention{
    position: static;
  }
}
/*
module_よくあるご質問
**********/
.m_faqWrap{}
.m_faqWrap__body{
  margin-top: -43px;
  letter-spacing: 0.8px;
}
.m_faqWrap__footer{
  margin-top: 48px;
}

/* QA */
.m_faq{
  padding:40px 0 20px 0;
  border-top: 2px dotted;
}
.m_faq:first-of-type{
  border-top: none;
}
.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/custom-made-web/leaveittome-web_qa_icon-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/custom-made-web/leaveittome-web_qa_icon-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){
}
/*
module_制作実績一覧
**********/

.m_achievementWrap{
  background-color: #F5F5F5;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
.m_achievementWrap .m_heading--primary{
  margin-bottom: 30px;
}
.m_achievement__txt{
  text-align: center;
}
.m_achievement__list{
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 10px auto 0;
}
.m_achievement__list-sp{
  display: none;
}
.m_achievement__col{
  width: 233px;
}
.m_achievement__item{
  border: 1px solid #ccc;
}
.m_achievement__item{
  margin-top: 30px;
}
.m_achievement__item:first-of-type{
  margin-top: 0px;
}
.m_achievement__item_img{
  width: 100%;
  vertical-align: bottom;
}
.m_achievement__attention{
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.m_achievement__attention_main{}
@media screen and (max-width: 768px){
  .m_achievementWrap{
    padding: 0 15px 15px;
  }
  .m_achievement__list{
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;  
  }
  .m_achievement__list-pc{
    display: none;
  }
  .m_achievement__list-sp{
    display: block;
    column-count: 3;
    column-gap: 0;
  }
  .m_achievement__col + .m_achievement__col{  
  }
  .m_achievement__item{
    margin: 0 5px;
    margin-top: 15px;
    -webkit-column-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .m_achievement__item:first-of-type{
    margin-top: 0px;
  }
  .m_achievement__attention{
    position: static;
    text-align: right;
    margin-top: 10px;
  }
  .m_achievement__attention_main{
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 599px){
  .m_achievement__list-sp{
    column-count: 2;
  }
}
@media screen and (max-width: 499px){
  .m_achievement__list-sp{
    column-count: 1;
  }
}
/*
module_関連サービス
**********/

.m_relativeWrap{
  margin-top: 100px;
}
.m_relativeWrap > .m_heading--primary{
  margin-bottom: 15px;
}
.m_relativeWrap__body{
  overflow: hidden;
}
.m_relative{
  padding: 16px;
  color: inherit;
  transition: .7s opacity;
}
.m_relative:hover{
  /* opacity: .7; */
}
.m_relative__heading{
  display: flex;
  align-items: center;
  height: calc(2em * 1.6);
  margin-bottom: 0px;
}
.m_relative__ico{
  line-height: 0;
}
.m_relative__ttl{
  margin-left: 16px;
  font-weight: bold;
  color: #41A9A5;
  letter-spacing: 0;
}
.m_relative__ttl_sub{
  font-size: 11px;
}
.m_relative__copy{
  min-height: 50px;
}
.m_relative__copy_main{
  color: #41A9A5;
  font-weight: bold;
  letter-spacing:  0;
}
.m_relative__price{
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: 0.8px;
}
.m_relative__price + .m_relative__body{
  margin-top: 5px;
}
.m_relative__msg{
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.m_relative__msg + .m_relative__msg{
  margin-top: 12px;
}
.m_relative__msg + .m_relative__tab{
  margin-top: 16px;
}
.m_relative__tab{
  display: inline-block;
  padding: 6px 12px;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  background: #E6002D;
}
.m_relative__footer{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}
.m_relative--hasFooter{
  position: relative;
  padding: 20px 20px 72px;
}
@media screen and (max-width: 768px){
  .m_relative__copy{
    min-height: auto;
  }
}
/*
module_関連サービスバナー
**********/

.m_relativeBannerWrap{
  margin-top: 40px;
  margin-bottom: 80px;
}
.m_relativeBanner__Item_target:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_relativeBanner__List{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .m_relativeBanner__List{
    display: block;
    text-align: center;
  }
  .m_relativeBanner__Item + .m_relativeBanner__Item{
    margin-top: 10px;
  }
}

/**********
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;
}
