/* 紹介キャンペーン */

@media screen and (min-width: 641px){

#int {
	line-height: 200%;
	}

#int h2 {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#int .main {
	width: 800px;
	margin: 0px auto 50px auto;
	}

#int .main li {
	width: 246px;
	font-size: 18px;
	margin: 0px 30px 40px 0px;
	float: left;
	text-align: center;
	}

#int .main li:last-child {
	margin: 0px 0px 40px 0px;
	}

#int .main li img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#int .off {
	width: 800px;
	background: #ffffff;
	border: 1px #111111 solid;
	font-size: 18px;
	margin: 0px auto 100px auto;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-sizing: border-box;
	}

#int .off:before {
	content: '';
	width: 47px;
	height: 41px;
	background: url(img/cli.png) no-repeat;
	position: absolute;
	right: 40px;
	top: -32px;
	}

#int .off:after {
	content: '';
	width: 80px;
	height: 82px;
	background: url(img/ben.png) no-repeat;
	position: absolute;
	left: 20px;
	top: 20px;
	}

#int .off h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0px 30px 0px;
	}

#int .off dl {
	width: 630px;
	margin: 0px auto 30px auto;
	display: table;
	}

#int .off dd {
	width: 250px;
	display: table-cell;
	}

#int .off dd:nth-child(2) {
	width: 130px;
	font-size: 32px;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	padding: 0px 0px 40px 0px;
	vertical-align: middle;
	}

#int .off dd img {
	margin: 0px auto 20px auto;
	display: block;
	}

#int .off dd br {
	display: none;
	}

}

@media screen and (max-width: 640px){

#int {
	line-height: 200%;
	}

#int h2 {
	width: 90%;
	margin: 0px auto 30px auto;
	text-align: center;
	}

#int h2 img {
	width: 100%;
	}

#int .main {
	width: 90%;
	margin: 0px auto 30px auto;
	}

#int .main ul {
	overflow: hidden;
	}

#int .main li {
	width: 48.5%;
	font-size: 14px;
	margin: 0px 3% 10px 0px;
	float: left;
	text-align: center;
	}

#int .main li:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#int .main li:last-child {
	margin: 0px 0px 20px 25.75%;
	}

#int .main li img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}

#int .off {
	width: 90%;
	background: #ffffff;
	border: 1px #111111 solid;
	font-size: 14px;
	margin: 0px auto 50px auto;
	padding: 0px 6%;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-sizing: border-box;
	}

#int .off:before {
	content: '';
	width: 47px;
	height: 41px;
	background: url(img/cli.png) no-repeat;
	position: absolute;
	right: 20px;
	top: -32px;
	}

#int .off:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(img/ben.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 5px;
	top: -25px;
	}

#int .off h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0px 20px 0px;
	}

#int .off h3 br {
	display: none;
	}

#int .off dl {
	width: 100%;
	margin: 0px auto 20px auto;
	display: table;
	text-align: center;
	}

#int .off dd {
	width: 45%;
	display: table-cell;
	}

#int .off dd:nth-child(2) {
	width: 10%;
	font-size: 21px;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	padding: 0px 0px 40px 0px;
	vertical-align: middle;
	}

#int .off dd img {
	width: 80%;
	margin: 0px auto 10px auto;
	display: block;
	}

#int .off dd:nth-child(3) img {
	width: 60%;
	}

}

