@charset "utf-8";

@media(min-width:751px) {
  .conro-pc {
    display: block;
  }

  .conro-sp {
    display: none;
  }

  .conro-area {
    background-color: #FFEEEF;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 60px 0px 0px 0px;
    color: black;
  }

  .contents-flex {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }

  .content {
    flex-basis: 28%;
    padding: 10px;
  }

  .content img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: -8%;
  }

  .content-inner {
    background-color: white;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
  }

  .content-inner a {
    color: black !important;
    cursor: pointer;
  }

  .content-inner p {
    color: black !important;
  }

  .circle_height {
    position: relative;
    padding-top: 100%;
    height: 0;
  }

  .circle_height p {
    position: absolute;
    top: calc((100% - 80%)/2);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .ranking-flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }

  .kirakira {
    width: 20%;
    justify-content: center;
  }

  .kirakira-1 {
    display: flex;
    align-items: start;
  }

  .kirakira-2 {
    display: flex;
    align-items: end;
  }

  .kirakira img {
    width: 60%;
  }

  .ranking-top {
    background-color: rgb(231 112 180);
    color: white;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87), -1px 1px 1px rgba(0, 0, 0, 0.87), 1px -1px 1px rgba(0, 0, 0, 0.87), -1px -1px 1px rgba(0, 0, 0, 0.87), 1px 0px 1px rgba(0, 0, 0, 0.87), 0px 1px 1px rgba(0, 0, 0, 0.87), -1px 0px 1px rgba(0, 0, 0, 0.87), 0px -1px 1px rgba(0, 0, 0, 0.87);
  }

  .ranking-top2 {
    background-color: rgb(242 158 206);
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
    line-height: 1.5;
  }

  .ranking-top-span2 {
    color: white;
    font-size: 4vw;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87), -1px 1px 1px rgba(0, 0, 0, 0.87), 1px -1px 1px rgba(0, 0, 0, 0.87), -1px -1px 1px rgba(0, 0, 0, 0.87), 1px 0px 1px rgba(0, 0, 0, 0.87), 0px 1px 1px rgba(0, 0, 0, 0.87), -1px 0px 1px rgba(0, 0, 0, 0.87), 0px -1px 1px rgba(0, 0, 0, 0.87);
  }

  .ranking-top-span {
    color: yellow;
    font-size: 4vw;
  }

  .ranking {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .ranking img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border: 1px black solid;
  }

  .ranking-23 {
    display: flex;
    width: 95%;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
  }

  .ranking-23 img {
    border: 1px black solid;
  }

  .ranking-23 a {
    width: 50%;
  }

  .ribbon-wrapper {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
  }

  .ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    color: white;
    background: rgb(228 27 36);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }

  .ribbon h3 {
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 2.5vw;
    line-height: 60px;
  }

  .ribbon:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 40px;
    border-color: transparent #FFEEEF transparent transparent;
    border-style: solid;
  }

  .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(228 27 36);
  }

  .ranking-img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .ranking-img img {
    width: 50%;
  }

  .last-conro-back {
    background-color: rgb(228 27 36);
    color: white;
    padding: 20px;
  }

  .balloon2 {
    position: relative;
    padding: 20px;
    color: rgb(228 27 36);
    font-size: 2.5vw;
    background: white;
    border-radius: 50px;
    margin: 0 auto;
    width: 60%;
    font-weight: bold;
    text-align: center;
  }

  .balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid white;
  }

  .balloon2 p {
    margin: 0;
    padding: 0;
  }

  /* ボタン追加時 */

  @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
  }

  .btn-conro,
  a.btn-conro,
  button.btn-conro {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  a.btn-c-conro {
    position: relative;
    padding: 1.5rem 2rem 1.5rem 5rem;
    color: #fff;
    background: #e8683b;
    -webkit-box-shadow: 0 5px 0 #e8683b;
    box-shadow: 0 5px 0 #763720;
    width: 80%;
  }

  a.btn-c-conro span {
    font-size: 1.4rem;

    display: inline-block;

    width: 60%;
    margin-bottom: 0.5em;
    padding: 0.2rem 0.5rem;

    color: #e8683b;
    border-radius: 4px;
    background: #fff;
  }

  a.btn-c-conro:before {
    font-family: "Font Awesome 5 Free";
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.7rem);
    left: 1.5rem;
    margin: 0;
    padding: 0;
    content: "\f30b";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  a.btn-c-conro:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #e8683b;
    -webkit-box-shadow: 0 2px 0 #e8683b;
    box-shadow: 0 2px 0 #89391c;
  }

  a.btn-c-conro:hover:before {
    left: 2rem;
  }

  .conro-button {
    text-align: center;
  }

  /* end */

  .conro-marker-normal {
    background: linear-gradient(transparent 65%, #f3f359 65%);
  }

  .question {
    color: rgb(242 158 206);
  }

  .under-pink {
    /* text-decoration: underline wavy rgb(242 158 206); */
  }

}

@media(max-width:750px) {
  .conro-pc {
    display: none;
  }

  .conro-sp {
    display: block;
  }

  .conro-area {
    background-color: #FFEEEF;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 30px 0px 0px 0px;
    color: black;
  }

  .contents-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }

  .content {
    flex-basis: 40%;
    padding: 10px;
  }

  .content img {
    width: 60%;
    margin: 0 auto;
  }

  .content-inner {
    background-color: white;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
  }

  .content-inner p {
    color: black !important;
  }

  .circle_height {
    position: relative;
    padding-top: 100%;
    height: 0;
  }

  .circle_height p {
    position: absolute;
    top: calc((100% - 80%)/2);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 3vw;
  }

  .ranking-top {
    background-color: rgb(231 112 180);
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87), -1px 1px 1px rgba(0, 0, 0, 0.87), 1px -1px 1px rgba(0, 0, 0, 0.87), -1px -1px 1px rgba(0, 0, 0, 0.87), 1px 0px 1px rgba(0, 0, 0, 0.87), 0px 1px 1px rgba(0, 0, 0, 0.87), -1px 0px 1px rgba(0, 0, 0, 0.87), 0px -1px 1px rgba(0, 0, 0, 0.87);
  }

  .ranking-flex {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .kirakira {
    width: 15%;
    justify-content: center;
  }

  .kirakira-1 {
    display: flex;
    align-items: start;
  }

  .kirakira-2 {
    display: flex;
    align-items: end;
  }

  .kirakira img {}

  .ranking-top2 {
    background-color: rgb(242 158 206);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
    line-height: 1.5;
  }

  .ranking-top-span2 {
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87), -1px 1px 1px rgba(0, 0, 0, 0.87), 1px -1px 1px rgba(0, 0, 0, 0.87), -1px -1px 1px rgba(0, 0, 0, 0.87), 1px 0px 1px rgba(0, 0, 0, 0.87), 0px 1px 1px rgba(0, 0, 0, 0.87), -1px 0px 1px rgba(0, 0, 0, 0.87), 0px -1px 1px rgba(0, 0, 0, 0.87);
  }

  .ranking-top-span {
    color: yellow;
    font-size: 26px;
  }

  .ranking-img {
    text-align: center;
  }

  .ranking-img img {
    width: 60%;
    margin: 0 auto;
  }

  .ranking-23 img {
    background-color: white;
    border: 1px black solid;
  }

  .last-conro-back {
    background-color: rgb(228 27 36);
    color: white;
    padding: 20px;
  }

  .balloon2 {
    position: relative;
    padding: 10px;
    color: rgb(228 27 36);
    font-size: 22px;
    background: white;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }

  .balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid white;
  }

  .balloon2 p {
    margin: 0;
    padding: 0;
  }

  /* ボタン追加時 */

  @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
  }

  .btn-conro,
  a.btn-conro,
  button.btn-conro {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    width: 80%;
  }

  a.btn-c-conro {
    position: relative;
    color: #fff;
    background: #e8683b;
    -webkit-box-shadow: 0 5px 0 #e8683b;
    box-shadow: 0 10px 0 #812a0b;
  }

  a.btn-c-conro span {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.2rem 0.5rem;
    color: #e8683b;
    border-radius: 4px;
    background: #fff;
  }

  a.btn-c-conro:before {
    font-family: "Font Awesome 5 Free";
    font-size: 3.5rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.7rem);
    left: 1.5rem;
    margin: 0;
    padding: 0;
    content: "\f30b";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  a.btn-c-conro:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #e8683b;
    -webkit-box-shadow: 0 2px 0 #e8683b;
    box-shadow: 0 2px 0 #812a0b;
  }

  a.btn-c-conro:hover:before {
    left: 2rem;
  }

  .conro-button {
    text-align: center;
  }

  /* end */

  .conro-marker-normal {
    background: linear-gradient(transparent 65%, #f3f359 65%);
  }

  .question {
    color: rgb(242 158 206);
  }
}