@charset "UTF-8";
/********************************************
				reset style
********************************************/
* {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif !important;
}

#top {
	position: relative;
}

body:nth-of-type(1) #top {
	position: absolute;
	left: -9999px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

/********************************************
				config style
********************************************/
/*  clearfix
----------------------*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	/*display: inline-block;*/
}

/********************************************
				general style
********************************************/
body {
	font-size: 16px;
	line-height: 1.0;
	color: #000;
	background: url(../img/body_bg.png) repeat-x left top #f5f5f5;
}

/* link style 
----------------------*/
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.sec_title {
	text-align: center;
}

.filter:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	text-decoration: none;
}

/********************************************
				layout style
********************************************/
#container {
	width: 960px;
	margin: 0 auto;
	background: url(../img/container_bg.png) repeat-y left top;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

.wrapper_inner {
	width: 910px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.uc_head {
	padding: 0 0 0 10px;
}
.uc_head img {
	width: 145px;
	height: auto;
}

.uc_pankuzu {
	margin: 20px 0 10px;
	font-size: 12px;
}

.uc_pankuzu a {
	color: #407cba;
}

.uc_pankuzu .arrow {
	padding: 0 10px 0 10px;
}

.uc_copyright {
	background-color: #070950;
	color: #b9c3e2;
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
}

/********************************************
				contents style
********************************************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#applepay {
	width: 100%;
	margin: 0 auto;
	borde
}

#sec01,#sec02,#sec03 {
	width: 100%;
	margin: 0 auto 25px;
}

#applepay p {
	font-size: 16px;
	line-height: 28px;
}

.kv {
	width: 100%;
	margin: 0 auto 25px;
}

p.txt01 {
	width: 100%;
	margin: 0 auto 40px;
}

.btnContact {
	width: 60%;
	margin: 0px auto 80px;
}

h1.ttl {
	width: 100%;
	text-align: center;
	margin: 0px auto 35px;
}

h2.ttl {
	width: 100%;
	text-align: center;
	margin: 0px auto 35px;
}

#sec01 ul {
	width: 90%;
	display: table;
	margin: 0px auto 100px;
}

#sec01 ul li:nth-of-type(1) {
	width: 44%;
	display: table-cell;
	text-align: left;
}

#sec01 ul li:nth-of-type(2) {
	width: 44%;
	display: table-cell;
	text-align: right;
}

ul.eMoneyList {
	overflow: hidden;
	margin-bottom: 30px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

ul.eMoneyList li {
	width: 100%;
	display: block;
	background: #ecedf0;
	padding: 24px 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

ul.eMoneyList li:after{
	display: block;
    content: "";
    clear: both;
}
ul.eMoneyList li:first-child{
	padding: 24px 20px 24px 30px;
}
ul.eMoneyList li:last-child{
	border-right: 0;
	margin-bottom: 0px;
}
ul.eMoneyList li .left{
	display: table-cell;
	vertical-align: middle;
	width: 163px;
}
ul.eMoneyList li .right{
	width: calc(100% - 163px);
	display: table-cell;
}

#applepay p.eMoneyTtl {
	width: 100%;
	font-size: 18px;
	color: #3c3c3c;
}

#applepay p.eMoneyText {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	color: #3c3c3c;
	margin-top: 7px;
}

#sec02 .btnDetail {
	margin: 0px auto 60px;
	text-align: center;
}
#sec02 .btnContact {
	margin-bottom: 120px;
}
.
ul.instructionList {
	overflow: hidden;
	margin-bottom: 140px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

ul.instructionList li {
	width: 48%;
	display: table-cell;
	border-right: 30px solid #fff;
	text-align: center;
	background: #ecedf0;
	padding: 20px;
	margin: 0px auto 60px;
}

ul.instructionList li:last-child{
	border-right: 0;
}
.applepay_5 .content_applepay{
	margin-top: 30px;
	margin-bottom: 60px;
}
.applepay_5 .content_applepay:after{
	display: block;
    content: "";
    clear: both;
}
.applepay_5 .content_applepay .left{
	width: 590px;
	float: left;
}
.content_applepay .left ol{
	list-style-type:decimal;
	font-size: 16px;
	line-height: 18px;
	color: #3c3c3c;
	padding-left: 20px;
	padding-right: 30px;
}
.content_applepay .left ol li{
	margin-bottom: 10px;
}
.related-page{
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 60px;
}
.related-page>div{
	border: 1px solid #2f308a;
	width: 710px;
	text-align: center;
	margin: 0px auto;
}
.related-page>div .title{
	font-size: 24px;
	color: #2f308a;
	border-bottom: 1px solid #2f308a;
	padding: 9px 0px;
}
.related-page>div .body_r{
	padding: 18px 0px;
}
.related-page>div .body_r .link-blank{
	font-size: 18px;
	line-height: 28px;
	color: #2f308a;
	position: relative;
	padding-right: 30px;
	
}
.related-page>div .body_r .link-blank:after{
	content: "";
	background: url(../img/icon_blank.png) no-repeat;
	width: 15px;
	height: 11px;
	position: absolute;
	right: 0px;
	top: 4px;
}
.related-page>div .body_r>p{
	margin-top: 5px;
}
.related-page>div .body_r p{
	font-size: 16px;
	line-height: 18px;
	color: #3c3c3c;
}
.related-page>div .body_r .list-note-related {
	display: table;
	margin: auto;
}
.related-page>div .body_r .list-note-related li{
	padding-left: 1em;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.related-page>div .body_r .list-note-related li:before{
	content: "※";
    position: absolute;
    left: 0;
    top: 0;
}
#applepay p.instructionTtl {
	font-size: 25px;
	line-height: 28px;
	width: 100%;
	text-align: center;
	margin: 10px auto 20px;
	padding: 0;
}

#applepay p.instructionText {
	width: 100%;
	text-align: left;
	margin: 0px auto;
}

#contactWrap {
	background: #e3e8f6;
	padding: 30px 20px 25px;
}

#sec04 h2.ttl {
	margin: 0px auto 30px;
}

#contactWrap ul li {
	display: inline-block;
	color: #0e1080;
	font-weight: bold;
	font-size: 22px;
	line-height: 33px;
	margin-right: 5px;
}

#sec04 ul#caption {
	padding: 20px;
}

#sec04 ul#caption li {
	padding-left:1em;
	position:relative;
	font-size: 14px;
	line-height: 24px;
}

#sec04 ul#caption li:before{
	content:"※";
	position:absolute;
	left:0;
	top:0;
}
