@charset "UTF-8";
.prg-wrap { background: #fff; padding: 38px 20px; box-shadow: 20px 20px 20px rgba(0,0,0,0.05); }
.prg-wrap:not(:last-of-type) { margin-bottom: 40px; }
.prg-head { margin-bottom: 30px; }
.prg-head__label { position: relative; left: 50%; transform: translateX(-50%); display: inline-block; background: #ffe000; margin-bottom: 14px; padding: 7px 16px 7px; border-radius: 13px; font-size: 1.2rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; text-indent: 0.05em; text-align: center; }
.prg-head__ttl { border-bottom: 1px solid #1a1a1a; margin-bottom: 13px; padding-bottom: 18px; font-size: 2.2rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; text-indent: 0.05em; text-align: center; }
.prg-head__txt { font-size: 1.2rem; font-weight: 700; line-height: 1.833333; letter-spacing: 0.05em; text-indent: 0.05em; text-align: center; }

.prg:not(:last-of-type) { margin-bottom: 60px; }
.prg__ttl { position: relative; margin-bottom: 12px; padding: 10px 10px 12px; font-size: 1.8rem; font-weight: 700; line-height: 1; letter-spacing: 0.05em; color: #fff; }
.prg__ttl > img { position: absolute; }
.prg__cont { padding-left: 10px; padding-right: 10px; }
.prg__cont__upper { font-weight: 700; letter-spacing: 0.02em; }
.prg__cont__upper__ttl { font-size: 1.5rem; line-height: 1.466;}

.prg__cont__upper__txt { position: relative; margin-top: 12px; padding-top: 15px; font-size: 1.3rem; line-height: 1.5384; }
.prg__cont__info__list__item { display: flex; align-items: center; font-weight: 700; line-height: 1; }
.prg__cont__info__list__item:not(:last-of-type) { margin-bottom: 8px; }
.prg__cont__info__list__item strong { background: #1a1a1a; width: 70px; margin-right: 8px; padding: 6px 0 7px; border-radius: 5px; font-size: 1.1rem; letter-spacing: 0.05em; text-indent: 0.05em; text-align: center; color: #fff; }
.prg__cont__info__list__item span { padding-bottom: 2px; font-size: 1.3rem; }

.prg__cont__info__list__item--irr { align-items: stretch; }
.prg__cont__info__list__item--irr strong { display: flex; justify-content: center; align-items: center; }
.prg__cont__info__list__item--irr span { line-height: 1.5384; }

.prg__cont__info__room { margin-top: 20px; padding: 13px 15px 13px; font-size: 1.3rem; font-weight: 700; line-height: 1; }


.prg--orange .prg__ttl { background: rgba(242,150,0,1.00); }
.prg--orange .prg__ttl > img { top: -6px; right: 26px; width: 93px; }
.prg--orange .prg__cont__info__room { background: rgba(242,150,0,0.1); }

.prg--blue .prg__ttl { background: rgba(0,168,227,1.00); }
.prg--blue .prg__ttl > img { bottom: -4px; right: 29px; width: 118px; }
.prg--blue .prg__cont__info__room { background: rgba(0,168,227,0.1); }

.prg--red .prg__ttl { background: rgba(230,44,32,1.00); }
.prg--red .prg__ttl > img { bottom: 0; right: 80px; width: 87px; }
.prg--red .prg__cont__info__room { background: rgba(230,44,32,0.1); }

.prg--pink .prg__ttl { background: rgba(234,109,164,1.00); }
.prg--pink .prg__ttl > img { bottom: -15px; right: -8px; width: 88px; }
.prg--pink .prg__cont__info__room { background: rgba(234,109,164,0.1); }

.prg--green .prg__ttl { background: rgba(68,175,53,1.00); }
.prg--green .prg__ttl > img { bottom: 13px; right: 40px; width: 134px; }
.prg--green .prg__cont__info__room { background: rgba(68,175,53,0.1); }

.prg--purple .prg__ttl { background: rgba(143,112,174,1.00); }
.prg--purple .prg__ttl > img { bottom: -30px; right: -16px; width: 107px; }
.prg--purple .prg__cont__info__room { background: rgba(143,112,174,0.1); }

.prg--etc .prg__ttl { display: flex; align-items: center; background: rgba(53,137,201,1.00); }
.prg--etc .prg__ttl__label { display: inline-block; background: #ffec00; border-radius: 6px; margin-left: 10px; padding: 5px 9px 6px; font-size: 1.1rem; line-height: 1; letter-spacing: 0.05em; text-indent: 0.05em; text-align: center; color: #1a1a1a; }

.prg-wrap--notice { background: #e2eeff; padding: 26px 20px 28px; }
.prg-wrap--notice li { padding-left: 1.3em; text-indent: -1.3em; font-size: 1.3rem; font-weight: 700; line-height: 1.53846; letter-spacing: 0.02em; }
.prg-wrap--notice li::before { content: "\025cf"; margin-right: 4px; color: #3589c9; }
.prg-wrap--notice li:not(:last-of-type) { margin-bottom: 8px; }

@media screen and (max-width: 680px) {
	.prg-wrap-outer { width: calc(100% - 40px); }
	.prg__cont__upper { margin-bottom: 17px; }
	.prg__cont__upper__txt::before { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; width: calc(100% + 20px); height: 1px; background: #ccc; content: ""; }
}
@media screen and (min-width: 681px) {
	.prg-wrap-outer { width: 1000px; }
	.prg-wrap { position: relative; padding: 60px 80px; }
	.prg-wrap:not(:last-of-type) { margin-bottom: 100px; }
	.prg-head__label { margin-bottom: 20px; padding: 9px 20px 10px; border-radius: 18px; font-size: 1.7rem; }
	.prg-head__ttl { max-width: 700px; margin-left: auto; margin-right: auto; margin-bottom: 21px; padding-bottom: 20px; font-size: 3.0rem; }
	.prg-head__txt { font-size: 1.5rem; line-height: 2; letter-spacing: 0.1em; text-indent: 0.1em; }
	
	.prg__ttl { margin-bottom: 30px; padding: 14px 20px 16px; font-size: 2.0rem; }
	.prg__cont { display: flex; padding-left: 0px; padding-right: 0; }
	.prg__cont__upper { width: 500px; margin-right: 50px; }
	.prg__cont__upper__ttl { padding-left: 20px; padding-right: 20px; font-size: 2.2rem; line-height: 1.363636; }
	.prg__cont__upper__ttl > span { display: block; font-size: 2.0rem; }
	.prg__cont__upper__txt { border-top: 1px solid #ccc; margin-top: 12px; padding: 15px 20px 0; font-size: 1.6rem; line-height: 1.625; }
	.prg__cont__info { flex: 1; }
	.prg__cont__info__list__item:not(:last-of-type) { margin-bottom: 10px; }
	
	.prg__cont__info__list__item strong { width: 100px; margin-right: 10px; padding: 8px 0 8px; font-size: 1.4rem; }
	.prg__cont__info__list__item span { flex: 1; padding-bottom: 1px; font-size: 1.4rem; }

	.prg__cont__info__list__item--irr { align-items: stretch; }
	.prg__cont__info__list__item--irr strong { display: flex; justify-content: center; align-items: center; }
	.prg__cont__info__list__item--irr span { line-height: 1.5384; }

	.prg__cont__info__room { max-width: 260px; padding: 13px 15px 13px; font-size: 1.4rem; }
	
	.prg--orange .prg__ttl > img { top: -22px; right: 310px; width: 186px; }
	.prg--blue .prg__ttl > img { bottom: -56px; right: -48px; width: 236px; }
	.prg--red .prg__ttl > img { right: 349px; width: 175px; }
	.prg--pink .prg__ttl > img { bottom: -60px; right: -107px; width: 177px; }
	.prg--green .prg__ttl > img { bottom: -13px; right: 248px; width: 267px; }
	.prg--purple .prg__ttl > img { bottom: -100px; right: -153px; width: 214px; }
	
	.prg-wrap--notice { padding: 34px 40px 36px; }
	.prg-wrap--notice li { font-size: 1.6rem; line-height: 1.625; }
	.prg-wrap--notice li:not(:last-of-type) { margin-bottom: 8px; }
}