#SideAc {
	font-size: 20px;
}
#SideAc h2 {
	font-size: 1.8rem;
	color: #4B3409;
	background-image: url("/tech/images/h2bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom !important;
	background-color: #FFFFFF;
	line-height: 1.5em !important;
	text-align: left;
	min-height: 48px;
	padding-left: 38px;
	place-content: center;
	clear: both;
}
#SideAc h2 + h3, #SideAc h3 + h4, #SideAc h4 + h5 {
	margin-top: 0.5em;
}
#SideAc ul li h5 {
	margin-top: 0.5em;
}
#SideAc h3, #SideAc h4, #SideAc h5 {
	margin-top: 3em;
	font-size: 1.7rem;
}
#SideAc h5 {
	border: 1px solid #f4ede6;
	background-color: #fcf7f2 !important;
}
#SideAc p {
	font-size: 1.5rem;
}
#SideAc a.arrow1 {
	border: 1px solid #d69a42;
	background-color: #d69a42;
	box-sizing: border-box;
	border-radius: 2em;
	background-image: url("/images/design/top2025/mini_chevron_right.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 2em;
	padding-left: 1em;
	color: #ffffff;
	line-height: 3em;
	text-decoration: none;
	box-shadow: 2px 2px 5px #d7c499;
	bottom: 5px;
	text-align: center;
	display: inline-block;
	margin: auto;
	transition: background 0.3s;
}
#SideAc a.arrow1:hover {
	border: 1px solid #d69a42;
	background-color: #ffdd87;
	color: #3A2B1A;
	box-shadow: -2px -2px 5px #d7c499;
}
@media screen and (max-width: 770px) {
	#SideAc a.arrow1 {
		line-height: 1.8em;
	}
}
/* ------------------------------------------------------------- */
/* index technic lists */
div#tech_index {}
div#tech_index > ul {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, 46%);
	grid-gap: 0px !important;
	margin: auto auto 3em auto;
	padding: auto;
	justify-content: space-between;
	border: none;
	width: 100%;
}
div#tech_index > ul li {
	text-align: left;
	line-height: 2em !important;
	background-color: #fff;
	padding-bottom: 1em !important;
	list-style: none !important;
	display: block !important;
	clear: both;
}
div#tech_index > ul li img {
	float: left;
	margin: 8px !important;
}
div#tech_index > ul li a.arrow {
	text-align: left;
	background-color: #F3E1CF !important;
	text-decoration: none !important;
	place-content: center;
	margin-bottom: auto !important;
	display: block;
}
div#tech_index ol {
	width: 100% !important;
}
div#tech_index ol li {
	width: 100% !important;
	list-style: none !important;
}
div#tech_index .arrow {
	line-height: 2em !important;
}
@media screen and (max-width: 770px) {
	#SideAc div#tech_index {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	div#tech_index > ul {
		grid-template-columns: 1fr;
		text-align: left !important;
	}
	div#tech_index > ul li {
		text-align: left !important;
	}
	div#tech_index > ul li ol li {
		font-size: 0.95em !important;
	}
}
#SideAc p.miyuki_point {
	border: 1px solid #b1d29e;
	background-color: #fbfbfb;
	overflow: hidden;
	padding: 18px;
}
/* ------------------------------------------------------------- */
/* miyuki_point */
#SideAc p.miyuki_point::before {
	content: url("../tech/images/point.gif");
	display: block;
}
#SideAc p.miyuki_point img {
	max-width: 68%;
	max-height: auto;
	width: 38%;
	height: auto;
	border: 1px solid #d6c9c0;
	margin-right: 8px;
}
/* ------------------------------------------------------------- */
/* default template */
#nav #font {
	display: none;
}
#contents #lnav .section.search {
	display: none;
}
#contents #lnav #nav_tech {
	display: none;
}
#contents {
	border: none;
	background-image: none;
}
#contents #main {
	width: 980px;
	background-image: none;
	background-color: #ffffff;
}
#contents #main .section {
	width: 100%;
	border: 1px solid #ddd7a7;
	background-image: none;
	background-color: #ffffff;
}
/* ------------------------------------------------------------- */
/* smart phone header template */
@media screen and (max-width: 950px) {
	header {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
}