@CHARSET "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 2;
	font-family: "Rounded Mplus 1c";
	color: #333;
}

h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background-color: #f47c7d;
	font-size: 14px;
	overflow: hidden;
}

.button-g {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #6cc5a6;
	border-bottom: 5px #31c491 solid;
}

.button-p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #f47c7d;
	border-bottom: 5px #f56467 solid;
}

.fade01 {
	opacity: 0;
	-webkit-transform: translate(0, 60px);
	-webkit-transition: 1s;
	-moz-transform: translate(0, 60px);
	-moz-transition: 1s;
	-ms-transform: translate(0, 60px);
	-ms-transition: 1s;
	-o-transform: translate(0, 60px);
	-o-transition: 1s;
	transform: translate(0, 60px);
	transition: 1s;
}

.fade02 {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	transform: translate(0, 0);
}

.bg-gray {
	background-color: #efefef;
}

#qa_box>dt {
	width: 100%;
	border-radius: 25px;
	line-height: 50px;
	background-color: #efefef;
	margin: 0 auto;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}

#qa_box>dd {
	display: none;
	padding: 20px;
	padding-top: 0;
	font-size: 14px;
}

.child_menu_button {
	display: block;
	position: absolute;
	text-align: center;
	width: 50px;
	height: 50px;
	right: 15px;
	top: -5px;
	z-index: 9;
	cursor: pointer;
}

.child_menu_button .icon:before {
	content: '+';
	font-size: 16px;
	color: #aaa;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	top: 15px;
	background-color: #fff;
}

#global_menu .child_menu_button.active .icon:before, #global_menu .child_menu_button:hover .icon:before
	{
	color: #fff;
	border-color: #fff;
}

#header {
	position: fixed;
	z-index: 2000;
	bottom: 64px;
	right: 10px;
}

#header img {
	width: 54px;
	height: 54px;
}

#g-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
}

.nav-d {
	border-bottom: solid #ccc 1px;
	color: #333;
	line-height: 40px;
	height: 60px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.nav-d:NTH-CHILD(2n) {
	border-left:  solid #ccc 1px;
}

#main-footer {
	background-color: #F2D2D0;
	padding: 30px 0 30px 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

#copy {
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #ff5b6e;
}
