/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2024 | 15:37:12 */
/****** グロナビ設定 ******/
.alt-nav li:nth-of-type(1) a {
    margin-top: -5px;
    padding-bottom: 5px;
}
.alt-nav li:nth-of-type(1)::after {
    transform: scale(1, 1);
}
/****** main ******/
.wp-block-image-main img {
    margin: 0 auto;
}
h1 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
p, table {
    font-size: 15px;
}
table {
    margin: 0;
}
tr {
	background: unset !important;
	vertical-align: baseline;
}
.related-posts-wrapper {
    display: none;
}
.meta.bottom {
    display: none;
}
.post-edit-link {
    display: none;
}
.entry-content.section-inner.thin {
	min-height: calc(100vh - calc(130px + 167px));  /*ヘッダー、フッター（次・前ボタン込）を引いた数値*/
    position: relative;
	padding-bottom: 20px;
}
.entry-content .alignnone, .entry-content .aligncenter, .entry-content .alignwide, .entry-content .alignfull {
    margin: 0 auto !important;
}
.text-column-wrap {
    margin-bottom: 0;
}
.text-column-left td, .text-column-left th {
    border: none;
    padding: 0 20px 0 0px;
}
.text-column-right td, .text-column-right th {
    border: none;
    padding: 0 0px 0 20px;
}
.text-column-left td, .text-column-right td {
    line-height: 23px;
}
.text-column-left td:nth-of-type(1), .text-column-right td:nth-of-type(1) {
    text-wrap: nowrap;
}
.text-column-wrap div {
    display: flex;
    justify-content: space-between;
	 letter-spacing: 0.5px;
}
.text-column-center {
    max-width: 400px !important;
    width: fit-content;
    text-align: justify;
    line-height: 23px;
    /* flex: 1; */
}
.post_link_wrap {
	max-width: 1024px;
	margin: 50px auto 0;
	position: relative;
	padding: 0 20px;
}
.next_post_link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-250%, 0%);
    -webkit-transform: translate(-250%, 0%);
    -ms-transform: translate(-250%, 0%);
}
.previous_post_link {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(250%, 0%);
    -webkit-transform: translate(250%, 0%);
    -ms-transform: translate(250%, 0%);
}
/* .previous_post_link a:hover::before, .next_post_link a:hover::before  {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #FF7A00;
    position: absolute;
    top: calc(50% + -3px);
    left: -12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
} */
.previous_post_link:after, .next_post_link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    /* top: calc(50% + -1px); */
    left: 0;
    right: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    bottom: 2px;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left bottom;
    pointer-events: none;
}
.previous_post_link:hover::after, .next_post_link:hover::after {
    transform: scale(1, 1);
}
.previous_post_link a:hover, .next_post_link a:hover {
    margin-top: -5px;
    padding-bottom: 5px;
}
.previous_post_link a, .next_post_link a {
    text-decoration: none;
	  line-height: 1.5;
	  display: inline-block;
}
.section-inner.thin::after {
    content: '';
    border-top: solid 1px;
    display: block;
    width: 100vw;
    margin: 0px calc(50% - 50vw);
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.post_link_wrap {
    font-size: 15px;
	 letter-spacing: 0.5px;
}
.post_link_wrap::before {
    content: "";
    display: block;
    padding-top: 24px;
}
.site-footer::before {
    display: contents !important;
}
@media screen and (max-width:767px) {
/* .site-nav li:nth-of-type(1) a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #FF7A00;
    position: absolute;
    top: calc(50% + -3px);
    left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/
.entry-content.section-inner.thin {
	min-height: calc(100vh - calc(100px + 167px));  /*ヘッダー、フッター（次・前ボタン込）を引いた数値*/
	min-height: calc(100svh - calc(100px + 167px));  /*ヘッダー、フッター（次・前ボタン込）、アドレスバーを引いた数値*/
}
main {
    padding: 10px 20px 0 !important;
}
h1 {
    font-size: 15px;
    font-weight: normal;
}
.text-column-wrap {
    margin-bottom: 30px !important;
}
.text-column-wrap div {
    flex-direction: column;
	gap: 20px;
}
.text-column-left td, .text-column-right td {
    line-height: 18px;
    font-size: 13px;
}
.text-column-left {
	order: 1;
}
.text-column-center {
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 25px;
	order: 2;
	max-width: 100% !important;
}
.text-column-right {
	order: 3;
}
.text-column-right td, .text-column-right th {
    padding: 0 20px 0 0;
}
.text-column-right table, .text-column-left table {
    width: auto;
}
.post_link_wrap {
    font-size: 14px;
}
}