@charset "UTF-8";

.Contents_Block{
	overflow:visible;
}

h3{
  font-family: "Maru Folk Medium";
  font-size: 24px;
  color:#fff;
  background: #80b95c;
  border-radius: 10px;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  margin:0 0 20px 0;
}
a.link_btn{
  margin:30px auto 20px;
  width: 250px;
  text-align: center;
}
	a.link_btn::after{
		right:15px;
	}
	.win a.link_btn::after{
		top:-2px;
	}
/*.r_block{
	display: flex;
	flex-direction: column;
}
	h3{order:1;}
	.r_block .text, .renewal a.link_btn{order:2;}
	.drawer{order:3;}*/
	
.r_block{
  background:#f4f4e0;
  border-radius: 10px;
  margin:0 auto 50px;
  position: relative;
  padding: 0 0 1px 0;
  min-height:230px;
}
.r_block .text{
  padding: 0 30px;
}
	.mac .r_block, .iphone .r_block, .ipad .r_block{
		line-height:1.68;
	}
.r_block:before{
	z-index:5;
}
.no_01:before{
  content:"";
  background:url(../parts/renweal_illust_01.svg) no-repeat;
  position: absolute;
  top:-20px;
  left:70%;
  width:235px;
  height:223px;
}
.no_02:before{
	content:"";
	background:url(../parts/renweal_illust_02.svg) no-repeat;
	position: absolute;
	top: -4%;
	left: 70.9%;
	width:223px;
	height:191px;
}
.no_03:before{
  content:"";
  background:url(../parts/renweal_illust_03.svg) no-repeat;
  position: absolute;
  top:14px;
  left:60%;
  width:286px;
  height:141px;
}
.no_04:before{
  content:"";
  background:url(../parts/renweal_illust_04.svg) no-repeat;
  position: absolute;
  top:14px;
  right: -4%;
  width:180px;
  height:214px;
}
.target_box{
  width:750px;
  margin:60px auto 0;
  padding: 30px 15px;
  background: #fff;
  border-radius: 20px;
  border:solid 1px #645000;
  box-sizing: border-box;
}
	.renw-check:checked ~ .target_box{
		margin-top:60px;
	}
.target{
  margin:0 0 35px 0;
  align-items:center;
}
.target dt,
.policy dt{
	font-size: 22px;
	color: #80B95C;
	font-family: 丸フォーク M;
	margin: 0 0 20px;
}
.no_02 dl{
	display:flex;
}
.no_02 dt{
	background: #80B95C;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	width: 86px;
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	padding-left: 1px;
}
	.no_02 dl:first-child dt{
		margin-right:10px;
	}
	.no_02 dl:nth-child(2) dt{
		letter-spacing: 2px;
		line-height: 23px;
		padding-left: 2px;
	}
.no_02 dd{
	width: calc(100% - 106px);
}
.target dt img,
.policy dt img{
  width:86px;
  height: 86px;
}
.target dd{
  font-size:22px;
}
.step_01,
.step_02{
  background:#d8df21;
  border-radius: 10px;
  position: relative;
  padding:20px 15px;
  color:#645000;
}
	.step_01{
		letter-spacing: -0.4px;
		margin-top: 14px;
	}
.step_01 div,
.step_02 div{
  display: flex;
  align-items: center;
  font-size: 18px;
}
.step_01:after,
.step_02:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d8df21 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
.step_01_result,
.step_02_result{
  font-size:20px;
  margin:30px 15px 25px ;
}
.step_01_result{
  margin-bottom: 35px;
}
.step_02_result{
  line-height: normal;
  margin-bottom: 10px;
}
span.green{
  color:#80b95c;
  margin: 0 -9px;
}
.step_01 img,
.step_02 img{
  width:21px;
  height:21px;
  margin:0 5px 0 0;
}
.no_03 ul{
  width:750px;
  margin:0 auto;
  display: flex;
  flex-wrap:wrap;
}
	.no_03 .renw-check:checked ~ ul{
		 margin-top:60px;
	}
.no_03 li{
  width: 48.6%;
  background: #d8df21;
  border-radius: 20px;
  padding: 15px;
  margin:0 20px 20px 0;
}
.no_03 li:nth-of-type(2n){
  margin:0 0px 20px 0;
}
.no_03 li img{
  width:334px;
  margin:0 auto;
  border-radius:10px;
}
.no_03 ul dl{
  margin:10px 0 0;
}
.no_03 ul dt{
  font-size:22px;
  font-family:"丸フォーク M";
  color:#645000;
  margin: 0 0 5px;
}
.no_03 ul dd{
	letter-spacing: -0.1px;
}
.r_block.no_04 .text{
	width:78%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
	.r_block.no_04 .text.reader{
		display:block;
	}
.photo_img{
  padding: 0 15px;
  /*margin: 30px auto 0;*/
  display: flex;
  justify-content:space-around;
  align-items: flex-start;
}
	.renw-check:checked ~ .photo_img{
		margin-top:30px;
	}
.photo_img img{
  width:360px;
  border-radius: 10px;
}

.renewal a.link_btn{
	margin-bottom:20px!important;
	padding-right: 20px;
}

/* アコーディオン */
.drawer{
	max-height: 0;
	overflow: hidden;
	transition: .3s;
	margin-top: 0;
	margin-bottom: 0;
	transition:max-height 1.0s, padding 1.0s, margin 1.0s!important;
}
.renw-check{
	display:none;
}
.renw-label{
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	background: #F4F4E0;
	padding: 36px 0 20px;
	border-radius: 10px;
}
	.mac .no_02 .renw-label, 
	.iphone .no_02 .renw-label, 
	.ipad .no_02 .renw-label{
		padding:40px 0 20px;
	}
	.mac .no_03 .renw-label, 
	.iphone .no_03 .renw-label, 
	.ipad .no_03 .renw-label{
		padding:55px 0 20px;
	}
.renw-label img{
	cursor:pointer;
}
.renw-check:checked ~ .renw-label{
	padding:0 0 20px;
}
.renw-check:checked ~ .renw-label img{
	transform: scale(1,-1);
}
.renw-check:checked ~ .drawer{
	max-height:750px;
	margin-bottom: 100px !important;
}
	.no_03 .renw-check:checked ~ .drawer{
		max-height:1300px;
	}
	
	/*.r_block{
		display:flex;
		flex-direction: column;
	}
		h3{order:1;}
		.r_block .text{order:2; margin-bottom: 15px;}
		.r_block::before{order:4;}
		a.link_btn, .renw-label{order:5;}
		.drawer{order:3;}*/
	



/* 1024px以下 */
@media screen and (max-width: 1024px) {
}
/* 896px以下 */
@media screen and (max-width: 896px) {
  .target_box{
    width:calc(100% - 25px);
  }
  .no_03 ul,
  .no_03 li,
  .photo_img img{
    width:100%;
  }
  	.r_block::before{
		order:3;
	}
	.no_01:before, .no_02:before, .no_03:before, .no_04:before{
		display: block;
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		background-position: center;
	}
	.no_04::before{
		margin-top:1.3em;
		background-color:#F4F4E0;
	}
	.renw-label{
		position:relative;
	}
	.no_03 li,
	.no_03 li:nth-of-type(2n){
		margin:0 10px 20px;
	}
	.no_03 li img{
		display:block;
	}
	.r_block.no_04 .text{
		width:auto;
		display:block;
	}
	.photo_img{
		flex-direction: column;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}
		.photo_img img:first-child{
			margin-bottom:10px;
		}
	.drawer{
		padding: 0 20px;
		border: none;		
	}
		.renw-check:checked ~ .drawer{
			margin-bottom:30px!important;
			max-height:1000px;
			padding-top:20px;
		}
		.no_03 .renw-check:checked ~ .drawer{
			max-height: 2300px;
		}
		.renw-check:checked ~ .target_box{
			padding: 20px 20px;
			margin: 50px auto;
			border: solid 1px #645000;
		}
		.renw-check:checked ~ .photo_img{
			margin-bottom:120px!important;
		}
		
		.r_block{
			display: flex;
			flex-direction: column;
		}
		h3{order:1;}
		.r_block .text{order:2; margin-bottom: 15px;}
		.r_block::before{order:3;}
		a.link_btn, .renw-label{order:5;}
		.drawer{order:3;}
  
}
@media screen and (max-width: 600px) {
	
	.no_02 dl{
		display:block;
	}
	.no_02 dt{
		margin: 0px auto 15px!important;
	}
	.no_02 dd{
		width:100%;
		letter-spacing: -1.5px;
		font-size: 21px;
	}
	.step_01_result, .step_02_result{
		margin: 30px 0px 25px;
	}
	span.green{
		margin:0;
	}
	.no_03 .renw-check:checked ~ .drawer{
		max-height:2400px;
	}
	
}
@media screen and (max-width: 480px) {
  .target,
  .policy,
  .step_01 div,
  .step_02 div,
  .no_03 ul,
  .photo_img{
    display:block;
  }
  
  h3{
		white-space: nowrap;
		font-size: 150%; 
	 }
  
  .target dt, .policy dt{
	      margin: 0 15px 20px 0;
		text-align:center;  
	}
	.step_01 img, .step_02 img{
		margin:0 auto;
		display: block;
	}
	.step_02_result,.step_01_result{
		text-align:left;
	}
	.no_04::before{
		margin-top: -1.2em;
	}
	.photo_img{
		margin:30px 10px 0;
	}
	.no_03 ul, .no_03 li, .photo_img img{
		width:auto;
	}
	
	.renewal a.link_btn::after{
		top: 0;
		bottom: 0;
		margin: auto;
	}
  
}
