/* 共通 */
:root{
	--page-main-color: #002A5C;
	--page-sub-color: #002A5C;
	--page-bg-color:rgba(23, 129, 19, 0.1);
	--page-default-font:"Noto Sans JP", serif;
}
#contents,.l-main{
    width: 100%;
    padding-bottom: 0;
	overflow: hidden;
	background: #fff;
}
.l-page * {
	font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro", "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;
	box-sizing: border-box;
    color: #333;
    font-size: 16px;
	line-height: 1.66;
}


.section__wrapper--worry--04,
.section__wrapper--matrix--04 {
    background: #F0F7FF;
}

.section__wrapper--faq--02,
.section__wrapper--matrix--11 {
	background: #F6F2E1;
}


	.section__space{
		padding-block: 80px;
	}
		.section__inner{
			width: var(--screen-size);
			margin: 0 auto;
		}
		.section__ttl{
			margin-bottom: 29px;
			text-align: center;
			font-size: 26px;
			font-style: normal;
			font-weight: 700;
			line-height: 1.5;
		}
			.section__ttl span{
				display: block;
				font-size: 14px;
				color: var(--page-sub-color);
				letter-spacing: 0.2em;
				font-weight: 400;
			}
	[class*="content__list--"]{
		display: flex;
		flex-wrap: wrap;
	}
	[class*="content__subttl--"]{
		font-size: 20px;
		font-weight: 500;
	}
	[class*="content__img--"] img{
		width: 100%;
		height: 100%;
		vertical-align: bottom;
		object-fit: cover;
	}
	[class*="content__btn--"]{
		width: 240px;
		height: 50px;
		margin: 0 auto;
	}
	[class*="content__btn--"] a{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 30px;
		padding: 13px 0;
		margin: 0 auto;
		border: 1px solid #0B4109;
		background: #fff;
		color: #0B4109;
		font-weight: 500;
		position: relative;
	}
		[class*="content__btn--"] [class*="content__icon--btn--"]{
			width: 16px;
			height: 5px;
			margin: auto;
			border: none;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 20px;
			color: #0B4109;
		}

/* メイン画像 */
	.main__bg--catch{
	height: 347px;
	}
	.main__bg--catch span{
		display: block;
		font-size: 18px;
		margin-top: 8px;
	}

	.main__bg--catch img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


[class*="content__items--"]{
	position: relative;
	counter-increment: count;
}

[class*="content__items--flow--"]::before{
	content: counter(count);
}

.content__icon--chrck{
	border: 1px solid var(--page-main-color);
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    padding: 9px;
	flex-shrink: 0;
}
.content__icon--under--arrow{
	width: 11px;
	height: 5px;
}
/* 表・比較 */
.content__block--case--10 .content__list--vertical{
	gap: 28px;
}
.content__img--case--10{
	width: 204px;
	height: 230px;
	margin: 0 auto 20px;
}
	.content__items--case--10{
		width: 264px;
	}
	.content__items--case--07{
		width: 285px;
		padding: 20px;
		border: 1px solid var(--page-main-color);
	}
	  .content__items--case--07:nth-child(4n+1) {
		border-left: none;
	  }
	  .content__items--case--07:nth-child(n+5) {
		border-top: none;
	  }
	.content__items--case--07:not()
		.content__img--case--07{
			margin-bottom: 18px;
		}
		.content__subttl--case--07{
			margin-bottom: 9px;
		}
/* FAQ */
[class*="content__subttl--faq--"]{
    font-weight: bold;
    cursor: pointer;
}
[class*="content__subttl--faq--"],
[class*="content__description--faq--"]{
	display: flex;
	align-items: center;
	gap: 8px;
}
[class*="content__description--faq--"]{
	align-items: center;
	margin-top: 13px;
	line-height: 1.7;
}
	[class*="content__subttl--faq--"]::before,
	[class*="content__description--faq--"]::before{
		content: 'Q';
		display: flex;
		flex-shrink: 0;
		border: 1px solid #E67E22;
		color: #E67E22;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		font-size: 16px;
		justify-content: center;
		text-align: center;
		padding: 4px 0 0;
		font-weight: bold;
	}
	[class*="content__description--faq--"]::before{
		content: 'A';
		border: none;
		background: #E67E22;
		color: #fff;
		padding-top: 5px;
	}	
	[class*="content__icon--faq--"] {
		display: block;
		width: 22px;
		height: 22px;
		margin-left: auto;
		-webkit-transform: rotate(45deg);
		transform: rotate(0deg);
		transform-origin: center center;
		transition-duration: 0.2s;
		position: relative;
		}
	  [class*="content__icon--faq--"]:before,
	  [class*="content__icon--faq--"]:after {
		content: '';
		display: flex;
		background-color: #0B4109;
		border-radius: 10px;
		width: 22px;
		height: 2px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: 6px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: center center;
		}
	  [class*="content__icon--faq--"]:before {
		width: 2px;
		height: 22px;
		top: 0;
		right: 0;
		left: 0;
		}
	  [class*="content__icon--faq--"]:before {
		content: none;
	  }
	  .js-accordion-trg.active [class*="content__icon--faq--"]:before{
		content: '';
		-webkit-transform: rotate(0deg);
		transform: rotate(180deg);
		}

/* 読み物 */
[class*="content__text--read--"]{
	text-align: center;
}

/* ブログ */
[class*="card__wrap--"]{
	position: relative;
}
	[class*="card__wrap--"] .swiper-wrapper{
		margin-bottom: 49px;
	}
		.swiper-wrapper [class*="card__items--"]{
			width: 320px;
			padding: 20px;
			background: #FFFFFF;
			border: 1px solid #DBDBDB;
			flex-shrink: 0;
		}
			[class*="card__img--"]{
				position: relative;
				height: 210px;
				margin-bottom: 16px;
			}
				[class*="card__img--"] img{
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			[class*="card__subttl--"]{
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
				margin-bottom: 10px;
			}
			[class*="card__description--"]{
				font-size: 14px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
	.swiper__wrap--pagination{
		position: relative;
		width: 480px;
		margin: 0 auto 30px;
	}
		.swiper__wrap--pagination .swiper-pagination{
			position: relative;
			bottom: 0;
			left: 0;
			right: 0;
			display: flex;
			gap: 8px;
			justify-content: center;
		}
			.swiper__wrap--pagination .swiper-pagination-bullet{
				width: 30px;
				height: 2px;
				background: var(--page-main-color);
			}
			.swiper-button-prev,
			.swiper-button-next{
				display: flex;
				align-items: center;
				justify-content: center;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				background: #fff;
				border: 1px solid #0B4109;
				top: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				z-index: 1;
			}
			.swiper-button-next{
				left: inherit;
				right: 0;
			}
			.swiper-button-next [class*="content__icon--slider--01"]{
				transform: scaleX(-1);
			}
			.content__icon--slider--01 {
				width: 7px;
				height: 14px;
				display: block;
				color: #0B4109;
			}
			.swiper-button-prev::after,
			.swiper-button-next::after{
				display: block;
				font-size: inherit;
				width: 7px;
				height: 14px;
				color: #0B4109;
			}
			
			.swiper-button-prev::after,
			.swiper-button-next::after {
				display: none;
			}
			


/* タブ */
[class*="tab__wrap--"]{
    margin-bottom: 30px;
}
	[class*="tab__list--"]{
        display: flex;
        justify-content: center;
    }
		[class*="tab__items--"]{
            min-width: 120px;
        }
			[class*="tab__btn--"]{
                width: 100%;
                border-bottom: 1px solid #CCCCCC;
				padding: 10px 66px 12px;
                color: #CCCCCC;
				font-size: 20px;
                transition: all 0.3s ease;
                cursor: pointer;
            }
				[class*="tab__btn--"].is-active {
					border-bottom: 1px solid var(--page-main-color);
					color: var(--page-main-color);
					font-weight: 500;
				}
				[class*="tab__btn--"]:hover {
					opacity: 0.8;
				}

/* お問い合わせ */
[class*="content__block--contact--"]{
	display: flex;
	align-items: baseline;
	gap: 10px;
}
	[class*="content__block--contact--"] .content__txt--tel{
		font-size: 40px;
	}
	.content__icon--tel{
		width: 24px;
		height: 24px;
		color: #333333;
	}
	[class*="section__wrapper--contact--"] [class*="content__btn--contact--"]{
		width: 320px;
		height: auto;
		margin: 0;
	}
	[class*="section__wrapper--contact--"] [class*="content__btn--contact--"] a{
		background: #E67E22;
		color: #fff;
		height: 60px;
		font-size: 16px;
		gap: 8px;
		border: none;
		font-weight: bold;
	}
	.content__icon--mail{
		width: 24px;
		height: 20px;
		color: #fff;
	}
	[class*="section__wrapper--contact--"] .content__btn--contact--line a{
		background: #075BBE;
		color: #fff;
	}
		.content__icon--line{
			width: 23px;
			height: 25px;
		}
		[class*="section__wrapper--contact--"] [class*="content__icon--btn--"]{
			color: #fff;
		}
	[class*="content__wrap--contact--"] [class*="content__txt--contact--"]{
		font-size: 12px;
		color: #7A7A7A;
	}

	.l-page .content__text--read--02 {
		line-height: 1.8;
	}
