@charset "utf-8";
/* CSS Document */

a.icon{
  background-position: center left !important;
}

.mg45{
  margin: 45px 0;
}

/*セカンドページ以降サブタイトル*/
.secound .cont_cover h1 .cont_ttl_sub {
  font-size: 170%;
  text-indent: -0.5em;
}

/*セカンドページ以降メインタイトル*/
.secound .cont_cover h1 {
  line-height: 1.5;
  margin-bottom:10px;
}
.secound .cont_cover h1 .cont_ttl {
  font-size: 270%;
  display: block;
}
/*145のみ*/
.secound .cont_cover h1 .cont_ttl_2 {
  font-size: 320%;
  display: block;
  text-indent: -0.5em;
}

/*スマホ*/
@media screen and (max-width:640px) {

  /*セカンドページ以降サブタイトル*/
  .secound .cont_cover h1 .cont_ttl_sub {
    font-size: 4vw;
  }

  /*セカンドページ以降メインタイトル*/
  .secound .cont_cover h1 .cont_ttl {
    font-size: 6vw;
    text-indent: 0.3em;
  }
  /*145のみ*/
  .secound .cont_cover h1 .cont_ttl_2 {
    font-size: 8vw;
  }

  
}