@charset "shift_jis";

.toppage h2 {
	font-weight: normal;
}

.toppage header {
	width: 100%;
	min-width: 1540px;
}

.toppage h1 {
	width: 100%;
	min-width: 1300px;
	height: 36px;
	padding-left: 8px;
	margin-left: 8px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #4a48b0;
	background-image: none;
	line-height: 36px;
}

.toppage .function_list_head {
	width: 580px;
	height: 190px;
	background-image: url("../img/top/beginner.gif");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.toppage .function_list_head_text {
	position: absolute;
	left: 24px;
	bottom: 24px;
	font-size: 1.3rem;
}

.toppage .function_list_cont h2 {
	margin: 24px 0;
	padding-left: 12px;
	font-size: 1.5rem;
	color: #006699;
	background-image: url("../img/top/head_icon.gif");
	background-repeat: no-repeat;
	border-bottom: 1px dotted #333;
}

.toppage .function_list_cont h2 span {
  display: inline-block;
	margin-left: 580px;
	color: #333;
}

.function_list_cont_block {
	width: 380px;
	border: 1px solid #3a68c6;
}

.function_list_cont_block .block_title {
	display: flex;
	background-color: #3a68c6;
	width: 100%;
	line-height: 32px;
	position: relative;
}

.block_title h3 {
	padding-left: 8px;
	font-size: 1.5rem;
	color: #fff;
}

.block_title img {
	position: absolute;
	right:0;
}


.function_list_cont_block_wrap {
	display: flex;
}

.block_wrap_inner {
	margin: 0 24px 0 0;
}

.function_list_cont_block {
	margin: 0 0 24px 0;
}

.function_list_cont_block p {
	padding: 0 0 0 16px;
	margin: 16px 0 16px 8px;
	line-height: 16px;
	background-image: url("../img/top/icon.gif");
	background-repeat: no-repeat;
}

.function_list_cont_block ul li {
	padding: 10px 0 10px 36px;
	background-image: url("../img/top/list_icon.gif");
	background-repeat: no-repeat;
	background-position: left 8px top;
	position: relative;
}

.function_list_cont_block ul li img {
	position: absolute;
	right: 4px;
}

.function_list_cont_block ul li:hover {
		background-image: url("../img/top/list_icon_act.gif");
}

.function_list_cont_block ul li:nth-of-type(odd) {
  background-color: #eee;
}

.function_list_cont_block ul li a {
	text-decoration: none;
}

.function_list_cont_block ul li:hover a {
	text-decoration: underline;
	color: #FF6633;
	font-weight: bold;
}

.toppage footer {
	width: 100%;
	min-width: 1340px;
}

/*menu.html*/

.step h1 {
	width: 100%;
	height: 36px;
	padding-left: 8px;
	margin-left: 8px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #4a48b0;
	background-image: none;
	line-height: 36px;
}


.step .right_contents h2 {
	margin: 12px 0 0 8px;
	padding: 12px 0 20px 40px;
	background-image: url('../img/menu/tit_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;

}

.step .step_nav {
	height: 200px;
	margin: 24px 0;
	padding: 0 0 0 120px;
	background-image: url('../img/menu/img_1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	display: flex;
	align-items: center;
}

.step_nav a {
	display: inline-block;
	margin: 0 0 0 12px;
}

.step .step_contents {
	width: 940px;
	padding: 10px 0 35px 130px;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}

.step #step1 {
	background-image: url('../img/menu/img_2.jpg');
}

.step #step2 {
	background-image: url('../img/menu/img_3.jpg');
}

.step #step3 {
	background-image: url('../img/menu/img_4.jpg');
}


.step_contents .cart {
	padding: 0 0 0 24px;
	background-image: url('../img/menu/cart.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.step_contents h3 {
	padding: 8px 0 8px 70px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-color: #FAECD1;
}


.step #step1 h3 {
	background-image: url('../img/menu/step01.png');
}

.step #step2 h3 {
	background-image: url('../img/menu/step02.png');
}

.step #step3 h3 {
	background-image: url('../img/menu/step03.png');
}

.step_contents_item {
	margin: 12px 0 0 0;
	padding: 12px;
	border: 4px solid #ffcc00;
	border-radius: 16px;
}



.step_contents_item .yellow {
	width: 600px;
}

.step_contents_item h4 {
	margin: 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #333;
}

.step_contents_item h4 span {
	display: inline-block;
	padding: 0 0 0 4px;
}

.step_contents_item_inner {
	margin: 0 0 28px 0;
}

.step_contents_item_inner p {
	margin: 0 0 12px 0;
}

.step_contents_item_inner .links {
	display: flex;
}

.step_contents_item_inner .links p {
	margin: 0 24px 0 0;
}

.Pro_links {
	margin: 24px 0 16px 0;
	position: relative;

}

.Pro_links h5 {
	position: absolute;
	top: -12px;
	left: 2px;
	width: 180px;
	margin: 0;
	padding: 4px 6px;
	background-color: #0eafa2;
	border-radius: 4px;
	font-size: 1.3rem;
	color: #fff;
}

.Pro_links_wrap {
	padding: 8px;
	background-color: #BFE3E0;
}

.Pro_links_inner {
	padding: 12px;
	border: 2px solid #fff;
}

.Pro_links_inner .links {
	display: flex;
}

.step .end_wrap ul li {
	background-image: url(../img/menu/maru_icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  color: #333333;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  padding-top: 5px;
}


.pagetopBox {
	text-align: right;
}

.pagetopBox a {
	display: inline-block;
	padding: 4px 6px;
	background-color: #666;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border-radius: 4px;
}

.step #end {
	padding: 10px 0 35px 0;
}

.step #end {
	background-image: url('../img/menu/img_5.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.step #end h3 {
	padding: 8px 0 16px 0;
}

.step .end_wrap {
	padding: 48px 0 0 32px;
	background-image: url(../img/menu/shop.jpg);
	background-repeat: no-repeat;
	background-position: right 10% top 70%;
}

.end_contents_item {
	margin: 16px 0 0 0;
}
