@charset "utf-8";

/*
============================================================
基本レイアウト設定
------------------------------------------------------------

■ デフォルトリセット
■ floatクリア
■ スクロール
■ テキストリンク
■ 汎用パーツ
■ レイアウトベース
■ ヘッダー
■ フッター
■ コンテンツ


============================================================
*/

/* 文中の文字や改行させたくないもの */
.tb{display: none;}
.no_tb{display: inline;}
@media screen and ( max-width:767px) {
	.tb{display: inline;}
	.no_tb{display: none;}
}

.phone{display: none;}
.no_phone{display:inline;}
@media screen and ( max-width:520px) {
	.phone{display: inline;}
	.no_phone{display:none;}
}

.mobile{display: none;}
@media screen and ( max-width:374px) {
	.mobile{display: inline;}
}

/* marginを適応させたいとき */
.tb_b{display: none;}
.no_tb_b{display: block;}
@media screen and ( max-width:767px) {
	.tb_b{display: block;}
	.no_tb_b{display: none;}
}

.phone_b{display: none;}
.no_phone_b{display:block;}
@media screen and ( max-width:520px) {
	.phone_b{display:block;}
	.no_phone_b{display:none;}
}


/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.6;
	border: none;
	list-style-type: none;
}
img {
		vertical-align: top;
}


/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ---------------------------------------------------------
■ スクロール
--------------------------------------------------------- */
body {
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#71C7C8;
}

/*スクロールバーの横幅指定*/
body::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
body::-webkit-scrollbar-track {
	background: #c3c3c3;
}
/*スクロールバーの色・角丸指定*/
body::-webkit-scrollbar-thumb {
	border-radius: 0;
	background:#214f81;
}





/* ---------------------------------------------------------
■ リンク
--------------------------------------------------------- */

a{
	text-decoration: none;
	transition:.2s;
}



/* ---------------------------------------------------------
■ 汎用パーツ
--------------------------------------------------------- */
.red{color: red;}
.green{color: #0A6F6F;}
.yellow{color: #f5e642;}
.pink_thin{color: #fa949f;}
.pink_bright{color: #fb7483;}
.brown{color: #CD3F1A;}
.white{color: #fff;}
.bg_red{background: red;}

.small {font-size: 70%;}
.small_90 {font-size: 90%;}
.big {font-size: 130%}

.bold {font-weight: bold;}

.tx_center{text-align: center;}
.tx_right{text-align: right;}

.sen {text-decoration: line-through;}

.mgb_10{margin-bottom: 10px;}
.mgb_20{margin-bottom: 20px;}
.mgb_30{margin-bottom: 30px;}

.pdg_25{padding: 25px;}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	text-align-last: auto;
	margin-bottom: 20px;
}


ul{
	padding: 20px;
	padding-left: 40px;
	max-width: 870px;
	margin: auto;
	margin-bottom: 20px;
}
li{
	text-align: left;
	position: relative;
	color: #ffffff;
}



/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* 中央レイアウト */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#1b1b1b;
	font-size: 16px;
	background-color: #ffffff;
	overflow-x: hidden;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
header {
	position:sticky;
	top:0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #002b69;
    overflow: hidden;
    padding: 5px;
	z-index:20;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
footer {
	width: 100%;
	margin: 100px 0 0;
	height: 200px;
	text-align: center;
  background-color:#002B69;
}

footer .foot_bg{
	width: 100%;
	height: 100%;

}

footer div#footlogo {
    width: 100%;
	max-width: 900px;
	height: 100%;
	text-align: center;
	margin: 0 auto ; /* 中央レイアウト */
	position: relative;
}

footer div#footlogo img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 300px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}



/* ---------------------------------------------------------
■ トップへ戻るボタン
--------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 5px;
	z-index: 100;
	animation: gotop 3s linear infinite;
	width: 80px;
	height: 350px;
	transition: 0.2s;
}

#page-top img{float:right;}

#page-top a:hover img{opacity:1;}

@keyframes gotop {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

@media screen and (max-width: 767px) {
	#page-top{display:none;}
}



/*------フォントの読み込み-------*/
@font-face{
    font-family:"keifont";
    src:url("../fonts/keifont.woff") format('woff');
}

@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Th.woff") format('woff');
	font-weight:200;
    font-style:normal;
}

@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Rg.woff") format('woff');
	font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Bd.woff") format('woff');
	font-weight:700;
    font-style:normal;
}


@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Eb.woff") format('woff');
	font-weight:900;
    font-style:normal;
}