/* 紹介キャンペーン */

@media screen and (min-width: 641px){

#int {
	width: 100%;
	background: #F5F2EB;
	line-height: 200%;
	padding: 0px 0px 120px 0px;
	}

#int .main {
	width: 100%;
	height: 550px;
	background: url(img/mainbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	}

#int .main h2 {
	width: 90%;
	font-size: 60px;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	}

#int .main h2 br {
	display: none;
	}

#int .main h2 p {
	min-width: 560px;
	background: #ffffff;
	border-radius: 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #5F8A85;
	letter-spacing: 0.1em;
	text-align: center;
	display: table;
	position: absolute;
    left: 50%;
	top: -80px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
	text-shadow: none;
	}

#int .main h2 p:before {
	content: '';
  	width: 0;
   	height: 0;
   	border-style: solid;
    border-width: 6px 5px 0px 5px;
    border-color: #ffffff transparent transparent transparent;
	position: absolute;
    left: 50%;
	bottom: -6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

#int .fri {
	width: 90%;
	max-width: 1000px;
	font-size: 16px;
	line-height: 200%;
	margin: 120px auto 100px auto;
	}

#int .fri h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.1em;
	margin: 0px auto 50px auto;
	display: table;
	}

#int .fri h2 br {
	display: none;
	}

#int .fri ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#int .fri li {
	width: 32%;
	margin: 0px 2% 40px 0px;
	text-align: center;
	}

#int .fri li:nth-child(3n) {
	margin: 0px 0px 40px 0px;
	}

#int .fri li img {
	width: 100%;
	border-radius: 100%;
	margin: 0px 0px 20px 0px;
	}

#int .fri li h3 {
	font-size: 24px;
	line-height: 120%;
	color: #5F8A85;
	}

#int .cam {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	}

#int .cam h2 {
	font-size: 36px;
	line-height: 100%;
	color: #CB6767;
	letter-spacing: 0.1em;
	margin: 0px auto 50px auto;
	display: table;
	position: relative;
	}

#int .cam h2:before {
	content: '';
	width: 2px;
	height: 48px;
	background: #CB6767;
	position: absolute;
	left: -30px;
	top: -7px;
    transform: rotate(-25deg);
	}

#int .cam h2:after {
	content: '';
	width: 2px;
	height: 48px;
	background: #CB6767;
	position: absolute;
	right: -30px;
	top: -7px;
    transform: rotate(25deg);
	}

#int .cam ul {
	width: 100%;
	margin: 0px 0px 30px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#int .cam li {
	width: 49.285%;
	background: #ffffff;
	border: 5px #CB6767 solid;
	margin: 0px 1.428% 0px 0px;
	padding: 15px 1.071% 35px 1.071%;
	}

#int .cam li:nth-child(2n) {
	margin: 0px;
	}

#int .cam h3 {
	width: 100%;
	font-size: 28px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#int .cam h3 p {
	width: 80px;
	height: 80px;
	background: #CB6767;
	border-radius: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	margin: 0px 2.898% 0px 0px;
	padding: 18px 0px 0px 0px;
	text-align: center;
	float: left;
	}

#int .cam h3 font {
	font-size: 32px;
	display: block;
	margin: 12px 0px 0px 0px;
	}

#int .cam dl {
	width: 100%;
	margin: 0px 0px 0px 2.898%;
	display: table;
	}

#int .cam dt {
	width: calc(100% - 420px);
	display: table-cell;
	vertical-align: middle;
	}

#int .cam dt img {
	width: 100%;
	max-width: 230px;
	}

#int .cam dd {
	width: 420px;
	display: table-cell;
	vertical-align: middle;
	}

#int .cam dd h4 {
	font-size: 36px;
	line-height: 140%;
	margin: 0px 0px 0px 20px;
	}

#int .cam dd h4 span {
	color: #CB6767;
	background: linear-gradient(transparent 60%, #FFFF00 60%);
	display: table;
	}

#int .cam dd h4 font {
	font-size: 84px;
	}

#int .cam .pre {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#int .cam .pre ol {
	width: 50%;
	}

#int .cam .pre dt {
	width: calc(100% - 190px);
	vertical-align: top;
	}

#int .cam .pre dd {
	width: 190px;
	}

#int .cam .pre dd h4 {
	font-size: 28px;
	margin: 0px 0px 0px 10px;
	}

#int .cam .pre dd h4 font {
	font-size: 60px;
	}

#int .cam .pre h5 {
	border: 1px #CB6767 solid;
	border-radius: 14px;
	font-size: 14px;
	font-weight: normal;
	color: #CB6767;
	line-height: 28px;
	margin: 0px 0px 10px 2.898%;
	padding: 0px 10px;
	display: table;
	}

#int .cam .not {
	font-size: 12px;
	line-height: 120%;
	}

}

@media screen and (max-width: 640px){

#int {
	width: 100%;
	background: #F5F2EB;
	line-height: 200%;
	padding: 0px 0px 60px 0px;
	}

#int .main {
	width: 100%;
	height: 320px;
	background: url(img/mainbg.jpg) no-repeat right;
	background-size: cover;
	position: relative;
	}

#int .main h2 {
	width: 100%;
	font-size: 32px;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	}

#int .main h2 p {
	min-width: 320px;
	background: #ffffff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #5F8A85;
	letter-spacing: 0.1em;
	text-align: center;
	display: table;
	position: absolute;
    left: 50%;
	top: -60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
	text-shadow: none;
	}

#int .main h2 p:before {
	content: '';
  	width: 0;
   	height: 0;
   	border-style: solid;
    border-width: 6px 5px 0px 5px;
    border-color: #ffffff transparent transparent transparent;
	position: absolute;
    left: 50%;
	bottom: -6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

#int .fri {
	width: 90%;
	margin: 60px auto 50px auto;
	}

#int .fri h2 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.1em;
	margin: 0px auto 30px auto;
	text-align: center;
	display: table;
	}

#int .fri ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#int .fri li {
	width: 32%;
	margin: 0px 2% 20px 0px;
	text-align: center;
	}

#int .fri li:nth-child(3n) {
	margin: 0px 0px 20px 0px;
	}

#int .fri li img {
	width: 100%;
	border-radius: 100%;
	margin: 0px 0px 10px 0px;
	}

#int .fri li h3 {
	font-size: 12px;
	line-height: 120%;
	color: #5F8A85;
	}

#int .cam {
	width: 90%;
	margin: 0px auto;
	}

#int .cam h2 {
	font-size: 24px;
	line-height: 100%;
	color: #CB6767;
	letter-spacing: 0.1em;
	margin: 0px auto 30px auto;
	display: table;
	position: relative;
	}

#int .cam h2:before {
	content: '';
	width: 2px;
	height: 32px;
	background: #CB6767;
	position: absolute;
	left: -20px;
	top: -5px;
    transform: rotate(-25deg);
	}

#int .cam h2:after {
	content: '';
	width: 2px;
	height: 32px;
	background: #CB6767;
	position: absolute;
	right: -20px;
	top: -5px;
    transform: rotate(25deg);
	}

#int .cam li {
	width: 100%;
	background: #ffffff;
	border: 5px #CB6767 solid;
	margin: 0px 0px 20px 0px;
	padding: 10px 3% 15px 3%;
	}

#int .cam h3 {
	width: 100%;
	font-size: 18px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	display: table;
	}

#int .cam h3 br {
	display: none;
	}

#int .cam h3 p {
	width: 45px;
	height: 45px;
	background: #CB6767;
	border-radius: 100%;
	font-size: 8px;
	font-weight: bold;
	line-height: 100%;
	color: #ffffff;
	margin: 0px 3% 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	float: left;
	}

#int .cam h3 font {
	font-size: 24px;
	display: block;
	margin: 10px 0px 0px 0px;
	}

#int .cam dl {
	width: 100%;
	margin: 0px 0px 0px 3%;
	display: table;
	}

#int .cam dt {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	}

#int .cam dt img {
	width: 100%;
	}

#int .cam dd {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	}

#int .cam dd h4 {
	font-size: 18px;
	line-height: 140%;
	margin: 0px 0px 0px 5%;
	}

#int .cam dd h4 span {
	color: #CB6767;
	background: linear-gradient(transparent 60%, #FFFF00 60%);
	display: table;
	}

#int .cam dd h4 font {
	font-size: 48px;
	}

#int .cam .pre ol {
	margin: 0px 0px 10px 0px;
	}

#int .cam .pre ol:last-child {
	margin: 0px;
	}

#int .cam .pre dd h4 {
	font-size: 16px;
	}

#int .cam .pre dd h4 span {
	display: inline-block;
	}

#int .cam .pre dd h4 font {
	font-size: 42px;
	}

#int .cam .pre h5 {
	border: 1px #CB6767 solid;
	border-radius: 14px;
	font-size: 10px;
	font-weight: normal;
	color: #CB6767;
	line-height: 20px;
	margin: 0px 0px 5px 3%;
	padding: 0px 10px;
	display: table;
	}

#int .cam .not {
	font-size: 10px;
	line-height: 120%;
	}

}


