@charset "utf-8";
/* CSS Document */

/*reset css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
}
img {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:bottom;
  background:transparent;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
    quotes:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration:none;
  color: #191919;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
 
.clearfix {
  display: inline-table;
  min-height: 1%;
}
 
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}

/*ナビ*/
/*ドロワーメニュー*/
section{
  width:100%;	
}
.fixed_box{
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 695px;
  margin-left: 8px;
  box-shadow: 0px 0px 8px #b3b1b1;
  overflow-y: auto;
}
.fixed_header{
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  height: auto;
  position: fixed;
  top:0;
  left: 0;
  z-index: 9998;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 6px 4px;
}
.fixed_header img.fixed_logo{
  max-width: 140px;
  margin-top: 3px;
}
.draw_btn{
  background-color: rgb(223 6 21 / 80%);
  border: 2px solid #ffffff;font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: none;
  font-weight: bold;
  border-radius: 5px;cursor: pointer;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
}
.draw_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.draw_btn img{
  width: 24px;
  margin-right: 5px;
}
.draw_box .menu_line{
  border: 1px solid #fffefa;
  border-radius: 5px;
  width: 60%;
}
.draw_box .menu_line:nth-of-type(2){
  margin-top: 10px;
  width: 60%;
}
.draw_box .menu_line:nth-of-type(3){
  margin-top: 11px;
  width: 60%;
}
.fixed_nav{
  width: 200px;
  position: fixed;
  top: 70px;
  right: 0;
  left: calc(100% - 200px);
  bottom: 0;
  z-index: 9999;
  overflow: auto;
  padding-top: 70px;
}
.menu_chera_wrap{
  position: relative;
}
.menu_chera_wrap img{
  width: 100%;
  max-width: 100px;
  position: absolute;
  top:-70px;
  right: 8px;
}
.menu_ttl{
  font-size: 23px;
  font-weight: bold;
  color: #c30d23;
  margin-top: 32px;
  padding: 0 16px 12px 24px;
}
.fixed_nav ul{
  font-size: 1.4rem;
  margin-top: 0;
  padding-left: 30px;
}
.fixed_nav ul li{
  list-style: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.2;
}
.fixed_nav ul li a{
  display: block;
  font-size:16px;
}
.fixed_nav ul li.contact_zone_wrap{
  margin-top: 8px;
  margin-left: -4px;
  padding-left: 0;
  margin-bottom: 32px;
  font-size: 16px;
}
.fixed_nav ul.contact_zone{
  padding-left: 0;
  padding-top: 8px;
}
.fixed_nav ul.contact_zone a{
  font-weight: initial;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0 5px 5px;
}
.fixed_nav ul.contact_zone li{
  border-radius: 16px;
  width: 80%;
  margin-bottom: 8px;
  padding: 0 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.fixed_nav li a:before{
  border-left: 5px solid #c30d23;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
}
.fixed_nav ul.contact_zone li a::before{
  border: 0;
  background:  url(../../lp_asset/limages/_btn_tel_circle.png) no-repeat center center ;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 7px;
  width: 18px;
  height: 100%;
}
.fixed_nav ul.contact_zone li.nav_mail a::before{
  background: url(../../lp_asset/limages/btn_mail.png)no-repeat center center;
  background-size: contain;
}
.fixed_nav ul.contact_zone li.nav_sns a::before{
  background: url(../../lp_asset/limages/btn_sns.png) no-repeat center center;
  background-size: contain;
}
.fixed_nav li a:hover:before{
  left: 0.1em!important;
}
.fixed_nav ul.contact_zone li a:hover::before{
  left: 8px!important;
}
.fixed_nav li.nav_tel a:before, .fixed_nav li.nav_mail a:before, .fixed_nav li.nav_sns a:before {
  border-left: 5px solid #ffffff;
  left: 8px;
}
.nav_tel{
  background-color: #c30d23;
}
.nav_mail{
  background-color: #138CDC;
}
.nav_sns{
  background-color: #13DC3C;
}
.area_box{
  background-color: #ffffff;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 0;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.company_info_staff{
  width: 88%;
  height: auto;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
}
.company_info_staff img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bg_pink{
  background-color: #fbeff1;
  padding: 62px 0;
}
.message_ttl{
  background-color: #c30d23;
  width: 98%;
  margin: 0 auto;
  border-radius: 18px;
  font-size: 1.6rem;
  padding: 4px 4px;
  color: #ffffff;
}
.dash {
  display: block;
  max-width: 1056px;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  color: #df0615;
  margin: 24px auto 62px auto;
}
.corona_img{
  background-color: #ffffff;
  width: 88%;
  margin: 26px auto;
  padding: 24px;
}
.corona_img img{}
.sec_damage_con{}
.sec_damage_con ul{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sec_damage_con li{
  background-color: #ffffff;
  width: 48%;
  max-width: 640px;
  margin: 0 auto 24px auto;
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.sec_damage_txt{
  background-color: rgba(255,255,255,0.8);
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  padding: 12px;
}
.qa_box_wrap{
  padding-top: 32px;
}
.modal_area{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 45px 12px;
}
.modal{
  border: 2px solid #c30e24;
  background-color: #ffffff;
  color: #c30e24;
  padding: 8px;
  border-radius: 31px;
  display: block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.slide_info{
  display: none;
}
@media screen and (max-width: 1440px) {
  .fixed_nav{
    right: -100vw;
    top:0;
    left: initial;
    bottom: initial;
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index: 9999;
    padding-top: 0;
  }
  .fixed_nav.open{
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 80%;
    max-width: 320px;
    height: 100%;
  }
  .fixed_nav.open .menu_chera_wrap img{
    top:6px;
  }
  .fixed_box{
    height: auto;
    overflow: initial;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .fixed_nav.open .menu_ttl{
    margin-top: 8px;
  }
  .fixed_nav ul li{
    border-bottom: 1px dotted #f99f9f;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .fixed_nav li a:before,
  .accordion:before{
    top: 1.3em;
  }
  .accordion.accordion_open:before {
    top: 1.5em;
  }
  .fixed_nav ul.contact_zone a{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .draw_btn{
    display: block;
  display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
  .draw_btn.open{
    display: none;
  }
  .draw_btn.menu_in_btn{
    position: initial;
    display: flex;
    margin: 8px;
  }
}	
.line_con{
  display: none;
}
.line_con{
  padding: 10%;
  text-align: center;
}
.modal_ttl{
  font-size: 3rem;
  font-weight: bold;
  color: #00b900;
  padding: 24px;
}
.line_part_box{
  border: 1px solid #626161;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 16px auto 40px auto;
  padding: 34px;
}
.line_part_box.line_color{
  border-color: #13DC3C;
}
.contact_wrap p.line_ttl{
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.6;
  color: #13DC3C;
  margin-bottom: 0;
}
.line_part_box img{
  width: 100%;
}
.line_explain {
    margin-top: 32px;
}
a:hover{
  opacity: 0.7;
  transition: all 0.1s 0.2s ease-in-out;
}
/*フッター固定*/
.foot_fixed_nav {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 12px;
  z-index: 999;
  text-align: center;
  display: none;
	box-shadow: 0px 0px 8px #efefef;
}
.foot_fixed_btn_zone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.foot_fixed_btn_zone img {
  width: 75%;
  height: auto;
}
.foot_fixed_tel_zone {
  text-align: right;
	position:relative;
}

.foot_fixed_tel_zone span{
	font-size: 42px;
	/* font-size: 35px; */
	font-weight:bold;
	color:#cf211e;
	text-align:right;
	position:absolute;
	right: 13px;
	bottom:0;
}
@media screen and (max-width:900px) {
	.foot_fixed_tel_zone span{
		font-size: clamp( 35px, calc( -5.727272727272727px + 5.303030303030303vw ), 42px );
	}
}
@media screen and (max-width:767px){
		.foot_fixed_tel_zone span{
			display:none;
		}
}
.foot_fixed_line_zone,.foot_fixed_mail_zone {
  text-align: left;
}
.foot_fixed_line_zone {
  margin-left: 20px;
}
.foot_fixed_mail_zone {
  margin-left: -40px;
  text-align: left;
}
/*会社概要*/
#okinawa_bed-bugs .company{
  padding: 40px 0;
  width: 100%;
}
#okinawa_bed-bugs .company .company_inr{
  max-width:980px;
  width: 98%;
  text-align: center;
  margin:0 auto;
  padding-top: 20px;
}
#okinawa_bed-bugs .company .company_table{
  width:100%;
  margin: 0;
}
#okinawa_bed-bugs .company .company_inr tr{
  max-width:980px;
  width:100%;
  border-top: solid 2px #d9d9d9;
  border-bottom: solid 2px #d9d9d9;
}
#okinawa_bed-bugs .company .company_inr th{
  width:50%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #004e9c;
  line-height: 2;
  padding: 16px;
  vertical-align: middle;
}
#okinawa_bed-bugs .company .company_inr td{
  width:50%;
  text-align: left;
  font-size: 18px;
  line-height: 2;
  padding: 16px 0;
  vertical-align: middle;
}
/*フッター*/
#okinawa_bed-bugs footer{
  text-align: center;
  background-color: #004e9c;
  padding: 16px 0;
}
#okinawa_bed-bugs footer a,#okinawa_bed-bugs footer p{
  font-size: 16px;
  color: #fff;
}
#okinawa_bed-bugs footer p{
  padding-top:8px;
}
#okinawa_bed-bugs .line_sp,#okinawa_bed-bugs .mail_sp{
  display: none;	
}
@media screen and (max-width:600px) {
  #okinawa_bed-bugs .line_pc,#okinawa_bed-bugs .mail_pc{
    display: none;	
  }
  #okinawa_bed-bugs .line_sp,#okinawa_bed-bugs .mail_sp{
    display: block;	
  }
}
/*css*/
#okinawa_bed-bugs{
  width: 100%;
  margin: 0;
  font-family: 'Lato','Noto Sans JP',"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 98px;
  width: 100%;
  overflow-x: hidden;
}
#okinawa_bed-bugs h2{
  font-family: "Noto Sans JP", sans-serif;
}
#okinawa_bed-bugs .okinawa_bed-bugs_wrap{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs p{
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  color: #0F1633;
}
#okinawa_bed-bugs p{
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  color: #0F1633;
}
/*ヘッダー*/
#okinawa_bed-bugs header .logo{
  max-width: 396px;
  width: 46%;
}
#okinawa_bed-bugs header .logo img{
  max-width: 187px;
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs header .hdr_tel{
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs header .hdr_tel img{
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .fv_cover{
  background-image: url("../../lp_asset/limages/wbp/okinawa_bed-bugs_fv_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin: 0;
  overflow: hidden;
}
#okinawa_bed-bugs header{
  width: 980px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top:20px;
  padding-right: 10px;
}
	
/*ここからファーストビュー*/
#okinawa_bed-bugs .fv{
  margin: 0;
  padding-top: 2%;
}
#okinawa_bed-bugs .ttl{
  text-align: center;
  margin: 0 auto;
  padding-top: 24px;
}
#okinawa_bed-bugs .ttl img{
  max-width: 980px;
  height: auto;
}
#okinawa_bed-bugs .catch-area{
  max-width:980px;
  text-align:center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#okinawa_bed-bugs .no-extra-charge{
  padding-top: 20px;
  width: 50%;
}
#okinawa_bed-bugs .no-extra-charge img{
  max-width: 490px;
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .community-based{
  padding-top: 120px;
  width: 50%;
}
#okinawa_bed-bugs .community-based img{
  max-width: 490px;
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .correspondence{
  margin-top:-64px;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .okinawa_bed-bugs_wrap{
    width: 750px;
  }
  #okinawa_bed-bugs .fv_cover{
    background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url("../../lp_asset/limages/wbp/okinawa_bed-bugs_fv_bg_sp.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    overflow: hidden;
  }
  #okinawa_bed-bugs header{
    width: 100%;
    box-sizing: border-box;
  }
  #okinawa_bed-bugs .ttl{
    padding-top: 20px;
  }
  #okinawa_bed-bugs .ttl img {
    width: 750px;
    height: auto;
  }
  #okinawa_bed-bugs .catch-area{
    width: 750px;
  }
  #okinawa_bed-bugs .community-based{
    padding-top: 80px;
  }
  #okinawa_bed-bugs p{
    font-size: 18px;
  }
  #okinawa_bed-bugs .correspondence {
      margin-top: 64px;
  }
}		

@media screen and (max-width:900px) {
  #okinawa_bed-bugs .correspondence {
      margin-top: 0;
  }
}	
	
@media screen and (max-width:767px) {
  #okinawa_bed-bugs .okinawa_bed-bugs_wrap{
    max-width: 100%;
    width: 95%;
  }
  #okinawa_bed-bugs header .logo{
    width: 46%;
  }
  #okinawa_bed-bugs header .logo img{
    width: 100%;
    height: auto;
  }
  #okinawa_bed-bugs header .hdr_tel{
    width: 46%;
  }
  #okinawa_bed-bugs header .hdr_tel img{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #okinawa_bed-bugs header{
    max-width: 100%;
    width:95%;
  }
  #okinawa_bed-bugs .ttl{
    text-align: center;
    margin: 0 auto;
    padding-top: 8px;
  }
  #okinawa_bed-bugs .ttl img{
    width: 100%;
    height: auto;
  }
  #okinawa_bed-bugs .catch-area{
    max-width: 100%;
    width: 95%;
    text-align:center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #okinawa_bed-bugs .no-extra-charge{
    padding-top: 20px;
    width: 50%;
  }
  #okinawa_bed-bugs .no-extra-charge img{
    max-width: 100%;
    width: 100%;
    height:auto;
  }
  #okinawa_bed-bugs .community-based{
    padding-top: 64px;
  }
  #okinawa_bed-bugs .correspondence {
      margin-top: -32px;
  }
}
@media screen and (max-width:600px) {
  #okinawa_bed-bugs .hdr_tel {
      padding-top: 8px;
  }
}
@media screen and (max-width:380px) {
  #okinawa_bed-bugs .hdr_tel {
      padding-top: 6px;
  }
}
@media screen and (max-width:340px) {
  #okinawa_bed-bugs .correspondence {
      margin-top: 0;
  }
  #okinawa_bed-bugs .hdr_tel {
      padding-top: 5px;
  }
}

/*対応している建物の種類*/
#okinawa_bed-bugs .correspondence p{
  text-align: left;
  padding-left: 120px;
  padding-top: 16px;
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .correspondence p{
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width:620px) {
  #okinawa_bed-bugs .correspondence p{
    font-size: 16px;
  }
}
@media screen and (max-width:550px) {
  #okinawa_bed-bugs .correspondence p{
    font-size: 14px;
  }
}
@media screen and (max-width:480px) {
  #okinawa_bed-bugs .correspondence p{
    font-size: 11px;
  }
}
@media screen and (max-width:370px) {
  #okinawa_bed-bugs .correspondence p{
    font-size: 10px;
  }
}
#okinawa_bed-bugs .correspondence_img{
  display: flex;
  justify-content: space-between;
}
#okinawa_bed-bugs .correspondence_img div{
  width: 24%;
}
#okinawa_bed-bugs .correspondence_img div{
  width: 24%;
}
#okinawa_bed-bugs .correspondence_img div picture img{
  width:100%;
  height: auto;
}
#okinawa_bed-bugs .correspondence img{
  max-width: 234px;
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .correspondence_img div:nth-child(2n){
  padding-top: 40px;
}
@media screen and (max-width:600px) {
  #okinawa_bed-bugs .correspondence_img div:nth-child(2n){
    padding-top: 20px;
  }
}
@media screen and (max-width:480px) {
  #okinawa_bed-bugs .fv_cover {
      background-image: url(../../lp_asset/limages/wbp/okinawa_bed-bugs_fv_bg_sp.webp);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0;
      overflow: hidden;
  }
}

/*ここまでファーストビュー*/

/*料金・費用*/
#okinawa_bed-bugs .price .flex{
  display: flex;
  justify-content: space-around;
  max-width: 980px;
  width:80%;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .price .flex .price_cover{
  border: 3px solid #bce8ff;
  border-radius: 10px;
  padding: 10px;
}
#okinawa_bed-bugs .price .flex h3{
  width:320px;
  font-size: 34px;
  font-weight: bold;
  color: #0F1633;
  border-bottom: 3px solid #bce8ff;
  padding: 5px 0 15px;
  text-align: center;
}
#okinawa_bed-bugs .price .flex .price_cover p{
  font-size: 60px;
  font-weight: bold;
  color: #0F1633;
  padding-top: 130px;
}
#okinawa_bed-bugs .price .flex .price_cover .vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 40%;
  font-weight:bold;
}
#okinawa_bed-bugs .price .flex .price_cover .yen{
  font-size: 40%;
  font-weight:bold;
}
#okinawa_bed-bugs .price_free div{
  background-color: #ffe6e7;
  background: linear-gradient(to top, #ffced0 0%, #ffe6e7 100%);
  border-radius: 10px;
  width:710px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .price_free p{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #cc0f29;
}
#okinawa_bed-bugs .price_free p span{
  font-size: 240%;
  font-weight: bold;
}
#okinawa_bed-bugs .price_wrap{
  position: relative;
}
#okinawa_bed-bugs .price_free{
  position: absolute;
  top: 85px;
  left: 0;
  right:0;
  margin:0 auto;
}	
#okinawa_bed-bugs .price{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 32px 0 60px;
}
#okinawa_bed-bugs .price h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
}
#okinawa_bed-bugs h2 .sub_blue{
  font-size: 24px;
  font-weight: bold;
  color:#cdf0ff;
}
#okinawa_bed-bugs h2 .b_blue{
  font-size: 42px;
  font-weight: 900;
  color: #004e9c;
  display: inline-block;
}
#okinawa_bed-bugs .price_wrap{
  width:100%;
  padding-bottom: 30px;
}
#okinawa_bed-bugs .price_wrap img{
  width:75%;
  height:auto;
  padding: 40px 0;
}
#okinawa_bed-bugs .number{
  font-weight: bold;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#okinawa_bed-bugs .price_pc_none{
  display: none;	
}
	
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .price .flex{
    max-width: 767px;
    width:100%;
  }	
  #okinawa_bed-bugs .price{
    width: 767px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
  }
  #okinawa_bed-bugs .payment-method{
    max-width: 767px;
  }
  #okinawa_bed-bugs .payment-method img{
    width:100%;
    height:auto;
  }
}
@media screen and (max-width:768px) {
  #okinawa_bed-bugs .price{
    width: 95%;
    text-align: center;
    margin: 0 auto;
  }
  #okinawa_bed-bugs .price h2 .sp_block{
    display: block;
  }
  #okinawa_bed-bugs .price .flex{
    width: 100%;
  }	
  #okinawa_bed-bugs .payment-method{
    max-width: 100%;
  }
  #okinawa_bed-bugs .price .flex h3 {
      width: 100%;
  }
  #okinawa_bed-bugs .price_free div {
      width: 96%;
  }
  #okinawa_bed-bugs .price_free p {
      font-size: 28px;
  }
  #okinawa_bed-bugs .price .flex .price_cover p {
      font-size: 52px;
      padding-top: 105px;
  }
}
@media screen and (max-width:620px) {
  #okinawa_bed-bugs .price h2 {
      font-size: 28px;
  }
  #okinawa_bed-bugs h2 .b_blue {
      font-size: 34px;
  }
  #okinawa_bed-bugs .price .flex h3 {
      font-size: 30px;
  }
  #okinawa_bed-bugs .price_free p {
      font-size: 24px;
  }
  #okinawa_bed-bugs .price .flex .price_cover p {
      font-size: 38px;
  }
}
@media screen and (max-width:480px) {
  #okinawa_bed-bugs p {
      font-size: 16px;
  }
  #okinawa_bed-bugs .price h2 {
      font-size: 20px;
  }
  #okinawa_bed-bugs h2 .b_blue {
      font-size: 22px;
  }
  #okinawa_bed-bugs h2 .sub_blue {
      font-size: 16px;
  }
  #okinawa_bed-bugs .sub_orange {
      font-size: 16px;
  }
  #okinawa_bed-bugs .price .flex h3 {
      font-size: 30px;
  }
  #okinawa_bed-bugs .price_free p {
      font-size: 21px;
  }
  #okinawa_bed-bugs .price .flex .price_cover p {
      font-size: 32px;
    padding-top: 98px;
  }
  #okinawa_bed-bugs .price p .sp_block{
      display: block;
  }
  #okinawa_bed-bugs .price_sp_none{
      display: none;
  }
  #okinawa_bed-bugs .price_pc_none{
      display: block;
    padding-bottom: 8px;
  }
  #okinawa_bed-bugs .payment-method {
      padding-top: 4px;
      display: block;
  }
}
@media screen and (max-width:400px) {
  #okinawa_bed-bugs .price{
      padding: 24px 0;
  }
  #okinawa_bed-bugs .price h2 {
      font-size: 20px;
    padding-bottom: 12px;
  }
  #okinawa_bed-bugs h2 .b_blue {
      font-size: 22px;
  }
  #okinawa_bed-bugs .price .flex h3 {
      font-size: 24px;
  }
  #okinawa_bed-bugs .price_free {
      top: 70px;
  }
  #okinawa_bed-bugs .price_free p {
      font-size: 19px;
  }
  #okinawa_bed-bugs .price .flex .price_cover p {
      font-size: 28px;
    padding-top: 78px;
  }
  #okinawa_bed-bugs .price p .sp_block{
      display: block;
  }
}
@media screen and (max-width:370px) {
  #okinawa_bed-bugs .price{
      padding: 24px 0;
  }
  #okinawa_bed-bugs .price h2 {
      font-size: 20px;
  }
  #okinawa_bed-bugs h2 .b_blue {
      font-size: 22px;
  }
  #okinawa_bed-bugs .price .flex h3 {
      font-size: 20px;
  }
  #okinawa_bed-bugs .price_free p {
      font-size: 16px;
  }
  #okinawa_bed-bugs .price .flex .price_cover p {
      font-size: 26px;
  }
  #okinawa_bed-bugs .price p .sp_block{
      display: block;
  }
}
@media screen and (max-width:340px) {
  #okinawa_bed-bugs p {
      font-size: 13px;
  }
  #okinawa_bed-bugs .price{
      padding: 24px 0;
  }
  #okinawa_bed-bugs .price h2 {
      font-size: 17px;
  }
  #okinawa_bed-bugs h2 .b_blue {
      font-size: 20px;
  }
  #okinawa_bed-bugs .price .flex h3 {
      font-size: 18px;
  }
  #okinawa_bed-bugs .price_free {
      top: 60px;
  }
  #okinawa_bed-bugs .price_free p {
      font-size: 14px;
  }
  #okinawa_bed-bugs .price .flex .price_cover p {
      font-size: 16px;
    padding-top: 64px;
  }
  #okinawa_bed-bugs .price p .sp_block{
      display: block;
  }
}

/*最長90日間保証*/
#okinawa_bed-bugs .guarantee{
  text-align: center;
  margin: 0 auto;
  padding-bottom:40px;
  background: repeating-linear-gradient(-45deg, #bfd8d9, #bfd8d9 5px, #d2e8e9 5px, #d2e8e9 10px);
}
#okinawa_bed-bugs .guarantee .pc_none{
  display: none;		
}
#okinawa_bed-bugs .guarantee .flex{
  display:flex;
  justify-content: center;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .speech-bubble{
  width: 305px;
  height:305px;
}
#okinawa_bed-bugs .speech-bubble img{
  width: 100%;
  height:auto;
}
#okinawa_bed-bugs .speech-bubble p{
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  color: #0F1633;
}
#okinawa_bed-bugs .guarantee_90{
  width: calc( 980px - 305px );
}
#okinawa_bed-bugs .guarantee_90 img{
  width: 240px;
  height: auto;
}
#okinawa_bed-bugs .guarantee_90 p{
  color: #0F1633;
}
#okinawa_bed-bugs .rest-assured{
  display: flex;
  position: relative;
}
#okinawa_bed-bugs .rest-assured div:nth-child(1){
  position: relative;
  z-index: 1;
  top: 40px;
}
#okinawa_bed-bugs .rest-assured div:nth-child(2){
  position: relative;
  margin-top: -25px;
}
#okinawa_bed-bugs .rest-assured1{
  font-size: 48px;
  font-weight: bold;
  color: #0F1633;
  width: 115%;
  line-height: 1.4;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#okinawa_bed-bugs .rest-assured2{
  width: 130%;
  font-weight: bold;
  color: #0F1633;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#okinawa_bed-bugs .guarantee_b{
  background-color: #0F1633;
  background: linear-gradient(to top, #0F1633 0%, #192559 100%);
  border-radius: 10px;
}
#okinawa_bed-bugs .guarantee_b p{
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#okinawa_bed-bugs .guarantee_b p span{
  font-size: 200%;
  font-weight: bold;
}
#okinawa_bed-bugs .guarantee_add{
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .guarantee .flex{
    width: 767px;
  }
  #okinawa_bed-bugs .speech-bubble{
    background-size: 100%;
    width: 230px;
    height:230px;
    padding-top: 0;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: calc( 767px - 230px );
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 34px;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 16px;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
    top: 38px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 200px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width:768px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble{
    background-size: 100%;
    width: 181px;
    height:181px;
    padding-top: 0;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 24px;
    width: 135%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 16px;
    width: 120%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 12px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 170px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 29px;
    line-height: 1.2;
  }
  #okinawa_bed-bugs .guarantee_add {
    margin-top: 8px;
    font-size: 16px;
  }
}

@media screen and (max-width:620px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble {
      background-size: 100%;
      width: 130px;
      height: 130px;
      padding-top: 8px;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 20px;
    width: 150%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 12px;
    width: 190%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 34px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 150px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 23px;
    line-height: 1.2;
  }
  #okinawa_bed-bugs .guarantee_add {
      margin-top: 8px;
      font-size: 16px;
      text-align: left;
      width: 95%;
      padding-left: 2.5%;
      font-weight: 500;
  }
}

@media screen and (max-width:480px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble {
      background-size: 100%;
      width: 115px;
      height: 115px;
      padding-top: 8px;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .guarantee .pc_none{
    display: block;		
  }
  #okinawa_bed-bugs .guarantee .sp_none{
    display: none;		
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 16px;
    width: 115%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 10px;
    width: 168%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 18px;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(2) {
      position: relative;
      margin-top: -12px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 100px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 20px;
    line-height: 1.2;
  }
  #okinawa_bed-bugs .guarantee_add {
      margin-top: 8px;
      font-size: 14px;
      text-align: left;
      width: 95%;
      padding-left: 2.5%;
      font-weight: 500;
  }
}
	
@media screen and (max-width:400px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble {
      background-size: 100%;
      width: 100px;
      height: 100px;
      padding-top: 8px;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 15px;
    width: 130%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 10px;
    width: 170%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 18px;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(2) {
      position: relative;
      margin-top: -12px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 100px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 17px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .guarantee_add {
      margin-top: 8px;
      font-size: 14px;
      text-align: left;
      width: 95%;
      padding-left: 2.5%;
      font-weight: 500;
  }
}	

@media screen and (max-width:370px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble {
      background-size: 100%;
      width: 100px;
      height: 100px;
      padding-top: 12px;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 13px;
    width: 135%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 10px;
    width: 170%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 18px;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(2) {
      position: relative;
      margin-top: -12px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 110px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 17px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .guarantee_add {
      margin-top: 8px;
      font-size: 14px;
      text-align: left;
      width: 95%;
      padding-left: 2.5%;
      font-weight: 500;
  }
}
@media screen and (max-width:340px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble {
      background-size: 100%;
      width: 100px;
      height: 100px;
      padding-top: 12px;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 11px;
    width: 177%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 10px;
    width: 170%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 18px;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(2) {
      position: relative;
      margin-top: -12px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 110px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 13px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .guarantee_add {
    margin-top: 8px;
    font-size: 14px;
    text-align: left;
    width: 95%;
    padding-left: 2.5%;
    font-weight: 500;
  }
}

@media screen and (max-width:300px) {
  #okinawa_bed-bugs .guarantee {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .guarantee .flex{
    width: 95%;
  }
  #okinawa_bed-bugs .speech-bubble {
    background-size: 100%;
    width: 100px;
    height: 100px;
    padding-top: 12px;
  }
  #okinawa_bed-bugs .guarantee_90{
    width: 70%;
  }
  #okinawa_bed-bugs .speech-bubble p {
    font-size: 22px;
  }
  #okinawa_bed-bugs .pc_none{
    display: none;
  }
  #okinawa_bed-bugs .rest-assured1 {
    font-size: 11px;
    width: 270%;
  }
  #okinawa_bed-bugs .rest-assured2 {
    font-size: 10px;
    width: 360%;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(1) {
      top: 18px;
  }
  #okinawa_bed-bugs .rest-assured div:nth-child(2) {
      position: relative;
      margin-top: -12px;
  }
  #okinawa_bed-bugs .guarantee_90 img {
    width: 110px;
    height: auto;
  }
  #okinawa_bed-bugs .guarantee_b p {
    font-size: 13px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .guarantee_add {
    margin-top: 8px;
    font-size: 16px;
    text-align: left;
    width: 95%;
    padding-left: 2.5%;
    font-weight: 500;
  }
}

/*現地調査が必要です*/
#okinawa_bed-bugs .field-survey{
  background-image: url("../../lp_asset/limages/wbp/okinawa_field-survey_bg.webp");
  background-repeat: no-repeat;
  background-size: 1920px;
}
#okinawa_bed-bugs .field-survey_inr{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
#okinawa_bed-bugs .field-survey_img{
  position: relative;
  top: -10px;
}
#okinawa_bed-bugs .field-survey_img img{
  width: 245px;
  height:auto;
}
#okinawa_bed-bugs .field-survey_txt{
  padding-top: 40px;
  padding-left: 20px;
}
#okinawa_bed-bugs .field-survey h2{
  font-size: 32px;
  font-weight: bold;
  line-height:1.3;
  color: #0F1633;
  text-align: left;
  padding-bottom:20px;
}
#okinawa_bed-bugs .field-survey .vertical{
  font-size: 22px;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: solid 3px #000;
  padding: 20px 10px;
  margin-right: 20px;
}
#okinawa_bed-bugs .field-survey_txt div{
  display: flex;
}
#okinawa_bed-bugs .field-survey_txt div ul{
  text-align: left;
}
#okinawa_bed-bugs .field-survey_txt div li{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0F1633;
}
#okinawa_bed-bugs .field-survey_txt p{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
#okinawa_bed-bugs .field-survey_txt .field-survey_txt_b{
  font-weight: bold;
  color: #004e9c;
}
#okinawa_bed-bugs .field-survey_txt .circle{
  display: inline-block;
  background: #004e9c;
  border-radius: 50%;
  font-weight: bold;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  line-height: 1.5;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .field-survey_inr {
    width: 767px;
  }
  #okinawa_bed-bugs .field-survey_img img {
    width: 230px;
    height: auto;
  }
  #okinawa_bed-bugs .field-survey h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .field-survey_txt .circle {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  #okinawa_bed-bugs .field-survey .vertical {
    font-size: 20px;
    padding: 0 10px;
  }
  #okinawa_bed-bugs .field-survey_txt div li {
    font-size: 20px;
  }
  #okinawa_bed-bugs .field-survey_txt {
      padding-top: 28px;
  }
}	
	
/*cta*/
#okinawa_bed-bugs .cta{
  width:100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
#okinawa_bed-bugs .cta .cta_gradation{
  background: linear-gradient(to top, #3ca9cb 0%, #1b89e2 100%);	
}
#okinawa_bed-bugs .cta h2{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height:2.4;
}
#okinawa_bed-bugs .cta h2 span{
  font-weight: bold;
}
#okinawa_bed-bugs .cta_1 h2{
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height:2;
}
#okinawa_bed-bugs .cta .cta_inr{
  background-image: url("../../lp_asset/limages/wbp/okinawa_cta_bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
#okinawa_bed-bugs .cta h3{
  font-size: 28px;
  font-weight: bold;
  color: #0F1633;
  text-align: center;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#okinawa_bed-bugs .cta .cta_tel{
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .cta .cta_tel img{
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .cta .cta_inr .mail_line{
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  text-align: center;
  margin: 20px auto 0;
}
#okinawa_bed-bugs .cta .cta_inr .mail_line{
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0;
}
#okinawa_bed-bugs .cta .cta_inr .mail,#okinawa_bed-bugs .cta .cta_inr .line{
  width: 48%;
}
#okinawa_bed-bugs .cta .cta_inr .mail img,#okinawa_bed-bugs .cta .cta_inr .line img{
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .cta .cta_inr .cta_wave{
  margin-top: -40px;
}
#okinawa_bed-bugs .cta .cta_inr .cta_wave img{
  width: 100%;
  height: auto;
}
@media screen and (max-width:1600px) {
  #okinawa_bed-bugs .cta .cta_inr .cta_wave{
    margin-top: -20px;
  }
}
@media screen and (max-width:1400px) {
  #okinawa_bed-bugs .cta .cta_inr .cta_wave{
    margin-top: -10px;
  }
}
@media screen and (max-width:1200px) {
  #okinawa_bed-bugs .cta .cta_inr .cta_wave{
    margin-top: 0;
  }
}
@media screen and (max-width:1000px) {
  #okinawa_bed-bugs .cta .cta_inr .cta_wave{
    margin-top: 10px;
  }
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .cta h2{
    font-size: 24px;
    line-height:2.4;
  }
  #okinawa_bed-bugs .cta_1 h2{
    font-size: 30px;
  }
  #okinawa_bed-bugs .cta h3{
    font-size: 26px;
  }
  #okinawa_bed-bugs .cta .cta_tel{
    max-width: 680px;
  }
  #okinawa_bed-bugs .cta .cta_inr .mail_line{
    max-width: 680px;
  }
  #okinawa_bed-bugs .cta .cta_inr .cta_wave{
    margin-top: 20px;
  }
}

/*対応エリア*/
#okinawa_bed-bugs .area{
  width:100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#okinawa_bed-bugs .area h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
}
#okinawa_bed-bugs .area h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
#okinawa_bed-bugs .area p{
  font-size: 22px;
  line-height: 2.5;
  color: #0F1633;
}
#okinawa_bed-bugs .area picture{
  display: inline-block;
  position: absolute;
  top: 0;
  right:0;
  z-index: -1;
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .area p {
      font-size: 18px;
  }
}

@media screen and (max-width:480px) {
  #okinawa_bed-bugs .area picture img {
      width:90%;
      height:auto;
  }
}
	
/*こんなお悩みありませんか？*/
#okinawa_bed-bugs .nayami{
  width: 100%;
  background-color: #ececec;
  text-align: center;
  /* margin: 180px auto 0; */
  padding: 40px 0 40px;
  overflow-x: hidden;
}
#okinawa_bed-bugs .nayami_inr{
  max-width: 980px;
  background-color: #fff;
}
#okinawa_bed-bugs .nayami img{
  max-width: 980px;
  width: 96%;
  padding: 0 2%;
  height:auto;
}
#okinawa_bed-bugs .damage_pc_none{
  display:none;
}
#okinawa_bed-bugs .triangle {
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 840px;
}
#okinawa_bed-bugs .triangle:after {
  content: "";
  position: absolute;
  width: 840px;
  right: 0;
  left: 0;
  margin: 0 auto;
  box-sizing: border-box;
  border-right: 420px solid transparent;
  border-left: 420px solid transparent;
  border-top: 100px solid #fff;
}
#okinawa_bed-bugs .nayami_inr h2{
  position: relative;
  top:-50px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .nayami_inr h2 img{
  width: 100%;
  height: auto;
}
#okinawa_bed-bugs .nayami_inr ul{
  position: relative;
  top: -30px;
}
#okinawa_bed-bugs .nayami_inr li{
  font-size: 20px;
  line-height:1.8;
  padding:5px 0 5px 80px;
  text-align: left;
}
#okinawa_bed-bugs .nayami_inr li:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../lp_asset/limages/wbp/okinawa_check.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right:5px;
}
#okinawa_bed-bugs .nayami_inr li span{
  font-size: 24px;
  font-weight: bold;
/*  color: #004e9c;*/
  background:linear-gradient(transparent 60%, #93bef5 60%);
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .triangle {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 740px;
  }
  #okinawa_bed-bugs .triangle:after {
    content: "";
    position: absolute;
    width: 740px;
    right: 0;
    left: 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-right: 370px solid transparent;
    border-left: 370px solid transparent;
    border-top: 100px solid #fff;
  }
  #okinawa_bed-bugs .nayami_inr li {
      padding: 5px 0 5px 40px;
  }
}
@media screen and (max-width:768px) {
  #okinawa_bed-bugs .damage_pc_none{
    display:block;
  }
  #okinawa_bed-bugs .damage_sp_none{
    display:none;
  }
}

/*こんな被害に繋がるかも*/
#okinawa_bed-bugs .damage{
  text-align: center;
  margin: -40px auto 0;
  background-color: #fff4e3;
  padding-top: 80px;
}
#okinawa_bed-bugs .damage_inr{
  text-align: center;
  margin: 0 auto;
  max-width: 980px;
}
#okinawa_bed-bugs .damage h2{
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  padding-bottom:40px;
  line-height: 1.5;
}
#okinawa_bed-bugs .damage h2 span.yl{
  font-size: 38px;
  font-weight: 900;
  color: #ffea45;
  text-shadow:1px 1px 0 #191919, -1px -1px 0 #191919,
              -1px 1px 0 #191919, 1px -1px 0 #191919,
              0px 1px 0 #191919,  0 -1px 0 #191919,
              -1px 0 0 #191919, 1px 0 0 #191919;
}
#okinawa_bed-bugs .damage h2 span {
  font-weight: bold;
}
#okinawa_bed-bugs .damage h2 span.damage-title-sub {
  font-size: 70%;
}
#okinawa_bed-bugs .damage h2 span.damage-title-yl {
  font-size: 110%;
  color: #ffea45;
  text-shadow: 1px 1px 0 #191919, -1px -1px 0 #191919, -1px 1px 0 #191919, 1px -1px 0 #191919, 0px 1px 0 #191919, 0 -1px 0 #191919, -1px 0 0 #191919, 1px 0 0 #191919;
}
#okinawa_bed-bugs .damage .damage_list{
  width: 100%;
  padding-bottom: 80px;
}
#okinawa_bed-bugs .damage .damage_list .damage_txt{
  width: 100%;
  text-align: left;
}
#okinawa_bed-bugs .damage .damage_list .damage_number{
  font-size: 82px;
  /*display: block;*/
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#okinawa_bed-bugs .number_inr{
  font-weight: bold;
  color: #ffea45;
  text-shadow:1px 1px 0 #191919, -1px -1px 0 #191919,
              -1px 1px 0 #191919, 1px -1px 0 #191919,
              0px 1px 0 #191919,  0 -1px 0 #191919,
              -1px 0 0 #191919, 1px 0 0 #191919;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#okinawa_bed-bugs .damage .damage_list h3{
  text-align: left;
  margin-bottom: 20px;
}
#okinawa_bed-bugs .damage .damage_list .damage_ttl{
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffc56c 60%);
  vertical-align: text-bottom;
  letter-spacing: normal;
}
#okinawa_bed-bugs .damage .damage_list .damage_txt p{
  font-size: 18px;
  text-shadow:1px 1px 0 #fff4e3, -1px -1px 0 #fff4e3,
              -1px 1px 0 #fff4e3, 1px -1px 0 #fff4e3,
              0px 1px 0 #fff4e3,  0 -1px 0 #fff4e3,
              -1px 0 0 #fff4e3, 1px 0 0 #fff4e3;
}
#okinawa_bed-bugs .damage .damage_list:nth-child(2) .damage_txt p,#okinawa_bed-bugs .damage .damage_list:nth-child(4) .damage_txt p{
  text-align: left;
}
#okinawa_bed-bugs .damage .damage_list .damage_img{
  float: right;
  width: 40%;
}
#okinawa_bed-bugs .damage .damage_list .damage_img img{
  width: 85%;
  height: auto;
}
#okinawa_bed-bugs .damage .damage_inr .damage_conclusion_wrap{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(1){
  font-size: 38px;
  font-weight: bold;
  transform: rotate(-2deg);
  text-align: left;
}
#okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(2){
  font-size: 42px;
  font-weight: bold;
  transform: rotate(-2deg);
  text-align: right;
}
#okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 44px;
  background-image: url("../../lp_asset/limages/wbp/okinawa_danger_icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right:5px; 
  margin-bottom:8px;
}
#okinawa_bed-bugs .damage .damage_inr .damage_conclusion{ 
  background-image: url("../../lp_asset/limages/wbp/okinawa_damage_conclusion_bg.webp");
  background-size: 68%;
  background-repeat: no-repeat;
  text-align: left;
  margin-top:-80px;
}
#okinawa_bed-bugs .damage .damage_inr .damage_conclusion p{
  width: 69%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 80px 0 100px;
  line-height: 1.3;
}
#okinawa_bed-bugs .damage .damage_inr .damage_conclusion p span{
  font-size: 48px;
  font-weight: bold;
  color: #d53540;
}
#okinawa_bed-bugs .damage .damage_inr .damage_conclusion_img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 310px;
}
#okinawa_bed-bugs .damage .damage_inr .damage_conclusion_img img{
  width: 100%;
  height:auto;
}
#okinawa_bed-bugs .damage_conclusion_image{
  max-width:736px;
  width:100%;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 0;
}
#okinawa_bed-bugs .damage_conclusion_image img{
  width:100%;
  height:auto;
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .damage_inr {
    width: 95%;
  }
  #okinawa_bed-bugs .damage h2 {
      font-size: 34px;
  }
  #okinawa_bed-bugs .damage .damage_list {
      padding-bottom: 48px;
  }
  #okinawa_bed-bugs .damage .damage_list .damage_img{
    width: 50%;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion_img {
    width: 230px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion {
    margin-top: -42px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion p {
      width: 70%;
      font-size: 26px;
      padding: 66px 0 50px 0;
      line-height: 1.3;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion p span {
      font-size: 36px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(1){
    font-size: 36px;
    transform: rotate(-4deg);
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(2){
    font-size: 40px;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .damage_inr {
    width: 95%;
  }
  #okinawa_bed-bugs .damage h2 {
      font-size: 34px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion_img {
    width: 230px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion {
    margin-top: -42px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion p {
      width: 70%;
      font-size: 26px;
      padding: 66px 0 50px 0;
      line-height: 1.3;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion p span {
      font-size: 36px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(1){
    font-size: 36px;
    transform: rotate(-4deg);
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(2){
    font-size: 40px;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width:480px) {
  #okinawa_bed-bugs .damage {
      text-align: center;
      margin: -40px auto 0;
      background-color: #fff4e3;
    padding: 60px 0 0;
  }
  #okinawa_bed-bugs .damage .damage_list .damage_img img{
    width: 100%;
    height: auto;
  }
  #okinawa_bed-bugs .damage_conclusion_image {
    padding: 25px 0 0;
  }
}

/*リサーチ*/
#okinawa_bed-bugs .research{
  max-width: 980px;
  width:95%;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .research h2{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 20px;
  padding-bottom: 40px;
}
#okinawa_bed-bugs .research p{
  font-size: 21px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .correspondence_img {
    width: 95%;
    text-align: center;
    margin: 0 auto;
  }
  #okinawa_bed-bugs .research p {
    font-size: 18px;
    width: 95%;
  }
}

/*メディア*/
#okinawa_bed-bugs .media{
  width: 100%;
  /* background-color: #fff4e3; */
  padding-bottom: 60px;
}
#okinawa_bed-bugs .media_inr{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .media h2{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 40px;
  padding-bottom: 40px;
}
#okinawa_bed-bugs .sub_orange{
  font-size: 24px;
  font-weight: bold;
  color:#ffc900;
}
#okinawa_bed-bugs .media picture img{
  width: 100%;
  max-width: 880px;
  height: auto;
}
#okinawa_bed-bugs .media p{
  font-size: 21px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 40px;
}
#okinawa_bed-bugs .media a{
  width: 450px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .youtube_btn{
  background: #fff;
  width: 450px;
  text-align: center;
  margin: 0 auto;
  border-radius: 15px;
  padding: 20px;
}
#okinawa_bed-bugs .youtube_btn h3{
  font-weight: bold;
  font-size: 28px;
}
#okinawa_bed-bugs .youtube_btn h4{
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#okinawa_bed-bugs .youtube_btn h4 span{
  color: #c20d23;
  font-weight: bold;
}
#okinawa_bed-bugs .youtube_click{
  display: block;
  width: 500px;
  margin: -40px auto 0; 
  text-align: right;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .media_inr {
      width:95%;
  }
  #okinawa_bed-bugs .youtube{
    flex-wrap: wrap;
  }
  #okinawa_bed-bugs .media p {
      font-size: 18px;
  }
  }
  @media screen and (max-width:480px) {
  #okinawa_bed-bugs .sub_orange {
      font-size: 16px;
  }
  #okinawa_bed-bugs .media {
      padding-bottom: 0;
  }
}

/*所属・資格等*/
#okinawa_bed-bugs .professional h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
  text-align: center;
  margin: 40px auto 0;
}
#okinawa_bed-bugs .professional_inr{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .professional h3{
  font-size:72px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}
#okinawa_bed-bugs .professional .number_inr	{
  vertical-align: middle;
}
#okinawa_bed-bugs .professional_ttl{
  font-size: 38px;
  font-weight:bold;
  vertical-align: middle;
  padding-left: 8px;
  background: linear-gradient(transparent 60%, #c2eefa 60%);
}
#okinawa_bed-bugs .professional p{
  text-align: left;
  font-size: 20px;
}
#okinawa_bed-bugs .professional_inr div:nth-child(2) ul,#okinawa_bed-bugs .professional_inr div:nth-child(3) ul{
  display: flex;
  justify-content: space-between;
}
#okinawa_bed-bugs .professional_inr div:nth-child(1){
  text-align: left;
}
#okinawa_bed-bugs .professional_inr div:nth-child(1) ul{
  width: 800px;
  text-align: center;
  margin: 10px auto 30px;
}
#okinawa_bed-bugs .professional_inr div:nth-child(1) ul li{
  line-height: 2;
  font-size: 18px;
  text-align: left;
}
#okinawa_bed-bugs .professional_inr div:nth-child(2) ul{
  margin: 40px 0 48px;
}
#okinawa_bed-bugs .professional_inr div:nth-child(2) ul li:nth-child(2){
  padding-top:40px;
}
#okinawa_bed-bugs .professional_inr div:nth-child(3){
  padding-bottom: 48px;
}
#okinawa_bed-bugs .professional_inr div:nth-child(3) ul li{
  width: 50%;
}
#okinawa_bed-bugs .professional_inr div:nth-child(3) ul li p{
  font-size: 11px;
  max-width: 310px;
  text-align: center;
  margin: 10px auto 0;
}
#okinawa_bed-bugs .professional_inr div:nth-child(3) h4{
  font-size: 28px;
  padding-bottom:20px;
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .professional h2 {
      font-size: 30px;
  }
  #okinawa_bed-bugs .professional_inr {
      width:95%;
  }
  #okinawa_bed-bugs .professional_ttl {
      font-size: 28px;
  }
  #okinawa_bed-bugs .professional p {
      font-size: 18px;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(1) ul {
      width: 95%;
      text-align: center;
      margin: 10px auto 30px;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(1) ul li:nth-child(1) {
      /* font-size: 30px; */
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(2) ul {
      width: 95%;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(2) ul li{
      width: 30%;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(2) ul li img{
      width: 100%;
    height: auto;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(3) h4{
    font-size: 24px;
  }
}
/*お客様の声*/
#okinawa_bed-bugs .voice{
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center; 
}
#okinawa_bed-bugs .voice_inr{
  padding-bottom:80px;
}
#okinawa_bed-bugs .voice h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.2em;
}
#okinawa_bed-bugs .voice h2 .sub_blue{
  letter-spacing: 0.01em;
}
/*アンケートのスライド*/	
#okinawa_bed-bugs .slider {
  margin: 0 auto;
  max-width: 980px;
  width: 98%;
}
#okinawa_bed-bugs .slider-img {
  margin: 0 5px;
}
#okinawa_bed-bugs .slider-img img {
  height: auto;
  width: 100%;
}
#okinawa_bed-bugs .voice p{
  font-size: 14px;
  padding: 20px;
  border: solid 2px #e61147;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1.4;
  margin: 10px 0;
  text-align: left;
}
#okinawa_bed-bugs .voice p span{
  font-size: 20px;
  font-weight: bold;
  color: #e61147;
  letter-spacing: 0.01em;
}
/*30秒でわかる*/
#okinawa_bed-bugs .ecology{
  width: 100%;
  text-align: center;
  margin: 40px 0 70px;
}
#okinawa_bed-bugs .ecology .ecology_inr{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .ecology h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
}
#okinawa_bed-bugs .ecology h2 img{
  max-width: 350px;
  height:auto;
  padding-bottom: 8px;
}
#okinawa_bed-bugs .ecology p{
  font-size: 20px;
  text-align: left;
  padding-bottom:24px;
}
#okinawa_bed-bugs .ecology p span{
  color:#d71433;
}
#okinawa_bed-bugs .ecology .table_wrap .scroll{
  display: none;
}
#okinawa_bed-bugs .ecology table{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  border-collapse:separate;
  border-spacing: 0;
}
#okinawa_bed-bugs .ecology table th:first-child{
  border-radius: 5px 0 0 0;
}

#okinawa_bed-bugs .ecology table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
#okinawa_bed-bugs .ecology table th{
  text-align: center;
  color:white;
  background:linear-gradient(#3ca9cb,#1b89e2);
  border-left: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 12%;
  padding: 10px 0;
  vertical-align: middle;
}
#okinawa_bed-bugs .ecology table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 22%;
  padding: 20px 10px;
  vertical-align: middle;
  line-height: 1.2;
}
#okinawa_bed-bugs .ecology table td:last-child{
  border-right: 1px solid #a8b7c5;
}
#okinawa_bed-bugs .ecology table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#okinawa_bed-bugs .ecology table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#okinawa_bed-bugs .ecology table tr:nth-child(2) td:nth-child(4),#okinawa_bed-bugs .ecology table tr:nth-child(3) td:nth-child(4),#okinawa_bed-bugs .ecology table tr:nth-child(4) td:nth-child(4){
  text-align: left;
}
@media screen and (max-width:980px) {
  #okinawa_bed-bugs .ecology p{
    font-size: 18px;
  }
  #okinawa_bed-bugs .ecology .table_wrap .scroll{
    display: block;
  }
  #okinawa_bed-bugs .ecology .table_wrap{
    overflow-x: scroll;
    width: 100%;
  }
  #okinawa_bed-bugs .ecology table{
    width: 980px;
  }
  #okinawa_bed-bugs .ecology .ecology_inr {
    width: 95%;
  }
}
/*駆除の流れ*/
#okinawa_bed-bugs .flow{
  width: 100%;
  background-color: #fff4e3;
  padding-bottom: 60px;
}
#okinawa_bed-bugs .flow_inr{
  width: 750px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .flow h2{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
#okinawa_bed-bugs .flow li{
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom:20px;
  position: relative;
}
#okinawa_bed-bugs .flow li:nth-child(1),#okinawa_bed-bugs .flow li:nth-child(5),#okinawa_bed-bugs .flow li:nth-child(8){
  border: solid 2px #60d8b5;
}
#okinawa_bed-bugs .flow li:nth-child(2),#okinawa_bed-bugs .flow li:nth-child(6){
  border: solid 2px #30c2c6;
}
#okinawa_bed-bugs .flow li:nth-child(3),#okinawa_bed-bugs .flow li:nth-child(7){
  border: solid 2px #289cea;
}
#okinawa_bed-bugs .flow li:nth-child(4),#okinawa_bed-bugs .flow li:nth-child(8){
  border: solid 2px #ffa910;
  background-color: #ffeccf;
}
#okinawa_bed-bugs .flow li:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #60d8b5 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#okinawa_bed-bugs .flow li:nth-child(8):after{
  content: none;
}
#okinawa_bed-bugs .flow li:nth-child(2):after,#okinawa_bed-bugs .flow li:nth-child(6):after{
  border-color: #30c2c6 transparent transparent transparent;
}
#okinawa_bed-bugs .flow li:nth-child(3):after,#okinawa_bed-bugs .flow li:nth-child(7):after{
  border-color: #289cea transparent transparent transparent;
}
#okinawa_bed-bugs .flow li:nth-child(4):after{
  border-color: #ffa910 transparent transparent transparent;
}
#okinawa_bed-bugs .step_circle{
  display: inline-block;
  border-radius: 50%;
  font-weight: bold;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#okinawa_bed-bugs .circle_1{
  background: #60d8b5;
}
#okinawa_bed-bugs .circle_2{
  background: #30c2c6;
}
#okinawa_bed-bugs .circle_3{
  background: #289cea;
}
#okinawa_bed-bugs .flow h3{
  vertical-align: middle;
  font-size: 24px;
  text-align: left;
  padding-left: 60px;
}
#okinawa_bed-bugs .flow li:nth-child(4) h3,#okinawa_bed-bugs .flow li:nth-child(8) h3{
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
#okinawa_bed-bugs .flow .step{
  font-weight: bold;
  font-size:20px;
  padding-right:4px;
}
#okinawa_bed-bugs .flow .step1{
  color: #60d8b5;
}
#okinawa_bed-bugs .flow .step2{
  color: #30c2c6;
}
#okinawa_bed-bugs .flow .step3{
  color: #289cea;
}
#okinawa_bed-bugs .flow .flow_txt{
  padding-left:12px;
}
#okinawa_bed-bugs .flow li:nth-child(4) h3,#okinawa_bed-bugs .flow li:nth-child(8) h3{
  font-size: 28px;
  font-weight: bold;
}
#okinawa_bed-bugs .flow .flex{
  display: flex;
  justify-content: center;
}	
#okinawa_bed-bugs .flow .flex h4{
  background-color: #004e9c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px;
  font-size:28px;
  color: #fff;
  margin-top: 20px;
}
#okinawa_bed-bugs .flow li:nth-child(8){
  padding-bottom: 25px;
}
#okinawa_bed-bugs .flow li:nth-child(8) p{
  font-size:18px;
  text-align:left;
  padding: 10px 20px;
}
#okinawa_bed-bugs .flow li:nth-child(8) h5{
  font-size: 28px;
  font-weight: bold;
  color: #004e9c;
  /* margin-bottom:16px; */
}
#okinawa_bed-bugs .flow li:nth-child(8) h5 span{
  font-size: 80%;
}
#okinawa_bed-bugs .flow .saihatsu_tenken{
  background-color: #fff;
  margin-left: 10px;
  padding:20px 0;
}
#okinawa_bed-bugs .flow .saihatsu_tenken p{
  color: #004e9c;
  font-weight: bold;
  font-size:24px !important;
  padding: 0 16px !important;
}
#okinawa_bed-bugs .flow .saihatsu_tenken p span{
  font-size: 150%;
}
#okinawa_bed-bugs .flow .saihatsu_tenken .flex2 div{
  /* padding-top: 10px; */
}
#okinawa_bed-bugs .flow .saihatsu_tenken .flex2 h6{
  font-size:20px;
}
#okinawa_bed-bugs .flow .saihatsu_tenken .flex2 div:first-child{
  /* border-right: solid 1px #ffa910; */
}
#okinawa_bed-bugs .flow li:nth-child(4) h3,#okinawa_bed-bugs .flow li:nth-child(8) h3{
  font-size: 28px;
  font-weight: bold;
}
#okinawa_bed-bugs .flow li:nth-child(4) h3{
  color: #d71433;
}
#okinawa_bed-bugs .flow .flex{
  display: flex;
  justify-content: center;
}	
#okinawa_bed-bugs .flow .flex h4{
  background-color: #004e9c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px;
  font-size:28px;
  color: #fff;
  margin-top: 20px;
}
#okinawa_bed-bugs .flow li:nth-child(8){
  padding-bottom: 25px;
}
#okinawa_bed-bugs .flow li:nth-child(8) p{
  font-size:18px;
  text-align:left;
  padding: 10px 20px;
}
#okinawa_bed-bugs .flow li:nth-child(8) h5{
  font-size: 28px;
  font-weight: bold;
  color: #004e9c;
  /* margin-bottom:16px; */
}
#okinawa_bed-bugs .flow li:nth-child(8) h5 span{
  font-size: 80%;
}
#okinawa_bed-bugs .flow .saihatsu_tenken{
  background-color: #fff;
  margin-left: 10px;
  padding:20px 0;
  border-radius: 5px;
}
#okinawa_bed-bugs .flow .saihatsu_tenken p{
  color: #004e9c;
  font-weight: bold;
  font-size:24px !important;
  padding: 0 16px !important;
}
#okinawa_bed-bugs .flow .saihatsu_tenken p span{
  font-size: 150%;
}
#okinawa_bed-bugs .flow .saihatsu_tenken .flex2 div{
  /* padding-top: 10px; */
}
#okinawa_bed-bugs .flow .saihatsu_tenken .flex2 h6{
  font-size:20px;
}
#okinawa_bed-bugs .flow .saihatsu_tenken .flex2 div:first-child{
  /* border-right: solid 1px #ffa910; */
}
#okinawa_bed-bugs .flow .flow_sp{
  display: none;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .flow_inr {
    max-width: 730px;
    width: 95%;
  }
  #okinawa_bed-bugs .flow_inr .flex img{
    width: 98%;
    height: auto;
  }
}
@media screen and (max-width:700px) {
  #okinawa_bed-bugs .flow .flow_sp{
    display: block;
    width: 98%;
    text-align:center;
    margin:0 auto;
    padding-top:10px;
  }
  #okinawa_bed-bugs .flow .flow_sp img{
    width: 100%;
    height: auto;
  }
  #okinawa_bed-bugs .flow .flow_pc{
    display: none;
  }
}

@media screen and (max-width:480px) {
  #okinawa_bed-bugs .flow {
      padding-bottom: 20px;
  }
}

/*cta2*/
#okinawa_bed-bugs .cta .cta_gradation_2 h2{
  line-height:1.4;
  padding: 16px 0;
}

/*施工方法*/
#okinawa_bed-bugs .method h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  text-align: center;
  padding-bottom: 34px;
  margin: 0 auto;
}
#okinawa_bed-bugs .method_inr{
  max-width: 980px;
  text-align:center;
  margin: 0 auto;
}
#okinawa_bed-bugs .method_inr p{
  text-align:left;
  font-size: 20px;
  padding-bottom: 24px;
}
#okinawa_bed-bugs .method h3 {
  font-size: 72px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}
#okinawa_bed-bugs .method .flex {
  display:flex;
  justify-content: center;
  margin-bottom:32px;
}
#okinawa_bed-bugs .method .flex p{
  text-align: left;
  font-size: 18px;
  padding: 0 10px;
}
#okinawa_bed-bugs .method .flex picture.method_img{
  display: block;
  margin-top: -40px;
}
#okinawa_bed-bugs .method .flex picture img{
  max-width: 350px;
  height:auto;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .method h2 {
    font-size: 25px;
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .method_inr {
      width:95%;
  }
  #okinawa_bed-bugs .method .flex p {
      font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  #okinawa_bed-bugs .method .method_inr div:nth-child(odd) .flex{
      margin-bottom: 32px;
      flex-direction: column;
  }
  #okinawa_bed-bugs .method .method_inr div:nth-child(even) .flex{
      margin-bottom: 32px;
      flex-direction: column-reverse;
  }
}

@media screen and (max-width:768px) {
  #okinawa_bed-bugs .method h3 {
      font-size: 42px;
      padding-bottom: 8px;
  }
  #okinawa_bed-bugs .professional_ttl {
      font-size: 18px;
  }
}


/*お問い合わせ*/
#okinawa_bed-bugs .contact{
  padding-top: 40px;	
}
#okinawa_bed-bugs .contact h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
  text-align: center;
}
#okinawa_bed-bugs .form__wrapper {
  margin: 0px auto;
  width: 100%;
  max-width: 980px;
}
#okinawa_bed-bugs .form_txt {
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
}	
#okinawa_bed-bugs .form__inner {
  margin: 0 auto;
  width: calc(100% - 10px);
  max-width: 980px;
  background-color: #fff;
  border: solid 5px #cdf0ff;
  border-radius: 10px;
}
#okinawa_bed-bugs .form__contents {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  max-width: 760px;
}
#okinawa_bed-bugs .form__item {
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  color: #333;
}
#okinawa_bed-bugs .required {
  font-size: 14px;
  font-weight: normal;
  background-color: #fd7e00;
  margin: 0 0 0 10px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  vertical-align: baseline;
}
#okinawa_bed-bugs .form__field {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: YuGothic,'Yu Gothic','Osaka','Yu Gothic UI','ãƒ¡ã‚¤ãƒªã‚ª', Meiryo,'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯','Hiragino Sans',sans-serif;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #333;
}
#okinawa_bed-bugs .form__choices {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: YuGothic,'Yu Gothic','Osaka','Yu Gothic UI','ãƒ¡ã‚¤ãƒªã‚ª', Meiryo,'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯','Hiragino Sans',sans-serif;
  border: none;
  border-bottom: 1px solid #333;
  background-color: #fff;
}
#okinawa_bed-bugs .form__fieldBig {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 18px;
  padding: 10px 10px 100px 10px;
  border: none;
  background-color: #fff;
  border: 1px solid #333;
  outline: 0;
}
#okinawa_bed-bugs .form__button {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: YuGothic,'Yu Gothic','Osaka','Yu Gothic UI','ãƒ¡ã‚¤ãƒªã‚ª', Meiryo,'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯','Hiragino Sans',sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to top, #fc664e 0%, #f38c29 100%);
  outline: 0;
  border-radius: 10px;
}
#okinawa_bed-bugs .form__note {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  color: #df0615;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .form__inner {
    width: 95%;
  }
}

@media screen and (max-width:480px) {
  #okinawa_bed-bugs .form__note {
      font-size: 10px;
  }
}

/*運営グループ*/
#okinawa_bed-bugs .group{
  background-image: url("../../lp_asset/limages/wbp/okinawa_company_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 180px;
}

/*会社概要*/
#okinawa_bed-bugs .company h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
  text-align: center;
}

/*よくある質問*/
#okinawa_bed-bugs .qa{
  width: 100%;
  /* background-color: #fff4e3; */
  padding-bottom: 60px;
}
#okinawa_bed-bugs .media_inr{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .qa h2{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
#okinawa_bed-bugs .qa_inr{
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#okinawa_bed-bugs .cp_qa{
  text-align: left;
}
#okinawa_bed-bugs .cp_qa *,#okinawa_bed-bugs .cp_qa *:after,#okinawa_bed-bugs .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#okinawa_bed-bugs .cp_qa .cp_actab {
	position: relative;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
#okinawa_bed-bugs .cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
#okinawa_bed-bugs .cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #fff;
    font-size: 20px;
}
#okinawa_bed-bugs .cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -1.3em;
	padding-right: 0.5em;
	content: 'Q';
	color: #ffa910;
}

/* 答え */
#okinawa_bed-bugs .cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
#okinawa_bed-bugs .cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	color: #999;
}
#okinawa_bed-bugs .cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
  font-size: 18px;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
#okinawa_bed-bugs .cp_qa .cp_actab .cp_actab-content {
	max-height: 40em;
	background: #f7f7f7;
	border: 10px solid #fff;
}

@media screen and (max-width:980px) {
  #okinawa_bed-bugs .qa_inr {
    width: 95%;
  }
  #okinawa_bed-bugs .form__contents {
    margin: 0 auto;
    padding: 50px 0;
    width: 90%;
    max-width: 760px;
  }
}

/*運営グループ*/
#okinawa_bed-bugs .group .group_inr{
  max-width:980px;
  width: 90%;
  text-align: center;
  margin:0 auto;
  padding-top: 80px;
}
#okinawa_bed-bugs .group .group_inr{
  max-width:980px;
  width: 90%;
  text-align: center;
  margin:0 auto;
}
#okinawa_bed-bugs .group .group_inr h2{
  font-size: 24px;
  padding: 16px 0;
  background-color: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
#okinawa_bed-bugs .group .group_inr h3{
  font-size: 22px;
  padding: 28px 0 0;
  color: #004e9c;
  font-weight: bold;
}
#okinawa_bed-bugs .group .group_inr p{
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
}
#okinawa_bed-bugs .group .group_inr p span{
  display: block;
  text-align: right;
  font-size: 18px;
}
#okinawa_bed-bugs{
  width:100%;
  overflow-x: hidden;
}
@media screen and (max-width:600px) {
  #okinawa_bed-bugs .group {
      padding-top: 0px;
      margin-top: 20px;
  }
  #okinawa_bed-bugs .group .group_inr h2 {
      font-size: 18px;
      padding: 12px 0;
  }
  #okinawa_bed-bugs .group .group_inr h3 {
      font-size: 18px;
  }
  #okinawa_bed-bugs .group .group_inr p {
      font-size: 16px;
  }
  #okinawa_bed-bugs .group .group_inr p span {
      font-size: 16px;
  }
  #okinawa_bed-bugs .company h2 {
      font-size: 24px;
    padding-bottom: 8px;
  }
  #okinawa_bed-bugs .company .company_inr th {
      width: 40%;	
      font-size: 12px;
      padding: 16px 10px 16px 0;
  }
  #okinawa_bed-bugs .company .company_inr td {
      width: 60%;
      font-size: 12px;
      padding: 16px 0;
  }
}
@media screen and (max-width: 480px){
  #okinawa_bed-bugs .group .group_inr h2 {
      font-size: 16px;
      padding: 12px 0;
  }
  #okinawa_bed-bugs .group .group_inr h3 {
      font-size: 16px;
  }
  #okinawa_bed-bugs .group .group_inr p {
      font-size: 14px;
  }
  #okinawa_bed-bugs .group .group_inr p span {
      font-size: 14px;
  }
  #okinawa_bed-bugs footer a, #okinawa_bed-bugs footer p {
      font-size: 12px;
  }
  #okinawa_bed-bugs .company {
      padding: 20px 0;
  }
  #okinawa_bed-bugs .company table {
      border-collapse: collapse;
      border-spacing: 0;
      text-align: center;
      margin: 0 auto;
  }
  #okinawa_bed-bugs .company .company_inr th {
      font-size: 16px;
      padding: 16px 0 0 0;
  }
  #okinawa_bed-bugs .company .company_inr td {
      font-size: 13px;
  }
  #okinawa_bed-bugs .company .company_inr table th,
  #okinawa_bed-bugs .company .company_inr table td{
    width:100%;
    display:block;
    text-align: center;
    margin: 0 auto;
  }
}
#okinawa_bed-bugs{
 width:100%;
 overflow-x: hidden;
}

@media screen and (max-width:767px) {
  #okinawa_bed-bugs{
    width: 100%;
  }
  #okinawa_bed-bugs .field-survey_inr {
      width: 100%;
  }
  #okinawa_bed-bugs .field-survey_img img {
      width: 150px;
      height: auto;
  }
  #okinawa_bed-bugs .number_inr{
    font-size: 64px;
  }
  #okinawa_bed-bugs .damage .damage_list .damage_ttl {
    font-size: 28px;
  }
  #okinawa_bed-bugs .damage .damage_list h3{
    text-align: left;
    margin-bottom: 20px;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(1) ul {
    width: 100%;
    text-align: center;
    margin: 10px auto 30px;
  }
  #okinawa_bed-bugs .method .flex picture.method_img {
    margin-top: 0;
  }
  #okinawa_bed-bugs .method .flex picture img {
    max-width: 300px;
    width:100%;
    height: auto;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(3) picture img{
    width:100%;
    height: auto;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(3) h4 {
    font-size: 18px;
  }
  #okinawa_bed-bugs .iframe-wrap iframe{
    width:100%;	
  }
  #okinawa_bed-bugs .youtube_btn {
    background: #fff;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px;
  }
  #okinawa_bed-bugs .youtube_click {
    display: block;
    width: 80%;
    margin: -40px auto 0;
    text-align: right;
  }
  #okinawa_bed-bugs .form__contents {
    margin: 0 auto;
    padding: 24px 0 40px;
    width: 80%;
  }
  .foot_fixed_line_zone {
    margin-left: 16px;
  }
  .foot_fixed_mail_zone {
    margin-left: 9px;
    text-align: left;
  }
  .foot_fixed_btn_zone img {
    width: 95%;
    height: auto;
  }
  #okinawa_bed-bugs .media a {
    width: 100%;
  }
  #okinawa_bed-bugs .correspondence p {
    padding-bottom: 0;
  }
  #okinawa_bed-bugs .field-survey h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .field-survey .vertical {
    font-size: 16px;
    padding: 0 10px;
  }
  #okinawa_bed-bugs .field-survey_txt div li {
    font-size: 18px;
  }
  #okinawa_bed-bugs p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .cta_1 h2 {
    font-size: 22px;
  }
  #okinawa_bed-bugs .cta h3 {
    font-size: 16px;
  }
  #okinawa_bed-bugs .cta .cta_tel {
    max-width: 92%;
  }
  #okinawa_bed-bugs .cta .cta_inr .mail_line {
    max-width: 92%;
  }
  #okinawa_bed-bugs .cta .cta_inr .mail_line {
    padding: 24px 0 0;
  }
}

@media screen and (max-width:480px) {
  #okinawa_bed-bugs header{
    width: 100%;
  }
  #okinawa_bed-bugs .sp_block{
    display:block;		
  }
  #okinawa_bed-bugs p {
    font-size: 14px;
  }
  #okinawa_bed-bugs .number_inr {
    font-size: 34px;
  }
  #okinawa_bed-bugs .damage .damage_list {
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .field-survey_txt .circle {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #okinawa_bed-bugs .field-survey_img img {
    width: 95px;
    height: auto;
  }
  #okinawa_bed-bugs .field-survey_txt {
    padding-top: 20px;
    padding-left: 4px;
  }
  #okinawa_bed-bugs .field-survey h2 {
    font-size: 15px;
    line-height: 1.8;
  }
  #okinawa_bed-bugs .field-survey_txt div {
    margin-left: -34px;
  }
  #okinawa_bed-bugs .field-survey_txt p {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 20px;
    margin-left: -90px;
  }
  #okinawa_bed-bugs .cta_1 h2 {
    font-size: 18px;
  }
  #okinawa_bed-bugs .cta h3 {
    font-size: 13px;
  }
  #okinawa_bed-bugs .fv_cover {
    background-size: cover;
  }
  #okinawa_bed-bugs .catch-area {
    flex-wrap: wrap;
  }
  #okinawa_bed-bugs .no-extra-charge {
    padding-top: 12px;
    width: 65%;
  }
  #okinawa_bed-bugs .community-based {
    margin-left: 40%;
    width: 60%;
    padding-top: 4px;
  }
  #okinawa_bed-bugs .correspondence p {
    font-size: 15px;
    padding-top: 54px;
  }
  #okinawa_bed-bugs .area h2 {
    font-size: 20px;
  }
  #okinawa_bed-bugs .area h3 {
    font-size: 19px;
    padding-top: 0;
  }
  #okinawa_bed-bugs .area p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .nayami {
    margin: 0px auto 0;
    padding: 20px 0 64px;
  }
  #okinawa_bed-bugs .nayami_inr h2 {
    top: -20px;
    width: 95%;
  }
  #okinawa_bed-bugs .nayami_inr ul {
    width: 95%;
    top: -20px;
    text-align: center;
    margin: 0 auto;
  }
  #okinawa_bed-bugs .nayami_inr li {
    padding: 10px 0 0;
    font-size: 14px;
  }
  #okinawa_bed-bugs .nayami_inr li:before {
    width: 20px;
    height: 20px;
    margin-right: 2px;
  }
  #okinawa_bed-bugs .nayami_inr li span {
    font-size: 15px;
  }
  #okinawa_bed-bugs .triangle {
    width: 400px;
  }
  #okinawa_bed-bugs .triangle:after {
    width: 400px;
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
    border-top: 80px solid #fff;
  }
  #okinawa_bed-bugs .damage h2 {
    font-size: 25px;
    padding-top: 0;
    line-height: 1.4;
    padding-bottom: 0;
  }
  #okinawa_bed-bugs .damage h2 span.yl {
    font-size: 28px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(1) {
    font-size: 17px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:before {
    width: 35px;
    height: 32px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_sub_conclusion p:nth-child(2) {
    font-size: 28px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion {
    background-size: 85%;
    margin-top: -48px;
    z-index: 1;
    position: relative;
    top: 64px;
    left: -30px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion p {
    width: 80%;
    font-size: 16px;
    padding: 38px 0 50px 10px;
    line-height: 1.4;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion p span {
    font-size: 21px;
  }
  #okinawa_bed-bugs .damage .damage_inr .damage_conclusion_img img {
    width: 60%;
    height: auto;
    position: relative;
    z-index: 1;
    right: -50px;
  }
  #okinawa_bed-bugs .damage .damage_list .damage_ttl {
    font-size: 18px;
  }
  #okinawa_bed-bugs .cta h2 {
    font-size: 18px;
    line-height: 1.4;
    padding: 12px 0;
  }
  #okinawa_bed-bugs .damage .damage_list .damage_txt .damage_number {
    font-size: 54px;
    padding-top: 28px;
  }
  #okinawa_bed-bugs .voice h2 {
    font-size: 30px;
  }
  #okinawa_bed-bugs .research h2 {
    font-size: 22px;
    padding-bottom: 8px;
  }
  #okinawa_bed-bugs .research .correspondence_img {
    flex-wrap: wrap;
  }
  #okinawa_bed-bugs .research .correspondence_img div {
    width: 48%;
  }
  #okinawa_bed-bugs .research .correspondence_img div:nth-child(2n) {
    padding-top: 0;
  }
  #okinawa_bed-bugs .research .correspondence_img div:nth-child(3) {
    padding-top: 14px;
  }
  #okinawa_bed-bugs .research .correspondence_img div:nth-child(4) {
    padding-top: 14px;
  }
  #okinawa_bed-bugs .research p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #okinawa_bed-bugs .media h2 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #okinawa_bed-bugs .youtube_btn {
    width: 70%;
  }
  #okinawa_bed-bugs .youtube_btn h3 {
    font-size: 20px;
  }
  #okinawa_bed-bugs .youtube_btn h4 {
    font-size: 20px;
  }
  #okinawa_bed-bugs .youtube_btn img{
    width: 50%;
    height: auto;
  }
  #okinawa_bed-bugs .youtube_click {
    width: 100%;
    margin: -25px;
  }
  #okinawa_bed-bugs .youtube_click img{
    width: 20%;
    height: auto;
  }
  #okinawa_bed-bugs .professional h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #okinawa_bed-bugs .professional h3 {
    font-size: 52px;
    padding-bottom: 12px;
  }
  #okinawa_bed-bugs .professional_ttl {
    font-size: 22px;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(3) h4 {
    font-size: 17px;
  }
  #okinawa_bed-bugs .professional_inr div:nth-child(1) ul li {
    font-size: 16px;
  }
  #okinawa_bed-bugs .ecology h2 img {
    max-width: 200px;
    height: auto;
    padding-bottom: 0px;
  }
  #okinawa_bed-bugs .ecology h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #okinawa_bed-bugs .flow h2 {
    font-size: 22px;
    padding-top: 28px;
    padding-bottom: 24px;
  }
  #okinawa_bed-bugs .flow li {
    padding: 10px 4px;
  }
  #okinawa_bed-bugs .flow h3 {
    font-size: 15px;
    padding-left: 0;
  }
  #okinawa_bed-bugs .flow .step {
    font-size: 12px;
    padding-right: 2px;
  }
  #okinawa_bed-bugs .step_circle {
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 1.5;
  }
  #okinawa_bed-bugs .flow .flow_txt {
    padding-left: 5px;
  }
  #okinawa_bed-bugs .flow .flex div:nth-child(1){
    width:40%;
  }
  #okinawa_bed-bugs .flow .flex div:nth-child(2){
    width:60%;
  }
  #okinawa_bed-bugs .flow .flex h4 {
    background-color: #004e9c;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
  }
  #okinawa_bed-bugs .flow li:nth-child(8) p {
    font-size: 16px;
    padding: 10px 5px;
  }
  #okinawa_bed-bugs .flow li:nth-child(4) h3, #okinawa_bed-bugs .flow li:nth-child(8) h3 {
    font-size: 22px;
  }
  #okinawa_bed-bugs .flow li:nth-child(4) h3 span{
    font-weight: bold;
  }
  #okinawa_bed-bugs .flow li:nth-child(8) h3 {
    padding: 10px 0 16px;
  }
  #okinawa_bed-bugs .damage .damage_list .damage_txt p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .research p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .media p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .professional p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .ecology p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .method h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
  #okinawa_bed-bugs .method_inr p {
    font-size: 16px;
  }
  #okinawa_bed-bugs .qa h2 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #okinawa_bed-bugs .cp_qa .cp_actab label {
    padding: 1em 1em 1em 1.5em;
    font-size: 16px;
  }
  #okinawa_bed-bugs .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0;
    font-size: 15px;
  }
  #okinawa_bed-bugs .cp_qa .cp_actab label::after {
    font-size: 1.5em;
    top: 7px;
  }
  #okinawa_bed-bugs .cp_qa *, #okinawa_bed-bugs .cp_qa *:after, #okinawa_bed-bugs .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #okinawa_bed-bugs .cp_qa .cp_actab label::before {
    font-size: 1.4em;
    padding-right: 0.3em;
  }
  #okinawa_bed-bugs .contact h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #okinawa_bed-bugs .form_txt {
    margin: 0 auto 20px auto;
    font-size: 12px;
  }
  #okinawa_bed-bugs .form__contents {
    padding: 24px 0;
    width: 90%;
  }
  #okinawa_bed-bugs .form__item {
    font-size: 16px;
  }
  #okinawa_bed-bugs .required {
    font-size: 12px;
  }
  #okinawa_bed-bugs .form__field {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  #okinawa_bed-bugs .form__choices {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  #okinawa_bed-bugs .form__fieldBig {
    width: 95%;
    font-size:16px;
    margin: 0 0 20px 0;
  }
  #okinawa_bed-bugs .form__button {
    font-size: 16px;
  }
  .foot_fixed_btn_zone img {
    width: 100%;
    height: auto;
  }
  #okinawa_bed-bugs {
    padding-bottom: 70px;
  }
}
#okinawa_bed-bugs .qa h2 span{
  font-weight: bold;
}
@media screen and (min-width: 1441px){
  .only_draw_btn{
    display: none!important;
  }
}

/*thanksページ*/
#okinawa_bed-bugs.thanks_cover{
  background-image: url("../../lp_asset/limages/wbp/okinawa_thanks_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin: 0;
  /* overflow: hidden; */
  position: relative;
  min-height: 100vh;
  padding-bottom: 60px!important;
  box-sizing: border-box;
}
.thanks_txt{
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.thanks_txt h1 {
  color: #df0615;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: bold;
}
.thanks_txt p{
  padding-bottom: 20px;
}
.thanks_cover footer{
  /* padding-bottom:0 !important; */
}
.thanks_cover footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.thanks_cover a {
  color: #df0615;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 480px){
  .thanks_txt .span_inline {
    display: inline-block;
  }
}

/*お客様の声モーダル*/
.okinawa-questionnaire-area{
  width:100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
.okinawa-questionnaire-area .tap_txt{
  color:#043266;
  font-weight: bold;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 95%;
  max-width: 600px;
  padding: 10px 10px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
.okinawa-questionnaire-area img {
  width: 80%;
  height: auto;
  padding: 20px 0;
}
.okinawa-questionnaire-area .okinawa-questionnaire-img {
  max-width: 486px;
  width: 100%;
}
.okinawa-questionnaire-wrap{
  width: 30%;
  margin: 0 1%;
  display:inline-block;
}
@media screen and (max-width: 768px){
  .okinawa-questionnaire-wrap{
    width: 80%;
    margin: 0 10%;
  }
  .okinawa-questionnaire-area img {
    width: 100%;
  }
  .okinawa-questionnaire-area .okinawa-questionnaire-img{
    width: 100%;
  }
  .okinawa-questionnaire-area .tap_txt {
    font-size: 15px;
  }
}

/*血糞パート追加*/
#okinawa_bed-bugs .blood-feces{
  text-align: center;
  margin: -9% auto 0;
  padding: 10% 0 5%;
  background-color: #ffc56c;
}
#okinawa_bed-bugs .blood-feces img{
  max-width: 600px;
  width: 85%;
  height: auto;
}
#okinawa_bed-bugs .blood-feces h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 1.5;
}
#okinawa_bed-bugs .blood-feces2{
  text-align: center;
  background-color: #fff4e3;
}
#okinawa_bed-bugs .blood-feces2 img{
  max-width: 600px;
  height: auto;
  padding-left: 188px;
  margin-top: -1.5%;
}

@media screen and (max-width: 768px){
  #okinawa_bed-bugs .blood-feces h2 {
      font-size: 5vw;
      padding-bottom: 20px;
  }
  #okinawa_bed-bugs .blood-feces2 img{
    max-width: 570px;
    width: 77%;
    height: auto;
    padding-left: 23%;
    margin-top: -1.8%;
  }
}

/*追加分*/
.header-left-wrap{
	width: 26%;
	height: auto;
	padding-left: 10px;
	text-align: left;
}
.header-right-wrap{
	width: 72%;
	height: auto;
	display:flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.header-right-wrap ul{
	width: 36%;
	height: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.header-right-wrap ul li{
  background-color: rgb(255 255 255 / 60%);
	width: 36%;
	height: 31px;
	border: 2px solid #333;
	padding:8px;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 979px){
	.header-right-wrap ul li{
		font-size: 13px;		
	}
}
#okinawa_bed-bugs header .hdr_tel img.hdr_tel-right{
	display:none;
}
#okinawa_bed-bugs .header-right-wrap a.hdr_tel{
	width: 56%;
	height: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#okinawa_bed-bugs .header-right-wrap a.hdr_tel span{
	font-size: clamp( 40px, calc( 33.333333333333336px + 0.8680555555555556vw ), 50px );
	font-weight: bold;
	/* font-size: 40px; */
	color: #004b97;
	text-shadow: 2px 2px 10px #ffffff ,
-2px 2px 10px #ffffff ,
2px -2px 10px #ffffff ,
-2px -2px 10px #ffffff;
}

#okinawa_bed-bugs .header-right-wrap a.hdr_tel img.hdr_tel-left{
	width:10%;
	height: auto;
	margin-right: 4px;
}

@media screen and (max-width: 767px){
#okinawa_bed-bugs header .hdr_tel img.hdr_tel-right{
	display:block;
}
	#okinawa_bed-bugs .header-right-wrap a.hdr_tel span{
		display:none;
	}
	#okinawa_bed-bugs .header-right-wrap a.hdr_tel img.hdr_tel-left{
		margin-right:0;
	}
	
}
#okinawa_bed-bugs .header-right-wrap a.hdr_tel img.hdr_tel-right{
	width:90%;
	height: auto;
}
#okinawa_bed-bugs .logo-under-txt{
	font-size:12px;
	text-align: center;
	margin-top:4px;
	text-align: left;
}

@media screen and (max-width: 767px){
	.header-left-wrap{
		width:40%;
		font-size:11px;
	}
	#okinawa_bed-bugs .logo-under-txt{
		font-size:11px;
	}
	.header-left-wrap img{
		max-width: 130px!important;
	}
	.header-right-wrap ul{
		display:none;
	}
	.header-right-wrap{
		width: 60%;
	}
	#okinawa_bed-bugs .header-right-wrap a.hdr_tel{
		width: 76%;
	}
}
section.fv{
	padding-left:16px;
	padding-right:16px;
	box-sizing: border-box;
}
section.fv img{
	width:100%;
	height:auto;
}
.fv-top-box,
.fv-upper-box,
.fv-middle-box,
.fv-lower-box
{
	max-width:980px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.fv-top-box{
	text-align:center;
	max-width: 586px;
}
.fv-upper-box{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fv-upper-box img{
	height:auto;
	max-width: 108px;
	margin-top: -5.5%;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
}
@media screen and (max-width: 930px){
	.fv-upper-box img{
	  max-width: 96px;
	 }
}

@media screen and (max-width: 767px){
	#okinawa_bed-bugs h1.ttl{
	  width: 100%;
	}
	section.fv .fv-upper-box img{
    width: 82%;
    max-width:initial;
  }
}
@media screen and (max-width: 1023px){
	.fv-upper-box{
		align-items:center;
	}
	.fv-upper-box img{
		margin-top: 8px;
	}
}
@media screen and (max-width: 767px){
	.fv-upper-box{
		flex-direction:column;
	}	
}
.fv-upper-box-middle{
	display:flex;
	align-items:center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.fv-upper-box-sp{
	display:none;
}
@media screen and (max-width: 767px){
  .fv-upper-box-pc{
    display:none;
  }
    .fv-upper-box-sp{
    display:block;
  }
}
@media screen and (max-width: 767px){
  .fv-upper-box-middle{
    width: 94%;
  }
}
.fv-upper-box-middle img{
	max-width:initial;
	margin-top: 0;
	width: 76%!important;
}
#okinawa_bed-bugs h1.ttl{
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	background: linear-gradient(180deg, #faeec9 0%, #e8d19b 50%, #e4c476 100% 100%);
	font-size: 61px;
	font-weight:bold;
	letter-spacing:normal;
	margin-top: 2%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 1%;
	padding-right: 1%;
	color: #ff0003;
	line-height: 1.1;
	font-feature-settings: "palt";
	text-align: left;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF,
		4px 4px 2px #404040;
	/* text-shadow: 3px 3px 2px red, -3px 3px 2px blue; */
	/* box-shadow: 10px 10px 4px #ccc; */
	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
	width: 100%;
	max-width: 758px;
	height: 50%;
	box-sizing: border-box;
	text-align: center;
}
#okinawa_bed-bugs .h1-ttl-color{
	color: #404040;
	font-weight: bold;
	font-size: 35px;
}
#okinawa_bed-bugs .h1-ttl-particle{
	font-size: 32px;
	font-weight: bold;
}
.span_inline_h1{
	font-size: 85px;
	display:inline-block;
	font-weight:bold;
}
@media screen and (max-width: 1050px){
		#okinawa_bed-bugs h1.ttl{
		font-size:clamp( 54px, calc( -45.521739130434796px + 10.144927536231885vw ), 61px );
	}
}
@media screen and (max-width: 980px){
	#okinawa_bed-bugs .fv{
		padding-left:1%;
		padding-right:1%;
	}
	#okinawa_bed-bugs h1.ttl{
		padding-left:0.5%;
		padding-right:0.5%;
	}
	#okinawa_bed-bugs h1.ttl{
		/* font-size:clamp( 18px, calc( -11.333333333333332px + 6.666666666666667vw ), 54px ); */
		font-size:clamp( 26px, calc( 10.444444444444445px + 4.444444444444445vw ), 54px );
		text-align: center;
	}
  #okinawa_bed-bugs .h1-ttl-color{
    font-size: clamp( 14px, calc( 3.4444444444444446px + 3.015873015873016vw ), 33px );
  }

  #okinawa_bed-bugs .h1-ttl-particle{
    font-size: clamp( 10px, calc( 0px + 2.857142857142857vw ), 28px );
  }
  .span_inline_h1{
    font-size: clamp( 40px, calc( 3.3333333333333357px + 8.333333333333332vw ), 85px );
  }
}
@media screen and (max-width: 767px){
	#okinawa_bed-bugs h1.ttl{
		font-size:clamp( 32px, calc( 5.141486810551562px + 7.673860911270983vw ), 64px );
	}
}
@media screen and (max-width: 350px){
	.fv-upper-box-middle{
		width: 94%;
	}
	#okinawa_bed-bugs h1.ttl{
		font-size:clamp( 10px, calc( 10px + 5.714285714285714vw ), 30px );
	}
	.span_inline_h1{
	font-size: clamp( 10px, calc( 10px + 8.571428571428571vw ), 40px );
  }
}
.aun-var1-6{
	width:100%;
	max-width: 780px;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	margin: 24px auto;
}
.aun-var1-6 li{
	background-color:#404040;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width: 46%;
	height:auto;
	padding:1%;
	color:#fca908;
	margin-bottom:8px;
	font-weight:bold;
}
@media screen and (max-width:319px) {
	.aun-var1-6 li{
		width:90%;
	}
}
.aun-var1-6 li img{
	width: 14%;
	height:auto;
}
.aun-var1-6 li .aun-var1-6-txt-box{
	width: 86%;
	height: auto;
	text-align: center;
	font-size: clamp( 10px, calc( -3.1363636363636367px + 3.8636363636363633vw ), 27px );
  font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aun-var1-6 li .aun-var1-6-txt-box .aun-var1-6-txt-color{
	color:#ffffff;
}
.aun-var1-6 li .aun-var1-6-txt-box .aun-var1-6-txt-md{
  font-size:clamp( 10px, calc( 2.2727272727272725px + 2.272727272727273vw ), 20px );
	color:#ffffff;
}

.aun-var1-6 li .aun-var1-6-txt-box .aun-var1-6-txt-sm{
  font-size:clamp( 10px, calc( 6.909090909090909px + 0.9090909090909091vw ), 14px );
  letter-spacing: normal;
  color:#ffffff;
}
.fv-lower-box{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing:border-box;
  max-width:780px;
}
section.fv .fv-lower-box img{
	width: 51%;
	height:auto;
	margin-right: 1%;
	margin-bottom: 1%;
}
section.fv .fv-lower-box img:nth-of-type(2){
	width: 31%;
}
section.fv .fv-lower-box img:last-child{
	width: 20%;
	margin-left: -4%;
	margin-top: auto;
	margin-bottom: 0;
}
.ecology_film{
  display: flex;
  justify-content: center;
}
.ecology_film img{
	max-width:1280px;
}
/*メディアパート改修*/
.eye_catch_media_wrap {
  background-image: none;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 767px){
	.eye_catch_media_wrap {
	  padding-bottom: 5px;
	}
}
.eye_catch_media_wrap h2.media-ttl {
  position: relative;
  padding: 48px 65px;
  font-weight: bold;
  text-align: center;
  margin: 0 2%;
  font-size: 34px;
}
@media screen and (max-width: 767px){
	.eye_catch_media_wrap h2.media-ttl {
		font-size: 5.5vw;
		padding: 24px 0px 16px;
	}
}
.eye_catch_media_wrap h2.media-ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: rgba(62, 72, 96, 0.2);
}
.eye_catch_media_wrap h2.media-ttl span {
  font-weight:bold;
  position: relative;
  padding: 0 1em;
  background: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px){
	.eye_catch_media_wrap h2.media-ttl span {
      padding: 0 0.5em;
	}
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.media-scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.media-scroll-infinity {
  margin: 20px 0;
}
.media-scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.media-scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.media-scroll-infinity__item {
  width: calc(100vw / 6);
  border: 1px solid rgba(62, 72, 96, 0.2);
  margin: 0 1.6vw;
  text-align: center;
}
.media-scroll-infinity__item>img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.media2-scroll-infinity__list--right{
  animation :infinity-scroll-right 100s infinite linear 0.5s both;
}
@media screen and (max-width: 480px){
	.media-scroll-infinity__item {
		width: calc(100vw / 4);
	}
}
.pest-list-wrap{
	padding-bottom:48px;
}
.pest-list{
	background-color: rgba(255,255,255,0.8);
	width: 96%;
	height: auto;
	max-width: 980px;
	margin: 0 auto;
	padding: 24px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	box-sizing: border-box;
	position:relative;
}
ul.pest-list:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-image: url('../../lp_asset/limages/wbp/cork.webp');
}
.pest-list li{
	background-color:#ffffff;
	width:13%;
	margin-bottom:8px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:8px;
	box-sizing:border-box;
	position:relative;
	z-index:1
}
.pest-list li img{
	max-width:60px;
	width:100%;
	height:auto;
}
#okinawa_bed-bugs p.pest-ttl{
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 799px){
	.pest-list{
		justify-content: center;
	}
	.pest-list li{
		width: 16%;
		margin: 8px 4px;
	}
}
@media screen and (max-width: 650px){
	.pest-list li{
		width: 23%;
	}
}
@media screen and (max-width: 480px){
	.pest-list li{
		width: 34%;
	}
}
@media screen and (max-width: 430px){
	.pest-list{
		padding-left:8px;
		padding-right:8px;
	}
	.pest-list li{
		width: 33%;
		padding:4px;
	}
	#okinawa_bed-bugs p.pest-ttl{
		font-size:12px;
	}
}
#okinawa_bed-bugs .pest-list-wrap h2{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F1633;
  padding-bottom: 30px;
  text-align:center;
}
@media screen and (max-width: 430px){
	#okinawa_bed-bugs .pest-list-wrap h2{
	font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
	}
}
.nayami-new-box{
	width:100%;
	max-width:980px;
	height:auto;
  margin: 0 auto;
}
#okinawa_bed-bugs .nayami .nayami-h2-box{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 48px;
}
#okinawa_bed-bugs .nayami .nayami-h2-box h2{
	font-size: 48px;
	color: #333;
	font-weight:bold;
}
#okinawa_bed-bugs .nayami .nayami-h2-box img{
	width:100%;
	height:auto;
	max-width:116px;
}
@media screen and (max-width: 499px){
	#okinawa_bed-bugs .nayami .nayami-h2-box h2{
		font-size: 28px;
	}
	#okinawa_bed-bugs .nayami .nayami-h2-box img{
		max-width:80px;
	}
}
#okinawa_bed-bugs .nayami .nayami-list{
	background-color: #ffffff;
	width: 73%;
	max-width:980px;
	height:auto;
	border-radius: 5px;
	position: relative;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 48px;
	box-sizing: border-box;
	margin: 0 auto;
}
#okinawa_bed-bugs .nayami .nayami-list img.nayami-list-img-ttl{
	max-width:563px;
	margin-top: -32px;
}
#okinawa_bed-bugs .nayami .nayami-list-img-left{
	width:100%;
	height:auto;
	max-width: 200px;
}
.nayami-list-img-left{
	position:absolute;
	top: 46px;
	left: -147px;
}
#okinawa_bed-bugs .nayami .nayami-list-img-right{
	width:100%;
	height:auto;
	max-width: 200px;
}
.nayami-list-img-right{
	position:absolute;
	right: -153px;
	bottom:46px;
}
#okinawa_bed-bugs .nayami .nayami-list ul{
	text-align:left;
	padding-left:60px;
	padding-right:60px;
	padding-top: 24px;
}
#okinawa_bed-bugs .nayami .nayami-list li{
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	margin-bottom:16px;
	font-weight: bold;
}
#okinawa_bed-bugs .nayami .nayami-list li img{
	width:100%;
	max-width:30px;
	height:auto;
}
@media screen and (max-width: 767px){
	.nayami-list-img-right,
	.nayami-list-img-left{
		display:none;
	}
	#okinawa_bed-bugs .nayami .nayami-list{
		width:90%;
		padding-left:0;
		padding-right:0;
	}
	#okinawa_bed-bugs .nayami .nayami-list ul{
		padding-left:16px;
		padding-right:16px;
	}
}
.alert-pest-wrap:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(357deg, rgb(22, 135, 237), rgb(20, 55, 90));
	z-index:-1;
}
.alert-pest-wrap:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
      radial-gradient(circle, rgb(238 0 0 / 77%) 1px, transparent 1px), 
      radial-gradient(circle, rgb(0 81 104 / 67%) 1px, transparent 1px),
      radial-gradient(circle, rgb(0 243 127) 1px, transparent 1px); 
  background-size: 3px 3px; 
  background-position: 0 0,1px 1px,2px 4px;
  opacity: 0.4; 
  z-index: -1;
}
.alert-pest-wrap{
	padding-top:48px;
	position:relative;
	background-image: url("../../lp_asset/limages/wbp/bg_kayumi.webp"),url("../../lp_asset/limages/wbp/bg-cough.webp");
	background-repeat: no-repeat;
	background-position: left top, right top;
	background-size: 406px,436px;
	padding-bottom: 48px;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px){
	.alert-pest-wrap{
		background-image: url("../../lp_asset/limages/wbp/bg_kayumi.webp");
	}
}
.alert-pest-wrap h2{
  background-color: #404040;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #ffffff;
  padding-bottom: 30px;
  text-align:center;
  width: 96%;
  max-width: 980px;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 430px){
	.alert-pest-wrap h2{
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
#okinawa_bed-bugs .alert-pest-wrap h2 .sub_blue{
	color:#e13440;
}
#okinawa_bed-bugs .alert-pest-wrap h2 .b_blue{
	color: #FFEB3B;
}
.alert-pest-wrap ul{
	width: 90%;
	max-width: 780px;
	height:auto;
	margin:0 auto;
}
.alert-pest-wrap li{
	background-color: #ececec;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	border: 4px solid #cccccc;
	border-radius: 5px;
	padding: 24px;
	position: relative;
}
.alert-pest-txt-box{
	position:relative;
	z-index:1;
}
.alert-pest-wrap li img.alert-pest-thumbnail{
	width: 100%;
	height: 218px;
	max-width: 145px;
	margin-right:8px;
	object-fit: cover;
	object-position: center;;
}
.alert-pest-wrap li img.alert-pest-thumbnail.pest-thumbnail-last{
	object-position: left;
}
.alert-pest-wrap li img.alert-pest-icon{
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 77px;
	margin-right:8px;
	opacity: 0.4;
	z-index: 1;
	top: 17px;
	right:8px
}
.alert-pest-wrap li h3{
	width: calc(100% - 90px);
	font-size:24px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom: 6px;
	border-bottom: solid 2px #a2a2a2;
}
.alert-pest-wrap li h3 span {
	display: block;
	font-size: 0.75rem;
	color: #195fb4;  
}
.alert-pest-wrap li span{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
}
#okinawa_bed-bugs .alert-pest-wrap li p{
	font-size:16px;
}
@media screen and (max-width: 549px){
	.alert-pest-wrap li{
		flex-direction:column;
		padding: 32px 24px;
	}
	.alert-pest-wrap li img.alert-pest-icon{
		top:initial;
		bottom:8px;
		opacity:0.2;
		max-width: 94px;
	}
	.alert-pest-wrap li img.alert-pest-thumbnail{
		object-fit:unset;
		height:auto;
		max-width:initial;
		width: 66%;
		margin-right: 0;
		margin-bottom: 16px;
	}
}
.consultation{
	width:100%;
	height:auto;
	max-width:980px;
	margin:0 auto;
	text-align:center;
}
.consultation img{
	width:94%;
	height:auto;
	max-width: 675px;
}
#okinawa_bed-bugs .about_pet h2{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F1633;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.about_pet_txt{
	width:100%;
	height:auto;
	max-width:980px;
	margin:0 auto;
	padding-left:16px;
	padding-right:16px;
	box-sizing: border-box;
}
#okinawa_bed-bugs .about_pet_txt h3{
	font-size: 18px;
}
#okinawa_bed-bugs .about_pet_txt p{
	font-size: 14px;
	margin-bottom:8px;
}
#okinawa_bed-bugs .span-inline-block{
	display:inline-block;
}
.part_wrap{
  width: 100%;
  max-width: 1056px;
  height: auto;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1.8;
  box-sizing: border-box;
}
#okinawa_bed-bugs .part_wrap p{
	font-size:16px;
}
h2.rp-fs-h2{
  background-color: #043266;
  color: #ffffff;
  font-size: clamp(16px, calc(6px + 3.125vw), 30px)!important;
  /* font-size: clamp(1.6rem, calc(0.2857142857142858rem + 3.571428571428571vw), 3rem)!important; */
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font-weight: bold;
}
h3.rp-fs-h3{
	border-bottom: 2px solid #cccccc;
  color: #000000;
  font-size: clamp(18px, calc(13.714285714285715px + 1.3392857142857142vw), 24px)!important;
  margin-top: 32px;
  margin-bottom: 16px;
	position:relative;
	font-weight:bold;
}
h3.rp-fs-h3:after{
	content: "";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -2px;
  width: 30%;
  border-bottom: 2px solid #337ab7;
}
h4.rp-fs-h4{
  color: #043266;
  font-size: clamp(16px, calc(14.571428571428571px + 0.4464285714285714vw), 18px)!important;
  margin-top: 32px;
  margin-bottom: 8px;
  padding-left:18px;
  position:relative;
  font-weight: bold;
}
h4.rp-fs-h4:before{
	position:absolute;
	content:'\25CF';
	color: #043266;
	top:0;
	left:0;
}
#anc_about_pet table{
  border-collapse: collapse;
}
#anc_about_pet table th{
  background-color: #F6F6F6;
  border: 1px solid #666666;
  text-align: center;
  width: 10%;
  min-width: 124px;
  padding: 8px;
}
#anc_about_pet table td{
  border: 1px solid #666666;
  width: 90%;
  padding: 8px;
}
#anc_about_pet .tb01{
	width: 100%;
	max-width: 600px;
	margin-top: 24px;
	table-layout:fixed;
}
#anc_about_pet .tb01 th{
	width:initial;
	min-width:initial;
	width: 126px;
	font-weight: bold;
}
.rp-fs-h5{
	font-weight:bold;
	margin:16px 0; 
}
ul.ul-mark {
	list-style: disc;
	list-style-type:disc;
	margin-left: 30px;
}
ul.ul-mark ul li{
	list-style: circle;
	margin-left: 30px;
}
ol.ol-mark li{
	margin-left: 30px;
	list-style:decimal;
}
.br-add{
	margin-bottom: 16px;
}
#okinawa_bed-bugs .breadcrumb_wrap{
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 8px;
	font-size: 14px;
}

/*CTA改修*/

.top-cta-tel{
  font-size: 85px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto ;
  padding: 8px 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: -0.02em;
}

.top-cta-tel span{
font-weight: bold;
	color:#c20d22;
}
.top-cta-tel img{
  width: 100%;
  height: auto;
}
.top-cta-tel_location{
  width: 100%;
  max-width: 72px;
}
.top-cta-tel_btn{
  width: 100%;
  max-width: 72px;
}
.top-cta-tel_sp {
  display: none;
}

.number_line {
  position: relative;
  top: -7px;
  display: inline-block;
  padding: 0 3px;
}


.top-tel-time{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #999;
}
.top-tel-time p{
  margin: 0;
  padding: 2px 0;
}
.top-cta-mail-line{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 12px 0 16px;
  display: flex;
  justify-content: space-between;
}
.top-cta-mail,.top-cta-line{
  display: block;
  width: 48.5%;
}
.top-cta-mail img,.top-cta-line img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top-cta-add{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 0;
  display: flex;
  justify-content: space-between;
}
.top-cta-add div{
  width: 49%;
}
.top-cta-add div img{
  width: 100%;
  height: auto;
}
		
@media screen and (max-width: 810px) {
	.top-cta-wrap{
	  border-radius: 0;
	}
	.top-cta-txt p {
	  font-size: max(3.5vw,11px);
	}
	.top-tel-time p {
      font-size: max(2.5vw,10px);
	  letter-spacing: normal;
	}
	.top-cta-tel{
 	  width: 96%;
	}
	.top-tel-time{
	  width: 96%;
	}
	.top-cta-mail-line{
	  width: 96%;
	}
}
@media not all and (min-width:768px){
  .top-cta-tel_sp {
    display: block;

  }
  .top-cta-tel_pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-cta-txt p {
      margin: 0 0 10px;
	}
	.top-cta-tel {
      padding: 10px 0;
	}
	.top-tel-time p {
      font-size: max(3.2vw,10px);
      padding: 2px 0;
	}
	.top-cta-mail-line {
      padding: 10px 0 10px;
	}
	.top-cta-add {
      padding: 8px 0 0;
	}
}