@charset "utf-8";
/* CSS Document */
.pane-contents {
	margin-top: 20px;
}
.block-page-head-st {
	margin: 58px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.block-page-freespace--icon {
	margin: 0;
	display: flex;
	gap: 4px;
}
.block-page-head-st > p {
	color: #888888;
}
.block-page-freespace--icon span {
	display: block;
	padding: 4px 6px;
	font-size: 11px;
	line-height: 1;
	color: #00446a;
	background: #ffffff;
	border: solid 1px #00446a;
}
.block-page-block--contents-text {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.block-page-block--contents-text .block-page-block--contents-body-text-2column {
	width: calc((100% - 60px) / 2);
}
.block-page-block--frame--textarea {
	line-height: 1.7;
}
/* メインボックス */
#main-contents {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 30px;
	line-height: 1.5;
}
#main-contents .center {
	text-align: center;
}
#main-contents .left {
	text-align: left;
}
#main-contents p {
	font-size: 16px !important;
	line-height: 1.6;
}
/* タイトル */
h1.ttl { /*大見出し */
	margin: 0 0 38px;
	padding: 0;
	border: none;
	background: none;
	text-align: left;
	color: #00446a;
	font-size: 32px;
	font-weight: bold;
}
h2.ttl01 { /*中見出し*/
	color: #00446A;
	font-weight: bold;
	border-top: solid 0px #00446A;
	border-bottom: solid 2px #00446A;
	background: none;
	margin: 0 0 38px;
	padding: 0;
	font-size: 24px;
}
.title02 {
	border-bottom: 3px dotted #000;
	margin: 2rem 0 1rem 0;
	font-size: 1.3rem;
}
.title03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	text-align: center;
	margin: 3rem 0 1rem 0;
}
.title03::before, .title03::after {
	content: '';
	width: 300px;
	height: 3px;
	background-color: #ff69b4;
}
.title03::before {
	margin-right: 20px;
}
.title03::after {
	margin-left: 20px;
}
#cate {
	margin: 30px 0;
}
#cate ul {
	display: flex;
	padding: 0;
	margin: auto;
	list-style: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	width: 80%;
}
#cate li {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 16px;
}
#teare {
	padding: 0 25px 10px 25px;
}
#teare h1 {
	font-size: 25px;
	background: linear-gradient(transparent 70%, #ffce9e 0%);
}
#teare h2 {
	font-size: 20px;
	position: relative;
	padding-left: 25px;
}
#teare h2::after {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border: 4px solid #fc61ea;
	border-radius: 100%;
}
.point {
	display: table;
	border-collapse: separate;
	margin: 3px 0 30px;
}
.point-text {
	display: table-cell;
	width: 60%;
	vertical-align: top;
	padding-right: 20px;
}
.point-img {
	display: table-cell;
	width: 20%;
}
.point-price {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.point h3 {
	font-size: 18px;
	color: #00446a;
	margin-bottom: 15px;
}
.point p {
	font-size: 16px;
}
.point a {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	text-align: center;
	background-color: #FB929E;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
	background-position: 20px center;
	margin-top: 10px;
}
.point a:hover {
	color: #284cd6;
}
span.tyuui {
	font-size: 14px;
	color: crimson;
}
@media screen and (max-width: 1024px) {
	.point p {
		font-size: 14px;
	}
	.point-text {
		display: table-cell;
		width: 50%;
		vertical-align: top;
		padding-right: 20px;
	}
	.point-img {
		display: table-cell;
		width: 20%;
	}
	.point-price {
		display: table-cell;
		width: 25%;
		vertical-align: middle;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	p {
    line-height: 1.7;
}
		.pane-contents {
		margin-top: 0px;
	}
	.block-page-freespace--icon {
		display: flex;
		gap: 2px;
	}
	.block-page-freespace--icon span {
		display: inline-block;
		padding: 0.3rem 0.5rem;
		font-size: 1.0rem;
		line-height: 1;
		color: #00446a;
		background: #ffffff;
		border: solid 1px #00446a;
	}
	.block-page-head-st > p {
		font-size: 1.2rem;
		color: #888888;
	}
	#main-contents p {
		font-size: 14px !important;
		line-height: 1.7;
	}
	h1.ttl { /*大見出し */
		max-width: calc(100vw - 3.0rem);
		margin: 0 auto 2.8rem;
		padding: 0;
		border: none;
		background: none;
		font-size: 2.2rem;
		text-align: left;
		color: #00446a;
		font-weight: bold;
	}
	h2.ttl01 { /*中見出し*/
		background: none;
		margin: 0 0 2.4rem;
		padding: 0;
		color: #00446A;
		font-weight: bold;
		border-top: solid 0px #00446A;
		border-bottom: solid 2px #00446A;
		max-width: 100vw;
		font-size: 2.0rem;
		text-align: left;
		line-height: 1.5;
	}
	.block-page-head-st {
		margin: 2.0rem 1.5rem 2.8rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.block-page-block--frame {
		margin: 40px 1.5rem;
	}
	.title02 {
		font-size: 1.8rem;
	}
	.title03 {
		font-size: 1.8rem;
	}
	.title03::before, .title03::after {
		content: '';
		width: 60px;
		height: 3px;
		background-color: #ff69b4;
	}
	.title03::before {
		margin-right: 10px;
	}
	.title03::after {
		margin-left: 10px;
	}
	#cate {
		margin: 20px 0;
	}
	#cate ul {
		flex-wrap: wrap;
		width: 90%;
		margin: auto;
	}
	#cate li {
		width: 50%;
		font-size: 14px;
	}
	#teare h1 {
		font-size: 20px;
		background: linear-gradient(transparent 60%, #ffce9e 0%);
	}
	#teare h2 {
		font-size: 15px;
		padding-left: inherit;
		color: #ff5050;
	}
	#teare h2::after {
		content: none;
	}
	#teare {
		padding: 0 20px 10px 20px;
	}
	.point {
		max-width: 100%;
		margin: 5px 0 40px 0;
	}
	.point-text {
		display: block;
		width: 100%;
		padding: 0 0 20px 0;
	}
	.point-img {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		text-align: left;
	}
	.point-img img {
		max-width: 100%;
		max-height: 100%;
		float: right;
	}
	.point-price {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.point h3 {
		font-size: 16px;
	}
	.point a {
		display: inline-block;
		padding: 5px 10px 5px 10px;
		color: #FFF;
		text-align: center;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		text-decoration: none;
		font-weight: bold;
		background-position: 20px center;
		margin-top: 10px;
	}
	span.tyuui {
		font-size: 12px;
	}
}