@charset "EUC-JP";
/* CSS Document */


html {
	width: 100%;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
  	font-family: "Helvetica Neue",Arial,Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: auto;
	background-image: url("../images/common/background.gif");
}

body div.wrap {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

body div.wrap article {
	width: 64rem;
	height: auto;
	padding: 0 2rem 2rem 2rem;
	margin: 0 auto 0 auto;
	background-color: rgb(253 217 224);
	border-left: 2px solid #ff4a78;
	border-right: 2px solid #ff4a78;
	box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
}
body div.wrap article::after {
	display: block;
	content: "";
	clear: both;
}

body div.wrap article div.h_msg {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 1rem 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article div.h_msg img {
	width: 100%;
	height: auto;
}
body div.wrap article div.h_msg span {
	display: inline-block;
}
body div.wrap article div.h_msg span:nth-of-type(2) {
	padding: 0 0 0 1rem;
}

body div.wrap article section.contents {
	width: 70%;
	height: auto;
	padding: 2rem 1rem 2rem 0;
	margin: 0 0 0 0;
	float: left;
}

body div.wrap article section.side {
	width: 30%;
	height: auto;
	padding: 2rem 0 2rem 1rem;
	margin:  0 0 0 0;
	float: right;
}

body div.wrap article section.side div.s_cont {
	width: 100%;
	height: auto;
	padding: 0 0 2rem 0;
	margin:  0 0 2rem 0;
	border-bottom: 3px dashed #ff4a78;
}
body div.wrap article section.side div.s_cont h2 {
	width: 100%;
	height: 3.5rem;
	font-size: 1.3rem;
	line-height: 1.7rem;
	padding: 0 0 0 3rem;
	color: #ff4a78;
	background-image: url("../images/common/pig.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
body div.wrap article section.side div.s_cont h2 a,
body div.wrap article section.side div.s_cont h2 a:link,
body div.wrap article section.side div.s_cont h2 a:visited {
	color: #0066ff;
	text-decoration: underline;
}
body div.wrap article section.side div.s_cont h2 a:active,
body div.wrap article section.side div.s_cont h2 a:hover {
	text-decoration: none;
}
body div.wrap article section.side div.s_cont h2 span {
	display: block;
}
body div.wrap article section.side div.s_cont p {
	width: 100%;
	height: auto;
	padding: 0 0 0 1rem;
	margin:  0 0 0 0;
}
body div.wrap article section.side div.s_cont div.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 3rem;
	color: #333;
	font-size: 1rem;
	/*font-weight: 700;*/
	text-decoration: none;
	transition: 0.3s;
}
body div.wrap article section.side div.s_cont div.btn a:hover {
	color: #fff;
	/*background-color: #B99b00;*/
	background-color: #ff4a78;
}
body div.wrap article section.side div.blur a {
	/*background-color: #ceb849;*/
	background-color: #fcbecb;
	border: 1px solid transparent;
	border-radius: 1.5rem;
}
body div.wrap article section.side div.blur a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 35px;
}

body div.wrap article section.side div.img_link h2 {
	width: 100%;
	height: 4rem;
	font-size: 1.3rem;
	line-height: 1.7rem;
	padding: 1rem 0 0 5rem;
	margin:  0 0 2rem 0;
	color: #ff4a78;
	background-image: url("../images/common/bear.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
body div.wrap article section.side div.img_link {
	width: 100%;
	height: auto;
	padding: 0 0 1rem 0;
	margin:  0 0 2rem 0;
	border-bottom: 3px dashed #ff4a78;
}
body div.wrap article section.side div.img_link a {
	width: auto;
	height: auto;
}
body div.wrap article section.side div.img_link a img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
body div.wrap article section.side div.img_link p {
	text-align: center;
	font-size: .9rem;
	padding: 0 0 0 0;
	margin:  0 auto 0 auto;
}


@media only screen and (max-width: 820px) {

	body div.wrap article {
		width: auto;
		height: auto;
		padding: 0 1.5rem 2rem 1.5rem;
		margin: 0 1rem 0 1rem;
	}
	
	body div.wrap article div.h_msg span {
		display: block;
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	body div.wrap article div.h_msg span:nth-of-type(2) {
		padding: 0 0 0 0;
	}
	
	body div.wrap article section.contents {
		width: 100%;
		height: auto;
		padding: 2rem 1rem 2rem 0;
		margin: 0 0 0 0;
		float: initial;
	}

	body div.wrap article section.side {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 0 0;
		float: initial;
	}

	body div.wrap article section.side div.s_cont h2 {
		font-size: 1.1rem;
		padding: 1rem 0 0 3rem;
	}

	body div.wrap article section.side div.s_cont h2 span {
		display: inline-block;
	}
	
	body div.wrap article div.line_add {
		width: 100%;
		height: auto;
	}
	body div.wrap article div.line_add a img {
		width: 100%;
		height: auto;
	}
	

}