/* ?? */
.tlp2 {
  box-sizing: border-box;
  letter-spacing: 2px;
}
.wrapper {
  visibility: visible;
  padding-bottom: 0;
}
.mw1100 {
  max-width: 1100px;
  margin: 0 auto;
}

img {
  object-fit: contain;
  width: 300px;
  height: 300px;
}

a {
  opacity: 1; /* ????????? */
  transition: opacity 0.3s ease-out; /* ?????????? */
}

[id] {
  scroll-margin-top: 100px;
}

a:hover {
  opacity: 0.8; /* ??????????????? */
}

.splinebreak {
  display: none;
}
/* ?? */

.tlp2 .slider-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tlp2-slider-container {
  position: relative;
}

.slide1 {
  background-image: url('/img/tlp2/main_image.jpg');
  background-size: cover;
  background-position: center;
  height: 300px; /* ???????? */
}

.slide2 {
  background-image: url('/img/tlp2/main_image02.jpg');
  background-size: cover;
  background-position: center;
  height: 300px; /* ???????? */
}


.tlp2 .slider-text {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 33%;
  transform: translate(-3%, -50%);
  color: white;
  font-size: 2rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: visible;
}

.tlp2 .border {
  width: 840px;
  height: 5px;
  background-color: #FF663B;
  /* margin: 10px 0; */
}


.tlp2 .slider-text .top {
  /* position: absolute; */
  text-align: center;
  font-size: 40px;
}

.tlp2 .slider-text .top p:nth-child(3) {
  font-size: 36px;
}

.tlp2 .exclusive {
  display: none; 
}

.tlp2 .slider-text .bottom  {
  display: block;
  width: 750px;
  margin: 0 auto;
}

.tlp2 .slider-text .bottom .wrapper {
  visibility: visible;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 26px;
  text-shadow: none;
}

.tlp2 .slider-text .bottom .wrapper .unit {
  width: 178px;
  height: 178px;
  background-color: #F5F2EC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tlp2 .slider-text .bottom .wrapper .unit p{
  font-size: 26px;
  color: #FF663B;
}

.tlp2 .slider-text .bottom .wrapper .unit img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.tlp2 .logo {
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 100;
}

.tlp2 .logo img {
  width: 124px;
  height: 76px;
  object-fit: contain;
}

.tlp2 .slider {
  height: 100%;
}

.tlp2 .slide {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
}

.tlp2 .contents02 {
  margin-top: 40px;
}

.tlp2 .contents02 .wrapper .title {
  width: 600px;
  margin: 0 auto;
  border: #0090BF solid 2px;
  color: #0090BF;
  padding: 12px;
  text-align: center;
  font-size: 22px;
  border-radius: 4px;
}

.tlp2 .contents02 .wrapper .area .title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin: 60px auto 10px auto;
}

.tlp2 .contents02 .area .unit {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}

.tlp2 .contents02 .area .unit .item img {
  width: 170px;
  height: 100px;
}

.tlp2 .contents02 .area .unit .item a {
  color: #333333;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

.tlp2-contentsbtn {
  color: #FF663B;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tlp2-contentsbtn .inquirybtn {
  margin-top: 10px;
}

.tlp2-contentsbtn .inquirybtn a{
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #FF663B;
  border: 1px solid #FF663B;
  max-width: 100%;
  position: relative;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  width: 480px;
  height: 68px;
  display: flex;
  background: var(--unnamed-color-ff663b) 0% 0% no-repeat padding-box;
  background: #FF663B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000004D;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding-right: 30px; 
  text-decoration: none;
  font-weight: bold;
}

.tlp2-contentsbtn .inquirybtn a:hover{
  opacity: 1;
  background-color: #fff;
  color: #FF663B;
}

.inquirybtn a::before {
  content: "";
  position: absolute;
  top: 41%;
  right: 16px;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: left center;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
}

.inquirybtn a::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-50%);
  width: 65px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
}

.inquirybtn a:hover::before {
  background-color: #FF663B;
}

.inquirybtn a:hover::after {
  background-color: #FF663B;
}

.tlp2-contentsbtn .secondary {
  margin-top: 15px;
}

.tlp2 .contents03 {
  margin: 80px auto 0px auto;
}

.tlp2 .wrapper .title {
  border-top: 3px solid #0090BF;
  border-bottom: 3px solid #0090BF;
  padding: 20px 0px;
  display: flex;
  margin: 0 auto;
  width: 44%;
  justify-content: center;
  color: #0090BF;
  font-size: 26px;
}

.tlp2 .contents03 .wrapper .unit {
  margin-top: 45px;
  display: flex;
  justify-content: space-around;
}

.tlp2 .contents03 .wrapper .unit .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tlp2 .contents03 .wrapper .unit .item img {
  width: 214px;
  height: 148px;
}

.tlp2 .contents03 .wrapper .unit .item p:nth-child(2) {
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
}

.tlp2 .contents03 .wrapper .unit .item p:nth-child(3) {
  font-size: 16px;
  text-align: center;
  font-weight: 100;
}

.tlp2 .contents04 .wrapper .title {
  width: 29%;
  margin-top: 100px;
}

.tlp2 .contents06 .wrapper .title {
  width: 24%;
}

.tlp2 .contents07 .wrapper .title {
  width: 28%;
}

.tlp2 .contents08 .wrapper .title {
  width: 24%;
}

.tlp2 .contents04 .wrapper .summary {
  margin-top: 30px;
  text-align: center;
}

.tlp2 .contents04 .wrapper .content {
  margin-top: 30px;
  display: flex;
  /* justify-content: center; */
}

.tlp2 .contents04 .wrapper .content .item {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.tlp2 .wrapper .content .tlp_point_top {
  width: 74px;
  height: 74px;
  background: #0090BF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  flex-shrink: 0;
}

.tlp2 .wrapper .content .tlp_point_top div {
  position: absolute;
}

.tlp2 .wrapper .content .tlp_point_top .small {
  font-size: 12px;
  top: 15px;
}

.tlp2 .wrapper .content .tlp_point_top .big {
  font-size: 23px;
  top: 29px;
}

.tlp2 .contents04 .wrapper .content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tlp2 .contents04 .wrapper .content .right img {
  width: 390px;
  height: 219px;
  margin-left: 120px;
}

.tlp2 .contents04 .wrapper .content .right img:nth-child(1) {
  position: relative;
  top: 20px;
}

.tlp2 .contents04 .wrapper .content .right img:nth-child(2) {
  position: relative;
  left: 120px;
  top: 40px;
}

.tlp2 .contents04 .wrapper .content .anchorlink {
  display: flex;
  /* position: relative; */
  margin: 0px 0px 0px 10px;
  font-size: 22px;
}

.tlp2 .contents04 .wrapper .content .anchorlink::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #0090BF;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: relative;
  top: 11px;
  left: 20px;
}

.tlp2 .contents05 {
  margin: 0 auto 0 auto;
}


.tlp2 .contents05 .head {
  position: inherit;
  width: 100%;
  display: flex;
  align-items: center;
}

.tlp2 .contents05 .content {
  margin-top: 60px;
}

.tlp2 .contents05 .wrapper .content .title {
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 20px;
}

.tlp2 .contents05 .wrapper .content img  {
  width: 630px;
  height: 362px;
}

.tlp2 .contents05 .wrapper .content .main {
  display: flex;
}

.tlp2 .contents05 .wrapper .content .main .item {
  margin-left: 50px;
}

.tlp2 .contents05 .wrapper .content .main .item p {
  position: relative; 
  margin-top: 20px;
}

.tlp2 .contents05 .wrapper .content .main .item .supplement {
  position: relative; 
  left: -30px;
  top: -10px;
}

.tlp2 .contents05 .wrapper .content .main .item .supplement::before {
  content: none;
}

.tlp2 .contents05 .wrapper .content .main .item a {
  text-decoration: underline;
  color: #0090BF;
  font-size: 14px;
}

.tlp2 .contents05 .wrapper .content .main .item a[href^="http"]:after,
.tlp2 .contents05 .wrapper .content .main .item a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
.tlp2 .contents05 .wrapper .content .main .item a[href^="#"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}

.tlp2 .contents05 .wrapper .content .main .item p:first-child {
  margin-top: 0px;
}

.tlp2 .contents05 .wrapper .content .main .unit {
  display: block;
  width: 400px;
}

.tlp2 .contents05 .wrapper .content .main .item p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -33px;
  width: 20px;
  height: 20px;
  background-image: url(/img/tlp2/check.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.tlp2 .contents05 .wrapper .content .main .item2 {
  background-color: #F5F2EC;
  padding: 10px 10px;
  position: relative;
  margin-top: 20px;
  left: 15px;
}

.tlp2 .contents05 .wrapper .content .main .item2 p:nth-child(1) {
  color: #0090BF;
}

.tlp2 .contents06 {
  margin-top: 100px;
  background-color: #F5F2EC;
  padding: 60px 0px;
}

.tlp2 .contents06 .wrapper .unit {
  display: flex;
  max-width: 1100px;
  margin: 60px auto 0px auto;
}

.tlp2 .contents06 .wrapper .unit .item{
  width: 360px;
  margin-right: 20px;
}

.tlp2 .contents06 .wrapper .unit .item:nth-child(3){
  margin-right: 0px;
}

.tlp2 .contents06 .wrapper .unit .item img {
  width: 358px;
  height: 166px;
}

.tlp2 .contents06 .wrapper .unit .item p:nth-child(2) {
  font-size: 18px;
  margin-top: 15px;
  color: #0090BF;
}

.tlp2 .contents06 .wrapper .unit .item p:nth-child(3) {
  font-size: 16px;
  font-weight: 100;
  margin-top: 10px;
}

.tlp2 .contents06 .wrapper .unit .item a {
  text-decoration: underline;
  color: #707070;
}

.tlp2 .contents06 .wrapper .area .title {
  border: none;
  color: #0090BF;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 26px 0px 0px;
  /* display: block; */
  width: inherit;
  /* justify-content: space-evenly;
}

.tlp2 .contents06 .wrapper .area .future .title {
  font-size: 26px;
  /* justify-content: space-evenly; */
}

.tlp2 .contents06 .wrapper .area {
  margin: 70px auto 0 auto;
  max-width: 886px;
}


.tlp2 .contents06 .wrapper .area .current,
.tlp2 .contents06 .wrapper .area .future {
  display: flex;
}

.tlp2 .contents06 .wrapper .area .future {
  margin-top: 30px;
}


.tlp2 .contents06 .wrapper .area .current .links a {
  color: #333333;
  text-decoration: underline;
  margin-right: 20px;
  font-size: 22px;
}

.tlp2 .contents06 .wrapper .area .current .links a:last-child{
  margin-right: 0;
}

.tlp2 .contents06 .wrapper .area .future .links a {
  margin-right: 30px;
  font-size: 20px;
}

.tlp2 .contents07,.tlp2 .contents08 {
  margin-top: 100px;
}

.tlp2 .contents07 .unit {
  max-width: 1120px;
  margin: 50px auto 0 auto;
}

.tlp2 .contents07 .unit .item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.tlp2 .contents07 .unit .item .article {
  width: 200px;
  box-sizing: border-box;
  background: #F5F2EC;
  border-radius: 4px;
  box-shadow: 0px 0px 16px #11111114;
}

.tlp2 .contents07 .unit .item .article:nth-child(5) {
  margin-right: 0px;
}

.tlp2 .contents07 .unit .item .article img {
  width: 100%;
  height: 124px;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}

.tlp2 .contents07 .unit .item .article .bottom {
  padding: 10px;
}

.tlp2 .contents07 .unit .item .article .bottom p:nth-child(1) {
  font-size: 10px;
  background-color: #0090BF;
  color: #fff;
  display: inline;
  padding: 5px 5px;
  border-radius: 4px;
}

.tlp2 .contents07 .unit .item .article .bottom p:nth-child(2) {
  margin-top: 10px;
}

.tlp2 .contents07 .unit .more {
  display: block;
  text-align: right;
  margin-top: 20px;
  text-decoration: underline;
  color: #0090BF;
  position: relative;
  right: 17px;
}

.tlp2 .contents07 .unit .more::after{
  content: "";
  position: absolute;
  top: 5px;
  right: -18px;
  width: 16px;
  height: 16px;
  background-image: url(/img/tlp2/arrow_yoko.svg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.tlp2 .contents08 .wrapper .unit {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.tlp2 .contents08 .wrapper .unit.pc .right {
  position: relative;
  left: 20px;
}

.tlp2 .contents08 .wrapper .unit img {
  width: 555px;
  height: 362px;
}

.tlp2 .contents08 .wrapper .right .title {
  border: none;
  font-size: 24px;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: left;
} 

.tlp2 .contents08 .unit .points {
  margin-top: 42px;
  position: relative;
  left: 30px;
}

.tlp2 .contents08 .unit .points p {
  position: relative;
  margin-top: 10px;
}

.tlp2 .contents08 .unit .points:nth-child(1) {
  margin-top: 0;
}

.tlp2 .contents08 .unit .points p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -33px;
  width: 20px;
  height: 20px;
  background-image: url(/img/tlp2/check.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.tlp2-contentsbtn.fixed{
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0; 
  z-index: 1000; 
}
.tlp2-contentsbtn.fixed .title::after {
  content: "";
  background-image: url(/img/tlp2/icon_01.svg);
  position: absolute;
  width: 25px;
  height: 25px;
  right: 4px;
  top: 2px;
  background-repeat: no-repeat;
}

.tlp2-contentsbtn.fixed .inquirybtn a {
  overflow: hidden; 
  width: 380px;
}

.tlp2-contentsbtn.fixed.fixed .inquirybtn a::after {
  width: 55px;
}

.tlp2-contentsbtn.end {
  margin: 60px auto 40px auto;
}

@media only screen and (max-width: 767px) {
/* 1. ????????????? */
* {
  box-sizing: border-box; 
}

/* 2. ??????????????????? */
  body {
    overflow-x: hidden; 
  }
  img {
    max-width: 100%;
    height: auto;    
  }
  p, span, div {
    overflow-wrap: break-word; 
    word-wrap: break-word;    
  }
  .child {
    position: absolute;
    left: 0;
    right: 0;
  }

  html, body {
    margin: 0;   
    padding: 0;
    overflow-x: hidden;
  }

  /* * {
    min-width: 0;
    max-width: 100%;
  } */
  .splinebreak {
    display: block;
  }

  .mw1100 {
    max-width: 100%;
  }

  .tlp2 {
    letter-spacing: 0px;
  }

  .tlp2 .border {
    width: 100%;
  }

  .slide1 {
    background-image: url('/img/tlp2/tlp_main_image_sp.jpg'); /* ??????? */
  }

  .slide2 {
    background-image: url('/img/tlp2/main_image02_sp'); /* ??????? */
  }

  .tlp2 .slide {
    height: 235px;
  }

  .tlp2 .slider-text {
    left: 30%;
  }

  .tlp2 .slider-text .top {
    font-size: 16px;
    text-align: left;
  }

  .tlp2 .slider-text .top p:nth-child(3) {
    font-size: 14px;
  }

  .tlp2 .border{
    height: 2px;
  }

  .tlp2 .slider-text .bottom  {
    display: none;
  }

  .tlp2 .logo img {
    width: 57px;
    height: 30px;
    object-fit: contain;
}

  .tlp2 .exclusive  {
      width: 100%;
      margin: 0 auto;
  }

  .tlp2 .exclusive .wrapper {
    visibility: visible;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 26px;
    text-shadow: none;
    padding: 0px 30px 0 30px;
  }
  
  .tlp2 .exclusive .wrapper .unit {
    width: 92px;
    height: 92px;
    background-color: #F5F2EC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .tlp2 .exclusive .wrapper .unit p{
    font-size: 13px;
    color: #FF663B;
  }
  
  .tlp2 .exclusive .wrapper .unit img{
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .tlp2 .contents02 {
    margin-top: 30px;
}  

  .tlp2 .contents02 .wrapper .title {
    width: 90%;
    font-size: 16px;
  }


  .tlp2 .contents02 .area .unit {
    width: 310px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 calc(50% - 16px);
    /* padding: 0px 12px; */
    justify-content: center;
  }

  .tlp2 .contents02 .area .unit .item {
    font-size: 16px;
    margin-right: 30px;
  }

  .tlp2 .contents02 .area .unit .item:nth-child(4), .tlp2 .contents02 .area .unit .item:last-child {
    margin-right: 0;
  }

  .tlp2 .contents02 .wrapper .area .title {
    border: none;
    font-size: 24px;
    margin: 40px auto 10px auto;
 }
  
 .tlp2-contentsbtn {
    margin: 40px auto 0 auto;
    font-size: 14px;
  }

  .tlp2-contentsbtn .inquirybtn {
    margin-top: 10px;
    width: 100%;
    padding: 0px 12px;
  } 

  .inquirybtn a::after {
    width: 44px;
  }

  .tlp2-contentsbtn .secondary {
    margin-top: 13px;
    font-size: 13px;
  }  

  .tlp2 .wrapper .title {
    width: 90%;
    font-size: 19px;
    padding: 10px 0px;
}  
  .tlp2 .wrapper .content .tlp_point_top {
    width: 50px;
    height: 50px;
  }

  .tlp2 .wrapper .content .tlp_point_top .small {
    font-size: 9px;
    top: 10px;
  }
  .tlp2 .wrapper .content .tlp_point_top .big {
    font-size: 15px;
    top: 22px;
  }

  .tlp2 .contents03 {
    margin: 70px auto 0px auto;
  }

  .tlp2 .contents03 .wrapper .unit {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .tlp2 .contents03 .wrapper .unit .item {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .tlp2 .contents03 .wrapper .unit:nth-child(2n+1) {
    flex-basis: 100%; 
  }
  .tlp2 .contents03 .wrapper .unit .item img {
    width: 100%;
  }
  .tlp2 .contents03 .wrapper .unit .item p:nth-child(2) {
    font-size: 14px;
  }
  .tlp2 .contents03 .wrapper .unit .item p:nth-child(3) {
    font-size: 13px;
  }  

  .tlp2 .contents04 .wrapper .content {
    flex-direction: column;
    margin-top: 0;
  }
  .tlp2 .contents04 .wrapper .content .item {
    margin-top: 25px;
    padding: 0 12px;
  }

  .tlp2 .contents04 .wrapper .title {
    width: 59%;
    margin-top: 100px;
  }

  .tlp2 .contents06 .wrapper .title {
    width: 45%;
  }

  .tlp2 .contents06 .wrapper .title {
    width: 45%;
  }

  .tlp2 .contents07 .wrapper .title {
    width: 60%;
  }

  .tlp2 .contents08 .wrapper .title {
    width: 48%;
  }

  .tlp2 .contents04 .wrapper .summary {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
  }

  .tlp2 .contents04 .wrapper .content .right {
    padding: 0 12px;
    margin-top: 30px;
  }  

  .tlp2 .contents04 .wrapper .content .right img {
    width: 100%;
    margin-left: 0;
    border-radius: 4px;
    object-fit: cover;
  }

  .tlp2 .contents04 .wrapper .content .right img:nth-child(1) {
    left: 0px;
    top: 0px;
  }

  .tlp2 .contents04 .wrapper .content .right img:nth-child(2) {
    left: 0px;
    top: 0px;
    margin-top:20px;
  }

  .tlp2 .contents04 .wrapper .content .anchorlink {
     font-size: 16px;
  }
  
  .tlp2 .contents04 .wrapper .content .anchorlink::after {
    width: 13px;
    height: 13px;
    top: 6px;
    left: 10px;
  }

  .tlp2 .contents05 {
    margin: 70px auto 0 auto;
  }

  .tlp2 .contents05 .content {
    margin-top: 40px;
    padding: 0 12px;
  }

  .tlp2 .contents05 .wrapper .content img {
    width: 100%;
    height: 213px;
    object-fit: cover;
    margin-top: 10px;
  }
  
  .tlp2 .contents05 .wrapper .content .main {
    flex-direction: column;
  }


  .tlp2 .contents05 .wrapper .content .main .unit {
    width: 100%;
  }

  .tlp2 .contents05 .wrapper .content .main .item {
    margin-left: 32px;
    margin-top: 20px;
  }

  .tlp2 .contents05 .wrapper .content .main .item2 {
    left: 0;
  }

  .tlp2 .contents06 {
    margin-top: 70px;
    background-color: #F5F2EC;
    padding: 30px 0px;
  }

  .tlp2 .contents06 .wrapper .unit {
    margin: 0px auto 0px auto;
    flex-direction: column;
}  


  .tlp2 .contents05 .wrapper .content .main .item p {
    position: relative;
    margin-top: 10px;
  }

  .tlp2 .contents05 .wrapper .content .title {
    width: 100%;
  }

  .tlp2 .contents06 .wrapper .area .current .links {
    width: 310px;
    text-align: center;
    margin: 0 auto;
  }

  .tlp2 .contents06 .wrapper .area .current .links a {
    margin-right: 40px;
  }
   
  .tlp2 .contents06 .wrapper .area .current .links a:nth-child(4) {
    margin-right: 0;
  }

  .tlp2 .contents06 .wrapper .unit .item{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .tlp2 .contents06 .wrapper .area .current, .tlp2 .contents06 .wrapper .area .future {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tlp2 .contents06 .wrapper .area .title {
    font-size: 20px;
    margin: 0 0px 0px 0px;
  }

  .tlp2 .contents06 .wrapper .area .future .title {
    font-size: 17px;
  }
  .tlp2 .contents06 .wrapper .area .future .links a {
    font-size:16px;
  }


  .tlp2 .contents06 .wrapper .unit .item p:nth-child(2) {
    font-size: 16px;
    margin-top: 15px;
  }

  .tlp2 .contents06 .wrapper .unit .item p:nth-child(3) {
    font-size: 15px;
  }

  .tlp2 .contents06 .wrapper .unit .item a {
    font-size: 13px;
  }

  .tlp2 .contents06 .wrapper .area .current .links a {
    font-size: 16px;
  }

  .tlp2 .contents06 .wrapper .unit .item img {
    width: 100%;
  }

  .tlp2 .contents06 .wrapper .area {
    width: 100%;
    margin: 25px auto 0 auto;
  }

  .tlp2 .contents06 .wrapper .area .current .links a:last-child{
    margin-right: 0;
  }

  .tlp2 .contents06 .wrapper .area .future .links a:last-child {
    margin-right: 0;
  }

  .tlp2 .contents07, .tlp2 .contents08 {
    margin-top: 70px;
  }

  .tlp2 .contents07 .unit {
    width: 100%;
    padding: 0 12px;
  }

  .tlp2 .contents07 .unit .item {
    flex-direction: column;
  }

  .tlp2 .contents07 .unit .item .article.delete {
    display: none;
  }

  .tlp2 .contents07 .unit .item .article {
    width: 100%;
  }

  .tlp2 .contents07 .unit .item .article:nth-child(2) {
    margin-top: 30px;
  }

  .tlp2 .contents07 .unit .item .article img {
    height: 192px;
  }
  .tlp2 .contents07 .unit .item .article .bottom p:nth-child(1) {
    font-size: 16px;
  }

  .tlp2 .contents07 .unit .item .article .bottom p:nth-child(2) {
    font-size: 17px;
  }
  .tlp2 .contents07 .unit .item .article .tlp2 .contents08 .wrapper .unit {
    flex-direction: column;
  }

  .tlp2 .contents07 .unit .item .article .bottom {
    padding: 16px 20px;
  }

  .tlp2 .contents08 .wrapper .unit {
    flex-direction: column;
    padding: 0 12px;
  }

  .tlp2 .contents08 .wrapper .unit img {
    width: 100%;
    height: 240px;
    margin-top: 20px;
  }
  .tlp2 .contents08 .wrapper .right .title {
    font-size: 16px;
  }

  .tlp2 .contents08 .wrapper .right .sub {
    font-size: 14px;
  }

  .tlp2 .contents08 .unit .points {
    margin-top: 30px;
    position: relative;
    left: 30px;
    width: 90%;
  } 
  .tlp2-contentsbtn.end {
    margin-bottom: 180px;
  }
  /* .tlp2 .contents08 .unit .points {
    left: 0px;
  } */
  .tlp2 .wrapper .unit.sp .title  {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .tlp2 .wrapper .unit.sp .sub  {
    font-size: 14px;
  }

  .tlp2-contentsbtn.fixed {
    width: 100%;
    background: #fff;
    padding: 8px 0px;
    bottom: 0px;
    left: 0;
  }

.tlp2-contentsbtn.fixed .inquirybtn a {
    padding-right: 51px;
    width: 480px;
  } 

  .inquirybtn.fixed a::after {
    width: 34px;
  }
}

@media only screen and (min-width: 1025px) {

}

@media only screen and (min-width: 1250px) {

}

@media only screen and (max-width: 359px) {
}


