<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: ocean-temp_responsive-v1
Author: Cross Wish / Ocean System
*/

.sidebar__inner{
	background: #fff;
	padding: 0.025px 0;	/*stickyによりなぜか余白が消えてしまう対策*/
	filter: drop-shadow(var(--box-shadow));
}
.side-sodan{
	position: relative;
	text-align: center;
}
.side-sodan a{
	display: block;
    margin-top: 8px;
}
.side-sodan .text_tel{
    position: relative;
    top: -2px;
    margin: 0 8px;
    padding: 0px 10px 8px 6px;
    background-color: var(--first-color);
	font-size: 33px;
    color: #fff;
	text-shadow: none;
}
.side-eigyo{
    margin: 0 auto;
 &nbsp; &nbsp;width: 100%;
    text-align: center;
    line-height: 1.2;
    font-size: 1em;
    font-weight: bold;
}
.side-eigyo span {
    font-size: 0.9em;
}
.side-banner{
	text-align: center;
    padding: 8px 0 8px;
}
.side-banner .banner-list li:not(:last-child){
	margin-bottom: 8px;
}
.side-junshu{
	padding: 8px;
    margin: 8px;
    border: 1px solid var(--fourth-color_half);
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
	text-align:center;
}
.side-junshu p{
	margin-bottom: 0 !important;
	line-height: 1.3;
	font-size: 0.8em;
	color: var(--text-color);
}
.side-junshu li{
	height: 1.8rem;
	margin-top: 5px;
	border-radius: 3px;
	background: rgb(251,251,251); 
	background: linear-gradient(to bottom,rgb(251,251,251) 0%,rgb(242,242,242) 100%); 
	box-shadow: 0 1px 2px 0px rgba(49,49,49,.4);
	padding-top: .5rem;
}
.side-junshu li::before{
	content: none !important;
}
.side-junshu li:hover{
	background: var(--second-color_quarter);
}
.side-junshu li a{
	display: block;
	height:2rem;
	position:relative;
	color: car(--text-color);
	text-decoration: none;
	
}
.sub .menuBox {
    margin: 8px;
    padding: 8px;
}
.sub .menuBox h1 {
 background:#ff6600;
 border-radius:4px 4px 0 0;
 line-height:1.2em;
 padding:10px 0 5px;
}
.sub .menuBox h1 a {
 color:#fff;
}
.sub .menuBox .side-menu li  {
}
.sub .menuBox .side-menu li a {
    padding: 4px 0;
    display: block;
    background: #ffffff;
    padding-left: 1.5em;
    text-decoration: none;
}
.sub .menuBox .side-menu li:not(:last-child) a{
    border-bottom: 1px solid #eee;
}
.sub .menuBox .side-menu li a:hover {
 background: var(--second-color_quarter);
}
.sub .menuBox &gt; ul.side-menu-archive &gt; li &gt; a {
    border: none;
    background: rgba(var(--second-color_rgb),0.75);
    border-radius: 4px 4px 0 0;
    line-height: 1.2em;
    padding: 8px 0 4px;
    font-weight: bold;
    text-align: center;
}
.sub .menuBox &gt; ul.side-menu-archive &gt; li &gt; a span.count {
	display:none;
}
.sub .menuBox &gt; ul.side-menu-archive &gt; li &gt; ul {
	margin-bottom: 8px;
    border: 1px solid var(--second-color_half);
}

.sub .side-main-menu{
	padding-left: 0;
}

.global-nav-h3{
	background: rgba(var(--second-color_rgb),0.75);
    color: #fff;
}
.global-nav-h3 + .related_list{
}
.related_list a{
	display:block;
}
.related_list a:hover{
	background-color:var(--qaurter-color_half);
}
</pre></body></html>