@charset "utf-8";
/* CSS Document */
.hide{
	display: none;
}
.elementFunctionsSpecial #entryCampaign .campaignInner .elementGeneralButton{
	display: none;
}
.elementFunctionsSpecial #entryCampaign .campaignInner .campaignActive,
.campaignAttention{
	display: block !important;
}
@media screen and (max-width: 640px) {
.noneSp {
display: none!important;
}
.spPh10 {
	padding: 0 10px;
}
}
@media screen and (min-width: 641px) {
.nonePc {
display: none!important;
}
}


.txtRed {
	color: #D23633;
}
.kv {
		background: #fff url(../images/kv_bg.png) center top repeat-x;
		-webkit-background-size:100% 596px;
		background-size:100% 596px;
	padding:0px 0 30px;
	margin: 30px 0;
}
.kvInner {
	width: 950px;
	margin: 0 auto;
}

.kvTtl {
	color: #424242;
	background: #fff;
	font-size: 14px;
	position: relative;
	transform: skewX(-10deg); /*transformで曲げる*/
  background-color: #fff;
  max-width: 860px;
  margin: 0 0 0 20px;
  padding: 10px 16px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kvTtl p {
	 transform: skewX(10deg);
     margin: 0 auto;
     text-align: left;
     font-size: 22px;
     font-weight: bold;
}

.kvTtl p span {
	font-size: 14px;
	padding-left: 20px;
}

.kvInner .note {
	padding-left: 0;
	text-align: right;}
.kvInner .note li {
		position: relative;
		font-size: 12px;
		text-align: right;
		display: inline-block;
		color: #333;
	}
.kvInner .note li&:before {
			text-indent: 1.2em;
			top: 0;
			left: 0;
			content:"※";
		}

.kvInner .kvImg {
	text-align: center;
}

.kvInner .note.topNote {
	padding-right: 110px;
	margin-top: 8px;
}
.kvInner .note.bottomNote {
	padding-right: 60px;
	margin:10px 0 0;
}

.kvTtl:after {
	position: absolute;
	content: url("../images/kv_ttll_deco.png");
	top: 20px;
	right: -50px;
}

@media screen and (max-width: 640px) {
	.kv {
		padding: 0;
		margin: 0 0 10px;
	}
	.kvInner {
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kvInner .kvImg {
	margin: 0;
	text-align: center;
}

.kvTtl:after {
	content:none;
	}

.kvTtl {
  display: none;
 }


.kvTtl p span {
	display: none;
}
.kvInner .note.topNote {
	padding-right: 10px;
	margin-top: 8px;
}
.kvInner .note.bottomNote {
	text-align: left;
	margin: 0;
	padding:0 10px;
	
}

.kvInner .note.bottomNote li {
	text-align: left;
	color: #333!important;
	}
.kvInner .dateBottom {
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 14px;
	color: #333;
	}
.kvInner .note {
	text-align: right;
}

.kvInner .spWhite {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 15px;
}




}

.elementMainContents {
	background: none;
}
.elementMainContents > .inner {
	margin: 0 0 1px 0;
}

h1 {
	border-top: 3px solid #c8c8c9!important;
}

ul.disc{
	list-style: disc;
	margin-left: 20px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.tokutenList {
	margin-left: -18px;
}

.tokutenList li {
	display: inline-block;
	margin-left: 18px;
	width: 220px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	.tokutenList {
	margin-left: 0px;
	padding:0 30px;
}
.tokutenList li {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
	
}
	}

.tokutenList li .ttl {
	background: #e64972;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	color: #fff;
}

.tokutenList li .subTtl {
	background: #eee;
	font-weight: bold;
	margin: 0;
	padding: 8px;
}


.tokutenList li .honbun {
	padding: 14px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin: 0;
	text-align: left;
}



@media screen and (max-width: 640px) {
	.fnSp {
	float: none !important;
}
}

.inner{
	font-size: 16px;
  line-height: 1.75em;
}

.globalSubNavi .inner{
  line-height: 1.5;
}

.fwb {
	font-weight: bold;
}
.fz16 {
	font-size: 16px;
}

#linkAttention {
	margin-top: -80px;
	padding-top: 80px;
}

.elementMainContents h2.tokuten{
	border: 0;
	background: #e3e3e3;
	padding: 10px;
  border-top-left-radius: 0;
  -moz-border-radius-topright:  0;
  -webkit-border-top-right-radius:  0;
  border-top-right-radius:  0;
	color: #222;
}
.elementMainContents h2.tokuten span{
	margin-left: 10px;
}
@media screen and (max-width: 640px) {
	.elementMainContents h2.tokuten{
		padding: 0;
	}
	.elementMainContents h2.tokuten span{
		display: block;
		padding: 10px;
		margin:0;
		background: #e3e3e3;
	}
}


.elementCategorySubTopBlock .block{
	border-top: none;
	margin: 0;
}

.elementCategorySubTopBlock .block .body{
	width: 450px;
}
@media screen and (max-width: 640px) {
	.elementCategorySubTopBlock .block.reverse .image{
		text-align:center;
	}
	.elementCategorySubTopBlock .block .body{
		width: 100%;
	}
}

table.black{
	width: 100%;
	margin: 10px 0 50px;
	border: 1px solid #ccc;
	font-size: 100%;
}
table.black th{
	padding: 10px;
	font-weight: normal;
	width: 100px;
	text-align: center;
	background: #000;
	color: #fff;
	border: 1px solid #ccc;
}
table.black td{
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
}

.elementMainContents ul.flow p{
	margin: 0 0 10px;
}
.elementMainContents ul.flow h3{
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 666px;
	background: none;
	height: 40px;
}
.elementMainContents ul.flow li.flow01 h3{ background: url(../images/flow_01.png) no-repeat 0 0;}
.elementMainContents ul.flow li.flow02 h3{ background: url(../images/flow_02.png) no-repeat 0 0;}
.elementMainContents ul.flow li.flow03 h3{ background: url(../images/flow_03.png) no-repeat 0 0;}
.elementMainContents ul.flow li.flow04 h3{ background: url(../images/flow_04.png) no-repeat 0 0;}

ul.flow li .bkArrow {
	background: url(../images/flow_arrow.png) no-repeat 10px 0;
  padding-left: 100px;
	min-height: 81px;
padding-top: 15px;
}


@media screen and (max-width: 640px) {
	.elementMainContents ul.flow li h3{
		background: none !important;
		text-indent: 0;
		white-space: normal;
		padding: 5px;
		border: 1px solid #000;
		width: auto;
		height: auto;
		text-align: center;
	}
	.elementMainContents ul.flow li h3 span{
		background: #000;
		color: #fff;
		display: block;
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	ul.flow li .bkArrow{
		margin: 5px 0;
		padding: 5px 0 0 60px;
		min-height: 91px;
	}
}

.wrapper .wrapperInner.mainV{
	padding-top: 460px;
	position: relative;
}
.mainVisual{
	position: absolute;
	top: 0;
	left: 0;
}
.mainVisual .visualInner{
	position: relative;
}
.mainVisual .visualInner .parts{
	position: absolute;
	right: 42px;
	top: 27px;
}
.mainVisual .visualInner p{
	position: absolute;
}
.mainVisual .visualInner p.title{
  font-size: 210%;
  top: 10px;
  left: 50px;
	font-weight: bold;
	color: #6cbd00;
}
.mainVisual .visualInner p.day{
  font-style: oblique;
  color: #fff;
  top: 40px;
  right: 212px;
  font-size: 1300%;
  font-weight: bold;
}
.mainVisual .visualInner p.h,
.mainVisual .visualInner p.m,
.mainVisual .visualInner p.s{
  color: #fff;
  right: 117px;
	font-weight: bold;
	font-size: 350%;
}
.mainVisual .visualInner p.h{top: 64px;}
.mainVisual .visualInner p.m{top: 114px;}
.mainVisual .visualInner p.s{top: 160px;}
@media screen and (max-width: 640px) {
	.wrapper .wrapperInner.mainV{
		padding-top: 0;
		position: static;
	}
	.mainVisual{
	position: static;
	margin-top: 10px;
	}
}
.pc{display:block;}
.sp{display: none;}
@media screen and (max-width: 640px) {
	.sp{display:block;}
	.pc{display: none;}
	.elementMainContents{
		top:80px;
	}
	.mainVisual .visualInner p.title{
		font-size: 130%;
		top: -50px;
		left: auto;
		text-align: center;
		position: relative;
	}
	.mainVisual .visualInner .count{
		padding: 8px;
		background: #6cbd00;
		margin-bottom: 15px;
	}
	.mainVisual .visualInner .count p.title{
		font-size: 100%;
		margin: 0;
		position: static;
		color: #222;
		background:#fff;
		padding: 2px 0;
	}
	.mainVisual .visualInner .count .count-txt{
		text-align: center
	}
	.mainVisual .visualInner .count p.day,
	.mainVisual .visualInner .count p.h,
	.mainVisual .visualInner .count p.m,
	.mainVisual .visualInner .count p.s{
		position: static;
		font-size: 150%;
		color: #fff;
		display: inline-block;
		margin-top: 5px;
		font-style: normal;
		left: 0;
		margin-left: 5px;
		letter-spacing: 0.1em;
	}
	.mainVisual .visualInner .count p.day span.val,
	.mainVisual .visualInner .count p.h span.val,
	.mainVisual .visualInner .count p.m span.val,
	.mainVisual .visualInner .count p.s span.val{
		font-size: 120%;
	}
	.mainVisual .visualInner span.sp{
		display: inline-block;
		font-size: 70%;
	}
}

.conversionTel dl dt{
	float: left;
}
@media screen and (max-width: 640px) {
	.conversionTel dl dt{
		float: none;
	}
	.conversionTel dl dd {
		margin: 10px 0 0;
	}
}

.blankLink{
	float: right;
	width: 210px;
	padding-bottom: 20px;
	text-align: center;
}

.convArea a:hover{
				opacity: 0.8;
					}

.convArea .btn a {
			display: block;
			width: 320px;
			background: #393;
			color: #fff;
			font-weight: bold;
			font-size: 18px;
			text-align: center;
			padding: 75px 0 10px;
			position: relative;
			box-shadow:0px 1px 3px 1px #a1a1a1;
			-moz-box-shadow:0px 1px 3px 1px #a1a1a1;
			-webkit-box-shadow:0px 1px 3px 1px #a1a1a1;
			box-sizing: border-box;
			text-decoration: none;
			margin:0 auto 20px;

			}

.convArea .phoneBlock {
    background: #fff;
    border-radius: 8px;
    margin: 0 20px 18px;
    border: 1px solid #ccc;
}
.convArea .phoneBlock h4{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: none;
    line-height: 160%;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 15px;
    margin:20px 0 0px;
}

.convArea .phoneBlock h4 span {
    color: #393;
    font-weight: bold;
    font-size: 18px;
}

.convArea .phoneBlock .numArea {
    padding: 20px 10px;
    text-align: center;
}

.convArea .phoneBlock .numArea div {
    display: inline-block;
    padding: 0 5px;
    vertical-align: bottom;
}

.convArea .phoneBlock p {
    margin: 16px 5px 0;
    font-size: 15px;
    vertical-align: bottom;
    display: inline-block;
    line-height: 100%;
}

.convArea .phoneBlock p span {
    font-size: 20px;
}

.convArea li:first-child a {
	padding: 95px 0 10px;
}

.convArea .btn a:before {
		position: absolute;
		content:url("../images/ico_conv.png");
		top: 15px;
		left: 50%;
		margin-left: -21px;
		}

.convArea a span {
		font-size: 16px;
		}

@media screen and (max-width: 640px) {
	.blankLink{
		float: none;
		text-align: right;
		padding: 0;
		width: auto;
	}
}