@charset "UTF-8";
/* CSS Document */
aside {
   margin-bottom: 140px;
}
.page article, .error404 .site-main {
   min-height: calc(100vh/2);
}
.single-news-col p a{
	text-decoration:underline;
	color:#1d67be;
	word-wrap: break-word;
}
.single-news-col p a:hover{
	text-decoration:none;
}

.subtitle{
	margin:20px 20px 40px;
}
#breadcrumbs {
   display: inline-block;
   margin-bottom: 70px;
   border-bottom: 1px solid #000;
   padding-bottom: 10px;
}
#breadcrumbs span {
   font-size: 13px;
   padding-bottom: 10px;
}
#breadcrumbs span a {
   color: #888;
}
#breadcrumbs span a:hover {
   color: var(--bland-color);
   opacity: 1;
}
#breadcrumbs span a::after {
   content: '';
   clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
   height: 10px;
   aspect-ratio: 1;
   background-color: #888;
   display: inline-block;
   margin-left: 10px;
}
.single .entry-title, .archive .entry-title, .page .entry-title {
   font-size: clamp(40px, 7vw, 70px);
   font-family: var(--font-robot);
   line-height: 1.1;
   margin: 0px 0;
}
.archive .entry-title{
    margin-bottom: 100px;
}
.single .entry-title span, .archive .entry-title span, .page .entry-title span {
   font-size: clamp(15px, 2vw, var(--font-sizeh3));
   display: block;
   font-weight: normal;
   margin-top: 1rem;
}
.page .entry-title {
   text-transform: uppercase;
}
.page-id-15.page .entry-title {
   text-transform: inherit;
}
.single .entry-title, .archive .entry-content, .page .entry-content {
   margin: 0;
   padding-bottom: 0px;
}
.single-news-col {
   max-width: 750px;
   margin: auto;
}
.headcat {
   display: inline-block;
   margin-left: 10px;
}
.headcat a {
background: #4226BF;
    color: #fff;
    letter-spacing: 0;
    padding: 4px 6px;
}
.eyecatch {
   margin-bottom: 127px;
}

.postinner h1 {
   background: #FCFCFC;
   border-top: 3px solid var(--bland-color);
   padding: 20px 20px;
   line-height: 1.6;
}
.postdate {
   font-family: var(--font-robot);
   font-size: 1.3rem;
   margin: 10px 0;
   letter-spacing: .14em;
}
.postinner {
   margin-bottom: 70px;
   margin-top: 100px;
}
.postinner h2 {
   font-size: clamp(20px, 2vw, 30px);
   margin: 25px 0;
   font-weight: 400;
}
.postinner h5 {
   margin: 25px 0 0;
}
.postinner p {
   margin-bottom: 1em;
   font-weight: 400;
}
.postinner strong {
   font-weight: bold;
}
.postinner hr {
   border: none;
   background: #ccc;
   height: 1px;
   margin: 60px 0 60px;
}
.page h2 {
   font-size: 3rem;
   border-left: 3px solid var(--bland-color);
   padding-left: 20px;
   margin: 60px 0 50px;
   line-height: 1.4;
}
.page h4 {
   margin-bottom: 20px;
}
.page h5 {
   margin-bottom: 10px;
}
.nextprev a:hover::after {
   transform: scale(1, 1);
}
.nextprev a:hover span::after {
   background: #fff;
}
.nextprev .prev-btn a:hover span::after, .nextprev .prev-btn a:hover span::before, .nextprev a:hover span::before {
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
}
.nextprev a:hover {
   color: #fff;
   opacity: 1;
}
.nextprev a::after {
   background: var(--bland-color);
   position: absolute;
   top: 0;
   left: 0;
   content: '';
   width: 100%;
   height: 100%;
   transform: scale(0, 1);
   transform-origin: left top;
   transition: .2s ease;
   z-index: -1;
}
.nextprev {
   margin-bottom: 170px;
   display: flex;
   justify-content: space-between;
   font-family: var(--font-robot);
}
.nextprev > div {
   font-size: 1.6rem;
   width: 48%;
}
.nextprev a {
   clip-path: inset(0);
   position: relative;
   padding: 10px 20px;
   background: #F3F3F3;
   display: block;
}
.nextprev .prev-btn a span::before {
   content: "";
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 6px;
   height: 6px;
   border-top: 1px solid #000;
   border-right: 1px solid #000;
   transform: rotate(-135deg);
   transition: 0s;
}
.nextprev .prev-btn a span::after {
   content: '';
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 1px;
   width: 43px;
   height: 1px;
   background: #000;
   transition: 0s;
}
.nextprev a span::before {
   content: "";
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 38px;
   width: 6px;
   height: 6px;
   border-top: 1px solid #000;
   border-right: 1px solid #000;
   transform: rotate(45deg);
   transition: 0s;
}
.nextprev a span::after {
   content: '';
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 1px;
   width: 43px;
   height: 1px;
   background: #000;
   transition: 0s;
}
.nextprev .prev-btn div {
   text-align: left;
   position: relative;
   width: auto;
   padding-left: 50px;
}
.next-btn span {
   position: relative;
}
.next-btn div {
   text-align: right;
   position: relative;
   width: auto;
   padding-right: 50px;
}
#archive,
#archivetop {
   margin: 100px 0 130px;
}
.archivetitle {
   margin-bottom: 50px;
   background: #eee;
   padding: 3px 10px;
}
.archiveh3 {
   font-size: clamp(16px, 2vw, 17px);
   letter-spacing: 0;
   font-weight: 700;
   transition: .2s ease;
	line-height:1.5;
}
.archiveh3:lang(en) {
    font-size: clamp(15px, 2vw, 118px);
}
.archvedate {
   letter-spacing: 0;
   margin: 1px 0 10px !important;
   font-size: 1.3rem;
   line-height: 1;
   font-weight: 400;
   transition: .2s ease;
}
.archivelink {
   position: relative;
}
.blockarchive {
   background: #FCFCFC;
   margin-bottom: 60px;
   padding: 20px 27px !important;
   display: block;
   position: relative;
}
.tax-news_cat .blockarchive {
   margin-bottom: 30px;
}
.catlink {
   position: absolute;
   z-index: 1;
   top: -30px;
}
.catlink a {
   background: #eee;
   padding: 3px 6px;
   letter-spacing: 0;
}
.wauto a {
   width: 100%;
}
aside .widget_block {
   margin-top: 100px;
}
aside .widget_block h3 {
   font-size: 2rem;
   border-bottom: 1px solid #eee;
   margin-bottom: 20px;
   border-left: 3px solid var(--bland-color);
   padding-left: 20px;
   padding-bottom: 10px;
   padding-top: 5px;
}
aside .widget_block .wp-block-group {
   margin: 50px 0;
}
aside .wp-block-group ul li a:hover {
   color: var(--bland-color);
   opacity: 1;
}
aside .wp-block-group ul li a::before {
   content: '';
   clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
   height: 10px;
   aspect-ratio: 1;
   background-color: #000;
   display: inline-block;
   margin-left: 27px;
   margin-right: 7px;
}
aside .wp-block-group ul li {
   margin-left: 43px;
}
aside .wp-block-group ul li a {
   margin-left: -43px;
}
.p-posts-pagination {
   left: 0;
   width: 100%;
   position: relative;
   height: auto;
   opacity: 1;
   right: 0;
   background: none;
}
.page-numbers {
   display: flex;
   align-items: center;
}
.page-numbers li:nth-child(n+2) {
   margin-left: 10px;
}
.page-numbers li a {
   text-align: center;
   display: block;
   background: #fff;
   border: 1px solid #eee;
   width: 50px;
   height: 50px;
   line-height: 2.8;
   position: relative;
}
.page-numbers li a:hover {
   color: #fff;
   background: #000;
}
.page-numbers.current {
   text-align: center;
   display: block;
   background: #eee;
   border: 1px solid #eee;
   width: 50px;
   height: 50px;
   line-height: 2.8;
   color: #a8a8a8;
}
.page-numbers li:last-child i, .page-numbers li:first-child i {
   content: '';
   display: block;
   clip-path: polygon(0 0, 100% 0%, 50% 100%);
   color: #333;
   background: #333;
   height: 7px;
   width: 10px;
   margin: auto;
   top: 0;
   bottom: 0;
   position: absolute;
   right: 0;
   left: 0;
}
.page-numbers li:last-child i {
   transform: rotate(-90deg);
}
.page-numbers li:first-child i {
   transform: rotate(90deg);
}
.entry-content ul, .entry-content ol {
   margin-left: 25px;
   margin-top: 20px;
   margin-bottom: 20px;
}
.entry-content ul li {
/*   list-style: disc;*/
}
.entry-content ol{
    margin-left: 25px;
}
.entry-content ol li {
   list-style: decimal;
}
   
   @media screen and (min-width: 961px) {}
   @media screen and (max-width: 960px) {}
   @media screen and (max-width:768px) {
       .page h2{
           font-size:clamp(2.4rem, 3vw, 3rem)
       }
    }
   @media screen and (max-width: 480px) {
       .dllist dl {
      align-items: flex-start;
   }
      aside .wp-block-group ul li {
         margin-left: 20px;
         margin-bottom: 10px;
      }
      .postinner p {
         margin-bottom: 50px;
         font-weight: 400;
         font-size: 1.5rem;
      }
      .postinner h1 {
         background: #FCFCFC;
         border-top: 3px solid var(--bland-color);
         padding: 10px 10px;
         line-height: 1.3;
      }
      .eyecatch {
         margin-bottom: 70px;
      }
      .postdate {
         font-family: var(--font-robot);
         font-size: 1.3rem;
         margin: 10px 0 50px 0;
         letter-spacing: .14em;
      }
      .blockarchive {
         background: #FCFCFC;
         margin-bottom: 60px;
         padding: 20px 17px !important;
         display: block;
         position: relative;
         line-height: 1.5;
      }
      aside .widget_block {
         margin-top: 90px;
      }
   }