/*------------------------------------------

MV

------------------------------------------*/
.mv-box {
	background-image: url(../images/about/mv.jpg);
}

main .inr {
	max-width: 930px;
}

.txt {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}


/*------------------------------------------

	about-box

------------------------------------------*/
.about-box .about-inr {
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-box .about-inr .inr {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}

.about-box .about-inr .inr .img-box {
	width: 286px;
}

.about-box .about-inr .inr .txt-box {
	width: calc(100% - 286px);
}
.about-box .about-inr .inr .full .tit,
.about-box .about-inr .inr .txt-box .tit {
	color: #ea6900;
}

.about-box .about-inr .inr .full  {
	width: 100%;
}


/*PC*/
@media screen and (min-width: 768px) {
	.about-box .about-inr .inr .txt-box {
		padding-left: 40px;
	}
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.about-box {
		padding-bottom: 30px;
	}

	.about-box .about-inr .inr {
		width: 90%;
		padding: 4%;
	}

	.about-box .about-inr .inr .img-box {
		width: 100%;
	}

	.about-box .about-inr .inr .txt-box {
		width: 100%;
	}
	.about-box .about-inr .inr .txt-box .tit {
		color: #ea6900;
	}
}/*END*/


/*------------------------------------------

	massage-box

------------------------------------------*/
.massage-box {
	background-image: url(../images/about/massage_bg.jpg);
	background-size: cover;
	background-position: left bottom;
	border-top: #bfe7ff 5px solid;
	padding-top: 50px;
	padding-bottom: 50px;
}

.massage-box p.w-base {
	background-color: rgba(255,255,255,.6);
	padding: 20px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.massage-box {
	    background-image: url(../images/about/sm_massage_bg.png);
	    background-size: contain;
	    padding: 30px 0;
	    padding-bottom: 40vw;
	}
}/*END*/


/*------------------------------------------

	introduction-box

------------------------------------------*/
.introduction-box {
	padding: 0px 0 40px;
}

.introduction-box .img-box {
	width: 400px;
}
.introduction-box .txt-box {
	width: calc(100% - 450px);
}

.introduction-box .name {
	font-size: 2.4rem;
}
.introduction-box .name .sub {
	font-size: 1.8rem;
}

.introduction-box .pd-box {
	padding: 30px 10px 10px 10px;
}

.introduction-box a {
    color: #14a6ff;
}
.doctor-line{ 
	border: 6px #b4ddf5 solid;
    padding: 20px 20px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.company-box {
		padding: 30px 0;
	}

	.introduction-box .img-box {
		width: 100%;
	}
	.introduction-box .txt-box {
		width: 100%;
	}

	.introduction-box .name {
		font-size: 2.0rem;
	}
	.introduction-box .name .sub {
		font-size: 1.6rem;
	}

    .introduction-box .pd-box {
        padding: 20px 0 0px 0;
    }
	.doctor-line{ 
    padding: 10px 10px;
}
}/*END*/


/*------------------------------------------

	company-box

------------------------------------------*/
.company-box {
	border-top: #b4ddf5 5px solid;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.company-box {
		padding-bottom: 30px;
	}
}/*END*/



/*------------------------------------------

	FAQ　

------------------------------------------*/
.faq-table {
}

.faq-table:last-of-type {}

.faq-table dt {
    font-size: 2.0rem;
    cursor: pointer;
    transition: .3s;
    border-top: #b4ddf5 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
.faq-table dt:hover {
  opacity: .6;
}


.faq-table dd {
    border-top: #b4ddf5 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    position: relative;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    border-top: 0;
    transition: max-height .3s;
    opacity: 0;
    transition: .3s;
}
.faq-table .ac + dd {
  max-height: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: #b4ddf5 1px solid;
  opacity: 1;
}

.faq-table dt::before,
.faq-table dd::before {
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	border-radius: 100%;
}

.faq-table dt::before {
  background-color: #fff;
  top: 15px;
  left: 15px;
	border: 1px #49b4fb solid;
}

.faq-table dd::before {
  background-color: #49b4fb;
  top: 20px;
}

.faq-table dt::after,
.faq-table dd::after {
  font-size: 2.0rem;
  font-weight: bold;
  position: absolute;
}

.faq-table dt::after {
    content: "Q";
    color: #49b4fb;
    top: 15px;
    left: 25px;
}

.faq-table dd::after {
  content: "A";
  color: #FFFFFF;
    top: 15px;
    left: 25px;
}

.faq-table dd::before,
.faq-table dd::after {
  top: 0;
  transition: .3s;
}
.faq-table .ac + dd::before {
  top: 15px;
  left: 15px;
}

.faq-table .ac + dd::after {
	top: 15px;
    left: 25px;
}
/*PC*/
@media screen and (min-width: 768px) {}

/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {

  .faq-table dt,
  .faq-table dd {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
  }

  .faq-table dt {
    font-size: 1.8rem;
  }

  .faq-table dt::before,
  .faq-table dd::before {
    width: 32px;
    height: 32px;
    left: 6px;
  }

  .faq-table dt::before {
    top: 15px;
    left: 7px;
  }

  .faq-table dd::before {
    top: 15px;
  }

  .faq-table dt::after,
  .faq-table dd::after {
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
  }

  .faq-table dt::after {
    top: 17px;
    left: 17px;
  }

  .faq-table dd::after {
    top: 17px;
    left: 17px;
  }
	
  .faq-table .ac + dd::before {
      top: 15px;
      left: 7px;
  }
  .faq-table .ac + dd::after {
      top: 17px;
      left: 17px;
  }
}

/*END*/



