@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
body{
	font-size: 15px;
	line-height: 1.6;
	font-family: "メイリオ" ,"Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-family: "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	color: #333;
}
a{
	color: #1b8cd0;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #1b8cd0;
	text-decoration: underline;
}
/* use hover animation */
/*
a, a:hover{
	-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;
}
*/


/* Layout
------------------------------------------*/

#container{
	overflow: hidden;
	padding-top: 140px;
}
#content{
	padding-top: 10px;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
}
body.home #content{
	padding: 0;
	box-shadow: none;
}
#content-inner{
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 980px;
}
body.home #content-inner{
	width: auto;
}
#main{
	float: left;
	width: 720px;
	text-align: left;
}
body.home #main{
	float: none;
	width: auto;
}
#main article{
	margin: 0 0 20px 0;
}
#main article:last-child{
	margin: 0;
}
#main article .entry-content{
	padding: 20px 14px 18px;
	line-height: 1.6;
	border: solid #ccc;
	border-width: 0px 1px 1px 1px;
}

/* 本文内目次メニュー行間調整(START) */
ol.anchor li{
        line-height: 2.5;
}
/* 本文内目次メニュー行間調整( END ) */


/* header
------------------------------------------*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 5px solid #31a2e4;
	box-shadow: 0 1px 5px rgba(0,0,0,0.35);
	z-index: 2000;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
#header-inner{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 140px;
}
.site-description{
	position: absolute;
	top: 6px;
	right: 0;
	color: #878787;
	font-size: 12px;
}
.header-logo{
	position: absolute;
	top: 13px;
	left: 0;
}
.header-btn{
	position: absolute;
	top: 37px;
	right: 0;
}
.header-btn li{
	float: left;
	padding-left: 5px;
	line-height: 1;
}

.gnav{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}
.gnav-list li{
	position: relative;
}

.gnav-list-item{
	float: left;
}
.gnav-list-item.item01 { width: 116px; }
.gnav-list-item.item02 { width: 131px; }
.gnav-list-item.item03 { width: 156px; }
.gnav-list-item.item04 { width: 138px; }
.gnav-list-item.item05 { width: 156px; }
.gnav-list-item.item06 { width: 144px; }
.gnav-list-item.item07 { width: 139px; }

.gnav-list-item::before,
.gnav-list-item.last::after{
	content: "";
	position: absolute;
	top: 14px;
	width: 1px;
	height: 27px;
	background: #bbb;
	z-index: 10;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gnav-list-item::before { left: 0; }
.gnav-list-item.last::after { right: 0; }
.gnav-list-item:hover::before,
.gnav-list-item:hover::after,
.gnav-list-item:hover + .gnav-list-item::before,
.gnav-list-item.current::before,
.gnav-list-item.current::after,
.gnav-list-item.current + .gnav-list-item::before{
	opacity: 0;
}

.gnav-list-item > a,
.gnav-list-item > span{
	display: block;
	padding-top: 14px;
	height: 55px;
	color: inherit;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gnav-list-item > span { cursor: default; }
.gnav-list-item > a:hover,
.gnav-list-item > span:hover,
.gnav-list-item.current > a,
.gnav-list-item.current > span{
	color: #fff;
	background: #52ade4;
}
.gnav-list-item.multiline > a { line-height: 1.1; }
.gnav-list-item.multiline > a small{
	display: block;
	font-size: 13px;
	font-weight: bold;
}

/* droppy */
.gnav-list ul{
	position: absolute;
	top: 55px;
	left: 0;
	width: 160%;
	height: 0px;
	overflow: hidden;
	transition: all 300ms 0s ease;
}
.gnav-list .gnav-list-item:hover ul{
 height: auto;
}
.gnav-list-item.item03 ul { width: 275px; }
.gnav-list-item.item04 ul {}
.gnav-list-item.item07 ul { width: 260px; }
.gnav-list ul li a{
	display: block;
	padding: 9px 0 9px 22px;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	background: #52ade4 url(/images/default/droppy-bg.png) no-repeat 10px 14px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gnav-list ul li:first-child > a{
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5) inset;
}
.gnav-list ul li:last-child > a{
	border: none;
}
.gnav-list ul li a:hover{
	text-decoration: none;
	background-color: #239ce4;
}
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }



/* mainimage
------------------------------------------*/
#mainimage{
	margin-bottom: 30px;
}
#mainimage-inner{
	margin: 0 auto;
	width: 980px;
}

/* slideshow */
.slideshow{
	overflow: hidden;
	margin: 0 -470px;
	height: 440px;
}
.slideshow .slick-slide{
	overflow: hidden;
	width: 1920px;
	height: 440px;
}
.slideshow .slick-slide img{
	display: inline;
}



/* main
------------------------------------------*/
.top-contact{
	margin-bottom: 50px;
	background: #3aa3e4;
}
.top-contact-inner{
	margin: 0 auto;
	padding: 30px 0 35px;
	width: 980px;
}
.top-contact-text .row{
	margin: 0 -10px;
}
.top-contact-text .row > div{
	margin: 0;
	padding: 0 5px;
}

.main-service{
	margin-bottom: 40px;
	background: #eef5fb;
}
.main-service-inner{
	margin: 0 auto;
	padding-bottom: 57px;
	width: 980px;
}
.main-service-list{
	margin-right: -60px;
}
.main-service-list-item{
	position: relative;
	float: left;
	margin: 0 60px 67px 0;
	width: 460px;
}
.main-service-list-item .in{
}
.main-service-list-title{
	margin-bottom: 30px;
	text-align: center;
}
.main-service-list-detail{
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #5ab1e6;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(0,0,0,.22);
}
.main-service-list-item.item03,
.main-service-list-item.item04{
	margin-bottom: 0;
}
.main-service-list-item.item02 .main-service-list-detail{
	border-color: #ec7d99;
}
.main-service-list-item.item03 .main-service-list-detail{
	border-color: #9bc741;
}
.main-service-list-item.item04 .main-service-list-detail{
	border-color: #ffc638;
}
.main-service-list-detail .image{
	text-align: center;
}
.main-service-list-detail .text{
	padding: 20px 15px 35px;
	line-height: 1.4;
}
.main-service-list-detail .text h3{
	margin-bottom: 13px;
	text-align: center;
}
.main-service-list-detail .text li{
	margin-bottom: 7px;
}
.main-service-list-detail .text li:last-child{
	margin-bottom: 0;
}
.main-service-list-detail .text ul li{ /* ol li は除外する */
	position: relative;
	padding-left: 1em;
}
.main-service-list-detail .text ul li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.main-service-list-btn{
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -120px;
}

.main-other{
	padding: 29px 349px 23px 34px;
	margin: 0 auto 60px;
	width: 980px;
	min-height: 280px;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #8492d0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.22);
}
.main-other-text{
	min-height: 170px;
	margin-bottom: 16px;
	line-height: 1.4;
}
.main-other-text h2{
	margin-bottom: 17px;
}
.main-other-text li{
	margin-bottom: 7px;
}
.main-other-text li:last-child{
	margin-bottom: 0;
}
.main-other-text  ul li{ /* ol li は除外する */
	position: relative;
	padding-left: 1em;
}
.main-other-text ul li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.main-other-btn{
	margin-left: -4px;
}

.main-reason{
	background: url(/images/default/main-reason-bg.jpg) no-repeat center center;
	background-size: cover;
}
.main-reason-inner{
	margin: 0 auto;
	padding: 35px 0 34px;
	width: 980px;
}
.main-reason h2{
	margin-bottom: 6px;
	text-align: center;
}
.main-reason ol{
	margin-right: -20px;
}
.main-reason ol li{
	float: left;
	margin: 0 20px 14px 0;
	width: 230px;
	line-height: 1.4;
}
.main-reason ol li h3{
	margin: 0 -9px 0;
}

.mid-contact{
	color: #fff;
	background: #3aa3e4 url(/images/default/mid-contact-bg.png) no-repeat center center;
}
.mid-contact-inner{
	margin: 0 auto;
	padding: 30px 0 35px;
	width: 980px;
}
.mid-contact-text{
	font-size: 14px;
	line-height: 2.2;
}
.mid-contact-text h2{
	margin-bottom: 11px;
	line-height: 1.6;
}
.mid-contact-text p{
	margin-bottom: 15px;
}
.mid-contact-text .row{
	margin: 0 -15px;
}
.mid-contact-text .row > div{
	margin: 0;
}
.mid-contact-text :last-child{
	margin-bottom: 0;
}

.main-news-group{
	margin: 70px auto 0;
	width: 980px;
}
.main-news{
	float: left;
	width: 475px;
}
.main-news.last{
	float: right;
}
.main-news-title{
	position: relative;
	margin-bottom: 16px;
}
.main-news-title a{
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 1;
}
.main-news-inner{
	padding: 20px 7px 20px 17px;
	border: 3px solid #a9d5f0;
}
.main-news-list{
}
.main-news-list-item{
	padding: 8px 0 11px;
	line-height: 1.4;
}
.main-news-list-title{
	overflow: hidden;
	margin-bottom: 6px;
	white-space: nowrap;
}
.main-news-list-title span{
	margin-right: 10px;
}
.main-news-list-title a{
	color: inherit;
	font-weight: bold;
}
.main-news-list-text{
	color: #333;
	font-size: 12px;
}
.main-news .scroll-area,
.main-news .scroll-area .cs-bar,
.main-news .scroll-area .cs-bar-inner{
	height: 231px;
}
.main-news .scroll-area{
	position: relative;
	overflow: hidden;
}
.main-news .scroll-area .cs-content{
	padding-right: 15px;
}
.main-news .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.main-news .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.main-news .scroll-area .cs-drag{
	background: #ccc;
}

.main-free{
	margin: 50px auto 0;
	width: 980px;
}
.main-free .entry-content{
	padding: 0 15%;
}
.main-free .entry-content h3{
	padding: 0 0 0 28px !important;
	height: 46px !important;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 47px !important;
	background: #eaf3f9 url(/images/default/main-free-h3-bg.png) no-repeat 8px center;
	border-top: solid 1px #ccdae4;
	border-right: solid 1px #ccdae4;
	border-bottom: solid  2px #31a2e4;
	border-left: solid  1px #ccdae4;
}
.main-free-introduce{
	padding: 15px 40px 20px 80px;
	margin: 0 auto 10px;
	width: auto;
	min-height: 180px;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #8492d0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.22);
}
.main-free-introduce-text{
	min-height: 170px;
	margin-bottom: 16px;
	line-height: 1.4;
}
.main-free-introduce-text h2{
	margin-bottom: 17px;
}
.main-free-introduce-text li{
	margin-bottom: 7px;
}
.main-free-introduce-text li:last-child{
	margin-bottom: 0;
}
.main-free-introduce-text  ul li{ /* ol li は除外する */
	position: relative;
	padding-left: 1em;
}
.main-free-introduce-text ul li::before{
	content: "　";
	position: absolute;
	top: 0;
	left: 0;
}
.main-free-introduce-btn{
	margin-left: -4px;
}


/* sidebar
------------------------------------------*/
#sidebar{
	float: right;
	width: 230px;
	text-align: left;
}

.side-banner{
	margin-bottom: 20px;
}

.side-nav{
	margin: 0 0 20px 0;
}
.side-nav.wrapped{
	margin: 0;
	padding: 5px;
	background: #eaf3f9;
	border: 1px solid #bfd1dc;
}
.side-nav-title{
	position: relative;
	padding: 8px 0 6px 35px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #52ade4 url(/images/default/side-nav-title-bg.png) no-repeat 9px 9px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	z-index: 10;
}
.side-nav-title a{
	color: inherit;
}
.side-nav li a{
}
.side-nav-inner > ul{
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #c7d6e1;
}
.side-nav-inner > ul > li > a{
	display: block;
	position: relative;
	padding: 7px 5px 7px 22px;
	color: inherit;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border-bottom: solid #c7d6e1 1px;
}
.side-nav-inner > ul > li > a::before{
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 6px;
	height: 8px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 0 0;
	z-index: 10;
}
.side-nav-inner > ul > li > ul{
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a{
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about{
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}



/* footer
------------------------------------------*/
.bottom-contact{
	position: relative;
	margin-bottom: 40px;
	background: #3aa3e4;
	z-index: 1000;
}
.bottom-contact-inner{
	margin: 0 auto;
	padding: 30px 0 35px;
	width: 980px;
}
.bottom-contact-text .row{
	margin: 0 -10px;
}
.bottom-contact-text .row > div{
	margin: 0;
	padding: 0 5px;
}

#footer{
	text-align: left;
	background: #3aa3e4;
}
#footer-inner{
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.pagetop-btn{
	display: none;
	position: fixed;
	bottom: 25px;
	right: 30px;
	z-index: 1001;
}

.footer-nav{
	padding-top: 45px;
	color: #fff;
	line-height: 1.4;
	background:
}
.footer-nav-item{
	float: left;
	margin: 0 30px 20px 0;
	/*max-width: 165px;*/
}
.footer-nav-item.item01{
	/*max-width: 195px;*/
}
.footer-nav-item.item05{
	margin: 0;
}
.footer-nav-item li a{
	color: inherit;
}
.footer-nav-item > ul > li{
	margin-bottom: 10px;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/default/footer-nav-btn-bg.png) no-repeat 0 3px;
}
.footer-nav-item > ul > li.no-link{
	background-image: url(/images/default/footer-nav-nolink-bg.png);
}
.footer-nav-item > ul > li > ul{
	margin: 10px 0 15px -19px;
}
.footer-nav-item > ul > li > ul > li{
	margin-bottom: 9px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	background: url(/images/default/footer-nav-subbtn-bg.png) no-repeat 4px 5px;
}

.footer-bottom{
	padding: 18px 0 16px;
	min-height: 90px;
	text-align: left;
	background: #f2f2f2;
}
.footer-bottom-inner{
	margin: 0 auto;
	width: 980px;
}

.footer-bottom-text{
	color: #545454;
	font-size: 11px;
	line-height: 1.8;
}
.footer-bottom-text .row{
	margin: 0;
}
.footer-bottom-text .row > div{
	margin: 0;
	padding: 0;
}
.footer-bottom-text .row > div.col-sm-5{
	width: 45%;
}
.footer-bottom-text .row > div.col-sm-5 table th{
	width: 140px;
}
.footer-bottom-text .row > div.col-sm-5 table td{
	padding-top: 10px;
}
.footer-bottom-text .row > div.col-sm-7{
	padding-top: 5px;
	width: 55%;
	text-align: right;
}
.footer-bottom-text .row > div.col-sm-7 img{
	float: left;
	margin-left: 6px;
}

.footer-copyright{
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.site-contact{
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 1000;
}


/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a{
}

/* heading */
.page-title{
	margin: 0 0 15px;
	padding: 0 0 0 22px;
	height: 46px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 46px;
	background: url(/images/default/page-title-area-bg.png) no-repeat right 0;
}
.page-title a{
	color: #fff;
}
#main article + .page-title{
	margin-top: 35px;
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap{
	margin: 5px 0 10px;
}
/*
.breadcrumb{
	padding: 0;
	margin: 0 !important;
	background: none;
	font-size: 11px;
}
*/
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:before{
	content: '>';
	color: inherit;
}
/*.breadcrumb-item.home:before{
	padding: 0 2px 0 4px;
	content: '\f015';
	color: #1b8cd0;
	font-weight: normal;
	font-size: 10px;
	font-family: 'FontAwesome';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/



/* Nav
------------------------------------------*/
.common-nav{
	margin: 0 0 20px 0;
	text-align: left;
}
.common-nav h2{
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.common-nav li{
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav li a{
	color: inherit;
	font-size: 12px;
}

.blog-list-more{
	margin: 30px 0 40px;
	text-align: center;
}
.blog-list-more a{
	overflow: hidden;
	display: inline-block;
	position: relative;
	padding: 10px 35px 10px 25px;
	max-width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f3f6fa;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f6fa 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f6fa 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f6fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f6fa',GradientType=0 );
	border: 2px solid #d3dde3;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-list-more a:hover{
	opacity: 0.7;
}
.blog-list-more a::before{
	content: "";
	display: inline-block;
	position: relative;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(/images/default/blog-list-more-btn-bg.png) no-repeat 0 0;
	z-index: 10;
}



/* Gallery
------------------------------------------*/
/* archive */
.gallery-list{
}
.gallery-list-row{
	margin: 0;
}
.gallery-list-col{
	padding: 0 15px 15px;
}
.gallery-list-item{
}
.gallery-list-img{
	margin-bottom: 3px;
}
.gallery-list-title{
	font-size: 13px;
}

/* single */
.gallery-detail{
	padding: 0 15px 15px 15px;
	text-align: center;
}
.gallery-detail-row{
}
.gallery-detail-col{
}
.gallery-detail-main{
}
.gallery-detail-sub{
}
.gallery-detail-sub li{
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail{
	padding: 0 10px 20px;
}
.ba-detail-main{
	display: table;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after{
	display: table-cell;
	width: 45%;
}
.ba-detail-arrow{
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.ba-detail-arrow i{
	font-size: 30px;
}
.ba-detail-sub li{
	padding: 0 15px 15px;
}



/* Colors
------------------------------------------*/
/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary{
	border-color: #27a1e7;
	background-color: #27a1e7;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary{
	border-color: #ccc;
	background-color: #fff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary{
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link{
	border-color: #9e9e9e;
	color: #444;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover{
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}

/* 20170426 added by Fabo */
body.template-type-contents .entry-content .row{
	margin-left: -6px;
	margin-right: -6px;
}
body.template-type-contents .entry-content .row > div{
	padding-left: 6px;
	padding-right: 6px;
}

.pc-none{
	display: none;
}

.reset{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	height: auto !important;
	color: inherit !important;
	line-height: 1 !important;
	background: none !important;
}
.reset img{
 width: 100%;
}

.table-decoration01{
	margin-bottom: 20px;
	width: 100%;
	table-layout: fixed;
}
.table-decoration01 th,
.table-decoration01 td{
	padding: 10px;
	line-height: 1.4;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #d4d4d4;
}
.table-decoration01 th{
	text-align: center;
	font-weight: bold;
	background: #f2f9fd;
}

.table-faq{
	width: 100%;
	margin-bottom: 20px;
}
.table-faq th{
	width: 46px;
	padding: 0px;
	vertical-align: top;
}
.table-faq .question th,
.table-faq .question td{
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}
.table-faq .question td{
	color: #26a3e9;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.table-faq .answer th{
	padding: 10px 0 20px;
}

.table-faq .answer td{
	padding: 10px 0 20px 10px;
}

.contents-box{
	margin-bottom: 20px;
}
.contents-box > h3{
	margin-bottom: 0;
}
.contents-box .detail{
	padding: 10px;
	border: solid #d1dbe1;
	border-width: 0 1px 1px 1px;
}

.contents-borderbox{
	margin-bottom: 20px;
	padding: 12px;
	background: #fff;
	border: 4px solid #eee;
}
.contents-borderbox :first-child{
	margin-top: 0;
}
.contents-borderbox :last-child{
	margin-bottom: 0;
}
.contents-borderbox ul li,
.contents-borderbox ol li{
	margin-bottom: 5px;
}

.contents-colorbox{
	margin-bottom: 20px;
	padding: 15px 12px 10px 12px;
	background: #f2f8fb;
	border-radius: 4px;
}
.contents-colorbox :first-child{
	margin-top: 0;
}
.contents-colorbox :last-child{
	margin-bottom: 0;
}
.contents-colorbox ul li,
.contents-colorbox ol li{
	margin-bottom: 5px;
}

.list-common dt{
	float: left;
	margin-right: 4px;
	padding: 6px;
	width: 130px;
	color: #fff;
	background: #3aa3e4;
}
.list-common dd {
	float: left;
	margin-bottom: 5px;
	padding: 6px;
	width: 554px;
	background: #ecf4f9;
}

.list-border li{
	margin-left: 0 !important;
	padding: 5px 0;
	border-bottom: 1px dotted #aaa;
	list-style: none !important;
}

.list-check li{
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.4;
}
.list-check li:last-child{
	margin-bottom: 0!important;
}
.list-check li:before{
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	color: #9bc741;
	font-family: "FontAwesome";
	font-size: 123.1%;
	line-height: 1.2;
}

.catch-box{
	margin: -14px -14px 20px !important;
	padding: 20px 280px 0 20px;
	min-height: 170px;
	background: url(/images/default/contents/corporate/catch-box-corporate-property-bg.png) no-repeat right 0;
}


/* アビックの特徴
------------------------------------------*/
.feature-box{
	margin-bottom: 20px;
}
.feature-box .detail{
	padding: 15px;
	border: solid #a9d5f0;
	border-width: 0 4px 4px 4px;
	border-radius: 0 0 4px 4px;
}
.feature-box .detail .template-img-left{
	margin: 0 10px 15px 0;
}

/* 新メニュー */
/* 不動産担保 */

#post-1224 .entry-content .row > div{ margin: 0; }

/* 不動産担保ローン */
body.page-id-10318 .catch-box{ background-image: url(/images/default/contents/realestate/catch-box-realestate-collateral-bg.jpg); }
#post-6104 .entry-content .row > div{ margin: 0; }

/* 物件買取転売ローン */
body.page-id-10626 .catch-box{ background-image: url(/images/default/contents/realestate/catch-box-realestate-purchase-bg.jpg); }
#post-6186 .entry-content .row > div{ margin: 0; }

/* 買取再販ローン */
body.page-id-9596 .catch-box{ background-image: url(/images/default/contents/realestate/catch-box-realestate-renovation-bg.jpg); }
#post-6189 .entry-content .row > div{ margin: 0; }

/* 売却物件つなぎローン */
body.page-id-10628 .catch-box{ background-image: url(/images/default/contents/realestate/catch-box-realestate-bridge-bg.jpg); }
#post-6191 .entry-content .row > div{ margin: 0; }

/* 収益物件つなぎローン */
body.page-id-10630 .catch-box{ background-image: url(/images/default/contents/realestate/catch-box-realestate-investor-bg.jpg); }
#post-6196 .entry-content .row > div{ margin: 0; }

/* 外国人向けローン */
body.page-id-9616 .catch-box{ background-image: url(/images/default/contents/realestate/catch-box-realestate-foreigner-bg.jpg); }
#post-7128 .entry-content .row > div{ margin: 0; }

/* 融資を受けづらい物件 */
body.page-id-9612 .catch-box{ background-image: url(/images/default/contents/corporate/catch-box-corporate-business-bg.jpg); }
#post-6200 .entry-content .row > div{ margin: 0; }


/* その他ローン
------------------------------------------*/
#post-1537 .entry-content .row > div{ margin: 0; }

/* ビジネスローン */
body.page-id-9586 .catch-box{ background-image: url(/images/default/contents/otherloan/catch-box-otherloan-business-bg.jpg); }
#post-6177 .entry-content .row > div{ margin: 0; }

/* 株式上場資金ローン */
body.page-id-9588 .catch-box{ background-image: url(/images/default/contents/otherloan/catch-box-otherloan-stocklist-bg.jpg); }
#post-6179 .entry-content .row > div{ margin: 0; }

/* おまとめローン */
body.page-id-9590 .catch-box{ background-image: url(/images/default/contents/otherloan/catch-box-otherloan-omatome-bg-min.jpg); }
#post-6182 .entry-content .row > div{ margin: 0; }

/* 有価証券担保ローン */
body.page-id-9592 .catch-box{ background-image: url(/images/default/contents/otherloan/catch-box-otherloan-securities-bg.jpg); }
#post-6184 .entry-content .row > div{ margin: 0; }


/* 資金調達について
------------------------------------------*/
#post-1583 .entry-content .row > div{ margin: 0; }

/* 審査が通るか不安な方 */
body.page-id-9613 .catch-box{ background-image: url(/images/default/contents/financing/catch-box-financing-condition-bg.jpg); }
#post-6203 .entry-content .row > div{ margin: 0; }

/* 融資案件の紹介受付 */
body.page-id-9614 .catch-box{ background-image: url(/images/default/contents/financing/catch-box-financing-introduce-bg.jpg); }
#post-6168 .entry-content .row > div{ margin: 0; }

/* リースバックについて */
body.page-id-9585 .catch-box{ background-image: url(/images/default/contents/financing/catch-box-financing-leaseback-bg.jpg); }
#post-6170 .entry-content .row > div{ margin: 0; }


/* 日本全国に対応
------------------------------------------*/
#post-1968 .entry-content .template-img-left{
	margin-right: 10px;
}
.area-map{
	margin: 20px 0;
	height: 590px;
	background: url(/images/default/contents/area/map-bg.png) no-repeat 0 0;
}


/* 母と子のあゆみ
------------------------------------------*/
#post-1153 .entry-content .table-bordered th{
	width: 25% !important;
}
#post-1153 .entry-content .row{
	margin-left: -2px;
	margin-right: -2px;
}
#post-1153 .entry-content .row > div{
	padding-left: 2px;
	padding-right: 2px;
}
#post-1153 .entry-content .row > div ul li{
	margin: 0 0 4px !important;
	padding: 5px;
	background: #f7f7f7;
	list-style: none;
}


/* 用語集
------------------------------------------*/
.itemlist {
    width: 100%;
    margin: 0;
    padding: 0;
}
.itemlist ul.itemem04 li, .itemlist ul.itemem05 li, .itemlist ul.itemem06 li, .itemlist ul.itemem07 li, .itemlist ul.itemem08 li, .itemlist ul.itemem09 li, .itemlist ul.itemem10 li {
    display: block;
    float: left;
    line-height:1.5;
    padding-left:0.3em;
    margin-top:-1px;
}
.itemlist ul.itemem04 li {width: 4.5em;}
.itemlist ul.itemem05 li {width: 5.5em;}
.itemlist ul.itemem06 li {width: 6.5em;}
.itemlist ul.itemem07 li {width: 7.5em;}
.itemlist ul.itemem08 li {width: 8.5em;}
.itemlist ul.itemem09 li {width: 9.5em;}
.itemlist ul.itemem10 li {width: 10.5em;}

/*　table用　*/
.itemlist.itemtable ul {
    display: inline-table;
    margin-left:40px;
    padding:0;
    border-left:1px solid #eee;
}
.itemlist.table ul.itemem04 li, .itemlist.table ul.itemem05 li, .itemlist.table ul.itemem06 li, .itemlist.table ul.itemem07 li, .itemlist.table ul.itemem08 li, .itemlist.table ul.itemem09 li, .itemlist.table ul.itemem10 li {
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
}


.footer-contact{
position: fixed;
bottom: 0px;
left: 0;
z-index: 1000;
width: 100%;
}
.footer-contact .footer-contact-inner{
 margin: 0 auto;
	width: 980px;
	padding: 10px 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px -3px 3px 2px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-contact-orange .footer-contact-inner{
	background:#f4a500;
}
.footer-contact-green .footer-contact-inner{
	background:#9bc741;
}
.footer-contact-blue .footer-contact-inner{
	background:#3098d7;
}
.footer-contact .footer-contact-inner .time{
 padding: 10px;
	margin: 0px;
	text-align: center;
	background: #FFF;
	border-radius: 5px;
	line-height: 1.1;
}
.footer-contact .footer-contact-inner .time .text1{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.footer-contact-orange .footer-contact-inner .time .text1{
	color: #f4a500;
}
.footer-contact-green .footer-contact-inner .time .text1{
	color: #9bc741;
}
.footer-contact-blue .footer-contact-inner .time .text1{
	color: #3098d7;
}
.footer-contact .footer-contact-inner .time .text2{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.footer-contact .footer-contact-inner .time .text2 span{
 font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	vertical-align: bottom;
}
.footer-contact .footer-contact-inner .tel{
	padding: 0px 40px;
	margin: 0px;
}
.footer-contact .footer-contact-inner .tel p{
	margin:0px;
	padding:0px 0px 10px 0px;
	width:320px;
}
.footer-contact .footer-contact-inner .tel p:last-child{
	padding:0px;
}
.footer-contact .footer-contact-inner .contact{
	padding: 5px 0px;
}
.footer-contact .footer-contact-inner .contact a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  
  transition: 0.3s;
}
.footer-contact-orange .footer-contact-inner .contact a {
  background-color: #e56900;
  box-shadow: 0 5px 0 #b95500;
}
.footer-contact-green .footer-contact-inner .contact a {
  background-color: #0ac447;
  box-shadow: 0 5px 0 #0a8901;
}
.footer-contact-blue .footer-contact-inner .contact a {
  background-color: #076eac;
  box-shadow: 0 5px 0 #004a77;
}
.footer-contact .footer-contact-inner .contact a:hover {
  transform: translateY(3px);
  text-decoration: none;
  
}
.footer-contact-orange .footer-contact-inner .contact a:hover {
  box-shadow: 0 2px 0 #b95500;
}
.footer-contact-green .footer-contact-inner .contact a:hover {
  box-shadow: 0 2px 0 #0a8901;
}
.footer-contact-blue .footer-contact-inner .contact a:hover {
  box-shadow: 0 2px 0 #004a77;
}

.footer-contact .footer-contact-inner .contact a img{
 vertical-align: middle;
	width: 28px;
	margin: 0px 5px 0px 0px;
}
#footer{
	padding-bottom:120px;
}
