/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 12:24:08 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 



/* 投稿 */
.blog .main-section,
.category .main-section{
	margin-bottom:200px !important;
}

.vk_post .vk_post_date {
    font-size: 1.7rem;
}

.vk_post_imgOuter_singleTermLabel {
    padding: .3em .7em;
}

.vk_post_imgOuter_singleTermLabel{
    font-size: 14px;
}

ul.page-numbers li span.page-numbers.current {
    background-color: var(--orange);
}

ul.page-numbers li:first-child>.page-numbers,
ul.page-numbers li:last-child>.page-numbers {
    border-radius: 10px;
}

ul.page-numbers li a, ul.page-numbers li span.page-numbers{
	border:none;
}

ul.page-numbers li a, ul.page-numbers li span.page-numbers{
    padding: 6px 15px;
    margin-left: 0;
}

/* 投稿_個別記事 */
.single-post .site-body,
.single-column .site-body {
    padding-top: 0;
    padding-bottom: 200px !important;
}

.single-post .page-header,
.single-column .page-header{
    padding-top: 140px;
    padding-bottom: 0;
    text-align: left;
}

.single-post .page-header-inner,
.single-column .page-header-inner{
    margin-bottom: 15px;
}

.single-post .page-header-title,
.single-column .page-header-title{
    font-size: 3.2rem;
    position: relative !important;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #DFDFDF !important;
}

.single-post .page-header-title::after 
.single-column .page-header-title::after{
    content: "" !important;
    position: absolute !important;
    bottom: -11px;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: var(--orange) !important;
}

.single-post .breadcrumb,
.single-column .breadcrumb {
    display: none;
    border-top: none;
    border-bottom:  none;
}

.single-post .breadcrumb a,
.single-column .breadcrumb a{
    text-decoration: none;
}

.single-post .breadcrumb i,
.single-column .entry-footer,
.single-post .entry-footer{
    display: none;
}

.single .custom-entry-meta{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 80px;
}

.single .custom-entry-meta .custom-date{
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--orange);
    font-weight: 500;
    position: relative;
    top: 2px;
}

.single .custom-cat-list{
    display: flex;
    gap: 10px;
}

.single .custom-entry-meta .custom-cat {
    border: solid 1px var(--orange);
    color: var(--orange);
    padding: 1px 15px 2px;
    line-height: 1;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.4rem;
}

.single .site-body h2{
    padding: 7px;
    border-top: 2px solid var(--orange) !important;
    border-bottom: 2px solid var(--orange) !important;
    margin-bottom: 2.2rem !important;
}

.single .site-body h3{
    border-bottom: 1px solid var(--orange) !important;
    padding-bottom: 5px !important;
    margin-bottom: 2.2rem !important;
}

.single .site-body h4{
    padding: .5em !important;
    background-color: var(--vk-color-border-hr) !important;
    border-radius: var(--vk-size-radius) !important;
    margin-bottom: 2.2rem !important;
}

.single .site-body h5{
    padding-bottom: .5em !important;
    border-bottom: 1px solid var(--vk-color-border-hr) !important;
    margin-bottom: 2.2rem !important;
}

.single .site-body a{
    color: var(--orange);
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 1.5rem;
}

/* 投稿ページの前後記事ナビゲーションを非表示 */
.single .next-prev {
    display: none !important;
}

.single .back-to-list-wrap .btn-primary{
    border: solid 1px var(--orange);
    background: #fff;
    color: var(--orange);
    font-size: 1.8rem;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}






/* 投稿_コラム */

body.archive .site-body {
	margin-bottom:150px;
}



/* 404ページ */
body.error404 .page-header {
    padding: 120px 0 80px;
}

body.error404 .breadcrumb{
	display:none;
}


/* Header */
.sub_page-header {
    background-color: #fff;
    padding: 140px 0 60px;
    text-align: justify;
}

.header-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding:0 0 40px;
    gap: 15px;
}

.service_page-header .header-container{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: flex-start;
    padding-bottom: 0;
    gap: 50px;
}

.page-title {
    font-family: "Roboto", sans-serif;
    font-size: 7.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 5px !important;
    color: #333;
}

.service_page_header .page-title {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 5.5rem;
    font-weight: 600;
    margin-bottom: 25px !important;
}

.service_page_header .page-title img{
    width: 100%;
    max-width: 500px;
    border-bottom: solid 1px;
    padding-bottom: 15px;
}

.page-subtitle {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.page-subtitle:after {
    margin-left: 1rem;
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1a1a1a;
}


.breadcrumbs {
    font-size: 1.4rem;
    font-weight: 500;
    color: #999;
}

.breadcrumbs .current {
    background-color: var(--lightblue);
    padding: 3px 10px;
    border-radius: 50px;
    color: #1a1a1a;
    margin-left: 5px;
}

.service_page-header .header-left {
    padding-bottom: 30px;
}

.service_page-header .header-left p{
    font-size: 1.5rem;
}

.header-right {
    width: 380px;
    max-width: 100%;
    margin-top: 60px;
}


.service_page-header .header-right {
    width: 100%;
    display: flex;
    align-items: end;
    height: 100%;
    margin-top: 0;
    padding-top: 60px;
}

.header-right_ul {
    width: 300px;
    max-width: 100%;
}

.header-desc {
    color: #fff;
    text-align: justify;
    font-weight: 500;
    font-feature-settings: "palt";
    font-size: 1.65rem;
    line-height: 2;
    padding: 20px 0 20px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.02em;
}

.header-ul {
    font-size: 1.5rem;
	list-style:none;
    line-height: 2;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1rem;
}

.header-ul::after,
.header-desc::after{
    content: "";
    background: var(--orange);
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px 0 0 10px;
	
}

.header-ul li{
    border-bottom: solid 1px #E3E9EF;
    line-height: 1;
    margin: 0;
}

.header-ul li:last-child{
    border-bottom: none;
}

.header-ul li a{
    font-size: 1.7rem;
    color: #fff;
	text-decoration:none;
    display: block;
    width: 100%;
    padding: 15px 0 15px 5px;
	position: relative;
    font-weight: 500;
}

.header-ul li a::before,
.header-ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.header-ul li a::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5%;
    border-radius: 5%;
	background: #fff;
}
.header-ul li a::after{
    right: 8px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub_page_header_area{
	border-bottom:solid 2px var(--orange);
    overflow: hidden;
}





/* Responsive Header */


@media (max-width: 991px) {
	.page-title {
		font-size: 5.5rem;
	}
	
	.header-desc{
		font-size:1.5rem
	}
	
	.header-right {
		width: 300px;
	}
}


@media (max-width: 768px) {
    .sub_page-header {
        padding: 100px 0 30px;
    }
	
    .header-container {
        flex-direction: column;
        padding-bottom: 2rem;
    }
	
	.service_page-header .header-container {
    grid-template-columns: 1fr;
    gap: 0;
}

    .header-left {
        margin-bottom: 30px;
        width: 100%;
    }
	
	.service_page-header .header-left {
    padding-bottom: 0;
}

    .page-title {
        font-size: 4.5rem;
    }
	
    .service_page_header .page-title {
        font-size: 3.5rem;
    }

    .header-right {
        width: 100%;
    margin-top: 10px;
    }

    .header-desc {
        width: 100%;
    }
}

