@charset "UTF-8";

/*--------------------------------------------------
	共通
--------------------------------------------------*/

/* 注釈 */
ul.notes {
	max-width: 960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
}
ul.notes li{
	margin-top: 0.5em;
	font-size: 13px;
	line-height: 1.5;
	
}
ul.notes.em_num li {
	padding-left: 1.8em !important;
	text-indent: -1.8em !important;
}
ul.notes.em_num2 li {
	padding-left: 2.3em !important;
	text-indent: -2.3em !important;
}
ul.notes.em_nospace li {
	padding-left: 1em !important;
	text-indent: -1em !important;
}
ul.notes.em_space li {
	padding-left: 1.2em !important;
	text-indent: -1.2em !important;
}

@media (max-width: 640px) {
	ul.notes {
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------------------------
	コンテンツ
--------------------------------------------------*/

/* ---- .campain共通 ---- */
.campaign{
	text-align: center;
	margin-bottom: 20px;
}
.campaign img {
	max-width: 100%;
}
.campaign h1{
	margin:auto;
}
.campaign h1 .present {
	max-width: 1100px;
	display:inline-block;
	position: relative;
    /*color:#6db4c2;*/
    color:#dd888e;
	font-size:70px;
	margin:20px auto 0;
	text-shadow: 5px 5px 0 rgba(244,232,255,0.6);
    /*text-shadow: 5px 5px 0 rgba(216,235,239,0.6);*/
}
.campaign h1 .present::before,
.campaign h1 .present::after {
	content:"";
	position:absolute;
	height:90px;
	bottom:-30px;
	border-left: 3px solid;
}
.campaign h1 .present::before {
	left:30px;
	transform: rotate(-30deg);
}
.campaign h1 .present::after {
	right:30px;
	transform: rotate(30deg);
}
.campaign h1 .present img {
	vertical-align:middle;
	margin-left: 10px;
}
.campaign .section {
	padding:60px 0;
}
.campaign .section h2 {
	margin:0 auto;
	font-size:24px;
	margin-bottom: 20px;
	font-weight: 500;
}
.campaign .section h2::after {
	content:"";
	background:  url("../images/ico_moshineko.png") no-repeat center;
	height:34px;
	display: block;
	margin:10px auto 10px;
}
.campaign .inline-block {
	display:inline-block;
}

/* ---- .lead ---- */
.campaign .lead {
	padding-top:60px;
    background-color: #e9efe9;
}
.campaign .lead p {
	font-size:28px;
	font-weight:600;
	line-height: 54px;
}
.campaign .lead p .highlight {
	background: linear-gradient(to Top,transparent 0.1em,rgba(165,248,231,0.70) 0.1em,rgba(165,248,231,0.70) 0.75em,transparent 0.5em)
}
.campaign .lead p .strong {
	font-size:1.7em; 
	font-weight:600;
}

/* ---- .share ---- */
.campaign .share {
	background-color: #FFF;
}
.campaign .share p {
	max-width:420px;
	width:80%;
	margin:auto;
	padding:20px 0;
	background-color: #ADB2F4;
	border-radius: 10% 20% 10 ;
	position: relative;
	font-size:18px;
	color:#fff;
	font-weight: 500;
}
.campaign .share p::after {
	content:"";
	position: absolute;
	top:100%;
	left: 53%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 0;
	border-color: #ADB2F4 transparent transparent transparent;
	transform: skewX(-20deg)
}
.campaign .share ul {
	display:flex;
	justify-content: center;
}
.campaign .share ul li {
	margin:0 10px;
}

/* ---- .detail ---- */
.campaign .detail {
	background-color: #e1e1f0;
}
.campaign .detail p {
	font-size:24px;
    color: #006ad5;
	font-weight:600;
	width:94%;
	max-width:960px;
	margin:auto;
}
.campaign .detail p.period{
	width:90%;
	background-color:#fff;
	padding:20px 0;
	border-radius:10px;
}
.campaign .detail .step {
	max-width: 960px;
	margin:auto;
}
.campaign .detail .step li {
	position: relative;
}
.campaign .detail .step li:nth-child(n+2){
	margin-top:50px;
}
.campaign .detail .step li:nth-child(n+2):before,
.campaign .detail .step li:nth-child(n+2):after {
	content:"";
	width: 20px;
	height: 7px;
	position: absolute;
	top:-28px;
	background-color: #82A3F2
}
.campaign .detail .step li:nth-child(n+2):before {
	right:50%;
	transform: skewY(40deg)
}
.campaign .detail .step li:nth-child(n+2):after {
	left:50%;
	transform: skewY(-40deg)
}
.campaign .detail .step li dl{
	font-size:20px;
	border:3px solid #82A3F2;
	display:flex;background-color: #82A3F2;
}
.campaign .detail .step li dt{
	width:80px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:2em;
	line-height: 1;
	font-weight: 600;
	color:#fff;
}
.campaign .detail .step li dt::before{
	content:"STEP";
	font-size:16px;

}
.campaign .detail .step li dd{
	padding:1em;
	text-align: left;
	width:calc(100% - 80px);
	background-color: #fff;
	font-weight:500
}
.campaign .detail .bnr a {
	display: inline-block;
	width:410px;
	max-width: 90%;
	padding:20px 0;
	text-decoration: none;
	background: #9c1416; /*linear-gradient(180deg, #b36777, #873750);*/
	color: #fff;
	position: relative;
	font-weight:500;
	font-size: 18px;
}
.campaign .detail .bnr a:hover {
	/*background: #b36777;*/
    background: #9c1416;
}
.campaign .detail .bnr a::after {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	right:20px;
	top:calc(50% - 5px);
	transform: rotate(-45deg)
}
.campaign .detail .appli .lnk_btn a {
	display: inline-block;
	background: #5278d0 linear-gradient(to top,#3758A8 50%,#456CC7 50%);
	text-decoration: none;
	font-size:24px;
	padding:0.8em 0;
	border-radius: 1.5em;
	box-shadow: 0 0 0 2px #fff,0 0 0 5px #6A89D4;
	width:410px;
	max-width: 94%;
	color:#fff;
	cursor:pointer;
}
.campaign .detail .appli .lnk_btn a:hover {
	background: #5278d0;;
}
.campaign .detail .appli .btn_end {
    color: white;
	display: inline-block;
	background: #626262 linear-gradient(to top,#585858 50%,#5f5f5f 50%);
	text-decoration: none;
    text-align:center;
	font-size:24px;
	padding:0.8em 0;
	border-radius: 1.5em;
	box-shadow: 0 0 0 2px #fff,0 0 0 5px #626262;
	width:410px;
	max-width: 94%;
	color:#fff;
}
/* ---- .second ---- */
.campaign .second {
	background-color:  #def3fd;
}
.campaign .second p {
	font-size:26px;
	font-weight:600;
}
.campaign .second p .highlight_2nd {
	background: linear-gradient(to Top,transparent 0.1em,rgba(255,255,255,0.70) 0.1em,rgba(255,255,255,0.70) 0.75em,transparent 0.5em)
}

/* ---- .inquiry ---- */
.campaign .inquiry {
	background-color: #fff
}

/* ---- .caution ---- */
.campaign .caution {
	background-color: #F0f0f0;
}

.campaign .caution .caution_inner {
	max-width: 900px;
	margin:auto;
	background: #fff;
	padding:30px;
	border-radius:15px;
}
.campaign .caution .caution_list li{
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	margin-top:0.5em;
}
.campaign .caution a.link:after {
	content: url(/common_v3/images/icon_newwindow.png);
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: baseline;
}

@media screen and (max-width: 640px) {
	
	/* ---- .campaign共通 ---- */
	.campaign .section {
		padding:40px 0;
	}
	.campaign h1 .aquosoriginal {
		font-size:24px;
		padding:5px 60px 5px 25px;
		background-position: right 15px center;
		background-size:40px;
	}
	.campaign h1 {
		padding:0 10px ;
	}
	.campaign h1 .present {
		font-size:38px;
		font-weight:800;
		margin:0 auto;
		padding:0 20px;
		text-shadow: 3px 3px 0 rgba(255,255,255,0.6);
	}
	.campaign h1 .present::before,
	.campaign h1 .present::after {
		height:60px;
		bottom:-15px;
	}
	.campaign h1 .present::before {
		left:20px;
		transform: rotate(-30deg);
	}
	.campaign h1 .present::after {
		right:20px;
		transform: rotate(30deg);
	}
	.campaign .section h2::after {
		background-size: 40px;
		height:27px;
		margin-bottom:0px;
	}
	/* ---- .lead ---- */
	.campaign .lead {
		padding-top:40px;
	}
	.campaign .lead p {
		margin:auto 3%;
		font-size:22px;
		line-height: 36px;
	}
	/* ---- .share ---- */
	
	/* ---- .detail ---- */
	.campaign .detail p {
		font-size:20px;
		text-align: left;
	}
	.campaign .detail p.period {
		text-align: center;
	}
	.campaign .detail .step {
		margin:auto 3%;
	}
	.campaign .detail .appli p{
		margin:auto 3%;
	}
	.campaign .detail .appli .lnk_btn {
		text-align: center;
	}
	.campaign .detail .appli .lnk_btn a {
		font-size:20px;
		text-align: center;
	}
	
	/* ---- .second ---- */
	.campaign .second p {
		margin:auto 3%;
		font-size: 20px;
		line-height: 32px;
	}

	/* ---- .inquiry---- */
	
	/* ---- .cautiion ---- */
	.campaign .caution .caution_inner {
		margin:auto 3%;
		padding:20px 15px
	}
}