@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #14173B;
}

img {
	line-height: 1px !important;
	vertical-align: bottom !important;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	background-color: #fff;
}



/*----------------------------
ガイドTOP
----------------------------*/
.view_guide_top .guide_container {
	margin: 0;
	padding: 0;
}



/*----------------------------
ガイドTOP first view
----------------------------*/
.view_guide_top img {
	width: 100%;
	height: auto;
}

.view_guide_top .guide_fv_area {
	position: relative;
	background: url(../img/guide/top/guide_top_fv.png) no-repeat center top;
	background-size: 100% auto;
}

.view_guide_top .guide_fv_lead {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 41px 0 41px 12px;
}

.view_guide_top .fv_lead_icon {
	flex-shrink: 0;
	width: 23px;
	margin: 0 8px 0 0;
}

.view_guide_top .fv_lead_txt {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #14173B;
	text-shadow: 0px 1px 2px #00000029;
}

.view_guide_top .guide_fv_cap {
	padding: 0 0 50px 19px;
}
.view_guide_top .guide_fv_cap p {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	color: #14173B;
}



/*----------------------------
ガイドTOP
αU walletの基本の操作方法
----------------------------*/

/* guide contents head */
.basic_guide_head {
	padding: 31px 0 0 0;
}

.basic_guide_head .sub_txt {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: #1DAABD;
	margin: 0 0 4px 0;
}
.basic_guide_head .sub_txt_before {
	display: inline-block;
	transform: rotate(-30deg);
	margin: 0 3px 0 0;
}
.basic_guide_head .sub_txt_after {
	display: inline-block;
	transform: rotate(30deg);
	margin: 0 0 0 3px;
}

.basic_guide_head .main_txt {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #14173B;
	margin: 0 0 13px 0;
}



/* guide contents */
.basic_guide_img {
	margin: 0 auto 25px auto;
	width: 63%;
	max-width: 350px;
}

.basic_guide {
	margin-bottom: 41px;
}

.basic_guide_ttl {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0 0 23px 13px;
}
.basic_guide_ttl .num_txt {
	flex-shrink: 0;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	color: #1DAABD;
	margin: 0 6px 0 0;
}
.basic_guide_ttl .ttl_txt {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.basic_guide_desc {
	margin: 0 23px 23px 23px;
}
.contents_c .basic_guide_desc {
	margin-bottom: 17px;
}

.basic_guide.contents_b .btn_area {
	margin: 0 11px 15px 11px;
}

.basic_guide .btn_set {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 65%;
	max-width: 400px;
}
.basic_guide .btn_set a {
	display: block;
	text-decoration: none;
}
.basic_guide .btn_set a.btn_apple {
	margin: 0 16px 0 0;
}

.basic_guide .link_txt {
	text-decoration: underline;
	font-size: 15px;
	line-height: 22px;
	color: #0eb8b8;
}



/* バナーエリア */
.bnr_list,
.bnr_list li {
	display: block;
	list-style: none;
}

.bnr_list li {
	margin: 0 14px 26px 14px;
}
.bnr_list li:last-child {
	margin-bottom: 0;
}



.guide_menu_list_area {
	margin-bottom: 44px;
}

.guide_menu_head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #ECEDFD;
	padding: 12px 33px 14px 33px;
}
.guide_menu_head_icon {
	flex-shrink: 0;
	width: 30px;
	margin: 0 17px 0 0;
}
.guide_menu_head_ttl {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}

dl.guide_menu_list {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-bottom: 1px solid #E7E8EB;
}

a.guide_menu_list {
	position: relative;
	display: block;
	padding: 19px 33px 19px 33px;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #E7E8EB;
}
a.guide_menu_list::after {
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 13px;
	height: 15px;
	background: url(../img/guide/top/icon_link_arrow.png) no-repeat center center;
	background-size: auto 15px;
}

.guide_menu_list dt {
	position: relative;
	display: block;
	list-style: none;
	padding: 19px 33px 19px 33px;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	background: #fff;
}
.guide_menu_list dt.open {
	background: #F4F4F6;
}
.guide_menu_list dt::after {
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/guide/top/icon_ac_open.png) no-repeat center center;
	background-size: 13px auto;
}
.guide_menu_list dt.open::after {
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/guide/top/icon_ac_close.png) no-repeat center center;
	background-size: 13px auto;
}

.guide_menu_list dd {
	display: none;
	list-style: none;
}
.guide_menu_list_desc {
	padding: 25px 0 44px 0;
	background-color: #fff;
}
.guide_menu_list .guide_menu_txt {
	display: block;
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0 14px;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}
.guide_menu_list .guide_menu_txt .guide_menu_link {
	font-size: 16px;
}
.guide_menu_list .guide_menu_img {
	display: block;
	padding: 0 34px 23px 34px;
}



.guide_menu_bottom_area .btn_area {
	margin: 0 11px 49px 11px;
}
.bottom_cap {
	font-size: 14px;
	line-height: 150%;
	color: #53586C;
	padding: 0 14px 41px 14px;
}







/*----------------------------
ガイド バックアップ
----------------------------*/
.guide_hl {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	color: #14173B;
	margin: 0;
	padding: 14px 13px 13px 13px;
	background: #ECEDFD;
}



.guide_desc_top {
	padding: 22px 16px 9px 23px;
	background-color: #fff;
}
.guide_desc_top p {
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
	margin: 0 0 1em 0;
}
.guide_desc_top p:last-child {
	margin-bottom: 0;
}



.guide_desc_area {
	background: #FAFAFA;
	margin: 0 0 79px 0;
	padding: 17px 14px 28px 13px;
}

.guide_desc_area .guide_contents_box {
	background: #fff;
	border: 1px solid #C1C3CE;
	border-radius: 12px;
	margin-bottom: 31px;
}
.guide_desc_area .guide_contents_box:last-child {
	margin-bottom: 0;
}

.guide_desc_area .ttl_area {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 16px 21px 32px 15px;
}
.guide_desc_area .ttl_area .num_txt {
	flex-shrink: 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
}
.guide_desc_area .ttl_area .ttl_txt {
	font-weight: bold;
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
}

.guide_desc_area .guide_txt {
	text-align: left;
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
	padding: 0 16px 25px 17px;
}
.indent_txt_list li.guide_txt {
	padding-bottom: 0;
}
.indent_txt_list li.guide_txt:last-child {
	padding-bottom: 25px;
}

.guide_desc_area .guide_img {
	max-width: 190px;
	margin: 0 auto;
	padding: 0 0 32px 0;
}
.guide_desc_area .guide_img.wide_img {
	padding-right: 0;
	padding-left: 0;
}
.guide_desc_area img {
	width: 100%;
}
.guide_desc_area .guide_contents_box .guide_img:last-child {
	padding-bottom: 36px;
}




.view_guide_top .ttl_area_1 {
	padding: 0 12px 24px 12px;
}
.view_guide_top .ttl_area_2 {
	padding: 0 0 11px 0;
}
.view_guide_top .ttl_area_3 {
	padding: 0 0 12px 0;
}

.view_guide_top .guide_contents {
	padding: 0 21px 0 21px;
}

.view_guide_top .detail_block {
	margin: 0;
	padding: 0;
}
.view_guide_top .detail_block p {
	word-break: break-all;
	margin: 0 0 12px 0;
	padding: 0;
}
.view_guide_top .detail_block p:last-child {
	margin: 0 0 0 0;
}

.view_guide_top .detail_block a {
	color: #04A0B6;
	text-decoration: none;
	word-break: break-all;
}


.view_guide_top .webview_img {
	width: 100%;
	margin: 0 auto 24px auto;
	padding: 0;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}


