@charset "UTF-8";
body {
	font-size: 0.9em;
	line-height: 150%;
	margin: 0 auto;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", Osaka,"Helvetica", "Lucida Grande","ＭＳ Ｐゴシック","Meiryo","ヒラギノ角ゴ Pro W3",sans-serif;
	color: #3f3f3f;
	background-color: #ffffff;
}

a:link {color: #202f55;text-decoration: none;}
a:visited {color: #202f55;text-decoration: none;}
a:hover {color: #969696;text-decoration: none;}
a:active {color: #202f55;text-decoration: none;}

#menu a {margin:0; padding:0; color:#ffffff;}
#menu a:link {color: #ffffff;text-decoration: none;}
#menu a:visited {color: #ffffff;text-decoration: none;}
#menu a:hover {color: #969696;text-decoration: none;}
#menu a:active {color: #ffffff;text-decoration: none;}



/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	/* ボディ */
	body
	{
	font-size: 14px ;
	width: 100% ;
}

}


/* ヘッダー */
.header
{
border-bottom: 0px solid #ffffff ;	
text-align: center ;			/* テキスト、画像の真ん中寄せ*/
padding: 5px ;			/* 上下の余白 */
margin-bottom: 0em ;			/* 他のブロックとのスペース */
position: fixed;
justify-content: space-between;
width: 100%;
background: linear-gradient(315deg, #202f55, #0000cd);
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.header
{
position:static;
background: linear-gradient(315deg, #ffffff, #ffffff);
}
}




/* ロゴ */
.logo
{
max-width:600px;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.logo
	{
		width: 80% ;
}
}

.logo-s
{
max-width:150px;
}



/* フッター */
.footer
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
	font-size:12px;
	color: #ffffff;text-decoration: none;
  background: linear-gradient(315deg, #202f55, #0000cd);
	margin-top: 0em ;			/* 他のブロックとのスペース */
		padding: 1em 0 ;			/* 上下の余白 */
width:100%;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width: 800px ;
	margin: 0px auto;
padding: 50px 0px 0px 0px ;			/* 上の余白 */
}


/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.wrapper
	{
		width: auto ;
padding: 50px 20px 0px 20px ;			/* 上の余白 */
}
}


/* グラデ背景S */
.grad
{
  background: linear-gradient(315deg, #0FF, #fff);
padding: 50px 0px ;
margin: 0px auto;
border-top: 5px solid #0FF;
border-bottom: 5px solid #0FF;
border-image: linear-gradient(to right, #0FF 0%, #fff 100%);
border-image-slice: 1
}

.grad-b
{
  background: linear-gradient(315deg, #FFFFF0, #fff);
padding: 50px 0px ;
	margin: 0px auto;
border-top: 5px solid #0FF;
border-bottom: 5px solid #0FF;
border-image: linear-gradient(to right, #0FF 0%, #fff 100%);
border-image-slice: 1
}

.grad-c
{
  background: linear-gradient(315deg, #EBF4EF, #fff);
padding: 50px 0px ;
	margin: 0px auto;
border-top: 5px solid #0FF;
  border-image: linear-gradient(to right, #EBF4EF 0%, #fff 100%);
border-image-slice: 1;
	border-bottom: 5px solid #0FF;
  border-image: linear-gradient(to right, #EBF4EF 0%, #fff 100%);
border-image-slice: 1
}


/* メインキャッチコピーCSS */
.toptext
{
	text-align: center ;
}




/* ドロップダウンメニュー*/
#menu { 
color: #ffffff;
margin: 0 ;
line-height:160%;
}
.slicknav_menu {
 display:none;
}
 
@media screen and (max-width: 480px) {
#menu {
 display:none;
}
 
.slicknav_menu {
 display:block;
}
}


/* 戻る */
#modoru {padding:0;bottom: 24px;right: 24px;position: fixed;}


/* 改行指示CSS */
span.a {
   display: inline-block;
}


/* フェードイン */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* フェードインここまで */



/* テーブル */
table {
}
td {
    vertical-align:top;
	    text-align: left;
font-size:0.9em;
	line-height:140%;
}


/* 画像切り替えCSS */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; 	max-width: 100%;
height: auto ;
margin: 0px auto;
padding: 0px 0px 0px 0px ;}
.sp { display: none !important; }
 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
.sp { display: block !important;  width: 100%;}
}

/* 箇条書き文字位置CSS */
ol {
	margin-left: -1em;
margin-top: 0; margin-bottom: 0;
}

/* 囲み文字CSS */
h1 {
color: #fff;/*文字色*/
background: #3a5599;/*背景色*/
opacity: 0.6;
padding: 0.3em 0.5em 0.1em 0.5em;/*文字まわり（上下左右）の余白*/
border-radius: 0.5em;/*角丸*/
font-size: 0.9em;
display: inline-block;
}

/* マウスオーバー */
a:hover img{
opacity: 0.7;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}



	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.main_l
	{
		width: auto ;
		padding: 0px ;	
		border: none ;	
	}

	.main_r
	{
		width: auto ;
		padding: 0px ;
		border: none ;	
}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main_l
{
	width: 50% ;
padding: 0px 0px 0px 0px ;					/* 上下左右に余白 */
	margin: 0px 0px 0px 0px;
}

.main_r
{
	width: 50% ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.main_l
	{
		width: auto ;
		padding: 0px ;	
		border: none ;	
	}

	.main_r
	{
		width: auto ;
		padding: 0px ;
		border: none ;	
}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main_l
{
	float: left ;		/* 左に寄せる*/
}

.main_r
{
	float: right ;		/* 右に寄せる */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.main_l , .main_r
	{
		float: none ;
	}
}


/* 文字囲みリンクボタンCSS */
a.kakomi {
background-color:#0FF;
    border:1px solid #3a5599;
        color: #3a5599;
	margin: 0px auto;
padding: 4px;
	width: 200px;
	text-align: center;
	cursor:pointer;
}
a.kakomi:hover {
	background-color: #ffffff;
    border:1px solid #3a5599;
        color: #3a5599;
	margin: 0px auto;
	padding: 4px;
	width: 200px;
	cursor: pointer;
}


/* リンクバナー位置CSS */
.bn
{
text-align: left;
margin: 15px 0px;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.bn
	{text-align: center ;
	margin: 15px 0px;
}
}


/* fotorama画像リンク */
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(img/space.gif);
}

/*YouTube*/
.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}