@charset "UTF-8";

.w-icon {
  width: 36px;
}

.border-none {
  border: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

.fw .listLine > * .checkBox {
  margin-right: auto !important;
}

/* ----- fs -----*/
.fs15 {font-size: 15px !important;}
.fs16 {font-size: 16px !important;}
.fs18 {font-size: 18px !important;}

/* ----- flex -----*/
.flexVariable {
  -ms-flex: 1 !important;
  -webkit-flex: 1 !important;
  flex: 1 !important;
}

/* ----- error -----*/
.sError {
  height: auto;
  padding: 13px 5px;
}

/* ----- header -----*/
.header-rf2017-ph1 .header-rf2017-ph1-wrap {
  display: table;
  box-sizing: border-box;
}
.header-rf2017-ph1 .header-rf2017-ph1-logo {
  vertical-align: middle;
  padding-top: 0;
}
.header-rf2017-ph1 .header-rf2017-ph1-wrap.menu .header-rf2017-ph1-logo {
  height: 38px;
}
.header-rf2017-ph1 .header-rf2017-ph1-logo + .header-rf2017-ph1-logo {
  text-align: right;
}
.header-rf2017-ph1 .header-rf2017-ph1-logo img {
  height: 20px;
}
.header-rf2017-ph1 .header-rf2017-ph1-wrap.mysb-logo .header-rf2017-ph1-logo img {
  height: 40px;
}
@media only screen and (max-width: 600px){
  .header-rf2017-ph1 .header-rf2017-ph1-wrap {
    width: 100%;
    height: 50px;
    padding: 15px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-wrap.menu {
    padding: 6px 15px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-logo img {
    height: 15px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-wrap.mysb-logo {
    padding: 7px 10px 10px 10px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-wrap.mysb-logo .header-rf2017-ph1-logo {
    padding-top: 5px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-wrap.mysb-logo .header-rf2017-ph1-logo img {
    height: 28px;
  }
}

/* ----- fotter -----*/
.footer-rf2017-ph1 .footer-rf2017-ph1-utility.pt30 {
  padding-top: 30px;
}
.footer-rf2017-ph1-utility > .footer-rf2017-ph1-utility-copyright.footer-space {
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px){
  .footer-rf2017-ph1-utility > .footer-rf2017-ph1-utility-copyright.footer-space {
    margin-top: 0px;
  }
}
.footer-rf2017-ph1.footer-simply {
  min-height: 92px;
  background-color: #e6e8eb;
}
@media only screen and (max-width: 600px){
  .footer-rf2017-ph1.footer-simply .footer-rf2017-ph1-utility {
    min-height: 174px;
    box-sizing: border-box;
  }
}

/* ----- readOnly -----*/
.readOnly {
  font-size: 17px;
  padding: 13px 25px;
  border: 1px solid #cfd0d1;
}
.readOnly.bgGray {
  font-size: 17px;
  padding: 13px 25px;
  border: none;
  background-color: #f8f9fa;
}



.list-bullet-01 > li:only-child {
  padding-left: 0;
}

.list-bullet-01 > li:only-child:before {
  content: none;
}

.fw .listLine > * {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
}

.fw .inner .listLine .item .inputName + .inputArea {
  font-size: 18px;
}

.item.error .txtError.leftAdjuster  {
  left: 225px;
}
@media only screen and (max-width: 600px){
  .item.error .txtError.leftAdjuster  {
    left: 0;
    margin: 0;
  }
}

/* ----- setID-box -----*/
.setID-box {
  background-color: #EDEDEF;
  border-radius: 5px;
  padding: 20px 15px;
  /* margin-bottom: 20px; */
}
.setID-box + * { margin-top: 20px; }
.setID-box p:after,
.setID-box div:after {
  content:"";
  display:table;
  float:none;
  clear:both;
}
.setID-box .setID-inner > *:not(:last-child) { margin-bottom:20px; }
.setID-box hr.divider {
  padding:0;
  margin-top:0;
  margin-left:0;
  margin-right:0;
  border:none;
  height:1px;
  background-color:#E6E1E1;
}
.setID-box .id-group > *:not(:last-child) { margin-bottom:10px; }
.setID-box .id-name { font-size:13px; color:#666; line-height:100%; }
.setID-box .id-name > span { display: inline-block; }
.setID-box .id-name > span:nth-child(1),
.setID-box .id-name > span:nth-child(1):first-child { float:left; }
.setID-box .id-name > span:last-child { float:right; }
.setID-box .id-value { font-size:18px; line-height:100% }

.setID-box .id-group .setID-label {
  display: table;
  width: 100%;
  font-size:13px;
  color:#666;
  line-height:100%;
}

.setID-box .id-group .setID-label span,
.setID-box .id-group .setID-label a {
  display: table-cell;
  vertical-align: middle !important;
}

.setID-box .id-group .setID-label span:last-child {
  width: 25%;
  text-align: center;
  color: #4D8BFF;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #4D8BFF;
  border-radius: 50px;
}

@media only screen and (max-width: 600px){
  .setID-box .id-group .setID-label span:last-child {
    width: 40%;
  }
}

.setID-box .id-group .setID-label a {
  width: 25%;
  font-weight: bold;
}
.setID-box .id-group .setID-label a:hover {
  opacity: 0.5;
}

.setID-box .id-group .setID-label a .setID-text{
  color: #fff;
  background-color: #4D8BFF;
}


@media only screen and (max-width: 600px){
  .setID-box .id-group .setID-label a {
    width: 40%;
  }
}



/* ----- boxInnerSmaller -----*/
.boxInner.boxInnerSmaller {
  padding: 15px 20px;
}

.boxInner.boxInnerSmaller p.txtGray{
  font-weight: bold;
}


/* agreement-borderWrap */
.agreement-borderWrap {
  margin-top: 10px;
}
.agreement-borderWrap .agreement-borderWrap_item {
  display: table;
  width: 100%;
  padding: 5px 0;
  border-top: 1px dashed #d8dadc;
}
.agreement-borderWrap .agreement-borderWrap_item:last-child {
  padding-bottom: 0;
}
.agreement-borderWrap .agreement-borderWrap_item .agreement-borderWrap_num {
  width: 16px;
}
.agreement-borderWrap .agreement-borderWrap_item .agreement-borderWrap_body {
  width: auto;
  padding-left: 10px;
}
.agreement-borderWrap .agreement-borderWrap_item .agreement-borderWrap_body .note {
  line-height: 1.5;
}
.agreement-borderWrap .agreement-borderWrap_item .agreement-borderWrap_body .agreement-borderWrap_target {
  margin: 5px 0;
}
.agreement-borderWrap .agreement-borderWrap_item .agreement-borderWrap_num,
.agreement-borderWrap .agreement-borderWrap_item .agreement-borderWrap_body {
  display: table-cell;
}


/* caution_box */
.caution_box {
  border-radius: 10px;
  padding: 13px;
  margin: 0 0 10px;
  border: none;
  background-color: #f5f5f5;
}

.blue-icon-alert{
  position: relative;
  display:inline-block;
  padding-left: 30px;
}
.blue-icon-alert::before{
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/shared/blue_icon_aleart.png) center/contain no-repeat;
}


/* font-weight */
.fw-n {
  font-weight: normal !important;
}

/* ----- switch-blind-img -----*/
.switch-blind-img{
  position: relative;
}
.switch-blind-img .blind-change {
  min-height: 52px;
}
.switch-blind-img img {
  width: 30px;
  position: absolute;
  top: 14px;
  right: 10px;
}
.switch-blind-img input[type="text"]+img{
  background: url("../../img/shared/bg_switch_blind.png") left top no-repeat;
  background-size: cover;
}
.switch-blind-img input[type="password"]+img{
  background: url("../../img/shared/bg_switch_blind.png") right top no-repeat;
  background-size: cover;
}
.switch-blind-img input::-ms-clear ,
.switch-blind-img input::-ms-reveal  {
  visibility:hidden
}
.switch-blind-img input::-webkit-credentials-auto-fill-button  {
  margin: 0;
  width: 0;
  background-color: transparent;
}

/* ----- inputBirth -----*/
.item.error .txtError.ul_birthday {
  left: 244px;
}
@media only screen and (max-width: 600px){
  .item.error .txtError.ul_birthday {
      left: 0px;
  }
}
.fw .item .inputBirth  {
  display: flex;
  display: -webkit-flex;
}
.fw .item .inputBirth select.placeholder {
  color: #000;
}
.fw .item .inputBirth span {
  display: inline-block;
  padding-left: 15px;
  align-items: center;
  -webkit-align-items: center;
  line-height: 50px;
}

/* ----- btnArea btn -----*/
.fw .btnArea .btn,
.modalArea .btnArea .btn {
  max-width: 300px;
  width: 100%;
}
.fw .btn.btnColorGra.ymColor:after,
.fw .bgGra.ymColor {
  background: transparent;
  background-color: #fe0332;
}
.fw .btn.btnColorGra.ymColor span {
  color: #fe0332;
  -webkit-text-fill-color: #fe0332;
  background: none;
}
.fw .btn.btnColorGra.ymColor[class*="btnArrow"]:before {
  border-color: #fe0332;
}
.fw .btn.btnColorGra.lmColor:after,
.fw .bgGra.lmColor {
  background: transparent;
  background-color: #8C3CFF;
}
.fw .btn.btnColorGra.lmColor span {
  color: #8C3CFF;
  -webkit-text-fill-color: #8C3CFF;
  background: none;
}
.fw .btn.btnColorGra.lmColor[class*="btnArrow"]:before {
  border-color: #8C3CFF;
}

.flag-img {
  max-height: 16px;
  max-width: 24px;
  border: 1px solid #CCC;
  border-radius: 2px;
  margin-right: .5em;
  margin-bottom: .07em;
}

.fw .coop-services .listLine > a {
  position: relative;
}

.item.isBLFailed .txtError > li:not([class*="error_reject-"]):not(.error_validate-domain-check){ display:none }

.list-error > .list-error-item {
  margin-bottom: 5px;
  color: #e64646;
  font-weight: bold;
}

/* ----- linkGra -----*/
.linkGra i {
  padding-right: 20px;
  background: url(../../img/shared/icn_blanklink.png) no-repeat right center;
  background-size: 1em;
  width: 15px;
}

/* ----- center__wrapper -----*/
.center__wrapper {
  height: calc(100vh - 234px);
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 600px){
  .center__wrapper {
    height: calc(100vh - 304px);
  }
}
.center__wrapper .center__item {
  z-index: 101;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* table */
.table-wrapper {
  background-color: #fff;
}

.table-wrapper table {
  border-left: none;
  border-right: none;
  margin-bottom: 0;
}

.table-wrapper table th {
  border-left: none;
  border-right: none;
}

.table-wrapper table td {
  padding-right: 0;
}

.table-wrapper .dash {
  border-bottom: 1px dashed #d8dadc;
}

.table-wrapper.wrapperLineNone tr:not(:last-child) td {
  border-bottom: none;
  padding-bottom: 0 !important;
}

.table-wrapper table td {
  border-right: none;
}

.table-wrapper .bg-color3 {
  background-color: #f0fffc;
}

.table-wrapper .billing-infomation-table td {
/*  text-align: right;*/
}

.tbl{
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #e0e0e0;
}

.tbl th, .tbl td{
  padding: 10px;
  padding-left: 0 !important;
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  border-left: none;
}

.tbl th{
  padding-right: 0 !important;
  vertical-align: middle;
  font-weight: normal;
}

.tbl2{
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #e0e0e0;
  font-size: 15px !important;
}

.tbl2 th, .tbl2 td{
  padding: 10px!important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: none;
  border-left: none;
}

.tbl2 th{
  padding-left: 0 !important;
  background-color: #f4f5f6;
  vertical-align: middle;
  font-weight: normal;
}

.tbl2 td{
  border-bottom: 1px solid #e0e0e0;
}

.tbl2 td:first-child {
  padding-left:0;
}

.imgHalfSizing {
  zoom: 0.5;
}

.fw .w-50 { width: 50%; }
@media only screen and (max-width: 600px) {
  .sw-45{
    width: 45% !important;
  }
  .sw-55{
    width: 55% !important;
  }

  .fw .txt.s-fs14 { font-size:14px; }

}

.tbl-serviceWidthAdjuster-col3 td:nth-child(2) {
  width: 70px;
  padding-left: 5px !important;
}

.tbl-serviceWidthAdjuster-col3 td:last-child {
  width: 105px;
  padding-left: 5px !important;
}

/* ----- formReset -----*/
.fw .formReset textarea {
  font-size: 16px;
}
.fw .formReset textarea::placeholder {
  color: #a2a2a2;
}
.fw .formReset select.placeholder {
  color: #a2a2a2;
}
.fw .formReset select:disabled {
  opacity: 1;
  color: #a2a2a2;
}
.fw .formReset select,
.fw .formReset input {
  padding: 0 15px;
}

/* ----- txtBlue -----*/
.txtBlue i {
  padding-right: 20px;
  background: url(../../img/shared/icn_blanklink.png) no-repeat right center;
  background-size: 1em;
  width: 15px;
}


/* ----- note -----*/
.note .link-text {
  color: #4D8BFF;
}

.note .txtBlue i {
  padding-right: 18px;
}

/* ----- label -----*/
.label-square {
  font-size: 14px;
  font-weight: normal;
  padding: 3px 5px;
  border: 1px solid #000;
}
