@charset "UTF-8";

/*
Theme Name: 国立天文台科学研究部
Text Domain: 国立天文台科学研究部
Version: 1.0
Author: 株式会社メディアクリエーションズ
Author URI:  https://media-creations.co.jp/
License:株式会社メディアクリエーションズ
License URI:https://media-creations.co.jp/
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto&display=swap');

html{
	width: 100%;
	font-size: 100%;
	
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Roboto', sans-serif;
}

img {  
  max-width: 100%;
  height: auto;
  border: 0;
}

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
	background: url("images/bg_ph.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:cover;
	background-attachment: fixed;
}

/*contents*/
#contents{
	width: 100%;
	margin: 0 auto;
}

#contents_block{
	max-width: 100%;
	min-height: 100px;
	margin: 0 auto 0;
	position: relative;
}

/*コンテンツ用_content*/
#contents_main_block{
	width: 100%;
	min-height: 300px;
	margin: -85px auto 0;
	position: relative;
}

/*コンテンツ用_リンク設定*/
#contents_main_block a{
	color:#083685;
	 position: relative;
  z-index: 1;
  cursor: pointer;
}

#contents_main_block a::after{
  content:"";
  width: 0%;    /*最初はwidth:0にする*/
  height: 3px;
  background: #FFBF2A;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  transition: all .3s;  /*アニメーションの長さ*/
}

#contents_main_block a:hover::after{
  width: 100%;    /*hover時に100%で広がる*/
}

/*header*/
#header{
	width: 100%;
	height: 735px;
}

#header_inn{
	width: 1400px;
	height: 735px;
	margin: 0 auto;
	position: relative;
}

/*headerコンテンツ用*/
#header_content{
	width: 100%;
	height: 500px;
}

#header_inn_content{
	width: 1400px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

/*gifアニメ*/
.anime_gif{
	max-width: 1400px;
	position: absolute;
	top:0;
	opacity: 1.0;
}

.anime_gif2{
	max-width: 1400px;
	position: absolute;
	top:60px;
	opacity: 0.6;
}

.anime_bg{
	max-width: 1400px;
	position: absolute;
	top:0;
}
.anime_gif_sp{
	display: none;
}

.anime_gif2_sp{
	display: none;
}

.anime_bg_sp{
	display: none;
}

/*メインタイトル*/
#site_title{
	width: 1000px;
	height: auto;
	position: absolute;
	top:33.333%;
	left:0;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	z-index: 0;
}

.logo{
	width: 199px;
	height: 144px;
}

h1{
	font-size: 60px;
	color: rgba(255,255,255,1.00);
	display: inline-block;
	padding-left: 10px;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.6));
}

h1 > span{
	font-size: 78px;
	display: block;
	color: rgba(255,255,255,1.00);
}

/*メインタイトル*/
#site_title_content{
	width: 700px;
	height: auto;
	position: absolute;
	top:43%;
	right:-80px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	z-index: 0;
}

.logo_content{
	width: 120px;
	height: auto;
}

.content_ti{
	font-size: 36px;
	color: rgba(255,255,255,1.00);
	display: inline-block;
	padding-left: 10px;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.6));
}

.content_ti > span{
	font-size: 50px;
	display: block;
	color: rgba(255,255,255,1.00);
}


/*概要用ボックス*/

.gaiyou_block{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,.9);
	filter: drop-shadow(0 8px 5px rgba(0,0,0,0.6));
}

.gaiyou_block_inn{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 60px 10px;
}

/*c_block*/

.c_block{
	width: 100%;
	height: auto;
	margin-top: 152px;
}

.c_block_inn{
	max-width: 1400px;
	height: auto;
	margin: 70px auto 0;
	padding: 60px 10px;
	position: relative;
}

/*ボックスタイトル左*/
.c_block_title{
	width: 440px;
	height: 70px;
	margin-left: 0;
	background: rgba(255,255,255,.9);
	position: absolute;
	top:-70px;
	left:0;
}

.c_block_title_main{
	position: absolute;
	left:20px;
	font-size: 34px;
	text-align: center;
	padding: 10px 0;
}

.c_block_title_main > span{
	display: block;
	font-size: 18px;
}

/*ボックスタイトル右*/
.c_block_title_r{
	width: 440px;
	height: 70px;
	margin-left: 0;
	background: rgba(255,255,255,.9);
	position: absolute;
	top:-70px;
	right: 0;
}

.c_block_title_main_r{
	position: absolute;
	left:20px;
	font-size: 34px;
	text-align: center;
	padding: 10px 0;
}

.c_block_title_main_r > span{
	display: block;
	font-size: 18px;
}

/*バックカラー白*/
.back_white{
	background: rgba(255,255,255,.9);
}

/*バックカラー黒*/
.back_black{
	background: rgba(0,0,0,.9) !important;
}

/*アーカイブボタン白バック*/
.btn {
  position: absolute;
  right: 20px;
  top:25%;font-size: 18px;
  background: #000000; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  padding: 10px 30px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 20px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn:hover {
  opacity: .7;
}

/*アーカイブボタン黒バック*/
.btn_bl {
  position: absolute;
  right: 20px;
  top:25%;font-size: 18px;
  background: #FFFFFF; /* 背景色 */
  color: #000000; /* 文字色 */
  padding: 10px 30px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 20px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn_bl:hover {
  opacity: .7;
}




/*ボックスタイトル右*/
.c_block_title_r{
	width: 440px;
	height: 70px;
	margin-left: 0;
	background: rgba(255,255,255,.9);
	position: absolute;
	top:-70px;
	right: 0;
}

.c_block_title_main_r{
	position: absolute;
	left:20px;
	font-size: 34px;
	text-align: center;
	padding: 10px 0;
}

.c_block_title_main_r > span{
	display: block;
	font-size: 18px;
}


/*研究ハイライト*/

.c_block_hi{
	width: 100%;
	height: auto;
	margin-top: 152px;
	background: rgba(0,0,0,.9);
}

.c_block_inn_hi{
	max-width: 1400px;
	height: auto;
	margin: 70px auto 0;
	padding: 60px 10px;
	position: relative;
}

.c_block_title_hi{
	width: 440px;
	height: 70px;
	margin-left: 0;
	background: rgba(0,0,0,.9);
	position: absolute;
	top:-70px;
	left:0;
}

.c_block_title_main_hi{
	position: absolute;
	left:20px;
	font-size: 34px;
	text-align: center;
	padding: 10px 0;
	color: rgba(255,255,255,1.00);
}

.c_block_title_main_hi > span{
	display: block;
	font-size: 16px;
}
#R_highlights{
	max-width: 1400px;
	height: auto;
	margin-top:0;
	display: block;
	display:flex;
	display: -webkit-flex;
    display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	flex-wrap:wrap;
	flex-wrap:-ms-wrap;
	flex-wrap:-webkit-wrap;
	flex-wrap:-moz-wrap;
	flex-wrap:-o-wrap;
	justify-content:center;
}

#R_highlights dl {
	width:250px;
	height: 300px;
	padding-bottom: 30px;
	margin:30px;
}

#R_highlights dt {
  width: 250px;
  height:180px;
  display: block;
  overflow: hidden;
}

#R_highlights dd {
	width: 250px;
	height: 140px;
	padding:10px 10px 10px 14px;
	margin: 0 auto;
	background:rgba(255,255,255,1);
	display: block;
	position: relative;
}

.R_highlights_image {
	width:250px;
	height:180px;
	display: block;
}

.R_highlights_image img{
	width:250px;
	height:180px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.R_highlights_title {
	width:230px;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
	display: block;
	text-align: left;
}

.R_highlights_date {
	width:250px;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	display: block;
	text-align: left;
}

#R_highlights dl a{
	color:#000000;
	cursor: pointer;
}
#R_highlights dl a:hover{
	color:#2699FB;
}

#R_highlights img:hover{
    transform: scale(1.1);
	transition-duration: 0.3s;
}

/*readmore*/
.R_highlights_readmore {
	width: 100%;
	height: 20px;
	display: block;
	font-size: 14px;
	display: block;
	color: #000000;
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: right;
}

.R_highlights_readmore:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}


/*コンテンツサブメニュー*/

.submenu_left{
	max-width: 400px;
	height: auto;
	background: #F2F2F2;
	position: fixed;
	margin-top: -60px;
	z-index: 99;
}

.submenu_left_title{
	max-width: 400px;
	height: 60px;
	background:#606060;
	padding: 20px;
	margin: 0 0 0 0;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

.submenu_left ul{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 0;
	
}

.submenu_left li{
	background: #F2F2F2;
	border-bottom: #000000 dotted 1px;
	color: #000000;
	font-size: 14px;
}

.submenu_left li a{
	color: #000000;
	text-decoration: none;
	width: auto;
	padding: 1em 0.5em;
	line-height: 1.5em;
	display: block;
	text-align: left;
	background: #F2F2F2;
}

.submenu_left li a:hover{
	color:#FFFFFF;
	background: #006DD9;
	text-decoration: none;
	width: auto;
	display: block;
	text-align: left;
}*/

/*ニュース・人事情報設定*/

.news {
	max-width:1400px;
	height:auto;
	padding:0;
	margin:0;
	flex-wrap: nowrap;
}

.news dl {
	width:100%;
	padding:0 0 0 0;
	color: rgba(0,0,0,1.00);
	margin-top: 30px;
}

.news dl dt {
  clear:left;
  float: left;
  width: 7em;
  padding: 22px 0px 16px 1em;
}

.news dl dd {
  padding: 18px 0 16px 8em;
  line-height: 1.7em;
  border-bottom: #000000 dotted 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.news a {
	color: #000000;
	text-decoration:none;	
}

.news a:hover {
	color:#2AAB77;
	transition: .4s;
}

/*footer*/
#footer{
	width: 100%;
	height: 341px;
	margin-top: 100px;
	background: rgba(0,0,0,1.00);	
}

#footer_inn{
	max-width: 1400px;
	max-height: 341px;
	margin: 0 auto;
	background: rgba(0,0,0,1.00);
}

/*フッター3ブロック*/
.ft_block{
	max-width: 1400px;
	height: auto;
	margin-top:0;
	display:flex;
	display: -webkit-flex;
    display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	flex-wrap:wrap;
	flex-wrap:-ms-wrap;
	flex-wrap:-webkit-wrap;
	flex-wrap:-moz-wrap;
	flex-wrap:-o-wrap;
	justify-content:center;
	color: rgba(255,255,255,1.00);
}

.ft_block_00{
	width: 33.3333%;
	height: auto;
	padding: 10px;
	margin: 56px 0 0 0;
}

.ft_logo{
	width: 138px;
	height: auto;
	padding: 10px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

/*フッターボタン*/
.ft_btn_bl {
  width: 200px;
  height: auto;
  font-size: 20px;
  font-weight: normal;
  display: block;
  background: #740000; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  padding: 15px 10%; /* 上下の余白、左右の余白 */
  margin:20px 0 20px auto; 
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 20px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.ft_btn_bl:hover {
  opacity: .7;
}

.ft_btn_bl i{
	padding-right: 10px;
}

.ft_btn_bl_blue{
	background: #093368 !important;
}

/*フッタータイトル*/
.ft_title{
	width: 100%;
	height: auto;
	margin-top: 50px;
	font-size: 34px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.6));
}

.ft_title > span{
	font-size: 44px;
	color: rgba(255,255,255,1.00);
}

.small_ft{
	font-size: 16px;
	padding-top: 10px;
	color: rgba(255,255,255,1.00);
}

.copyright{
	width: 100%;
	display: block;
	text-align: center;
    color: rgba(255,255,255,1.00);
	margin-top: -10px;
}

@media screen and (max-width : 1200px ){
	
#contents_main_block img {  
  width: 100%;
  height: auto;
  border: 0;
	padding:15px 0;
	margin:0 auto;
}
	
#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: auto;
	overflow: hidden;
	background: url("images/bg_ph-sp.jpg");
	background-repeat: no-repeat;
	-webkit-background-position: 50% 50%;
	-ms-background-position: 50% 50%;
	-moz-background-position: 50% 50%;
	-o-background-position: 50% 50%;
	background-position: 50% 50%;
	-webkit-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-webkit-background-attachment:fixed;
	-ms-background-attachment:fixed;
	-moz-background-attachment:fixed;
	-o-background-attachment:fixed;
	background-attachment: fixed;
}
	
#contents_block{
	width: 100%;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
}
	
/*コンテンツ用_content*/
#contents_main_block{
	width: 100%;
	min-height: 600px;
	margin: 0 auto 0;
	position: relative;
}
	
#header_inn{
	width: 100%;
	max-height: 735px;
	margin: 0 auto;
	position: relative;
}
	
/*headerコンテンツ用*/
#header_content{
	width: 100%;
	height: 280px;
}

#header_inn_content{
	width: 100%;
	height: 280px;
	margin: 0 auto;
	position: relative;
}

	
/*gifアニメ*/
.anime_gif_sp{
	max-width: 768px;
	position: absolute;
	top:0;
	opacity: 1.0;
	display: block;
}

.anime_gif2_sp{
	max-width: 768px;
	position: absolute;
	top:0;
	opacity: 0.7;
	display: block;
}

.anime_bg_sp{
	display: block;
	min-width: 768px;
	min-height: 1000px;
	height: auto;
	position: absolute;
	opacity: 0.5;
	top:0;
	z-index: 2;
}
	
.anime_bg_sp img{
	min-width: 768px;
	min-height: 1000px;
	object-fit: cover;
}

.anime_gif{
	display: none;
}
	
.anime_gif2{
	display: none;
}

.anime_bg{
	display: none;
}
	
.c_block{
	width: 100%;
	height: auto;
	margin-top: 140px;
}

.c_block_inn{
	max-width: 1400px;
	height: auto;
	margin: 70px auto 0;
	padding: 10px 10px;
	position: relative;
}

/*ボックスタイトル左*/
.c_block_title{
	width: 100%;
	height: 70px;
	margin-left: 0;
	background: rgba(255,255,255,.9);
	position: absolute;
	top:-70px;
	left:0;
	right: 0;
}

.c_block_title_main{
	position: absolute;
	left:30px;
	font-size: 26px;
	text-align: center;
	padding: 20px 0;
}

.c_block_title_main > span{
	display: block;
	font-size: 14px;
}
	
/*ボックスタイトル右*/
.c_block_title_r{
	width: 100%;
	height: 70px;
	margin-left: 0;
	background: rgba(255,255,255,.9);
	position: absolute;
	top:-70px;
	left:0;
	right: 0;
}

.c_block_title_main_r{
	position: absolute;
	left:30px;
	font-size: 26px;
	text-align: center;
	padding: 20px 0;
}

.c_block_title_main_r > span{
	display: block;
	font-size: 14px;
}
	
/*アーカイブボタン白バック*/
.btn {
  position: absolute;
  right: 10px;
  top:25%;
  font-size: 13px;
  background: #000000; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  padding: 10px 20px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 20px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn:hover {
  opacity: .7;
}

/*アーカイブボタン黒バック*/
.btn_bl {
  position: absolute;
  right: 10px;
  top:25%;
  font-size: 13px;
  background: #FFFFFF; /* 背景色 */
  color: #000000; /* 文字色 */
  padding: 10px 20px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 20px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn_bl:hover {
  opacity: .7;
}
	

/*メインタイトル*/
#site_title{
	max-width: 100%;
	height: auto;
	position: absolute;
	top:25%;
	left:0;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
	z-index: 0;
	margin: 0 auto;
	text-align: center;
}

.logo{
	width: 100px;
	height: 144px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

h1{
	font-size: 36px;
	color: rgba(255,255,255,1.00);
	display: block;
	padding-left: 0;
}

h1 > span{
	font-size: 60px;
	display: block;
	color: rgba(255,255,255,1.00);
}
	
/*メインタイトル*/
#site_title_content{
	width: 100%;
	height: auto;
	position: absolute;
	top:56%;
	right:0;
	left:26px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	z-index: 0;
	margin: 0 auto;
}

.logo_content{
	width: 100px;
	height: auto;
}

.content_ti{
	font-size: 26px;
	color: rgba(255,255,255,1.00);
	display: inline-block;
	padding-left: 10px;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.6));
}

.content_ti > span{
	font-size: 44px;
	display: block;
	color: rgba(255,255,255,1.00);
}
	
.content_ti_size_eng{
	position:absolute;
	top:-10px;
	}
	
	.content_ti_size_eng > span{
		font-size:115%;
	}
	
/*研究ハイライト*/
	
.c_block_hi{
	width: 100%;
	height: auto;
	margin-top: 140px;
	background: rgba(0,0,0,.9);
}

.c_block_inn_hi{
	max-width: 1400px;
	height: auto;
	margin: 70px auto 0;
	padding: 10px 10px;
	position: relative;
}

.c_block_title_hi{
	width: 100%;
	height: 70px;
	margin-left: 0;
	background: rgba(0,0,0,.9);
	position: absolute;
	top:-70px;
	left:0;
	right: 0;
}

.c_block_title_main_hi{
	position: absolute;
	left:30px;
	font-size: 26px;
	text-align: center;
	padding: 20px 0;
	color: rgba(255,255,255,1.00);
}

.c_block_title_main_hi > span{
	display: block;
	font-size: 14px;
}

#R_highlights{
	max-width: 1400px;
	height: auto;
	margin-top:0;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
	display:flex;
	display: -webkit-flex;
    display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	flex-wrap:wrap;
	flex-wrap:-ms-wrap;
	flex-wrap:-webkit-wrap;
	flex-wrap:-moz-wrap;
	flex-wrap:-o-wrap;
	justify-content:center;
}

#R_highlights dl {
	width:160px;
	height: 340px;
	padding-bottom: 30px;
	margin:5px 5px;
}

#R_highlights dt {
  width: 160px;
  height:150px;
  display: block;
  overflow: hidden;
}

#R_highlights dd {
	width: 160px;
	height: 190px;
	padding:10px 10px 10px 10px;
	margin: 0 auto;
	background:rgba(255,255,255,1);
	display: block;
	position: relative;
}

.R_highlights_image {
	width:160px;
	height:150px;
	display: block;
}

.R_highlights_image img{
	width:160px;
	height:150px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.R_highlights_title {
	width:150px;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
	display: block;
	text-align: left;
	padding: 0 0 0 0
}

.R_highlights_date {
	width:150px;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	display: block;
	text-align: left;
}

#R_highlights dl a{
	color:#000000;
	cursor: pointer;
}
#R_highlights dl a:hover{
	color:#2699FB;
}

#R_highlights img:hover{
    transform: scale(1.1);
	transition-duration: 0.3s;
}

/*readmore*/
.R_highlights_readmore {
	width: 100%;
	height: 20px;
	display: block;
	font-size: 14px;
	display: block;
	color: #000000;
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: right;
}

.R_highlights_readmore:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
	
/*ニュース・人事情報設定*/

.news {
	max-width:1400px;
	height:auto;
	padding:0;
	margin:0;
	flex-wrap: nowrap;
}

.news dl {
	width:100%;
	padding:0 0 0 0;
	color: rgba(0,0,0,1.00);
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news dl dt {
  clear:left;
  float: none;
  width: 100%;
  padding: 16px 0px 10px 10px;
}

.news dl dd {
  padding: 0px 0 10px 0;
  line-height: 1.7em;
  border-bottom: #000000 dotted 1px;
  margin-left: 10px;
  margin-right: 10px;
}

/*footer*/
#footer{
	width: 100%;
	height:100%;
	margin-top: 100px;
	background: rgba(0,0,0,1.00);	
}

#footer_inn{
	width: 100%;
	max-height: 800px;
	margin: 0 auto;
	background: rgba(0,0,0,1.00);
}

/*フッター3ブロック*/
.ft_block{
	max-width: 100%;
	height: auto;
	margin:80px auto 0;
	display:block;
	display: -webkit-block;
    display: -ms-block;
	display: -moz-block;
	display: -o-block;
	flex-wrap:wrap;
	flex-wrap:-ms-wrap;
	flex-wrap:-webkit-wrap;
	flex-wrap:-moz-wrap;
	flex-wrap:-o-wrap;
	justify-content:center;
	color: rgba(255,255,255,1.00);
}

.ft_block_00{
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.ft_logo{
	width: 100px;
	height: auto;
	padding: 10px;
	margin: 0 auto;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
}

/*フッターボタン*/
.ft_btn_bl {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: block;
  background: #740000; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  padding: 15px 10%; /* 上下の余白、左右の余白 */
  margin:20px auto 20px auto; 
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 20px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.ft_btn_bl:hover {
  opacity: .7;
}

.ft_btn_bl i{
	padding-right: 10px;
}

.ft_btn_bl_blue{
	background: #093368 !important;
}

/*フッタータイトル*/
.ft_title{
	width: 100%;
	height: auto;
	margin-top: 0;
	font-size: 28px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.6));
}

.ft_title > span{
	font-size: 40px;
	color: rgba(255,255,255,1.00);
}

.small_ft{
	font-size: 14px;
	padding-top: 10px;
	color: rgba(255,255,255,1.00);
}

.copyright{
	width: 100%;
	display: block;
	text-align: center;
    color: rgba(255,255,255,1.00);
	margin-top: 0;
	padding: 15px;
}
	
	
}
