@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,50px);
	font-style: italic;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
}
.spot-heading02{
	font-size: clamp(22px, 2vw, 27px);
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 2vw, 18px);
	inline-size: fit-content;
	margin-inline: auto;
	font-family: "Zen Kaku Gothic New", serif;
	color:var(--accent-color2);
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		text-align: left;
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3%;
	background-color: #999;
	margin: 1.1% auto;
}
@media only screen and (max-width: 767px) {
	.line{
		width: 1px;
		height: auto;
		padding-top: 8%;
		background-color: #999;
		margin: 1.3% auto;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;
	transform: rotate(-8deg);
	z-index: 2;
}
.spot__heading03 p {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}
.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--accent-color1);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--accent-color1);
	bottom:-10px;
	right:-10px;
}


.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: var(--main-color);
	border: 1px solid #eee;
	color:#FFF;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
}
/**/
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1.4;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 1.5rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--accent-color2);
	font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 500;
	margin: 5px auto 20px auto;
	line-height: 1.4;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*今回のフォント*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}






/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
@media (max-width: 768px) {
	.greeting {
		padding: var(--v-space3) 0;
		background-color: var(--base-color);
		background-image: url("../img/bg_04sp.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
	}
}
@media print{
	.greeting {
		padding: var(--v-space3) 0;
		background-color: var(--base-color);
		background-image: url("../img/bg_04.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
}

/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #555;
	font-family: 'Noto Serif JP', serif;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400 !important;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: end;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}

/*ブリッジ*/
.bridge-top1 {
	padding: clamp(15px, 2vw, 30px) 0 var(--v-space3) 0;
	background: linear-gradient(#fff, #fff, #fff, #fff, #ddd);
	position: relative;
}
/*
.bridge-top1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0c1117b5;
}
*/



/* ご案内 */
.top_sec1{
	padding: 0;
}
.top_sec1__container{
	display: block;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.top_sec1__container-div1 { grid-area: 1 / 1 / 2 / 2; background-image: url(../img/omoi_b.jpg); background-position: center;}
.top_sec1__container-div2 { grid-area: 2 / 1 / 3 / 2; background-image: url(../img/services_b.jpg); background-position: center;}
.top_sec1__container-div3 { grid-area: 3 / 1 / 4 / 2; background-image: url(../img/mikage_b.jpg); background-position: right;}

.top_sec1__container-div1, .top_sec1__container-div2, .top_sec1__container-div3 {
	display: flex;
		flex-direction: column; /* 子要素を縦方向に配置します */
		align-items: center; /* 水平方向に中央配置 */
		justify-content: center; /* 垂直方向に中央配置 */
		height: 300px;
		background-size: cover;
}
@media print, screen and (min-width: 768px) {

	.top_sec1__container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.top_sec1__container-div1, .top_sec1__container-div2, .top_sec1__container-div3 {
		display: flex;
		flex-direction: column; /* 子要素を縦方向に配置します */
		align-items: center; /* 水平方向に中央配置 */
		justify-content: center; /* 垂直方向に中央配置 */
		height: 500px;
		background-size: cover;
	}
	.top_sec1__container-div1 {
		grid-area: 1 / 1 / 2 / 2;
		background-image: url(../img/omoi_b.jpg);
		background-position: center;
	}
	.top_sec1__container-div2 { 
		grid-area: 1 / 2 / 2 / 3;
		background-image: url(../img/services_b.jpg);
		background-position: center;
	}
	.top_sec1__container-div3 {
		grid-area: 1 / 3 / 2 / 4;
		background-image: url(../img/mikage_b.jpg);
		background-position: right;
	}
}

/**/
.top_sec1__txt{
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 600;
	font-size: clamp(23px, 2.5vw, 29px);
	color:#FFF;
	text-align: center;
}
/* ボタン */
.top_sec1__btn a {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #FFF;
	color: #FFF;
	padding: 7px 50px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 30px;
	text-decoration: none; /* テキストの下線を削除 */
	display: inline-block;
}
.top_sec1__btn a:hover {
	background-color: #00571ea3;
}
/**/
p.mw5{
	max-width: 50%;
	font-family: "Zen Kaku Gothic New", serif;
	color: #fff;
	text-shadow: #000 1px 0 10px;
	text-indent: -0.8em;
	padding-left: 1.5em;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.5;
}
@media only screen and (max-width: 1268px) {
	p.mw5{
		max-width: 70%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 968px) {
	p.mw5{
		max-width: 80%;
		font-size: 13px;
	}
}
@media only screen and (max-width: 768px) {
	p.mw5{
		max-width: 80%;
		font-size: clamp(15px, 1.5vw, 16px);
		text-indent: -0.9em;
		padding-left: 1.5em;
	}
}







/*======= 清水屋の想いページ ======*/
/**/
.about-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.about-sec2 {
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
h3.spot_h3{
	font-size: clamp(19px, 3vw, 29px);
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1vw;
	color: #444;
	font-weight: 600;
	line-height: 1.3;
}
h3.spot_h3 span{
	font-family: "WindSong", serif;
	font-size: clamp(50px, 6vw, 75px);
	font-weight: 400;
	line-height: 0.9;
	margin-right: 1vw;
	color: var(--main-color);
	opacity: 0.5;
}
/**/
p.imtxp{
	font-size: clamp(15px, 1.6vw, 16px);
	font-weight: 400;
	margin: 0 auto 20px auto;
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/**/
.about-sec3 {
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.about-sec4 {
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.about-sec5 {
	padding: var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-image: url("../img/bg_02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**/
.contentsbg-b {
	background: rgba(0, 0, 0, 0.55);
	padding: 50px 30px;
}
@media screen and (max-width: 568px) {
	.contentsbg-b {
		padding: 20px 15px 15px 15px;
	}
}










/*======= 事業内容ページ ======*/
/**/
.services-sec1 {
	padding: var(--v-space3) 0 var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*お墓の建立*/
.services-sec2 {
	padding: 0 0 var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading09 p {
	position: relative;
	font-size: clamp(18px, 2.4vw, 27px);
	font-family: "WindSong", serif;
	color: var(--main-color);
	margin: 5px 0;
	opacity: 0.5;
}

.spot-heading09 h2 {
	position: relative;
	top:-13px;
	font-size: clamp(25px, 2.4vw, 33px);
	color: #444;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}

/*カードレイアウト*/
.serv_sec2__subcontainer {
	margin: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
}
@media (max-width: 568px) {
	.serv_sec2__subcontainer {
		margin: 20px 0;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	}
}
.serv_sec2__card {
	background: var(--card-bg);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 20px;
	transition: transform 0.3s ease-in-out;
	background-color: #ffffff70;
	background-image: url("../img/bg_03.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
.serv_sec2__card:hover {
	transform: scale(1.02);
}
/**/
.serv_sec2__card h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	border-left: 5px solid var(--main-color);
	padding: 3px 5px 5px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: rgba(41, 159, 101, 0.09);
	color: #444;
}

/**/
.general-item-container5 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	margin: 20px 0;
}
@media (max-width: 868px) {
	.general-item-container5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container5 {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container5 {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 10px;
		margin: 20px 0;
	}
}

/*墓石修理・リフォーム*/
.services-sec3 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}







/*======= 墓石建立の流れページ ======*/
.flow-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.flow-sec2 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}







/*======= 店舗案内 info ======*/
.info-sec1 {
	padding: var(--v-space3) 0 var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url("../img/bg_05-b.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 50%;
}
@media (max-width: 768px) {
	.info-sec1 {
		background-size: 100%;
	}
}
/*印刷用*/
@media print{
	.info-sec1 {
		padding: var(--v-space3) 0 var(--v-space) 0;
		position: relative;
		z-index: 1;
		background-color: #fff;
		background-image: url("../img/bg_05-b.png");
		background-repeat: repeat;
		background-position: center;
		background-size: 50%;
	}
}

/**/
.bg_b {
	background: #e2ece58f;
	padding: 50px;
	margin: 0 7%;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 25px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #b9b9b9;
	padding: 15px 13px 15px 41px;
	width: 13em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #b9b9b9;
	padding: 15px 13px;
	box-sizing: border-box;
	width: calc((100% - 15em) / 1);
	font-size: clamp(15px, 1.6vw, 18px);
}

@media screen and (max-width: 768px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(221, 230, 223, 0.9);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	table.inftb tr td:nth-of-type(1) {
		font-weight: 600;
		border-bottom: 1px solid #d7d7d7;
		padding: 15px 13px 15px 41px;
		width: 13em;
		box-sizing: border-box;
		background: url(../img/icon01.png) no-repeat 7px center;
		background-size: 27px;
		font-size: clamp(17px, 1.8vw, 18px);
		line-height: 1.2;
	}
	table.inftb tr td:nth-of-type(2)  {
		border-bottom: 1px solid #d7d7d7;
		padding: 15px 13px;
		box-sizing: border-box;
		width: calc((100% - 15em) / 1);
		font-size: clamp(15px, 1.6vw, 17px);
	}
}

/*アクセス*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	font-size: clamp(19px, 1.9vw, 20px);
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
	vertical-align: middle;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px;
		width: 100%;
		background-color: #becc9f3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: var(--main-color);
	margin: 0 10px 0 0;
	display: inline-block;
}
.f-awesome_icon02 {
	font-size: 1.2em;
	color: var(--main-color);
	margin: 0 8px 0 -3px;
	display: inline-block;
}





