@charset "UTF-8";

/*==================================================
* フロント用CSS

* 01.ウエルシア薬局
* 02.ダックス（シミズ薬品）
* 03.マルエドラッグ
* 04.よどやドラッグ
* 05.ふく薬品
* 06.スーパードラッグひまわり（ププレひまわり）
* 07.コクミンドラッグ
* 08.ハッピー・ドラッグ（丸大サクラヰ薬局）
* 09.ウェルパーク
* 98.その他
* 99.汎用スタイル
*================================================*/

/* 変数 */
:root {
	/* ブランドカラー */
	--color-weldcia: #0088d4;
	--color-dax: #d41468;
	--color-marue: #003894;
	--color-yodoya: #008d8c;
	--color-huku: #e60013;
	--color-himawari: #f08300;
	--color-kokumin: #962042;
	--color-happy: #e95283;

	/* ブランドカラー薄 */
	--color-light-weldcia: #d4f0ff;
	--color-light-dax: #fbd8e7;
	--color-light-marue: #e2edff;
	--color-light-yodoya: #dbffff;
	--color-light-huku: #ffe6e8;
	--color-light-himawari: #ffe6c9;
	--color-light-kokumin: #f6d3dd;
	--color-light-happy: #fbdde7;

	/* スペース */
	--space-sm: 8px;
	--space-md: 16px;
	--space-lg: 24px;
	--space-xl: 32px;
}

/* ------------------------------
* 01.ウエルシア薬局
* ------------------------------ */

/* ------------------------------
* 02.シミズ薬品
* ------------------------------ */

/* ------------------------------
* 03.クスリのマルエ
* ------------------------------ */
/* 記事リスト */
.frontWrap.marue .article {
	margin-bottom: 24px;
}
.frontWrap.marue .article .thumb {
	padding: 6px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 12px;
}
.frontWrap.marue .article .title {
	font-size: 16px;
}
.frontWrap.marue .article .desc {
	font-size: 14px;
}

.frontWrap.marue .article a {
	display: flex;
}
.frontWrap.marue .article .left_column {
	width: 200px;
}
.frontWrap.marue .article .right_column {
	flex: 1;
	padding-left: 16px;
}
@media (hover: hover) {
	.frontWrap.marue .article a {
		transition: 0.2s;
	}
	.frontWrap.marue .article a:hover {
		opacity: 0.6;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap.marue .article .thumb {
		padding: 3px;
	}
	.frontWrap.marue .article .title {
		font-size: 14px;
	}
	.frontWrap.marue .article .desc {
		font-size: 12px;
	}
	.frontWrap.marue .article .left_column {
		width: 100px;
	}
}

/* 商品リスト */
.frontWrap.marue .products {
	margin-bottom: 32px;
}
.frontWrap.marue .products .thumb {
	padding: 6px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 12px;
}
.frontWrap.marue .products .title {
	font-weight: bold;
}
.frontWrap.marue .products .desc {
	font-size: 14px;
}
@media (hover: hover) {
	.frontWrap.marue .products a {
		transition: 0.2s;
	}
	.frontWrap.marue .products a:hover {
		opacity: 0.6;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap.marue .products a {
		display: grid;
		gap: 6px 12px;
	}
	.frontWrap.marue .products .thumb {
		grid-row: span 2 / span 2;
	}
	.frontWrap.marue .products .title {
		grid-column: span 2 / span 2;
		font-size: 14px;
	}
	.frontWrap.marue .products .desc {
		grid-column: span 2 / span 2;
		grid-column-start: 2;
		grid-row-start: 2;
	}
}

/* ------------------------------
* 04.よどや
* ------------------------------ */

/* ------------------------------
* 05.ふく薬品
* ------------------------------ */

/* ------------------------------
* 06.ププレひまわり
* ------------------------------ */
/* ひまわり食堂 レシピ詳細 見出し */
.frontWrap.himawari .recipeHeadline {
	color: #997652;
	font-weight: bold;
	line-height: 1.25;
}
.frontWrap.himawari h2.recipeHeadline {
	padding: 8px 16px;
	margin-bottom: 24px;
	font-size: 26px;
	border-radius: 6px;
	background-color: #f8f8f8;
	border: 2px solid #d6c4b2;
	position: relative;
}
.frontWrap.himawari h2.recipeHeadline .badge {
	position: absolute;
	top: calc(50% - 40px);
	right: 10px;
	width: auto;
	height: auto;
}
.frontWrap.himawari h3.recipeHeadline {
	margin-bottom: 16px;
	padding: 6px;
	font-size: 22px;
	border-bottom: 4px double #f5cb07;
}
.frontWrap.himawari h4.recipeHeadline {
	margin-bottom: 8px;
	font-size: 18px;
}
table th > .recipeHeadline,
table td > .recipeHeadline {
	margin-bottom: 0;
}
.frontWrap.himawari .recipeHeadline.icon {
	padding-left: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}
.frontWrap.himawari .recipeHeadline.icon.icon_foods {
	background-image: url(/resource/restaurant/restaurant_recipe_icon_foods.png);
}
.frontWrap.himawari .recipeHeadline.icon.icon_size {
	background-image: url(/resource/restaurant/restaurant_recipe_icon_size.png);
}
.frontWrap.himawari .recipeHeadline.icon.icon_cook {
	background-image: url(/resource/restaurant/restaurant_recipe_icon_cook.png);
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari h2.recipeHeadline {
		padding: 6px 12px;
		padding-right: 65px;
		font-size: 20px;
	}
	.frontWrap.himawari h2.recipeHeadline .badge {
		top: calc(50% - 30px);
		right: 5px;
		width: 60px;
		height: 60px;
	}
	.frontWrap.himawari h3.recipeHeadline {
		font-size: 18px;
	}
	.frontWrap.himawari h4.recipeHeadline {
		margin-bottom: 8px;
		font-size: 16px;
	}
}

/* ひまわり食堂 メインのおかず */
.frontWrap.himawari .recipeBalloon {
	vertical-align: middle;
}
.frontWrap.himawari .recipeBalloon img {
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
}

/* ひまわり食堂 画像フレーム */
.frontWrap.himawari .ph_frame .ph_expand .ph {
	display: none;
	border-radius: 6px;
}
.frontWrap.himawari .ph_frame .ph_expand .ph.active {
	display: block;
}
.frontWrap.himawari .ph_frame .ph_thumbs {
	display: inline-flex;
	gap: 20px;
	margin-top: 20px;
}
.frontWrap.himawari .ph_frame .ph_thumbs .ph_thumb {
	width: calc(100% / 3);
	border-width: 2px;
	border-style: solid;
	border-color: #ffe6c9;
	border-radius: 3px;
	transition: 0.2s;
}
.frontWrap.himawari .ph_frame .ph_thumbs .ph_thumb.active {
	border-color: #f08300;
}
@media (hover: hover) {
	.frontWrap.himawari .ph_frame .ph_thumbs .ph_thumb:hover {
		opacity: 0.75;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari .ph_frame .ph_thumbs {
		gap: 10px;
		margin-top: 10px;
	}
	.frontWrap.himawari .ph_frame .ph_thumbs .ph_thumb {
		width: calc(100% / 3);
	}
}

/* ひまわり食堂 レシピ一覧の見出し */
.frontWrap.himawari .recipeListHeadline {
	color: #997652;
	font-weight: bold;
	line-height: 1.25;
}
.frontWrap.himawari .recipeListHeadline a {
	color: inherit;
}
.frontWrap.himawari h2.recipeListHeadline {
	margin-bottom: 32px;
	padding: 8px;
	font-size: 24px;
	background-color: #fafafa;
	border-bottom: 2px solid #f08300;
	border-radius: 6px 6px 0 0;
}
.frontWrap.himawari h3.recipeListHeadline {
	padding: 8px 16px;
	margin-bottom: 16px;
	font-size: 20px;
	border-radius: 6px;
	background-color: #f8f8f8;
	border: 2px solid #d6c4b2;
	position: relative;
}
.frontWrap.himawari h3.recipeListHeadline .badge {
	position: absolute;
	top: calc(50% - 40px);
	right: 10px;
	width: auto;
	height: auto;
}
.frontWrap.himawari h3.recipeListHeadline a {
	display: block;
}
@media (hover: hover) {
	.frontWrap.himawari .recipeListHeadline a:hover {
		color: #f08300;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari h2.recipeListHeadline {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.frontWrap.himawari h3.recipeListHeadline {
		padding-right: 70px;
		font-size: 18px;
	}
	.frontWrap.himawari h3.recipeListHeadline .badge {
		top: calc(50% - 30px);
		right: 5px;
		width: 60px;
		height: 60px;
	}
}

/* ひまわり食堂 レシピ一覧 */
.frontWrap.himawari .recipe_box + .recipe_box {
	margin-top: 64px;
}
.frontWrap.himawari .recipe_box .recipe_detail {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.frontWrap.himawari .recipe_box .recipe_detail .thumb {
	width: 150px;
	margin-right: auto;
	margin-left: 8px;
	border-radius: 6px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
}
.frontWrap.himawari .recipe_box .recipe_detail .txt {
	width: 100%;
	padding-left: 32px;
	padding-right: 32px;
}
.frontWrap.himawari .recipe_box .recipe_detail .txt p + p {
	padding-top: 8px;
}
.frontWrap.himawari .recipe_box .recipe_detail .link {
	margin-left: auto;
	align-self: center;
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari .recipe_box + .recipe_box {
		margin-top: 32px;
	}
	.frontWrap.himawari .recipe_box .recipe_detail {
		display: block;
		padding-right: 16px;
		padding-left: 16px;
	}
	.frontWrap.himawari .recipe_box .recipe_detail .thumb {
		width: 200px;
		margin-right: auto;
		margin-left: auto;
	}
	.frontWrap.himawari .recipe_box .recipe_detail .txt {
		padding-left: 0;
		padding-right: 0;
		padding-top: 16px;
	}
	.frontWrap.himawari .recipe_box .recipe_detail .link {
		text-align: center;
		padding-top: 8px;
	}
}

/* ひまわり食堂 カテゴリーフィルター */
.frontWrap.himawari .recipe_categorys {
	margin-bottom: 24px;
}
.frontWrap.himawari .filter_btn {
	cursor: pointer;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 3px 9px;
	color: #997652;
	font-size: 16px;
	background-color: #ffee8c;
	border: none;
	border-radius: 16px;
}
@media (hover: hover) {
	.frontWrap.himawari .filter_btn:hover {
		color: white;
		background-color: #997652;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari .filter_btn {
		margin-right: 8px;
		margin-bottom: 8px;
		padding: 6px 12px;
		font-size: 14px;
	}
}

/* ひまわり薬局 医療 見出し */
.frontWrap.himawari .iryouHeadline_lv2,
.frontWrap.himawari .iryouHeadline_lv3,
.frontWrap.himawari .iryouHeadline_lv4 {
	font-weight: bold;
	line-height: 1.25;
}
.frontWrap.himawari .iryouHeadline_lv2 {
	margin-bottom: 16px;
	padding: 8px;
	font-size: 24px;
	color: white;
	background-color: #f08300;
	border-radius: 6px;
}
.frontWrap.himawari .iryouHeadline_lv3 {
	margin-bottom: 16px;
	font-size: 20px;
	color: #f08300;
}
.frontWrap.himawari .iryouHeadline_lv4 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #997652;
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari .iryouHeadline_lv2 {
		font-size: 20px;
	}
	.frontWrap.himawari .iryouHeadline_lv3 {
		font-size: 18px;
	}
	.frontWrap.himawari .iryouHeadline_lv4 {
		font-size: 16px;
	}
}

/* 開業支援 見出し */
.frontWrap.himawari .kaigyouHeadline_lv2,
.frontWrap.himawari .kaigyouHeadline_lv3,
.frontWrap.himawari .kaigyouHeadline_lv4 {
	font-weight: bold;
	line-height: 1.25;
}
.frontWrap.himawari .kaigyouHeadline_lv2 {
	margin-bottom: 16px;
	padding: 8px;
	font-size: 24px;
	border-left: 8px solid #eb2a2a;
}
.frontWrap.himawari .kaigyouHeadline_lv3 {
	margin-bottom: 16px;
	font-size: 20px;
	color: #eb2a2a;
}
.frontWrap.himawari .kaigyouHeadline_lv4 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #f08300;
}
.frontWrap.himawari .kaigyouHeadline_lv2 a,
.frontWrap.himawari .kaigyouHeadline_lv3 a,
.frontWrap.himawari .kaigyouHeadline_lv4 a {
	color: inherit;
}
@media only screen and (max-width: 767px) {
	.frontWrap.himawari .kaigyouHeadline_lv2 {
		font-size: 20px;
	}
	.frontWrap.himawari .kaigyouHeadline_lv3 {
		font-size: 18px;
	}
	.frontWrap.himawari .kaigyouHeadline_lv4 {
		font-size: 16px;
	}
}

/* ププレエステ */
.frontWrap.himawari.esthe .commonLink,
.frontWrap.himawari.esthe .commonBtn {
	color: #ef81ad;
}
.frontWrap.himawari.esthe .commonBtn:hover,
.frontWrap.himawari.esthe .commonLink::after {
	color: white;
	background-color: #ef81ad;
}
.frontWrap.himawari.esthe .commonBtn,
.frontWrap.himawari.esthe .pageMenu .pageMenu_ul li a::before {
	border-color: #ef81ad;
}
.frontWrap.himawari .estheHeadline_lv2,
.frontWrap.himawari .estheHeadline_lv3,
.frontWrap.himawari .estheHeadline_lv4 {
	font-weight: bold;
	line-height: 1.25;
}
.frontWrap.himawari .estheHeadline_lv2 {
	margin-bottom: 24px;
	padding: 8px;
	font-size: 22px;
	color: #ef81ad;
	border-bottom: 1px solid #ef81ad;
}
.frontWrap.himawari .estheHeadline_lv3 {
	margin-bottom: 16px;
	padding: 8px;
	font-size: 20px;
	color: #ef81ad;
	background-color: #fce9f1;
	border-radius: 6px;
}
.frontWrap.himawari .estheHeadline_lv4 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #ef81ad;
}

/* ------------------------------
* 07.コクミン
* ------------------------------ */

/* ------------------------------
* 08.丸大サクラヰ薬局
* ------------------------------ */

/* ------------------------------
* 09.ウェルパーク
* ------------------------------ */
/* レシピのモーダル */
.modal_recipe {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
}
.modal_recipe .content {
	width: 640px;
	height: 90%;
	font-size: 18px;
	position: absolute;
	top: 5%;
	left: calc(50% - 320px);
	z-index: 1001;
	overflow-y: auto;
	background-color: white;
}
.modal_recipe .content img {
	max-width: 100%;
	vertical-align: bottom;
}
.recipe button,
.modal_recipe button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.modal_recipe .fa,
.modal_recipe .fas,
.modal_recipe .KV__title:before,
.modal_recipe .ingredient__title:before,
.modal_recipe .howto__title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900 !important;
}
.modal_recipe .fab {
	font-family: "Font Awesome 5 Brands";
}
.modal_recipe .far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400 !important;
}
.modal_recipe .KV {
	background: url(/resource/eiyo-column/201910/bg-wood.png);
	overflow: hidden;
	margin: 0;
	width: 100%;
	border-radius: 0;
	background-color: white;
}
.modal_recipe .KV__inner {
	margin: 1em auto;
	width: 90%;
	display: table;
}
.modal_recipe .KV__image {
	width: 45%;
	display: table-cell;
	vertical-align: middle;
}
.modal_recipe .KV__image img {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
}
.modal_recipe .KV__desc {
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
}
.modal_recipe .KV__title,
.modal_recipe .ingredient__title,
.modal_recipe .howto__title {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
}
.modal_recipe .KV__title:before,
.modal_recipe .ingredient__title:before,
.modal_recipe .howto__title:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	content: "\f2e7";
	margin-right: 0.3em;
	color: #fc5614;
}
.modal_recipe .KV dl {
	margin-top: 1em;
	letter-spacing: -0.45em;
	font-size: 0.9em;
}
.modal_recipe .KV dl dt,
.modal_recipe .KV dl dd {
	margin: 0.5em 0 0;
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	letter-spacing: normal;
}
.modal_recipe .ingredient {
	margin: 0 auto;
	padding: 2em 0;
	border-bottom: 2px solid #ccc;
	width: 90%;
}
.modal_recipe .ingredient__title span {
	font-size: 0.7em;
}
.modal_recipe .ingredient p {
	margin: 1em 0;
	font-size: 0.9em;
	font-weight: 700;
}
.modal_recipe .ingredient dl {
	letter-spacing: -0.45em;
	font-size: 0.9em;
}
.modal_recipe .ingredient dl dt,
.modal_recipe .ingredient dl dd {
	margin: 0.3em 0;
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	letter-spacing: normal;
}
.modal_recipe .ingredient dl dt:before {
	content: "・";
	color: #fc5614;
}
.modal_recipe .howto {
	margin: 0 auto;
	padding: 2em 0;
	width: 90%;
	font-size: 0.9em;
}
.modal_recipe .howto__item {
	margin: 1em 0;
}
.modal_recipe .howto__item p {
	position: relative;
	padding-left: 2.5em;
}
.modal_recipe .howto__item__num {
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	border-radius: 2em;
	color: #fff;
	background: #fc5614;
	position: absolute;
	top: 0;
	left: 0;
}
.modal_recipe .point {
	width: 90%;
	margin: 0 auto 3em;
	padding: 1em;
	border: 2px solid #fc5614;
	border-radius: 1em;
	background: #fffcce;
}
.modal_recipe .point h2 {
	margin-bottom: 1em;
	color: #fc5614;
	font-size: 1.2em;
	font-weight: bold;
}
.modal_recipe .point ol {
	font-size: 0.9em;
	line-height: 1.5;
	margin-left: 1em;
}
.modal_recipe .point ol li + li {
	margin-top: 0.5em;
}
.modal_recipe .btn {
	margin: 2em 0;
	text-align: center;
}
.modal_recipe .btn__close {
	margin: 0 auto;
	padding: 1em;
	width: 8em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 0.5em;
	background: #fc5614;
}
.modal_recipe .KV__title .caption {
	font-weight: 500;
	font-size: 0.6em;
	font-weight: bold;
}
.modal_recipe .howto__item__num.textinline {
	margin: 0 0.2em;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
}
.modal_recipe .tx-s {
	font-size: 0.7em;
}
.modal_recipe .tx-red {
	color: #fc5614;
}
.modal_recipe .u-mt10 {
	margin-top: 1em;
}

@media only screen and (max-width: 767px) {
	.modal_recipe .content {
		width: 100%;
		height: 80%;
		top: 10%;
		left: 0;
		font-size: 16px;
	}
}

/* ------------------------------
* 98.その他
* ------------------------------ */
/* トップページ */
.newsStore.newsStorePt0 {
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.newsStore.newsStorePt0 {
		padding-top: 0;
	}
}
.topService.topServiceMt0 {
	margin-top: 0;
}

/* ------------------------------
* 99.汎用スタイル
* ------------------------------ */
/* リスト カウント */
.frontWrap .list_dropcap {
	margin-left: calc(18px + 1rem);
}
.frontWrap .list_dropcap li {
	list-style-type: decimal;
	list-style-position: outside;
}
.frontWrap .list_dropcap li + li {
	margin-top: 8px;
}
.frontWrap .list_dropcap li::marker {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

/* テーブル */
.frontWrap .frontTable td,
.frontWrap .frontTable th,
.frontWrap .frontTableYoko td,
.frontWrap .frontTableYoko th {
	padding: 8px 16px;
	border: 1px solid #ccc;
}
.frontWrap .frontTable td,
.frontWrap .frontTableYoko td {
	vertical-align: middle;
}
.frontWrap .frontTable th {
	vertical-align: middle;
	background-color: #f6f6f6;
	border-bottom-width: 2px;
}
.frontWrap .frontTableYoko th {
	background-color: #f6f6f6;
	border-right-width: 2px;
}
@media only screen and (max-width: 767px) {
	.frontWrap .frontTable td,
	.frontWrap .frontTable th,
	.frontWrap .frontTableYoko td,
	.frontWrap .frontTableYoko th {
		padding: 4px 8px;
	}
}

/* レイアウト */
.flex_order1 {
	order: 1;
}
.flex_order2 {
	order: 2;
}
.flex_order3 {
	order: 3;
}
.flex_order4 {
	order: 4;
}
.flex_order5 {
	order: 5;
}
.wid10 {
	width: 10%;
}
.wid20 {
	width: 20%;
}
.wid25 {
	width: 25%;
}
.wid30 {
	width: 30%;
}
.wid33 {
	width: 33%;
}
.wid50 {
	width: 50%;
}
.wid66 {
	width: 66%;
}
.wid70 {
	width: 70%;
}
.wid75 {
	width: 75%;
}
.wid80 {
	width: 80%;
}
.wid100 {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.flex_order1sp {
		order: 1;
	}
	.flex_order2sp {
		order: 2;
	}
	.flex_order3sp {
		order: 3;
	}
	.flex_order4sp {
		order: 4;
	}
	.flex_order5sp {
		order: 5;
	}
	.wid10sp {
		width: 10%;
	}
	.wid20sp {
		width: 20%;
	}
	.wid25sp {
		width: 25%;
	}
	.wid30sp {
		width: 30%;
	}
	.wid33sp {
		width: 33%;
	}
	.wid50sp {
		width: 50%;
	}
	.wid66sp {
		width: 66%;
	}
	.wid70sp {
		width: 70%;
	}
	.wid75sp {
		width: 75%;
	}
	.wid80sp {
		width: 80%;
	}
	.wid100sp {
		width: 100%;
	}
}
.col1 {
	grid-template-columns: 1fr;
}
@media only screen and (max-width: 767px) {
	.col1sp {
		grid-template-columns: 1fr;
	}
}

/* ページ内メニュー */
.frontWrap .pageMenu {
	padding: 8px 16px;
	background-color: #f8f8f8;
	border-radius: 6px;
}
.frontWrap .pageMenu .pageMenu_ul li {
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 8px;
}
.frontWrap .pageMenu .pageMenu_ul li a {
	position: relative;
	padding-left: 14px;
}
.frontWrap .pageMenu.pageMenu_col1 .pageMenu_ul li {
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}
.frontWrap .pageMenu .pageMenu_ul li a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-weldcia);
	border-right: 2px solid var(--color-weldcia);
	transform: rotate(135deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}
.frontWrap.dax .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-dax);
}
.frontWrap.marue .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-marue);
}
.frontWrap.yodoya .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-yodoya);
}
.frontWrap.huku .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-huku);
}
.frontWrap.himawari .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-himawari);
}
.frontWrap.kokumin .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-kokumin);
}
.frontWrap.happy .pageMenu .pageMenu_ul li a::before {
	border-color: var(--color-happy);
}
@media only screen and (max-width: 767px) {
	.frontWrap .pageMenu {
		width: 100%;
		padding: 2px 12px;
	}
	.frontWrap .pageMenu .pageMenu_ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.frontWrap .pageMenu .pageMenu_ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 2px dotted #ccc;
	}
	.frontWrap .pageMenu .pageMenu_ul li:last-child {
		border-bottom: none;
	}
	.frontWrap .pageMenu .pageMenu_ul li a {
		display: block;
		padding: 12px 8px 12px 16px;
	}
	.frontWrap .pageMenu .pageMenu_ul li a::after {
		display: none;
	}
	.frontWrap .pageMenu.pageMenu_col1 .pageMenu_ul li {
		margin-bottom: 0;
	}
	.frontWrap .pageMenu .pageMenu_ul.pageMenu_col2 li {
		width: calc(50% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		border-bottom: none;
	}
	.frontWrap .pageMenu .pageMenu_ul.pageMenu_col3 li {
		width: calc(33.33% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		border-bottom: none;
	}
}

/* 日付リスト */
.frontWrap .dateBox {
	display: flex;
	flex-wrap: wrap;
}
.frontWrap .dateBox dt {
	width: 7.25em;
	padding: 8px;
	border-bottom: 2px dotted #ccc;
}
.frontWrap .dateBox dd {
	width: calc(100% - 8em);
	padding: 8px;
	border-bottom: 2px dotted #ccc;
}
@media only screen and (max-width: 767px) {
	.frontWrap .dateBox dt,
	.frontWrap .dateBox dd {
		padding: 4px;
	}
}

/* 条文リスト */
.rule_text {
	font-size: 15px;
	line-height: 1.75;
}
.rule_text ul li > ul {
	margin-left: 1em;
}
.rule_text li > .box {
	margin-top: 6px;
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.rule_text .txtlink {
	color: var(--color-weldcia);
	text-decoration: underline;
	transition: 0.2s;
}
.rule_text .txtlink:hover {
	opacity: 0.5;
}
.uiIndent > li,
.txtIndent {
	text-indent: -1em;
	padding-left: 1em;
}
.uiSpace > li + li {
	margin-top: 8px;
}
.uiNumbrackets {
	counter-reset: number 0;
}
.uiNumbrackets > li {
	position: relative;
	list-style-position: inside;
	padding-left: 2em;
}
.uiNumbrackets > li::before {
	counter-increment: number 1;
	display: marker;
	content: "(" counter(number) ") ";
	position: absolute;
	left: 0;
}
.uiDisc > li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
.uiNumAlpha > li {
	list-style-type: lower-roman;
	list-style-position: outside;
	margin-left: 1em;
}

/* ボックス */
.frontWrap .box_bg {
	padding: 16px;
	background-color: #f5f5f5;
	border-radius: 8px;
}
.frontWrap .box_border {
	padding: 16px;
	border-block-color: white;
	border: 1px solid #ccc;
	border-radius: 8px;
}
@media only screen and (max-width: 767px) {
	.frontWrap .box_bg {
		padding: 8px;
	}
	.frontWrap .box_border {
		padding: 8px;
	}
}

/* タグ */
.frontWrap .tag {
	padding: 1px 1em;
	color: white;
	background-color: #333;
	border-radius: 50px;
}

/* 文末省略 */
.frontWrap .lineClamp1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}
.frontWrap .lineClamp2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.frontWrap .lineClamp3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
@media only screen and (max-width: 767px) {
	.frontWrap .lineClamp1sp {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}
	.frontWrap .lineClamp2sp {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
	.frontWrap .lineClamp3sp {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}
}

/* 文章折り返し */
.textWrapping {
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}
