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

	[01]:要素リセット
	[02]:共通スタイル
	[03]:リンクスタイル
	[04]:ヘッダー要素

======================================================== */

/* -------------------------[01]:ショールームスタイル*/
div.floatblock {
    padding: 0 15px 30px;
    width: 700px;
    text-align:left;
}
div.floatblock p	{ margin-bottom:10px; }
div.floatblock .imageblock	{ float:right; padding:5px 5px 5px 15px; }

div.wideblock {
    text-align:left;
}
div.wideblock p	{ margin-bottom:10px; }

address.sign span.note {
    line-height: 1.4;
    margin-bottom: 0.5em;
}
span.note {
    margin: 0.4em 0;
}
address {
    margin-top:10px;
    font-size: 100%;
    text-align: right;
}

.sitemap_list {
	width:100%;
	text-align:left;
	margin-bottom:1em;
}
.sitemap_list label {
	font-size:118%;
	font-weight:bold;
	margin-bottom:0.5em;
	display:block;
}
.sitemap_list ul {
	display:block;
	margin-bottom:0.5em;
}
.sitemap_list ul li {
	display:inline-block;
	position: relative;
	width:33%;
	line-height:1.7;
	font-size:110%;
}

.block {
	text-align:left;
}


.demo {
  width: 100%;
  margin: 15px 0 5px 0;
  padding: 10px 0;
  font-size: 20px;
  color:#D4D1C3;
}
.demo.no-margin {
  margin-top:0;
}
.heading {
  margin: 0
}
.demo7 .heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #D4D1C3;
  line-height: 50px;
}
.demo7 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #D4D1C3;
  color: #fff;
  font-weight: normal;
-webkit-border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
}
.demo7 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#D4D1C3;
}
.demo7 .heading .title{
  float: left;
  padding-left: 20px;
  font-weight:normal;
  font-family:Verdana, Tahoma;
  font-size:20px;
}
p.description_text {
	margin-top:50px;
	background:#f5f5f5;
	padding:1em;
	box-sizing: border-box;
}
.flowBox {
	margin-bottom: 50px;
}
.flowBox p {
	font-size:15px;
	line-height:1.6;
	text-align:left;
/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
color:#666;
font-weight:normal;
}



section article p {
	margin: 10px 0;
}
section article p img {
	max-height: 50px;
}
section .campaign_block {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
section .campaign_block span.campaign_note {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
  display: block;
  margin-top:5px;
}
section .campaign_block .campaign_ap{
	margin: 10px 0;
}

section.with-image article {
	overflow: auto;
}
section.with-image article p {
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
}
section.with-image article p img {
	max-width: 100%;
	max-height: 200px;
}
section.bg_light h4 {
	font-weight: normal;
	margin: 0 0 20px 0;
	background:#999;
	color: #fff;
}
@media screen and (min-width:0px) and (max-width:767px){
	section.with-image article p {
		float: none;
	}
	section.with-image .photoBox,
	section.with-image article p img {
		float:none !important;
    text-align: center;
		padding: 0;
		margin: 0 auto 1em auto;
		display:block;
	}
}

/* ---------------------------------------------------------
	CSS Document campaign
--------------------------------------------------------- */

section.campaign ul.mainte-icons { margin-bottom:1em; }
section.campaign ul.mainte-icons li{ max-width:100px; margin-right:10px; display:inline-block; }
section.campaign ul.mainte-hikkoshi-list li { list-style: square; margin-left:20px; }
section.campaign .sub-visual.narrow { margin-bottom:0 !important; }
@media screen and (min-width:768px) {
    section.campaign p.lead { font-size:15px; line-height:1.8; font-weight:500; }
}
@media screen and (min-width:0px) and (max-width:767px){
    section.campaign table.table{
        width: 100%;
    }
    section.campaign table.table thead{
        display: none;
    }
    section.campaign table.table th,
    section.campaign table.table td {
        display: table;
        width: 100%;
        padding-left: 0;
    }
    section.campaign table.table th {
        background: #999;
        padding: 0 1em;
    }
    section.campaign table.table th.th_arrow:after {
        content:'' !important;
        content:none !important;
    }
    section.campaign table.table td {
        padding: 0 1em;
    }
    section.campaign p.lead { font-size:108%; line-height:1.6; font-weight:500; }
}
</pre></body></html>