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