<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** å…±é€šã®css */
p {
	letter-spacing: 0.10em;
	font-size: 16px;
}

.mark {
    background: linear-gradient(transparent 70%, #ffff00 70%) !important;
}

#nav {
	z-index:100 !important;
}

.space_small {
	height:8px;
}
.space_middle {
	height:30px;
}

/*table*/

.table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e2e2;
}

.table li:nth-of-type(odd) {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-right: none;
    border-bottom: none;
    width: 20%;
    box-sizing: border-box;
}

.table li:nth-of-type(even) {
    font-size: 15px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    width: 80%;
    box-sizing: border-box;
}

/** ã‚¹ãƒ©ã‚¤ãƒ‰ã‚·ãƒ§ãƒ¼ */
.slide-items {
    position:relative;
	width:100%;
	margin:0 auto !important;
}
.single-item {
    width:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}


/***** ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ&nbsp; *****/
/* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;å…¥åŠ›é&nbsp;…ç›® */
/* å¿…é&nbsp;ˆãƒžãƒ¼ã‚¯ */
.must {
	background: #FF1A00;
}

/* ä»»æ„ãƒžãƒ¼ã‚¯ */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 80%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* é€ä¿¡ãƒœã‚¿ãƒ³ */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* é€ä¿¡ãƒœã‚¿ãƒ³ãƒ›ãƒãƒ¼ */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

.center {
	text-align:center;
}
.side_bar_contents {
    margin:0 0 12px 0;
}

.main_contents a:link { color: #0000ff !important; }
.main_contents a:visited { color: #000080 !important; }
.main_contents a:hover { color: #ff0000 !important; }
.main_contents a:active { color: #ff8000 !important; }

.side_bar_contents a:link { color: #1A0DAB !important; }
.side_bar_contents a:visited { color: #1A0DAB !important; }
.side_bar_contents a:hover { color: #1A0DAB !important; }
.side_bar_contents a:active { color: #1A0DAB !important; }

.copyright a:link { color: #fff !important; }
.copyright a:visited { color: #fff !important; }
.copyright a:hover { color: #fff !important; }
.copyright a:active { color: #fff !important; }

.item-area {
	text-align:center;
	margin:8px 0 0 0;
}

@media screen and (min-width:960px) { 
.slide_size {
    width: 1000px !important;
    margin: 0 auto;
}
}
@media screen and (max-width:959px) { 
.slide_size {
    width: 100%;
    margin: 0 auto;
}
}

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