.fs-l-main,.fs-l-pageMain {
  max-width: inherit;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

.kv {
  text-align: center;
}

#top_contents {
  width: 100%;
  min-width: 1200px;
  padding: 0;
  border: none;
}

@media screen and (max-width:768px) {
  #top_contents {
    min-width: inherit;
  }

}

#top_contents .inner_Layout {
  display: flex;
  margin: 0 auto;
}

.pickup-col {
  position: relative;
  width: 50%;
  padding: 106px 0 145px;
}

@media screen and (max-width:768px) {
.pickup-col {
padding: 4.53333vw 0 21.86667vw;
}
}


.type {
  position: absolute;
  top: 0;
}


@media screen and (max-width:768px) {
  .type {
    position: static;
    top: 0;
  }
}

.type.normal {
  width: 89px;
  margin: 0;
  padding-top: 17px;
  top: 0;
  right: 530px;
}

@media screen and (max-width:768px) {
  .type.normal {
    width: 32.26667vw;
    margin: 0 auto 8.8vw ;
  }
}

.type.tyakuatu {
  margin: 0;
  padding-top: 17px;
  width: 109px;
  right: auto;
  left: 530px;
}

@media screen and (max-width:768px) {

  .type.tyakuatu {
    position: relative;
    width: 23.73333vw;
    margin: 0 auto 8.8vw ;
    left: auto;
  }

}

.type_serif {
  position: absolute;
  width: 66px;
  top: -22px;
  right: auto;
  left: -17px;
}

@media screen and (max-width:768px) {
  .type_serif {
  width: 12.66667vw;
  position: absolute;
  top: -5.33333vw;
  right: -5.46667vw;
  left: auto;
  }
}

.pickup-col ul{
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media screen and (max-width:768px) {
 
  .pickup-col ul {
    width: 100%;
  }

}

.pickup-col ul li {
  width: 200px;
}

.pickup-col ul li:nth-of-type(even) {
  margin-left: 66px;
}

@media screen and (max-width:768px) {

  .pickup-col ul li{
    text-align: center;
    width: 33.6vw;
    margin: 0 auto;
  }

  .pickup-col ul li:nth-of-type(even) {
    margin-left: auto;
  }

}

.pickup-col ul li:nth-of-type(n+3) {
  margin-top: 15%;
}

@media screen and (max-width:768px) {

  .pickup-col ul li:nth-of-type(n+3) {
    margin-top: 0;
  }

  .pickup-col ul li:not(:first-of-type) {
    margin-top: 15%;
  }

}

.pickup-col:nth-of-type(1) ul {
  margin:0 0 0 auto;
  padding:0 50px 0 84px ;
}

.pickup-col:nth-of-type(2) ul {
  margin: 0 auto 0 0;
  padding: 0 84px 0 50px;
}

@media screen and (max-width:768px) {

  .pickup-col:nth-of-type(1) ul ,
  .pickup-col:nth-of-type(2) ul  {
    padding: 0;
  }

}


.pickup-col.gray {
  background: #e7e9e9;
}

.btnArea {
  text-align: center;
}

.btnArea.all {
  max-width: 1020px;
  margin: 0 auto;
}

.btnArea.all a{
  margin: 0 auto;
  transform: translateY(-50%);
}

