@charset "UTF-8";

body {
	/* color: #000000; */
	padding: 0;
	margin: 0;
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;	 */
	/* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; */
	/* background-image: url("../img/renewal_bg.gif"); */
}

/* a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:active{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
} */

/* .header{
	text-align: center;
	line-height: 50px;
	background: #ff6633;
	border: 0px;
	padding: 0px;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	position: static;
	top: 0;
	width: 100%;
	height: 50px;
} */

/* .s2 {
	color: #444;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin: 0;
}
.s2:before, .s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.s2:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #bbb, transparent);
}
.s2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #bbb, transparent);
} */

/* .new_menu_up{
	width: 100%;
	background-color: #aaa;
	line-height: 50px;
	margin: 0 auto;
	font-size: 14px;
}

.new_menu_down{
	width: 100%;
	background-color: #ccc;
	line-height: 50px;
	margin: 0 auto;
	font-size: 14px;
} */

/* .triangle {
     position: relative;
     padding-left:18px;
}

.triangle::before {
     position: absolute;
     content: '';
     width: 14px;
     height: 14px;
     background: #fff;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -8px;
}

.triangle::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 4px transparent;
     border-left: solid 6px #aaa;
     top: 50%;
     left:5px;
     margin-top: -5px;
} */


