.type-10 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  
  .type-10 .textContent.center {
    text-align: center;
  }
  
  .type-10 .textContent .text01 {
    width: 820px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  
  .type-10 .textContent .text02 {
    margin: 15px 0 0 0;
    line-height: 24px;
  }
  
  .type-10 .textContent .text02 p {
    margin-bottom: 26px;
  }
  
  .type-10 .textContent .text02 p:last-child {
    margin-bottom: 0;
  }
  
  .type-10 .cbox {
    display: none;
  }
  
  .type-10 .image01 {
    width: 1030px;
    height: auto;
    margin: 60px auto 0 auto;
  }
  
  .type-10.v1 {
    width: 100%;
    display: block;
    padding-top: 80px;
  }
  
  .type-10.v1 .socialContent {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: -10px;
    width: 40px;
  }
  
  .type-10.v1 .socialContent ul {
    width: 100%;
  }
  
  .type-10.v1 .socialContent ul li {
    display: none;
    width: 100%;
    margin-bottom: 8px;
  }
  
  .type-10.v1 .socialContent ul li a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 40px;
  }
  
  .type-10.v1 .socialContent ul li a img {
    height: auto;
    opacity: 0.9;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  
  .type-10.v1 .socialContent ul li a img.icon01 {
    display: none;
  }
  
  .type-10.v1 .socialContent ul li.Facebook,
  .type-10.v1 .socialContent ul li.Twitter,
  .type-10.v1 .socialContent ul li.Instagram {
    display: inline-block;
  }
  
  .type-10.v1 .socialContent ul li.Facebook a img {
    width: 9px;
  }
  
  .type-10.v1 .socialContent ul li.Twitter a img {
    width: 20px;
  }
  
  .type-10.v1 .socialContent ul li.Instagram a img {
    width: 20px;
  }
  
  .type-10.v1 .socialContent ul li:hover a img {
    opacity: 1;
  }
  
  .type-10.v1 .textContent .text01 {
    width: 616px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 38px;
    margin-bottom: 52px;
  }
  
  .type-10.v1 .textContent .text02 {
    width: 820px;
    margin: 0 auto;
    line-height: 30px;
    text-align: justify;
  }
  
  .type-10.v1 .textContent .text03 {
    display: block;
    margin: 0 0 68px 0;
    text-align: center;
  }

  @media all and (max-width: 767px) {
    .type-10 {
        width: 100%;
        display: block;
      }
    
      .type-10 .textContent .text01 {
        margin-bottom: 15px;
        margin-left: 20px;
      }
    
      .type-10 .textContent .text02 {
        margin: 15px 20px 0 20px;
        line-height: 20px;
      }
    
      .type-10 .textContent .text02 p {
        margin-bottom: 20px;
      }
    
      .type-10.v1 {
        padding-top: 0;
      }
    
      .type-10.v1:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #edf1f1;
      }
    
      .type-10.v1 .socialContent {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 50px;
      }
    
      .type-10.v1 .socialContent ul {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        -webkiit-justify-content: space-around;
      }
    
      .type-10.v1 .socialContent ul li {
        width: auto;
        height: 100%;
        margin-bottom: 0;
      }
    
      .type-10.v1 .socialContent ul li a {
        width: 60px;
        height: 100%;
      }
    
      .type-10.v1 .socialContent ul li a img {
        opacity: 1;
      }
    
      .type-10.v1 .socialContent ul li.Facebook a img {
        width: 7px;
      }
    
      .type-10.v1 .socialContent ul li.Twitter a img {
        width: 14px;
      }
    
      .type-10.v1 .socialContent ul li.Instagram a img {
        width: 15px;
      }
    
      .type-10.v1 .textContent {
        margin-top: 36px;
      }
    
      .type-10.v1 .textContent .text01 {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        line-height: 22px;
        text-align: left;
      }
    
      .type-10.v1 .textContent .text02 {
        width: 100%;
        line-height: 20px;
      }
    
      .type-10.v1 .textContent .text03 {
        margin: 0 0 38px 0;
        text-align: left;
      }
    
      .type-10 .image01 {
        width: 100%;
      }
  }

  @media all and (min-width: 768px) and (max-width: 1023px) {
    .type-10 {
        display: block;
        width: 100%;
      }
    
      .type-10 .textContent .text01 {
        margin-bottom: 29px;
      }
    
      .type-10 .textContent .text02 {
        margin: 15px 0 0 0;
        line-height: 24px;
      }
    
      .type-10 .textContent .text02 p {
        margin-bottom: 26px;
      }
    
      .type-10.v1 {
        padding-top: 0;
      }
    
      .type-10.v1:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #edf1f1;
      }
    
      .type-10.v1 .socialContent {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 60px;
      }
    
      .type-10.v1 .socialContent ul {
        display: flex;
        display: -webkit-flex;
        width: 480px;
        height: 100%;
        margin: 0 auto;
        justify-content: space-around;
        -webkiit-justify-content: space-around;
      }
    
      .type-10.v1 .socialContent ul li {
        width: auto;
        height: 100%;
        margin-bottom: 0;
      }
    
      .type-10.v1 .socialContent ul li a {
        width: 60px;
        height: 100%;
      }
    
      .type-10.v1 .socialContent ul li a img {
        opacity: 1;
      }
    
      .type-10.v1 .textContent {
        margin-top: 60px;
      }
    
      .type-10.v1 .textContent .text01 {
        width: 448px;
        margin-bottom: 43px;
      }
    
      .type-10.v1 .textContent .text02 {
        width: 100%;
        line-height: 28px;
      }
    
      .type-10 .image01 {
        width: calc(100% + 80px);
        -webkit-width: calc(100% + 80px);
        margin-left: -40px;
      }
  }

  @media all and (min-width: 1024px) and (max-width: 1199px) {
    .type-10 {
        width: 100%;
        display: block;
      }
    
      .type-10 .textContent .text01 {
        width: 564px;
        margin-bottom: 29px;
      }
    
      .type-10 .textContent .text02 {
        margin: 15px 0 0 0;
        line-height: 24px;
      }
    
      .type-10 .textContent .text02 p {
        margin-bottom: 26px;
      }
    
      .type-10 .image01 {
        width: calc(100% + 80px);
        -webkit-width: calc(100% + 80px);
        margin-left: -40px;
      }
    
      .type-10.v1 {
        padding-top: 0;
      }
    
      .type-10.v1:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #edf1f1;
      }
    
      .type-10.v1 .socialContent {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 60px;
      }
    
      .type-10.v1 .socialContent ul {
        display: flex;
        display: -webkit-flex;
        width: 480px;
        height: 100%;
        margin: 0 auto;
        justify-content: space-around;
        -webkiit-justify-content: space-around;
      }
    
      .type-10.v1 .socialContent ul li {
        width: auto;
        height: 100%;
        margin-bottom: 0;
      }
    
      .type-10.v1 .socialContent ul li a {
        width: 60px;
        height: 100%;
      }
    
      .type-10.v1 .socialContent ul li a img {
        opacity: 1;
      }
    
      .type-10.v1 .textContent {
        margin-top: 60px;
      }
    
      .type-10.v1 .textContent .text01 {
        margin-bottom: 43px;
      }
    
      .type-10.v1 .textContent .text02 {
        width: 100%;
        line-height: 28px;
      }
  }

  @media all and (min-width: 1200px) and (max-width: 1399px) {
    .type-10 .image01 {
        width: 972px;
      }
    
      .type-10.v1 {
        padding-top: 70px;
      }
    
      .type-10.v1 .textContent .text01 {
        width: 576px;
        margin-bottom: 44px;
      }
    
      .type-10.v1 .textContent .text02 {
        width: 774px;
        line-height: 28px;
      }
  }

  @media all and (min-width: 1400px) and (max-width: 1599px) {
    .type-10 .image01 {
        width: 972px;
      }
    
      .type-10.v1 {
        padding-top: 70px;
      }
    
      .type-10.v1 .textContent .text01 {
        width: 576px;
        margin-bottom: 44px;
      }
    
      .type-10.v1 .textContent .text02 {
        width: 774px;
        line-height: 28px;
      }
  }