body {
  font-family: 'Kozuka Gothic Pr6N',
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    "Meiryo";
  font-size: 62.5%;
}
h2,
h3 {
  margin: 0;
}
a,
a:visited,
p {
    font-weight: 500;
    color : #231815;
}
img {
  max-width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.wrapper {
  max-width: 913.8126px;
  margin: 0 auto;
}

/* templates */
h2,
.h3-box {
  background-image: url(../img/h_bg.png);
  /* background-image: url(/adv/rohtoV/img/h_bg.png); */
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
h2 {
  font-size: 3.714em;
  line-height: 1.24;
  padding: 20px 0 16px 31px;
}
.h3-box {
  padding: 18px 0 16px 31px;
}
h3 {
  border-left: 13px solid #fff;
  font-size: 3.45em;
  line-height: 1.37;
  margin-left: -10px;
  padding-left: 16px;
}

.sub-h p {
  font-weight: bold;
}

.circle-ls li {
  margin-left: 5px;
}
.circle-ls li:last-child {
  margin-bottom: 0 !important;
}
.circle-ls li .sub-h {
  font-size: 2.93em;
}
.circle-ls li > p {
  font-size: 2.03em;
  line-height: 1.61;
  margin-top: 5px;
}

ol li {
  margin-left: 5px;
}
ol li:last-child{
  margin-bottom: 0 !important;
}
ol .sub-h .ls-num p {
  background-color: #ED6E2F;
  border-radius: 0 25px 25px 0;
  color: #fff;
  float: left;
  font-size: 2.48em;
  margin-right: 14px;
  padding: 5px 35px 5px 25px;
}
ol .sub-h > p {
  float: left;
  font-size: 2.7em;
  letter-spacing: -0.069em;
  line-height: 1.3;
  margin-top: 5px;
}
ol .sub-h > p.long-txt {
  letter-spacing: -0.102em;
}
ol li > p {
  font-size: 2.03em;
  line-height: 1.61;
  margin-top: 12px;
}

.annotation {
  font-size: 2.03em;
  line-height: 1.61;
}
/* /templates */

.top {
  margin-top: 57px;
}
.top .box {
  margin-top: 28px;
}
.top .box .txt p {
  color: #000;
  font-size: 2.03em;
  font-weight: bold;
  line-height: 1.61;
  margin-left: 2.5px;
}
.top .box .txt p:first-child {
  margin: 18px 0 3px;
}
.top .box p.supply {
  font-size: 1.43em;
  padding-top: 5px;
  text-align: right;
  padding-bottom: 15px;
}

.harsh {
  margin-top: 43px;
}
.harsh .box {
  margin-top: 22px;
}
.harsh .circle-ls li {
  margin-bottom: 68px;
}
.harsh .box .circle-ls a {
  display: block;
  margin: 0px 0 9px;
}
.harsh .box img {
  display: block;
  margin: 48px auto 0;
  transform: translateX(-11px);
  width: 78%;
}

.symptom {
  margin-top: 74px;
}
.symptom img {
  margin-top: 13px;
  transform: translateX(-3px);
  width: 99.5%;
}
.symptom p {
  margin-left: 4px;
}
.symptom .txt {
  font-size: 2.03em;
  line-height: 1.61;
  margin-top: 22px;
}
.symptom ul {
  margin-top: 32px;
}
.symptom li {
  margin-bottom: 33px;
}
.symptom li:last-child {
  margin-bottom: 0;
}
.symptom li .sub-h {
  font-size: 3.15em;
  margin-left: -16px;
}
.symptom li > p {
  font-size: 2.03em;
  line-height: 1.61;
}
.symptom .annotation {
  line-height: 1.7;
  margin-top: 33px;
}

.counterplan {
  margin-top: 86px;
}
.counterplan .box {
  margin-top: 26px;
  background: #FCF1E0;
  padding: 40px 40px 40px 35px;
}
.counterplan .miyano {
  float: left;
  margin: 0 0 0 5px;
  width: 23.5%;
}
.counterplan .circle-ls {
  float: left;
  margin-left: 24px;
  position: relative;
  width: 73%;
}
.counterplan .circle-ls li {
  width: 100%;
}
.counterplan .circle-ls .float-box {
  margin-top: 5px;
  overflow: hidden;
}
.counterplan .circle-ls .float-box .space {
  float: right;
  height: 11.2em;
}
.counterplan .circle-ls .float-box .right-img {
  clear: both;
  float: right;
  margin-left: 13px;
  width: 59.5%;
}
.counterplan .circle-ls .float-box .left-txt {
  font-size: 2.03em;
  line-height: 1.65;
  /* font-weight: bold; */
}
.counterplan ol {
  margin-top: 32px;
}
.counterplan ol li {
  margin-bottom: 30px;
}
.counterplan ol li > p {
  letter-spacing: -0.016em;
  /* font-weight: bold; */
}

.approach {
  margin-top: 77px;
}
.approach .annotation {
  letter-spacing: -0.03em;
  margin: 31px 0 0 4px;
}

.component {
  margin-top: 15px;
}
.component .comp-h {
  position: relative;
  text-align: center;
}
.component .comp-h .l-line,
.component .comp-h .r-line {
  border-top: 1px solid #ED6E2F;
  display: inline;
  padding: 0 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.component .comp-h .l-line {
  left: 0;
}
.component .comp-h .r-line {
  right: -15px;
}
.component .comp-h p {
  color: #ED6E2F;
  font-size: 3.6em;
  font-weight: bold;
}
.component > img {
  display: block;
  margin:0 auto;
}
.component .repair {
  margin-top: 39px;
  width: 86.5%;
}
.component .table-box .table {
  margin-top: 73px;
  width: 91%;
}
.component .table-box p {
  font-size: 2.03em;
  line-height: 1.61;
  margin-top: 9px;
}
.component .table-box p:last-child {
  margin: 28px 0 0 5px;
}
.component .vrohto {
  margin-top: 72px;
  width: 80%;
}
.component .a-box {
  text-align: center;
}
.component .a-box .btn {
  font-size: 3em;
  background-image: url(../img/a_bg.png);
  /* background-image: url(/adv/rohtoV/img/a_bg.png); */
  background-size: 100% 100%;
  margin-top: 57px;
  display: inline-block;
  padding: 15px 92px 15px 102px;
  font-weight: bold;
}

.other-counter {
  margin-top: 69px;
}
.other-counter > p {
  font-size: 2.05em;
  margin-left: 2px;
}
.other-counter ol {
  margin-top: 40px;
}
.other-counter ol li {
  margin-bottom: 67px;
}
.other-counter ol li:nth-child(2) {
  margin-bottom: 34px;
}
.other-counter .annotation {
  margin: 48px 0 0 4px;
}

#prcredit {
  color: #444;
  font-size: 1.12em;
  line-height: 1;
  margin: 30px 0 118px;
  text-align: right;
}
#prcredit span {
  border: 1px solid #444;
  display: inline-block;
  padding: 1px 5px;
}
