/* 紹介キャンペーン */

@media screen and (min-width: 641px){

#int {
	line-height: 200%;
	margin: -150px 0px 0px 0px;
	}

#int img {
	width: 100%;
	}

#int ol {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
	}

#int ol .inq {
	width: 500px;
	background: #FFF12C;
	border-radius: 50px;
	font-size: 36px;
	font-weight: bold;
	line-height: 100px;
	margin: 100px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#int ol .inq:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 10px 0px 10px 16px;
    border-color: transparent transparent transparent #111111;
	position: absolute;
    left: 40px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

}

@media screen and (max-width: 640px){

#int {
	line-height: 200%;
	margin: -80px 0px 0px 0px;
	}

#int img {
	width: 100%;
	}

#int ol {
	width: 90%;
	margin: 50px auto;
	}

#int ol .inq {
	width: 300px;
	background: #FFF12C;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	margin: 50px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#int ol .inq:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 5px 0px 5px 8px;
    border-color: transparent transparent transparent #111111;
	position: absolute;
    left: 20px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

}


