/* default */
html {
  font-size: 100%; /*16px */
}

/* 文字書体 */
@font-face {
  font-family: 'VL-PGothic-Regular';
  src: url('/VL-PGothic-Regular.woff') format('woff');
}

body {
  font-family: VL-PGothic-Regular;
  font-size: 100%; /*16px */
}

@media screen and (min-width: 1280px) {
html {
  font-size: 100%;
  }
}


/* base configure */
header, footer, .main {
    padding: 15px;
}


header, footer {
    background:  url(title6-900.webp);
    margin: 0 auto;
}

/*480px以下*/
@media screen and (max-width: 480px) {
  header, footer {
    background: url(title6-400.webp);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  ul.spnav {
    font-size: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  ul.spnav li a {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height:40px;
    padding: 12px 16px;
    text-decoration: none;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  ul.spnav li a:hover {
    border: 1px solid #ddd;
    background-color: #1b2538;
    color: #fff;
  }
}


.main {
    background: #eee;
}

.main, .side-left, .side-right {
    min-height: 200px;
}

/* display column */
.column1 .side-left, .column1 .side-right {
  display: none;
}

/* Sideways tablet, PC */
@media (min-width: 992px) {
    /* content width init */
    .column1 header, .column1 footer {
        max-width: 900px;
    }
    .column1 .main {
            width: 900px;
        }
    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        }
    /* grow shrink base-size*/
    .main {
        -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    }
  }


/* 表題 ４-１*/
h4 {
  font-size: 1.1rem;
  letter-spacing: .1rem;
  margin: 20px 0 0 0; /* (上)　(右)　(下)　(左)*/
}


/* 表題 ４-２*/
.noborder-h4 {
  border-left: none;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .1rem;
  margin: 20px 0 15px 0; /* (上)　(右)　(下)　(左)*/
  padding : 0 0 0 6px; /* (上)　(右)　(下)　(左)*/
}


/* 表題 ４-３*/
.looks-h5 {
  border-left: none;
  color: #333;
  font-size: .9375rem;
  font-weight: normal;
  letter-spacing: .1rem;
  margin: 20px 0 10px 0; /* (上)　(右)　(下)　(左)*/
  padding : 0 0 0 5px; /* (上)　(右)　(下)　(左)*/
}


/* 表題 ５*/
h5 {
  font-size: .9375rem;
  letter-spacing: .1rem;
  margin: 20px 0 0 0; /* (上)　(右)　(下)　(左)*/
}


/* 表題 ６*/
h6 {
  font-size: .9375rem;
  font-weight: normal;
  letter-spacing: .1rem;
  margin: 20px 0 10px 0; /* (上)　(右)　(下)　(左)*/
  padding : 0 0 0 5px; /* (上)　(右)　(下)　(左)*/
}


/* 文字 */
p {
  color: #222;
  letter-spacing: .09rem;
  line-height: 1.7;
}


/*リスト ul*/
ul {
  font-size: 92%;
  letter-spacing: .06rem;
  margin-left: 0;
  padding-left: 1rem;
  text-indent: -0.3rem;
 }
  .list-circle li {
    margin-bottom: .5rem;
    margin-top: .5rem;
  }


/*メニューリスト ulキャンセル*/
.cancel {
  font-size: 100%;
  letter-spacing: 0;
  }


.cancel2 {
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.8;
  list-style: none;
  }


/*リスト li*/
li {
  font-family: VL-PGothic-Regular;
  color: #333
 }


/*リスト-スタイルなし*/
.nostyle {
  font-size: 0.875rem;
  list-style: none;
  margin-left: -10px;
}


/*リスト ul ２*/
.list-none{
  margin: 3px 0 10px 0px; /* (上)　(右)　(下)　(左)*/
}
  .list-none li {
    color: #333;
    font-size: .9375rem;
    letter-spacing: .08rem;
    line-height: 1.8;
    list-style: none;
    margin-bottom: .4rem;
  }


/*リスト ol ２桁用*/
.list-bangou{
  font-size: 0.875rem;
  margin-left: 1rem;
  padding-left: 1rem;
  text-indent: -0.3rem;
}
  .list-bangou li {
    letter-spacing: .08rem;
    line-height: 1.8;
    margin-bottom: .5rem;
    margin-top: .5rem;
  }


/*リスト ol １桁用*/
.list-bangou1 {
  font-size: 0.875rem;
  margin-left: 0;
  padding-left: 1rem;
  text-indent: -0.3rem;
}
  .list-bangou1 li {
    letter-spacing: .08rem;
    line-height: 1.8;
    margin-bottom: .5rem;
    margin-top: .5rem;
  }


/* リンク */
a {
  color: #0000ff;
  text-decoration: none;
  transition: .2s;
}
  a:hover {
    color: #ff00ff;
    text-decoration: underline;
  }


/* 引用の背景 */
blockquote {
  background: #ddd;
  font-size: 0.9rem;
  border-radius: 10px;
  padding: 3px;
  margin: 0 5px 0 5px; /* (上)　(右)　(下)　(左) */
  position: relative;
  padding: 10px 15px 10px 20px;
}


/* 先頭文字を大きく */
.sentou {
  color: #222;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .06rem;
  line-height: 1.4;
  margin: 0 0 -25px 0; /* (上)　(右)　(下)　(左)*/
}


/* 最後尾文字を大きく */
.ushiro {
  color: #222;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .06rem;
  line-height: 1.4;
  margin: -20px 0 -15px 0; /* (上)　(右)　(下)　(左)*/
}


/* 段落1行詰める */
.danraku010 {
  margin-bottom: -.5rem;
}


/* 段落0.2行あける */
.danraku02 {
  margin-bottom: .2rem;
}


/* 段落0.4行あける */
.danraku04 {
  margin-bottom: .4rem;
}

/* 段落2行あける */
.danraku2 {
  margin-bottom: 2rem;
}


/* 段落3行あける */
.danraku3 {
  margin-bottom: 3rem;
}


/* 段落1行あける */
.space1 {
  line-height: 100%;
}


/* 段落2行あける */
.space2 {
  line-height: 200%;
}


/* 段落3行あける */
.space3 {
  line-height: 300%;
}


/* 小さい文字 25 （span用）*/
.small25 {
  font-size: 82%;
  letter-spacing: .06rem;
  line-height: 1.6;
}


/* 小さい文字 26 （pタグ用）*/
.small26 {
  font-size: 90%;
  letter-spacing: .05rem;
  line-height: 1.8;
}


/* 小さい文字 27 （h4タグ用）*/
.small_h4 {
  font-size: 92%;
  letter-spacing: .05rem;
  line-height: 1.8;
  margin-bottom:-0.5rem;
}


/* 小さい文字 （header用）*/
.smallhead {
  font-size: 80%;
  letter-spacing: .03rem;
  line-height: 0.3;
}


/* h4タグ用大きい文字 */
.lagefont1 {
  font-size: 1.4rem;
  padding: 0 2px 0 2px; /* (上)　(右)　(下)　(左)*/
}


/* pタグ用大きい文字 */
.lagefont1p {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

