@charset "utf-8";
/* ---------------------------------------------------------------- *
	リセット用
 * ---------------------------------------------------------------- */
/* Reset ----------------------------------------------------------------- */
:link,:visited {}
html,body,div,
ul,ol,li,dl,dt,dd,menu,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl, menu { margin-bottom:.75em; }
table { border-spacing:0; font-size:100%; }
fieldset,img,abbr,acronym { border:0; } 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */ 
}
ol,ul,menu { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
a { text-decoration:none; outline:none; color:#E5006E; }
a:hover { text-decoration:none; color:#454545; }
a:hover img { /*opacity:0.7; filter:alpha(opacity=70);*/ }
hr { border:0; height:0px; background-color:#f3f3f3; border-bottom:1px dotted #cccccc; color:#000; margin:20px 0; }
a:visited { }
a img,:link img,:visited img { border:none; }
address { font-style:normal; display:inline; }
/* html5 */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {	display:block; }

/* ---------------------------------------------------------------- *
	ユーティリティ
 * ---------------------------------------------------------------- */
/* Utilities ----------------------------------------------------------------- */
/* Clearfix */
.cf:after { content:"."; display:block; height:0.1px; clear:both; visibility:hidden; font-size:0.1em; line-height:0; }
.cf { display:inline-block;}
/* Hides from IE-mac \*/
* html .cf { height:1%; }
.cf { display:block; }
/* End hide from IE-Mac */

/* ---------------------------------------------------------------- *
	共通設定
 * ---------------------------------------------------------------- */
body {
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#454545;
}
.clear{ clear: both; }
p:last-child,
p.last-child {
	margin-bottom: 0;
}

@media screen and (max-width:640px) {
	body {
		min-width:auto;
	}
}
/* ---------------------------------------------------------------- *
	フォント設定
 * ---------------------------------------------------------------- */
.txt01{
	color: #ec9900;
}
.em05 {
	font-size:.5em;
}
.em08 {
	font-size:.8em;
}
.em12 {
	font-size:1.2em;
}
.em14 {
	font-size:1.4em;
}
.em15 {
	font-size:1.5em;
}
.em20 {
	font-size:2em;
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
.f18{
	font-size:18px;
}
.f20 {
	font-size: 20px;
}
.f22{
	font-size: 22px;
}
.f23{
	font-size: 23px;
}
.f24{
	font-size: 24px;
}
.f30{
	font-size:30px;
}
.f32 {
	font-size: 32px;
}
.f36{
	font-size: 36px;
}
.f40{
	font-size: 40px;
}
.f44{
	font-size: 44px;
}
.f48{
	font-size: 48px;
}
.f100{
	font-size: 90px;
}
@media screen and (max-width:640px) {
	.f12{
		font-size: 12px;
	}
	.f14{
		font-size: 12px;
	}
	.f18{
		font-size:14px;
	}
	.f20 {
		font-size: 14px;
	}
	.f22{
		font-size: 16px;
	}
	.f23{
		font-size: 16px;
	}
	.f24{
		font-size: 16px;
	}
	.f30{
		font-size:18px;
	}
	.f32 {
		font-size: 18px;
	}
	.f36{
		font-size: 20px;
	}
	.f40{
		font-size: 20px;
	}
	.f44{
		font-size: 22px;
	}
	.f48{
		font-size: 24px;
	}
	.f100{
		font-size: 50px;
	}
}
.c01{
	color: #34b8bd;
}
.c02{
	color: #ea5098;
}
.c03{
	color: #414141;
}
.c04{
	color: #686859;
}
.c05{
	color: #5f4e36;
}
.c06{
	color: #ffbf00;
}
.c07{
	color: #65605e;
}
.c08{
	color: #787878;
}
.tc{
	text-align: center;
}
.vm{
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}

.ttl01 {
	height: 71px;
	padding-left:170px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 71px;
	text-align: left;
	background: url(_img/ttl01_bg.png) 0 0 no-repeat;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
@media screen and (max-width:640px) {
	.ttl01 {
		height: auto;
		padding:10px;
		font-size: 18px;
		line-height: 140%;
		background:#34B8BD;
	}
}
/* ---------------------------------------------------------------- *
	汎用ボタンに関する設定
 * ---------------------------------------------------------------- */
.btn-wrap {
	text-align:center;
}
.btn {
	display:inline-block;
	position:relative;
	min-width:360px;
	padding:.75em 1.5em;
	box-shadow:inset 0 -3px 0 rgba(0,0,0,0.35);
	border-radius:6px;
	line-height:1em;
	font-weight:bold;
	text-shadow:0 3px 0 rgba(0,0,0,0.35);
}
.btn:hover,.btn:active {
	box-shadow:inset 0 0 0 rgba(0,0,0,0);
	top:3px;
}
.btn01,
.btn01:hover,.btn01:active {
	background-color:#84c826;
	color:#fff;
	font-size:24px;
}
.btn02,
.btn02:hover,.btn02:active {
	background-color:#df4180;
	color:#fff;
	font-size:32px;
}
@media screen and (max-width:640px) {
	.btn {
		min-width:auto;
		max-width:80%;
	}
	
	.btn01,
	.btn01:hover,.btn01:active {
		font-size:20px;
	}
	.btn02,
	.btn02:hover,.btn02:active {
		font-size:22px;
	}
}
/* ---------------------------------------------------------------- *
	レイアウトに関する設定
 * ---------------------------------------------------------------- */
.inner {
	width: 940px;
	margin: auto;
}
.asset{
	margin-bottom: 40px;
}
.pickup_ttl {
	height: 80px;
	padding-left:85px;
	line-height: 85px;
	background: url(_img/pickup_ttl_bg.jpg) 0 0 no-repeat;
}
.pickup {
	margin-left:-20px;
}
.pickup .list{
	float: left;
	width: 280px;
	margin-left:20px;
	padding: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.ie6 .pickup,
.ie7 .pickup{
	margin:0;
}
.ie6 .pickup .list,
.ie7 .pickup .list,
.ie8 .pickup .list {
	width: 280px;
	margin-left:17px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.ie7 .pickup .list:first-child {
	margin-left:0;
}
.pickup .list img {
	display: block;
	height: 140px;
	background-color: #f3f3f3;
	border:1px solid #ccc;

}
.pickup .list p {
	margin:10px 0 0;
	text-align: center;
}
@media screen and (max-width:640px) {
	.inner {
		width: 100%;
	}
	.pickup_ttl {
		height: auto;
		margin:0 10px;
		padding:10px 0;
		line-height: 140%;
		background:#FFFFF0;
		text-align:center;
		font-size:20px;
		border:4px solid #ffbf00;
	}
	.pickup {
		margin:10px 10px 0;
	}
	.pickup .list{
		width: 48%;
		margin:0 0 10px;
		padding: 5px;
		box-sizing:border-box;
	}
	.pickup .list:nth-child(2n) {
		margin-left:4%;
	}
	.pickup .list img {
		display: block;
		width:100%;
		height: auto;
		background-color: #f3f3f3;
		border:none;
	}
	.pickup .list p {
		margin:5px 0 0;
	}
}
#container {
	padding-bottom: 40px;
}
#header {
	padding:12px 0;
}
#logo {
	display: inline-block;
	width: 184px;
	height: 46px;
}
@media screen and (max-width:640px) {
	#header {
		padding:6px 0;
	}
	#logo {
		display:block;
		margin:auto;
	}
}


#asset01{
	margin-bottom: 0;
}
#asset01_01 {
	background-color: #ea4894;
	color: #fff;
}
#asset01_01 .inner{
	position: relative;
}
#asset01_01_badge{
	position: absolute;
	top:-60px;
	right: 0px;
}
#asset01_01_txt {
	margin:0 160px 0 0;
	padding: 12px 0;
}
@media screen and (max-width:640px) {
	#asset01_01 {
		display:none;
	}
	#asset01_01 .inner{
		position: relative;
		padding:5px 10px;
	}
	#asset01_01_badge {
		position:absolute;
		width:100px;
		height:67px;
		top:0;
		right:0;
	}
	#asset01_01_badge img {
		width:inherit;
		height:inherit;
	}
	#asset01_01_txt {
		margin:0;
		padding:0;
		font-size:12px;
	}
}


#main {
	height:500px;
	background:transparent url(_img/main_bg.jpg) no-repeat 0 0;
}
#main .inner {
	position:relative;
	height:inherit;
}
#main_img {
	position: absolute;
	width:640px;
	height:429px;
	bottom:0;
	right:-140px;
}
#main_body {
	position:absolute;
	left:-20px;
	bottom:100px;
}
@media screen and (max-width:640px) {
	#main {
		height:250px;
		background:transparent url(_img/main_bg.jpg) no-repeat 0 0;
		background-size:auto 250px;
	}
	#main .inner {
		position:relative;
		height:inherit;
	}
	#main_img {
		display:none;
		position: absolute;
		width:200px;
		height:auto;
		bottom:0;
		right:0;
	}
	#main_body {
		position:absolute;
		width:100%;
		left:auto;
		right:auto;
		top:15px;
		bottom:auto;
		text-align:center;
		z-index:9999;
	}
	#main_body p img {
		width:280px;
	}
}

#asset01_02 {
	text-align:center;
	padding:24px 0;
}
@media screen and (max-width:640px) {
}

#asset01_03 {
	text-align:center;
}
#asset01_03 .sp {
	display:none;
}
@media screen and (max-width:640px) {
	#asset01_03 .sp {
		display:block;
	}
	#asset01_03 .pc {
		display:none;
	}
}
#asset01_04 {
	margin-top:150px;
	background-color: #34b8bd;
}
#asset01_04 .inner {
	position: relative;
	height:90px;
}
#present_badge {
	position: absolute;
	top:-150px;
	width: 210px;
	height: 150px;
	padding:60px 30px 0 0;
	overflow: hidden;
	background: url(_img/present_badge.png) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#present {
	position: absolute;
	right: 40px;
	bottom: 10px;
}
#present .list {
	float: left;
	width: 169px;
	margin-left:15px;
}

#present .list img {
	display: block;
	width: 157px;
	height: 157px;
	background-color: #f8f7f3;
	padding:5px;
	border:1px solid #d9d6c8;
	border-radius: 4px;
}
#present .list p {
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#present p.clear {
	text-align: right;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width:640px) {
	#asset01_04 {
		margin-top:20px;
	}
	#asset01_04 .inner {
		height:145px;
	}
	#present_badge {
		position: absolute;
		top:20px;
		left:10px;
		width: 105px;
		height: 85px;
		padding:22px 15px 0 0;
		overflow: hidden;
		background: url(_img/present_badge.png) 0 0 no-repeat;
		background-size:120px 105px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size:10px;
	}
	#present {
		right:10px;
		top:10px;
		bottom:0;
	}
	#present .list {
		width: 70px;
		margin-left:8px;
	}
	#present .list img {
		width: 70px;
		height: 70px;
		border-radius: 0;
		padding:0;
		box-sizing:border-box;
	}
	#present .list p {
		font-size:9px;
	}
	#present p.clear {
		text-align: right;
		color: #fff;
		font-weight: bold;
	}
}
#asset01_05 {
	padding:20px 0 0;
	background:#ebebe6 url(_img/asset01_05_bg.jpg) 0 0 repeat;
}
@media screen and (max-width:640px) {
	#asset01_05 {
		padding:20px 0;
		text-align:center;
	}
	#asset01_05 .f48 {
		font-size:16px;
	}
	#asset01_05 .f100 {
		font-size:26px;
	}
}
#asset01_06 {
	padding:20px 0;
	background:#f1f1e9 url(_img/asset01_06_08_bg.jpg) 0 0 repeat;
}
#asset01_06_txt01 {
	margin-bottom: 0.5em;
}
@media screen and (max-width:640px) {
	#asset01_06 {
		padding:20px 10px;
	}
	#asset01_06_txt01.f36 {
		font-size:20px;
	}
	#asset01_06 .f14 {
	}
}
#asset01_07 {
	padding:20px 0;
	background:#faefca url(_img/asset01_07_bg.jpg) 0 0 repeat;
}
#asset01_07 .inner {
	position: relative;
}
#asset01_07 .attention {
	position: absolute;
	bottom: 0;
	right:-20px;
	width: 320px;
	height: 190px;
	padding:10px 0 0 15px;
	color: #fff;
	text-align: center;
	background: url(_img/asset01_07_attention.png) 0 0 no-repeat;
}
#asset01_07 .attention p {
	margin-bottom: .25em;
}
#asset01_07_txt {
	margin-right:310px;
}
@media screen and (max-width:640px) {
	#asset01_07 {
		padding:20px 10px;
	}
	#asset01_07 .attention {
		position: static;
		bottom: 0;
		right: 0;
		width: 285px;
		height: 190px;
		margin:auto;
		padding:10px 0 0 15px;
		color: #fff;
		text-align: center;
		background: url(_img/asset01_07_attention.png) 0 0 no-repeat;
		background-size:300px auto;
	}
	#asset01_07 .f18 {
		font-size:17px;
		line-height:100%;
	}
	#asset01_07 .attention p {
		margin-bottom:5px;
	}
	#asset01_07_txt.f30 {
		margin-right:0;
		font-size:14px;
		text-align:center;
	}
	#asset01_07_txt.f30:after {
		display:block;
		content:"なんてことないならないように！";
		font-weight:bold;
		font-size:20px;
		margin-top:10px;
	}
}
#asset01_08{
	background:#f1f1e9 url(_img/asset01_06_08_bg.jpg) 0 0 repeat;
}
#asset01_08 .inner{
	position: relative;
	padding: 30px 0;
}
#asset01_08_left{
	position: absolute;
	top:-10px;
	left:0;
	width: 220px;
}
#asset01_08_right{
	margin-left:250px;
}
#asset01_08_bottom{
	height: 250px;
	background:#f1f1e9 url(_img/asset01_08_bg_bottom.jpg) 50% -50px repeat;
	text-align:center;
}
@media screen and (max-width:640px) {
	#asset01_08{
		background:#f1f1e9 url(_img/asset01_06_08_bg.jpg) 0 0 repeat;
	}
	#asset01_08 .inner{
		position: relative;
		padding: 20px 0;
	}
	#asset01_08 .inner br {
		display:none;
	}
	#asset01_08_left{
		top:10px;
		left:10px;
		width: 194px;
	}
	#asset01_08_left img {
		width:194px;
	}
	#asset01_08_right {
		margin-left:0;
	}
	#asset01_08_right p:first-child{
		margin-left:144px;
	}
	#asset01_08_bottom{
		height: 175px;
		background:#f1f1e9 url(_img/asset01_08_bg_bottom.jpg) 50% -75px repeat;
	}
}
/*asset02*/
#faq{
	padding-bottom: 117px;
	background: url(_img/faq_bg.png) center bottom no-repeat;
}
#faq_inner{
	padding:15px;
	background-color: #f5ebc4;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#faq_ttl {
	padding-left:20px;
}
#faq dl {
	margin: 0;
}
#faq dt,
#faq dd {
	position: relative;
	margin: 15px 0 0;
	padding:15px;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#faq .mark {
	display: block;
	position: absolute;
	top:50%;
	left:20px;
	width: 81px;
	height: 66px;
	margin-top:-42px;
	padding-top:18px;
	text-align: center;
	font-size: 50px;
	line-height: 1em;
}
.faq_q{
	background: url(_img/faq_bg_q.png) 0 0 no-repeat;
}
.faq_a{
	background: url(_img/faq_bg_a.png) 0 0 no-repeat;
}
#faq dl p{
	margin-left:100px;
}
@media screen and (max-width:640px) {
	#asset02 {
		padding:10px;
	}
	#faq{
		margin:auto;
		padding-bottom: 62px;
		background-size:300px auto;
	}
	#faq_inner{
		padding:10px;
	}
	#faq_ttl {
		padding-left:0;
		text-align:center;
	}
	#faq_ttl img {
		width:80%;
	}
	#faq dt,
	#faq dd {
		margin: 10px 0 0;
		padding:10px;
	}
	#faq .mark {
		top:10px;
		left:10px;
		width: 40px;
		height: 41px;
		margin-top:0;
		padding-top:0;
		font-size: 26px;
		line-height:41px;
		background-size:contain;
	}
	#faq .f24{
		font-size:17px;
	}
	#faq dl p{
		margin-left:50px;
	}
}
/*asset03*/
#asset03_01 {
	padding-bottom:80px;
	text-align: center;
}

#course01 {
	background-color: #f6f7f7;
}
#course02 {
	background-color: #f9f7f2;
}
#course03 {
	background-color: #f9f2f3;
}
#course04 {
	background-color: #f2f6f9;
}
.course_ttl{
	position: relative;
	width: 740px;
	height: 60px;
	padding-left:200px;
	font-size: 24px;
	font-weight: bold;
	line-height: 65px;
	text-align: left;
	color: #fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.course_badge{
	position: absolute;
	top:-82px;
	left:-7px;
}
#course_s_ttl {
	background: url(_img/course_s_ttl_bg.jpg) 0 0 repeat-x;
}
#course_a_ttl {
	background: url(_img/course_a_ttl_bg.jpg) 0 0 repeat-x;
}
#course_b_ttl {
	background: url(_img/course_b_ttl_bg.jpg) 0 0 repeat-x;
}
#course_c_ttl {
	background: url(_img/course_c_ttl_bg.jpg) 0 0 repeat-x;
}
.course{
	padding-bottom: 70px;
	text-align: center;
}
.present_list{
	display: inline-block;
	margin: 20px auto;
	overflow: hidden;
}
.ie6 .present_list,
.ie7 .present_list{
	display: inline;
	zoom:1;
}
.present_list li {
	float:left;
	width: 180px;
	height: 180px;
	margin:0 20px;
	padding:10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.present_list li img {
	width:auto;
	height:160px
}
#course01 .present_list li {
	background:transparent url(_img/course_s_bg.png) no-repeat center center;
}
#course02 .present_list li {
	background:transparent url(_img/course_a_bg.png) no-repeat center center;
}
#course03 .present_list li {
	background:transparent url(_img/course_b_bg.png) no-repeat center center;
}
#course04 .present_list li {
	background:transparent url(_img/course_c_bg.png) no-repeat center center;
}
@media screen and (max-width:640px) {
	/*asset03*/
	#asset03_01 {
		padding-bottom:20px;
		text-align: center;
	}
	#asset03_01 p {
		padding:0 10px;
	}
	#asset03_01 .f22 {
		font-size:16px;
	}
	#asset03_01 p img {
		width:100%;
	}

	.course_ttl{
		width: auto;
		height: 51px;
		padding:9px 0 0 110px;
		font-size: 16px;
		line-height: 140%;
	}
	.course_badge{
		top:-20px;
		left:10px;
		width:95px;
	}
	.course{
		padding-bottom: 40px;
	}
	.present_list{
		display:block;
		margin: 0 10px;
	}
	.present_list li {
		float:left;
		width: 48%;
		max-width:180px;
		height: auto;
		max-height:180px;
		margin:0 0 4%;
		padding:10px;
		background-size:100% 100%!important;
	}
	.present_list li img {
		display:block;
		width:auto;
		max-width:130px;
		height:auto;
		max-height:160px;
		margin:auto;
	}
	.present_list li:nth-child(2n) {
		margin-left:4%;
	}
}
/*asset04*/
#asset04 {
	padding: 30px 0;
	background-color: #f7f7f3;
}

#asset04_01 {
	position: relative;
}
#asset04_01_txt {
	margin-bottom:0.4em;
}
#asset04_02_txt {
	margin-bottom:2em;
}
#asset04_01 .attention{
	position: absolute;
	top: 90px;
	right:50px;
	width: 212px;
	height: 123px;
	padding: 38px 0 0 24px;
	background: url(_img/asset04_01_attention.png) 0 0 no-repeat;
	color: #fff;
	text-align: center;
}
#asset04_01 .attention p{
	padding-top:54px;
	background: url(_img/mark_attention.png) center top no-repeat;
}

#asset04_02 {
	position: relative;
	margin-top:40px;
}
#asset04_02_info {
	position: absolute;
	top:100px;
	right: 0;
	width: 308px;
	height: 232px;
	padding-top: 95px;
	text-align: center;
	background: url(_img/asset04_02_info.png) 0 0 no-repeat;
}
@media screen and (max-width:640px) {
	/*asset04*/
	#asset04 {
		padding: 0;
	}
	#asset04_01_txt {
		padding:5px 10px 0;
		font-size:19px;
	}
	#asset04_02_txt {
		padding:0 10px;
	}
	#asset04_01 .attention{
		position: absolute;
		top: 55px;
		right:10px;
		width: 100px;
		height: 68px;
		padding: 10px 0 0 10px;
		background: url(_img/asset04_01_attention.png) 0 0 no-repeat;
		background-size:100px auto;
		color: #fff;
		text-align: center;
		font-size:10px;
		box-sizing:border-box;
	}
	#asset04_01 .attention p{
		padding-top:28px;
		background: url(_img/mark_attention.png) center top no-repeat;
		background-size:27px 23px;
	}
	
	#asset04_02 {
		margin-top:20px;
	}
	#asset04_02 p img {
		width:100%;
	}
	#asset04_02_info {
		position: static;
		top:0;
		right: 0;
		width: auto;
		height: auto;
		margin:0 0 20px;
		padding: 0;
		text-align: center;
		background:none;
		box-sizing:border-box;
	}
	#asset04_02_info br {
		display:none;
	}
	#asset04_02_info .f18{
		font-size:10px;
	}
}
#flow {
	margin: 0 60px;
}
.flow_asset{
	position: relative;
	padding: 10px 10px 30px 100px;
	background: url(_img/flow_arrow_base.png) 32px 0 repeat-y;
}
.ie6 .flow_asset,
.ie7 .flow_asset{
	zoom:1;
}
.nobg {
	background: none;
}
.flow_arrow_point{
	position: absolute;
	bottom: -8px;
	left: 32px;
	width: 19px;
	height: 8px;
	background: url(_img/flow_arrow_point.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
}
.flow_ttl{
	position: absolute;
	top:8px;
	left:10px;
	width: 62px;
	height: 54px;
	padding-top:10px;
	background: url(_img/flow_list_mark_bg.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 8888;
}
.flow_ttl_txt01{
	display: block;
	font-size: 12px;
	line-height: 1.3em;
}
.flow_ttl_txt02{
	display: block;
	font-size: 24px;
	line-height: 1.2em;
}
.flow_asset_inner {
	display: inline-block;
	padding:20px;
	background-color:#fff;
	border:3px solid #deddd7;
	border-radius: 5px;
}
.flow_asset_inner dt {
	float: left;
	width: 130px;
	clear: both;
}
.flow_asset_inner dd {
	padding-left:130px;
	margin-bottom:10px;
	font-weight: bold;
}
.flow_asset_inner dd:last-child {
	margin: 0;
}
.flow_asset_inner dd p.main {
	padding-top: 4px;
}
.flow_asset_inner dd p.sub {
	font-weight: normal;
	font-size: small;
}
@media screen and (max-width:640px) {
	#flow {
		margin: 0;
	}
	.flow_asset{
		position: relative;
		padding: 10px 10px 30px 80px;
		background: url(_img/flow_arrow_base.png) 32px 0 repeat-y;
	}
	.flow_asset .f16{
		font-size:14px;
	}
	.flow_asset .f32{
		font-size:20px;
	}
	.flow_asset_inner {
		padding:10px;
	}
	.flow_asset_inner dt {
		float: none;
		width: auto;
		clear: both;
	}
	.flow_asset_inner dd {
		padding-left:0;
		margin-bottom:10px;
		font-weight: bold;
	}
}

#conversion{
	position: relative;
	padding:16px;
	background-color: #ece7d7;
	text-align: center;
}
#conversion_mark01{
	margin-bottom:10px;
	padding-bottom:24px;
	background:url(_img/conversion_mark01.png) center bottom no-repeat;
}
#conversion_mark02{
	position: absolute;
	display: inline-block;
	top:-60px;
	right:250px;
}
@media screen and (max-width:640px) {
	#conversion{
		padding:20px 10px;
	}
	#conversion_mark01{
		padding:0 10px 30px 0;
		background:url(_img/conversion_mark01.png) center bottom no-repeat;
		font-size:12px;
	}

	#conversion_mark02{
		position: absolute;
		display: inline-block;
		top:-60px;
		right:10px;
	}
	
}


/*#asset05*/
#reminder{
	padding-bottom: 117px;
	background: url(_img/faq_bg.png) center bottom no-repeat;
}
#reminder_inner{
	padding:15px;
	background: #f5ebc4 url(_img/reminder_ttl_bg.png) 20px 10px no-repeat;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reminder_ttl{
	margin:0;
	padding: 15px 0 15px 120px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#reminder_body{
	position: relative;
	padding:20px;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#remind_attention {
	display: inline-block;
	position: absolute;
	top:20px;
	right: 40px;
	width: 286px;
	height: 172px;
	padding-top: 80px;
	text-align: center;
	background: url(_img/remind_attention.png) 0 0 no-repeat;
}
#remind_form{
	padding: 20px 0  0;
	overflow: hidden;
}
#remind_form input[type="text"] {
	float: left;
	width: 525px;
	height: 54px;
	padding: 0 10px;
	font-size: 20px;
	line-height: 44px;
	border: 1px solid #999;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	background-color: #f3f3f3;
}
#remind_form input[type="submit"] {
	float: right;
	width: 317px;
	height: 57px;
	border: none;
	background: url(_img/reminder_submit.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}


/*asset06*/
#asset06 {
}
.voice{
	padding: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.voice_img {
	float:left;
	display: block;
	width: 280px;
	height: 178px;
	border:1px solid #ccc;
	background-color: #f3f3f3;
}
.voice_body {
	margin-left:300px;
}
.voice_meta {
	text-align: right;
}












