@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

html { font-size:19pt;
}

body {	color:#000000; background-color:#110000; text-align:center; font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN',sans-serif;
	font-size:1rem; margin:0px; padding:0px;
	background-image:url(./BG.jpg); background-position:0px 90px; background-repeat:no-repeat;
	-moz-background-size:100% auto; background-size:100% auto; background-attachment:fixed;
}


/* 最上部のロゴ */
img.svgLogo {	margin-top:2px; height:56px; width:auto; padding-left:calc(50% - 110px); filter:drop-shadow(1px 2px 5px rgba(0,0,0,1));
}
div.logo {	width:100%; font-size:32pt; font-family:'ＭＳ 明朝','Hiragino Mincho ProN','Noto Serif JP',serif; color:#ffff33; text-align:center;
	font-weight:bold; padding:2px; position:relative; top:-6px; left:-5px; text-shadow:1px 1px 6px #000,2px 2px 6px #000,2px 2px 6px #000;
}

header {	color:#000000; padding:2px; margin:0px; width:100%; height:60px; text-align:center; display:flex; position:fixed;
	justify-content:space-between; z-index:60; background:linear-gradient(0.25turn, #200, #e00, #e00,#200);
}

span.in {	display:inline-block;
}



/* 全体的な FONTサイズの調整 */
@media screen and (min-width: 2px) {/* 428px以下のスマホ画面時*/
	html { font-size:11pt;
	}
}
@media screen and (min-width: 650px) {/* 横340px以上のの端末*/
	html { font-size:14pt;
	}
}
@media screen and (min-width: 820px) {/* 横650px以上のの端末*/
	html { font-size:17pt;
	}
}
@media screen and (min-width: 1160px) {/* 横820px以上の端末*/
	html { font-size:19pt;
	}
}




/* ▼ 通常のMENU 関連 */
div.menuBar {	position:fixed; background-color:#000000; width:100%; margin:60px 0px 0px 0px; padding:6px 0px 2px; color:#ffffff; text-align:center;
	 border-bottom:1px #990000 solid; z-index:50; font-size:1rem; display:block;
}
a.menuList {	display:inline-block; border:2px #888888 solid; border-radius:1.2em; background-color:#000000; color:#ffffff; font-size:0.8rem;
		padding:2px 12px 0px; margin:4px 2px; text-decoration:none; transition:background-color 0.6s;
}
a.menuList:hover {	background-color:#ffffaa; color:#000000; text-decoration:none; transition:background-color 0.6s;
}

/* ▼ハンバーガーMENU 関連(スマホ用) */
  /*  メニューボタンを右上に表示 */
.menu-btn {
	position: fixed;
	top: 3px;
	right: 4px;
	display: flex;
	height: 60px;
	width: 64px;
	justify-content: center;
	align-items: center;
	border:1px #ffffff solid;
	border-radius: 10px;
	padding-top: 2px;
	z-index: 100;
	background-color: rgba(0, 0, 32, 0.6);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 4px;
	width: 40px;
	border-radius: 8px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span {
	top: 25px;
}
.menu-btn span:before {
	bottom: 11px;
}
.menu-btn span:after {
	top: 11px;
}


#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューOPEN時は真ん中の線を透明*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}

#menu-btn-check {
	display: none;
}

.menu-moji {/* ボタン下部のMENU文字 */
	position: fixed;
	top: 50px;
	right: 4px;
	display: flex;
	height: 16px;
	width: 60px;
	color: #ffffff;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	z-index: 101;
}

  /* メニューのスライド表示 */
.menu-content {
	width: 420px;/*メニュー幅*/
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: rgba(0, 0, 32, 0.85);
	transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
	left: calc(100% - 420px);/*メニューを画面内へ*/
}
.menu-content ul {
	padding: 50px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #ff3344; margin:0px; height:50px; padding-top:12px;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 1.2rem;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 12px 15px 6px 0;
	margin: 0px;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 14px;
}
.menu-content a:hover {
	color:#44ffff;
}

@media screen and (max-width: 460px) {
	.menu-content {
		width: 260px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: calc(100% - 260px);
	}
	.menu-content ul {
		padding: 35px 10px 0;
	}
	.menu-content ul li a {
		font-size: 1rem;
		padding: 9px 10px 2px 0px;
	}
}
@media screen and (max-height: 540px) {
	.menu-content {
		width: 300px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
	}
	.menu-content ul li a {
		font-size: 1.2rem;
		padding: 0px 10px 3px 0px;
	}
	.menu-content ul li a::before {
		width: 10px;
		height: 10px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		top: 10px;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: calc(100% - 300px);
	}
	.menu-content ul {
		padding: 35px 10px 0;
	}
	.menu-content ul li {
		height:32px;
	}
}

@media screen and (min-width: 2px) {/* ハンバーガーMENUに切替 */
	div.line3-menu {
		display:block;
	}
	div.menu-moji {
		right: 8px;
	}
	div.menuBar {
		display:none;
	}
	div.logo {/* TOPロゴ文字の調整 */
		font-size:23pt; top:3px; left:-40px;
	}
	img.svgLogo {/* SVGロゴの調整 */
		margin-top:5px; height:50px; width:auto; padding-left:calc(50% - 150px);
	}
}
@media screen and (min-width: 550px) {/* 通常MENUに切替 */
	div.line3-menu {
		display:none;
	}
	div.menu-moji {
		right: -100px;
	}
	div.menuBar {
		display:block;
	}
	div.logo {/* TOPタイトル文字の調整 */
		font-size:32pt; top:-6px; left:-5px;
	}
	img.svgLogo {/* SVGロゴの調整 */
		margin-top:2px; height:56px; width:auto; padding-left:calc(50% - 110px);
	}
}

/* ▲メニュー関連ここまで */




/* ▼ページのTOPに戻るボタン */

#page_top {
	font-size: 2rem;
	position: fixed;
	bottom: 4px;
	right: 10px;
	z-index: 70;
}

#page_top a {
	display:inline-block;
	background-color: rgba(0,255,255,0.8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0 0.75rem;
	border: 1px solid #fff;
	border-radius: 50%;
	transform:rotate(90deg);
}
#page_top a:hover {
	background-color: rgba(255,255,0,0.8);
	color: #000;
	text-decoration: none;
}











h1 {	font-size:1.5rem; margin:2px 8px; color:#ffff99; font-weight:bold; padding:0px;
}
h3 {	font-size:1rem; margin:2px 2px 8px; color:#ffff99; font-weight:bold; padding:0px; font-weight:normal;
}

table, td {	margin:0px; font-size:1rem; border:0px #aaddbb solid; text-align:left; vertical-align:top; 
	border-collapse:collapse; border-spacing:0px;
}
/* ▼会社概要 用のテーブル */
td.uL {	width:7em; vertical-align:top; padding:12px 20px 10px 2px; border:1px #777799 solid; text-align:right; background-color:#e3e3ff; font-weight:bold;
}
td.uR {	vertical-align:middle; padding:12px 8px;  border:1px #777799 solid; background-color:#ffffff;
}


div, p {	 font-size:1rem;
}

hr {	color:#cccccc;
}
div.block {	margin:20px 30px; line-height:160%; border-bottom:1px #cccccc solid;
}

div.white {	color:#000000; background-color:rgba(255,255,255,0.8); width:80%; text-align:left; padding:2em; box-shadow: 0 10px 15px 0 #000;
}
div.black {	color:#ffffff; background-color:rgba(32,0,0,0.8); width:80%; text-align:left; padding:2em; box-shadow: 0 10px 15px 0 #000;
}
@media screen and (max-width: 620px) {/* 428px以下の画面時*/
	div.white { width:90%; padding:0.5em;
	}
}


img.item {	border:1px #dd0011 solid; margin:8px 32px; padding:8px;}



div.main {	width:100%;  text-align:center; margin:0px; padding:0px; text-align:center;
}
table.main {	width:90%; background-color:#ffffff;
}


a {	text-decoration:none; color:#0011aa; transition:background-color 0.6s;
}
a:hover {	text-decoration:underline; color:#ff0055; transition:background-color 0.6s;
}





/* 見出しバー */
div.midasi {	background:linear-gradient(0.25turn, rgba(16,16,4,1), rgba(64,64,56,0.9), rgba(255,255,242,0)); margin:0px; padding:0px;
}

div.midasi2 {	color:#ffffff; margin:0px; padding:2px 0px 0px 24px; text-align:left; font-size:1.3rem;
	font-weight:bold; font-family:'ＭＳ 明朝','Hiragino Mincho ProN','Noto Serif JP',serif; letter-spacing:0.4em;
	background-image: linear-gradient(rgba(240,240,224,0.3) 1px, transparent 1px), linear-gradient(to right, rgba(240,240,224,0.3) 1px, transparent 1px); background-size: 6px 6px;
}


/* タイトルバー(静的) */
div.titlebar {	background:linear-gradient(0.25turn, #982, #fe6, #fe6,#982); width:100%; margin:0px;padding:0px;
}

div.titlebar2 {	color:#ee0011; width:100%; margin:0px; padding:14px 0px 1px; text-align:center; font-size:1.8rem;
	font-weight:bold; font-family:'ＭＳ 明朝','Hiragino Mincho ProN','Noto Serif JP',serif; letter-spacing:0.6em; border:1px #222200 solid;
	background-image: linear-gradient(#ba2 1px, transparent 1px), linear-gradient(to right, #ba2 1px, transparent 1px); background-size: 8px 8px;
	text-shadow:0 0 2px #000,0px 0px 2px #000;
}

/* タイトルバー（動的） */

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
/* Main styles */
div.titlebar3 {
  background-color:#ccbb55; color:#dd0011; width:100%; padding:10px 0px; text-align:center; font-size:1.6rem; 
  font-weight:bold; font-family:'ＭＳ 明朝','Hiragino Mincho ProN',serif;
  /* img size is 50x50 */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
  background-blend-mode: darken;
  -webkit-animation: bg-scrolling-reverse 0.92s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 0.92s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 0.92s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 0.92s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}




div.enmoku {	width:100%; text-align:center; margin:0px; padding:0px; text-align:center;
	/* background-image:url(./bg2.jpg); background-position:center top; background-repeat:no-repeat; */
	/* -moz-background-size:100% auto; background-size:100% auto; */
}



  /* ▼「全てを見る」のCSS */
.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    border: 1px solid #CCC;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 16em;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 130px;
    background: -webkit-linear-gradient(top, rgba(196,196,196,0) 0%, rgba(196,196,196,0.8) 50%, rgba(196,196,196,0.8) 50%, #ddd 100%);
    background: linear-gradient(top, rgba(196,196,196,0) 0%, rgba(196,196,196,0.8) 50%, rgba(196,196,196,0.8) 50%, #ddd 100%);
}


/* 全てを見るボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ff8833;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '全てを見る';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    /* position: static; */
    /* transform: translateX(0); */
    /* -webkit-transform: translateX(0); */
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    display: none;
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}







td {	padding:6px; margin:0px;
}
td.menu {	width:200px; background-color:#ff9933; color:#ffffff; margin:0px; padding:0px;
}
td.waku {	border:1px #ddddd0 solid; padding:8px;
}
td.footer {	 background-color:#aa0005; color:#ffffff; margin:0px; padding:6px; text-align:center;
}
th {	background-color:#bbffcc; color:#000033; margin:0px; padding:6px; text-align:center;
}

div.bottomMenu {	 background-color:#eeee88; color:#000000; margin:0px; padding:16px 16px; text-align:center;
}
div.footer {	 background-color:#aa0005; color:#ffffff; margin:0px; padding:6px; text-align:center;
}
div,p {	text-align:left; ; margin:0px; line-height:150%;
}
div.right {	margin:10px;
}
p.item {	margin:0px; padding:6px 0px; background-color:#bbffcc; color:#000033; text-align:center;
}
p.parts {	margin:8px;
}
div.item {	border:1px #bbffcc solid; margin:0px; padding:8px; height:200px;
}

div.cont {	margin:16px 0px; padding:8px 20px 16px; width:90%; line-height:180%;
	border-left:#999999 4px solid;	border-top:#cccccc 1px solid;
}
div.bun {	padding:10px 30px;
}

div.waku {	margin:20px; border:1px #d0d0d0 solid;
}
td.waku {	border:1px #d0d0d0 solid; padding:0px;
}

img {	margin:0px; padding:0px; border:0px #ffffff solid;
}

b.blue {	color:#0000cc;
}
b.orange {	color:#ee5500;
}
b.red {	color:#cc0000;
}
b.green {	color:#008800;
}