@charset "utf-8";

  
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px; right: 30px;
}




/*パンくずリスト
-------------------------------------------------- */

.breadcrumb {
	padding:0 0 15px 0;
	margin-bottom: 30px;
	list-style:none;
	font-size:90%;
	width:100%;
	overflow:hidden;
	width: 100%;
}

.breadcrumb li {
	float:left;
	list-style:none;
}

.breadcrumb a {
	text-decoration:underline;
}

.breadcrumb a:hover {
	text-decoration:none;
}

.breadcrumb li:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	margin:0 10px;
}

.breadcrumb li:last-child {
	width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li:last-child::after {
	content:none;
}


/* #shobo_atn
================================================== */

#shobo_atn {
	background: url(../img/common/line.png) repeat;
	padding: 20px;
	text-align: center;
	margin: 15px auto 30px;
	width: 100%;
}

#shobo_atn .atm_midashi {
	font-size: 1.6em;
	color: #288fc2;
	font-weight: bold;
	margin-bottom: 10px;
}




/* #main_contents
================================================== */

#main_contents {
	width: 680px;
	margin-right: 40px;
}

#side_contents {
	width: 280px;
}

/* Responsive */
@media ( min-width : 1000px ){
    #flexbox {
      display: -webkit-flex;
      display: flex;
    }
	}



/* .news
================================================== */

#news {
	width: 100%;
	}

#news #newsList {
	height: 290px;
	overflow: auto;
	margin-bottom: 20px;
}

/*スクロールバーの横幅指定*/
#news #newsList.deco::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色*/
#news #newsList.deco::-webkit-scrollbar-track {
	background: #dcf0f9;
}
/*スクロールバーの色*/
#news #newsList.deco::-webkit-scrollbar-thumb {
	background:#9bd0fb;
}

#news #newsList .newsListWrapper {
	border-bottom: solid 1px #ededed;
	padding: 20px 15px;
	width: 100%;
}

#news #newsList .meta {
	font-style: oblique;
	padding-right: 15px;
	font-size: 90%;
	display: table-cell;
}

#news #newsList .newsListWrapper .postTitle {
	text-decoration: none;
	display: table-cell;
}

#news #newsList .newsListWrapper .postTitle a:hover {
	text-decoration: underline;
}

#news #newsList a {
	color: #252525;
}


/* .top_works
================================================== */

.top_works {
	margin: 15px 0;
	display: -webkit-flex;
   	display: flex;
}

.top_works .works_box {
	margin-right: 2%;
	border: 1px solid #dfdfdf;
}

.top_works .works_box:last-child {
	margin-right: 0;
}

.top_works .works_box img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.top_works .works_box .txt_box {
	padding: 15px;
}

.top_works .works_box .txt_box .works_midashi {
	font-size: 130%;
	color: #288fc2;
	font-weight: bold;
}


/* .top_point
================================================== */

.top_point {
	margin-top: 15px;
}

.top_point ul {
	display: -webkit-flex;
   	display: flex;
	margin-top: 10px;
}

.top_point ul li {
	margin-right: 5%;
}

.top_point .point_midashi {
	font-size: 130%;
	color: #288fc2;
	font-weight: bold;
}

.top_point ul li:last-child {
	margin-right: 0;
}




/*-------------------
main_visual系
-------------------*/
.main_visual_company {
	background: url(/img/company/main_visual.png) no-repeat;
width: 1000px;
height: 200px;
margin-bottom: 40px;
}


.main_visual_contact {
background: url(/img/contact/main_visual.png) no-repeat;
width: 1000px;
height: 200px;
margin-bottom: 40px;
}

.main_visual_works {
background: url(/img/works/main_visual.png) no-repeat;
width: 1000px;
height: 200px;
margin-bottom: 40px;
}

.main_visual_blog {
background: url(/img/blog/main_visual.png) no-repeat;
width: 1000px;
height: 200px;
margin-bottom: 40px;
}

.main_visualbox {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	height: 200px;
}

.main_visualbox .main_visual_txtbox {
	color: #288fc2;
	display: flex;
	padding: 85px;
}

.main_visualbox .main_visual_txtbox .midashi_main_txt02 {
	font-size: 3em;
	font-weight: bold;
}


.main_visualbox .main_visual_txtbox .midashi_sub_txt02 {
	font-family: Futura, sans-serif;
	font-size: 1.2em;
	margin-left: 20px;
}


/*-------------------
.works_area
-------------------*/

.works_area {
	margin-bottom: 40px;
	
}

.works_area .works_area_midashi {
	background: url(../img/common/line.png) repeat;
	padding: 10px 15px;
	color: #288fc2;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}

.works_area p {
	margin-bottom: 15px;
}

.works_area .works_list {
	background: #f6f6f6;
	padding: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	
}

.works_area img {
	width: 100%;
}


/*-------------------
tablebox
-------------------*/


.tablebox,
.haco {
	width: 100%;
}

.tablebox .haco tbody {
	border: #ededed solid 5px;
}

.tablebox th {
	background: #f5f5f5;
 border:#ddd solid 1px;
 padding:20px;
	font-weight: bold;
}

.tablebox td {
 border:#ddd solid 1px;
 padding:20px;
vertical-align: middle;
}

.flexbox .tablebox {
	margin-left: 20px;
}



/* #side_contents #tel_area
================================================== */

#tel_area {
	border: #eaeaea solid 1px;
	box-shadow: 1px 1px 5px #eaeaea;
	position: relative;
}

.tel_area_logo {
	background: #fff;
	text-align: center;
	padding: 15px 0 35px;
	line-height: 1.8em;
}

.tel_area_logo .logo_area_copy2 {
	color: #288fc2;
	font-size: 120%;
}

.tel_area_logo .logo_area_name {
	color: #288fc2;
	font-size: 180%;
	font-weight: bold;
}

#tel_area .number_area {
	background-color: #f6f6f6;
	padding: 35px 20px 20px 20px;
	display: block;
	text-align: center;
}

#tel_area .number_area .tel {
	font-family: Futura, sans-serif;
	font-size: 220%;
	margin-bottom: 10px;
}

#tel_area .number_area .tel a {
	color: #252525;
}

#tel_area .number_area .tel i {
	margin-right: 5px;
}

#tel_area .number_area span {
	font-size: 90%;
	display:block;
}

#tel_area .number_area a {
	display: block;
}

#tel_area .tel_icon {
	width: 50px;
	position: absolute;
	left: 115px;
	top: 100px;
}



/* sp-menu スマホのみお問い合わせ追いかけ
================================================== */
.sp-menu {
	display: none;
}



/* #footer
================================================== */

footer .wrapper {
	margin: 40px auto;
	width: 1000px;
	overflow: hidden;
	
}

footer .footer_box {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

footer address .tel_box {
	float: none;
}

footer .footer_box .footer_name_area .logo a {
	font-size: 180%;
	color: #288fc2;
	line-height: 1.4em;
	font-weight: bold;
}

footer address {
	float: none;
}

footer .tel_box a {
	font-family: Futura, sans-serif;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 200%;
}

footer .tel_box .number i {
	font-size: 90%;
color: #288fc2;
vertical-align: 1px;
	margin-right: 10px;
}

footer .tel_box .mini_atn {
	font-size: 90%;
margin-top: 5px;
text-align: right;
}

.footer_nav {
	width: 100%;
}

.footer_nav a {
	color: #252525;
}

footer ul {
	float: left;
	margin-right: 35px;
}

footer ul li {
	font-weight: bold;
}


footer ul li:before {
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	padding-right: 5px;
}


footer ul.last {
	margin-right: 0;
}

.copyright {
	background: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}


/* wp_blog
================================================== */

.flex{
	display: flex;
}
.fWrap_wrap{
	flex-wrap: wrap;
}
.left {
    width: calc(100% - 280px - .01px);
    margin: auto;
}

div#sidebar {
    width: 260px;
    margin: 0 10px;
}

div#breadcrumb li {
    display: inline-block;
}


div#breadcrumb li:after {
    content:">";
    display:inline-block;
    margin:0 4px;
}
div#breadcrumb li:last-child:after {
    content:"";
}


.caltegory_wrap,
.products_main {
	margin-right: 50px;
}


.news_row.flex .right {
	width: 100%;
}
.news_row.flex .right .news_date {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 90%;
}

.news_row.flex .right h2 {
	font-size: 150%;
	background : none;
	line-height: 1.4em;
}

.news_row.flex .right p {
	color: #999;
}

.news_row.flex .left {
    width: 200px;
    margin: 0 2rem 0 0;
    padding-right: 0;
}

.news_row.flex .image_inner img {
	width: 200px;
}

.news_row.flex {
    padding: 20px 20px 20px 0;
	border-bottom: dashed 1px #d9d9d9;
}


.DetailsWrap {
	margin-bottom: 40px;
}
.products_main .title .text {
padding-bottom: 10px;
font-size: 200%;
font-weight: bold;
	padding-top: 10px;
	line-height: 1.4em;
}

.products_main .date {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 90%;
}



.main_news .entry-content p {
	font-size: 120%;
	line-height: 1.8em;
	margin-top: 20px;
}

.secInner .page_link .next,
.secInner .page_link .prev{
	padding: 15px 20px;
	text-align: center;
	width: 100px;
	border-radius: 5px;
	border: 1px solid #999;
}

.secInner .page_link .next a,
.secInner .page_link .prev a {
	color: #666;
}

.secInner .page_link .prev {
	float: left;
}

.secInner .page_link .next {
	float: right;
}

div#four-o-four {
    margin: 0 0;
    height: calc(100vh  - 370px);
    padding-top: 50px;
    text-align: center;
}

header.page-header {}

section.error-404.not-found {
    width: 100%;
}



.top-side-bar {
	margin-bottom: 50px;
}

.top-side-bar ul li {
	padding: 10px 5px;
	border-bottom: dashed 1px #d9d9d9;
}

.top-side-bar ul li a {
	text-decoration: underline;
}


/* @media ( max-width : 768px ){

	.secInner.maxWidth.flex.fWrap_wrap {
    width: 100%;

}

.list.left {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

div#sidebar {
    width: 100%;
}
.news_row.flex {
    padding-right: 0;
    flex-wrap: wrap;
}
.news_row.flex .left {
    width: 100%;
    margin: 0;
    padding-right: 0;
}
}
 */
