
    *{
        margin: 0;
        padding: 0;
        font-size: 100%
    }

    #contents, #contents.synactif{
      padding-top: 0!important;
    }

    .mt-80{
      margin-top: 80px!important;
    }
    .mt-70{
      margin-top: 70px!important;
    }

    @media print, screen and (max-width: 992px) {
      .mt-70{
        margin-top: 50px!important;
      }
    }

    .item-info{
      margin-top: 40px!important;
    }

    .modal_flex_item .item-info{
      margin-top: 0!important;
    }

    #section01 .mt-40{
      margin-top: 40px!important;
    }

    #section02 .mt-40,
    #section03 .mt-40,
    #sec_krc03 .mt-40,
    .cmd-button_container.left_btn.mt-40{
      margin-top: 2rem!important;
    }

    #section06{
      margin-top: 0;
    }

    #section07{
      margin-top: 100px!important;
    }

    .cmd-section.mt-auto{
      margin-top: 0!important;
    }

    .mt-50{
      margin-top: 50px;
    }

    .flex_area .flex_area_item a{
      text-decoration: none;
    }

    ._step .cmd-section:first-child{
      margin-top: 0;
    }

    .cmd-section.pd-80{
      padding: 50px 0!important;
    }

    .img_center{
      margin: 0 auto;
    }

    .cmd-section.cotnent_center{
      margin: 0 auto 0!important;
    }

    .bg_blue{
      background: #DAE1EF;
      padding: 40px 0;
    }

    #section01 .cmd-visual_txt .cmd-button_container._center>.cmd-button_box>.button{
      width: 205px;
    }
    #section02 .cmd-visual_txt .cmd-button_container._center>.cmd-button_box>.button,
    #section03 .cmd-visual_txt .cmd-button_container._center>.cmd-button_box>.button,
    .cmd-button_container.left_btn._center>.cmd-button_box>.button{
      width: 245px;
    }

    #section02 .cmd-button_container._center,
    #section03 .cmd-button_container._center,
    .cmd-button_container.left_btn{
      justify-content: left;
    }

    .txt_indent{
      text-indent: -3.3em;
      padding-left: 3.3em;
    }

    .item-info_flex{
      display: flex;
      margin-top: 0 !important;
    }
    .item-info_flex p{
      margin-top: 0;
      width: 45%;
    }

    @media print, screen and (max-width: 992px) {
      .item-info_flex{
        display: block;
      }
      .item-info_flex p{
        margin-top: 40px;
        width: 100%;
      }

      .sp_mt{
        padding-top: 40px;
      }
    }

    .flex_area{
      display: flex;
    }
    .flex_area_item{
      width: 30%;
      margin-right: 10px;
    }
    .flex_area_item:last-child{
      margin-right: 0;
    }

    .flex_area_item p{
      position: relative;
      font-size: 1rem;
      margin-top: 10px;
    }
    .flex_area_item p span{
      border-bottom: 1px solid #000;
    }

    @media print, screen and (max-width: 992px) {
      .flex_area{
        display: block;
      }
      .flex_area_item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center;
      }
      .flex_area_item p{
        font-size: 1.2rem;
        width: fit-content;
        margin: 0 auto;
      }
      .flex_area_item p:after {
        width: 12px;
        height: 12px;
        top: 7px;
        right: -10px;
      }
      #section01 .cmd-button_container._center,
      #section02 .cmd-button_container._center,
      #section03 .cmd-button_container._center,
      .cmd-button_container.left_btn._center{
        justify-content: center;
      }

      #section01 .cmd-button_container._center{
        display: block;
      }
    }

    @media print, screen and (max-width: 767px) {
      #section01 .cmd-visual_txt .cmd-button_container._center>.cmd-button_box>.button,
      #section02 .cmd-visual_txt .cmd-button_container._center>.cmd-button_box>.button,
      #section03 .cmd-visual_txt .cmd-button_container._center>.cmd-button_box>.button,
      .cmd-button_container.left_btn._center>.cmd-button_box>.button{
        max-width: 500px;
      }
      #section07{
        margin-top: 60px!important;
      }
    }


    @media print, screen and (min-width: 768px) {
    #contents, #contents.synactif{
      padding-top: 0!important;
    }
    }

    .cmd-section:first-child{
      margin-top: 100px;
    }

    .fadeIn{
        animation-name:fadeInAnime;
        animation-duration:3.5s;
        animation-fill-mode:forwards;
        animation-delay: 2s;
        opacity:0;
    }

    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }


    .top_contents_area{
        position: relative;
        width: 100%;
        /*height: 100vh;*/
        overflow: hidden;
    }

    .loading {
      width: 100vw;
      height: 100vh;
      transition: all 1s;
      background-color: #FFF;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      opacity: 1;
      visibility: visible;
    }

    .loading.is-active {
      opacity: 0;
      visibility: hidden;
    }

    .loading.is-active > .loading-animation{
        display: none;
    }

    .loading-animation {
      position: relative;
      width: 100vw;
      height: 100vh;
      transition: all 1s;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
    }

    .loading-animation .bg-img{
      position: absolute;
      z-index: 50;
      width: 100vw;
      height: 100vh;
      object-fit: cover;
    }

    .logo_title{
      position: relative;
      width: 50%;
      height: 50%;
      margin-right: auto;
      z-index: 999;
    }

    .loading-animation p{
      position: absolute;
      left: 0;
      top: 50%;
      font-size: 3.2rem;
      width: 100%;
      text-align: center;
    }

    .logo-loading{
      position: absolute;
      transform: translate(-50%, 0);
      top: 0;
      left: 50%;
    }

    .logo-loading .header_logo{
      width: 200px;
      height: auto;
    }

    @media screen and (max-width:992px){
      .logo_title{
        width: 100%;
        margin-left: 0;
      }
      /* .loading-animation p{
        left: calc(50% + 15px);
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
      } */
      .loading-animation p{
        position: absolute;
        left: calc(50% + 8px);
        top: auto;
        bottom: 40px;
        transform: translate(-50%, 140%);
        width: 100vw;
        height: 100px;
        text-align: center;
        font-size: 2.2rem;
        align-items: center;
        display: flex;
        justify-content: center;
      }
      .logo-loading{
        top: -18vh;
      }
      .logo-loading .header_logo{
        width: 100px;
        height: auto;
      }
    }

    .loading-animation.is-active {
      opacity: 1;
      visibility: visible;
    }

    .video{
        position: relative;
        max-width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    #video-area{
      position: relative;
    }

    #video {

        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        transform: translate(-50%, -8.6%);
        width: 177.77777778vh;
        /* height: 56.25vw; */
        /*height: 100vh;*/
        height: calc(100vh + 100vw);
        min-height: 100%;
        min-width: 100%;
    }

    @media screen and (max-width:992px){
      #video {
        transform: translate(-50%, -5.9%);
      }
    }

    .mv_text{
      position: relative;
    }

    .mv_title{
        /* position:absolute; */
        top: 40%;
        transform: translateY(-50%) translateX(-50%);
        display: inline;
    }

    .mv_title h1{
      color:#fff;
      text-shadow: 0 0 15px #666;
      font-size: 3.8rem;
      font-weight: normal;
      width: 100%;
      text-align: center;
      line-height: 2;
    }

    h1 .sub_title{
        font-size: 2.2rem;
        line-height: 2.2;
    }

    .logo{
        position: absolute;
        top: 25px;
        left: 25px;
        width: 110px;
        height: 68px;
    }

    .test_area1{
        background: #fff;
        padding: 100px 0 100px 0;
    }
    .contents{
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }

    .top_inner{
      position: relative;
    }

    .scroll {
      position: absolute;
      right: 3.6290322581%;
      top: calc(100vh - 90px);
      visibility: visible;
      -webkit-transition: opacity 0.8s 0.6s ease;
      transition: opacity 0.8s 0.6s ease;
      cursor: default;
    }

    .scroll div {
      color: #d2b986;
      font-size: 0.9rem !important;
      line-height: 1 !important;
      letter-spacing: 0.04em !important;
      white-space: nowrap;
      padding: 15px 25px 155px 0;
      background: none;
      border: none;
      -webkit-transition: color 0.6s ease, opacity 0.6s ease;
      transition: color 0.6s ease, opacity 0.6s ease;
    }

    .scroll div:before {
      content: "";
      display: block;
      width: 3px;
      background-color: #d2b986;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-animation: scrlline 3.2s ease-in-out infinite;
      animation: scrlline 3.2s ease-in-out infinite;
      -webkit-transition: background-color 0.6s ease;
      transition: background-color 0.6s ease;
    }

    @-webkit-keyframes scrlline {
      0% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      15% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      50% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      65% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      100% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
    }
    @keyframes scrlline {
      0% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      15% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      50% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      65% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      100% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
    }

    .scrolldown1{
      position:absolute;
      left:90%;
      bottom:60px;
      height:50px;
    }

    @media screen and (max-width:992px){
        .scrolldown1{
          position:absolute;
          left:90%;
          bottom:60px;
          height:50px;
        }
    }

    .scrolldown1 span{
      position: absolute;
      left:-25px;
      top: 50px;
      color: #d2b986;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
    }

    .scrolldown1::after{
      content: "";
      position: absolute;
      top: 0;
      left: 45px;
      width: 3px;
      height: 160px;
      background: #d2b986;
      animation: pathmove 1.8s ease-in-out infinite;
      opacity:0;
    }

    @keyframes pathmove{
      0%{
        height:0;
        top:0;
        opacity: 0;
      }
      30%{
        height:160px;
        opacity: 1;
      }
      100%{
        height:0;
        top:165px;
        opacity: 0;
      }
    }

    .fadeBottom{
      transform: translateY(50px);
      opacity: 0;
      transition: 1.5s;
    }
    .fadeBottom.show{
      transform: translateY(0px);
      opacity: 1;
      transition: 1.5s;
      transition-delay: 0.3s;
    }

    .fadeLeft{
        transform: translateX(-50px);
        opacity: 0;
        transition: 1.5s;
    }
    .fadeRight{
        transform: translateX(50px);
        opacity: 0;
        transition: 1.5s;
    }
    .fadeLeft.show{
        transform: translateX(0px);
        opacity: 1;
        transition: 1.5s;
        transition-delay: 0.3s;
    }
    .fadeRight.show{
        transform: translateX(0px);
        opacity: 1;
        transition: 1.5s;
        transition-delay: 0.3s;
    }
    .flex_txt{
        transform: translateY(-50px);
        opacity: 0;
        transition: 1.5s;
    }
    .flex_txt.show{
        transform: translateY(0px);
        opacity: 1;
        transition: 1.5s;
    }
    .flex_txt_bt{
      transform: translateY(50px);
      opacity: 0;
      transition: 1.5s;
    }
    .flex_txt_bt.show{
        transform: translateY(0px);
        opacity: 1;
        transition: 1.5s;
    }


     @media print, screen and (min-width: 993px) {
      .cmd-visual_card {
        max-width: 366px;
      }
      .card_wide{
        max-width: unset;
      }
    }

    .cmd-box_container.flex_item{
      height: 382px;
      align-items: center;
      margin-bottom: 130px;
    }


    .modal1_container{
      max-width: unset!important;
    }
    .modal_list{
      width: fit-content;
      margin: 50px auto;
    }
    .modal_list li{
      margin-bottom: 30px;
    }
    .modal_list li:last-child{
      margin-bottom: 0;
    }
    @media print, screen and (min-width: 768px) {
    #modal01 .modal01_inner {
      padding: 50px 0;
    }
    #modal01.cpb-modalC_container .modal01-scroll{
      padding: 100px 0;
    }
    }

    .modal-item-area{
      width: 100%;
    }

    .modal-item{
      display: flex;
      align-items: center;
      margin-bottom: 100px;
    }
    .modal-item-area:nth-child(2) .modal-item{
      align-items: normal;
    }
    .modal-item-area:last-child .modal-item{
      margin-bottom: 0;
    }
    .modal-item .box._thumb{
      width: 50%;
    }

    .modal-item .box{
      width: 50%;
      text-align: center;
    }

    .modal-item .box .cmd-visual_txt_cover{
      width: 100%;
    }

    .modal-item .cmd-visual_card {
      max-width: 505px;
    }

    .modal-mt100{
      margin-top: 100px;
    }

    @media screen and (max-width:992px){
      .modal-mt100{
        margin-top: 50px;
      }
      .modal-item{
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
      }

      .item-image{
        order: 1;
      }
      .item-text{
        order: 2;
      }

      .modal-item .box._thumb{
        width: 90%;
      }

      .modal-item .box{
        width: 90%;
        margin-top: 30px;
      }

      .modal-item-area:nth-child(2) .modal-item{
        align-items: center;
      }

      .cpb-modalC_close{
        right: 5px;
      }
    }

    .img_link{
        position: relative;
        width: 640px;
        margin: 0 auto
    }
    .img_link img{
        width: 100%;
    }
    .img_link_btn{
        position: absolute;
        display: block;
        /* background: #666; */
        opacity: 0.5;
    }
    .smooths{
      top: 22%;
      left: 7%;
      width: 37%;
      height: 8%;
    }
    .plumps{
      top: 21%;
      right: 1.5%;
      width: 34.5%;
      height: 12%;
    }
    .moisturizes{
      top: 51.5%;
      left: 1%;
      width: 29%;
      height: 8%;
    }
    .reduces{
      top: 46.5%;
      right: 1%;
      width: 31%;
      height: 13%;
    }
    .minimizes{
      bottom: 2%;
      left: 6%;
      width: 26%;
      height: 18%;
    }
    .improves{
      bottom: 7%;
      right: 1%;
      width: 39%;
      height: 13%;
    }

    #ascrail2009-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2011-hr .nicescroll-cursors{
      display: none;
    }

    #contents .cmd-section.footer_area{
      margin-top: 125.5px;
    }

    .footer_inner{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #707070;
      padding-top: 60px;
    }

    .footer_logo_text{
      width: 600px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer_logo{
      width: 200px;
    }

    .footer_copy{
      margin-top: 65px;
      width: 100%;
      text-align: center;
    }

    @media screen and (max-width:992px){
      .footer_logo_text{
        width: auto;
        display: block;
      }

      .footer_logo{
        width: 80%;
        margin: 0 auto;
      }

      .footer_text{
        margin-top: 30px;
      }
    }



    [style^="background-color:"]>.cmd-title_toggle .cmd-toggle_container {
      border-top: 1px solid #979797;
      border-bottom: 1px solid #979797;
    }
    [style^="background-color:"]>.cmd-title_toggle .cmd-toggle_container + .cmd-toggle_container {
      border-top-width: 0;
    }
  
    .cmd-section_steps .cmd-toggle_btn svg {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 3px;
      vertical-align: middle;
    }
    .cmd-section_steps .cmd-section_steps-day .cmd-toggle_btn svg {
      width: 2.6rem;
      height: 2.6rem;
    }
    .cmd-section_steps .cmd-section_steps-night .cmd-toggle_btn svg {
      width: 2.2rem;
      height: 2.2rem;
    }
  
    .cmd-section_steps .cmd-toggle_contents .cmd-box_container::after {
      font-family: cpbicons !important;
      font-size: 4.5rem;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      color: #999;
      line-height: 1;
      position: absolute;
      bottom: -8%;
      left: calc(50% - 2.25rem);
      content: "\EA03";
      transform: translateY(-50%) rotate(90deg);
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .cmd-section_steps .cmd-toggle_contents .cmd-box_container:last-of-type::after {
      content: "";
    }
    .cmd-section_steps .cmd-box_container .box._thumb img,
    .cmd-section_steps .cmd-toggle_contents .box .thumb img {
      max-width: 400px;
      width: 100%;
    }

    #section03{
      background: url('/_assets/key-radiance-care_25aw/images/img_03_pc.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 5% 0 5%;
    }
    #section02{
      background: url('/_assets/key-radiance-care_25aw/images/img_02_pc.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    #section06{
      background: url('/_assets/key-radiance-care_25aw/images/img_05_pc.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    @media print, screen and (max-width: 767px) {
  
      .cmd-section_steps > .cmd-toggle_contents .cmd-box_container::after {
        bottom: -10%;
      }
    }

    @media print, screen and (max-width: 1150px) {
      #section02{
        padding: 7% 0 7%;
      }
    }
    @media print, screen and (max-width: 1700px) {
      #section03{
        padding: 5% 0 5%;
      }
    }
    @media print, screen and (max-width: 1550px) {
      #section02{
        padding: 5% 0 5%;
      }
      #section03{
        padding: 15% 0 15%;
        background-position: right -18vw bottom 0 !important;
      }
      #section06{
        padding: 5% 0 5%;
      }
    }
    @media print, screen and (max-width: 1350px) {
      #section03{
        padding: 15% 0 15%;
      }
    }
    @media print, screen and (max-width: 1250px) {
      #section02{
        padding: 10% 0 10%;
      }
      #section03{
        padding: 20% 0 20%;
        background-position: right -20vw bottom 0 !important;
      }
      #section06{
        padding: 10% 0 10%;
      }
    }
    @media print, screen and (max-width: 1095px) {
      #section02{
        padding: 15% 0 15%;
      }
      #section03{
        padding: 25% 0 25%;
        background-position: right -25vw bottom 0 !important;
      }
      #section06{
        padding: 15% 0 15%;
      }
    }
    @media print, screen and (max-width: 1095px) {
      #section06{
        padding: 10% 0 10%;
        background-position: left;
      }
    }

    @media print, screen and (max-width: 992px) {
      #section02{
        padding: 0;
        background: #D4DCED;
      }
      #section03{
        background: #F7EFD9;
        padding: 0;
      }

      #section06{
        background: #edeff1;
        padding: 0;
      }

      #sec_krc03{
        background: #DAE1EF;
      }
    }

    .is-pc{
      display: block;
    }

    .is-sp{
      display: none;
    }

    @media screen and (max-width:992px){
      .krc-products_box{
        padding: 0;
      }

      .is-pc{
        display: none;
      }
  
      .is-sp{
        display: block;
      }
    }

    .cmd-section.bg_area{
      background: #F5F5F5;
      padding: 60px 5%;
    }

    .item-info_msg.bg_gold{
      color: #FFF;
      background: #c6ac62;
      padding: 3px 25px;
      width: 125px;
      text-align: center;
    }

    .modal_flex_item{
      display: flex;
    }
    .modal_flex_item:nth-child(n + 2){
      margin-top: 20px;
    }
    .modal_flex_item p{
      margin-top: 0;
    }
    .modal_flex_item p .gold{
      color: #c6ac62;
      font-weight: bold;
    }
    .modal_flex_item p:first-child{
      margin-right: 20px;
    }

    .modal_flex_item .flex_item:first-child{
      margin-right: 20px;
    }

    .modal_sub .modal-item .box._thumb{
      width: 45%;
    }
    .modal_sub .modal-item .box{
      width: 60%;
    }
    .modal_sub .modal-item .cmd-visual_card{
      max-width: 580px;
      font-size: 1.3rem;
    }

    .modal_flex_item .cmd-indent_container{
      margin-top: 5px!important;
    }
    
    .modal_flex_item .cmd-indent_list li{
      margin-top: 0;
    }

    @media print, screen and (min-width: 993px) {
      .modal_flex_item .cmd-indent_list:not(.asterisk) {
        margin-left: 1.2em;
      }
      .modal_flex_item .cmd-indent_list{
        padding-left: 0;
      }
  }

    @media screen and (max-width:992px){
      .modal_flex_item{
        display: block;
      }
      .modal_flex_item p{
        margin-top: 10px;
      }
      .modal_sub .modal-item .box._thumb{
        width: 100%;
      }
      .modal_sub .modal-item .box{
        width: 100%;
      }
      .modal_flex_item .flex_item:first-child{
        margin-right: 0;
      }
      .modal_flex_item .flex_item:nth-child(n + 2){
        margin-top: 40px;
      }
    }

    @media print, screen and (min-width: 768px) {
      .cpb-modalC_inner._wide {
          padding: 50px 10px 50px 40px;
      }
      ._wide.cpb-modalC_container .cpb-modal_scroll{
        padding-right: 30px;
      }
  }

  .flex_area_item._tag{
    width: 20%;
  }
  .flex_area_item._2col{
    width: 50%;
  }
  .tag{
    border: 1px solid #000;
    text-align: center;
  }
  @media print, screen and (max-width: 992px) {
    .flex_area {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .flex_area_item._tag {
      width: 25%;
      box-sizing: border-box;
      margin-bottom: 5px;
      margin-right: 5px;
    }

    .flex_area_item._tag:nth-child(3) {
      /* 3つ目のアイテムから改行 */
      clear: both;
    }

    .break-sp {
      display: block;
      width: 100%;
      height: 0;
    }
    /*.flex_area_item._tag{
      width: 50%;
      margin: 0 auto 10px;
    }*/
    .flex_area_item._2col{
      width: 50%;
      padding: 0 5px 0;
    }

    .item1{
      order: 0!important;
      margin-bottom: 30px;
    }
    .item2{
      order: 1!important;
    }

    .sp_center{
      text-align: center;
    } 
  }

  @media screen and (min-width: 993px) {
    .break-sp {
      display: none;
    }
  }

  @media print, screen and (max-width: 767px) {
    .flex_area {
      display: flex;
      flex-wrap: wrap;
      justify-content:unset;
    }
  }


.modal_bg_area{
    background: #F5F5F5;
    padding: 50px;
}

.modal_flex_item._2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal_flex_item._2col .flex_item{
    width: 49%;
    margin-right: 0;
    margin-bottom: 40px
}

.modal_flex_item._2col .flex_item:nth-child(2),
.modal_flex_item._2col .flex_item:last-child{
    padding: 0;
}

.modal_flex_item._2col p:first-child{
    margin-right: 0;
}

@media print, screen and (max-width: 768px) {
    .modal_bg_area{
    background: #F5F5F5;
    padding: 50px 20px;
}

.modal_flex_item._2col{
    display: block;
}
.modal_flex_item._2col .flex_item{
    width: 100%;
    padding-right: 0;
}
}