/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 02:42:06 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)〇
var(--color_deep03)〇
var(--color_deep04)
#3a4268
*/
/* -------------
○○〇の設定
-----------------------------*/
/* ======================================
   共通：スマホ（600px以下）
====================================== */
@media (max-width: 600px) {
  /* テーブル調整 */
  .sp-table td,
  .sp-table th,
  .price-table td,
  .price-table th {
      padding: 10px !important;
      font-size: 13px !important;
  }
/* フォントサイズ汎用 */
  .sp-fs-14 span{ font-size: 14px !important; }
  .sp-fs-16 span { font-size: 16px !important; }
  .sp-fs-12 span { font-size: 12px !important; }
  .sp-fs-13 span, .sp-fs-13 { font-size: 13px !important; }	
/* 画像 */
	.sp-img-100 img{ width: 100px !important; }
	.sp-img-150 img{ width: 150px !important; }
	.sp-img-200 img{ width: 150px !important; }
  }
/* -------------
ボタンアニメーションの追加
-----------------------------*/
.btn_anime a{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}
.btn_anime img{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}
.contact-area .is-style-btn_line a:hover{
	color:var(--color_main) !important;
}
.contact-area .swell-block-button__link svg:not([fill]):hover {
    fill:var(--color_main) !importan;
}
/* CTAボタンの調整 */
.cta-btn-pad a{
padding:1em;
}
.cta-btn-pad .swell-block-button__link[data-has-icon]{
padding: 1.2em;
}
@media (max-width: 600px) {
.cta-btn-pad .swell-block-button__link[data-has-icon]{
width:100%;
}
}
.is-style-btn_eight-border .swell-block-button__link[data-has-icon] {
  padding: 1.2em 2em;
  border: 4px solid #fff;
}
.is-style-btn_white .swell-block-button__link:hover {
background: var(--color_main);
color:var(--color_main);
}
/* ----------------------------------- */
/*余白調整*/
/* ----------------------------------- */
.w-beforeFooter {
    margin: 0 auto 3em;
}
/* ----------------------------------- */
/* スマホ時に文章を左寄せ or センター合わせ*/
/* ----------------------------------- */
@media (max-width: 480px) {
  .sp-left-alignment {
    text-align: left!important;
  }
}
@media (max-width: 480px) {
  .sp-center-alignment {
    text-align: center!important;
  }
}
/* ----------------------------------- */
/* 幅の設定 */
/* ----------------------------------- */
@media (min-width: 960px){ 
.post_content .margin-1em{
	margin: 0 1em;
}
}
.post_content .padding-0{
padding: 0;
}
.post_content .padding-yx-02em {
  padding:0.2em;
}
.post_content .padding-yx-04em {
  padding:0.4em;
}
.post_content .padding-yx-06em {
  padding:0.6em;
}
.post_content .padding-yx-1em {
  padding:1em;
}
.post_content .padding-yx-2em {
  padding:2em;
}
.padding-lr-1em {
  padding: 0 1em;
}
.padding-lr-10em-lg {
  padding: 0 2em;
}
.padding-y05-x1 mark{
  padding: 0.5em 1em;
}
.c-btn--wide .swell-block-button__link[data-has-icon]{
	padding: 1em 6em;
}
.padding-lr-4em-lg {
    padding: 0 2em;
}
@media (min-width: 960px) {
	  .padding-lr-4em-lg {
    padding: 0 4em;
  }
  .padding-lr-6em-lg {
    padding: 0 6em;
  }
  .padding-lr-10em-lg {
    padding: 0 10em;
  }
}
/* ----------------------------------- */
/*boder設定 */
/* ----------------------------------- */
.-radius10 {
  border-radius: 10px;
}
.-radius10 img{
  border-radius: 10px;
}
.-radius20 {
  border-radius: 20px;
}
.-radius20 img{
  border-radius: 20px;
}
@media (min-width: 960px) {
.-radius100 {
  border-radius: 100px;
}
}
/* shadow */
.-box-shadow {
  box-shadow: 1px 3px 7px #d7d7d7;
}
@media (min-width: 960px) {
.boder-right{
border-right: 1px solid #757575; 
}
}
/* ----------------------------------- */
/* 横幅設定 */
/* ----------------------------------- */
.fit-content{
width:fit-content;
  margin: 0 auto;
}
.w-700 {
  max-width: 700px;
  margin: 0 auto;
}
.w-700-m {
  max-width: 700px;
}
.w-800 {
  max-width: 800px;
  margin: 0 auto;
}
.w-900 {
  max-width: 900px;
  margin: 0 auto;
}
.w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
/*----------その他 */
.bg-mark mark{
    padding: 0.2em 1em;
}
.relative-box{
position:relative;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.justify-content-c .swell-block-columns__inner{
justify-content: center;
}
.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background{
    bottom: -40px;
    height: 40%;
    top: initial;
}
@media (max-width: 640px) {
	.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background {
    bottom: 0px;
    height: 47%;
    top: initial;
}
	.order1{
order:1;
}
}	
.rounded-top mark{
  padding: 0.5em 1.2em;
}
.rounded-radius mark{
padding: 0.2em 1em;
    border-radius: 100px;
    display: inline-block;
}
.wp-block-table .has-fixed-layout {
    line-height: 2;
}
.ark-block-slider__inner .swiper-wrapper {
    padding: 0 0 2em;
}
.ark-block-slider__inner .swiper-pagination{
    bottom: 10px;
}
.edge-text{
-webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.-list-under-dashed>li, .border_bottom>li {
    border-bottom: 1px dashed #707070;
}
.wp-block-group.voice-area {align-items:center;    }
@media (max-width: 640px) {
   .wp-block-group.voice-area {
        flex-direction: column;
    }
}
}
.map iframe{
width:100%;
}
.p-spMenu__bottom {
    margin-top:0;
}
.text-shadow-h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* ----------------------------------- */
/* 下層トップビジュアルの設定 */
/* ----------------------------------- */
.c-pageTitle .c-pageTitle__subTitle {
    font-style: normal;
    color: #009ee5;
    font-size: 14px;
    margin: 0.5em 0;
}
#top_title_are{
	position:relative;
}
#top_title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--color_bg); /* ←ここで色を指定できる！ */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M100,5.58c-0.05-0.01-0.1-0.03-0.15-0.04C93.74,3.8,87.42,2,75,2S56.26,3.8,50.15,5.53 C43.97,7.29,37.58,9.11,25,9.11c-12.48,0-18.86-1.79-25-3.53V10h75h25V5.58z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M100,5.58c-0.05-0.01-0.1-0.03-0.15-0.04C93.74,3.8,87.42,2,75,2S56.26,3.8,50.15,5.53 C43.97,7.29,37.58,9.11,25,9.11c-12.48,0-18.86-1.79-25-3.53V10h75h25V5.58z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 600px) {
#top_title_area::after{
height: 30px;
}
}
@media (min-width: 600px) {
.l-topTitleArea {
    min-height: 300px;
  }
}
.l-topTitleArea {
	overflow: visible;
    margin: 0 0 1rem;
  }
.l-topTitleArea__body .c-pageTitle {
  box-shadow: none;
  text-shadow: none;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    width: fit-content;
}
.c-pageTitle[data-style=b_bottom] {
    border-bottom:none;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  position: relative;
	border-bottom:none;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, var(--color_main) 0%, var(--color_deep02) 100%);
  border-radius: 2px;
}
/* 4つ並びのカラムの高さ合わせる */
@media (min-width: 960px){
.eight-28-arrange-main .swell-block-column{
display: flex;
justify-content: center;
flex-direction: column;
}
.eight-28-arrange-main .flex-arrange{
display: flex;
flex-grow: 1;
justify-content: center;
width: 100%;
}
.eight-28-arrange-main .flex-arrange .wp-block-group__inner-container{
display: flex;
flex-direction: column;
width: 100%;
}
.eight-28-arrange-main .flex-arrange .wp-block-group__inner-container .flex-arrange-text{
flex-grow: 1;
}
}
.eight-28-arrange-main .swell-block-button{
    display: flex;
    width: 100%;
    justify-content: center;
}
/* アーカイブ　hover時に opacity*/
.post-type-archive-construction .l-mainContent__inner .p-postList__item .p-postList__body:hover{
	opacity:1;
}
.-ps-style-normal .p-postList__item:hover .p-postList__body, .-type-card .p-postList__item:hover .p-postList__body, .-type-list .p-postList__item:hover .p-postList__body {
	opacity:1;
}
/* -------------
投稿にボタンの追加
-----------------------------*/
.-type-card .p-postList__meta:after {
	content: "詳細はこちら »";
	display: inline-block;
	width: 100%;
	padding: 0.8rem 1.2rem;
	margin: 1.2em auto 0;
	background:var(--color_main);
	color: #fff;
	text-align: center;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	cursor: pointer;
	letter-spacing: 0.05em;
	text-transform: none;
	font-size:14px;
}
.-type-card .p-postList__meta:hover:after {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.p-postList__link {
display: flex;
flex-direction: column;
}
/* -------------
一覧ページ記事設定
-----------------------------*/
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title{
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.-type-card .p-postList__title::after , .-type-list .p-postList__title::after , .-type-list2 .p-postList__title::after {
  content: "";
  position: absolute;
  bottom: 0;
    left: 0;
    width: 30%;
    height: 0.5px;
  background-color: #000;
}
@media (min-width: 960px) {
    .-sidebar-on .-type-card.-pc-col3 .p-postList__item, .-sidebar-on .-type-thumb.-pc-col3 .p-postList__item {
        width: 33.33333%;
    }
}
@media (min-width: 600px) {
    #sidebar .-type-list .p-postList__title, .-type-card .p-postList__excerpt {
        font-size: 12px;
    }
}
@media (min-width: 600px) {
  #sidebar .-type-card .p-postList__title, .-related .p-postList__title, .-type-thumb .p-postList__title, .w-footer:not(.-col1) .p-postList__title {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
.c-tabBody__item .p-postList .p-postList__title, .-type-card .p-postList__excerpt{
    font-size: 0.8em;
}
}
.p-postList__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.p-postList__excerpt {
    flex: 1;
}
/* -------------
投稿の詳細ページ
-----------------------------*/
@media (min-width: 600px) {
	.single .c-postTitle__ttl {
		margin: 0 0.4em 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0.3em 0;
	}
}
.c-postTitle__date {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: var(--color_main);
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	flex: none;
    margin: 0;
	padding:0;
}
.c-postTitle__date .__y {
	font-size: 0.75rem;
	opacity: 0.8;
}
@media (min-width: 600px) {
	.c-postTitle__date .__y {
		font-size: 13px;
	}
}
@media (min-width: 600px) {
	.c-postTitle__date .__md {
		font-size: 13px;
	}
}
/* -------------
-type-listの装飾
-----------------------------*/
.-type-list .p-postList__item {
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 1px dashed #ddd;
	padding: 1em 0;
}
.c-tabBody__item .p-postList__body {
	position: relative;
	transition: opacity .25s;
/* 	flex-grow: 1; */
	display: flex;
	flex-direction: column;
	background-image: linear-gradient(transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray));
	background-repeat: repeat;
	background-size: 16px 16px;
    margin: 0.4em 0.6em;
}
.c-tabBody__item .p-postList__meta {
	display: block;
	text-align: center;
}
/* -------------
サイドバーの設定
-----------------------------*/
.p-profileBox {
  position: relative;
  padding: 16px;
  overflow: hidden;
  z-index: 1;
}
.p-profileBox::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, #000000, #cccccc); /* 黒→グレー */
  border-radius: inherit;
  z-index: -1;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.p-profileBox__btn a{
	width: 100%;
}
.widget_archive select, .widget_categories select, .wp-block-archives select, .wp-block-categories select {
	border: 1px solid #00000094;
}
.c-listMenu a {
	border-bottom: 1px dashed var(--color_main);
}
.p-profileBox {
	background-image: repeating-linear-gradient(45deg, #045c3d14, #045c3d14 2px, transparent 2px, transparent 9px);
	box-shadow: 1px 2px 9px #ddd;
	border: none;
}
.widget_archive select, .widget_categories select, .wp-block-archives select, .wp-block-categories select {
	border: 1px solid #00000094;
}
.widget_archive .c-listMenu a {
	border-bottom: 1px solid var(--color_main);
}
.widget_categories>ul>.cat-item>a:before, .wp-block-categories-list>li>a:before {
	color: var(--color_main);
}

/* -------------
目次の設定
-----------------------------*/
.post_content .p-toc__list {
  background: #f5f9fc;
  border: 2px solid #d4e8f7;
  border-radius: 10px;
  padding: 1.2em 1.5em;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
ul.is-style-index li {
  position: relative;
  list-style: none;
  margin: 0.6em 0;
  padding-left: 1.8em;
  font-weight: 500;
}
ul.is-style-index li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f5bd";
  font-weight: 900;
  color: var(--color_main, #009fe8);
  position: absolute;
  left: 0;
  top: 0.1em;
}
.p-toc__link {
  position: relative;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  border-bottom: 1px dashed rgba(0,159,232,0.3);
  padding-bottom: 2px;
}

.p-toc__link:hover {
  color: var(--color_main, #009fe8);
  border-bottom: 1px solid var(--color_main, #009fe8);
}
.p-toc__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--color_main, #009fe8);
  transition: width 0.3s ease;
}
.p-toc__link:hover::after {
  width: 100%;
}
@media (max-width: 600px) {
  ul.is-style-index {
    padding: 1em;
  }
  ul.is-style-index li {
    margin: 0.4em 0;
  }
}
/* 著者ボックス全体 */
.p-authorBox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 2px solid var(--color_main);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.p-authorBox:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.p-authorBox__l {
  text-align: center;
  flex-shrink: 0;
}
.p-authorBox .avatar{
  border: 3px solid var(--color_main);
  width: 140px;
  height: 140px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-authorBox__l img:hover {
  transform: scale(1.05);
}
.p-authorBox__name {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: var(--color_main);
  text-decoration: none;
  transition: color 0.3s ease;
font-size:14px!important;
}
.p-authorBox__name:hover {
  color: #000;
}
.p-authorBox__r {
  flex: 1;
border-left:none;
}
.p-authorBox__desc {
  font-size: 0.85rem;
  line-height: 1.8;
  border-left: 4px solid var(--color_main);
  padding-left: 15px;
}
@media (max-width: 768px) {
  .p-authorBox {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .p-authorBox__desc {
    border-left: none;
    border-top: 3px solid var(--color_main);
    padding-left: 0;
    padding-top: 10px;
  }
}
