@charset "shift_jis";

/* ======================================================
 * /common-files/css/cashing_meisai/notify_mail.css
 * ------------------------------------------------------
 * - base
 * - util
 * - module
 * - component
 * - @media query:max-width: 750px
 * ------------------------------------------------------
 * - popup
 * - @media query:max-width: 750px
 * ------------------------------------------------------
 * Clearfix
====================================================== */
/* base
------------------------------------------------------ */
#state-content {
	font-size: 16px;
	font-size: 1.6rem;
}
#state-content .linkTxt01 a::before {
	top: 0.5em;
}
/* util
------------------------------------------------------ */
#state-content .state-mt-narrow {
	margin-top: 30px !important;
}
#state-content .state-mt-large {
	margin-top: 55px !important;
}
#state-content .state-inlImg {
	vertical-align: middle;
	margin: 0 5px;
}
/* module
------------------------------------------------------ */
/* ----- hdg ----- */
#notify_mail .state-hdg01 {
	margin-bottom: 30px;
	padding: 16px 0 14px;
	background: #015195;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#notify_mail .state-hdg02 {
	text-align: center;
	padding:50px 294px;
}
#notify_mail .state-hdg03 {
	margin-bottom: 35px;
	padding: 8px 4px;
	background: #e5fafb;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #015195;
	text-align: center;
}

#notify_mail .state-hdg03.sdx_app{
	color: #fff;
	background: #015195;
}

/* ----- section ----- */
#notify_mail .state-section01 {
	width: 926px;
	margin: 35px auto 0;
	padding: 0 20px;
}
#notify_mail .state-section02 {
	margin: 54px 0 0;
}
#notify_mail .state-section02__inn {
	width: 926px;
	margin: 0 auto;
}
/* ----- text ----- */
#notify_mail .state-lead01 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
#notify_mail .state-lead02 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
}
#notify_mail .state-lead02 > strong {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #d43310;
}
#notify_mail .state-label01 {
	padding: 22px 0 20px;
	background: #015195;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#notify_mail .state-fontSS {
	font-size: 12px;
	font-size: 1.2rem;
}
#notify_mail .state-fontS {
	font-size: 14px;
	font-size: 1.4rem;
}
#notify_mail .state-color01 {
	color: #f00;
}
#notify_mail .txtSmall {
	font-size:2.0px;
	font-size:2.0rem;
}
/* ----- box ----- */
#notify_mail .state-box01 {
	margin-top: 38px;
	background: url(/cashing_meisai/img-files/notify_mail_bg01.png) 0 0 no-repeat #e5fafb;
}
#notify_mail .state-box01__inn {
	padding: 0 20px 38px;
}
#notify_mail .state-box02 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin-top: -20px;
}
#notify_mail .state-box02__inn {
	padding: 22px 10px 10px;
}
/* ----- grid ----- */
#notify_mail .state-grid > li {
	float: left;
}
#notify_mail .state-grid--3 > li {
	width: 32.3%;
	margin-left: 1.55%;
}
#notify_mail .state-grid--3 > li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
/* ----- list ----- */
#notify_mail .state-list01 > li {
	position: relative;
	padding-left: 15px;
}
#notify_mail .state-list01 > li + li {
	margin-top: 10px;
}
#notify_mail .state-list01 > li::before {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0.5em;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4ac2e3;
	content: "";
}
#notify_mail .state-list01 > li > .noteList01 {
	margin-top: 5px;
}
/* ----- btn ----- */
.state-btn01.btnLink01 a {
	display: inline-table;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 26px;
	font-size: 2.6rem;
	vertical-align: middle;
	line-height: 1.1;
}
.state-btn01.btnLink01 a:hover {
	height: 82px;
}
.state-btn01.btnLink01 a > span {
	display: table-cell;
	vertical-align: middle;
}
.state-btn01.btnLink01 a .sub {
	font-size: 14px;
	font-size: 1.4rem;
}
/* component
------------------------------------------------------ */
/* ----- imgDesc ----- */
#notify_mail .state-imgDesc01 {
	display: inline-table;
}
#notify_mail .state-imgDesc01 > dt,
#notify_mail .state-imgDesc01 > dd {
	display: table-cell;
	vertical-align: middle;
}
#notify_mail .state-imgDesc01 > dt img {
	max-width: 110px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#notify_mail .state-imgDesc01 > dd {
	padding-top: 5px;
	padding-left: 15px;
}
/* ----- layout ----- */
#notify_mail .state-layout01 + .state-layout01 {
	margin-top: 40px;
	padding-top: 45px;
	background: url(/cashing_meisai/img-files/notify_mail_ex01.png) 0 0 repeat-x;
}
#notify_mail .state-layout__hdg {
	float: left;
	margin-right: 20px;
}
#notify_mail .state-layout__dtl {
	font-size: 20px;
	font-size: 2.0rem;
	overflow: hidden;
}
#notify_mail .state-layout__dtl .noteList01 {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
#notify_mail .merit{
}
/* ----- step ----- */
#notify_mail .state-stepFlow01 {
	padding-bottom: 38px;
	background: url(/cashing_meisai/img-files/notify_mail_ex03.png) 50% 100% no-repeat;
}
#notify_mail .state-stepFlow01 > li {
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
}
#notify_mail .state-stepFlow01 > li + li {
	margin-top: 30px;
	padding-top: 40px;
	background: url(/cashing_meisai/img-files/notify_mail_ex02.png) 50% 0 no-repeat;
}
#notify_mail .state-stepFlow01 .state-stepFlow__line {
	position: relative;
	padding: 3px 0 0 130px;
}
#notify_mail .state-stepFlow01 .state-stepFlow__line > .step {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #015195;
}
#notify_mail .state-stepFig {
	margin-top: 15px;
	text-align: center;
}
#notify_mail .state-stepFlow02 {
	margin-top: 50px;
}
#notify_mail .state-stepFlow02 > li {
	position: relative;
	width: 50%;
	float: left;
	padding-bottom: 15px;
}
#notify_mail .state-stepFlow02 > li:nth-child(2n+1) {
	padding-right: 15px;
	clear: left;
}
#notify_mail .state-stepFlow02 > li:nth-child(2n) {
	padding-left: 25px;
}
#notify_mail .state-stepFlow02 > li:nth-child(2n)::before {
	display: block;
	position: absolute;
	top: 0;
	left: -2px;
	width: 5px;
	height: 100%;
	background: url(/cashing_meisai/img-files/notify_mail_ex04.png) 0 0 repeat-y;
	content: "";
}
#notify_mail .state-stepFlow02 > li:nth-child(n+3) {
	padding-top: 30px;
}
#notify_mail .state-stepFlow02 > li:nth-child(n+3)::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(/cashing_meisai/img-files/notify_mail_ex05.png) 0 0 repeat-x;
	content: "";
}
#notify_mail .state-stepFlow02 .state-stepFlow__line > .step {
	padding-right: 1.0em;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	vertical-align: middle;
	color: #007637;
}
#notify_mail .btnLink01.type02.blank.state-btn01 a{
	font-size:2.0px;
	font-size:2.0rem;
	font-weight:normal;
}

/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* base
	------------------------------------------------------ */
	#state-content {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#notify_mail #mainContainer {
		margin-top: 0;
	}
	/* util
	------------------------------------------------------ */
	#state-content .state-mt-narrow {
		margin-top: 20px !important;
	}
	#state-content .state-mt-large {
		margin-top: 30px !important;
	}
	#state-content span.spOnly {
		display: inline !important;
	}
	/* module
	------------------------------------------------------ */
	/* ----- hdg ----- */
	#notify_mail .state-hdg01 {
		margin: 0 -10px 10px;
		padding: 5px 0 4px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#notify_mail .state-hdg01.sdx_app {
		margin: 0 -10px 10px;
		padding: 16px 0 14px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#notify_mail .state-hdg02 {
		width: 100%;
		padding:2em 0;
	}
	#notify_mail .state-hdg02 img {
		width: 90%;
		margin: 0 auto;
	}
	#notify_mail .state-hdg03 {
		margin: 0 -10px 18px;
		padding: 8px 4px;
		background: #e5fafb;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #015195;
		text-align: center;
	}
	/* ----- section ----- */
	#notify_mail .state-section01 {
		width: 100%;
		margin: 35px auto 0;
		padding: 0;
	}
	#notify_mail .state-section02 {
		margin: 30px 0 0;
	}
	#notify_mail .state-section02__inn {
		width: 100%;
		margin: 0 auto;
	}
	/* ----- text ----- */
	#notify_mail .state-lead01 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#notify_mail .state-lead02 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#notify_mail .state-lead02 > strong {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#notify_mail .state-label01 {
		padding: 6px 3px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#notify_mail .state-fontSS,
	#notify_mail .state-fontS {
		font-size: 10px;
		font-size: 1.0rem;
	}
	#notify_mail .txtSmall {
		font-size:1.0px;
		font-size:1.0rem;
	}
	/* ----- box ----- */
	#notify_mail .state-box01 {
		margin: 10px -10px 0;
		background: url(/cashing_meisai/img-files/sp_notify_mail_bg01.png) 0 0 no-repeat #e5fafb;
		background-size: contain;
	}
	#notify_mail .state-box01__inn {
		padding: 0 10px 35px;
	}
	#notify_mail .state-box02 {
		margin-top: -15px;
	}
	#notify_mail .state-box02__inn {
		padding: 6px 9px;
	}
	/* ----- grid ----- */
	#notify_mail .state-grid > li + li {
		margin-top: 10px;
	}
	.state-grid > li {
		clear:both;
	}
	#notify_mail .state-grid--3 > li {
		width: 100%;
		margin-left: 0;
	}
	#notify_mail .state-grid--3 > li:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
	/* ----- list ----- */
	#notify_mail .state-list01 > li {
		padding-left: 10px;
	}
	#notify_mail .state-list01 > li + li {
		margin-top: 6px;
	}
	#notify_mail .state-list01 > li::before {
		width: 4px;
		height: 4px;
	}
	/* ----- btn ----- */
	.state-btn01.btnLink01 {
		margin-top: 10px;
	}
	.state-btn01.btnLink01 + .state-btn01.btnLink01 {
		margin-top: 5px;
	}
	.state-btn01.btnLink01 a {
		display: inline-block;
		height: auto;
		padding-top: 10px;
		padding-bottom: 8px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.state-btn01.btnLink01 a:hover {
		height: auto;
	}
	.state-btn01.btnLink01 a > span {
		display: inline;
	}
	.state-btn01.btnLink01 a .sub {
		font-size: 10px;
		font-size: 1.0rem;
	}
	/* component
	------------------------------------------------------ */
	/* ----- imgDesc ----- */
	#notify_mail .state-imgDesc01 > dt img {
		max-width: 64px;
	}
	#notify_mail .state-imgDesc01 > dd {
		padding-top: 10px;
		padding-left: 15px;
	}
	/* ----- layout ----- */
	#notify_mail .state-layout01 + .state-layout01 {
		margin-top: 15px;
		padding-top: 18px;
		background: url(/cashing_meisai/img-files/notify_mail_ex01.png) 0 0 repeat-x;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
	}
	#notify_mail .state-layout__hdg {
		width: 74px;
		margin-right: 10px;
	}
	#notify_mail .state-layout__dtl {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#notify_mail .state-layout__dtl .noteList01 {
		font-size: 9px;
		font-size: .9rem;
	}
	#notify_mail .merit {
		text-align:center;
	}
	#notify_mail .merit img{
		width:22%;
	}
	/* ----- step ----- */
	#notify_mail .state-stepFlow01 {
		padding-bottom: 14px;
		-webkit-background-size: auto 3px;
		background-size: auto 3px;
	}
	#notify_mail .state-stepFlow01 > li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#notify_mail .state-stepFlow01 > li + li {
		margin-top: 15px;
		padding-top: 18px;
		-webkit-background-size: auto 13px;
		background-size: auto 13px;
	}
	#notify_mail .state-stepFlow01 .state-stepFlow__line {
		padding: 0;
	}
	#notify_mail .state-stepFlow01 .state-stepFlow__line > .step {
		position: static;
		margin-bottom: 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#notify_mail .state-stepFlow02 {
		margin-top: 24px;
	}
	#notify_mail .state-stepFlow02 > li {
		width: 100%;
		float: none;
		padding-bottom: 0;
	}
	#notify_mail .state-stepFlow02 > li:nth-child(2n+1) {
		padding-right: 0;
	}
	#notify_mail .state-stepFlow02 > li:nth-child(2n) {
		padding-left: 0;
	}
	#notify_mail .state-stepFlow02 > li:nth-child(n+3) {
		padding-top: 0;
	}
	#notify_mail .state-stepFlow02 > li:nth-child(n+2) {
		margin-top: 15px;
		padding-top: 18px;
		background: url(/cashing_meisai/img-files/notify_mail_ex05.png) 0 0 repeat-x;
		-webkit-background-size: 5px 3px;
		background-size: 5px 3px;
	}
	#notify_mail .state-stepFlow02 > li:nth-child(2n)::before,
	#notify_mail .state-stepFlow02 > li:nth-child(n+3)::after {
		display: none;
	}
	#notify_mail .state-stepFlow02 .state-stepFlow__line > .step {
		display: block;
		margin-bottom: 5px;
		padding-right: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
		#notify_mail .btnLink01.type02.blank.state-btn01 a{
		font-size:1.4px;
		font-size:1.4rem;
		padding: 10px 40px 10px 15px;
	}
}

/* popup
------------------------------------------------------ */
/* ----- Layout ----- */
body#state-pop {
	min-width: 720px;
}
body#state-pop #pageContainer {
	overflow-x: hidden;
}
body#state-pop #header #headerContents,
body#state-pop #mainContents,
body#state-pop #footer #footerContents {
	width: 720px;
}
body#state-pop .btnLink01.state-pop_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/com_close_ic01.png);
}
@media screen and (max-width: 750px) {
	body#state-pop span.spOnly {
		display: inline !important;
	}
	/* - Layout
	-------------------------------- */
	body#state-pop {
		min-width: 320px;
	}
	body#state-pop #pageContainer {
		overflow-x: hidden;
	}
	body#state-pop #header #headerContents,
	body#state-pop #mainContents,
	body#state-pop #footer #footerContents {
		width: 100%;
	}
	body#state-pop .btnLink01.state-pop_close a:after {
		right: 10px;
		height: 14px;
		width: 14px;
		margin-top: -7px;
		background-image: url(/common-files/img/sp_com_close_ic01.png);
		-webkit-background-size: 14px 14px;
						background-size: 14px 14px;
	}
}

/* Cleafix
------------------------------------------------------ */
#notify_mail .state-grid::after,
#notify_mail .state-layout01::after,
#notify_mail .state-stepFlow02::after {
	display: block;
	clear: both;
	content: "";
}