@charset "utf-8";

/*----------------------------------
fashion model Test Shooting 作品撮り
/fashion-model-test-shooting/
----------------------------------*/

/* 共通
----------------------------------*/
body.page-second.page-lp {
    background: #fff;
}

#page_title {
    height: auto;
    line-height: 1.5;
    padding: 60px 0;
    text-align: left;
}
#page_title .inner-01 h1 span {
    font-size: 48px;
    font-weight: 400;
}
#page_title .inner-01 p {
    font-size: 30px;
    font-weight: bold;
}

/* SP */
@media only screen and (max-width: 640px) {
  #page_title {
      padding: 40px 5%;
  }
  #page_title .inner-01 h1 span {
      font-size: 10vw;
      line-height: 1.1;
  }
  #page_title .inner-01 p {
      font-size: 15px;
      margin-top: 0.5em;
  }
}


/* メインコンテンツ
----------------------------------*/
#main-group {}
#main-img.section-detail {
  padding: 0 0 80px 0 !important;
}

/* SP */
@media only screen and (max-width: 640px) {
  #main-img.section-detail {
    padding: 0 0 20px 0 !important;
  }
}


.section-detail {
  height: auto;
  padding:  0 0 60px 0;
  position: relative;
  width: 100%;
}
.section-detail .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}

.section-detail .img-area {
  padding: 20px;
}
.section-detail-odd .img-area {
  order: 2;
}
.section-detail-even .img-area {
  order: 1;
}

.section-detail .text-area {
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  width: 560px;
}
.section-detail-odd .text-area {
  order: 1;
}
.section-detail-even .text-area {
  order: 2;
}
.section-detail .text-area p {
  margin-bottom: 1em;
}
.section-detail .text-area p.mb0 {
  margin-bottom: 0;
}
.section-detail .text-area ul {
  margin-bottom: 1em;
}
.section-detail .text-area ul.list01,
.section-detail .text-area ul.list03 {
  margin-bottom: 4em;
}
.section-detail .text-area ul li {
  position: relative;
  padding-left: 20px;
}
.section-detail .text-area ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* SP */
@media only screen and (max-width: 640px) {
.section-detail {
  padding: 20px 0 20px 0;
}
.section-detail .inner {
  width: 100%;
}

.section-detail .img-area {
  padding: 20px;
}
.section-detail-odd .img-area,
.section-detail-even .img-area {
  order: 2;
}

.section-detail .text-area {
  padding: 20px;
  width: 100%;
}
.section-detail-odd .text-area,
.section-detail-even .text-area {
  order: 1;
}
.section-detail .text-area p {}
}


