@charset "UTF-8";

/*==============================================
	Single
 ==============================================*/
/*===== Default =====*/
body {
	font-size:15px;
	color:#404040;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:260%;
}
h1 {
    font-size: 24px;
    color: #191919;
    padding: 5px 0;
}
@media screen and (max-width: 959px){
    h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    h1 {
		font-size: 20px;
		font-weight:bold;
    }
}
h2 {
    font-size: 22px;
    font-weight: 600;
    color: #404040;
    padding: 10px 0 10px 1rem;
    border-left: 11px solid #f9de58;
    margin: 90px 0 20px 0;
}
@media screen and (max-width: 959px){
    h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    h2 {
        font-size: 18px;
    }
}
h3 {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    padding: 5px 0 5px 1rem;
    border-left: 5px solid #f9de58;
    margin: 90px 0 20px 0;
}
@media screen and (max-width: 959px){
    h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    h3 {
        font-size: 18px;
    }
}
h4 {
    font-size: 18px;
    font-weight:600;
    color: #404040;
    padding: 5px 0 5px 1rem;
    border-left: 5px solid #f9e487;
    margin: 20px 0;
}
@media screen and (max-width: 959px){
    h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    h4 {
        font-size: 16px;
    }
}
h5 {
    font-size: 16px;
	font-weight:600;
    color: #404040;
    padding: 5px 0 5px 1rem;
    border-left:3px solid #f9e487;
    margin: 20px 0;
}

p {
    line-height: 2.5;
}
@media screen and (max-width: 959px){
    p {
        line-height: 2;
    }
}
@media screen and (max-width: 599px) {
    p {
        font-size: 14px;
    }
}
figure {
    margin: 50px 0 0;
}
@media screen and (max-width: 959px){
    figure {
        margin-top: 20px;
    }
}

span.marker {
	background:linear-gradient(transparent 40%, #f9e487 60%);
}

.link_y {
	color:#f9de58;
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

/*===== Header =====*/
#title-tag {
    width: 1024px;
    margin: 0 auto;
}
@media screen and (max-width: 959px){
    #title-tag{
        width:95%;
    }
}

h1#logoArea {
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
}
@media screen and (max-width: 599px) {
    h1#logoArea {
        font-size: 14px;
    }
}
.logo_title,
.logo_url {
    display: block;
    color: #1D91D8;
}
.logo_url {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: .1em;
}
@media screen and (max-width: 599px) {
    .logo_url {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

/*===== breadcrumb =====*/
.breadcrumb {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 959px){
    section.breadcrumb {
        width:95%;
    }
}
@media screen and (max-width: 599px) {
    section.breadcrumb li {
        font-size: 10px;
    }
}

/*===== main =====*/
main#wrapper {
    margin-top: 40px;
}

/*===== main header =====*/

.blog-property {
	display: flex;
	align-items: center;
	color:#969696;
	font-size:13px;
}
.blog-property a{
	color:#969696;
}

@media screen and (max-width:599px){
	.blog-property {
	font-size:11px;
	}
}

ul.blog-property .blog-card-update-date::before {
	font-family: "Font Awesome 5 Free";
	content: "\f5ad";
	font-weight:900;
	font-size:13px;
}

ul.blog-property .entry-categories-category::before {
	font-family: "Font Awesome 5 Free";
	content: "\f07c";
	font-weight:900;
	font-size:13px;
}

ul.blog-property .entry-categories-tags::before {
	font-family: "Font Awesome 5 Free";
	content: "\f02c";
	font-weight:900;
	font-size:13px;
}

@media screen and (max-width:599px){
	ul.blog-property .blog-card-update-date::before {
	font-size:10px;
	}	
}

@media screen and (max-width:599px){
	ul.blog-property .entry-categories-category::before {
	font-size:10px;
	}
}

@media screen and (max-width:599px){
	ul.blog-property .entry-categories-tags::before {
	font-size:10px;
	}
}


ul.blog-property li {
    margin-right: 5px;
}
.entry-categories-tags {
    margin-left: 5px;
}

figure img {
    width: 1024px;
    height: 60vh;
    object-fit: cover;
}
@media screen and (max-width: 959px){
    figure img {
        height: 40vh;
        object-fit: cover;
    }
}


/*===== table-of-contents =====*/
#table-of-contents {
    width: 60%;
    border: 1px dotted #ccc;
    margin: 40px auto;
    padding: 25px;
	line-height:180%;
}
@media screen and (max-width: 599px) {
    #table-of-contents {
        width: 90%;
        padding: 10px;
    }
}
#table-of-contents .head {
    display: flex;
    align-items: center;
}
#table-of-contents h2 {
    font-size: 18px;
    border: none;
    margin: 0 0 10px;
    padding: 0;
	font-weight:normal;
	color:#383838;
}
@media screen and (max-width: 599px) {
    #table-of-contents h2 {
        font-size: 16px;
	}
}
#table-of-contents .head a {
    margin: 0 10px 10px 15px;
    padding: 3px 10px;
    border-radius: 10px;
    border: 1px solid #909090;
    font-size: 16px;
	color:#383838;
}
#table-of-contents .head a:hover {
    background-color: #ccc;
}
@media screen and (max-width: 599px) {
    #table-of-contents .head a {
        font-size: 16px;
        padding: 2px 5px;
    }
}

#table-of-contents ol {
    counter-reset: count 0;
    list-style-type: none;
}
#table-of-contents ol li {
    margin: 20px 0;
    font-size: 14px;
}
@media screen and (max-width: 599px) {
    #table-of-contents ol li {
        font-size: 12px;
        width: 100%;
        overflow: fragments;
    }
}
#table-of-contents li:before {
    counter-increment: count 1;
    content: counters(count, "-") ". ";
    font-size: 12px;
    margin: 2px 10px 2px 0;
    color: #fff;
	padding:6px 5px 6px 8px;
    background-color: #bcbcbc;
}
#table-of-contents ol li a {
    color: #000;
}
#table-of-contents ol li a:hover {
    color: #1D91D8;
}
#table-of-contents ol li > ol {
    margin-left: 25px;
}

/*===== author =====*/
#author {
    margin: 40px 0 0;
    padding: 20px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	font-size:14px;
}

#author p{
	line-height:180%;
}

@media screen and (max-width: 599px) {
    #author {
        display: block;
    }
}
#author figure{
    width: 30%;
    margin: 0 20px 0 -20px;
    text-align: center;
}
@media screen and (max-width: 599px) {
    #author figure{
        width: 100%;
        margin: 0;
    }
}
#author figure img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
#author article {
    width: 60%;
}
@media screen and (max-width: 599px) {
    #author article {
        width: 100%;
    }
}
.author_name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
@media screen and (max-width: 599px) {
    .author_name {
        text-align: center;
    }
}

/*===== relation-ship =====*/
#relation-ship {
    margin-top: 50px;
}
#relation-ship h2 {
    border: none;
    padding: 0;
	font-size:22px;
	color:#404040;
}

@media screen and (max-width:599px){
	#relation-ship h2 {
	font-size:16px;
	margin:0 0 10px 0;
	}
}


#relation-ship article.single-post {
	width: 100%;
   margin-bottom: 30px;
	font-size:13px;
	line-height:200%;
}
@media screen and (max-width: 599px) {
    #relation-ship article.single-post {
		margin-bottom: 10px;
    }
}
#relation-ship .single-post a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#relation-ship .post-thumbnail {
    width: 30%;
    margin: 0;
}
#relation-ship .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
@media screen and (max-width: 599px) {
    #relation-ship .post-thumbnail img {
        height: 110px;
    }
}
#relation-ship .contents-detail {
    width: 60%;
    margin-left: 20px;
}


@media screen and (max-width:599px){
	#relation-ship .contents-detail {
		width: 60%;
		margin-left: 20px;
	}
}

#relation-ship .update-date {
   margin: 0 0 10px 0;
   font-size: 13px;
	color:#969696;
}

@media screen and (max-width:599px){
	#relation-ship .update-date {
   font-size: 12px;
		margin:0;
}
}

#relation-ship .update-date::before{
	font-family: "Font Awesome 5 Free";
	content: "\f5ad";
	font-weight:900;
	font-size:13px;
	margin:0 5px 0 0;
}

@media screen and (max-width:599px){
	#relation-ship .update-date::before{
	font-size:12px;
	}
}

#relation-ship .post-title {
   margin: 10px 0;
   font-size: 15px;
   font-weight: bold;
	color:#f9de58;
}

#relation-ship .post-lead {
	color:#7A7A7A;
}

@media screen and (max-width: 599px) {
    #relation-ship .post-title {
        margin: 0;
        font-size: 12px;
        height: auto;
        overflow: hidden;
    }
}
@media screen and (max-width: 599px) {
    #relation-ship .post-lead {
		font-size:11px;
		height: 65px;
		line-height:150%;
		overflow: hidden;
    }
}
@media screen and (max-width: 599px) {
    #relation-ship .post-lead p {
        line-height: 1.5;
    }
}

/*===== category-new-contents =====*/
#category-new-contents {
    margin-top: 50px;
}

#category-new-contents h2 {
    border: none;
    padding: 0;
	color:#404040;
}

@media screen and (max-width:599px){
#category-new-contents h2 {
	font-size:16px;
	margin:0;
	}
	
}


#category-new-contents h2 a{
	color:#404040;
}

#category-new-contents .new-contents-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#category-new-contents .single-post {
    width: 47%;
    padding: 10px;
}
@media screen and (max-width: 599px) {
    #category-new-contents .single-post {
        width: 100%;
    }
}

#category-new-contents .post-thumbnail {
    margin: 0;
}
#category-new-contents .post-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media screen and (max-width: 599px) {
    #category-new-contents .post-thumbnail img {
        height: 200px;
    }
}
#category-new-contents .post-title {
   margin: 10px 0;
   font-size: 16px;
   font-weight: bold;
	color:#404040;
}

#category-new-contents .post-lead {
	margin: 10px 0;
	font-size: 14px;
	color:#7A7A7A;
	line-height:180%;
}


@media screen and (max-width: 599px) {
    #category-new-contents .post-title {
        font-size: 13px;
        height: 20px;
		margin:5px 0;
        overflow: hidden;
    }
}
@media screen and (max-width: 599px) {
    #category-new-contents .post-lead {
		font-size:11px;
		height: 48px;
		margin:0 0 80px 0;
		overflow: hidden;
    }
}
@media screen and (max-width: 599px) {
    #category-new-contents .post-lead p {
        line-height: 1.8;
    }
}

/*==============================================
	Archives
 ==============================================*/
.archive-top h1 {
    border-bottom: 2px solid #ccc;
    position: relative;
}
.archive-top h1:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 15%;
    border-bottom: 2px solid #1D91D8;
}

/*==============================================
	Pagination
 ==============================================*/
.list-pagination {
    width: 100%;
    margin: 20px 0;
}
.pager__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager__arrow--prev,
.pager__arrow--next {
    width: 10%;
}
.pager__num {
    display: flex;
    justify-content: center;
    width: 80%;
}
@media screen and (max-width: 599px) {
    .pager__arrow--prev,
    .pager__arrow--next,
    .pager__num {
        width: auto;
    }
}
.pager__num span,
.pager__num a {
    border: 1px solid #1d91d8;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
    display: block;
    padding: 7px 10px 13px;
    margin: 0 2px;
}
.pager__num span {
    color: #fff;
    background-color: #1d91d8;
}
.pager__num a {
    background-color: #fff;
}
.pager__num a:hover {
    color: #fff;
    background-color: #1d91d8;
}
a.prev,
a.next {
    padding: 5px 20px;
    border: 1px solid #1d91d8;
    border-radius: 20px;
}
a.prev {
    margin-left: 10px;
}
a.next {
    margin-right: 10px;
}
a.prev:hover,
a.next:hover {
    color: #fff;
    background-color: #1d91d8;
}