@charset "UTF-8";

.title_femtech {
  background:url("../images/ladies/title_femtech.jpg") no-repeat;
  height:550px;
  background-size: auto;
  position: relative;
}
.title_femtech .title_femtech_in {
  top:33%;
  left:58%;
  position: absolute;
  text-align: center;
  line-height: 2.4em;
}
.title_femtech h1 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 10px;
}
.title_femtech h1 span {
  font-size: 1.4rem;
}
.title_femtech h2 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width:771px) and (max-width:1200px) {
  .title_femtech {
    height:450px;
    background-size: contain;
  }
  .title_femtech .title_femtech_in {
    top:27%;
    left:55%;
    line-height: 2.2em;
  }
  .title_femtech h1 {
    font-size:4.3vw;
  }
  .title_femtech h1 span {
    font-size:2.0vw;
  }
  .title_femtech h2 {
    font-size:2.5vw;
  }
}
@media screen and (max-width:770px){
  .title_femtech {
    height:160px;
    background-size: contain;
    margin-bottom: 20px;
  }
  .title_femtech .title_femtech_in {
    top:25%;
    left:52%;
    line-height: 1.3em;
  }
  .title_femtech h1 {
    font-size:5.0vw;
    margin-bottom: 5px;
  }
  .title_femtech h1 span {
    font-size:2.4vw;
  }
  .title_femtech h2 {
    font-size:2.9vw;
  }
}

.title_5border {
	font-weight:500;
	letter-spacing:0.05em;
	font-size:2.0rem;
	text-align:center;
	background:URL(../images/skin/fibroblasts/title_back.png) center repeat-x;
  background-size:110%;
	padding:10px 0;
  line-height: 1.3em;
}
@media screen and (max-width:770px){
  .title_5border {
		font-size:1.4rem;
		background:URL(../images/skin/fibroblasts/title_back_sp.png) center repeat-x;
		background-size:110%;
		padding:0;
	}
  .title_5border span {
    font-size:1.1rem;
  }
}

.femtech_ex {
  background:URL("../images/ladies/femtech_ex_back.jpg") no-repeat center;
  max-width:1200px;
  width:100%;
  height:500px;
  margin:20px auto;
  position: relative;
}
.femtech_ex ul li {
  font-size:1.3rem;
  letter-spacing: 0;
  text-align: center;
  background:#FFFFFF;
  padding:35px 0 37px;
  border-radius: 100%;
  margin:10px 0;
  position: absolute;
  width:220px;
}
.femtech_ex ul li span {
  font-weight: 600;
  font-size:1.8rem;
  line-height: 1.3em;
}
.femtech_ex ul li:first-child {
  top:8%;
  left:12%;
}
.femtech_ex ul li:nth-child(2) {
  top:25%;
  left:32%;
}
.femtech_ex ul li:last-child {
  top:52%;
  left:18%;
}
@media screen and (max-width:770px){
  .femtech_ex {
    background:URL("../images/ladies/femtech_ex_back.jpg") no-repeat center;
    background-size: cover;
    height:300px;
  }
  .femtech_ex ul li {
  font-size:1.0rem;
  padding:15px 25px 20px;
  border-radius: 100%;
  margin:5px 0;
  width:auto;
}
.femtech_ex ul li span {
  font-size:1.5rem;
  line-height: 1.1em;
  border:none;
}
.femtech_ex ul li:first-child {
  top:3%;
  left:5%;
}
.femtech_ex ul li:nth-child(2) {
  top:33%;
  left:27%;
}
.femtech_ex ul li:last-child {
  top:60%;
  left:9%;
}
}

.text_center {
  text-align: center;
  font-size:1.1rem;
  line-height: 1.7em;
  margin:50px auto;
}
.text_center p {
  margin-bottom: 15px;
}
.text_center span {
  font-size:1.3rem;
  font-weight: bold;
  color:#E86C54;
}
@media screen and (max-width:770px){
.text_center {
  margin:20px auto;
  padding:0 20px;
  font-size:1.1rem;
}
.text_center p {
  margin-bottom: 10px;
}
.text_center span {
  font-size:1.2rem;
}
}

.femtech_trouble {
  background:#FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  max-width:950px;
  width:96%;
  margin: 0 auto 100px;
  padding:20px 25px;
  display: flex;
  justify-content:center;
}
.femtech_trouble ul {
  margin:10px 0 0 50px;
}
.femtech_trouble ul li {
  background:URL("../images/ladies/femtech_trouble_list.png") no-repeat 20px 0;
  background-size: 45px;
  padding:5px 40px 12px 80px;
  border-bottom: 3px dotted #E7211A;
  margin-bottom: 17px;
  font-size: 1.1rem;
}
@media screen and (max-width:770px){
.femtech_trouble {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width:90%;
  margin: 0 auto 70px;
  padding:10px 0;
  display:inherit;
}
.femtech_trouble p img {
  width:60%;
}
.femtech_trouble ul {
  padding:0 30px;
  margin:10px auto;
}
.femtech_trouble ul li {
  background:URL("../images/ladies/femtech_trouble_list.png") no-repeat 0 0;
  background-size: 25px;
  padding:5px 10px 5px 40px;
  border-bottom: 3px dotted #E7211A;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
}

.femtech_treatment_list ul {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  margin:0 auto 70px;
}
.femtech_treatment_list ul li {
  border:4px solid #8389AC;
  width:180px;
  text-align: center;
  margin:0 7px 15px;
  border-radius: 100%;
}
.femtech_treatment_list ul li a {
  text-decoration: none;
  display: block;
  border-radius: 100%;
  height:120px;
  padding-top:60px;
  font-size:1.3rem;
  font-weight: 500;
}
.femtech_treatment_list ul li a:hover {
  background: #E7E8F0;
  transition: 0.3s;
}
@media screen and (max-width:770px){
.femtech_treatment_list ul {
margin:20px auto 50px;
}
.femtech_treatment_list ul li {
  border:2px solid #8389AC;
  width:100px;
  text-align: center;
  margin:0 2px 5px;
  border-radius: 100%;
}
.femtech_treatment_list ul li:nth-child(7), .femtech_treatment_list ul li:nth-child(8) {
  margin-top: -10px;
}
.femtech_treatment_list ul li a {
  text-decoration: none;
  display: block;
  border-radius: 100%;
  height:auto;
  padding:20px 0;
  font-size:1.1rem;
}
.femtech_treatment_list ul li a span {
  font-size:0.9rem;
}
}


.femtech_treatment_box {
  border:4px solid #8389AC;
  max-width:1100px;
  width:96%;
  margin:0 auto 60px;
  padding:35px 0;
}
.femtech_treatment_box .title {
  font-weight: 600;
  font-size:1.7rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.1;
  margin-bottom: 30px;
}
.femtech_treatment_box .title:before,
.femtech_treatment_box .title:after {
	content: "";
	border-top:3px dotted #8389AC;
  position: absolute;
  top:48%;
  width:35%;
}
.femtech_treatment_box .title:before {
  left:-0rem;
}
.femtech_treatment_box .title:after {
  right:0rem;
}
.femtech_treatment_box .text {
  background: #E7E8F0;
  padding:25px 35px;
  margin-bottom: 30px;
}
.femtech_treatment_box .text p {
  margin-bottom: 15px;
}
.femtech_treatment_box .detail_flex {
  display: flex;
  justify-content: center;
  margin:0 auto;
  padding:0 20px;
}
.femtech_treatment_box .sub_title {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width:770px){
  .femtech_treatment_box {
  border:3px solid #8389AC;
  margin:0 auto 50px;
  padding:25px 0;
}
.femtech_treatment_box .title {
  font-weight: 600;
  font-size:1.5rem;
  margin-bottom: 25px;
}
.femtech_treatment_box .title:before,
.femtech_treatment_box .title:after {
  width:25%;
}
.femtech_treatment_box .text {
  padding:20px 15px 10px;
  margin-bottom: 30px;
}
.femtech_treatment_box .text p {
  margin-bottom: 10px;
}
.femtech_treatment_box .detail_flex {
  display: inherit;
  padding:0 10px;
}
}


.femtech_star_tbl table {
  border:3px solid #CCCCCC;
  width:350px;
  margin:10px auto 10px 30px;
}
.femtech_star_tbl table th {
  border:1px solid #CCCCCC;
  padding:7px 15px;
  background:#EEEEEE;
}
.femtech_star_tbl table td {
  border:1px solid #CCCCCC;
  padding:7px 15px;
}
.femtech_star_tbl table td span {
  color:#CCCCCC;
}
.femtech_star_tbl .circle_text {
  width:250px;
  margin:0 auto 30px 30px;
  text-align: center;
  border:4px solid #f5b5ad;
  padding:30px 50px;
  border-radius: 100%;
  font-weight: 500;
  font-size:1.2rem;
}
@media screen and (max-width:770px){
.femtech_star_tbl table {
  max-width:350px;
  width:85%;
  margin:10px auto;
}
.femtech_star_tbl .circle_text {
  max-width:250px;
  width:90%;
  margin:0 auto 30px;
  padding:30px 40px;
}
}

.femtech_treatment_box .button a {
  display: block;
  background:#8389AC;
  color:#FFFFFF;
  text-decoration: none;
  padding:18px;
  font-size:1.2rem;
  width:80%;
  max-width:500px;
  text-align: center;
  border-radius: 5px;
  margin:30px auto 15px;
}
.femtech_treatment_box .button a:hover {
  background:#616892;
}


.femtech_what {
  background:#E7E8F0;
  padding:50px;
  margin:0 auto 70px;
}
.femtech_what h2 {
  font-weight: 500;
  font-size:1.8rem;
  margin:0 0 0 50px;
}
.femtech_what ul {
  display: flex;
  margin:30px auto;
  justify-content: space-around;
}
.femtech_what ul li.symbol {
  font-size:2.5rem;
  font-weight: 600;
  padding-top:50px;
}
.femtech_what ul li.circle {
  background:#333333;
  color:#FFFFFF;
  width:300px;
  padding:50px 0;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
  font-size:1.4rem;
}
.femtech_what ul li.circle span {
  color:#ff6cce;
}
.femtech_what p {
  margin:0 0 0 50px;
}
@media screen and (max-width:770px){
.femtech_what {
  padding:20px 5px;
  margin:0 auto 70px;
}
.femtech_what h2 {
  font-size:1.5rem;
  margin:0 auto;
  text-align: center;
}
.femtech_what ul {
  margin:15px auto;
}
.femtech_what ul li.symbol {
  font-size:1.7rem;
  padding-top:30px;
}
.femtech_what ul li.circle {
  width:30%;
  padding:20px 3px 20px;
  font-size:1.0rem;
}
.femtech_what ul li.circle:first-child {
  width:37%;
}
.femtech_what p {
  margin:0;
}
}


#stem_infusion .list {
  padding:0 30px;
}
#stem_infusion .list p {
  font-weight: 500;
  font-size:1.2rem;
  margin-bottom: 10px;
}