@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

*{
	max-height:99999px;
}

body#netresearch_lp{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 1.75;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: "Montserrat", sans-serif;
}
.min {
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body#netresearch_lp{
		font-size: 14px;
		letter-spacing: 1px;
	}
	html,
	body#netresearch_lp{
		overflow-x: hidden;
	}
	#wrap{
		width: 100%;
		overflow-x: clip;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 94%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.cor_red {
	color: #d34a4a;
}
.cor_yellow{
	color: #fcea26;
}
.cor_white{
	color: #fff;
}
.cor_blue{
  color: #1948a4;
}
.txt_grd_blue {
  background-image: -moz-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_white{
	background: #fff;
}
.bg_red {
	background: #cd3232;
}
.bg_yellow{
	background: #f9c205;
}
.bg_blue {
  background: #1948a4;
}
.bg_blue_02 {
  background: #f0f5ff;
}
.bg_blue_03 {
  background: #3793ce;
}
.bg_gray{
	background: #fafafa;
}
.bg_grd_blue {
  background-image: -moz-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
}
.bg_green {
  background: #4caf50;
}
.box_s{
  box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.1);
}






#header{
	background:#fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 15px 0;
  top: 0;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	align-items: center;
  width: 150px;
}
#header p{
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 10px;
}
#header .btns{
	align-items: center;
	margin-left: 20px;
}
#header .btn_i{
  align-items: center;
  line-height: 1;
  padding: 5px;
  padding-right: 15px;
  border-radius: 100px;
}
#header .btn_i:hover{
  color: #fff;
}
#header .btn_i .icon{
  flex-shrink: 0;
}
#header .btn_i .txt{
  width: 100%;
  margin:0 10px;
}
#header .btn_i .arr{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
}
@media screen and (max-width: 750px) {
	#header{
		padding: 10px 0;
		padding-left: 0;
		position: static;
		width: 100%;
	}
	#header .header_w{
		justify-content: space-between;
	}
	#header .logo{
		width: 110px;
	}
	#header .btns{
		margin-left: 10px;
	}
	#header .btn_i{
		padding: 5px 26px 5px 5px;
		font-size: 12px;
	}
	#header .btn_i .icon{
		width: 26px;
	}
	#header .btn_i .txt{
		margin: 0 5px;
	}
	#header .btns a{
		margin-left: 7px;
	}
	#header .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}	
}

#netresearch_lp p{
  margin-bottom: 0;
}
#netresearch_lp #main_content{
    margin-top: 80px;
}
#netresearch_lp #main_content.service_p {
  margin-top: 90px;
}
#netresearch_lp #main_content *{
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
#netresearch_lp #main_content.service_p .breadcrumblist{
  padding: 5px 0;
}
@media screen and (max-width: 750px) {
	#netresearch_lp #main_content{
		margin-top: 0;
	}
  #netresearch_lp #main_content.service_p {
    margin-top: 0;
  }
}

#netresearch_lp #main{
  background: url(../images/netresearch_lp/fv_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  height: 440px;
  position: relative;
  margin-bottom: 170px;
}
#netresearch_lp #main:before {
  content: "";
  display: block;
  width: 90vw;
  height: 210px;
  background-image: -moz-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(30, 83, 188, 0.99608) 0%, rgb(18, 55, 130) 100%);
  position: absolute;
  bottom: -230px;
  transform: rotate(-14deg);
  right: -55vw;
  z-index: 1;
}
#netresearch_lp #main:after {
  content: "";
  display: block;
  width: 90vw;
  height: 210px;
  background: #f0f5ff;
  position: absolute;
  bottom: -200px;
  transform: rotate(14deg);
  left: -8vw;
}
#netresearch_lp #main .fv_copy_w{
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
#netresearch_lp #main h1{
  font-size: 65px;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1);
}
#netresearch_lp #main .line{
  display: block;
  width: 50px;
  height: 2px;
  margin: 20px 0;
}
#netresearch_lp #main .sub_copy{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
#netresearch_lp #main .fv_point_w{
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#netresearch_lp #main .fv_point_w .fv_point_i{
  width: 31.5%;
  border-radius: 10px;
  padding: 20px;
}
#netresearch_lp #main .fv_point_w .fv_point_i .line{
  margin: 10px 0;
}
#netresearch_lp #main .fv_point_w .fv_point_i p{
  margin-bottom: 0;
}
#netresearch_lp #main .fv_point_w .fv_point_i .icon{
  margin-right: 20px;
  flex-shrink: 0;
}
#netresearch_lp #main .fv_point_w .fv_point_i .txtarea{}
#netresearch_lp #main .fv_point_w .fv_point_i .txtarea .ttl{
  font-weight: 600;
  line-height: 1.25;
  font-size: 18px;
}
#netresearch_lp #main .fv_point_w .fv_point_i .txtarea .ttl .l_txt{
  font-size: 22px;
}


#netresearch_lp #main.service_p_sec{
  padding-top: 50px;
  height: 510px;
}
#netresearch_lp #main.service_p_sec .fv_copy_w{
  margin-bottom: 20px;
}
#netresearch_lp #main.service_p_sec .fv_tag_list{
  gap: 10px;
  margin-bottom: 15px;
}
#netresearch_lp #main.service_p_sec .fv_tag{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 7px 14px 7px 34px;
}
#netresearch_lp #main.service_p_sec .fv_tag:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
}
#netresearch_lp #main.service_p_sec .sub_copy {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}
#netresearch_lp #main.service_p_sec h1{
    text-shadow: none;
    font-size: 85px;
    line-height: 1.25;
}
#netresearch_lp #main.service_p_sec .l_txt{
  position: relative;
  display: inline-block;
}
#netresearch_lp #main.service_p_sec .l_txt:before{
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1);
}
#netresearch_lp #main .fv_cta_w{
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
#netresearch_lp #main .fv_cta{
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 40%;
  line-height: 1;
  padding: 12px 40px 12px 12px;
  border-radius: 100px;
  box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.1);
  margin: auto;
}
#netresearch_lp #main .fv_cta .icon{
  flex-shrink: 0;
  width: 38px;
  margin-right: 12px;
}
#netresearch_lp #main .fv_cta .icon img{
  width: 100%;
}
#netresearch_lp #main .fv_cta .txt{
  flex-grow: 1;
  text-align: center;
}
#netresearch_lp #main .fv_cta .s_txt{
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 7px;
}
#netresearch_lp #main .fv_cta .l_txt{
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
}
#netresearch_lp #main .fv_cta .arr{
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
}
#netresearch_lp #main .fv_link_w{
  position: fixed;
  top: 160px;
  right: 30px;
  z-index: 999;
  width: 200px;
}
#netresearch_lp #main .fv_link{
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 16px 26px 18px;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 12px;
}
#netresearch_lp #main .fv_link:last-child{
  margin-bottom: 0;
}
#netresearch_lp #main .fv_link .icon{
  display: block;
  width: 36px;
  margin: 0 auto 8px;
}
#netresearch_lp #main .fv_link .icon img{
  width: 100%;
}
#netresearch_lp #main .fv_link .txt{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
#netresearch_lp #main .fv_link .arr{
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
}
@media screen and (max-width: 750px) {
  #netresearch_lp #main {
      height: auto;
      padding: 235px 0 40px;
      margin-bottom: 20px;
      background-image: url(../images/netresearch_lp/fv_sp.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: contain;
  }
  #netresearch_lp #main.service_p_sec{
    padding-top: 240px;
    height: auto;
            padding-bottom: 20px;
  }
	#netresearch_lp #main:before{
		height: 110px;
    bottom: -32vw;
    right: -29vw;
    transform: rotate(-39deg);
    width: 700px;
	}
	#netresearch_lp #main:after {
    height: 130px;
    bottom: 240px;
    left: -250px;
    transform: rotate(50deg);
    width: 840px;
  }
	#netresearch_lp #main .fv_copy_w{
		margin-bottom: 25px;
	}
	#netresearch_lp #main h1{
		font-size: 40px;
		line-height: 1.35;
		text-shadow: 0 0 8px rgba(255,255,255,1), 0 0 8px rgba(255,255,255,1);
	}
	#netresearch_lp #main .line{
		width: 36px;
		margin: 12px 0;
	}
	#netresearch_lp #main .sub_copy{
		font-size: 22px;
	}
	#netresearch_lp #main .fv_point_w .fv_point_i{
		width: 100%;
		padding: 14px;
	}
	#netresearch_lp #main .fv_point_w .fv_point_i:not(:last-child){
		margin-bottom: 10px;
	}
	#netresearch_lp #main .fv_point_w .fv_point_i .icon{
		width: 40px;
		flex-shrink: 0;
		margin-right: 12px;
	}
	#netresearch_lp #main .fv_point_w .fv_point_i .line{
		margin: 8px 0;
	}
	#netresearch_lp #main .fv_point_w .fv_point_i .txtarea .ttl{
		font-size: 14px;
	}
  #netresearch_lp #main .fv_point_w .fv_point_i .txtarea .ttl br{
    display: none;
  }
	#netresearch_lp #main .fv_point_w .fv_point_i .txtarea .ttl .l_txt{
		font-size: 17px;
	}
	#netresearch_lp #main .fv_point_w .fv_point_i .txt{
		font-size: 12px;
    line-height: 1.5;
	}
  #netresearch_lp #main .fv_point_w .fv_point_i .txt br{
    display: none;
  }

  #netresearch_lp #main.service_p_sec .sub_copy{
    font-size: 18px;
    letter-spacing: 1px;
  }
  #netresearch_lp #main.service_p_sec h1{
    font-size: 46px;
    letter-spacing: 1px;
  }
  #netresearch_lp #main.service_p_sec .fv_tag_list{
    gap: 4px;
  }
  #netresearch_lp #main.service_p_sec .fv_tag{
    font-size: 11px;
  }
  #netresearch_lp #main .fv_cta_w{
    margin-top: 15px;
  }
  #netresearch_lp #main .fv_cta{
    width: 100%;
    padding: 10px 30px 10px 10px;
  }
  #netresearch_lp #main .fv_cta .icon{
    width: 34px;
    margin-right: 10px;
  }
  #netresearch_lp #main .fv_cta .s_txt{
    font-size: 11px;
    margin-bottom: 5px;
  }
  #netresearch_lp #main .fv_cta .l_txt{
    font-size: 15px;
    letter-spacing: 1px;
  }
  #netresearch_lp #main .fv_cta .arr{
    right: 14px;
  }
  #netresearch_lp #main .fv_link_w{
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  #netresearch_lp #main .fv_link{
    padding: 12px 24px 14px;
    margin-bottom: 8px;
  }
  #netresearch_lp #main .fv_link .icon{
    width: 28px;
    margin-bottom: 6px;
  }
  #netresearch_lp #main .fv_link .txt{
    font-size: 13px;
    letter-spacing: 0;
  }
  #netresearch_lp #main .fv_link .arr{
    right: 12px;
  }
}


#netresearch_lp .sec_ttl_w{
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
#netresearch_lp .sec_ttl_w .en{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0.12;
}
#netresearch_lp .sec_ttl_w .sec_ttl{
  position: relative;
  z-index: 1;
  line-height: 1.25;
  letter-spacing: 3px;
}
#netresearch_lp .sec_ttl_w .sec_ttl .s_txt{
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}
#netresearch_lp .sec_ttl_w .sec_ttl .l_txt{
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 10px;
  border-bottom: 2px solid #123782;
}

@media screen and (max-width: 750px){
  #netresearch_lp .sec_ttl_w{
    padding-top: 20px;
    margin-bottom: 40px;
  }
  #netresearch_lp .sec_ttl_w .en{
    top: 5px;
    font-size: 30px;
  }
  #netresearch_lp .sec_ttl_w .sec_ttl{
    letter-spacing: 1px;
  }
  #netresearch_lp .sec_ttl_w .sec_ttl .s_txt{
    font-size: 18px;
  }
  #netresearch_lp .sec_ttl_w .sec_ttl .l_txt{
    font-size: 24px;
    padding-bottom: 8px;
  }
}

#netresearch_lp #trouble{
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
}
#netresearch_lp #trouble::after{
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: #f0f5ff;
  left: 0;
  bottom: 0;
  position: absolute;
}
#netresearch_lp #trouble .in{
  position: relative;
}
#netresearch_lp #trouble .trouble_img{
  position: absolute;
  top: -45px;
  right: 190px;
  z-index: 3;
}
#netresearch_lp #trouble .trouble_box{
  position: relative;
  border-radius: 10px;
  padding: 80px 90px;
}
#netresearch_lp #trouble .trouble_box:before,
#netresearch_lp #trouble .trouble_box:after,
#netresearch_lp #trouble .trouble_list:before,
#netresearch_lp #trouble .trouble_list:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 70px;
  height: 70px;
  border: 20px solid #dbe5f4;
}
#netresearch_lp #trouble .trouble_box:before{
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}
#netresearch_lp #trouble .trouble_box:after{
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}
#netresearch_lp #trouble .trouble_list:before{
  top: 20px;
  right: 20px;
  border-left: none;
  border-bottom: none;
}
#netresearch_lp #trouble .trouble_list:after{
  bottom: 20px;
  left: 20px;
  border-right: none;
  border-top: none;
}
#netresearch_lp #trouble .trouble_list{
  justify-content: space-between;
}
#netresearch_lp #trouble .trouble_i{
  display: flex;
  align-items: flex-start;
  width: 47%;
  padding: 14px 0;
  border-bottom: 1px dashed #c3d0e2;
}
#netresearch_lp #trouble .trouble_i .check{
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 2px;
}
#netresearch_lp #trouble .trouble_i .check img{
}
#netresearch_lp #trouble .trouble_i .txt{
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #trouble{
    padding: 40px 0 0;
  }
  #netresearch_lp #trouble::after{
    height: 40px;
  }
  #netresearch_lp #trouble .trouble_img{
    top: -28px;
    right: 0;
    width: 60px;
    display: none;
    
  }
  #netresearch_lp #trouble .trouble_i .check img{
    vertical-align: text-top;
  }
  #netresearch_lp #trouble .trouble_box{
    padding: 25px 28px;
  }
  #netresearch_lp #trouble .trouble_box:before,
  #netresearch_lp #trouble .trouble_box:after,
  #netresearch_lp #trouble .trouble_list:before,
  #netresearch_lp #trouble .trouble_list:after{
    width: 26px;
    height: 26px;
    border-width: 8px;
  }
  #netresearch_lp #trouble .trouble_box:before{
    top: 10px;
    left: 10px;
  }
  #netresearch_lp #trouble .trouble_box:after{
    bottom: 10px;
    right: 10px;
  }
  #netresearch_lp #trouble .trouble_list:before{
    top: 10px;
    right: 10px;
  }
  #netresearch_lp #trouble .trouble_list:after{
    bottom: 10px;
    left: 10px;
  }
  #netresearch_lp #trouble .trouble_i{
    width: 100%;
    padding: 12px 0;
    align-items: center;
  }
  #netresearch_lp #trouble .trouble_i .check{
    width: 16px;
    margin-right: 10px;
  }
  #netresearch_lp #trouble .trouble_i .txt{
    font-size: 13px;
  }
}

#netresearch_lp #solution {
  position: relative;
  z-index: 2;
  padding: 80px 0 60px;
}
#netresearch_lp #solution .solution_block{
  position: relative;
  margin-bottom: 60px;
}

/* 見出しに添えるイラスト */
#netresearch_lp #solution .solution_img{
  position: absolute;
}
#netresearch_lp #solution .method_img{
  top: -80px;
  left: 220px;
}
#netresearch_lp #solution .panel_img{
  top: -40px;
  right: 170px;
}

/* 「リサーチ手法」「パネル」見出し */
#netresearch_lp #solution .solution_ttl_w{
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
#netresearch_lp #solution .solution_ttl_w:before,
#netresearch_lp #solution .solution_ttl_w:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  border: 2px solid #1e53bc;
}
#netresearch_lp #solution .solution_ttl_w:before{
  left: 50%;
  margin-left: -165px;
  border-right: none;
}
#netresearch_lp #solution .solution_ttl_w:after{
  left: 50%;
  margin-left: 165px;
  border-left: none;
}
#netresearch_lp #solution .panel_block .solution_ttl_w:before,
#netresearch_lp #solution .panel_block .solution_ttl_w:after{
  border-color: #3793ce;
}
#netresearch_lp #solution .solution_ttl_w .icon{
  display: block;
  margin: 0 auto 8px;
}
#netresearch_lp #solution .solution_ttl_w .ttl{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}

/* カード：カラーヘッダー＋白ボディ＋丸アイコン */
#netresearch_lp #solution .solution_list_w{
  gap: 40px 20px;
  position: relative;
  z-index: 2;
}
#netresearch_lp #solution .solution_i{
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: calc((100% - 60px) / 4);
  margin-top: 32px;
  padding-bottom: 0;
}
#netresearch_lp #solution .solution_i .icon{
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block;
  width: 100px;
}
#netresearch_lp #solution .solution_i .icon img{
  width: 100%;
}
#netresearch_lp #solution .solution_i .head{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  min-height: 90px;
  border-radius: 8px 8px 0 0;
  padding: 64px 10px 10px;
  text-align: center;
}
#netresearch_lp #solution .solution_i .head .ttl{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#netresearch_lp #solution .solution_i .body{
  flex-grow: 1;
  box-sizing: border-box;
  border: 1px solid #1e53bc;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 16px 16px 20px;
}
#netresearch_lp #solution .panel_block .solution_i .body{
  border-color: #3793ce;
}
#netresearch_lp #solution .solution_i .body .txt{

}

/* スペシャルパネル：水色帯ヘッダー＋白ボディ */
#netresearch_lp #solution .special_w{
  position: relative;
  border: 1px solid #3793ce;
  border-radius: 10px;
  margin-top: 70px;
}
#netresearch_lp #solution .special_ttl_w{
  position: relative;
  text-align: center;
  border-radius: 9px 9px 0 0;
  padding: 50px 10px 10px;
}
#netresearch_lp #solution .special_ttl_w .icon{
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
}
#netresearch_lp #solution .special_ttl_w .icon img{
  width: 100%;
}
#netresearch_lp #solution .special_ttl_w .ttl{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 1px;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#netresearch_lp #solution .special_box{
  background: #fff;
  border-radius: 0 0 9px 9px;
  padding: 24px 30px 30px;
}
#netresearch_lp #solution .special_lead{
  text-align: center;
  margin-bottom: 22px;
}
#netresearch_lp #solution .special_list{
  gap: 12px;
}
#netresearch_lp #solution .special_i{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc((100% - 36px) / 4);
  border: 1px solid #b9dcf0;
  border-radius: 100px;
  padding: 6px 14px;
}
#netresearch_lp #solution .special_i .icon{
  flex-shrink: 0;
  margin-right: 10px;
}
#netresearch_lp #solution .special_i .icon img{
  width: 100%;
}
#netresearch_lp #solution .special_i .txt{

}
#netresearch_lp #solution .special_note{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc((100% - 36px) / 4);
  padding-left: 6px;
}
#netresearch_lp #solution .special_note .txt{
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #solution{
    padding: 45px 0 40px;
  }
  #netresearch_lp #solution .solution_block{
    margin-bottom: 40px;
  }
  #netresearch_lp #solution .method_img{
    top: -20px;
    left: 0;
    width: 80px;
  }
  #netresearch_lp #solution .panel_img{
    top: -25px;
    right: 0;
    width: 95px;
  }
  #netresearch_lp #solution .solution_ttl_w{
    margin-bottom: 35px;
  }
  #netresearch_lp #solution .solution_ttl_w:before{
    margin-left: -100px;
    width: 14px;
  }
  #netresearch_lp #solution .solution_ttl_w:after{
    margin-left: 86px;
    width: 14px;
  }
  #netresearch_lp #solution .solution_ttl_w .icon{
    width: 34px;
  }
  #netresearch_lp #solution .solution_ttl_w .ttl{
    font-size: 17px;
  }
  #netresearch_lp #solution .solution_list_w{
    gap: 15px 10px;
  }
  #netresearch_lp #solution .solution_i{
    width: calc((100% - 10px) / 2);
    margin-top: 24px;
  }
  #netresearch_lp #solution .solution_i .icon{
    top: -24px;
    width: 65px;
  }
  #netresearch_lp #solution .solution_i .head{
    min-height: 60px;
    padding: 32px 8px 10px;
  }
  #netresearch_lp #solution .solution_i .head .ttl{
    font-size: 14px;
    letter-spacing: 0;
    height: auto;
    display: block;
  }
  #netresearch_lp #solution .solution_i .body{
    padding: 12px;
  }
  #netresearch_lp #solution .solution_i .body .txt{
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #netresearch_lp #solution .special_w{
    margin-top: 50px;
  }
  #netresearch_lp #solution .special_ttl_w{
    padding: 32px 10px 10px;
  }
  #netresearch_lp #solution .special_ttl_w .icon{
    top: -24px;
    width: 65px;
  }
  #netresearch_lp #solution .special_ttl_w .ttl{
    font-size: 15px;
    height: auto;
    display: block;
  }
  #netresearch_lp #solution .special_box{
    padding: 18px 15px 22px;
  }
  #netresearch_lp #solution .special_lead{
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 18px;
  }
  #netresearch_lp #solution .special_list{
    gap: 8px;
  }
  #netresearch_lp #solution .special_i,
  #netresearch_lp #solution .special_note{
    width: calc((100% - 8px) / 2);
  }
  #netresearch_lp #solution .special_i{
    padding: 5px 5px;
  }
  #netresearch_lp #solution .special_i .icon{
    width: 30px;
    margin-right: 6px;
  }
  #netresearch_lp #solution .special_i .txt{
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #netresearch_lp #solution .special_note .txt{
    font-size: 10px;
  }
}

#netresearch_lp #reason_intro{
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #1b2f6b url(../images/netresearch_lp/reason_bg.jpg) center / cover no-repeat;
  padding: 55px 0 60px;
  border-radius: 0 0 20px 20px;
}
#netresearch_lp #reason_intro:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
}
#netresearch_lp #reason_intro:after {
    content: "";
    display: block;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
#netresearch_lp #reason_intro .in{
  position: relative;
}
#netresearch_lp #reason_intro .reason_img{
  position: absolute;
  z-index: 1;
}
#netresearch_lp #reason_intro .reason_img_l{
  bottom: 20px;
  left: -30px;
}
#netresearch_lp #reason_intro .reason_img_r{
  top: 0px;
  right: -40px;
}
#netresearch_lp #reason_intro .reason_intro_w{
  position: relative;
  z-index: 2;
  text-align: center;
}
#netresearch_lp #reason_intro .reason_ttl{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
#netresearch_lp #reason_intro .reason_ttl .line_txt{
  border-bottom: 2px solid #fcea26;
  padding-bottom: 4px;
}
#netresearch_lp #reason_intro .reason_badge{
  margin: 30px auto 15px;
  text-align: center;
}
#netresearch_lp #reason_intro .reason_badge img{
}
#netresearch_lp #reason_intro .reason_lead{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3px;
  color: #fcea26;
  margin-bottom: 20px;
}
#netresearch_lp #reason_intro .reason_txt{
  letter-spacing: 1px;
}


/* ---------- service_p_sec ---------- */
#netresearch_lp #solution.service_p_sec .solution_ttl_w .sub_ttl{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
#netresearch_lp #solution.service_p_sec .solution_btns{
  justify-content: space-between;
  margin-top: 35px;
}
#netresearch_lp #solution.service_p_sec .solution_btn{
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 49%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #1948a4;
  text-align: center;
  border: 1px solid #1948a4;
  border-radius: 100px;
  padding: 16px 40px;
}
#netresearch_lp #solution.service_p_sec .solution_btn .arr{
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1948a4;
  border-right: 2px solid #1948a4;
  transform: translateY(-50%) rotate(45deg);
}
#netresearch_lp #solution.service_p_sec .panel_block .solution_ttl_w:before{
  margin-left: -330px;
}
#netresearch_lp #solution.service_p_sec .panel_block .solution_ttl_w:after{
  margin-left: 308px;
}
#netresearch_lp #solution.service_p_sec .panel_img {
  top: -40px;
  right: 0;
}
@media screen and (max-width: 750px) {
  #netresearch_lp #reason_intro{
    padding: 35px 0 40px;
    border-radius: 0 0 10px 10px;
  }
  #netresearch_lp #reason_intro:before{
    height: 22px;
  }
  #netresearch_lp #reason_intro:after{
    top: 18px;
    width: 7px;
    height: 7px;
  }
  #netresearch_lp #reason_intro .reason_img_l{
    bottom: auto;
    top: 49px;
    left: -39px;
    width: 140px;
    opacity: 1;
  }
  #netresearch_lp #reason_intro .reason_img_r{
    top: 49px;
    right: -30px;
    width: 120px;
    opacity: 1;
  }
  #netresearch_lp #reason_intro .reason_ttl{
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  #netresearch_lp #reason_intro .reason_badge{
    width: 80px;
    margin: 20px auto 12px;
  }
  #netresearch_lp #reason_intro .reason_lead{
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  #netresearch_lp #reason_intro .reason_txt{
    line-height: 1.8;
    letter-spacing: 0;
  }
  #netresearch_lp #reason_intro .reason_txt br{
    display: none;
  }
  /* ---------- service_p_sec ---------- */
  #netresearch_lp #solution.service_p_sec .solution_ttl_w .sub_ttl{
    font-size: 11px;
    line-height: 1.6;
  }
  #netresearch_lp #solution.service_p_sec .solution_btns{
    flex-wrap: wrap;
    margin-top: 25px;
  }
  #netresearch_lp #solution.service_p_sec .solution_btn{
    width: 100%;
    font-size: 13px;
    padding: 13px 30px;
    margin-bottom: 10px;
  }
  #netresearch_lp #solution.service_p_sec .solution_btn:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #solution.service_p_sec .solution_btn .arr{
    right: 16px;
  }
  #netresearch_lp #solution.service_p_sec .panel_block .solution_ttl_w:before{
    margin-left: -47%;
  }
  #netresearch_lp #solution.service_p_sec .panel_block .solution_ttl_w:after{
    margin-left: 43%;
  }
}

#netresearch_lp #failure{
  position: relative;
  z-index: 2;
  padding: 60px 0 70px;
}
#netresearch_lp #failure .in{
  position: relative;
}
#netresearch_lp #failure .failure_img{
  position: absolute;
  z-index: 1;
}
#netresearch_lp #failure .failure_img_l{
  top: -75px;
  left: -80px;
}
#netresearch_lp #failure .failure_img_r{
  bottom: -60px;
  right: -80px;
}
#netresearch_lp #failure .sec_ttl_w{
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
#netresearch_lp #failure .sec_ttl_w .ttl_deco{
  position: absolute;
  top: 10px;
  left: -30px;
  z-index: 2;
  display: block;
  width: 24px;
}
#netresearch_lp #failure .sec_ttl_w .ttl_deco img{
  width: 100%;
}
#netresearch_lp #failure .sec_ttl .l_txt{
  border-bottom: none;
  padding-bottom: 0;
}
#netresearch_lp #failure .failure_list{
  position: relative;
  z-index: 2;
  justify-content: center;
}
#netresearch_lp #failure .failure_i{
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 30px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
#netresearch_lp #failure .failure_i:first-child{
  border-left: 1px solid #dcdcdc;
}
#netresearch_lp #failure .failure_i .icon{
  display: block;
  margin: 0 auto 12px;
}
#netresearch_lp #failure .failure_i .icon img{
}
#netresearch_lp #failure .failure_i .ttl{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 12px;
}
#netresearch_lp #failure .failure_i .ttl span{
  padding: 4px 14px;
  display: inline-block;
}
#netresearch_lp #failure .failure_i .txt{
  letter-spacing: 0.5px;
}
#netresearch_lp #failure .failure_i .txt .cor_blue{
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #failure{
    padding: 40px 0 45px;
  }
  #netresearch_lp #failure .failure_img_l{
    top: -65px;
    left: 0px;
    width: 45px;
    opacity: 10;
  }
  #netresearch_lp #failure .failure_img_r{
    bottom: -15px;
    right: -10px;
    width: 40px;
    opacity: 1;
    z-index: 4;
  }
  #netresearch_lp #failure .sec_ttl_w .ttl_deco{
    top: 6px;
    left: -18px;
    width: 18px;
  }
  #netresearch_lp #failure .failure_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #failure .failure_i{
    width: 100%;
    padding: 18px 0;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #dcdcdc;
  }
  #netresearch_lp #failure .failure_i:first-child{
    border-left: none;
    border-top: 1px solid #dcdcdc;
  }
  #netresearch_lp #failure .failure_i .icon{
    width: 60px;
    margin-bottom: 8px;
  }
  #netresearch_lp #failure .failure_i .ttl{
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  #netresearch_lp #failure .failure_i .ttl span{
    padding: 3px 12px;
  }
  #netresearch_lp #failure .failure_i .txt{
    font-size: 12px;
    line-height: 1.7;
  }
  #netresearch_lp #failure .failure_i .txt br{
    display: none;
  }
}

#netresearch_lp #process_intro{
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #123782 url(../images/netresearch_lp/process_bg.jpg) center / cover no-repeat;
  border-radius: 10px;
  padding: 80px 0 35px;
  margin: 0 auto;
  width: 98%;
  box-sizing: border-box;
  /* 上辺中央のV字カット */
  clip-path: polygon(0 0, 44% 0, 50% 40px, 56% 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
}
#netresearch_lp #process_intro .process_label{
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2px;
  padding: 8px 24px;
  margin-bottom: 22px;
}
#netresearch_lp #process_intro .process_ttl{
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 3px;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #process_intro{
    width: 100%;
    padding: 45px 0 30px;
    border-radius: 0;
    clip-path: polygon(0 0, 40% 0, 50% 24px, 60% 0, 100% 0, 100% 100%, 0 100%);
  }
  #netresearch_lp #process_intro .process_label{
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 14px;
    margin-bottom: 15px;
  }
  #netresearch_lp #process_intro .process_ttl{
    font-size: 26px;
    letter-spacing: 1px;
  }
}

#netresearch_lp #reason{
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}
#netresearch_lp #reason .reason_block{
  margin-bottom: 70px;
}
#netresearch_lp #reason .reason_block:last-child{
  margin-bottom: 0;
}

/* 見出し＋画像 */
#netresearch_lp #reason .reason_head{
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
#netresearch_lp #reason .h_only .reason_head{
  margin-bottom: 0;
}
#netresearch_lp #reason .reason_head.reverse{
  flex-direction: row-reverse;
}
#netresearch_lp #reason .reason_head .txtarea{
  width: 47%;
  padding-top: 10px;
}
#netresearch_lp #reason .reason_head .imgarea{
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
#netresearch_lp #reason .reason_head .imgarea img{
  width: 100%;
}
#netresearch_lp #reason .reason_head .ttl_w{
  align-items: center;
  margin-bottom: 20px;
}
#netresearch_lp #reason .reason_head .num{
  flex-shrink: 0;
  margin-right: 20px;
}
#netresearch_lp #reason .reason_head .num img{
}
#netresearch_lp #reason .reason_head .ttl{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 2px;
  margin-bottom: 0;
}
#netresearch_lp #reason .reason_head .ttl .marker{
  background: linear-gradient(transparent 65%, #fcea26 65%);
}
#netresearch_lp #reason .reason_head .txt{
  line-height: 1.9;
}

/* REASON01 4カラム */
#netresearch_lp #reason .reason_point_list{
  justify-content: space-between;
}
#netresearch_lp #reason .reason_point_i{
  position: relative;
  box-sizing: border-box;
  width: 23%;
  padding: 52px 5px 0;
  margin-top: 28px;
  text-align: center;
  border-top: 1px solid #1e53bc;
  border-bottom: 1px solid #1e53bc;
}
#netresearch_lp #reason .reason_point_i .icon{
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block;
  width: 100px;
}
#netresearch_lp #reason .reason_point_i .ttl{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#netresearch_lp #reason .reason_point_i .txt{
  letter-spacing: 0;
  padding-bottom: 20px;
}

/* REASON02 フロー3カラム */
#netresearch_lp #reason .reason_flow_list{
  justify-content: space-between;
  align-items: flex-start;
}
#netresearch_lp #reason .reason_flow_i{
  box-sizing: border-box;
  width: 30%;
  text-align: center;
}
#netresearch_lp #reason .reason_flow_arr{
  flex-shrink: 0;
  width: 26px;
  padding-top: 16px;
}
#netresearch_lp #reason .reason_flow_arr img{
  width: 100%;
}
#netresearch_lp #reason .reason_flow_i .head{
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 8px 20px 8px 18px;
  margin-bottom: 18px;
}
#netresearch_lp #reason .reason_flow_i .head .num{
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
}
#netresearch_lp #reason .reason_flow_i .head .ttl{
  flex-grow: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
#netresearch_lp #reason .reason_flow_i .txt{
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 14px;
}
#netresearch_lp #reason .reason_flow_i .txt .cor_blue{
  font-weight: 600;
}
#netresearch_lp #reason .reason_flow_i .img img{

}

#netresearch_lp #reason .reason_cap_list{
  justify-content: space-between;
  margin-bottom: 40px;
}
#netresearch_lp #reason .reason_cap_i{
  box-sizing: border-box;
  width: 32%;
}
#netresearch_lp #reason .reason_cap_i .ttl{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 15px;
}
#netresearch_lp #reason .reason_cap_i .img{
  position: relative;
  text-align: center;
}
#netresearch_lp #reason .reason_cap_i .zoom{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: block;
  width: 30px;
  cursor: pointer;
}
#netresearch_lp #reason .reason_cap_i .zoom img{
  width: 100%;
}

/* 特殊画面 */
#netresearch_lp #reason .reason_special_w{
  text-align: center;
}
#netresearch_lp #reason .reason_special_w .special_ttl{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  padding: 8px 40px;
  margin-bottom: 25px;
}
#netresearch_lp #reason .reason_special_list{
  justify-content: space-between;
}
#netresearch_lp #reason .reason_special_i{
  box-sizing: border-box;
  width: 49%;
  border-radius: 8px;
  padding: 0px 20px 30px;
}
#netresearch_lp #reason .reason_special_i .ttl{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  border-top: 2px solid #123782;
  padding-top: 10px;
  margin-bottom: 25px;
}
#netresearch_lp #reason .reason_special_i .img{
  margin-bottom: 20px;
  text-align: center;
}
#netresearch_lp #reason .reason_special_i .txt{
  letter-spacing: 0;
}

/* REASON04 チェックリスト */
#netresearch_lp #reason .reason_check_list{
  justify-content: space-between;
  gap: 14px 2%;
}
#netresearch_lp #reason .reason_check_i{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 49%;
  border-radius: 100px;
  padding: 10px 22px 10px 12px;
  border: 1px solid #8d8d8d;
  box-sizing: border-box;
}
#netresearch_lp #reason .reason_check_i .icon{
  flex-shrink: 0;
  margin-right: 16px;
}
#netresearch_lp #reason .reason_check_i .txt{
  flex-grow: 1;
  letter-spacing: 0.5px;
  text-align: center;
}

#netresearch_lp #reason .doi_w{
  align-items: flex-start;
  margin-top: 25px;
}
#netresearch_lp #reason .doi_logo{
  flex-shrink: 0;
  margin-right: 18px;
}
#netresearch_lp #reason .doi_note{
  flex-grow: 1;
}
#netresearch_lp #reason .doi_note .note{
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
}
#netresearch_lp #reason .doi_note .note a{
  color: #333;
  text-decoration: none;
  word-break: break-all;
}
#netresearch_lp #reason .reason_head .txt sup,
#netresearch_lp #reason .doi_note sup{
  font-size: 0.6em;
  vertical-align: super;
}


/* ---------- service_p_sec ---------- */
#netresearch_lp #reason.service_p_sec .flow_check_list{
  text-align: left;
}
#netresearch_lp #reason.service_p_sec .flow_check_i{
  position: relative;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  border: 1px solid #b8cbe8;
  border-radius: 100px;
  padding: 5px 12px 5px 38px;
  margin-bottom: 8px;
  text-align: center;
  color: #18459e;
  font-weight: 500;
}
#netresearch_lp #reason.service_p_sec .flow_check_i:last-child{
  margin-bottom: 0;
}
#netresearch_lp #reason.service_p_sec .flow_check_i:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #1e53bc;
  border-bottom: 2px solid #1e53bc;
  transform: translateY(-65%) rotate(45deg);
}
#netresearch_lp #reason.service_p_sec .doi_w{
  margin-top: 15px;
}
/* ---------- service_p_sec：REASON03 ---------- */
#netresearch_lp #reason.service_p_sec .cap_ttl,
#netresearch_lp #reason.service_p_sec .reason_special_w .special_ttl,
#netresearch_lp #reason.service_p_sec .reason_spec_w .spec_ttl{
  display: table;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  padding: 9px 30px;
  margin: 0 auto 25px;
}
#netresearch_lp #reason.service_p_sec .reason_cap_i{
  padding: 20px;
  padding-top: 0;
  text-align: center;
}
#netresearch_lp #reason.service_p_sec .reason_cap_i .ttl{
  display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    border-top: 2px solid #123782;
    padding-top: 10px;
    margin-bottom: 15px;
    color: #123782;
}
#netresearch_lp #reason.service_p_sec .reason_cap_i .lead{
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#netresearch_lp #reason.service_p_sec .reason_cap_i .img{
  border: 1px solid #d5dce8;
}

/* ボタン共通 */
#netresearch_lp #reason.service_p_sec .reason_btn_w{
  text-align: center;
  margin-bottom: 45px;
}
#netresearch_lp #reason.service_p_sec .reason_btn{
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 420px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #1948a4;
  text-align: center;
  border: 1px solid #1e53bc;
  border-radius: 100px;
  padding: 14px 40px;
  margin: 0 auto;
}
#netresearch_lp #reason.service_p_sec .reason_btn .arr{
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e53bc;
  border-right: 2px solid #1e53bc;
  transform: translateY(-50%) rotate(45deg);
}
#netresearch_lp #reason.service_p_sec .reason_special_i .reason_btn{
  margin-top: 20px;
}
#netresearch_lp #reason.service_p_sec .spec_btn_w {
  margin-top: 30px;
  margin-bottom: 0;
}
/* 機能一覧テーブル */
#netresearch_lp #reason.service_p_sec .reason_spec_w{
  margin-top: 50px;
}
#netresearch_lp #reason.service_p_sec .spec_table{
  width: 100%;
  background: #fff;
  border: 1px solid #d5dce8;
  border-collapse: collapse;
  table-layout: fixed;
}
#netresearch_lp #reason.service_p_sec .spec_table .th{
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 15px;
  border-right: 1px solid rgba(255,255,255,0.3);
}
#netresearch_lp #reason.service_p_sec .spec_table .th:first-child{
  width: 360px;
}
#netresearch_lp #reason.service_p_sec .spec_table .th:last-child{
  border-right: none;
}
#netresearch_lp #reason.service_p_sec .spec_table .th_sub{
  width: 360px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #333;
  text-align: center;
  background: #e9f1f9;
  border: 1px solid #d5dce8;
  padding: 15px 12px;
}
#netresearch_lp #reason.service_p_sec .spec_table .td{
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
  border: 1px solid #d5dce8;
  padding: 15px 25px;
}
#netresearch_lp #reason.service_p_sec .spec_col_w{
  justify-content: space-between;
}
#netresearch_lp #reason.service_p_sec .spec_col{
  width: 48%;
}
#netresearch_lp #reason.service_p_sec .spec_ttl_s{
  position: relative;
  font-weight: 600;
  padding-left: 18px;
  margin-bottom: 6px;
}
#netresearch_lp #reason.service_p_sec .spec_ttl_s:not(:first-child){
  margin-top: 14px;
}
#netresearch_lp #reason.service_p_sec .spec_ttl_s:before{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1e53bc;
}
#netresearch_lp #reason.service_p_sec .spec_i{
  position: relative;
  padding-left: 14px;
}
#netresearch_lp #reason.service_p_sec .spec_i:before{
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #reason{
    padding: 45px 0 40px;
  }
  #netresearch_lp #reason .reason_block{
    margin-bottom: 45px;
  }
  #netresearch_lp #reason .reason_head{
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  #netresearch_lp #reason .reason_head.reverse{
    flex-direction: row;
  }
  #netresearch_lp #reason .reason_head .txtarea,
  #netresearch_lp #reason .reason_head .imgarea{
    width: 100%;
  }
  #netresearch_lp #reason .reason_head .txtarea{
    order: 2;
    padding-top: 0;
  }
  #netresearch_lp #reason .reason_head .imgarea{
    order: 1;
    margin-bottom: 18px;
  }
  #netresearch_lp #reason .reason_head .ttl_w{
    margin-bottom: 14px;
  }
  #netresearch_lp #reason .reason_head .num{
    width: 46px;
    margin-right: 12px;
  }
  #netresearch_lp #reason .reason_head .ttl{
    font-size: 18px;
    letter-spacing: 1px;
  }
  #netresearch_lp #reason .reason_head .txt{
    font-size: 12px;
    line-height: 1.8;
  }
  /* REASON01 */
  #netresearch_lp #reason .reason_point_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #reason .reason_point_i{
    width: 48%;
    padding: 34px 3px 0;
    margin-top: 30px;
  }
  #netresearch_lp #reason .reason_point_i .icon{
    top: -30px;
    width: 62px;
  }
  #netresearch_lp #reason .reason_point_i .ttl{
    font-size: 14px;
    margin-bottom: 6px;
  }
  #netresearch_lp #reason .reason_point_i .txt{
    font-size: 11px;
    line-height: 1.6;
    padding-bottom: 14px;
  }
  #netresearch_lp #reason .reason_point_i .txt br{
    display: none;
  }
  /* REASON02 */
  #netresearch_lp #reason .reason_flow_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #reason .reason_flow_i{
    width: 100%;
    margin-bottom: 15px;
  }
  #netresearch_lp #reason .reason_flow_arr{
    width: 20px;
    padding-top: 0;
    margin: 0 auto 15px;
    transform: rotate(90deg);
  }
  #netresearch_lp #reason .reason_flow_i .head{
    padding: 8px 14px;
    margin-bottom: 12px;
  }
  #netresearch_lp #reason .reason_flow_i .head .num{
    font-size: 26px;
    margin-right: 10px;
  }
  #netresearch_lp #reason .reason_flow_i .head .ttl{
    font-size: 14px;
  }
  #netresearch_lp #reason .reason_flow_i .txt{
    font-size: 12px;
    margin-bottom: 10px;
  }
  #netresearch_lp #reason .reason_flow_i .img{
    width: 70%;
    margin: 0 auto;
  }
  /* REASON03 */
  #netresearch_lp #reason .reason_cap_list{
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #netresearch_lp #reason .reason_cap_i{
    width: 100%;
    margin-bottom: 20px;
  }
  #netresearch_lp #reason .reason_cap_i:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #reason .reason_cap_i .ttl{
    font-size: 13px;
    padding: 7px 10px;
    margin-bottom: 10px;
  }
  #netresearch_lp #reason .reason_cap_i .zoom{
    width: 26px;
    right: 8px;
    bottom: 8px;
  }
  #netresearch_lp #reason .reason_special_w .special_ttl{
    font-size: 13px;
    padding: 7px 25px;
    margin-bottom: 20px;
  }
  #netresearch_lp #reason .reason_special_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #reason .reason_special_i{
    width: 100%;
    padding: 0 15px 25px;
    margin-bottom: 20px;
  }
  #netresearch_lp #reason .reason_special_i:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #reason .reason_special_i .ttl{
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 10px;
    margin-bottom: 18px;
  }
  #netresearch_lp #reason .reason_special_i .img{
    margin-bottom: 15px;
  }
  #netresearch_lp #reason .reason_special_i .txt{
    font-size: 12px;
    line-height: 1.7;
  }
  #netresearch_lp #reason .reason_special_i .txt br{
    display: none;
  }
  /* REASON04 */
  #netresearch_lp #reason .reason_check_list{
    gap: 10px;
  }
  #netresearch_lp #reason .reason_check_i{
    width: 100%;
    padding: 8px 15px 8px 10px;
  }
  #netresearch_lp #reason .reason_check_i .icon{
    width: 26px;
    margin-right: 10px;
  }
  #netresearch_lp #reason .reason_check_i .txt{
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  /* REASON05 */
  #netresearch_lp #reason .doi_w{
    margin-top: 18px;
  }
  #netresearch_lp #reason .doi_logo{
    width: 44px;
    margin-right: 12px;
  }
  #netresearch_lp #reason .doi_note .note{
    font-size: 10px;
    line-height: 1.7;
  }

  #netresearch_lp #reason.service_p_sec .cap_ttl,
  #netresearch_lp #reason.service_p_sec .reason_special_w .special_ttl,
  #netresearch_lp #reason.service_p_sec .reason_spec_w .spec_ttl{
    font-size: 13px;
    padding: 8px 18px;
    margin-bottom: 20px;
  }
  #netresearch_lp #reason.service_p_sec .reason_cap_i{
    padding: 15px;
  }
  #netresearch_lp #reason.service_p_sec .reason_cap_i .ttl{
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  #netresearch_lp #reason.service_p_sec .reason_cap_i .lead{
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  #netresearch_lp #reason.service_p_sec .reason_btn_w{
    margin-bottom: 30px;
  }
  #netresearch_lp #reason.service_p_sec .reason_btn{
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 30px;
  }
  #netresearch_lp #reason.service_p_sec .reason_btn .arr{
    right: 14px;
  }
  #netresearch_lp #reason.service_p_sec .spec_btn_w{
    margin-top: 20px;
  }
  #netresearch_lp #reason.service_p_sec .reason_spec_w{
    margin-top: 35px;
  }
  #netresearch_lp #reason.service_p_sec .spec_table,
  #netresearch_lp #reason.service_p_sec .spec_table tbody,
  #netresearch_lp #reason.service_p_sec .spec_table tr,
  #netresearch_lp #reason.service_p_sec .spec_table .th_sub,
  #netresearch_lp #reason.service_p_sec .spec_table .td{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #netresearch_lp #reason.service_p_sec .spec_table thead{
    display: none;
  }
  #netresearch_lp #reason.service_p_sec .spec_table .th_sub{
    font-size: 12px;
    padding: 8px 12px;
  }
  #netresearch_lp #reason.service_p_sec .spec_table .td{
    font-size: 12px;
    padding: 12px 15px;
  }
  #netresearch_lp #reason.service_p_sec .spec_col_w{
    flex-wrap: wrap;
  }
  #netresearch_lp #reason.service_p_sec .spec_col{
    width: 100%;
  }
  #netresearch_lp #reason.service_p_sec .spec_col:first-child{
    margin-bottom: 12px;
  }
}


#netresearch_lp #process{
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}
#netresearch_lp #process .step_w{
  position: relative;
}
#netresearch_lp #process .lead_txt{
  margin-bottom: 30px;
  text-align: center;
}
/* STEP番号 */
#netresearch_lp #process .step_num{
  position: relative;
  z-index: 3;
  text-align: center;
}

/* STEPブロック */
#netresearch_lp #process .step_block{
  position: relative;
  border-radius: 10px;
  padding: 30px 25px;
}
#netresearch_lp #process .step_img.step_img_01 {
  position: absolute;
  top: -130px;
  right: 40px;
  z-index: 2;
}
#netresearch_lp #process .step_img.step_img_02 {
  position: absolute;
  top: -110px;
  right: 40px;
  z-index: 2;
}
#netresearch_lp #process .step_img.step_img_03 {
  position: absolute;
  top: -50px;
  right: 40px;
  z-index: 2;
}
#netresearch_lp #process .step_head{
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
#netresearch_lp #process .step_head .icon{
  flex-shrink: 0;
  margin-right: 18px;
}
#netresearch_lp #process .step_head .ttl{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
#netresearch_lp #process .step_head .txt{
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* カード列：col2 / col3 で列数だけ切り替え */
#netresearch_lp #process .step_list{
  gap: 20px;
}
#netresearch_lp #process .step_i{
  box-sizing: border-box;
  width: calc((100% - 60px) / 4);
  border-radius: 6px;
  padding: 18px 15px 20px;
}
#netresearch_lp #process .step_list.col3 .step_i{
  width: calc((100% - 40px) / 3);
}
#netresearch_lp #process .step_list.col2 .step_i{
  width: calc((100% - 20px) / 2);
}
#netresearch_lp #process .step_i .label{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 5px 8px;
  margin-bottom: 12px;
}
#netresearch_lp #process .step_i .ttl{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 12px;
}
#netresearch_lp #process .step_i .txt{
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}

/* 下矢印 */
#netresearch_lp #process .step_arr{
  margin-top: -10px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #process{
    padding: 45px 0 40px;
  }
  #netresearch_lp #process .step_num{
    width: 55px;
    margin: 0 auto 10px;
  }
  #netresearch_lp #process .step_block{
    padding: 20px 15px 25px;
  }
  #netresearch_lp #process .step_img.step_img_01,
  #netresearch_lp #process .step_img.step_img_02,
  #netresearch_lp #process .step_img.step_img_03{
    top: -50px;
    right: -20px;
    width: 120px;
  }
  #netresearch_lp #process .step_img.step_img_03{
    top: -14px;
  }
  #netresearch_lp #process .step_head{
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 18px;
    padding-right: 80px;
  }
  #netresearch_lp #process .step_head .icon{
    width: 70px;
    margin-right: 12px;
  }
  #netresearch_lp #process .step_head .ttl{
    font-size: 16px;
    margin-bottom: 4px;
  }
  #netresearch_lp #process .step_head .txt{
    font-size: 11px;
    line-height: 1.6;
  }
  #netresearch_lp #process .step_list{
    gap: 12px;
  }
  #netresearch_lp #process .step_i,
  #netresearch_lp #process .step_list.col3 .step_i,
  #netresearch_lp #process .step_list.col2 .step_i{
    width: 100%;
  }
  #netresearch_lp #process .step_i{
    padding: 15px 12px;
  }
  #netresearch_lp #process .step_i .label{
    font-size: 12px;
    margin-bottom: 10px;
  }
  #netresearch_lp #process .step_i .ttl{
    font-size: 14px;
    margin-bottom: 8px;
  }
  #netresearch_lp #process .step_i .ttl br{
    display: none;
  }
  #netresearch_lp #process .step_i .txt{
    font-size: 12px;
    line-height: 1.7;
  }
  #netresearch_lp #process .step_arr{
    width: 26px;
    margin: 15px auto 20px;
  }
}


#netresearch_lp #cta{
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #1b2f6b url(../images/netresearch_lp/reason_bg.jpg) center / cover no-repeat;
  padding: 55px 0 60px;
  border-radius: 0 0 20px 20px;
}
#netresearch_lp #cta:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
}
#netresearch_lp #cta:after{
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
#netresearch_lp #cta .cta_ttl{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 35px;
}
#netresearch_lp #cta .cta_ttl .line_txt{
  border-bottom: 2px solid #fcea26;
  padding-bottom: 4px;
}
#netresearch_lp #cta .cta_box{
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 20px;
}
#netresearch_lp #cta .btns{
  justify-content: space-between;
}
#netresearch_lp #cta .btn_i{
  position: relative;
  box-sizing: border-box;
  width: 49%;
  align-items: center;
  line-height: 1;
  padding: 12px 40px 12px 12px;
  border-radius: 100px;
}
#netresearch_lp #cta .btn_i .icon{
  flex-shrink: 0;
  margin-right: 15px;
}
#netresearch_lp #cta .btn_i .txt{
  flex-grow: 1;
  text-align: center;
}
#netresearch_lp #cta .btn_i .s_txt{
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#netresearch_lp #cta .btn_i .l_txt{
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
}
#netresearch_lp #cta .btn_i .arr{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #cta{
    padding: 35px 0 40px;
    border-radius: 0 0 10px 10px;
  }
  #netresearch_lp #cta:before{
    height: 22px;
  }
  #netresearch_lp #cta:after{
    top: 18px;
    width: 7px;
    height: 7px;
  }
  #netresearch_lp #cta .cta_ttl{
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  #netresearch_lp #cta .cta_box{
    padding: 12px;
  }
  #netresearch_lp #cta .btns{
    flex-wrap: wrap;
  }
  #netresearch_lp #cta .btn_i{
    width: 100%;
    padding: 10px 30px 10px 10px;
    margin-bottom: 10px;
  }
  #netresearch_lp #cta .btn_i:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #cta .btn_i .icon{
    width: 38px;
    margin-right: 10px;
  }
  #netresearch_lp #cta .btn_i .s_txt{
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  #netresearch_lp #cta .btn_i .l_txt{
    font-size: 15px;
    letter-spacing: 1px;
  }
  #netresearch_lp #cta .btn_i .arr{
    right: 14px;
  }
}


#netresearch_lp #case{
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}
#netresearch_lp #case .case_list{
  justify-content: space-between;
}
#netresearch_lp #case .case_i{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 32%;
}
#netresearch_lp #case .case_i .num{
  text-align: center;
  margin-bottom: 12px;
}
#netresearch_lp #case .case_i .head{
  border-radius: 6px;
  padding: 12px 15px 14px;
  margin-bottom: 20px;
  text-align: center;
}
#netresearch_lp #case .case_i .head .ttl{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#netresearch_lp #case .case_i .head .name{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: right;
}
#netresearch_lp #case .case_i .body{
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
#netresearch_lp #case .case_i .body .txt{
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 14px;
}
#netresearch_lp #case .case_i .body .img{
  margin-left: 15px;
}
/* ---------- service_p_sec ---------- */
#netresearch_lp #case.service_p_sec .case_btns{
  justify-content: space-between;
  margin-top: 40px;
}
#netresearch_lp #case.service_p_sec .case_btn{
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 49%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #1948a4;
  text-align: center;
  border: 1px solid #1e53bc;
  border-radius: 100px;
  padding: 15px 40px;
}
#netresearch_lp #case.service_p_sec .case_btn .arr{
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e53bc;
  border-right: 2px solid #1e53bc;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  #netresearch_lp #case{
    padding: 45px 0 40px;
  }
  #netresearch_lp #case .case_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #case .case_i{
    width: 100%;
    margin-bottom: 30px;
  }
  #netresearch_lp #case .case_i:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #case .case_i .num{
    width: 90px;
    margin: 0 auto 10px;
  }
  #netresearch_lp #case .case_i .head{
    padding: 10px 12px 12px;
    margin-bottom: 15px;
  }
  #netresearch_lp #case .case_i .head .ttl{
    font-size: 14px;
    margin-bottom: 6px;
  }
  #netresearch_lp #case .case_i .head .name{
    font-size: 12px;
  }
  #netresearch_lp #case .case_i .body .txt{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  #netresearch_lp #case .case_i .body .img{
    width: 10%;
    flex-shrink: 0;
    margin-left: 10px;
  }
  #netresearch_lp #case.service_p_sec .case_btns{
    flex-wrap: wrap;
    margin-top: 25px;
  }
  #netresearch_lp #case.service_p_sec .case_btn{
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 30px;
    margin-bottom: 10px;
  }
  #netresearch_lp #case.service_p_sec .case_btn:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #case.service_p_sec .case_btn .arr{
    right: 14px;
  }
}


#netresearch_lp #price{
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}
#netresearch_lp #price .price_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto repeat(10, auto);
  /* head + dt/dd×5 */
  gap: 0 2%;
}
#netresearch_lp #price .price_i {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 11;
  width: auto;
  border-radius: 8px;
  border-top: 6px solid #123782;
  /* 32% を打ち消す */
}
#netresearch_lp #price .price_i .head{
  text-align: center;
  padding: 25px 20px 20px;
}
#netresearch_lp #price .price_i .head .icon{
  display: block;
  margin: 0 auto 15px;
}
#netresearch_lp #price .price_i .head .ttl{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
#netresearch_lp #price .price_i .head .lead{
  letter-spacing: 0;
  margin-bottom: 12px;
}
#netresearch_lp #price .price_i .head .price{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-bottom: 0;
}
#netresearch_lp #price .price_i .head .price .unit{
  font-size: 18px;
  font-weight: 600;
  margin-left: 2px;
}
#netresearch_lp #price .price_detail {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 10;
}
/* 明細：dt+dd を1ブロックとして交互に色分け */
#netresearch_lp #price .price_detail .dt{
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 14px 20px 0 34px;
  background: #f5f7fa;
}
#netresearch_lp #price .price_detail .dt:before{
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e53bc;
}
#netresearch_lp #price .price_detail .dd{
  letter-spacing: 0;
  padding: 2px 20px 14px 20px;
  background: #f5f7fa;
}
#netresearch_lp #price .price_detail .dt:nth-of-type(2n),
#netresearch_lp #price .price_detail .dd:nth-of-type(2n){
  background: #fff;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #price{
    padding: 45px 0 40px;
  }
  #netresearch_lp #price .price_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #price .price_list,
  #netresearch_lp #price .price_i,
  #netresearch_lp #price .price_i .head,
  #netresearch_lp #price .price_detail{
    display: block;
  }
  #netresearch_lp #price .price_i{
    width: 100%;
  }
  #netresearch_lp #price .price_i{
    width: 100%;
    margin-bottom: 25px;
  }
  #netresearch_lp #price .price_i:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #price .price_i .head{
    padding: 20px 15px 15px;
  }
  #netresearch_lp #price .price_i .head .icon{
    width: 55px;
    margin-bottom: 10px;
  }
  #netresearch_lp #price .price_i .head .ttl{
    font-size: 18px;
    margin-bottom: 10px;
  }
  #netresearch_lp #price .price_i .head .lead{
    font-size: 12px;
  }
  #netresearch_lp #price .price_i .head .price{
    font-size: 28px;
  }
  #netresearch_lp #price .price_i .head .price .unit{
    font-size: 15px;
  }
  #netresearch_lp #price .price_detail .dt{
    font-size: 12px;
    padding: 12px 15px 0 30px;
  }
  #netresearch_lp #price .price_detail .dt:before{
    top: 18px;
    left: 15px;
  }
  #netresearch_lp #price .price_detail .dd{
    font-size: 12px;
    padding: 2px 15px 12px 15px;
  }
}


#netresearch_lp #deliver{
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}
#netresearch_lp #deliver .deliver_block{
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
#netresearch_lp #deliver .deliver_block:last-child{
  margin-bottom: 0;
}

/* 帯ヘッダー（下向き三角付き） */
#netresearch_lp #deliver .block_ttl{
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
  padding: 12px 20px 14px;
  margin-bottom: 30px;
}
#netresearch_lp #deliver .block_ttl:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #1948a4 transparent transparent transparent;
}
#netresearch_lp #deliver .bg_blue_03.block_ttl:after{
  border-top-color: #3793ce;
}
#netresearch_lp #deliver .block_body{
  padding: 10px 25px 30px;
}

/* グループ見出し */
#netresearch_lp #deliver .group_ttl{
  display: table;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 2px solid #123782;
  padding-bottom: 8px;
  margin: 0 auto 20px;
}
#netresearch_lp #deliver .group_ttl_02{
  border-bottom: 2px solid #3793ce;
}
/* キャプチャ */
#netresearch_lp #deliver .deliver_list{
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
#netresearch_lp #deliver .deliver_list.plus{
  align-items: center;
}
#netresearch_lp #deliver .deliver_list.plus .deliver_i:first-child{
  position: relative;
  margin-right: 40px;
}
#netresearch_lp #deliver .deliver_list.plus .deliver_i:first-child:after{
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #1e53bc;
}
#netresearch_lp #deliver .deliver_i{
  box-sizing: border-box;
}
#netresearch_lp #deliver .deliver_i .img{
  position: relative;
  border: 1px solid #d5dce8;
}
#netresearch_lp #deliver .deliver_i .img > img{
  width: 100%;
}
#netresearch_lp #deliver .deliver_i .zoom{
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: block;
  width: 26px;
  cursor: pointer;
}
#netresearch_lp #deliver .deliver_i .zoom img{
  width: 100%;
}
#netresearch_lp #deliver .deliver_i .cap{
  letter-spacing: 0;
  text-align: center;
  margin-top: 8px;
}

/* 赤い注釈 */
#netresearch_lp #deliver .deliver_note{
  border-radius: 100px;
  text-align: center;
  padding: 12px 30px 14px;
  margin: 25px auto 0;
  max-width: 620px;
}
#netresearch_lp #deliver .deliver_note .s_txt{
  display: block;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
#netresearch_lp #deliver .deliver_note .l_txt{
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

/* オプション2カラム */
#netresearch_lp #deliver .option_w{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4%;
}
#netresearch_lp #deliver .option_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  /* group_ttl / deliver_list / option_txt_list / option_btn_w */
  width: auto;
  /* 48% を打ち消す */
}
#netresearch_lp #deliver .option_txt_list{
  background: #f5f7fa;
  border-radius: 6px;
  padding: 8px 18px;
}
#netresearch_lp #deliver .option_txt_i{
  position: relative;
  letter-spacing: 0;
  padding: 12px 0 12px 16px;
  border-bottom: 1px solid #dde3ec;
}
#netresearch_lp #deliver .option_txt_i:last-child{
  border-bottom: none;
}
#netresearch_lp #deliver .option_txt_i:before{
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3793ce;
}
/* ---------- service_p_sec ---------- */
#netresearch_lp #deliver.service_p_sec .deliver_note{
  padding: 10px 30px 12px;
}
#netresearch_lp #deliver.service_p_sec .dl_list{
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
#netresearch_lp #deliver.service_p_sec .dl_i{
  box-sizing: border-box;
  max-width: 390px;
  text-align: center;
}
#netresearch_lp #deliver.service_p_sec .dl_note{
  position: relative;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}
/*
#netresearch_lp #deliver.service_p_sec .dl_note:before{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e53bc;
}*/
#netresearch_lp #deliver.service_p_sec .dl_btn{
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: #1948a4;
  border: 1px solid #1e53bc;
  border-radius: 100px;
  padding: 10px 34px 10px 16px;
}
#netresearch_lp #deliver.service_p_sec .dl_btn .icon{
  flex-shrink: 0;
  width: 22px;
  margin-right: 10px;
}
#netresearch_lp #deliver.service_p_sec .dl_btn .icon img{
  width: 100%;
}
#netresearch_lp #deliver.service_p_sec .dl_btn .txt{
  flex-grow: 1;
}
#netresearch_lp #deliver.service_p_sec .dl_btn .arr{
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #1e53bc;
  border-right: 2px solid #1e53bc;
  transform: translateY(-70%) rotate(45deg);
}

/* オプション：ボタン */
#netresearch_lp #deliver.service_p_sec .option_btn_w{
  margin-top: 20px;
}
#netresearch_lp #deliver.service_p_sec .option_btn{
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: #1948a4;
  text-align: center;
  border: 1px solid #1e53bc;
  border-radius: 100px;
  padding: 13px 34px;
  margin-bottom: 10px;
}
#netresearch_lp #deliver.service_p_sec .option_btn:last-child{
  margin-bottom: 0;
}
#netresearch_lp #deliver.service_p_sec .option_btn .arr{
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e53bc;
  border-right: 2px solid #1e53bc;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  #netresearch_lp #deliver{
    padding: 45px 0 40px;
  }
  #netresearch_lp #deliver .deliver_block{
    margin-bottom: 20px;
  }
  #netresearch_lp #deliver .block_ttl{
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 15px 12px;
    margin-bottom: 25px;
  }
  #netresearch_lp #deliver .block_ttl:after{
    bottom: -10px;
    border-width: 10px 11px 0 11px;
  }
  #netresearch_lp #deliver .block_body{
    padding: 5px 15px 25px;
  }
  #netresearch_lp #deliver .group_ttl{
    font-size: 15px;
    margin-bottom: 15px;
  }
  #netresearch_lp #deliver .deliver_list{
    gap: 10px;
  }
  #netresearch_lp #deliver .deliver_list.plus .deliver_i:first-child{
    margin-right: 0;
    margin-bottom: 32px;
  }
  #netresearch_lp #deliver .deliver_list.plus .deliver_i:first-child:after{
    top: auto;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    font-size: 20px;
  }
  #netresearch_lp #deliver .deliver_i,
  #netresearch_lp #deliver .deliver_i.w_l,
  #netresearch_lp #deliver .deliver_i.w_s,
  #netresearch_lp #deliver .deliver_i.w_full{
    
  }
  #netresearch_lp #deliver .deliver_i .zoom{
    width: 22px;
  }
  #netresearch_lp #deliver .deliver_i .cap{
    font-size: 14px;
  }
  #netresearch_lp #deliver .deliver_note{
    padding: 10px 15px 12px;
    margin-top: 20px;
  }
  #netresearch_lp #deliver .deliver_note .s_txt{
    font-size: 12px;
    letter-spacing: 0;
  }
  #netresearch_lp #deliver .deliver_note .l_txt{
    font-size: 14px;
    letter-spacing: 0;
  }
  #netresearch_lp #deliver .option_w{
    display: block;
  }
  #netresearch_lp #deliver .option_col{
    display: block;
    width: 100%;
  }
  #netresearch_lp #deliver .option_col:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #deliver .option_txt_list{
    padding: 5px 15px;
  }
  #netresearch_lp #deliver .option_txt_i{
    font-size: 12px;
    padding: 10px 0 10px 14px;
  }
  #netresearch_lp #deliver .option_txt_i:before{
    top: 17px;
  }
}


#netresearch_lp #flow{
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
  height: auto;
  margin-top: 0;
}
#netresearch_lp #flow .sec_ttl_w{
  margin-bottom: 70px;
}
/* 行：背面を横断する矢羽根 */
#netresearch_lp #flow .flow_row{
  position: relative;
  margin-bottom: 45px;
}
#netresearch_lp #flow .flow_row:last-child{
  margin-bottom: 0;
}
#netresearch_lp #flow .flow_row:before{
  content: "";
  display: block;
  position: absolute;
  top: 75px;
  left: -55px;
  z-index: 0;
  width: calc(100% + 110px);
  height: 84px;
  background: #1948a4;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}
/* 2段目：左凹み・右平 */
#netresearch_lp #flow .flow_row.reverse:before{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30px 50%);
}

#netresearch_lp #flow .flow_list{
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#netresearch_lp #flow .flow_i{
  position: relative;
  box-sizing: border-box;
  width: 32%;
  border-radius: 10px;
  padding: 40px 20px 25px;
  text-align: center;
}
#netresearch_lp #flow .flow_i .num{
  position: absolute;
  top: -20px;
  left: 15px;
  z-index: 2;
  display: block;
  width: 80px;
}
#netresearch_lp #flow .flow_i .icon{
  display: block;
  width: 60px;
  margin: 0 auto 18px;
}
#netresearch_lp #flow .flow_i .icon img{
  width: 100%;
}
#netresearch_lp #flow .flow_i .ttl{
  min-height: 51px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#netresearch_lp #flow .flow_i .txt{
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  #netresearch_lp #flow{
    padding: 45px 0 40px;
  }
  #netresearch_lp #flow .sec_ttl_w{
    margin-bottom: 40px;
  }
  #netresearch_lp #flow .flow_row{
    margin-bottom: 30px;
  }
  #netresearch_lp #flow .flow_row:before,
  #netresearch_lp #flow .flow_row:after,
  #netresearch_lp #flow .flow_row.reverse:before,
  #netresearch_lp #flow .flow_row.reverse:after{
    display: none;
  }
  #netresearch_lp #flow .flow_list{
    flex-wrap: wrap;
  }
  #netresearch_lp #flow .flow_i{
    width: 100%;
    padding: 30px 15px 20px;
    margin-bottom: 35px;
  }
  #netresearch_lp #flow .flow_i:last-child{
    margin-bottom: 0;
  }
  #netresearch_lp #flow .flow_i .num{
    top: -16px;
    left: 12px;
    width: 55px;
  }
  #netresearch_lp #flow .flow_i .icon{
    width: 50px;
    margin-bottom: 12px;
  }
  #netresearch_lp #flow .flow_i .ttl{
    min-height: unset;
    font-size: 15px;
    margin-bottom: 8px;
  }
  #netresearch_lp #flow .flow_i .txt{
    font-size: 12px;
    line-height: 1.7;
  }
  #netresearch_lp #flow .flow_i .txt br{
    display: none;
  }
}

#faq{
	padding: 70px 0;
	position: relative;
	z-index: 2;
	background-color: #fff;
	background-image:
		linear-gradient(rgba(120, 140, 180, 0.13) 1px, transparent 1px),
		linear-gradient(90deg, rgba(120, 140, 180, 0.13) 1px, transparent 1px);
	background-size: 15px 15px;
}
.faq_w{
}
.faq_i {
	border-radius: 10px;
	margin-bottom: 20px;
	transition: 0.5s;
}
.faq_i.open {
	border-radius: 10px;
}
.faq_i .ico {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
	line-height: 1;
	font-size: 24px;
}
.faq_i h3 {
	font-size: 18px;
	margin-top: 5px;
	font-weight: 600;
	color: #fff;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
	padding: 20px;
  padding-right: 40px;
	border-radius: 20px 20px 0 20px;
}
.faq_i .q:after {
	content: "×";
	font-size: 18px;
	font-weight: 900;
	position: absolute;
	top: 44%;
	right: 30px;
	transform: rotate(45deg) translate(0, -50%);
	color: #fff;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 18px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	padding-top: 30px;
	display: none;
}
.faq_i .a a{
	text-decoration: underline;
}
.faq_i .a .detail_btn {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-top: 14px;
	padding: 9px 42px 9px 20px;
	border: 1px solid #1e53bc;
	border-radius: 100px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #1948a4;
	text-decoration: none;
	transition: 0.3s;
}
.faq_i .a .detail_btn .arr {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #1e53bc;
	border-right: 2px solid #1e53bc;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.faq_i .a .detail_btn:hover {
	opacity: 1;
	background: #1948a4;
	color: #fff;
}
.faq_i .a .detail_btn:hover .arr {
	right: 14px;
	border-color: #fff;
}
@media screen and (max-width: 750px) {
	#faq {
		position: relative;
		padding: 45px 0 40px;
		background-size: 12px 12px;
	}
	.faq_w .sub_ttl{
		font-size: 20px;
	}
	.faq_i {
		border-radius: 10px;
		margin-bottom: 12px;
	}
	.faq_i .q {
		padding: 14px 34px 14px 14px;
		border-radius: 12px 12px 0 12px;
	}
	.faq_i .q:after {
		font-size: 15px;
		right: 18px;
	}
	.faq_i.open .q:after {
		right: 14px;
	}
	.faq_i .q .flex {
		padding-right: 0;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		font-size: 17px;
		margin-right: 12px;
	}
	.faq_i .a {
		padding: 18px 14px 5px;
	}
	.faq_i .a p {
		font-size: 12px;
		line-height: 1.8;
		margin-top: 0;
	}
  .faq_i .a .detail_btn {
		margin-top: 10px;
		padding: 8px 32px 8px 16px;
		font-size: 12px;
		letter-spacing: 0;
	}
	.faq_i .a .detail_btn .arr {
		right: 14px;
		width: 6px;
		height: 6px;
	}
	.faq_i .a .detail_btn:hover .arr {
		right: 12px;
	}
}

#netresearch_lp #form {
  position: relative;
  z-index: 2;
  padding: 80px 0 70px;
}
@media screen and (max-width: 750px) {
  #netresearch_lp #form {
    padding: 45px 0 40px;
  }
}

/* ================================ 
    contact
  ================================ */
.contact-inner {
  padding-bottom: 70px;
}
.document_contact form dl dt,
.document_contact.tuiki_230107 .contact_formblock form dl dt{
  background: #f0f5ff;
}
.contact-inner .sec-title.contact-title {
  color: #e18400;
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 700;
}

.document_contact .contact_formblock {
  width: 100%;
}

.document_contact form dl dt,
.document_contact.tuiki_230107 .contact_formblock form dl dt {
  color: inherit;
}

.document_contact .contact_formblock form dl dd input[type="text"],
.document_contact .contact_formblock form dl dd input[type="email"],
.document_contact .contact_formblock form dl dd input[type="tel"],
.document_contact .contact_formblock form dl dd textarea{
    background: #fff;
}
.document_contact p.submit_btn input[type="submit"]{
  background: #cd3232;
}
@media screen and (max-width: 767px) {
  .contact-inner {
    padding-bottom: 0;
  }

  .contact-inner .sec-title.sec-title {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.lower_wrapper.tuiki_230107 form dl dd textarea::placeholder {
  font-size: 14px;
}


footer#nr_footer{
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 900px) {
	footer#nr_footer{
		padding-bottom: 150px;
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 5px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .ttl{
		padding: 0 15px 5px;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
		padding: 3px;
	}
}


/* 画像拡大モーダル */
#img_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	cursor: zoom-out;
}
#img_modal .modal_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 92%;
	max-height: 92%;
}
#img_modal .modal_inner img{
	display: block;
	max-width: 100%;
	max-height: 92vh;
	width: auto;
	background: #fff;
}
#img_modal .modal_close{
	position: absolute;
	top: -36px;
	right: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#img_modal .modal_close:before,
#img_modal .modal_close:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
#img_modal .modal_close:before{
	transform: rotate(45deg);
}
#img_modal .modal_close:after{
	transform: rotate(-45deg);
}
body.modal_open{
	overflow: hidden;
}
#netresearch_lp .zoom{
	cursor: pointer;
}
#netresearch_lp .img:has(.zoom){
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#img_modal .modal_inner{
		max-width: 94%;
	}
	#img_modal .modal_close{
		top: -30px;
		width: 24px;
		height: 24px;
	}
}

ul.solution_list li:after{
  display: none;
}