@charset "utf-8";
/*
Theme Name: web next
Theme URI: https://web-next.biz
Description: web next WP テーマ
Version: 1.0
Author: Cloud template
Author URI: https://web-next.biz
Tags: corporate
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none;  border-left: 1px solid #eee;border-right: 1px solid #eee;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
background: #fff;
font-family: Open Sans;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
color: #0081cc;
  text-decoration: none;
  outline: none;
vertical-align:baseline;
background:transparent;
font-size:100%;

}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
text-decoration:underline;
}


/**** Clearfix ****/
.nav nav#mainNav:before,nav nav#mainNav:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav nav#mainNav:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav nav#mainNav,nav#mainNav,.newsTitle{zoom: 1;}



/* レイアウト
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
width:980px; 
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
justify-content: space-between;
	flex-direction:row-reverse;
}

#header,#mainNav{background:#ffffff;}

#header{overflow:hidden;
	height: 122px;
  padding-top: 36px;
width: 910px;
  margin: auto;
}
#header .inner{
margin:0 auto;
width:100%; 
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
justify-content: space-between;
}
#content{
width:700px;
padding:0px 0 30px;
}
#sidebar{
	width:250px;
padding:0px 0 30px;
}
.post{
width:100%;
margin:0 auto;
}

#footer{
clear:both;
padding-top:20px;
border-top:1px solid #ccc;
	background:#222222;
} 


/* ヘッダー
*****************************************************/

/* ロゴ (サイトタイトル)
----------------------------------*/
.page-header {
  margin: 0 0 40px;
  padding: 20px 0;
  background: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-header .container {
  position: relative;
	margin: 0 auto;
width: 980px;
}

body.has-breadcrumbs .page-header-title {
  max-width: 70%;
}
.page-header-title {
  display: block;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0px;
  color: #000;
	padding:0;
}
.page-header-title a{
color: #000;
}
.page-subheading {
  font-size: 1.077em;
  margin: 0;
  color: #999;
}
.site-breadcrumbs {
  position: absolute;
  right: 0;
  top: 30%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  font-size: 0.9em;
  color: #aaa;
  font-weight: normal;
}
.site-breadcrumbs a {
  color: #333;
}
/* メインメニュー
*****************************************************/
nav#mainNav{
margin:0 auto;
 width:100%; 
position:relative;
z-index:200;
border-top: 1px solid #e4e4e4;
  position: relative;
  box-shadow: 0px 5px 5px -2px #bfbfbf;
  -webkit-box-shadow: 0px 5px 5px -2px #bfbfbf;
  -moz-box-shadow: 0px 5px 5px -2px #bfbfbf;
}

nav#mainNav ul{
margin:0 auto;
width:980px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
justify-content: flex-start;
	border-left: 1px solid #e4e4e4;
}

nav#mainNav ul li{
border-right: 1px solid #e4e4e4;
}

nav#mainNav ul li a{
display: block;
text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  padding: 0 20px;
  font-size: 13px;
	color:#555;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
  text-decoration: none;color: #3b86b0;
}




/*--------------------------------------------------------------
- Sidebar
--------------------------------------------------------------*/
#sidebar { margin-bottom: 10px;width: 250px; }

.sidebar-box { padding-bottom: 30px;	font-size:90%; }
.sidebar-box h2{ margin: 0px; }
.sidebar-box .article_latest_title {   font-size: 1.077em;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  background-color: #1963ab; }
.sidebar-box .widget-titleselect { width: 100% }
.sidebar-box ul {
  list-style: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.sidebar-box li.menu-item {
  position: relative;
  padding: 10px;
	border-top: 1px solid #eee;

}
.sidebar-box li.menu-item a::before {
  content: "\f114";
	margin-right: 10px;
  font-family: "FontAwesome";
  color: #999;
  display: inline-block;
}

ul.article_latest_list{
	list-style: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
ul.article_latest_list li{
  min-height: 0;
  padding: 10px;
}
ul.article_latest_list .latest_image img{
    max-width: 100%;
    height: auto; 
    object-fit: contain;
	margin-bottom:5px;
}
.wpex-widget-recent-posts-li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.latest_image .attachment-thumbnail{
  position: inherit;
  left: auto;
  top: auto;
  margin-bottom: 15px;
  width: 100%;
}
.latest_title a{
  font-weight: bold;
  font-weight: 600;
  color: #000;
}
.latest_title time {
  font-size: 0.923em;
  font-weight: 400;
  color: #777;
}
.wpex-widget-recent-posts-thumbnail img {
  display: block;
}
.wpex-image-hover img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}



#contact_set_lower {
  border: solid 2px #1963ab;
  float: right;
  text-align: center;
  margin-top: 40px;
  padding: 22px;
}
#contact_set_lower_title {
  font-size: 134%;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  width: 225px;
  margin: 15px auto 0 auto;
  font-weight: bold;
}
#contact_set_lower_title {
  font-size: 134%;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  width: 145px;
  margin: 15px auto 0 auto;
  font-weight: bold;
}
.tel_num img {
  margin-bottom: 5px;
}
#contact_set_lower .tel_num {
  float: none;
  text-align: center;
	padding-top:5px;
}
.tel_num .tel-num{
font-size: 22px;
  font-weight: bold;
  color: #1963ab;
  text-align: center;
}

.tel_num time{
  display: block;
}
.vcex-button.orange, .vcex-button.flat.orange {
  background-color: #EE7836;
  color: #fff;
	display: inline-block;
  padding: .9em 1em 0;
  margin: 0 0px 5px 0;
  font-size: 1.19em;
  line-height: 1;
  font-weight: normal;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  outline: none;
  border: none;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
- top
--------------------------------------------------------------*/
.top-list{
	margin-bottom:50px;
}
.top-list dl{
	margin:0 auto 20px;
  width:100%; 
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dotted #c0c0c0;
  background: url(https://chiyoda-office.jp/wp/wp-content/uploads/2015/06/arrow_gray.png) no-repeat 684px center;
}
.top-list dl:hover {
  background: url(https://chiyoda-office.jp/wp-content/uploads/2015/06/arrow_gray.png) no-repeat 688px center;
	opacity: 0.7;
}
.top-list dt{
	width: 40%;
  padding: 0;
}
.top-list dt img{
display: block;
  width: 100%;
	max-width: 100%;
  height: 151px;
	object-fit: cover;
}
.top-list dd{
	padding: 0 18px 0 0;
  width: 58% ;
}
.top-list dd h3{
margin:5px 0 0;
font-size: 1.231em;
  margin: 0;
  line-height: 1.5em;
	font-weight: 700;
}
.top-list dd h3 a{
color: #222;
}
.top-list dd h3 a:hover{
text-decoration:none;
color: #0081cc;
}
.post .top-list dd p.tday{
font-size: 0.923em;
  color: #777;
  list-style: none;
  padding: 0 0 5px;
	margin-bottom:0;
}
.post .top-list dd p{
font-size: 100%;
	margin-bottom:0;
}
.top-list dd::after{
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
/* ページネーション　*/
.wp-pagenavi  {
  margin-bottom: 32px!important;

}
.wp-pagenavi a {
  padding: 3px 10px!important;
  margin: 2px!important;
	font-size: 105%!important;
}
/* タイポグラフィ
*****************************************************/
h1{
padding:10px 0 0 3px;
color: #b6a68a;
font-size:90%;
font-weight:normal;
}

/* 記事ページ　*/
h2{
	font-size: 1.613em;
  border-bottom: 1px solid #bfbfbf;
	font-weight: 600;
  color: #222;
  line-height: 1.5;
  margin: 30px 0 20px;
	border:none;
}
h2.title{
font-size: 24px;
  margin: 0 0 10px;
  font-weight: 400;
}
h2.title a{
  color: #222;
}

.post p{margin-bottom:20px;font-size: 16px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

.post h2{
margin:10px 0 15px;
padding-bottom:2px;
font-size:160%;
font-weight:bold;
color: #252525;
border-bottom:1px solid #3c2f13;
}





.post table{
border: 1px #2e2c2c solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #2e2c2c solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#4f4d4d;
}

.post table td{
padding:7px 5px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}





/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:5px 0;
font-size:100%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #bab48d;
}

.news p a{
display:block;
padding:5px 0;
color:#252525;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#624e24;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#927a49;}



/* フッター
*****************************************************/
#footerLogo{
float:left;
width:265px;
}

#footerLogo img{
max-width:265px;
height:auto;
}

#footer ul{
float:right;
width:625px;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer ul li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}

#footer ul lili a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:50px 0 20px;
color: #aaa;
font-style:normal;
font-size:90%;
zoom:1;
	width: 980px;
  margin: 0 auto;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:95%;
margin-right:-20px;
}

.thumbWrap li{
float:left;
width: 195px;
margin:0 20px 0 0;
padding:2px 0 40px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #bcbcbc;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#dedabc;
}

ul.thumb h3:hover{background:#f1efe4;}

ul.thumb h3:hover span{background:#e3dfc4;}


/* 記事ページ */
.post-nav{
margin:30px auto 0px;
	width:980px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
	padding:20px 0;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.prev-link{
	
}
.prev-link span {
  margin-right: 5px;
}
.fa-angle-double-left::before {
  content: "\f100";
	color: #0081cc;
}
.next-link{
	
}
.next-link span {
  margin-left: 5px;
}
.fa-angle-double-right::before {
  content: "\f101";
		color: #0081cc;
}
#footer-callout-wrap {
  background: #f7f7f7;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
	width:100%;
}
#footer-callout{
	font-size: 1.385em;
	width:980px;
	margin:0 auto;
}
#footer-callout-left {
  width: 75%;
}
#footer-callout-left, #footer-callout-right {
  display: block;
  float: left;
}
#footer-callout-right {
  width: 23%;
  margin-left: 2%;
}
.clr::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
#footer-callout .theme-button {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.889em;
  padding: 15px 20px;
}
.theme-button{
  background-color: #4a97c2;
  color: #fff;
}
.theme-button, button {
  background: #4a97c2;
    background-color: rgb(74, 151, 194);
  display: inline-block;
  font-weight: normal;
  color: #fff;
  outline: none;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
  line-height: 1;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-font-smoothing: inherit;
}

/* カテゴリーページ */
#post-media{
	margin-bottom:20px;
}
.blog-entry-media {
  margin-bottom: 20px;
}
.blog-entry-excerpt {
  margin-bottom: 20px;
	margin-right:10px;
}
.blog-entry {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-left: 0;
}
.clr::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.meta li .fa {
  margin-right: 8px;
}
.fa-clock-o::before {
  content: "\f017";
}
.meta li .fa {
  margin-right: 8px;
}
.fa-folder-o::before {
  content: "\f114";
}
time.latest_meta{
	padding-right:20px;
}
.fa {
padding: 0 5px 15px 0;
}
.catea a {
  color: #777;
  text-decoration: none;
}
/* sns */
.addtoany_content {
  clear: both;
  margin: 56px auto 20px !important;
}
/* 関連記事 */
/* 親要素：横並びの設定 */
.theme-heading {
  height: auto;
  top: auto !important;
  font-size: 1.154em;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.yarpp-related h3.post-connection {
display: inline-block;
  max-width: 90%;
position: relative;
}
.yarpp-related h3.post-connection::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: solid 1px #eee;
  left: 100%;
  width: 9999px;
  margin-top: -1px;
  margin-left: 15px;
}
.related-post-container {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    gap: 20px;       /* 枠同士の隙間 */
    margin-bottom: 30px;
}

/* 各カードのスタイル：3段組みの設定 */
.post-card {
    flex: 0 1 calc((100% - 40px) / 3); /* 3段組み（隙間20px×2個分を引いて3分割） */
  background: #f7f7f7;
    border: 1px solid #eee;
    box-sizing: border-box;
}

/* 画像を正方形や一定の比率で表示する設定 */
.card-img-wrapper .img {
    width: 100%;
    padding-top: 60%; /* 黄金比に近い高さ（お好みで調整） */
    background-size: cover;
    background-position: center;
}

/* テキスト部分の余白 */
.card-body {
    padding: 15px;
}

.card-title {
font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.4;
	color: #222222;
}
a .card-title{
color: #222222;
}

.card-excerpt {
    font-size: 0.9em;
    color: #666;
}
.post .card-excerpt p{
    font-size: 16px;
	font-weight:normal;
	margin:0;
}
/* 【重要】スマホ表示の時は横1列（100%）にする */
@media (max-width: 768px) {
    .post-card {
        flex: 0 1 100%;
    }
}