@charset "utf-8";
/* CSS Document */

a.icon{
  background-position: center left !important;
}

.mg45{
  margin: 45px 0;
}

/*146のみ*/
.cont_serif{
  color:#00BCD4;
}

/*セカンドページ以降サブタイトル*/
.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;
}

/*スマホ*/
@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;*/
  }

  
}