@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

#rnCamp{
  width: 100% !important;
}

#rnCamp img{
  border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
}


#rnCamp .rncCap{
  font-size: 77%;
  line-height: 1.4;
}
#rnCamp .rncTCol01{
  color: #c1272d;
}

/*rncMV
#########################################*/
#rncMV{
  padding: 0 20px;
  background: url("../images/mv_bg.jpg") repeat center top;
  background-size: cover;
}
#rncMV > div{
  padding: 20px 0;
  line-height: 0;
}

/*rncNav
#########################################*/
#rncNav{
  text-align: center;
}
#rncNav li{
  float: left;
  width: 33%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000; 
  font-size: 108%;/*14 / 20*/
  text-align: center;
}
#rncNav li:nth-of-type(3),
#rncNav li:nth-of-type(5){
  border-right: none;
}
#rncNav li:nth-of-type(4),
#rncNav li:nth-of-type(5){
  border-bottom: none;
}
#rncNav li:nth-of-type(3){
  width: 33.34%
}
#rncNav li:nth-of-type(5){
  width: 66.67%
}
#rncNav li a{
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
}
#rncNav li a::after{
  position: absolute;
  top: 42%;
  right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*rncObi
#########################################*/
#rncObi{
  clear: both;
  padding: 10px 0;
  background: #fac02c;
  text-align: center;
}
#rncObi p:first-of-type{
  margin: 0 10px 5px 10px;
  padding: 0.2em 2em;
  border: 1px solid #000;
  text-align: center;
  font-size: 139%;/*18 / 30*/
  font-weight: bold;
}
#rncObi p:nth-of-type(2){
  margin: 0 10px;
  text-align: center;
  font-size: 108%;/*14 / 26*/
  font-feature-settings: "palt";
  line-height: 1.4;
  font-weight: bold;
}
#rncObi p:nth-of-type(2) span{
  display: inline-block;
  font-size: 130%;
}

/*rncPrize
#########################################*/
#rncPrize{
  clear: both;
  position: relative;
}
#rncPrize .rncTtl{
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  padding: 0 0 10px 0;
  background: url("../images/ttl_line.png") no-repeat center bottom;
  background-size: contain;
  text-align: center;
  font-size: 186%;/*24 / 60*/
  line-height: 1.2;
}
#rncPrize .proUnit{
  width: 50%;
  padding: 30px 0 40px 0;
}
#rncPrize .proUnit > div{
  width: 98%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
#rncPrizeA{
  float: left;
  background: #f8dadf;
}
#rncPrizeB{
  float: right;
  background: #eaf6fd;
}
#rncPrizeB > div{
  position: relative;
}
#rncPrizeB > div p{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  text-align: left;
  font-size: 77%;
}
#rncPrizeC{
  clear: both;
  position: relative;
  padding: 30px 10px 10px 10px;
  background: #d7ebe1;
}
#rncPrizeC .chance01{
  position: absolute;
  left: 50%;
  top: -25px;
  box-sizing: border-box;
  width: calc(90% - 50px);
  height: 50px;
  padding: 0.5em 0 0.2em 0;
  background: #37996a;
 /* border: 25px solid transparent;*/
  border-top:none;
  border-bottom:none;
  color: #fff;
  font-size: 93%;/*12 / 24*/
  font-weight: bold;
  line-height: 1.4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#rncPrizeC .chance01 span{
  position: relative;
  font-size: 130%;
  vertical-align: middle;
  z-index: 1;
}
#rncPrizeC .chance01::before,
#rncPrizeC .chance01::after{
  content: "";
  position: absolute;
  top:0;
  width: 50px;
  height: 50px;
  background: #37996a;
  border-radius: 50%;
}
#rncPrizeC .chance01::before{
  left: -25px;
}
#rncPrizeC .chance01::after{
  right: -25px;
}
#rncPrizeC .chance02{
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 93%;/*12 / 24*/
  font-weight: bold;
  line-height: 1.4;
}
#rncPrizeC .chance02 span{
  text-align: center;
  font-size: 180%;
  color: #37996a;
}

/*rncApp
#########################################*/
#rncApp{
  position: relative;
}
#rncAppBgL{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../images/bg_l.png") repeat right top;
  background-size: 40%;
}
#rncAppBgR{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../images/bg_r.png") repeat left top;
  background-size: 40%;
}
#rncAppBody{
  position: relative;
  z-index: 10;
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 20px;
}

#rncApp .rncTtl{
  margin: 0 0 1.5em 0;
  padding: 0 0 15px 0;
  background: url("../images/ttl_line.png") no-repeat center bottom;
  background-size: 75px auto;
  text-align: center;
  font-size: 139%;/*18 / 30*/
  line-height: 1.2;
}
#rncApp .appTxt01{
  font-size: 108%;/*14 / 16*/
  line-height: 1.6;
}
#rncApp .appTxt02{
  font-size: 108%;/*14 / 18*/
  line-height: 1.6;
}
#rncAppMethod{}
#rncAppMethod .appHagaki{
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #000;
}
#rncAppMethod .appHagaki01{
  margin: 0 0 30px 0;
}
#rncAppMethod .appHagaki02{}

#rncApp .btnRnc{
  width: 90%;
  margin: 20px auto 0 auto;
}
#rncApp .btnRnc a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  /*background: #333 url("../images/ico_pdf.png") no-repeat right 10px top 10px;
  background-size: 20px auto;*/
  color: #fff;
  font-size: 124%;/*16 / 24*/
  font-weight: bold;
}

#rncAppMethod .btnRnc a{
  background: #333 url("../images/ico_pdf.png") no-repeat right 10px top 10px;
  background-size: 20px auto;
}

#rncAppDesc{
		clear: both;
		}
#rncAppDesc .rncTtl + p{
  position: relative;
  width: 300px;
  margin: 0 auto 1em auto;
  text-align: center;
  font-size: 124%;/*16 / 24*/
}
#rncAppDesc .rncTtl + p::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #999;
}
#rncAppDesc .rncTtl + p span{
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  z-index: 1;
}

#proListWrap{
  position: relative;
}
#proListWrap .rncCap{
  position: absolute;
  right: 0;
  bottom: 20px;
}
#proList .slick-slide{
  width: auto;
  margin: 0;
}
#proList .slick-slide img{
  height: 210px;
}

#rncAppDesc .btnRnc{
  margin-bottom: 20px;
}

/*rncDtl
#########################################*/
#rncDtl{
  padding: 40px 0;
  background: #fef2d5;
}
#rncDtlBody{
  margin: 0 20px;
}
#rncDtl dl{}
#rncDtl dl dt,
#rncDtl dl dd{
  text-align: left;
  line-height: 1.4;
}
#rncDtl dl dt{
  padding: 0 0 0.5em 0;
  margin: 0 0 0.5em 0;
  border-bottom: 1px dotted #000;
  font-size: 108%;/*14 / 20*/
}
#rncDtl dl dd{
  margin: 0 0 2em 0;
  font-size: 93%;/*12 / 16*/
  line-height:1.8;
}
#rncDtl dl dd a{
  text-decoration: underline;
}
#rncDtl dl dd a:hover{
  text-decoration: none;
}
/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}

/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {

#rnCamp{
  width: 100% !important;
}
#rnCamp .rncCap{
  font-size: 93%;
}
  

#rncMV{
  height: 600px;
  padding: 0;
  background-size: auto;
}
#rncMV > div{
  padding: 30px 0 20px 0;
}

/*rncNav
#########################################*/
#rncNav{
  padding: 15px 0;
  }
#rncNav li{
  float: none;
  display: inline-block;
  width: auto;
  border-right: 1px solid #000;
  border-bottom: none; 
  font-size: 154%;/*14 / 20*/
}
#rncNav li:nth-of-type(3),
#rncNav li:nth-of-type(5){
  border-right: 1px solid #000;
}
#rncNav li:nth-of-type(4),
#rncNav li:nth-of-type(5){}
#rncNav li:nth-of-type(3){
  width: auto;
}
#rncNav li:nth-of-type(5){
  width: auto;
}
#rncNav li a{
  padding: 0 40px;
  }
#rncNav li a:hover{
  text-decoration: none;
  color: #999;
  }
#rncNav li a::after{
  right: 20px;
  }

/*rncObi
#########################################*/
#rncObi{
  clear: both;
  padding: 15px 0;
}
#rncObi p:first-of-type{
  display: inline-block;
  width: 5em;
  height: 50px;
  line-height: 50px;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 231%;/*18 / 30*/
}
#rncObi p:nth-of-type(2){
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 200%;/*14 / 26*/
  line-height: 50px;
}
#rncObi p:nth-of-type(2) span{}

/*rncPrize
#########################################*/
#rncPrize{}
#rncPrize .rncTtl{
  top:40px;
  width: 240px;
  padding: 0 0 40px 0;
  font-size: 462%;/*24 / 60*/
}
#rncPrize .proUnit{
  width: 50%;
  padding: 30px 0 40px 0;
}
#rncPrize .proUnit > div{
  width: 100%;
  /*max-width: 560px;*/
  margin: 0;
  padding: 0 5% 20px 5%;
}
#rncPrizeA{
  text-align: right;
  }
#rncPrizeB{
  text-align: left;
  }
#rncPrizeB > div{}
#rncPrizeB > div p{
  left: auto;
/*
  right: 5%;
*/
  font-size:88%;
  width:93%;
  max-width: 560px;
  padding: 0;
  display:block;
  text-align: right;
}
#rncPrizeC{
  padding: 50px 0 10px 0;
}
#rncPrizeC .chance01{
  top: -30px;
  width: 80%;
  max-width: 900px;
  height: 60px;
  padding: 0.2em 0 0.2em 0;
  font-size: 186%;/*12 / 24*/
}
#rncPrizeC .chance01 span{
  font-size: 150%;
  vertical-align: baseline;
}
#rncPrizeC .chance01::before,
#rncPrizeC .chance01::after{
  width: 60px;
  height: 60px;
}
#rncPrizeC .chance01::before{
  left: -30px;
}
#rncPrizeC .chance01::after{
  right: -30px;
}
#rncPrizeC .chance02{
  font-size: 186%;/*12 / 24*/
}
#rncPrizeC .chance02 span{
  font-size: 200%;
}

/*rncApp
#########################################*/
#rncApp{
  position: relative;
}
#rncAppBgL{
  background-size: auto;
}
#rncAppBgR{
  background-size: auto;
}
#rncAppBody{
  max-width: 1020px;
  padding: 80px 20px;
  margin-left: auto;
  margin-right: auto;
}
#rncApp .rncTtl{
  padding: 0 0 20px 0;
  background: url("../images/ttl_line.png") no-repeat center bottom;
  background-size: 115px auto;
  font-size: 231%;/*18 / 30*/
}

#rncApp .appTxt01{
  font-size: 124%;/*14 / 16*/
}
#rncApp .appTxt02{
  font-size: 139%;/*16 / 18*/
}
#rncApp .appHagaki{
  margin: 0 0 100px 0;
  padding: 80px 0 100px 0;
}
#rncApp .appHagaki01{
  float: left;
  width: 48%;
  margin: 0;
}
#rncApp .appHagaki02{
  float: right;
  width: 48%;
  }
#rncApp .btnRnc{
  width: 100%;
  margin: 30px auto 0 auto;
}
#rncApp .btnRnc a{
  height: 60px;
  line-height: 60px;
  background-position: right 20px top 15px;
  background-size: 30px auto;
  font-size: 186%;/*16 / 24*/
}
#rncApp .btnRnc a:hover{
  text-decoration: none !important;
  background-color: #666;
}

#rncAppDesc{}
#rncAppDesc .rncTtl + p{
  width: 360px;
  font-size: 186%;/*16 / 24*/
}
#rncAppDesc .rncTtl + p::before{}
#rncAppDesc .rncTtl + p span{}

#proListWrap{}
#proListWrap .rncCap{
  bottom: 10px;
}
#proList .slick-slide img{
	height:400px;
}
#rncAppDesc .btnRnc{
  width: 390px;
  margin-bottom: 30px;
}
/*rncDtl
#########################################*/
#rncDtl{
  padding: 80px 0;
}
#rncDtlBody{
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
#rncDtl dl{}
#rncDtl dl dt,
#rncDtl dl dd{}

#rncDtl dl dt{
  font-size: 186%;/*14 / 20*/
  font-size: 154%;
}
#rncDtl dl dd{
  font-size: 124%;/*12 / 16*/
}

}




/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 98%;
  max-width: 580px;
  padding: 20px;
  background: #fff;
}
.modalContents{}
.modalTtl01 {
	width: 100%;
	margin: 0 auto 20px auto;
  padding: 0.5em;
  background: #333;
  font-size: 108%;/*14 / 16*/
  color: #fff;
}
.modalWrapper dl{
  height: 50vh;
  overflow: auto;
}
.modalWrapper dl dt,
.modalWrapper dl dd{
  float: left;
  padding: 0.2em 0;
  font-size: 100%;/*13 / 108*/
  text-align: left;
  line-height: 1.2;
}
.modalWrapper dl dt{
  width: 10em;
}
.modalWrapper dl dd{
  width: calc(100% - 10em);
  font-weight: bold;
}
.closeModal {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.closeModal img {
  max-width: 100%;
  height: auto;
}


#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

/* for PC*/
@media print, screen and (min-width:768px) {
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modalWrapper {
	width: 70%;
  max-width: 700px;
	height: 70vh;
	padding: 40px;
	}

.modalContents {}
.modalTtl01 {
	width: 90%;
  font-size: 124%;/*14 / 16*/
}
.modalWrapper dl{
  max-width: 500px;
  margin: 0 auto;
  height: 50vh;
  overflow: auto;
  }
.modalWrapper dl dt,
.modalWrapper dl dd{
  font-size: 108%;/*13 / 108*/
}
.modalWrapper dl dt{}
.modalWrapper dl dd{}
.closeModal {}

#openModal {}
}



/*検索*/
#resultTxtArea{
  margin: 30px 0 0 0;
}
#checkArea{
		width:100%;
		max-width:600px;
		margin:auto;
		text-align:center;
		padding:20px;
	}
#checkArea p{
  margin: 1em 0 0 0;
		font-size: 100%;
  line-height: 1.4;
	}
#checkArea #inputTxt{
  border: 1px solid #ccc;
  width: 75%;
  height: 30px;
  font-size:16px;
}
#checkArea #button01{
  border: none;
  width: 18%;
  height: 30px;
  background: #4d4d4d;
  color: #fff;
  line-height: 1.0;
  font-size: 12px;
}
#resultFalse,
#resultTrue{
  padding: 20px;
  border:solid 1px #ddd;
  background-color:#fafafa;
}
	#resultTxtArea h3{
		display:inline-block;
		position:relative;
		font-size: 124%;/*16 / 24*/
		line-height: 1.5;
	}
	#resultFalse h3{
		color:#da4562;
		padding-left:30px;
	}
	#resultFalse h3:before{
		content:"";
		width:20px;
		height:3px;
		background-color:#da4562;
		display:inline-block;
		position: absolute;
		top: 11px;
		left:0;
		margin-right: 10px;
		transform:rotate(45deg);
	}
	#resultFalse h3:after{
		content:"";
		width:20px;
		height:3px;
		background-color:#da4562;
		display:inline-block;
		position: absolute;
		top: 11px;
		left:0;
		margin-right: 10px;
		transform:rotate(-45deg);
	}

	#resultTrue h3{
		color:#179fe9;
		padding-left:30px;
	}
	#resultTrue h3:before{
		content:"";
		width:15px;
		height:15px;
		border-radius:50%;
		border:3px solid #179fe9;
		display:inline-block;
		position: absolute;
		top: 5px;
		left:0;
		margin-right: 10px;
	}

/* for PC*/
@media print, screen and (min-width:768px) {
#checkArea #inputTxt{
    width: 300px;
    height: 40px;
  }
#checkArea #button01{
  width: 100px;
  height: 40px;
  font-size: 14px;
}
#resultTxtArea h3{
    font-size: 186%;/*16 / 24*/
    line-height: 1;
	}
}