@charset "UTF-8";

.l-wrapper{
	color: #34303d;
}

.container {
  max-width: 1200px;
  margin: auto;
}

br.forSP {
  display: none;
}

@media all and (max-width: 767.97px) {
  br.forSP {
    display: inherit;
  }
  br.forPC {
    display: none;
  }
}

h1 {
  display: inline;
  font-weight: normal;
  font-size: 16px;
}

@media all and (max-width: 1200px) {
  h1 {
    font-size: 13px;
  }
}

.top img,
.bg_gray img,
.terms img
 {
  width: 100%;
}

.bg_gray {
  padding: 10px 15px 25px;
  background-color: #efefef;
}

.round_list li {
  margin-left: 1em;
}

.round_list li::before {
  display: inline-block;
  text-indent: -1em;
  content: "●";
}

.riceSymbol_list li {
  margin-left: 1em;
}

.riceSymbol_list li::before {
  display: inline-block;
  text-indent: -1em;
  content: "※";
}

.section_tit {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 767.97px) {
  .section_tit {
    font-size: 45px;
  }
}

@media (min-width: 767.97px) {
  .terms .section_tit {
    font-size: 35px;
  }
}

.campaign_tit {
  text-align: center;
}

.text_keyColor {
  color: #74a92d;
}

.return_btn {
  width: 50px;
  margin: auto;
  padding-top: 15px;
}
.terms_btn {
	display:block;
}

@media (min-width: 767.97px) {
  .return_btn {
    width: 100%;
    max-width: 80px;
  }
}

.link_color {
  color: #00f;
}

.main_img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
	text-align: center;
}

.main_text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #c0e983;
}

.main_text p {
  font-size: 3.8vw;
}

@media (min-width: 767.97px) {
  .main_text p {
    font-size: 2.2vw;
  }
}

@media (min-width: 1300px) {
  .main_text p {
    font-size: 30px;
  }
}

.main_text span {
  font-size: 3.5vw;
}

@media (min-width: 767.97px) {
  .main_text span {
    font-size: 1.9vw;
  }
}

@media (min-width: 1300px) {
  .main_text span {
    font-size: 25px;
  }
}

.main_text span.smm {
  font-size: 2.5vw;
}

@media (min-width: 767.97px) {
  .main_text span.smm {
    font-size: 1.3vw;
  }
}

@media (min-width: 1300px) {
  .main_text span.smm {
    font-size: 16px;
  }
}

.btn_wrap {
  margin-bottom: 20px;
}

@media (min-width: 767.97px) {
  .btn_wrap {
    margin-bottom: 58px;
  }
}

.apply_wrap {
  margin-top: 18px;
}

@media (min-width: 767.97px) {
  .apply_wrap {
    margin-bottom: 35px;
  }
}

.apply_text {
  width: 30%;
  max-width: 150px;
  margin: auto;
}

@media (min-width: 767.97px) {
  .apply_text {
    max-width: 230px;
    margin-bottom: 15px;
  }
}

.campaign_btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 690px;
  height: 50px;
  max-height: 127px;
  margin: auto;
  color: yellow;
  font-weight: bolder;
  font-size: 20px;
  text-decoration: none;
  background: #e60012;
  border-radius: 25px;
}

#endtext p{
	font-size: 1em;
	text-align: center;
	margin: 30px 10px;
  }

@media (min-width: 767.97px) {
  .campaign_btn {
    max-width: 690px;
    height: 120px;
    font-size: 50px;
    border-radius: 60px;
  }
}

.myPage_wrap {
  margin-top: 18px;
}

.myPage_text {
  width: 90%;
  margin: auto;
}

@media (min-width: 767.97px) {
  .myPage_text {
    width: 55%;
    max-width: 690px;
    margin-bottom: 15px;
  }
}

.myPage_btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 690px;
  height: 40px;
  max-height: 127px;
  margin: auto;
  color: #74a92d;
  font-size: 18px;
  text-decoration: none;
  border: solid 2px #74a92d;
  border-radius: 25px;
}

@media (min-width: 767.97px) {
  .myPage_btn {
    height: 80px;
    font-size: 40px;
    border: solid 3px #74a92d;
    border-radius: 40px;
  }
}

.subnav_wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 15px;
}

@media (min-width: 767.97px) {
  .subnav_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 40px 0 30px;
    border-radius: 5px;
  }
}

.subnav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-bottom: solid 4px #cacacb;
}

.subnav_item a {
  color: #64625c;
  text-decoration: none;
}

@media (min-width: 767.97px) {
  .subnav_item a {
    font-size: 2.9vw;
  }
}

@media (min-width: 1300px) {
  .subnav_item a {
    font-size: 36px;
  }
}

.subnav_item:nth-child(3) {
  border: none;
}

.subnav_item:nth-child(3) a {
  font-size: 14px;
}

@media (min-width: 767.97px) {
  .subnav_item:nth-child(3) a {
    font-size: 2.1vw;
  }
}

@media (min-width: 1300px) {
  .subnav_item:nth-child(3) a {
    font-size: 30px;
  }
}

.subnav_item:nth-child(3) .rightGreen_img {
  display: flex;
  width: 100%;
  max-width: 21px;
  margin-right: 5px;
}

@media (min-width: 767.97px) {
  .subnav_item:nth-child(3) .rightGreen_img {
    max-width: 34px;
  }
}

@media (min-width: 767.97px) {
  .subnav_item {
    width: calc((100% - 40%) / 2);
    height: 100px;
    border-right: solid 3px #cacacb;
    border-bottom: none;
  }
  .subnav_item:nth-child(2) {
    width: 40%;
  }
  .subnav_item:nth-child(3) {
    border: none;
  }
}

.rightGreen_img {
  width: 100%;
  max-width: 27px;
  margin-right: 5px;
}

@media (min-width: 767.97px) {
  .rightGreen_img {
    max-width: 40px;
    margin-right: 7px;
  }
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 -15px;
  line-height: 1.3;
  text-align: center;
  background-color: #c0e983;
}

@media (min-width: 767.97px) {
  .label {
    height: 100px;
    margin: 0;
  }
}

.label h1 {
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 767.97px) {
  .label h1 {
    font-size: 35px;
  }
}

.join {
  margin-top: 35px;
}

@media (min-width: 767.97px) {
  .join {
    margin-bottom: 100px;
  }
}

.join_inner {
  padding-bottom: 25px;
  background-color: #fff;
  border-radius: 15px;
}

.join_wrap {
  text-align: center;
}

@media (min-width: 767.97px) {
  .join_wrap p {
    font-size: 27px;
  }
}

.join_wrap .underGreen_img {
  width: 100%;
  max-width: 40px;
  margin: auto;
}

@media (min-width: 767.97px) {
  .join_wrap .underGreen_img {
    max-width: 100px;
    margin-top: 12px;
  }
}

.join_wrap:nth-child(2) .underGreen_img, .join_wrap:nth-child(3) .underGreen_img {
  margin-top: -5px;
}

@media (min-width: 767.97px) {
  .join_wrap:nth-child(2) .underGreen_img, .join_wrap:nth-child(3) .underGreen_img {
    margin-top: 15px;
  }
}

.join_wrap:nth-child(3) .step_img, .join_wrap:nth-child(4) .step_img {
  margin-right: 3px;
}

@media (min-width: 767.97px) {
  .join_wrap:nth-child(3) .step_img, .join_wrap:nth-child(4) .step_img {
    margin-right: 6px;
  }
}

.join_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  color: #74a92d;
}

@media (min-width: 767.97px) {
  .join_caption {
    padding-top: 35px;
  }
}

.join_caption h4 {
  font-size: 20px;
}

@media (min-width: 767.97px) {
  .join_caption h4 {
    font-size: 50px;
  }
}

.step_img {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 45px;
  padding: 2px 4px 0 0;
}

@media (min-width: 767.97px) {
  .step_img {
    max-width: 100px;
    padding: 5px 6px 0 0;
  }
}

.line_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 275px;
  margin: auto;
  line-height: 1.6;
  text-align: left;
  border: 1px solid #999;
  border-radius: 3px;
}

@media (min-width: 767.97px) {
  .line_box {
    max-width: 670px;
    height: 130px;
    margin: 23px auto 25px;
  }
}

@media (min-width: 767.97px) {
  .line_box li {
    font-size: 23px;
  }
}

.line_img {
  width: 100%;
  max-width: 50px;
  margin: 9px;
}

@media (min-width: 767.97px) {
  .line_img {
    max-width: 85px;
  }
}

.line_color {
  color: #00b900;
}

.bg_grayP {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  font-size: 13px;
  background-color: #efefef;
}

@media (min-width: 767.97px) {
  .bg_grayP {
    max-width: 670px;
    height: 55px;
    margin: 10px auto 15px;
  }
}

.lottery {
  margin-top: 50px;
  text-align: center;
}

@media (min-width: 767.97px) {
  .lottery {
    margin-bottom: 160px;
  }
}

.terms {
  margin-top: 25px;
}

@media (min-width: 767.97px) {
  .terms {
    margin-top: 80px;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 1023.97px) {
  .terms {
    width: 90%;
    margin: 25px auto 0;
  }
}

.terms h3 {
  text-align: center;
}

@media (min-width: 767.97px) {
  .terms h3 {
    margin-bottom: 30px;
  }
}

.terms .terms_keyColor {
  color: #2c893a;
}

.terms .terms_subTit {
  text-align: center;
}

@media (min-width: 767.97px) {
  .terms .terms_subTit {
    text-align: left;
  }
}

.terms .terms_text {
  text-align: center;
}

@media (min-width: 767.97px) {
  .terms .terms_text {
    text-align: left;
  }
}

.terms .termsText_bold {
  font-weight: bold;
}

.terms .campaignPeriod {
  text-align: center;
}

@media (min-width: 767.97px) {
  .terms .campaignPeriod {
    font-size: 26px;
  }
}

.terms dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid;
  border-bottom: none;
}

@media all and (max-width: 1023.97px) {
  .terms dl {
    display: block;
    border: none;
  }
}

.terms dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.6%;
  max-width: 330px;
  text-align: center;
  background: #e0e0de;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

@media (min-width: 767.97px) {
  .terms dt {
    font-size: 23px;
  }
}

@media all and (max-width: 1023.97px) {
  .terms dt {
    width: 100%;
    max-width: 100%;
    border: none;
	margin: 30px 0 10px;
  }
}

.terms dd {
  box-sizing: border-box;
  width: calc(100% - 27.6%);
  max-width: 870px;
  padding: 10px;
  border-bottom: 1px solid;
}

@media (min-width: 767.97px) {
  .terms dd {
    font-size: 18px;
  }
}

@media all and (max-width: 1023.97px) {
  .terms dd {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
  }
}

.fs-13 {
  font-size: 13px;
}

@media (min-width: 767.97px) {
  .fs-13 {
    font-size: 16px;
  }
}




/*--------------------------------------------------
**************************************************
  注釈リストコメ印
**************************************************
--------------------------------------------------*/

.disclaimerBlock_li--kome {
	position: relative;
	margin-top: 0.2em;
	padding-left: 1.2em;
	margin: 0 0 0 10px;
	font-size: 10pt;
}

.disclaimerBlock_li--kome::before {
	position: absolute;
	content: "※";
	display: inline-block;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
}



/*--------------------------------------------------
**************************************************
  規約テーブル
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 751px) {
	.term_title {
		text-align: center;font-size: 28px;font-weight: bold;
		position: relative;
		padding-bottom: 45px;
	}
	.term_title::after {
		content: "";
		position: absolute;bottom: 0;left: 0;right: 0;
		display: block;width: 2px;height: 30px;margin: 0 auto;
		background-color: #1a1a1a;
	}
	div.terms_box{
		padding: 50px 0;
	}
	#terms_area {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Noto Sans JP';
	}
	.term_block {
		padding: 20px 0;
		background: #FFF;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		border:1px solid #c0e983;
	}
	.term_block table {width: 100%;}
	.term_block table th {
		width: 30%;padding: 0 15px;
		font-size: 18px;text-align: center;line-height: 1.6em;letter-spacing: 0.1em;
	}
	.term_block table td {
		padding: 5px 20px;
		border-left: 1px solid #34303d;
		line-height: 1.8em;
		font-size: 14px;
	}
	.term_block.pointp {
		background: #c0e983;
	}
	.term_block.pointp table td p{
		font-weight: bold;
	}
}


@media screen and (max-width: 750px) {
	.term_title {
		font-size: 5vw;font-weight: 700 !important;text-align: center;
		position: relative;
		padding-bottom: 4vw;
		margin-bottom: 40px;
	}
	.term_title::after {
		content: "";
		position: absolute;bottom: -3vw;left: 0;right: 0;
		display: block;width: 2px;height: 5vw;margin: 0 auto;
		background-color: #000000;
	}
	#terms_area {
		padding: 10vw 6vw 8.6vw;
	}
	
	.term_block {
		margin: 0 auto;
		padding: 7.6vw 5.3vw 5.3vw;
		background: #FFF;
		border-radius: 3.7vw;
		border:1px solid #cf111b;
	}
	.term_block table {
		list-style-type: none;
		width: 100%;
	}
	.term_block th {
		display: list-item;
		width: 100%;
		font-size: 4vw;
		font-weight:700 !important;
		text-align: center;letter-spacing: 0.1em;
		padding-bottom: 7vw;
		border-bottom: 1px solid #000;
	}
	.term_block td {
		display: list-item;
		width: 100%;
		line-height: 1.8em;
		font-size: 3.5vw;
		margin-top:20px;
	}
}

.red{
	color: #FF0004;
}