@charset "utf-8";

section {
  background: #fff;
}
#goto_campaign h2 {
  width: 1340px;
  margin: 0 auto 20px;
}
.goto_main_images {
  background: url(https://img.undernavi.com/front/pc/etc/bg_campaign.jpg) center
    top no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 40px;
  /*! height: 1060px; */
}
.goto_main_images::before {
  content: "";
  display: inline-block;
  padding-top: 55%;
}
#goto_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
#goto_link {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
#ap_method {
  display: block;
  margin: 0 auto 30px;
}
#goto_link img:hover {
  opacity: 0.7;
  transition: 0.2s;
}
#goto_fuzoku_ttl {
  width: 880px;
  margin: 0 auto;
  font-size: 20px;
  color: #c80037;
  font-weight: bold;
}
/* goto_contents
--------------------------------------------------------------*/
.goto_contents {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
.goto_cont-img {
}
.goto_cont-body {
  background: url(https://img.undernavi.com/front/pc/etc/bg_parts.jpg) repeat-y;
  background-size: 100% auto;
  padding: 70px 0;
}
.notes {
  width: 75%;
  margin: 0 auto;
  border: 4px solid #f555ab;
  border-radius: 8px;
  padding: 60px 80px;
  background: url(https://img.undernavi.com/front/pc/etc/bg_goto01.png) bottom
    left no-repeat;
  background-size: 100% auto;
}
.ttl_pink {
  color: #f555ab;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}
.notes > ul {
}
.notes > ul li {
  color: #555651;
  list-style: disc;
  font-size: 1.15rem;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-align: justify;
}
.notes > ul li:last-child {
  margin-bottom: 50px;
}
.goto_cont-foot {
  margin-bottom: 50px;
}
.red_box {
  background: #ca0137;
  padding: 50px 0 30px 0;
}
.red_box > p {
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.select_pref {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 1400px;
  margin: 20px auto 0 auto;
}
.select_pref > li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
  border-radius: 5px;
}
.select_pref > li:nth-child(even) {
  margin-right: 0;
}
.select_pref > li > a {
	display: block;
	color: #ca0137;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: #fff;
	border-radius: 5px;
	padding: 15px 0;
	width: 100%;
	/* height: 100%; */
}
.select_pref > li > a img {
  margin-right: 15px;
}
.notes02 {
  width: 55%;
  max-width: 1600px;
  margin: 50px auto;
  border: 4px solid #39bafb;
  border-radius: 8px;
  padding: 60px 80px;
  background: url(https://img.undernavi.com/front/pc/etc/bg_goto02.png) bottom
    left no-repeat;
  background-size: 100% auto;
}
.ttl_blue {
  color: #39bafb;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}
.notes02 > ul {
}
.notes02 > ul li {
  color: #555651;
  list-style: none;
  font-size: 1.15rem;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-align: justify;
}
.notes02 > ul li:last-child {
  margin-bottom: 50px;
}
.btn_mypage {
  display: block;
  background: #ca0e37;
  color: #fff !important;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  width: 53%;
  margin: 0 auto 50px auto;
  padding: 30px 0;
  border-radius: 8px;
}
/* 当選者発表
---------------------------------*/
.winning {
  max-width: 1340px;
  min-width: 1000px;
  margin: 0 auto 20px auto;
  border: 2px solid #ccc;
  padding: 25px 0;
}
.ttl_win {
  text-align: center;
  color: #c90037;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin: 0 auto;
}
.ttl_win > .arrow {
}
.ttl_win > .arrow img {
  height: 0.55em;
  transform: scaleY(-1);

  margin-bottom: 0.125em; /* フォントがメイリオでなければ必要ない */
}
.ttl_win > .arrow.scale > img {
  transform: scaleY(1);
}
.txt {
  text-align: center;
  padding: 20px 0 0 0;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 0 20px;
}
.flex_box > ul {
  width: 24%;
  border-right: 1px solid #ccc;
  text-align: right;
}
.flex_box > ul:last-child {
  border-right: none;
}
.flex_box > ul li {
  padding: 0 20px 10px 0;
}
.flex_box > ul li > span {
  margin-left: 8px;
}
/************************************リニューアル用**************************************/
.mainTop {
	text-align: center;
}
.mainTop-des > img {
	margin-bottom: 10px;
}
.mainTop-des {
	background: #faf2e7;
	padding: 40px 0;
}
.mainTop-des p {
	text-align: center;
}
.orange {
	color: #f15a24;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.mainTop-des-txt {
	font-weight: bold;
}
.campaign_period-inner {
	background: #e8f6fc;
	padding: 30px 40px;
	border-radius: 20px;
	width: fit-content;
	margin: 40px auto;
	line-height: 2;
}
.campaign_period-item.campaign_period-item1 span {
	background: #29abe2;
}
.campaign_period-item.campaign_period-item2 span {
	background: #f15a24;
}

.campaign_period-item em {
	font-size: 18px;
}
.campaign_period-item span {
	margin-right: 10px;
	padding: 0 8px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}
.red_box.red_box2 {
	background: #f555ab;
}
.red_box.red_box2 > p {
	font-size: 22px;
	margin-bottom: 10px;
}
.flow_inner {
	width: 580px;
	margin: 80px auto;
	padding: 40px;
	border-radius: 20px;
	background-size: auto auto;
	background-color: rgba(194, 238, 253, 1);
	background-image: repeating-linear-gradient(120deg, transparent, transparent 10px, rgba(180, 235, 255, 1) 10px, rgba(180, 235, 255, 1) 30px );	
}
.flow_inner h3 {
	text-shadow: 2px 2px 1px #29abe2, -2px 2px 1px #29abe2, 2px -2px 1px #29abe2, -2px -2px 1px #29abe2, 2px 0px 1px #29abe2, 0px 2px 1px #29abe2, -2px 0px 1px #29abe2, 0px -2px 1px #29abe2;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.flow_list {
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
}
.flow_list-item {
	background: #fff;
	padding: 20px 20px 0;
	display: flex;
	gap: 0 0px;
	flex-grow: 1;
	min-height: 150px;
}
.num {
	background: #29abe2;
	color: #fff;
	width: fit-content;
	padding: 10px;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
}
.flow_list-left {
	flex: 2;
	display: flex;
	align-items: flex-start;
	gap: 0 20px;
}
.flow_txt p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.flow_txt span {
	font-size: 15px;
}

.flow_list-right {
	flex: 1;
}
.flow_list-item:nth-child(3), .flow_list-item:nth-child(4) {
	padding-right: 0px;
}
.mypage_link a {
	width: auto;
	margin-top: 100px;
}
.goto_cont-body.goto_cont-body2 {
	background: none;
	padding: 0px 0 30px;
}
.goto_cont-body.goto_cont-body2 .notes {
	border-color: #6b6b6b;
	background: transparent;
	border-width: 3px;
	padding: 60px 100px;
}
.goto_cont-body.goto_cont-body2 .ttl_pink, .goto_cont-body.goto_cont-body2 .ttl_blue {
	color: #6b6b6b;
}
.notes02.notes02-1 {
	width: 75%;
	border-color: #6b6b6b;
	background: none;
	border-width: 3px;
	padding: 60px 100px;
}
.notes02.notes02-1 span {
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
.red_box.red_box2 .red_box2-des {
	margin-bottom: 30px;
}
.red_box.red_box2 .select_pref a {
	color: #f555ab;
}
.flow_list-right.--qr {
	text-align: center;
}