/*
Theme Name: 信城法律事務所
Theme URI: 
Author: e-press okubo
Author URI: 
*/

/*ログイン中の編集ボタン*/
div.post_edit{
	clear:both;
	display:block;
	background-color:#eaeae3;
	text-align:center;
	padding:5px 0;
	color:#666;
	margin-bottom:30px;
}
div.post_edit a{
	color:#666;
	font-weight:bold;
}

/*404*/
.error_title{
}
.error_comments{
}




/*個別記事*/

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
	display: block;
	clear: both;
	font-weight:bold;
	line-height: 1.6;
}

.contents h1 {
  font-size: 3rem;
	color:#000066;
  position: relative;
  padding: 1rem 2rem .6rem;
  border: 4px solid #000066;
  margin-bottom: 1.5em;
  margin-top: 3em;
}
.contents h1:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 1px solid #000066;
}
.contents h2 {
	color:#000066;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	padding: 10px 0 10px .5em ;
	margin: 30px 0px 20px;
	font-size: 2.4rem;
}
.contents h3 {
	font-size: 2rem !important;
	position: relative;
	border-bottom: 3px solid #cccac3;
	padding: 8px 0px 8px 5px ;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
.contents h3:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #000066;
}
.contents h4 {
	color:#333;
	font-size: 1.8rem;
	background:#dae3f3;
	padding: 10px 0px 8px 20px;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
.contents h5 {
	border-bottom: 1px dashed #111;
	padding: 10px 0px 10px 5px ;
	font-size: 1.6rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
.contents h6 {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.contents h7 {
	font-size: 1.2rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}


/* Link */
.contents a {
	color:#000066;
	text-decoration: underline;
}
.contents .entry-content a,
.contents .entry-summary a,
.contents .page-content a,
.contents .home-text a,
.contents .author-profile-description a,
.contents .comment-content a {
	text-decoration: underline;
}
.contents a:hover {
	text-decoration: none;
}
.contents .entry-content cite a,
.contents .comment-content cite a {
	text-decoration: none;
}

/* Text */
.contents p {
	margin: 0 0 1.5em;
}
.contents b,
.contents strong {
	font-weight: 700;
}
.contents dfn,
.contents q,
.contents cite,
.contents em,
.contents i {
	font-style: italic;
}
.contents q {
	quotes: "" "";
}
.contents cite {
	border-bottom: dotted 1px #777;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
	color: #777;
	border-bottom: solid 1px #ddd;
	font-size: 1.2rem;
}
.contents abbr,
.contents acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
.contents mark,
.contents ins {
	background-color: #ede9df;
	text-decoration: none;
}
.contents ins.adsbygoogle {
	background-color: transparent;
}

/* List */
.contents ul,
.contents ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
.contents ul {
	list-style: initial !important;
}
.contents ol {
	list-style-type: decimal !important;
}

.contents li > ul,
.contents li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.contents dl {
	margin: 0;
}
.contents dt {
	font-weight:700;
	margin-bottom: 0.5em;
}
.contents dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
.contents table {
    display: inline-grid;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	font-size: 1.4rem;
	margin: 0 0 1.6em;
	width: auto !important;
	height: auto !important;
	overflow: hidden !important;
}

.contents table tbody{
	width: auto !important;
	overflow: auto !important;
	display: block;
}

.contents caption {
	margin-bottom: 0.6em;
}
.contents table th,
.contents table td {
	border-right: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	padding: 0.3em .8em;
	white-space: nowrap;
}
.contents th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
.contents blockquote {
	color: #777;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
.contents blockquote:before {
	color: #e6e6e6;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
.contents address {
	margin: 0 0 1.5em;
}
.contents pre {
	border-left: solid 3px #e6e6e6;
	color: #777;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	word-wrap: normal;
}
.contents hr {
	background-color: #8f98a1;
	border: 0;
	height: 2px;
	margin: 1.6em auto;
}
.contents .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}


/* Media */
.contents img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.contents figure {
	margin: 0;
}
.contents embed,
.contents iframe,
.contents object {
	max-width: 100%;
}

/* Form */
.contents button,
.contents input,
.contents input[type="search"],
.contents select,
.contents textarea {
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
.contents button,
.contents input[type="button"],
.contents input[type="reset"],
.contents input[type="submit"] {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	font-size: 87.5%;
	line-height: 1;
	padding: 0.9em 1.5em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
.contents button:hover,
.contents button:focus,
.contents input[type="button"]:hover,
.contents input[type="button"]:focus,
.contents input[type="reset"]:hover,
.contents input[type="reset"]:focus,
.contents input[type="submit"]:hover,
.contents input[type="submit"]:focus {
	background-color: #ededed;
}
.contents input[type="text"],
.contents input[type="email"],
.contents input[type="url"],
.contents input[type="password"],
.contents input[type="search"],
.contents textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.4em;
	padding: 0.6em;
}
.contents input[type="text"]:focus,
.contents input[type="email"]:focus,
.contents input[type="url"]:focus,
.contents input[type="password"]:focus,
.contents input[type="search"]:focus,
.contents textarea:focus {
	color: #444;
}
.contents select {
	padding: 0.4em;
}
.contents textarea {
	max-width: 700px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.contents .aligncenter,
.contents .alignleft,
.contents .alignright {
	margin-bottom: 1.5em;
}
.contents .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.contents .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.contents .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.contents .wp-caption {
	color: #999;
	font-size: 87.5%;
	font-style: italic;
	margin-bottom: 1.7em;
	max-width: 100%;
}
.contents .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.contents .wp-caption-text {
	text-align: center;
}
.contents .wp-caption .wp-caption-text {
	margin: 0.9em 0;
}

.contents .gallery {
	margin: 0 auto 18px;
}
.contents .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.contents .gallery img {
	border: 2px solid #cfcfcf;
}
.contents .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.contents .gallery dl {
	margin: 0;
}
.contents .gallery img {
	border: 10px solid #f1f1f1;
}
.contents .gallery br+br {
	display: none;
}
.contents .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}





/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,screen and (max-width: 320px) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

}


/* PC用1040px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){



}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
}



/*------------------------------------------------------------------------------------------------------------------------------------------

* 投稿記事（共通スタイル）

------------------------------------------------------------------------------------------------------------------------------------------*/

#Blog-container.info .left-box .single > h3 {
    margin-top: 0;
}


/* TAB用768px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px){



}




/* PC用1040px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){



}



/*------------------------------------------------------------------------------------------------------------------------------------------

* 新着情報（一覧ページ）

------------------------------------------------------------------------------------------------------------------------------------------*/

#Blog-container .right-box .widget_recent_entries {
	
}

#Blog-container .right-box .widget_recent_entries ul {
    border-top: #000066 1px solid;
    border-bottom: #000066 1px solid;
}

#Blog-container .right-box .widget_recent_entries ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0em 7px;
}

#Blog-container .right-box .widget_recent_entries ul li + li {
	border-top:1px solid #000066;
}


#Blog-container .right-box .widget_recent_entries ul li a {
	order: 2;
    padding-top: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 1.4rem;
}

#Blog-container .right-box .widget_recent_entries ul li span {
	order: 1;
    display: block;
    width: 100%;
    line-height: 1.4;
    font-size: 1.2rem;
}


#Blog-container .right-box .widget_archive {
	padding: 20px 22px;
}

#Blog-container .right-box .widget_archive select {
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border:1px solid #000066;
	width: 100%;
    padding: 3px;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}


/* 320px以下用
---------------------------------------------------------------------*/

@media print,screen and (max-width: 320px) {
}


/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#Blog-container .right-box .widget_recent_entries ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    height: 36px;
}

#Blog-container .right-box .widget_recent_entries ul li a {
    order: 2;
    width: calc(100% - 12rem);
    -webkit-line-clamp: 1;
    line-height: 1.5;
    font-size: 1.4rem;
}

#Blog-container .right-box .widget_recent_entries ul li span {
    width: 12rem;
}


}



/* PC用1040px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#Blog-container .right-box .widget_recent_entries ul li {
    padding:12px 0;
    height: auto;
	flex-wrap: wrap;
}

#Blog-container .right-box .widget_recent_entries ul li a {
    width:100%;
    -webkit-line-clamp: unset;
    line-height: 1.8;
    font-size: 1.4rem;
	padding-top: 4px;
}

#Blog-container .right-box .widget_recent_entries ul li span {
    width: 100%;
    font-size: 1.4rem;
}

}


