@charset "utf-8";
/* CSS Document */

section#contents.base_txt p.bkTtl {
  padding:7px 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #323232;
  color: #fff;
  font-weight: 600;
}

.kami_point h6.point01{
  color: #ff5000;
  background-image: url("images/point01.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  margin-left: 1em;
}
.kami_point h6.point02{
  color: #ff5000;
  background-image: url("images/point02.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  margin-left: 1em;
}
.kami_point h6.point03{
  color: #ff5000;
  background-image: url("images/point03.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  margin-left: 1em;
}
section#contents.base_txt .kami_point p{
  color: #727171;
  font-weight: 600;
  width: 90%;
}

section#contents.base_txt p.kamiTxt{
  font-weight: 600;
  font-size: 15px;
  color: #727171;
  text-align: center;
  padding-top: 15px;
}

section#contents.base_txt p.kamiTxt span{
  font-weight: 600;
  font-size: 18px;
  color: #ECA02E;
  border-bottom: 2px solid #ECA02E;
}

ul.kami_serviceList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.kami_serviceList li{
  width: 48%;
  padding: 3px;
}

ul.kami_serviceList li img{
  width: 100%;
}

.con_area {
  border: 2px solid #ECA02E;
  border-radius: 15px;
  margin: 2em 1em;
}

.con_ttl {
  background: #ECA02E;
  text-align: center;
  padding: 8px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.con_ttl p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  width: 155px;
}

.con_ttl,.con_tel {
  vertical-align: middle;
}

.con_tel {
  padding: 1em;
}

section#contents.base_txt p.senAdd {
  font-weight: 600;
  color: #ECA02E;
  padding-bottom: 3px;
  font-size: 13px;
  width: 100%;
}

.senAdd span {
  color: #fff;
  background: #ECA02E;
  border-radius: 20px;
  padding: 4px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 4px;
}