.kentei {
  padding-top: 0px;
}

@media screen and (min-width: 751px), print {
  .pc_item {
    display: block;
  }
  .sp_item {
    display: none;
  }
  a:link {
    text-decoration: none !important;
  }
  a:visited {
    color: purple;
    text-decoration: none !important;
  }
  a:hover {
    text-decoration: none !important;
  }
  a img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .LP-footer {
    min-width: 1000px;
  }
  #header {
    background: #df0623;
    height: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .head_logo {
    margin-left: 30px;
  }
  .all_container {
    min-width: 1000px;
    width: 100%;
    color: #2f2c2c;
  }
  .main {
    background: url(../../../img/kentei/main_bg.png) center top repeat;
  }
  .main h1 {
    padding: 40px 0 45px;
    text-align: center;
  }
  .main h1 a:hover {
    opacity: 0.6;
  }
  .main .main_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 55px;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 85px 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kentei_sec {
    background: #f9f6f7;
  }
  section .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
  }
  section .inner p {
    font-size: 16px;
    color: #2f2c2c;
    line-height: 1.667;
    text-align: center;
    margin-bottom: 26px;
  }
  section .inner .boxset {
    border: solid 2px #df0623;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 118px;
  }
  section .inner .boxset + .boxset {
    margin-top: 15px;
  }
  section .inner .boxset .question_label {
    position: absolute;
    left: 0;
    line-height: 1.2em;
    width: 62px;
    height: 116px;
    background-color: #df0623;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section .inner .boxset .question {
    text-align: left;
    width: 100%;
    padding: 22px 0 0 100px;
    background: #ffffff;
  }
  section .inner .boxset .question .title {
    font-size: 16px;
    line-height: normal !important;
    margin-bottom: 23px;
  }
  section .inner .boxset .question .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 10px;
  }
  section .inner .boxset .question .group input {
    display: none;
  }
  section .inner .boxset .question .group label {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    cursor: pointer;
    margin-right: 145px;
    padding-left: 32px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    color: #3e4956;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    min-width: 155px;
    white-space: nowrap;
  }
  section .inner .boxset .question .group label:before {
    position: absolute;
    content: "";
    top: 43%;
    left: -10px;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    border: solid 2px #df0623;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  section .inner .boxset .question .group label span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
  }
  section .inner .boxset .question .group input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 43%;
    left: -2px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #df0623;
  }
  section .inner .results_btn {
    margin: 60px 0 20px;
    display: inline-block;
  }
  .result {
    background: url(../../../img/kentei/main_bg.jpg) left top repeat;
    text-align: center;
    padding: 60px 0 0;
  }
  .result p {
    font-size: 30px;
  }
  .result img {
    display: block;
    margin: auto;
  }
  .result a {
    display: block;
    width: 391px;
    margin: 0 auto;
  }
  .result a.mt {
    margin-top: 40px;
  }
  .result .pattern {
    background: #f9f6f7;
    margin-top: 40px;
    padding: 40px 0;
  }
  .result .pattern h3 {
    font-size: 32px;
    font-weight: normal;
    color: #df0623;
    margin-bottom: 20px;
  }
  .result .pattern img {
    margin-bottom: 40px;
  }
  .red_btn .cls-1 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #fff;
  }
  .red_btn .cls-2 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .red_btn .cls-3 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .red_btn .cls-4 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .red_btn .cls-5 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .red_btn .svg_text {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    font-size: 20px;
  }
  .red_btn .cls-pen {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .red_btn .cls-0 {
    fill: #df0623;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .red_btn .cls-0:hover .cls-1 {
    fill: #ea5755;
  }
  .red_btn .cls-0:hover .cls-2 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-539px, -7357px);
       -moz-transform: translate(-539px, -7357px);
        -ms-transform: translate(-539px, -7357px);
            transform: translate(-539px, -7357px);
  }
  .red_btn .cls-0:hover .cls-3 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-533px, -7357px);
       -moz-transform: translate(-533px, -7357px);
        -ms-transform: translate(-533px, -7357px);
            transform: translate(-533px, -7357px);
  }
  .red_btn .cls-0:hover .cls-4 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3688px, -4678px);
       -moz-transform: translate(-3688px, -4678px);
        -ms-transform: translate(-3688px, -4678px);
            transform: translate(-3688px, -4678px);
  }
  .red_btn .cls-0:hover .cls-5 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3682px, -4678px);
       -moz-transform: translate(-3682px, -4678px);
        -ms-transform: translate(-3682px, -4678px);
            transform: translate(-3682px, -4678px);
  }
  .red_btn .cls-0:hover .svg_text {
    fill: #ffffff;
    fill-rule: evenodd;
    font-size: 22px;
  }
  .red_btn .cls-0:hover .cls-pen {
    fill: #fff;
    -webkit-transform: translate(-520px, -7357px);
       -moz-transform: translate(-520px, -7357px);
        -ms-transform: translate(-520px, -7357px);
            transform: translate(-520px, -7357px);
  }
  .brown_btn .cls-1 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #fff;
  }
  .brown_btn .cls-2 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .brown_btn .cls-3 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .brown_btn .cls-4 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .brown_btn .cls-5 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .brown_btn .svg_text {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    font-size: 20px;
  }
  .brown_btn .cls-pen {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .brown_btn .cls-0 {
    fill: #83690d;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .brown_btn .cls-0:hover .cls-1 {
    fill: #83690d;
  }
  .brown_btn .cls-0:hover .cls-2 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-539px, -7357px);
       -moz-transform: translate(-539px, -7357px);
        -ms-transform: translate(-539px, -7357px);
            transform: translate(-539px, -7357px);
  }
  .brown_btn .cls-0:hover .cls-3 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-533px, -7357px);
       -moz-transform: translate(-533px, -7357px);
        -ms-transform: translate(-533px, -7357px);
            transform: translate(-533px, -7357px);
  }
  .brown_btn .cls-0:hover .cls-4 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3688px, -4678px);
       -moz-transform: translate(-3688px, -4678px);
        -ms-transform: translate(-3688px, -4678px);
            transform: translate(-3688px, -4678px);
  }
  .brown_btn .cls-0:hover .cls-5 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3682px, -4678px);
       -moz-transform: translate(-3682px, -4678px);
        -ms-transform: translate(-3682px, -4678px);
            transform: translate(-3682px, -4678px);
  }
  .brown_btn .cls-0:hover .svg_text {
    fill: #ffffff;
    fill-rule: evenodd;
    font-size: 22px;
  }
  .brown_btn .cls-0:hover .cls-pen {
    fill: #fff;
    -webkit-transform: translate(-520px, -7357px);
       -moz-transform: translate(-520px, -7357px);
        -ms-transform: translate(-520px, -7357px);
            transform: translate(-520px, -7357px);
  }
  .passed_area {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .kirakira {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kirakira_inner {
    position: relative;
    display: none;
  }
  .kirakira_one {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kirakira-x {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .kirakira-x::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10%;
    border-width: 2px 10px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #faf74a;
  }
  .kirakira-x::after {
    position: absolute;
    right: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10%;
    border-width: 2px 10px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #faf74a;
  }
  .kirakira-y {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .kirakira-y::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10%;
    border-width: 10px 2px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #faf74a;
  }
  .kirakira-y::after {
    position: absolute;
    left: 50%;
    bottom: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10%;
    border-width: 10px 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #faf74a;
  }
}

@media screen and (max-width: 750px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .kentei {
    padding-top: 24vw;
  }
  .kentei_sec {
    background: #f9f6f7;
  }
  svg {
    width: 100%;
  }
  a:link {
    text-decoration: none !important;
  }
  a:visited {
    color: purple;
    text-decoration: none !important;
  }
  a:hover {
    text-decoration: none !important;
  }
  .pc_item {
    display: none !important;
  }
  .sp_item {
    display: block;
  }
  a img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .LP-footer {
    width: 100%;
  }
  #header {
    background: #df0623;
    height: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .head_logo {
    margin: auto;
  }
  #header .head_logo img {
    width: 100%;
  }
  .all_container {
    width: 100%;
    color: #2f2c2c;
  }
  .main {
    background: url(../../../img/kentei/main_bg.png) left top repeat;
  }
  .main h1 {
    padding: 40px 0 45px;
    text-align: center;
  }
  .main h1 a:hover {
    opacity: 0.6;
  }
  .main .main_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 55px;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 85px 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section {
    background: #f9f6f7;
  }
  section .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 15px;
  }
  section .inner p {
    font-size: 18px;
    color: #2f2c2c;
    line-height: 1.667;
    text-align: center;
  }
  section .inner .boxset {
    border: solid 2px #df0623;
    position: relative;
  }
  section .inner .boxset + .boxset {
    margin-top: 15px;
  }
  section .inner .boxset .question_label {
    padding: 0 0 4px;
    line-height: 1;
    width: 100%;
    display: block;
    background-color: #df0623;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section .inner .boxset .question {
    text-align: center;
    width: 100%;
    padding: 10px 18px;
    background: #ffffff;
  }
  section .inner .boxset .question .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: left;
  }
  section .inner .boxset .question .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .inner .boxset .question .group input {
    display: none;
  }
  section .inner .boxset .question .group label {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    color: #3e4956;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
    width: 100%;
  }
  section .inner .boxset .question .group label:before {
    position: absolute;
    content: "";
    top: 43%;
    left: -10px;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    border: solid 2px #df0623;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  section .inner .boxset .question .group label span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
  }
  section .inner .boxset .question .group input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 43%;
    left: -2px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #df0623;
  }
  section .inner .results_btn {
    margin: 60px 0 20px;
    display: inline-block;
  }
  section .inner .results_btn img {
    width: 100%;
  }
  .result {
    background: url(../../../img/kentei/main_bg.jpg) left top repeat;
    text-align: center;
    padding: 40px 0 0;
  }
  .result p {
    font-size: 30px;
  }
  .result img {
    display: block;
    margin: auto;
  }
  .result img.mt {
    margin-top: 40px;
  }
  .result a {
    display: block;
  }
  .result a.mt {
    margin-top: 40px;
  }
  .result #again_btn img {
    width: auto;
    max-width: 100%;
  }
  .result #commentary_btn img {
    width: auto;
    max-width: 100%;
  }
  .result .pattern {
    background: #f9f6f7;
    margin-top: 40px;
    padding: 20px 15px;
  }
  .result .pattern h3 {
    font-size: 16px;
    font-weight: normal;
    color: #df0623;
    margin-bottom: 20px;
  }
  .result .pattern img {
    margin-bottom: 40px;
    width: 100%;
  }
  .red_btn .cls-1 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #fff;
  }
  .red_btn .cls-2 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .red_btn .cls-3 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .red_btn .cls-4 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .red_btn .cls-5 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .red_btn .svg_text {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    font-size: 20px;
    text-decoration: none;
  }
  .red_btn .cls-pen {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #df0623;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .red_btn .cls-0 {
    fill: #df0623;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .red_btn .cls-0:hover .cls-1 {
    fill: #ea5755;
  }
  .red_btn .cls-0:hover .cls-2 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-539px, -7357px);
       -moz-transform: translate(-539px, -7357px);
        -ms-transform: translate(-539px, -7357px);
            transform: translate(-539px, -7357px);
  }
  .red_btn .cls-0:hover .cls-3 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-533px, -7357px);
       -moz-transform: translate(-533px, -7357px);
        -ms-transform: translate(-533px, -7357px);
            transform: translate(-533px, -7357px);
  }
  .red_btn .cls-0:hover .cls-4 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3688px, -4678px);
       -moz-transform: translate(-3688px, -4678px);
        -ms-transform: translate(-3688px, -4678px);
            transform: translate(-3688px, -4678px);
  }
  .red_btn .cls-0:hover .cls-5 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3682px, -4678px);
       -moz-transform: translate(-3682px, -4678px);
        -ms-transform: translate(-3682px, -4678px);
            transform: translate(-3682px, -4678px);
  }
  .red_btn .cls-0:hover .svg_text {
    fill: #ffffff;
    fill-rule: evenodd;
    font-size: 22px;
    text-decoration: none;
  }
  .red_btn .cls-0:hover .cls-pen {
    fill: #fff;
    -webkit-transform: translate(-520px, -7357px);
       -moz-transform: translate(-520px, -7357px);
        -ms-transform: translate(-520px, -7357px);
            transform: translate(-520px, -7357px);
  }
  .brown_btn .cls-1 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #fff;
  }
  .brown_btn .cls-2 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .brown_btn .cls-3 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .brown_btn .cls-4 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .brown_btn .cls-5 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-3685px, -4678px);
       -moz-transform: translate(-3685px, -4678px);
        -ms-transform: translate(-3685px, -4678px);
            transform: translate(-3685px, -4678px);
  }
  .brown_btn .svg_text {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    font-size: 20px;
    text-decoration: none;
  }
  .brown_btn .cls-pen {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    fill: #83690d;
    fill-rule: evenodd;
    -webkit-transform: translate(-536px, -7357px);
       -moz-transform: translate(-536px, -7357px);
        -ms-transform: translate(-536px, -7357px);
            transform: translate(-536px, -7357px);
  }
  .brown_btn .cls-0 {
    fill: #83690d;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .brown_btn .cls-0:hover .cls-1 {
    fill: #83690d;
  }
  .brown_btn .cls-0:hover .cls-2 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-539px, -7357px);
       -moz-transform: translate(-539px, -7357px);
        -ms-transform: translate(-539px, -7357px);
            transform: translate(-539px, -7357px);
  }
  .brown_btn .cls-0:hover .cls-3 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-533px, -7357px);
       -moz-transform: translate(-533px, -7357px);
        -ms-transform: translate(-533px, -7357px);
            transform: translate(-533px, -7357px);
  }
  .brown_btn .cls-0:hover .cls-4 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3688px, -4678px);
       -moz-transform: translate(-3688px, -4678px);
        -ms-transform: translate(-3688px, -4678px);
            transform: translate(-3688px, -4678px);
  }
  .brown_btn .cls-0:hover .cls-5 {
    fill: #ffffff;
    fill-rule: evenodd;
    -webkit-transform: translate(-3682px, -4678px);
       -moz-transform: translate(-3682px, -4678px);
        -ms-transform: translate(-3682px, -4678px);
            transform: translate(-3682px, -4678px);
  }
  .brown_btn .cls-0:hover .svg_text {
    fill: #ffffff;
    fill-rule: evenodd;
    font-size: 22px;
    text-decoration: none;
  }
  .brown_btn .cls-0:hover .cls-pen {
    fill: #fff;
    -webkit-transform: translate(-520px, -7357px);
       -moz-transform: translate(-520px, -7357px);
        -ms-transform: translate(-520px, -7357px);
            transform: translate(-520px, -7357px);
  }
  .passed_area {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .kirakira {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kirakira_inner {
    position: relative;
    display: none;
  }
  .kirakira_one {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kirakira-x {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .kirakira-x::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10%;
    border-width: 2px 10px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #faf74a;
  }
  .kirakira-x::after {
    position: absolute;
    right: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10%;
    border-width: 2px 10px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #faf74a;
  }
  .kirakira-y {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .kirakira-y::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10%;
    border-width: 10px 2px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #faf74a;
  }
  .kirakira-y::after {
    position: absolute;
    left: 50%;
    bottom: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10%;
    border-width: 10px 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #faf74a;
  }
}
