@charset "UTF-8";
/*
Theme Name: aili
Description: petkasou
Version: 1.0
Author: od
*/
ul {
  list-style: none;
  padding-left: 0; /* デフォルトのインデントをリセット */
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  background: #ffffff;
}

body {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  color: #252525;
  line-height: 1.4;
  color: #3e1601;
  background: #ffffff;
}

figure {
  margin: 0;
  text-align: center;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #3e1601;
  text-decoration: underline;
}

a:hover {
  color: #3e1601;
  text-decoration: none;
}

.highlight a {
  color: #3e1601;
}

.highlight a:hover {
  color: #3e1601;
}

p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/*******************************
/* ヘッダー
*******************************/
#head h1 {
  color: #fff;
  font-size: 0.7rem;
}
@media screen and (max-width: 640px) {
  .h1{
  font-size: 0.5rem;
  }}   
/************************************
/* メインナビゲーション
************************************/
#navmenu1 {
  /* Large devices (desktops) */
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  top: 70px;
  background-color: #bc838b;
  color: #fff;
}
@media (min-width: 992px) {
  #navmenu1 {
    position: static;
    display: block;
    background-color: transparent;
    /* CSS code goes here */
  }
}
#navmenu1 .navbar-nav li.nav-item {
  padding: 10px 10px 10px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#navmenu1 .navbar-nav li.nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #navmenu1 .navbar-nav li.nav-item a {
    text-align: left;
    color: #000000;
    /* CSS code goes here */
  }
}
#navmenu1 .navbar-nav li.nav-item a span {
  display: block;
  text-align: center;
  font-size: 0.6em;
  font-family: "Open Sans Condensed", sans-serif;
  color: #603813;
}
#navmenu1 .navbar-nav li.nav-item::after {
  content: none;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #navmenu1 .navbar-nav li.nav-item::after {
    position: absolute;
    top: 20px;
    left: -20px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 18px;
    border-right: solid #252525 1.5px;
    -webkit-transform: rotate(5deg);
    transform: rotate(15deg);
    /* CSS code goes here */
  }
}

.navbar-toggler {
  outline: none;
  border: none;
  background: transparent;
  padding: 0.5rem;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #bc838b;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon::before, .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #bc838b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
  left: 0;
}
.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
  left: 0;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #bc838b;
}
.navbar-toggler.collapsed .navbar-toggler-icon::before {
  top: -8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggler.collapsed .navbar-toggler-icon::after {
  top: 8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

/*******************************
メイン画像
*******************************/
.main .swiper-container .swiper-wrapper ul.main_visual_copy {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  list-style-type: none;
}
.main .swiper-container .swiper-wrapper ul.main_visual_copy li::marker {
  display: none;
}
.main .swiper-container .swiper-wrapper img {
  width: 70%;
}

/*******************************
ボタン
*******************************/
.more {
  text-align: center;
}
.more a {
  display: inline-block;
  border: 2px solid #bc838b;
  color: #bc838b;
  background: #ffffff;
  padding: 10px 20px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  font-size: 15px;
  width: 280px;
  position: relative;
}
.more a.add_arrow:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: #bc838b;
}
.more a.add_arrow:hover:after {
  border-color: #ffffff;
  color: #ffffff;
  background: #bc838b;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-color: #ffffff;
  border-top: 2px solid #bc838b;
  border-right: 2px solid #bc838b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*********** homeコンテンツ*******************/
#home h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 2.5rem;
}
#home h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin: auto;
  background: rgb(62, 22, 1);
}
#home #pet .text-bg {
  /* Large devices (desktops) */
  padding: 5rem 1rem 5rem;
}
@media (min-width: 992px) {
  #home #pet .text-bg {
    padding-top: 100px;
    min-height: 400px;
    /* CSS code goes here */
  }
}
#home #pet .text-bg.right {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #home #pet .text-bg.right {
    position: relative;
    right: 100px;
    /* CSS code goes here */
  }
}
#home #pet .text-bg {
  /*background-color: #fff;*/
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #home #pet .text-bg {
    padding: 1rem 10rem 1rem;
    /* CSS code goes here */
  }
}
#home #pet .text-bg h3 {
  text-align: center;
}
#home #pet .text-bg.left {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #home #pet .text-bg.left {
    position: relative;
    left: 100px;
    /* CSS code goes here */
  }
}

.sec_04 .shopinfo .col_left {
  padding-right: 0;
  background-color: #F8F2F3;
}
.sec_04 .shopinfo .col_left p {
  margin-bottom: 0;
}
.sec_04 .shopinfo .col_left .sec_04_box {
  padding: 1rem 1rem 1rem;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  .sec_04 .shopinfo .col_left .sec_04_box {
    padding-top: 100px;
    padding-left: 300px;
    /* CSS code goes here */
  }
}
.sec_04 .shopinfo .col_left .sec_04_box p.text-large {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sec_04 .shopinfo .col_left .sec_04_box p.mb-0 {
  margin: 0;
  font-size: 1rem;
}
.sec_04 .shopinfo .col_right {
  padding-left: 0;
  background-color: #F2E6E8;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  .sec_04 .shopinfo .col_right {
    padding-top: 100px;
    padding-left: 50px;
    /* CSS code goes here */
  }
}
.sec_04 .shopinfo .col_right .google_map {
  position: relative;
  width: 100%;
  height: 250px;
}
.sec_04 .shopinfo .col_right .google_map iframe {
  /* Large devices (desktops) */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .sec_04 .shopinfo .col_right .google_map iframe {
    position: static;
    width: 600px;
    height: 250px;
    /* CSS code goes here */
  }
}

/*********** ペットの火葬についてのご質問・ご相談は*******************/
/*********** footer******************/
footer {
  background-color: #bc838b;
  padding: 1rem 0 1rem;
  color: #fff;
  text-align: center;
}
footer nav ul {
  list-style: none;
  padding: 0;
}
footer nav ul li {
  display: inline;
  font-size: 1rem;
}
footer nav ul li:not(:first-child):before {
  content: "|";
  margin-right: 1em;
  margin-left: 1em;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
}

/*******************************
見出し
*******************************/
#confirm h2, #spec h2 {
  color: #fff;
  padding: 1rem 1rem 1rem;
}

.heading {
  background-color: #bc838b;
  position: relative;
  margin-bottom: 2em;
}

.heading:after {
  content: "";
  width: 115px;
  height: 35px;
  background: url(images/h2_after_arrow.png) no-repeat;
  position: absolute;
  bottom: -30px;
  left: 46%;
  background-size: 90%;
}

/*************
/* 下層共通ヘッダー
*************/
#headerBg {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 1;
  background: #bc838b;
}
#headerBg.single {
  /* background: url(images/bg-blog.jpg) no-repeat center/cover; */
}
#headerBg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#headerBg .topmessage {
  position: relative;
  z-index: 3;
}
#headerBg .topmessage h1 {
  text-align: center;
  color: #fff;
  position: relative;
}
#headerBg .topmessage h1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  margin: auto;
  width: 60px;
  height: 4px;
  background: #ffffff;
}

/*************
/* 下層見出し
*************/
.kasou h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 5rem;
}
.kasou h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin: auto;
  background: rgb(62, 22, 1);
}
.kasou h3 {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0.4em 0.7em;
  border-bottom: 1px solid #3e1601;
  color: #3e1601;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.kasou h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 14px;
  background: #bc838b;
}
.kasou h4 {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 0.7em;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.kasou h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #bc838b;
}
.rem2 {
  margin-bottom: 2rem;
}


/*************
/*汎用系飾り付け
*************/
.highlight {
  background: #f6f4ef;
  color: #222222;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
  margin: 10px 0px 10px 10px;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0px;
}

/*************
火葬の流れ
*************/
.flow .head {
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 150px;
  background-color: #bc838b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 135px;
  color: #fff;
  font-size: 1.6rem;
}
.flow .head p.step {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
}
.flow .head p.step small {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}
.flow .head p.step::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #ffffff transparent transparent transparent;
}
.flow .head p.step::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #bc838b transparent transparent transparent;
  clear: both;
}

/*************
私たちについて
*************/
/*************
料金
*************/
.w100 {
  width: 100%;
  border-collapse: collapse;
}

.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.6rem;
}
.table-default th,
.table-default td {
  border: 1px solid #cccccc;
}
.table-default th {
  background: #3e1601;
  color: #ffffff;
}
.table-default td {
  background: #ffffff;
}

/*************
私たちについて
*******/
/*************
よくある質問
*******/
#faq {
  padding: 1rem;
  background-color: #F6F4EF;
}
#faq dl {
  margin-bottom: 1.5rem;
}
#faq dl dt {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: relative;
  background-color: #fff;
}
#faq dl dd {
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: none;
}
#faq dl dd.show {
  display: block;
}

/*************
文章飾り
*******
/*************
文章飾り
*******
/*************
文章飾り
*******


/* ぱんくず */
div.breadcrumbs {
  margin-left: 10px;
  padding: 5px 0 0 10px;
}

/*************
/* フォーム
*********/
form {
  padding: 1rem;
  background-color: #f6f4ef;
}
form table.table {
  width: 100%;
  border-collapse: collapse;
}
form table.table tbody {
  display: block;
  width: 100%;
}
form table.table tr {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
form table.table th {
  width: 200px;
  border-top: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
}
form table.table td {
  border-top: none;
  display: block;
  width: 100%;
}
form table.table td input,
form table.table td textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
form table.table td textarea {
  height: 120px;
  resize: none;
}

/*************
/*ブログ共通 装飾
*************/
.blogContent h1 {
  position: relative;
  font-size: 1.8rem;
  padding: 10px 0 10px 25px;
  margin: 1rem 0;
  clear: both;
  /* 文字の影 */
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.91), -2px 2px 1px rgba(255, 255, 255, 0.91), 2px -2px 1px rgba(255, 255, 255, 0.91), -2px -2px 1px rgba(255, 255, 255, 0.91), 2px 0px 1px rgba(255, 255, 255, 0.91), 0px 2px 1px rgba(255, 255, 255, 0.91), -2px 0px 1px rgba(255, 255, 255, 0.91), 0px -2px 1px rgba(255, 255, 255, 0.91);
  /* 背景グラデーション */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  border: 1px solid #e5e5e5;
}
.blogContent h1:before {
  content: "";
  width: 10px;
  height: 70%;
  position: absolute;
  top: 9px;
  left: 4px;
  /* グラデーション背景 */
  background: -webkit-gradient(linear, left top, left bottom, from(#c5deea), color-stop(31%, #8abbd7), to(#066dab));
  background: -webkit-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%);
  background: linear-gradient(to bottom, #c5deea 0%, #8abbd7 31%, #066dab 100%);
}

.blogContent h2 {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
  line-height: 1.4;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.blogContent h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 50px;
  height: 4px;
  background-color: #bc838b;
}
.blogContent h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50px;
  bottom: -4px;
  width: 2px;
  height: 4px;
  background-color: #fff;
}
.blogContent h3 {
  background: #ecf2f4;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: #002b46;
  margin-bottom: 1.5rem;
}
.blogContent h4 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  line-height: 1.4;
  padding: 0;
  padding-left: 1rem;
  color: #003b60;
  border-left: 4px solid #002b46;
}
.blogContent h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 40px;
  height: 3px;
  background-color: #bc838b;
}
.blogContent h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: -3px;
  width: 2px;
  height: 3px;
  background-color: #fff;
}
.blogContent h5 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #444;
  font-weight: normal;
}
.blogContent h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #bc838b;
}
.blogContent h5:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: -2px;
  width: 2px;
  height: 2px;
  background-color: #fff;
}
.blogContent span.f {
  font-weight: bold;
}
.blogContent span.y {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #ffe500));
  background-image: -webkit-linear-gradient(transparent 50%, #ffe500 0);
  background-image: linear-gradient(transparent 50%, #ffe500 0);
  color: #050505;
  font-weight: bold;
}
.blogContent dl dt {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  display: inline;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: relative;
}
.blogContent dl dt::after {
  content: "";
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bc838b;
  border-right: 6px solid transparent;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blogContent dl dd {
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: inline;
}

#bottomBtn .yoyaku {
  background: #bc838b;
}

#bottomBtn .otameshi {
  background: rgba(206, 185, 133, 0.754);
}

form .text-center input[type=submit] {
  padding: 10px 20px;
  width: 150px;
  margin: 0 auto;
  display: block;
}/*# sourceMappingURL=style.css.map */




table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #3e1601;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #3e1601;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
	.spp{
		display:none;
	}	
}

@media (min-width: 800px){
  .sample{ display: none; }
}

.news_list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.news_list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	gap: 2em;
}
.news_list ul li span.date {
  font-size: 1rem;
  color: #3e1601;
}
.news_list ul li a {
  color: #bc838b;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.news_list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #bc838b;
  transition: width 0.3s ease;
}

.news_list ul li a:hover::after {
  width: 100%;
}

.ic{
inline-block;

}
.red{
  color: #EB001A;
}
.map-container {
	position: relative;
	padding-top: 75%; /* 4:3 アスペクト比 */
	height: 0;
}

.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.indent-1 {
		padding-left:1em;
		text-indent:-1em;
	}

  .copi{
    color: #bc838b;
    font-weight: bolder;
  }
.db{
display:block;
}
.indent{
    padding-left: 1em;
  text-indent: -1em;
}