.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 !important;
    height: 64px !important;
    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: 55px 0;
  }
  section .inner p {
    font-size: 18px;
    color: #2f2c2c;
    line-height: 1.667;
    text-align: center;
  }
  section .inner .boxset {
    border: solid 2px #df0623;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
  }
  section .inner .boxset + .boxset {
    margin-top: 15px;
  }
  section .inner .boxset .question_label {
    position: absolute;
    left: 0;
    line-height: 1.2em;
    width: 62px;
    height: 168px;
    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: center;
    width: 100%;
    padding: 18px 0;
    background: #ffffff;
  }
  section .inner .boxset .question .title {
    line-height:1!important;
    font-size: 20px;
  }
  section .inner .boxset .question .group {
    width: 100%;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  section .inner .boxset .question .group input {
    display: none;
  }
  section .inner .boxset .question .group label {
    display: block;
    float: left;
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin: 0;
    /* padding: 10px; */
    color: #869198;
    font-size: 52px;
    text-align: center;
    line-height: 1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    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;
    margin: 0 70px;
  }
  section .inner .boxset .question .group label:first-of-type {
    color: #df0623;
    border: solid 2px #df0623;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  section .inner .boxset .question .group label:last-of-type {
    color: #0686e0;
    border: solid 2px #0686e0;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  section .inner .boxset .question .group input[type="radio"]:checked + .switch-batsu {
    background-color: #0686e0;
    color: #fff;
  }
  section .inner .boxset .question .group input[type="radio"]:checked + .switch-maru {
    background-color: #df0623;
    color: #fff;
  }
  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;
  }
  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;
  }
  .kentei_sec {
    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: 18px;
    background: #ffffff;
  }
  section .inner .boxset .question .title {
    font-size: 16px;
    line-height: 24px;
  }
  section .inner .boxset .question .group {
    width: 100%;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  section .inner .boxset .question .group input {
    display: none;
  }
  section .inner .boxset .question .group label {
    display: block;
    float: left;
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 10px;
    color: #869198;
    font-size: 52px;
    text-align: center;
    line-height: 1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    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;
    margin: 0 20px;
  }
  section .inner .boxset .question .group label:first-of-type {
    color: #df0623;
    border: solid 2px #df0623;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  section .inner .boxset .question .group label:last-of-type {
    color: #0686e0;
    border: solid 2px #0686e0;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  section .inner .boxset .question .group input[type="radio"]:checked + .switch-batsu {
    background-color: #0686e0;
    color: #fff;
  }
  section .inner .boxset .question .group input[type="radio"]:checked + .switch-maru {
    background-color: #df0623;
    color: #fff;
  }
  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;
  }
}
