@charset "UTF-8";
/** page visual
================================= **/
.page-ttl {
  width: 145px;
  margin-bottom: 30px;
}

/** section-anchor
=============================== **/
.section-anc {
  max-width: 1240px;
  background: #DFD6B8;
  margin: 0 auto;
  padding: 80px 0;
}

.section-anc .row {
  overflow: visible;
}

.note {
  margin-top: 10px;
}

.anchor-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 -90px -53px;
}

.anchor-list li {
  text-align: center;
  width: -webkit-calc(25% - 53px);
  width: -moz-calc(25% - 53px);
  width: calc(25% - 53px);
  margin: 0 0 90px 53px;
  position: relative;
}

.anchor-list li:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -41px;
  width: 28px;
  height: 20px;
  background: url(../img/arr_anc.svg) left top no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.anchor-list li:nth-child(1):after, .anchor-list li:nth-child(5):after {
  background: none;
  width: 0;
  height: 0;
}

.anchor-list li:nth-child(4):before {
  position: absolute;
  content: '';
  top: auto;
  bottom: -60px;
  right: 100px;
  background: url(../img/arr_l.svg) no-repeat;
  width: 770px;
  height: 46px;
}

.anchor-list li .num {
  position: relative;
  padding-bottom: 8px;
  margin: -16px 0 20px 0;
  z-index: 1;
}

.anchor-list li .num:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -23px;
  background: #333;
  width: 46px;
  height: 1px;
}

.anchor-list li .num img {
  width: 28px;
}

.anchor-list li .ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.anchor-list li .more {
  position: relative;
  z-index: 1;
}

.anchor-list li .more img {
  width: 75px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.anchor-list li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
}

.anchor-list li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: -webkit-calc(100% - 16px);
  height: -moz-calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.anchor-list li a:hover:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  height: -webkit-calc(100% - 16px);
  height: -moz-calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: 0;
}

.anchor-list li a:hover .more img {
  border-color: #333;
}

.red {
  color: #dd1600;
}

.sec-fl {
  position: relative;
  padding-top: 50px;
  z-index: 1;
  padding-bottom: 80px;
}

.sec-fl:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc((100% - 960px) / 2 + 140px);
  width: -moz-calc((100% - 960px) / 2 + 140px);
  width: calc((100% - 960px) / 2 + 140px);
  height: 212px;
  background: #F2F2F2;
  z-index: -1;
}

.sec-fl:nth-child(even):after {
  background: #DFD6B8;
}

.sec-fl .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: visible;
}

.sec-fl .row:after {
  display: block;
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  background: url(../img/arr_up.svg) no-repeat;
  width: 36px;
  height: 50px;
}

.sec-fl:last-child .row:after {
  background: none;
  width: 0;
  height: 0;
}

.sec-fl .num {
  display: inline-block;
  width: 46px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  text-align: center;
  line-height: 0;
}

.sec-fl .num img {
  width: 28px;
}

.sec-fl_title {
  position: relative;
  width: 310px;
  min-height: 162px;
  background: url(../img/bdr01.png) no-repeat right top;
}

.sec-fl_title .txt {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.13em;
}

.sec-fl_title .img {
  display: block;
  line-height: 0;
  text-align: right;
  margin: 75px 25px 0 0;
}

.sec-fl_title .img img {
  width: 89px;
  height: 105px;
}

.sec-fl_ctn {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
  margin-left: 40px;
}

.sec-fl_ctn--inner {
  position: relative;
}

.sec-fl_ctn--inner .img {
  position: absolute;
  left: -160px;
  line-height: 0;
}

.sec-fl_ctn--inner p {
  line-height: 2.28;
}

.sec-fl_ctn--inner .att {
  margin: 25px 0 15px;
}

.sec-fl_ctn--inner .att li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.83;
}

.sec-fl_ctn--inner .att li:before {
  content: "※";
}

.sec-fl_ctn--inner .att li.red {
  color: #dd1600;
}

.sec-fl_ctn--inner table {
  width: 100%;
  -moz-border-radius: 40px;
       border-radius: 40px;
  overflow: hidden;
}

.sec-fl_ctn--inner table th, .sec-fl_ctn--inner table td {
  background: #DFD6B8;
  border: 1px solid #fff;
  height: 157px;
  vertical-align: middle;
}

.sec-fl_ctn--inner table th {
  width: 190px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.64;
  font-weight: normal;
}

.sec-fl_ctn--inner table td {
  padding-left: 40px;
  line-height: 2.28;
}

.sec-fl_ctn--inner dl dt {
  margin: 40px 0 15px;
  font-size: 16px;
  font-weight: bold;
}

.sec-fl_ctn--inner dl dd ul li {
  list-style: decimal;
  position: relative;
  padding-left: 15px;
}

.sec-fl_ctn--inner dl dd ul li:after {
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
}

.sec-fl_ctn--inner .basic {
  background: #CDD7DF;
  width: 100%;
  -moz-border-radius: 40px;
       border-radius: 40px;
  margin: 65px 0 10px;
  padding: 10px;
  text-align: center;
}

.sec-fl_ctn h4 {
  font-size: 1.8rem;
  margin-bottom: 35px;
  line-height: 1.83;
  letter-spacing: 0.1em;
}

.sec-fl#fl01 {
  margin-top: 110px;
}

.sec-fl#fl01 .sec-fl_ctn .sec-fl_ctn--inner .img {
  bottom: -30px;
}

.sec-fl#fl01 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 89px;
  height: 105px;
}

.sec-fl#fl02 .row:after {
  bottom: 80px;
}

.sec-fl#fl02 .sec-fl_ctn .sec-fl_ctn--inner .img {
  bottom: 80px;
}

.sec-fl#fl02 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 104px;
  height: 153px;
}

.sec-fl#fl03 .row:after {
  bottom: -45px;
}

.sec-fl#fl04 .row:after {
  bottom: 80px;
}

.sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .img {
  bottom: 125px;
  left: -200px;
}

.sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 126px;
  height: 118px;
}

.sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .att {
  margin: 25px 0 40px;
}

.sec-fl#fl04 .row:after {
  bottom: 80px;
}

.sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .img {
  bottom: 125px;
  left: -200px;
}

.sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 126px;
  height: 118px;
}

.sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .att {
  margin: 25px 0 40px;
}

.sec-fl#fl05 .row:after {
  bottom: 200px;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .img {
  top: 250px;
  left: -220px;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 145px;
  height: 137px;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .att {
  margin: 25px 0 40px;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic .tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic ul li {
  width: 20%;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic ul li figure {
  line-height: 1;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic ul li figure img {
  width: 70px;
  margin-bottom: 10px;
}

.sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .att {
  padding: 0 0 0 20px;
  margin: 0;
}

.sec-fl#fl06 .row:after {
  bottom: 50px;
}

.sec-fl#fl06 .sec-fl_ctn .sec-fl_ctn--inner .img {
  bottom: 50px;
  left: -210px;
}

.sec-fl#fl06 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 110px;
  height: 133px;
}

.sec-fl#fl06 .sec-fl_ctn .sec-fl_ctn--inner .att {
  margin: 25px 0 40px;
}

.sec-fl#fl07 .row:after {
  bottom: -webkit-calc(50% - 100px);
  bottom: -moz-calc(50% - 100px);
  bottom: calc(50% - 100px);
}

.sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img01 {
  bottom: 50px;
  left: -210px;
}

.sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img01 img {
  width: 150px;
  height: 102px;
}

.sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img02 {
  bottom: 0px;
  left: -210px;
}

.sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img02 img {
  width: 132px;
  height: 116px;
}

.sec-fl#fl08 .row:after {
  background: none;
  width: 0;
  height: 0;
}

.sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner {
  padding-bottom: 160px;
}

.sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner .img {
  bottom: 0;
  left: -180px;
}

.sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner .img img {
  width: 102px;
  height: 104px;
}

.sc-btn {
  clear: both;
}

.sc-btn a {
  float: right;
}

@media screen and (max-width: 768px) {
  .logo-ds .pv-ttl {
    width: 29.0625vw;
  }
  .logo-ds.row {
    overflow: visible;
  }
  .page-ttl {
    width: 26.09375vw;
    margin-bottom: -5.46875vw;
  }
  .section-anc {
    max-width: 87.5vw;
    margin-left: 12.5vw;
    padding: 14.0625vw 3.90625vw 3.125vw;
  }
  .section-anc .row {
    padding: 0;
  }
  .anchor-list {
    margin: 0 0 -13.28125vw -9.375vw;
  }
  .anchor-list li {
    width: -webkit-calc(50% - 9.375vw);
    width: -moz-calc(50% - 9.375vw);
    width: calc(50% - 9.375vw);
    margin: 0 0 13.28125vw 9.375vw;
    /*&:nth-child(4) {
            &:before {
                width: 0;
                height: 0;
                background: none;
            }
        }*/
  }
  .anchor-list li:after {
    bottom: -7.1875vw;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 3.4375vw;
    height: 4.84375vw;
    background: url(../img/arr_up.svg) left top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .anchor-list li:nth-child(1):after, .anchor-list li:nth-child(5):after {
    bottom: -7.1875vw;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 3.4375vw;
    height: 4.84375vw;
    background: url(../img/arr_up.svg) left top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .anchor-list li:nth-child(7):after, .anchor-list li:nth-child(8):after {
    background: none;
    width: 0;
    height: 0;
  }
  .anchor-list li:nth-child(4):before {
    position: absolute;
    content: '';
    top: auto;
    bottom: 4.6875vw;
    right: -8.4375vw;
    background: url(../img/arr_l_sp.svg) no-repeat;
    width: 7.1875vw;
    height: 94.6875vw;
  }
  .anchor-list li .ttl {
    margin-bottom: 1.5625vw;
    line-height: 1.2;
    font-size: 2.8125vw;
  }
  .anchor-list li .num {
    padding-bottom: 1.25vw;
    margin: -2.5vw 0 3.125vw 0;
  }
  .anchor-list li .num img {
    width: 4.84375vw;
  }
  .anchor-list li .num:after {
    width: 7.1875vw;
    margin-left: -3.59375vw;
  }
  .anchor-list li .more {
    line-height: 1;
  }
  .anchor-list li .more img {
    width: 12.96875vw;
  }
  .anchor-list li a {
    padding-bottom: 1.5625vw;
  }
  .anchor-list li a:after {
    height: -webkit-calc(100% -3.75vw);
    height: -moz-calc(100% -3.75vw);
    height: calc(100% -3.75vw);
  }
  .anchor-list li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .anchor-list li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .anchor-list li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .anchor-list li:nth-child(4) {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .anchor-list li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .anchor-list li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .anchor-list li:nth-child(7) {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .anchor-list li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .note {
    background: #DFD6B8;
    font-size: 2.5vw;
    line-height: 2.96875vw;
    width: 87.5vw;
    margin: 0 0 0 12.5vw;
    padding: 0 3.90625vw 9.375vw 6.25vw;
    text-indent: -2.34375vw;
  }
  .red {
    color: #dd1600;
  }
  .sec-fl {
    padding-bottom: 7.8125vw;
  }
  .sec-fl:after {
    background: none;
  }
  .sec-fl:nth-child(even):after {
    background: none;
  }
  .sec-fl .row:after {
    width: 5.625vw;
    height: 7.8125vw;
    left: 50%;
    margin-left: -2.8125vw;
    bottom: -10.9375vw;
  }
  .sec-fl_title {
    background: none;
    margin-bottom: 11.71875vw;
    min-height: 1px;
    width: 41.40625vw;
    position: relative;
  }
  .sec-fl_title:after {
    position: absolute;
    content: '';
    width: -webkit-calc(100% + 9.375vw);
    width: -moz-calc(100% + 9.375vw);
    width: calc(100% + 9.375vw);
    height: 100%;
    top: 3.125vw;
    left: -9.375vw;
    z-index: -1;
    background: #DFD6B8;
  }
  .sec-fl_title .txt {
    font-size: 4.6875vw;
  }
  .sec-fl:nth-child(odd) .sec-fl_title:after {
    background: #F2F2F2;
  }
  .sec-fl_ctn {
    width: 100%;
    margin-left: 0;
  }
  .sec-fl_ctn--inner h4 {
    font-size: 3.4375vw;
    margin-bottom: 5.46875vw;
    line-height: inherit;
  }
  .sec-fl_ctn--inner p {
    font-size: 2.8125vw;
    line-height: inherit;
  }
  .sec-fl_ctn--inner dl dt {
    font-size: 3.125vw;
    margin: 6.25vw 0 2.34375vw;
  }
  .sec-fl_ctn--inner dl dd {
    font-size: 2.8125vw;
  }
  .sec-fl_ctn--inner table th {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 3.125vw;
  }
  .sec-fl_ctn--inner table td {
    padding: 3.125vw 4.6875vw;
    line-height: inherit;
    height: auto;
    font-size: 3.125vw;
  }
  .sec-fl_ctn--inner .basic {
    margin: 6.25vw 0 1.5625vw;
  }
  .sec-fl_ctn--inner .att li {
    /*font-size: vw(16);*/
  }
  .sec-fl .num {
    margin-bottom: 3.90625vw;
    padding-bottom: 1.5625vw;
  }
  .sec-fl .num img {
    width: 7.5vw;
  }
  .sec-fl#fl01 {
    margin-top: 0;
  }
  .sec-fl#fl01 .row:after {
    bottom: -12.5vw;
  }
  .sec-fl#fl01 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -23.4375vw;
  }
  .sec-fl#fl01 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 17.5vw;
    height: 20.625vw;
  }
  .sec-fl#fl02 {
    margin-top: 0;
  }
  .sec-fl#fl02 .row:after {
    bottom: -12.5vw;
  }
  .sec-fl#fl02 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -28.125vw;
  }
  .sec-fl#fl02 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 16.40625vw;
    height: 24.21875vw;
  }
  .sec-fl#fl04 {
    margin-top: 0;
  }
  .sec-fl#fl04 .row:after {
    bottom: -12.5vw;
  }
  .sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -25vw;
  }
  .sec-fl#fl04 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 22.03125vw;
    height: 20.78125vw;
  }
  .sec-fl#fl05 .row:after {
    bottom: -12.5vw;
  }
  .sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -25vw;
  }
  .sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 17.34375vw;
    height: 16.25vw;
  }
  .sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic .tit {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
  .sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic ul li {
    font-size: 2.1875vw;
  }
  .sec-fl#fl05 .sec-fl_ctn .sec-fl_ctn--inner .basic ul li figure img {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 2.34375vw;
  }
  .sec-fl#fl06 {
    margin-top: 0;
  }
  .sec-fl#fl06 .row:after {
    bottom: -12.5vw;
  }
  .sec-fl#fl06 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -25vw;
  }
  .sec-fl#fl06 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 16.5625vw;
    height: 20.15625vw;
  }
  .sec-fl#fl07 {
    margin-top: 0;
  }
  .sec-fl#fl07 .row:after {
    bottom: -12.5vw;
  }
  .sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -25vw;
  }
  .sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 26.40625vw;
    height: 17.96875vw;
  }
  .sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img.img02 {
    top: -15.625vw;
  }
  .sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner .img.img02 img {
    width: 19.53125vw;
    height: 17.1875vw;
  }
  .sec-fl#fl07 .sec-fl_ctn .sec-fl_ctn--inner:nth-child(2) {
    margin-bottom: 12.5vw;
  }
  .sec-fl#fl08 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner {
    padding-bottom: 0;
  }
  .sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner .img {
    bottom: auto;
    left: auto;
    right: 0;
    top: -25vw;
  }
  .sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner .img img {
    width: 19.375vw;
    height: 19.6875vw;
  }
  .sec-fl#fl08 .sec-fl_ctn .sec-fl_ctn--inner p {
    margin-bottom: 0;
  }
  .sc-btn a {
    float: none;
  }
}

@media screen and (min-width: 769px) {
  .sec-fl#fl06 .sec-fl_ctn h4 {
    white-space: nowrap;
  }
}