@charset "utf-8";

html, body {
	background-color: #fff;
}
*,*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------
header
----------------------------------- */
header {
	background:#e8e8e8;
	border-bottom:none;
}
header .headerInner {
	background:#fff;
	width:100%;
	margin:0 auto;
	padding: 19px;
}
.d_logo {
	width:280px;
}
header img {
	max-width:100%;
	height:auto;
}
.shadow {
	margin-bottom: 4px;
	-webkit-box-shadow: 0 1px 3px #dbdbdb;
	box-shadow: 0 1px 3px #dbdbdb;
}

/* ------------------------------------
header-account
----------------------------------- */
.accountWrap {
	padding: 10px 10px 0;
	background: #fff;
}
.header-account {
	display: table;
	background: #fff;
}
.header-account .header-account__img {
	display: table-cell;
	width: 88px;
	padding: 0 10px;
}
.header-account .header-account__img img {
	width: 68px;
}
.header-account__head {
	display: table-cell;
	padding: 2px 0 0 5px;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1;
	border-left: solid 1px #bfbfbf;
}
.header-account--other {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	border: solid 1px #bfbfbf;
}

/* ------------------------------------
footer
----------------------------------- */
.footCopy {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 1.0rem;
	background: #333;
}

/* ------------------------------------
wrap_contents
----------------------------------- */
.shoukai {
	position: absolute;
	min-height: 100%;
}
.shoukai #wrap_contents {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 110px;
	color: #000;
}
.shoukai #wrap_contents img {
	width: 100%;
}
.shoukai #wrap_contents a img {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.shoukai #wrap_contents a img:hover {
	opacity: 0.8;
}
.shoukai #wrap_contents .indt {
	text-indent: -1em;
	padding-left: 1em;
}
.shoukai #wrap_contents .dlmt {
	margin-top: 32px;
}
.shoukai #wrap_contents .pc {
	display: none;
}
.shoukai #wrap_contents .sp {
	display: block;
}

@media screen and (min-width: 751px) {
	.shoukai #wrap_contents {
		max-width: 750px;
	}
	.shoukai #wrap_contents img {
		width: auto;
		max-width: 100%;
	}
	.shoukai #wrap_contents .pc {
		display: block;
	}
	.shoukai #wrap_contents .sp {
		display: none;
	}
}

.shoukai-inner {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.shoukai-ttl {
	margin: 0 auto;
	padding: 20px 10px 15px;
	text-align: center;
	background: #fff;
}
.shoukai-belt_text {
	padding: 20px 20px;
	text-align: center;
	background-color: #d00e31;
}
.shoukai-belt_text p {
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
.shoukai-belt_text.text_s p {
	font-size: 1.8rem;
}
.shoukai-text_nml {
	text-align: center;
	line-height: 1.8;
}
.shoukai-text_nml + .shoukai-text_nml {
	margin-top: 18px;
}
.vwTxt02{
	font-size: 4vw;
	line-height: 1.2;
}
.text_overBtn {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.invisibleTxt {display: none;}

@media screen and (min-width: 751px) {
	.shoukai-ttl {
		padding: 30px 10px;
	}
	.vwTxt02{font-size: 30px;}
	.text_overBtn {
		margin-bottom: 30px;
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 420px) {
	.vwTxt01{font-size: 3.3vw;}
}

@media screen and (max-width: 374px) {
	.none320 {display: none;}
}

.bgGry {background: #e8e8e8;}
.bgRed {background: #bb0033;}
.bgYlw {background: #ffeec2;}
.txtRed {color: #cc0033;}
.fwB {font-weight: bold;}
.tCenter {text-align: center;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt25 {margin-top: 25px;}
.mt45 {margin-top: 45px;}
.mb10 {margin-bottom: 10px;}
.mb25 {margin-bottom: 25px;}
.mb40 {margin-bottom: 40px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}

@media screen and (min-width: 751px) {
	.mt10 {margin-top: 20px;}
	.mt15 {margin-top: 30px;}
	.mt25 {margin-top: 50px;}
	.mt45 {margin-top: 90px;}
	.mb10 {margin-bottom: 20px;}
	.mb25 {margin-bottom: 50px;}
	.mb40 {margin-bottom: 80px;}
	.pt20 {padding-top: 40px;}
	.pt30 {padding-top: 60px;}
	.pb20 {padding-bottom: 40px;}
	.pb25 {padding-bottom: 50px;}
	.pb30 {padding-bottom: 60px;}
	.pb40 {padding-bottom: 80px;}
}

/*btn&link*/
.shoukai-btn-inner {
	width: 100%;
	padding: 0 10px;
}
.shoukai-btn {
	text-align: center;
}
.shoukai-btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.shoukai-btn a:hover {
	opacity: 0.8;
}
[class^="btn-square"] {
	position: relative;
	padding: 10px 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px #d9d9d9;
	box-shadow: 0 4px #d9d9d9;
	line-height: 1.2;
}
[class^="btn-square"]:before {
	position: absolute;
	top: 50%;
	right: 3px;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 7px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}
.btn-square_blk {
	background: #333;
}
.btn-square_red {
	background: #d00e31;
}

@media screen and (min-width: 771px) {
	.shoukai-btn-inner {
		max-width: 750px;
		padding: 0;
	}
}

@media print, screen and (min-width: 751px) {
	.shoukai-inner {
		max-width: 750px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.shoukai-ttl {
		width: 100%;
		padding: 50px 0;
	}
}

/* dlBtn */
.ua_ios, .ua_andr, .ua_pc {
	display: none;
	font-size: 0;
}
.dlBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 490px;
	margin: 10px auto 0;
	text-align: center;
}
.ua_ios .dlBtn,
.ua_andr .dlBtn {
	display: block;
	max-width: 60%;
}
.dlBtn img {
	width: auto;
	max-width: 100%;
}
.dlBtn a:nth-child(2) {
	margin-left: 15px;
}

@media screen and (min-width: 751px) {
	.dlBtn {
		margin-top: 30px;
	}
	.dlBtn a:nth-child(2) {
		margin-left: 0;
	}
}

.kv {
	text-align: center;
}
.dpay,
.complete {
	line-height: 1.5;
}
.dpay .shoukai-inner,
.complete .shoukai-inner {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 751px) {
	.dpay .shoukai-inner,
	.complete .shoukai-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*dpay.html*/
.dpay .kv {
	padding: 30px 0 20px;
}
.ttl_line {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 2px solid #cc0033;
}
.fs08 {font-size: 0.8em;}
.img_pd {
	text-align: center;
	padding-left: 6%;
	padding-right: 6%;
}
.dpay .footCopy {
	position: relative;
}

/* 追従 */
.floatItem {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255,255,255,0.9);
	z-index: 10;
}
.floatItem .dlBtn {
	margin-top: 10px;
}
.floatItem .text_overBtn {
	margin-bottom: 10px;
}

@media screen and (min-width: 751px) {
	.dpay .txt {
		font-size: 1.6em;
	}
	.dpay .kv {
		padding: 60px 0 40px;
	}
	.ttl_line {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 3.5em;
		border-bottom-width: 4px;
	}
	.floatItem {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/*complete.html*/
.ttl_style01 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.ttl_style02 {
	margin-bottom: 10px;
	padding: 7px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: #000;
}
.ttl_style03 {
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: #000;
}
.fs11 {font-size: 1.1em;}
.box_shadow {
	padding: 12px 19px;
	background: #eee;
	border: 2px solid #626262;
	-webkit-box-shadow: 0 2px 5px #b5b5b5;
	box-shadow: 0 2px 5px #b5b5b5;
}
.box_line {
	padding: 12px;
	background: #fff;
	border: 1px solid #000;
}
.box_head {
	padding: 10px;
	color: #fff;
	line-height: 1;
	background: #000;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.box_body {
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 2px solid #000;
	border-top: none;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.box_txt {
	text-align: center;
	font-weight: bold;
}
.box_note {
	font-size: 0.7em;
}
.img_qr {
	max-width: 90%;
	margin: 0 auto;
	padding: 10%;
	background: #fff;
}
.copyBtn {
	padding-left: 3%;
	padding-right: 3%;
}
.arrow:after {
	display: block;
	content: "";
	width: 89px;
	height: 20px;
	margin: 10px auto;
	background: url(../images/complete_ico_arrow.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.shareArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 15px;
}
.shareArea a {
	max-width: 22%;
	margin-left: 6%;
}
.shareArea a:first-child {
	margin-left: 0;
}

@media screen and (min-width: 751px) {
	.ttl_style01 {
		margin-bottom: 40px;
		font-size: 2em;
	}
	.ttl_style02 {
		margin-bottom: 20px;
		padding: 15px;
		font-size: 2em;
	}
	.ttl_style03 {
		padding: 20px;
		font-size: 1.5em;
	}
	.box_shadow {
		padding: 24px 38px;
		-webkit-box-shadow: 0 2px 5px #b5b5b5;
		box-shadow: 0 2px 5px #b5b5b5;
	}
	.box_line {
		padding: 25px;
	}
	.box_head {
		padding: 15px;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	.box_body {
		padding: 23px 19px 13px;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	.box_txt {
		font-size: 1.6em;
	}
	.box_note {
		font-size: 1em;
	}
	.arrow:after {
		width: 178px;
		height: 40px;
		margin: 20px auto;
	}
	.shareArea a:not(:first-child) {
		margin-left: 0;
	}
}

@media screen and (max-width: 750px) {
.complete .shadow {
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
}
/* アカウント情報 */
.account_wrap {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
}

.account {
    display: inline-block;
    margin: 20px auto 0;
    padding: 10px;
    border: 2px solid #cccccc;
    max-width: 100%;
    word-wrap: break-word;
}

.account_txt {
    font-size: 1.2em;
}
