@charset "utf-8";
* {margin: 0;padding: 0;
   box-sizing:border-box; 
}
	/*スクロールバー色がえ*/
	/* スクロールの幅の設定 */
html::-webkit-scrollbar {
	width: 17px;
	height: 17px;
}
/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
	background: #889dbe;
}

/* スクロールのつまみ部分の設定 */
	html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #1959A8;
}
	/*スクロールバー色がえ・firefox*/
html{
	scrollbar-color: #0060d7 #6e9dd7;
}
html,body {
	margin:0 auto; padding: 0; height:auto;
	width:100%;
	max-width: 1920px;
	overflow-x : hidden;
	overflow-y : auto;
	text-align: center;
	background: #fff;
	color:#000;
	font-family: 'Noto Serif JP',serif;
	font-weight:500;
	line-height:1.5em;
	font-size:100%;
	overflow-x: hidden;
}
/*ハンバーガーメニュー下準備*/
#menubtn{
	cursor: pointer;
	user-select: none;
}
.menunav{
	position: fixed;
	right: 0;top: 0px;
	background-color:#3366FF;
    height:220px;
    width:150px;
    text-align: left;
    box-shadow: 2px 0px 4px #000;
    display: none;
    z-index: 999;
}
.menunav p{
	text-align: left;
	padding: 1em;
}
.menunav p a{
	line-height: 2em;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
.menux{
	cursor: pointer;
	position: absolute;
	left: 0;bottom: 0;
	width: 20px;height: 20px;
	margin: 4px;
}
.menuaniin{
	visibility: visible;
    animation-name: menuaniin;
    animation-duration: 0.7s;
}
@keyframes menuaniin { 
  0% {transform: translateX(150px);} 
  100% {transform: translateX(0px);} 
}
.menuaniout{
    animation-name: menuaniout;
    animation-duration: 0.7s;
}
@keyframes menuaniout { 
  0% {transform: translateX(0px);opacity: 1;} 
  100% {transform: translateX(150px);opacity: 0;} 
}
/*-------------------*/
p{
	color: #000;
	line-height:1.5em;
	font-size:100%;
}
h1{/*会社概要などの帯付きh1titles*/
	padding:0;margin: 0;
	line-height: 0;
	color: #000;
}
.h1titles{
	padding:0;margin: 0;
	color: #000;
	font-family: "Shippori Mincho",serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4em;
	background:linear-gradient(to right,rgba(222,222,222,0.0), rgba(222,222,222,0.8), rgba(222,222,222,0.8),rgba(222,222,222,0.0));
	text-align: center;
	/*border: 1px solid #FFF;*/
	height: 48px;
}
/*リンク全体*/
a {
	color: blue;
	text-decoration: underline;
}
a:hover{opacity: 0.7;}
a:visited{color: blue;}
/*ヘッダー*/
header{
	position: relative;
	width: 100%;
	height: 40px;
	background:linear-gradient(rgba(0,100,108,1),rgba(0,55,108,1));
	margin: 0 auto;padding: 0;
	padding-top: 7px;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 998;
}
header a{text-decoration: none;}
.header a:hover{color: #404040;}
.header a:visited{color: #404040;}
.header_h{width: 70%;text-align: left;}
.header_m{width: 30%;text-align: right;}
.header_h p,.header_m p{/*ニュース表示*/
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding-left: 16px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.header_m p{
	text-align: right;
	padding-right: 16px;
}
.header_m a{color: #FFF;}
/*メイン*/
main{margin: 0 auto;padding: 0;}
/*ナビバー下段*/
nav{
	font-family: "Noto Serif JP";
	color: #000;
	padding: 0;
	padding-bottom: 8px;
	font-weight: 700;
	position: relative;
	width: 100%;height: auto;
	text-align: center;
}
nav a{
	color: #00118f;
	font-size: 14px;
	text-decoration: none;
}
nav a:hover{
	opacity: 0.6;text-decoration: underline;
}
nav a:visited{
	color: #00118f;
}
/*フッター*/
footer {
	background: #1d469b;
	position: relative;
	font-weight: normal;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	border-top:1px rgba(255,255,255,0.5) solid;
	padding-top:4px;
	padding-bottom: 10px;
}
/*共通ボタン*/
.btn_kyotu{
	color: #FFF;
	position:relative;
	margin: 0 auto;
	margin-top:16px;
	width: 400px;
	padding-top: 18px;padding-bottom: 16px;
	border-radius: 45px;
	background: linear-gradient(#1e4eff,#0b206e);
	cursor: pointer;
	box-shadow: 2px 2px 4px #000;
	text-shadow: 1px 1px 1px #000;
	font-size: 24px;
	text-decoration: none;
	font-weight: 800;
}
.btn_kyotu_a{
	text-decoration: none;
}
.btn_kyotu_a :hover{
	text-decoration: underline;
	opacity: 0.8;
}
/*BR設定*/
.pcbr{display: block;}
.pad1024br{display: none;}
.pad768br{display: none;}
.sp428br{display: none;}
.sp414br{display: none;}
.sp375br{display: none;}
.sp360br{display: none;}
.sp320br{display: none;}
@media screen and (max-width: 1024px) {
	.pad1024br{display: block;}
}
/*＝＝＝iPad＝＝＝*/
@media screen and (max-width: 768px) {
	a:hover{opacity: 1;}
	nav a:hover{opacity: 1;text-decoration: none;}
	.pad1024br{display: none;}
	.pad768br{display: block;}
}
/*iPhone12+*/
@media screen and (max-width: 428px) {
	header{
		padding-top: 2px;
		height: 34px;
	}
	.header_h p,.header_m p{
		font-size: 14px;
		padding-top: 4px;
		padding-left: 10px;
	}
	.header_m p{padding-right: 10px;}
	/*ナビバー下段*/
	nav,nav a{font-size: 12px;}
	/*フッター*/
	footer{font-size: 14px;}
	.pcbr{display: none;}	
	.btn_kyotu{width: 300px;}
	.sp428br{display: block;}
}
@media screen and (max-width: 375px) {
	header{height:30px;padding-top: 1px;}
	.header_h p,.header_m p{
		font-size: 12px;
	}
	.btn_kyotu{
		width: 280px;font-size: 18px;
		padding-top: 12px;padding-bottom: 12px;
	}
}
/*android*/
@media screen and (max-width: 360px) {
	.header_h p,.header_m p{
		font-size: 12px;
		padding-top: 4px;
		padding-left: 8px;
	}
	.header_h p{letter-spacing: -1px;}
	.header_m p{padding-right: 10px;}
	footer{font-size: 14px;}

}
/*iPhoneSE1*/
@media screen and (max-width: 320px) {
	footer{font-size: 10px;}
	.btn_kyotu{width: 260px;font-size: 16px;
	padding-top: 10px;padding-bottom: 10px;}
	nav,nav a{font-size: 11px;}
}