@charset "utf-8";
/* CSS Document */

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	background-image: url();
	-webkit-text-size-adjust: 100%;
}
html {
overflow-x: hidden;
}
body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #231815;
	background-color: #FFF;
	font-size: 13px;
	line-height: 100%;
	background-image: none;
	animation: Fuwa 2s forwards;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
	-webkit-backface-visibility: hidden;
}
p {
	font-size:13px;
	line-height:1.6em;
}
a {
	color: #231815;
	text-decoration: none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
ul {
	list-style-type: none;
}
li img {
	vertical-align: text-bottom;
}
.clear {
	clear: both
}
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}

/* 基本テンプレート設定 */

#wrapper {
	position:relative;
	background-color: #FFF;
	margin: 0px;
	width: auto;
}
#wrapper  img {
	width:100%;
	height:auto;
}
#wrapper h1 {
}
#contents {
	padding:0px 10px;
}
#contents h2 {
	padding-top:30px;
	padding-bottom:0.7em;
}
#contents h3 {
	font-size: 17px;
	line-height: 1em;
	color: #A62B3E;
	margin-bottom:0.5em;
}
#contents h4 {
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	background-color: #818284;
	padding: 0.5em 0px;
	margin-top: 1em;
	font-weight: normal;
}
#contents h4 strong {
	background-color: #AA1C28;
	padding: 0px 0.5em;
	font-weight: normal;
	color: #FF0;
}
#contents h5 {
	margin:0px auto;
	margin-top:1em;
}
#contents h6 {
	color: #FFF;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #AA1C28;
	text-align: center;
	border-radius:1.5em;
	width: 24em;
	position: relative;
	margin:0px auto;
	margin-top:1.5em;
}
#contents h6 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0.5em 0px;
	padding-top:0.6em;
}
#contents h6 a:hover {
	color: #FF0;
	text-decoration: none;
}
#contents p {
}

#march h6 {
	width:24em;
}

.copy {
	font-size: 11px;
	line-height: 1em;
	text-align: center;
	padding-bottom:70px;
	padding-top:10px;
}
.gototop {
	position: fixed;
	z-index: 1;
	right: 10px;
	bottom: 10px;
	font-size: 18px;
	line-height: 1em;
	background-color: #F0C8DA;
	border-radius:50%;
}
.gototop a,
.gototop a:visited {
	display:block;
	padding:15px;
	color: #FFF;
	text-decoration: none;
	border-radius:50%;
}
.end {
	color: #000!important;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0.5em 0px;
	padding-top:0.6em;
	background-color: #FFF!important;
	font-weight: normal;
	border: none;
}
.note {
	font-size:14px;
	line-height:1.4em;
	padding:20px 10px;
	text-decoration: underline;
}