@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%;
}

/*セカンドページ以降メインタイトル*/
.secound .cont_cover h1 {
  line-height: 1.5;
  margin-bottom:10px;
}
.secound .cont_cover h1 .cont_ttl {
  font-size: 270%;
  display: block;
}

/*quote*/
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*259号のみ*/
.cont_plans .cont_schedule dl dd {
  margin-left: 0em;
}

/* 横線 */
span.line {
  display: inline-block;
  width: 2em;
  content: "";
  border-top: 1px solid;
  margin: 0 2px;
  height: 0.35em;
}

/*スマホ*/
@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;
  }


}

/*追記*/
.postscript {
    padding: 24px 16px 20px 16px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
