@charset "utf-8";
img{
  max-width: 100%;
}
.net-print-area .info-wrap{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.net-print-area .info-wrap h2{
  font-size: 15px!important;
  border-bottom: none!important;
  background: #02735f;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px 2px 0 0;
  margin: 0;
}
.net-print-area .info-wrap .main-area{
  padding: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.e-print-button-area{
  margin-top: 15px;
  text-align: center;
}
.e-print-button-area a{
  border-color: #ee2a6b!important;
  background: #ee2a6b!important;
  border: 1px solid;
  border-radius: 5px;
  width: 350px;
  display: inline-block;
  padding: 12px 15px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .e-print-button-area a{
    width: 100%;
  }
}

.net-print-rule{
  color: #555;
}

.net-print-rule h2{
  font-weight:bold;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.net-print-rule .box-unit{
  padding: 0 20px;
  font-size: 14px;
}

.net-print-rule h3.ruleBoxHeading{
  font-size: 16px;
}
.ruleBoxHeading:nth-child(n + 2){
  margin-top: 20px;
}

ul.num{
  list-style: none;
  counter-reset: item;
  margin: 15px 1em 20px 1em;
  line-height: 1.5;
}
ul.num li{
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 14px;
}
ul.num li:before {
    color: #fa7418;
    font-weight: bold;
    counter-increment: item;
    content: counter(item) ". ";
}
ul.num li:nth-child(n + 2) {
  margin: 5px 0 0;
}

ol.alpha{
  list-style: none;
  counter-reset: item2;
  margin: 15px 1em 20px 1em;
  line-height: 1.5;
}
ol.alpha li{
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 14px;
}
ol.alpha li:before {
    color: #0a725f;
    font-weight: bold;
    counter-increment: item2;
    content: counter(item2 ,lower-alpha) ". ";
}
ol.alpha li:nth-child(n + 2) {
  margin: 3px 0 0;
}

/*net_print*/
.net_print_H3{
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  font-size: 24px;
  background: #eee;
  padding: 3px;
}
.logo_area{
  display: flex;
  justify-content: center;
}
.logo_area li{
  margin: 0 10px;
}
.flow_area{
  display: flex;
  justify-content: center;
}
.flow_area .flow_item{
  width: 40%;
  margin: 0 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.flow_area .flow_item div{
  padding: 10px 20px 0;
}
.flow_area .flow_item img{
  width: 100%;
}
.flow_area .flow_item .step{
  color: #fff ;
  background: #0b987f;
  padding: 15px 0 10px;
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.flow_area.lp_flow{
  justify-content: space-between;
}
.flow_area.lp_flow .flow_item{
  width: 22%;
  margin: 0;
  font-size: 14px;
  text-align: left;
  position: relative;
}
.flow_area.lp_flow .flow_item div{
  padding: 10px 10px 0;
  font-weight: normal;
}
.flow_area.lp_flow .flow_item div .txt{
  height: 110px;
}
.flow_area.lp_flow .flow_item .note{
  font-size: 12px;
}
.flow_area.lp_flow .flow_item:after{
  content: "▶";
  position: absolute;
  top: 48%;
  right: -24px;
  font-size: 16px;
  color: #fa7418;
}
.flow_area.lp_flow .flow_item:last-of-type:after{
  content: "";
}
.flow_area ~ .simple_step{
  margin-top: 20px;
  font-size: 16px;
  color: #0b987f;
  font-weight: bold;
}
.lp_area .net_print_H3 {
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    background: #edf4fa;
    padding: 8px;
    border-radius: 10px;
    color: #2d73ac;
}
.lp_area .fs_16{
  font-size: 16px;
  line-height: 1.75;
}
.lp_area .fs_14{
  font-size: 14px;
}
.lp_area .next-btn-area{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.lp_area .next-btn-area .transitionBtn,
.lp_area .next-btn-area .userRegisterBtn{
  font-size: 22px;
  font-weight: bold;
  padding: 15px 100px;
  border-radius: 6px;
}
.lp_area .next-btn-area .transitionBtn:hover,
.lp_area .next-btn-area .userRegisterBtn:hover{
  opacity: .8;
}
@media screen and (max-width: 768px){
  .lp_area .next-btn-area .transitionBtn,
  .lp_area .next-btn-area .userRegisterBtn{
    font-size: 20px;
    padding: 15px 30px;
  }
}

.txt_area{
  width: 80%;
  margin: 30px auto;
}
.txt_area p{
  margin-bottom: 10px;
  font-size: 16px;
}
.txt_area .ttl{
  color: #0b987f ;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.txt_area h4{
  font-weight: bold;
  color: #0b987f ;
  font-size: 16px;
}
.agree_area{
  text-align: center;
  padding: 30px;
  background: #eee;
  border-radius: 5px;
}
@media screen and (max-width: 768px){
  .agree_area{
    padding: 20px 10px;
    margin-top: 40px;
  }
}
.agree_area label{
  font-size: 18px;
}
.agree_area label a{
  color: #1067b7;
}
.agree_area label a:hover{
  color: #ff8410;
}
.faq_area{
  margin-top: 50px;
}
.faq_area dl{
  width: 85%;
  margin: 0 auto;
}
.faq_area dl dt {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  color: #0b987f;
  text-indent: -2em;
  padding-left: 2em;
}
.faq_area dl dd{
  margin-top: 10px;
  padding-left: 2em;
}

/*net_print_code*/
.net_print_code .ttl{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fa7418;
  margin-top: 20px;
}
.net_print_code .code_area{
  text-align: center;
  margin: 60px auto 10px;
}
.net_print_code .code_area p{
  display: inline-block;
  border: 4px solid #ccc;
  padding: 20px 40px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 10px;
  font-family:monospace, serif;
}
.limit_txt{
  text-align: center;
  margin-bottom: 80px;
  color: #f00;
  font-weight: bold;
}
.shop_select{
  display: flex;
  justify-content: center;
}
.shop_select li{
  margin: 0 20px;
}
.shop_select li a{
  display: block;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
}
.shop_select .famima a{
  border: 2px solid #049e3f;
  color: #049e3f;
  font-weight: bold;
}
.shop_select .lawson a{
  border: 2px solid #0773be;
  color: #0773be;
  font-weight: bold;
}
.shop_select a:hover{
  opacity: .7
}
.print_flow{
  margin: 60px auto 0;
  width: 80%;
}
.print_flow .h3_wrap{
  display:flex;
}
.print_flow#famima h3{
  border-left: 3px solid #049e3f;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
}
.print_flow#lawson h3{
  border-left: 3px solid #0773be;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
}
.print_flow .h3_wrap p{
  margin-top: 5px;
}
.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #0773be;
  border-right: solid 2px #0773be;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.print_flow#lawson .arrow_r:before{
  border-top: solid 2px #049e3f;
  border-right: solid 2px #049e3f;
}
.flow_item{
  text-align: center;
  margin-bottom: 40px;
}
.flow_item h4{
  background: #049e3f;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
}
.print_flow#lawson .flow_item h4{
  background: #0773be;
}

br.sp_only{display: none;}
@media screen and (max-width: 768px){
  img{
    max-width: 100%;
    width: auto;
  }
  .net_print_code .ttl{
    font-size: 20px;
  }
  .net_print_H3{
    margin-top: 30px !important;
    text-align: left;
    background: none;
    margin-bottom: 10px;
  }
  .flow_area{
    display: block;
  }
  .flow_area .flow_item{
    margin: 0 0 20px;
    width: 100%;
  }
  .txt_area{
    width: 100%;
  }
  .txt_area p .bold{
    display: block;
  }
  .faq_area dl{
    width: 100%;
  }
  .shop_select li{
    margin: 0 5px;
  }
  .shop_select li a{
    padding: 10px;
  }
  .print_flow {
    margin: 0 auto 0;
    margin-top: -48px;
    padding-top: 98px;
    width: 100%;
  }
  .print_flow .h3_wrap{
    display: block;
  }
  .print_flow h3{
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .print_flow p{
    text-align: right;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .flow_item h4{
    font-size: 15px;
    padding: 10px 5px;
  }
  br.sp_only{display: inline;}
  .limit_txt{
    margin-bottom: 35px;
  }
  .net_print_code .code_area{
    margin: 30px auto 10px;
  }
}

input[type=checkbox] {
    display: none;
}
.checkbox-input {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox-input::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox-input::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox-input::after {
    opacity: 1;
}
.checkbox-parts{
  font-size: 14px;
  margin-left: 8px;
}

.net-print-area .info-wrap .catch_copy {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  padding: 0.2em 0.5em;
  color: #2d73ac;
  font-size: 26px !important;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.net-print-area .info-wrap .catch_copy:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*印刷プレビュー*/
.preview_block{
  text-align: center;
}
.preview_img{
  margin: 20px auto 10px;
  padding: 5px;
}
.preview_img span{
  border: 1px solid #ccc;
  padding: 5px;
  display: inline-block;
}
.preview_img img{
  vertical-align: bottom;
}
.preview_block .pdf_btn{
  padding: 10px 40px;
  border-radius: 100vh;
  background: #02735f;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .flow_area.lp_flow .flow_item{
    width: 100%;
    margin-bottom: 20px;
  }
  .flow_area.lp_flow .flow_item div .txt{
    height: auto;
    text-align: left;
  }
  .inputAreaWrap .inputInfoWrap h2.catch_copy {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    padding: 0.2em 0.5em;
    color: #2d73ac;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
  }

  .inputAreaWrap .inputInfoWrap h2.catch_copy:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .lp_area .fs_16{
    font-size: 14px;
  }
  .lp_area .fs_14{
    font-size: 12px;
  }
  .lp_area .net_print_H3{
    border-bottom: none;
    font-size: 18px;
  }
  .flow_area.lp_flow .flow_item div{
    text-align: center;
  }
  .flow_area .flow_item img{
    width: 60%;
  }
}

.sample_block{
  display: flex;
  margin-top: 20px;
  align-items: start;
}
.sample_block .img{
  width: 23%;
  border: 1px solid #ccc;
  padding: 5px;
}
.sample_block .img img{
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .sample_block{
    display: block;
    font-size: 14px;
  }
  .sample_block .img{
    margin: 20px auto;
    width: 50%;
  }
}
@media screen and (max-width: 768px){
  .pdf-input-intro .introduce-text .sample_block .text .notice {
      margin-top: 10px;
      font-size: 14px;
      color: #009e41;
  }
  .pdf-input-intro h3 {
      font-size: 22px;
      color: #0072ce;
      text-align: center;
      border: none;
      margin-top: 20px !important;
      font-weight: bold;
  }
  .pdf-input-intro h4 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #009e41;
  }
}



/*ポスター作成ページ統合（追加）20240611*/
.sp_only{
  display: none !important;
}
.lp_area h2.net_print_H2-bl{
  font-weight: bold;
  margin: 30px auto;
  font-size: 20px !important;
  background: #2d73ac;
  padding: 8px 15px;
  border-radius: 5px;
  color: #edf4fa;
  text-align: center;
}

/* 目次 */
.toc{
  border: 1px solid #3b72c1;
  background: #f9fdff;
  margin: 30px 0 0;
  padding: 20px;
}
.lp_area h2.toc_heading{
  border-bottom: 2px solid #653626 !important;
  background: transparent;
  color: #653626;
  font-weight: bold;
}
.toc_heading:before{
  font-family: FontAwesome;
  content: "\f1b0";
  margin-right: 8px;
  font-weight: normal;
}
.toc_body{
  display: flex;
  margin: 20px 15px 0;
}
.toc_list{
  width: 50%;
}
.toc_item{
  line-height: 1.5;
}
.toc_item:first-of-type a{
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  color: #0b987f;
  font-weight: bold;
}
.toc_item:first-of-type a::before{
  font-family: FontAwesome;
  content: "\f02e";
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;

  font-family: FontAwesome;
  content: "\f02e";
  margin-right: 8px;
}
.toc_item:nth-child(n + 2){
  margin: 5px 0 0 1rem;
}
.toc_item a{
  color: #3b72c1;
}
.inputInfoWrap .inputInfo{
  word-break: normal;
  overflow-wrap: normal;
}
@media screen and (max-width: 768px){
  .lp_area h2.net_print_H2-bl{
    margin: 20px auto 10px !important;
    font-size: 18px !important;
  }
  .sp_only{
    display: block !important;
  }
  .pc_only{
    display: none !important;
  }

  /* 目次 */
  .toc{
    padding: 10px;
  }
  .toc_body{
    display: block;
    margin: 15px 10px 0;
  }
  .toc_list{
    width: 100%;
  }
  .toc_list + .toc_list{
    margin-top: 15px;
  }
  .toc_item a{
    font-size: 14px;
  }
}

/* 本文 */
p + .explan_block{
  margin-top: 20px;
}
.explan_block + .net_print_H2-bl{
  margin-top: 50px!important;
}
.explan_block-flex{
  display: flex;
  justify-content: space-between;
}
.explan_detail{
  width: 49%;
}
.explan_block .img{
  width: 49%;
}
.input_list{
  list-style: none;
}
.input_list li:nth-child(n + 2){
  margin-top: 10px;
}
.input_list li span{
  display: block;
  color: #0b987f;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .explan_block-flex{
    display: block;
  }
  .explan_detail{
    width: 100%;
  }
  .explan_block .img{
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  .explan_block .img img{
    width: 80%;
    margin: 0 auto;
  }
  .explan_block-input .img img{
    width: 100%;
  }
}



/*----------------------------------------
 LP用（/maigo/pdf/net_print_service.php）
----------------------------------------*/
.sp-only{
  display: none;
}
.net-print-lp *,
.net-print-lp * :after,
.net-print-lp * :before{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  line-height: 1.5!important;
}
.net-print-lp .main-area{
  padding: 0!important;
  font-size: 16px;
}
.net-print-lp .lp_area .next-btn-area{
  height: auto;
  margin: 50px 0 0;
}
.net-print-lp .lp_area .next-btn-area .transitionBtn{
  border-radius: 100vh;
  box-shadow: 0 5px 0 0 #ad1447;
  transition: .2s;
}
.net-print-lp .lp_area .next-btn-area .transitionBtn:hover {
  opacity: .7;
}
.net-print-lp .transitionBtn span,
.net-print-lp .transitionBtn span::before{
  color: #fff;
}
.net-print-lp .transitionBtn span{
  padding: 0 0 0 1.7rem;
}
.net-print-lp .transitionBtn span::before{
  font-size: 1.3rem;
}
.net-print-lp .contents{
  padding: 60px 80px;
}
.net-print-lp ol{
  list-style: none;
}
.net-print-lp img{
  vertical-align: bottom;
}
.bg-lb{
  background: #f5f9ff;
  width: 100%;
}
.underline_link{
  color: #3b72c1!important;
  text-decoration: underline!important;
}

.top_image{
  display: flex;
  align-items: center;
  min-height: 330px;
  padding-left: 38px;
  background: url(/maigo/pdf/images/lp/mv_bg-pc.jpg) no-repeat center right / contain;
}
.top_detail{
  width: 451px;
  max-width: 100%;
}
.top_detail .next-btn-area{
  margin-top: 30px!important;
}
.top_image .next-btn-area{
  height: auto;
  margin: 30px 0 0;
}
.top_image .transitionBtn{
  width: 380px;
  padding: 15px!important;
}
.net-print-lp h2.primary_heading{
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 21px;
  background: transparent;
  color: #3b72c1;
  font-size: 36px !important;
  font-weight: bold;
  text-align: center;
}
.net-print-lp h2.primary_heading::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 70px;
  height: 6px;
  border-radius: 100vh;
  background: #3b72c1;
}

/* 導入 */
.circleList{
  display: flex;
  justify-content: center;
}
.circleList_item{
  width: 220px;
  text-align: center;
}
.circleList_item:nth-child(n + 2){
  margin-left: 40px;
}
.circleList_txt{
  margin: 15px 0 0;
  font-size: 22px;
  font-weight: bold;
}

/* 迷い猫ポスターのポイント */
.pointList_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pointList_item:nth-child(n + 2){
  margin-top: 60px;
}
.pointList_item:nth-child(even){
  flex-direction: row-reverse;
}
.pointList_detail{
  width: calc(100% - 415px);
}
.pointList_img{
  width: 380px;
}
.pointList_ttl{
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
}
.pointList_ttl img{
  width: 70px;
  height: 70px;
  margin: -5px 16px 0 0;
}
.pointList_txt{
  margin: 25px 0 0;
}
.note_txt{
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

/* 作成の流れ */
.flowList_item{
  display: flex;
  border: 2px solid #39639f;
  border-radius: 10px;
}
.flowList_item:nth-child(n + 2){
  position: relative;
  margin-top: 50px;
}
.flowList_item:nth-child(n + 2)::before,
.branchLink-block::before{
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 12px solid #fa7418;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.flowList_num{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  border-radius: 7px 0 0 7px;
  background: #3b72c1;
}
.flowList_num img{
  width: 37px;
}
.flowList_main{
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  padding: 25px 20px;
}
.flowList_img{
  width: 122px;
  margin-right: 30px;
}
.flowList_detail{
  width: calc(100% - 152px);
}
.flowList_heading{
  font-size: 18px;
  font-weight: bold;
}
.flowList_txt + .flowList_heading{
  margin-top: 15px!important;
}

/* 分岐ブロック */
.flowList_branch{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flowList_link{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.branchLink-block{
  position: relative;
  width: calc(50% - 10px);
  margin-top: 50px;
}
.branchLink{
  position: relative;
  display: block;
  padding: 4px;
  border-radius: 5px;
  background: #3b72c1;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}
.branchLink-block--cs .branchLink,
.flowList--cs .flowList_num{
  background: #43af66;
}
.flowList--cs .flowList_item{
  border-color: #2e7946;
}
.branchLink-block--home .branchLink,
.flowList--home .flowList_num{
  background: #ea9746;
}
.flowList--home .flowList_item{
  border-color: #cb6c22;
}


.flowList_branch .flowList{
  width: calc(50% - 10px);
  margin: 10px 0 0;
}
.flowList_branch .flowList_main{
  display: block;
}
.flowList_branch .flowList_img{
  margin: 0 auto;
}
.flowList_branch .flowList_detail{
  width: 100%;
  margin: 20px 0 0;
}


/* ネコジルシの迷い猫ポスターってどんなもの？ */
.contents_txt + .contents_txt{
  margin-top: 20px;
}
.howList{
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.howList_item:nth-child(n + 2){
  margin-left: 50px;
}
.howList_ttl{
  font-size: 18px;
  font-weight: bold;
}
.howList_img{
  margin: 5px 0 0;
  height: 370px;
}
.howList_img img{
  max-width: none;
  height: 100%;
}

/* よくあるご質問 */
.faqList_item{
  box-shadow: 2px 3px 6px rgb(85 85 85 / 40%);
  border-radius: 10px;
  overflow: hidden;
}
.faqList_item:nth-child(n + 2){
  margin-top: 20px;
}
.faqList_heading{
  background: #3b72c1;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.faqList_body{
  background: #fff;
}
.faqList_heading,
.faqList_body{
  position: relative;
  padding: 20px 20px 20px 66px;
}
.faqList_heading::before,
.faqList_body::before{
  content: "";
  position: absolute;
  left: 18px;
  display: inline-block;
  width: 33px;
  height: 33px;
}
.faqList_heading::before{
  top: 20px;
  background: url(/maigo/pdf/images/lp/faq_q.png) no-repeat center / contain;
}
.faqList_body::before{
  top: 16px;
  background: url(/maigo/pdf/images/lp/faq_a.png) no-repeat center / contain;
}
@media screen and (max-width: 768px){
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .inputInfoWrap.net-print-lp{
    margin-top: 0;
  }
  .inputAreaWrap .inputInfoWrap.net-print-lp h1.top_detail{
    padding: 0;
    background: transparent;
  }
  .net-print-lp .lp_area .next-btn-area{
    margin-top: 25px;
  }
  .net-print-lp .lp_area .next-btn-area .transitionBtn{
    width: 90%;
    padding: 12px !important;
    font-size: 16px;
  }

  .inputInfoWrap.net-print-lp .inputInfo{
    padding: 0;
    border-top: none;
  }
  .inputInfoWrap.net-print-lp .inputInfo h3{
    margin: 0;
    border: none !important;
  }
  .net-print-lp .contents{
    padding: 40px 10px;
  }
  .net-print-lp h2.primary_heading{
    margin-bottom: 32px;
    padding-bottom: 14px;
    font-size: 24px !important;
  }
  .net-print-lp h2.primary_heading::before{
    width: 46px;
    height: 4px;
  }

  .top_image{
    min-height: auto;
    padding: 0;
    background: none;
  }
  .top_image .next-btn-area{
    margin-top: 25px !important;
    padding: 0 10px;
  }

  /* 導入 */
  .circleList_item{
    width: calc((100% - 20px) / 3);
  }
  .circleList_item:nth-child(n + 2){
    margin-left: 10px;
  }
  .circleList_txt{
    margin-top: 10px;
    font-size: 13px;
  }

  /* 迷い猫ポスターのポイント */
  .pointList_item{
    display: block;
  }
  .pointList_item:nth-child(n + 2){
    margin-top: 40px;
  }
  .pointList_detail{
    width: 100%;
  }
  .pointList_img{
    width: 70%;
    margin: 16px auto 0;
  }
  .pointList_ttl{
    font-size: 18px!important;
  }
  .pointList_ttl img{
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .pointList_txt{
    margin-top: 15px;
    padding: 0 5px;
    font-size: 14px;
  }
  .pointList_detail .note_txt{
    padding: 0 5px;
  }

  /* 作成の流れ */
  .flowList_item{
    display: block;
  }
  .flowList_num{
    width: 100%;
    padding: 10px;
    border-radius: 6px 6px 0 0;
  }
  .flowList_main{
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .flowList_img{
    width: 40%;
    margin: 0 auto;
    text-align: center;
  }
  .flowList_detail{
    width: 100%;
    margin: 20px 0 0;
  }
  .flowList_heading{
    font-size: 18px!important;
  }
  .flowList_txt{
    font-size: 14px;
  }

  /* 分岐ブロック */
  .flowList_branch{
    display: block;
  }
  .branchLink-block{
    position: relative;
    width: calc(50% - 5px);
    margin-top: 0;
  }
  .branchLink{
    position: relative;
    padding: 10px 10px 20px;
    font-size: 16px;
    pointer-events: auto;
  }
  .branchLink::after{
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .branchLink-block::before{
    display: none;
  }
  .flowList_link{
    position: relative;
    margin-top: 50px;
  }
  .flowList_link::before{
    content: "";
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid #fa7418;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .branchLink-block:not(.is-select)::before{
    border-top-color: #bfbfbf;
  }
  .branchLink-block:not(.is-select) .branchLink{
    background: #bfbfbf;
  }
  .flowList_branch .flowList{
    width: 100%;
    margin-top: 15px;
  }
  .flowList_branch .flowList{
    display: none;
  }
  .flowList_branch .flowList.is-show{
    display: block;
  }
  .flowList_branch .flowList_main{
    display: block;
  }
  .flowList_branch .flowList_img{
    margin: 0 auto;
  }
  .flowList_branch .flowList_detail{
    width: 100%;
    margin: 20px 0 0;
  }


  /* ネコジルシの迷い猫ポスターってどんなもの？ */
  .contents_txt{
    font-size: 14px;
  }
  .howList{
    display: block;
  }
  .howList_item{
    text-align: center;
  }
  .howList_item:nth-child(n + 2){
    margin: 33px 0 0;
  }
  .howList_ttl{
    font-size: 18px!important;
  }
  .howList_img{
    height: auto;
  }
  .howList_img img{
    max-width: 60%;
    height: auto;
    margin: 0 auto;
  }

  /* よくあるご質問 */
  .faqList_heading{
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400;
  }
  .faqList_heading,
  .faqList_body{
    padding: 12px 15px 12px 44px!important;
  }
  .faqList_heading::before{
    top: 15px;
  }
  .faqList_heading::before,
  .faqList_body::before{
    left: 15px;
    width: 22px;
    height: 22px;
  }
  .faqList_body{
    font-size: 14px;
  }

}