@charset "UTF-8";
/* CSS Document */
#header_btn .kekkon_h_btn .k_main_btn{
	background: linear-gradient(180deg,#32a7a2 0%,#32a7a2 7%,#54cdc8 7%,#54cdc8 100%);
}
#k_iwai{
	width: 100%;
	padding-top: 117px;
}
#k_iwai #main{
	max-width: 100%;
	margin: 0 auto;
	height: 450px;
	background-image:url(../img/pc/kekkon_iwai/main.png);
	background-size: 100%;
	background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#k_iwai_cont{
	width: 100%;
	background-color: #f0fefd;
	padding: 85px 0px 95px;
}
#k_iwai_cont .point p.pont_tit{
	color: #54cdc8;
	font-size: 5.2rem;
	margin-bottom: 50px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#k_iwai_cont .point_btn img{
	width: 191px;
}
#k_iwai_cont .point_btn a:nth-child(2n){
	padding: 0px 10px;
}
#k_iwai_cont .point p.pont_tit{
	position: relative;
}
#k_iwai_cont .point p.pont_tit::after{
	content: url(../img/pc/kekkon_iwai/gift_k.png);
	position: absolute;
  top: 35px;
  right: 324px;
}
#k_iwai_cont .point p.uchi::after{
	content: url(../img/pc/kekkon_iwai/gift_k.png);
	position: absolute;
  top: 35px;
  right: 294px;
}
#k_iwai_cont .content .kdn_cont{
	background-color: white;
	border: solid #54cdc8 1px;
	position: relative;
	padding: 70px 60px 55px;
	margin-bottom: 50px;
}
#k_iwai_cont .content .kdn_cont .kdn_cnt_tit{
	background-color: #54cdc8;
	padding: 15px 0px;
 	width: 385px;
	position: absolute;
	top: -20px;
  left: 31%;
}
#k_iwai_cont .content .n_txt span.u_line{
	border-bottom: dotted #54cdc8 3px;
}
.content .n_txt p.n_txt_tit{
	font-size: 2.0rem;
	color: #54cdc8;
	font-weight: bold;
}
.n_margin{
	margin-top: 30px;
}
#k_iwai_cont .sub_tit{
	margin: 20px 0px;
}
#k_iwai_cont .kyoukaisen{
	border: solid 1px #ebebef;
  margin: 10px 0px;
}
#k_iwai_cont .indent{
	text-indent: -1em;
  padding-left: 1em;
}

/*sp*/
@media screen and (max-width: 1100px) {
	#k_iwai #main{
		height: 540px;
		background-image:url(../img/sp/kekkon_iwai/main.png);
	}
	#k_iwai{
		padding-top: 100px;
	}
	#k_iwai_cont .point_btn img{
		width: 221px;
	}
	#k_iwai_cont .content .kdn_cont{
		padding: 90px 30px 55px; 
	}
	#k_iwai_cont .content .kdn_cont .kdn_cnt_tit{
		width: 540px;
	}
	#k_iwai_cont .content .kdn_cont .kdn_cnt_tit{
		left: 13%;
	}
	#k_iwai_cont .point p.pont_tit{
		font-size: 6.0rem;
	}
	.content .n_txt p.n_txt_tit{
		font-size: 3.2rem;
		margin-bottom: 25px;
	}
	#k_iwai_cont .point p.pont_tit::after{
		top: 45px;
    right: 164px;
	}
	#k_iwai_cont .point p.uchi::after{
		top: 45px;
    right: 134px;
	}
}

