@charset "UTF-8";
@import url(./guide.css);
/* ===================================================================

   ▼ PC

// =================================================================== */
#pregnant #section3 .link_btn {
  min-width: 400PX; }
#pregnant #section5 .link_btn_wrp {
  width: 820px;
  margin: auto;
  justify-content: space-between;
  display: flex; }
  #pregnant #section5 .link_btn_wrp .link_btn {
    min-width: 260px; }

#section1:last-of-type {
  border-bottom: none; }

#section2:last-of-type {
  border-bottom: none; }

#section3:last-of-type {
  border-bottom: none; }

#section4:last-of-type {
  border-bottom: none; }

#section5:last-of-type {
  border-bottom: none; }

#section6:last-of-type {
  border-bottom: none; }

  /* ===================================================================

   ▼ TAB

// =================================================================== */
@media screen and (min-width: 769px) and (max-width: 1140px) {
  #pregnant #section5 .link_btn_wrp {
    width: 70%;
    flex-direction: column; }
    #pregnant #section5 .link_btn_wrp .link_btn + .link_btn {
      margin-top: 20px; } }
  /* ===================================================================

   ▼ SP

// =================================================================== */
@media (max-width: 768px) {
  #pregnant #section1 .sec_2column .txt_2column {
    order: 2; }
  #pregnant #section1 .sec_2column .img_2column {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 6.6666666667vw; }
  #pregnant #section1 .sec_2column.column_reverse {
    flex-flow: column; }
    #pregnant #section1 .sec_2column.column_reverse .img_2column {
      width: 100%;
      margin-right: 0px; }
  #pregnant #section3 .link_btn {
    min-width: 100%;
    line-height: 1.5;
    min-height: 14vw;
    display: flex;
    align-items: center;
    justify-content: center; }
  #pregnant #section5 .link_btn_wrp {
    width: 100%;
    flex-direction: column; }
    #pregnant #section5 .link_btn_wrp .link_btn {
      margin-bottom: 0; }
      #pregnant #section5 .link_btn_wrp .link_btn:last-of-type {
        margin-bottom: 0; }
      #pregnant #section5 .link_btn_wrp .link_btn .link_btn + .link_btn {
        margin-top: 0px; }
  #pregnant #section6 .sec_2column.column_reverse {
    flex-flow: column; }
    #pregnant #section6 .sec_2column.column_reverse .txt_2column {
      order: 2; }
    #pregnant #section6 .sec_2column.column_reverse .img_2column {
      width: 100%;
      margin-right: 0;
      margin-bottom: 8vw; } }

/*# sourceMappingURL=pregnant.css.map */
