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

body{
	font-family:"Montserrat","FP-KoburinaGoStdN-W3", sans-serif;
	font-weight: 300;
}
/*=====[ 繝ｪ繧ｹ繝郁ｨｭ螳� ]=====*/
header {
    margin-top: 80px;
    height: auto;
    z-index: 2!important;
    background: none;
}

h2 b{
	font-size: 14px;
}

p.attention{
	width:462px;
	margin-left: auto;
	font-size:11px;
	
}
.nemu_list{
	width: 100%;
	margin-bottom: 60px;
	text-align: left;
}

.nemu_list thead th{
	font-size: 16px;
	padding-bottom: 20px;
	font-family: "FP-KoburinaGoStdN-W6";
}

.nemu_list thead th a{
	margin-left: 10px;
	padding:7px;
	background-color:#333;
	color:#FFF;
	font-size:13px;
	text-align: right;
}
.nemu_list tbody th,
.nemu_list tbody td{
	padding: 10px 15px;
	border: 1px solid #999;	
	background-color: #FFF;
}

.nemu_list tbody th{
	width: 20%;
}

.nemu_list tbody tr td:nth-child(2){
	width: 15%;
	text-align: right;
}

@media (max-width: 767px){
	.nemu_list tbody th{
		width: 25%;
		font-size: 20px;
		margin-bottom: 0;
		padding-top: 20px;
	}

	.nemu_list tbody tr td:nth-child(2){
		width: 15%;
	}
}

@media (max-width: 768px){
	.section_title{
		margin-bottom: 32px;
    	font-size: 2.4rem;
	}
	.section_title span{
		font-size: 1.4rem;
	}
}

@media (max-width: 480px){
	.nemu_list,
	.nemu_list thead,
	.nemu_list tbody,
	.nemu_list tr,
	.nemu_list thead th,
	.nemu_list thead td,
	.nemu_list tbody th,
	.nemu_list tbody td{
		box-sizing: border-box;
		display: block !important;
		width: 100% !important;
		border:  none;
	}
	.nemu_list tbody tr{
		margin-bottom: 3px;
		border: 1px solid #aaa;
	}
	p.attention{
		width:100%;
	}
	
}
</pre></body></html>