* {
	margin:0px;
	padding:0px;
	border:0px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", sans-serif;
	 -webkit-text-size-adjust: 100%;
	 	-webkit-font-smoothing: antialiased;
	 font-weight:normal;
	 font-feature-settings: "palt";
  }

/* reset */
a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		border: none;
		text-decoration: none;
		background: none;

		-webkit-font-smoothing: antialiased;
}

menu, ol, ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
}
table{
	border-collapse: collapse;
}

img{
	vertical-align:top;
}


html,body {
	min-height:100vh;
	line-height:1.5;
	-webkit-tap-highlight-color:
	rgba(0,0,0,0.8);
	color:var(--keycolor-txt);
	background-color:var(--keycolor-base);
	font-size: 62.5%;
	position:relative;
}


input {
	font-size:1.4rem;
}
* a {
	color:#4f9dda;
	text-decoration: none;
}
textarea:focus,  input[type="text"]:focus{
	border: 1px solid  var(--keycolor-search);
}


.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}



/* ヘッダー */
.header-bg{
	width:100%;
	min-width: 750px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
/*	background-image: linear-gradient(
    90deg,
    hsl(0deg 0% 100% / 0%) 1%,
    hsl(19deg 36% 91% / 25%) 42%,
    hsl(19deg 35% 82% / 25%) 55%,
    hsl(19deg 34% 74% / 40%) 63%,
    hsl(19deg 32% 65% / 40%) 69%,
    hsl(20deg 31% 56% / 40%) 74%,
    hsl(20deg 32% 48% / 40%) 78%,
    hsl(20deg 43% 40% / 40%) 84%,
    hsl(21deg 58% 31% / 40%) 100%
  );*/

}
.header-bg img{
	width: 750px;
	height:auto;
}
.title_wrap{
	padding: 0px;
}
.subtitle{
	font-size:14px;
	color:#fff;
}
.subtitle img{
	width:auto;
	height:14px;
	margin-left: 2px;
}
.maintitle{
	font-size:20px;
	color:#fff;
	font-weight: bold;
}
.maintitle img:nth-last-of-type(1){
width: auto;
    height: 17px;
    margin-left: 10px;
		margin-bottom: 5px;
}
.maintitle img:nth-last-of-type(2){
	width: 130px;
	height:auto;
}

.logo_wrap{
	padding:10px;
}


/* グローバルナビ */
#gnav{
	width:100%;
	min-width:750px;
	margin:0 auto;	
	padding:10px 40px;
	position:sticky;
	top:0;
	z-index:50;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1px;
	background-color: #111;
	color:#ffffff;
}
#gnav a{
	color:#ffffff;
    font-size: 1.6rem;
    width: calc(750px / 5);
    text-align: center;
}




/*footer*/
.footer-bg{
	width:100%;
	min-width:750px;
	max-width: 1906px;
	margin: 0px auto;
	padding:50px 0;
	background-color: var(--keycol-navy);
	color:#fff;
	text-align: center;
	
}
.footer-link{
	font-size:16px;
	line-height:2;

}
.footer-link span{
	font-weight: bold;
	border-bottom: 1px #ffffff55 solid;
	width: 200px;
	display: block;
	margin: 0 auto 10px;
}
.footer-bg a{
	color:#fff;
}
.footer-copy{
	padding:50px 0;
	font-size:1.4rem;
}


/*広告*/
.ads-wrap{
	width:100%;
	margin:20px 0 20px 0;
	display:flex;
	justify-content: center;
}
.ads {
	width: 98%; 
	height:auto;  
	margin:15px auto 12px; 
}
.ads350{
	width: 350px;
}



/*スピードチェック用*/
.speed{
	position:absolute;
	top:3px;
	right:3px;
	z-index: 100;
}

.speed2{
	margin-bottom:10px;
 	font-size:1.2rem;
}
