@charset "utf-8";

body {
	margin: 0;
	padding: 15px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(187, 218, 255, 1));
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 760px) {
	body {
		padding: 50px;
		height: 100vh;
	}
}

#box {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	padding: 50px 15px;
	box-sizing: border-box;
}

.content {
	width: 100%;
}

@media screen and (min-width: 760px) {
	#box {
		width: 740px;
		padding-top: 75px;
	}
}

#title {
	width: 45%;
	margin: 0 auto 5%;
	position: relative;
}

@media screen and (min-width: 760px) {
	#box>div {
		margin: 0 auto 3%;
	}
}

#title: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) {
	#title:after {
		width: 110px;
		height: 110px;
		top: 10px;
		right: -150px;
	}
}

#title 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;
	}
}