@charset "utf-8";
/* CSS Document */

.h2{
	color:#5f5f5f;
	background:#fff;
	font-size: larger;		/* x-large; larger; large; */
	margin:0 0 0 0;
	padding:0 0 0 0;
}



/***********************************************************************
 *	運輸部門エネルギー使用合理化・非化石エネルギー転換推進事業費補助金
 *	 		トラック輸送の省エネ化事業
 ***********************************************************************/

 /* タイトルの背景画像 */
.topBG {
	background: linear-gradient(#115594, #115594);
	/* background-image: url(./images/dotai02.jpg); */
	background-size:900px 134px;

}

.topTitle{
	border-style: none;
	/* font-size: xx-large; */
	font-size: 18pt;
	font-weight: bolder;
	text-align: center;
	color: #fff;
}

.NYholiday{
	position: relative;/**/
	margin: -150px auto 0 auto;
	width: 80%;
	z-index: 2;
	
}
.NYholiday2{
	padding:15px;
	max-width: 600px;
	background-color: #e5e8e8a6;
	/*border: #574e4e double 5px;*/
	border-radius: 5px;
	box-shadow: #574e4e8b 3px 3px;
	width: fit-content;
}

.NYholiday >p{
	padding: 5px 0;
	font-size: 0.9em;
}

/* ===============================================
#					contents
=============================================== */

/*-----------< index.html >----------*/
/*
 *	補助事業説明会 | スケジュール | 申請システム/提出書類 | よくある質問
 */

#gNavi.dotai ul{
	/* background: url(/images/bg_gnavi_taxi.png) repeat-x; */
	background-color: #255f96ce;
}

#gNavi.dotai li{
	background: url(/images/line_gnavi_taxi.png) no-repeat right top;
}


/*-----------< 補助事業概要 >----------*/

/*-----------< スケジュール >----------*/
#notes table
{
	border: none;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#notes td{
	text-align: center;
	vertical-align: middle;
}
#notes .dashed
{
	text-align: left;
	width: 600px;
	/*
	border: 1px dashed #2F5597;
	*/
	padding: 5px;
}
#notes a{
	color: white;
	background-color: hotpink; 	/* 背景色 */
	text-decoration: none;			/* アンカーの下線を消す */
	display: block;					/* アンカーの大きさを調整を可能にさせる */
	height: 50px;
	width: 200px;
	line-height:50px;				/* 文字の行の高さ　大体中央になる */
	margin-left: auto;
	margin-right: auto;
}
#notes a:hover{
	background-color: lightpink; 	/* 背景色 */
}

#lst table{
	border: none;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#lst th{
	background-color: #D9E1F2;
	border: 1px solid #2F5597;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
#lst td{
	border: 1px solid #2F5597;
	padding: 3px;
	font-size:14px;
	line-height:1.7em;
	text-align: center;
	vertical-align: middle;
}

/* 補助事業スケジュール */
#plan {
	border: 1px solid navy;
	background-color: #DAE3F3;
	padding: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#plan table {
	width: 100%;
}
#plan td {
	height: 30px;
	font-size:14px;
	line-height:1.7em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#plan .day {
	color: white;
	/* background-color: #2F5597; */
	background-color: #116697;
	height: 30px;
	padding: 10px 0px;
}
#plan .phase {
	color: black;
	background-color: white;
	height: 50px;
}
#plan .phase_bg {
	background-color: #DAE3F3;
	background-image: url("./images/bgPlan.png");
	background-repeat: repeat-x;
	height: 50px;
}
#plan .event {
	color: black;
	background-color: #FFFFCC;
	height: 50px;
}
#plan .next {
	color: black;
	background-image: url("./images/triangle_down.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}
#plan .line {
	height: 10px;
}



/*-----------< 申請システム / 提出書類 >----------*/
#api table{
	border: none;
	border-collapse: collapse;
	width: 100%px;
	margin-left: auto;
	margin-right: auto;
}
#api td{
	/*border: 1px solid #2F5597;*/
	padding: 3px;
	font-size:14px;
	line-height:1.7em;
	text-align: center;
	vertical-align: middle;
}
#api a.btn{
	color: white;
	background-color: #9bc2e6; 	/* 背景色 */
	/*
	background-color: hotpink;
	*/
	text-decoration: none;			/* アンカーの下線を消す */
	display: block;					/* アンカーの大きさを調整を可能にさせる */
	height: 100px;
	width: 450px;
	line-height: 100px;				/* 文字の行の高さ　大体中央になる */
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	font-size: xx-large;
}
#api a.btn:hover{
	background-color: lightpink; 	/* 背景色 */
}

#api a.btn2 {
	width: 450px;
	height: 100px;
	line-height: 100px;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	border-radius: 5px;
	text-decoration: none;
	background: #4ab8b8;
	box-shadow: 0 3px #1d6ab357;
	/*position: relative;*/
	display: inline-block;
	/*top: -2px;*/
	/*padding: 5px 20px;*/
 }
#api a.btn2:hover {
	background: #e9c2dc;
	box-shadow: 0 1px #b97d7d;
	top: 1px;
}

#download table{
	border: none;
	border-collapse: collapse;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#download td{
	/*border: 1px solid #2F5597;*/
	padding: 3px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}

#download a{
	color: white;
	background-color: hotpink;		/* 背景色 */
	text-decoration: none;			/* アンカーの下線を消す */
	display: block;					/* アンカーの大きさを調整を可能にさせる */
	height: 35px;
	width: 120px;
	line-height: 35px;				/* 文字の行の高さ　大体中央になる */
	text-align: center;
	/*
	margin-left: auto;
	margin-right: auto;
	font-size: xx-large;
	*/
}
#download a.line1{
	height: 20px;
	line-height: 20px;				/* 文字の行の高さ　大体中央になる */
}
#download a.line2{
	padding-top: 5px;
	line-height: 1.1em;				/* 文字の行の高さ　大体中央になる */
}
#download a:hover{
	background-color: lightpink;		/* 背景色 */
}
#download a.normal{
	color: #00A2E8;				/* 文字色　*/
	text-decoration: none;			/* アンカーの下線を消す */
	/* 戻す */
	background-color: transparent;	/* 背景色 */
	display: inline;				/* アンカーの大きさを調整を可能にさせる */
	height: auto;
	width: auto;
	line-height: normal;			/* 文字の行の高さ　大体中央になる */
	text-align: left;
}
#download a.normal:hover{
	color: turquoise;				/* 文字色　#00A2E8*/
}



/*-----------< 事務局　お問い合わせ先 >----------*/

#ototable {
	height: 400px;
}

#ototable .head {
	height: 50px;
	color: white;			/* 文字色 */
	background: #115594;	/* 背景色 */
	font-size: xx-large; 
	text-align: center;
	vertical-align: middle; 
}

#ototable .dtil {
	height: 60px;
	color: #2B5295;		/* 文字色 */
	/* background: #DAE3F3;	/* 背景色 */
	background: #f0eff8;
	font-size: x-large;
	text-align: center;
	vertical-align: middle;
}
#ototable .dtiltext {
	height: 20px;
	color: black;			/* 文字色 */
	font-size: large;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	/*
	background-image: url(./images/bgContact.png);
	background-repeat: repeat-x;
	padding-top: auto;
	padding-bottom: auto;
	*/
}

#ototable .dtiltext2 {
	height: 60px;
	color: red;			/* 文字色 */
	background: #DAE3F3;	/* 背景色 */
	font-size: medium;
	text-align: center;
	vertical-align: middle;
}

#ototable .foot {
	height: 50px;
	color: white;			/* 文字色 */
	/* background: #2F5597;	 背景色 */
	background: #115594;
	text-align: center;
	vertical-align: middle;
}
#ototable .foottext {
	height: 50px;
	color: white;			/* 文字色 */
	font-size: large;
	text-align: left;
	vertical-align: middle;
}

/* リンクボタン：アンカー関連 */
#ototable a{
	color: #00A2E8;				/* 文字色　*/
	text-decoration: none;			/* アンカーの下線を消す */
}
#ototable a:hover{
	color: turquoise;				/* 文字色　#00A2E8*/
}


/* ダウンロード */
.dlframe{
	/*border: 2px solid #777777;*/
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	display: inline-block;
	align-items: center;
	background-color: #d8dde7;
}

.dlbutton{
	font-weight: bold;
	color: #505050;
	width: 150px;
	text-align	: center;
	margin-left:auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 5px;
	background-color: rgb(218, 218, 218);
	box-shadow: 3px 3px 1px rgb(114, 113, 113);
	position: relative;
	display: inline-block;
	top: -2px;
}
.dlbutton:hover{
	box-shadow: 0 1px #111;
	top: 1px;
}

/* ダウンロードファイル一覧 */
.v-middle {
	vertical-align: middle;
	display: inline-block;
	margin: 15px;
	font-size: 18px;
	text-align: center;
}
.v-middle-left {
	vertical-align: middle;
	display: inline-block;
	margin: 15px;
	font-size: 18px;
	text-align: left;
}
.v-middle-right {
	vertical-align: middle;
	display: inline-block;
	margin: 15px;
	font-size: 18px;
	text-align: right;
}
.waku123L {
	width: 5%;
	vertical-align: middle;
	margin: 4px;
	font-size: 18px;
	text-align: center;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
}

.waku123 {
	width: 82%;
	font-size: 18px;
	/*border-top: solid 1px #000;*/
	/*border-left: solid 1px #000;*/
	/*border-right: solid 1px #000;*/
	margin-left: auto;
	margin-right: auto;
	border-bottom: dashed 1px #6594e0;
}

.waku1234 { /* 枠最終行 */
	width: 82%;
	font-size: 18px;
	/*border-top: solid 1px #000;*/
	/*border-left: solid 1px #000;*/
	/*border-right: solid 1px #000;*/
	/*border-bottom: solid 1px #000;*/
	margin-left: auto;
	margin-right: auto;
	border-bottom: dashed 1px #6594e0;
}

/* 画像の親要素のスタイル */
.boximg {
	cursor: pointer;
	height: 47px;
	width: 40px;
	margin-inline: auto;
	margin-top: 3px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform .7s;
}
  /* 画像のスタイル */
.boximg img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
/* 2枚目の画像は最初裏返し */
.boximg img:last-of-type {
	transform: rotateX( 180deg );
}
/* hoverすると2枚とも回転 */
.boximg:hover {
	transform: rotateX( 180deg );
}

   /* スライドボタン */
button {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 40px;
	margin: 5px auto 0;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	background: #d6d6d6;
	overflow: hidden;
	border-radius: 5px;
	border-color: #7a7a7a;
}
  
button span {
	position: relative;
	z-index: 1;
	transition: .3s;
}
  
button:hover span {
	color: #fff;
}
  
 /* スライドボタン疑似要素 */
button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #7a7a7a;
	transform: translate3d(-100%, 0, 0);
	transition: .3s;
}
  
/* スライドボタン疑似要素(hover) */
button:hover:before {
	transform: translate3d(0, 0, 0);
}



/*-----------< New >----------*/

*{
box-sizing: border-box;
}

#flexbox{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	background:#ddd;
	width: 100%;
	height:auto;
	padding: 10px;
}
.box-item{
	background:rgb(102, 123, 170);
	text-align: center;
	width: 240px;
	height: 54px;
	/* padding: 10px 100px; */
	border: 5px solid #ddd;
}

/*
@media screen and (min-width:900px){
	.SP_Flex_container{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.SP_Flex_container a{
		width: 100%;
	}
}
*/
.SP_Flex_container{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 10px auto;
}
.SP_Flex_container a{
	/* background-color: #7c96a7; */
	color: #000000;
	display: block;
	padding: 10px 36px;
	/* height: 54px;*/
	margin: auto;
	text-align: center;
	/* border: 3px solid #cecdcd; */
	width: 100%;
}

#gNavi2{
	width: 100%;
	background-color: #007a88;
	margin: 0px;
}
#gNavi2 ul{
	overflow:hidden;
}
#gNavi2 li:last-child{
	background: none !important;
}

#gNavi2 a{
	color: white;						/* 文字色 */
	text-decoration: none;				/* 下線：非表示 */
	/* display: inline-block; */
	height: 64px;						/* #gNavi li と合わせる */
	width: 100%;
	/* line-height: 45px; */
	text-align: center;
}
#gNavi2 li a:hover{
	text-decoration: underline;			/* 下線：表示 */
	background-color: rgba( 255, 255, 255, 0.3 );
}
/* 未選択 */
#gNavi2 li a.noLink{
	background-color: rgba( 100, 100, 100, 0.7 );
}
/* 表示中 */
#gNavi2 li.stay{
	pointer-events: none;
}
#gNavi2 li.normal a{
	color: white;						/* 文字色 */
	font-size: 1.1em;
	font-weight: 400;
}
#gNavi2 li.stay a{
	color: black;						/* 文字色 */
	background-color: rgba( 255, 255, 255, 0.5 );
	font-size: 1.1em;
	font-weight: 400;
}

/* TOP画像 */
.topimg2 {/*親div*/
	position: relative;/*相対配置*/
}

.topimg2 span {
	padding: 5px 10px;	/*文字周りの余白*/
	position: absolute;/*絶対配置*/
	top: 30%;
	left: 47%;

	/* color: white;/*文字は白に*/
	color: rgb(87, 78, 78);
	/*background: rgb(255, 255, 255);背景色*/
	
	-webkit-text-stroke: 2px white;/*文字の縁取り*/
	text-stroke: 2px white;
	paint-order: stroke;
	white-space: nowrap;/*改行*/
	max-width: 100%;

	font-weight: bold; /*太字に*/
	font-size: 1.5vw;	/*font-size: 30px;*/
	/* font-family: "Noto Sans JP", sans-serif; */
	font-family :Quicksand, sans-serif;/*Google Font*/
	font-style: normal;
	font-optical-sizing: auto;

	line-height: 1;		/*行高は1に*/
	transform: translate(-75%, -20%);
	text-align: left;
}

.topimg2 img {
	width: 100%;
}

/* TOP画像：ロゴ「令和７年度～」 */
.noto-sans-jp {
	font-weight: 900;
	background-color: transparent;
	line-height: 1.5em;		/*行高*/
}

/* TOP画像：ロゴ「トラック輸送～」 */
.noto-sans-jp-L {
	padding: 3px 12px 3px 12px ;
	font-size: 3.0vw;
	line-height: 1.5em;		/*行高*/
}


.dela-gothic-one-regular {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.subtitle {
	padding: 0.4em 0em 0em 0em;/*文字の上下 左右の余白*/
	/*color: #494949;/*文字色*/
	/*background: #f4f4f4;/*背景色*/
	/*border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #cce4ff;/*下線*/
	position: relative;
	font-size: 1.8em;
}
.subtitle:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}
.parent33 {
	background:#ffffff;
	/*background:rgb(250, 248, 248);*/
	width: 80%;
	margin: auto;
}
.p22 {
	/*初期値でwidthはauto*/
	background:orange;
	width: 35%;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
}

.p20 {
	margin: 20px auto 20px auto;
	font-size: 1.2em;
	width: 100%;
}

body {
	font-size: 16px;
	/*font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "UD デジタル 教科書体 N-R";*/
	font-family: Noto Sans JP;
	font-weight: 400;
	color: #000000;
	letter-spacing: .025em;
	line-height: 1.8;
	margin: 0 auto;
}

.main-content {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
	}
	.p20 {
		margin: 20px auto 20px auto;
		font-size: 18px;
		width: 100%;
		}
	.parent33 {
		background:#ffffff;
		/*background:rgb(250, 248, 248);*/
		width: 100%;
		margin: auto;
		font-size: 14px;
	}
	#header_menu {
		width: 100%;
		padding: 0px;
		margin: 0;
		font-size: 14px;
	}
	#header_menu a {
		padding: 0px;
		margin: 0;
	}
	.SP_Flex_container{
		margin: 0;
		padding: 0;
	}
	.topimg2 span {
         /* 位置を調整 */
        width: 100%;
        left: 75%; /* 画面幅が狭い場合の調整 */
        white-space: normal;/*改行*/
    }


	.NYholiday{
		/*position: relative;*/
		margin: 0;
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	#header_menu {
		width: 100%;
		padding: 0px;
		margin: 0;
		font-size: 12px;
	}
	#header_menu a {
		padding: 0px;
		margin: 0;
	}
	.SP_Flex_container{
		margin: 0;
		padding: 0;
	}
	
	.topimg2 span {
         /* 位置を調整 */
        width: 100%;
        left: 75%; /* 画面幅が狭い場合の調整 */
        white-space: normal;/*改行*/
    }
}


#header_menu {
	display: block; 
	position: fixed; /*ポジションを固定する*/
	top: 0px; /*一番上に設置*/
	left: 0px;
	z-index: 9999;  /*どの要素よりも上にくるように*/
	background-color: rgba(255,255,255,0.78);	/*メニューバー背景色*/
	width: 100%; /*横幅を100%に*/
	padding: 0 0;
	line-height: 16px;
}
#header_menu a {
	float: left; /*メニューを横並びにする*/
	/*font-size: 16px;*/
	color: #FFF;
	padding-top: 20px;
}
#header_menu a:after { /*floatでデザインが崩れないように*/
	display:block;
	clear: both;
	content:"";
}

.table-padd {
	padding: 10px;
}

.dl-border {
	border-bottom: dashed;
	border-color: rgb(43, 94, 189);
	border-width: 1px;
	padding-bottom: 20px;
	margin: 50px 0 50px 0;
}
.resizeimage img {
	width: 100%;
}