@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* ----- css reset(各ブラウザで指定されているスタイルを初期化)と全体設定 ----- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0; /*ボックス外側の余白(値1つは上下左右をまとめて指定)*/
	padding: 0; /*ボックス内側の余白(値1つは上下左右をまとめて指定)*/
	border: 0; /*境界線指定*/
}

body {
	font-size: 75%; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 2; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	background: #475950; /*背景指定*/
	font-family: 'Noto Sans JP','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro'; /*フォントの種類指定(左から優先順位)*/
	color: #fff; /*文字色指定*/
}
ol, ul {
	list-style: none; /*リストマーカーの種類指定(noneはなし)*/
}
a {
	color: #fff; /*文字色指定*/
}
a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
.color1 {
	color: #ffcc00; /*文字色指定*/
}
/*レイアウト設定*/

.wrapper {
	width: calc(100% - 200px);
    float: right;
    margin: auto;
}

.main {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-right: -340px; /*ボックス外側右の余白*/
	background: #475950; /*背景指定*/
}
.content {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-left: -200px; /*ボックス外側左の余白*/
}
.content_inner {
	margin:auto;
}
/*header　ページ上の内容*/

header {
	height: fit-content; /*領域の高さ指定*/
}
/*左上のロゴ*/

h1 {
	font-family: 'Noto Sans JP','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-size: 4em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 40px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	padding: 20px; /*ボックス内側の余白*/
	width: 200px; /*幅指定*/
}
h1 a {
	color: #ffcc00; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
h1 a:hover {
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; /*ここまで時間的変化指定*/
	/*透明度設定*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; /*ここまで透明度設定*/
}

h1 a img{
	width:75%;
}

.lang_selector .lang--link{
	padding: 0 10px 0;
}

.lang_selector > ul{
	margin-left: 40px;
}

.lang_selector{
	padding: 0px 10px;
	text-align: left;
}

/*中央上の見出し*/

header h2 {
	font-size: 5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}
/*メインの内容*/

article {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
article h3 {
	font-size: 2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	margin-bottom: 10px; /*ボックス外側下の余白*/
}
article li, p {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
section {
	margin: 0 auto; /*ボックス外側の余白*/
	width: 60%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
/*左下の内容*/

.copyright {
	font-size: 0.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 15px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	position: absolute; /*ボックスの配置方法(fixedは固定)*/
	bottom: 0px; /*下からの距離(positionで指定している場合に適用)*/
	left: 0px; /*左からの距離(positionで指定している場合に適用)*/
	width: 200px; /*幅指定*/
	padding: 20px;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	text-align: left;
}

/*ページトップに戻るアイコン*/

.pagetop:hover {
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; /*ここまで時間的変化指定*/
	color: #fff; /*文字色指定*/
	/*透明度設定*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; /*ここまで透明度設定*/
}

.mov_header{
	display: none;
}

/*レスポンシブ設定*/

@media screen and (max-width: 768px) {

	/* 一般設定 */
	h3, p, ol, li, th, td, dl {
		font-size: 1.2em !important; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	}

	header {
		margin-top: 30px;
	}

	.vertical_nav h1 {
		display: none;
	}

	h1 {
		position: relative; /*ボックスの配置方法(fixedは固定)*/
		top: 0px; /*上からの距離(positionで指定している場合に適用)*/
		font-size: 2.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
		width: auto; /*幅指定*/
		padding: 0; /*ボックス内側の余白*/
	}
	.mov_header {
		display: block;
		position: fixed; /*ボックスの配置方法(fixedは固定)*/
		top: 0; /*上からの距離(positionで指定している場合に適用)*/
		left: 0; /*左からの距離(positionで指定している場合に適用)*/
		width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
		height: 50px; /*領域の高さ指定*/
		z-index: 10000; /*ボックス重なり順序指定*/
		background: black;
	}

	.mov_header h1 a img{
		width:unset;
		height: 50px;
		padding: 5px;
	}

	.lang_selector{
		padding-top: 10px;
	}

	.lang_selector .lang--link:first-child{
		padding-left: 0px;
	}

	header h2 {
		font-size: 2.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	}
	.wrapper {
		overflow: visible; /*floatの解除を初期値に戻す*/
		width: 100%;
	}
	.content {
		width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
		float: none; /*要素を左か右に寄せて配置(noneはなし)*/
		margin: 70px 0 20px; /*ボックス外側の余白*/
	}
	.content_inner {
		margin: 0;/*ボックス外側の余白*/
	}
	article h3 {
		font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	}

	section {
		width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	}

	section > div {
		width: fit-content;
		margin: 0 auto;
	}

	form {
		width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	}

}

@media screen and (min-width: 787px) and (max-width: 1200px) {
	section {
		width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	}
}
