@charset "utf-8";

/*=================================================
	file name: campaign-style.css
	create: 2017.Apr
	updated: 2017.4.17
===================================================*/

.text-bros    { color: #38B0FF; }
.text-friends { color: #FF4700; }

.content-heading.campaign {
	line-height: 1.3;
	color: #19b6a9;
}
.content-heading.campaign > small {
	display: inline;
	font-size: 70%;
	color: #19b6a9;
}

.container .campaign-period {
	background-color: #FCEE21;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #19b6a9;
}
.container .campaign-period > small {
	font-size: 19px;
}

.btn-campaign-info {
	background-color: #F2F5F9;
	border-radius: 0;
	margin: 10px 0;
	position: relative;
	font-weight: bold;
	color: #808080;
}
.btn-campaign-info:after {
	content: "\e114";
	display: block;
	position: absolute;
	right: 5px;
	top: calc(50% - 7px);
	color: #B1C3DB;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-campaign-info[aria-expanded="true"]:after {
	content: "\e113";
}
a.btn-campaign-info,
a.btn-campaign-info:focus {
	color: #808080;
}

.collapse > table {
	margin-bottom: 0;
}
.panel-introduce-bros {
	margin-top: 0;
	background: #DAF0FF;
	box-shadow: none;
}
.panel-introduce-bros > .panel-body h4 {
	margin-bottom: 0;
	color: #38B0FF;
	font-size: 24px;
	font-weight: bold;
}

.panel-introduce-friends {
	margin-top: 0;
	background: #FFE7DE;
	box-shadow: none;
}
.panel-introduce-friends > .panel-body h4 {
	margin-bottom: 0;
	color: #FF4700;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.introduce-flow {
		padding: 10px;
		position: relative;
	}
}
@media screen and (min-width: 769px) {
	.introduce-flow {
		padding: 10px 20px;
		position: relative;
	}
	.panel-introduce-bros .with-divider {
		position: relative;
		background: #DAF0FF;
		border-right: 5px solid #92D4FF;
	}
	.panel-introduce-bros .with-divider:after,
	.panel-introduce-bros .with-divider:before {
		left: 100%;
		top: 26%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.panel-introduce-bros .with-divider:after {
		border-color: rgba(136, 183, 213, 0);
		border-left-color: #DAF0FF;
		border-width: 20px;
		margin-top: -20px;
	}
	.panel-introduce-bros .with-divider:before {
		border-color: rgba(194, 225, 245, 0);
		border-left-color: #92D4FF;
		border-width: 26px;
		margin-top: -26px;
	}

	.panel-introduce-friends .with-divider {
		position: relative;
		background: #FFE7DE;
		border-right: 5px solid #FFB091;
	}
	.panel-introduce-friends .with-divider:after,
	.panel-introduce-friends .with-divider:before {
		left: 100%;
		top: 26%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.panel-introduce-friends .with-divider:after {
		border-color: rgba(136, 183, 213, 0);
		border-left-color: #FFE7DE;
		border-width: 20px;
		margin-top: -20px;
	}
	.panel-introduce-friends .with-divider:before {
		border-color: rgba(194, 225, 245, 0);
		border-left-color: #FFB091;
		border-width: 26px;
		margin-top: -26px;
	}
}


/*=================================================
全額返金
===================================================*/

.henkin-summer {
	margin-top: 50px;
}
.henkin-step-wrap {
	position: relative;
	margin-bottom: 50px;
	padding: 50px 0;
}
.henkin-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: calc(100% + 30px);
	height: 100%;
	background: #f2f9f9;
	z-index: -1;
}
.henkin-step-title {
	width: 240px;
	margin: 0 auto;
}

/*2019.08.20 追加*/
.henkin-step-wrap {
	margin-top: 50px;
}
/**/

.henkin-step {
	margin-top: 15px;
}

.henkin-step-mail {
	width: 74%;
	margin: 15px auto 0;
}

.henkin-step1,
.henkin-step2,
.henkin-step3 {
	margin: 15px 0;
}

.henkin-step-btn {
	width: 250px;
	margin: 30px auto 0;
}

.henkin-step-wrap .note {
	padding-left: 0;
	font-size: 12px;
	opacity: .8;
}

@media (min-width: 768px) {
	.henkin-step-title {
		width: 380px;
	}
  .henkin-step-mail {
  	width: calc(100%/2);
  }
	.henkin-step-btn {
		width: 300px;
	}
}


/*  */

/* 「ごきょうだい」平仮名化による落ちないようにする対応 */
@media screen and (max-width: 767px) {
	.modal-ttl.small i {
			font-size: 6vw;
	}
}