@charset "utf-8";
/* CSS Document */

/* body */
html{
	height:100%;
	width:100%;
	min-width: 374px;
	background-color: #ffffff;
}

body {
	background-color: #fff;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size:12px;
	device-width: 100%;
	height:100%;
	overflow-x: hidden;
}

/*フルードイメージ*/
img{max-width:100%;}
/*END フルードイメージ*/

/** side_btn **/
	
	#side_btn{
		position: fixed;
		width: 90px;
		left: 80%;
		top: 40%;
	}
	
	#side_btn img{
		opacity: .8;
	}
	.line_bg{
	}
	
	.contact_bg{
	}
	
	.anshin-kit_bg{
	}

/** txt decoration **/
/******************************************/

.txt_deco_h4{
	width:100%;
	font-size:17px;
	font-weight:600;
	color:#e30882;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #e30882;
	border-bottom: 1px solid #e30882;
	margin:10px 0 10px 0;
}

.txt_deco_h4-mono{
	width:90%;
	font-size:16px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
}

.txt_deco-mono{
	width:90%;
	font-size:14px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
	
}

/******************************************/
/*************************** bottom-menu **/
/******************************************/
	
	/** ボトムメニュー **/
	#bottom-menu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background: #777;/*メニュー部分の背景色*/
	}
	.btn-area{
		display:flex;
		justify-content: space-between;
		width: 100%;
		height: 50px;
		border-top: 2px solid #fff;/* ボーダー上部 */
		box-sizing: border-box;
		margin: 0 auto;
		align-items: center;
		overflow: hidden;
	}
		.btn-area a{
			position: absolute;
			display: block;
			top: 0;
			width: 20%;
			padding: 20px 0;
			align-items: center;
			text-align: center;
			z-index: 20;
			color: #fff;
			text-decoration: none;
			-webkit-appearance: none;
		}
		.nth01 a{
			left: 0;
			background: #d372e4;
		}
		.nth02 a{
			left: 20%;
			background: #68c5da;
		}
		.nth03 a{
			left: 40%;
			background: #d372e4;
		}
		.nth04 a{
			left: 60%;
			background: #68c5da;
			padding: 16px 0;
		}
		.nth05 a{
			left: 80%;
			background: #d372e4;
		}

/******************************************/
/****************************** clearfix **/
/******************************************/

.clearfix {
	zoom:1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

