@charset "utf-8";

html {
 overflow-y: scroll;
}

.Header {
	z-index:2;
	position: fixed; /* ヘッダーを固定する */
	top: 0; /* 上部から配置の基準位置を決める */
	left: 0; /* 左から配置の基準位置を決める */
	width: 100%; /* ヘッダーの横幅を指定する */
	height: 140px; /* ヘッダーの高さを指定する */
	/*padding: 10px;*/ /* ヘッダー内側の余白を指定する(上下左右) */
 	/*background-image: url(../img/blue.jpg); */ /* ヘッダーの背景色を指定する */
 	background: #000000; 
 	text-align: center;
 	color:#ffffff;
}


footer {
/*	position: absolute; */
	position: fixed; 
  	bottom: 0;
  	left: 0;
  	width: 100%;
    height: 50px;
    text-align: center;
    background: #000000;
}

footerSp {
/*	position: absolute; */
	position: fixed; 
  	bottom: 0;
  	left: 0;
  	width: 100%;
    height: 70px;
    text-align: center;
    background: #000000;
}

body {
	margin: 20px; /* bodyの外側の余白を指定する */
	text-align: center;
	overflow-x: hidden;
	width: 100%; /* コンテンツの横幅を指定する */
	overflow: auto; /* コンテンツの表示を自動に設定（スクロール） */
	padding-top: 115px;
	margin:auto	;
	display: flex;
	flex-flow: column;
	position: relative;
	background: #000000;
	color:#ffffff;
    /* white-space: nowrap; */
   
}

main {
    min-height: calc(100vh - 300px);
    flex: 1;  
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;/*A相対位置*/
    
    
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.borderColorR {
    border-width: 3px;
    border-style: solid;
    border-color: #cc4343;
}

/* FONT */
.font_td {
    font-size: 20px;    /* 文字サイズ指定 */
    font-family: "MS PGothic";
    color: #FFFFFF;
}


.font_header {
    font-size: 20px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
    color: #FFFFFF;
    transform: scale(1.1, 1);
    letter-spacing: 0.12em;
}

.font_footer {
    font-size: 18px;    /* 文字サイズ指定 */
    font-weight:900;
    color: #000000;
    font-family: "Sans Serif", "MS PGothic";    
}

.font_footer2 {
    font-size: 15px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
    color: #FFFFFF;
    transform: scale(1.1, 1);
    letter-spacing: 0.12em;
}

.font_bodybig{
    font-size: 40px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
    font-weight: 500; 
    /*text-decoration: underline;*/
    border-bottom: 4px solid;
	width: 370px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
}

.font_25 {
	font-size: 25px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
 }
 
.font_30 {
	font-size: 30px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
 }
 
 
.font_35 {
	font-size: 35px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
 }


.font_40 {
	font-size: 40px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
}

.font_60 {
	font-size: 60px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
}

.font_button {
	font-family: "Sans Serif", "MS PGothic";
    font-size:20px;
    font-weight: 600; 
    height: 30px;
   	padding: 5px;
}

.font_yellow {
	text-align: right;
    font-size: 25px;    /* 文字サイズ指定 */
    font-weight: 600;
    color:#ffff00;
}

.color_red {   
    color:#ff0000;
}

.color_green {   
    color:#00ff00;
}

.color_yellow {
     color:#ffff00;
}

.color_orange {   
     color:#ffa500;
}

.font_black {
    font-size: 25px;    /* 文字サイズ指定 */
    color:#000000;
}

.font_bold {
    font-weight: 700;
}

.font_normal {
	text-align: center;
    font-size: 25px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
   
  	font-weight: 100;
    
}

p {
  margin-left: 2rem;
  text-indent: -1rem;
}

input[type=text]{
	width:400px;
	height:35px;
	font-size:25px;
}

textarea {
	font-size: 30px;
	font-family: "Sans Serif", "MS PGothic";
}

/* valign */
.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.baseline {
  vertical-align: baseline;
}

.bottom {
  vertical-align: bottom;
}

/* align */
.start {
	text-align: start;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.end {
	text-align: end;
}

.justify {
	text-align: justify;
}

/* line */
.under_line {
    border-bottom: 2px solid white;
}


/* DROP DOWN LIST */
.dropdwn{ 
	max-width: 1200px;   
    display: flex;
}

ul{
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    width: max-content;
}

li{   
    position: relative;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    cursor: pointer;
}

li + li {
  border-left: 1px solid #333
}

#menu ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}

#menu li a{
	display: block; 
	border-left: 8px solid #C97556;
	background-color: #474655;
	padding: 3px 10px;
	text-decoration: none;
	color: #E1E2CF;
	width: 100px; 
	margin: 5px 10px;
	text-align: left;
	font-size: 14px;
}

#menu li a:hover{
	border-left: 8px solid #990033;
	background-color: #474655;
}

#menu li + li {
  border-left: none;
}

#td_font a {
    text-decoration:none; 
    font-size: 18px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
}

.dropdwn_li{    
    margin: 5px;
    display: inline;
}

.dropdwn_menu{
    /*width: 200;*/
    display: none;
    position: absolute;
    margin-left: -70px; 
    /*left: calc ( 150px - 100% ) / -2 );*/
    margin-top: -35px;
    padding: 2;
    background: rgb(0,128,193);
}


.dropdwn_menu li{
    width: 100%;
}

.dropdwn_menu li a{  
    display: block;
    color: #fff;
}

li a:hover{
        color: rgb(255,255,255);
}

a {
    text-decoration:none; 
}





nav{
	width: 900px;
}

ul.sideByside li {
	display: inline-block;
	list-style: none;
	font-size: 15px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
}

ul.sideBysideSp li {
	display: inline-block;
	list-style: none;
	font-size: 20px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
}

/* リンク関連 */
/* クリックされていない要素 */
a:link {
	text-decoration: underline;
	color: inherit;
}
/* 一度クリックされた要素 */
a:visited{
 	color: inherit;
}


address{
	font-style:normal;
	font-size: 15px;    /* 文字サイズ指定 */
    font-family: "Sans Serif", "MS PGothic";
    
}

.line_border {
  /* 太さ 種類 色 */
  border: 1px solid gray;
}


/* slide show */

.fadeslide {
	position: relative;
	width: 960px;
	height: 320px;
	overflow: hidden;
	z-index: 0;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 30s 0s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 30s 5s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 30s 10s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide 30s 15s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 30s 20s infinite both;
	z-index: 2;
}


.fadeslide div:nth-of-type(6) {
	animation: fadeslide 30s 25s infinite both;
	z-index: 1;
}


@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	25% { left: 0; opacity: 0; }
	26% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}

