/*
Theme Name: sorasoku-Theme
Theme URL:https://sorasoku.com/
Description: This is sorasoku Theme
*/


@charset "utf-8";
/*************************************************************
 *
 * 僕のユーザーエージェントあげる
 *
 *************************************************************/

*{
	box-sizing:border-box;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
html{
	height:100%;
}
body{
	overflow-y:scroll;
	margin:0;
	background-color:#fff;
	line-height:120%;
	color:#000;
}
main{
	display:block;
	min-height:100%;
}
h1, h3, h4, h5, p{
	margin:0;
	padding:0;
}
h3.post-title {
	background-color:transparent;
	color:#000;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
dl, dd{
	margin:0;
}
input[type=checkbox]{
	vertical-align:text-top;
}
textarea{
	resize:vertical;
}
ul {
	padding: 0px;
}
li{
	list-style-type: none;
	padding: 0px;
}

body {
	width:100%;
	font-size:100%;
	line-height:120%;
	font-family:'Sawarabi Mincho', sans-serif, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	color:#4b4949;
	-webkit-text-size-adjust:100%;/* for smt */
	margin:0px;
}
#incHeaderWrap {
	top:0px;
}

#mainContents {
	padding-top:0px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.article {
	max-width:1280px;
}

blockquote {
	position: relative;
	padding: 10px 12px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	border-left: solid 40px #c4c4c4;
	background: #f3f3f3;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -32px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f10d";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
}
/*
	トップページ　記事一覧
*/
.articleBoxWide {
	display:block;
	width: 75%;
	padding-right:40px;
	margin-bottom:10px;
}
dl.headLineBox {
	padding:5px;
}
dl.headLineBox:hover {
	background-color:#a4b1d4;
}
dl.headLineBox > dd {
	width:100%;
	border:none;
}
dl.headLineBox > a {
	display:flex;
}
dl.headLineBox > a > dl.headLineinBOX {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	width:100%;
}
dl.headLineBox > a > dl.headLineinBOX > dd.articleTitle {
	width:calc( 100% - 150px );
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	line-height:1.7;
	font-weight:bold;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:10px;
}
dl.headLineBox > a > dl.headLineinBOX > dd.articleComment {
	width:calc( 90% - 80px);
	height:200px;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
}
dl.headLineBox > a > dl.headLineinBOX > dd.postTime {
	
	margin-left:30px;
	padding-top:0px;
}

dl.headLineBox > a > dl.headLineinBOX > dd.articleComment > img {
	display:none;
}
dl.headLineBox > dd.articleIcon {
	width:100%;
}
dl.headLineBox > dd.articleIcon > img {
	width:150px;
}
dl.headLineBox > dd.postTime, .siteName, dd.siteUrl, dd.type {
	width:100%;
	padding:5px;
}
dl.headLineBox > a > dd.headImages {
	width:100px;
	height:80px;
}
dl.headLineBox > a > dd.headImages > img {
	width:100%;
	height:100%;
	margin:auto;
	display:block;
	object-fit: cover;
}
dl.headLineBox > a > dd.headImages > img:hover {
	transform:scale(1.05);
	transition:transform 0.3s ease;
}
.post > h2 {
	width:100%;
	margin:5px 5px 35px 0px;
	padding:5px;
	padding-left:10px;
	border-bottom:solid 3px #000;
	border-top:solid 3px #000;
	background:#eee;
	font-size:18px;
}
.post > h2 > a {
	text-decoration:none;
}
H2:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 20%;
	height: 3px;
	content: '';
	background: #000;
}
h3 {
	font-size:14px;
	display:inline-block;
	min-width:100px;
	max-width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color:#245420;
	padding:5px 10px 5px 10px;
	color:#fff;
}
#prBlock_icon_outer {
	border-top:3px solid #000;
	width:calc( 1024px - 40px );
	margin:auto;
	padding:20px;
	background:#FFF;
}

#prBlock_icon_outer > a {
	margin:10px;
}
#prBlock_icon_outer > a:hover {
	margin:10px;
	background:#F00;
}
.post-category {
	display:flex;
	flex-direction: row;
}
.post-category > a {
	border:solid 1px #999;
	border-radius: 10px;
	color:#FFF;
	font-size:12px;
	padding:3px;
	background-color:#245420;
}



/* ■■■■■■■■■■■　個別記事　■■■■■■■■■■■  */
.imgThumb {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
/*
div.articleBoxWide > div.post > div.articleContents {
	line-height:0em;
}
*/
div.articleBoxWide > div.post > div.articleContents > p {
	font-size:16px;
	line-height:2em;
	margin-bottom:20px;
}

/* ■■■■■■■■■■■　個別記事　■■■■■■■■■■■  */
.postcat {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.postcat > a {
	display:block;
	padding:5px 10px;
	line-height:1.7em;
	background-color:#e9cbb3;
	border-radius: 10px;
	margin:5px;
}
.postinfo {
	margin:20px 0 20px 0;
}

/* ■■■■■■■■■■■　pageNation ページネイション　■■■■■■■■■■■  */
div.pageNation {
	width:100%;
	display:flex;
	flex-direction: row;
}
div.pageNation > div {
	width:30px;
	height:30px;
	font-weight: bold;
	text-align:center;
	border:solid 2px #000;
	margin:10px;
	padding:0px;
}
div.pageNation > div > a {
	width:30px;
	height:30px;
	padding:0px;
	display:inline-block;
}
div.pageNation > div > a:hover {
	background-color:rgb(104, 141, 241);
	color:#e2e2e2;
}

/* ■■■■■■■■■■■■■■■      ADスペース   ■■■■■■■■■■■■■■■*/
#adSpaceA {
	width:430px;
	height:220px;
	margin-left:5px;
	margin-top:30px;
	color:#333;
}
/* ■■■■■■■■■■■　widgets　■■■■■■■■■■■  */

#widgetsArea {
	width:25%;
	padding:10px;
	color:#333;
}
.widgetsMenu > li > h2 {
	color:#333;
	font-size:18px;
	margin:10px 0px;
	padding:10px 0px;
}
.widget {
	line-height:1.2em;
}
.widget > ul {
	padding:0px;
}
.widget > ul > li {
	text-decoration: none;
	list-style-type:none;
}
.widget > ul > li > a {
	color:#333;
	display:block;
	padding:10px;
	font-size:16px;
}
.widget > ul > li > a:hover {
	background:#a4b1d4;
	text-decoration:none;
}
.widget_archive {
	width:100%;
	margin:10px 0 10px 0;
}
.widget_archive > select {
	width:100%;
	margin:10px 0 10px 0;
	font-size:16px;
}


/* ■■■■■■■■■■■　検索　■■■■■■■■■■■  */
#searchform {
	width:100%;
	margin-bottom:30px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  overflow: hidden;

}
#searchform > div > input[type="text"] {
	width:100%;
	border:none;
	height:2em;
}
#searchform > div > input[type="text"]:focus {
	outline:0px;
}
#searchform > div > input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;

}

.homeEntryList {
	margin:10px;
	height:auto;
}
.homeEntryList > dd {
	line-height:1.2em;
	margin-inline-start: 0px;
}
.entryThumb > img {
	width:150px;
	float:left;
	margin:10px;
}

.page-numbers {
	padding:5px;
	display:inline-block;
	float:left;
}
.page-numbers a {
    border: 1px solid #002abd;
    background: #ddd;
    padding: 10px;
    text-decoration: none;
    color: #002abd;
    font-weight: bold;
	display:inline-block;
}
.page-numbers a:hover {
    border: 1px solid #333;
    background: #033fc5;
    transition: 0.5s;
    color: #333;
}
.current {
	font-size:18px;
    font-weight: bold;
    padding: 10px;
}
.homeListH3 {
    font-size: 24px;
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 3px solid #333;
    border-left: none;
}
.homeList >li > a {
	display:block;
	overflow:hidden;
}
.homeList >li > a:hover {
	background:#333;
}
.homeList > li > a >img {
	width:70px;
	height:auto;
	margin:10px;
	float:left;
}

/* ■■■■■■■■■■■　ページネイション　■■■■■■■■■■■  */
.pagenation {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.oldpage {
	width:calc( 50% - 50px );
	display:flex;
	flex-direction: row;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.oldpage > a {
	display:block;
	background:#eee;
	padding:10px;
}
.oldpage > a:hover {
    background: #033fc5;
	color:#fff;
}
.newpage {
	width:calc( 50% - 50px );
	display:flex;
	flex-direction: row;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newpage > a {
	display:block;
	background:#eee;
	padding:10px;
}
.newpage > a:hover {
    background: #033fc5;
	color:#fff;
}
.wp-block-search .wp-block-search__label {
	font-size:18px;
	color:#fff;
}
#archives-dropdown-2 {
	width:100%;
	padding:10px;
}
#archives-dropdown-2 > option {
	font-size:16px;
}
.arciveList {
	width:calc( 100% - 20px );
	padding:10px;
	border:1px solid #ccc;
}
.arciveList > li > a {
	display:flex;
	height:100%;
}
.listThumb {
	width: calc(20% - 15px);
	float:left;
	margin:5px;
}
.listBody {
	width:calc( 80% - 20px );
	padding:10px;
	float:right;
	display:table-cell
}
h3.listTitle{
	font-weight:bold;
	font-size:18px;
	border:none;
	background-color:transparent;
	color:#333;
}

/* ■■■■■■■■■■■　関連記事　■■■■■■■■■■■  */
aside.related_post {
	margin-top:50px;
	padding-top:20px;
	width:100%;
	border-top:solid 1px #333;
}
ul.related_post_container {
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.related_post_container > li {
	width:calc(( 100% / 4 ));
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
ul.related_post_container > li > a > div.related_thumb {
	width:200px;
	height:100px;
}
ul.related_post_container > li > a > div.related_thumb > img {
	width:100%;
	height:100%;
	object-fit: cover;
}
	/* ■■■■■■■■■■　タブレット CSS Document */
@media screen and (min-width:768px){

	ul.related_post_container > li > a > div.related_thumb {
		width:180px;
		height:100px;
	}
	ul.related_post_container > li > a > div.related_thumb > img {
		width:100%;
		height:100%;
		object-fit: cover;
	}

}

/* ■■■■■■■■■■　Mobile CSS Document */
@media screen and (max-width:800px){ 

.topLogo {
	width:100%;
	height:110px;
	margin-left:0px;
}
.topLogo > a.sp {
	width:100%;
	height:110px;
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	align-items: center;
}
.post {width:100%}
.topLogo > a.sp > img {
	display:block;
	width:200px;
}

#mainContents {
	padding-top:120px;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.container {
	width:100%;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
}

/* ■■■■■■■■■■■■■■■      ADスペース   ■■■■■■■■■■■■■■■*/
#adSpaceA {
	width:100%;
	height:220px;
	margin-left:0px;
	margin-top:0px;
	color:#333;
}

#headerWrapper {
	height:200px;
}
/*
	トップページ　記事一覧
*/
.articleBoxWide {
	display:block;
	width: 100%;
	padding-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}
dl.headLineBox {
	padding:0px;
}
dl.headLineBox:hover {
	background-color:#a4b1d4;
}
dl.headLineBox > dd {
	width:100%;
	border:none;
}
dl.headLineBox > a {
	display:flex;
	flex-direction: row;
	padding:0px;
}
dl.headLineBox > a > dl.headLineinBOX > dd.articleTitle {
	width: calc( 100% - 70px );
	padding-top:0px;
}
dl.headLineBox > a > dl.headLineinBOX > dd.articleComment {
	width:100%;
}

dl.headLineBox > a > dl.headLineinBOX > dd.articleComment > img {
	display:none;
}
dl.headLineBox > dd.articleIcon {
	width:100%;
}
dl.headLineBox > dd.articleIcon > img {
	width:150px;
}
dl.headLineBox > dd.postTime, .siteName, dd.siteUrl, dd.type {
	width:100%;
	padding:5px;
}
dl.headLineBox > a > dd.headImages {
	width:70px;
	height:70px;
}
dl.headLineBox > a > dd.headImages > img {
	width:100%;
	height:100%;
	object-fit: cover;
}
dl.headLineBox > a > dd.headImages > img:hover {
}
.post > h2 {
	font-size:18px;
	line-height: 1.7em;
}
.post > h2 > a {
	text-decoration:none;
}
H2:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 20%;
	height: 3px;
	content: '';
	background: #000;
}
#prBlock_icon_outer {
	border-top:3px solid #000;
	width:calc( 1024px - 40px );
	margin:auto;
	padding:20px;
	background:#FFF;
}

#prBlock_icon_outer > a {
	margin:10px;
}
#prBlock_icon_outer > a:hover {
	margin:10px;
	background:#F00;
}
/* ■■■■■■■■■■■　widgets　■■■■■■■■■■■  */

#widgetsArea {
	width:100%;
	padding:10px;
	color:#333;
}
.widgetsMenu > li > h2 {
}
.widget {
}
.widget > ul {
}
.widget > ul > li {
}
.widget > ul > li > a {
	font-size:18px;
	line-height:1.7em;
}
.widget > ul > li > a:hover {
}
/* ■■■■■■■■■■■　検索　■■■■■■■■■■■  */
#searchform {
}
#searchform > div > input[type="text"] {
}
#searchform > div > input[type="text"]:focus {
}
#searchform > div > input[type="submit"] {
}

/*
	記事一覧
*/
.imgThumb {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
div.articleBoxWide > div.post > div.articleContents > p {
	font-size:16px;
	line-height:1.5em;
}

.arciveList > li > a {
	width:100%;
	display:flex;
	flex-direction: column;
}
.listBody {
	width:calc( 100%  );
}
.post-thumbnail > img {
	width:50px;
}
.post-wrap {
	border-bottom:dotted #999;
	margin-bottom:20px;
}

/* ■■■■■■■■■■■　関連記事　■■■■■■■■■■■  */
aside.related_post {
}
ul.related_post_container {
}
ul.related_post_container > li {
	width:calc(( 100% / 3 ));
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
ul.related_post_container > li > a > div.related_thumb {
	width:100px;
	height:100px;
}
ul.related_post_container > li > a > div.related_thumb > img {
	width:100%;
	height:100%;
	object-fit: cover;
}
}