/*基本設定*/
img {
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none !important;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .justify-content-between {
    justify-content: space-between;
  }

  .d-flex {
    display: flex;
  }

  .pc_d-flex {
    display: flex;
  }
}


input[type="submit"].btn_check {
  background-color: #000;
  border: none;
  border-radius:100px;
  color: #FFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 240px;
  height: 67px;
  outline: none;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
input[type="submit"].btn_check:hover{
  background: #D71C47;
}

@media (max-width: 767px) {
  .check_woman_tit {
    margin: 0 auto 27px;
    width: 100%;
  }

  .check_man_tit {
    margin: 0 auto 27px;
    width: 100%;
  }

  .check_container {
    width: 100%;
    margin: 0 auto 40px;
  }

  .check_intro_text_01 {
    color: 000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }

  .check_img_type {
    line-height: 0;
    margin: 0 auto 15px;
    max-width: 336px;
    width: 100%;
  }

  .check_intro_text_02 {
    border-top: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 38px;
  }

  .check_intro_text_02 p {
    margin-bottom: 0;
  }

  .check_q_tit {
    background-color: #f8f6f6;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 30px;
    padding: 8px 9px 8px 63px;
    position: relative;
  }

  .check_q_tit span {
    color: #d71c47;
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    padding-right: 17px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .check_ul {
    width: 90%;
    margin: 0 auto 25px;
  }

  .check_ul>li {
    display: flex;
    margin-bottom: 15px;
  }

  .check_ul>li .radio_input {
    display: none;
  }

  .check_ul>li .radio_input~label {
    line-height: 0;
    position: relative;
    width: 100%;
  }

  .check_ul>li .check_ul_checked {
    border: 3px solid #DDD;
  }

  .check_ul>li .radio_input~label::before {
    background-color: #f8f6f6;
    border: 1px solid #c1c7ca;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .check_ul>li .radio_input:checked~label .check_ul_checked {
    border: 3px solid #c62b56;
  }

  .check_ul>li .radio_input:checked~label::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    background: #d01137;
    border-radius: 50%;
  }

  .check_ul>li img {
    line-height: 0;
    width: 100%;
  }

  .check_ul .check_ul_text {
    border: 3px solid #DDD;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    padding: 13px 10px;
  }

  .check_ul .check_ul_text li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    float: left;
  }

  .check_ul .check_ul_text li:after {
    content: "、";
  }

  .check_ul .check_ul_text li:last-child:after {
    content: "";
  }

  .check_ul .check_ul_text::after {
    content: "";
    display: block;
    clear: both;
  }

  .check_ul .check_text {
    border: 3px solid #DDD;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    line-height: 2rem;
    width: 100%;
    padding: 13px 10px;
  }

  .check_ul_li_s {
    width: 47%;
  }

  .check_ul_li_l {
    width: 100%;
  }

  input[type="submit"].btn_check {
    background-color: #c62b56;
    border: none;
    border-radius: 0;
    color: #FFF !important;
    display: block;
    font-size: 18px;
    letter-spacing: 0.2rem;
    margin: 0 auto;
    outline: none;
    padding: 18px 0;
    position: relative;
    text-align: center;
    width: 90%;
  }

}

@media (min-width: 768px) {

  .check_woman_tit_area {
    background: url("../images/stylingmap/check_woman_bg.png") center no-repeat;
    background-size: 1505px;
    height: 280px;
    margin-bottom: 55px;
    width: 100%;
  }

  .check_woman_tit {
    margin: 0 auto;
    width: 495px;
    height: auto;
  }

  .check_man_tit_area {
    background: url("../images/stylingmap/check_man_bg.png") center no-repeat;
    background-size: 1505px;
    height: 280px;
    margin-bottom: 55px;
    width: 100%;
  }

  .check_man_tit {
    margin: 0 auto;
    width: 495px;
    height: auto;
  }

  .check_com_tit_area {
    background: url("../images/stylingmap/check_com_bg.png") center no-repeat;
    background-size: 1505px;
    height: 280px;
    margin-bottom: 55px;
    width: 100%;
  }

  .check_com_tit {
    margin: 0 auto;
    width: 495px;
    height: auto;
  }

  .check_container {
    width: 943px;
    margin: 0 auto 150px;
  }

  .check_intro_text_01 {
    color: 000;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
  }

  .check_img_type {
    line-height: 0;
    margin: 0 auto 33px;
    width: 704px;
  }

  .check_intro_text_02 {
    border-top: 1px solid #DDD;
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .check_intro_text_02 p {
    margin-bottom: 0;
  }

  .check_q_tit {
    background-color: #f8f6f6;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 8px 9px;
  }

  .check_q_tit span {
    color: #d71c47;
    font-size: 36px;
    font-size: 3.6rem;
    padding-right: 17px;
  }

  .check_ul {
    width: 704px;
    margin: 0 auto 20px;
  }

  .check_ul>li {
    display: flex;
    margin-bottom: 30px;
  }

  .check_ul>li .radio_input {
    display: none;
  }

  .check_ul>li .radio_input~label {
    line-height: 0;
    padding-left: 34px;
    position: relative;
  }

  .check_ul>li .check_ul_checked {
    border: 3px solid #DDD;
  }

  .check_ul>li .radio_input~label::before {
    background-color: #f8f6f6;
    border: 1px solid #c1c7ca;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .check_ul>li .radio_input:checked~label .check_ul_checked {
    border: 3px solid #c62b56;
  }

  .check_ul>li .radio_input:checked~label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    background: #d01137;
    border-radius: 50%;
  }

  .check_ul>li img {
    line-height: 0;
    width: 294px;
  }

  .check_ul .check_ul_text, .check_ul .check_text {
    border: 3px solid #DDD;
    font-weight: bold;
    line-height: 30px;
    width: 294px;
    padding: 20px 30px;
    font-size: 1.5rem;
  }

  .check_ul .check_ul_text li, .check_ul .check_text li {
    width: 48%;
    font-size: 1.5rem;
  }

}