@charset "UTF-8";

.women .fa-home {
  color: #f08599;
}
.wrapper.women {
  background-image: url(../images/women/bg_top_women.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.content.women {
  background-image: url(../images/women/bg_btm_women.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  max-width: none;
}
.women_cnt h2,
.women_cnt h3 ,
.point_ranking > span {
  font-family: YuMincho, "Yu Mincho", serif;
}
.women_cnt:not(:nth-child(2n)) {
  margin-bottom: 80px;
}

.women_cnt .page_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.women_main_img {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/women/img_women_main.png) 0 0 no-repeat;
  background-size: cover;
  padding: 0 30px;
  position: relative;
}
.women_main_img::after {
  content: "";
  background: url(../images/women/icon_main_bg.png) 0 0 no-repeat;
  background-size: 185px 176px;
  height: 176px;
  width: 185px;
  position: absolute;
  left: -40px;
  bottom: -40px;
}

.content.women h1 {
  color: #f08599;
}

.women_main_text_cnt {
  padding: 193px 0 35px;
  position: relative;
  z-index: 2;
}

.women_main_h2 {
  background: url(../images/women/img_border1.png) 0 bottom no-repeat;
  background-size: auto;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.women_main_h2 h2 {
  margin: 0;
  font-weight: 600;
  color: #cf0b3e;
  font-size: 28px;
  line-height: 1.5;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.women_main_text {
  color: #333;
  font-size: 17px;
  line-height: 1.5;
}

.women_main_text > p {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
  padding-bottom: 25px;
  margin: 0;
}

.women_main_text > p:last-child {
  padding-bottom: 0;
}

.women_cnt .page_inner.women_about {
  margin-bottom: 45px;
}

.faq_ttl_h2 {
  text-align: center;
  background: url(../images/women/img_border2.png) center bottom no-repeat;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.faq_ttl_h2 h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.faq_ttl_h2 h2::before {
  content: "Q.";
  color: #0b8b2f;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.women_faq_anser > p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  color: #222;
}

.women_cnt .page_inner.women_faq {
  position: relative;
}

.women_cnt .page_inner.women_faq::before {
  content: "";
  background: url(../images/women/icon_question.png) 0 0 no-repeat;
  background-size: 69px 89px;
  height: 89px;
  width: 69px;
  position: absolute;
  left: 5px;
  bottom: 0;
}
.women_cnt .page_inner.women_faq::after {
  content: "";
  background: url(../images/women/icon_light_bulb.png) 0 0 no-repeat;
  background-size: 69px 90px;
  height: 90px;
  width: 69px;
  position: absolute;
  right: 5px;
  bottom: 0;
}

.women_cnt:nth-child(2n) {
  background: #fef5f7;
  padding: 60px 0 80px;
  margin-bottom: 70px;
}

.point_ttl_h2 {
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
  max-width: 600px;
}

.point_ttl_h2 > h2 {
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  padding: 0 50px;
}

.point_ttl_h2::before {
  content: "";
  background: url(../images/women/icon_ttl_before.png) 0 0 no-repeat;
  background-size: 45px 44px;
  width: 45px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.point_ttl_h2::after {
  content: "";
  background: url(../images/women/icon_ttl_after.png) 0 0 no-repeat;
  background-size: 38px 47px;
  width: 38px;
  height: 47px;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.women_point_box {
  background: url(../images/women/img_bg_rainbow.png) 0 0 no-repeat;
  background-size: cover;
  padding: 45px 50px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.point_ttl_h3 {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.point_ttl_h3 h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  display: inline-block;
  width: 49%;
}

.point_ttl_h3::before {
  content: "";
  background: url(../images/women/icon_ttl_line.png) 0 0 repeat-x;
  background-size: auto;
  height: 16px;
  width: 24%;
  display: inline-block;
  vertical-align: middle;
}
.point_ttl_h3::after {
  content: "";
  background: url(../images/women/icon_ttl_line.png) 0 0 repeat-x;
  background-size: auto;
  height: 16px;
  width: 24%;
  display: inline-block;
  vertical-align: middle;
}

.women_point_box > p {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 0 35px;
}

.women_point_lists {
  display: flex;
  flex-wrap: wrap;
}

.point_list_box {
  background: #fff;
  width: 30.2%;
  margin-right: 4.7%;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  padding-bottom: 9%;
}

.point_list_box:last-child {
  margin-right: 0;
}

.point_list_box > h4 {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  min-height: 49px;
  color: #222;
  font-size: 17px;
  margin-bottom: 10px;
}

.source_text {
  margin-top: 0;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}

.point_list_box figure {
  text-align: center;
  margin-bottom: 15px;
}

.point_ranking {
  font-weight: 800;
  text-align: center;
  font-size: 20px;
  color: #222;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.point_ranking > span {
  font-size: 60px;
  color: #f4164f;
  padding: 0 8px;
}

.women_point_box:last-child {
  margin-bottom: 0;
}

.women_point_block {
  margin-bottom: 45px;
}

.point2_ttl_h2 {
  text-align: center;
  background-image: url(../images/women/img_border4.png),
    url(../images/women/img_border4.png);
  background-position: center top, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 30px;
}

.point2_ttl_h2 h2 {
  line-height: 1.5;
  color: #222;
  font-weight: 800;
  font-size: 24px;
  padding: 20px 0;
}

.point2_lists {
  display: flex;
  flex-wrap: wrap;
}

.point2_list_box {
  margin-right: 1%;
  width: 24.2%;
}

.point2_list_box:last-child {
  margin-right: 0;
}

.point2_list_box img {
  width: 100%;
  height: auto;
}

.point2_list_box:nth-child(2n) {
  margin-top: 70px;
}

.women_symposium > p {
  line-height: 1.5;
  font-size: 16px;
  color: #222;
  margin: 0 0 40px;
  text-align: center;
}

.symposium_list_box {
  min-height: 360px;
  margin-bottom: 30px;
}
.symposium_list_box:last-child {
  margin-bottom: 0;
}
.symposium_list_box:nth-child(1) {
  background: url(../images/women/img_symposium1.jpg) right 0 no-repeat;
  background-size: auto 360px;
}

.symposium_list_box a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.symposium_head {
  padding: 72px 33px 55px;
  width: 100%;
  min-height: 360px;
}

.symposium_list_box:nth-child(1) .symposium_head {
  background: url(../images/women/img_symposium_over1.png) left 0 no-repeat;
  background-size: auto 360px;
}

.symposium_head h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 0;
}

.symposium_head h3 > span {
  display: block;
  font-size: 16px;
}

.symposium_company {
  margin: 0 0 30px;
  padding: 0;
  font-size: 15px;
  display: inline-block;
  text-align: left;
}

.symposium_company li {
  line-height: 1.5;
  position: relative;
  padding-left: 18px;
}

.symposium_company li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.symposium_more {
  border: 2px solid #fff;
  max-width: 240px;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  position: relative;
}

.symposium_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.symposium_list_box:nth-child(2) {
  background: url(../images/women/img_symposium2.jpg) left 0 no-repeat;
  background-size: auto 360px;
}

.symposium_list_box:nth-child(2) .symposium_head {
  background: url(../images/women/img_symposium_over2.png) right 0 no-repeat;
  background-size: auto 360px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.symposium_list_box:nth-child(2) a {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.symposium_list_box:nth-child(2) .symposium_more {
  margin-left: auto;
}

.symposium_list_box a:hover .symposium_more {
  background: #fff;
}

.symposium_list_box:nth-child(1) a:hover .symposium_more {
  color: #3d8ab3;
}

.symposium_list_box:nth-child(1) a:hover .symposium_more::after {
  border-top: 2px solid #3d8ab3;
  border-right: 2px solid #3d8ab3;
}

.symposium_list_box:nth-child(2) a:hover .symposium_more {
  color: #e9929a;
}

.symposium_list_box:nth-child(2) a:hover .symposium_more::after {
  border-top: 2px solid #e9929a;
  border-right: 2px solid #e9929a;
}

/* 座談会 */

.center p,
.symposium-cont p,
.symposium-cont h3 {
  line-height: 1.5;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 500;
}
.symposium-cont p,
.symposium-cont h3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.symposium-cont .point_ttl_h2 {
  margin: 3rem auto 50px;
}
.symposium-cont h3 {
  font-weight: bold;
  color: #f08599;
  font-size: 24px;
}
.symposium_img {
  text-align: center;
  margin: 1rem auto 2rem;
  max-width: 860px;
}
.women_index_lists > ul > li > a {
  font-size: 18px;
  color: #000;
}
.women_index_lists li a {
  padding-bottom: 1rem;
  display: block;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.5;
}
.women_index_lists li a.last {
  padding-bottom: 0;
}
.women_index_lists li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #f08599;
  border-right: 2px solid #f08599;
  -webkit-transform: rotate(5deg);
  transform: rotate(45deg);
}
.women_index_lists li a:hover {
  text-decoration: underline;
}
.attendees-bx {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.attendees-bx figure {
  width: 45%;
  margin-right: 5%;
}
.attendees-bx figure img {
  border-radius: 10px;
}
.attendees-bx figure img {
  width: 100%;
}
.attendees_profile {
  position: relative;
  z-index: 1;
  width: 50%;
  line-height: 1.5;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 10px;
}
.attendees_profile .name {
  font-weight: bold;
}
.attendees_profile:before,
.attendees_profile:after {
  position: absolute;
  content: "";
  background: url(../images/women/symposium/bg-circle01.png) 0 0 no-repeat;
  background-size: 100%;
  width: 166px;
  height: 154px;
  top: -5px;
  left: -2rem;
  z-index: -1;
}
.attendees-bx:nth-child(2) .attendees_profile:before,
.attendees-bx:nth-child(2) .attendees_profile:after {
  background: url(../images/women/symposium/bg-circle02.png) 0 0 no-repeat;
}
.attendees-bx:nth-child(3) .attendees_profile:before,
.attendees-bx:nth-child(3) .attendees_profile:after {
  background: url(../images/women/symposium/bg-circle03.png) 0 0 no-repeat;
}
.attendees-bx.facilitator .attendees_profile:before,
.attendees-bx.facilitator .attendees_profile:after {
  background: url(../images/women/symposium/bg-circle04.png) 0 0 no-repeat;
}
.attendees_profile:after,
.attendees-bx:nth-child(2) .attendees_profile:after,
.attendees-bx:nth-child(3) .attendees_profile:after,
.attendees-bx.facilitator .attendees_profile:after {
  background-size: 100%;
  width: 120px;
  height: 120px;
  top: auto;
  left: auto;
  bottom: 30px;
  right: 0;
}
.single_line {
  text-align: center;
  background-image: url(../images/women/img_border4.png);
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.icon-fukidashi {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
.icon-fukidashi:after {
  position: absolute;
  content: "";
  background-image: url(../images/women/bg-fukidashi.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 30px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.attendees_name01,
.attendees_name02,
.attendees_name03,
.attendees_name04 {
  margin-right: 20px;
  font-weight: bold;
}

.attendees_name01 {
  color: #e29200;
}

.attendees_name02 {
  color: #68a4d9;
}

.attendees_name03 {
  color: #ed7a9c;
}
.attendees_name04 {
  color: #00885a;
}
.point_box_bg {
  background: url(../images/women/img_bg_rainbow.png) 0 0 no-repeat;
  background-size: cover;
  width: 50%;
  margin: 20px auto 40px;
  padding: 20px;
  border-radius: 10px;
}
.point_box {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  padding-bottom: 9%;
  text-align: center;
}
.point_box h4 {
  margin: 0 auto 1rem;
  font-size: 25px;
  line-height: 1.5;
}
.point_box figure {
  margin-bottom: 40px;
}
.point_box_flex {
  display: flex;
}
.font-red {
  color: #f08599;
  font-weight: bold;
}
.symposium-cont p.right-txt {
  text-align: right;
  max-width: 860px;
  padding-right: 15px;
}
.symposium-cont p.right-txt a {
  position: relative;
}
.symposium-cont p.right-txt a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #f08599;
  border-right: 2px solid #f08599;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner {
  margin: 5rem auto -100px;
}
.caption_text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 0;
}

.last_comment {
  margin: 100px 0 170px;
}
.last_comment p {
  max-width: none;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #de6174;
  position: relative;
}
.last_comment p::before {
  content: "";
  background: url(../images/women/bg-bubble.png) center no-repeat;
  background-size: auto;
  width: 100%;
  height: 183px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -85px;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .sp_main {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .women_cnt .page_inner.women_faq::before {
    background-size: 44px 59px;
    left: 10px;
    bottom: auto;
    top: -20px;
    opacity: 0.8;
    height: 59px;
    width: 44px;
  }

  .women_cnt .page_inner.women_faq::after {
    background-size: 54px 65px;
    opacity: 0.8;
    height: 65px;
    width: 54px;
    right: 10px;
    bottom: auto;
    top: -30px;
  }

  .faq_ttl_h2 {
    position: relative;
    z-index: 2;
  }

  .women_faq_anser {
    position: relative;
    z-index: 2;
  }
  .women_main_img::after {
    background-size: 155px 146px;
    height: 146px;
    width: 155px;
    position: absolute;
    left: 0;
    bottom: 0px;
  }
}
@media screen and (max-width: 900px) {
  .women_cnt:nth-child(2n) {
    padding: 60px 20px 60px;
    margin: 0 -3% 60px;
  }
  .symposium_img,
  .symposium_img img {
    width: 100%;
  }

  .last_comment {
    margin: 80px 0;
  }
  .last_comment p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin: 3rem auto -60px;
  }
  .women_main_img {
    background: none;
    padding: 0;
  }

  figure.women_main_img img {
    width: 100%;
  }

  .women_main_text_cnt {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin: -200px 20px 0;
    position: relative;
    border-radius: 20px;
  }
  .women_cnt:not(:nth-child(2n)) {
    margin-bottom: 60px;
  }

  .point_list_box {
    width: 47.6%;
    margin-bottom: 30px;
    padding-bottom: 11%;
  }
  .point_list_box:last-child {
    margin-bottom: 0;
  }

  .point_list_box:nth-child(2n) {
    margin-right: 0;
  }

  .women_point_lists {
    justify-content: center;
  }

  .women_main_img:not(.sp_main)::after {
    display: none;
  }

  .symposium-cont h3 {
    font-size: 20px;
  }
  .point_box_bg {
    width: 100%;
  }
  .point_box figure {
    margin-bottom: 10px;
  }
  .women_index_lists > ul {
    padding-left: 0;
  }
  .women_index_lists li a {
    padding-bottom: 0.5rem;
  }
  .women_index_lists li a::before {
    top: 9px;
  }
  .women_index_lists > ul ul {
    padding-left: 15px;
  }
  .attendees-bx {
    margin-bottom: 0;
  }
  .attendees-bx figure,
  .attendees_profile {
    width: 100%;
    margin-right: 0;
  }
  .attendees_profile {
    margin-top: 10px;
  }
  .symposium-cont p,
  .attendees_profile p {
    font-size: 16px;
  }
  .symposiumpage .women_cnt:nth-child(2n) {
    padding-bottom: 30px;
    margin: 0 -3% 20px;
  }
  .symposiumpage .women_cnt:not(:nth-child(2n)) {
    margin-bottom: 0;
  }
  .last_comment p {
    font-size: 24px;
  }
}
@media screen and (min-width: 601px) {
  .sp_symposium_img {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .women_main_text_cnt {
    background: rgba(243, 209, 209, 0.5);
    margin: 20px 0 0;
  }

  .women_cnt .page_inner.women_about {
    margin-bottom: 60px;
  }

  .women_cnt .page_inner.women_faq::before,
  .women_cnt .page_inner.women_faq::after {
    opacity: 0.6;
  }

  .women_cnt .page_inner.women_faq {
    padding-top: 30px;
  }

  .women_faq_anser p {
    text-align: left;
  }

  .point_ttl_h3 h3 {
    width: 48%;
  }

  .point_list_box {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .point_ranking {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .content p.source_text {
    text-align: center;
  }

  .point_list_box > h4 {
    min-height: auto;
  }

  .women_point_box {
    padding: 30px;
  }

  .point2_list_box {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .point2_list_box:nth-child(2n) {
    margin-right: 0;
    margin-top: 0;
  }

  .symposium_head {
    margin-top: 0;
    padding: 30px;
    min-height: auto;
  }

  .symposium_list_box a {
    display: flex;
    flex-wrap: wrap;
  }

  .symposium_list_box:nth-child(1) .symposium_head {
    background: rgba(59, 132, 172, 0.8);
  }

  .symposium_more {
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
    font-size: 17px;
  }

  .symposium_list_box:nth-child(2) .symposium_head {
    background: rgba(233, 146, 154, 0.8);
    justify-content: normal;
    text-align: left;
  }
  .symposium_head_inner {
    width: 100%;
  }

  .symposium_list_box {
    min-height: 305px;
  }

  .symposium_list_box:nth-child(1),
  .symposium_list_box:nth-child(2) {
    background: none;
  }
  .women_main_img.sp_main::after {
    display: none;
  }
  .sp_symposium_img {
    font-size: 0;
  }
  .sp_symposium_img img {
    width: 100%;
  }
  .point_ttl_h2 {
    margin-bottom: 30px;
  }
  .symposium_head h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .symposium_company {
    margin-bottom: 25px;
  }

  .last_comment {
    margin: 60px 0;
  }
}

@media screen and (max-width: 450px) {
  .women_main_h2 h2 {
    font-size: 26px;
  }

  .women_main_text > p {
    padding-bottom: 20px;
  }

  .point_ttl_h2 > h2,
  .point2_ttl_h2 > h2 {
    font-size: 22px;
  }
  .point_ttl_h2 > h2 br,
  .women_main_h2 h2 br {
    display: none;
  }
  .point_ttl_h2 > h2 br.sp-br,
  .women_main_h2 h2 br.sp-br {
    display: block;
  }

  .point_ttl_h3 h3 {
    width: 100%;
    line-height: 1.3;
  }

  .point_ttl_h3::before {
    display: none;
  }

  .point_ttl_h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  .point_ttl_h3 {
    padding-bottom: 35px;
    margin-bottom: 20px;
  }

  .women_point_box > p {
    text-align: left;
    margin-bottom: 25px;
  }

  .women_cnt:nth-child(2n) {
    padding: 60px 20px 60px;
  }
}
