<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.myclick,.myopen {
	cursor: pointer;
}
.myclick a {
	display: block;
}
.myclick .arrow,.myopen .arrow {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #C10901;
	border-right: 2px solid #C10901;
	transform: rotate(45deg);
	margin-top: 0.6em;
	float: right;
}
.myclick .arrow2,.myopen .arrow2 {
	transform: rotate(135deg);
}
.hide {
	height: 0px;
	overflow: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
	font-family: sans-serif;
	font-size: clamp(14px, 4.37vw, 16px);
}
body *{
	margin: 0;padding:0;
	box-sizing:border-box;
}
p time{
	font-size: 87.5%;
	font-style: italic;
	color: #999;
	text-align: right;
	display: block;
}
a,a:hover {
	color: inherit;
	text-decoration: none;
}
#nav-list-sub a:hover,footer a:hover{
	border-bottom: 1px dashed;
}
ul{list-style-type: none;}
.box {
	width: 97%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#mytitle {
	font-size: 87.5%;
	border: 1px solid #C10901;
	max-height: 220px;
	padding: 1%;
	display: flex;
	justify-content: space-around;
}
#mytitle .left {
	width: 20%;
	height: 185px;
	border: 1px dotted #000;
	max-width: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1%;
	padding: 2% 2% 2%;
}
#mytitle .right {
	width: 79%;
	height: 185px;
	border: 1px dotted #000;
	padding: 1% 2% 2%;
}
#mytitle .left img {
	width: 100%;
	height:auto;
	max-width: 136px;
	padding-top: 1%;
}
#myName,#myName1 {
	color: #FFF;
	background-color: #C10901;
	text-align: center;
	padding-top: 0.8%;
	padding-bottom: 0.6%;
	letter-spacing: 0.2em;
}
#myName{
	font-family: serif;
}
#mytitle nav {
	color: #FFF;
	height: 65%;
}
#nav-list {
	height: 100%;
	padding: 1.5%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	justify-items: center;
	align-items: center;
}
#nav-list a{
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: cover;
}
#nav-list a:hover {
	background-position: -70px;
}
#nav-list li:nth-child(1) a{
	background-image: url(../img/nav-01.gif);
}
#nav-list li:nth-child(2) a{
	background-image: url(../img/nav-02.gif);
}
#nav-list li:nth-child(3) a{
	background-image: url(../img/nav-03.gif);
}
#nav-list li:nth-child(4) a{
	background-image: url(../img/nav-04.gif);
}
#nav-list li:nth-child(5) a{
	background-image: url(../img/nav-05.gif);
}
#nav-list li:nth-child(6) a{
	background-image: url(../img/nav-06.gif);
}
#nav-list li:nth-child(7) a{
	background-image: url(../img/nav-07.gif);
}
#nav-list-sub {
	background-color: #C10901;
	color: #FFF;
	position: fixed;
	bottom: 0;
	width: 95%;
	max-width: 1050px;
	padding: 10px 4px 5px;
	z-index: 1;
  }
#nav-list2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#nav-list2 li:first-child a{
	display: block;
}
#nav-list2 li:first-child a:hover{
	border: none;	
}
#nav-list2 li:first-child{
	background: url(../img/pc-kyoshitsu-nagoya-pimc2.gif) no-repeat;
	background-size: contain;
	width: 10%;
	height: auto;
	max-height: 30px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}
#nav-list2 li{
	line-height: 2.5;
	}
#footer {
	margin-top: 4%;
	margin-bottom: 4.5em;
}
#footer ul{
	font-size: 87.5%;
	list-style-type: disc;
}
#footer li{
	list-style-position: inside;
	margin: 0.5%;
}
  #footer dt {
	font-size: 112%;
	color: #FFF;
	background-color: #3366CC;
	display: block;
	padding: 0.3em 1em;
	text-align: center;
	letter-spacing: 0.2em;
}
#footer dd {
	margin: 1em 2em;
	padding-bottom: 0.2em;
	letter-spacing: 0.1em;
}
#footer address {
	background-image: url(../img/pc-kyoshitsu-pimc2.gif);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 8.6%;
	max-height: 80px;
	max-width: 930px;
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#footer .waku {
	border: 1px dotted #3366CC;
}
#footer .lin {
	border-bottom: 1px dotted #3366CC !important;
}
#footer ul.short{
}
#footer .f_color li:nth-child(n+2){
	list-style-type: none;
}
#footer ul.short li{
	display: inline-block;
	margin-left: 1.5em;
}
#footer ul.short li.myblock{
	display:block;
}
#footer ul.short li.myinline{
	display:inline-block;
}
#footer ul.short li:after{
content:'';
}
#footer .f_color dd {
	color: #5D5D5D;
}
#footer .m-top {
	margin-top: 1em;
}
#footer small ul a{
	color:#5D5D5D;
	display:inline-block;
}
#footer small ul{
	list-style-type: none;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.grid_footer {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.top_kiji {
	width: 96%;
	margin: 1% auto;
	max-width: 740px;
}
.top_kouza {
	width: 80%;
	margin: 1% auto;
	max-width: 740px;
}
.kouza_grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr) 145px;
}

.top_kouza p{
	display:inline-block;
}
.top_kouza p a{
	width: 145px;
	height: 170px;
	margin-bottom: 10%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.top_kouza p a:hover {
	background-position: -145px;
}


.top_kouza ul li a{
	width: 145px;
	height: 170px;
	margin-bottom: 10%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.top_kouza li a:hover {
	background-position: -145px;
}
.top_kouza #python {
	background-image: url(../img/button-python.jpg);
}
.top_kouza #html_css {
	background-image: url(../img/button-html_css.jpg);
}
.top_kouza #javascript {
	background-image: url(../img/button-javascript.jpg);
}
.top_kouza #php {
	background-image: url(../img/button-php.jpg);
}
.top_kouza #illustrator {
	background-image: url(../img/button-illustrator.jpg);
}
.top_kouza #photoshop {
	background-image: url(../img/button-photoshop.jpg);
}
.top_kouza #dreamweaver {
	background-image: url(../img/button-dreamweaver.jpg);
}
.top_kouza #flash {
	background-image: url(../img/button-flash.jpg);
}
.top_kouza #vba_excel {
	background-image: url(../img/button-vba_excel.jpg);
}
.top_kouza #vba_access {
	background-image: url(../img/button-vba_access.jpg);
}
.top_kouza #powerpoint {
	background-image: url(../img/button-powerpoint.jpg);
}
.top_kouza #excel {
	background-image: url(../img/button-excel.jpg);
}
.top_kouza #access {
	background-image: url(../img/button-access.jpg);
}
.top_kouza #word {
	background-image: url(../img/button-word.jpg);
}
.top_kouza #kyuuhu {
	background-image: url(../img/button-kyuuhu.jpg);
}
.top_kouza #short {
	background-image: url(../img/button-short.jpg);
}
.top_kouza #pcskillcheck {
	background-image: url(../img/button-pcskillcheck.jpg);
}
.sec-style1{
	max-width: 700px;
	padding: 0.5% 3%;
	margin: 1% auto;
	line-height: 2;
	/* text-align: justify; */
}
.sec-style1 h2 {
	font-size: 120%;
	color: #C10901;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}
.sec-style1 p,.sec-style1 dl {
	margin: 2% 2em;
	/* text-align: justify; */
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#main_top .sec-style1 p,#main_top .sec-style1 dl  {
	margin-left: 1em;
}
.sec-style1 p,.sec-style1 dd {
	text-indent:1em;
}
#support .sec-style1 p,#support .sec-style1 dd {
	text-indent:0em;
	margin-left: 1em;
}
.sec-style1 dt{
	color: #C10901;
	text-indent: -1.4em;
	margin-left: 1.4em;
	margin-top:0.5em;
}
.sec-style1 dt:before{
	content: '● ';
}
/* .sec-style1 ul li{
	text-indent: -1.4em;
	margin-left: 1.4em;
	letter-spacing: 0.05em;
}

.sec-style1 ul li:before{
	content: '■ ';
} */
	/*2025年2月21日*/
.sec-style1 .msg p{
	text-indent: -1.4em !important;
	margin-left: 1.4em !important;
	letter-spacing: 0.05em !important;
}
.sec-style1 .msg p:before{
	content: '■ ';
}
	/*2025年2月21日*/

.sec-style1 .lin{
	border-bottom: 1px dashed #C10901;
}
.news dd{
	text-indent: 0em;
	margin-left:1.5em;
}
@media(max-width:800px) {
#mytitle {
	font-size: 8px;
}
#nav-list a{
	width: 60px;
	height: 60px;
}
#nav-list a:hover {
	background-position: -60px;
}
#mytitle .left,#mytitle .right {
	height: 136px;
}
#mytitle .right {
	padding: 1%;
}
#nav-list-sub {
	padding: 8px 4px 5px;
}
.kouza_grid {
	grid-template-columns: repeat(2, 1fr) 145px;
}

}
@media(max-width:650px) {
#mytitle .left ,#mytitle .right{
	height: 100px;
}
#nav-list {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	justify-items: center;
	align-items: center;
}
#nav-list li{
	display: grid;
	align-items: center;
	width: 96%;
	height: 92%;
	background-color: #C10901;
	color: #FFF;
}
#nav-list li:nth-child(1){
  grid-column-start: 1;
  grid-row-start: 1;
}
#nav-list li:nth-child(7){
	grid-column-start: 4;
	grid-row-start: 1;
	grid-row-end: 3;
	background-color: #C10901;
	padding-top: 12%;
	height: 100%;
}
#nav-list a:hover {
	background-position: -70px;
}
#nav-list a{
	background-image: none !important;
	overflow: visible;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 3;
	text-indent: 0%;
}
.grid_footer {
	grid-template-columns: repeat(3, 1fr);
}
#footer dt {
	font-size: 100%;
}
.top_kouza p a{
	width: 120px;
	height: 140px;
	background-size: 240px 140px;
}
.top_kouza p a:hover {
	background-position: -120px;
}

.top_kouza ul li a{
	width: 120px;
	height: 140px;
	background-size: 240px 140px;
}
.top_kouza li a:hover {
	background-position: -120px;
}

}
@media(max-width:550px) {
.top_kouza p a{
	width: 85px;
	height: 100px;
	background-size: 170px 100px;
}
.top_kouza p a:hover {
	background-position: -85px;
}
.top_kouza ul li a{
	width: 85px;
	height: 100px;
	background-size: 170px 100px;
}
.top_kouza li a:hover {
	background-position: -85px;
}
.kouza_grid {
	grid-template-columns: repeat(2, 1fr) 85px;
}

#nav-list li:nth-child(7){
	padding-top: 21%;
}
#nav-list-sub {
	height: 50px;
	padding-top: 10px;
	padding-left: 3%;
	padding-right: 2.5%;
}
#nav-list2{
	display: grid;
	grid-template-columns: 15% repeat(3, 1fr) 15% 11%;
	align-items: center;
grid-row-gap: 16px;
}
#nav-list-sub .lin{
	width: 70% !important;
	border-bottom: 1px solid #FFF !important; 
	left: 17.5%;
	top: 48%;
	position: absolute;
}
#nav-list2 li:nth-child(1){
	width: 36px;
	height: 33px;
	background-image: url(../img/pc-kyoshitsu-nagoya-pimc3.gif);
	background-repeat: no-repeat;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}
#nav-list2 li:first-child a{
	width: 36px;
	height: 33px;
	display: block;
}
#nav-list2 li:nth-child(2){
  grid-column-start: 2;
	grid-row-start: 1;
}
#nav-list2 li:nth-child(3){
text-align: center;
}
#nav-list2 li:nth-child(4){
  grid-column-start: 2;
	grid-row-start: 2;
}
#nav-list2 li:nth-child(5){
  grid-column-start: 4;
text-align: center;
}
#nav-list2 li:nth-child(6){
  grid-column-start: 5;
	text-align: right;
}
#nav-list2 li:nth-child(7){
  grid-column-start: 3;
  grid-column-end: 5;
	grid-row-start: 2;
text-align: center;
}
#nav-list2 li:nth-child(8){
  grid-column-start: 5;
	grid-row-start: 2;
	text-align: right;
}
#nav-list2 li:nth-child(9){
	grid-column-start: 6;
	grid-row-start: 1;
	grid-row-end: 3;
	line-height: 0;
	font-size: 20px;
	text-align: right;
}
#nav-list2 li{
	line-height: 0;
}
.grid_footer {
	grid-template-columns: repeat(2, 1fr);
}
#footer address {
	padding-top: 5%;
}
#main_top .sec-style1 p, #main_top .sec-style1 dl {
    margin-left: 0em;
}
.sec-style1 p, .sec-style1 dl, .sec-style1 dd{
    margin: 2% 0em;
}
}

@media(max-width:400px) {
#nav-list li:nth-child(7){
	padding-top:25%;
}
#nav-list a{
	line-height: 4.5;
}
#footer dd {
	margin: 1em 1em;
}
#mytitle {
	font-size: 6px;
}
}
@media(max-width:320px) {
.kouza_grid {
	grid-template-columns: repeat(1, 1fr) 85px;
}
#nav-list2{
	grid-template-columns: 17% repeat(3, 1fr) 18% 10%;
	font-size: 8px;
}
#nav-list-sub .lin{
	width: 69%;
	left: 19%;
}
}
</pre></body></html>