/* campaign
---------------------------------------- */
.campaign {}
.campaign .campaignImg {
	margin-bottom:10px;
	text-align: center;
}
	.campaign .campaignImg img {
		max-width:100%;
	}
.campaign .campaignLink {
	letter-spacing:-999em;
}
.campaign .campaignLink a {
	box-sizing:border-box;
	display:inline-block;
	width:49%;
	padding:10px;
	margin-right:2%;
	margin-bottom:2%;
	border-radius:10px;
	letter-spacing:normal;
	text-align:center;
	font-size:16px;
}
.campaign .campaignLink a.wide {
	display:block;
	width:80%;
	margin:0 auto;
}

.campaign .campaignLink a:nth-child(2n) {
	margin-right:0;
}
.campaign .campaignLink a:hover {
	text-decoration:none;
}
.campaign .campaignLink a span {
	display:inline-block;
	content: '';
	width:8px;
	height:8px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.campaign .campaignLink .linkPDF {
	background-color:#255a41;
	color:#fff;
}
.campaign .campaignLink .linkPDF span {
	border-color:#fff;
}
.campaignLink3column {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
	.campaignLink3column a {
		display: block;
		box-sizing: border-box;
		width:228px;
		padding: 10px;
		margin-right:28px;
		margin-bottom:28px;
		border-radius:10px;
		background-color:#255a41;
		text-align: center;
		color:#fff;
	}
	.campaignLink3column a:nth-child(3n) {
		margin-right:0;
	}
	.campaignLink3column a span {
		display:inline-block;
		content: '';
		width:8px;
		height:8px;
		border-top: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
/*2列組み*/
.col2Block {
	display: table;
	margin: 15px 0 40px;
	width: 100%;
	box-sizing: border-box;
}
	.col2Block .col {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		box-sizing: border-box;
	}

/*リピーター特典（まつやま繁盛店チケット）*/
.textAlignCenter {
	text-align: center;
}
.repeaterHanjoHead {
	margin:20px 90px 60px 90px;
	font-weight: bold;
	font-size: 140%;
}
.repeaterHanjoHead .repeaterHanjoBorder{
	font-weight: bold;
	color: #D45F3F;
  background: linear-gradient(transparent 50%, #FEF19D 50%);
	display: inline-block;
}
.repeaterHanjoLead {
	margin-top: 10px;
}
.repeaterHanjoTicket {
	margin-top: 60px;
	padding: 15px;
	font-size: 120%;
}
	.repeaterHanjoTicket .col:first-child {
		padding-left: 10px;
	}
	.repeaterHanjoTicket .col:first-child h4 {
		margin-bottom: 10px;
		font-size: 112%;
		font-weight: bold;
	}
	.repeaterHanjoTicket .col:first-child span {
		font-size: 108%;
		font-weight: bold;
	}
	.repeaterHanjoTicket .col:last-child img {
		width: 346px;
	}
.ticketTitle {
	margin: 42px auto 0;
	padding: 11px 0 8px;
	background-color: #4D2807;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1;
}

.t_small{
	font-size: 80%;
}
.ico_acoin{
	width: 30px;
	height: auto;
}
.repeaterHanjoTicket_about{
	margin-bottom: 20px;
}
.repeaterHanjoTicket_about h4{
	font-weight: bold;
	margin:0 20px 10px 20px;
	color: #fff;
	position: relative;
	background: #569C82;
    padding: 5px 10px;
	text-align: center;
    font-size: 19px;
}
.repeaterHanjoTicket_about h4::before{
	content: "";
    position: absolute;
    top: 0;
    left: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #569C82;
    border-bottom: 20px solid transparent;
}
.repeaterHanjoTicket_about h4::after{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #569C82;
}
.repeaterHanjoTicket_aboutRead{
	color: #CD5F46;
    font-weight: bold;
    font-size: 17px;
}
.repeaterHanjoTicket_tokuten{
	margin-bottom: 20px;
	display: flex;
	border: 2px solid #669B84;
	border-radius: 10px;
	padding: 20px;
    justify-content: center;
    align-items: center;
}
.repeaterHanjoTicket_tokuten:last-of-type{
	margin-bottom: 0;
}
.repeaterHanjoTicket_tokuten div:first-child{
	width: 30%;
	text-align: center;
}
.repeaterHanjoTicket_tokuten div:nth-child(2){
	width: 67%;
	margin-left: 3%;
}
.repeaterHanjoTicket_tokuten ul li{
	list-style: none;	
	color: #056643;
    margin-bottom: 5px;
}
.repeaterHanjoTicket_tokuten ul li:first-of-type{
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}

.repeaterHanjoTicket_tokuten ul li.t_small{
	color: #333;
}
.repeaterHanjoTicket_tokuten h4{
	color: #056643;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	background-image: linear-gradient(to right, #F6E2C9, #FFF8A4);
	background-repeat: no-repeat;
	background-size: 100% 40%;
	background-position: bottom;
	transition: all 0.25s ease-in;

}
.campaign .campaignLink.repeaterHanjoBtn a{
	font-size: 100%;
	padding: 7px;
	margin: inherit;
	background: #569C82;
}

.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px !important;
}

.mb30{
	margin-bottom: 30px !important;
}

/* 新入生限定!家電3点セットキャンペーン
--------------------------------------------------*/
#kaden3ten {
	font-family: "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}
#kaden3ten .imgWidthFull {
	width:100%;
	display: block;
}
#kaden3ten a.dpBlock {
	display: block;
}
#kaden3ten .flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
#kaden3ten .flexSpacearound {
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
#kaden3ten .flexStart {
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
#kaden3ten .alias-view {
	background: #fff;
}
#kaden3ten a:hover {
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40)
}
#kaden3ten .sp {
	display: none;
}
#kaden3ten .pc {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:750px) {
	#kaden3ten .sp {
		display: block;
		width: 100%;
	}
	#kaden3ten .pc {
		display: none;
	}
	#kaden3ten .container {
		padding: 0 3%;
	}
}
@media screen and (min-width:751px) and ( max-width:1024px) {
	#kaden3ten .sp {
		display: none;
	}
	#kaden3ten .pc {
		display: block;
		margin: 0 auto;
	}
}
/* 新入生限定!家電3点セットキャンペーン head*/
#kaden3ten .head {
	background: #95BF35 url(/assets/img/campaign/kaden3ten/img_main_bg.png) top center no-repeat;
	background-size: cover;
	padding: 70px 0 40px;
}
#kaden3ten .head h1 {
	text-align: center;
}
@media screen and (max-width:1500px) {
	#kaden3ten .head {
		background: auto;
	}
}
@media screen and (max-width:750px) {
	#kaden3ten .head {
		background-image:none;
	}
}
/* 新入生限定!家電3点セットキャンペーン aboutArea*/
#kaden3ten .aboutArea {
	background: #FFF;
	padding: 30px 0;
}
#kaden3ten .aboutArea h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	width: 600px;
	margin: 0 auto;
	line-height: 1;
}
#kaden3ten .aboutArea h3:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #134A2F;
}

#kaden3ten .aboutArea h3 span {
	position: relative;
	padding: 0 1em;
	background: #FFF;
}
#kaden3ten .aboutArea p {
	text-align: center;
}
#kaden3ten .aboutArea .aboutSub {
	margin: 0 auto;
	background: #134A2F;
	border-radius: 30px;
	padding: 0.5rem 0;
	width: 650px;
	margin-bottom: 16px;
	position: relative;
}
#kaden3ten .aboutArea .aboutSub::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 12px solid #134A2F;
}
#kaden3ten .aboutArea .aboutSub p {
	color: #FFF;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}
#kaden3ten .aboutArea .aboutTerm {
	color: #134A2F;
}
#kaden3ten .aboutArea .aboutLead {
	color: #134A2F;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 2;
	font-size: 18px;
}
#kaden3ten .aboutArea .aboutLead span {
	font-size: 24px;
	border-bottom: solid;
	padding-bottom: 2px;
	border-color: #FFED3C;
	border-width: 4px;
}
#kaden3ten .aboutArea .aboutDay {
	font-weight: bold;
	font-size: 33px;
}
#kaden3ten .aboutArea .aboutDay span {
	font-size: 41px;
}
#kaden3ten .aboutArea .aboutNotice {
	font-size: 13px;
	font-weight: bold;
}

/* 新入生限定!家電3点セットキャンペーン courseArea*/
#kaden3ten .courseArea {
	background: #D1E8B0 url(/assets/img/campaign/kaden3ten/bg_dot.png) repeat;
	background-size: auto;
	padding: 50px 0;
}
#kaden3ten .courseArea p {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
#kaden3ten .courseArea ul {
	margin-bottom: 30px;
}
#kaden3ten .courseArea .courseTxt {
	margin-bottom: 20px;
}
#kaden3ten .courseArea .courseBtn {
	margin-bottom: 26px;
}
/* 新入生限定!家電3点セットキャンペーン shopArea*/
#kaden3ten .shopArea {
	padding: 60px 0;
}
#kaden3ten .shopArea #page_title h2 {
	text-align: center;
	font-family: 'Lato', sans-serif,"ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 45px;
	color: #40B272;
	letter-spacing: 4px;
	font-weight: normal;
	line-height: 53px;
}
#kaden3ten .shopArea #page_title h1 {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 6px;
	margin-top: 10px;
	font-weight: bold;
}
#kaden3ten .shopArea .logo {
	text-align: center;
	margin-bottom: 14px;
}
#kaden3ten .shopArea .shop_list {
	padding: 0 3%;
}
#kaden3ten .shopArea ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
#kaden3ten .shopArea ul li {
	width: 33.3%;
	align-items: center;
	padding-bottom: 50px;
}
#kaden3ten .shopArea ul li dl {
	width: 316px;
	margin: 0px auto;
}
#kaden3ten .shopArea ul li dd {
	font-size: 13px;
	margin: 1em 0px;
}
#kaden3ten .shopArea ul li .shopBtn {
	text-align: center;
	margin: 0px auto;
}
@media screen and (max-width:768px) { 
	#kaden3ten .shopArea ul li {
		width: 50%;
	}
}
@media screen and (max-width:750px) {
	#kaden3ten .imgWidthFull {
		width:100%;
		display: block;
	}
	#kaden3ten a {
		display: block;
	}
	#kaden3ten .head {
		background: none;
		padding: 0;
	}
	#kaden3ten .aboutArea {
		padding: 10% 0;
	}
	#kaden3ten .aboutArea .aboutSub {
		width: 92%;
		padding: 3% 3%;
		border-radius: 50px;
	}
	#kaden3ten .aboutArea .aboutSub p {
		font-size: 3.73vw;
	}
	#kaden3ten .aboutArea .aboutLead {
		font-size: 4vw;
		line-height: 1.8;
		margin-bottom: 10%;
	}
	#kaden3ten .aboutArea {
		padding: 10% 0;
	}
	#kaden3ten .aboutArea .aboutLead span {
		font-size: 6.5vw;
	}
	#kaden3ten .aboutArea h3 {
		width: 100%;
		font-size: 5.2vw;
		margin-bottom: 2%;
	}
	#kaden3ten .aboutArea .aboutDay {
		font-size: 4.73vw;
		margin-bottom: 3%;
	}
	#kaden3ten .aboutArea .aboutDay span {
		font-size: 6.5vw;
	}
	#kaden3ten .aboutArea .aboutNotice {
		font-size: 3vw;
	}
	#kaden3ten .aboutArea .aboutBtn {
		width: 100%;
		margin: 0 auto;
	}
	#kaden3ten .courseArea {
		padding: 10% 0;
	}
	#kaden3ten .courseArea p {
		font-size: 3vw;
	}
	#kaden3ten .courseArea .courseTxt {
		width: 90%;
		margin: 0 auto 5%;
	}
	#kaden3ten .courseArea .courseBtn {
		margin-bottom: 8%;
	}
	#kaden3ten .shopArea {
		padding: 10% 0;
	}
	#kaden3ten .shopArea #page_title h2 {
		font-size: 8.2vw;
	}
	#kaden3ten .shopArea #page_title h1 {
		font-size: 4.2vw;
	}
	#kaden3ten .shopArea ul {
		flex-direction: column;
	}
	#kaden3ten .shopArea ul li {
		width: 100%;
	}
}
