@charset "utf-8";

#box a,
#box a:link,
#box a:visited,
#box a:active {color:#f00;!important;}
body {
	margin: 0;
	padding: 15px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(187, 218, 255, 1));
}
@media screen and (min-width: 760px) {
	body {padding: 50px;}
}
#box {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	padding: 50px 15px;
	box-sizing: border-box;
}
@media screen and (min-width: 760px) {
	#box {
		width: 740px;
		padding-top: 75px;
	}
}
#box > div {
	width: 45%;
	margin: 0 auto 5%;
	position: relative;
}
@media screen and (min-width: 760px) {
	#box > div {margin: 0 auto 3%;}
}
#box > div:after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	right: -72px;
	background: url(../images/kabaan.png) no-repeat;
	background-size: contain;
}
@media screen and (min-width: 760px) {
	#box > div:after {
		width: 110px;
		height: 110px;
		top: 10px;
		right: -150px;
	}
}
#box > div img {
	width: 100%;
	height:auto;
}
#box p {
	text-align: center;
	font-size: 13px;
	color: #555;
}
#box p a {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	overflow-wrap: break-word;
}
@media screen and (min-width: 760px) {
	#box p,
	#box p a {font-size: 16px;}
}
#box p.fc_black {
	margin-bottom:15px;
	color: #222;
}