/*	article invite
============================== */
article.invite div.inner div.inv01 {
	padding: 20px;
	background-color: #fff;
	line-height: 1.5;
}
article.invite p.inv_pic1 {
	background-image: url(../img/inv_pic01.jpg);
	background-repeat: no-repeat;
}
article.invite p.txt span.name {
	display: block;
    margin-bottom: 1em;
}
article.invite dl dt {
	float: left;
}
article.invite dl dd {
	margin-left: 5em;
}
article.invite p.inv_pic2 {
	background-image: url(../img/inv_pic02.jpg);
	background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
article.invite p.txt span.name {
    height: 128px;
    padding: 30px 0;
    box-sizing: border-box;
}
article.invite p.inv_pic1 {
	float: right;
	width: 210px;
	height: 128px;
	background-position: -30px top;
}
article.invite p.inv_pic1 img {
	display: block;
	width: 250px;
	height: 128px;
}
article.invite p.inv_pic2 {
	float: right;
	width: 197px;
	height: 101px;
}
div.inv_2 {
	position: relative;
}
div.inv_2 p.inv_pic2 {
	position: absolute;
	top: 11em;
	right: 0;
}
}
@media all and (max-width: 767px) {
article.invite div.inner div.inv01 {
	padding: 10px;
}
article.invite .txt {
	font-size: 12px;
	margin-bottom: 2em;
}
article.invite p.txt span.name {
	text-align: center;
}
article.invite p.inv_pic1 img {
	display: block;
	background-image: url(../img/inv_pic01.jpg);
	background-size:cover;
	width: 100%;
	height:0;
	/* 縦÷横 */
	padding-top:51.2%;
	position: relative;
}
article.invite p.inv_pic1,
article.invite p.inv_pic2 {
	display: block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-indent:100%; white-space:nowrap; overflow:hidden;
	position: relative;
	margin-bottom: 1em;
}
article.invite p.inv_pic1 img,
article.invite p.inv_pic2 img {
	display: block;
	background-size:cover;
	width: 100%;
	height:0;
	/* 縦÷横 */
	position: relative;
}
article.invite p.inv_pic1 img {
	background-image: url(../img/inv_pic01.jpg);
	padding-top:51.2%;
}
article.invite p.inv_pic2 img {
	background-image: url(../img/inv_pic02.jpg);
	padding-top:51.2690355329949%;
}
}








.btn {
	color: #fff;
	display: block;
	cursor: pointer;
	max-width: 300px;
	margin: 1em auto;
	/* padding: 20px; */
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	text-decoration: inherit;
	background: #00a0e9;
	box-shadow: 0 6px 0 #0a79ac, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.btn-off {
	background: #b6b6b6;
	box-shadow: 0 6px 0 #747474, 0 12px 0 rgba(0,0,0,.2);
	transform: none;
	pointer-events: none;
}
.btn a {
	padding: 20px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #fff;
}
.btn:hover {
	background: #00a0e9;
	box-shadow: 0 3px 0 #0b90cd, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn:active {
	color: #ddd;
	background: #0b90cd;
	box-shadow: 0 0 0 #0a79ac, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}
.riyoukiyaku {
	width: 80%;
	font-weight: normal;
	font-size: 80%;
	padding: 1.5em;
	margin: 0 auto 1em;
	background-color: #e4f4fc;
}
.consent_area {
	text-align: center;
}

.kiyaku {
	text-align: left;
	height: 450px;
	overflow: auto;
}
.kiyaku h6 {
	color: #00a0e9!important;
}
@media all and (min-width: 768px) {
	.kiyaku {
		width: 600px;
		background-color: #fff;
		margin: -30px;
		padding: 30px;
		border-radius: 5px;
	}
}
.m1 {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #00a0e9;
	border-bottom: 1px solid #ccc;
	font-size: 130%;
	margin-bottom: 1em;
}
.m2 {
	text-align: center;
	color: #00a0e9;
	font-size: 120%;
	font-weight: bold;
}
.m3 {
	text-align: center;
	color: #1a4899;
	font-size: 110%;
	font-weight: bold;
}


.kiyaku ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.kiyaku ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.kiyaku ol li:before{
	position: absolute;
	font-size: 50%;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #1a4899;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight: bold;
	font-size: 50%;
	border-radius: 50%;
	left: 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	top: 2em;
	-webkit-transform: translateY(-1em);
	transform: translateY(-1em);
}
.kiyaku ol.t2 li:before{
	background: #00a0e9;
}
.rk {
	background-color: #fffae5;
	padding: 1em;
}

.btn-regulation a {
	display: inline-block;
	width: 90%;
	padding: 0.5em;
	background-color: #ed1a3d;
	color: #fff;
	border-radius: 5px;
}
