@charset "utf-8";
/* CSS Document */
/*------------------------------
	    Status Program
--------------------------------*/
#status_prg {
  padding: 40px 5px;
  /*margin-bottom: 150px;*/
}
#status_prg section .sectionInner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#status_prg h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: 'Marcellus', serif;
}
#status_prg h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.catch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: normal;
  margin-top: 5px;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2.5em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}
#status_prg .innerBox > p {
  line-height: 1.8;
  padding-bottom: 20px;
  font-size: 1.6rem;
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}
#status_prg .innerBox > p span {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
}
#status_prg .flexBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 60px;
  padding: 20px 15px;
}
/*#status_prg .flexBox > div {
  width: 30%;
}*/
#status_prg .flexBox .statusBox {
  width: 30%;
  padding: 18px;
  border-radius: 10px;
  color: #FFF;
  margin-bottom: 20px;
}
#status_prg .flexBox .statusBox:nth-child(-n+2), #status_prg .flexBox .statusBox:nth-child(4) {
  margin-right: 2%;
}
#status_prg .flexBox .statusBox.bronze {
  background-color: #CA958C;
}
#status_prg .flexBox .statusBox.silver {
  background-color: gainsboro;
  color: #000;
}
#status_prg .flexBox .statusBox.gold {
  background-color: khaki;
  color: #000;
}
#status_prg .flexBox .statusBox.platinum {
  background-color: #799FCD;
}
#status_prg .flexBox .statusBox.black {
  background-color: black;
}
#status_prg .flexBox h3 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: normal;
}
#status_prg .flexBox .statusBox .point {
  display: flex;
  width: 100%;
  align-items: center;
}
#status_prg .flexBox .statusBox .point .lBox {
  width: 50%;
  padding-right: 10px;
  font-size: 1.4rem
}
#status_prg .flexBox .statusBox .point .lBox span {
  display: block;
  font-size: 1.6rem
}
#status_prg .flexBox .statusBox .point .rBox {
  vertical-align: middle;
  text-align: center;
  width: 50%;
  color: #000;
  padding: 10px;
  background-color: #FFF;
  border-radius: 6px;
  font-size: 2.0rem;
}
#status_prg .flexBox .statusBox .point .rBox span {
  display: block;
  font-size: 3.0rem;
  font-family: 'Marcellus', serif;
  line-height: 1;
	padding-left: 0.2em;
}
#status_prg .flexBox .statusBox .point .rBox span::after {
  content: "%";
	font-size: 1.6rem;
	padding-left: 0.2em;
}
#status_prg .example {
  /*width: 90%;*/
  margin: 0 auto;
  /*display: inline-block;*/
  text-align: center;
}
#status_prg .example ul {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
  display: inline-block;
  text-align: left;
}
#status_prg .example ul li {
  text-indent: -1.5em;
  margin-bottom: 5px;
}

/*||||||　@media 859以下　||||||*/
@media screen and (max-width: 859px) {
  #status_prg .flexBox .statusBox .point .lBox {
    font-size: 1.2rem
  }
  #status_prg .flexBox .statusBox .point .lBox span {
    font-size: 1.4rem
  }
}

/*||||||　@media 767以下　||||||*/
@media screen and (max-width: 767px) {
  #status_prg h2 {
    font-size: 4.0rem;
  }
  .catch {
    font-size: 1.6rem;
  }
  .catch:before, .catch:after {
    width: 2.0em; /* 線の長さ */
  }
  #status_prg .flexBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 60px;
    padding: 0;
  }
  #status_prg .flexBox .statusBox {
    padding: 10px;
  }
  #status_prg .flexBox .statusBox .point .lBox {
    width: 55%;
    padding-right: 5px;
    font-size: 1.3rem
  }
  #status_prg .flexBox .statusBox .point .lBox span {
    display: block;
    font-size: 1.4rem
  }
  #status_prg .flexBox .statusBox .point .rBox {
    vertical-align: middle;
    text-align: center;
    width: 45%;
    color: #000;
    padding: 5px;
    background-color: #FFF;
    border-radius: 6px;
    font-size: 1.8rem;
  }
  #status_prg .flexBox .statusBox .point .rBox span {
    display: block;
    font-size: 3.0rem;
    font-family: 'Marcellus', serif;
    line-height: 1;
  }
}

/*||||||　@media 767以下　||||||*/
@media screen and (max-width: 767px) {
  #status_prg .flexBox .statusBox {
    width: 45%;
    padding: 18px;
    border-radius: 10px;
    color: #FFF;
    margin-bottom: 20px;
  }
  #status_prg .flexBox .statusBox:nth-child(-n+2), #status_prg .flexBox .statusBox:nth-child(4) {
    margin-right: 0;
  }
  #status_prg .flexBox .statusBox:nth-child(1), #status_prg .flexBox .statusBox:nth-child(3) {
    margin-right: 3%;
  }
}

/*||||||　@media 500以下　||||||*/
@media screen and (max-width: 500px) {
  .catch {
    font-size: 1.4rem;
  }
  #status_prg h3 {
    margin-top: 30px;
  }
  #status_prg .flexBox h3 {
    margin-bottom: 10px;
  }
  #status_prg .flexBox .statusBox .point {
    flex-direction: column;
  }
  #status_prg .flexBox .statusBox .point .lBox {
    width: auto;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #status_prg .flexBox .statusBox .point .rBox {
    width: 80%;
  }
}