@charset "UTF-8";


body	{margin: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif
	}

a img {
	border-style:none
	}

hr {
	background-color: rgba(0, 0, 0, 1);
	border: 0;
	height: 1px;
	margin: 25px 15px;
}

/* サイト名 */
.site h1 a	{color: #fff;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}

.catch	{position: absolute;
	bottom: 7%;
	left: 3%}



/* 概要 */
.gaiyou a	{display: block;
	background-color: #000;
	color: #ffffff;
	text-align: center;
	text-decoration: none}

.gaiyou a:hover	{opacity: 0.8}

.gaiyou i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.gaiyou img	{display: block;
	width: 100%}

.gaiyou .fa-database	{background-color: #bfbd13}

.gaiyou .fa-bar-chart-o	{background-color: #c58839}

.gaiyou .fa-envelope	{background-color: #859f46}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #222;
	font-size: 12px}


/* リリースCD */
.rerlease a	{display: block;
	color: #fff;
	text-align: center;
	text-decoration: none}

.rerlease a:hover	{opacity: 0.8}

.rerlease i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.rerlease img	{display: block;
	width: 100%;
	border: 1px solid #333}

.rerlease .fa-database	{background-color: #bfbd13}

.rerlease .fa-bar-chart-o	{background-color: #c58839}

.rerlease .fa-envelope	{background-color: #859f46}

.rerlease h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold}

.rerlease p	{margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 12px}



/* --- お知らせセクション：スマホ最適化版 --- */
.news {
    padding: 15px; /* スマホでは余白を少し詰めると見やすい */
    border: solid 5px #333;
    box-sizing: border-box;
}

.news h1 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    color: #fff;
}

.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news li a {
    /* デフォルト（スマホ）は縦並び */
    display: flex;
    flex-direction: column; 
    gap: 10px;
    
    padding: 15px 5px; /* タップしやすいように上下余白を拡大 */
    border-bottom: dotted 2px #333;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.news li a:hover {
    background-color: #191919;
}

/* 画像：スマホでは横幅いっぱい */
.news .img {
    width: 100% !important; /* floatを無効化 */
    float: none !important;
}

.news .img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px; /* 角を少し丸めると今風になります */
}

/* テキスト：スマホでは画像の下に来る */
.news .text {
    width: 100% !important;
    margin-left: 0 !important;
    line-height: 1.6;
}

/* --- PC・タブレット向けの調整 (画面幅600px以上) --- */
@media (min-width: 600px) {
    .news li a {
        flex-direction: row; /* 横並びに戻す */
        align-items: flex-start;
        gap: 20px;
    }
    
    .news .img {
        width: 230px !important; /* 指定のサイズに固定 */
        flex-shrink: 0;
    }
    
    .news .text {
        flex: 1;
    }
}



/* SNSメニュー
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-fb	{background-color: #5288f7}
.follow-em	{background-color: #3333CC}
.follow-gp	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}*/


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	color: #f4a722;
	font-weight: bold;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #000000;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #000000;
	border-width: 15px;
	margin-left: -15px;
}


/* コピーライト */
.copyright p	{margin: 0;
	color: #999999;
	text-align: center;
	font-size: 14px}

/* SNSボタン */
/* 回り込み解除のためのクラス */
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}

/* サークルのスタイル */
.sns_circle{
	position:relative;
	width: 35px;
	height: 35px;
	margin:0 5px;
	-webkit-border-radius: 35%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	float:left;
	list-style: none;
}

/* Webフォントに関する指定 */
.sns_circle span{
	position:absolute;
	padding:7px;
	font-size:18px;
	color:#FFF;/* 文字の色 */
}

/* リンク領域をブロック全体に */
.sns_circle a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent:-999px;
	color:#FFF;/* 文字の色 */
}

/* マウスオーバー */
.sns_circle a:hover{
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 横幅を300pxに固定して真ん中に表示 */
ul.circle_group{
	width:100px;
	margin:auto;
	list-style: none;
	padding:0 0 10px 0;

}

/* アイコン毎の配色と配置 */
.sns_circle.facebook{background-color: #265a96;}
.sns_circle.youtube{background-color: #e22d26;}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	background-color: #000000}

	/* BOX6文字色 */
	.box6 h1	{color: #fff;}


/* ボックスの左右 */
.boxA, .box4, .box5, .box6
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px}

.box4	{padding-top: 0px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 0px}




.box6-1, .box6-2
	{padding-bottom: 10px}


/* ########### 400px以下 ########### */
@media (max-width: 400px) {

/* サイト名 */
.site img	{width: 150px;
	height: auto}

.news .img	{float: left;
	width: 290px}
}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

/* お知らせ文字サイズ */
.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #333;
	color: #fff;
	font-size: 12px;
	text-decoration: none}

/* 概要 */
.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #222222;
	font-size: 10px}



/* BOX6-1、BOX6-2を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 48.5%;
	margin-right: 3%}

.box6-2	{float: right;
	width: 48.5%}
}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #555;
	border-radius: 5px;
	background-color: #000;
	position: absolute;
	top: 80px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #555}

#menubtn:focus	{outline: none}

#menubtn i	{color: #ccc;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

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

.menu li a	{display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-bottom: solid 1px #333}

.menu li a:hover	{background-color: #333}

/* BOX6-1、BOX6-2を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 48.5%;
	margin-right: 3%}

.box6-2	{float: right;
	width: 48.5%}

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

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

.menu li a	{display: block;
	padding: 10px 15px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{color: #fff;
	background-color: #333}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto;
	margin: 60px 0 0 0;}

/* BOX4-1とBOX4-2を横に並べる設定
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 0%} */



/* BOX6-A、BOX6-Bを横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-A	{float: left;
	width: 49.5%;
	margin-right: 1%}

.box6-B	{float: right;
	width: 49.5%}


/* BOX6-1、BOX6-2を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 49%;
	margin-right: 2%}

.box6-2	{float: right;
	width: 49%}



}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .box5-inner, .box6
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 20px;
	border-bottom: solid 10px #333}

}


/*pagetopボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}


/*開閉ボタン*/
.button {
    text-align:center;
    padding:10px 0;
    color:#fff;
    background:#333;
    width:100%;
}
.close {
    background:#333;
}
