@charset "utf-8";

/* 医療体制 */
.medical-list {
    display: flex;
    align-items:stretch;
}

.medical-list .label {
    width: 33%;
    background-color: #fdf5e6;
    margin: 3px;
    display: inline-block;
    height: 46.2px;
    padding-top:2px;
}

.medical-list .title {
  padding: 4px;
  width: 90%;
  float: left;
}

.medical-list .maru {
  width: 18px;
  text-align: center;
  color: #ffa500;
  font-weight: bold;
  font-size: 120%;
}



.medical-list .label-batsu {
    background-color: #eee;
}

.medical-list .batsu {
  width: 18px;
  text-align: center;
  color: #808080;
  font-weight: bold;
  font-size: 120%;
}


.price-box .total {
    color: var(--fudou--button-background-hover-secondary);
    font-weight: bold !important;
    font-size: 1.4em !important;
    margin-bottom: 10px;
    text-align: center;
}
.price-box .price {
    color: var(--fudou--button-background-hover-secondary);
    font-weight: bold !important;
    font-size: 1.4em !important;
}

dd .price{
    font-weight: bold !important;
    font-size: 1.4em !important;
}


/* バルーン */
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 17px 20px;
  min-width: 120px;
  max-width: 80%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
  font-weight: bold !important; 
}
.concierge-img{
    vertical-align: middle;
    width:84px;
}




.balloon1-bottom {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  font-weight: bold !important; 
  display: flex;
  flex-wrap: wrap;

}

.balloon1-bottom:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1-bottom p {
  margin: 0;
  padding: 0;
}


.balloon1-bottom .btn{
    width: 140px;
    height: 50px;
    margin-left:10px;
}



.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  font-weight: bold !important; 
  display: flex;
  flex-wrap: wrap;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.balloon1-top .btn{
    width: 140px;
    height: 50px;
    margin-left:10px;
}



/* Form */

.form {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .form {
    margin-top: 40px;
  }
}
.form-item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.form-item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.form-item-label.ismsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .form-item-label.ismsg {
    margin-top: 0;
  }
}
.form-item-label-required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f19223;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .form-item-label-required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.form-item-input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.form-item-textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.form-btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto !important;
  display: block;
  letter-spacing: 0.05em;
  background: var(--color-primary);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: auto !important;
    font-size: 16px;
  }
}

.custom-html-widget{
    margin:auto;
    width: 1048px;
}
.widget_custom_html{
    background-color:#eee;
}


.slick-slide img {
    height:550px;
}


