
.promotion {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: small;
	/*background-color:transparent;【IE】不都合あり*/
background-color: #FFF;
	/*角丸の記述*/
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 150%;
}
@media (max-width: 767px){
	.promotion {
		padding: 20px;
	}
}
.promotion__head {
	margin-bottom: 50px;
}


.promotion__items {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: prom;

}
@media (max-width: 767px){
	.promotion__items {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
}
.promotion__card {
	width: 220px;
	padding-top: 16px;
	position: relative;
}
@media (max-width: 767px){
	.promotion__card {
		width: 100%;
		padding-top: 25px;
	}
}
.promotion__card::before {
	display: flex;
	justify-content: center;
	align-items: center;
	counter-increment: prom;
	content: counter(prom);
	width: 28px;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #ff6600;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fff;
	font-size: x-large;
	font-weight: bold;
}
@media (max-width: 767px){
	.promotion__card::before {
		width: 50px;
		left: 20px;
	}
}
@media (max-width: 520px){
	.promotion__card::before {
		width: 30px;
		height: 30px;
		left: 10px;
		top: 10px;
	}
}
.promotion__cardHead {
	color: #fff;
	font-size: medium;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #fb9700;
	border: 1px solid #777;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 5px;
}
@media (max-width: 767px){
	.promotion__cardHead {
		font-size: x-large;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 520px){
	.promotion__cardHead {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}
}

.promotion__cardBody {
	height: 78px;
	padding: 10px;
	background: rgb(203,203,203);
	background: linear-gradient(360deg, rgba(203,203,203,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	color: #333;
}

@media (max-width: 767px){
	.promotion__cardBody {
		font-size: large;
		padding: 20px;
		line-height: 1.5;
		height: auto;
	}
}

.promotion__body {

}
.promotion__body + .promotion__body {
	margin-top: 50px;
}

.promotion__bodyHead {
	padding-bottom: 20px;
	border-bottom: 2px solid #F19E4B;
}

.promotion__bodyH3 {
	margin: 0;
	line-height: 1;
	height: auto;
	font-size: xx-large;
	font-weight: 500;
	line-height: calc(59/40);
}

.promotion__bodyHead span {
	display: block;
margin-top: 9px;
font-size: large;
line-height: calc(36 / 24);
font-weight: 500;
}
@media (max-width: 767px){
	.promotion__bodyHead span {
		font-size: 20px;
	}
}

.promotion__bodyMessage {
	font-size: medium;
	line-height: 1.5;
	font-weight: 400;
}
@media (max-width: 767px){
	.promotion__bodyMessage {
		font-size: large;
	
	}
}

.promotion__bodyMessage span {
	display: block;
	font-size: large;
	line-height: 1.5;
	font-weight: bold;
}
@media (max-width: 767px){
	.promotion__bodyMessage span {
		font-size: x-large;
	
	}
}
.promotion__bodyMessage span:last-child {
	margin-top: 20px;
}
.promotion__bodyImages {
	display: flex;
	gap: calc(26 / 945 * 100%);
	width: 100%;
	margin-top: 35px;
}
@media (max-width: 520px){
	.promotion__bodyImages {
		flex-direction: column;
		gap: 30px;
	}
}

.promotion__bodyImages img {
	width: calc(298 / 945 * 100%);
}
@media (max-width: 520px){
	.promotion__bodyImages img{
		display: block;
		width: 100%;
	}
}

.promotion__floW {
	margin-top: 35px;
}
.promotion__floW ol,
.promotion__floW ul,
.promotion__floW li {
  list-style-type: none;

}

.promotion__flowWrap {
	background-color: #F8CEA4;
	border-radius: 20px;
	padding: 30px;
	counter-reset: item;
}

.promotion__flowItem {
	background-color: #fff;
	padding-left: 80px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 767px){
	.promotion__flowItem {
		padding-left: 0;
		padding-top: 110px;
	}
}

.promotion__flowItem::before {
	counter-increment: item;

	content: '0'counter(item);
	background-color: #F19E4B;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 100%;
	font-size: xx-large;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
}
@media (max-width: 767px){
	.promotion__flowItem::before {
		
		left: 0;
		top: 0;
	transform: translateY(0);

		width: 100%;
		height: 80px;

	}
}
.promotion__flowItem:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 18px solid #f19e4b;
  border-bottom: 0;
}


.promotion__flowItem + .promotion__flowItem{
	margin-top: 38px;
}

.promotion__content {
	padding-left: 30px;
	padding-right: 30px;
}

.promotion__contentHead {
	margin: 0 0 10px 0;
	font-size: x-large;
	line-height: 1.5;
	font-weight: 500;
}

.promotion__contentList {
	font-size: small;
	padding-left: 10px;
	position: relative;
}
@media (max-width: 767px){
	.promotion__contentList {
		font-size: medium;
	}
}

.promotion__contentList::before {
	content: "- ";
	position: absolute;
	left: 0;
}

.company {

}

.company__imgSP {
display: none;
}

@media (max-width: 767px){
	.company p {
		font-size: large;
	}
	.company__img {
		display: none;
	}
	.company__imgSP {
		display: block;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.company__imgSP img {
		width: 70%;
		height: auto;
	}
}

.access__mapSp {
	display: none;
}
@media (max-width: 767px){
	.access p {
		font-size: large;

	}
	
	.access__map {
		display: none;
	}

	.access__mapSp {
		display: block;
		text-align: center;
	}

	.access__mapSp img {
		width: 100%;
		height: auto;
	}

	.is-pc {
		display: none;
	}
}

.access__map {}

