/* font */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
body, h2, h3, h4, h5, p, li, span {
  font-family: "Noto Sans JP", sans-serif !important;
}

html {
  font-size: 10px;
  scroll-padding-top: 70px;
}

body {
  background: #F1F3F4;
  font-size: 1.6rem;
  position: relative;
}

p {
  margin: 0 !important;
  font-weight: normal;
  line-height: 1.5;
}

a, .button-link {
  color: #3386cc;
  text-decoration: none;
}
a:hover, .button-link:hover {
  color: #3386cc;
  text-decoration: underline;
}

.button-link {
  border: none;
  background: #F1F3F4;
}

.acf-error, .error-input {
  background-color: #FFE8E8 !important;
}

.acf-error-ttl {
  color: #F25A5A;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  margin: 30px 0 !important;
  text-align: left;
  display: flex;
  gap: 7px;
  align-items: center;
}
.acf-error-ttl img {
  width: 32px;
  height: 32px;
}

.acf-error-txt {
  color: #F25A5A;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 16px;
}

.acf-r-text {
  color: #F25A5A;
}

.acf-comp-ttl {
  color: #17AE8C;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 36px 0 !important;
  text-align: center;
}

.acf-btn,
.acf-comp-btn {
  width: 100% !important;
  max-width: 300px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 10px;
  display: block;
  text-decoration: none;
  margin: 36px auto 0;
  text-align: center;
}
.acf-btn:hover,
.acf-comp-btn:hover {
  text-decoration: none;
}

.acf-btn {
  background: #3386cc;
  border: 1px solid #3386cc;
}
.acf-btn:hover {
  color: #3386cc;
  background-color: #ffffff;
}

.acf-comp-btn {
  background: #17AE8C;
  border: 1px solid #17AE8C;
}
.acf-comp-btn:hover {
  color: #17AE8C;
  background-color: #ffffff;
}

.dropify-wrapper .acf-att-btn {
  width: 100% !important;
  max-width: 165px;
  background: #DAE1E7;
  border-radius: 30px;
  color: #666666;
  font-size: 1.4rem;
  padding: 4px 16px;
  display: block;
  text-decoration: none;
  margin: 14px auto 0;
  text-align: center;
}
.dropify-wrapper:hover .acf-att-btn {
  width: 100% !important;
  max-width: 165px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #3386cc;
  font-size: 1.4rem;
  padding: 4px 16px;
  display: block;
  text-decoration: none;
  margin: 14px auto 0;
  text-align: center;
}

.disabled {
  background: #666666;
  border: 1px solid #666666;
  opacity: 1 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.bg-ac-blue {
  background: #3386cc;
}

.bg-ac-r-blue {
  background: #33A1CC;
}

.bg-ac-green {
  background: #17AE8C;
}

.bg-ac-r-green {
  background: #179FAE;
}

.bg-ac-glay {
  background: #666666;
}

.bg-ac-r-glay {
  background: #E9ECEF;
}

.bg-ac-blank {
  background: #999999;
}

.acf-re {
  margin-left: auto;
  font-size: 1.4rem;
  align-self: center;
  padding-left: 5px;
}
.button-confirm{
  border: none;
  background: white;
  color: #3386cc;
}
.button-confirm:hover{
  text-decoration: underline;
}
.pc_none {
  display: none;
}

@media (max-width: 576px) {
  .pc_none {
    display: block;
  }
}
/*-------------------------------------------
AC-Form header
-------------------------------------------*/
header {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
  position: fixed;
  top: 0;
  z-index: 3;
}
header .acf-logo {
  height: 34px;
  margin: 0;
}
header .acf-logo a {
  display: block;
  height: 34px !important;
  position: relative;
}
header .acf-logo a img {
  height: 34px;
  position: absolute;
  top: 0;
}
header .nav-item {
  padding: 0 0 0 10px;
}
header .nav-item .nav-link {
  display: flex;
  color: #666666;
  font-size: 1.4rem;
  align-items: center;
  padding: 0;
}
header .nav-item .nav-link:hover {
  color: #3386cc;
}
header .nav-item .nav-link:focus {
  color: #3386cc;
}
header .nav-item .nav-link span {
  display: inline-block;
  padding-left: 5px;
}
header .nav-item .nav-link span:hover {
  color: #3386cc;
}
header .nav-item .nav-link img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
header .nav-item .nav-link img:hover {
  opacity: 0.8;
}
header .nav-item .dropdown-toggle::after {
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
header .nav-item .dropdown-menu {
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: none;
  min-width: 10rem;
  padding: 8px 0;
}
header .nav-item .dropdown-menu .dropdown-item {
  color: #232323;
  padding: 6px 24px;
}
header .nav-item .dropdown-menu .dropdown-item:hover {
  color: #3386cc;
  background-color: #e8f5ff;
}
header .dropdown:hover > .dropdown-menu {
  display: block;
  right: 0;
}
header .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
header .dropdown-menu {
  font-size: 1.4rem;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  header .nav-item .nav-link span {
    display: none;
  }
}
/*-------------------------------------------
AC-Form container
-------------------------------------------*/
.container {
  min-height: 100vh;
}

.acf-wrap {
  width: 90% !important;
  max-width: 1200px !important;
  padding: 54px 0 100px;
}
.acf-wrap h2 {
  color: #232323;
  margin: 36px 0 0;
  font-size: 2.3rem;
  line-height: 1.5;
}
.acf-wrap .heading{
  margin-top: 16px;
  margin-bottom: -16px;
  padding: 10px 15px;
  border-top: 0;
  background-color: #424040;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #878787), color-stop(1, #424040));
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.acf-wrap .acf-sect {
  margin-top: 16px;
  padding: 16px;
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 0.4375rem !important;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05) !important;
}
.acf-wrap .acf-sect .acf-sect-inner {
  padding: 16px 0;
  border-bottom: 1px solid #DAE1E7;
}
.acf-wrap .acf-sect .acf-sect-inner:first-child {
  padding-top: 0;
}
.acf-wrap .acf-sect .acf-sect-inner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.acf-wrap .acf-sect .acf-sect-inner p {
  color: #666666;
  font-weight: normal;
}
.acf-wrap .acf-sect .acf-ques {
  padding-bottom: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.acf-wrap .acf-sect .acf-ques .acf-ques-num {
  width: 40px;
  display: inline-block;
  padding: 4px;
  background: #4B566B;
  color: #ffffff;
  font-size: 1.4rem;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
  align-self: center;
}
.acf-ques-num-fill-in-blank {
  padding: 4px;
  background: #4B566B;
  color: #ffffff;
  font-size: 1.9rem;
  box-sizing: border-box;
  text-align: center;
  margin: 6px;
}
.acf-wrap .acf-sect .acf-ques .acf-ques-req {
  width: 44px;
  display: inline-block;
  padding: 4px;
  background: #FFE8E8;
  color: #F25A5A;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  margin-left: 5px;
  align-self: center;
}
.acf-wrap .acf-sect .acf-ques .acf-ques-mini {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  align-self: center;
}
.acf-wrap .acf-sect .acf-sample-img {
  width: 100%;
  max-width: 400px;
}
.acf-wrap .acf-sect .ac-check::before {
  content: url(../images/ac-check.svg);
  display: inline-block;
  width: 21px;
  height: 16px;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.acf-wrap .acf-sect .acf-iframe-wrap {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E3E9EF;
}
.acf-wrap .acf-sect .form-select,
.acf-wrap .acf-sect .form-control {
  font-size: 1.6rem !important;
  font-weight: normal;
  padding: 7px 23px 7px 12px;
  border-radius: 5px;
}
.acf-wrap .acf-sect .form-select::placeholder,
.acf-wrap .acf-sect .form-control::placeholder {
  color: #CCCCCC !important;
}
.acf-wrap .acf-sect .form-select option,
.acf-wrap .acf-sect .form-control option {
  color: black;
}
.acf-wrap .acf-sect .form-select option:first-child,
.acf-wrap .acf-sect .form-control option:first-child {
  color: #666;
}
.acf-wrap .acf-sect .form-check {
  padding: 8px 8px 8px 34px;
  border: 1px solid #666666;
  border-radius: 30px;
}
.acf-wrap .acf-sect .acf-agn_info {
  display: flex;
  gap: 10px 16px;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
.acf-wrap .acf-sect .acf-agn_info li {
  list-style: none;
  align-self: center;
  font-weight: bold;
}
.acf-wrap .acf-sect .acf-agn_info .valid {
  padding: 4px 8px;
  background: #17AE8C;
  color: #ffffff;
  letter-spacing: 0.15rem;
}
.acf-wrap .acf-sect .acf-agn_info .invalid {
  padding: 4px 8px;
  background: #666666;
  color: #ffffff;
  letter-spacing: 0.1rem;
}
.acf-wrap .acf-score {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
}
.acf-wrap .acf-score .acf-sect {
  width: calc(50% - 8px);
  min-width: 340px;
  margin: 0;
}
.feedback-header {
  display: block;
  padding: 4px 10px;
  font-size: 1.4rem;
  background: #4B566B;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.15rem;
  width: fit-content;
}
.acf-sect pre {
  font-family: "Noto Sans JP", sans-serif !important;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin: 0;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ttl {
  display: block;
  padding: 4px 10px;
  font-size: 1.4rem;
  background: #4B566B;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  align-self: center;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point p,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques p {
  font-size: 1.6rem;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-point-total,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-point-average,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-point-total,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-point-average {
  font-size: 1.6rem;
  font-weight: bold;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-point-total span,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-point-average span,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-point-total span,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-point-average span {
  color: #F25A5A;
  font-size: 2.2rem;
  font-weight: bold;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-point-total .acf-sect-header-point-number,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-point-average .acf-sect-header-point-number,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-point-total .acf-sect-header-point-number,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-point-average .acf-sect-header-point-number {
  font-weight: normal;
  font-size: 1.6rem;
  color: #232323;
}
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-point .acf-sect-header-ques-req,
.acf-wrap .acf-score .acf-sect .acf-sect-header .acf-sect-header-ques .acf-sect-header-ques-req {
  width: 44px;
  display: inline-block;
  padding: 4px;
  background: #FFE8E8;
  color: #F25A5A;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  margin-left: 5px;
  align-self: center;
}
.acf-wrap .acf-score .acf-sect .progress {
  font-size: 1.4rem;
  height: 1.6rem;
  border-radius: 4px;
  margin-top: 15px;
}
.acf-wrap .acf-score .acf-sect .progress-point {
  font-size: 1.4rem;
  display: flex;
  color: #666666;
  margin-top: 5px;
}
.acf-wrap .acf-score .acf-sect .progress-point span {
  width: 33%;
}
.acf-wrap .acf-score .acf-sect .progress-point span:nth-child(2) {
  width: 34%;
}
.acf-wrap .acf-score .acf-sect .acf-score-txt {
  font-size: 1.4rem;
  color: #666666;
  padding-top: 16px;
}
.acf-wrap .acf-medium_score .accordion-item {
  margin-top: 0;
  border: none;
  background: #ffffff;
  border-radius: 0.4375rem !important;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05) !important;
}
.acf-wrap .acf-medium_score .accordion-item:not(:first-of-type) {
  margin-top: 36px !important;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .accordion-button {
  font-size: 1.6rem;
  padding: 16px;
  border-radius: 0.4375rem !important;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #ffffff;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: none;
  color: #232323;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .accordion-button::after {
  padding: 12px;
  border-radius: 50%;
  background-color: #E9ECEF;
  background-position: center;
  position: absolute;
  right: 16px;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .acf-medium_score-result-button {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  position: relative;
  padding-right: 50px;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .acf-medium_score-result-button .acf-medium_score-result-button-ttl {
  display: block;
  padding: 4px 10px;
  font-size: 1.4rem;
  background: #4B566B;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .acf-medium_score-result-button .acf-medium_score-result-button-score {
  font-size: 1.6rem;
  font-weight: bold;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-header .acf-medium_score-result-button .acf-medium_score-result-button-score span {
  color: #F25A5A;
  font-size: 2.2rem;
  font-weight: bold;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-collapse .accordion-body {
  width: calc(100% - 36px);
  padding: 16px 0 24px;
  margin: 0 auto;
  border-top: 1px solid #E9ECEF;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-collapse .accordion-body .acf-medium_score-result .acf-medium_score-result-ttl {
  padding: 16px;
  border-radius: 8px;
  font-size: 1.6rem;
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-collapse .accordion-body .acf-medium_score-result .acf-medium_score-result-ttl p:first-child {
  font-weight: bold;
  margin-right: auto !important;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-collapse .accordion-body .acf-medium_score-result .acf-medium_score-result-sttl {
  font-size: 1.4rem;
  color: #666666;
}
.acf-wrap .acf-medium_score .accordion-item .accordion-collapse .accordion-body .acf-medium_score-result .progress {
  font-size: 1.4rem;
  height: 1.6rem;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .acf-ques-mini {
    display: block !important;
    padding-left: 45px;
  }
  .acf-agn_info {
    flex-wrap: wrap;
  }
  .acf-agn_info .total {
    width: 100%;
  }
}
/*-------------------------------------------
AC-Form footer
-------------------------------------------*/
footer {
  text-align: right;
}
footer img {
  position: absolute;
  height: 25px;
  right: 15px;
  bottom: 15px;
}

/*-------------------------------------------
radio-button
-------------------------------------------*/
.inline-radio div,
.inline-checkbox div {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 44px;
  cursor: pointer;
  margin-top: 10px;
}
.inline-radio div:first-child,
.inline-checkbox div:first-child {
  margin-top: 0;
}
.inline-radio div input,
.inline-checkbox div input {
  width: 100%;
  height: 100%;
  min-height: 44px;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.inline-radio div:hover label,
.inline-checkbox div:hover label {
  color: #3386cc;
  border: 1px solid #3386cc !important;
}
.inline-radio div:hover label .outer,
.inline-checkbox div:hover label .outer {
  border: 2px solid #3386cc !important;
}

.inline-radio label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 50px;
  font-size: 1.6rem;
  padding: 10px;
}
.inline-radio label:hover {
  color: #3386cc;
  border: 1px solid #3386cc;
}
.inline-radio label:hover .outer {
  border: 2px solid #3386cc;
}
.inline-radio label .outer {
  width: 24px;
  height: 24px;
  border: 1px solid #666666;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  flex-basis: 24px;
}
.inline-radio label .outer .inner {
  display: none;
}
.inline-radio label .select_radio_txt {
  flex-grow: 1;
  width: calc(100% - 32px);
}
.inline-radio input:checked + label {
  background: #3386cc;
  border: 1px solid #3386cc;
  font-weight: 500;
  color: #fff;
}
.inline-radio input:checked + label .outer {
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: none !important;
}
.inline-radio input:checked + label .outer .inner {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #3386cc;
}

.inline-checkbox label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
.inline-checkbox label:hover {
  color: #3386cc;
  border: 1px solid #3386cc;
}
.inline-checkbox label:hover .outer {
  border: 2px solid #3386cc;
}
.inline-checkbox label .outer {
  width: 24px;
  height: 24px;
  border: 1px solid #666666;
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
  flex-basis: 24px;
}
.inline-checkbox label .outer .inner {
  display: none;
}
.inline-checkbox label .select_checkbox_txt {
  flex-grow: 1;
  width: calc(100% - 32px);
}
.inline-checkbox input:checked + label {
  background: #3386cc;
  border: 1px solid #3386cc;
  font-weight: 500;
  color: #fff;
}
.inline-checkbox input:checked + label .outer {
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: none !important;
}
.inline-checkbox input:checked + label .outer .inner {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  display: block;
}
.inline-checkbox input:checked + label .outer .inner img {
  position: absolute;
  top: 0px;
}

.check-box div {
  position: relative;
  width: 100%;
  max-width: 295px;
  height: 30px;
  flex: 1;
  cursor: pointer;
  margin: 16px auto 0;
}
.check-box div .acf-req {
  width: auto;
  display: inline-block;
  padding: 4px;
  background: #FFE8E8;
  color: #F25A5A;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  align-self: center;
  position: absolute;
  top: 0;
  left: -20px;
}
.check-box div input {
  width: 100%;
  height: auto;
  opacity: 0;
}
.check-box div input:checked + label {
  font-weight: 500;
  color: #3386cc;
}
.check-box div input:checked + label .outer {
  border: none;
  background: #3386cc;
  box-sizing: border-box;
}
.check-box div input:checked + label .outer .inner {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  box-sizing: border-box;
  display: block;
}
.check-box div input:checked + label .outer .inner img {
  position: absolute;
  top: 1px;
}
.check-box div input {
  width: 100%;
  height: auto;
  opacity: 0;
}
.check-box div input:checked + label {
  font-weight: 500;
  color: #3386cc;
}
.check-box div input:checked + label .outer {
  border: none;
  background: #3386cc;
  box-sizing: border-box;
}
.check-box div input:checked + label .outer .inner {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  box-sizing: border-box;
  display: block;
}
.check-box div input:checked + label .outer .inner img {
  position: absolute;
  top: 1px;
}
.check-box div label {
  width: max-content !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #232323;
  font-weight: bold;
  border-radius: 22px;
  font-size: 1.4rem;
  padding-left: 79px;
}
.check-box div label:hover {
  color: #3386cc;
}
.check-box div label:hover .outer {
  border: 2px solid #3386cc;
}
.check-box div label .outer {
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  display: block;
  position: absolute;
  top: 5px;
  left: 54px;
  border-radius: 4px;
  box-sizing: border-box;
}
.check-box div label .outer .inner {
  display: none;
}

.drop-area {
  border: 2px dashed #DAE1E7 !important;
  background-color: #ffffff !important;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}
.drop-area label {
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  color: #666666;
}
.drop-area label:hover {
  cursor: pointer;
}
.drop-area label input {
  display: none;
}
.drop-area label .preview-area {
  width: 75%;
  margin: 15px auto;
  height: auto;
}
.drop-area label .preview-area img {
  height: 100%;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}
.drop-area label #clear {
  display: none;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
button.close {
  padding: 0;
  background-color: initial;
  border: 0;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
}
.modal-body{
  padding:16px
}
.modal-footer{
  padding: 12px
}
.btn{
  font-size: 16px;
}
.align-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-table-result{
  width: 15%;
}
.result-table-answer{
  width: 12%;
  text-align: center;
}
.table-answer thead tr {
  border-bottom: 1px solid #d9ae12;
  height: 50px;
}
.table-answer tbody tr {
  border-bottom: 1px solid #ccc;
  height: 50px;
}/*# sourceMappingURL=base.css.map */
.table-advice-style {
  border: 1px solid #E3E9EF;
  opacity: 1;
}
.table-advice-style thead tr th {
  width: 968px;
  height: 50px;
  /* UI Properties */
  background: #F9F9F9 0% 0% no-repeat padding-box;
  opacity: 1;
  font-size: 14px;
  font: normal normal bold 14px/20px Source Han Sans JP;
  color: #232323;
  font-weight: bold;
  border: 1px solid #E3E9EF;
}
.table-advice-style td {
  padding: 8px;
  border: 1px solid #E3E9EF;
  font-size: 14px;
  font: normal normal bold 14px/20px Source Han Sans JP;
  font-weight: bold;
}

.table-advice-style .base {
  padding: 8px;
  text-align: left;
  font: normal normal bold 14px/20px Source Han Sans JP;
  letter-spacing: 0.42px;
  opacity: 1;
  text-align: center;
}

.data-point-red {
  color: #F25A5A;
  background-color: #FFE8E8;
  border: 1px solid #E3E9EF;
}

.data-point-green {
  background-color: #E1F7F3;
  border: 1px solid #E3E9EF;
  color: #17AE8C;
}

 .table-advice-style .data-description {
   text-align: left;
   font: normal normal normal 14px/20px Source Han Sans JP;
   letter-spacing: 0.42px;
   opacity: 1;
 }

.table-advice-header {
  padding: 8px;
  background-color: #fff2cc;
}
.feedback-gpt {
  /*white-space: pre-line;*/
  font-size: 12px;
}

.number-header {
  margin-left: 10px;
  font-size: 12px;
  display: flex;
  border-radius: 50%;
  width: 16px;
  border: 1px solid black;
  height: 16px;
  justify-content: center;
  align-items: center;
  align-self: center;
}
