@charset "UTF-8";
/*------------------------------------
acne-injection
--------------------------------------*/
.sec-ttl-wrap {
  background: none;
  max-width: 980px;
  width: 100%;
  margin: 0px auto;
  padding: 30px;
}
.photo dl h2 {
  position: unset;
  text-align: left;
  padding: 0;
  margin: 0;
}
.ttl.pc .main,.ttl.sp .main{
  font-size: 24px;
  text-align: center;
  margin: 0px auto 30px;
  font-weight: lighter;
}
p{
    line-height: 1.8;
}
.pankuzu {
    margin: 0px auto 20px;
}
.inner{
max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

h2{
    position: relative;
  display: block;
  padding: 0 55px;
  text-align: center;
  font-size: 24px;
  margin: 30px auto 20px;
  border: none;
  text-indent: unset;
  width: 100%;
}
h2::before,h2::after{
    content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 180px;
height: 1px;
background-color: #000;
}
h2::before{
    left: 0;
}
h2::after{
      right:0;
}
.mechanism .waku{
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mechanism .waku figure{
    width: 50%;
}
.mechanism .waku p{
    width: 50%;
    padding-right: 20px;
}

.kouka ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kouka li{
    position: relative;
    margin-bottom: 30px;
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.kouka li figure{
    width: 37%;
}
.kouka li .wrap{
    padding-left: 10px;
    width: 63%;
}
.kouka .wrap h3{
    margin: 10px auto 15px;
  font-size: 18px;
}

.course h2{
    background: #000;
  color: #fff;
}
.course h2::before,.course h2::after {
    background-color: #fff;
    margin: 0 10px;
}

.course .waku{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course ul{
width:47%;
}
.course h4{
    border: none;
}
.course li{
    border: 1px solid #000;
  padding: 5px 10px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.course li::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp/wp-content/themes/trc/img/common/arrow.svg)no-repeat;
    right: 15px;
    position: absolute;
    top: 5px;
  }
  .course li a{
  width: 100%;
  height: 100%;
  display: block;
} 
.course li:hover{
    background:#000;
    color:#fff;
    transition : .5s;
}

.shosai dl{
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;

}
.shosai dt{
    font-weight: bold;
    width:30%;
    padding: 20px;
}
.shosai dd{
    width:70%;
    padding: 20px;
}
.case h2{
    background: #000;
  color: #fff;
}
.case h2::before,.case h2::after {
    background-color: #fff;
    margin: 0 10px;
}
.case .waku{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case .kakoi{
    width:47%;
}
.case h5{
    text-align: center;
  margin: 30px auto 10px;
}
.case p{
    font-size: 11px;
  background: #f4f4f4;
  padding: 20px;
}
.case ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .case li{
  border: 1px solid #000;
    padding: 3px 8px;
    margin: 0 5px 10px;
    font-size: 13px;
    width: auto;
  }
  .yb ul{
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .yb li{
    max-width: 350px;
  width: 100%;
  margin: 0 auto;
  }
  .blog dl{
    margin-bottom: 30px;
  }
  .blog dt{
    border: 1px solid #000;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 10px;
  }
  .blog dd{
    
  }
  .sp480{
    display:none;
  }
@media (max-width: 780px) {
h2::before, h2::after {
    width: 120px;
}
}

@media (max-width: 680px) {
.mechanism .waku p {
    width: 100%;
    padding-right: 0;
  }
 .mechanism .waku figure {
    width: 100%;
    margin-top: 30px;
  }
  .kouka li {
    width: 100%;
  }
  .kouka li figure {
    width: 30%;
  }
  .case .kakoi {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 580px) {
h2 {
    padding: 0 15px;
    font-size: 18px;
}
h2::before, h2::after {
    width: 30px;
  }
  .kouka .wrap h3 {
    font-size: 16px;
  }
.kouka li figure {
    width: 40%;
  }
  .kouka li .wrap {
    width: 60%;
  }
  .course ul {
    width: 100%;
  }
  .course ul:nth-of-type(2){
    margin-top:20px;
}
  .shosai dt {
    width: 100%;
    padding: 20px 0px 10px 0px;
  }
  .shosai dd{
    width: 100%;
    padding: 0 0px 20px 0px;
  }
  .shosai dl {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
.kouka li {
    flex-wrap: wrap;
  }
  .kouka li figure {
    width: 210px;
    margin: 0 auto;
  }
  .kouka li .wrap {
    width: 100%;
  }
  .kouka .wrap h3 {
    text-align: center;
  }
  .course .waku {
    text-align: center;
    width: 75%;
    margin: 0 auto;
  }
  .sp480{
    display:block;
  }
}
/* ===================================
photo 
=================================== */

.photo01 .photo-box{
  list-style: none;
}
.photo01 .photo-box li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo01 .photo-box li a h3{
  width: 100%;
  background: #000;
  color: #fff;
  padding: 5px;
}
.photo01 .photo-box li a figure{
  width: 60%;
  margin: 0 auto;
}
.photo01 .photo-box li a .photo-box-r{
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
}

.photo01 .photo-box dl h2 {
  font-size: 14px;
}
.photo01 .photo-box dd {
  line-height: 1.2;
}
.photo01 .photo-box li{
margin-bottom: 30px;
}
.photo01 .photo-box dl h2::before,.photo01 .photo-box dl h2::after{
display:none;
}
.photo01 .photo-box dl h2 {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.photo01 .photo-box dd {
  line-height: 1.2;
  margin-bottom: 10px;
  border-bottom: 2px dotted #d2d2d2;
  padding-bottom: 10px;
}
.photo-box .item.txt {
  width: calc(55% - 40px);
  background: none;
  padding: 0;
  margin: 0;
}
.photo-box .ttl {
  display: none;
}
.photo-box .item.img img {
  border: none;
}
@media screen and (max-width: 768px) {
.photo-box .item.txt {
  width: 100%;
}
}
@media (max-width: 480px) {
  .photo01 .photo-box li a figure{
    width: 100%;
  }
  }