@charset "UTF-8";
.step{
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #db002b;
  border-radius: 50%;
  width: 60px; height:60px;
  line-height: 60px;
  position: relative;
  top: 0px; left: 8%;
  margin: 0.8em 0;
  font-size: 2em;
  display: inline-block;
}
/*IEだけ微調整*/
@media all and (-ms-high-contrast: none) {
  .step{
    width: 60px; height:55px;
    padding-top: 0.2em;
  }
}

.title{
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 10%;
}

.flow{
  display: inline-block;
  width: 4%;
  vertical-align:top;
  margin-right: 3.5%;
}
.contbox{
  text-align: center;
  font-weight: bold;
  width: 22%;
  font-size: 1.5em;
  background: white;
  box-shadow: 13px 13px #8ed2df;
  padding: 0.8em 3%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}
.ann{
  font-weight: normal;
  font-size: 0.5em;
}
.example{
  background: #fed154;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.4em 0;
    width: 14%;
    margin-bottom: 1.6%;
}
.smalllist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smalllist li {
  position: relative;
  padding: 0 0 0.2em 2em;
}
.smalllist li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f068';
  color: #393939;
  margin-top: 0.2em;
}

.comment{
  width: 38%;
  height: auto;
  border: solid 3px #4f221c;
  box-shadow: 2px 2px 4px #828077;
  background: white;
  padding: 0.7em 1.5em;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  margin: 0.5em 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.icon1{
  width: 14%;
  position: relative;
  right: 0%;
  margin-top:1%;
}

/*page41*/
.black{
  list-style-type: disc;
  margin: 0.4em 0;
}
.colorbox{
  font-weight: bold;
  background: #fed154;
  color: white;
  text-align: center;
  width: 18%;
  font-size: 1.2em;
  margin: 2% 0 ;
  padding: 0.3em 0;
}
@media all and (-ms-high-contrast: none) {
  .colorbox{
  padding-top: 0.6em;
  }

}

/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {

  .step{
    width: 38px; height:38px;
    line-height: 38px;
    position: relative;
    top: 0px; left: 8%;
    margin: 0em 0;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .contbox{
    width: 80%;
    font-size: 1.5em;
    padding: 0.8em 3%;
    margin-right: 4%;
    margin-bottom: 5%;
  }
  .example {
    font-size: 1.0em;
    width: 30%;
    margin-bottom: 1.6%;
  }
  .smalllist li {
    font-size: 14px;
  }

}


