@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
section {
  margin-bottom: 60px;
}

.headPP {
  color: #000;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .headPP {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.headPP:before {
  color: #E7211B;
  content: "●";
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 2;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .headPP:before {
    font-size: 10px;
    font-size: 1rem;
  }
}

.hRed {
  position: relative;
}
.hRed li {
  font-weight: 600;
  margin: 0 0 15px 0;
}
.hRed li::before {
  background: #E7211C;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 5px;
  height: 5px;
}
.hRed.inBlock li {
  display: inline-block;
  padding-right: 40px;
}

.hRed tr th::before {
  background: #E7211C;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 5px;
  height: 5px;
}

/*  /////////////////////////////////////////////////
Responsive 
*/
@media only screen and (max-width: 960px) {
  section {
    margin-bottom: 40px;
  }

  .headPP {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
    margin-bottom: 16px;
    padding-left: 16px;
    position: relative;
  }
  .headPP:before {
    color: #E7211B;
    content: "●";
    font-size: 7px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .hRed.inBlock li {
    display: block;
    padding-right: 20px;
    margin: 0 0 5px 0;
  }
}