/*
Layout（レイアウト）--------------------------------------------------------------------------------------------
ページを構成するヘッダーやメインのコンテンツエリア、サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義
ページ単位で唯一の存在である要素となるため、Layoutレイヤーの要素ではIDセレクタを使うことを推奨
*/

/*-[ Main container ]---------------*/
.main-container {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background: #fff;
    position: relative;
    /*-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);*/
}
.container {
    max-width: 940px;
    min-width: 230px;
    overflow: visible;
}

.page-nosidebar .article {
    max-width: 940px!important;
}

.page-nosidebar .basic_form {
    max-width: 780px;
    margin: 0 auto;
}

.page-nosidebar-techo .basic_form {
    margin: 0 auto;
}

.post-single-content {
    font-size: 16px;
    line-height: 1.8;
}

/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 99;
    float: none;
    display: block;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_wrap {
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #E2E2E2;
}
.header_wrap {
    width: 100%;
}
#header {
    position: relative;
    width: 98.1%;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 5px;
}
#header .header-description .description1, #header .header-description .description2 {
    display: block;
}
.widget {
    margin-bottom: 30px!important;
}
.widget-header {
    float: left;
    max-width: 77.7%;
}
.header-bottom-second {
    overflow: hidden;
    clear: both;
}
#header-widget-container {
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 24px;
}
.header-inquiry {
    float: right;
    display: block;
}

.widget-header-bottom-right {
    float: right;
    max-width: 20.3%;
    width: 100%;
}
.widget-header img { float: left; }
.widget-header-bottom-right .topad { margin-bottom: 0; }
.header-button {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.header-button:hover { background: #111 }
.header-button span { float: none }
a.header-button {
    color: #fff!important;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

/*-[ Navigation ]-----------------*/
.menu {
    line-height: 1.4;
}
/* #menu-gnav {
    display: none;
}*/
#menu-gnav2 .searchform2-li {
    display: none;
}

#menu-item-8737 a:before{
    content:"[new!]";
    color:#FF0000;
    font-size: 60%;
}

/* #menu-item-25738 a:before{
    content:"[new!]";
    color:#FF0000;
    font-size: 60%;
}*/

.sf-js-enabled li ul.sf-with-ul { padding-right: 20px }
.sf-with-ul:after {
    content: " ";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 6px;
}
.sf-with-ul i {
    position: absolute;
    top: 1px;
    right: 45px;
}

.current-menu-ancestor > a.sf-with-ul {
    background-color: #ffffff;
}

/* サブナビゲーション */
.menu-item-object-category a:before {
    display: none;
}

nav a#pull { display: none }


/* 用途不明の共通（消せる可能性あり）ここから */
.ss-full-width {
    overflow: hidden;
    margin-bottom: 10px;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.ss-full-width .post-content {
    margin-bottom: 0;
    padding-bottom:
}

/*-[ Meta ]---------------------------*/
.meta, .meta a {
    color: #999;
    font-size: 12px;
}

/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    clear: both;
    margin-bottom: 10px;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
    margin-top: 20px;
}
/* 用途不明の共通（消せる可能性あり）ここまで */


/*-[ Sidebar ]---------------------*/
.sidebar {
    float: right;
    width: 31.8%;
    padding: 0 0.1%;
    line-height: 20px;
    /*max-width: 300px;*/
}
.sidebar a { color: #2A2A2A }

.side_category ul {
    padding-left: 0;
}

.side_category ul li {
    margin: 0;
    list-style-position: inside;
    list-style: none;
    border-bottom: 1px dotted #E2E2E2;
}

.side_category ul li a {
    display: block;
    padding: 10px 0;
    background-position: right;
    background-repeat: no-repeat;
}

.side_category ul li a:hover {
    background-color: #ECECFB;
}

.side_category ul ul li {
    margin-top: 0px;
    border-bottom: none;
    border-top: 1px dotted #E2E2E2;
    text-indent: 15px!important;
}

.side_category ul ul li a:before {
    content: "└ ";
    width: 30px;
    color: #2A2A2A;
}

.side_category ul ul li:first-child {
    margin-top: 0px;
    border-bottom: none;
    border-top: 1px dotted #E2E2E2;
}

#wpp-3 {
    margin-bottom: 0px;
}

.widget {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    list-style: none;
}
.widget li:last-child {
    margin-bottom: 0;
}

.widget-title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  clear: both;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.widget-title:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
  background: #002053;
  content: "";
}

.c-side_title,
.widget_categories h3 {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    border-bottom: 3px solid #666666;
}

.c-side_title__service:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f007";
    padding-right: 3px;
}

.c-side_title__info:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f05a";
    padding-right: 3px;
}

.c-side_title__new:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f09e";
    padding-right: 3px;
}

.c-side_title__popular:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f06d";
    padding-right: 3px;
}

.c-side_title__subsidy:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f157";
    padding-right: 3px;
}

.widget_categories h3:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f07c";
    padding-right: 3px;
}

.c-sidebar__link_wrap {
    text-align: right;
}

.c-sidebar__link_wrap a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding-right: 3px;
}

a.wpp-post-title {
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0;
}

a.wpp-post-title:hover {
    background-color: #ECECFB;
}

.wpp-list li, #npcatch li, .side-catch-list li {
    overflow: auto;
    padding: 10px 0px;
    list-style-type: none;
    border-bottom: 1px dotted #E2E2E2;
}

.wpp-thumbnail,
ul#npcatch li img {
    display: block !important;
    float: left;
    margin-right: 5px;
}

/*-[ Search Form ]------------------*/
#searchform {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}
#searchform fieldset {
    float: left;
    position: relative;
    width: 100%;
}
.article #searchform fieldset {
    float: none;
    max-width: 300px;
}
.article #searchform .icon-search {
    height: 28px;
    width: 13%;
}
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 5px solid #3879D9;
  padding: 3px 10px;
  border-radius: 25px;
  height: 4.0em;
}
.search_container input[type="text"]{
  border: none;
}
.search_container input[type="text"]:focus {
  outline: 0;
  background-color: #fff;
}
.search_container input[type="submit"], .search-form input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 0;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5rem;
  height: 4.0rem;
  right: 0;
  top: -10px;
  outline : none;
  display: block;
  background: url('https://common.bizceed.jp/images/search.png') center no-repeat;
  z-index: 10;
}

.top_search {
    width: 90%;
    height: 60%;
}

/* .sbutton {
    border: 0;
    width: 32px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    padding: 0;
    color: white;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 1;
    text-indent: -999em;
    right: 3px;
    border-left: 1px solid #D8D8D8!important;
    margin-top: 11px;
} */
/*-[ Search Form ]------------------*/

footer .sbutton {
    width: 19.4%;
    height: 38px;
}
#s {
    width: 99.6%;
    border: 1px solid #E2E2E2;
    float: left;
    padding: 7px 0;
    height: 22px;
    text-indent: 10px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
}
#searchform2 {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}
#searchform2 fieldset {
    float: left;
    position: relative;
    width: 100%;
}
.article #searchform2 fieldset {
    float: none;
    max-width: 300px;
}
.article #searchform2 .icon-search {
    height: 28px;
    width: 13%;
}
#s2 {
    width: 99.6%;
    border: 1px solid #E2E2E2;
    float: left;
    padding: 7px 0;
    height: 22px;
    text-indent: 10px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
    position: relative;
    z-index: 1;
}

/*-[ Content ]--------------------*/
article header {
    overflow: hidden;
}

.article {
    width: 620px;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}

#content_box {
    float: left;
    width: 95.2%;
}

.page #content_box { width: 100% }
.single #content_box { width: 100% }

#content_box #content {
    float: left;
    display: block;
    width: 100%;
}

.post {
    width: 100%;
}

.post--3col {
    float: left;
    width: 33.33%;
}

.postauthor-container {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.postauthor-container h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.post-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post.excerpt .post-content {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.post.excerpt .post-content p { margin-bottom: 0 }
.post-single-content {
    overflow: hidden;
    margin-bottom: 20px;
}

/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    background: #EFEFEF;
    color: #555;
}
body > footer .widget { padding: 2px 0 0 0 }
footer .widget { margin-bottom: 0px }
footer .widget li a { color: #EE210B }
footer .widget li a:hover { color: #222 }
footer {
    position: relative;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}
footer .container { max-width: 100% }
.carousel {
    padding: 0 2.2% 0 2.2%;
    overflow: hidden;
}
.carousel .excerpt {
    float: left;
    max-width: 140px;
    margin-right: 2%;
    width: 15%;
}
.carousel .excerpt:last-child { margin-right: 0 }
.carousel a { color: #2a2a2a }
.carousel .featured-title {
    font-size: 12px;
    margin-top: 10px;
    float: left;
}
.carousel .excerpt div.hover {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    transition: all 0.20s linear;
}
.carousel .excerpt:hover div.hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.carousel a div {
    overflow: hidden;
    position: relative;
}
footer .carousel img { margin-top: 0 }
.carousel .excerpt:hover div.hover { opacity: 1 }
.carousel .excerpt div.hover span {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    background: url('images/zoom.png') center no-repeat;
}
.foot-logo {
    float: left;
    margin-right: 10px;
}
.copyright-left-text {
    clear: both!important;
    padding: 0 0 40px 0!important;
}
.copyright-text {
    float: left;
    padding-top: 12px;
    margin-left: 5px;
}
.footer-navigation {
    float: right;
    margin: 10px 0;
}
.footer-navigation ul li { float: left }
.footer-navigation ul ul { display: none }
.footer-navigation a {
    color: #9b9b9b;
    padding: 0 0 0 25px;
}
.footer-navigation ul li:first-child a { padding-left: 0 }
.copyrights {
    float: left;
    width: 95.7%;
    clear: both;
    background: #eee;
    padding: 20px 2.2% 10px 2.2%;
    margin-top: 25px;
    color: #9b9b9b;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #E2E2E2;
}
.footer_wrap {
    max-width: 980px;
    margin: 0 auto;
}
#copyright-note {
    width: 1060px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
#copyright-note span {
    vertical-align: text-top;
    float: left;
    line-height: 2;
}
#copyright-note span a:first-child {
    float: left;
    margin-right: 5px;
}

#sidebars .wp-post-image,
footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 15px;
}

#sidebars .wp-post-image--rev {
    margin-right: 0px;
    margin-left: 15px;
    float: right;
}

.footer-list {
    padding: 12px 0 12px 12px;
    width: 68%;
    height: auto;
    float: left;
}

.footer-form_area {
    width: 30%;
    float: right;
    text-align: right;
}

.footer-listbox {
    display: block;
    margin: 0 10px 10px 0;
}

.footer-listbox p {
    margin-bottom: 0px;
    color: #666666;
    font-weight: bold;
    clear: both;
}

.footer-listbox ul{
    overflow: auto;
    margin-bottom: 10px;
}

.footer-listbox li {
    font-size: 14px;
    list-style-type: none;
    margin: 4px 8px 4px 0;
    float: left;
}

.footer-listbox li:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}

.top {
    float: right;
    position: absolute;
    left: 47%;
    top: -18px;
    width: 52px;
    height: 52px;
    background: #eee;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 10;
}

a.toplink {
    display: inline-block;
    line-height: 2;
    padding-right: 0;
    position: absolute;
    left: 12px;
    top: 9px;
    width: 27px;
    height: 27px;
    background: url(https://common.bizceed.jp/images/top.png) no-repeat center center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

a.toplink:hover {
    text-decoration: none!important;
}

.toplink .icon-long-arrow-up {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 6px;
}


/*-[ Item ]-----------------------*/
ul.item-parent a {
	border-bottom: 1px dotted #999;
}
ul.item {
    list-style-type: none;
    padding-left: 1em;
    margin: 0;
}
ul.item li {
    margin: 5px 0;
    position: relative;
}
ul.item li a {
    text-decoration: none;
    color: #333;
}
ul.item li a:hover {
    text-decoration: underline;
}
ul.item {
    padding-left: 1em;
/*    border-left: 2px solid #ccc;*/
    margin-left: 1em;
}
.title_item {
    font-size: 18px;
    margin: 1.5rem 0 6px!important;
}


@media (max-width: 768px) {
    .footer-listbox li {
              margin: 8px 8px 8px 0;
        
        }
}