/* heading01 */
.heading01 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #e50111;
  border-bottom: solid 3px #d7d7d7;
  font-weight: bold;
  font-size: 26px;
  margin: 32px 0px 16px 0px;
}

/* heading02 */
.heading02 {
  position: relative;
  color: #333;
  text-shadow: -2px 2px 2px #90949ccc;
  font-size: 20px;
  font-weight: bold;
  margin: 32px 0px 16px 30px;
}
.heading02:before {
  content: "";
  position: absolute;
  background: #dc454545;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.heading02:first-letter{
  font-size:40px;
  font-weight:bold;
  color:#e95295;
}

/* heading03 */
.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  margin: 48px 0px 48px 0px;
}

.heading03::before,
.heading03::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #000;
}

.heading03::before {
  margin-right: 20px;
}
.heading03::after {
  margin-left: 20px;
}

/* heading04 */
.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  margin: 48px 0px 48px 0px;
}

.heading04::before,
.heading04::after {
  content: '';
  width: 288px;
  height: 1px;
  background-color: #000;
}

.heading04::before {
  margin-right: 20px;
}
.heading04::after {
  margin-left: 20px;
}

/* heading05 */
.heading05 {
  margin: 32px 0px 4px 16px;
  font-size: 20px;
}

/* heading06 */
.heading06 {
  margin: 32px 0px 4px 16px;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #e50111;
}

/* heading07 */
.heading07 {
  font-size: 18px;
  font-weight: bold;
}

/* heading08 */
.heading08 {
  padding: 0.3em 0.5em;
  text-decoration: underline;
  text-decoration-color: #e50111;
  font-size: 24px;
  margin: 48px 0px 48px 0px;
}

/* heading09 */
.heading09 {
  margin: 32px 0px 4px 16px;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #000;
}

.philosophytext {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 20px;
}


/* list01 */
.list01-wrap {
    list-style:  none;
    margin:  0;
    padding: 0;
    counter-reset: li_count;
}
.list01 {
  padding:  10px;
  margin: 7px 0px 5px 30px;
  font-size:  16px;
}
.list01:before  {
  font-size: 24px;
  counter-increment: li_count; 
  content: counter(li_count)".";
  color: #90949c;
  margin-right: 5px;
}

/* list02 */
.list02-wrap {
  list-style:  none; 
  margin:  0;
  padding: 0;
}
.list02 {
  padding:  10px;
  margin: 7px 0px 5px 30px;
  font-size:  16px;
}
.list02:before {
  content:  "";
  width:  10px;
  height:  10px;
  display:  inline-block;
  background-color: #90949c;
  border-radius:  50%;
  position:  relative; 
  top: -1px;
  margin-right: 5px;
}

/* list03 */
.list03-wrap {
  list-style:  none; 
  margin:  0;
  padding: 0;
}
.list03 {
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0px 10px 30px;
  font-size:16px;
  border-bottom:dashed 1px #90949c;
}
.list03::after {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #90949c;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.mestext {
  margin: 32px 16px 80px 16px;
  font-size: 16px;
  line-height: 32px;
}

.name01 {
  text-align: right;
  margin: 0px 0px 32px 0px;
  line-height: 16px;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e50111;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #e50111;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #e50111;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}


@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}