<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: sakaePC_WP
Theme URI: 
Description: This is our original theme.
Author: avanti
Author URI: http://office.e-avanti.com/
Version:1.0
*/
/*////////////////////////////////////////////////*/
body{
  background: #fff;
  line-height: 1;
  font-size: 100%;
}
.clearfix {
  zoom:100%;
}
.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.pb10{
  padding-bottom:10px;
}
.pl24{
	padding-left:24px;
}
.pr20{
  padding-right:40px;
}
a {
text-decoration: none;
color:#333;
}
/*ホバー*/
a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}
.jireiBtn a:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}
/*ボックスシャドウ*/
.mi_dansei01 img{
  display: inline-block;
  -moz-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.8);
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.8);
  box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.8);
}
/*角丸ボックスシャドウ*/
.kz_order01{
　border-radius:10px;
　overflow:hidden;

  display: inline-block;
  -moz-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.8);
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.8);
  box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.8);
}

/*////////////////////////////////////////////////common*/
#catch,#blog,#links,#bnr{
  width:1200px;
  margin:0 auto;
  padding-top:60px;
}


.sBtn{
	font-size:12px;
	border:#c5baab solid 1px;
	padding: 10px 15px 10px 10px;
}

.sBtn::after{
    position:relative;
    content: "";
    display: inline-block;
    width:8px;
    height:14px;
    top:3px;
    left:5px;
    background: url(../../img/top/renew/arrow.png) no-repeat;
    background-size: 100% auto;
}
.hoverBg {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.hoverBg:hover {
    background-color :#c5baab;
    }
/*////////////////////////////////////////////////header*/
#header div,
#header h1,
#header h2 {
margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#header img{
    border: 0;
    max-width: 100%;
    vertical-align: bottom;
    max-height: 100%;
    width: auto;
    height: auto;
}
#header div.headerInner{
  width:1200px;
  margin:0 auto;
}

#header div.logo{
  width:299px;
}
#header div.logo a{
  display: block;
}
#header h1{
  font-size: 14px;
  padding:0 0 10px 5px;
  font-weight: normal;

}
#header div.telBtn{
    width:255px;
    position:relative;
    top:30px;
    padding-right:60px;
}
#header div.toiawaseBtn{
    width:270px;
    position:relative;
    top:34px;s
  }
#header div.headerInner div:nth-of-type(1){
  float:left;
}
#header div.headerInner div:nth-of-type(2){
  float:right;
}
#header{
  padding:20px 0;
}
/*////////////////////////////////////////////////nav*/
#nav a{
    text-decoration: none;
    color: #333;
  }
#nav a:visited {
    text-decoration: none;
    color: #333;
}
#nav a:link {
    text-decoration: none;
    color: #333;
}

#nav{
    width:100%;
    border-top:#c5baab 1px solid;
    border-bottom:#c5baab 1px solid;
    margin-bottom: 10px;
}
.menu {
    position: relative;
    width:1202px;
    margin:0 auto;
    z-index: 99999;
    height: 70px;
}
/*右端のみ198px*/
.menu &gt; li {
    float: left;
    width: 199px;
    height: 70px;
    line-height: 74px;
    background: #fff;
    text-align: center;
}

/*横ドットライン*/
.menu__single{
  border-right:#c5baab dashed 1px;
}
.menu__single:nth-child(1){
  border-left:#c5baab dashed 1px;
}

.menu &gt; li a {
    display: block;
    font-size: 16px;

}

.menu &gt; li a:hover {
    color: ;
}
.menu &gt; li:hover {
    background: #c5baab;
    -webkit-transition: all .5s;
    transition: all .5s;

}
/*1階層目*/
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}


/*2階層目*/
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu__second-level li {
    border-left: 1px solid #c5baab;
    border-right: 1px solid #c5baab;
    font-size: 14px;
    border-top:#c5baab 1px solid;
    width:199px;
    position: relative;
    left:-1px;
}
.menu__second-level li:last-child{
    border-bottom: 1px solid #c5baab;
}

.menu__second-level li a:hover {
    background: #c5baab;
}

.menu &gt; li.menu__single {
    position: relative;
}

.menu &gt; li.menu__single a {
    font-size: 18px;
    letter-spacing: 1px;
}
.menu &gt; li.menu__single &gt; .menu__second-level a{
font-size:15px !important;
}
.navLine a{
    line-height: 24px;
    height: 42px;
    padding-top:13px;
    padding-bottom: 15px;
}
.

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*////////////////////////////////////////////////catch*/
#catch img{
  width:1200px;
}
/*////////////////////////////////////////////////jirei*/
#jirei{
	background: url(../../img/top/renew/bgYellow.png);
  margin-top:60px;
  width:100%;
  padding:30px 0;
}
.jireiInner{
  width:1200px;
  margin:0 auto;
}
.jireiLeft{
	width:878px;
	float:left;	
}
.jireiLeft img{
	width:878px;
}

.jireiRight{
    float: right;
    padding-right: 20px;
}
.jireiRightInner{
	width:260px;
	margin:0 auto;
}
.jireiRight img{
	width:280px;
	margin:0 auto;
	display: block;
}
.jireiRight h2:nth-child(1){
	padding:30px 0 20px 0;
  text-align: center;
}

.jireiRight p{
	font-size: 16px;
	line-height: 32px;
	padding:10px 0 30px 0;
  margin:0 auto;
}

/**/
.jireiBtn{
  background: #59493f;
    padding: 10px 0px 10px 15px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-top:120px;
}
.jireiBtn a{
  color:#fff;
  letter-spacing: 1px;
}

.jireiBtn::after{
    position:relative;
    content: "";
    display: inline-block;
    width:10px;
    height:16px;
    top:2px;
    left:24px;
    background: url(../../img/top/renew/arrowWhite.png) no-repeat;
    background-size: 100% auto;
}
.jireiBtn:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}
/*////////////////////////////////////////////////blog*/
#blog .sBtn{
	float:right;
  position: relative;
  bottom:0px;
}
#blog p{
	font-size: 16px;
	padding:20px 0 0 5px;
}
#blog img:nth-child(1){
  padding-bottom:0px;
}
.news,.report{
	width:560px;
	float:left;
}
.news{
	padding-right:40px;
  padding-left:20px;
}
.newsH2{
	padding:0px 0 0px 0;
	float:left;
	position: relative;;
	top:5px;
}
.news p,.report p{
	font-size:12px;
}
#blog .toplist{
    padding: 20px 0 0 0;
    font-size: 16px;
}
#blog .news .clearfix{
  padding-bottom:10px;
}
.news div:nth-child(1){
  padding-bottom:10px;
}
#newstxt{
  line-height: 2;
}
/*////////////////////////////////////////////////links*/
#links h2{
	padding:20px 0;
}
#links li{
  float: left;
  width: calc((100% - 4px/) 3);
}
#links p{
    line-height: 2em;
    font-size: 16px;}
.linksLine{
	width:200px;
	padding-bottom:15px;
}
#links li{
border-top:#c5baab 1px solid;
border-left:#c5baab 1px solid;
border-bottom:#c5baab 1px solid;
}
#links li:nth-child(3){
border-right:#c5baab 1px solid;
}
.linksInner{
	text-align: center;
}
#links .sBtn{
	margin:20px auto;
	width:80px;
}
#links li img:nth-child(1) {
    width: 386px;
}
#links ul:nth-child(1) {
  padding-left:20px;
}
.links01 img,.links02 img,.links03 img{
    width: 300px  !important;
}
/*////////////////////////////////////////////////bnr*/
#bnr img{
	width:380px;
}
.bnrInner{
	margin:0 auto;
	width:800px;
}
.bnrInner img{
  float: left;
  width: calc((100% - 20px/) 2);
 }
/*////////////////////////////////////////////////footer*/

/*normalize*/
#footer201805_01 a{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#footer201805_01{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#footer201805_01 ul{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#footer201805_01 ul li{
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#footer201805_01 a{
    text-decoration: none;
    color: #333;
  }
#footer201805_01 a:visited {
    text-decoration: none;
    color: #333;
}
#footer201805_01 a:link {
    text-decoration: none;
    color: #333;
}


#footer201805_01 div.footerInner201805_01 ul li{
	padding-top:12px;
}
#footer201805_01 div.footerInner201805_01 ul li a{
  font-size: 14px;
}
#footer201805_01 .footerT{
	font-size: 14px;
	}
#footer201805_01 .footerT span{
	padding-left:10px;
}
li.footerT span a{
	font-weight:bold;
}
.footerT::before{
    position:relative;
    content: "";
    display: inline-block;
    width:14px;
    height:14px;
    top:3px;
    left:5px;
    background: url(../../img/top/renew/arrow_footer@2x.png) no-repeat;
    background-size: 100% auto;
}

.list06 h4{
	padding:0 0 10px 0 ;
}
#footer201805_01{
padding: 20px 0;
    background: #f2f2f2;
    width: 100%;
    margin-top: 80px;
    display: block;
    height: 220px;
    clear:both;
}
.footerInner201805_01{
  width:1200px;
  margin:0 auto;
  display: flex;
}

#footer201805_01 .footer01{
  padding-right:10px;
  padding-left:5px;
}
#footer201805_01 .footer02{
  padding-right:40px;
}
#footer201805_01 .footer03{
  padding-right:41px;
}
#footer201805_01 .footer04{
  padding-right:16px;
}
#footer201805_01 .footer05{
  padding-right:20px;
}
#footer201805_01 .footer06{
  padding-right:0px;
}

#footer201805_01 ul li{
  font-size: 1em;
}
.footer06 li{
  padding-bottom: 10px;
}
/*
#footer li{
  padding:12px 0 0 12px ;
}
#footer li a{
  font-size: 12px;
}
#footer h4{
  font-size: 12px;
  }
#footer h4 span{
  padding-left:10px;
}
.footerT::before{
    position:relative;
    content: "";
    display: inline-block;
    width:14px;
    height:14px;
    top:3px;
    left:5px;
    background: url(img/arrow_footer@2x.png) no-repeat;
    background-size: 100% auto;
}

.list06 h4{
  padding:0 0 10px 0 ;
}
#footer{
padding: 20px 0;
    background: #f2f2f2;
    width: 100%;
    margin-top: 80px;
    display: block;
    height: 220px;
}
.footerInner{
  width:1200px;
  margin:0 auto;
}

.footer01{
  float:left;
  padding-right:10px;
}
.footer02{
  float:left;
  padding-right:40px;
}
.footer03{
  float:left;
  padding-right:58px;
}
.footer04{
  float:left;
  padding-right:42px;
}
.footer05{
  float:left;
  padding-right:30px;
}
.footer06{
  float:left;
  padding-right:42px;
}
*/
/*////////////////////////////////////////////////footer02*/
/*normalize*/
#footer201805_02 img {
    border: 0;
    max-width: 100%;
    vertical-align: bottom;
    max-height: 100%;
    width: auto;
    height: auto;
}
#footer201805_01 div.footerInner201805_02 ul li{
  padding:12px 0 0 0px ;
}
#footer201805_01 div.footerInner201805_02 ul li a{
  font-size: 14px;
}
.footerInner201805_02{
  width:1200px;
  margin:0 auto;
}

#footer201805_02{
	padding:30px 0;
    clear:both;
}
#footer201805_02 li{
	line-height: 20px;
	font-size: 12px;
	float:left;
	padding-right:42px;
}
.footer201805_02_02{
	width:100px;
}
.footer201805_02_03{
	width:184px;
}
.footer201805_02_04{
	width:40px;
}
.footer201805_02_05{
	width:200px;
}
.footer201805_02_06{
	width:200px;
}
#footer201805_01 div.footerInner201805_02 ul li{
  padding:12px 0 0 0px ;
}
#footer201805_01 div.footerInner201805_02 ul li a{
  font-size: 14px;
}
/*////////////////////////////////////////////////footer03*/
#footer201805_03 p{
	text-align:center;
	font-size: 12px
}
#footer201805_03{
	background: #d1c0a5;
	height:60px;
	line-height: 60px;
}


/*////////////////////////////////////////////////slider*/
#bxslider-wrap-inner {
  width: 3640px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}


#bxslider-wrap-inner img{
  width:1200px;
}
/*////////////////////////////////////////////////slider*/

/* 初期化完了まで非表示 */
.bxslider {
  display:none;
}
.bx-wrapper .bxslider {
  display: block;
}

/* デフォルトのデザインをリセット */
.bx-wrapper {
  box-shadow: none;
  border: none;
}

/* 調整 */
#bxslider-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  padding-bottom:60px;
}

#bxslider-wrap-inner {
  width: 3640px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.bx-wrapper .bx-prev {
  left: 1194px;
}

.bx-wrapper .bx-next {
  right: 1194px;
}


@media only screen and (max-width: 1200px) {
  #bxslider-wrap {
    height: auto;
    padding-bottom:0px;
  }

  #bxslider-wrap-inner {
    width: -webkit-calc(300% + 40px);
    width: calc(300% + 40px);
  }

  .bx-wrapper .bx-prev {
    left: 34%;
  }

  .bx-wrapper .bx-next {
    right: 34%;
  }
}
.testBox{
  display: block;
  margin:0px auto;
  width:1200px;
  background:#aaa;

}
.kvTxt{
  width:1200px;
}
.kvTxt p{
    top:30px;
    margin:0 auto;
    text-align: center;
    color:white;
    top:-100px;
}
/*------------------------------------------------明朝対策*/
.jireiTitle{
  width:260px;
}
.links01 img{
  width:202px;
}
.links02 img{
  width:260px;
}
.links03 img{
  width:194px;
}
#catch div{
display: block;
width:1200px;
height:391px;
background: url(../../img/top/renew/catch@2x.png) no-repeat;
background-size: 1200px 391px;
}
#catch div p{
  width:400px;
  line-height: 2em;
  position: relative;
  top:86px;
  left:640px;
  font-size: 16px;
}
.newsTitle{
  width:188px;
  padding-left: 0px;
}
.reportTitle{
  width:188px;
  padding-left: px;
}

/*ページトップ*/
#PageTop_PC {
    background: none;
    border-radius: 5px;
    color: #FFF;
    padding: 15px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    z-index: 50;
    display: block;
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}</pre></body></html>