@charset "utf-8";

.main__inner_wide {
  width: 950px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.columnTop {
  margin-bottom: 10px;
}

.columnLeft {
  float: left;
  width: 300px;
}

.columnRight {
  float: right;
  width: 624px;
}

.columnBottom {
  height: 380px;
  color: #FFF;
  background: #0078BF;
}

/* --------------------------
	 .columnTop
-------------------------- */
.infoBox--error {
  padding: 20px;
  font-weight: bold;
  color: #F30;
  text-align: center;
  background: #FFF;
  border: 2px solid #F30;
  border-radius: 4px;
}

.infoBox__Inner {
  display: inline-block;
  padding-left: 30px;
  background: url(../../../common/images/pc_icon_attention.png) no-repeat;
  background-size: 20px 20px;
}




/* --------------------------
	 .columnLeft
-------------------------- */

/*** newloginBox ***/
.newloginBox {
  position: relative;
  width: 650px;
  height: 240px;
  margin-bottom: 20px;
  background: url(../../images/pc_img_newlogin.png) no-repeat;
}

.newloginBox .tx_copy {
  overflow: hidden;
  text-indent: -9999px;
}

.newloginBox .tx01 {
  position: absolute;
  top: 120px;
  left: 80px;
  width: 500px;
  color: #FFF;
  text-align: center;
}

.newloginBox ul li a {
  font-weight: bold;
  line-height: 40px;
  color: #0078BF;
  text-align: center;
  text-decoration: none;
}

.newloginBox ul li a:hover,
.newloginBox ul li a:visited {
  color: #003E67;
}

.newloginBox .btn_Registration {
  position: absolute;
  bottom: 25px;
  left: 95px;
  width: 300px;
  height: 40px;
  color: #0078BF;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 0 #005088;
}

.newloginBox .btn_Registration .inner {
  padding: 5px;
  padding-right: 20px;
  background: url(../../images/pc_img_arrow_bl.png) no-repeat right;
  background-size: 16px;
}

.newloginBox .center {
  left: 180px;
}

.newloginBox .btn_login {
  position: absolute;
  right: 95px;
  bottom: 25px;
  width: 150px;
  height: 40px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 0 #005088;
}



/*** userBox ***/
.userBox {
  position: relative;
  width: 650px;
  height: 60px;
  margin-bottom: 20px;
  border: solid 2px #848484;
}

.userBox::after {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background: url(../../images/pc_icon_card02.png) no-repeat;
  background-size: 45px;
}

.userBox .tx03 {
  height: 40px;
  margin-left: 65px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  color: #4A4A4A;
}

.userBox .tx04 {
  text-align: right;
}

.userBox .tx04 a {
  display: block;
  height: 20px;
  padding-right: 35px;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  text-decoration: none;
  background: url(../../images/pc_img_arrow_wh2.png) no-repeat center right, #848484;
  background-size: 30px 10px;
}






/*** .bannerBox ***/
.bannerBox {
  margin: 0 auto 24px;
}

.bannerBox ul {
  overflow: hidden;
  text-align: center;
}

.bannerBox ul li {
  display: inline-block;
  margin-right: 5px;
}

.bannerBox ul li:last-child {
  margin: 0;
}




/* title */
.bx_title01 {
  margin-bottom: 8px;
  overflow: hidden;
  color: #333;
}

.bx_title01 .title01 {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.bx_title03 .tx_more {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  height: 25px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 25px;
  color: #212020;
  text-decoration: none;
  border-radius: 3px 0 0 3px;
}

.bx_title03 .tx_more {
  width: 48px;
  background: #EAE9E9;
}


/*** .storeBox ***/
.storeBox .list_store {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  border-spacing: 10px;
  background-color: #FFF;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
}

.storeBox .list_store li {
  width: 50%;
  padding: 9px;
  margin: 8px 0;
  border-left: 1px solid #E1E6ED;
}

.storeBox .list_store li:first-child {
  border: none;
}

.storeBox .list_store li div {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.storeBox .list_store li a {
  color: #1A75FF;
  text-decoration: none;
}

.storeBox .list_store li a img {
  display: block;
  padding: 5px 6px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  background: #FFF;
}

.storeBox .list_store li span {
  display: block;
  margin-top: 10px;
}

/*** .campaignBox ***/
.campaignBox {
  margin: 24px 0;
  overflow: hidden;
}

.campaignBox .list_campaign {
  box-sizing: border-box;
  justify-content: space-between;
  padding: 24px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #FFF;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
}

.campaignBox .list_campaign li {
  display: inline-block;
  float: left;
  width: 182px;
  margin-left: 14px;
}

.campaignBox .list_campaign li:first-child {
  margin-left: 0;
}

.campaignBox .list_campaign li a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.campaignBox .list_campaign li a img {
  display: block;
  width: 182px;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.campaignBox .list_campaign li span {
  display: block;
  margin-top: 10px;
}




/* --------------------------
	 .columnRight
-------------------------- */

.bx_title02 {
  padding-bottom: 8px;
  overflow: hidden;
  color: #333;
}

.bx_title02 .title02 {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.bx_title01 .tx_more,
.bx_title02 .tx_more {
  position: relative;
  display: block;
  float: right;
  padding-right: 15px;
  margin-top: 2px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.bx_title01 .tx_more {
  margin-top: 4px;
}

.tx_more:hover {
  text-decoration: none !important;
}

.bx_title01 .tx_more::before,
.bx_title02 .tx_more::before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-color: transparent transparent transparent #1A76FF;
  border-style: solid;
  border-width: 5px 0 5px 7px;
}

/* ------------------------- */


/*** chargeBox ***/
.chargeBox {
  margin-bottom: 24px;
  background: #FFF;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
}

.circleMask--small {
  display: inline-block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border: 2px solid #EAE9E9;
  border-radius: 20px;
}

.circleMask--small img {
  width: 34px;
  height: 34px;
}

.chargeBox__name {
  position: relative;
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none !important;
  border-bottom: 2px solid #C8D1DE;
}

.chargeBox__name::before {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  content: "";
  border-top: 2px solid #1A75FF;
  border-right: 2px solid #1A75FF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chargeBox__name .title_charge {
  font-size: 14px;
}

.chargeBox__name:hover {
  text-decoration: none !important;
}

.chargeBox__name h3.title_charge {
  display: table-cell;
  width: 215px;
  vertical-align: middle;
}

/* bx_price */
.chargeBox .bx_price {
  padding: 10px;
  text-align: right;
  background: #FFF;
  border-radius: 4px;
}

.chargeBox .bx_price .tx_price {
  padding: 16px 8px 8px 34px;
  margin: 16px 10px 8px;
  font-size: 29px;
  line-height: 1.3;
  word-break: break-all;
  background-color: #F5F9FF;
}

.chargeBox .bx_price .tx_price p,
.chargeBox .bx_price .tx_price p:first-child {
  padding: 0;
}

.chargeBox .bx_price .yen {
  margin-left: 5px;
  font-size: 16px;
}

.chargeBox .bx_price .tx_expdate {
  font-size: 13px;
  font-weight: bold;
  color: #E60012;
  text-align: center;
}

.chargeBox .button--main {
  width: 260px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 40px;
}

.chargeBox .button--main .inner {
  display: inline-block;
  padding-left: 20px;
  line-height: 42px;
  background: url(../../images/pc_img_plus_wh.png) no-repeat 0 14px;
  background-size: 15px;
}

/* bx_transferList */
.bx_transfer {
  width: 280px;
  margin-top: 10px;
  background: #FFF;
  border-radius: 4px;
}

.bx_transfer .title_transfer {
  height: 60px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  color: #0078BF;
  background: url(../../images/pc_img_payment.png) no-repeat 10px 12px;
  background-size: 32px;
}

.list_transfer li {
  position: relative;
  width: 260px;
  padding: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #EAE9E9;
}

.list_transfer li a {
  color: #212020;
  text-decoration: none;
}

.list_transfer li .status {
  float: left;
  width: 65px;
  text-align: center;
}

.list_transfer li .tx_time {
  float: right;
  margin-right: 5px;
  font-size: 10px;
}

.list_transfer li .tx_name {
  padding-top: 8px;
  clear: both;
}

.list_transfer li .bx_price02 {
  padding-top: 8px;
  overflow: hidden;
}

.list_transfer li .bx_price02 .tx01 {
  float: left;
  padding-top: 15px;
  font-size: 10px;
}

.list_transfer li .bx_price02 .tx_price {
  float: right;
  font-size: 24px;
}

.list_transfer li .bx_price02 .yen {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.list_transfer_more {
  padding: 10px 0;
  border-top: 1px dashed #EAE9E9;
}

.list_transfer_more .button--normal {
  width: 146px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 35px;
}

.list_transfer li.list_transfer_max {
  padding: 10px;
  font-size: 12px;
  background: #D8D8D8;
  border-top: none;
}

.status {
  display: inline-block;
  padding: 3px 0;
  margin-right: 3px;
  font-size: 10px;
  line-height: 1;
  border-radius: 12px;
}

.stsOn {
  color: #FFF;
  background: #FF3D00;
}

.stsOff {
  color: #FF3D00;
  border: 1px solid #FF3D00;
}

.stsOver {
  color: #BABABA;
  border: 1px solid #BABABA;
}






/*** serviceBox ***/
.serviceBox {
  width: 300px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background: #FFF;
  border-bottom: #C0C0C0 solid 2px;
}

.serviceBox .title01 {
  border-bottom: solid 1px #EAE9E9;
}

.serviceBox .bx_status {
  margin-bottom: 10px;
  margin-left: 10px;
  overflow: hidden;
}

.serviceBox .bx_status li {
  float: left;
  width: 70px;
  height: 110px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  color: #848484;
  text-align: center;
  background: url(../../images/pc_icon_none.png) no-repeat 10px 15px;
  background-size: 50px;
}

.serviceBox .bx_status li span {
  display: block;
  padding-top: 75px;
}

.serviceBox .bx_status li a {
  display: block;
  width: 70px;
  height: 110px;
  text-decoration: none;
}

.serviceBox .bx_status .stus_egistration a {
  background: url(../../images/pc_icon_user_bl.png) no-repeat 10px 15px;
  background-size: 50px;
}

.serviceBox .bx_status .stus_id a {
  background: url(../../images/pc_icon_user_bl.png) no-repeat 10px 15px;
  background-size: 50px;
}

.serviceBox .bx_status .stus_card a {
  background: url(../../images/pc_icon_card.png) no-repeat 10px 15px;
  background-size: 50px;
}

.serviceBox .bx_status .stus_transfer a {
  background: url(../../images/pc_icon_bank.png) no-repeat 10px 15px;
  background-size: 50px;
}

.serviceBox .tx_service {
  font-size: 12px;
  text-align: center;
}

.serviceBox .tx_service a {
  text-decoration: none;
}



/*** .detailBox ***/
.detailBox {
  margin-bottom: 24px;
  background: #FFF;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
}

.detailBox ul li {
  position: relative;
  border-top: 1px solid #E1E6ED;
}

.detailBox ul li a {
  display: block;
  padding: 20px;
  color: #333;
  text-decoration: none;
}

.detailBox ul li a:hover {
  color: #333;
  text-decoration: none !important;
  background-color: #F5F9FF;
}

.detailBox ul li a::before {
  position: absolute;
  top: 43%;
  right: 17px;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #1A75FF;
  border-right: 2px solid #1A75FF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bx_title03 {
  padding: 15px 16px 16px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #C8D1DE;
}

.bx_title03 .title03 {
  padding-left: 32px;
  font-weight: bold;
  background: url('https://s.yimg.jp/images/wallet/waltz/home/images/pc_icon_bx.png') no-repeat;
  background-size: 24px auto;
}



/*** .informationBox ***/
.inquiryBox .inquiryBox__link {
  display: block;
  padding: 12px 8px;
  margin-bottom: 10px;
  font-size: 10.5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  border: #006DB7 1px solid;
  border-radius: 4px;
}


/*** .informationBox ***/
.informationBox {
  margin-bottom: 24px;
}

.informationBox .list_information {
  padding: 16px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #FFF;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
}

.informationBox .list_information li {
  padding: 10px 0;
  line-height: 1.5;
  border-top: dashed 1px #E1E6ED;
}

.informationBox .list_information li:first-child {
  padding-top: 0;
  border-top: none;
}

.informationBox .list_information li:last-child {
  padding-bottom: 0;
}

.informationBox .list_information li span {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: #999;
}

.informationBox .list_information li a,
.informationBox .list_information li a:visited {
  text-decoration: none;
}

.informationBox .list_information li a:hover {
  text-decoration: underline;
}

/*** .bankbannerBox ***/
.bankbannerBox {
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.bankbannerBox ul li {
  padding: 26px 0;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
}


/*** .bannerBox2 ***/
.bannerBox2 {
  margin-bottom: 40px;
}

.bannerBox2 .bx_ban{
	display: flex;
	margin: 0 auto 10px;
	justify-content: center;
	gap: 25px;
	/zoom: 1;
}




/* --------------------------
	 .columnBottom
-------------------------- */
.columnBottom a:link {
  color: #FFF;
  text-decoration: none;
}

.columnBottom a:visited {
  color: #FFF;
}

.columnBottom .bx_inner01 {
  width: 960px;
  height: 360px;
  margin-right: auto;
  margin-left: auto;
  background: url(../../images/pc_img_apri.png) no-repeat bottom right;
}

.columnBottom .bx_inner01 .bx_in01 {
  display: inline-block;
  width: 280px;
  vertical-align: top;
}

.columnBottom .title04 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.columnBottom ul li {
  line-height: 2;
}

.columnBottom .bx_in02 {
  display: inline-block;
  width: 330px;
  margin-top: 50px;
  vertical-align: top;
}

.columnBottom .bx_in02 .title05 {
  margin-bottom: 25px;
}

.columnBottom .bx_in02 .bx_apri li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 10px;
  text-align: center;
}

.columnBottom .bx_in02 .bx_apri li img {
  display: block;
}

.columnBottom .bx_in02 .tx_apri li {
  width: 314px;
  font-size: 8px;
  line-height: 1.3;
}

.button--important--top {
  width: 100%;
}

/* .button--important--top{
	background: -webkit-gradient(linear, center top, center bottom, from(#ff8c00), to(#df7101));
  background: -moz-linear-gradient(top, #ff8c00, #df7101);
  background: linear-gradient(to bottom, #ff8c00, #df7101);
  background: -webkit-linear-gradient(top, #ff8c00, #df7101);
  border: solid 1px #994d11;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8C00', endColorstr='#DF7101', GradientType=0)";
  text-shadow: -1px -1px 0 #b85400;
  width: 260px;
  height: 40px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 40px;
}
.button--important--top .inner{
	    background: url(../../images/pc_img_plus_wh.png)no-repeat 0 14px;
    background-size: 15px;
    padding-left: 20px;
    display: inline-block;
    line-height: 42px;
} */



/* 0901 add noticebox */

.noticeBox {
  margin-bottom: 15px;
  text-align: center;
}

.infoBox--error + .noticeBox {
  margin-top: 10px;
}

.noticeBox .noticeLink:link,
.noticeBox .noticeLink:hover,
.noticeBox .noticeLink:active,
.noticeBox .noticeLink:visited {
  text-decoration: none;
}

.noticeBox .ic__new {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #FFF;
  vertical-align: middle;
  background: #FFB602;
  border-radius: 3px;
}

.noticeBox .noticeText {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}

.noticeBox .noticeLink {
  box-sizing: border-box;
  display: block;
  width: 950px;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: #434343;
  text-align: center;
  background: #FFF;
  border: 1px solid #C8D1DE !important;
  border-radius: 4px;
}

.noticeBox .noticeText::before {
  position: absolute;
  top: 30%;
  right: -2px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid #A3A3A3;
  border-right: 2px solid #A3A3A3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* footerBox */

.footerBox {
  width: 950px;
  padding: 18px 0 17px;
  margin: 0 auto 50px;
  background: #FFF;
  border-radius: 4px;
  /zoom: 1;
}

.footerBox .title04 {
  float: left;
  padding: 0 20px;
  margin-right: 20px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
}

.footerBox ul{
}

.footerBox li {
  float: left;
  text-align: center;
}

.footerBox::after {
  display: table;
  clear: both;
  content: "";
}

.footerBox a {
  text-decoration: none;
}

.footerBox a:hover {
  text-decoration: underline;
}

/* cvs */
.chargeBox .bx_price {
  width: 100%;
  padding: 0;
}

.chargeBox .bx_price p {
  padding-right: 10px;
  padding-left: 10px;
}

.chargeBox .bx_price p:first-child {
  padding-top: 10px;
}

.chargeBox .bx_price p:last-child {
  padding-bottom: 10px;
}

.cvsCharge {
  position: relative;
  display: block;
  padding-top: 10px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #EAE9E9;
}

.cvsCharge a {
  display: block;
  color: #212020;
  text-decoration: none;
}

.cvsCharge::before {
  position: absolute;
  top: 40%;
  right: 16px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #4A4A4A;
  border-right: 2px solid #4A4A4A;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* noticeIcon */
.noticeIcon {
  display: inline-block;
  padding-left: 30px;
  background: url(https://s.yimg.jp/images/wallet/waltz/common/images/pc_img_alert.png) no-repeat left top 2px;
  background-size: 20px 17px;
}
