body {
  background-image: url(image/bg.png) !important;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

header .title img,
header .title.header-img {
  /* width: 100% !important;
  max-width: 260px !important; */
  height: auto !important;
  display: block;
}

@media(min-width:768px) {

  header .title img,
  header .title.header-img {
    margin: auto;
    max-width: 430px !important;
  }
}

.item {
  border: solid 1px black;
  border-radius: 20px;
  background-color: #f2f2f2;
}

.options .option-item {
  position: relative;
  background-color: #fff;
}

.item-question {
  color: #7c6f4c;
  margin-top: 20px;
}

.option-item {
  display: inline-block;
  border: none;
  margin: 10px;
  background: white;
  border-radius: 20px;
}

.item:first-child {
  margin-top: 0px;
}

.personal-juery-title-area .title {
  color: #7c6f4c;
  font-size: 28px;
  padding: 0 10px;
}


.result-box {
  margin-top: 50px;
}

.register-box {
  margin-bottom: 100px;
}

.diagnosis table {
  border-collapse: collapse;
  margin: 10px auto;
}

.table-title {
  margin-top: 50px;
  font-size: 30px;
}

.table-title label {
  background-color: #CCFFCC;
}

.diagnosis__table tr,
.diagnosis__table td {
  border: solid 1px black;
}

.table_question_col {
  width: 300px;
}

.table_color_col {
  width: 500px;
}

.table_check1 {
  width: 50px;
}

.table_check2 {
  width: 50px;
}

.submit-btn {
  width: 200px;
  margin: 30px auto;
}

.error-box {
  margin: 0 auto 20px;
  font-size: 21px;
  color: red;
  font-weight: bold;
}

@media(min-width:768px) {
  .error-box {
    margin: 40px auto;
    font-size: 27px;
  }
}

.flower-wrap {
  position: relative;
  height: 100px;
  margin-top: -40px;
}

.container img.flower-left {
  position: absolute;
  top: 40px;
  width: 100%;
  max-width: 160px;
}

.container img.flower-right {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  max-width: 160px;
}

@media(min-width:768px) {
  .flower-wrap {
    height: 140px;
  }

  .container img.flower-left {
    top: 50px;
    width: 25%;
    margin-right: 48%;
    max-width: 260px;
  }

  .container img.flower-right {
    top: 50px;
    width: 25%;
    max-width: 260px;
  }
}

/*tableじゃない用*/
.item {
  margin-top: 50px;
  text-align: center;
}

.item-question {
  font-size: 25px;
  text-align: center;
  /*margin-left:33%;*/
}


.item-option-wrap {
  display: inline-block;
}

input[type="radio"] {
  margin-right: 10px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.result-box {
  margin-top: 50px;
}

.register-box {
  margin-bottom: 100px;
}

.result-title {
  font-size: 30px;
}

.result-title label {
  background-color: #CCFFCC;
}

.login-box {
  margin-top: 50px;
}

.reset-box {
  margin-top: 50px;
}

.success-box {
  margin-top: 50px;
}

.top-description {
  width: 50%;
  padding-top: 0px;
  position: relative;
  top: 80px;
}

@media (max-width: 767px) {
  .personal-juery-title-area .title {
    font-size: 18px;
  }

  .personal-juery-title-area img {
    width: 43px;
    height: 15px;
  }

  .girl-right img,
  .girl-left img {
    display: none;
  }

  .top-description {
    width: 90%;
  }
}

@media(min-width:768px) {
  .pc-none {
    display: none;
  }
}

.sp-kv {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .sp-kv-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-kv {
    display: none;
  }
}


.flex-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 9%;
}

.flex-width {
  width: 100%;
  margin-bottom: 10px;
}

@media(min-width:768px) {
  .flex-wrap {
    flex-direction: row;
    justify-content: space-around;
    padding: 0 10%;
  }

  .flex-width {
    width: 45%;
  }
}


.content-p {
  margin-bottom: 10px;
}


.container img.finger-img {
  max-width: 160px;
}

.choice-eyes-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.choice-eyes-wrap label {
  font-size: 13px;
}

@media (max-width: 767px) {
  .choice-eyes-wrap {
    margin: 4px 1px;
    width: 49% !important;
  }
}

.color-pallet {
  position: absolute;
}


.color-pallet {
  top: 50px;
  left: 30px;
}


.color-pallet,
.eyes-color-pallet {
  display: block;
  width: 35px;
}

.color-pallet {
  position: absolute;
  top: 50px;
  left: 50px;
}

.eyes-color-pallet {
  position: absolute;
  top: 65px;
  left: 30px;
}

@media(min-width:768px) {
  .color-pallet {
    left: 30px;
  }

  .eyes-color-pallet {
    left: 20px;
  }
}

.container img.eye-img {
  max-width: 130px;
  margin-top: 30px;
  padding: 10px 0 0 20px;
}

.container img.face-img {
  margin-top: 20px;
  max-width: 140px;
}

.padding-wrap {
  padding: 20px 0;
}

.container img.body-img {
  margin-top: 10px;
  max-width: 250px;
}

main.personal-jewelry-form{
  background-image: none!important;
}


/*結果ページ -------------------------------------------------------------------*/
.container img.file-img {
  width: 100%;
  max-width: 110px;
  display: block;
  padding: 0 10px;
  background: #a39a7f;
}


.op-wrap {
  display: flex;
  justify-content: space-between;
}

.option-item {
  width: 45%;
}

@media(max-width:767px) {
  .op-wrap {
    flex-direction: column;
  }

  .option-item {
    width: 100%;
  }
}