.data-sr{ visibility: hidden; }

.cv_btn {
  text-align: center;
}
.cv_btn a{
	display: block;
	width: 320px;
	height: 58px;
	line-height: 58px;
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .3s;
	margin: auto;
	background: #df4150;
	color: #fff;
	font-size: 21px;
}
.cv_btn a span{
	font-size: .8em;
}
.cv_btn a:hover{
  opacity: .7;
}

.dara-sr {
	margin-bottom: 50px;
}

#intro{
  position: relative;
  width: 100%;
	padding: 40px 0;
	text-align: center;
}
#intro ul.flow{
  width: 1000px;
	margin: 60px auto 30px;
}
#intro ul.flow li{
   position: relative;
	 float: left;
	 width: 280px;
	 margin-right: 70px;
}
#intro ul.flow li:last-child{
	 margin-right: 0;
}
#intro ul.flow li:after{
   position: absolute;
	 content: "";
	 width: 46px;
	 height: 46px;
	 border-right: solid 2px #5f2e2a;
	 border-bottom: solid 2px #5f2e2a;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 right: -46px;
	 top: 117px;
}
#intro ul.flow li:last-child:after{
	 content: none;
}
#intro ul.flow li .cap{
	 margin-top: 15px;
	 line-height: 1.6;
	 color: #000;
	 font-size: 15px;
}
#intro ul.note{
	 width: 1015px;
	 margin: 0 auto 30px;
	 border-top: 1px solid #333;
	 padding-top: 20px;
	 text-align: left;
}
#intro ul.note li{
	 position: relative;
	 font-size: 12px;
	 padding-left: 1em;
	 margin-bottom: 1em;
	 letter-spacing: normal;
	 line-height: 1.8;
}
#intro ul.note li strong{
	 vertical-align: initial;
}
#intro ul.note li:before{
	 position: absolute;
	 content: "※";
	 left: 0;
	 top: 0;
}

#toraripi{
   position: relative;
   margin-bottom: 40px;
	 background-image: linear-gradient(-70deg, #dfdad8 50%, #f0eeed 50% );
	 background-size: cover;
	 padding: 100px 0;
	 text-align: center;
}
#toraripi h1{
  text-align: center;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}
#toraripi h1 img{
  display: inline-block;
	border-top: solid 1px #000;
	margin-top: 18px;
	padding-top: 23px;
}
#toraripi ul{
   text-align: center;
	 margin: 80px auto 65px;
}
#toraripi ul li{
   display: inline-block;
	 margin-left: -78px;
}
#toraripi ul li img{
	max-width: 95%;
	height: auto;
}

#toraripi ul li:first-child{
   display: inline-block;
	 margin-left: 0;
}
#toraripi h2{
   font-size: 28px;
	 font-weight: normal;
	 line-height: 1.5;
}

#about{
  width:1000px;
	margin: 0 auto 90px;
}
#about h1{
  text-align: center;
	margin-bottom: 30px;
}
#about ul li{
	position: relative;
	background: #dfdad8;
	padding: 40px 0 35px 415px;
	margin-bottom: 20px;
}
#about ul li .img{
	position: absolute;
	left: 75px;
	top: 50%;
	margin-top: -62px;
}
#about ul li h2{
	font-size: 27px;
	color: #5f2e2a;
	line-height: 1;
	margin-bottom: 18px;
}
#about ul li .txt{
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}

#mechanism{
  width: 1000px;
	margin: 0 auto 65px;
}
#mechanism h1{
  text-align: center;
	margin-bottom: 65px;
}
#mechanism ul li{
  float: left;
	position: relative;
	width: 294px;
	margin-left: 13px;
	text-align: center;
}
#mechanism ul li:first-child{
	margin-left: 0;
	z-index: 3;
}
#mechanism ul li:nth-child(2){
	z-index: 2;
	width: 320px
}
#mechanism ul li .arw{
  position: relative;
	background: #dfdad8;
	padding-left: 40px;
	height: 204px;
	margin-bottom: 30px;
}
#mechanism ul li:first-child .arw{
  padding-right: 38px;
}
#mechanism ul li .arw:before, #mechanism ul li .arw:after{
  position: absolute;
	top: 0;
	left: 100%;
	content: "";
	width: 0;
  height: 0;
  border-top: 102px solid transparent;
  border-left: 68px solid #dfdad8;
  border-bottom: 102px solid transparent;
}
#mechanism ul li .arw:after{
	left: 0;
  border-left: 68px solid #fff;
}
#mechanism ul li:first-child .arw:after{
	content: none;
	left: 0;
}
#mechanism ul li h2{
	padding-top: 30px;
	font-size: 36px;
	color: #5f2e2a;
	line-height: 1.5;
}
#mechanism ul li .txt{
	position: relative;
	width: 100%;
	margin-top: 10px;
	height: 80px;
	font-size: 16px;
	line-height: 1.5;
}
#mechanism ul li .txt span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mechanism ul li:nth-child(1) .img{
	border: none;
	margin-rigth: 10px;
	border-right: 2px solid #e7e0df;
	padding-left: 10px;
}
#mechanism ul li:nth-child(3) .img{
	width: 314px;
	padding-left: 20px;
	border-left: 2px solid #e7e0df;
}
#mechanism .bigarw{
  width: 0;
  height: 0;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-top: 52px solid #cc9900;
	margin: 50px auto 80px;
}
#mechanism h3{
  width: 784px;
  height: 66px;
	line-height: 66px;
	margin: 0 auto 60px;
  font-size: 32px;
	color: #fff;
	text-align: center;
	background: #5f2e2a;
	font-weight: normal;
}
#mechanism h3 span{
  font-size: .7em;
}
#mechanism .chart .img{
  text-align: center;
	margin-bottom: 80px;
}
#mechanism .chart .txt{
  font-size: 17px;
	margin-bottom: 20px;
	letter-spacing: normal;
	line-height: 1.8;
}
#mechanism .chart .note{
  font-size: 13px;
	line-height: 1.7;
}

#simulation{
  position: relative;
	width: 100%;
  margin: 0 auto 60px;
  padding: 65px 0 75px;
  background: #dfdad8;
  text-align: center;
}
#simulation h1{
  margin-bottom: 40px;
}
#simulation .display_area{
  position: relative;
  max-width: 1000px;
	width: 90%;
  height: auto;
  border: #231815 1px solid;
	margin: auto;
	background: #fff;
}

#inquiry{
  margin: 0 auto 50px;
  text-align: center;
}
#inquiry h1{
  margin: 0 auto 50px;
  text-align: center;
}
#inquiry .inq_box{
  width: 1000px;
	margin: 60px auto 20px;
	background: #dfdad8;
	padding: 25px 0;
}
#inquiry .inq_box h2{
  font-size: 21px;
	color: #5f2e2a;
}
#inquiry .inq_box dl{
  position: relative;
	width: 730px;
	margin: 10px auto;
	border-top: 2px solid #5f2e2a;
	padding-top: 35px;
}
#inquiry .inq_box dl dt{
  position: absolute;
	left: 0;
	top: 38px;
	width: 180px;
	line-height: 46px;
	text-align: right;
	color: #dfdad8;
	font-size: 21px;
	background: #5f2e2a;
	letter-spacing: normal;
}
#inquiry .inq_box dl dt:after{
  position: absolute;
	left: 100%;
	top: 0;
	content: "";
	border-top: 23px solid transparent;
  border-left: 20px solid #5f2e2a;
  border-bottom: 23px solid transparent;
}
#inquiry .inq_box dl dd{
  padding-left: 220px;
	font-size: 52px;
	color: #5f2e2a;
	font-weight: normal;
	letter-spacing: .03em;
	line-height: 1;
	text-align: left;
}
#inquiry .inq_box dl dd span{
  font-size: 30px;
}
#inquiry .inq_box .hours{
  width: 730px;
	margin: 0 auto;
	padding-left: 210px;
	text-align: left;
	color: #5f2e2a;
	font-size: 18px;
}
#inquiry .inq_box .attention{
	width: 730px;
	margin: 20px auto 0 auto;
	text-align:center;
	color: #5f2e2a;
	font-size: 15px;
	letter-spacing: -0.05em;
}

#quick{
  margin: 0 auto 75px;
  text-align: center;
}
#quick h1{
  margin: 0 auto 30px;
}
#quick .txt{
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
	color: #5f2e2a;
}
#quick .banks{
  width: 1000px;
  border-top: 3px solid #dfdad8;
	border-bottom: 3px solid #dfdad8;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
#quick .banks h2{
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5;
}
#quick .banks p{
  font-size: 12px;
}
#quick .banks .logos{
  margin-top: 20px;
}

#flow{
  width: 1000px;
  margin: 0 auto 75px;
  text-align: center;
}
#flow h1{
  margin: 0 auto 60px;
}
#flow ul li {
  margin-bottom: 55px;
}
#flow ul li div{
  position: relative;
  height: 124px;
	background: #dfdad8;
}
#flow ul li:after{
  position: absolute;
	top: 142px;
	left: 50%;
	content: "";
	width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #5f2e2a;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#flow ul li:last-child{
  margin-bottom: 20px;
}
#flow ul li:last-child:after{
  content: none;
}
#flow ul li div .step{
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
	height: 124px;
	line-height: 124px;
	background: #5f2e2a;
	color: #fff;
	font-size: 20px;
}
#flow ul li div .step span{
  font-size: 41px;
	vertical-align: baseline;
}
#flow ul li div .ico{
  position: absolute;
  top: 50%;
  left: 300px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#flow ul li div .ico img{
  vertical-align: top;
}
#flow ul li div .txt{
  position: absolute;
  top: 50%;
  left: 430px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  font-size: 26px;
	color: #5f2e2a;
	letter-spacing: normal;
}
#flow ul li div .txt span{
  font-size: 15px;
	margin-top: 10px;
	margin-right: 15px;
	max-width: 500px;
	display: block;
}
#flow .cap{
  margin-bottom: 60px;
}


@media screen and (max-width: 999.98px) {
	
	.cv_btn {
		text-align: center;
	}
	.cv_btn a{
		display: block;
		max-width: 320px;
		width: 90%;
		height: 3em;
		line-height: 3em;
		font-size: 1.2em;
	}
	
	#intro{
		width: 100%;
		padding: 2.5em 0;
		text-align: left;
	}
	#intro h1{
		width: 60%;
		margin: auto;
		text-align:center;
	}
	#intro ul.flow{
		width: 90%;
		margin: 2em auto 1em;
		text-align:center;
	}
	#intro ul.flow li{
		 float: none;
		 width: 100%;
		 margin-right: 0;
		 margin-bottom: 10%;
	}
	#intro ul.flow li:last-child{
		 margin-bottom: 0;
	}

	#intro ul.flow li:after{
		position: absolute;
		top: 106%;
		left: 50%;
		content: "";
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #5f2e2a;
		border-bottom: none;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#intro ul.flow li .cap{
		 display: none;
	}
	#intro ul.note{
		 width: 90%;
		 margin: 0 auto 2em;
		 padding-top: 1em;
	}
	#intro ul.note li{
		 position: relative;
		 font-size: .8em;
		 padding-left: 0;
		 line-height: 1.5;
		 letter-spacing: normal;
	}
	#intro ul.note li strong{
		 vertical-align: initial;
	}
	#intro ul.note li:before{
		 position: relative;
		 content: "※";
		 left: auto;
		 top: auto;
	}
	
	#toraripi{
		 margin-bottom: 3em;
		 background-image: linear-gradient(-70deg, #dfdad8 50%, #f0eeed 50% );
		 background-size: cover;
		 padding: 3em 0 2.5em;
	}
	#toraripi h1{
		font-size: 1.35em;
		line-height: 1.5;
		letter-spacing: normal;
	}
	#toraripi h1 img{
		width: 88%;
		display: inline-block;
		border-top: solid 1px #000;
		margin: .7em auto 0;
		padding-top: .7em;
	}
	#toraripi ul{
		 text-align: center;
		 max-width: 60%;
		 width: 500px;
		 margin: 3em auto 2em;
	}
	#toraripi ul li{
		 display: block;
		 margin-left: 0;
		 margin-top: -10%;
	}
	#toraripi ul li:first-child{
		 display: block;
		 margin-top: 0;
	}
	#toraripi h2{
		 font-size: 1.25em;
		 line-height: 1.5;
	}
	
	#about{
		width:92%;
		margin: 0 auto 3em;
	}
	#about h1{
		width: 96%;
		margin: 0 auto 2em;
	}
	#about ul li{
		overflow: hidden;
		position: relative;
		padding: 2em .5em 1.5em 24.5%;
		margin-bottom: 1.5em;
		min-height: 156px;
	}
	#about ul li .img{
		position: absolute;
		width: 188px;
		left: 4%;
		top: auto;
		bottom: 0;
		margin-top: 0;
		z-index: -1;
	}
	#about ul li h2{
		font-size: 1.3em;
		margin-bottom: .6em;
		letter-spacing: normal;
	}
	#about ul li .txt{
		font-size: 1em;
	}
	#about ul li .txt br{
		display: none;
	}
	
	#mechanism{
		width: 90%;
		margin: 0 auto 3em;
	}
	#mechanism h1{
		width: 96%;
		text-align: center;
		margin: 0 auto 2em;
	}
	#mechanism ul li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#mechanism ul li:first-child{
		margin-left: 0;
	}
	#mechanism ul li:nth-child(2){
		margin-left: 0;
		width: 100%
	}
	#mechanism ul li:nth-child(3){
		margin-left: 0;
		width: 100%
	}
	#mechanism ul li h2{
		display: inline-block;
		padding: .3em 1em;
		font-size: 1.5em;
		color: #5f2e2a;
		line-height: 1.5;
		background: #dfdad8;
		box-shadow: 2px 2px 5px -1px #5d2d29;
	}
	#mechanism ul li .txt{
		margin-top: 1.5em;
		height: auto;
		font-size: 1em;
	}
	#mechanism ul li .img{
		width: 100%;
		margin: 1.5em auto;
		padding-right: 0;
	}
	#mechanism ul li:nth-child(1) .img{
		border-right: none;
	}
	#mechanism ul li:nth-child(3) .img{
		border: none;
		width: 100%;
		border-right: none;
		padding-left: 0;
	}
	#mechanism .bigarw{
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #cc9900;
		margin: 2em auto;
	}
	#mechanism h3{
		width: 100%;
		height: auto;
		line-height: 1.2em;
		margin: 0 auto 1.3em;
		font-size: 1.75em;
		text-align: center;
		background: #5f2e2a;
		font-weight: normal;
		padding: .6em 0;
	}
	#mechanism h3 span{
		display: block;
		font-size: .7em;
		line-height: 1;
		margin-top: .3em;
	}
	#mechanism .chart .img{
		margin-bottom: 1em;
	}
	#mechanism .chart .txt{
		font-size: 1em;
		margin-bottom: 1em;
		line-height: 1.7;
	}
	#mechanism .chart .txt strong{
		vertical-align: initial;
	}
	#mechanism .chart .note{
		font-size: .8em;
		line-height: 1.5;
	}
	
	#simulation{
		position: relative;
		width: 100%;
		margin: 0 auto 3em;
		padding: 2em 0;
	}
	#simulation h1{
		width: 90%;
		margin: 0 auto 1em;
	}
	#simulation .display_area{
		position: relative;
		width: 90%;
		height: auto;
		border: #231815 1px solid;
		margin: auto;
		background: #fff;
	}
	#inquiry{
		margin: 0 auto 3em;
	}
	#inquiry h1{
		width: 70%;
		margin: 0 auto 1.5em;
	}
	#inquiry .inq_box{
		width: 90%;
		margin: 2em auto;
		padding: 1em 0;
	}
	#inquiry .inq_box h2{
		font-size: 1.25em;
		letter-spacing: normal;
	}
	#inquiry .inq_box dl{
		position: relative;
		width: 90%;
		margin: 1em auto;
		border-top: 1px solid #5f2e2a;
		padding-top: 1em;
	}
	#inquiry .inq_box dl dt{
		position: static;
		display: inline-block;
		left: auto;
		top: auto;
		width: auto;
		line-height: 1;
		text-align: center;
		color: #dfdad8;
		font-size: 1.25em;
		font-weight: bold;
		padding: .5em 1em ;
		margin-bottom: .8em;
	}
	#inquiry .inq_box dl dt:after{
		content: none;
	}
	#inquiry .inq_box dl dd{
		padding-left: 0;
		font-size: 2em;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
	}
	#inquiry .inq_box dl dd span{
		font-size: .7em;
	}
	#inquiry .inq_box .hours{
		width: 90%;
		margin: 0 auto;
		padding-left: 0;
		font-size: 1em;
		letter-spacing: normal;
		text-align: center;
	}
	#inquiry .inq_box .attention{
		max-width: 640px;
		width: 90%;
		margin: 20px auto 10px auto;
		text-align:center;
		color: #5f2e2a;
		font-size: 1em;
		line-height: 1.2em;
		letter-spacing: -0.05em;
	}
	#quick{
		margin: 0 auto 3em;
	}
	#quick h1{
		width: 74%;
		margin: 0 auto 2em;
	}
	#quick .txt{
		font-size: 1em;
		margin-bottom: 2em;
		line-height: 1.6;
	}
	#quick .banks{
		width: 90%;
		border-top: 2px solid #dfdad8;
		border-bottom: 2px solid #dfdad8;
		padding: 1.5em 0;
	}
	#quick .banks h2{
		font-size: 2em;
	}
	#quick .banks p{
		font-size: .8em;
	}
	#quick .banks .logos{
		margin-top: 1em;
	}
	
	#flow{
		width: 100%;
		margin: 0 auto 3em;
	}
	#flow h1{
		width: 82%;
		margin: 0 auto 2.5em;
	}
	#flow ul li {
		height: 95px;
	}
	#flow ul li div{
		max-width: 730px;
		width: 90%;
		position: relative;
		height: 100px;
		margin: 0 auto 3em;
	}
	#flow ul li:after{
		position: absolute;
		top: 115px;
		left: 50%;
		content: "";
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #5f2e2a;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#flow ul li:last-child{
		margin-bottom: 20px;
	}
	#flow ul li:last-child:after{
		content: none;
	}
	#flow ul li div .step{
		width: 80px;
		height: 100px;
		line-height: 100px;
		font-size: 1em;
	}
	#flow ul li div .step span{
		font-size: 2.5em;
	}
	#flow ul li div .ico{
		width: 12%;
		max-width: 70px;
		position: absolute;
		top: 50%;
		left: 28%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#flow ul li div .txt{
		position: absolute;
		top: 50%;
		left: 43%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: clamp(1.15rem, 0.479rem + 1.53vw, 1.438rem);
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: -0.02em;
	}
	#flow ul li div .txt span{
		font-size: .7em;
		font-weight: 400;
		margin: 7px 10px 0 0;
		max-width: 385px;
		letter-spacing: -0.07em;
	}

	#flow ul li div .step{
		width: 80px;
		height: 100px;
		line-height: 100px;
		font-size: 1em;
	}
	#flow ul li div .step span{
		font-size: 2.5em;
	}
	#flow ul li div .ico{
		width: 12%;
		max-width: 70px;
		position: absolute;
		top: 50%;
		left: 28%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#flow ul li div .txt{
		position: absolute;
		top: 50%;
		left: 43%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: clamp(1.15rem, 0.479rem + 1.53vw, 1.438rem);
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: -0.02em;
	}
	#flow ul li div .txt span{
		font-size: .7em;
		font-weight: 400;
		margin: 7px 10px 0 0;
		max-width: 385px;
		letter-spacing: -0.07em;
	}
	#flow ul li:nth-child(3){
		height: 125px;
	}
	#flow ul li .step3_li{
		max-width: 730px;
		width: 90%;
		position: relative;
		height: 130px;
		margin: 0 auto 3em;
	}
	#flow ul li .step3_li .step{
		width: 80px;
		height: 130px;
		line-height: 130px;
		font-size: 1em;
	}
	#flow ul li .step3_li .step span{
		font-size: 2.5em;
	}
	#flow ul li .step3_li .ico{
		width: 12%;
		max-width: 70px;
		position: absolute;
		top: 50%;
		left: 28%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#flow ul li .step3_li .txt{
		position: absolute;
		top: 50%;
		left: 43%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: clamp(1.15rem, 0.479rem + 1.53vw, 1.438rem);
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: -0.02em;
	}
	#flow ul li .step3_li .txt span{
		font-size: .7em;
		font-weight: 400;
		margin: 7px 10px 0 0;
		max-width: 385px;
		letter-spacing: -0.07em;
	}
	#flow ul li:nth-child(3):after{
		top: 145px;
	}
	#flow .cap{
		margin-bottom: 1.5em;
	}
	
}

/* modal parts */
.modal-content {
  height: 80%;
  width: 88%;
  top: 50%;
  position:fixed;
  display:none;
  z-index:992;
  margin: 0;
  overflow: visible;
  background-color: #fff;
}
.modal-overlay {
  z-index:990;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
.modal-open {
}
.modal-open:hover {
  cursor:pointer;
}
.closebtn:hover {
  cursor:pointer;
}
.modal-close {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  top: 10%;
  right: 6%;
  width: 3em;
  height: 3em;
  margin-top: -3em;
  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3em;
  height: 2px;
  background-color: #fff;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}

/* modal contents */

#modal_campaign .inner {
	height: 100%;
	line-height: 1.5;
	margin: 0 auto;
	padding-top: 120px;
	overflow: auto;
}
#modal_campaign h1 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: normal;
}
#modal_campaign h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 12px;
}
#modal_campaign .txt{
	padding: 0 8% 100px;
}
#modal_campaign dl + dl {
	margin-top: 18px;
}
#modal_campaign dl dt{
	font-weight: bold;
}
#modal_campaign dl dd ul li {
	position: relative;
	padding-left: 1em;
}
#modal_campaign dl dd ul li:before {
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #333;
	content: '';
}
#modal_campaign dl dd em {
	color: #ed1c24;
	font-style: normal;
}
#modal_campaign dl dd ul li a {
	text-decoration: underline;
}

@media only screen and (max-width: 999.98px){
	/* modal parts */
	.modal-content {
	  width: 92%;
	  z-index:2002;
	}
	.modal-overlay {
	  z-index:2000;
	}
	.modal-close {
	  top: 10%;
	  right: 4%;
	  width: 2.5em;
	  height: 2.5em;
	}
	.modal-close:before, .modal-close:after {
	  width: 2.5em;
	  height: .2em;
	}
	
	/* modal contents */
	#modal_campaign .inner {
		 width: 100%;
		 padding: 5em 0 2em;
	}
	#modal_campaign h1 {
		font-size: 2em;
		margin-bottom: 1em;
	}
	#modal_campaign h5 {
		font-size: 1em;
	}
	#modal_campaign .txt{
		padding: 0 4% 3em;
	}
	#modal_campaign dl + dl {
		margin-top: 18px;
	}
	#modal_campaign dl dt{
		font-size: .95em;
	}
	#modal_campaign dl dd ul li {
		position: relative;
		padding-left: 1em;
		font-size: .95em;
	}
	#modal_campaign dl dd ul li:before {
	}
	#modal_campaign dl dd em {
	}
	#modal_campaign dl dd ul li a {
	}
	
}