<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--- ヘッダーメニュー ---*/

.header_nav {
	height: 90px;
	position: sticky;
	top: 0;
	z-index: 3;
}

.header_nav a {
	display: block;
	transition: .3s;
}

.header_nav a:hover,
.header_nav a.on {
	color: #444;
	opacity: 0.3;
}

.header_nav &gt; div {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.header_nav .top_menu {
	background: #f5f5f5;
	text-align: center;
	position: relative;
	z-index: 4;
	padding: 8px;
}

.header_nav .top_menu a {
	position: relative;
}

.header_nav .top_menu a::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.header_nav .main {
	height: 60px;
	display: flex;
	align-items: center;
	gap: 40px;
	background: #fff;
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
}

.header_nav .main &gt; ul {
	display: flex;
	gap: 0 40px;
	background: #fff;
}

.header_nav .main &gt; ul &gt; li {
	width: min-content;
	position: relative;
}

.header_nav .main &gt; ul &gt; li &gt; a {
	height: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	position: relative;
}

.header_nav .sp_btn {
	display: none;
}

/*--- ヘッダーメニューここまで ---*/


#container {
	color: #333;
}

#menuresp li a {
	color: #333 !important;
}

.fixed_btn color: #000;
background: #ffe333;
}

.fixed_btn:hover {
	color: #000;
}

.fixed_btn::after,
.fixed_btn_mitumori::after {
	right: 10px;
}

.title_green {
	text-align: center;
	position: relative;
}

.title_green::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #239265;
	position: absolute;
	bottom: 70%;
	right: 0;
}

.title_green h2 {
	display: inline-block;
	color: #239265;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	background: #fff;
	position: relative;
	padding: 0 20px;
	margin: 0 0 30px;
	z-index: 1;
}

h3 {
	line-height: 1.5;
	margin: 0 0 10px;
}

.hero_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	background-image: linear-gradient(90deg, #086daf 25%, #049598 90%);
	background-repeat: no-repeat;
	background-size: cover;
}

.hero_box {
	width: 100%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.hero_box div {
	display: flex;
	flex-flow: column;
}

.hero_box div:nth-child(1) {
	justify-content: center;
}

.hero_box div:nth-child(2) {
	justify-content: flex-end;
	align-items: center;
}

.hero_box h1 {
	width: fit-content;
	font-size: 3rem;
	text-align: right;
	line-height: 1.5;
	text-shadow: 3px 5px 5px rgb(0 0 0 / 50%);
	margin: 0 auto 20px;
}

.hero_box h1 span {
	font-size: 2.2rem;
}

.hero_box p {
	width: 100%;
	max-width: 350px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #333;
	padding: 10px;
	margin: 0 auto;
}

.hero_box p span {
	font-size: 2.6rem;
}

.hero_box img {
	width: 100%;
	max-width: 300px;
}

.hero_banner {
	position: relative;
}

.hero_banner::after {
	/*230307 content: '';*/
	width: 146px;
	height: 100px;
	background: url(/lp/hojokin/images/hero_hojokin_banner.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 30px;
	right: -10px;
}

.hero_banner::before {
	content: '';
	width: 154px;
	height: 60px;
	background: url(/assets/img/logo/invoice_taiou_yoko_logo.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 15px;
	right: -15px;
	z-index: 2;
}

.koushiki_link {
	text-align: center;
}

.koushiki_link a {
	color: #239265;
	position: relative;
	transition: .3s;
}

.koushiki_link a:hover {
	opacity: 0.3;
}

.hojyoritu_box {
	width: 100%;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px;
}

.hojyoritu_box &gt; div {
	width: calc(90%/1);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	border-radius: 10px;
	background: #fff;
	position: relative;
}

.hojyoritu_box &gt; div &gt; p:nth-of-type(1) {
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	min-height: 70px;
	font-weight: bold;
	background: #d8ead2;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	text-align:center;
}

.hojyoritu_box &gt; div &gt; div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	padding: 10px 20px;
}

.hojyoritu_box &gt; div &gt; div img {
	width: 100%;
	object-fit: contain;
	margin: 0 0 10px;
}

.hojyoritu_box &gt; div:nth-of-type(1) &gt; div img {
	max-width: 200px;
}

.hojyoritu_box &gt; div:nth-of-type(2) &gt; div img {
	max-width: 100%;
}

.hojyoritu_box &gt; div:nth-of-type(3) &gt; div img {
	max-width: 130px;
}

.hojyoritu_box &gt; div &gt; div:nth-of-type(1) p {
	font-size: 1.6rem;
	line-height: 1.2;
}

.hojyoritu_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) p:nth-of-type(2) {
	color: #ff0000;
	font-size: 1.6rem;
}

.hojyoritu_box &gt; div &gt; div:nth-of-type(2) {
	width: 70px;
	height: 70px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #0070c0;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -10px;
}

.hojyoritu_box &gt; div &gt; div:nth-of-type(2) p {
	font-size: 1.2rem;
	line-height: 1.2;
}

.hojyoritu_box &gt; div &gt; div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: bold;
}

.hojyoritu_box &gt; div &gt; div:nth-of-type(2) p:nth-of-type(3) {
	font-size: 1.0rem;
}

.hojyoritu_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; p:nth-of-type(1) {
	margin: 0 0 20px;
}

.hojyoritu_box + p {
	width: fit-content;
	display: block;
	font-size: 2.6rem;
	text-align: center;
	background: linear-gradient(transparent 60%, #fff293 50%);
	padding: 0 5px 5px;
	margin: 0 auto 10px;
}

.hojyoritu_box + p span {
	color: #ff0000;
	font-size: 4rem;
}

.possoft_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 60px;
	margin: 0 0 30px;
}

.possoft_box &gt; div &gt; p {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 10px;
}

.possoft_box &gt; div &gt; img {
	width: 100%;
	height: 40px;
	object-fit: contain;
	margin: 0 0 20px;
}

.possoft_box &gt; div:nth-of-type(2) {
	min-width: 330px;
}

.possoft_box &gt; div &gt; div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	gap: 10px 20px;
	margin: 0 0 20px;
}

.possoft_box &gt; div &gt; div:nth-of-type(1) &gt; div dl {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	line-height: 1.5;
	margin: 0 0 0 1em;
}

.possoft_box &gt; div &gt; div:nth-of-type(1) &gt; div dl:nth-of-type(2) dd {
	color: #ff0000;
	font-size: 1.6rem;
	font-weight: bold;
}

.possoft_box &gt; div &gt; div:nth-of-type(2) {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(130px, 150px));
	gap: 30px;
	text-align: center;
}

.possoft_box &gt; div &gt; div:nth-of-type(2) &gt; p {
	border-radius: 10px;
	padding: 0 10px;
}

.possoft_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; p {
	border: 1px solid #239265;
}

.possoft_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; p {
	border: 1px solid #0070c0;
	;
}

.posregi_box &gt; div,
.rearegi_box &gt; div {
	max-width: 700px;
	margin: 0 auto 50px;
}

.posregi_box &gt; div:last-of-type,
.rearegi_box &gt; div:last-of-type {
	margin: 0 auto;
}

.posregi_box &gt; div &gt; p,
.rearegi_box &gt; div &gt; p {
	margin: 0 0 20px;
}

.posregi_box &gt; div &gt; div:nth-of-type(1),
.rearegi_box &gt; div &gt; div:nth-of-type(1) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	margin: 0 0 10px;
}

.posregi_box &gt; div &gt; div:nth-of-type(1) p:nth-of-type(1) {
	min-width: 140px;
	text-align: center;
	border: 1px solid #239265;
	border-radius: 10px;
	padding: 0 10px;
}

.posregi_box &gt; div &gt; div:nth-of-type(1) p:nth-of-type(2),
.rearegi_box &gt; div &gt; div:nth-of-type(1) p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.posregi_box &gt; div &gt; div:nth-of-type(1) img,
.rearegi_box &gt; div &gt; div:nth-of-type(1) img {
	width: 100%;
	max-width: 100px;
	object-fit: contain;
}

.posregi_box &gt; div &gt; div:nth-of-type(2),
.rearegi_box &gt; div &gt; div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px 30px;
}

.posregi_box &gt; div:nth-of-type(3) &gt; div:nth-of-type(2) {
	margin: 0 0 10px;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2),
.rearegi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
	min-width: 260px;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) img,
.rearegi_box &gt; div &gt; div:nth-of-type(2) img {
	width: 250px;
	max-height: 150px;
	object-fit: contain;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) dl,
.rearegi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) dl {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	line-height: 1.5;
	margin: 0 0 0 1em;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) p,
.rearegi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) p {
	font-weight: bold;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) p span,
.rearegi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) p span {
	font-size: 1.1rem;
	font-weight: normal;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) dl:nth-of-type(2) {
	margin: 0 0 10px 1em;
}

.posregi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) dl:nth-of-type(even) dd,
.rearegi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) dl:nth-of-type(even) dd {
	color: #ff0000;
	font-size: 1.6rem;
	font-weight: bold;
}

.posregi_box &gt; div &gt; div:nth-of-type(1) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	margin: 0 0 10px;
}

.rearegi_box &gt; div &gt; div:nth-of-type(1) h2 {
	min-width: 140px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #0070c0;
	border-radius: 10px;
	padding: 2px 10px;
}

.rearegi_box &gt; div &gt; div:nth-of-type(2) img {
	margin: 0 0 10px;
}

.rearegi_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) p {
	text-align: center;
}

.hontai_box {
	max-width: 700px;
	border: 1px solid #239265;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
}

.hontai_box h2 {
	font-size: 2rem;
	margin: 0 0 10px;
}

.hontai_box &gt; p {
	margin: 0 0 20px;
}

.hontai_box &gt; div {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
	gap: 30px;
	text-align: center;
}

.hontai_box &gt; div &gt; div p:nth-of-type(1) {
	margin: 0 0 10px;
}

.hontai_box &gt; div &gt; div img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	margin: 0 0 10px;
}

.option_box h3 {
	font-size: 1.6rem;
	text-align: center;
}

.option_box &gt; div {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 300px);
	gap: 30px 25px;
}

.option_box &gt; div &gt; div img {
	width: 200px;
	height: 100px;
	object-fit: contain;
}

.option_box &gt; div &gt; div:nth-of-type(n+2) img {
	height: 80px;
}

.option_box &gt; div &gt; div &gt; div:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin: 0 0 10px;
}

.option_box &gt; div &gt; div &gt; div:nth-of-type(2) {
	font-size: 1.2rem;
}

.option_box &gt; div &gt; div:nth-of-type(n+2) &gt; div:nth-of-type(2) {
	width: 210px;
	margin: 0 auto;
}

.option_box &gt; div &gt; div &gt; div:nth-of-type(2) &gt; p {
	font-weight: bold;
}

.option_box &gt; div &gt; div &gt; div:nth-of-type(2) &gt; dl {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	line-height: 1.5;
	margin: 0 0 0 1em;
}

.option_box &gt; div &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; dl:nth-of-type(n+2) dt {
	width: 193px;
	text-align: left;
}

.option_box &gt; div &gt; div:nth-of-type(-n+2) &gt; div:nth-of-type(2) &gt; dl:nth-of-type(3) dd,
.option_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; dl:nth-of-type(2) dd {
	color: #ff0000;
	font-size: 1.6rem;
	font-weight: bold;
}

.invoice_box {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 0px;
}

.invoice_box img {
	width: 15%;
}

.invoice_box p {
	width: 80%;
}

.chain_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 0 20px;
}

.chain_box h3 {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}

.chain_box &gt; div:nth-of-type(1) {
	width: 30%;
	text-align: center;
}

.chain_box &gt; div:nth-of-type(2) {
	width: 65%;
}

.chain_box &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) {
	margin: 0 0 20px;
}

.chain_box &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) span {
	font-size: 1.2rem;
	vertical-align: super;
}

.chain_box &gt; div:nth-of-type(2) &gt; p:nth-of-type(2) {
	font-size: 1.1rem;
	text-align: right;
	line-height: 1.5;
}

.chain_box img {
	width: 100%;
	max-width: 220px;
}

.dounyu_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}

.dounyu_box &gt; div:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.dounyu_box &gt; div:nth-of-type(1) &gt; div {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: calc(92%/3);
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
}

.dounyu_box &gt; div:nth-of-type(1) &gt; div p {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	background: #F2FBFF/*#d8ead2*/;
	border-radius: 10px 10px 0 0;
	padding: 5px;
}

.dounyu_box &gt; div:nth-of-type(1) &gt; div &gt; div {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	height: 110px;
	margin: 20px;
}

.dounyu_box &gt; div:nth-of-type(1) &gt; div &gt; div img {
	width: 100%;
	max-width: 130px;
	height: 100%;
	object-fit: contain;
}

.dounyu_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; div img:nth-of-type(1) {
	height: 23px;
}

.dounyu_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; div img:nth-of-type(2) {
	height: 30px;
}

.dounyu_box &gt; div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 48%;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
}

.dounyu_box &gt; div:nth-of-type(2) &gt; p {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	background: #efefef;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}

.dounyu_box &gt; div:nth-of-type(2) &gt; div {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 75px);
	align-items: center;
	justify-content: center;
	gap: 20px 10px;
	padding: 0 10px;
	margin: 20px;
}

.dounyu_box &gt; div:nth-of-type(2) &gt; div img {
	width: 100%;
	max-width: 100px;
	max-height: 30px;
	object-fit: contain;
}

.dounyu_box &gt; div:nth-of-type(2) &gt; div img.h_20 {
	max-height: 20px;
}

.hojokin_table th,
.schedule_table th {
	background: #d8ead2;
}

.hojokin_table {
	width: 100%;
	max-width: 700px;
	overflow-x: scroll;
	margin: 0 auto 20px;
}

.hojokin_table table {
	position: relative;
	width: 700px;
	text-align: center;
	line-height: 1.5;
	border-collapse: collapse;
	margin: 0 auto;
}

.hojokin_table table.absolute {
	position: absolute;
	width: 82px;
	min-width: 82px;
	z-index: 1;
}

.hojokin_table table.absolute tr:nth-child(2),
.hojokin_table table.absolute tr:nth-child(3),
.hojokin_table table.absolute tr:nth-child(4),
.hojokin_table table.absolute tr:nth-child(5),
.hojokin_table table.absolute tr:nth-child(6) {
	border-bottom: 1px solid #333;
}

.hojokin_table table.absolute tr:nth-child(3) {
	height: 147px;
}

.hojokin_table table.absolute tr:nth-child(4) {
	height: 42px;
}

.hojokin_table table.absolute tr:nth-child(5) {
	height: 84px;
}

.hojokin_table table:last-of-type tr:nth-of-type(1) th:last-of-type {
	width: 30%;
}

.hojokin_table table div {
	text-align: left;
}

.hojokin_table .bg_green {
	color: #fff;
	background: #239265;
	border-right: 1px solid #fff;
}

.hojokin_table .bg_gray {
	border-bottom: 1px solid #333;
}

.hojokin_table .bg_white {
	color: #fff;
	background: #fff;
	border-bottom: 1px solid #333;
}

.hojokin_table th,
.hojokin_table td {
	padding: 10px;
}

.hojokin_table td {
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.hojokin_table td.no_left {
	border-left: none;
}

.hojokin_table th {
	white-space: nowrap;
}

.hojokin_table ul li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 2.1rem;
}

.hojokin_table ul li::before {
	content: "("counter(cnt) ") ";
	margin-left: -2.1rem;
}

/* 2409追記 */
.hojokin_table2 th,
.schedule_table th {
	background: #d8ead2;
}

.hojokin_table2 {
	width: 100%;
	/* max-width: 700px; */
	overflow-x: scroll;
	margin: 0 auto 20px;
	max-height: 500px;
	position: relative;
}

.hojokin_table2 table {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	border-collapse: collapse;
	margin: 0 auto;
}

.hojokin_table2 table.absolute {
	position: absolute;
	width: 82px;
	min-width: 82px;
	z-index: 1;
}



.hojokin_table2 table.absolute tr:nth-child(2),
.hojokin_table2 table.absolute tr:nth-child(3),
.hojokin_table2 table.absolute tr:nth-child(4),
.hojokin_table2 table.absolute tr:nth-child(5),
.hojokin_table2 table.absolute tr:nth-child(6) {
	border-bottom: 1px solid #333;
}

.hojokin_table2 table.absolute tr:nth-child(3) {
	height: 147px;
}

.hojokin_table2 table.absolute tr:nth-child(4) {
	height: 42px;
}

.hojokin_table2 table.absolute tr:nth-child(5) {
	height: 84px;
}

.hojokin_table2 table:last-of-type th:nth-of-type(1) {
	width: 63%;

}
.hojokin_table2 table:last-of-type th:nth-of-type(2) {
	width: 45%;
}
.hojokin_table2 table:last-of-type td:nth-of-type(2) {
font-size: 12px;
}

.hojokin_table2 table div {
	text-align: left;
}

.hojokin_table2 a{
	text-align: left;
	/* background: rgb(32, 94, 175); */
	color: #0070c0;
	padding: 6px 10px;

	border-radius: 5px;
	font-size: 12px;
	text-decoration: underline;
	font-weight:600;
	/* box-shadow: 1px 1px 2px 1px rgba(0, 0, 255, .2); */
}

.hojokin_table2 a:hover{
opacity: 0.7;
}

.hojokin_table2 .bg_green {
	padding: 14px 10px;
	color: #fff;
	font-weight: 400;
	background: #239265;
	border-right: 1px solid #fff;
	position:sticky;
	top: 0;
}



.hojokin_table2 .bg_gray {
	border-bottom: 1px solid #333;
}

.hojokin_table2 .bg_white {
	color: #fff;
	background: #fff;
	border-bottom: 1px solid #333;
}

.hojokin_table2 th {
    padding: 8px 10px;
	position:sticky;
	top: 49px;
}
.hojokin_table2 td {
    padding: 14px 10px;
}

.hojokin_table2 td {
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.hojokin_table2 td.left {
text-align: left!important;
}

.hojokin_table2 td.no_left {
	border-left: none;
}

.hojokin_table2 td.all {
background-color: rgb(250 255 232);
font-size: 14px!important;
}

.hojokin_table2 th {
	white-space: nowrap;
}

.hojokin_table2 ul li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 2.1rem;
}

.hojokin_table2 ul li::before {
	content: "("counter(cnt) ") ";
	margin-left: -2.1rem;
}

.schedule_table table {
	line-height: 1.5;
	border-collapse: collapse;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 0 auto 30px auto;
}

.schedule_table th,
.schedule_table td {
	border-right: 1px solid;
	padding: 20px 40px;
}

.schedule_table tr:nth-child(odd) {
	background: #efefef;
}

.schedule_table p {
	width: fit-content;
	margin: 0 auto;
}

.schedule_table .no_border {
	border: none;
}

.nagare_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.nagare_title a.nagare_btn {
	display: block;
	cursor: pointer;
	transition: .3s;
}

.nagare_title a.nagare_btn:hover,
.nagare_title a.nagare_btn:hover h3::after {
	color: #09f;
}

.nagare_title a.nagare_btn h3 {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
}

.nagare_title a.nagare_btn h3::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-size: 5rem;
	color: #bbb;
	line-height: 0;
	font-weight: 900;
	margin: 0 0 0 30px;
	transition: .3s;
}

.nagare_title a.nagare_btn.active h3::after {
	transform: rotate(180deg);
}

.nagare_box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	transition: .3s;
}

.nagare_box.active {
	height: 100%;
	opacity: 1;
	padding: 20px 0 0;
}

.nagare_box a,
.nagare_title &gt; div:nth-of-type(1) a,
.list_dairiten a,
.link_window {
	color: #239265;
	border-bottom: 1px solid;
	cursor: pointer;
	position: relative;
	transition: .3s;
}

.nagare_box a:hover,
.nagare_title &gt; div:nth-of-type(1) a:hover,
.list_dairiten a:hover,
.link_window:hover {
	color: #239265;
	opacity: 0.3;
}

.koushiki_link a::after,
.link_window::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.list_dairiten {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
	max-width: 750px;
	margin: 30px auto 10px;
}

.acd_btn {
	cursor: pointer;
	transition: .3s;
}

.acd_btn:hover,
.acd_btn:hover h3::after {
	color: #09f;
}

.acd_btn h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0;
}

.acd_btn h3::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-size: 5rem;
	color: #bbb;
	line-height: 0;
	font-weight: 900;
	transition: .3s;
}

.acd_btn.active h3::after {
	transform: rotate(180deg);
}

.acd_btn + .acd_box {
	height: 0;
	display: flex;
	align-items: center;
	gap: 30px 20px;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	transition: .3s;
}

.acd_btn.active + .acd_box {
	height: 100%;
	opacity: 1;
	padding: 20px 0 0;
}

.acd_text {
	cursor: pointer;
}

.acd_text_box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	transition: .3s;
}

.acd_text_box.active {
	height: auto;
	opacity: 1;
	padding: 10px 0 0;
}

footer {
	margin: 0 0 30px;
}

.no_wrap {
	white-space: nowrap;
}

.title_yellow_line {
	font-size: 3rem;
	position: relative;
	text-align: center;
	line-height: 1.5;
	padding: 0 0 15px 0;
}

.title_yellow_line:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: calc(50% - 60px);
	width: 120px;
	height: 10px;
	border-radius: 5px;
	background: #ffe333;
}

.title_green_bg {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #239265;
	padding: 20px;
	margin: 3px 0 0;
}

.title_navy_bg {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #181F2C;
	padding: 20px;
	margin: 3px 0 0;
}

.title_black {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

.title_black_line {
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin: 0 0 40px;
}

.title_black_line::after {
	content: '';
	position: absolute;
	background: #333;
	bottom: -15px;
	left: calc(50% - 45px);
	width: 90px;
	height: 3px;
	border-radius: 5px;
}

.title_blue_dot {
	font-size: 2rem;
	line-height: 1.5;
	border-bottom: 2px dotted #0070c0;
	padding: 0 0 2px;
	margin: 0 0 20px;
}

.text_red {
	color: #da020f;
}

.common_box {
	width: fit-content;
	margin: 0 auto;
}

.w_middle_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.white_box_full {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 20px 30px;
	margin: 0 auto;
}

.white_box {
	max-width: 800px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 20px 40px;
	margin: 0 auto;
}

.bg_gray {
	background: #efefef;
}
.bg_gray_pt35 {
	padding-top:35px !important;
	background: #efefef;
}

.triangle_gray {
	position: relative;
	padding: 15px 0 30px;
	margin: 0 0 30px;
}

.triangle_gray::after {
	content: "";
	position: absolute;
	bottom: -60px;
	right: 50%;
	border: 35px solid transparent;
	transform: rotate(90deg);
	margin: 0 -40px 0 0;
}

.triangle_gray::after {
	border-left: 40px solid #efefef;
}

.mainte_box {
	max-width: 700px;
	border: 2px solid #ff0000;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto 30px;
}

.mainte_box &gt; p:nth-of-type(1) {
	color: #ff0000;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

footer p {
	color: #666;
	font-size: 1.2rem;
	text-align: center;
}

.btn_orange,
.btn_orangeJump{
	max-width: 850px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #D9534F/*e35b3b*/;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	margin: 0 auto;
	transition: 0.3s;
}
.btn_orange:hover,
.btn_orangeJump:hover {
	color: #fff;
	opacity: 0.3;
}

.btn_orange::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	top: 50%;
	right: 15px;
	margin: 0 0 0 10px;
}
.btn_orangeJump::after {
	content:"\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	top: 50%;
	right: 15px;
	margin: 0 0 0 10px;
}
.btn_gray,
.btn_green {
	display: block;
	max-width: 300px;
	text-align: center;
	border-radius: 23px;
	padding: 15px 20px;
	margin: 0 auto;
	transition: 0.3s;
}

.btn_gray {
	background: #bbb;
}

.btn_green {
	background: #d8ead2;
}

.btn_gray:hover,
.btn_green:hover {
	color: #333;
	opacity: 0.3;
}

.btn_yellow {
	width: 100%;
	max-width: 300px;
	display: block;
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	background: #ffe333;
	border-radius: 5px;
	position: relative;
	padding: 15px 20px;
	transition: 0.3s;
}

.btn_yellow span {
	font-size: 1.2rem;
}

.btn_yellow:hover {
	color: #000;
	opacity: 0.3;
}

.btn_yellow::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -8px 0 0;
}

a.list {
	transition: 0.3s;
}

a.list:hover {
	opacity: 0.3;
}

.text_indent_all {
	padding-left: 2rem;
}

.link_text {
	color: #239265;
	transition: .3s;
}

.link_text:hover {
	color: #239265;
	opacity: 0.3;
}

/*----- メールフォーム -----*/

.form_box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 40px;
	margin: 0 auto;
}

.form_title h2 {
	color: #0A5F75;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

.form_box h3 {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 10px;
}

.form_box h3 + div {
	color: #ff0000;
	text-align: center;
	margin: 0 0 30px;
}

.form_box table {
	margin: 0 0 30px;
}

.form_box table tr th,
.form_box table tr td {
	width: auto;
	text-align: left;
	font-weight: normal;
	border: 0;
	padding: 20px 0;
}

.form_box table tr th {
	width: 30%;
}

.form_box table tr th span {
	color: #fff;
	background: #00843f;
	border-radius: 5px;
	padding: 5px;
	margin: 0 10px 0 0;
}

.form_box label {
	line-height: 1.5;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box input.short {
	max-width: 200px;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
}

.form_box p.error_messe {
	color: #ff0000;
}

.form_box &gt; p.front {
	text-align: center;
	margin: 0 0 30px;
}

.form_box &gt; p input {
	display: block;
	width: 100%;
	max-width: 300px;
	font-size: 2rem;
	color: #fff;
	background: linear-gradient(to right, #00843f, #359e66);
	border: none;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	padding: 10px 0;
	margin: 0 auto;
	transition: 0.3s;
}

.form_box &gt; p input.back {
	color: #fff;
	background: #999;
}

.form_box &gt; p input:hover {
	opacity: 0.3;
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.form_box table.kakunin_table tr th,
.form_box table.kakunin_table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}

.form_box table.kakunin_table tr th {
	font-weight: bold;
	background: #eee;
}

.form_box table.kakunin_table + p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

/*----- メールフォームここまで -----*/

@media screen and (max-width: 1024px) {

	/*--- ヘッダーメニュー ---*/

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}

	.header_nav .main {
		padding: 0 10px;
	}

	.header_nav .main &gt; ul {
		width: 100%;
		height: 0;
		overflow-y: hidden;
		flex-flow: column;
		background: #eeefe7;
		position: absolute;
		top: 60px;
		left: 0;
		opacity: 0;
		transition: .3s;
	}

	.header_nav .main &gt; div.sp_btn.on + ul {
		height: auto;
		overflow-y: scroll;
		opacity: 1;
	}

	.header_nav .main &gt; ul &gt; li {
		width: 100%;
		border-bottom: 1px solid #f6f6f6;
	}

	.header_nav .sp_btn {
		width: 30px;
		height: 30px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 5px 0;
		position: absolute;
		right: 10px;
	}

	.header_nav .sp_btn &gt; div {
		width: 30px;
		height: 3px;
		background: #797979;
		transition: .3s;
	}

	.header_nav .sp_btn.on &gt; div:nth-of-type(1) {
		position: absolute;
		transform: rotate(45deg);
	}

	.header_nav .sp_btn.on &gt; div:nth-of-type(2) {
		opacity: 0;
	}

	.header_nav .sp_btn.on &gt; div:nth-of-type(3) {
		position: absolute;
		transform: rotate(-45deg);
	}

	/*--- ヘッダーメニュー ここまで---*/

	#menuresp li:first-child a {
		color: #333 !important;
		padding: 24px 25px;
	}

	#menuresp li:first-child a.list.hover_sp {
		color: #333 !important;
	}

	.hero_box p {
		font-size: 1.4rem;
	}

	.dounyu_box &gt; div:nth-of-type(1),
	.dounyu_box &gt; div:nth-of-type(2) {
		width: 100%;
	}

	.dounyu_box &gt; div:nth-of-type(1) {
		margin: 0 0 30px;
	}

	.dounyu_box &gt; div:nth-of-type(1) &gt; div &gt; div {
		height: 90px;
		margin: 10px;
	}

	.tbonly {
		display: block;
	}

	.btn_gray,
	.btn_green {
		font-size: 1.3rem;
	}

	/*----- メールフォーム -----*/

	.form_box {
		padding: 20px 20px 40px;
	}

	.form_box table tr {
		display: flex;
		flex-flow: column;
	}

	.form_box table tr th {
		width: 100%;
		padding: 20px 0 0;
	}

	.form_box input.short {
		max-width: 100%;
	}

	/*----- メールフォームここまで -----*/

}

@media screen and (max-width: 767px) {
	.pagetop {
		bottom: 65px;
	}

	.hero_bg {
		align-items: flex-end;
		height: 520px;
		background-position: center;
		background-image: linear-gradient(135deg, #086daf 0%, #049598 75%);
	}

	.hero_box {
		padding: 30px 20px;
	}

	.hero_box div:nth-child(2) {
		margin: 30px 0 0;
	}

	.hero_box p {
		margin: 0 auto;
	}

	.hero_box p span {
		font-size: 2rem;
	}

	.hero_box img:nth-of-type(1) {
		max-width: 250px;
	}

	.hero_box h1 {
		font-size: 2.4rem;
		margin: 0 auto 10px;
	}

	.hero_box h1 span {
		font-size: 1.6rem;
	}

	.hero_banner::after {
		width: 120px;
		height: 82px;
		top: -35px;
		right: 10px;
	}

	.hero_banner::before {
		width: 100px;
		height: 39px;
		right: 50%;
		margin: 0 -160px 0 0;
	}

	.possoft_box {
		flex-flow: column;
	}

	.possoft_box &gt; div &gt; div:nth-of-type(1) {
		max-width: 240px;
		flex-flow: column;
		margin: 0 auto 20px;
	}

	.posregi_box &gt; div &gt; div:nth-of-type(1),
	.rearegi_box &gt; div &gt; div:nth-of-type(1) {
		justify-content: center;
	}

	.posregi_box &gt; div &gt; div:nth-of-type(2),
	.rearegi_box &gt; div &gt; div:nth-of-type(2) {
		flex-flow: column;
	}

	.posregi_box &gt; div &gt; div:nth-of-type(1) p:nth-of-type(2) {
		text-align: center;
	}

	.option_box &gt; div {
		justify-content: center;
		grid-template-columns: repeat(1, 350px);
	}

	.option_box &gt; div &gt; div &gt; div:nth-of-type(2) {
		font-size: 1.4rem;
	}

	.option_box &gt; div &gt; div:nth-of-type(n+2) &gt; div:nth-of-type(2) {
		width: 230px;
	}

	.option_box &gt; div &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; dl:nth-of-type(n+2) dt {
		width: 224px;
	}

	.white_box,
	.white_box_full {
		padding: 20px;
	}

	.lineup_box_inner {
		width: 100%;
		border-bottom: 1px dotted;
		padding: 0 0 20px 0;
		margin: 0 0 30px 0;
	}

	.lineup_box_inner:last-of-type {
		border-bottom: none;
		padding: 0;
		margin: 0;
	}

	.schedule_table th,
	.schedule_table td {
		font-size: 1.1rem;
		padding: 10px 5px;
	}

	.schedule_table p {
		font-size: 1.1rem;
		line-height: 1.5;
	}

	.hojyoritu_box {
		flex-wrap: wrap;
	}

	.hojyoritu_box &gt; div:nth-of-type(1) {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 40px;
	}

	.hojyoritu_box &gt; div:nth-of-type(n+2) {
		width: calc(95%/2);
	}

	.hojyoritu_box &gt; div &gt; p:nth-of-type(1) {
		text-align: center;
	}

	.hojyoritu_box &gt; div:nth-of-type(1) &gt; p:nth-of-type(1) {
		justify-content: center;
		padding-top:1.6em;
	}

	.hojyoritu_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) img {
		max-height: 90px!important;
	}

	.hojyoritu_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) p:nth-of-type(2) {
		font-size: 2.5rem!important;
	}
	.hojyoritu_box + p {
		font-size: 2rem;
	}

	.hojyoritu_box + p span {
		font-size: 3.4rem;
	}

	.invoice_box img {
		width: 100px;
		margin: 0 auto 20px;
	}

	.invoice_box p {
		width: 100%;
	}

	.nagare_title {
		flex-flow: column;
		text-align: center;
	}

	.acd_btn + .acd_box {
		flex-flow: column;
	}

	.chain_box &gt; div:nth-of-type(1),
	.chain_box &gt; div:nth-of-type(2) {
		width: 100%;
	}

	.chain_box &gt; div:nth-of-type(1) {
		margin: 0 0 30px;
	}

	.list_dairiten {
		grid-template-columns: repeat(1, 1fr);
		width: fit-content;
	}

	footer {
		margin: 0 0 60px;
	}

	.title_black_line {
		font-size: 1.8rem;
		margin: 0 0 30px;
	}

	.title_yellow_line {
		font-size: 2.4rem;
	}

	.title_blue_dot {
		font-size: 1.6rem;
	}

	.text_green {
		font-size: 1.8rem;
	}

	.text_indent_all {
		padding-left: 0;
	}

	.mb-20-sp {
		margin-bottom: 2rem !important;
	}
}


/* 20240417 add */
.hojyoritu_box { justify-content:center; }
.hojyoritu_box &gt; div { margin:0 10px; }

.dounyu_box &gt; div:nth-of-type(1) &gt; div:nth-child(1) { position:relative; }
.dounyu_box &gt; div:nth-of-type(1) &gt; div:nth-child(1) .badge { display:block; position:absolute; z-index:2; top:-35px; left:-10px; width:60px; height:60px; padding:14px 5px 0; border-radius:100%; color:#fff; line-height:1.3; font-size:12px; font-weight:bold; text-align:center; background:#ff0000; }
.dounyu_box &gt; div:nth-of-type(1) &gt; div:nth-child(2) { position:relative; }
.dounyu_box &gt; div:nth-of-type(1) &gt; div:nth-child(2) .badge { display:block; position:absolute; z-index:2; top:-35px; left:-10px; width:60px; height:60px; padding:14px 5px 0; border-radius:100%; color:#fff; line-height:1.3; font-size:12px; font-weight:bold; text-align:center; background:#ff0000; }

.acd_btn h3 .label {  }
.acd_btn h3 .label .must { display:inline-block; position:relative; top:-3px; margin:0 0 0 8px; padding:0 12px; border:#f00 1px solid; border-radius:24px; color:#f00; line-height:24px; font-size:12px; font-weight:bold; }
.acd_btn h3 .label .addPt { display:inline-block; position:relative; top:-3px; margin:0 0 0 8px; padding:0 12px; border:#239265 1px solid; border-radius:24px; color:#239265; line-height:24px; font-size:12px; font-weight:bold; }

.hojokin_table table.absolute tr:nth-child(3) { height:147px !important; }
.hojokin_table table.absolute tr:nth-child(4) { height:40px !important; }
.hojokin_table table.absolute tr:nth-child(5) { height:63px !important; }
.hojokin_table table div { width:598px !important; }

/* 2409追記 */


.hojokin_table2 table.absolute tr:nth-child(3) { height:147px !important; }
.hojokin_table2 table.absolute tr:nth-child(4) { height:40px !important; }
.hojokin_table2 table.absolute tr:nth-child(5) { height:63px !important; }
.hojokin_table2 table div { width:598px !important; }


@media screen and (max-width: 767px) {
	.hojyoritu_box &gt; div:nth-of-type(n+2) { width:100%; max-width:320px; }
	.hojyoritu_box &gt; div &gt; p:nth-of-type(1) { display:block; }
}
.option_box { margin-bottom:60px; }
#intro {  }
.header_nav .main ul li:nth-child(2) { display:none; }

.hojokin_table td sup { position:relative; top:-0.5em; font-size:0.5em; }
p.notice { padding:5px 0 0; font-size:0.8em; text-align:right; }

/* 20240424 mod */
.katuyo_text { margin:0 0 30px; }
.katuyo_text h3 a { display:inline-block; position:relative; top:-2px; margin:0 0 0 1.5em; padding:0 20px; border-radius:3px; color:#fff; line-height:24px; font-size:13px; background:#e35b3b; }
.katuyo_text h3 a:hover { opacity:0.75; }

/* 20240624 add */
.bannerArea {  }
.bannerArea img { max-width:50%; margin:0 auto; }
.bannerArea .PC { display:block; }
.bannerArea .SP { display:none; }
@media screen and (max-width: 767px) {
.bannerArea img { max-width:100%; margin:0 auto; }
.bannerArea a:hover img { opacity:0.3; }
.bannerArea .PC { display:none; }
.bannerArea .SP { display:block; }
}

/* 20240822 add */
.lp_hojokin_information { max-width:950px; margin:40px auto; padding:40px; border:#f00 2px solid; }
.lp_hojokin_information h2 { margin:0 0 24px; padding:0; color:#f00; font-size:27px; text-align:center; }
.lp_hojokin_information p { font-size:15px; text-align:center; }
.lp_hojokin_information p b { display:block; margin:0 0 16px; font-size:21px; font-weight:bold; }
.lp_hojokin_information p a { color:#0070c0; text-decoration:underline; }

/* 20250213 add */
.header_nav ul li:nth-child(1) { display:none; }
.schedule_2025fs1 { margin:0 auto; padding:0 0 80px; }
.schedule_2025fs1 h3 { margin:0 auto; padding:0 0 16px; text-align:center; }
.schedule_2025fs1 dl { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start; margin:0 auto; padding:0 0 16px; border-top:#0070c0 solid 1px; text-align:center; }
.schedule_2025fs1 dt { width:220px; margin:0 auto; padding:16px; border-bottom:#0070c0 dotted 1px; font-weight:bold; text-align:left; background:#d8ead2; }
.schedule_2025fs1 dd { width:calc(100% - 220px); margin:0 auto; padding:16px 0 16px 16px; border-bottom:#0070c0 dotted 1px; text-align:left; }
.schedule_2025fs1 dt.last,
.schedule_2025fs1 dd.last { border-bottom:#0070c0 solid 1px; }
.schedule_2025fs1 p.schedule_2025fs1Btn a { max-width:360px; margin:16px auto 0; color:#fff; line-height:1.7; background:#00b050; }
.schedule_2025fs1 p.schedule_2025fs1Btn a::after { margin-top:-11px; }
@media screen and (max-width: 767px) {
.schedule_2025fs1 { margin:0 auto; padding:0 0 40px; }
.schedule_2025fs1 h3 { margin:0 auto; padding:0 0 16px; text-align:center; }
.schedule_2025fs1 dl { display:flex; flex-flow:column wrap; justify-content:space-between; align-items:flex-start; margin:0 auto; padding:0 0 16px; border-top:#0070c0 solid 1px; text-align:center; }
.schedule_2025fs1 dt { width:100%; margin:0 auto; padding:8px 16px; border-bottom:0; font-weight:bold; text-align:left; background:#d8ead2; }
.schedule_2025fs1 dd { width:100%; margin:0 auto; padding:16px 0 16px 16px; border-bottom:#0070c0 dotted 1px; text-align:left; }
.schedule_2025fs1 dt.last { border-bottom:0; }
.schedule_2025fs1 dd.last { border-bottom:#0070c0 solid 1px; }
.schedule_2025fs1 p.schedule_2025fs1Btn a { max-width:360px; margin:16px auto 0; color:#fff; line-height:1.7; background:#00b050; }
.schedule_2025fs1 p.schedule_2025fs1Btn a::after { margin-top:-11px; }
}
.schedule_2025fs1Info { padding:0 0 24px; }
.schedule_2025fs1Note { padding:24px 0 16px; text-align:center; }
.schedule_2025fs1Btn-green { line-height:1lh; }
.schedule_2025fs1Btn-green a.btn_yellow { max-width:360px; margin:0 auto; color:#fff; line-height:1.7; background:#00b050; }
.schedule_2025fs1Btn-green a.btn_yellow::after { margin-top:-11px; }
.schedule_2025fs1Btn-gray { line-height:1lh; }
.schedule_2025fs1Btn-gray a { max-width:360px; margin:0 auto; }
.schedule_2025fs1Info hr { margin:24px 0 0; padding:0; border:0; }
.schedule_2025fs1Catch { text-align:center; }
.schedule_2025fs1Catch b { display:block; padding:0 0 16px; font-size:1.2em; }
.schedule_2025fs1Ban { text-align:center; }
.schedule_2025fs1Ban a:hover img { opacity:0.7; }
@media screen and (max-width: 767px) {
.schedule_2025fs1Info { padding:0 0 16px; }
.schedule_2025fs1Note { padding:24px 0 16px; text-align:center; }
.schedule_2025fs1Btn-green { line-height:1lh; }
.schedule_2025fs1Btn-green a.btn_yellow { max-width:360px; margin:0 auto; color:#fff; line-height:1.7; background:#00b050; }
.schedule_2025fs1Btn-green a.btn_yellow::after { margin-top:-11px; }
.schedule_2025fs1Btn-gray { line-height:1lh; }
.schedule_2025fs1Btn-gray a { max-width:360px; margin:0 auto; }
.schedule_2025fs1Info hr { margin:24px 0 0; padding:0; border:0; }
.schedule_2025fs1Catch { font-size:1.3rem; text-align:center; }
.schedule_2025fs1Catch b { display:block; padding:0 0 16px; font-size:1.2em; }
.schedule_2025fs1Ban { text-align:center; }
}

.set-details {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8f8f8;
    border-left: 3px solid #9f9f9f;
}

.product-card__content .set-details {
    margin-top: 10px;
}</pre></body></html>