._SELECT ul:after,
#S_ABOUT .block:after,
#S_BEGINNER .box:after,
#S_ITEM .pick:after,
#S_ITEM .list .view:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
._SELECT ul,
#S_ABOUT .block,
#S_BEGINNER .box,
#S_ITEM .pick,
#S_ITEM .list .view {
    zoom: 1;
}

html,body {
height: 100%;
}

.activeView {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}

/* CONTENTS */


#S_FLOW {
padding: 58px 10px 58px 10px;
background-color: #f1f1f1;
}
#S_FLOW h2 {
position: relative;
margin-bottom: 24px;
font-family: 'Yu Mincho', 'YuMincho', sans-serif;
font-weight: normal;
font-size: 24px;
text-align: center;
}
#S_FLOW h2::before {
content: '';
position: absolute;
left: 50%;
bottom: -5px;
display: block;
background-color: #b2b2b2;
width: 1px;
height: 11px;
}
#S_FLOW h2::after {
content: '';
display: block;
background-color: #b2b2b2;
margin: 8px auto 0 auto;
width: 84px;
height: 1px;
}
#S_FLOW .lead {
margin-bottom: 36px;
font-size: 16px;
text-align: center;
}
#S_FLOW .lead strong {
background: linear-gradient(transparent 50%, #e4ff00 0%);
font-weight: normal;
}
#S_FLOW .list {
padding: 20px 0 0 0;
}
#S_FLOW .block {
margin-bottom: 10px;
margin-left:5%;
margin-right:5%;
width: 90%;
float: left;
}

#S_FLOW .box {
box-sizing: border-box;
border: solid 1px #d9d9d9;
padding: 0 20px 30px 20px;
background-color:#fff;
}
#S_FLOW .box .icon {
margin: 0 auto;
width: 90px;
}
#S_FLOW .box .icon img {
width: 90px;
height: auto;
}
#S_FLOW .box h4 {
margin-top: -10px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
#S_FLOW .box h4 span {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 700;
}
#S_FLOW .box p {
margin-top: 10px;
font-size: 14px;
line-height: 1.35;
}
@media (min-width: 961px) {
	#S_FLOW {
	padding: 50px 0 80px 0;
	}
	#S_FLOW .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 30px;
	width: 1080px;
	}
	#S_FLOW h2 {
	margin-bottom: 47px;
	font-size: 28px;
	}
	#S_FLOW h2::before {
	bottom: -6px;
	display: block;
	width: 1px;
	height: 13px;
	}
	#S_FLOW h2::after {
	margin: 10px auto 0 auto;
	width: 100px;
	height: 1px;
	}
	#S_FLOW .lead {
	margin-bottom: 34px;
	font-size: 26px;
	}
	#S_FLOW .list {
	padding: 20px 0 0 0;
	}
	#S_FLOW .block {
	margin: 0 20px 0 0;
	width: 320px;
	float: left;
	}
	#S_FLOW .block:last-child {
	margin: 0;
	width: 320px;
	float: left;
	}
	#S_FLOW .block:nth-child(2n-1) .box {
	margin-right: 0;
	}
	#S_FLOW .block:nth-child(2n) .box {
	margin-left: 0;
	}
	#S_FLOW .box {
	padding: 4px 15px 15px 15px;
	height: 390px;
	}
	#S_FLOW .box .icon {
	margin: 0 auto;
	width: 127px;
	}
	#S_FLOW .box .icon img {
	width: 127px;
	height: auto;
	}
	#S_FLOW .box h4 {
	margin-top: -13px;
	font-size: 16px;
	}
	#S_FLOW .box h4 span {
	padding-top: 3px;
	font-size: 14px;
	}
	#S_FLOW .box p {
	margin-top: 13px;
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0.1em;
	}
}

#S_FLOW2 {
padding: 58px 10px 58px 10px;
background-color: #fff;
}
#S_FLOW2 h2 {
position: relative;
margin-bottom: 24px;
font-family: 'Yu Mincho', 'YuMincho', sans-serif;
font-weight: normal;
font-size: 24px;
text-align: center;
}
#S_FLOW2 h2::before {
content: '';
position: absolute;
left: 50%;
bottom: -5px;
display: block;
background-color: #b2b2b2;
width: 1px;
height: 11px;
}
#S_FLOW2 h2::after {
content: '';
display: block;
background-color: #b2b2b2;
margin: 8px auto 0 auto;
width: 84px;
height: 1px;
}
#S_FLOW2 .lead {
margin-bottom: 36px;
font-size: 16px;
text-align: center;
}
#S_FLOW2 .lead strong {
background: linear-gradient(transparent 50%, #e4ff00 0%);
font-weight: normal;
}
#S_FLOW2 .list {
padding: 20px 0 0 0;
}
#S_FLOW2 .block {
margin-bottom: 10px;
margin-left:5%;
margin-right:5%;
width: 90%;
float: left;
}

#S_FLOW2 .box {
box-sizing: border-box;
border: solid 1px #d9d9d9;
padding: 0 20px 30px 20px;
background-color:#fff;
}
#S_FLOW2 .box .icon {
margin: 0 auto;
width: 90px;
}
#S_FLOW2 .box .icon img {
width: 90px;
height: auto;
}
#S_FLOW2 .box h4 {
margin-top: -10px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
#S_FLOW2 .box h4 span {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 700;
}
#S_FLOW2 .box p {
margin-top: 10px;
font-size: 14px;
line-height: 1.35;
}
@media (min-width: 961px) {
	#S_FLOW2 {
	padding: 50px 0 80px 0;
	}
	#S_FLOW2 .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 30px;
	width: 1080px;
	}
	#S_FLOW2 h2 {
	margin-bottom: 47px;
	font-size: 28px;
	}
	#S_FLOW2 h2::before {
	bottom: -6px;
	display: block;
	width: 1px;
	height: 13px;
	}
	#S_FLOW2 h2::after {
	margin: 10px auto 0 auto;
	width: 100px;
	height: 1px;
	}
	#S_FLOW2 .lead {
	margin-bottom: 34px;
	font-size: 26px;
	}
	#S_FLOW2 .list {
	padding: 20px 0 0 0;
	}
	#S_FLOW2 .block {
	margin: 0 20px 0 0;
	width: 320px;
	float: left;
	}
	#S_FLOW2 .block:last-child {
	margin: 0;
	width: 320px;
	float: left;
	}
	#S_FLOW2 .block:nth-child(2n-1) .box {
	margin-right: 0;
	}
	#S_FLOW2 .block:nth-child(2n) .box {
	margin-left: 0;
	}
	#S_FLOW2 .box {
	padding: 4px 15px 15px 15px;
	height: 390px;
	}
	#S_FLOW2 .box .icon {
	margin: 0 auto;
	width: 127px;
	}
	#S_FLOW2 .box .icon img {
	width: 127px;
	height: auto;
	}
	#S_FLOW2 .box h4 {
	margin-top: -13px;
	font-size: 16px;
	}
	#S_FLOW2 .box h4 span {
	padding-top: 3px;
	font-size: 14px;
	}
	#S_FLOW2 .box p {
	margin-top: 13px;
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0.1em;
	}
}


#S_FLOW .bbtn {
	box-sizing: border-box;
	margin: 0 auto;
	margin-top:50px;
	background-color: #3ace01;
	width:70%;
	height: 60px;
	margin-bottom: 15px;
	font-family: 'Yu Mincho', 'YuMincho', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	border-radius:20px;
}

#S_FLOW .bbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
  color: #fff;
}

#S_FLOW .bbtn a {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: none;
  color: #fff;
}


.head_icon{
	margin: 0 auto;
	margin-top:50px;
	margin-bottom: 20px;
	width:200px;
	text-align: center;
}



#S_FLOW2 .bbtn {
	box-sizing: border-box;
	margin: 0 auto;
	margin-top:50px;
	background-color: #6c818d;
	width:70%;
	height: 60px;
	margin-bottom: 15px;
	font-family: 'Yu Mincho', 'YuMincho', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	border-radius:20px;
}

#S_FLOW2 .bbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
  color: #fff;
}

#S_FLOW2 .bbtn a {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: none;
  color: #fff;
}