@charset "UTF-8";
/* CSS Document */

/* appointment
--------------------------------------------------------- */
#art_lisk_diagnose a {
  color: #f06;
  font-weight: bold;
}
ol.li_no01_dec > li {
  line-height: 2;
  margin-bottom: 1em;
}
#art_lisk_diagnose .dl01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: normal;
  width: 100%;
}
#sec_lisk_diagnose .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
#sec_lisk_diagnose .popup.is-show {
  opacity: 1;
  visibility: visible;
}
#sec_lisk_diagnose .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 700px;
  padding: 60px 50px 40px;
  background-color: #faf0ea;
  z-index: 2;
}
#sec_lisk_diagnose .close-btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #DC7185;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#sec_lisk_diagnose .popup-inner p{
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 25px;
}
#sec_lisk_diagnose .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main{
    position: relative;
  }
  main .main{
    width: 828px;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
    background-color: #faf0ea;
    z-index: 10;
  }
  main .main #main_inner{
    width: 756px;
    margin-left: 36px;
    margin-top: 20px;
  }
/*
  main #main_inner h2{
    border-bottom: solid 1px #EEC1C7;
    box-shadow: 0 1px 0 #fff;
    background: url(../img/common/h2_heart.png) no-repeat left center;
    padding: 0 0 0 78px;
    margin: 0 0 1em 0;
    line-height: 1.2;
  }
*/
}
@media screen and (max-width: 768px) {
  #sec_lisk_diagnose .popup-inner{
	padding: 60px 20px 20px;
  }
  #sec_lisk_diagnose .popup-inner p {
	font-size: 16px;
  }
}
/* ハイリスク分娩 */

#wrap_lisk{
  width: 100%;
  padding: 1em;
}
table#table_lisk{
  width: 100%;
  border: 1px solid #41210D;
  border-collapse: collapse;
}
table#table_lisk tr{}
table#table_lisk tr th{
  border: 1px solid #41210d;
  padding: 0.5em;
  text-align: center;
  background-color: #fbe7e0;
}
table#table_lisk tr td{
  border: 1px solid #41210d;
  text-align: center;
  padding: 0.5em;
}
table#table_lisk tr td.td_left{
  background-color: #fffff0;
}
table#table_lisk tr td.td_center{
  background-color: #ffffcc;
}
table#table_lisk tr td.td_right{
  background-color: #ffcccc;
}
.con_lisk{
  margin: 1em 0;
}
.con_lisk p{
  margin: 0.6em 0;
}
#wrap_lisk input.size-md{
  width: 120px;
}
#wrap_lisk input.size-min {
  width: 90px;
}
#wrap_lisk .appointoment-form input.confirm,
#wrap_lisk .appointoment-form input.appointoment-submit {
  transition: all .4s;
  width:150px;
  border: none;
  border-radius: 15px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #744c2c;
}
#wrap_lisk .appointoment-form input.confirm{
  background: rgb(201,255,209); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(201,255,209,1) 0%, rgba(157,214,126,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(201,255,209,1) 0%,rgba(157,2ss14,126,1) 100%); 
  background: linear-gradient(to bottom, rgba(201,255,209,1) 0%,rgba(157,214,126,1) 100%); 
  border: solid 1px rgba(157,214,126,1) ;
  display: block;
  margin: auto;
}
input.appointoment-submit {
  background: rgb(254,214,199); 
  background: -moz-linear-gradient(top, rgba(254,214,199,1) 0%, rgba(243,180,193,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(254,214,199,1) 0%,rgba(243,180,193,1) 100%); 
  background: linear-gradient(to bottom, rgba(254,214,199,1) 0%,rgba(243,180,193,1) 100%); 
  border: solid 1px #F3B4C1;
  transition: all .4s;
  width:150px;
  border: none;
  border-radius: 15px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #744c2c;
}
#wrap_lisk .appointoment-form input:hover{
  opacity: 0.5;
}
#wrap_lisk .appointoment-form input[name="your-email01"]{
  margin-bottom: 10px;
}
#wrap_lisk .appointoment-form input.link_reset{
  margin-left: auto;
  display: block;
}
#wrap_lisk .appointoment-form .ul_submit {
  display: flex;
  justify-content:center;
}
#art_lisk_diagnose #wrap_lisk .text_humei {
  margin: 20px auto 30px;
}
#art_lisk_diagnose #wrap_lisk .text_humei span{
  font-weight: bold;
  color: #41210D;
}
#wrap_lisk .appointoment-form .dl_form{
  width: 100%;
  border: solid #ccc 2px;
  padding: 10px 5px;
  margin-bottom: 30px;
}
#wrap_lisk .appointoment-form .dl_form dt{
  background: rgba(244,178,192,0.5);
  padding: 5px;
  font-weight: bold;
  border-bottom:  solid 1px #ccc;
}
#wrap_lisk .appointoment-form .dl_form dd{
  background: #fff;
  padding:10px 5px;
  border-bottom:  solid 1px #ccc;
}
#wrap_lisk .appointoment-form .dl_form .radio input{
  width: 20px;
}
#wrap_lisk .appointoment-form > p {
  text-align: center;
}
#wrap_lisk .dl01 dt {
  padding: 4px 13px;
}
#wrap_lisk .dl01 dd {
  margin-right: 10px;
  font-weight: bold;
}
dl.bmi_value {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
dl.bmi_value dt {
  margin-right: 2em;
}
dl.bmi_value dt, dl.bmi_value dd {
  display: inline-block;
  margin-bottom: 0.5em;
}
.bmi_button {
  text-align: right;
  margin-top: 1em;
}
.bmi_button input{
  width: 80px;
  margin-right: 1em;
}
@media screen and (min-width: 769px) {
  @-moz-document url-prefix() {
    ol.li_no01_dec > li.fx_m_bottom {
      margin-bottom: 35px;
    }
  }
  #wrap_lisk input:not(first-child),select {
    margin-left: 5px;
  }
  #wrap_lisk .appointoment-form .dl_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
  }
  #wrap_lisk .appointoment-form .dl_form dt{
    width: 25%;
    border-right: solid 1px #ccc;
  }
  #wrap_lisk .appointoment-form .dl_form dd{
    width:75%;
  }
  #wrap_lisk .appointoment-form .dl_form dt.dt_wid,
  #wrap_lisk .appointoment-form .dl_form dd.dd_wid{
    width: 100%;
  }
  #wrap_lisk .appointoment-form .dl_form dt.dt_wid{
    border-right:none;
  }
  .select {
    display: block;
    float: right;
  }
  .with_100 {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .con_lisk{
    font-size: 0.9em;
  }
  #wrap_lisk .appointoment-form .dl_form dt{
    width: 100%;
  }
  #wrap_lisk .appointoment-form .dl_form dd{
    width:100%;
  }
  #wrap_lisk .appointoment-form .dl_form textarea,#wrap_lisk .appointoment-form .dl_form .size-max {
    width: 100%;
    box-sizing: border-box;
  }
 .select{
      margin-left: 2rem;
      display: block;
      text-align: end;
    }
  ol.li_no01_dec > li {
    line-height: 2;
    margin-bottom: 2em;
  }
}