
.greeting_main_ttl {
	width: 100%;
}
.greeting_main_ttl h2 {
	color: #930012;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	margin: 0 0 10px 0;
}
.greeting_main_ttl p {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 -2px 0;
}
.greeting_under_line {
	text-align: left;
}
@media only screen and (min-width: 641px) {
	.greeting_main_ttl h2 {
		font-size: 40px;
	}
	.greeting_main_ttl p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.greeting_main_ttl h2 {
		font-size: 55px;
	}
	.greeting_main_ttl p {
		font-size: 20px;
	}
}


/*
メインコンテンツ
*/
.Greeting_wrap img {
  margin: 0 0 0px 0;
}
.Greeting_wrap h2 {
    font-size: 20px;
    text-align: center;
     font-weight: normal;
}
.Greeting_main {
  margin: 0 0 50px 0;
}
.Greeting_main_txt {
  font-size: 15px;
  padding: 50px 0 0 0;
}
.Greeting_right_caption {
  padding: 50px 0;
}
.Greeting_right_caption p{
  text-align: right;
}
@media only screen and (min-width: 641px) {
  .Greeting_wrap h2 {
    font-size: 18px;
  }
  .Greeting_main_txt {
    font-size: 18px;
		line-height: 36px;
  }
	.Greeting_right_caption {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
  .Greeting_wrap h2 {
    font-size: 22px;
  }
}

.fig_box{
	display: flex;
	flex-flow: column-reverse;
	gap:20px;
	margin: 0 0 0px;

}

.fig_box figure{
	width: 100%;
	max-width: 150px;
	margin: auto;
}

.figcap{
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
}

.figcap p{
	font-size: 16px;
}
.disp_pc{
	display: none;
}

@media only screen and (min-width: 641px) {
.disp_pc{
	display: block;
}
	.fig_box{
		display: flex;
		flex-flow: row;
		gap:20px;
		margin: 0 0 50px;

	}

	.fig_box figure{
		width: 30%;
		max-width: 180px;
		text-align: left;
		margin: 0 0 0 auto;
	}

	.figcap{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70%;
		margin: 0;
	}

	.figcap p{
		font-size: 18px;
	}
}

i{
	font-style: italic;
}