@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');
body {
	background-color: #ffffff;
}
/*grids kakudai ____________________________________________________*/
#SideAc a.arrow::before {
	content: url("../images/icon_tech.png");
	vertical-align: middle;
}
#SideAc ul.glids {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
	gap: 8px;
	overflow: hidden;
}
#SideAc ul.glids li {
	border-radius: 5px;
	padding: 3px;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
}
#SideAc ul.glids li img {
	width: auto;
	height: auto;
}
#SideAc ul.glids li::before {
	content: url("seekgo.png");
	z-index: 1000;
	position: relative;
	top: 30px;
	left: 8px;
}
@media screen and (max-width: 770px) {
	#SideAc ul.glids {
		width: 100%;
		grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
		gap: 8px;
	}
	#SideAc ul.glids li {}
	#SideAc ul.glids li img {}
}
/*____________________________________________________ grids kakudai */
#SideAc ul.stitemlist#kimagures03, #SideAc ul.stitemlist#kimagures04 {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
#SideAc ul.stitemlist#kimagures03 li, #SideAc ul.stitemlist#kimagures04 li {
	width: 51%;
	margin: 0px;
}
@media screen and (max-width: 950px) {
	#SideAc ul.stitemlist#kimagures03 li, #SideAc ul.stitemlist#kimagures04 li {
		width: 80%;
		margin: 0px;
	}
}
#SideAc ul.stitemlist li.item span.memo1 {
	font-size: 1.2em;
	line-height: 2em;
}
/*2個だけ並び*/
@media screen and (min-width: 771px) {
	#SideAc ul.stitemlist li.item:only-child {
		width: 18%;
	}
}
#SideAc ul.stitemlist li.item:first-child:nth-last-child(2) ~ li.item, #SideAc ul.stitemlist li.item:first-child:nth-last-child(2) {}
/*/-----01-----/*/
#SideAc ol.beadsitemsarrange {
	display: block;
	justify-content: space-around;
	clear: both;
	width: 950px;
	margin: 24px auto;
	flex-basis: bottom;
}
#SideAc ol.beadsitemsarrange li {
	width: 45%;
	display: flex;
	justify-content: center;
}
#SideAc ol.beadsitemsarrange li:nth-child(odd) {
	display: inline-block;
	float: left;
	text-align: center;
}
#SideAc ol.beadsitemsarrange li:nth-child(even) {
	display: inline-block;
	float: right;
	text-align: center;
}
#SideAc ol.beadsitemsarrange li:nth-child(even) img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 950px) {
	#SideAc ol.beadsitemsarrange {
		width: 100%;
	}
	#SideAc ol.beadsitemsarrange li:nth-child(even) img {
		width: 72%;
		height: auto;
	}
}
#SideAc {
	-moz-box-sizing: border-box;
	line-height: 1em;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	color: #281d22;
	background-color: #ffffff;
	text-align: center;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url("bg.jpg");
}
@media screen and (max-width: 950px) {
	#SideAc {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
}
#SideAc A:link {
	color: #281d22;
	text-decoration: underline;
}
#SideAc A:hover {
	color: #97A5A8;
	text-decoration: none;
	width: 100%;
}
#SideAc A:visited {
	color: #987C71;
}
#SideAc h2 {
	background-image: url("h2bg.jpg");
	background-position: center top;
	background-size: contain;
	color: #fff;
	border-radius: 0px;
	border: none;
	border-top: 1px solid #dcdcdc;
	width: 100%;
	align-items: center;
	font-family: "Zen Kaku Gothic Antique", "Open Sans", "游ゴシック体", "YuGothic", "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
	margin-top: 84px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
	clear: both;
	font-weight: bold;
	line-height: 78px;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	padding-left: 8px;
}
@media screen and (max-width: 950px) {
	#SideAc h2 {
		width: 100%;
		font-size: 1.1em;
		line-height: 2em;
	}
}
#SideAc h3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff));
	background: -webkit-linear-gradient(top, #dcdcdc, #ffffff);
	background: -moz-linear-gradient(top, #dcdcdc, #ffffff);
	background: -o-linear-gradient(top, #dcdcdc, #ffffff);
	background: linear-gradient(#dcdcdc, #ffffff);
	border-radius: 0px;
	border: none;
	border-top: 1px solid #dcdcdc;
	width: 100%;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2em;
	text-align: left;
	color: #4A5659;
	margin-top: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 2em;
	-moz-box-sizing: border-box;
	padding-left: 0px;
	text-indent: 0;
}
@media screen and (max-width: 950px) {
	#SideAc h3 {
		width: 100%;
		font-size: 1em;
		margin-top: 38px;
	}
}
#SideAc h4 {
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff));
	background: -webkit-linear-gradient(top, #dcdcdc, #ffffff);
	background: -moz-linear-gradient(top, #dcdcdc, #ffffff);
	background: -o-linear-gradient(top, #dcdcdc, #ffffff);
	background: linear-gradient(#dcdcdc, #ffffff);
	border-radius: 0px;
	border: none;
	border-top: 1px solid #dcdcdc;
	width: 100%;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1em;
	text-align: left;
	color: #4A5659;
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 2em;
	padding-left: 0px;
	text-indent: 0;
}
@media screen and (max-width: 950px) {
	#SideAc h4 {
		width: 100%;
		font-size: 1em;
	}
}
#SideAc p {
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	width: 950px;
	text-align: left;
	clear: both;
	line-height: 2em;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
	padding: 16px;
	color: #660000;
	background-color: #EAAAAA;
	border-radius: 12px;
	border: 2px dotted #fff;
}
@media screen and (max-width: 950px) {
	#SideAc p {
		line-height: 1.8em;
		font-size: 0.9em;
		width: 98%;
	}
}
#SideAc p.line {
	border: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin: 16px auto;
	background: none;
	clear: both;
	-moz-box-sizing: border-box;
	padding: 0px;
	width: 950px;
}
@media screen and (max-width: 950px) {
	#SideAc p.line {
		width: 100%;
		margin: 8px 0px;
		padding: 0px;
	}
}
#SideAc p.line img.fit50 {
	max-width: 100%;
	height: auto;
}
#SideAc p.line img.fit30 {
	max-width: 100%;
	height: auto;
}
#SideAc p.news {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	background: none;
	clear: both;
	-moz-box-sizing: border-box;
	padding: 0px;
	width: 880px;
	border: 1px solid #AB9152;
}
#SideAc p strong {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
}
SideAc p img {
	margin: 0px;
	padding: 0px;
}
#SideAc img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	max-width: 100%;
}
#SideAc img.left {
	margin-right: 16px;
	margin-bottom: 16px;
}
#SideAc img.right {
	margin-left: 16px;
	margin-bottom: 16px;
}
#SideAc ul {
	margin-top: 24px;
	margin-bottom: 24px;
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	width: 950px;
	-moz-box-sizing: border-box;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
	#SideAc ul {
		width: 100%;
	}
}
#SideAc li {
	list-style-type: none;
	clear: none;
	text-align: center;
	display: inline-block;
	padding: 2px;
	margin: 2px;
	-moz-box-sizing: border-box;
	vertical-align: top;
}
/* youtube */
#SideAc .video {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: blok
}
#SideAc .video .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#SideAc .video .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*/*目次---------------------------------------------*/

/* over 1200 */
@media screen and (min-width: 1200px) {
	#SideAc img.eyechach.fit {
		height: auto;
		width: 1200px;
	}
}
/*under 950*/
@media screen and (max-width: 950px) {
	/*eyechach*/
	#SideAc img.eyechach.fit {
		width: 100%;
		height: auto;
	}
	/*youtube*/
	#SideAc .video {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}