#wrapper #home-top-contents h3, #wrapper #main h3, #wrapper .widgets-free h3{border-bottom: 0px!important; font-weight: 900!important; font-size:1.2em!important;}
    #main h3, #wrapper .widgets-free h3{ margin: 0px 0px 10px 0px!important; display:block!important;}
    h1, h2, h3 { text-align: left; }
    .category { margin-top: 30px;}
    .question { margin-bottom: 20px; padding-left: 20px; font-size: 0.9em; font-weight:500; line-height:1.2em;}
    .question p { margin-bottom: 5px; font-weight: bold; }
    .result, .lead-info { display: none; margin-top: 20px; padding-top: 20px;}
    .result-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
    .result-table th, .result-table td { border: 1px solid #ccc; padding: 10px; text-align: center; }
    .pickLabel { display: block; margin-top: 5px; padding-left:30px; }
    input[type="submit"] { 
      background-color: #ec1e31;
    color: white;
    border: none;
  padding: 12px 20px 12px 20px!important;
  border: none!important;
  border-radius: 25px!important;
  cursor: pointer!important;
   font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 600!important;
  display: block;
}
    input[type="submit"]:hover { background-color: #005177; }
    input[type="radio"]{accent-color: red; border: 5px solid #000; border-radius: 50%;}

  input[type="radio"]:checked + .radio-label {
    color: red; /* Change to any color you want */
  }

  .layout-container {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
    padding: 20px 0px 50px 0px;
    font-size: 1em;
    font-weight: 500;
  }

.layout-container p{
padding:0px!important;
margin:10px 0px!important;
}
 
  .instructions, .results-explanation {
    border-right: 1px solid #000;
    padding-right: 30px;
  }
  .assessment-area {
    display: flex;
    flex-direction: column;
  }
  .scrollable-questions, .scrollable-result {
    max-height: 600px;
    padding: 0px 50px 0px 20px;
    overflow-y: auto;
    border-right: 1px solid #eee;
    margin-bottom: 20px;
  }

 .scrollable-questions::-webkit-scrollbar, .scrollable-result::-webkit-scrollbar {
    width: 18px;
    background-color: #CFCFCF;
    padding: 5px !important;
    border-radius: 8px;
  }
  
.scrollable-questions::-webkit-scrollbar-thumb, .scrollable-result::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 8px;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
       border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    background-clip: padding-box;
  }

.scrollable-questions::-webkit-scrollbar-track, .scrollable-result::-webkit-scrollbar-track {
        margin-right: 4px;
        margin-left: 4px;
    }

  .assesmentTitle{
       /* font-family: 'Zen Old Mincho', serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 3em;
        -webkit-transform: scale(1, 1.2);
    -moz-transform: scale(1, 1.2);
    -o-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    letter-spacing: -2px;
    line-height:1.5em;
  }

  #quizForm input[type="submit"]{
    margin: 0 auto;
  }

    .resultTitle{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
    font-size: 2.1em;
    font-style: italic;
    padding-bottom:25px;
        -webkit-transform: scale(1, 1.2);
    -moz-transform: scale(1, 1.2);
    -o-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    letter-spacing: -2px;
    padding-left: 20px;
  }

  .resultBreakdownTable{
    display: grid;
    grid-template-columns: 25% 75%;
    margin-bottom:30px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
  }

    .resultBreakdownTable >*{
      text-align: center;
      padding: 8px 0px;
    }

    .resultBreakdownTable:last-of-type{
      border: 0px !important;
    }

.resultBreakdownTable >*:nth-child(1), .resultBreakdownTable >*:nth-child(2){
  font-weight: 800;
  font-size:1.1em;
}

  .assesmentTitleLight{
       /* font-family: 'Zen Old Mincho', serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 3em;
        -webkit-transform: scale(1, 1.2);
    -moz-transform: scale(1, 1.2);
    -o-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    letter-spacing: -2px;
    line-height: 1em;
    display: block;
    width:100%;
          word-break: keep-all;
      overflow-wrap: break-word;
  }
    .assesmentSubTitle{
     font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 2em;
        -webkit-transform: scale(1, 1.2);
    -moz-transform: scale(1, 1.2);
    -o-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    letter-spacing: -2px;
    
  }

  .assessmentTopParagraph{
      padding: 20px 0px 0px 0px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1.2em;
      font-weight: 400;
      word-break: keep-all;
      overflow-wrap: break-word;
  }

.assessmentformParagraph{
      padding: 40px 0px 40px 0px;
      font-family: 'Zen Old Mincho', serif; 
      font-size: 1em;
      font-weight: 400;
      word-break: keep-all;
      overflow-wrap: break-word;
}

.layout-container .ctaMSG{
      padding: 20px 0px 0px 0px!important;
      font-family: 'Zen Old Mincho', serif; 
      font-weight: 900;
      font-size: 1.1em;
}

  #assesmentformTitle{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 3em;
        -webkit-transform: scale(1, 1.2);
    -moz-transform: scale(1, 1.2);
    -o-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    letter-spacing: -2px;
    line-height: 1em;
    width:100%;
  }

  .questionTitle{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
  }

  .AssesmentInstructions{
    margin-left: 0px;
    padding-left:0px;
    list-style: none;
  }
  .AssesmentInstructions li{
        margin-left: 0px!important;
        padding-left:0px;
        list-style: none!important;
        padding-bottom: 10px;
  }

  .AssesmentInstructions li strong{
    padding: 15px 0px;
    display:block;
  }

  #assessmentTop{
    padding: 50px 0px;
    width: 100%;
    background: #000;
    color: #FFF;
    margin-bottom:50px;
  }
   #assessmentTop .assGreeting{
    display: grid;
    max-width: 1000px;
    grid-template-columns: 55% 45%;
    padding: 20px;
    margin: 0 auto;
   }

   #assessmentTop .assGreeting >*:first-child{
    padding: 0px 30px;

   }

   #assessmentTop .assGreeting .assParagraph{
   display: flex;
   flex-direction: column;
   justify-content: center;
   height:100%;
   width:100%;
   }

   .assTopImage{
    border-radius: 50%;
    width: 100%;
    height: auto;
   }

    iframe.hidden-frame {
    display: none;
  }

  .assLevels{
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .assLevels >*{
    padding:8px 10px 8px 10px!important;
    text-align: left;
    margin:0px 0px 0px 30px!important;
font-weight:900;
  }
  
  .assLevels >*:nth-child(2n){
    list-style-type: none!important;
    list-style: none!important;
font-weight:500;
  }

  .lead-info{
    background-color: #f0f0f0;
    padding: 50px 0px;
    width: 100%;
  }

  .lead-info input,
  .lead-info textarea,
  .lead-info select {
    width: 100%;
    margin-bottom: 10px;
      padding: 12px 0px 12px 20px!important;
    box-sizing: border-box;
    border-radius: 24px;
		border: 1px solid #999999;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
  }

  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

  .resultForm{
    background-color: white;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .resultForm >*:first-child{
    padding: 30px 40px;
  }

   .resultForm >*:last-child{
    position: relative;
    display: flex;
    padding:0;
    align-items: center;
    
   }

  .lead-info img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .ebookDL{
  position: absolute;
  text-align: center;
  width:80%;
  top: 50%;
  left: 50%;
  padding:50px 0px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .ebookDL a{
  padding:8px 10px;
  background-color:#005177;
  color: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  }
  .ebookDL:hover{
  background-color: rgba(255, 255, 255, 1.0);

  }

  .downloadBtn {
      padding: 12px 20px;
      background-color: #ec1e31;
      color: white;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
    }
      .download-button {
    background-color: #005177;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
    align-self: start;
  }
  .download-button:hover {
    background-color: #003f5c;
  }

  #clBottom{
      background-color: #000;
      padding: 80px 25px;
      color: #FFF;
      display:flex;
      flex-direction: column;
      justify-items: center;
      align-items: center;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1em;
    }
    
    #clBottom div:last-child{
      padding-top:50px;
      font-size: 0.8em;
    }

    .layout-container a{
      color:steelblue;
      font-weight: 600;
      text-decoration: none;
    }

.dlPrivacyPolicy{
font-size: 0.55em; 
color: #555;
margin-top: 10px;
margin-bottom:15px;
}


.dlReport{
display:none;
}




  @media screen and (max-width:900px){
  .layout-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
    padding: 20px 30px 50px 30px;
  }
  .instructions, .results-explanation {
    border-right: 0px;
    padding-right: 0px;
   margin-bottom:30px;
padding-bottom:15px;
   border-bottom: 1px solid #000;
  }

#resultBreakdown{
padding-top: 20px;
}
.assessment-area{
margin-bottom:0px!important
}

  .resultForm{
    background-color: #000;
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 0px 0px;
color:#FFF;
  }

  .resultForm >*:first-child{
    padding: 30px 40px;
  }

   .resultForm >*:last-child{
display:none;
   }

.result, .lead-info { margin-top: 0px; padding-top: 20px;}
  .lead-info{
    background-color: #000;
border-bottom: 2px solid #FFF;
padding: 40px 0px 40px 0px;
  }

  .lead-info select {
    background-color: #FFF!important;
  }
.dlPrivacyPolicy{
font-size: 0.55em; 
color: #CCC;
margin-top: 10px;
margin-bottom:15px;
}

.dlReport{
display:inline-block;
}

#assessmentTop .assGreeting{
display:grid;
grid-template-columns: 100%;
}

#assessmentTop .assGreeting >*:first-child{
    padding: 0px 30px 0px 30px;
order:2;
   }

#assessmentTop .assGreeting >*:last-child{
    padding: 10px 30px 30px 30px;
order:1;
   }
}