﻿@charset "utf-8";

/*--------------------------------------

  オファー登録キャンペーン

---------------------------------------*/
.w980.wrapper {
    padding: 80px 0;
    margin: 0 auto 80px;
    background: #fff;
}
#campaign {
    display: block;
    padding: 0 90px;
    margin: 0 auto;
    box-sizing: border-box;
}
#campaign header {
    min-width: 0;
}
#campaign header img {
    width: 800px; 
}
#campaign p  {
    line-height: 1.5;
    color: #333;
    font-size: 1.6rem;
}
#campaign p b  {
    color: #ff2784;
}
#campaign p i  {
    color: #666;
    font-style: normal;
    font-size: 1.2rem;
}
#campaign a {
    position: relative;
}
#campaign header p  {
    line-height: 1.8;
    margin: 40px 0 0;
    box-sizing: border-box; 
}
#campaign .wrapper_campaign {
    padding: 92px 0 0;
    box-sizing: border-box;
}
#campaign .wrapper_campaign h2  {
    position: relative;
    margin: 0 0 40px 0;
}
#campaign .wrapper_campaign h2 img {
    width: 200px;
    display: block;
    margin: 0 auto;
}
/*当選者の声*/
#campaign .voice_campaign {
    margin: 0 0 92px 0;
}
#campaign .voice_campaign ul {
    display: flex;
    justify-content: space-between;
}
#campaign .voice_campaign ul li {
    width: 32.5%;
    line-height: 1.7;
    border-radius: 16px 0;
    padding: 32px 20px;
    background: #fcedf6;
    font-size: 1.4rem;
}
#campaign .voice_campaign ul li b {
    color: #ff2783;
}
#campaign .voice_campaign ul li span {
    display: block;
    text-align: right;
}
#campaign .voice_campaign ul + a {
    float: right;
    margin: 16px 0 0 0;
    color: #ff2783;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
}
/*LINE登録*/
#campaign .line_campaign  {
    display: block;
    width: 800px;
    margin: 72px 0 140px 0;
    color: #ff2784;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
#campaign .line_campaign img {
    width: 800px; 
}
#campaign .line_campaign span::before {
    content: "＼";
    margin: 0 20px 0 0;
}
#campaign .line_campaign span::after {
    content: "／";
    margin: 0 0 0 20px;
}
/*応募の流れ*/
#campaign .howto_campaign h2::before {
    content: "";
    display: block;
    width: 84px;
    height:60px;
    position: absolute;
    right: 50%;
    top: -64px;
    transform: translateX(-70px);
    background: url(/img/common/ic_howto.png) center /contain no-repeat;
}
#campaign .howto_campaign .step {
    margin: 0 0 48px 0;
    border: solid 1px #333;
    box-shadow: 4px 4px 0 rgba(51,51,51,0.1);
    background: #fff;
    font-size: 1.8rem;
}
#campaign .howto_campaign .last {
    display: block;
    margin: 0 auto 28px;
}
#campaign .howto_campaign .step h3 {
    position: relative;
    padding: 12px 0;
    background: #333;
    color: #fff;
    text-align: center;
}
#campaign .howto_campaign .step h3::before {
    display: block;
    content: "";
    position: absolute;
    top: -24px;
    left: 20px;
    width: 133px;
    height: 45px;
    background: url(/img/common/ic_step_1.png) center /contain no-repeat;
}
#campaign .howto_campaign .step:nth-of-type(2) h3::before {
    background: url(/img/common/ic_step_2.png) center /contain no-repeat;
}
#campaign .howto_campaign .step:nth-of-type(3) h3::before {
    background: url(/img/common/ic_step_3.png) center /contain no-repeat;
}
#campaign .howto_campaign .step:nth-of-type(4) h3::before {
    background: url(/img/common/ic_step_a.png) center /contain no-repeat;
}
#campaign .howto_campaign .step p {
    line-height: 1.8;
    padding: 32px 28px;
    font-size: 1.5rem;
}
#campaign .howto_campaign .step p .btn_step {
    display: block;
    position: relative;
    height: 52px;
    width: 352px;
    line-height: 52px;
    margin: 32px auto 0;
    border-radius: 25px;
    background: #ff2784;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.btn_step::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);

}
#campaign .howto_campaign .step p .stamp {
    display: block;
    color: #00B900;
    font-weight: bold;
    text-decoration: underline;
}
#campaign .howto_campaign .step p .line {
    display: block;
    line-height: 1.8;
    margin: 28px 0 32px;
    padding: 20px;
    background: #fcedf6;
    font-size: 1.4rem;
    word-break: normal;
}
#campaign small {
    vertical-align: top;
    font-size: 1.1rem;
}
#campaign h4 {
    margin: 0 0 12px 0;
    font-size: 1.6rem
}
#campaign .caution {
    line-height: 1.8;
    margin: 0 0 52px 0;
    font-size: 1.3rem
}
#campaign footer {
    position: relative;
    width: 800px;
    min-width: 0;
    padding: 44px 0;
    background: #fcedf6;
    text-align: center;
}
#campaign footer .footer_btn{
    display: inline-block;
    margin: 0 12px;
}
#campaign footer span {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
}
#campaign footer .btn_step {
    display: block;
    position: relative;
    height: 52px;
    width: 352px;
    line-height: 52px;
    margin: 20px 0 0;
    border-radius: 25px;
    background: #ff2784;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

/*========　voice　========*/
#voice {
	width: 580px;
	height: auto;
	margin: auto;
	background-color: #fbfbfb;
	color: #333;
    text-align: center;
}
#voice h1 {
	margin: 5px 25px 10px 20px;
}
#voice h2 {
	width: 530px;
    margin: 0 25px;
    font-size: 14px;
}
#voice p {
	width: 530px;
	height: auto;
	line-height: 1.5;
    margin: 5px auto 10px auto;
	padding: 10px;
    border: 2px solid #dbdbdb;
	background-color: #fff;
	font-size: 14px;
	text-align: left;
}
#voice p strong {
	color: #F772B7;
	font-size: 18px;
}
#voice p span {
    color: #999;
	font-size: 12px;
}
#voice b {
	display: block;
	width: 400px;
	color: #fff;
	background-color: #636;
	margin: 5px 65px 15px 65px
}
#voice input {
	margin: 10px 0 25px 0 ;
	border: 1px solid #666;
    background-color: #ccc;
}

/*========　manual　========*/
#manual {
	width: 580px;
	height: auto;
	margin: auto;
	background-color: #fbfbfb;
	color: #666;
    text-align: center;
}
#manual h1 {
	margin: 10px 0 5px 0;
    font-size: 1.8rem;
}
#manual h1#softbank {
	margin-top: 30px;
}
#manual p.text {
	width: 530px;
    line-height: 1.5;
    margin: 0 25px;
	text-align: left;
	font-weight: normal;
}
#manual p.acc {
	width: 530px;
	height: auto;
	border: 3px solid #dbdbdb;
	background-color: #fff;
	margin: 5px auto 20px auto;
	line-height: 1.5;
	color: #333;
	padding-bottom: 15px;
}
#manual p strong {
	color: #F00;
	font-size: 18px;
}
#manual b {
	display: block;
	width: 400px;
	color: #555;
	background-color: #e7e7e7;
	margin: 5px 65px 15px 65px
}
#manual input {
	margin: 10px 0 25px 0 ;
	background-color: #ccc;
	border: 1px solid #666;
}

/*--------------------------------------

  LINEスタンププレゼントキャンペンーン

---------------------------------------*/
#info.linestamp .text_pink {
	color: #FF2192;
}
#info.linestamp .bt_pink {
	width: 400px;
	margin: 20px auto 0;
	border: 2px solid #FF2192;
	border-radius: 40px;
	background: #FF2192;
}
#info.linestamp .bt_pink:hover {
	border-color: #ff7dbf;
	background: #ff7dbf;
}
#info.linestamp .bt_green {
	width: 400px;
	margin: 20px auto 0;
	border: 2px solid #00B84F;
	border-radius: 40px;
	background: #fff;
	color: #00B84F;
}
#info.linestamp .bt_green:hover {
	border-color: #009A00;
	color: #009A00;
}
#info.linestamp .stampbox {
	margin-top: 24px;
	padding: 24px;
	border: 4px solid #DDD;
}
#info.linestamp .stampbox_ttl {
	color: #333;
	font-size: 2rem;
	text-align: center;
}
#info.linestamp .stampbox_text {
	margin-top: 2px;
	font-size: 1.6rem;
	text-align: center;
}
#info.linestamp .stampbox_wrap {
	display:flex;
	display: -ms-flexbox;
	justify-content: space-between;
	margin-top: 20px;
}
#info.linestamp .stamp {
	width: 48%;
	padding: 0 0 16px 0;
	background: #F2F2F2;
}
#info.linestamp .stamp img {
	display: block;
	width: 95%;
	margin: 8px auto 12px;
}
#info.linestamp .stamp_ttl {
	position: relative;
	padding: 4px 0;
	background: #00B84F;
	color: #fff;
    font-size: 1.6rem;
	text-align: center;
}
#info.linestamp .stamp_label {
	position: absolute;
	top: -27px;
	right: 12px;
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #707070;
	border-radius: 50%;
	color: #333;
	background: #FFFF00;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
#info.linestamp .stamp_link {
	position: relative;
	display: block;
	padding: 0 32px;
	box-sizing: border-box;
	color: #00B84F;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}
#info.linestamp .stamp_link::after {
	content: "";
    position: absolute;
    right: 16px;
    top: 4px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #00B84F;
    border-right: solid 2px #00B84F;
    transform: rotate(45deg);
}
#info.linestamp .stamp_link:hover {
	color: #009A00;
}
#info.linestamp .stamp_link:hover::after {
	border-color: #009A00;
}
#info.linestamp_present {
	padding: 0;
	margin: 0 90px;
	background: repeating-linear-gradient(-45deg, #fefeea 0, #fefeea 2px, #FCF9A0 2px, #FCF9A0 10px);
	background-size: 14px 14px;
}
.linestamp_present header {
	position: relative;
    line-height: 1.2;
    padding: 20px 0 16px 190px;
    border-bottom: 2px solid #333;
    color: #fff;
    background: #00B84F;
    font-size: 3.6rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#info.linestamp_present header img {
	position: absolute;
	top: -40px;
	left: 30px;
	width: auto;
}
.linestamp_present header b {
	color: #FCF9A0;
	font-weight: normal;
}
.linestamp_present .ttl_sub{
	display: block;
	margin-bottom: 6px;
	color: #FCF9A0;
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.step_list {
	display: flex;
	display: -ms-flexbox;
	margin: 40px 18px 0 ;
}
.stepbox {
	width: 33.3%;
	margin: 0 6px;
	padding-bottom: 16px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(102,102,102,0.16);
}
.stepbox.stepbox_100{
	width: 100%;
	margin-bottom: 24px;
}
.stepbox.stepbox_50 {
	width: 48%;
}
.stepbox_1_2 {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.stepbox_btnlist {
	display:flex;
	display: -ms-flexbox;
	justify-content: space-between;
	padding: 0 32px;
}
.stepbox_btnbox {
	width: 48%;
}
.stepbox_ttl {
	margin-bottom: 16px;
	padding: 6px 0;
	background: #FF2192;
	color: #fff;
	font-size: 1.6rem;
    font-family: Roboto,'Helvetica Neue',Arial,sans-serif;
    letter-spacing: 1px;
	text-align: center;
}
.stepbox_text {
	margin-bottom: 16px;
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}
.stepbox_text b{
	color: #FF2192;
}
.stepbox_text:last-child {
	margin-bottom: 0;
}
.stepbox_subtext {
	padding: 0 12px;
}
.stepbox_btn {
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 8px 12px 0;
	border-radius: 36px;
	border:1px solid #FEEBF5;
	background-color: #FEEBF5;
	color: #F772B7;
	font-size: 1.2rem;
	text-align: center;
}
a.stepbox_btn:hover {
	border-color:  #F772B7;
}
.stepbox_btn.disabled {
	border-color: #F2F2F2;
	background: #F2F2F2;
	color: #999;
}
.stepbox_btn_green{
	display:block;
	height: 64px;
	line-height: 64px;
	border-radius: 4px;
	border: 1px solid #4BBEBE;
	background: #4BBEBE;
	color: #fff;
	font-weight: bold;
    font-size: 1.6rem;
	text-align: center;
}
.stepbox_btn_green:hover{
	opacity: .8;
}
.stepbox_btn_green.ghost {
	background: #fff;
	color: #4BBEBE;
}
#info.linestamp.linestamp_present .stampbox {
	border: none;
}
#info.linestamp.linestamp_present .stamp {
	background: #fff;
}