.hero{
  margin-top: 65px;
}
.container{
  min-width: 320px;
}
.fr-img.lazyloaded{
  opacity:1;
}
.copyTitle{
  margin-top: 21px;
  font-weight:bold;
  font-size:21px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: normal;
    text-shadow: none;
}
.copyTexts{
  margin-top: 21px;
  padding: 0 4vw;
}
.copyText{
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.5;
}
.copyText:first-child{
  margin-top: 0;
}
p.copyText_under {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 36px;
  margin-top: 9px;
}
.contentItem {
  display: flex;
}
.contentImg {
  width: 50%;
}
.contentTexts {
  width: calc(50% - 4vw);
  margin-left: 4vw;
  margin-right: 4vw;
  margin-top: 15px;
}
.contentTitle {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}

.contentSubText {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
}
.contentLink {
  font-size: 12px;
  margin-top: 9px;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}
.linkButton{
  border:1px solid #1b1b1b;
  display:block;
  font-size:16px;
  font-weight:700;
  line-height:48px;
  margin:36px 4vw 15px;
  padding-right:4vw;
  padding-left:4vw;
  text-align:center;
}
.linkButton.-black{
  background-color:#1b1b1b;
  color:#fff;
}
.linkButton.-white{
  background-color:#fff;
}
.linkButton+.linkButton{
  margin-top:15px;
}
@media screen and (min-width:813px){
  .container{
    max-width: 1226px;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
  }
  .copyTitle{
    margin-top: 64px;
    line-height:1.4;
    font-size:36px;
  }
  .copyTexts{
    max-width: 930px;
    margin: 40px 10% 0;
    padding: 0;
    line-height:1.4;
  }
  .copyText{
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    line-height:1.4;
  }
  p.copyText_under {
    font-size: 14px;
    text-align: center;
    line-height:1.4;
    margin-top: 22px;
  }
  .contentLists {
    display: flex;
    margin-top: 52px;
  }
  .contentItem {
    display: block;
  }
  .contentList {
    width: calc((100% - 50px) /3);
  }
  .contentList:not(:first-child) {
    margin-left: 25px;
  }
  .contentImg {
    width: 100%;
  }
  .contentTexts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    font-size: 14px;
    line-height:1.4;
  }
  .contentTitle {
    font-size: 14px;
    line-height:1.4;
  }
  .contentSubText {
    margin-top: 12px;
    font-size: 14px;
    line-height:1.4;
  }
  .contentLink {
    font-size: 14px;
    margin-top: 12px;
    text-align-last: left;
  }
  .linkButtons{
    margin-top: 52px;
  }
  .linkButton{
    font-size:17px;
    line-height:48px;
    margin:0 auto;
    padding-right:0;
    padding-left:0;
    width: calc(33.3% - 16px);
  }
  .linkButton+.linkButton{
    margin-top:20px;
  }
}
@media screen and (max-width:812px){
  .contentList{
    border-top: 1px solid #f4f4f4;
  }
  .contentList:last-child{
    border-bottom: 1px solid #f4f4f4;
  }
}