@charset "UTF-8";
/* CSS Document */


/*---------------------------------
main-images
---------------------------------*/
.blog_wid{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 235px;
}

.blog_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/cms/wp-content/themes/daiei/blog/img/main_blog.jpg) no-repeat center;
    background-size: cover;
}
.blog_main_img{
    width: 209px;
    height: 86px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url(/cms/wp-content/themes/daiei/blog/img/main_img_blog_text.png) no-repeat;
}

.blog_details_main_images{
    width: 100%;
    min-width: 1100px;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/cms/wp-content/themes/daiei/blog/img/main_blog_details.png) no-repeat center;
    background-size: cover;
}

/*---------------------------------
下層ページ アコーディオンナビ
---------------------------------*/

#dropmenu>li.gnav_current_blog>a>span{
    background: #184099;
    padding: 6px 38px;
    color: #fff;
    border-radius: 5px;
}
#dropmenu>li>ul#blog_nav{
    display: none;
}
.blog, .active_nav_blog{
    display: block;
}
.home, .active_nav_home{
    display: none !important;
}
.service, .active_nav_service, .gnav_current_service,
.quality, .active_nav_quality, .gnav_current_quality,
.propose, .active_nav_propose, .gnav_current_propose,
.company, .active_nav_company, .gnav_current_company{
    display: none;
}


.blog_container{
    background: #fff;
    width: 100%;
    min-width: 1100px;
    margin: 48px auto 0;
}
.ac_nav{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.ac_nav ul.ac_tongari:after{
    content: "▲";
    position: absolute;
    top: -20px;
    left: 945px;
    color: #fff;
    font-size: 36px;
}
.ac_nav ul.ac_tongari.hide_sankaku:after{
    content: "";
}
.ac_nav ul{
    width: 1000px;
    margin: 0 auto -48px;
}
.ac_nav ul li{
    display: inline-block;
    width: 18%;
    text-align: center;
    padding: 12px 0 11px;
    margin: 5px 0 0 10px;
    border-bottom: 4px solid #afafaf;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
}
.ac_nav ul li.nav_current{
    border-bottom: 4px solid #184099;
}
.ac_nav ul li:hover{
    border-bottom: 4px solid #184099;
}
.ac_nav ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.ac_nav ul li.nav_current a{
    font-size: 16px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.ac_nav ul li a:hover{
    color: #184098;
}
#tonngari img{
    position: relative;
    top: -17px;
    left: 16.8%;
}
.blog ul li.nav_current{
    border-bottom: 4px solid #184099;
}
.blog ul li.nav_current a{
    font-size: 16px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}

/*  スクロール時に表示されるac_nav  */

.active_nav_blog{
    width: 100%;
    min-width: 700px;
    height: 49px;
    margin: 0 auto;
    background: #fff;
/*    border-bottom: 1px solid #eee;*/
    box-shadow: 0px 0px 10px;
}
.active_nav_blog ul.active_nav_blog_tongari:after{
    content: "▲";
    position: relative;
    top: -23px;
    left: 135px;
    color: #fff;
    font-size: 36px;
}
.active_nav_blog ul.active_nav_blog_tongari.active_hide_sankaku:after{
    content: "";
}
.active_nav_blog ul{
    width: 1000px;
    height: 49px;
    min-width: 700px;
    margin: 0 auto;
}
.active_nav_blog ul li{
    display: inline-block;
    width: 15%;
    text-align: center;
    padding: 12px 0 11px;
    margin: 5px 0 0 10px;
    border-bottom: 4px solid #afafaf;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
}
.active_nav_blog ul li.active_nav_current{
    border-bottom: 4px solid #184099;
}
.active_nav_blog ul li:hover{
    border-bottom: 4px solid #184099;
}
.active_nav_blog ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_blog ul li.active_nav_current a{
    font-size: 15px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_blog ul li a:hover{
    color: #184098;
}

.ac_gnav_cur_blog>a>span{
    background: #184099;
    padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
}

/*---------------------------------
下層ページ article
---------------------------------*/

.page_section{
    width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}
.page_title{
    display: inline-block;
    width: 1000px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 15px;
    border-bottom: 2px solid #11559e;
}
.page_title_text{
    color: #184098;
    line-height: 1.8;
    font-size: 18px;
    font-family: "Noto Sans CJK JP";
}
.container{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    font-family: "Noto Sans CJK JP";
}
.coner01_left{
    float: left;
    width: 490px;
    overflow: hidden;
}
.coner01_left p, .coner02_right p{
    line-height: 1.8;
    margin: 0 0 40px;
    font-size: 15px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}
.coner01_right{
    float: right;
    width: 465px;
}
.coner02_left{
    float: left;
    width: 465px;
}
.coner02_right{
    float: right;
    width: 490px;
    overflow: hidden;
}
.conner_img{
    margin: 0 auto 35px;
}
.page_ft_section{
    width: 1000px;
    margin: 20px auto 70px;
}
.page_ft_text01 span{
    font-size: 30px;
    font-weight: 100;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 5px;
    border-bottom: 2px solid #ffe231;
    line-height: 2.3;
}
.page_ft_text02{
    line-height: 1.8;
    margin: 45px 0 0;
    font-size: 15px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}



/*---------------------------------
下層ページ footer contact
---------------------------------*/
.contact_bg{
    width: 100%;
    min-width: 1100px;
    background: #eff3f5;
    margin: 110px 0 0;
    padding: 1px 0 0;
}
.other_page_ft{
    width: 1100px;
    margin: 0 auto;
    background: #eff3f5;
}




/*---------------------------------
indexページ　概要テーブル
---------------------------------*/
.page_title_blog{
    border-bottom: 2px solid #11559e;
    color: #11559e;
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 15px;
    width: 700px;
}
.blog_overview{
    overflow: hidden;
}
.blog_overview_table{
    float: left;
    width: 700px;
    font-size: 14px;
}
.blog_overview_contents th{
    width: 150px;
    text-align: left;
    color: #184098;
    padding: 15px 0;
    border-bottom: 1px solid #6694fa;
    font-size: 16px;
}
.blog_overview_contents td{
    width: 550px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 1.5;
}
.blog_overview_contents td.location{
    padding: 0 0 15px 30px;
    border-bottom:0;
}
.blog_overview_contents td.location_frist{
    padding: 15px 0 15px 30px;
    border-bottom:0;
}
.blog_overview_contents td.location_last{
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #d6d6d6;
}
.blog_overview_img{
    float: right;
    width: 250px;
    margin: 0 0 20px;
}
.blog_overview_img img{
    width: 250px;
}


/*---------------------------------
ブログページ共通
---------------------------------*/
.column_left {
    float: left;
    width: 200px;
}
.column_right {
    float: right;
    width: 750px;
}
.column_left,
.column_right {
    border-top: 2px solid #001f67;
    padding-top: 2px;
}
.nav_archive_title {
    background-color: #f2f2f2;
    color: #001f67;
    padding: 12px;
}
.nav_archive_list_top{
	margin: 50px 0 0 0;
    border-top: 2px solid #001f67;
}
.nav_archive_list > li {
    margin: 2px 0;
    border-bottom: 1px solid #dae3ef;
}
.nav_archive_list > li:first-child {
    border-top: 1px solid #dae3ef;
}
.nav_archive_list > li > a {
    display: block;
    padding: 12px;
}
.nav_archive_list > li:hover > a{
    background: #11559e;
    color: #fff;
}
.nav_archive_list > li.cat-item-9:hover > a{
    background: #be9126;
    color: #fff;
    font-weight: bold;
}
.nav_archive_list > li.cat-item-10:hover > a{
    background: #001f67;
    color: #fff;
    font-weight: bold;
}
.nav_archive_list > li.cat-item-11:hover > a{
    background: #0e8141;
    color: #fff;
    font-weight: bold;
}
/*
.nav_archive_list > li.current-cat > a{
    background: #11559e;
    color: #fff;
}
*/

/*---------------------------------
ブログ一覧ページ
---------------------------------*/
.blog_article_list > li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    height: 188px;
    position: relative;
}
.blog_article_list > li:hover .blog_article_card_image:after{
    border: 5px solid #11559e;
    content: "";
    height: 137px;
    left: 550px;
    position: absolute;
    top: 20px;
    width: 190px;
}
.blog_article_list > li:hover .blog_article_card{
    text-decoration: underline;
}
.blog_article_list > li:hover .blog_article_card_text a{
    color: #001f67;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
.blog_article_card {
    display: block;
    overflow: hidden;
}
.blog_article_card_data {
    float: left;
    width: 510px;
}
.blog_article_card_noneimage {
    float: 100%;
}
.blog_article_card_image {
    float: right;
    width: 200px;
}
.blog_article_card_date {
    font-size: 12px;
    color: #8e8e8e;
    letter-spacing: 0.05em;
     margin: 0 0 18px;
}
body.blog_typ_daily .blog_article_card_date a{
    color: #fff;
    background: #be9126;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 0 0 7px;
}
body.blog_typ_landscape .blog_article_card_date a{
    color: #fff;
    background: #001f67;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 0 0 7px;
}
body.blog_typ_news .blog_article_card_date a{
    color: #fff;
    background: #0e8141;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 0 0 7px;
}
.blog_article_card_title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.blog_article_card_text {
    line-height: 1.6;
    margin-top: 10px;
    color: #565656;
    font-size: 14px;
}
.blog_article_card_text a{
    color: #565656;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
.blog_article_card_image_box {
    background: #efefef center center no-repeat;
    height: 147px;
    -webkit-background-size: cover;
    background-size: cover;
}



.blog_article_card_date .daily a{
    color: #fff;
    background: #be9126;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 0 0 7px;
    border-radius: 5px;
}
.blog_article_card_date .landscape a{
    color: #fff;
    background: #001f67;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 0 0 7px;
    border-radius: 5px;
}
.blog_article_card_date .news a{
    color: #fff;
    background: #0e8141;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 0 0 7px;
    border-radius: 5px;
}


/*---------------------------------
ブログ詳細ページ
---------------------------------*/

.blog_article_content {
    
}
.blog_article_content_header {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.blog_article_content_header_date {
   font-size: 12px;
    color: #8e8e8e;
    letter-spacing: 0.05em;
}
body.blog_typ_daily .blog_article_content_header_date a{
    color: #fff;
    background: #be9126;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
}
body.blog_typ_landscape .blog_article_content_header_date a{
    color: #fff;
    background: #001f67;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
}
body.blog_typ_news .blog_article_content_header_date a{
    color: #fff;
    background: #0e8141;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
}
.blog_article_content_header_title {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.4;
    color: #184098;
    font-weight: normal;
}
.blog_article_content_main {
    margin-top: 20px;
}
.blog_article_content_main img {
    margin: 20px 0;
}
.blog_article_content_main img:first-child,
.blog_article_content_main h3:first-child,
.blog_article_content_main h4:first-child,
.blog_article_content_main h5:first-child,
.blog_article_content_main h6:first-child,
.blog_article_content_main p:first-child {
    margin-top: 0;
}
.blog_article_content_main h3,
.blog_article_content_main h4,
.blog_article_content_main h5,
.blog_article_content_main h6 {
    color: #184098;
    margin: 25px 0;
}
.blog_article_content_main h3 {
    font-weight: normal;
    font-size: 25px;
}
.blog_article_content_main h4 {
    font-size: 19px;
}
.blog_article_content_main h5 {
    font-size: 17px;
}
.blog_article_content_main h6 {
    font-size: 15px;
}
.blog_article_content_main p {
    margin-top: 25px;
    line-height: 1.7;
}
.blog_article_content_main_topimage {
    text-align: center;
}
.blog_article_content_main_topimage img {
    width: 100%;
}
.blog_article_content_footer {
    margin: 60px 0 20px;
    text-align: center;
}
.blog_article_button {
    display: inline-block;
    border: 2px solid #9cadd3;
/*    height: 48px;*/
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    padding: 0 40px;
}
.blog_article_button:before {
    margin: 0 6px 0 0;
    content: "\f105";
    font-family: "FontAwesome";
    position: relative;
    top: -1px;
    color: #00669e;
}

.blog_buttbon:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.blog_buttbon,
.blog_buttbon:before,
.blog_buttbon:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog_buttbon {
	position: relative;
	z-index: 2;
	line-height: 50px;
	overflow: hidden;
}
.blog_buttbon:hover {
	color: #fff;
/*    background: #9cadd3;*/
}
.blog_buttbon:after {
	top: 0;
	width: 100%;
    left: -100%;
	height: 100%;
}
.blog_buttbon:hover:before{
    color: #fff;
}
.blog_buttbon:hover:after {
	top: 0;
    left: 0;
	background-color: #9cadd3;
}

/* pagination */
.wp-pagenavi {
  padding: 20px;
 text-align: center;
 font-size: 0;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Montserrat';
  color: #184099;
  width: 45px;
  height: 45px;
  border: 1px solid #184099;
  line-height: 25px;
  text-align: center;
  padding: 8px 0 0;
    transition-property: all;
    transition: 0.3s linear;
}
.wp-pagenavi > a:hover{
  background-color: #184099;
  color:#fff;
  border:solid 1px #184099;
}
.wp-pagenavi > span.extend {
  display: none;
}
.wp-pagenavi > span.current {
  background-color: #184099;
  color: #fff;
  border:solid 1px #184099;
  height: 45px;
  padding: 8px 0 0;
  width: 45px;
}
.wp-pagenavi  > a.previouspostslink {
  margin-right: 30px;
  margin-left: 0;
}
.wp-pagenavi  > a.nextpostslink {
  margin-left: 30px;
}
.wp-pagenavi  > a.previouspostslink,
.wp-pagenavi  > a.nextpostslink {
  background-color: transparent;
  border: none;
  line-height: 27px;
  font-size: 0;
}
.wp-pagenavi  > a.first,
.wp-pagenavi  > a.last {
  display: none;
}
.wp-pagenavi  > a.previouspostslink:after,
.wp-pagenavi  > a.nextpostslink:after {
  display: inline;
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #001f67;
}
.wp-pagenavi  > a.previouspostslink:after {
  content: '\f104';
}
.wp-pagenavi  > a.nextpostslink:after {
  content: '\f105';
}

.wp-pagenavi {
  position: relative;
  padding-top: 60px;
  margin-top: 30px 0 0 0;
}
.wp-pagenavi > span.pages {
  display: none;
}



/**/

.detail_bottom{
    border-top: 2px solid #d9d9d9;
    margin: 150px 0 0;
    overflow: hidden;
    padding: 20px 0 0;
    position: relative;
}
.detail_link_left{
	float: left;
	width: 40%;

}
.detail_link_left p{
	padding: 0 0 0 15px;
}
.detail_link_left p:hover{
    opacity: 0.7;
    text-decoration: underline;
}
.detail_link_left p:before{
    font-family: "FontAwesome";
    content: "\f104";
    padding: 0 0 0 0;
    color: #184098;
    position: absolute;
    top:1.2em;
	left: 0;
}
.detail_link_right{
	float: right;
	width: 40%;
	text-align: right;

}
.detail_link_right p{
	padding: 0 15px 0 0;
}
.detail_link_right p:hover{
    opacity: 0.7;
    text-decoration: underline;
}
.detail_link_right p:after{
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 0 0 10px;
    color: #184098;
    position: absolute;
    position: absolute;
    top:1.2em;
}

