/* Scss Document */
.pageContent01 {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .pageContent01 {
      margin-top: 30px; } }

.columnList01 {
  float: left;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .columnList01 {
      float: none;
      width: 100%; } }
  .columnList01 li {
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .columnList01 li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px; } }
    .columnList01 li .photo01 {
      float: left;
      width: 36%; }
      @media screen and (max-width: 767px) {
        .columnList01 li .photo01 {
          width: 30%; } }
      .columnList01 li .photo01:after {
        content: "";
        display: block;
        padding-top: 60%; }
        @media screen and (max-width: 767px) {
          .columnList01 li .photo01:after {
            padding-top: 70%; } }
    .columnList01 li .columnText01 {
      float: right;
      width: 60%; }
      @media screen and (max-width: 767px) {
        .columnList01 li .columnText01 {
          width: 65%; } }
      .columnList01 li .columnText01 h3 {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        margin-bottom: 35px; }
        @media screen and (max-width: 767px) {
          .columnList01 li .columnText01 h3 {
            font-size: 14px; } }
        .columnList01 li .columnText01 h3:after {
          content: "";
          width: 40px;
          height: 1px;
          background: #ff4e63;
          position: absolute;
          bottom: -15px;
          left: 0; }
          @media screen and (max-width: 767px) {
            .columnList01 li .columnText01 h3:after {
              width: 30px; } }
      @media screen and (max-width: 767px) {
        .columnList01 li .columnText01 p {
          display: none; } }
      .columnList01 li .columnText01 .toDetail01 {
        width: 140px;
        float: right;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .columnList01 li .columnText01 .toDetail01 {
            display: none; } }
        .columnList01 li .columnText01 .toDetail01 a {
          display: block;
          color: #fff;
          background: #ff4e63;
          text-align: center;
          padding: 4px 10px;
          border-radius: 16px; }
  .columnList01 .pager01 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .columnList01 .pager01 {
        margin: 30px 0 40px; } }
    .columnList01 .pager01 li {
      display: inline-block;
      margin: 0 15px;
      border-bottom: none; }
      .columnList01 .pager01 li.current a {
        background: #ff4e63;
        color: #fff;
        display: block;
        padding: 15px;
        border-radius: 50%;
        line-height: 7px; }

.columnTitle01 .bgBlack01 {
  background: rgba(0, 0, 0, 0.5);
  padding: 150px 0 110px;
  color: #fff;
  text-align: center; }
  .columnTitle01 .bgBlack01 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .columnTitle01 .bgBlack01 .date01 {
    font-size: 16px;
    position: relative; }
    .columnTitle01 .bgBlack01 .date01:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: -20px;
      margin-left: -25px; }

.columnContent01 {
  float: left;
  width: 70%;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .columnContent01 {
      float: none;
      width: 100%;
      padding-bottom: 50px; } }
  .columnContent01 p {
    margin-bottom: 15px; }
  .columnContent01 h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #ff4e63;
    margin-bottom: 20px;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .columnContent01 h3 {
        font-size: 16px; } }
  .columnContent01 img {
    display: block;
    margin-bottom: 15px; }
  .columnContent01 .columnIndex01 {
    background: #fff5f6;
    border: 1px solid #ffe5e8;
    padding: 20px;
    margin-bottom: 40px; }
    .columnContent01 .columnIndex01 h3 {
      font-size: 18px;
      font-weight: bold;
      border-bottom: 3px solid #cccccc;
      padding-bottom: 5px;
      margin-bottom: 15px;
      border-left: none;
      padding-left: 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .columnContent01 .columnIndex01 h3 {
          font-size: 16px; } }
      .columnContent01 .columnIndex01 h3:after {
        content: "";
        width: 80px;
        height: 3px;
        background: #ff4e63;
        position: absolute;
        left: 0;
        bottom: -3px; }
      .columnContent01 .columnIndex01 h3 span {
        font-size: 14px;
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          .columnContent01 .columnIndex01 h3 span {
            font-size: 13px; } }
    .columnContent01 .columnIndex01 ul li {
      border-bottom: 1px solid #ffe0e3;
      margin-bottom: 10px; }
      .columnContent01 .columnIndex01 ul li a {
        padding-bottom: 10px;
        padding-left: 15px;
        position: relative;
        display: block; }
        .columnContent01 .columnIndex01 ul li a:before {
          position: absolute;
          left: 0;
          top: 5%;
          font-size: 12px;
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          font-weight: 900;
          color: #ff4e63; }
  .columnContent01 .recommendArea01 {
    background: #f4f4f4;
    padding: 25px;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .columnContent01 .recommendArea01 {
        padding: 15px; } }
    .columnContent01 .recommendArea01 h3 {
      font-size: 16px;
      font-weight: bold;
      border-left: none;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .columnContent01 .recommendArea01 h3 {
          font-size: 15px; } }
      .columnContent01 .recommendArea01 h3 span {
        font-size: 22px;
        color: #ff4e63;
        position: relative; }
        @media screen and (max-width: 767px) {
          .columnContent01 .recommendArea01 h3 span {
            font-size: 18px; } }
        .columnContent01 .recommendArea01 h3 span img {
          display: inline;
          position: absolute;
          top: -10px;
          right: -10px; }
    .columnContent01 .recommendArea01 .reccomendText01 {
      font-size: 36px;
      text-align: center;
      line-height: 1;
      position: relative; }
      @media screen and (max-width: 767px) {
        .columnContent01 .recommendArea01 .reccomendText01 {
          font-size: 24px; } }
      .columnContent01 .recommendArea01 .reccomendText01 span {
        background: #f4f4f4;
        position: relative;
        z-index: 10;
        padding: 0 30px; }
      .columnContent01 .recommendArea01 .reccomendText01:before {
        content: "";
        width: 70%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 15%;
        top: 15px;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .columnContent01 .recommendArea01 .reccomendText01:before {
            width: 100%;
            left: 0; } }
      .columnContent01 .recommendArea01 .reccomendText01:after {
        content: "";
        width: 70%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 15%;
        top: 12px;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .columnContent01 .recommendArea01 .reccomendText01:after {
            width: 100%;
            left: 0; } }
    .columnContent01 .recommendArea01 ul {
      margin-top: 30px; }
      .columnContent01 .recommendArea01 ul li {
        float: left;
        width: 48%;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .columnContent01 .recommendArea01 ul li {
            float: none;
            width: 100%; } }
        .columnContent01 .recommendArea01 ul li:nth-child(2n) {
          float: right; }
          @media screen and (max-width: 767px) {
            .columnContent01 .recommendArea01 ul li:nth-child(2n) {
              float: none; } }
        .columnContent01 .recommendArea01 ul li .photo01 {
          width: 33%;
          float: left; }
          @media screen and (max-width: 767px) {
            .columnContent01 .recommendArea01 ul li .photo01 {
              width: 30%; } }
          .columnContent01 .recommendArea01 ul li .photo01:after {
            content: "";
            display: block;
            padding-top: 70%; }
        .columnContent01 .recommendArea01 ul li h4 {
          float: right;
          width: 62%; }
          @media screen and (max-width: 767px) {
            .columnContent01 .recommendArea01 ul li h4 {
              width: 65%; } }
          .columnContent01 .recommendArea01 ul li h4 a {
            font-size: 15px;
            font-weight: bold; }

.columnSub01 {
  float: right;
  width: 25%; }
  @media screen and (max-width: 767px) {
    .columnSub01 {
      float: none;
      width: 100%; } }
  .columnSub01 .subBox01 {
    margin-bottom: 40px; }
    .columnSub01 .subBox01 h3 {
      font-size: 18px;
      font-weight: bold;
      border-bottom: 5px solid #dddddd;
      padding-bottom: 5px;
      margin-bottom: 15px;
      position: relative; }
      .columnSub01 .subBox01 h3 span {
        color: #ff4e63; }
      .columnSub01 .subBox01 h3:after {
        content: "";
        width: 70px;
        height: 5px;
        background: #ff4e63;
        position: absolute;
        left: 0;
        bottom: -5px; }
    .columnSub01 .subBox01 ul li {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dashed #ccc; }
      .columnSub01 .subBox01 ul li .photo01 {
        width: 33%;
        float: left; }
        @media screen and (max-width: 767px) {
          .columnSub01 .subBox01 ul li .photo01 {
            width: 30%; } }
        .columnSub01 .subBox01 ul li .photo01:after {
          content: "";
          display: block;
          padding-top: 70%; }
      .columnSub01 .subBox01 ul li h4 {
        float: right;
        width: 62%; }
        @media screen and (max-width: 767px) {
          .columnSub01 .subBox01 ul li h4 {
            width: 65%; } }
        .columnSub01 .subBox01 ul li h4 a {
          font-size: 13px;
          font-weight: bold; }
