/* Interフォントの読み込みと日本語フォールバック */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

@media (min-width: 0em) and (max-width: 47.99em) {
	.bo-m-breadcrumb{ display: none; }	
}
#legal_reform {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth; /* スムーズスクロールを有効化 */
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
	color: #001c2b;
}

/* PC/SP切替 */
#legal_reform .pcOnly{
	display: block;
}
#legal_reform .spOnly{
	display: none;
}
#legal_reform .spOnly_425{
	display: none;
}

@media (min-width: 0em) and (max-width: 47.99em) {
	#legal_reform .pcOnly{
		display: none;
	}
	#legal_reform .spOnly{
		display: block;
	}
}
@media (min-width: 0em) and (max-width: 425px) {
	#legal_reform .spOnly_425{
		display: block;
	}
}

/* メインビジュアル */
.mv-area{
	position: relative;
}
.mv-bg{
	position: absolute;
    inset: 0;
    display: flex;
    z-index: 0;
}
.mv-bg-left{
	flex: 0 0 60%;
    background: url(/uploads/houkaisei/houkaisei_bg01.png) #fff repeat center center / 82px auto;
    opacity: 40%;
}
.mv-bg-right{
	flex: 1;
    background-color: #89c7d9;
}
.mv-txbox{
	width: 94%;
}
.mv-txbox h1{
	margin-bottom: 7%;
}
.mv-txbox h1 img:first-of-type{
    margin-bottom: 6%;
}
.mv-txbox .text-xs{
	line-height: 1.3rem;
	font-size: clamp(0.65rem, 1vw, 0.75rem);
}
.mv-image{
	max-width: 56%;
}
.mv-image-sp{
	display: none;
}
.mv-image img{
	width: 100%;
}
.mv-btn{
	width: 360px;
	position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
}
.mv-btn a{
	border: 2px solid #e33f16;
	width: 100%;
	display: block;
}
.mv-btn a:hover{
	color: #e33f16;
}
.hero-gradient {
    max-width: 1164px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

@media (min-width: 0em) and (max-width: 68.74em) {
	.mv-image-sp{
		display: block;
		background-color: #89c7d9;
	}
	.mv-image-sp img{
	    width: 80%;
		display: inline-block;
	}
	.mv-image{
		display: none;
	}
	.mv-bg-left {
		flex: none;
		background: url(/uploads/houkaisei/houkaisei_bg01.png) #fff repeat center center / 82px auto;
		opacity: 40%;
		width: 100%;
	}
	.mv-txbox{
		width: 60%;
		padding: 5% 0;
	}
	.mv-txbox h1{
		display: inline-block;
		margin-bottom: 4%;
	}
	.mv-txbox .text-xs{
		display: inline-block;
		line-height: 1.6;
		font-size: clamp(0.8rem, 2.5vw, 1rem);
	}

}
@media (min-width: 0em) and (max-width: 47.99em) {
	.mv-txbox{
		width: 90%;
		padding: 8% 0;
	}
}
@media (min-width: 0em) and (max-width: 425px) {
	.mv-btn{
		width: 280px;
		position: absolute;
		bottom: -47px;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

/* 別コンテンツ導線ボタン */
.contents-btn{
	position: relative;
}
.contents-btn:after {
    content: "";
    display: block;
    position: absolute;
	top: 50%;
    right: 12px;
    height: 11px;
    font-weight: 700;
    line-height: 1;
    margin: auto;
    width: 7px;
    background-image: url(/assets/img/global/icon-arrowhead-white.svg);
    background-size: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* タブのスタイル */
.tab-button {
	transition: all 0.3s ease;
}
/* タブ必要時ON */
/*.tab-button.active {
	border-color: #00aaeb;
	color: #00aaeb;
	background-color: #e0f8ff;
}*/
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}

/* フィルターボタンのスタイル */
.filter-btn {
	background-color: #f3f4f6;
	color: #4b5563;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 9999px;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.filter-btn:hover {
	background-color: #e5e7eb;
}
.filter-btn.active {
	background-color: #e0f8ff;
	color: #008bc5;
	border-color: #00aaeb;
}

/* 強調するリスク表記 */
.risk-highlight {
	background-color: #fffbeb; /* 黄色みがかった背景 */
	border-left: 4px solid #f59e0b; /* 警告色のボーダー */
	padding: 12px 16px;
	border-radius: 8px;
}

/* undraw.co風 SVGアイコンのサイズ調整 */
.undraw-icon {
	width: 64px;
	height: 64px;
	margin-bottom: 1rem;
}
.undraw-icon-large {
	width: 80px;
	height: 80px;
	margin-bottom: 1.5rem;
}

/* アンカーリンク用のオフセット */
[id^="month-"] {
	scroll-margin-top: 100px; /* ヘッダーの高さ分（約80px + マージン） */
}

/* 法改正アイテムの表示・非表示 */
.legal-item {
	display: block;
}
.legal-item.hidden {
	display: none;
}
@media (min-width: 0em) and (max-width: 47.99em) {
    .legal-item.p-8 {
        padding: 1.6rem!important;
    }
    .legal-item .bg-gray-50.p-8 {
        padding: 1rem!important;
    }

}

/* 月別ジャンプリンク */
.month-jump-links {
	display: block;
}
.month-jump-links.hidden {
	display: none;
}
#tab-timeline .fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff; /* 必要であれば */
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  z-index: 999;
  transition: top 0.2s;
}
#sticky-target.fixed {
	left: 50%;
    max-width: 1104px!important;
    transform: translateX(-50%);
    width: 100%!important;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}
::after, ::before {
    --tw-content: ''
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}
a {
    color: inherit;
    text-decoration: inherit
}
b, strong {
    font-weight: bolder
}
code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}
button, select {
    text-transform: none
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}
:-moz-focusring {
    outline: auto
}
:-moz-ui-invalid {
    box-shadow: none
}
progress {
    vertical-align: baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
summary {
    display: list-item
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}
fieldset {
    margin: 0;
    padding: 0
}
legend {
    padding: 0
}
menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}
dialog {
    padding: 0
}
textarea {
    resize: vertical
}
input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}
[role=button], button {
    cursor: pointer
}
:disabled {
    cursor: default
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}
img, video {
    max-width: 100%;
    height: auto
}
[hidden]:where(:not([hidden=until-found])) {
    display: none
}
.container {
    width: 100%
}
@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}
.sticky {
    position: sticky
}
.top-0 {
    top: 0px
}
.top-\[80px\] {
    top: 80px
}
.z-40 {
    z-index: 40
}
.z-50 {
    z-index: 50
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.mb-1 {
    margin-bottom: 0.25rem
}
.mb-10 {
    margin-bottom: 2.5rem
}
.mb-2 {
    margin-bottom: 0.5rem
}
.mb-3 {
    margin-bottom: 0.75rem
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.mb-8 {
    margin-bottom: 2rem
}
.ml-1 {
    margin-left: 0.25rem
}
.ml-2 {
    margin-left: 0.5rem
}
.ml-4 {
    margin-left: 1rem
}
.mr-1 {
    margin-right: 0.25rem
}
.mr-2 {
    margin-right: 0.5rem
}
.mr-3 {
    margin-right: 0.75rem
}
.mr-4 {
    margin-right: 1rem
}
.mt-10 {
    margin-top: 2.5rem
}
.mt-12 {
    margin-top: 3rem
}
.mt-3 {
    margin-top: 0.75rem
}
.mt-4 {
    margin-top: 1rem
}
.mt-6 {
    margin-top: 1.5rem
}
.mt-8 {
    margin-top: 2rem
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.flex {
    display: flex
}
.grid {
    display: grid
}
.h-8 {
    height: 2rem
}
.w-16 {
    width: 4rem
}
.w-auto {
    width: auto
}
.w-full {
    width: 100%
}
.max-w-2xl {
    max-width: 42rem
}
.max-w-3xl {
    max-width: 48rem
}
.max-w-4xl {
    max-width: 56rem
}
.max-w-5xl {
    max-width: 64rem
}
.max-w-6xl {
    max-width: 72rem
}
.flex-1 {
    flex: 1 1 0%
}
.shrink-0 {
    flex-shrink: 0
}
.flex-grow {
    flex-grow: 1;
	line-height: 1.4rem;
}
.list-inside {
    list-style-position: inside;
	text-indent: -1em;
    padding-left: 1em;
}
.list-disc {
    list-style-type: disc
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.items-start {
    align-items: flex-start
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-2 {
    gap: 0.5rem
}
.gap-3 {
    gap: 0.75rem
}
.gap-8 {
    gap: 2rem
}
.gap-x-6 {
    column-gap: 1.5rem
}
.gap-x-8 {
    column-gap: 2rem
}
.gap-y-2 {
    row-gap: 0.5rem
}
.gap-y-6 {
    row-gap: 1.5rem
}
.space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}
.space-y-12> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}
.self-center {
    align-self: center
}
.rounded-2xl {
    border-radius: 1rem
}
.rounded-full {
    border-radius: 9999px
}
.rounded-lg {
    border-radius: 0.5rem
}
.rounded-xl {
    border-radius: 0.75rem
}
.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
	border-radius: 8px;
}
.border {
    border-width: 1px
}
.border-b {
    border-bottom-width: 1px
}
.border-b-4 {
    border-bottom-width: 4px
}
.border-l-4 {
    border-left-width: 4px
}
.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1))
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}
.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1))
}
.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1))
}
.border-transparent {
    border-color: transparent
}
.bg-\[\#00aaeb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 170 235 / var(--tw-bg-opacity, 1))
}
.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 62 75 / var(--tw-bg-opacity, 1))
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 28 43 / var(--tw-bg-opacity, 1))
}
.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
}
.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(227 63 22 / var(--tw-bg-opacity, 1))
}
.bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1))
}
.bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1))
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.p-4 {
    padding: 1rem
}
.p-6 {
    padding: 1.5rem
}
.p-8 {
    padding: 2rem
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}
.h-100{
	height: 100%;
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.text-2xl {
		font-size: clamp(1.3rem, 3.3vw, 1.5rem);
		line-height: 1.9rem;
	}
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 3rem;
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.text-3xl {
		font-size: clamp(1.5rem, 4vw, 1.875rem);
        line-height: 2.3rem;
	}
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.text-xl {
		font-size: clamp(1.1rem, 2.7vw, 1.25rem);
		line-height: 1.7rem;
	}
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}
.font-bold {
    font-weight: 700
}
.font-semibold {
    font-weight: 600
}
.leading-relaxed {
    line-height: 1.625
}
.leading-tight {
    line-height: 1.25
}
.text-\[\#008bc5\] {
    --tw-text-opacity: 1;
    color: rgb(0 139 197 / var(--tw-text-opacity, 1))
}
.text-\[\#00aaeb\] {
    --tw-text-opacity: 1;
    color: rgb(0 170 235 / var(--tw-text-opacity, 1))
}
.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1))
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1))
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}
.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1))
}
.text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1))
}
.opacity-50 {
    opacity: 0.5
}
.opacity-70 {
    opacity: 0.7
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.duration-300 {
    transition-duration: 300ms
}
.hover\:border-\[\#00aaeb\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 170 235 / var(--tw-border-opacity, 1))
}
.hover\:bg-\[\#0099d4\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 153 212 / var(--tw-bg-opacity, 1))
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
}
.hover\:text-\[\#00aaeb\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 170 235 / var(--tw-text-opacity, 1))
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.group:hover .group-hover\:text-\[\#00aaeb\] {
    --tw-text-opacity: 1;
    color: rgb(0 170 235 / var(--tw-text-opacity, 1))
}
.group:hover .group-hover\:underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
@media (min-width: 768px) {
    .md\:hidden {
        display: none
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .md\:text-right {
        text-align: right
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}
