@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#FFFFC8;}

img {
    image-rendering: -webkit-optimize-contrast;
}
a{
	color: #0078FA;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 5px;
}

.textCenter {
	text-align: center;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 5px;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 5px;
}

strong {font-weight: bold;}

.red {color: #FF0000;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 8% 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
	padding: 3%;
	box-sizing: border-box;
	background: #EECD73;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    padding: 1rem 2rem;
    color: #fff;
    background: #333399;
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
}

h3 {
    padding: 0.5rem;
    border: 1px solid #000;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin-top: 5%;
}

h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 138.5%;
    font-weight: bold;
	text-align: center;
    margin: 3% 0 2%;
    color: #FF0000;
}

h4::before,
h4::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #FF0000;
}

h4::before {
	margin-right: 10px;
	transform: rotate(-35deg)
}

h4::after {
	margin-left: 10px;
	transform: rotate(35deg)
}

.introBox {
  font-size: 133%;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
  border: 5px solid #FF0000;
  width: 100%;
  box-sizing: border-box;
}
.introBox span {
  display: block;
  padding: 1rem;
  background: #fff;
}


.introBox span .small {
  font-size: 90%;
  color: #FFF;
  margin-top: 8px;
background:  #FF0000;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.introBox p {
  font-weight: normal;
  color: #000;
  margin-top: 8px;
  font-size: 80%;
}
.introBox p a{
	font-weight: bold;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #333399;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 116%;
	font-weight: bold;
	display: block;
	width: 49%;
	float: left;
	margin: 0;
    padding: 3% 0.4%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
	color: #fff;
}

.topNavi ul li:nth-child(n+3) {/*3番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(3) {
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/*◆ポイント*/
.date {
    margin-top: 4%;
}

.date dl {
    width: 100%;
	padding: 1px 0;
}

.date dt {
	width: 100%;
    padding: 5px 8px;
    background: #0066cc;
    font-size: 123.1%;
	line-height: 1.5;
    color: #fff;
	box-sizing: border-box;
}

.date dd {
    width: 100%;
    padding: 5px 8px;
    background: #F0F0FF;
	box-sizing: border-box;
margin: 0 0 10px 0;
}

.date dd .catch {
	font-size: 133%;
    font-weight: bold;
}

.date .ap img {
    width: auto;
    height: 60px;
    margin-left: 14px;
}

/*◆list横並び*/
.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 3%;
}

.itemList3 > div {
	width: 100%;
    margin: 1% 0 3%;
}

.itemList3 > div img {
  display: block;
  height: auto;
  width: 80%;
  margin: 0 10%;
}


/*◆注意事項*/
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.no1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no1:before {
	content: '［ステップ1］';
}

ul.guideList li.no2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no2:before {
	content: '［ステップ2］';
}

ul.guideList li.no3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no3:before {
	content: '［ステップ3］';
}

ul.guideList li span {
	color: #F00;
}

/*ポイント丸数字*/
ul.pointList {
	font-size: 123.1%;
	line-height: 1.4;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
	list-style: none;
	font-weight: bold;
}
ul.pointList li{
	margin: 0 0 10px 0;
}

ul.pointList li:before {
	content: '◆';
}
ul.pointList strong{
	font-size: 120%;
	color: #0000FF;
}
	
	
/*ツアーポイント*/
ul.tourpointList {
	line-height: 1.4;
    position: relative;
    margin:0;
    padding:0;
	font-weight: 500;
}
ul.tourpointList li  {
    list-style: none;
    list-style-position:outside;
    margin:0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: dashed 1px #808080;
}
	
	ul.tourpointList table th,ul.tourpointList table td{
		display: block;
		width: 100%;
	}

ul.tourpointList table .marker  {
 background: linear-gradient(transparent 60%, #FFFF00 65%);
font-weight: bold;
	font-size: 150%;
}

ul.tourpointList table th .marker  {
	padding: 0 10px 0 0;
	background:none;
}
ul.tourpointList table .Capacity{
	font-size: 14px;
	background: #FF0000;
	line-height: 24px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
	}
	ul.tourpointList table p{
		margin: 8px 0;
	font-size: 123.1%;
	}

	ul.tourpointList table.price{
		border: 4px solid #FF0000;
	font-size: 133%;
		font-weight: bolder;
		margin: 0 0 8px 0;
		width: 100%;
		background: #FFF;
	}
	ul.tourpointList table.price span{
		font-size: 75%;
	}
	ul.tourpointList table.price th,ul.tourpointList table.price td{
		padding: 2px 10px 0 10px;
		text-align: center;
		display: table-cell;
	}
	ul.tourpointList table.price th{
		width: 40%;
	}
	ul.tourpointList table.price td{
		width: 60%;
	}
	
	
	ul.tourpointList table.price tr:last-child th,ul.tourpointList table.price tr:last-child td{
		padding: 2px 10px 2px 10px;
	}

ul.tourpointList li span.red {
    position:relative;
}

	
ul.tourpoint_guideList li{
	font-size: 123.1%;
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: 0;
    margin: 0;
	padding: 0;
	border: none;
}
ul.tourpoint_guideList li.small_font{
	font-size: 123.1%;
}
ul.tourpoint_guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.tourpoint_guideList li.kome:before {
	content: '※';
}

ul.tourpoint_guideList li:before {
	content: '';
}
	
	
	
.tourcourse{
	max-width: 655px;
	font-size: 123.1%;
	font-weight: bold;
	}
.tourcourse img{
	width: 100%;
	vertical-align: bottom;
	margin: 0 0 10px 0;
	}
.tourcourse img.pc{
	display: none;
	}

	
	
.westerpoint{
	padding: 10px;
	background: #FFFFC8;
	margin: 0 0 10px 0;
	font-weight: normal;
	}
	
.westerpoint .westerpoint_title{
	font-size: 133%;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	margin: 25px 0 15px 0;
	}
.westerpoint .westerpoint_title:first-child{
	margin: 0 0 15px 0;
	}
.westerpoint p{
	font-weight: normal;
	font-size: 100%;
	}
.westerpoint p.price{
	font-weight: bold;
	font-size: 100%;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	}
	
.westerpoint .westerpoint_title span{
	font-size: 83%;
	}
.westerpoint .big_font{
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
.westerpoint .guideList{
	font-size: 100%;
	}
.westerpoint_links{
		margin: 0 0 20px 0;
	}	
	.westerpoint_links:last-child{
		margin: 0;
	}	

.westerpoint_links a{
		font-size: 133%;
		font-weight: bold;
	text-decoration: underline;
	color: #008CFA;
	margin: 0 0 10px 0;
	display: block;
	}
	
	.tabiwa_wrap{
		margin: 0 0 50px 0;
		text-align: center;
	}
	
	img.tabiwa{
		width: 195px;
		display: inline-block;
		vertical-align: bottom;
		padding: 0;
		margin: 10px 0 0 0;
	}

	
.attentionBox{
	text-align: center;
  margin: 10px auto;
	font-size: 123.1%;
	background: #FF0000;
	color: #FFF;
	max-width: 100%;
	padding: 5px;
	}

	
	
	
	
/*◆SDGs*/
.sdgsBox {
    width: 88%;
    margin: 0 3%;
	font-size: 123.1%;
	padding: 3%;
	border: 1px #000 solid;
	text-align: left;
	background: #FFF;
}

.sdgsBox img {
    width: 100%;
    margin-top: 10px;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 84%;
  margin: 2% auto 0;
  text-align: center;
  background: #0080FF;
  border-radius: 20px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 133%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


/*当選ページ*/
.Winning{
padding: 10px 20px;
margin: 0 0 10px;
font-size: 200%;
font-weight: bold;
text-align: center;
    }

.Winning span {
background: linear-gradient(transparent 60%, #ffff66 0%);
}

 .Accent{
    padding: 10px;
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    }

.introBox02 {
  font-size: 133%;
  color: #000000;
  text-align: left;
  border: 3px solid #FF0000;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.introBox02 .red {
  font-weight: bold;
  color: #FF0000;
}

.introBox02 strong {
  font-weight: bold;
}

.Btn02 {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #0080FF;
  border-radius: 20px;
  padding: 20px 30px;
  position: relative; /* 追記 */
 font-size: 166%;
 font-weight: 500;
}

.Btn02 a {
	color: #fff;
}


.Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 3% 0 5%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background:#EECD73;
	position: relative;
	padding: 15px 0;
}
.titlePc img{
	width: 96%;
	max-width: 930px!important;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    padding: 1rem 2rem;
    color: #fff;
    background: #333399;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    margin-bottom: 20px;
}

h3 {
    padding: 1rem 2rem;
    margin: 20px 0 10px;
    border: 1px solid #000;
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}


h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 167%;
    font-weight: bold;
	text-align: center;
    margin-top: 20px;
    color: #FF0000;
}

h4::before,
h4::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #FF0000;
}

h4::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

h4::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.introBox {
  position: relative;
  font-size: 167%;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
  border: 5px solid #FF0000;
  line-height: 1.5em;
}

.introBox span {
  display: block;
  padding: 1rem 1rem;
  background: #fff;
}

.introBox span .small {
  font-size: 90%;
  color: #FFF;
  margin-top: 8px;
	background:  #FF0000;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	padding: 0 25px;
}

.introBox p {
  font-weight: normal;
  color: #000;
  margin-top: 8px;
  font-size: 80%;
}
.introBox p a{
	font-weight: bold;
}
    



/*◆navigation*/
.topNavi {
	width: 100%!important;
    background: #333399;
	text-align: center;
}

.topNavi ul {
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.topNavi ul li {
	display: inline;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    padding: 5px 40px;
    letter-spacing: 0.1em;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆ポイント*/
.date {
	margin-top: 20px;
	padding: 0;
}

.date dl {
    width: 100%;
	padding: 1px 0;
    display: table;
}

.date dt {
	width: 20%;
    padding: 5px 8px;
    background: #0066cc;
    display: table-cell;
    font-size: 133%;
	line-height: 1.5;
    color: #fff;
	vertical-align: top;
}

.date dd {
    width: 80%;
    padding: 5px 8px;
    background: #FFF;
    display: table-cell;
}

.date dd .catch {
    font-size: 216%;
    font-weight: bold;
}

.date .ap img {
    width: auto;
    height: 60px;
    margin-left: 14px;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 10px;
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div img {
  display: block;
  height: auto;
  width: 100%;
}



/*◆注意事項*/
ul.guideList {
	padding: 0;
	font-size: 133%;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}
ul.guideList li.dots {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.dots:before {
	content: '・';
}
	
ul.guideList li.none {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: 0;
    margin-left: 0;
}
ul.guideList li.none:before {
	content: '';
}
	
ul.guideList li.no1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no1:before {
	content: '［ステップ1］';
}

ul.guideList li.no2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no2:before {
	content: '［ステップ2］';
}

ul.guideList li.no3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -6.5em;
    margin-left: 6.5em;
}

ul.guideList li.no3:before {
	content: '［ステップ3］';
}

ul.guideList li span {
	color: #F00;
}
	
/*ポイント丸数字*/
ul.pointList {
	font-size: 133%;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
	list-style: none;
	font-weight: bold;
}
ul.pointList li{
	margin: 0 0 10px 0;
}

ul.pointList li:before {
	content: '◆';
}
ul.pointList strong{
	font-size: 142%;
	color: #0000FF;
}
	
	
/*ツアーポイント*/
ul.tourpointList {
	line-height: 1.4;
    position: relative;
    margin:0;
    padding:0;
}
ul.tourpointList li  {
    margin:0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #808080;
}
ul.tourpointList table .marker  {
 background: linear-gradient(transparent 60%, #FFFF00 65%);
font-weight: bold;
 font-size: 200%;
}
ul.tourpointList table th .marker  {
	padding: 0 10px 0 0;
}
ul.tourpointList table .Capacity{
	font-size: 12px;
	background: #FF0000;
	line-height: 26px;
	text-align: center;
	width: calc(100%-10px);
	font-weight: bold;
	color: #FFF;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	}
	ul.tourpointList table p{
		font-size: 133%;
		margin: 8px 0;
	}

	ul.tourpointList table.price{
		border: 4px solid #FF0000;
		font-size: 200%;
		font-weight: bolder;
		margin: 0 0 8px 0;
	}
	ul.tourpointList table.price span{
		font-size: 75%;
	}
	ul.tourpointList table.price th,ul.tourpointList table.price td{
		padding: 2px 10px 0 10px;
	}
	ul.tourpointList table.price tr:last-child th,ul.tourpointList table.price tr:last-child td{
		padding: 2px 10px 2px 10px;
	}

ul.tourpointList li span.red {
    position:relative;
}

	
ul.tourpoint_guideList li{
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: 0;
    margin: 0;
	padding: 0;
	font-size: 150%;
	border: none;
}
ul.tourpoint_guideList li.small_font{
	font-size: 135%;
}
ul.tourpoint_guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.tourpoint_guideList li.kome:before {
	content: '※';
}

ul.tourpoint_guideList li:before {
	content: '';
}
	
.tourcourse{
	width:100%;
	font-weight: bold;
	}
.tourcourse img{
	width: 100%;
	vertical-align: bottom;
	margin: 0 0 10px 0;
	}
.tourcourse img.sp{
	display: none;
	}

	
.westerpoint{
	padding: 15px;
	background: #FFFFC8;
	margin: 0 0 10px 0;
	font-weight: normal;
	}
	
.westerpoint .westerpoint_title{
	font-size: 200%;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	margin: 25px 0 15px 0;
	}
.westerpoint .westerpoint_title:first-child{
	margin: 0 0 15px 0;
	}
.westerpoint p{
	font-weight: normal;
	font-size: 133%;
	}
.westerpoint p.price{
	font-weight: bold;
	font-size: 150%;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	}
	
.westerpoint .westerpoint_title span{
	font-size: 83%;
	}
.westerpoint .big_font{
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
.westerpoint .guideList{
	font-size: 133%;
	}
.westerpoint_links{
		margin: 0 0 30px 0;
	}	
	.westerpoint_links:last-child{
		margin: 0;
	}	

.westerpoint_links a{
		font-size: 200%;
		font-weight: bold;
	text-decoration: underline;
	color: #008CFA;
	margin: 0 0 10px 0;
	display: block;
	}
	
	.tabiwa_wrap{
		margin: -15px 0 50px 0;
	}
	
	img.tabiwa{
		width: 195px;
		display: inline-block;
		vertical-align: bottom;
		padding: 0;
		margin: 0;
	}


.attentionBox{
	text-align: center;
	margin: 10px auto 20px;
	}
.attentionBox p{
			font-size: 150%;
	background: #FF0000;
	color: #FFF;
	padding: 5px 15px;
	display: inline-block;

	}

	

	
/*◆SDGs*/
.sdgsBox {
    max-width: 890px;
    margin: 0 50px;
	font-size: 123.1%;
	padding: 20px;
	border: 1px #000 solid;
	text-align: left;
	background: #FFF;
	box-sizing: border-box;
}
.sdgsBox img {
    width: 100%;
    margin-top: 10px;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #0080FF;
  border-radius: 20px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  margin-top: 20px;
 font-size: 166%;
 font-weight: 500;
}

.Btn a {
	color: #fff;
}


.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/*当選ページ*/
    .Winning{
    padding: 10px 20px;
    margin: 20px 0 10px;
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    }

.Winning span {
 font-size: 220%;
background: linear-gradient(transparent 60%, #ffff66 0%);
}

 .Accent{
    padding: 10px;
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    }

.introBox02 {
  position: relative;
  font-size: 167%;
  color: #000000;
  text-align: left;
  border: 5px solid #FF0000;
  line-height: 1.5em;
  padding: 20px;
  background: #fff;
}

.introBox02 .red {
  font-weight: bold;
  color: #FF0000;
}

.introBox02 strong {
  font-weight: bold;
}
    

.Btn02 {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #0080FF;
  border-radius: 20px;
  padding: 20px 30px;
  position: relative; /* 追記 */
 font-size: 166%;
 font-weight: 500;
}

.Btn02 a {
	color: #fff;
}


.Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 85%;
  font-weight: normal;
}

}