/** Shopify CDN: Minification failed

Line 681:1 Unexpected "/"

**/

.module-wrapper.module-wrapper--breadcrumbs.top {
    display: none;
}

.module.custom-liquid {
    padding: 0 1.5rem;
}
.option_content {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

.option_wrapper {
    background: #1DAA71;
    color: #FFF;
    font-weight: 500;
    float: left;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    border-radius: 5px;
}
div#slider p {
  font-size: 15px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    max-width: 520px;
    margin: 1rem auto;
    padding-left: 1rem;
}
.slide img {
    max-width: 300px;
}
p.qa-txt {
    font-weight: 600;
    max-width: 630px;
    margin: 0 auto;
}
p.qa-txt strong {
    font-weight: 600;
    text-decoration: underline;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 1rem 5px;
}

.active {
  background-color: #333;
}
.hyokatest_container {
display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3rem auto;
    text-align: center;
    padding-top: 10rem;
}
div#slider {
    margin-top: 2rem;
}
.ht-required-field {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ht-image-area img {
    max-width: 730px;
    background: white;
}

label.hyoka-name {
    text-align: left;
    width: 100%!important;
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 0.5rem;
}
.ht-field {
    display: flex;
    justify-content: flex-start;
    column-gap: 1rem;
    margin-bottom: 2rem;
}

@media screen and (max-width:768px){
div#slider p {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    max-width: 520px;
    margin: 1rem auto;
    padding: 0 1rem;
}
}

.ht-field.age {
  margin-bottom:0rem!important;
}
p.under-input-field {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-top: -0.5rem;
    padding-top: 0;
    padding-bottom: 3rem;
    text-align: left;
}
input#dogName,input#dogAge {
    width: 200px;
    height: 50px;
    text-align: center;
}
input#dogAge {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
select#dogBreed{
    width: auto;
    max-width: 500px;
    padding: 0 1rem;
    height: 50px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}


.start-hyoka-test {
    display: flex;
    flex-direction: row-reverse;
  justify-content:center;
  margin-top:4rem;
}
.start-hyoka-test button {
    background: #1DAA71;
    color: #fff;
    padding: 1.5rem 0;
    border: 0px;
    border-radius: 50px;
    width: 285px;
    max-height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
p.hyoka-print-txt {
    font-size: 13px;
}

p.hyoka-print-txt a {
    color: blue;
    font-weight: 500;
}
p.hyoka-print-txt a:hover {
 text-decoration:underline;
}
span.hyoka-btn-txt {
    position: relative;
    display: block;
    padding-left: 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  width:100%;
}
span.hyoka-btn-txt:before {
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    right: 1rem;
    margin-top: -15px;
}
span.hyoka-btn-txt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 40%;
    right: 1.9rem;
    margin-top: -2px;
    transform: rotate(45deg);
}

h3.text.check {
 font-size: 15px;
    letter-spacing: 0px;
    color: #1DAA71;
}
h2.text.number {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: normal;
    color: #1DAA71;
    font-family: 'Noto Sans JP'!important;
    border-bottom: 2px solid #1DAA71;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: -10px;
    line-height: 65px;
}
.reslt_text_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    column-gap: 50px;
    min-width: 550px;
    padding-right: 15px;
}
.reslt_text_area > * {
    display: inline-flex;
    justify-content: center;
    text-align: left;
}
.reslt_text_area h3 {
font-size: 26px;
    font-weight: 600;
    color: #1daa71;
    border-bottom: 1px solid;
    min-width: 250px;
    display: flex;
    align-items: baseline;
    column-gap: 20px;
}
p.result-after-txt {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-left: 15px;
}
.a_result_wrapper img, 
.b_result_wrapper img{

    width: fit-content;
    max-width: 200px;
    margin: 2rem auto;
}

button.see_result_btn {
    background: #1DAA71;
    color: #fff;
    padding: 1.5rem 0;
    border: 0px;
    border-radius: 50px;
    width: 250px;
    margin: 0 auto;
    max-height: 50px;
    position: relative;
    top: 6.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    z-index: 99999;
}

span.result-btn-txt {
    position: relative;
    display: block;
    padding-left: 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

span.result-btn-txt:before {
    content: "";
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 1rem;
    margin-top: -15px;
}

span.result-btn-txt:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    margin-top: -5px;
    transform: rotate(45deg);
}

.hyoka_cv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    margin-top: 1.5rem;
}

a.about_triza_btn {
    background: #F9D151;
    color: #FFF;
    padding: 1.5rem 0;
    border: 0px;
    border-radius: 50px;
    width: 250px;
    max-height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
a.about_triza_btn:before {
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 1rem;
    margin-top: -15px;
}
a.about_triza_btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    margin-top: -5px;
    transform: rotate(45deg);
}

a.cv_btn{
    background: #1DAA71;
    color: #fff;
    padding: 1.5rem 0;
    border: 0px;
    border-radius: 50px;
    width: 250px;
    max-height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}


a.cv_btn:before{
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 1rem;
    margin-top: -15px;
}


a.cv_btn:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    margin-top: -5px;
    transform: rotate(45deg);
}





/* モバイル最適化*/

@media screen and (max-width:768px){

  .module.custom-liquid {
    padding-top: 0;
}

  
/*診断スタート*/

  .hyokatest_container {
    margin-top:0;
    padding-top:0;
}

  img.image-pr {
    max-width: 100%;
    width: 90%;
    margin: 1rem auto;
  }
  .result_wrapper{
        margin-top:3.5rem;
  }
.a_result_wrapper,
.b_result_wrapper{
          margin-top:3.5rem;
}
  
.ht-image-area img{
  max-width:100%;
}
  
.ht-required-field {
    width: 100%;
    max-width: 700px;
    margin: 0rem auto 5rem auto;
    padding: 0 1.5rem;
    margin-top: 0rem;
}
label.hyoka-name {
    text-align: left;
    width: 100%!important;
    display: block;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 0.5rem;
}
p.under-input-field {
    font-size: 10px!important;
    letter-spacing: normal;
}
input#dogName, input#dogAge {
    width: 180px;
    height: 50px;
    text-align: center;
  font-size:16px;
}
p.after-input-field {
    font-size: 10px;
}

.start-hyoka-test {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

select#dogBreed{
    max-width: 100%;
  font-size:16px;
}
/*質問ページ*/

.option_wrapper {
    width: 95%!important;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0.5rem 1rem 0.5rem 0.5rem;
}
.option_wrapper label {
    margin-left: 10px;
}
  .active{
    background-color: #333!important;
  }
.dot {
    height: 10px;
    width: 10px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 1rem 3px!important;
}

/* 診断結果ページ*/


.reslt_text_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    min-width: auto;
    column-gap: 0;
    margin: 1rem auto;
}

.reslt_text_area h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1daa71;
    border-bottom: 1px solid;
min-width: 50%;
}

p.result-after-txt {
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
}


.a_result_wrapper img, 
.b_result_wrapper img {
    width: 185px;
    max-width: 100%!important;
    margin: 0rem auto;
}

.hyoka_cv {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
}
a.about_triza_btn {
    background: #F9D151;
    color: #fff;
    padding: 1.5rem 0;
    border: 0px;
    border-radius: 50px;
    width: 100%;
    max-height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

a.cv_btn {
    background: #1DAA71;
    color: #fff;
    padding: 1.5rem 0;
    border: 0px;
    border-radius: 50px;
    width: 100%!important;
    max-height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
}

.number-container {
    margin-bottom: 1rem;
}
.ht-top-txt-area {
    padding: 3rem 5.5rem;
    background: url(/cdn/shop/files/frame_design.png?v=1700204304);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px; /* Adjust to match your frame design */
  max-width: 735px; /* Set a max-width for larger screens */
  margin: 2rem auto; /* Center the div in the page */
}
.ht-top-txt-area p {
    padding: 0;
    padding-left: 3.3rem;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}
  p.small_txt {
    font-size: 12px;
    line-height: normal;
    color: #666;
}


@media screen and (max-width:768px){
  .module.custom-liquid {
    padding: 0;
}
   .ht-top-txt-area {
    position: relative;
    top: 0rem;
    left: -10px;
    padding: 2rem!important;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    height: 230px;
  }
  .ht-top-txt-area p {
    padding-left: 35px;
    padding-bottom: 0.5rem;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
  }
  .ht-top-txt-area .small_txt {
    font-size: 7px;
    margin-top: 0.5rem;
}
  p.qa-txt br + br {
    display: none;
}
  p.qa-txt  span {
        display: block; /* spanをブロック要素にすることで自動的に改行される */
        white-space: pre-line; /* 改行や空白をそのまま表示 */
    }
 p.description_r br{
   display:none;
}
  button.see_result_btn{
    top: 0.5rem;
    width: 90%;
  }
  div#dots {
    margin-top: 30px;
}
  }

*/追加CSS*/
img.result_title {
    max-width: 180px;
    margin-right: 20px;
}
.result_wrapper h2 {
    font-size: 22px;
    font-weight: 500;
}
.a_result_wrapper h2,
.b_result_wrapper h2{
      font-size: 22px;
    font-weight: 500;
}
h3.result_heading {
    font-size: 50px;
    font-weight: 500;
    border: none;
    letter-spacing: 2.2px;
}
h3.reslt_score {
    font-size: 45px;
    font-weight: 500;
}
span.total,span.score {
    font-size: 16px;
  font-weight:600;
    color: #000;
    letter-spacing: normal;
}
span.result_pattern {
    font-size: 20px;
    font-weight: 600;
    color: #1daa71;
    margin-right: 50px;
    margin-left: 35px;
    position: relative;
    display: inline-block;
}

span.result_pattern::after {
  content: '';
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -2px;
    height: 1px;
    background-color: #1daa71;
}

.description_area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto;
}
p.description_r {
    max-width: 515px;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 1rem;
}
span.condition {
    font-size: 14px;
}
p.result-description {
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    margin: 0 auto;
    padding-left: 1.4rem;
  padding-right: 1.4rem;
    max-width: 550px;
    width: 100%;
}

#startButton:disabled {
    background-color: gray;
    /* Add other styling as needed to make the button look disabled */
}

@media screen and (max-width:768px){

  p.result-description{
    font-size: 18px;
    line-height: 32px;
    padding:1rem 1.5rem 1rem 1.5rem;
  }
  p.description_r {
    max-width: 550px;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    margin: 0 auto;
    padding: 1rem;
}
  p.hyoka-print-txt {
    font-size: 11px;
}
}

h3.result_heading.over,
p.result-after-txt.over,
span.result_pattern.over{
    color: #A76136;
}
span.result_pattern.over::after{
    background-color: #A76136!important;
}
h3.reslt_over{
    color: #A76136;
    border-bottom: 1px solid #A76136!important;
}

/*追加CSS*/

img.image-pr {
    max-width: 700px;
}
img.guide-image {
    max-width: 415px;
    width: 100%;
    margin: 10px auto;
}

@media screen and (max-width:768px){
  img.image-pr {
    width: 90%!important;
    margin-top: 1rem;
}
  img.guide-image {
    width: 85%;
    margin: 10px auto;
}
}

.hyoka-test-pdf-wrap {
  position: absolute;
  top: -500%;
}
#hyoka-test-pdf {
  position: relative;
   height: 1112px;
  width: 794px;
  margin: auto;
}
.a_result_wrapper #hyoka-test-pdf img, .b_result_wrapper #hyoka-test-pdf img {
  max-width: 100%;
  margin: 0;
}
.answer {
  position: absolute;
}
#hyoka-test-pdf .total {
  position: absolute;
  right: 38px;
    top: 560px;
    font-size: 24px;
}
#hyoka-test-pdf .name {
  position: absolute;
    left: 157px;
    bottom: 41px;
    font-size: 14px;
}
#hyoka-test-pdf .date {
  position: absolute;
    left: 157px;
    bottom: 70px;
    font-size: 10px;
  padding-right: 80px;
    background: #efefeb;
}
#hyoka-test-pdf .age {
  position: absolute;
    left: 157px;
    bottom: 8px;
    font-size: 14px;
}
.answer {
  border: 2px solid #555;
  border-radius: 10px;
  height: 18px;
  width: 113px;
}
.select-0 {
  position: absolute;
  left: 80px;
}
.select-1 {
  position: absolute;
  left: 197px;
}
.select-2 {
  position: absolute;
  left: 316px;
}
.select-3 {
  position: absolute;
  left: 437px;
}
.select-4 {
  position: absolute;
  left: 558px;
}
.question1 {
  top: 175px;
}
.question2 {
  top: 242px;
}
.question3 {
  top: 308px;
}
.question4 {
  top: 375px;
}
.question5 {
  top: 442px;
}
.question6 {
  top: 509px;
}
.question7 {
  top: 576px;
}
.question8 {
  top: 644px;
}
.question9 {
  top: 711px;
}
.question10 {
  top: 778px;
}
.question11 {
  top: 844px;
}
.question12 {
  top: 911px;
}
.question13 {
  top: 980px;
}
@media screen and (max-width: 768px) {
  .result {
    font-size: 15px;
    line-height: 1.8em;
  }
  .result p {
    font-size: 15px;
    line-height: 1.8em;
  }
}