h1 {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.img {
	width: 100%;
}
.hidden {
	display: none;
}
/*
.promotion__content--top, .promotion__content--listNew, .promotion__content--ttl, .promotion__content--txt, .promotion__content__wrap{
    padding: 0 157px;
}
*/
.promotion__content {
    margin: 60px auto 60px auto;
}
.promotion__content h2 {
	font-size: 30px;	
}
.promotion__content .note {
	margin: 20px 0 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.promotion__content ul li {
    padding: 0 0 5px;
    display: flex;
    align-items: flex-start;
}
.promotion__content ul li:last-child {
	padding-top: 10px;
}
.promotion__content--listNew ul li:first-child {
    align-items: center;
}
.promotion__content--listNew ul li:first-child::before {
	content: "";
    background: url(../img/icon-mess.png) no-repeat;
    width: 55px;
    height: 34px;
    margin-right: 10px;
    background-position: center;
}
.promotion__content--listNew ul li:before {
	content: "";
    background: url(../img/icon-list.png) no-repeat center center;
  	width: 55px;
    height: 8px;
    margin-right: 10px;
	margin-top: 7px;;
}
.promotion__content--listNew ul li:last-child:before {
	content: "";
	background: none;
	margin-right: 0;
}
.promotion__content--listNew ul li{
	display: inherit !important;
}
.promotion__content--listNew ul li a {
	color: #2447b9;
	font-weight: bold;
	text-decoration: underline;
}
.promotion__content--listNew ul li p {
    width: calc(100% - 55px);
	line-height: 22px;
}
.promotion__content--ttl {
	width: 100%;
    display: flex;
    align-items: baseline;
}
.promotion__content--ttl:after {
	content: "";
    border: 1px solid #d8d8d8;
    margin-left: 15px;
    height: 4px;
    flex: 1;
    border-right: 0;
    border-left: 0;
    align-items: flex-end;
    vertical-align: bottom;
    justify-content: flex-end;
}
.promotion__content--ttl h2 {
	font-size: 30px;
}
.promotion__content--txt {
    margin: 15px 0 30px;
}
.promotion__content__wrap {
    display: flex;
    flex-wrap: wrap;
}
.promotion__content__wrap--item {
    width: calc((100% / 4) - 15px);
    margin-right: 20px;
}
.promotion__content__wrap--item:last-child {
    margin-right: 0;
}
.promotion__content__wrap--item---txt .ttl {
	background: url(../img/textbg.png) no-repeat center center;
    width: 100%;
	max-width: 100px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 15px;
	font-size: 15px;
	font-weight: bold;	
	text-shadow: 0px 0px 2px #581d03;
}
.promotion__content__wrap--item---txt .txt {
	font-size: 17px;
	font-weight: bold;
}
.promotion__content--note.text-center p {
    margin: 35px 0 20px;
}
.promotion__content--note.text-center a {
	background: #83b4f1;
    padding: 10px 55px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
	display: inline-block;
}
.promotion__content--note.text-center a img {
    margin-right: 15px;
}
.promotion__content--list {
    padding: 30px 157px 50px;
}
.promotion__content--list ul li {
	padding: 10px 0;
}
.promotion__content--list ul li:before {
	content: "";
    background: url(../img/icon-check.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 15px;
}
.promotion__content--list ul li p {
    width: calc(100% - 17px);
}
.promotion__content--btn {
	margin-bottom: 75px;
}
.promotion__content--info.text-center {
	border-radius: 4px;
    background: #eafafe;
	margin: 0 157px;
    padding: 40px 15px 50px;
}
.promotion__content--info.text-center p {
    margin-bottom: 20px;
}
.promotion__content--info.text-center a {
    color: #2447b9;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
.promotion__content--info.text-center a img {
	margin-right: 15px;
}
a.btn.btn-line-orange {
    font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.promotion__content h2 {
		font-size: 28px;
	}
	.promotion__content--top, .promotion__content--ttl, .promotion__content--txt, .promotion__content__wrap, .promotion__content--note.text-center, .promotion__content--txt, .promotion__content--listNew {
		padding: 0 50px;
	}
	.promotion__content--info.text-center {
		margin: 0 50px;
	}
	.promotion__content--list {
		padding: 30px 50px 50px;
	}
	.promotion__content__wrap--item:nth-of-type(odd) {
		margin-right: 20px;
	}
	.promotion__content__wrap--item {
		width: calc((100% / 2) - 10px);
		margin-right: 0px;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.promotion__content__wrap--item---txt {
		margin-bottom: 15px;
	}
	.promotion__content--note.text-center p {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	[block-sc-pc] {
		display: none !important;
	}
	.promotion__content:first-child {
		margin: 40px 0 0;
	}
	.promotion__content__wrap, .promotion__content--note.text-center, .promotion__content--txt, .promotion__content--top, .promotion__content--listNew {
		padding: 0 15px;
	}
	.promotion__content--ttl:after {
		display: none;
	}
	.promotion__content--txt {
		margin: 15px 0;
	}
	.promotion__content--ttl {
		padding: 10px 15px;
		background: #f8f8f8;
	}
	.promotion__content__wrap--item {
		width: 100%;
		margin-right: 0;
		display: flex;
    	flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.promotion__content__wrap--item---txt {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.promotion__content__wrap--item---txt .txt {
		font-size: 18px;
	}
	.promotion__content__wrap--item---txt .ttl {
		margin-right: 10px;
	}
	.promotion__content h2 {
    	font-size: 24px;
	}
	.promotion__content .note {
		font-size: 16px;
		margin: 20px 0 5px;
	}
	.promotion__content--note.text-center p {
		margin: 0 0 30px;
		text-align: left !important;
	}
	.promotion__content--info.text-center {
		text-align: left !important;
		padding: 40px 15px 50px;
		margin: 0;
	}
	.promotion__content--list {
		padding: 30px 15px 50px;
	}
	.promotion__content--btn {
		margin-bottom: 50px;
	}
	.promotion__content ul li {
		padding: 5px 0 0;
	}
	.promotion__content--listNew ul li:first-child::before {
		margin-top: 0;
	}
}
@media only screen and (min-width: 768px) {
	[block-sc-sp] {
		display: none !important;
	}
}
@media screen and (max-width: 479px) {
	.promotion__content__mt40mb {
		margin: 40px 0 0;
	}
	.promotion__content--note.text-center a {
		padding: 10px 0;
		width: 100%;
	}
	.promotion__content--list ul li {
		padding: 10px 0;
	}
	.promotion__content__wrap--item---txt .ttl {
		padding: 20px 0;
	}
	.promotion__content h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 375px) {
	.promotion__content:first-child {
		margin: 40px 0 0;
	}
	.promotion__content--note.text-center a {
		font-size: 16px;
	}	
	.promotion__content--note.text-center a img {
    margin-right: 5px;
	}
	.promotion__content__wrap--item---txt .ttl {
		max-width: 100px;
		font-size: 15px;
	}
	.promotion__content__wrap--item---txt .txt {
		font-size: 18px;
	}
}
/* ================= Banner ==================== */
