/*
Theme Name: Hamee
Description: SEO, Digital Marketing, Social Media
Author: Hamee
Version: 1.1.1
*/

/* ==========================================================================
   Common : web-font-icon
   ========================================================================== */
@font-face {
	font-family: 'icomoon';
	src:url('assets/fonts/icomoon.eot?-qz7pb2');
	src:url('assets/fonts/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
		url('assets/fonts/icomoon.woff?-qz7pb2') format('woff'),
		url('assets/fonts/icomoon.ttf?-qz7pb2') format('truetype'),
		url('assets/fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media only screen and (max-width: 480px) {
    @font-face {
      font-family: 'icomoon';
      src:url('assets/fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
    }
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-evernote:before {
	content: "\e004";
}
.icon-feedly:before {
	content: "\e007";
}
.icon-pocket:before {
	content: "\e008";
}
.icon-line:before {
	content: "\e009";
}
.icon-hatena:before {
	content: "\e00a";
}
.icon-feedly-square:before {
	content: "\e601";
}
.icon-googleplus:before {
	content: "\e608";
}
.icon-facebook:before {
	content: "\e60d";
}
.icon-instagram:before {
	content: "\e610";
}
.icon-twitter:before {
	content: "\e611";
}
.icon-feed:before {
	content: "\e614";
}
.icon-youtube:before {
	content: "\e617";
}
.icon-flickr2:before {
	content: "\e61e";
}
.icon-githubmark:before {
	content: "\e626";
}
.icon-github:before {
	content: "\e627";
}
.icon-wordpress:before {
	content: "\e629";
}
.icon-tumblr:before {
	content: "\e62d";
}
.icon-yahoo:before {
	content: "\e62f";
}
.icon-apple:before {
	content: "\e631";
}
.icon-android:before {
	content: "\e633";
}
.icon-windows:before {
	content: "\e634";
}
.icon-windows8:before {
	content: "\e635";
}
.icon-skype:before {
	content: "\e636";
}
.icon-delicious:before {
	content: "\e638";
}
.icon-pinterest:before {
	content: "\e63a";
}

/* ==========================================================================
   Common : Category Color
   ========================================================================== */
/*越境EC*/
span.feat-cat.crossing-the-border-ec {
    background: #000000;
}
.cat-id-200 {
    background: #000000;
}
/*EC*/
span.feat-cat.ec-know-how {
    background: #000000;
}
span.post-head-cat.ec-know-how{
    background: #000000;
}
.cat-id-5 {
    background: #000000;
}
/*インタビュー*/
.cat-id-195 {
    background: #000000;
}
/*ちょっと一息*/
.cat-id-197 {
    background: #000000;
}

/*越境EC*/
span.feat-cat.electronic-commerce {
    background: #000000;
}
span.post-head-cat.electronic-commerce {
    background: #000000;
}
.cat-id-6 {
    background: #000000;
}

/*ネクストエンジン*/
span.feat-cat.next-engine {
    background: #000000;
}
span.post-head-cat.next-engine {
    background: #000000;
}
.cat-id-177{
    background: #000000;
}

/*商売繁盛*/
span.feat-cat.prosperous-business {
    background: #000000;
}
span.post-head-cat.prosperous-business{
    background: #000000;
}
.cat-id-666 {
    background: #000000;
}

/*ニアセ金融道*/
span.feat-cat.finance {
    background: #000000;
}
span.post-head-cat.finance{
    background: #000000;
}
.cat-id-668 {
    background: #000000;
}

/*ニアセPR*/
span.feat-cat.pr {
    background: #000000;
}
span.post-head-cat.pr{
    background: #000000;
}
.cat-id-674 {
    background: #000000;
}

/*ニアセ商店街*/
span.feat-cat.shopping-street	 {
    background: #000000;
}
span.post-head-cat.shopping-street	{
    background: #000000;
}
.cat-id-680 {
    background: #000000;
}

/*AI*/
span.feat-cat.ai	 {
    background: #000000;
}
span.post-head-cat.ai	{
    background: #000000;
}
.cat-id-700 {
    background: #000000;
}

/*廃業*/
span.feat-cat.going-out-of-business	 {
    background: #000000;
}
span.post-head-cat.going-out-of-business	{
    background: #000000;
}
.cat-id-713 {
    background: #000000;
}

/* ==========================================================================
   Common : element
   ========================================================================== */
.noborder {
    border: none !important;
}

blockquote {
    margin: 80px auto !important;
    width: 70%;
    padding: 20px 10% !important;
    background: rgba(245,245,245,0.8) !important;
    color: #222;
    position: relative;
    border: solid 1px #fff !important;
}

@media only screen and (max-width: 480px) {
    blockquote {
        width: 80%;
        padding: 20px 10% !important;
        font-size: 15px !important;
        line-height: 1.4em !important;
    }
}
blockquote p {
    font-size: 80% !important;
}
blockquote::before {
    content: "“"!important;
    font-family: serif!important;
    position: absolute!important;
    top:0;
    left:0;
    font-size: 600%;
    color: #ebebeb !important;
    line-height: 1em !important;
}
blockquote::after {
    content: "”";
    font-family: serif;
    position: absolute;
    bottom:0;
    right:0;
    font-size: 600%;
    color: rgba(200,200,200,1);
    line-height: 0;
}
blockquote img {
    max-width: 350px;
}

/* ==========================================================================
   Common : mkdf-mobile-nav
   ========================================================================== */
.mkdf-mobile-nav .mkdf-grid {
    width: 100% !important;
    text-indent: 20px !important;
}

/* ==========================================================================
   Common : editor-voice
   ========================================================================== */
img.alignnone {
    width: 140px !important;
    border: none !important;
    padding: 0;
    margin: 0;
}
.editor-voice td {
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle;
}
.editor-voice tr {
    border: none;
}

/* ==========================================================================
   Common : breadcrumbs
   ========================================================================== */
.mkdf-breadcrumbs-inner {
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    .mkdf-breadcrumbs-inner {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 700px) {
    span.mkdf-current {
        display: none;
    }
}

/* ==========================================================================
   Common : post-info-title-wrapper
   ========================================================================== */
@media only screen and (max-width: 480px) {
    .mkdf-blog-holder article .mkdf-post-info {
      padding: 0 !important;
  }
}

/* ==========================================================================
   Common : footer
   ========================================================================== */
div#text-10 {
    padding: 20px 0;
}
.foote-mail-magazine h3 {
    font-size: 11px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #333;
}

/*mail send*/
input.wysija-input {
    width: 206px;
    height: 30px;
    border: 0;
    padding: 0;
}
input.wysija-submit.wysija-submit-field {
    float: right;
    margin: 0;
    background: #333;
    border: none;
    font-size: 15px;
    border-radius: 0 4px 4px 0;
    padding: 3px 15px;
    position: absolute;
    margin-left: 200px;
    margin-top: -40px;
    height: 30px;
    color : #fff;
}
.footer_aboutus .textwidget {
    font-size: 14px;
    color: #333;
    padding-bottom: 30px;
}
.mkdf-column.footer_col3 {
    background: #FFF;
    border-radius: 10px;
    padding: 15px 0 0 0;
    color: #333;
	  position: relative;
}
.mkdf-column.footer_col3:after, .mkdf-column.footer_col3:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mkdf-footer-top-holder div.mkdf-column:last-child:after {
	border-color: rgba(224, 194, 72, 0);
	border-top-color: #FFF;
	border-width: 30px;
	margin-left: -30px;
}
.mkdf-footer-top-holder div.mkdf-column:last-child:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 36px;
	margin-left: -36px;
}

span.akind-speaker {
    text-align: right;
    float: right;
    padding-bottom: 20px;
}

#text-19 .textwidget {
    font-size: 10px !important;
    line-height: 20px;
}
@media only screen and (max-width: 480px) {
    div#text-19 {
        width: 80%;
        padding: 0 0 20px 0;
    }
    div#text-17 h6 {
        font-size: 13.5px;
    }
}


@media only screen and (max-width: 768px) {
    .mkdf-footer-top-holder div.mkdf-column:last-child {
        border-radius: 10px;
        color: #333;
    }
}
@media only screen and (max-width: 1024px) {
    .mkdf-footer-top-holder div.mkdf-column:last-child {
        margin-top: 30px;
    }
    div#text-17 {
        padding: 0 20px 0 20px;
    }
    div#text-18 {
        margin-bottom: 0;
    }
    h5.mkdf-footer-widget-title {
        margin-bottom: 0 !important;
    }
    #menu-footer-menu a {
        padding-bottom: 0 !important;
    }
}

/* ==========================================================================
   Home page :
   ========================================================================== */
.home header.mkdf-page-header {
    margin-bottom: 0 !important;
}
h4 a {
	font-weight:normal !important;
	}/*20160630miya*/
@media only screen and (max-width: 640px) {
    .home .mkdf-btn{
        width: 80% !important;
        margin-bottom: 40px;
        left: 10%;
        margin-top: 40px;
        font-size: 20px;
    }
}
/* ==========================================================================
   Home page : Responsive Layout
   ========================================================================== */
@media screen and (max-width: 1003px) and (min-width: 768px){
    .page-id-6 .vc_col-sm-8 {
      width: 60% !important;
    }
    .page-id-6 .vc_col-sm-4 {
        width: 40% !important;
    }
}

@media only screen and (max-width: 480px) {
 .page-id-6  .mkdf-grid,
 .page-id-6 .mkdf-container-inner,
 .page-id-6  .mkdf-grid-section .mkdf-section-inner,
 .page-id-6  .mkdf-slider .carousel-inner .mkdf-slider-content-outer {
    width: 100%;
  }
  .mkdf-mobile-header .mkdf-vertical-align-containers {
      padding: 0 !important;
  }
}

/* ==========================================================================
   Home page : slider Styles
   ========================================================================== */
.mkdf-container-inner.clearfix {
    padding: 0 !important;
}


/* ==========================================================================
   Home page : Article Styles
   ========================================================================== */
/*article 1-4*/
/* .top-latest-posts li:nth-child(1) {
    display: none;
}
 .top-latest-posts li:nth-child(2) {
    display: none;
}
 .top-latest-posts li:nth-child(3) {
    display: none;
}*/
/**/
.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-blog-list-item {
    border: 1px solid #ddd !important;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    margin: 20px 0;
}
.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-blog-list-item {
    padding: 0 !important;
    margin-top: 0 !important;
}
.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-image {
    float: left;
    width: 40%;
}
.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-image a img {
    width: 100% !important;
}
.mkdf-item-text-holder {
    padding: 0 2% 0 2% !important;
    width: 56%;
    float: right;
}
.mkdf-blog-list-holder.mkdf-image-in-box h6.mkdf-item-title a {
    /*line-height: 20px !important;*//*20160630miya*/
	font-weight:normal !important;
}
p.mkdf-excerpt {
    line-height: 19px;
    font-size: 14px;
}

/*↓----160422a jk----*/
.mkdf-blog-list-holder.mkdf-image-in-box ul.blog-list-sns-btn {
 height:20px;
 list-style-type:none;
 padding:0px;
 position:relative;
}
.mkdf-blog-list-holder.mkdf-image-in-box ul.blog-list-sns-btn li {
 display:inline-block;
 position:absolute;
}
.mkdf-blog-list-holder.mkdf-image-in-box ul.blog-list-sns-btn li.bl-tw {
}
.mkdf-blog-list-holder.mkdf-image-in-box ul.blog-list-sns-btn li.bl-fb-sh {
 left:90px;
 bottom:0px;
}
/*↑----160422a jk----*/

@media screen and (max-width: 1040px) and (min-width: 769px){
    p.mkdf-excerpt {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    p.mkdf-excerpt {
        display: none;
    }
    h6.mkdf-item-title {
        margin: 0 !important;
    }
    .mkdf-item-title a {
        font-size: 12.5px !important;
        line-height: 8px !important;
    }
    .mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-image {
    width: 30%;
    }
    .mkdf-item-text-holder {
        width: 66%;
    }
}
@media screen and (max-width: 990px) and (min-width: 769px){
    .mkdf-item-text-holder a {
        font-size: 13px !important;
        line-height: 7px !important;
    }
    h6.mkdf-item-title {
        margin-bottom: 0 !important;
    }
}

/*↓----160422a jk----*/
@media screen and (max-width: 1180px){
.mkdf-blog-list-holder.mkdf-image-in-box ul.blog-list-sns-btn {
 display:none;
}
}
/*↑----160422a jk----*/

@media only screen and (max-width: 640px) {
    .mkdf-blog-list-holder.mkdf-image-in-box .mkdf-blog-list-item {
        margin: 0;
        border: 1px solid #ddd !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        padding: 3% !important;
        border-radius: 0;
    }
    .mkdf-blog-list-holder.mkdf-image-in-box .mkdf-blog-list-item:last-child {
        border-bottom: 1px solid #ddd !important;
    }
    .mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-image a img {
        border-radius: 4px;
    }
    /*.mkdf-blog-list li:first-child {
        border-radius: 6px 6px 0 0 !important;
    }
    .mkdf-blog-list li:last-child {
        border-radius: 0 0 6px 6px !important;
        border-bottom: 1px solid #ddd !important;
    }*/
    .home .mkdf-container-inner, .mkdf-grid, .mkdf-grid-section .mkdf-section-inner, .mkdf-slider .carousel-inner .mkdf-slider-content-outer {
        width: 100%;
    }
    .home .vc_row {
        margin-left: 0;
        margin-right: 0;
    }
    .home .vc_column_container>.vc_column-inner {
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
.mkdf-blog-list-item-inner span.feat-cat {
    font-size: 11px;
    font-weight: 600;
    border-radius: 0;
    line-height: 15px;
    padding: 4px 10px;
    color: #fff;
}
.mkdf-blog-list-item-inner img {
    border-radius: 4px 0 0 4px;
}
.mkdf-blog-list-item-inner span.feat-cat {
    font-size: 11px;
    font-weight: 600;
    border-radius: 2px;
    line-height: 15px;
    padding: 4px;
    color: #fff;
    width: 38%;
    text-align: center;
    bottom: 0;
}
@media only screen and (max-width: 600px) {
    .mkdf-blog-list-item-inner span.feat-cat {
        width: 30%;
    }
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-date {
   margin-top: 2%;
}


@media only screen and (max-width: 480px) {

    .mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-image a img {
    }
    .mkdf-blog-list-item-inner span.feat-cat {
        font-size: 10.5px;
        font-weight: 600;
        line-height: 15px;
        color: #fff;
        text-align: center;
        bottom: 0;
        position: absolute;
        width: 28%;
        margin-bottom: 12px;
        border-radius: 0 0 4px 4px;
        padding: 2px 0;
    }
    .mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-date {
       margin-top: 2%;
    }
}

/* ==========================================================================
   page : article
   ========================================================================== */
.page-template-default header.mkdf-page-header {
    /*margin-bottom: 20px;*/
}

.archive header.mkdf-page-header {
    margin-bottom: 20px;
}

/*写真下のテキスト*/
.pic {
    margin: 10px 0;
    font-size: 0.8rem;
    color: #585857;
    margin-top: -20px;
    margin-bottom: 30px;
}

.yellow-strong{
	background-color: yellow;
	font-size: xx-large!important;
}
/* ==========================================================================
   page : single-post
   ========================================================================== */
.single-post h2 {
    padding: 20px;
    border-left: 5px solid #4cadc9;
    font-weight: bold;
    font-size: 24px;
    /*line-height: 1.1em !important;*//*20160630miya*/
    vertical-align: middle;
    margin-top: 50px !important;
}
.mkdf-post-text h3 {
    font-size: 20px;
    padding: 10px 10px 6px 0px;
    border-bottom: 2px solid #a7a4a4;
}
.single-post h4 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .single-post h2 {
    padding: 13px 10px 13px 10px !important;
    margin: 0 0 20px 0 !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px !important;
    clear: both !important;
  }
  .single-post h3 {
    font-size: 15.5px;
    padding: 10px 10px 6px 0px;
  }
  .single-post h4 {
    font-size: 14px;
    font-weight: bold;
  }
  .single-post p {
    line-height: 1.75;
    font-size: 108%;
  }
}

.mkdf-post-text-inner img {
    max-width: 96%;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2%;
}

.single-post .mkdf-post-text-inner h2 {
    background: #323232;
    color: #fff;
    border-left: 4px solid #f4524d;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 24px;
    /*line-height: 1.1em !important;*//*20160630miya*/
    vertical-align: middle;
    margin-top: 50px !important;
}

/* ==========================================================================
   page : archive
   ========================================================================== */
.archive article {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
}
.archive img.wp-post-image {
    margin: 0 !important;
    width: 100% !important;
}
.page-template-single-archive article {
    /*padding: 2%;*/
    background: #fff;
    border-radius: 6px;
    border: #ddd 1px solid;
    display: inline-flex;
}
.page-template-single-archive .mkdf-post-excerpt {
    display: none;
}
.page-template-single-archive article .mkdf-post-image img {
    border: none !important;
}
.page-template-single-archive .wp-post-image {
    width: 100% !important;
    margin: 0 !important;
}
.page-template-single-archive .mkdf-post-info-comments {
    display: none;
}
.page-template-single-archive article:first-child {
    margin-top: 40px;
}
.page-template-single-archive .mkdf-content-inner {
    margin-top: 20px;
}
.page-template-single-archive .mkdf-post-info {
    padding-bottom: 0 !important;
}

.page-template-single-archive .mkdf-post-title {
    margin-bottom: 0 !important;
    font-size: 22px !important;
    margin-top: 2% !important;
}
.page-template-single-archive .mkdf-post-info {
    display: none;
}

@media only screen and (min-width: 640px) {
  .page-template-single-archive .mkdf-post-content {
      display: inline-block;
  }
  .page-template-single-archive .mkdf-post-image {
      width: 30%;
      margin-bottom: 0 !important;
      float: left;
  }
  .page-template-single-archive .mkdf-post-text {
      width: 65%;
      padding: 10px 20px 0 10px;
      float: right;
  }
}

@media only screen and (max-width: 640px) {
  .page-template-single-archive article {
      padding: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .archive .side-banner-begins h2 {
    background: rgba(245, 245, 245, 1) !important;
    padding: 13px 0 13px 10px !important;
    margin: 0 0 20px 0 !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px !important;
    clear: both !important;
  }
}

/* ==========================================================================
   page : category
   ========================================================================== */
.category article {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
}
.category img.wp-post-image {
    margin: 0 !important;
    width: 100% !important;
}
.category article {
    /*padding: 2%;*/
    background: #fff;
    border-radius: 6px;
    border: #ddd 1px solid;
    display: inline-flex;
}
.category .mkdf-post-excerpt {
    display: none;
}
.category article .mkdf-post-image img {
    border: none !important;
}
.category .wp-post-image {
    width: 100% !important;
    margin: 0 !important;
}
.category .mkdf-post-info-comments {
    display: none;
}
.category article:first-child {
    margin-top: 20px;
}
.category .mkdf-content-inner {
    margin-top: 20px;
}
.category .mkdf-post-info {
    padding-bottom: 0 !important;
}

.category .mkdf-post-title {
    margin-bottom: 0 !important;
    font-size: 22px !important;
    margin-top: 2% !important;
}
.category .mkdf-post-info {
    display: none;
}
  .category .mkdf-post-content {
      display: inline-block;
  }
  .category .mkdf-post-image {
      width: 30%;
      margin-bottom: 0 !important;
      float: left;
  }
  .category .mkdf-post-text {
      width: 65%;
      padding: 0px 10px 0 10px;
      float: right;
  }
@media screen and (min-width:640px) and (max-width: 780px){
    .category .mkdf-post-image {
        width: 35%;
        margin-bottom: 0 !important;
        float: left;
    }
    .category .mkdf-post-text {
        width: 60%;
        padding: 0px 10px 0 10px;
        float: right;
    }
    .category .mkdf-post-title {
        margin-bottom: 0 !important;
        font-size: 20px !important;
        margin-top: 4% !important;
    }
}
  .category article {
      padding: 0;
  }
  .category .cat-head {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 30px;
  }
@media only screen and (min-width: 640px) {
  .category .wp-post-image {
      border-radius: 4px 0 0 4px !important;
  }
}
@media only screen and (max-width: 640px) {
  .category .mkdf-author-desc {
      display : none !important;
  }
  .category article {
      border: none;
      padding: 0 0 3% 0;
      margin: 0 0 3% 0 !important;
      border-bottom: 1px solid #ddd;
      border-radius: 0;
      padding-left: 15px;
      padding-right: 10px;
  }
  .category article .mkdf-post-title a {
      font-size: 13px !important;
  }
  .category article .mkdf-post-image {
      width: 35%;
  }
  .category article .attachment-full.size-full.wp-post-image {
      border-radius: 4px;
  }
  .category article .mkdf-post-text {
      padding: 0;
      width: 60%;
  }
  .category article .mkdf-post-content {
      padding: 0 10px;
  }
  .category article .mkdf-post-title {
      line-height: 18px !important;
  }
  .category .mkdf-two-columns-75-25 {
      width: 112%;
      left: -6% !important;
      position: relative;
  }
  .category .widget.popular-posts .wpp-list li {
      padding-left: 15px;
      padding-right: 10px;
  }
  h1.cat-head.left {
      font-size: 20px;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 18px;
  }
  .category .side-banner-begins h2 {
    background: rgba(245, 245, 245, 1) !important;
    padding: 13px 0 13px 10px !important;
    margin: 0 0 20px 0 !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px !important;
    clear: both !important;
  }
}

/* ==========================================================================
   Plug-in : wordpress Popular Posts
   ========================================================================== */
.top-popular-posts h2 {
    font-size: 18px;
    }
.widget.popular-posts {
    margin-bottom: 20px;
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    }
.top-latest-posts-wrapper .mkdf-blog-list-holder.mkdf-image-in-box-flex {
    margin-top: 30px;
    }
.related_post.wp_rp a {
    color: #333;
    }
@media only screen and (max-width: 640px) {
    .top-latest-posts-wrapper .mkdf-blog-list-holder.mkdf-image-in-box-flex {
        margin-top: 0;
    }
}
@media only screen and (max-width: 480px) {
    .widget.popular-posts {
        /*margin-top: 42px;*/
    }
    .wpp-list-inner {
        padding: 0 10px;
    }
    .widget.popular-posts .wpp-list li:before {
        margin-left: 10px !important;
    }
    .top-latest-posts-wrapper .mkdf-blog-list-holder.mkdf-image-in-box-flex {
        margin-top: 0px;
    }
    ul.related_post li {
      line-height: 20px;
      min-height: 65px !important;
    }
    ul.related_post li a {
      font-size: 14px !important;
    }
}
.widget.popular-posts a.wpp-post-title {
    color: #222;
    /*font-size: 12.5px;*/
	font-size: 14px;
    /*line-height: 19px;*/
    position: relative;
    display: block;
    /*font-weight: 600;*/
}
.widget.popular-posts ul.wpp-list {
    margin: 0;
}
.widget.popular-posts .wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    padding: 0 0 14px 0;
    list-style: none;
    transition: opacity 0.3s ease-out;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}
.widget.popular-posts .wpp-list li:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      transition: opacity 0.3s ease-out;
}
.widget.popular-posts .wpp-list li:first-child {
    border-top: none;
    border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 640px) {
    .wpp-list-inner {
        padding: 0 10px;
    }
    .widget.popular-posts .wpp-list li:before {
        margin-left: 10px !important;
    }
    .home .widget.popular-posts .wpp-list li:first-child {
        margin-top: 20px;
    }
    .widget.popular-posts .wpp-list li {
        border-bottom: #ddd 1px solid;
        margin-bottom: 12px;
    }
}

.widget.popular-posts .wpp-list li:last-child {
    border-bottom: none;
    border-radius:  0 0 4px 4px;
}
.widget.popular-posts .wpp-list {
    counter-reset: wpp-ranking;
}
.widget.popular-posts .wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    position: absolute;
    margin-left: 0;
    margin-top: 0px;
    background: #FFD900;
    color: #fff;
    width: 16px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 7px 4px 5px;
    border-radius: 4px 0 0 0;
}
.widget.popular-posts a {
    display: block !important;
}
.post-stats a {
    font-size: 10px !important;
}
.widget.popular-posts .wpp-list li:first-child:before {
    background: rgba(255, 217, 0, 0.8);;
}
.widget.popular-posts .wpp-list li:nth-child(2):before{
	background: rgba(189, 195, 199, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(3):before{
	background: rgba(173, 122, 39, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(4):before{
	background: rgba(52, 152, 219, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(5):before{
	background: rgba(52, 152, 219, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(6):before{
	background: rgba(52, 152, 219, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(7):before{
	background: rgba(52, 152, 219, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(8):before{
	background: rgba(52, 152, 219, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(9):before{
	background: rgba(52, 152, 219, 0.8);
}
.widget.popular-posts .wpp-list li:nth-child(10):before{
	background: rgba(52, 152, 219, 0.8);
    padding-right: 7px;
}
.widget.popular-posts .post-stats {
    display: block;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    margin-top: 80px;
}
.widget.popular-posts .wpp-category {
    display: block;
    z-index: 100;
    text-align: center;
    margin-top: -20px;
}
.widget.popular-posts .wpp-category a {
    color: #fff;
    padding: 0;
    width: 100px;
    position: absolute;
    text-align: center;
    border-radius: 0 0 4px 4px;
    line-height: 20px;
}
.widget.popular-posts .wpp-thumbnail {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 4px;
    width: 100px;
}
img.wpp-thumbnail.wpp_def_noPath.wpp_featured {
    width: 100px;
    height: 80px;
}

/* ==========================================================================
   Custom : tab navigation
   ========================================================================== */
/* タブナビゲーション */
.mkdf-tab-navigation {
    display: none;
}

@media only screen and (max-width: 768px) {
.top-popular-posts {
    display: none;
}

.home .mkdf-tab-navigation {
    display: table;
    width: 100%;
    background: #eee;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
}

.mkdf-tab-navigation li {
    list-style: none;
    display: table-cell;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    color: #bbb;
}

.mkdf-tab-navigation li.active {
    background: #fff;
    color: #222;
}
} /* /@media max-width 768px */

/* ==========================================================================
   Custom : スタイル上書き 20160301
   ========================================================================== */
.mkdf-blog-list-item-inner:before,
.mkdf-blog-list-item-inner:after {
    content: " ";
    display: table;
}

.mkdf-blog-list-item-inner:after {
    clear: both;
}

.mkdf-blog-list-item-inner {
    position: relative;
    *zoom: 1;
}
.mkdf-blog-list-item-inner h3 {
    font-size: 20px;
    color: #fff;
    line-height: 24px !important;
    font-weight: 400;
}
.item-cat {
    position: absolute;
    top: 14px;
    left: 42%;
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-date {
    margin-top: 14px;
    visibility: hidden;
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-text-holder .mkdf-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {

.item-cat {
    top: 10px;
    left: 32%;
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-date {
    margin-top: 10px;
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-text-holder .mkdf-item-title {
    margin-top: 8px!important;
}

} /* /@media max-width 600px */

@media only screen and (max-width: 480px) {

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-date {
    visibility: visible;
}

.item-cat {
    top: 3px !important;
    visibility: hidden;
    margin-left: 7em;
}

.mkdf-blog-list-item-inner span.feat-cat {
    position: relative;
    display: block;
    width: 100%;
    font-size: 10px;
    margin: 0;
    padding: 0 2px;
    border-radius: 0;
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-date {
    margin-top: -2px;
}

.mkdf-item-text-holder {
    padding: 0 0 1.8% 0 !important;
    width: 66%;
}

.mkdf-blog-list-holder.mkdf-image-in-box .mkdf-item-text-holder .mkdf-item-title {
    margin-top: 4px!important;
}

} /* /@media max-width 480px */

/* ==========================================================================
   Page : Article Area
   ========================================================================== */

.mkdf-blog-holder.mkdf-blog-single {
    /*background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;*/
}
.mkdf-post-text-inner.clearfix {
    line-height: 35px;
    font-size: 95%;
    /*padding: 0 20px;*/
}
@media screen and (max-width: 480px){
    .mkdf-post-text-inner.clearfix {
        line-height: 30px;
    }
}
.mkdf-column-inner img.attachment-full.size-full.wp-post-image {
    border-radius: 4px 4px 0 0;
}
.mkdf-column-inner .wp-post-image {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

/* ==========================================================================
   Page : TOP Flex Article Area
   ========================================================================== */
/*TOP Flex Article Area*/
.top_flex_posts_wrapper {
    margin-bottom: 30px;
}
@media screen and (max-width: 640px){
    .top_flex_posts_wrapper {
        margin-bottom: 0px;
    }
}

/*list Area*/
.top_flex_posts_wrapper li {
    width: 33.25%;
    float: left;
    border-radius: 0 !important;
    margin: 0 1px 0 0 !important;
}
@media screen and (max-width: 900px){
    .top_flex_posts_wrapper li {
        width: 33.2%;
    }
}
@media screen and (max-width: 640px){
    .top_flex_posts_wrapper li {
        width: 100%;
        float: left;
        border-radius: 0 !important;
        margin: 0 0 1px 0 !important;
        min-height: 0 !important;
    }
}

.top_flex_posts_wrapper li:last-child {
    margin-right: 0 !important;
}

.top_flex_posts_wrapper .mkdf-blog-list-item-inner {
    margin-left: 0;
    overflow: hidden;
    position: relative;
}

.top_flex_posts_wrapper .mkdf-blog-list-item-inner {
    height: 230px;
}

@media screen and (max-width: 1399px) and (min-width: 991px){
    .top_flex_posts_wrapper .mkdf-blog-list-item-inner {
        height: 170px;
    }
}
@media screen and (max-width: 990px) and (min-width: 851px){
    .top_flex_posts_wrapper .mkdf-blog-list-item-inner {
        height: 150px;
    }
}
@media screen and (max-width: 850px){
    .top_flex_posts_wrapper .mkdf-blog-list-item-inner {
        height: 130px;
    }
}
@media screen and (max-width: 640px){
    .top_flex_posts_wrapper .mkdf-blog-list-item-inner {
        height: 120px;
    }
}
@media screen and (max-width: 480px){
    .top_flex_posts_wrapper .mkdf-blog-list-item-inner {
        height: 100px;
    }
}

/*image  Area*/
.top_flex_posts_wrapper .mkdf-item-image {
    width: 100% !important;
    height: 100%;
    background: #000;
    line-height: 0;
    overflow: hidden;
    float: left;
    position: relative;
}
.top_flex_posts_wrapper .mkdf-blog-list-item-inner img {
    border-radius: 0;
}
.top_flex_posts_wrapper .mkdf-item-image a img {
    min-width: 310px;
    border-radius: 0;
}

@media screen and (max-width: 640px){
    .top_flex_posts_wrapper .mkdf-item-image a img {
        margin-top: -20% !important;
        min-width: 480px;
    }
}
/*text Area*/
.top_flex_posts_wrapper .mkdf-item-text-holder {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    padding: 80px 5.050505050505% 20px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
}

@media screen and (max-width: 850px){
    .top_flex_posts_wrapper .mkdf-item-text-holder {
        padding: 40px 5.050505050505% 10px !important;
    }
}
@media screen and (max-width: 480px){
    .top_flex_posts_wrapper .mkdf-item-text-holder {
        padding: 40px 5.050505050505% 20px !important;
    }
}


.top_flex_posts_wrapper .mkdf-item-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 20px;
}
@media screen and (max-width: 480px){
    .top_flex_posts_wrapper .mkdf-item-title {
        line-height: 12px;
        font-size: 16px;
    }
}
.top_flex_posts_wrapper .mkdf-item-text-holder a {
    color: #fff;
    font-size: 16px;
}

.top_flex_posts_wrapper .mkdf-item-date {
    display: none;
}
.top_flex_posts_wrapper .mkdf-excerpt {
    display: none;
}

.top_flex_posts_wrapper .item-cat {
    padding: 10px 0;
    position: initial;
    top: initial;
    left: initial;
}

@media screen and (max-width: 480px){
    .top_flex_posts_wrapper .item-cat {
        padding:10px 0 4px 0;
    }
}

.top_flex_posts_wrapper .feat-cat {
    border-radius: 0 !important;
}


/* ==========================================================================
   Page : Blog Article Area
   ========================================================================== */
.mkdf-post-info-title-wrapper {
    /*padding: 20px 3% 20px 3%;*/
}
/*title*/
@media screen and (max-width: 480px){
    .mkdf-blog-holder article .mkdf-post-title {
        font-size: 20px !important;
    }
}
/*image*/
.mkdf-column-inner img.attachment-full.size-full.wp-post-image {
    border-radius: 0;
    /*margin: 0 2%;*/
    width: 100%;
    border: 1px solid #ddd;
    transition: opacity 0.3s ease-out;
}
.mkdf-column-inner a .attachment-full.size-full.wp-post-image:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: opacity 0.3s ease-out;
}
/*category*/
.post-cat-link .post-head-cat {
    color: #fff;
    padding: 4px 10px 2px 10px;
    vertical-align: middle;
    border-radius: 4px;
}
.mkdf-blog-holder article .mkdf-post-info>div {
    padding-right: 6px !important;
}
/*Like btn*/
a.mkdf-like {
    padding: 4px 10px 2px 10px;
    vertical-align: middle;
    border-radius: 4px;
    background: #eee;
}
a.liked {
    background: #f4524d;
    color: #fff !important;
}
.mkdf-blog-like.mkdf-post-info-item {
    padding: 0 !important;
}
/*date*/
.mkdf-post-info-date {
    font-size: 15px ;
    text-transform: none;
    font-family: initial !important;
    color: #AFAFAF;
    font-weight: 400;
}
@media only screen and (max-width: 480px) {
    .mkdf-post-info-date {
        font-size: 11px !important;
        margin-top: 0;
    }
    .mkdf-post-info-category.mkdf-post-info-item span {
        font-size: 10px !important;
    }
    .mkdf-blog-like.mkdf-post-info-item a {
        font-size: 10px !important;
    }
}
/*view*/
.mkdf-post-info-views span {
    font-size: 14px;
    text-transform: none;
    font-family: initial;
    color: #AFAFAF;
    font-weight: 400;
}

/*tags*/
.mkdf-tags a {
    padding: 4px 10px 2px 10px !important;
    vertical-align: middle;
    border-radius: 4px;
}


/* ==========================================================================
   Page : company
   ========================================================================== */
.box {
    padding: 20px 0;
}
.box th {
    background: #eee;
}
.box td {
    background: #fff;
}
/* ==========================================================================
   Page : privacy
   ========================================================================== */
.list_suji li {
    list-style: none;
}

/* ==========================================================================
   menu : #menu-information
   ========================================================================== */
 #menu-information li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
#menu-information a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #545454;
}
#menu-information a:hover {
    color: #43cb83;
}


/* ==========================================================================
   menu : #menu-side-category
   ========================================================================== */
 h2.menu-side-category-title {
  padding: 30px 0 0 0 !important;
}
 #menu-side-category li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
#menu-side-category a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #545454;
}
#menu-side-category a:hover {
    color: #43cb83;
}
/* ==========================================================================
   menu : icon
   ========================================================================== */
/*ホーム*/
#nav-menu-item-2040 .item_text:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f015" !important;
    color: #666;
}


/* ==========================================================================
   side menu : icon
   ========================================================================== */
/*運営会社*/
li#menu-item-2026:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f0f7" !important;
    color: #666;
    float: left;
    line-height: 36px;
    display: block;
}

/*ご利用規約*/
li#menu-item-1983:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f0eb" !important;
    color: #666;
    float: left;
    line-height: 36px;
    display: block;
}
/**/
li#menu-item-2136:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f0f6" !important;
    color: #666;
    float: left;
    line-height: 36px;
    display: block;
}
/*お問い合わせ*/
li#menu-item-1979:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f05a" !important;
    color: #666;
    float: left;
    line-height: 36px;
    display: block;
}
/*個人情報保護方針*/
li#menu-item-2037:before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f0f6" !important;
    color: #666;
    float: left;
    line-height: 36px;
    display: block;
}


/* ==========================================================================
   common header : cmnMenu
   ========================================================================== */

@media only screen and (max-width: 980px) {
  dl#cmnMenu {
    display:none;
  }
}
dl#cmnMenu {
    background: #f7f7f7;
    color: #666;
}
#cmnMenu dt{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    }
#cmnMenu dd{
    background:#fff;
    width: 100%;
    line-height:100px;
    text-align:center;
    display:none;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    }
.cmnMenuInner {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.cmnMenuInner li{
    /*margin-bottom: 40px;*/
    padding-left: 60px;
    line-height: 150%;
    font-size: 14px;
    display: inline-block;
    list-style: none outside none;
    padding: 0 0 10px 65px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.cmnMenuCol li {
    display: inline-block;
    list-style: none outside none;
    padding: 0 0 10px 65px;
    position: relative;
    text-align: left;
    vertical-align: top;
    /* width: 100%; */
}
.cmnMenuCol li:before{
    background: url("../nac/assets/img/service_icon.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.cmnMenuTitle {
    margin-bottom: 10px;
    color: #666;
}
.cmnMenuCol a:hover {
    text-decoration: underline;
}
li.cmnMenuCol.col_1 {
    padding-right: 10px;
    width: 25%;
    float: left;
    margin-top: 28px;
}
li.cmnMenuCol.col_2 {
    padding-right: 10px;
    width: 25%;
    margin-top: 28px;
}
li.cmnMenuCol.col_3 {
    padding-right: 10px;
    width: 25%;
    margin-top: 28px;
}
.cmnMenuCol li {
    display: inline-block;
    list-style: none outside none;
    padding: 10px 0 0 5%;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 61px;
    line-height: 100%;
    font-size: 14px;
    min-height: 30px;
}
.cmnMenuCol p {
    margin: 6px 0 0 0;
}

.cmnMenuCol li.footer02:before {
    background-position: 0 -95px;
}
.cmnMenuCol li.footer03:before {
    background-position: 0 -195px;
}
.cmnMenuCol li.footer04:before {
    background-position: 0 -895px;
}
.cmnMenuCol li.footer05:before {
    background-position: 0 -295px;
}
.cmnMenuCol li.footer06:before {
    background-position: 0 -395px;
}
.cmnMenuCol li.footer07:before {
    background-position: 0 -495px;
}
.cmnMenuCol li.footer08:before {
    background-position: 0 -595px;
}
.cmnMenuCol li.footer09:before {
    background-position: 0 -695px;
}
.cmnMenuCol li.footer10:before {
    background-position: 0 -795px;
}
.cmnMenuCol li.footer11:before {
    background-position: 0 -995px;
}
.cmnMenuCol li.footer12:before {
    background-position: 0 -1095px;
}
.cmnMenuCol p.hamee {
    margin: 0;
}

#fmenuContent ul.Second_column {
    margin-top: 20px;
}
#fmenuContent li p {
	margin-top: 5px;
	font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .home .mkdf-container-inner.clearfix {
        margin-top: 20px;
    }
}

/* ==========================================================================
   common : sideArea
   ========================================================================== */
span.mkdf-sidearea-title {
    font-size: 18px;
}
@media only screen and (max-width: 780px) {
  .home h2.section-title-home {
    display:none;
    border: none;
    margin-top: 0 !important;
  }
}
    h2.section-title {
        font-size: 20px;
        padding: 0 0 10px 0;
        margin: 0;
        line-height: 20px;
        border: none;
        margin-top: 0 !important;
    }

    h2.section-title span {
        padding-left: 5px;
        font-size: 18px;
    }

@media only screen and (max-width: 640px) {
    h2.section-title {
        padding-left: 20px;
        padding-top: 20px;
    }
    span.mkdf-sidearea-title {
        padding: 0 20px;
    }
}
/* ==========================================================================
   common : archive
   ========================================================================== */

.page-template-blog-split-column .mkdf-post-text-inner {
    padding-left: 10px !important;
}

.page-template-blog-split-column .mkdf-author-desc.clearfix {
    margin-left: 0 !important;
}

.page-template-blog-split-column .mkdf-post-image img {
    margin: 0 !important;
}

/* ==========================================================================
   page : page-id-1976
   ========================================================================== */
.page-id-1976 td {
    text-align: left !important;
}

/* ==========================================================================
   page : contact
   ========================================================================== */
.box_srcollbar {
    overflow: auto;
    height: 200px;
    padding: 25px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background-color: #F9F9F9;
    font-size: 12px;
    margin-bottom: 30px;
}
.box_srcollbar h4 {
    font-size: 16px;
}
.box_srcollbar h3 {
    font-size: 20px;
}
div#wpcf7-f288-p19-o1 {
    border: solid 1px #ddd;
    padding: 4%;
    border-radius: 6px;
}


/* ==========================================================================
   common : sns-share
   ========================================================================== */
.sns-shar_btns span {
    vertical-align: middle;
}
.sns-shar_btns ul{
    list-style:none;
    letter-spacing: -.40em;
    text-align: center;
    margin: 1% 0 !important;
    }
.sns-shar_btns li {
    display: inline-block;
    color: #666;
    text-align: center;
    letter-spacing: normal;
    }
.sns-shar_btns li:last-child{
    padding-right: 0 !important;
    }
.sns-shar_btns li a{
    color: #FFF;
    padding: 0;
    display: block;
    font-size: 24px;
    }
.sns-shar_btns .s_count {
    padding: 0 0 0 4%;
    }
.s_sname i {
    font-size: 30px;
    padding-right: 3%;
    }
.sns-share-text-wrap {
    line-height: 10px;
    }
span.sns-share-text {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 10px 4px;
    display: -webkit-inline-box;
    }

  @media only screen and (min-width: 800px) {
    .sns-shar-btns-sp {
    display: none;
    }
    .sns-shar-btns-pc {
      display: block;
    }
    .sns-shar_btns li {
      width: 15.3%;
    }
  }
  @media only screen and (max-width: 800px) {
    .sns-shar-btns-pc {
      display: none;
    }
    .sns-shar-btns-sp {
      display: block;
    }
    .sns-shar_btns li {
      width: 31%;
    }
  }
  @media only screen and (min-width: 480px) {
    .sns-shar_btns li {
      padding-right: 8px !important;
      padding-bottom: 0px;
    }
  }
  @media only screen and (max-width: 480px) {
    .sns-shar_btns li {
        padding-right: 2% !important;
        padding-bottom: 1%;
    }
    .sns-shar_btns li a {
      padding: 0;
    }
    .sns-shar_btns a {
      font-size: 13px;
    }
    span.icon-facebook {
      font-size: 16px;
    }
    span.icon-twitter {
      font-size: 16px;
    }
    span.icon-hatena {
      font-size: 16px;
    }
    span.icon-pocket {
      font-size: 16px;
    }
    span.icon-line {
      font-size: 16px;
    }
    span.icon-googleplus {
      font-size: 16px;
    }
  }
.sns-shar_btns li.sf a{ background-color:#3b5998; border-radius:6px;}
.sns-shar_btns li.sf a:hover{ color:#3b5998; background-color:#EEE;}
.sns-shar_btns li.st a{ background-color:#33ccff; border-radius:6px;}
.sns-shar_btns li.st a:hover{ color:#33ccff; background-color:#EEE;}
.sns-shar_btns li.sh a{ background-color:#008fde; border-radius:6px;}
.sns-shar_btns li.sh a:hover{ color:#008fde; background-color:#EEE;}
.sns-shar_btns li.sg a{ background-color:#da4c36; border-radius:6px;}
.sns-shar_btns li.sg a:hover{ color:#da4c36; background-color:#EEE;}
.sns-shar_btns li.po a{ background-color:#ef4056; border-radius:6px;}
.sns-shar_btns li.po a:hover{ color:#ef4056; background-color:#EEE;}
.sns-shar_btns li.sl a{ background-color:#25af00; border-radius:6px;}
.sns-shar_btns li.sl a:hover{ color:#25af00; background-color:#EEE;}

fb_edge_widget_with_comment span.fb_edge_comment_widget {
  display: none !important;
}



/* ==========================================================================
   home : sns-share
   ========================================================================== */
 @media only screen and (min-width: 1140px) {
    .home .sns-shar-btns-pc {
      display: block;
    }
  }
  @media only screen and (max-width: 1140px) {
    .home .sns-shar-btns-pc {
      display: none;
    }
  }
.home .sns-shar_btns span {
  vertical-align: middle;
  font-size: 12px;
}
.home .sns-shar_btns ul {
  text-align:left;
  line-height:1em;
}
.home .mkdf-content ul ul {
  padding-left:0px;
}
.home .sns-shar_btns li {
  width:100px;
}
.home span.sns-share-text {
  padding: 4px 0 4px 4px;
}

/* Font Awesome hatena bookmark */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    font-size : 90%;
}
/* Font Awesome hatena bookmark */

/* ==========================================================================
   page : mailmagazine
   ========================================================================== */
.page-id-1954 .mkdf-container-inner {

}
.mailmagazine_wrapper {
    background: #fff;
    padding: 2%;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 0 !important;
}
.mailmagazine_wrapper h3{
    font-size: 19px;
}
.mailmagazine_form {
    padding: 0 2%;
}
.mailmagazine_step .mkdf-iwt-icon-tiny {
    background: #FFFFFF;
    padding: 3%;
    border-radius: 6px;
    margin-bottom: 10px;
    border-bottom: 2px #eee solid;
}
.mailmagazine_step .mkdf-iwt-icon-holder-inner {
    padding: 15px 0;
}
.mailmagazine_step .mkdf-iwt-content-holder {
    padding-left: 40px !important;
}

.mailmagazine_wrapper .mkdf-iwt-title-holder h4 {
    font-weight: bold !important;
}

.mailmagazine_wrapper .wpcf7-form p {
    padding-bottom: 5px;
}

.mailmagazine_wrapper .wpcf7_agree {
    padding: 0 0 25px 0 !important;
}
span.wpcf7_required {
    background: #f4524d;
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    color: #fff;
    margin:0 4px;
    vertical-align: middle;
    font-weight: normal;
}
@media only screen and (min-width:  768px) {
    .mailmagazine_policy {
        padding-right: 20px !important;
    }
    .mailmagazine_form {
        padding-left: 20px !important;
        border-left: dashed 1px #ddd;
    }
}
@media only screen and (max-width: 480px) {
    .mailmagazine_wrapper {
      border:none !important;
    }
    .mailmagazine_wrapper .mkdf-iwt-title-holder h4 {
        font-size: 16px;
        font-weight: bold !important;
    }
    .mailmagazine_wrapper .mkdf-iwt-text-holder p {
        font-size: 12px;
        font-weight: bold !important;
    }
    .mailmagazine_form form {
        padding: 0 2px;
    }
    .mailmagazine_policy {
        margin-bottom : 30px;
    }
}

/* ==========================================================================
   common : author
   ========================================================================== */
 h3.title-author {
    padding: 10px;
    margin: 0;
    background: #ebebeb;
    font-size: 18px;
}
.mkdf-author-text {
    padding: 2% 0;
}
@media only screen and (max-width: 480px) {
    .mkdf-author-name a {
        font-size: 14px;
    }
    .mkdf-author-description-image {
        width: 60px !important;
        margin-right: 0px !important;
    }
    .mkdf-author-description-text-holder {
        padding-left: 70px !important;
    }
    .mkdf-author-text {
        font-size: 12px;
    }
    .mkdf-author-description {
        padding: 4% !important;
    }
}
/* ==========================================================================
   page : top-author
   ========================================================================== */

.home .mkdf-author-description {
    background: none;
    padding: 10px 0 0 0;
    margin-bottom: 0;
    bottom: 7%;
    position: absolute;
}
.home .mkdf-author-description .mkdf-author-description-image {
    float: left;
    width: 30px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
}
.home .mkdf-author-description .mkdf-author-description-text-holder {
    padding-left: 40px;
    position: relative;
}
.home .mkdf-author-description .mkdf-author-name {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
    .home .mkdf-author-description {
      display :none;
    }
}
/* ==========================================================================
   page : author
   ========================================================================== */
.author article {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
}
.author img.wp-post-image {
    margin: 0 !important;
    width: 100% !important;
}
.author article {
    /*padding: 2%;*/
    background: #fff;
    border-radius: 6px;
    border: #ddd 1px solid;
    display: inline-flex;
}
.author .mkdf-post-excerpt {
    display: none;
}
.author article .mkdf-post-image img {
    border: none !important;
}
.author .wp-post-image {
    width: 100% !important;
    margin: 0 !important;
}
.author .mkdf-post-info-comments {
    display: none;
}
.author article:first-child {
    margin-top: 20px;
}
.author .mkdf-content-inner {
    margin-top: 20px;
}
.author .mkdf-post-info {
    padding-bottom: 0 !important;
}

.author .mkdf-post-title {
    margin-bottom: 0 !important;
    font-size: 22px !important;
    margin-top: 2% !important;
}
.author .mkdf-post-info {
    display: none;
}
.author .mkdf-post-content {
    display: inline-block;
}
.author .mkdf-post-image {
    width: 30%;
    margin-bottom: 0 !important;
    float: left;
}
.author .mkdf-post-text {
    width: 65%;
    padding: 0px 10px 0 10px;
    float: right;
}
@media screen and (min-width:640px) and (max-width: 780px){
    .author .mkdf-post-image {
        width: 35%;
        margin-bottom: 0 !important;
        float: left;
    }
    .author .mkdf-post-text {
        width: 60%;
        padding: 0px 10px 0 10px;
        float: right;
    }
    .author .mkdf-post-title {
        margin-bottom: 0 !important;
        font-size: 20px !important;
        margin-top: 4% !important;
    }
}
  .author article {
      padding: 0;
  }
  .author .cat-head {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 30px;
  }
@media only screen and (min-width: 640px) {
  .author .wp-post-image {
      border-radius: 4px 0 0 4px !important;
  }
}
@media only screen and (max-width: 640px) {
  .author .mkdf-author-desc {
      display : none !important;
  }
  .author article {
      border: none;
      padding: 0 0 3% 0;
      margin: 0 0 3% 0 !important;
      border-bottom: 1px solid #ddd;
      border-radius: 0;
      padding-left: 15px;
      padding-right: 10px;
  }
  .author article .mkdf-post-title a {
      font-size: 13px !important;
  }
  .author article .mkdf-post-image {
      width: 35%;
  }
  .author article .attachment-full.size-full.wp-post-image {
      border-radius: 4px;
  }
  .author article .mkdf-post-text {
      padding: 0;
      width: 60%;
  }
  .author article .mkdf-post-content {
      padding: 0 10px;
  }
  .author article .mkdf-post-title {
      line-height: 18px !important;
  }
  .author .mkdf-two-columns-75-25 {
      width: 112%;
      left: -6% !important;
      position: relative;
  }
  .author .widget.popular-posts .wpp-list li {
      padding-left: 15px;
      padding-right: 10px;
  }
  h1.cat-head.left {
      font-size: 20px;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 18px;
  }
}


/* ==========================================================================
   page : Writer-List
   ========================================================================== */
.page-template-writers-list .mkdf-container,.page-template-writers-list .mkdf-content,.page-template-writers-list .mkdf-wrapper {
    background: #f7f7f7 !important;
}
.writers{
    overflow:hidden;
    margin-top: 10px;
}
.writer-profile {
    width: 19%;
    min-height: 480px;
    margin: 1%;
    float: left;
    padding: 2%;
    background: #fff;
    border-radius: 10px;
}
figure.eyecatch {
    margin: 0 !important;
    padding: 10px 10px 0 10px;
}
.writer-profile .button {
    margin-top: 10px;
    margin-bottom: 10px;
}
.writer-profile .button a {
    font-size: 0.8em;
    color: #333;
    background: #f8f8f8;
    text-align: center;
    padding: 10px 4%;
    border-radius: 6px;
    border: solid 1px #EEE;
    width: 92%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5;
}
.writer-profile .button a:hover {
    background: #5aa1e3;
    color: #fff;
    border: solid 1px #5aa1e3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5;
}
.writer-profile .description {
    min-height: 165px;
}
.writer-profile .name{
    text-align:center;
    font-weight:bold;
    padding:10px 0;
    margin:0;
}
.writer-profile .description{
    font-size:0.8em;
}
.writer-profile .eyecatch img {
    border-radius: 50% !important;
    border: solid 2px #eee;
}
.page-template-writers-list .mkdf-footer-top-holder {
    background-color: #F7F7F7 !important;
}
@media only screen and (max-width: 1024px) {
    .writer-profile {
        width: 27%;
        min-height: 480px;
        margin: 1%;
        float: left;
        padding: 2%;
    }
}
@media only screen and (max-width: 800px) {
    .writer-profile {
        width: 44%;
        min-height: 430px;
        margin: 1%;
        float: left;
        padding: 2%;
    }
    figure.eyecatch {
        margin: 0 !important;
        padding: 10px 60px 0 60px;
    }
    .writer-profile .description {
        min-height: 115px;
    }
}
@media only screen and (max-width: 640px) {
    .writer-profile {
        width: 96%;
        min-height: 250px;
        margin: 10px 0;
        float: left;
        padding: 2%;
        font-size: 16px;
    }
    figure.eyecatch {
        padding: 10px 0 0 0;
        margin: 0;
        text-align: center;
    }
    .eyecatch img {
        border-radius: 50% !important;
        width: 40%;
    }
    .profiletxt {
        padding: 0 10px;
    }
    .writer-profile .description {
        min-height: 0px;
    }
}
/* ==========================================================================
   common : side-sns-share
   ========================================================================== */
.side-sns-share {
     margin-bottom : 20px;
     padding: 0 20px 10px 20px;
}
.side-sns-share p {
    margin: 0;
}
.side-sns-share .sns-tw-ico {
    float: left;
}
.side-sns-share .fa-twitter {
    background: #5aa1e3;
    padding: 10px;
    font-size: 30px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #fff;
    margin-right: 10px;
}
.side-sns-share .fa-twitter:hover{
    background: #6cb7f0 ;
}
.side-sns-share .sns-in-ico {
    float: left;
}
.side-sns-share .fa-instagram {
    background: #3f729b;
    padding: 10px;
    font-size: 30px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #fff;
    margin-right: 10px;
}
.side-sns-share .fa-instagram:hover{
    background: #5E92BB ;
}

.side-sns-share .fa-facebook {
    background: #3b5998;
    padding: 10px;
    font-size: 30px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #fff;
}
.side-sns-share .fa-facebook:hover{
    background: #5E92BB ;
}

/* ==========================================================================
   page : begins
   ========================================================================== */
.begins_img_scene .vc_figure-caption {
    font-size: 18px !important;
    padding: 20px 0;
    color: #f2f2f2;
}
.begins_img_scene img {
    border-radius: 8px;
}
.page-begins .sns-shar_btns {
    padding-bottom: 40px;
}
.page-begins {
    background-position: 50% 99%;
    background-image: url(../../../wp-content/uploads/2016/03/begins_bg_bottom.jpg);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
    .page-begins {
        background-position: 50% 99.5%;
        background-image: url(../../../wp-content/uploads/2016/03/begins_bg_bottom_sp.jpg);
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 480px) {
    .mkdf-section-title-small {
        font-size: 18px !important;
    }
    .begins_img_scene .vc_figure-caption {
        font-size: 14px !important;
    }
}

/* ==========================================================================
   element : side-banner-begins
   ========================================================================== */
.side-banner-begins {
    margin: 0 0 40px 0;
}
.side-banner-begins img {
    transition: opacity 0.3s ease-out;
}
.side-banner-begins img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: opacity 0.3s ease-out;
}

@media only screen and (max-width: 640px) {
    .side-banner-begins {
        padding: 20px 0;
        margin: 0 !important;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
}

/* ==========================================================================
   Widget : Side-Area-Form
   ========================================================================== */
.fb-page {
    margin-bottom: 30px;
}
span.mkdf-sidearea-line:after {
    display: none;
}
.textwidget .foote-mail-magazine {
    font-size: 13px;
}
div#wysija-2 {
    background: #eee;
    padding: 0 4% 6% 9%;
}
.widget.widget_wysija {
    background: #eee;
    padding: 0 4% 6% 9%;
}

/* ==========================================================================
   Widget : Side-Baneer-Area
   ========================================================================== */
.side-banner-area {
    text-align: center;
    margin: 30px 0;
}
.side-banner-area img {
    transition: opacity 0.3s ease-out;
}
.side-banner-area img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: opacity 0.3s ease-out;
}


/* ==========================================================================
   Lancers Quant CSS
   ========================================================================== */


#lait-recommend-next-widget.lait-visible {
    z-index: 1001;
    bottom: 85px;
}

h2.lait-recommend-next-article-title {
    margin-top: 0!important;
}


/* ==========================================================================
   Simple Tags CSS
   ========================================================================== */

.st-post-tags a {
    padding: 0 10px;
    margin-right: 10px;
    background-color: #00a4de;
    color: #fff;
}

.st-post-tags a:hover {
    background-color: #323232;
}

/* ==========================================================================
   カテゴリー　タグ　h1
   ========================================================================== */

h1.cat-head.left {
    font-size: 25px;
}


/* generated in /var/www/html/wp-content/themes/nac/assets/custom-styles/general-custom-styles.php optimize_mikado_h1_styles function */
h1 { font-family: メイリオ;}

/* generated in /var/www/html/wp-content/themes/nac/assets/custom-styles/general-custom-styles.php optimize_mikado_h2_styles function */
h2 { font-family: メイリオ;}

/* generated in /var/www/html/wp-content/themes/nac/assets/custom-styles/general-custom-styles.php optimize_mikado_h3_styles function */
h3 { font-family: メイリオ;}

/* generated in /var/www/html/wp-content/themes/nac/assets/custom-styles/general-custom-styles.php optimize_mikado_h4_styles function */
h4 { font-family: メイリオ;}

/* generated in /var/www/html/wp-content/themes/nac/assets/custom-styles/general-custom-styles.php optimize_mikado_h5_styles function */
h5 { font-family: メイリオ;}

/* generated in /var/www/html/wp-content/themes/nac/assets/custom-styles/general-custom-styles.php optimize_mikado_h6_styles function */
h6 { font-family: メイリオ!important;}



/* ==========================================================================
   New-header
   ========================================================================== */
@media (max-width: 641px) and (min-width: 0px){
#header h1 {
    position: static;
    font-weight: normal;
    margin: 24px 0px 0px 16px!important;
    font-size: 9px!important;
}

#header {
    margin: -30px auto -18px auto!important;
    position: relative!important;
    width: 100%!important;
    height: auto!important;
    padding: 0!important;
}

#header #logo {
    margin: 0 0 0 16px;
    top: 35px;
}
#header #logo img {
    width: 137px!important;
    height: auto;
}

}

#header h1 {
    font-weight: normal;
    font-size: 58%;
    margin-bottom: 12px;
}

#header {
    position: relative;
    width: 1180px;
    height: 76px;
    padding: 0 0 0 0;
    margin: -30px auto 0 auto;
    font-size: 140%;
    z-index: 1000;
}

#header #logo img {
    width: 24%;
    height: auto;
}

/* ==========================================================================
   New-header-navi
   ========================================================================== */
#hNav {
    position: absolute;
    top: 0px;
    right: 60px;
}
@media (max-width: 641px) and (min-width: 0px){
#hNav {
    display: none;
}
}

li {
    list-style: none;
}

#hNav li:first-child {
    border-left: none;
}

#hNav li {
    padding: 0 12px;
    float: left;
    border-left: 1px dashed #cccccc;
    height: auto;
}

#hNav li a {
    height: 37px;
    display: table-cell;
    layout-grid-line: 37px;
    vertical-align: middle;
}

#hNav li img {
    vertical-align: top;
}

/* ==========================================================================
   New-header-navi-sp
   ========================================================================== */
#sphNav {
    display: none;
}

@media (max-width: 641px) and (min-width: 0px){
#sphNav {
    display: block!important;
    position: absolute;
    right: 4px;
    bottom: 0;
}


#sphNav ul {
    overflow: hidden;
}

#sphNav li {
    width: 46px;
    height: 47px;
    float: left;
}

#sphNav li#sphNav01 {
    background: url(/img/common/sp_hnav_01.png) 50% 50% no-repeat;
    background-size: auto 47px;
}

#sphNav li#sphNav03 {
    background: url(/img/common/sp_hnav_03.png) 50% 50% no-repeat;
    background-size: auto 47px;
}


}
