/* CSS Document */
#hero {
  position: relative;
  margin: 0 -15px;
}
#hero img {
  display: block;
  margin: auto;
  max-height: 640px;
}
@media (max-width: 1690px) {
  #hero img {
    width: 100%;
    max-height: auto;
  }
}

.g-width-22 {
  width: 22%;
}

@media screen and (max-width: 480px) {
  .g-width-22.g-width-sp-50,
.g-width-20.g-width-sp-50 {
    width: 50% !important;
  }
  .g-media-h.g-media-mq > .g-media_left.g-width-20.g-width-sp-50 {
    margin: auto !important;
  }
}
/* sns */
/* sns */
.sns_btn {
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 960px;
}

.sns_btn ul {
  float: right;
  position: absolute;
  right: 0;
  top: -55px;
}

.sns_btn li {
  float: left;
}

.g-breadcrumbs + .sns_btn ul {
  top: 9px;
  z-index: 2;
}

.hidden_pc_sns,
.hidden_pc_sns.static {
  display: none;
}

#sns_facebook {
  margin-right: 1em;
}

@media only screen and (max-width: 959px) {
  .sns_btn {
    width: 100%;
    background: #edf2f5 none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 6px 5px 5px;
    display: inline-block;
    left: 0;
    padding: 15px 10px 5px;
    position: fixed;
    right: 0;
    z-index: 10;
    top: auto;
  }
  .sns_btn ul {
    float: none;
    position: static;
    right: 0;
    top: 0;
  }
  .snsdiv {
    width: 100%;
  }
  .sns_btn li {
    float: left;
    text-align: center;
  }
}
#check-wrap {
  margin-bottom: 50px;
  border-radius: 20px;
}
#check-wrap .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 15px;
}
#check-wrap .flex h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #666;
  text-align: center;
}
#check-wrap .flex h3 img {
  margin: auto;
  width: 70%;
}
#check-wrap .flex .check_man img {
  width: auto;
  height: 300px;
  padding: 15px;
}
@media (max-width: 480px) {
  #check-wrap .flex .check_man img {
    height: 260px;
    padding: 0 15px;
  }
}
#check-wrap #checklist {
  background-color: #f9efe5;
  padding: 30px;
}
@media (max-width: 480px) {
  #check-wrap #checklist {
    padding: 15px 15px 35px 15px;
  }
}
#check-wrap #checklist .question {
  font-size: 18px;
  padding: 20px 10px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 768px) {
  #check-wrap #checklist .question {
    padding: 10px 0;
    font-size: 16px;
  }
}
#check-wrap #checklist .question:first-of-type {
  border-top: 1px solid #d4d4d4;
}
#check-wrap #checklist .question label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
#check-wrap #checklist .question input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 24px !important;
  height: 24px;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
#check-wrap #checklist .question input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 6px;
  transform: rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 3px solid #db3529;
  border-bottom: 3px solid #db3529;
  content: "";
}
#check-wrap #checklist .question span {
  display: inline-block;
  width: calc(90% - 30px);
}
@media (max-width: 480px) {
  #check-wrap #checklist .question span {
    width: 100%;
    padding-left: 16px;
    text-indent: -16px;
  }
}
#check-wrap #checklist #results {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  font-size: 20px;
}
#check-wrap #checklist #results #totalScore {
  background-color: #fff;
  font-size: 50px;
  padding: 0 15px;
  border-radius: 5px;
  line-height: 1;
}
#check-wrap #checklist #results .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  line-height: 1.2em;
}
#check-wrap #checklist #results .flex .flex-txt {
  text-align: center;
  font-size: 16px;
}
#check-wrap h4 {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 20px !important;
}
#check-wrap .result-next {
  margin: 30px auto 0;
  width: 5%;
}
#check-wrap .results-box .result {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: 3px solid #eee;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}
#check-wrap .results-box .result p {
  margin-bottom: 0;
}
#check-wrap .results-box .result.highlight {
  border: 2px solid #dc3529;
  background-color: #ffebeb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#check-wrap .results-box h5 {
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 24px;
  margin-bottom: 8px;
  gap: 20px;
}
@media (max-width: 480px) {
  #check-wrap .results-box h5 {
    font-size: 22px;
  }
}
#check-wrap .results-box h5 span.small {
  font-size: 16px;
}
@media (max-width: 480px) {
  #check-wrap .results-box h5 span.small {
    display: inline-block;
    line-height: 1.2;
  }
}
#check-wrap .results-box h5 strong {
  font-size: 2.4em;
}
#check-wrap .results-box .result_man {
  width: 20%;
  text-align: center;
}
#check-wrap .results-box .result_man img {
  width: 60px;
}
#check-wrap .result-end {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  #check-wrap .result-end {
    font-size: 18px;
  }
}
#check-wrap .result-end strong {
  color: #dc3529;
}
@media (max-width: 480px) {
  #check-wrap .flex.lisklv-box {
    display: block;
  }
}
#check-wrap .lisklv {
  padding: 15px 15px 0 15px;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 480px) {
  #check-wrap .lisklv {
    margin-bottom: 10px;
    padding: 15px 15px 1px 15px;
    width: 100%;
  }
}
#check-wrap .lisklv.lv3 {
  background-color: #dc3529;
  color: #fff;
}
#check-wrap .lisklv.lv2 {
  background-color: #ff9773;
}
#check-wrap .lisklv.lv1 {
  background-color: #ffdacc;
}
#check-wrap .lisklv .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
#check-wrap .lisk-table {
  margin: 20px 0 30px;
}
#check-wrap .lisk-table a {
  font-size: 14px;
}
#check-wrap .lisk-table table {
  border-collapse: collapse;
}
#check-wrap .lisk-table table tr.highlight-row {
  background-color: #fffacd;
}
#check-wrap .lisk-table table tr.highlight-row th {
  background-color: #cad9e6;
  font-weight: bold;
}
#check-wrap .lisk-table table th,
#check-wrap .lisk-table table td {
  padding: 5px;
}
#check-wrap .lisk-table table th,
#check-wrap .lisk-table table .nowrap {
  text-wrap: nowrap;
}
#check-wrap .lisk-table table th {
  font-size: 12px;
  text-align: center;
}
#check-wrap .lisk-table table th.q {
  padding-left: 36px;
  text-align: left;
  text-indent: -14px;
  font-size: 14px;
}
@media (max-width: 480px) {
  #check-wrap .lisk-table table th.q {
    padding-left: 26px;
  }
}
#check-wrap .lisk-table table td {
  padding: 15px 10px;
}
#check-wrap .lisk-table table td.lv3 {
  text-align: center;
  background-color: #dc3529;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
#check-wrap .lisk-table table td.lv2 {
  text-align: center;
  background-color: #ff9773;
  font-weight: bold;
  font-size: 18px;
}
#check-wrap .lisk-table table td.lv1 {
  text-align: center;
  background-color: #ffdacc;
  font-weight: bold;
  font-size: 18px;
}
#check-wrap .experts .column-air {
  margin-top: 0;
}
#check-wrap .experts p {
  font-size: 14px;
}
#check-wrap .experts a {
  color: #000;
}
#check-wrap .experts a:hover {
  text-decoration: none;
}
#check-wrap .experts a span.g-link:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .spp {
    text-align: center;
  }
}

.flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .flex {
    display: block;
  }
}
.flex .sensei {
  width: 15%;
}
@media (max-width: 480px) {
  .flex .sensei {
    width: 100%;
  }
}
.flex .sensei img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .flex .sensei img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
/*# sourceMappingURL=style3.css.map */