@charset "UTF-8";
/*サンキューセット色を一括定義*/
#Container .Fv_jal {
  background: url(/clp/inc/img/jal/fv_cloud.png) repeat-x center bottom/75%;
  text-align: center;
}
#Container .Fv_jal h1 img {
  width: 100%;
  max-width: 750px;
}
@media screen and (min-width: 481px) {
  #Container .Fv_jal {
    background: url(/clp/inc/img/jal/fv_cloud.png) repeat-x center bottom/40%;
    margin: 0 auto 0;
  }
  #Container .Fv_jal h1 {
    margin-bottom: 10px;
  }
  #Container .Fv_jal h1 img {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 751px) {
  #Container .Fv_jal {
    background: url(/clp/inc/img/jal/fv_cloud.png) repeat-x center bottom;
    margin: 0 auto -30px;
  }
  #Container .Fv_jal h1 {
    margin-bottom: 10px;
  }
  #Container .Fv_jal h1 img {
    width: 100%;
    max-width: 1100px;
  }
}
#Container .Offer_jal {
  /*	.First{
  		box-sizing: border-box;
  		background: #fff;
  		border: 1px solid #3475de;
  		width: 100%;
  		max-width: 1000px;
  		margin: 0 auto;
  		.Title{
  			background: #3475de;
  			text-align: center;
  			color: #fff;
  			letter-spacing: 0.1rem;
  			padding: 5px 10px;
  		}
  		.Incentive{
  			background: #fff776;
  			border-radius: 20px;
  			color: #ff5353;
  			line-height: 2rem;
  			text-align:center;
  			padding: 3px 5px 0;
  			margin-bottom: 10px;
  			span:nth-of-type(1){
  				font-size: 1.3rem;
  				line-height: 1.2rem;
  			}
  			span:nth-of-type(2){
  				font-size: 1.3rem;
  				line-height: 1.2rem;
  				font-weight: bold;
  			}
  		}
  		.FirstCon{
  			padding: 15px 10px 0;
  			.support{
  				position: relative;
  				border-bottom: 2px dotted #3475de;
  				padding-bottom: 10px;
  				h4{
  					margin: 5px 0 10px;
  					color: #3475de;
  					font-size: 5vw;
  					line-height: 5.5vw;
  					font-weight: bold;
  					span{
  						font-size: 7vw;
  						line-height: 7vw;
  						margin-left: 5px;
  					}
  					br{ display: none; }
  				}
  				.support_box{
  					display: flex;
  					justify-content: space-between;
  					.supLeft{
  						flex-basis: 15%;
  						align-self: flex-end;
  						img{
  							width: 100%;
  							max-width: 85px;
  						}
  					}
  					.supRight{
  						flex-basis: 77%;
  						.freeprice{
  							display: flex;
  							justify-content: space-between;
  							align-items: center;
  							margin: 10px 0;
  							.nomal{
  								flex-basis: 40%;
  								align-self: stretch;
  								border: 1px solid #ccc;
  								padding: 3px;
  								p{
  									font-size: 2.5vw;
  									line-height: 3.7vw;
  									text-align: center;
  									margin: 0 auto;
  								}
  							}
  							.arrow{
  								flex-basis: 5%;
  								padding: 0 5px;
  								img{
  									width: 100%;
  									max-width: 21px;
  								}
  							}
  							.special{
  								flex-basis: 45%;
  								align-self: stretch;
  								border: 1px solid #ff5353;
  								.special_price{
  									background: #ff5353;
  									color: #fff;
  									font-size: 3vw;
  									line-height: 3vw;
  									padding: 3px;
  								}
  								.price{
  									color: #ff5353;
  									font-size: 5.5vw;
  									line-height: 6vw;
  									padding: 5px 3px;
  								}
  							}
  						}
  						.icon{
  							background: #ffffe2;
  							border-radius: 5px;
  							padding: 5px 10px;
  							display: flex;
  							flex-wrap: wrap;
  							justify-content: space-between;
  							.icons{
  								flex-basis: 48%;
  								line-height: 0;
  								margin: 5px 0;
  								img{
  									width: 100%;
  									max-width: 150px;
  								}
  							}
  						}
  					}
  				}
  			}
  			.bottle{
  				position: relative;
  				padding-top: 15px;
  				h4{
  					margin: 10px 0;
  					color: #3475de;
  					font-size: 5vw;
  					line-height: 5.5vw;
  					font-weight: bold;
  					span{
  						font-size: 7vw;
  						margin-left: 5px;
  					}
  				}
  				.img_bottle{
  					margin-bottom: 5px;
  					img{
  						width: 85%;
  						max-width: 410px;
  					}
  				}
  				.freeprice{
  					display: flex;
  					justify-content: space-between;
  					align-items: center;
  					margin-bottom: 5px;
  					.nomal{
  						flex-basis: 40%;
  						align-self: stretch;
  						border: 1px solid #ccc;
  						padding: 3px;
  						p{
  							font-size: 2.5vw;
  							line-height: 3.5vw;
  							text-align: center;
  						}
  					}
  					.arrow{
  						flex-basis: 5%;
  						padding: 0 5px;
  						img{
  							width: 100%;
  							max-width: 21px;
  						}
  					}
  					.special{
  						flex-basis: 45%;
  						align-self: stretch;
  						border: 1px solid #ff5353;
  						.special_price{
  							background: #ff5353;
  							color: #fff;
  							font-size: 3vw;
  							line-height: 3vw;
  							padding: 3px;
  						}
  						.price{
  							color: #ff5353;
  							font-size: 6vw;
  							line-height: 6vw;
  							padding: 5px 3px;
  							span{
  								font-size: 3vw;
  							}
  						}
  					}
  				}
  				.img_special{
  					img{
  						width: 90%;
  						max-width: 410px;
  					}
  				}
  			}
  		}
  		.value{
  			background: #fff776;
  			color: #ff5353;
  			padding: 10px;
  			margin-top: 10px;
  			p:nth-of-type(1){
  				font-size: 5.5vw;
  				line-height: 8vw;
  			}
  			span{
  				font-size: 8vw;
  				line-height: 8vw;
  				font-weight: bold;
  			}
  			.small{
  				font-size: 1.5rem;
  				line-height: 1.5rem;
  			}
  			@media screen and (min-width: 481px) {
  			padding: 15px 10px 15px;
  			margin-top: 20px;
  			p{ display: inline; }
  			p:nth-of-type(1){ 
  				font-size: 3.5rem;
  				line-height: 3.5rem;
  			}
  			span{
  				font-size: 6rem;
  				line-height: 6rem;
  				display: inline;
  			}
  			.small{
  				font-size: 1.5rem;
  			} }
  		}
  		@media screen and (min-width: 600px) {
  		.Title{
  			padding: 20px 15px;
  			font-size: 2.5vw;
  		}
  		.FirstCon{
  			display: flex;
  			padding: 20px 20px 0;
  			.support, .bottle{
  				h4{
  					font-size: 2.5vw;
  					line-height: 2.5vw;
  					font-weight: bold;
  					span{
  						font-size: 3.5vw;
  						line-height: 3.5vw;
  						margin-left: 5px;
  					}
  				}
  			}
  			.support{
  				h4{
  					margin: 0 0 15px 0;
  					br{display: none;}
  				}
  				flex-basis: 50%;
  				border-right: 2px dotted #3475de;
  				border-bottom: 0;
  				padding: 0 25px 0 0;
  				.support_box{
  					.supLeft{
  						flex-basis: 14%;
  						img{
  							width: 100%;
  							max-height: 380px;
  							max-width: 85px;
  						}
  					}
  					.supRight{
  						.freeprice{
  							.nomal{
  								p{
  									font-size: 1.1rem;
  									line-height: 1.4rem;
  									br{display: none;}
  								}
  							}
  							.arrow{
  								padding: 0 10px;
  							}
  							.special{
  								.special_price{
  									font-size: 1.4rem;
  									line-height: 1.7rem;
  									padding: 3px;
  								}
  								.price{
  									font-size: 2.2rem;
  									line-height: 2.5rem;
  									padding: 3px;
  									span{
  										font-size: 1.5rem;
  										line-height: 2rem;
  									}
  								}
  							}
  						}
  						.icon{
  							padding: 5px 15px;
  							.icons{
  								margin: 10px 0;
  							}
  						}
  					}
  				}
  			}
  			.bottle{
  				.Incentive{
  					left: 10px !important;
  				}
  				h4{
  					margin: 0 0 20px 0;
  				}
  				flex-basis: 50%;
  				padding: 0 0 0 25px;
  				.img_bottle{
  					margin-bottom: 10px;
  					img{
  						width: 80%;
  						max-width: 410px;
  					}
  				}
  				.freeprice{
  					.nomal{
  						flex-basis: 50%;
  						p{
  							font-size: 1.1rem;
  							line-height: 1.4rem;
  						}
  						padding: 5px;
  					}
  					.arrow{
  						padding: 0 5px;
  					}
  					.special{
  						.special_price{
  							font-size: 1.4rem;
  							line-height: 1.7rem;
  							padding: 3px;
  						}
  						.price{
  							font-size: 2.2rem;
  							line-height: 2.2rem;
  							padding: 5px;
  							span{
  								font-size: 1.5rem;
  								line-height: 1.5rem;
  							}
  						}
  					}
  				}
  				.img_special{
  					img{
  						width: 80%;
  						max-width: 410px;
  					}
  				}
  			}
  		} }
  		@media screen and (min-width: 961px) {
  		.Incentive{
  			position: absolute;
  			display: inline-block;
  			border-radius: 50%;
  			top: -10px;
  			left: 0;
  			padding: 15px;
  			span{
  				display: block;
  			}
  			span:nth-of-type(1){
  				font-size: 2.5rem;
  				line-height: 2.5rem;
  			}
  			span:nth-of-type(2){
  				font-size: 2.5rem;
  				line-height: 2.5rem;
  			}
  		}
  		.FirstCon{
  			padding: 20px 20px 0;
  			.support, .bottle{
  				h4{
  					margin: 0 0 20px;
  					font-size: 2.5rem;
  					line-height: 3.5rem;
  					font-weight: bold;
  					span{
  						font-size: 3.5rem;
  						line-height: 3.5rem;
  						margin-left: 5px;
  					}
  				}
  			}
  			.support{
  				h4{
  					margin: 0 0 15px 90px;
  				}
  				.support_box{
  					justify-content: space-around;
  					.supLeft{
  						flex-basis: 14%;
  					}
  					.supRight{
  						flex-basis: 74%;
  						.freeprice{
  							margin: 0 0 20px;
  							.nomal{
  								padding: 5px;
  								p{
  									font-size: 1.3rem;
  									line-height: 1.7rem;
  								}
  							}
  						}
  					}
  				}
  			}
  			.bottle{
  				h4{
  					margin: 10px 0 20px;
  				}
  				.freeprice{
  					.nomal{
  						flex-basis: 48%;
  						p{
  							font-size:1.2rem;
  							line-height: 1.8rem;
  							br{ display: none; }
  						}
  					}
  					.arrow{
  						flex-basis: 4%;
  						padding: 0;
  					}
  					.special{
  						flex-basis: 39%;
  					}
  				}
  			} 
  		} }
  	}*/
  /*	.with_first_set{
  		box-sizing: border-box;
  		background: #fff;
  		border: 1px solid #3475de;
  		width: 100%;
  		max-width: 1000px;
  		margin: 0 auto;
  		.title{
  			background: #3475de;
  			text-align: center;
  			padding: 10px 10px 5px;
  			img:nth-of-type(1){
  				width: 100%;
  				max-width: 409px;
  			}
  			img:nth-of-type(2){
  				width: 100%;
  				max-width: 439px;
  			}
  		}
  		.first_cont{
  			border-bottom: 2px dotted #3475de;
  			padding: 15px;
  			margin-bottom: 10px;
  			.Incentive_with{
  				background: #fff776;
  				color: #ff5353;
  				font-size: 1.3rem;
  				text-align: center;
  				line-height: 1.5rem;
  				span{
  					font-size: 1.5rem;
  					font-weight: bold;
  				}
  				border-radius: 20px;
  				padding: 5px 10px;
  				margin-bottom: 10px;
  			}
  			.support, .bottle{
  				p:nth-of-type(2){ text-align: center; }
  			}
  			.support{
  				border-bottom: 2px dotted #3475de;
  				padding-bottom: 15px;
  				margin-bottom: 15px;
  				img{
  					width: 100%;
  					max-width: 439px;
  				}
  			}
  			.bottle{
  				img{
  					width: 100%;
  					max-width: 439px;
  				}
  			}
  		}
  		.first_with_cont{
  			padding: 0 15px 10px;
  			.first_with_box{
  				p:nth-of-type(1){
  					margin-bottom: 5px;
  					img{
  						width: 100%;
  						max-width: 364px;
  					}
  				}
  				p:nth-of-type(2){
  					margin-bottom: 10px;
  					img{
  						width: 100%;
  						max-width: 564px;
  					}
  				}
  			}
  		}
  		@media screen and (min-width: 600px) {
  		.title{
  			padding: 10px 10px 0;
  			p{
  				display: inline-block;
  				padding: 0;
  			}
  		}
  		.first_cont{
  			display: flex;
  			margin-bottom: 20px;
  			.Incentive_with{
  				display: inline-block;
  				padding: 5px 20px;
  				font-size: 2rem;
  				line-height: 2rem;
  				text-align: left;
  				span{
  					font-size: 2.5rem;
  					font-weight: bold;
  				}
  			}
  			.support{
  				flex-basis: 50%;
  				flex-direction: column;
  				border: 0;
  				padding-bottom: 0;
  				margin-bottom: 0;
  			}
  			.bottle{
  				flex-basis: 50%;
  				border-left: 2px dotted #3475de;
  				padding-left: 20px;
  				margin-left: 20px;
  				margin-bottom: 0;
  			}
  		}
  		.first_with_cont{
  			.first_with_box{
  				display: flex;
  				justify-content: center;
  				p:nth-of-type(2){
  					margin-left: 30px;
  					img{
  						width: 100%;
  						max-width: 524px;
  					}
  				}
  			}
  		}
  		}
  	}*/
  /*サンキューセット*/
}
#Container .Offer_jal .JalCp_cap {
  position: relative;
  text-align: center;
  z-index: 100;
  margin-bottom: -10px;
}
#Container .Offer_jal .JalCp_cap img {
  width: 90%;
  max-width: 654px;
}
@media screen and (min-width: 751px) {
  #Container .Offer_jal .JalCp_cap {
    margin-bottom: 10px;
  }
}
#Container .Offer_jal .JalCp {
  position: relative;
  box-sizing: border-box;
  background: #d9f1fd;
  border: 1px solid #3475de;
  width: 100%;
  padding: 10px;
}
#Container .Offer_jal .JalCp .Incentive {
  background: #fff776;
  border-radius: 20px;
  color: #ff5353;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
#Container .Offer_jal .JalCp .Incentive span:nth-of-type(1) {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#Container .Offer_jal .JalCp .Incentive span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: bold;
}
#Container .Offer_jal .JalCp .JalCpBox p {
  font-size: 1.4rem;
  line-height: 2rem;
}
#Container .Offer_jal .JalCp .JalCpBox br {
  display: none;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ff5353;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .morenaku {
  display: inline-block;
  background: #fff;
  border: 1px solid #ff5353;
  border-radius: 30px;
  color: #ff5353;
  font-size: 1.7rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  margin: 10px 5px 0 0;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .morenaku span {
  display: block;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .point {
  flex-basis: 73%;
  font-family: "M PLUS 1p";
  margin-bottom: 10px;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 {
  font-size: 20vw;
  line-height: 20vw;
  letter-spacing: -2px;
  font-weight: 900;
  display: inline-table;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 span:nth-of-type(1) {
  letter-spacing: -10px;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 span:nth-of-type(2) {
  font-size: 14vw;
  line-height: 14vw;
  letter-spacing: -4px;
}
#Container .Offer_jal .JalCp .JalCpBox .MilePresent .point p {
  font-size: 8vw;
  line-height: 8vw;
  letter-spacing: -2px;
  font-weight: 900;
}
#Container .Offer_jal .JalCp .JalCpBox .JalCp_date {
  text-align: center;
  margin-bottom: 20px;
}
#Container .Offer_jal .JalCp .JalCpBox .JalCp_date p {
  display: inline-block;
  background: #ff5353;
  border-radius: 25px;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #fff;
  padding: 5px 15px;
}
#Container .Offer_jal .JalCp .JalCpBox .mile, #Container .Offer_jal .JalCp .JalCpBox .plusmile {
  position: relative;
  border-top: 1px dashed #434343;
  padding-top: 15px;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div p, #Container .Offer_jal .JalCp .JalCpBox .plusmile div p {
  vertical-align: text-top;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div span, #Container .Offer_jal .JalCp .JalCpBox .plusmile div span {
  color: #ff5353;
  font-weight: bold;
}
#Container .Offer_jal .JalCp .JalCpBox .mile .plus, #Container .Offer_jal .JalCp .JalCpBox .plusmile .plus {
  position: absolute;
  top: -12px;
  left: 38%;
  background: #d9f1fd;
  font-size: 17px;
  font-weight: bold;
  padding: 0 7px;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div {
  display: inline-flex;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div span {
  font-size: 1.6rem;
  line-height: 2rem;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div p:nth-of-type(1) {
  flex-basis: 100px;
  margin-right: 10px;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div p:nth-of-type(1) img {
  width: 100%;
  max-width: 87px;
}
#Container .Offer_jal .JalCp .JalCpBox .mile div p:nth-of-type(2) {
  width: 100%;
}
#Container .Offer_jal .JalCp .JalCpBox .plusmile div > p {
  font-size: 17px;
  line-height: 1.5;
}
#Container .Offer_jal .JalCp .JalCpBox .plusmile div > p span {
  font-size: 22px;
  line-height: 1.5;
}
#Container .Offer_jal .JalCp .JalCpBox .JalCpBox_cp img {
  width: 100%;
  max-width: 600px !important;
}
@media screen and (min-width: 601px) {
  #Container .Offer_jal .JalCp {
    background: #d9f1fd url(/clp/inc/img/jal/jalcp_bg.jpg) no-repeat right center/40%;
  }
  #Container .Offer_jal .JalCp .JalCpBox {
    width: 67vw;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent {
    display: flex;
    align-items: center;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .morenaku {
    border: 1px solid #ff5353;
    font-size: 1.4rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    vertical-align: 70%;
    padding: 9px;
    margin: 0 10px 5px 0;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .morenaku span {
    display: block;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point {
    flex-basis: 85%;
    align-items: center;
    display: flex;
    margin-top: 10px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point p {
    font-size: 2.8rem;
    line-height: 3.3rem;
    letter-spacing: 0;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point p span {
    display: inline-block;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 {
    font-size: 7rem;
    line-height: 7rem;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 span:nth-of-type(1) {
    letter-spacing: -4px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 span:nth-of-type(2) {
    font-size: 5rem;
    line-height: 5rem;
  }
  #Container .Offer_jal .JalCp .JalCpBox .JalCp_date {
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  #Container .Offer_jal .JalCp {
    background: #d9f1fd url(/clp/inc/img/jal/jalcp_bg.jpg) no-repeat right center;
    padding: 25px;
  }
  #Container .Offer_jal .JalCp .Incentive {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    top: 10px;
    left: 20px;
    padding: 15px;
  }
  #Container .Offer_jal .JalCp .Incentive span {
    display: block;
  }
  #Container .Offer_jal .JalCp .Incentive span:nth-of-type(1) {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #Container .Offer_jal .JalCp .Incentive span:nth-of-type(2) {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
  #Container .Offer_jal .JalCp .JalCpBox {
    width: 60%;
    margin-left: 100px;
    /*			.mile:before{
    				position: absolute;
    				top: 27%;
    				left: -12px;
    				background: #d9f1fd;
    				color: #434343;
    				content: "\f067";
    				font-family: "Font Awesome 5 Free";
    				font-size: 26px;
    				font-weight: 900;
    				border-radius: 10%;
    				padding: 7px 0;
    			}*/
  }
  #Container .Offer_jal .JalCp .JalCpBox p {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .morenaku {
    border: 1px solid #ff5353;
    font-size: 1.4rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    vertical-align: 70%;
    padding: 9px;
    margin: 0 10px 5px 0;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .morenaku span {
    display: block;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point {
    flex-basis: 80%;
    align-items: flex-end;
    display: flex;
    margin-bottom: 10px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 span:nth-of-type(1) {
    letter-spacing: -11px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point h4 span:nth-of-type(2) {
    font-size: 5rem;
    line-height: 5rem;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point p {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point p span {
    display: inline-block;
  }
  #Container .Offer_jal .JalCp .JalCpBox .MilePresent .point p:nth-of-type(2) {
    margin-bottom: 5px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .JalCp_date {
    text-align: left;
    margin-bottom: 25px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .JalCp_date p {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 5px 20px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .mile, #Container .Offer_jal .JalCp .JalCpBox .plusmile {
    position: relative;
    border: 1px dashed #434343;
    padding: 20px 15px 15px 15px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .mile .plus, #Container .Offer_jal .JalCp .JalCpBox .plusmile .plus {
    position: absolute;
    top: -14px;
    left: 10px;
    background: #d9f1fd;
    font-size: 17px;
    font-weight: bold;
    padding: 0 7px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .mile div {
    margin-left: 12px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .mile div span {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }
  #Container .Offer_jal .JalCp .JalCpBox .mile div p:nth-of-type(1) {
    flex-basis: 100px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .mile div br {
    display: block;
  }
  #Container .Offer_jal .JalCp .JalCpBox .plusmile div > p {
    font-size: 22px;
    line-height: 1.5;
    margin-left: 12px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .plusmile div > p span {
    font-size: 29px;
    line-height: 1.5;
  }
  #Container .Offer_jal .JalCp .JalCpBox .plusmile div > p span span {
    font-size: 35px;
  }
  #Container .Offer_jal .JalCp .JalCpBox .plusmile div > p br {
    display: block;
  }
}
#Container .Offer_jal .JalNormalCp {
  position: relative;
  box-sizing: border-box;
  background: #d9f1fd;
  border: 1px solid #3475de;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}
#Container .Offer_jal .JalNormalCp .Incentive {
  background: #fff776;
  border-radius: 20px;
  color: #ff5353;
  line-height: 2rem;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
#Container .Offer_jal .JalNormalCp .Incentive span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}
#Container .Offer_jal .JalNormalCp .Incentive span:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}
#Container .Offer_jal .JalNormalCp .JalCpBox {
  text-align: center;
}
#Container .Offer_jal .JalNormalCp .JalCpBox img {
  width: 100%;
  max-width: 445px;
}
@media screen and (min-width: 601px) {
  #Container .Offer_jal .JalNormalCp {
    padding: 20px;
  }
  #Container .Offer_jal .JalNormalCp .Incentive {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    top: 10px;
    left: 20px;
    padding: 15px;
  }
  #Container .Offer_jal .JalNormalCp .Incentive span {
    display: block;
  }
  #Container .Offer_jal .JalNormalCp .Incentive span:nth-of-type(1) {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #Container .Offer_jal .JalNormalCp .Incentive span:nth-of-type(2) {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
  #Container .Offer_jal .JalNormalCp .JalCpBox {
    display: flex;
    align-items: center;
    margin-left: 100px;
  }
}
#Container .Offer_jal .cap1 {
  margin-bottom: 10px;
}
#Container .Offer_jal .cap1 img {
  width: 100%;
  max-width: 540px;
}
#Container .Offer_jal .First_set {
  box-sizing: border-box;
  background: #f23c3c;
  border: 10px solid #f23c3c;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
#Container .Offer_jal .First_set .title {
  background: #f23c3c;
  text-align: center;
}
#Container .Offer_jal .First_set .title img {
  width: 100%;
  max-width: 990px;
}
#Container .Offer_jal .First_set .first_cont {
  background: #fff;
  padding: 15px;
}
#Container .Offer_jal .First_set .first_cont .Incentive_with {
  background: #fff776;
  color: #ff5353;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#Container .Offer_jal .First_set .first_cont .Incentive_with span {
  font-size: 1.5rem;
  font-weight: bold;
}
#Container .Offer_jal .First_set .first_cont .support p:nth-of-type(2), #Container .Offer_jal .First_set .first_cont .bottle p:nth-of-type(2) {
  text-align: center;
}
#Container .Offer_jal .First_set .first_cont .support {
  border-bottom: 2px dotted #f23c3c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#Container .Offer_jal .First_set .first_cont .support img {
  width: 100%;
  max-width: 439px;
}
#Container .Offer_jal .First_set .first_cont .bottle img {
  width: 100%;
  max-width: 439px;
}
#Container .Offer_jal .First_set .first_with_cont {
  padding: 0 15px 10px;
}
#Container .Offer_jal .First_set .first_with_cont .first_with_box p:nth-of-type(1) {
  margin-bottom: 5px;
}
#Container .Offer_jal .First_set .first_with_cont .first_with_box p:nth-of-type(1) img {
  width: 100%;
  max-width: 364px;
}
#Container .Offer_jal .First_set .first_with_cont .first_with_box p:nth-of-type(2) {
  margin-bottom: 10px;
}
#Container .Offer_jal .First_set .first_with_cont .first_with_box p:nth-of-type(2) img {
  width: 100%;
  max-width: 564px;
}
@media screen and (min-width: 600px) {
  #Container .Offer_jal .First_set .title p {
    display: inline-block;
    padding: 0;
  }
  #Container .Offer_jal .First_set .first_cont {
    display: flex;
  }
  #Container .Offer_jal .First_set .first_cont .Incentive_with {
    display: inline-block;
    padding: 5px 20px;
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
  }
  #Container .Offer_jal .First_set .first_cont .Incentive_with span {
    font-size: 2.5rem;
    font-weight: bold;
  }
  #Container .Offer_jal .First_set .first_cont .support {
    flex-basis: 50%;
    flex-direction: column;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #Container .Offer_jal .First_set .first_cont .bottle {
    flex-basis: 50%;
    border-left: 2px dotted #f23c3c;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  #Container .Offer_jal .First_set .first_with_cont .first_with_box {
    display: flex;
    justify-content: center;
  }
  #Container .Offer_jal .First_set .first_with_cont .first_with_box p:nth-of-type(2) {
    margin-left: 30px;
  }
  #Container .Offer_jal .First_set .first_with_cont .first_with_box p:nth-of-type(2) img {
    width: 100%;
    max-width: 524px;
  }
}
#Container .cpbnr {
  width: 100%;
  margin-top: -20px;
}
#Container .cpbnr img {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 480px) {
  #Container .cpbnr {
    margin-bottom: 20px;
  }
}
#Container .Kosodate-jal {
  margin-bottom: 50px;
}
#Container .Kosodate-jal .Kosodate-title img {
  width: 100%;
}
#Container .Kosodate-jal .Kosodate-title p {
  line-height: 0;
}
#Container .Kosodate-jal .Content {
  background: #ffdee0;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
#Container .Kosodate-jal .Content .Kosodate-tokuten {
  display: flex;
  justify-content: space-between;
}
#Container .Kosodate-jal .Content .Kosodate-tokuten img {
  width: 100%;
  max-width: 470px !important;
}
@media screen and (max-width: 480px) {
  #Container .Kosodate-jal {
    margin-bottom: 30px;
  }
  #Container .Kosodate-jal .Content {
    padding: 0 10px 10px;
  }
  #Container .Kosodate-jal .Content .Kosodate-tokuten {
    display: block;
  }
}