@charset "UTF-8";
/* ===================================================================
navigation
=================================================================== */
.home #h_wrap #header #logo a {
  display: none;
}

.home #gnavi ul li.top a {
  font-weight: bold;
  color: #F08100;
}

body.single #gnavi ul li.accordion span {
  font-weight: bold;
  color: #F08100;
}

body.page-id-417 #gnavi ul li.schedule a {
  font-weight: bold;
  color: #F08100;
}

body.page-id-2 #gnavi ul li.warranty a {
  font-weight: bold;
  color: #F08100;
}

.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 6px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
  background-color: #F08100;
  border: 1px solid white;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  border-radius: 100px;
  background-color: white;
}

.menu-trigger span:nth-of-type(1) {
  top: 10px;
}

.menu-trigger span:nth-of-type(2) {
  top: 18px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 9px;
}

.menu-trigger.active {
  transform: translateX(-250px);
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#gnavi {
  width: 250px;
  height: 100%;
  padding: 30px 20px;
  background-color: #FFFCE3;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(280px);
  transition: all .5s;
  overflow-y: scroll;
}

#gnavi.open {
  transform: translateZ(0);
}

#gnavi li {
  font-size: 14px;
  border-top: 1px solid #C69D6D;
}

#gnavi li.accordion span {
  position: relative;
  display: block;
  padding: 20px 0;
}

#gnavi li.accordion span:before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  font-size: 16px;
}

#gnavi li.contact {
  padding-top: 20px;
}

#gnavi li.contact a:before {
  display: none;
}

#gnavi li a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #707070;
}

#gnavi li a:before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  font-size: 16px;
}

#gnavi li span {
  color: #707070;
}

#gnavi li ul {
  margin-left: 10px;
}

#gnavi li ul li a {
  display: block;
  padding: 10px;
  color: #707070;
}

#gnavi li:first-child {
  border-top: 0;
}

#gnavi li .card-header {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

#gnavi li.contact a {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #F08100;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #F08100;
  background-color: white;
  border-radius: 100px;
}

/* ===================================================================
header
=================================================================== */
#h_wrap {
  width: 100%;
  padding: 20px;
}

#h_wrap #header #logo {
  width: 135px;
}

#h_wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/* ===================================================================
section-common
=================================================================== */
section {
  padding: 40px 5%;
}

section header h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #707070;
}

section header h2 small {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
}

section header h2 span {
  display: block;
  color: #F08100;
  font-size: 26px;
}

section header h2 span strong {
  font-size: 80px;
}

/* ===================================================================
home
=================================================================== */
#mv {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  margin: -20px auto 0;
  padding: 80px 10% 0;
}

#mv h1 {
  padding-bottom: 15%;
  font-size: 34px;
  color: #707070;
  text-align: center;
}

#mv h1 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}

#mv #mv_img {
  padding-bottom: 20%;
}

#mv #ind_logo {
  width: 150px;
  margin: 0 auto;
  padding-bottom: 5%;
}

#point {
  position: relative;
  background: #fffce5;
}

#point:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -30px;
  width: 1px;
  height: 70px;
  margin-left: -1px;
  background-color: #707070;
}

#point:after {
  content: 'SCROLL';
  position: absolute;
  top: -60px;
  left: 50%;
  text-align: center;
  color: #707070;
  letter-spacing: 3px;
  font-size: 12px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#point ul{
  max-width: 640px;
  margin: 0 auto;
}

#point ul li {
  margin-bottom: 5%;
  padding: 20px;
  border: 2px solid #707070;
  border-radius: 10px;
  background-color: white;
}

#point ul li:last-child {
  margin-bottom: 0;
}

#point ul li h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #F08100;
  border-bottom: 1px solid #707070;
}

#point ul li p {
  text-align: center;
  font-size: 14px;
  color: #707070;
}

#point ul li p span.red_txt{
  font-weight: bold;
  color: #CC0000;
}

#point ul li p.number {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #F08100;
}

#point ul li p.number:before, #point ul li p.number:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #707070;
  display: block;
}

#point ul li p.number:before {
  margin-right: .6em;
}

#point ul li p.number:after {
  margin-left: .6em;
}

#manual_list ul {
  max-width: 640px;

  margin: 0 auto -20px;
}

#manual_list ul:after {
  content: '';
  display: block;
  width: 30%;
}

#manual_list ul li {
  width: 30%;
  margin-bottom: 20px;
}

#manual_list ul li a {
  display: block;
  text-align: center;
}

#manual_list ul li a img {
  margin: 0 auto 5px;
  width: 160px;
}
#manual_list ul li.thum_card_01 a img {
  border:2px solid #707070;
  border-radius: 10px;
}

#manual_list ul li a span {
  display: block;
  text-align: center;
  color: #4B4A48;
  font-size: 15px;
}
#manual_list ul li a span.sub {
  font-size: 14px;
}

#manual {
  padding-top: 60px;
}

#manual article {
  margin-bottom: 30px;
}

#manual article #thumbnail {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  background-size: cover;
}

#manual article h1 {
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4B4A48;
}

#manual article .accordion .box {
  margin-bottom: 15px;
  border: 2px solid #F08100;
  border-radius: 6px;
}

#manual article .accordion .box:last-of-type {
  margin-bottom: 0;
}

#manual article .accordion .box a.card-header {
  display: block;
  position: relative;
  color: #4B4A48;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 55px 20px 20px !important;
  border: 0 !important;
  background: none !important;
}

#manual article .accordion .box a.card-header[data-toggle="collapse"]::before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #F08100;
}

#manual article .accordion .box a.card-header[aria-expanded=true]::before {
  content: "" !important;
  background-color: #CC0000 !important;
}

#manual article .accordion .box .wp-block-group.inner_box {
  padding: 0 20px;
}

#manual article .accordion .box .wp-block-group__inner-container p {
  margin-bottom: 20px;
  font-size: 12px;
  color: #707070;
}

#manual article .accordion .box .wp-block-group__inner-container p.red_text strong {
  font-weight: bold;
  color: #CC0000;
}

#manual article .accordion .box .wp-block-group__inner-container p.problem {
  position: relative;
  margin: 0 0 30px;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  background-color: #F08100;
}

#manual article .accordion .box .wp-block-group__inner-container p.problem:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F08100;
}

#manual article .accordion .box .wp-block-group__inner-container p.scroll_text {
  padding: 5px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #707070;
}

#manual article .accordion .box .wp-block-group__inner-container h3 {
  margin: 30px 0 15px;
  padding: 10px;
  font-size: 15px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  background-color: #CC0000;
}

#manual article .accordion .box .wp-block-group__inner-container .list_txt{
  margin-left: 20px;
}

#manual article .accordion .box .wp-block-group__inner-container .list_txt li {
  list-style: decimal;
  font-size: 12px;
  color: #707070;
}

#manual article .accordion .box .wp-block-group__inner-container h3.mg-none {
  margin: 0;
}

#manual article .accordion .box .wp-block-group__inner-container h3.mgb-none {
  margin-bottom: 0;
}

#manual article .accordion .box .wp-block-group__inner-container h4 {
  margin-bottom: 15px;
  padding: 8px 0 9px 15px;
  font-size: 15px;
  color: #4B4A48;
  font-weight: bold;
  border-bottom: 1px solid #C69D6D;
  border-left: 7px solid #C69D6D;
}

#manual article .accordion .box .wp-block-group__inner-container h4.red_text {
  color: #CC0000;
}

#manual article .accordion .box .wp-block-group__inner-container .wp-block-image.mg-none {
  margin: 0;
}

#manual article .accordion .box .wp-block-group__inner-container .wp-block-image.mg-none figure {
  margin: 20px 0;
}

#manual article .accordion .box .wp-block-group__inner-container figure {
  width: 100%;
  margin: 0 0 20px 0;
}

#manual article .accordion .box .wp-block-group__inner-container figure.maintenance {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background: none;
}

#manual article .accordion .box .wp-block-group__inner-container figure.maintenance img {
  width: 465px;
  max-width: 465px;
  height: auto;
}

#manual article .accordion .box .wp-block-group__inner-container figure img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

#manual article .accordion .box .wp-block-group__inner-container .schedule_btn {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding-top: 20px;
  border-top: 1px solid #707070;
}

#manual article .accordion .box .wp-block-group__inner-container .schedule_btn a {
  position: relative;
  display: block;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 5px;
  text-align: center;
  line-height: 1.3;
  color: white;
  text-decoration: none;
  font-size: 30px;
  border-radius: 12px;
  background-color: #CC0000;
  -moz-box-shadow: 0px 6px 0px 0px #6f0000;
  -webkit-box-shadow: 0px 6px 0px 0px #6f0000;
  -ms-box-shadow: 0px 6px 0px 0px #6f0000;
  box-shadow: 0px 6px 0px 0px #6f0000;
}

#manual article .accordion .box .wp-block-group__inner-container .schedule_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 36px;
  margin-top: -18px;
  background: url(../images/common/contact_icon@2x.png) no-repeat;
  background-size: contain;
}

#manual article .accordion .box .wp-block-group__inner-container .schedule_btn a span {
  display: block;
  font-size: 14px;
}

#manual ul.nav_below li {
  width: 48%;
}

#manual ul.nav_below li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  color: #F08100;
  border-radius: 6px;
  border: 1px solid #707070;
}

#manual ul.nav_below li a:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 12px;
}

/* #manual ul.nav_below li.nav-previous {
  margin-left: 1%;
} */

#manual ul.nav_below li.nav-previous a:before {
  content: '\f053';
  left: 10px;
}

#manual ul.nav_below li.nav-next a:before {
  content: '\f054';
  right: 10px;
}

.outer_wall #thumbnail {
  background: url(../images/index/gaiheki@2x.png);
}

.diy #thumbnail {
  background: url(../images/index/diy@2x.png);
}

.kitchen #thumbnail {
  background: url(../images/index/kittin@2x.png);
}

.toilet #thumbnail {
  background: url(../images/index/toire@2x.png);
}

.balcony #thumbnail {
  background: url(../images/index/barukoni@2x.png);
}

.housing_equipment #thumbnail {
  background: url(../images/index/jutakusetubi@2x.png);
}

.interior_fittings #thumbnail {
  background: url(../images/index/naisou@2x.png);
}

.outside #thumbnail {
  background: url(../images/index/gaibu@2x.png);
}

.external_fittings #thumbnail {
  background: url(../images/index/gaibukengu@2x.png);
}

.ceiling #thumbnail {
  background: url(../images/index/tenjo@2x.png);
}

.roof #thumbnail {
  background: url(../images/index/yane@2x.png);
}

.flooring #thumbnail {
  background: url(../images/index/yukazai@2x.png);
}

.structure #thumbnail {
  background: url(../images/index/kouzou@2x.png);
}

.water_faucet #thumbnail {
  background: url(../images/index/suisen@2x.png);
}

.wash_basin #thumbnail {
  background: url(../images/index/senmen@2x.png);
}

.bathroom #thumbnail {
  background: url(../images/index/yokushitsu@2x.png);
}

.general_equipment #thumbnail {
  background: url(../images/index/setsubi@2x.png);
}

.morutaru #thumbnail {
  background: url(../images/index/morutaru@2x.png);
}

.pest #thumbnail {
  background: url(../images/index/pest_2@2x.png);
}

.bark_beetle #thumbnail {
  background: url(../images/index/bark_beetle@2x.png);
}

#schedule {
  background: #fffce5;
}

#schedule .bubble {
  position: relative;
  display: block;
  margin: 0 auto 1.5em;
  padding: 7px 10px;
  width: 100%;
  max-width: 295px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #F08100;
  box-sizing: border-box;
}

#schedule .bubble:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F08100;
  z-index: 2;
}

#schedule .btn {
  display: block;
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #CC0000;
  -moz-box-shadow: 0px 6px 0px 0px #6f0000;
  -webkit-box-shadow: 0px 6px 0px 0px #6f0000;
  -ms-box-shadow: 0px 6px 0px 0px #6f0000;
  box-shadow: 0px 6px 0px 0px #6f0000;
}

#schedule .btn a {
  position: relative;
  display: block;
  font-weight: bold;
  width: 100%;
  padding: 10px 0 0;
  line-height: 1.3;
  color: white;
  font-size: 30px;
}

#schedule .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 36px;
  margin-top: -18px;
  background: url(../images/common/contact_icon@2x.png) no-repeat;
  background-size: contain;
}

#schedule .btn a span {
  display: block;
  font-size: 14px;
}

#contact {
  background-color: #F08100;
}

#contact header h2 {
  color: white;
}

#contact h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: white;
  text-align: center;
}

#contact .line {
  margin-bottom: 30px;
}

#contact .line ul li {
  width: 49%;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
}

#contact .line ul li iframe {
  display: block;
  margin: 0 auto;
}

#contact .line ul li p {
  text-align: center;
  font-size: 16px;
  color: #707070;
  font-weight: bold;
}

#contact .line ul li p.id {
  font-size: 14px;
  margin-top: 10px;
}

#contact .tel .box {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
}

#contact .tel .box p {
  margin-bottom: 20px;
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 16px;
}

#contact .tel .box .tel_number {
  margin-bottom: 20px;
}

#contact .tel .box .tel_number:first-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}

#contact .tel .box .tel_number p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

#contact .tel .box .tel_number a {
  position: relative;
  padding-left: 40px;
  color: #CC0000;
  font-size: 24px;
}

#contact .tel .box .tel_number a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/common/fd_icon@2x.png) no-repeat;
  background-size: contain;
}

#contact .tel .box .reception {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #707070;
}

#contact .tel .box .reception p {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

#contact .tel .box .reception p span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

#page_cont {
  padding-top: 60px;
}

#page_cont h1 {
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4B4A48;
}

#page_cont h3 {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 15px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  background-color: #CC0000;
}

#page_cont h3.gray {
  background-color: #4B4A48;
}

#page_cont h3.brown {
  background-color: #C69D6D;
}

#page_cont h4 {
  margin-bottom: 15px;
  padding: 8px 0 9px 15px;
  font-size: 15px;
  color: #4B4A48;
  font-weight: bold;
  border-bottom: 1px solid #C69D6D;
  border-left: 7px solid #C69D6D;
}

#page_cont .orange_text {
  color: #F08100;
}

#page_cont .flow {
  margin-bottom: 10px;
  padding: 20px;
  border: 2px solid #F08100;
  border-radius: 6px;
  background-color: #FFFCE3;
}

#page_cont .flow figure.wp-block-image {
  margin: 0 !important;
}

#page_cont ul.tag {
  margin-bottom: 5px;
}

#page_cont ul.tag li {
  margin: 0 7px 15px 7px;
  padding: 5px 7px;
  color: white;
  font-size: 13px;
  border-radius: 6px;
  list-style: none;
  background-color: #F08100;
}

#page_cont ul.tag li:first-child {
  margin-left: 0;
}

#page_cont ul.part {
  margin-bottom: 20px !important;
}

#page_cont ul.part li {
  list-style: disc !important;
}

#page_cont ul.precautions {
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}

#page_cont ul.precautions li {
  padding: 5px 0 5px 20px;
  position: relative;
  list-style: none !important;
}

#page_cont ul.precautions li:before {
  content: '●';
  position: absolute;
  left: 0;
}

#page_cont .period {
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #F08100;
  background-color: #FFE9D2;
}

#page_cont .period p {
  text-align: center;
}

#page_cont .period p.year {
  padding-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

#page_cont .period p.year strong {
  font-size: 40px;
}

#page_cont .period p.range {
  padding-bottom: 10px;
}

#page_cont .period p.range span {
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 6px;
  background-color: white;
}

#page_cont .period p.range span strong {
  font-size: 18px;
}

#page_cont ol {
  margin-left: 20px;
}

#page_cont ol li {
  font-size: 14px;
  list-style-type: decimal;
}

#page_cont p {
  padding-bottom: 25px;
  font-size: 14px;
}

#page_cont p.sub_ttl {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 6px;
  color: white;
  background-color: #F08100;
}

#page_cont p.quick_look_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#page_cont p.quick_look_ttl:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin: 0 20px 0 0;
  background: #707070;
}

#page_cont p.quick_look_ttl:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin: 0 0 0 20px;
  background: #707070;
}

#page_cont p.problem {
  position: relative;
  margin: 20px 0 30px;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  background-color: #F08100;
}

#page_cont p.problem.col01 {
  margin-top: 0;
  background-color: #F8B400;
}

#page_cont p.problem.col01:before {
  border-top: 15px solid #F8B400;
}

#page_cont p.problem.col02 {
  margin-top: 0;
  background-color: #F29700;
}

#page_cont p.problem.col02:before {
  border-top: 15px solid #F29700;
}

#page_cont p.problem.col03 {
  margin-top: 0;
  background-color: #ED7700;
}

#page_cont p.problem.col03:before {
  border-top: 15px solid #ED7700;
}

#page_cont p.problem.col04 {
  margin-top: 0;
  background-color: #EA6104;
}

#page_cont p.problem.col04:before {
  border-top: 15px solid #EA6104;
}

#page_cont p.problem.col05 {
  margin-top: 0;
  background-color: #E8480C;
}

#page_cont p.problem.col05:before {
  border-top: 15px solid #E8480C;
}

#page_cont p.problem:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F08100;
}

#page_cont .accordion .box {
  margin-bottom: 10px;
  padding: 0;
  border: 2px solid #F08100;
  border-radius: 6px;
}

#page_cont .accordion .box:last-of-type {
  margin-bottom: 40px;
}

#page_cont .accordion .box .inner {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4B4A48;
}

#page_cont .accordion .box a.card-header {
  display: block;
  position: relative;
  color: #4B4A48;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 55px 20px 20px !important;
  border: 0 !important;
  background: none !important;
}

#page_cont .accordion .box a.card-header::before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #F08100;
}

#page_cont .accordion .box a.card-header[aria-expanded="false"]::before {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #F08100;
}

#page_cont .accordion .box a.card-header[aria-expanded=true]::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #CC0000 !important;
}

#page_cont .accordion .box .inner_box {
  padding: 0 20px;
}

#page_cont .accordion .box .inner_box .card-body {
  padding: 0 !important;
}

#page_cont .accordion .box .inner_box .card-body p {
  font-size: 14px;
}

#page_cont .accordion .box .inner_box .card-body p:last-child {
  padding-bottom: 0;
}

#page_cont .accordion .box .inner_box .card-body ul {
  margin-left: 17px;
  padding-bottom: 25px;
}

#page_cont .accordion .box .inner_box .card-body ul:last-of-type {
  padding-bottom: 0;
}

#page_cont .accordion .box .inner_box .card-body ul li {
  font-size: 14px;
  list-style: decimal;
}

#page_cont .accordion .box .inner_box .card-body .expendables p {
  padding-bottom: 10px;
}

#page_cont .accordion .box .inner_box .card-body .expendables p:last-child {
  padding-bottom: 0;
}

#footer {
  padding: 30px 10px;
}

#footer #f_logo {
  width: 150px;
  margin: 0 auto;
}
