@charset "UTF-8";
.txt {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 2.3;
}

.center {
  text-align: center;
}

.txt_link {
  display: flex;
  -js-display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .txt_link {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .txt_link.left {
    justify-content: flex-start;
  }
}
.txt_link li {
  list-style-type: none;
  padding: 5px 20px 5px 0;
}
.txt_link li a {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #323131;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .txt_link li a {
    font-size: 18px;
  }
}
.txt_link li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.sharp_txt {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .sharp_txt {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .sharp_txt.line {
    position: relative;
  }
  .sharp_txt.line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #323131;
    bottom: -15%;
  }
  .sharp_txt.line:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #696969;
    bottom: -51%;
    left: -34px;
    transform: rotate(-45deg);
  }
}

.result_area {
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
}
.result_area .result_ttl {
  font-size: 12px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.15em;
  line-height: 2.3em;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .result_area .result_ttl {
    font-size: 18px;
  }
}
.result_area .result_ttl span {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  background: linear-gradient(transparent 70%, #b6a673 70%);
  display: block;
}
@media screen and (min-width: 768px) {
  .result_area .result_ttl span {
    font-size: 28px;
  }
}
.result_area .cursive {
  font-family: missrobertson-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding-left: 165px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .result_area .cursive {
    font-size: 20px;
  }
}
.result_area .point {
  margin: 70px 0 0 0;
}
@media screen and (min-width: 768px) {
  .result_area .point {
    margin: 100px 0;
  }
}
.result_area .point .point_img {
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .result_area .point .point_img {
    margin-bottom: 10px;
  }
}
.result_area .point .point_img img {
  width: 45px;
}
@media screen and (min-width: 768px) {
  .result_area .point .point_img img {
    width: auto;
  }
}
.result_area .point .ht_txt {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .result_area .point .ht_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.result_area .point .col02_img {
  display: flex;
  -js-display: flex;
}
.result_area .point .col02_img .d01 {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .result_area .point .col02_img .d01 {
    margin-top: 120px;
  }
}
.result_area .point .col02_img .img_l {
  width: 50%;
  position: relative;
}
.result_area .point .col02_img .img_r {
  width: 50%;
  position: relative;
}
.result_area .point .col02_img .img_r:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  z-index: -1;
}

.odekake_code {
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .odekake_code {
    padding-bottom: 40px;
    margin-top: 70px;
  }
}
.odekake_code .img_box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .odekake_code .img_box {
    width: 50%;
  }
}
.odekake_code .img_box .odekake_txt {
  font-family: missrobertson-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.1em;
  position: absolute;
  transform: rotate(90deg);
  bottom: 142px;
  left: -15px;
}
.odekake_code .txt_box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .odekake_code .txt_box {
    width: 35%;
    text-align: left;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 40px;
  }
}
.odekake_code .fukidashi {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .odekake_code .fukidashi {
    transform: rotate(-5deg);
    top: -2%;
    left: -3%;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .odekake_code .fukidashi:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #323131;
    top: 50%;
    left: -11%;
    transform: rotate(46deg);
    width: 16px;
  }
  .odekake_code .fukidashi:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #323131;
    top: 50%;
    right: -7%;
    transform: rotate(-45deg);
    width: 16px;
  }
}
.odekake_code .ttl_h2 {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 70px 0 30px 0;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .odekake_code .ttl_h2 {
    margin: 150px 0 50px 0;
    font-size: 28px;
  }
}
.odekake_code .recommend_list {
  display: flex;
  -js-display: flex;
}
.odekake_code .recommend_list li {
  width: 100%;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .odekake_code .recommend_list li {
    width: 25%;
  }
}
.odekake_code .insta_box {
  padding: 15px 0;
  border-top: 1px solid #323131;
  border-bottom: 1px solid #323131;
  display: flex;
  -js-display: flex;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .odekake_code .insta_box {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}
.odekake_code .insta_box .insta_list {
  width: 100%;
  display: flex;
  -js-display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .odekake_code .insta_box .insta_list {
    width: 50%;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.odekake_code .insta_box .insta_list .insta_l {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .odekake_code .insta_box .insta_list .insta_l {
    width: 50%;
  }
}
.odekake_code .insta_box .insta_list .insta_r {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .odekake_code .insta_box .insta_list .insta_r {
    width: 50%;
    text-align: left;
    margin-top: 0;
  }
}
.odekake_code .insta_box .insta_list .insta_name {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 16px;
  display: block;
}
.odekake_code .insta_box .insta_list .detail_txt {
  font-size: 12px;
  margin-bottom: 10px;
}
.odekake_code .insta_box .insta_list .insta_logo span {
  font-weight: bold;
  font-size: 12px;
  vertical-align: super;
  padding-left: 10px;
}
.odekake_code .insta_box .insta_list a {
  transition: 0.5s;
}
.odekake_code .insta_box .insta_list a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, -70px);
  transition: all 2000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein02.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.ques_area {
  margin: 70px 0;
}
@media screen and (min-width: 768px) {
  .ques_area {
    margin: 185px 120px;
  }
}
.ques_area .diagnosis_ttl img {
  width: 50%;
  margin-bottom: 40px;
}
.ques_area .ques_txt {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  .ques_area .ques_txt {
    font-size: 22px;
  }
}
.ques_area .twochoice_box {
  display: flex;
  -js-display: flex;
  justify-content: center;
  padding-top: 40px;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .ques_area .twochoice_box {
    flex-wrap: nowrap;
  }
}
.ques_area .twochoice_box p {
  display: flex;
  -js-display: flex;
  text-align: center;
  transition: 0.5s;
}
.ques_area .twochoice_box p a {
  color: #fff;
  display: block;
  margin: auto;
  width: 200px;
  padding: 15px;
  transition: 0.5s;
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .ques_area .twochoice_box p a {
    width: 250px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.ques_area .twochoice_box p a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
.ques_area .twochoice_box p:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ques_area .twochoice_box p:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.ques_area .twochoice_box .red a {
  background-color: #b6a673;
}
.ques_area .twochoice_box .blue a {
  background-color: #8fafb7;
}
.ques_area .page {
  padding-top: 40px;
  font-size: 12px;
  color: #a9a9a9;
}

.item_btn {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .item_btn {
    margin-bottom: 0;
  }
}
.item_btn a {
  display: block;
  padding: 15px 20px;
  background-color: #666;
  color: #fff !important;
  transition: 0.5s;
  letter-spacing: 0.15em;
}

.item_btn a:hover {
  color: #333 !important;
  border: 1px solid #333;
  transition: 0.5s;
  background-color: #fff;
}

.codeset_all_btn a {
  display: block;
  padding: 15px 20px;
  background-color: #8fafb7;
  color: #fff !important;
  transition: 0.5s;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}

.codeset_all_btn a:hover {
  color: #333 !important;
  border: 1px solid #333;
  transition: 0.5s;
  background-color: #fff;
}
/*# sourceMappingURL=diagnosis.css.map */