@charset "UTF-8";

body{
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Verdana,Meiryo,sans-serif;
	margin:0;
	padding:0;
	color:#616161;
	background-color: #F0EDD1;
	line-height: 2;
	font-size:17px;
}

p{
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
}

ol li{

	padding-bottom: 0.8em;
}

#logo{
	width:70px;
	margin: 2em auto 0 auto;
}


nav.breadcrumb{
	max-width:1140px;
	/*margin: 3em auto 1em auto;*/
	margin: 1em auto 1em auto;
}

.breadcrumbs{
	font-weight: bold;
	color:grey;
	padding-left:0;
	/*margin-left: 1em;*/
	/*padding: 0.5em 1em;*/
	/*border-radius: 10px;*/
}

.breadcrumbs a{
	text-decoration: none;
}

.breadcrumbs a:link, a:visited{
	color:grey;
}

.breadcrumbs a:hover{
	color:grey;
	text-decoration: underline; 
}

#header{
	/*padding-top:10px;*/
}


#content{
	/*background-color: #F0EBEB;*/
}

#content-blog{
	background-color: #F0EDD1;
	padding: 0.5em;
}

.wrap{
	max-width:1140px;
	margin:0 auto;
	/*background-color: #FFF;*/
}


#footer-logo{
	width:45px;
	margin: 0 auto;
	padding: 1em 0;
}



.post{
/*	flex:1;
	margin:0 1em 1em 0em;*/
	padding:0.5em;
	background-color: #FFF;
}

.post_title{
	font-size:2em;
}

.wp-caption{
	max-width: 100%;
	height: auto;
}

.orange{
	color:#FF8733;
	font-weight: bold;
}

.reffect{
	color:#2464A5;
	font-weight: bold;
}

.bg-orange{
	background-color: #FF8733;
}

.single-category{
	vertical-align: middle;
}

.single-category a{
	padding-top:3px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left: 6px; 
	background-color: #FF8733;
	font-weight: bold;
	color:white;
}

.update-time {
	margin:1em 0;
}

.time{
	font-weight: bold;
	color:grey;
}



.wp-caption-text{
	color:grey;
	font-size:0.8em;
	font-weight: bold;
}

/* トップページ */

.main{
	flex:2;
	background-color: #F0EDD1;
}

.post-list{
	width:100%;
	margin: 0 auto;
}

.post-list > article{
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,.12), 0px 2px 4px 0 rgba(0,0,0,0.08);
	background-color: #fff;
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}

.post-list .post-thumbnail img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}

.post-list .post-title h3{
	margin:0;
	margin-bottom: 0.2em;
	line-height: 1.4;
}

.post-list .post-title a{
	color:#5D6063;
}

.post-list .post-title a:hover{
	color:#5D6063;
	text-decoration: underline;
}

.post-list .post-body{
	padding:0 0.5em 0.5em 0.5em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
}

.post-list .post-meta-category{
		font-size:0.8em;
}

.post-list .post-meta-time{
	font-weight: bold;
	color:#5D6063;
}

.post-list .post-category{
	text-align: right;

}

.post-list .post-category-button{
	padding-top:3px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left: 6px; 
	background-color: #FF8733;
}

.post-list .post-category-button a{
	font-size:0.875em;
	color:white;
	font-weight: bold;
}

@media screen and ( min-width : 768px ){
	.flex-box{
		display: flex;
		align-items: stretch;
	}

	.post-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.post-list article{
		flex-basis:32%;
	}

}

/* ここまでがトップページ設定 */


/* カテゴリーページ　*/

.category_image img{
	width:100%;
	height:auto;
}


.category-list{
	display: flex;
	flex-wrap: wrap;
}

/* トップカテゴリー設定　*/

.category-contents{
	padding-top:1em;
	margin-top: 1em;
	border-top: 1px dotted #FF8733;
	display: flex;
}

.category-thumbnail{
	position: relative;
}

.category-cat-name{
	position: absolute;
	top:5px;
	left:5px;
	background-color: #a5aeff;
	color:white;
	font-weight: bold;
	padding: 0.2em;
	opacity: 0.9;
}

.single_post{
	display: flex;
	align-items: center;
}

.single_post a{
	color:#5D6063;
}

.single_post a:hover{
	text-decoration: underline;
}


.single_post_thumbnail{
	width:102px;
	padding-right:0.5em;
}

.single_post_thumbnail img{
	width:100%;
	height:auto;
}

.category-area{
	display: none;
}

.posts{
	padding-left: 1em;
}

@media screen and ( min-width : 768px ){
	.category-area{
		display: block;
	}
}

.category-card{
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,.12), 0px 2px 4px 0 rgba(0,0,0,0.08);
	width:350px;
	margin:0 10px 10px 0;
	background-color: #fff;
}

.category-card h3{
	margin: 0 10px 0 10px;
}

.category-card-bottom{
	display: flex;
	flex-direction: column;
	height:150px;
}

.category-card-excerpt{
	flex:1;
}

.category-card-meta{

}

/* トップカテゴリー設定ここまで */

/* サイドバー設定　*/

.sidebar{
	width:300px;
	height:100%;
	margin: 0;
	padding: 0 1em;
	/*background-color: #fff;*/
}

.sidebar-list{
	/*margin-bottom: 1em;*/
}

.sidebar-list a{
	color:#5D6063;
}

.sidebar-list a:hover{
	text-decoration: underline;
}

.sidebar-list > h3{
	margin :0;
	color:#5D6063;
}

.side-category-list article{
	display: flex;
	align-items: center;

}

.side-category-title{
	margin-left:0.5em;
	font-weight: bold;
	line-height: 1.4;
}

.side-post-list article{
	display: flex;
	align-items: center;

}

.side-post-title{
	margin-left:0.5em;
	font-weight: bold;
	line-height: 1.4;
	font-size:0.875em;
}

.side-thumbnail{
	width:150px;
	height:auto;
}

.side-post-date{
	display: block;
	text-align: right;
	font-size:0.85em;
	color:#aaa;
}

/* サイドバー設定ここまで */

/* option */

.tab{
    border-radius: 5px;
    background: darkgray;
    color: white;
    font-weight: bold;
    padding: 3px 5px 
}

.come{
	padding-left:1em;
	position: relative;
}

.come:before{
	position: absolute;
	content:"※";
	top:0;
	left:0;
}

.box-1{
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #fffdef;
	font-weight: bold;
	margin-bottom: 1em;
}

.box-2{
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left:1em;
	padding-right: 1em;
	background-color: #fffdef;
	font-weight: bold;
	margin:1em;
}


/* ブログページの設定　*/

.post h1{
	font-size:2em;
	line-height: 1.5;

}

.post img{
	width:100%;
	height:auto;
}

.post-header .post-meta{
	display: flex;
	justify-content: space-between;
}

.post .post-content p{
	margin-bottom: 2em;
}

.post .post-content h2{
	font-size:1.6em;
	border-left: solid 8px #FF8733;
	padding-left: 10px;
	margin:2em 0;
	line-height:1.8;
}

.post .post-content h3{
	font-size:1.4em;
	border-left: solid 8px #FF9900;
	padding-left: 10px;
	margin:2em 0;
	line-height: 1.4;
}

.post .post-content h4{
	font-size:1.3em;
	border-left: solid 8px #FF9900;
	padding-left: 10px;
	margin:2em 0;
	line-height: 1.3;
}


.post .post-content h5{
	font-size:1.2em;
	border-left: solid 8px #FF9900;
	padding-left: 10px;
	margin:2em 0;
	line-height: 1.2;
}

.post .post-content pre:before{
    content: attr(data-title);
    position: absolute;
    top: 10px;
    right: 30px;
    text-align: right;
    color: #FF8733;
    font-weight: bold;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.post .relative-post{
	display: flex;
	align-items: center;
	border:2px solid #666;
	margin-bottom: 2em;
	position: relative;
}

a.relative-link{
	display: block;
	transition-property: all;
	transition: 0.3s linear;
}

a.relative-link:hover{
	background-color: #e5e5e5;
}

.post .relative-together{
	position: absolute;
	left:0.5em;
	top:-1.5em;
	font-weight: bold;
	font-size:0.7em;
	background-color: orange;
	color:white;
	padding-right:0.5em;
	padding-left:0.5em;
	border-radius: 0.2em;
	box-shadow:1px 1px 1px gray;
}

.post .relative-post .relative-thumbnail{
	flex-basis: 150px;
}

.post .relative-post .relative-thumbnail img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.post .relative-post .relative-body{
	font-weight: bold;
	line-height: 1.4;
	margin-left: 0.5em;
	font-size:0.8em;
	color:#666;

}

.related-posts{
	margin-top:3em;

}

.related-posts .title{
	color:#666;
	font-size:20px;
	font-weight: bold;
}

.fukidashi{
	display: flex;
	margin: 1em;
	align-items: center;
}

.fukidashi .fukidashi-img{
	margin-left: 1em;
	/*flex-basis: 150px*/
	flex:2;
}

.post .fukidashi .fukidashi-img img{
	width:100%;
	height:auto;
}

.fukidasi-1{
	border:5px solid #54bde2;
	border-radius: 6px;
	position: relative;
	padding:1em;
	flex:3;
	font-size:0.875em;
}

.fukidasi-1:before{
  content: '';
  position: absolute;
  display: inline-block;
  right: -20px;
  top: 20px;
  border-left: 15px solid #54bde2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.border-table{
	border: 3px solid gray;
	border-collapse: collapse;
	width:100%;
}

.border-table th,td{
	border: 3px solid gray;
	padding:0 0.5em;
	text-align:center;
}

.post p a:hover{
	text-decoration: underline;
}

/* ブログページの設定　*/
@media screen and ( min-width : 768px ){
.post{
	min-width:600px;
	padding :1em 3em;
}
.post .post-content img{
	width : auto;
}

.post .relative-post .relative-body{
	font-size:1em;
}

.fukidashi .fukidashi-img{
	margin-left: 1em;
	flex:1;
}

.fukidasi-1{
	flex:4;
	font-size:1em;
}

}

/* ページャー設定　*/
.pagination .page-numbers{
	padding: 8px 14px;
}

.pagination .current{
	padding: 8px 14px;
	background-color: #FF8733;
	color:white;
	border-radius: 2px;
}

/* ページャー設定ここまで */

/* prism.jsコードハイライトの自動改行設定 */
.code-break {
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  overflow: auto !important;
}

/*.code-toolbar{
	margin-bottom: 2em;
}*/

/* prism.js ここまで　*/

/* 目次 ページ */



#toc_container{
	margin: 0 auto;
	border: solid 6px #FF8733;
	max-width:450px;
	border-radius: 15px;
	
}

/*#toc_container .toc_title:before{
    position: absolute;
    top: 16px;
    left: 153px;
    width: 40px;
    height: 40px;
    border:2px solid #fff;
    border-radius: 50%;
    color: orange;
    background-color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    content: "\f46d";
}*/

p.toc_title{
	background-color: #FF8733;
	text-align: center;
	font-weight: bold;
	color:white;
	padding: 1em 0;
	font-size:1.1em;
	margin-bottom:0!important;
	position: relative;
}

ul.toc_list{
	list-style-type: none;
	padding:0 0.5em;
}

.toc_list li{
	list-style-type: none;
}

ul.toc_list a{
	color:grey;
	text-decoration: none;
	font-weight: bold;
}

ul.toc_list > li > ul {
	padding-left: 2.5em;
}

ul.toc_list > li > ul >li > ul {
	padding-left: 0em;
	text-indent: -1em;
}

ul.toc_list > li > ul >li > ul >li >ul {
	padding-left: 0.5em;
}


/* 目次　サイドバー */

.sidebar-widget{
	list-style-type: none;
	margin:1em 0 0 0;
	padding:0;
	position: sticky;
	position: -webkit-sticky;
	top:15px;
	overflow-y: auto;
	height: 100vh;
}

.toc_widget{
	display: none;
	margin: 0 auto;
	border: solid 6px #FF8733;
	max-width:300px;
	border-radius: 15px;
}

@media screen and ( min-width : 768px ){
.toc_widget{
	display: block;
	}
}

.toc_widget h2.widgettitle{
	background-color: #FF8733;
	text-align: center;
	font-weight: bold;
	color:white;
	padding: 1em 0;
	font-size:1.1em;
	margin:0;

}

.toc_widget_list{
	list-style-type: none;
	padding:1em 0.5em;
	background-color: #fff;

}

.toc_widget_list > li > ul > li > ul{
	padding-left:0em;
	text-indent: -1em;
}

.toc_widget_list > li > ul > li > ul > li > ul{
	padding-left:0.5em;
}

.toc_widget_list li{
	list-style-type: none;
	line-height: 1.6;
}

.toc_depth_2{
	margin-left: -1.5em;

}
.toc_widget_list a{
	font-size:0.9em;
	color:grey;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
}




