@charset "UTF-8";
/*===============================================
 *	メインビジュアル
===============================================*/
.main_visual {
  background: url(../img/nezumi/mv_bg_pc.jpg) no-repeat center;
  background-size: cover;
}
.main_visual .txt_block {
  padding: 4% 0 4.5%;
}
.mv_ttl{
  display: block;
  margin-top: 20px;
}
.main_visual .appeal_box .inner_box p {
  padding: 5% 0 0 5%;
}
.main_visual .appeal_box .inner_box .size_01 {
  margin-top: 20px;
}
.main_visual .appeal_box .inner_box .size_02 {
  font-size: 1.45em;
}
.main_visual .main_copy {
  max-width: 771px;
}
.main_visual .appeal_txt {
  margin: 6.2% 0 10%;
}
.main_visual .appeal_txt .bg_primarycolor {
  padding: 0.05em 1em;
  letter-spacing: 0.3em;
}
.main_visual .appeal_txt::before {
  left: 0;
}
.main_visual .appeal_txt::after {
  right: -1%;
}
.main_visual .mv_staff {
  width: 47%;
  max-width: 554px;
}
.main_visual .medal {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .main_visual {
    background: url(../img/nezumi/mv_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .mv_ttl {
    margin-top: 5px;
  }
  .main_visual .appeal_box .inner_box p {
    padding: 6% 0 0 5%;
  }
  .main_visual .appeal_box .inner_box .size_01 {
    margin-top: 10px;
  }
  .main_visual .txt_block {
    padding: 5% 0 2%;
  }
  .main_visual .mv_photo {
    width: 50%;
    margin: 6% 0 0;
    position: relative;
    z-index: 10;
  }
  .main_visual .appeal_txt {
    margin: 5.2% 0 5.5%;
  }
  .main_visual .appeal_txt .bg_primarycolor {
    padding: 0.03em 0.75em;
  }
  .main_visual .mv_staff {
    width: 66%;
    bottom: 16%;
  }
}
/*===============================================
 *	お困り
===============================================*/
.problem .problem_ttl_box .ttl {
  text-align: center;
  line-height: 1.35;
  margin-left: 3%;
  padding: 0.5em 0 0.75em;
}
.problem .problem_ttl_box img {
  width: 10%;
  max-width: 120px;
  margin-top: 0;
}
.problem .problem_item span.small_txt {
  font-size: 22px;
}
@media only screen and (max-width: 568px) {
  .problem .problem_ttl_box .ttl {
    font-size: 6.5vw;
    text-align: left;
    margin-left: 0;
    line-height: 1.5;
    padding: 0.3em 0 0.55em;
  }
  .problem .problem_item span.small_txt {
    font-size: 15px;
  }
  .problem .problem_ttl_box .ttl .txt_01 {
    position: relative;
    top: 0.2em;
  }
  .problem .problem_ttl_box img {
    width: 22%;
  }
}

/*===============================================
 *	ネズミを駆除する4つの方法
===============================================*/
.solve_step{
  margin-bottom: 50px;
}
.removal{
  background: #fff;
  margin-bottom: 50px;
}
.removal_ttl{
  background: var(--site-primary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 10px;
  font-size: clamp(20px, 3vw, 40px);
}
.removal_ttl span.txt_yellow{
  font-size: clamp(22px, 3.2vw, 46px);
}
.removal_ttl > span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.removal_ttl > span::before,
.removal_ttl > span::after {
    width: 2px;
    height: 50px;
    background-color: #fff;
    content: '';
}
.removal_ttl > span::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.removal_ttl > span::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.removal_box{
  padding: clamp(20px, 3.2vw, 40px);
  gap: 30px;
}
.removal_box li{
  width: 48.5%;
  border-radius: 5px;
  background: var(--site-palecolor);
  padding: 30px;
  position: relative;
  z-index: 1;
}
.removal_box li::before {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-family: "Roboto";
  font-style: italic;
  font-size: 80px;
  font-weight: bold;
  color: rgba(0, 71, 145, 0.1);
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.removal_box li:nth-of-type(1):before {
  content: "01";
}
.removal_box li:nth-of-type(2):before {
  content: "02";
}
.removal_box li:nth-of-type(3):before {
  content: "03";
}
.removal_box li:nth-of-type(4):before {
  content: "04";
}
.removal_box dt {
  display: flex;
  align-items: center;
  font-size: clamp(22px, 2.2vw, 27px);
  font-weight: bold;
  border-bottom: #ccc 2px dotted;
  margin-bottom: 20px;
}
.removal_box dt img{
  margin-right: 15px;
}
.removal_box dt img.icon_removal_01{
  max-width: 105px;
  padding-bottom: 5px;
}
.removal_box dt img.icon_removal_02{
  max-width: 45px;
  padding-bottom: 10px;
}
.removal_box dt img.icon_removal_03{
  max-width: 54px;
  padding-bottom: 10px;
}
.removal_box dt img.icon_removal_04{
  max-width: 26px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 568px) {
  .solve_step{
    margin-bottom: 30px;
  }
  .removal_ttl > span{
      display: block;
  }
  .removal_ttl > span::before,
  .removal_ttl > span::after {
      content: none;
  }
  .removal_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .removal_ttl::before,
  .removal_ttl::after {
    width: 2px;
    height: 30px;
    background-color: #fff;
    content: '';
  }
  .removal_ttl::before {
    transform: rotate(-20deg);
    margin-right: 15px;
  }
  .removal_ttl::after {
    transform: rotate(20deg);
    margin-left: 15px;
  }
  .removal_box {
    gap: 20px;
  }
  .removal_box li {
    width: 100%;
    padding: 20px;
  }
  .removal_box dt img.icon_removal_01{
    max-width: 85px;
  }
  .removal_box dt img.icon_removal_02{
    max-width: 35px;
  }
  .removal_box dt img.icon_removal_03{
    max-width: 44px;
  }
}
/***********************************************
* ネズミが二度と入れない家にします！
************************************************/
.balloon_ttl {
  background-color: #fcee21;
  border-radius: 50px;
  color: var(--site-primary);
  font-size: clamp(18px, 2.2vw, 27px);
  filter: drop-shadow(3px 3px 0 rgba(184, 174, 26, 1));
  margin-bottom: 30px;
  padding: 15px 1.5em;
  position: relative;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.balloon_ttl::before {
  background-color: #fcee21;
  content: "";
  height: 10px;
  position: absolute;
  width: 25px;
}
.balloon-bottom::before {
  bottom: -9px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  transform: translateX(-50%);
}
.before_after_contents{
  background: #fff;
  margin-bottom: 50px;
}
.before_after_ttl{
  background: var(--site-primary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 0;
  font-size: clamp(20px, 2.5vw, 30px);
}
.before_after_ttl span{
  font-size: clamp(18px, 2.2vw, 27px);
}
.before_after_box{
  padding: clamp(20px, 3.2vw, 40px);
  gap: 30px;
}
.before_after_box li{
  width: 48.5%;
  border-radius: 5px;
  background: var(--site-palecolor);
}
.before_after_box dt{
  background: var(--site-secondary);
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.before_after_box dd{
  padding: 30px;
}
.before_after_box dd img{
  margin-bottom: 20px;
}
@media only screen and (max-width: 568px) {
  .balloon_ttl {
    margin-bottom: 20px;
    padding: 5px 1.5em;
  }
  .before_after_contents {
    margin-bottom: 30px;
  }
  .before_after_box {
    gap: 20px;
  }
  .before_after_box li {
    width: 100%;
  }
  .before_after_box dd {
    padding: 20px;
  }
}
/*===============================================
 *	選ばれる理由
===============================================*/
.reasons .btn_border {
  margin-top: 4%;
}

@media only screen and (max-width: 568px) {
  .reasons .btn_border {
    margin: 4% 0 1%;
  }
}
/*===============================================
 *	料金の目安
===============================================*/
.price .icon_box{
  padding: 2% 3.6%;
  margin-bottom: 50px;
}
.price_table_wrapper {
  margin: 0 0 3.5%;
}

.basic_table.price_table tbody th {
  position: relative;
  width: 26.7%;
}
.basic_table.price_table tbody th img {
  width: 100%;
  margin: 0;
}
.basic_table.price_table tbody th .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 99.8%;
}
.basic_table.price_table tbody th .name::before {
  background: rgba(253, 238, 33, 0.8);
}
.basic_table.price_table tbody td:first-of-type {
  width: 26.7%;
  padding: 1.25em 0;
}

@media only screen and (max-width: 568px) {
  .price .ttl_copy_set .main_txt {
    background-size: 1.15em auto;
    padding-left: 1.5em;
  }
  .price_table_wrapper {
    margin-bottom: 7.5%;
  }
  .price_table_wrapper .annotation_txt {
    margin-left: 0;
  }
  .basic_table.price_table {
    border-radius: 10px;
  }
  .basic_table.price_table thead {
    display: none;
  }
  .basic_table.price_table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 10px !important;
  }
  .basic_table.price_table tbody th {
    border-right: 1px solid #c0cfe6;
    display: block;
    width: 100%;
  }
  .basic_table.price_table tbody th > div {
    display: flex;
    flex-direction: column;
  }
  .basic_table.price_table tbody th picture {
    order: 2;
  }
  .basic_table.price_table tbody th .name {
    color: #fff;
    transform: none;
    position: relative;
    order: 1;
    font-size: 21px;
    padding: 0.5em 0 0.6em;
  }
  .basic_table.price_table tbody th .name::before {
    background: var(--site-secondary);
    transform: none;
  }
  .basic_table.price_table tbody td {
    display: block;
    width: 100% !important;
    font-size: 15px;
    line-height: 1.75;
  }
  .basic_table.price_table tbody td .txt_keycolor {
    font-size: 21px;
  }
  .basic_table.price_table tbody td:nth-of-type(1) {
    line-height: 1.3;
    padding: 2% 0;
  }
  .basic_table.price_table tbody td:nth-of-type(2) {
    text-align: center;
    padding: 3.5% 0;
    border-left: 1px solid #c0cfe6;
  }
}
/*===============================================
 *	作業事例
===============================================*/
.case .inner {
  max-width: initial;
}
.case .case_box {
  margin: 0;
  max-width: 1120px;
}
.case .case_ttl {
  display: flex;
}
.case .case_ttl .label {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .case_ttl .label img {
  width: 80%;
}
.case .case_ttl .ttl {
  font-size: clamp(21px, 2.2vw, 34px);
  background: none;
  padding: 0.7em 0 0.7em 0.8em;
}
.case .case_info .total_price {
  margin-bottom: 0.5%;
}
.case .detail_table {
  margin-top: 3%;
}
.case .detail_table th {
  width: 17.5%;
  padding: 1em 0;
}
.case .detail_table td {
  padding: 1em 1.5em;
}

@media only screen and (max-width: 1024px) {
  .case .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .case .case_box {
    margin: 0 5.3vw;
  }
  .case .case_ttl {
    display: block;
  }
  .case .case_ttl .label img {
    width: 24%;
  }
  .case .case_ttl .ttl {
    line-height: 1.5;
    padding: 0.7em 0;
  }
  .case .detail_table th {
    width: 28%;
  }
  .case .detail_table td {
    padding: 1em 1em;
  }
}
/*===============================================
 *	ネズミの特徴と見分け方
===============================================*/
.nezumi_type {
  background: url(../img/common/bg_stripe_02.png);
}
.nezumi_type .ttl_copy_set .main_txt {
  background: url(../img/shiroari/icon_search.png) no-repeat left center;
  background-size: 1.15em;
  padding-left: 1.45em;
}
.nezumi_type .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.nezumi_type .desc .txt_keycolor {
  font-size: 1.2em;
}
.nezumi_type .table_wrapper {
  margin: 3.5% 0;
}
.nezumi_type .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}
.nezumi_type .basic_table:nth-of-type(1) thead th:last-of-type,
.nezumi_type .basic_table:nth-of-type(2) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.nezumi_type .basic_table:nth-of-type(2) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.nezumi_type .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}
.nezumi_type .basic_table:nth-of-type(2) {
  border-radius: 0;
  width: 41%;
}
.nezumi_type .basic_table tbody tr:last-of-type td:last-of-type{
  border-radius: 0;
}

.nezumi_type .basic_table:nth-of-type(2) th:first-of-type,
.nezumi_type .basic_table:nth-of-type(3) th:first-of-type {
  display: none;
}
.nezumi_type .basic_table:nth-of-type(3) {
  border-radius: 0 10px 10px 0;
  width: 41%;
}

.nezumi_type .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 0;
  height: clamp(50px, 5vw, 120px);
}
.nezumi_type .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
}
.nezumi_type .basic_table tbody td {
  width: 40.625%;
  padding: 1.25em 1.0em;
}
.nezumi_type .basic_table tbody td img{
  width: 40%;
}
.nezumi_type .basic_table tbody td img.kumanezumi_image{
  padding: 18px 0;
}
.nezumi_type .basic_table tbody td img.dobunezumi_image{
  padding: 17px 0 17px;
}
.nezumi_type .basic_table tbody td img.hatsukanezumi_image{
  padding: 18px 0 17px;
}
.definition dt {
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: bold;
  border-bottom: #dde5e7 2px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.definition dt img{
  margin-right: 20px;
  width: 50px;
}

@media only screen and (max-width: 568px) {
  .nezumi_type .desc .txt_keycolor {
    font-size: 1.13em;
  }
  .nezumi_type .table_wrapper {
    flex-direction: column;
    margin: 3% 0 6%;
  }
  .nezumi_type .basic_table {
    width: 100% !important;
  }
  .nezumi_type .basic_table .sp {
    display: table-row;
  }
  .nezumi_type .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
  .nezumi_type .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(2) {
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(2) th{
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(2) th:first-of-type,
  .nezumi_type .basic_table:nth-of-type(3) th:first-of-type {
    display: table-cell;
  }
  .nezumi_type .basic_table tbody tr:last-of-type td:last-of-type {
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(3) {
    border-radius: 0 0 10px 10px;
  }
  .nezumi_type .basic_table:nth-of-type(3) tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 0;
  }
  .nezumi_type .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }
  .nezumi_type .basic_table tbody th {
    padding: 0.8em 0;
  }
  .nezumi_type .basic_table:nth-of-type(1) thead th:last-of-type, .nezumi_type .basic_table:nth-of-type(2) thead th:last-of-type {
    border-right: none;
  }
  .basic_table thead th:last-of-type {
    border: none;
  }
  .nezumi_type .basic_table tbody td {
    padding: 0.8em 1.25em;
  }
  .definition dt {
    padding-bottom: 0;
  }
  .definition dt img {
    margin-right: 10px;
    width: 40px;
  }
}

/*===============================================
 *	ネズミの侵入経路
===============================================*/
.route{
  background: url(../img/common/bg_wall.jpg) no-repeat;
  background-size: cover;
}
.route .ttl_copy_set .main_txt {
  background: url(../img/common/icon_road.png) no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.55em;
}
.route .ttl_left_border {
  margin: 2.5% 0 3%;
}
.route .ttl_left_border .size {
  font-size: 0.85em;
}
.route .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.route .desc .txt_keycolor {
  font-size: 1.2em;
}
.route .route_content {
  margin-bottom: 50px;
}
.route picture {
  width: 31.5%;
  max-width: 351px;
}
.route picture img {
  border-radius: 10px;
}
.route .basic_table {
  width: 65.5%;
}
.route .basic_table thead th {
  background: var(--site-primary);
}
.route .basic_table tbody th {
  background: var(--site-palecolor);
  text-align: left;
  padding-left: 1em;
  border-right: 1px solid #c0cfe6;
  width: 35%;
}

@media only screen and (max-width: 568px) {
  .route .ttl_copy_set .main_txt {
    line-height: 1.6;
    background-size: 1.55em;
    padding-left: 1.85em;
  }
  .route .desc .txt_keycolor {
    font-size: 1.13em;
  }
  .route .ttl_left_border {
    margin: 3.5% 0 4.5%;
  }
  .route .route_content {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .route picture {
    width: 100%;
    max-width: initial;
  }
  .route .basic_table {
    width: 100%;
    border-radius: 10px;
    margin-top: 5.5%;
  }
  .route .basic_table tbody th {
    width: 34%;
    padding-left: 5.5%;
  }
  .route .basic_table tbody td {
    padding: 0.85em 1.25em;
  }
  .route .basic_table tbody td::before {
    display: block;
    content: "";
    min-height: 5%;
  }
  .route .basic_table tbody tr:last-of-type td {
    padding: 1.55em 1.25em;
  }
}

/***********************************************
* ネズミ侵入＝ダニ・ノミ被害にも注意！
************************************************/
.nezumi_caution{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.nezumi_caution_ttl{
  background: var(--site-secondary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 40px);
  padding: 10px 0;
  text-align: center;
}
.nezumi_caution_ttl > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nezumi_caution_ttl > span::before,
.nezumi_caution_ttl > span::after {
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: '';
}
.nezumi_caution_ttl > span::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.nezumi_caution_ttl > span::after {
  transform: rotate(35deg);
  margin-left: 20px;
}
.nezumi_caution_box{
  padding: 40px;
}
.nezumi_caution_contents{
  background: var(--site-palecolor);
  border-radius: 5px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto auto;
  grid-template-areas:
    "header image"
    "content image";
  column-gap: 30px;
  row-gap: 10px;
}
.img_caution { grid-area: image; }
.icon_caution_ttl { grid-area: header; }
.nezumi_caution_txtbox { grid-area: content; }
.icon_caution_ttl{
  font-size: clamp(18px, 2.2vw, 27px);
  padding: 0 0 10px 0;
  border-bottom: #c0c3c7 2px dotted;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon_caution_ttl img{
  max-width: 50px;
}
.nezumi_caution_txtbox{
  font-size: clamp(14px, 1.5vw, 17px);
}
.img_caution {
  max-width: 300px;
}
.btn_column{
  margin-top: 30px;
}
.btn_column li{
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .btn_column li{
    max-width: 430px;
  }
}
@media only screen and (max-width: 568px) {
  .nezumi_caution_ttl > span {
    display: block;
    justify-content:unset;
    align-items: unset;
  }
  .nezumi_caution_ttl > span::before,
  .nezumi_caution_ttl > span::after {
    content: none;
  }
  .nezumi_caution_ttl{
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .nezumi_caution_ttl::before,
  .nezumi_caution_ttl::after {
    width: 3px;
    height: 50px;
    background-color: #fff;
    content: '';
  }
  .nezumi_caution_ttl::before {
    transform: rotate(-35deg);
    margin-right: 15px;
  }

  .nezumi_caution_ttl::after {
    transform: rotate(35deg);
    margin-left: 15px;
  }
  .nezumi_caution_box {
    padding: 20px;
  }
  .nezumi_caution_contents {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
    "header"
    "image"
    "content";
    column-gap: 0;
    row-gap: 20px;
  }
  .icon_caution_ttl img{
    max-width: 40px;
  }
  .btn_column{
    margin-top: 20px;
  }
  .btn_column li:first-child{
    margin-bottom: 10px;
  }
}
/*===============================================
 *	根本解決
===============================================*/
.self_fix {
  background: url(../img/common/bg_wall.jpg) no-repeat center;
  background-size: cover;
}
.self_fix .ttl_copy_set .main_txt {
  background: url(../img/gokiburi/icon_stop.png) no-repeat left center;
  background-size: 1.27em;
  padding-left: 1.5em;
}
.self_fix .risk_list {
  margin-top: 6.5%;
}
.arrow_bottom_pink {
  position: relative;
}
.arrow_bottom_pink::after {
  content: "";
  display: block;
  height: 45px;
  width: 248px;
  background: url(../img/nezumi/arrow_bottom.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.exclamation_box{
  margin-bottom: 60px;
}
.nezumi_leave_box{
  padding: 40px;
}
.nezumi_leave_contents{
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}
.nezumi_leave_contents ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nezumi_leave_contents li {
  background: url(../img/common/icon_check03.svg) no-repeat center left;
  background-size: 43px 37px;
  padding: 15px 0 15px 6%;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.5;
  width: 48%;
}
.nezumi_leave_contents li:nth-child(-n+4) {
  border-bottom: #c4c4c4 2px dotted;
}
.nezumi_caution .icon_box{
  background: #fbefee;
  border: none;
}
@media only screen and (max-width: 968px) {
  .nezumi_leave_contents li {
    background-size: 33px 27px;
  }
}
@media only screen and (max-width: 568px) {
  .exclamation_box{
    margin-bottom: 40px;
  }
  .arrow_bottom_pink::after {
    bottom: -50px;
  }
  .self_fix .ttl_copy_set .main_txt {
    background-size: 1.31em;
    padding-left: 0.5em;
    background-position: 4% 1%;
  }
  .self_fix .risk_list {
    margin-top: 13.5%;
  }
  .nezumi_leave_box {
    padding: 20px;
  }
  .nezumi_leave_contents{
    padding: 5px 20px;
  }
  .nezumi_leave_contents li {
    background-size: 25px 19px;
    padding: 15px 0 15px 35px;
    width: 100%;
  }
  .nezumi_leave_contents li:nth-child(-n+5) {
    border-bottom: #c4c4c4 2px dotted;
  }
  
}
/*===============================================
 *	CTA
===============================================*/
.cta .appeal_block::before {
  left: 12%;
}

.cta .appeal_block::after {
  right: 12%;
}

@media only screen and (max-width: 960px) {
  .cta .appeal_block::before {
    left: 9%;
  }
  .cta .appeal_block::after {
    right: 9%;
  }
}
@media only screen and (max-width: 568px) {
  .cta .appeal_block::before {
    left: -3%;
  }
  .cta .appeal_block::after {
    right: -3%;
  }
}/*# sourceMappingURL=gokiburi.css.map */