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

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 90%;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 90%;
}
/* end */

img{
	width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
ul li{
	list-style:none;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
.menu-trigger {
  display: none;
}
#hpb-container{
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
}

#hpb-header{
    height: 80px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
}


.hpb-layoutset-01 #hpb-wrapper{
    width : 791px;
    float: right;
    margin-top:340px;
    margin-right:35px;
    margin-bottom:0;
    margin-left:auto;
}

.hpb-layoutset-02 #hpb-wrapper{
    display: flex;
}

.hpb-layoutset-01 #hpb-title{
    position:absolute;
    left:274px;
    top:70px;
    width:700px;
    height:320px;
    z-index:2;
}



#hpb-main{
	width: 80%;
    text-align: left;
}
#hpb-main:last-child{
	position: relative;
	top:-3%;
}


#hpb-aside{
    margin-right: 40px;
    margin-bottom: 0;
    width: 26%;
	text-align: left !important;
	background: #F2F2F2;
	padding:20px 15px 15px 15px;
}

#hpb-aside .aside-index{
	display: block;
	width:80%;
	background: #fff;
    color: #2268C0;
    padding: 0.6em 1.2em;
    border-radius: 24px;
    border: 1px solid;
    text-decoration: none;
    font-size: 13px;
	text-align: center;
    white-space: nowrap;
	margin: 0 auto;
	transition:.5s;
}
#hpb-aside .aside-index i{
	margin-right: 0.8em;
}
#hpb-aside .aside-index:hover{
	background: #0054AA;
    color: #fff;
}
#hpb-aside ul.hpb-nav {
    padding-left: 0;
}
#hpb-aside ul.hpb-nav li {
    margin: 0;
}
#hpb-aside ul.hpb-nav li a {
    color: #2268C0;
    text-decoration: none;
	padding: 0.6em 0.6em 0.6em 1.6em;
    position: relative;
    display: block;
    line-height: 1.8;
	border-bottom:1px dotted #2268C0;
	transition:.5s;
}
#hpb-aside ul.hpb-nav li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #1f7ea7;
    border-right: solid 2px #1f7ea7;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    transform: rotate(45deg);
}
#hpb-aside ul.hpb-nav li a:hover,
#hpb-aside ul.hpb-nav li a.current {
	background: #D6E3F1;
}

#hpb-aside ul.hpb-nav li.aside-title {
    background: #0054AA;
    text-align: center;
    padding: 0.8em;
	margin: 0 -15px;
    color: white;
}

#hpb-aside ul.hpb-nav2 {
    padding-left: 0;
}
#hpb-aside ul.hpb-nav2 li {
    margin: 0;
}
#hpb-aside ul.hpb-nav2 li a {
    color: #2268C0;
    text-decoration: none;
	padding: 0.6em 0.6em 0.6em 1.6em;
    position: relative;
    display: block;
    line-height: 1.8;
	border-bottom:1px dotted #2268C0;
	transition:.5s;
}
#hpb-aside ul.hpb-nav2 li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #1f7ea7;
    border-right: solid 2px #1f7ea7;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    transform: rotate(45deg);
}
#hpb-aside ul.hpb-nav2 li a:hover {
	background: #D6E3F1;
}

#hpb-aside ul.hpb-nav2 li.aside-title {
    background: #0054AA;
    text-align: center;
    padding: 0.8em;
	margin: 0 -15px;
    color: white;
}
.side-tm{
	margin-top: 20px;
	font-size: 0.7em;
}
.banner{
	margin: 30px 0;
	padding: 0;
}
.banner li {
    position: relative;
	margin-bottom: 10px;
}
.banner li a {
	width:auto;
	display: block;
	padding: 0.8em 0.6em 0.8em 2em;
    position: relative;
    line-height: 1.8;
	transition:.5s;
    text-decoration: none;
	border: solid 1px #0054AA;
	background: #FFF;
}
.banner li a:hover,
.banner li a.current {
    color: #ffffff !important;
	background-color: #0054AA;
}
.banner li a:before{
	content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #1f7ea7;
    border-right: solid 2px #1f7ea7;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    transform: rotate(45deg);
	transition:.5s;
}
.banner li a.current:before{
	content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    transform: rotate(45deg);
	transition:.5s;
}
.banner li:hover a:before,
.banner li:hover a.current:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    transform: rotate(45deg);
}

#hpb-inner{
	padding-top: 30px;
    padding-right: 4%;
    padding-left: 4%;
    background-position: center top;
    background-repeat: repeat-y;
	}

#hpb-footer{
    position:relative;
	background: #08386a;
}
/*
.hpb-layoutset-01 #hpb-nav
{
    width: 700px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    top: 68px;
    left: 275px;
}

.hpb-layoutset-02 #hpb-nav
{
    width: 700px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    top: 68px;
    left: 275px;
}
*/
#hpb-nav{
    width: 231px;
    float: left;
    overflow: hidden;
    margin-left : 31px;
    padding-bottom: 10px;
	margin-top:90px;
}

#hpb-main .para1{
	margin-bottom: 20px;
}
#hpb-main .para2{
	margin-bottom: -8px;
}
#hpb-main .emp{
 color: #ef1010;
}
#hpb-main .table-sub-scheme{
	width: 95%;
	margin-bottom: 16px;
}
#hpb-main .table-spt-scheme{
	width: 95%;
	margin-bottom: 16px;
}
#hpb-main .table-spt-scheme .hd{
	width: 30%;
}
#hpb-main .table-spt-scheme .cnt{
	width: 70%;
}
#hpb-main .table-price{
	width: 95%;
}
#hpb-main .table-price .hd{
	width: 30%;
}
#hpb-main .table-price .cnt1{
	width: 70%;
}
#hpb-main .table-price .cnt2{
	width: 35%;
}
#hpb-main .nglist{
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
#hpb-main .nglist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.8;
	margin-bottom: 10px;
}
#hpb-main .nglist li:last-child {
	margin-bottom: 0;
}
#hpb-main .nglist li i {
	margin-right: 0.6em;
	color: #0081CB;
}
#hpb-main .adptlist dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}
#hpb-main .adptlist{
	margin-bottom: 16px;
}
#hpb-main .adptlist dl dt {
  flex-basis: 80px; /*幅*/
  margin:   8px 0 4px 0 !important;
  padding: 0;
  border-bottom: none;
}

#hpb-main .adptlist dl dd {
  margin:   8px 0 4px 0 !important;
  padding: 0;
  flex-basis: calc(100% - 80px);
  border-bottom: none;
}
#hpb-main .pplist li{
	list-style-type: square;
	padding: 4px 0;
}
#hpb-main .companydata{
	margin-bottom: 24px;
}
#hpb-main .companydata dl{
  display: flex;
  flex-wrap: wrap;
  width: auto;
	margin: 0;
	padding: 0;
}
#hpb-main .companydata dl dt {
  flex-basis: 120px; /*幅*/
  padding: 0.8em 0 0.8em 0;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
}

#hpb-main .companydata dl dd {
  padding: 0.8em 0 0.8em 0;
  flex-basis: calc(100% - 120px);
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(../img/bg_1S_01.png);
    background-position:left top;
    background-repeat:repeat;
}

.hpb-layoutset-02{
    background-position:left top;
    background-repeat:repeat;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav h3.hpb-c-index{
    display: block;
    height: 30px;
    background-image : url(../img/navtitle_1S.png);
    overflow: hidden;
    text-indent: -9999px;
  width : 100%;
}

#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-nav li{
    display: block;
    font-size: 13px;
    line-height: 38px;
    height: 35px;
    overflow: hidden;
}

#hpb-nav li a{
    display: block;
    height: 35px;
    overflow: hidden;
    padding-left: 27px;
    padding-right: 10px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link{
    background-image : url(../img/mainmenu_1S_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:visited{
    background-image : url(../img/mainmenu_1S_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:hover{
    background-image : url(../img/mainmenu_1S_02_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}
#hpb-nav a:active{
    background-image : url(../img/mainmenu_1S_02_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}

/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 1039px) {
#hpb-aside{
    margin-right: 40px;
    margin-bottom: 0;
    width: 30%;
	text-align: left !important;
	background: #F2F2F2;
	padding:20px 15px 15px 15px;
}

#hpb-aside ul.hpb-nav {
    padding-left: 0;
}
#hpb-aside ul.hpb-nav li {
    margin: 0;
}
#hpb-aside ul.hpb-nav li a {
    color: #2268C0;
    text-decoration: none;
	padding: 0.6em 0.6em 0.6em 1.6em;
    position: relative;
    display: block;
    line-height: 1.8;
	border-bottom:1px dotted #2268C0;
	transition:.5s;
	font-size:13px;
}
#hpb-aside ul.hpb-nav li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #1f7ea7;
    border-right: solid 2px #1f7ea7;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    transform: rotate(45deg);
}

#hpb-aside ul.hpb-nav li.aside-title {
    background: #0054AA;
    text-align: center;
    padding: 0.8em;
	margin: 0 -15px;
    color: white;
}

#hpb-aside ul.hpb-nav2 {
    padding-left: 0;
}
#hpb-aside ul.hpb-nav2 li {
    margin: 0;
}
#hpb-aside ul.hpb-nav2 li a {
    color: #2268C0;
    text-decoration: none;
	padding: 0.6em 0.6em 0.6em 1.6em;
    position: relative;
    display: block;
    line-height: 1.8;
	border-bottom:1px dotted #2268C0;
	transition:.5s;
	font-size:13px;
}
#hpb-aside ul.hpb-nav2 li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #1f7ea7;
    border-right: solid 2px #1f7ea7;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    transform: rotate(45deg);
}

#hpb-aside ul.hpb-nav2 li.aside-title {
    background: #0054AA;
    text-align: center;
    padding: 0.8em;
	margin: 0 -15px;
    color: white;
}
}

@media screen and (max-width: 767px) {

	 /* ハンバーガーアイコンの設置スペース */
  .menu-trigger {
	  position:fixed;
    display: block;
	  border: 0;
    border-radius: 25px;
	  
   top: 10px;
    right: 10px;
    order: 1;
    width: 44px;
    height: 44px;
    
    cursor: pointer;
	  z-index:10000;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    position: absolute;
    /* left: 0; */
    width: 10%;
    height: 1px;
    background-color: #252525;
    border-radius: 4px;
    right: 20px;
    top: 26px;
	  left:12px;
	  z-index: 1000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 21px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(22px) rotate(-45deg);
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-18px) rotate(45deg);
    top: 40px;
  }
  .global_menu {
    display: none;
	  box-shadow: 2px 1px 2px #f4f4f4;
  }
  .active {
    display: block;
  }
  nav {
    display: block;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 62%;
    height: 100%;
    padding-top: 0;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 3%);
  }
	#hpb-aside ul.hpb-nav{
		margin:0;
		padding:0;
	}
	#hpb-aside ul.hpb-nav li.aside-index{
		padding: 0.8em 1.2em;
		font-size: 14px;
		margin: 0 auto;
	}
	#hpb-aside ul.hpb-nav li.aside-title {
		margin: 0 ;
	}
	#hpb-aside ul.hpb-nav li a{
		padding: 0.8em 0.8em 0.8em 2em;
	}
	
	.last{
		padding:0 8% !important;
	}
	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	
	#hpb-container{
		width: 100%;
	}
	#hpb-header{
		height: 120px;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
	}
	#hpb-inner{
		padding-top: 30px;
	}
	.hpb-layoutset-01 #hpb-wrapper{
		width: 100%;
		float: none;
		margin-top:0;
		margin-right:auto;
	}
	.hpb-layoutset-02 #hpb-wrapper{
		flex-direction: column-reverse;
	}
	.hpb-layoutset-01 #hpb-title{
		position:relative;
		left:0;
		top:0;
		width:100%;
		height:auto;
	}
	.hpb-layoutset-01 #hpb-title h1{
		margin-right:auto;
		margin-left:auto;
		width:100%;
		height:255px;
		background-size: contain;
	}
	#hpb-main{
		width : 96%;
		margin-right:auto;
		margin-left:auto;
		padding-bottom:20px;
	}
	#hpb-aside {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: left !important;
		padding:25px 15px 20px 15px;
		box-sizing: border-box;
	}
	
	#hpb-aside span{
		padding-left: 20px;
	}
	#hpb-nav{
		width:auto;
		float: none;
		margin-left: 0;
		padding-bottom: 0;
		margin-top:0;
		border-top-width: 1px;
		border-top-color: #cacaca;
		border-top-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #0054AC;
		border-bottom-style: solid;
	}
	#hpb-aside .aside-title{
		max-width: auto;
	}

	#hpb-aside ul.hpb-nav2 li {
		margin: 0;
	}
	#hpb-aside ul.hpb-nav2 li a {
		color: #2268C0;
		text-decoration: none;
		padding: 0.6em 0.6em 0.6em 1.6em;
		position: relative;
		display: block;
		line-height: 3;
		border-bottom:1px dotted #2268C0;
		transition:.5s;
		font-size:14px;
	}
	#hpb-aside ul.hpb-nav2 li a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #1f7ea7;
		border-right: solid 2px #1f7ea7;
		position: absolute;
		top: 50%;
		left: 5px;
		margin-top: -3px;
		transform: rotate(45deg);
	}
	#hpb-aside ul.hpb-nav2 li.aside-title {
		background: #0054AA;
		text-align: center;
		padding: 0.8em;
		margin: 0 -15px;
		color: white;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	.hpb-layoutset-01,
	.hpb-layoutset-02{
		background-image : none;
	}

	/* コンテンツ配置領域 */

	/* ナビゲーション */
	



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