@charset "utf-8";
/*
Theme Name: NB-03-A1.0
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 1.0
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v1.0
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/

/*-------------------------------------------------------------------------------------------*/
/* 　リセット
/*-------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
div#watch-time  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
}
html {
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, table th{
	font-weight: normal;	
}
p:empty:before {
    content: initial!important;
}



/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    font-size: 10px;
}
body {
	font: 15px/1.7em "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 1.6rem;
    line-height: 1.7;
	color: #666;
	-webkit-text-size-adjust: none;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------- リンク設定 --------*/
a {
	color: orange;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
    transition: 0.3s;
}
a:hover, a:active {
	outline: none;
	color: red;
}

/*-------- ベースレイアウト --------*/
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	display: block;
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
}
header{
	display: block;
	width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    background: #f8f8f8;
}
#container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 80px;
}
#content {
	width: 720px;
	margin-bottom: 20px;
}
#sidebar {
	width: 270px;
	margin-bottom: 20px;
}
#footer{
	display: inline-block;
	width: 100%;
	padding: 60px 0 50px;
	margin-top: 50px;
	background-color: #f5f5f5;
}
.box{
	width: 100%;
	padding: 0px;
}
.text p, .single-post p {
	margin-bottom: 20px;
}
.text:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.text{
    display: inline-block;
}
.text {
    display: block;
} 
:before,
:after {
    font-family: "FontAwesome";
}

/*-------- 画像 --------*/
img {
	max-width: 100%;
	height: auto;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}



/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダトップ --------*/
header .inner{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}
.header-top{
	width: 100%;
	padding: 5px 0;
	display: inline-block;
}
.header-copy {
	flex-shrink: 10;
    color: #666;
    font-size: 0.91em;
	text-align: left;
	line-height: 1.4;
	padding: 10px 0;
}
.header-sns{
	display: flex;
	margin: 0;
}
.header-sns .fa-facebook-f, .footer-address .fa-facebook-f,
.header-sns .fa-twitter, .footer-address .fa-twitter,
.header-sns .fa-google-plus-g, .footer-address .fa-google-plus-g,
.header-sns .fa-skype, .footer-address .fa-skype,
.header-sns .fa-rss, .footer-address .fa-rss {
	width: 25px;
    height: 25px;
    color: #fff;
	margin: 6px 0 0 2px;
    border-radius: 2px;
}
.fa-facebook-f {
    background: #305097;
}
.fa-twitter {
    background: #00aced;
}
.fa-google-plus-g {
    background: #db4a39;
}
.fa-skype {
    background: #00aff0;
}
.fa-rss {
    background: #f90;
}

/*-------- ヘッダコンテンツ --------*/
header .logo img {
	width: 260px;
	height: auto;
	margin: 0 0 15px;
	display: block;
}
header .logo a img:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
header .logo .header-banner {
    display: block;
	width: 280px;
	margin: 0 0 17px;
	
}
header .logo map {
	display: none;
}

/*-------- ヘッダホーム画像 --------*/
#header-img {
	margin: 0 auto 30px;
	z-index: 0;
    background-image: none ;
    background-size: cover;
	background-attachment: fixed;
	height: auto;
    z-index: 1;
}
#header-img small {
    font-size: 70%;
}

/*-------- ヘッダ画像 --------*/
.head-title {
	width: 100%;
	height: 150px;
	padding-top: 40px;
	margin: 10px auto;
	background: url(images/post-slider.jpg) no-repeat center;
	-moz-background-size: cover;
	background-size: cover;
}
.head-title h1{
	width: 1024px;
	font-size: 3rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 15px;
	padding-left: 30px;
	margin: 0 auto;
}

/*-------- パンくず --------*/
#breadcrumb{
	display: block;
	width: 100%;
	padding: 10px 10px 10px 30px;
	background: #f8f8f8;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 0 auto 30px;
}
#breadcrumb ul{
	display: flex;
    flex-wrap: wrap;
	width: 1024px;
	color: #999;
	margin: 0 auto;
}
#breadcrumb li, #breadcrumb li a{
    flex-grow: 0;
    font-size: 1.2rem;
	line-height: 2;
    margin-right: 5px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
#toppage h1 {
    display: block;
    font-size: 4rem;
    text-align: center;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 40px;
}
h2.top-title, h3.top-title {
    font-size: 3rem;
    text-align: center;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 30px;
}
#toppage h1 br,
h2.top-title br {
    display: none;
}
h3.top-title {
    font-size: 2.4rem;
}
.top-copy {
    font-size: 1.8rem;
    text-align: center;
}

/*-------- ホームお知らせ --------*/
.news li {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #ccc;	
}
.news li:last-child {
	border-bottom: none;	
}
.news .ymd {
    color: #FFF;
    font-size: 1.2rem;
	padding: 3px 10px 4px;
	margin-right: 10px;
    border-radius: 3px;
}
.news li a {
    float: right;
    padding: 0 10px;
    border-radius: 3px;
}
.news li a:hover {
    color: #fff;
}
.top_content {
	padding: 20px 20px 10px;
	background: #f5f5f5;
}

/*-------- ［再エネ・省エネ］最新記事 --------*/
.post-new .w4 {
    position: relative;
    margin-bottom: 30px !important;
    background: #f8f8f8;
}
.post-new .w4 .slider-orver {
    border-radius: 10px 10px 0 0;
}
.post-new .w4 .slider-orver:hover  .cover {
    transform: rotate(-7deg) scale(1.2);
    -webkit-transform: rotate(-7deg) scale(1.2);
}
.post-new .w4 .list {
    padding: 20px;
    border-radius: 0 0 15px 10px;
}
.post-new .w4 h3 {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.post-new .w4 a {
    color: #666;
}
.post-new .w4 svg {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/*-------- ホームコンテンツ --------*/
.top-box {
    position: relative;
    left: 50%;
    width: 100vw !important;
    transform: translateX(-50%);
    width: 100%;
    padding: 50px 10% 60px;
    z-index: 0;
    background: url(images/back01.jpg)no-repeat center top;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.top-box .w4 {
    position: relative;
    color: #222;
    font-size: 2rem;
    text-align: center;
    padding: 40px 50px 80px;
    background: rgba(255,255,255,.3);
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(63,129,176,0.33);
}
.top-box .w4 h3 {
    font-size: 3rem;
    margin-bottom: 15px;
}
.top-box .w4 img {
    margin-bottom: -10px;
}
.top-box .w4 ul {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.top-box .w4 li {
    font-size: 1.6rem;
    padding: 2px 10px;
    margin: 5px 5px 0;
    border-radius: 3px;
    background: rgba(255,255,255,.4);
    white-space: nowrap;
}
.top-box .w4 li:hover {
    background: rgba(255,255,255,.6);
}
.banner a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
}
.banner a svg {
    font-size: 4rem;
}
.banner a:hover {
    color: #fff;
}
.banner a .title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}
.simulation h3 {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.simulation a {
    display: block;
    width: 280px;
    text-align: center;
    font-size: 110%;
    line-height: 2.4;
    margin: auto;
    border-radius: 5px;
}
.simulation a:hover {
    color: #fff;
}
.service h3 {
    text-align: center;
    line-height: 2.4;
}


/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 固定タイトル --------*/
h1.title {
    display: flex;
    width: 100%;
    font-size: 3rem;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
h1.title:before {
    content: "";
    flex-grow: 1;
    height: 1px; 
    margin:0 .4em 0 0;
    background: #ccc;
}
h1.title:after {
    content: "";
    flex-grow: 1;
    height: 1px; 
    margin:0 0 0 .4em;
    background: #ccc;
}
h2.title {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4em;
    padding: 8px 15px 7px 45px;
    margin-bottom: 30px;
    border-radius: 5px;
}
h2.title:before {
    content: "\f192";
    margin-left: -27px;
    margin-right: 7px;
}
h2.title span {
    color: #ffd200;
    font-weight: bold;
}
h3.title {
	display: inline-block;
	width: 100%;
	font-size: 2.2rem;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.4;
    border: 1px solid #ededed;
    background: #e8f0f8;
}
h4.title {
    display: inline-block;
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 1.4;
}
h5.title {
    display: inline-block;
	width: 100%;
    color: #fff;
	font-size: 1.7rem;
	line-height: 1.4;
    padding: 3px 10px;
}
p.title {
	display: inline-block;
	width: 100%;
	font-size: 1.7rem;
	margin-bottom: 5px;
	line-height: 1.4;
}
.text-red {
    color: #f30;
    font-size: 110%;
}
.text-blue {
    color: #3875b6;
    font-size: 110%;
}
.text-big {
    font-size: 140%;
    font-weight: bold;
}
p.title2 {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
p.title3 {
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}
.solar-box .w6 {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #5eb339;
    border-radius: 10px;
}
.solar-box .w6:last-child {
    border: 1px solid #000;
}
.solar-box .title {
    color: #5eb339;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.solar-box .w6:last-child .title {
    color: #000;
}
.battery-p span {
    background: #f60;
    padding: 2px;
    margin:0 1px;
    color: #fff;
    font-size:90%;
}
.battery-p2 {
    background: #f30 !important;
}

/*-------- 固定画像 --------*/
.alignnone, .aligncenter, .alignleft, .alignright {
	display: block;
	position: relative;
}
.aligncenter {
	margin: 0px auto 15px;
}
.alignleft {
	float: left;
	margin: 0px 35px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 35px;
}

/*-------- 検索結果 --------*/
h2.post-list-title {
	font-size: 2rem;
    line-height: 30px;
    margin-bottom: 5px;
}
h2.post-list-title a {
	color: #222;
}
.search-box .title {
	font-size: 1.8rem;
	color: #F30;
	margin-bottom: 20px;
	display: inline-block;
}
.search-box p {
	margin: 20px 0;
}

/*-------- テーブル --------*/
.table1 {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.table1 th {
	color: #0099ff;
	text-align: left;
	padding: 10px 0px;
	font-weight: 400;
	border-bottom: #e3e3e3 1px solid;
}
.table1 td {
	text-align: left;
	padding: 10px 0px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 5px;
}
.table1 th.last,.table1 td.last {
	border-bottom: none;
}
.table2 {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ccc solid;
	margin: 0 0 10px;
}
.table2 tr th {
	font-size: 1.4rem;
    font-weight: normal;
	text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
	border: 1px #ccc solid;
    background-color: #f4f4f4;
}
.table2 tr td {
	font-size: 1.4rem;
    vertical-align: middle;
    padding: 5px 10px;
	text-align: right;
    border: 1px solid #DADADA;
}
.table-work {
	width: 100%;
	border-collapse: collapse;
	border: 1px #e2e2e2 solid;
	margin: 0 0 10px;
}
.table-work tr th {
    font-weight: normal;
    vertical-align: middle;
    padding: 8px 10px;
	border: 1px #e2e2e2 solid;
    background-color: #f4f4f4;
}
.table-work tr td {
    vertical-align: middle;
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
}
.center tr td {
	text-align: center;
}

/*-------- リスト --------*/
.list1 {
    color: #333;
}
.list1 li {
    padding: 5px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.list1 li + li {
    border-top: 1px dotted #CCC;
}
.list1 li:before {
    content: "\f138";
    font-size: 1.4rem;
    margin-right: 7px;
}
.list2 {
    counter-reset: li;
    color: #333;
}
.list2 li {
    padding: 5px 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list2 li:before {
    content: counter(li, decimal) ". ";
    counter-increment: li;
}
.list3 {
    color: #333;
}
.list3 li {
    padding: 12px 0 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.list3 li + li {
    border-top: 1px dotted #CCC;
}
.list3 li:before {
    content: "\f14a";
    margin-right: 7px;
}
.list4 {
    color: #333;
}
.list4 li {
    padding: 12px 0 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.list4 li:before {
    content: "\f14a";
    margin-right: 7px;
}

/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: red;
	overflow: hidden;
}
a.zo-masonry-button .icon {
	margin-right: 4px;
}
a.zo-masonry-button .face-primary,
a.zo-masonry-button .face-secondary {
	display: block;
	padding: 0 10px;
	line-height: 34px;
	transition: margin .4s;
	color: #fff;
}
a.zo-masonry-button .face-primary {
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}

/*-------- Q&A --------*/
.accordion-panel dt{
    line-height: 1.5;
    text-transform: uppercase;
    padding: 20px 35px 18px 35px;
    margin: 0px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}
.accordion-panel dt:before {
    content: "\f0fe";
    float: right;
    font-size: 2.2rem;
    margin-top: -5px;
    margin-right: -35px;
}
dt.opened:before {
    content: "\f146";
}
.accordion-panel a{
    color: #222;
}
.accordion-panel dd {
    padding: 5px 35px 15px 35px;
    border-bottom: 1px dotted #ccc;
}
.dropcap-q, .dropcap-a {
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: bold;
    text-indent: 0px;
    text-align: center;
    overflow: hidden;
    margin: -2px 8px -4px -35px;
    background: #8b9dd3;
    border-radius: 50%;
}
.dropcap-a {
    background: #f29da6;
}
dl#accordion .opened{
    border-bottom: none;
}

/*-------- 資料ダウンロード --------*/
#download {
    display: none;
    width: 300px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin: 15px auto;
    border-radius: 3px;
    background: #f30;
}

/*-------- 固定コンテンツ --------*/
.box1 {
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #f8f8f8;
}
.box2 {
    position: relative;
    color: #222;
    line-height: 2;
    padding: 15px 20px;
    margin: 45px 0 15px;
    border: 1px solid #ddd;
}
.box2.center {
    text-align: center;
}
.box2 h4 {
    position: absolute;
    top: -37px;
    left: -1px;
    color: #fff;
    padding: 2px 15px;
}
.box2 p {
    margin-bottom: 0;
}
.box2 div p {
    display: inline;
}
.box2 .r-arrow {
    padding: 0 1em;
}
.box3 {
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #f8f8f8;
}
.box3 h3 {
    font-size: 4rem;
    font-weight: bold;
}
.box-red {
    color: #f30;
    border: 1px solid #f30;
}
.box-red h4 {
    background: #f30 !important;
}
.arrow {
    position: relative;
    display: block;
    height: 60px;
    color: #f30;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
.arrow:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #f30 transparent transparent transparent;
}
.title-red {
    background: #f30 !important;
}
a.dl-btn {
    position: relative;
    display: block;
    width: 580px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 20px;
    margin: 30px auto 0;
    border-radius: 5px;
}
a.dl-btn:hover {
    color: #fff;
}
a.dl-btn svg {
    position: absolute;
    margin-top: 15px;
    font-size: 2.6rem;
    animation: bound-anim 0.8s infinite;
}
@keyframes bound-anim {
	0%,100% {top: 0;transform: scale(1);}
	30% {top: -25%;}
	50% {transform: scale(1);}
	90% {top: 0;transform: scale(1.1,0.8);}
}
.warning {
    color: #f30 !important;
}
.dl-copy {
    text-align: center;
}
.dl-copy:after {
    content: "";
    width: 150px;
    height: 60px;
    margin: 0 auto;
    border-style: solid;
    border-width: 60px 75px 0 75px;
    border-color: #3875b6 transparent transparent transparent;
}
.dl-copy .copy1 {
    display: inline-block;
    color: #fff;
    padding: 5px 8px;
    margin-bottom: 10px;
    border-radius: 5px; 
    background: #f60;
}
.dl-copy .copy2 {
    color: #000;
    font-size: 2.6rem;
    font-weight: bold;
}
.dl-copy .copy3 {
    color: #f60;
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.dl-copy .w4 {
    font-size: 2rem;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 10px;
    border-radius: 50px; 
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.post-header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
	background: none;
}
.cal-single{
    flex-shrink: 0;
	padding: 13px 10px 5px;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 3px;
}
.cal-single .year{
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
}
.cal-single .day{
	color: #E9E9E9;
	margin-bottom: 0px;
}
.blog-info-single{
	flex-grow: 1;
	color: #666;
	font-size: 1.2rem;
	padding: 0px;
}
.blog-info-single ul {
    padding: 5px 0;
    margin-top: 18px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

/*-------- 投稿タイトル --------*/
h2.post-title {
	color: #222;
	font-size: 2.4rem;
	line-height: 1.4;
    margin-bottom: 8px;
}

/*-------- 投稿コンテンツ --------*/
.single-_post{
	word-wrap: break-word;
}
.single-post h2 {
    font-size: 2.4rem;
    padding: 5px 15px;
    margin: 30px 0 20px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #f8f8f8;
}
.single-post h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
div#ez-toc-container {
    padding: 20px !important;
    margin-bottom: 30px;
}
#ez-toc-container li {
    padding-bottom: 7px !important;
    margin-bottom: 7px !important;
    border-bottom: 1px dotted #ddd;
}
#ez-toc-container li:last-child,
#ez-toc-container li ul li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
}

/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul{
	display: flex;
	justify-content: center;
}
.social-sharing li{
    margin: 0px 5px 0px 0px;
}
.social-sharing li:last-child{
    margin-right: 0px;
}
.social-sharing li img:hover{
    transform: scale(1, 1) ;
    -webkit-transform: scale(1, 1) ;
    -moz-transform: scale(1, 1) ;
    -ms-transform: scale(1, 1) ;
    -o-transform: scale(1, 1) ;
}

/*-------- 投稿ページナビ --------*/
.pagenav {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.pagenav a{
	border-radius: 3px;
	border: 1px solid orange;
}
.prev a{
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
}
.prev a:hover, .next a:hover{
	border: 1px solid red;
}
.prev a:before {
	content: "\f137";
	margin-right: 10px;
}
.next a{
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
}
.next a:after {
	content: "\f138";
	color: orange;
	margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
	position:relative;
	display:inline-block;
	color: #F60;
	border-bottom: 1px dotted #F60;
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 1.2rem;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
	border-radius: 4px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.tooltip-top.tooltip-movable:before, .tooltip-top.tooltip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
	margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
	margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before, .tooltip-top.tooltip-movable:hover:after {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.tooltip-top:before, .tooltip-top:after {
	left: 30%;
}
.tooltip-top:after {
	margin-left: -120px;
	height: auto;
	width: 150px;
	padding: 11px;
	line-height: 19px;
	white-space: normal;
	text-align: left;
}
.tooltip-top:after {
	margin-bottom: 7px;
}
[data-tooltip].tooltip-top:before {
}
[data-tooltip].tooltip-top:after {
	color: #ecf0f1;
}
.tooltip-top:before, .tooltip-top:after {
	bottom: 100%;
}
.tooltip-top:before {
	margin-bottom: -5px;
}
/* ソーシャルアイコンツールチップ */
[data-tooltip].social {
	border-bottom: none;
}
[data-tooltip].social:after {
	text-align: center;
	width: 120px;
}






/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.post-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.post-list p{
	margin-bottom: 0;
}
.post-list-search{
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.search .post-list{
    display: block;
}

/*-------- アイキャッチ --------*/
.image-orver{
	margin-right: 25px;
	padding: 0px;
}
.image-orver{
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 180px;
	display: inline-block;
}
.image-orver a .cover {
	display: inline-block;
	width: 180px;
	height: 180px;
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.image-orver a:hover .cover{
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

/*-------- 投稿情報 --------*/
div.blog-info {
	flex-basis: 100%;
	flex-shrink: 20;
}
h3.post-list-title a {
	color: #222;
	font-size: 2rem;
    line-height: 1.4;
	padding-bottom: 5px;
}
div.blog-info ul {
	display: flex;
	flex-wrap: wrap;
	color: #666;
	padding: 8px 0px 4px;
    margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
div.blog-info li, div.blog-info li a {
	font-size: 1.2rem;
}
.blog-comment {
	font-size: 1.4rem;
	overflow: hidden;
	display: block;
}
.blog-button {
	color: 666;
    font-size: 1.2rem;
	margin-top: 16px;
	display: inline-block;
	border: 1px solid orange;
	padding: 5px 15px 3px;
	border-radius: 3px; 
}
.blog-button:before {
	content: "\f138";
	font-size: 1.3rem;
	margin-right: 7px;
	vertical-align: top;
}
.blog-button:hover {
	color: #FFF;
	border: 1px solid red;
	background: red;
}
.blog-info-single ul {
	display: flex;
}
.blog-info li, .blog-info-single li {
	margin:0 15px 0 5px;
	justify-content: center;
}
.blog-info-single li, .blog-info-single li a {
    font-size: 1.2rem;
}
.blog-info li a, .blog-info-single li a {
	color: #666
}
.blog-info li a:hover, .blog-info-single li a:hover {
	color: red;
}
.blog-info li:before, .blog-info-single li:before {
	margin-right: 7px;
}
.blog-info li.cal:before, .blog-info-single li.cal:before {
	content: "\f073";
}
.blog-info li.aut:before, .blog-info-single li.aut:before {
	content: "\f007";
}
.blog-info li.cat:before, .blog-info-single li.cat:before {
	content: "\f07c";
}
.blog-info li.tag:before, .blog-info-single li.tag:before {
	content: "\f02c";
}

/*-------- ページナビゲーション --------*/
.pagination {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	border-radius: 25px;
}
.pagination .current{
	margin: 0 2px;
	width: 30px;
	height: 30px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 5px;
	border-radius: 15px;
	background: orange;
}
.pagination a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding-top: 3px;
	padding-bottom: 5px;
    border-radius: 25px;
}
.pagination a:hover{
	color: #fff;
	border-radius: 15px;
	background: red;
}
.pagination a:before{
    display: inline-block;
	color: orange;
	font-size: 2rem;
    margin-top: -5px;
}
.pagination a:hover:before{
	color: #fff;
}
.previous-button a:before{
	content: "\f104";
}
.first-button a:before{
	content: "\f100";
}
.next-button a:before{
	content: "\f105";
}
.last-button a:before{
	content: "\f101";
}

	


/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-bottom:7px;
}

/*-------- ブロック --------*/
.widget{
	width: 100%;
	margin-bottom: 40px;
}

/*-------- 検索 --------*/
#searchform {
	width: 100%;
	display: block;
	height: 46px;
	position: relative;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #e3e3e3 inset;
}
#s {
	width: 100%;
	position: absolute;
	top: 8px;
	left: 5px;
	right: 5px;
	outline: 0;
	background: none;
	line-height: 14px;
	font-size: 1.4rem;
	padding-top: 0px;
	padding-top: 15px\9 !important;
	z-index: 10;
} 
#searchsubmit { 
    position: absolute;
	right: 0px;
	z-index: 90;
	height: 46px;
	width: 46px;
	background: orange;
	border-radius: 0 5px 5px 0;
}
#searchsubmit:hover {
	background: red;
}
#search-2 input {
	border: none;
}

/*-------- 最近の投稿（アイキャッチ） --------*/
.widget-post {
	display: flex;
	padding: 7px 0;
	margin-top: 7px;
	border-bottom: 1px dotted #ccc;
}
.widget-post div {
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-post h4 {
	line-height: 1.4;
}
.widget-post h4 a {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 3px;
}
.post-date{
	font-size: 1.2rem;
}
.post-date:before {
	content: "\f073";
	color: #999;
    font-size: 1.2rem;
	margin-right: 7px;
}
.widget-post .cover {
    display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 13px 6px 2px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}

/*-------- 最近の投稿（タブ） --------*/
ul.tab-widget:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul.tab-widget{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
ul.tab-widget li {
	flex: 1 1 50%;
	text-align: center;
	margin-right: 3px;
}
ul.tab-widget li:last-child {
	background: none;
}
ul.tab-widget li a {
	display: block;
	padding-top: 2px;
	letter-spacing: 1px;
	text-align: center;
	background: #ebebeb;
	line-height: 35px;
}
ul.tab-widget li:last-child {
	margin-right: -4px;
}
ul.tab-widget li a:hover {
	color: #fff;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover {
	color: orange;
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: -1px;
}
#detail-widget {
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 40px;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.tabbox-widget {
	display: none;
}
.tabbox-widget .widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-button{
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	padding: 2px 0;
	margin-top: 5px;
	background: #e2e2e2;
}
.widget-button:hover{
	color: #fff;
}
.tabbox-widget .widget-post:last-child {
	border-bottom: none;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
	content: "\f07c";
	margin-right: 10px;
}

/*-------- アーカイブ --------*/
label.screen-reader-text {
	display: none;
} 
.widget_archive select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 15px 11px 35px;
	line-height: 1.5;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid #c0c0c0;
}
.widget_archive:after{
	content: "\f078";
	font-size: 1.4rem;
	padding-left: 5px;
	z-index: 2;
	position: absolute;
	margin-top: -32px;
	margin-left: 10px;
 }

/*-------- 固定ページ --------*/
.widget_pages li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_pages li a:before {
	content: "\f15b";
	margin-right: 10px;
}

/*-------- タグ --------*/
.tagcloud{
	display: flex;
	flex-wrap: wrap;
}
.widget_tag_cloud a{
	color: #fff;
	font-size: 1.2rem !important;
	text-align: center;
	line-height: 1.2;
	margin: 5px 3px 0 0;
	padding: 4px 10px;
	border-radius: 3px;
    transition: 0.5s;
}
.widget_tag_cloud a:hover{
    color: #fff;
	background: red;
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 1.2rem;
    border: none
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}
#wp-calendar thead {
    font-size: 1.2rem;
}
#wp-calendar thead th {
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	font-size: 1.2rem;
	text-align: center;
}
#wp-calendar tfoot, #wp-calendar tfoot td {
    background: none;
    border: none;
    font-size: 1.2rem;
    text-align: left;
    padding: 0;
}
#wp-calendar tfoot tr {
    border: none;
}
#wp-calendar td:first-child {
    font-weight: normal;
}
#wp-calendar tbody td {
    background: #eee;
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody td a {
    font-size: 1.2rem;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}

/*-------- バナー --------*/
#banners {
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 20px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
#footer .widget{
	margin-bottom: 0px;
}
#footer h3 {
	font-size: 1.8rem;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-style: none;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: orange;
}
.footer-logo {
	width: 200px;
	margin-bottom: 10px;
}
#footer th {
    width: 100px;
}
#footer tr:first-of-type th,
#footer tr:first-of-type td {
    border-bottom: 1px dotted #ccc;
}
.under-btn {
    display: none;
}
.banner-box {
    margin-top: 150px;
}
#toppage .banner-box {
    margin-top: 0;
}

/*-------- フッダメニュー --------*/
.footer-under {
	display: inline-block;
	width: 100%;
	padding: 25px 0 20px;
}
.footer-under .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copyright {
	font-size: 1.2rem;
	color: #FFF;
	margin-top: -5px;
}
.footer-menu a{
	color: #fff;
    font-size: 1.2rem;
}
.footer-menu a:hover{
	color: red;
}
.footer-menu ul{
	display: flex;
}
.footer-menu ul li{
    font-size: 1.2rem;
	border-left: 1px dotted rgba(255,255,255,0.30);
	border-right: 1px dotted rgba(255,255,255,0.30);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1;
}
.footer-menu ul li + li{
	border-right:1px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}
.footer-menu ul ul li{
	border-right:0px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}

/*-------- フッダアドレス --------*/
#footer .footer-address img {
	margin-right: 5px;
}
#footer .footer-address p {
    color: #333;
    font-size: 110%;
	margin-bottom: 1px;
}
#footer .time, #footer .off{
	width: 100%;
	padding-top: 3px;
	padding-left: 0px !important;
	border-top: 1px dotted #CCC;
}
.footer-address p:before { 
	font-size: 1.2rem;
	color: #fff;
	margin: 0 5px 0 -30px;
}
.footer-address .access:before{
	content: "\f1b9";
	padding: 3px 4px 4px 3px;
}
.footer-address .tel:before{
	content: "\f095";
	padding: 5px 6px;
}
.footer-address .fax:before{
	content: "\f02f";
	padding: 5px;
}
.footer-address .mail:before{
	content: "\f0e0";
	padding: 5px 5px 5px 4px;
}
#footer .footer-sns-line{
	width: 100%;
	margin-top: 1px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

/*-------- サイドフローティングバナー --------*/
.fix_bn-R {
  width: 47px;
  height: 110px;
  position: fixed ;
  right: 0;
  bottom: 0;
  z-index: 999;
  transition: width ease-in-out 0.8s;
}
.fix_bn-R a {
  display: block;
  width: 100%;
  height: 100%;
}
.fix_bn-R:hover {
  width: 371px;
}
.side-b01 {
  background: url("images/banner-side01.png") 0 0 no-repeat;
  top: 390px;
    border-radius: 5px 0 0 5px;
}
.side-b02 {
  background: url("images/banner-side02.png") 0 0 no-repeat;
  top: 510px;
}
#toppage .side-b01 {
  top: 190px;
}
#toppage .side-b02 {
  top: 310px;
}

/*-------- ページスクロール --------*/
#page-top{
	z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 58px;
}
#page-top .fa-angle-up{
    width: 50px;
    height: 50px;
    color: #fff;
	cursor: pointer;
    background-color: orange;
    border-radius: 50%; 
    transition:all 0.3s;
    opacity: 0.8;
}
#page-top .fa-angle-up:hover{
	background-color:orange;
	border-radius: 5px; 
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム（Contact Form 7）
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
form.wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: -20px auto 0 !important;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	width: 100%;
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	width: 100%;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel] {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
    height: 40px;
    font-size: 1.6rem;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.4;
	box-sizing: border-box;
}
textarea {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
    font-size: 1.6rem;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.6;
	box-sizing: border-box;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -moz-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -o-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=submit]:hover,
input[type=reset]:hover { border-color: red }
.dual {
	width: 47.5%;
}
.full {
	width: 100%;
}
.wpcf7 p{
	color: #000;
	margin-bottom: 15px;
}
input[type=submit]{
	width: 100%;
	color: #fff;
    font-size: 1.8rem;
	text-align: center;
    letter-spacing: 0.2rem;
	padding: 18px 30px;
	background: orange;
	border: solid 1px orange;
	border-radius: 3px;
    transition: 0.5s;
    -webkit-appearance: none;
}
input[type=submit]:hover {
	color: #fff;
	background: red;
}
.star:before{
	content: "\f005";
	color: #f33;
	font-size: 1rem;
	padding-left: 5px;
}
.star2:before{
	content: "\f005";
	color: #f33;
	padding-left: 5px;
}





/*-------------------------------------------------------------------------------------------*/
/* 　スライダー
/*-------------------------------------------------------------------------------------------*/

/*-------- lightslider（トップ） --------*/
.top-slider-box {
    position: relative;
    left: 50%;
    width: 100vw !important;
    transform: translateX(-50%);
	width: 100%;
	overflow: hidden;
    margin-bottom: -30px;
    z-index: 0;
    background: url(images/post-slider.jpg)no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width: 1200px) {
.top-slider-box {
	padding: 80px 5% 100px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
.top-slider-box {
	padding: 80px 10% 100px;
}
}
@media only screen and (min-width: 1401px) {
.top-slider-box {
	padding: 80px 15% 100px;
}
}
.top-slider-box a {
	color: #666;
}
.top-slider-box .type {
	color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.top-slider-box h2.top-title span {
  background: #eee;
}
/*ナビゲーション*/
.lSPrev:before {
	content: "\f104";
    font-size: 24px;
    padding: 20px 5px;
}
.lSNext:before {
	content: "\f105";
    font-size: 24px;
    padding: 20px 5px;
}
.lSAction>a {
    top: 40% !important;
    background-image: none !important;
    color: #fff;
    opacity: 0.8 !important;
}
.lSAction>a:hover {
    color: #fff;
}
.lSAction>.lSPrev {
    left: 0 !important;
}
.lSAction>.lSNext {
    right: -14px !important;
}
/*ベース*/
.slider-box{
    position: relative;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
    background: rgba(255,255,255,.7);
}
#page .slider-box{
    background: none;
}
.work.w4 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}
.data {
    position: absolute;
	top: 10px;
	left: 0;
	bottom: auto;
    width: 100px;
    color: #FFF;
    font-size: 90%;
	line-height: 2;
	text-align: center;
}
.work.w4 {
    position: relative;
    margin-bottom: 30px !important;
    background: #f7f7f7;
}
.slider-box .list {
	padding: 15px;
}
.work.w4:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #3875b6 transparent;
}
.work.w4:hover:before {
    border-color: transparent transparent #5eb339 transparent;
}
.slider-box h4 {
	display: block;
    font-size: 120%;
	text-align: center;
    padding-bottom: 10px;
    margin: 5px 0 10px;
    border-bottom: 1px dotted #ccc;
}
.slider-orver {
	overflow: hidden;
	width: 100%;
	height: 200px;
    background-color: #f4f4f4;
	-webkit-transition:all 0s ease-in-out;
	-moz-transition:all 0s ease-in-out;
	-o-transition:all 0s ease-in-out;
	-ms-transition:all 0s ease-in-out;
	transition:all 0s ease-in-out;
}
.slider-orver .cover {
	float: left;
	z-index: 4;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
a:hover .slider-orver .cover {
	opacity: 1;
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.slider-box a.zo-masonry-button {
    position: absolute;
	bottom: 0;
}
.top-slider-box li span {
    display: inline-block;
    width: 10rem;
}


#imageGallery li {
    position: relative;
}
#imageGallery li img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.lSPager li img {
    width: 100%;
    height: 130px !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.bx-caption {
    position: absolute;
    bottom: 8px;
    width: 100%;
    color: #fff;
    padding: 10px;
    background: rgba(56,117,182,.8);
}