.flexbox {
  display: flex;
}

.reform_newContent1 h2 {
  color: white;
  background-color: #ff5f00;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  font-size: 44px;
  margin: 0 0 20px;
}

@media screen and (max-width: 480px) {
  .reform_newContent1 h2 {
    font-size: 18px;
  }
}

.reform_newContent1 h2::before {
  content: '';
  background-image: url(../img/reform/newContent1-1.png);
  width: 100px;
  height: 80px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .reform_newContent1 h2::before {
    width: 30px;
    height: 30px;
  }
}

.reform_newContent1-flex {
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .reform_newContent1-flex {
    display: block;
  }
}

.reform_newContent1-flex div {
  width: 28%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .reform_newContent1-flex div {
    width: 90%;
    margin: 0 auto 50px;
  }
}

.reform_newContent1-flex div img {
  width: 100%;
}

.reform_newContent1-flex div p {
  font-weight: bold;
  display: inline-block;
  text-align: left;
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .reform_newContent1-flex div p {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .reform_newContent1-flex div .pc_break {
    display: none;
  }
}

.reform_newContent1-img1 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .reform_newContent1-img1 {
    display: none;
  }
}

.reform_newContent1-img1sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .reform_newContent1-img1sp {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}

.reform_newContent1-img2 {
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (max-width: 480px) {
  .reform_hoken_flow_list li .pc_break {
    display: none;
  }
}

.reform_hoken_flow_list li:nth-child(odd) {
  display: flex;
  height: 100px;
}

@media screen and (max-width: 480px) {
  .reform_hoken_flow_list li:nth-child(odd) {
    display: block;
    height: auto;
  }
}

.reform_hoken_flow_list li:nth-child(odd) h3 {
  width: 35%;
  font-size: 28px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

@media screen and (max-width: 480px) {
  .reform_hoken_flow_list li:nth-child(odd) h3 {
    width: 100%;
    font-size: 24px;
  }
}

.reform_hoken_flow_list li:nth-child(odd) .red {
  color: red;
}

.reform_hoken_flow_list li:nth-child(odd) p {
  width: 65%;
  font-weight: 400;
  display: table;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .reform_hoken_flow_list li:nth-child(odd) p {
    width: 100%;
    font-size: 14px;
  }
}

.reform_hoken_flow_list li:nth-child(odd) p span {
  display: table-cell;
  vertical-align: middle;
}

.reform_hoken_flow_list li:nth-child(even) {
  background-color: white;
}

.reform_hoken_flow_list li:nth-child(even) img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
