@charset "utf-8";


/*---------------------------------

common

----------------------------------*/
#page-fv {

}

#bread-nav {
    font-size: 13px;
	margin-top: 30px;
}
.bread-nav__list > li {
    display:inline;
	margin-left: 10px;
}
.bread-nav__list > li:before {
    content: '>';
	margin-right: 10px;
}
.bread-nav__list > li:first-child {
    margin-left:0;
}
.bread-nav__list > li:first-child:before {
    display: none;
}
.bread-nav__list > li a {
    color: var(--main-color);
	border-bottom: solid 1px;
}



/*---------------------------------

post

----------------------------------*/
.post-in {
	display: flex;
	justify-content: space-between;
}
.post-contents {
    width: calc(100% - 300px);
}

.column__list >li {
	margin-bottom: 20px;
}
.column__list a {
    display: flex;
	justify-content: space-between;
	padding: 10px;
    color: var(--base-color);
	border:solid 1px #eee;
	border-radius: 10px;
}
.column__list a .column-thumb {
    width: 30%;
	height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.column__list a .column-info {
    width: 65%;
}
.column-info .column-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.6;
}
.column-info .column-desc {
    font-size: 12px;
    line-height: 1.6;
}
.column-info .column-date {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    font-family: var(--font-en);
    line-height: 1;
}
.column-info .column-cat {
	margin-top: 5px;
}
.column-info .column-cat span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 15px 5px;
    margin-right: 5px;
    border-radius: 1000px;
    background: var(--main-color);
}


.post-header {
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 50px;
}
.post-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.post-category span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 20px;
	margin-right: 5px;
	border-radius: 1000px;
	background: var(--main-color);
}
.post-date {
    font-size: 13px;
    color: #666;
    font-family: var(--font-en);
    margin-right: 20px;
}


.post-fv {
    margin-bottom: 50px;
}

.post-tof {
    font-size: 14px;
    background: #fff;
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.post-tof h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 20px;
    background: #222;
    color: #fff;
}
.post-tof ul >li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}
.post-tof ul >li:before {
	content: '・';
}
.post-tof ul >li a {
	color: var(--base-color);
}
.post-tof ul >li a:hover {
	color: #0093E9;
}

.post-body h2 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
    border-left: solid 5px var(--main-color);
    padding-left: 10px;
}
.post-body p {
	line-height: 2;
}
.post-body b {
	font-weight: 500;
}

#cmn-pager {
    text-align: center;
    margin-top: 130px;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    padding: 3px 10px;
    color: #222;
	border: none;
}
#cmn-pager .wp-pagenavi span.current {
	color: #fff;
	background: var(--main-color);
}
.post-pager {
    margin-top: 100px;
    text-align: center;
}
.post-pager div {
    display: inline-block;
    margin: 0 20px;
}
.post-pager .prev a,
.post-pager .next a{
    color: #444;
}
.post-pager .return a {
    color: var(--main-color);
}

.post-body .youtube-wrap {
    margin-bottom: 30px;
}
.post-body span b,
.post-body span strong {
    color: inherit;
}
.post-body table {
    width: 100%;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-collapse: collapse;
}
.post-body table th,
.post-body table td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

.post-author {
    margin: 50px 0;
    padding: 30px;
    border: solid 1px #f1f1f1;
    border-radius: 10px;
}
.post-author-main {
    display: flex;
    align-items: center;
}
.post-author-main__img {
    width: 160px;
    height: 0;
    padding-top: 160px;
    border-radius: 10000px;
    overflow: hidden;
    position: relative;
}
.post-author-main__img img {
    max-width: 180px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.post-author-main__info {
    margin-left: 30px;
    padding: 15px 30px 15px 0;
    border-top: dotted 1px #004397;
    border-bottom: dotted 1px #004397;
}
.post-author-main__info h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.author-name__jp {
    font-size: 20px;
}
.author-name__en {
    color: var(--main-color);
    margin-top: 5px;
}
.post-author-profile {
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #f1f1f1;
}
.post-author-profile .box {
    width: 48%;
}
.post-author-profile .box h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 15px;
}
.post-author-profile__list {
    margin-bottom: 30px;
}
.post-author-profile__list >li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.post-author-profile__list >li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}
.post-author-profile .box p {
    font-size: 13px;
    line-height: 1.6;
}


/* side */
.post-sidebar {
    width: 250px;
}
.post-sidebar a {
    color: var(--base-color);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: solid 1px transparent;
}
.sideBox {
    margin-bottom: 50px;
}
.side-title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px;
}
.side-category__list li {
    font-size: 13px;
    margin-bottom: 10px;
}
.side-category__list li:not(:first-child):before {
    content: '-';
    margin-right: 5px;
}
.side-category__list li:last-child {
	margin-bottom: 0;
}
.side-category__list li a:hover {
	border-bottom: solid 1px #333 !important;
}

/**/
.side-latest__list >li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
.side-latest__list a {
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.side-latest__list a .thumb {
    width: 30%;
}
.side-latest__list a .info {
    width: 70%;
    padding-left: 10px;
    font-size: 10px;
}
.side-latest__list a .info .date {
}
.side-latest__list a .info .title {
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.6;
}
.side-latest__list a .info .cat {
    margin-left: -3px;
    width: calc( 100% + 3px);
}
.side-latest__list a .info .cat span {
    display: inline-block;
    color: #fff;
    background: var(--main-color);
    padding: 2px 5px;
	line-height: 1;
    margin: 3px 0 0 3px;
}

/**/
.side-archive__list {
    font-size: 13px;
}
.archive-year {
    font-size: 13px;
}
.side-archive__list ul {
    line-height: 2;
    margin-left: 10px;
}




@media (max-width: 815px) {
	
	.post-in {
		display: block;
	}
    .post-contents {
		width: 100%;
		margin-bottom: 50px;
	}
	.post-sidebar{
		width: 100%;
		margin-top: 50px;
	}
	.post-tof {
		padding: 15px;
	}
	
    .post-author {
        padding: 30px 10px;
    }
    .post-author-main__img {
        width: 100px;
        padding-top: 100px;
    }
    .post-author-main__img img {
        max-width: 120px;
    }
    .post-author-main__info h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .author-name__jp {
        font-size: 16px;
    }
    .author-name__en {
        font-size: 12px;
    }
    .post-author-profile {
        display: block;
    }
    .post-author-profile .box {
        width: 100%;
    }
    .post-author-profile .box h4 {
        font-size: 13px;
    }
    .post-author-profile__list >li {
        font-size: 12px;
    }
}



@media (max-width: 640px) {

	.column__list a {
		display:block;
	}
	.column__list a .column-thumb {
		width: 100%;
		text-align: center;
	}
	.column__list a .column-info {
		width: 100%;
		margin-top: 20px;
	}
}

