<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



main#sitetop::before {
	display: none;
}
main#sitetop .main_visual {
	width: 100%;
	height: 600px;
}
main#sitetop .main_visual .swiper-container {
	width: 100%;
	height: 100%;
}
main#sitetop .main_visual .swiper-wrapper {
	width: 100%;
	height: 100%;
}
main#sitetop .main_visual .swiper-slide {
	width: 100%;
	height: 100%;
}
main#sitetop .main_visual .slide1 {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/top/main_01.jpg) center center no-repeat;
}
main#sitetop .main_visual .slide2 {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/top/main_02.jpg) center center no-repeat;
}
@media screen and (min-width: 1421px) {
	main#sitetop .main_visual .slide1, main#sitetop .main_visual .slide2 {
		background-size: cover;
	}
	
}
main#sitetop .message {
	position: absolute;
	top: 38px;
	left: calc(50% - 500px);
	display: block;
	z-index: 100;
	color: #fff;
	text-shadow: 1px 1px 5px #333;
}
main#sitetop .msg01 {
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 4.4rem;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	line-height: 1.2;
	text-align: left;
	letter-spacing: .01em;
	text-shadow: 1px 1px 5px #333;
}
main#sitetop .msg01 strong {
	font-weight: normal;
	color: #02a4e3;
	animation: strongtext1 2000ms ease 5000ms alternate forwards;
}
main#sitetop .msg01 strong:nth-of-type(2) {
	animation: strongtext2 2000ms ease 6000ms alternate forwards;
}
@keyframes strongtext1 {
	0% {text-shadow: 0 0 0 #fff0;}
	50% {text-shadow: 0px 0px 5px #ffff;}
	100% {text-shadow: 0 0 0 #fff0;}
}
@keyframes strongtext2 {
	0% {text-shadow: 0 0 0 #fff0;}
	50% {text-shadow: 0px 0px 5px #ffff;}
	100% {text-shadow: 0 0 0 #fff0;}
}
main#sitetop .msg01 span.small {
	font-size: 80%;
}
main#sitetop .msg02 {
	width: 100%;
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.2;
	text-align: left;
	letter-spacing: .0;
	text-shadow: 1px 1px 5px #333;
}


main#sitetop .sec01 .inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 10;
}
main#sitetop .sec01 h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	height: 89px;
	margin-top: -89px;
	border-top: 5px solid #1f1b1c;
	background: #fff;
	text-align: center;
	line-height: 1.33;
}
/*main#sitetop .sec01 h2 span.jpn::before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 25px;
	background: #02a4e3;
	transform: rotateZ(-60deg) translate(5px, -10px);
}*/
main#sitetop .sec01 h2 span.jpn {
	color:#212121;
	}

main#sitetop .sec01 h2 span.eng {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60%;
}
main#sitetop .sec01 .column &gt; .link01 {
	position: absolute;
	top: 22px;
	right: 15px;
}

main#sitetop .sec01 .col2 {
	padding: 0 10px;
}
main#sitetop .sec01 .column {
	border-top: 2px solid #02a4e3;
	border-bottom: 7px solid #02a4e3;
}
main#sitetop .sec01 h3::before {
	display: none;
}
main#sitetop .sec01 h3 {
	margin: 15px 0 0;
	padding: 0 5px;
	font-size: 2.4rem;
	color: #333;
	line-height: 40px;
}
main#sitetop .sec01 p {
	padding: 0 5px;
	font-size: 1.6rem;
	line-height: 1.5;
}
main#sitetop .sec01_01 {
	padding-bottom: 170px;
	background: url(../img/top/sec01_img_01.jpg) center calc(100% - 1px) no-repeat;
}
main#sitetop .sec01_02 &gt; div {
	width: 100%;
	height: 190px;
	margin-top: 40px;
	overflow: auto;
}
main#sitetop .sec01_02 dl {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
main#sitetop .sec01_02 dl::after {
	content: "";
	clear: both;
	display: block;
}
main#sitetop .sec01_02 dt {
	float: left;
	width: 115px;
	padding: 12px 5px;
	line-height: 1.4;
}
main#sitetop .sec01_02 dd {
	padding: 12px 5px 12px 100px;
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
}

main#sitetop .sec02 {
	position: relative;
	padding: 50px 0 30px;
	background: url(../img/top/sec02_bg.jpg) center center / cover no-repeat;
}
main#sitetop .sec02 .inner {
	width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}
main#sitetop .sec02 h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px;
	font-size: 2.3rem;
	color: #333;
}
main#sitetop .sec02 h2::before,
main#sitetop .sec02 h2::after {
	content: "";
	position: static;
	display: inline-block;
	width: 1em;
	height: 1px;
	margin: 0 1em;
	background: #333;
}
main#sitetop .sec02 h2 span.jpn {
	display: inline-block;
	text-align: center;
}
main#sitetop .sec02 h2 span.eng {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 66.66%;
}
main#sitetop .sec02 h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.6rem;
	color: #333;
}
main#sitetop .sec02 h3::before {
	display: none;
}
main#sitetop .sec02 .category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main#sitetop .sec02 .category section.techcat {
	width: calc((100% - 50px) / 2);
	margin-left: 50px;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.25);
}
main#sitetop .sec02 .category section.techcat:nth-of-type(2n+1) {
	margin-left: 0;
}
main#sitetop .sec02 .category div.terms {
	display: flex;
	flex-wrap: wrap;
}
main#sitetop .sec02 .category div.terms.col2 &gt; div {
	width: calc((100% - 20px) / 2);
	margin-left: 20px;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
main#sitetop .sec02 .category div.terms.col3 &gt; div {
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
main#sitetop .sec02 .category div.terms.col2 &gt; div:nth-of-type(2n+1) {
	margin-left: 0;
}
main#sitetop .sec02 .category div.terms.col3 &gt; div:nth-of-type(3n+1) {
	margin-left: 0;
}
main#sitetop .sec02 .category div.terms &gt; div:nth-of-type(1),
main#sitetop .sec02 .category div.terms &gt; div:nth-of-type(2),
main#sitetop .sec02 .category div.terms.col3 &gt; div:nth-of-type(3) {
	border-top: 1px solid #ddd;
}
main#sitetop .sec02 .category div.terms &gt; div a {
	position: relative;
	display: block;
	padding-left: 1.5em;
	color: #333;
}
main#sitetop .sec02 .category div.terms &gt; div a::before {
	content: "&gt;";
	position: absolute;
	left: 0.3em;
	display: inline-block;
	color: #02A4E3;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
main#sitetop .sec02 .category div.terms &gt; div a:hover::before {
	text-decoration: none;
}
main#sitetop .sec02 .pickup {
	padding: 30px 0 20px;
}
main#sitetop .sec02 .pickup h3 {
	text-align: center;
}
main#sitetop .sec02 .pickup .swiper-container {
	text-align: center;
}
main#sitetop .sec02 .pickup .swiper-slide {
	padding-bottom: 25px;
}
main#sitetop .sec02 .pickup .swiper-slide .img {
	margin-bottom: 5px;
}
main#sitetop .sec02 .pickup .swiper-container-horizontal &gt; .swiper-pagination-bullets,
main#sitetop .sec02 .pickup .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}
main#sitetop .sec02 .pickup .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width: 20px;
	background: #02A4E3 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center center / 10px auto no-repeat;
	right: 0;
	left: auto;
}
main#sitetop .sec02 .pickup .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 20px;
	background: #02A4E3 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center center / 10px auto no-repeat;
	left: 0;
	right: auto;
}


main#sitetop .sec03 {
	position: relative;
	padding: 50px 0 0;
}
main#sitetop .sec03::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 240px;
	background: #f2f2f7;
	z-index: -1;
}
main#sitetop .sec03 .inner {
	width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}
main#sitetop .sec03 h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
	font-size: 2.3rem;
}
main#sitetop .sec03 h2::before,
main#sitetop .sec03 h2::after {
	content: "";
	position: static;
	display: inline-block;
	width: 1em;
	height: 1px;
	margin: 0 1em;
	background: #333;
}
main#sitetop .sec03 h2 span.jpn {
	display: inline-block;
	text-align: center;
}
main#sitetop .sec03 h2 span.eng {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 66.66%;
}
main#sitetop .sec03 h3 {
	position: relative;
	margin: 0 0 0;
	padding: 10px 0;
}
main#sitetop .sec03 h3::before {
	display: none;
}
main#sitetop .sec03 h3 span.jpn {
	font-size: 1.8rem;
	color: #333;
}
main#sitetop .sec03 h3 span.eng {
	position: absolute;
	top: -80px;
	left: 0;
	font-size: 6.5rem;
	font-family: 'Roboto';
	font-weight: 700;
	color: #CCC;
	line-height: 1;
}
main#sitetop .sec03 &gt; .inner &gt; section {
	position: relative;
	width: 100%;
	min-height: 480px;
	margin-bottom: 60px;
	padding-top: 320px;
}
main#sitetop .sec03 &gt; .inner &gt; section img {
	position: absolute;
	top: 80px;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n+1) {
	padding-left: 652px;
	background: #fff;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n+1)::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 320px;
	background: #f2f2f7;
	z-index: -1;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n+1) img {
	left: 0;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n) {
	min-height: 500px;
	padding-top: 240px;
	padding-bottom: 100px;
	padding-right: 652px;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n)::before {
	content: "";
	position: absolute;
	top: 240px;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 270px;
	background: #f2f2f7;
	z-index: -1;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n) img {
	top: 0;
	right: 0;
}
main#sitetop .sec03 &gt; .inner &gt; section:nth-of-type(2n) h3 span.eng {
	color: #CCC;
}
main#sitetop .sec03 &gt; .inner &gt; section &gt; p {
	font-size: 1.3rem;
}



main#sitetop .sec04,
main#sitetop .sec05 {
	position: relative;
}
main#sitetop .sec04::before,
main#sitetop .sec05::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 270px;
	background: url(../img/top/sec03_bg.jpg) center center no-repeat;
	overflow: hidden;
}
@media screen and (min-width: 1421px) {
	main#sitetop .sec04::before,
	main#sitetop .sec05::before {
		background: url(../img/top/sec03_bg.jpg) center center / 100% auto no-repeat;
	}
}
main#sitetop .sec04 .inner,
main#sitetop .sec05 .inner {
	width: 1120px;
	margin: 0 auto;
	padding: 0 10px 50px;
}
main#sitetop .sec04 h2,
main#sitetop .sec05 h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 90px;
	padding-top: 30px;
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 0 0 2px #000e;
}
main#sitetop .sec04 h2::before,
main#sitetop .sec04 h2::after,
main#sitetop .sec05 h2::before,
main#sitetop .sec05 h2::after {
	content: "";
	position: static;
	display: inline-block;
	width: 1em;
	height: 1px;
	margin: 0 1em;
	background: #fff;
	box-shadow: 0 0 2px #000e;
}
main#sitetop .sec04 h2 span.jpn,
main#sitetop .sec05 h2 span.jpn {
	display: inline-block;
	text-align: center;
}
main#sitetop .sec04 h2 span.eng,
main#sitetop .sec05 h2 span.eng {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 66.66%;
}
main#sitetop .sec04 .column,
main#sitetop .sec05 .column {
	position: relative;
	width: 520px;
	margin-right: calc(100% - 1040px);
	padding: 0 0 130px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 3px #8884;
	background-image: url(../img/top/sec04_img_01.jpg);
}
main#sitetop .sec04 .column:nth-of-type(2n),
main#sitetop .sec05 .column:nth-of-type(2n) {
	margin-right: 0; 
}
main#sitetop .sec04 .column h3,
main#sitetop .sec05 .column h3 {
	margin: 0;
	padding: 0 24px;
	font-size: 1.6rem;
	color: #333;
	line-height: 60px;
}
main#sitetop .sec04 .column h3::before,
main#sitetop .sec05 .column h3::before {
	display: none;
}
main#sitetop .sec04 .column &gt; .link01,
main#sitetop .sec05 .column &gt; .link01 {
	position: absolute;
	top: 22px;
	right: 25px;
}



main#sitetop .sec04 .sec04_01 {
	background: #fff url(../img/top/sec04_img_01.jpg) center bottom no-repeat;
}
main#sitetop .sec04 .sec04_02 {
	background: #fff url(../img/top/sec04_img_02.jpg) center bottom no-repeat;
}
main#sitetop .sec04::before {
	background: url(../img/top/sec04_bg.jpg) center center no-repeat;
}
@media screen and (min-width: 1421px) {
	main#sitetop .sec04::before {
		background: url(../img/top/sec04_bg.jpg) center center / 100% auto no-repeat;
	}
}

main#sitetop .sec05 .sec05_01 {
	background: #fff url(../img/top/sec05_img_01.jpg) center bottom no-repeat;
}
main#sitetop .sec05 .sec05_02 {
	background: #fff url(../img/top/sec05_img_02.jpg) center bottom no-repeat;
}
main#sitetop .sec05::before {
	background: url(../img/top/sec05_bg.jpg) center center no-repeat;
}
@media screen and (min-width: 1421px) {
	main#sitetop .sec05::before {
		background: url(../img/top/sec05_bg.jpg) center center / 100% auto no-repeat;
	}
}

main#sitetop .sec06 .inner {
	width: 1120px;
	margin: 0 auto;
	padding: 0 0 30px;
}

main#sitetop .sec06 .column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	flex-wrap: wrap;
	width: 540px;
	height: 300px;
	margin-right: calc(100% - 1080px); 
	padding: 0 24px 0;
	background: #fff;
	box-shadow: 0 0 3px #8884;
	border: 1px solid #ddd;
}
main#sitetop .sec06 .column:nth-of-type(2n) {
	margin-right: 0; 
}
main#sitetop .sec06 h2 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
main#sitetop .sec06 h2::before {
	display: none;
}
main#sitetop .sec06 .sec06_01 {
	background: #fff url(../img/top/sec06_img_01.jpg) center bottom no-repeat;
}
main#sitetop .sec06 .sec06_02 {
	background: #fff url(../img/top/sec06_img_02.jpg) center bottom no-repeat;
}
main#sitetop .sec06 p {
	font-size: 1.4rem;
	text-shadow: 0px 0px 1px #fff,
		1px 1px 0 #fff8,
		0px 0px 2px #fff;
}



main#sitetop .sec07 .inner {
	width: 1120px;
	margin: 0 auto 60px;
	padding: 0 10px;
}
main#sitetop .sec07 .inner &gt; div {
	width: 100%;
	height: 290px;
	overflow-y: auto;
}
main#sitetop .sec07 h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	line-height: 1.33;
}
main#sitetop .sec07 h2::before {
	display: none;
}
main#sitetop .sec07 h2 span.jpn {
	position: relative;
}
main#sitetop .sec07 h2 span.jpn::before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 25px;
	background: #02a4e3;
	transform: rotateZ(-60deg) translate(5px, -10px);
}
main#sitetop .sec07 h2 span.eng {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60%;
}
main#sitetop .sec07 dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow-y: auto;
	border-top: 1px solid #ddd;
}
main#sitetop .sec07 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
main#sitetop .sec07 dd {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
main#sitetop .sec07 dd:nth-of-type(2n+1) {
	justify-content: center;
	width: 120px;
}
main#sitetop .sec07 dd:nth-of-type(2n) {
	width: calc(100% - 100px - 120px);
}




main .btnboder {
	position: relative;
	width: 100%;
	padding: 5px;
	z-index: 1;
}
main .btnboder::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aadbc5 url(../img/common/bg01-90.png) center top repeat;
	z-index: -2;
}
main .btnboder::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin: 3px;
	background: #fff;
	z-index: -1;
}
main .btnboder span {
	width: 100%;
}



section.imgbox::after {
	content: "";
	display: block;
	clear: both;
}
section.imgbox &gt; div {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}
section.imgbox.big &gt; div {
	float: left;
	width: 48%;
	margin-left: 2%;
}
section.imgbox &gt; div img {
	width: 100%;
	height: auto;
}
section.imgbox:not(.big) &gt; div:nth-of-type(3n+1) {
	margin-left: 0;
}
section.imgbox.big &gt; div:nth-of-type(2n+1) {
	margin-left: 0;
}
section.imgbox &gt; div h3 {
	font-size: 1.6rem;
	background: url(../img/common/h3_bg.png) left bottom / contain no-repeat;
}
section.imgbox &gt; div figure {
	margin: 0;
	padding: 0;
}
section.imgbox &gt; div figure &gt; a,
section.imgbox &gt; div figure &gt; span {
	display: block;
	margin: 0 0 .5em;
}


.img100p {
	width: 100%;
}
.img100p img {
	width: 100%;
	height: auto;
}



.followbox.step1 {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
}
.followbox.step2 {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
}
.followbox.step3 {
	background-color: #ddd;
}



main.products .btnbox {
	text-align: center;
}



/* サイトマップ */
/* .sitemap */
.smap {
	margin-left: 5px;
	margin-bottom: 20px;
}
.smap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.smap li {
	margin: 0;
	padding-bottom: 5px;
}
.smap a {
	display: block;
	color: #000000;
	width: 480px;
	padding: 2px 10px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: none;
}
.smap .nolink {
	display: block;
	color: #000000;
	width: 500px;
	padding: 2px 10px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: none;
}
.smap a:hover {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.smap ul ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}
.smap li li a {
	display: block;
	color: #333;
	width: 280px;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
/* 第一階層 */
.smap &gt; li &gt; a {
	font-size: 1.6rem;
	font-weight: bold;
}




main.wp .col2wp {
	width: 1020px;
	margin: 0 auto;
}
main.wp .col2wp:after {
	content: "";
	display: block;
	clear: both;
}
main.wp .col2wp &gt; div {
	margin: 0 0 50px 0;
}
main.wp .col2wp &gt; .side {
	float: right;
	width: 310px;
}
main.wp .col2wp &gt; .maincontent {
	float: left;
	width: 665px;
}
main.wp .maincontent h2 {
	font-size: 2.4rem;
	text-align: left;
}
main.wp .maincontent h3 {
	font-size: 2.4rem;
}

main.wp .col2wp article {
	max-width: 100%;
}

main.wp .col2wp aside {
}
main.wp aside h2,
main.wp .col2wp aside h2 {
	min-height: 0;
	margin: 20px 0 .5em;
	padding: 0.25em 0 0.5em 0;
	font-size: 2.0rem;
}
main.wp aside h3,
main.wp .col2 h3,
main.wp .col3 h3,
main.wp .col2wp aside h3 {
	min-height: 0;
	margin: 20px 0 .5em;
	padding: 0.5em 0 0.4em 0;
	font-size: 1.8rem;
	line-height: 1.1;
}

main.wp .searchform input {
	height: auto;
	margin-bottom: 5px;
}
main.wp .searchform input[type="text"] {
	line-height: 1.5;
}


main.wp .newslistsec {
	margin-bottom: 40px;
}

main.wp .paginate {
	text-align: center;
}

main.wp span.category {
	margin: 5px 0;
}
main.wp span.category a {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 7px;
	line-height: 1.0;
	font-size: 1.0rem;
	border-radius: 2px;
	text-decoration: none;
}
main.wp span.category a:first-of-type {
	margin-left: 0;
}

main.wp .blogcontent {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
main.wp .paginate {
	margin-bottom: 50px;
}

main.wp #comments {
	font-size: 1.3rem;
}
main.wp #comments p {
	font-size: 1.3rem;
}
main.wp #comments-count {
	margin-bottom: 0.5em;
	font-size: 1.6rem;
}
main.wp #comments-count::after {
	display: none;
}
main.wp #reply-title {
	margin-bottom: 0.5em;
	font-size: 1.6rem;
}
main.wp #reply-title::after {
	display: none;
}




main.wp .doc {
	margin-bottom: 1.0em;
}

main#contact .col2r .column {
	height: auto!important;
}


.calendar_wrap td {
	text-align: center;
}

.newslistsec {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.newslistsec .title {
	margin: 0;
	padding: 0 0 0 0.5em;
	order: 2;
}
main.wp .maincontent .newslistsec  h3 {
	font-size: 1.8rem;
}
.newslistsec .title::before {
	content: "";
	display: none;
}
.newslistsec .date {
	padding: 3px 0 0;
	order: 1;
}
.newslistsec .cat {
	margin-bottom: 5px;
	width: 100%;
	order: 3;
}
.newslistsec .img {
	width: 100%;
	max-width: 160px;
	order: 4;
}
.newslistsec .text {
	min-width: calc(100% - 160px);
	order: 5;
}
.newslistsec .link {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 5px 0;
	order: 6;
}
.newslistsec .link .link01 {
	display: flex;
	
}

.newsdescsec {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.newsdescsec .cat {
	padding: 3px 0 5px;
}

.wpnavi {
	display: flex;
}
.wpnavi .previous {
	width: 38%;
	order: 1;
}
.wpnavi .previous i {
	transform: rotateY(180deg);
}
.wpnavi .next {
	width: 38%;
	text-align: right;
	order: 3;
}
.wpnavi .uppage {
	width: 24%;
	text-align: center;
	order: 2;
}

.techlistbox {
	padding: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: #fafafa;
	border: 1px solid #eee;
	box-shadow: 0 0 3px rgba(136, 136, 136, 0.267);
}
.techlistbox h2 {
	margin: 0 0 20px;
	padding: 0;
	min-height: 0;
	color: #333;
	font-size: 2.0rem;
}
.techlistbox h2::before {
	display: none;
}
main .techlistbox h2:first-child {
	margin: 0 0 10px;
}
.techlist {
	height: 240px;
	margin-bottom: 10px;
	overflow-y: auto;
}
.techlist dl {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #fff;
}
.techlist .date {
	width: 100px;
	padding: 0.25em 0;
}
.techlist .cat {
	width: calc(100% - 100px);
}
.techlist .cat &gt; span {
	margin-bottom: 5px;
}
.techlist .title {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
}
.techlistbox .link01 {
	justify-content: flex-end;
}


main#techsingle &gt; article.wide {
	width: 100%;
}

main#techsingle {
}
main#techsingle h2 {
	color: #333;
}
main#techsingle h2::before {
	display: none;
}
main#techsingle h2 span {
	color: #02A4E3;
}


main#techsingle .feature img.wp-post-image {
	float: right;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-right: 25px;
	margin-bottom: 20px;
}

main#techsingle .outline {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}
main#techsingle .outline,
main#techsingle .case {
	padding: 30px 0;
}
main#techsingle .outline h2,
main#techsingle .case h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
	font-size: 2.0rem;
}
main#techsingle .outline h2::before,
main#techsingle .outline h2::after,
main#techsingle .case h2::before,
main#techsingle .case h2::after {
	content: "";
	position: static;
	display: inline-block;
	width: 1em;
	height: 1px;
	margin: 0 1em;
	background: #333;
}

main#techsingle .text {
	margin-bottom: 30px;
}
main#techsingle .imgbox {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
main#techsingle .imgbox &gt; div {
	width: calc((100% - 60px) / 3);
	margin-left: 30px;
	margin-bottom: 20px;
}
main#techsingle .imgbox &gt; div:nth-of-type(3n+1) {
	margin-left: 0;
}
main#techsingle .imgbox .img {
	margin-bottom: 10px;
	border: 2px solid #eee;
}
main#techsingle .imgbox p {
	font-size: 1.4rem;
}
main#techsingle .wpnavi {
	width: 1100px;
	margin: 0 auto 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.footlink {
	margin: 60px auto 0;
	padding: 40px 0 10px;
	background: #fff url(/img/top/sec02_bg.jpg) center center / cover no-repeat;
}
.footlink h3 {
	margin: 0 0 15px;
	padding: 0;
	color: #333;
	font-size: 1.6rem;
}
.footlink h3::before {
	display: none;
}
.footlink .category {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.footlink .category section.techcat {
	width: calc((100% - 50px) / 2);
	margin-left: 50px;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.25);
}
.footlink .category section.techcat:nth-of-type(2n+1) {
	margin-left: 0;
}
.footlink .category div.terms {
	display: flex;
	flex-wrap: wrap;
}
.footlink .category div.terms.col2 &gt; div {
	width: calc((100% - 20px) / 2);
	margin-left: 20px;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.footlink .category div.terms.col3 &gt; div {
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.footlink .category div.terms.col2 &gt; div:nth-of-type(2n+1) {
	margin-left: 0;
}
.footlink .category div.terms.col3 &gt; div:nth-of-type(3n+1) {
	margin-left: 0;
}
.footlink .category div.terms &gt; div:nth-of-type(1),
.footlink .category div.terms &gt; div:nth-of-type(2),
.footlink .category div.terms.col3 &gt; div:nth-of-type(3) {
	border-top: 1px solid #ddd;
}
.footlink .category div.terms &gt; div a {
	position: relative;
	display: block;
	padding-left: 1.5em;
	color: #333;
}
.footlink .category div.terms &gt; div a::before {
	content: "&gt;";
	position: absolute;
	left: 0.3em;
	display: inline-block;
	color: #02A4E3;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.footlink .category div.terms &gt; div a:hover::before {
	text-decoration: none;
}



.cate_select {
}
.cate_select dl::after {
	content: "";
	display: block;
	clear: both;
}
.cate_select dt {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
.cate_select dt:first-of-type {
	float: none;
}
.cate_select dd {
}
.cate_select ul::after {
	content: "";
	display: block;
	clear: both;
}
.cate_select ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
.cate_select ul li:first-of-type {
	margin-right: 10px;
}
.cate_select a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	transition: all 0.5s ease 0.1s;
	box-sizing: border-box;
	color: #222;
	font-size: 1.2rem;
	letter-spacing: 0;
	text-decoration: none;
	transition: all 0.33s ease 0.1s;
}
.cate_select a.parent {
	border: 1px solid #ccc;
}
.cate_select a:hover {
	background: #eee;
}
.cate_select a.active {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.cate_select a.parent.active {
	border: 1px solid #000;
	color: #fff;
}


main.wp .cate_result {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0;
}
main.wp .cate_result .column {
	width: calc((100% - 90px) / 3);
	margin: 0 15px 30px;
}
main.wp .cate_result .column h3 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1;
}
main.wp .cate_result .column h3::before {
	display: none;
}
main.wp .cate_result .column a {
	display: block;
	border: 1px solid #ddd;
}
main.wp .cate_result .column a:hover {
	border: 1px solid #0080ff;
}
main.wp .cate_result .column figure a {
	text-align: center;
}
main.wp .cate_result .column figcaption::after {
	content: "";
	display: block;
	clear: both;
}
main.wp .cate_result span.category {
	display: inline-block;
	margin: 5px 0 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #333;
}
main.wp .cate_result .column figcaption {
	
}



</pre></body></html>