html{
    font-size: 62.5%;
		font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", sans-serif;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 1.8;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
.bgclr{background-color: #173F35;}
.box{
    background-image: linear-gradient(to bottom,#012215 10%,#003C24 70%,#015939);
    width:100%;
    height:100%;
}

.containergen{
	width:100%;
	margin:0 auto;
}

.bordergen{
	width:1000px;
}

.kbgcol{background-color: #173F35;}
.bgkv {
    background-repeat: no-repeat;
    background: url("../assets/kv.png");
    background-size: cover;
		background-color: #173F35;
		min-height: 375px;
		 background-repeat: no-repeat;
}
.kvtxt{
  font-style: normal;
  font-weight: bold;
  color: #eee;
  font-size: 4.6vmin;
  line-height: 1.2;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
/*  margin-bottom: 40px;*/
}
.ktx1{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1;}
.ktx2{position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1;}

@media screen and (max-width: 991.98px) {
.bgkv {background: url("../assets/kv.png");
		 background-size: cover;
		 background-position: center;
		 background-repeat: no-repeat;}
}

.kvbg{
	background-color: #173F35;
}

@media screen and (max-width: 640px) {
.bgkv {
    background: url("../assets/kv.png");
		 background-size: cover;
    background-repeat: no-repeat;

}
}

.container2{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
.container2{
    max-width: 540px;
}
}
@media (min-width: 768px){
.container2{
    max-width: 720px;
}
}
@media (min-width: 992px){
.container2{
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container2 {
    max-width: 1480px;}
}
@media (min-width: 1520px){
.container2 {
    max-width: 1500px;}
}

@media screen and (max-width:576px){
img.nvlogo{width:50%;}
}
.prgp{line-height: 1.5;}

section h1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  position: relative;
/*	margin-bottom:4rem;*/
	margin-top:2rem !important;
	margin-left:3.5rem !important;
}

hr {
	color: #173F35;
	background-color: #173F35;
	width: 97%;
	height: 4px;
	opacity: 1;
	margin: 2rem auto;
}

section h1 span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
p.bun{padding:2rem 2rem 1rem;}
@media screen and (max-width: 768px){
p.bun{padding:1rem;}
}
table.tbl{background: white;}
table.tbl th{vertical-align: top;text-align: center;color:#333333;white-space: nowrap;padding: 1.5rem 2rem 1rem 2rem;}
table.tbl p{padding:1rem 0 0 1rem}
table.tbl ul{margin:1rem}
table.tbl ol{margin:1rem}

button.btnpk {
            margin: 15px 10px 15px 10px;
            padding: 15px 45px;
            text-align: center;
  color: #fff;
  font-weight:bold;
  display: inline-block;
  position: relative;
  background: linear-gradient(to top right,#012215 10%,#003C24 70%,#0B5738);
  border: solid 2px #173F35;
  transition: 0.4s ease;
						font-size:2rem;
  -webkit-backface-visibility: hidden;
          }
button.btnpk > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

button.btnpk:hover {
  color: #fff;
  font-weight:bold;
  background: #0B5738;
  border: solid 2px #173F35;
  -webkit-backface-visibility: hidden;
          }
.tblpgm{
padding:1.5rem;
width: 80%;
}

table.tblpgm th{white-space: nowrap;padding: 2rem 2rem 2rem 5rem;}
table.tblpgm td{padding: 2rem 2rem 2rem 2rem;}

@media screen and (max-width: 576px){
.tblpgm{padding:0.5rem;
width: 100%;}
}
					
.fs-s{font-size:0.9rem;}
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0, 0, 0,1);
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}
.koshi{padding:1rem 2rem 1rem;margin:4rem auto 0;}
.koshi table{width:90%;}
.bghdg{color:#414141;}
.border-nav{border-bottom-color: #173F35 !important;}
.disabled2{color:white;
    pointer-events: none;
    background-color: #ccc;
    opacity: 0.5;}
		
.kvsec {
  position: relative;
  word-break: break-all;
}

.kvsec img {
  width: 100%;
}

.kvtx {
  width: 100%;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* 上下左右中央寄せ */
  text-align: center; /* テキストを中央寄せ */
}
.kvtx h2{display:inline-block;background-color: black;padding:1rem;}
.kvtx h1{font-size:4rem;font-weight:bold;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.kvtx h1{font-size:4rem;font-weight:bold;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.kvtx h1.eve{font-size:3rem;font-weight:bold;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.kvtx h1.eve.evekbtxt{font-size:3rem;font-weight:bold;color:black;text-shadow:none;} 

/* デスクトップ用画像（デフォルト） */
@media (min-width: 992px) {
    .img-fluid {
        width: 100%; /* フルサイズの横長画像 */
        height: auto;
    }
}

/* スマホ用画像 */
@media (max-width: 991.98px) {
    .background-image {
        background-image: url('assets/kv-mobile.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100vh;
    }
}
/*programtable*/
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #173F35;
  color: #fff;
}
.tb01 td.nw{
	white-space: nowrap;
}
@media screen and (max-width: 640px) {
.tb01 th,
.tb01 td{
  text-align:center;
}
.tb01 td.nw{
	white-space: normal;
}
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #173F35;
    color:#fff;
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


.kvtx h1 span.subh1{font-size:80%;}
@media (max-width: 767px) {
  .kvtx {
    font-size: 18px; /* 適切なフォントサイズに調整 */
  }
.kvtx h1,.kvtx h1.eve,.kvtx h1.eve.evekbtxt{font-size:2rem;}
}

.dpelative{position: relative;}
