@charset "UTF-8";


.c-mfa-pl {
  color: #e04433;
}

.bgc-logo {
  background-color: #e04433;
}

.ordinary-pan {
  background-color: #fff;
}

.ordinary-pan p{
  padding-left: 0!important;
  padding-right: 0!important;
}

.ordinary-pan a {
  color: #e04433;
  text-decoration: underline !important;
}

#main a,
.remodal a {
  color: #e04433;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#main h1,
.remodal h1 {
  /* position: relative;
  margin: 4em 0 .8em;
  padding: 0 0 10px;
  border-bottom: 2px solid #e04433;
  font-size: 24px;
  line-height: 1.4;
  text-align: center; */
  margin: 90px 0;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
  color: #222;}



#main h2,
.remodal h2 {
  /* margin: 3.2em 0 .8em;
  padding: 10px 10px 8px 16px;
  border-bottom: 1px solid #e04433;
  border-left: 8px solid #e04433;
  background-color: #f2f2f2;
  box-sizing: border-box;
  text-align: left;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal; */
  margin: 70px 0 50px 0;
  /*padding: 16px 24px;*/
  padding: 16px 0;
  display: block;
  background-color: #fff;
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

#main h3,
.remodal h3 {
  /* margin: 2.4em 0 .8em;
  background-color: #f2f2f2;
  padding: 8px 10px 6px 14px;
  box-sizing: border-box;
  border-left: 6px solid #e04433;
  text-align: left;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: normal; */
  margin: 40px 0 32px 0;
  padding: 0 0 0 16px;
  border-left: 4px solid #acacac;
  font-size: 22px;
  line-height: 1.6;
  color: #333;
}

#main h4,
.remodal h4 {
  /* margin: 1.6em 0 .8em;
  padding: 2px 0 0 14px;
  box-sizing: border-box;
  border-left: 6px solid #e04433;
  text-align: left;
  font-size: 16px;
  line-height: 23.2px;
  font-weight: normal; */
  margin: 40px 0 32px 0;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

/* .btn {
  display: block;
  margin: 2em auto;
  padding: 16px;
  width: 100%;
  max-width: 280px;
  background-color: #e04433;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
} */

#main .btn {
  border: solid 1px #e04433;
  background-color: #e04433;
}

#main .btn:hover {
  color: #e04433;}

#main .dcb-404-wrapper h1 {
  /* border-bottom: 2px solid #e04433; */
  }

.faq-list .item .top {
  background-color: #e04433;
}

.faq-list .item .bottom {
  border-right: 6px solid #e04433;
  border-bottom: 6px solid #e04433;
  border-left: 6px solid #e04433;
}

.faq-list .item .bottom .a::before {
  color: #e04433;
}

@media screen and (max-width: 767px) {

  .faq-list .item .bottom {
    border-right: 4px solid #e04433;
    border-bottom: 4px solid #e04433;
    border-left: 4px solid #e04433;
  }
}

#main input[type="submit"] {
  background-color: #e04433!important;
  border-right: 2px solid #e04433!important;
  border-bottom: 2px solid #e04433!important;
  border-left: 2px solid #e04433!important;
  border-top: 2px solid #e04433!important;
}

.siteSearch-txt:focus {
  box-shadow: 0 0 7px #e04433;
  border: 1px solid #e04433;
  outline: none;
}

.siteSearch-list h3 {
  color: #e04433;
}

#main .home-inner {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
#main .home-inner {
  padding-left: 24px;
  padding-right: 24px;
}
}

