@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
.title {
	margin-bottom: 20px;
}
.title h2 {
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	line-height: 1em;
	font-weight: 900;
	border-left: 4px solid #ff6407;
	padding-left: 15px;
}
/* ------------------------------------------------ */
.bloc {
}
.bloc .outer {
	padding: 20px 0px;
}
.bloc .inner {
	padding: 0px 10px;
}
@media screen and (min-width:768px) {
	.bloc .outer {
		padding: 40px 0px;
	}
	.bloc .inner {
		padding: 0px 50px;
	}
}
.bloc .inner p {
}
.bloc .inner p:last-child {
}
/* ------------------------------------------------ */
#page-con {
	padding: 50px 20px;
}
@media screen and (min-width:768px) {
	#page-con {
		padding: 50px 50px;
	}
}
.page-con {
	text-align: center;
}
.drawer .page-con {
	padding: 20px 10px 50px 10px;
}
.page-con a {
	display: block;
	position: relative;
	background-color: #e3e1d9;
	border: 1px solid #554631;
}
@media screen and (max-width:767px) {
	.page-con a {
		padding-bottom: 10px;
	}
}
.drawer .page-con a {
		padding-bottom: 10px;
}
.page-con a strong {
	display: block;
	color: var(--white);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.2em;
	background-color: #554631;
	border-bottom: 3px solid #c80032;
	padding: 10px 10px;
}
.drawer .page-con a strong {
	font-size: 16px;
}
.page-con p {
	color: var(--text);
	font-weight: 700;
	line-height: 1.4em;
	text-align: left;
	border-top: 3px solid #554631;
	padding: 10px 10px;
}
.page-con b {
	display: inline-block;
	color: #ff9900;
	background-color: #f3f3ec;
	border: 3px solid #ff9900;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
}
@media screen and (min-width:768px) {
	.page-con b {
		position: absolute;
		right: 10px;
		bottom: 20px;
		padding: 5px 10px;
	}
}
.drawer .page-con b {
	position: static;
	padding: 10px 10px;
}
.page-con b span {
	display: inline-block;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
	vertical-align: middle;
	padding-right: 10px;
}
.page-con b svg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	transform: rotate(15deg);
}
.page-con b svg path {
	fill: #ff9900;
}
.page-con {
}
/* ------------------------------------------------ */
#index-about {
}
.index-about {
}
.index-about::after {
	display: block;
	content: "";
	clear: both;
}
.index-about h2 {
}
.index-about img {
	float: right;
}
.index-about p {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 40px;
	background-image: url("./img/line.webp");
	background-repeat: repeat;
	background-position: center top;
}
@media screen and (min-width:768px) {
	.index-about p {
		width: 720px;
	}
}
.index-about p b {
	color: #f90;
}
/* ------------------------------------------------ */
#index-chuko {
}
.index-chuko {
	background-color: #fff;
	border: 3px solid #e4e1d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
@media screen and (min-width:768px) {
	.index-chuko {
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		padding: 30px;
	}
}
.index-chuko-inner {
}
.index-chuko-left {
}
.index-chuko-right {
}
@media screen and (min-width:768px) {
	.index-chuko-inner {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.index-chuko-left,
	.index-chuko-right {
		display: table-cell;
		vertical-align: top;
	}
}
.index-chuko-img {
}
.index-chuko-img img {
	margin: 0px auto;
}
.index-chuko-tex-link a {
	display: inline-block;
	background-color: #c30e22;
	border: 3px solid #e8112b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}
.index-chuko-tex-link a:hover {
	background-color: #ed8711;
	border: 3px solid #ff0;
}
@media screen and (max-width:767px) {
	.index-chuko-tex-link {
		text-align: center;
		padding: 5px 0px;
	}
	.index-chuko-tex-link a {
		display: block;
		max-width: 300px;
		margin: 0px auto;
		padding: 10px 0px;
	}
}
@media screen and (min-width:768px) {
	.index-chuko-tex-link {
		text-align: right;
		padding-bottom: 10px;
	}
	.index-chuko-tex-link a {
		display: inline-block;
	}
}
.index-chuko-tex-link a span {
	display: block;
}
.index-chuko-tex-link a span b {
	display: block;
	color: #ff0;
	font-size: 24px;
	font-size: clamp(22px, 2.4vw, 24px);
	line-height: 1em;
}
.index-chuko-tex-link a span em {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-size: clamp(13px, 1.6vw, 16px);
	line-height: 1em;
	vertical-align: middle;
	padding: 0px 20px 0px 10px;
}
@media screen and (max-width:767px) {
	.index-chuko-tex-link a span b {
	}
}
@media screen and (min-width:768px) {
	.index-chuko-tex-link a span b {
		display: inline-block;
		vertical-align: middle;
	}
}
.index-chuko-tex-link a span em::after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
}
.index-chuko-tex {
}
.index-chuko-tex p {
	border-bottom: 4px solid #e6e3d9;
	padding-bottom: 10px;
}
.index-chuko-price {
}
@media screen and (max-width:767px) {
	.index-chuko-price {
		text-align: center;
	}
}
.index-chuko-price-tag {
	position: relative;
}
.index-chuko-price-tag strong {
	display: inline-block;
	color: #fd6464;
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	background-color: #fecdcf;
	border: 3px solid #fd6464;
	padding: 5px 10px;
}
@media screen and (min-width:768px) {
	.index-chuko-price-tag strong {
		position: absolute;
		left: 0px;
		top: 20px;
		transform: rotate(-15deg);
	}
}
.index-chuko-price-tag strong b {
	font-size: 1.4em;
	font-weight: 900;
}
.index-chuko-price p {
	padding: 10px 10px;
}
@media screen and (min-width:768px) {
	.index-chuko-price p {
		padding: 10px 0px 20px 220px;
	}
}
.index-chuko-price p strong {
	display: block;
}
.index-chuko-price p strong span {
	font-size: 1.3em;
	font-weight: 900;
}
.index-chuko-price p b {
	display: block;
}
.index-chuko-price p b span {
	color: #c00;
	font-size: 1.8em;
	font-weight: 900;
}
.index-chuko-price em {
	display: block;
	font-size: 11px;
	line-height: 1em;
}
/* ------------------------------------------------ */
#index-riyo {
}
.index-bunya {
}
.index-bunya h2 {
	text-align: center;
	margin-bottom: 20px;
}
.index-bunya h2 b {
	display: inline-block;
	font-size: 24px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 900;
	line-height: 40px;
	background-image: url("./img/line.webp");
	background-repeat: repeat-x;
	background-position: center bottom;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
	padding-bottom: 10px;
}
.index-bunya-maru {
	text-align: center;
	margin-bottom: 20px;
}
.index-bunya-maru ul {
}
.index-bunya-maru ul li {
	position: relative;
	vertical-align: middle;
	background-color: #fafaf5;
	border: 4px solid;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.index-bunya-maru ul li:nth-child(1) {
	color: #339900;
}
.index-bunya-maru ul li:nth-child(2) {
	color: #cc3333;
}
.index-bunya-maru ul li:nth-child(3) {
	color: #6699cc;
}
@media screen and (min-width:768px) {
	.index-bunya-maru ul li {
		display: inline-block;
		border: 6px solid;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		padding: 5px 10px;
	}
	.index-bunya-maru ul li:nth-child(1) {
		width: 220px;
		height: 220px;
	}
	.index-bunya-maru ul li:nth-child(2) {
		width: 220px;
		height: 220px;
	}
	.index-bunya-maru ul li:nth-child(3) {
		width: 140px;
		height: 140px;
	}
}
.index-bunya-maru ul li dl {
}
.index-bunya-maru ul li dl dt {
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 900;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
}
@media screen and (min-width:768px) {
	.index-bunya-maru ul li dl dt {
		position: absolute;
		left: 0px;
		bottom: 30px;
		width: 100%;
	}
	.index-bunya-maru ul li:nth-child(3) dl dt {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		width: 100%;
	}
}
.index-bunya-maru ul li dl dd {
	color: var(--text);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.2em;
	font-weight: 900;
	padding-top: 10px;
}
@media screen and (min-width:768px) {
	.index-bunya-maru ul li dl dd {
		padding-top: 50px;
	}
}
.index-bunya-inner {
	margin-bottom: 20px;
}
.index-bunya-inner p {
	margin-bottom: 10px;
}
.index-bunya-inner p:last-child {
	margin-bottom: 0px;
}
/* ------------------------------------------------ */
.index-irai {
	position: relative;
	color: var(--white);
	text-align: center;
	background-color: var(--text);
	margin-bottom: 20px;
	padding: 20px;
}
.index-irai::before,
.index-irai::after {
	position: absolute;
	content: "";
	top: 0px;
	width: 35px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center top;
}
.index-irai::before {
	left: 0px;
	background-image: url("./img/index-irai1.webp");
}
.index-irai::after {
	right: 0px;
	background-image: url("./img/index-irai2.webp");
}
.index-irai p {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 40px;
	background-image: url("./img/line2.webp");
	background-repeat: repeat;
	background-position: center top;
}
.index-irai p b {
	color: #f90;
}


/* ------------------------------------------------ */
.index-oth {
	background-color: #fff;
	border: 3px solid #e4e1d8;
	padding: 30px;
}

.index-oth h2 {
	line-height: 1em;
	font-weight: 900;
	margin-bottom: 20px;
}
.index-oth h2 b {
	display: inline-block;
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	line-height: 1em;
	vertical-align: middle;
	border-left: 4px solid #ff6407;
	padding-left: 15px;
}
.index-oth h2 strong {
	display: inline-block;
	color: #003332;
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	vertical-align: middle;
}
@media screen and (max-width:767px) {
	.index-oth h2 b {
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (min-width:768px) {
	.index-oth h2 {
		display: table;
		width: 100%;
		table-layout: auto;
		border-spacing: 0px;
	}
	.index-oth h2 b {
		display: table-cell;
		vertical-align: middle;
	}
	.index-oth h2 strong {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}
}
.index-oth-inner {
	text-align: center;
}
.index-oth-inner div {
}
@media screen and (min-width:768px) {
	.index-oth-inner {
	}
	.index-oth-inner div {
		display: inline-block;
		vertical-align: top;
		padding: 0px 20px;
	}
}
.index-oth-inner div ul {
	text-align: left;
	margin-bottom: 10px;
}
.index-oth-inner div ul li {
	position: relative;
	font-size: 0.85em;
	line-height: 1.4em;
}
.index-oth-inner div ul li:first-child {
	font-size: 0.95em;
}
.index-oth-inner div ul li:first-child::before {
	content: "■";
	position: absolute;
	left: -18px;
}
/* ------------------------------------------------ */
#other-tex {
}
.other-tex {
}
.other-tex h2 {
	font-size: 24px;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
.other-tex h2 b {
	color: #bf9815;
}
.other-tex-inner {
	background-color: #fff;
	border: 3px solid #e4e1d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.other-tex-inner dl {
}
.other-tex-inner dl dt {
	padding: 10px 10px;
}
@media screen and (max-width:767px) {
	.other-tex-inner dl dt {
		text-align: center;
	}
}
.other-tex-inner dl dd {
	text-align: center;
	background-color: #e2dbbf;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	padding: 10px 10px;
}
@media screen and (min-width:768px) {
	.other-tex-inner {
		border: 3px solid #e4e1d8;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}
	.other-tex-inner dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.other-tex-inner dl dt,
	.other-tex-inner dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	.other-tex-inner dl dd {
		width: 35%;
		-moz-border-radius: 0px 26px 26px 0px;
		-webkit-border-radius: 0px 26px 26px 0px;
		border-radius: 0px 26px 26px 0px;
	}
}
.other-tex-inner dl dt b {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
	background-color: #e0d8c1;
	border: 2px solid #6f5a3d;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 10px;
}
.other-tex-inner dl dt strong {
	display: block;
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1em;
	padding: 5px 0px 5px 20px;
}
.other-tex-inner dl dd p {
	font-size: 28px;
	font-size: clamp(22px, 2.8vw, 28px);
	line-height: 1em;
	font-weight: 900;
	line-height: 40px;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
	background-image: url("./img/line.webp");
	background-repeat: repeat;
	background-position: center top;
}
.other-tex-btm {
}
.other-tex-btm p {
}
/* ------------------------------------------------ */
#deli-img {
}
.deli-img {
	text-align: center;
}

.deli-img p {
}
.deli-img-staff {
}
.deli-img-map {
	position: relative;
}
.deli-img-staff img {
}
.deli-img-map img {
}
@media screen and (max-width:767px) {
	.deli-img img {
		margin: 0px auto 10px auto;
	}
}
.deli-img {
	position: relative;
	z-index: 0;
	margin: 0px auto;
}
.deli-img-staff {
}
@media screen and (max-width:767px) {
	.deli-img-staff {
		max-width: 500px;
		margin: 0px auto;
	}
}
@media screen and (min-width:768px) {
	.deli-img {
		width: 850px;
	}
	.deli-img-staff {
		position: absolute;
		z-index: 1;
		right: 0px;
		bottom: 0px;
	}
}
.deli-img-staff img {
	margin: 0px auto;
}
.deli-img-staff strong {
	display: block;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
/*
	background-color: #fff;
	border: 2px solid #cae189;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
*/
	padding: 20px 0px;
}
@media screen and (max-width:767px) {
	.deli-img-staff strong {
		padding: 20px 10px;
	}
}
.deli-img-staff strong b {
	color: #f90;
}
.deli-img-staff strong span {
	display: block;
	position: relative;
	padding: 0px 20px;
}
.deli-img-staff strong span::before,
.deli-img-staff strong span::after {
	position: absolute;
	content: "";
	z-index: 0;
	bottom: 0px;
	width: 3px;
	height: 100%;
	background-color: #f90;
}
.deli-img-staff strong span::before {
	left: 0px;
	transform: rotate(-15deg);
}
.deli-img-staff strong span::after {
	right: 0px;
	transform: rotate(15deg);
}



.deli-img-map {
	margin-bottom: 10px;
}
.deli-img-map strong {
	display: block;
	position: absolute;
	color: #f90;
	font-size: 30px;
	font-size: clamp(28px, 3vw, 30px);
	line-height: 1.2em;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
}
.deli-img-map strong b {
	color: #f60;
	font-size: 40px;
	font-size: clamp(36px, 4vw, 40px);
}
@media screen and (max-width:767px) {
	.deli-img-map strong {
		left: 50%;
		bottom: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
}
@media screen and (min-width:768px) {
	.deli-img-map strong {
		left: 20px;
		bottom: 30px;
	}
}
.deli-tex {
	text-align: center;
}
.deli-tex strong {
	display: block;
	font-size: 30px;
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1em;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
	background-color: #e2dbbf;
	margin-bottom: 10px;
	padding: 10px 10px;
}
.deli-tex p {
}
/* ------------------------------------------------ */
#com-info {
}
#com-law {
}
.com-bloc {
}
.com-inner {
}
/* ------------------------------------------------ */
#deli-img {
}
.deli-img {
	text-align: center;
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* --------- */
.bloc#index-news {
background-color: #ccc;
}
.bloc#index-news .outer {
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px dashed #000;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}

.index-news ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a div {
	margin-bottom: 5px;
}
.index-news ul li a div img {
	margin: 0px auto;
}
.index-news ul li a dl {
}
.index-news ul li a dl dt {
	line-height: 1.2em;
}
.index-news ul li a dl dt span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.index-news ul li a dl dt strong {
	display: block;
	font-size: 16px;
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	.index-news ul {
		display: block;
		width: auto;
	}
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
	.index-news ul li a div {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl dt {
		line-height: 1.2em;
	}
	.index-news ul li a dl dt span {
	}
	.index-news ul li a dl dt strong {
	}
	.index-news ul li a dl dd {
	}
}

#news {
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--red1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--red1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--white);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
.pp {
}
@media screen and (min-width: 768px) {
	.pp {
		padding: 10px 20px;
	}
}
.pp-top {
	margin-bottom: 20px;
}
.pp dl {
	margin-bottom: 20px;
}
.pp dl dt {
	color: var(--color3);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pp dl dd {
	padding: 0px 20px;
}
.pp dl dd p {
}
.pp dl dd ol {
}
.pp dl dd ol li {
}
.pp dl dd ol li ol {
	margin-left: 20px;
}
/* ------------------------------------------------ */