@charset "UTF-8";

@media print,screen and (max-width: 767px) {

  .tk-pi-HeroHead_bt{
    margin: 0 auto 1em auto;
    width: auto;
    padding: 0 15%;
    max-width: 380px;
  }

}

.tk-pi-HeroHead_bt a {
    text-decoration: none;
    background-color: #aaaaaa;
    padding: 10px 50px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    border-radius: 5px;
    font-weight: bold;
}

@media print,screen and (max-width: 767px) {
  .tk-pi-HeroHead_bt a{
    padding: 10px 30px;
    justify-content: center;
    width: auto;
    font-size: 1em;
  }
}

.tk-pi-HeroHead_bt a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url(/assets/img/common/arrow/bottom_01.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    transform: rotate(-0.25turn);
    margin: 0 0.5em 0 0;
}

.tk-pi-HeroHead_bt a:hover {
    background-color: red;
}

.tk-pi-HeroInner {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
}

@media print,screen and (max-width: 767px) {
  .tk-pi-HeroInner {
    display: block;
  }
}

.tk-pi-HeroHead {
  display: inline-block;
}

@media print,screen and (max-width: 767px) {
  .tk-pi-HeroHead {
    display: block;
  }
}

.tk-pi-HeroTitle {
  text-align: left;
}

@media print,screen and (max-width: 767px) {
  .tk-pi-HeroTitle {
    text-align: center;
  }
}

div.f_lang h2{
  margin: 40px 0px;
  border-top: #ff5400 3px solid;
  border-bottom: #ff5400 3px solid;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 20px 21px 15px 21px;
}

@media print,screen and (max-width: 767px) {
  div.f_lang h2{
    font-size: 1.8rem;
    padding: 20px 21px 15px 21px;
  }
}

div.f_lang ul{
  margin-left: 2.5em;
  line-height: 2.5em;
  font-size: 1.3em;
}

@media print,screen and (max-width: 767px) {
  div.f_lang ul{
    margin-left: 2.5em;
    margin-right: 2.5em;
    font-size: 1em;
  }
}