@charset "UTF-8";

.inlineBlock {
  display: inline-block;
}

/* ----------------------------------------------------------------
fw (style.css to be relocated)
----------------------------------------------------------------- */
.fw {
  font-size: 15px;
}
/* ----------------------------------------------------------------
section (style.css to be relocated)
----------------------------------------------------------------- */
.fw .section {
  padding: 60px 0 30px;
}
@media only screen and (max-width: 600px) {
  .fw .section {
    padding: 40px 0 20px !important;
  }
}
/* ----------------------------------------------------------------
logo
----------------------------------------------------------------- */
.header-rf2017-ph1 .header-rf2017-ph1-logo p:first-child img {
  height: 20px;
  padding: 0;
  margin-top:2px;
}
.header-rf2017-ph1 .header-rf2017-ph1-logo p:last-child img {
  width: auto;
  height: 20px;
  padding: 0;
  margin-top:5px;
}
.header-rf2017-ph1 .header-rf2017-ph1-logo p {
  padding:0;
  height:62px;
}
@media only screen and (max-width: 600px) {
  .header-rf2017-ph1 .header-rf2017-ph1-logo p:first-child img {
  height:16px;
  padding: 0;
  margin-top:6px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-logo p:last-child img {
    height: 15px;
    padding: 0;
    margin-top:6px;
  }
  .header-rf2017-ph1 .header-rf2017-ph1-logo p {
    padding:0;
    height:28px;
  }
}
/* ----------------------------------------------------------------
no-js
----------------------------------------------------------------- */
.no-js .js-disabled {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #eb6877;
  color: #fff;
  font-weight: bold;
  text-align: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.no-js .j_ani {
  display: none !important;
}
/* ----------------------------------------------------------------
title
----------------------------------------------------------------- */
.fw h1.ttlXLargeNoBg {
    font-size:40px;
}
.fw .pc_ttlSmall {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 600px){
  .fw h1.ttlXLargeNoBg {
    font-size:20px;
  }
  .fw h2.sp_ttlNormal {
    font-size:20px;
    line-height: 140%;
  }
  .fw .pc_ttlSmall {
    font-size: inherit;
  }
}
/* ----------------------------------------------------------------
form
----------------------------------------------------------------- */
.fw .inner .item .inputName {
  padding-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 600px){
  .fw .inner .item .inputName + .inputArea {
    padding-bottom: 15px;
  }
}
/* ----------------------------------------------------------------
error
----------------------------------------------------------------- */
.sError {
  background-color: #eb6877;
  color: #fff;
  padding: 13px 0;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-weight: bold;
}
.wError {
  display: flex;
  width: 100%;
  background-color: #eb6877;
  color: #fff;
  padding: 16px 0;
  font-weight: bold;
  text-align: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.item.error {
  padding-top: 40px !important;
  transition: 0.6s padding-top;
}
.item.error .txtError {
  left: 222px;
}
.fw .txtError li {
  padding: 4px;
}
@media only screen and (max-width: 600px) {
  .item.error .txtError {
    left: -20px;
    top: -20px;
  }
}
/* ----------------------------------------------------------------
lead
----------------------------------------------------------------- */
.fw .bgWh.section > .inner > .lead + .lead {
  margin: 15px 0px;
}
/* ----------------------------------------------------------------
item
----------------------------------------------------------------- */
.fw .item {
  position: relative;
}
.fw .box + .item,
.fw .item + .item,
.fw .lead + .item,
.fw .lead + .item + .item {
  margin-top: 20px;
}
.item .flex,
.item .inputArea .flex {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

/* ----------------------------------------------------------------
.btn
----------------------------------------------------------------- */
.fw .btnArea input[type="submit"] {
  background: transparent;
  background-color: #8C3CFF;
  border-color: #8C3CFF;
}
.fw .btn.btnColorGra[class*="btnArrow"]:before{
  border-color: #8C3CFF;
}
.fw .btn.btnColorGra:after,
.fw .bgGra{
  background: transparent;
  background-color: #8C3CFF;
}
.fw .btnArea .btn.btnColorGra span {
  color: #8C3CFF;
  -webkit-text-fill-color: #8C3CFF;
}
/* ----------------------------------------------------------------
list-bullet-01
----------------------------------------------------------------- */
.fw .inner .lead + .list-bullet-01 {
  padding: 20px;
}
/* ----------------------------------------------------------------
switch-blind
----------------------------------------------------------------- */
/* .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;
}
/* ----------------------------------------------------------------
1000_menu
----------------------------------------------------------------- */
.mAdjust-right {
  margin-right: 0px !important;
}
.fw .bgWh.section .item.required .inputArea + .inputArea {
  margin-top: 15px;
}
.fw .section:nth-child(1) .sectionWrap {
	width: 100%;
}
.fw .section:nth-child(1) .sectionWrap .inputArea input {
  padding: 0px 25px;
}
.fw .section:nth-child(1) .sectionWrap .btnArea.inputBtnArrowR {
  margin: 20px auto;
  font-size: 15px;
}
.fw .section:nth-child(1) .sectionWrap .inner {
  margin-top: 20px;
}
.fw .section:nth-child(1) .sectionWrap .inputArea .inputName,
.fw .section:nth-child(1) .sectionWrap .btnArea.inputBtnArrowR input {
  font-size: 15px;
}
.fw .section:nth-child(2) .sectionWrap {
	width: 380px;
}
.fw .section:nth-child(2) .sectionWrap h2.ttlSmall {
  margin-top: 14px;
}
.fw .section:nth-child(2) .sectionWrap .btnArea .btn {
  margin-bottom: 20px;
  width: 300px;
}
.fw .section:nth-child(2) .sectionWrap .btnArea span {
  font-size: 15px;
}
.bgWh.sectionXSmall.flex12.spFlex12 {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.bgWh.sectionXSmall > .w950 {
  width: 950px;
  margin: 0 auto;
}
.fw .listStripe .item{
  padding: 15px 50px;
  margin: 0px;
  font-size: 15px;
}
.fw .listStripe > *:nth-child(odd){
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
@media only screen and (max-width: 600px) {
  .fw .bgWh.section.flex7 {
    margin-left: 0px;
  }
  .fw .section:nth-child(1) .sectionWrap {
  	width: auto;
    float: none;
    margin-right: 0;
  }
  .fw .section:nth-child(1) .sectionWrap .inner {
    margin-top: 20px;
  }
  .fw .section:nth-child(1) .sectionWrap .ttlNormal {
    font-size: 24px;
  }
  .fw .sError + .formReset .inner .ttlNormal:first-child {
    padding-top: 20px;
  }
  .fw .section:nth-child(1) .sectionWrap .inputArea .inputName {
    font-size: 15px;
  }
  .fw .section:nth-child(2) .sectionWrap {
  	width: auto;
  }
  .fw .section:nth-child(2) .sectionWrap h2.ttlSmall {
    margin-top: 0px;
  }
  .fw .section:nth-child(2) .sectionWrap .btnArea .btn {
    min-width: 280px;
  }
  .fw .inner .item .inputName {
    padding-bottom: 10px;
  }
  .fw .inner .item .inputName + .inputArea {
    padding-bottom: 15px;
  }
  .fw .listStripe .item{
    padding: 20px 25px;
  }
  .bgWh.sectionXSmall > .w950 {
    width: auto;
  }
}
@media only screen and (min-width: 601px) {
  .fw .item.messageAdjust.error {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .fw .bgWh.flex7 {
    margin-left: -30px;
  }
}

/*20190221 add*/
.flex.flexMg0,
.fw .section.flex5.spFlex12 {
  background-color: #fff;
}
.fw .section.flex5.spFlex12 {
  display: none;
}
.fw .bgWh.section.flex7.spFlex12 {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 30px;
}
.fw .bgWh.section.flex7{
  width: 100%;
}
.fw .section.flex7.spFlex12 .sectionWrap .inner .item .inputArea .flex8 {
  width: calc( 50% - 20px);
}
.fw .section.flex5.spFlex12 {
  min-height: 100px;
}
.fw .wError + .sError {
  margin-top: 2px;
}
@media only screen and (max-width: 600px) {
  .fw .section.flex5.spFlex12 {
    display: block;
    background-color: #ececec;
  }
  .fw .section.flex7.spFlex12 .sectionWrap .inner .item .inputArea .inputName.spFlex12 {
    width: calc( 100% - 40px);
  }
  .fw .section.flex7.spFlex12 .sectionWrap .inner .item .inputArea .spFlex12 {
    width: calc( 100% - 10px);
  }
}

/* ----------------------------------------------------------------
setID-box
----------------------------------------------------------------- */
.setID-box {
  background-color: #F8F9FA;
  padding: 20px 15px;
}
.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:#E6E8EB;
}
.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; color:#000; line-height:100% }

/* ----------------------------------------------------------------
1100_ng
----------------------------------------------------------------- */
.fw .section:nth-child(1) .sectionWrap > .sError {
  margin-right: -20px;
  margin-bottom: 60px;
}
.fw .section:nth-child(1) .sectionWrap .box {
  padding: 20px;
}
.fw .section:nth-child(1) .sectionWrap .box .notice .link {
  color: #0b5bce;
}
.fw .section:nth-child(1) .sectionWrap .anc-01-link.linkInvalid {
  color: #000 !important;
  cursor: default;
}
.fw .section:nth-child(1) .sectionWrap .anc-01-link.linkInvalid.isHover {
  opacity: 1 !important;
}
@media only screen and (max-width: 600px) {
  .fw .section:nth-child(1) .sectionWrap > .sError {
    margin-bottom: 40px;
  }
}
/* ----------------------------------------------------------------
3000_guide
----------------------------------------------------------------- */
.step-box {
	margin-top: 30px;
}
.step-box + .step-box {
	margin-top: 20px;
}
.step-box-ttl {
  text-align: center;
}
.step-box-content {
	padding: 15px 10px;
	margin-top: 20px;
	background-color: #fff;
  border-radius: 5px;
}
.step-fig {
	margin-top: 10px;
  text-align: center;
}
.step-fig + .step-fig,
.step-fig + .notice-list {
	margin-top: 20px;
}
.step-ttl {
	margin-top: 10px;
	font-weight: bold;
}
.step-num {
	font-weight: bold;
}
.step-icon::before,
.step-icon::after {
	content: "";
	display: block;
	margin: 0 auto;
}
.step-num.icon-wifi-on::before {
	width: 20px;
	height: 11px;
	background: url("../../img/shared/icon_step-01.png") no-repeat;
	background-size: 20px;
}
.step-num.icon-wifi-off::before {
	width: 21px;
	height: 15px;
	background: url("../../img/shared/icon_step-02.png") no-repeat;
	background-size: 21px;
}
.step-txt.icon-wifi-off {
	position: relative;
	margin-left: 15px;
}
.step-txt .icon-wifi-off img {
	width: 16px;
  margin-right: 3px;
	vertical-align: baseline;
}
.step-txt {
  text-align: center;
}
.step-txt span {
	display: inline-block;
	vertical-align: middle;
}
.step-arrow {
	width: 240px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}
.step-arrow::before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	margin: 0 auto 10px;
	position: absolute;
	right: auto;
	width: 109px;
  height: 1px;
	background-color: #7d7d7d;
}
.step-arrow::after {
	content: "";
	display: block;
	top: 0;
	right: 0;
	margin: 0 auto 10px;
	position: absolute;
	width: 109px;
  height: 1px;
	background-color: #7d7d7d;
}
.step-arrow span {
	width: 12px;
}
.step-arrow span::before,
.step-arrow span::after {
	content: "";
	display: block;
	top: 3.2px;
	width: 13px;
  height: 1px;
	background-color: #7d7d7d;
	position: absolute;
}
.step-arrow span::before {
	left: 119px;
	transform: rotate(-30deg);
}
.step-arrow span::after {
	right: 119px;
	transform: rotate(30deg);
}
.ls-05 {
  letter-spacing: -0.05em;
}
.notice-list2 {
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 1.4
}
.notice-list2 > li {
  padding: 0;
  display: table
}
.notice-list > li > span,
.notice-list > li > div {
  display: table-cell
}
.notice-list > li + li {
  margin-top: 5px
}
.notice-list li > span {
  padding-right: .5em
}
.notice-list li> span.marker {
  min-width: 2.3em !important
}
.notice-list li:first-child {
  margin-top: 0
}

.j_toggle .linkArea .close:before,
.j_toggle .linkArea .close:after {
  background: #646464;
  position: absolute;
  content: "";
}
.j_toggle .linkArea .close {
  display: inline-block;
  position: relative;
  padding: 5px 20px 3px;
	margin-bottom: 0;
  font-size: 15px;
  min-width: 215px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.j_toggle .linkArea .close:before {
  width: 13px;
  height: 3px;
  right: -15px;
  top: 50%;
  margin-top: 0px;
}
.j_toggle .linkArea .close:before,
.j_toggle .linkArea .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.j_toggle .linkArea .close:after {
  background: #646464;
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  vertical-align: middle;
}
p.link.close:hover {
  cursor: pointer;
}
@media only screen and (max-width: 600px){
  .scrollArea.widthAdjust_01 .step-box:nth-child(1) .step-box-content img {
    width: 184px;
  }
  .scrollArea.widthAdjust_01 .step-box:nth-child(2) .step-box-content img {
    width: 124px;
  }
  .scrollArea.widthAdjust_02 .step-box:nth-child(1) .step-box-content img {
    width: 149px;
  }
  .scrollArea.widthAdjust_02 .step-box:nth-child(2) .step-box-content .step-fig img {
    width: 135px;
  }
  p.link.close {
    font-size: 15px !important;
  }
  .j_toggle .linkArea .close:before {
    width: 13px;
    height: 3px;
    right: 45px;
    top: 50%;
  }
  .j_toggle .linkArea .close:after {
    width: 3px;
    height: 13px;
    right: 50px;
    top: 50%;
    margin-top: -5px;
  }
}

/* ----------------------------------------------------------------
5000_confirm
----------------------------------------------------------------- */
.fw .boxWh.line {
  border: 1px solid #ccc;
}
.list-bullet-01>li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.4em;
}
.list-bullet-01>li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 5px;
  width: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #333333;
}
@media only screen and (max-width: 600px){
  .fw .item h3.ttlBg {
    font-size: 15px;
  }
}

/* ----------------------------------------------------------------
1000_apply
----------------------------------------------------------------- */
.fw .item.error.item-padding-02{
  padding-top: 60px !important;
  transition: 0.6s padding-top;
}
.fw .item.error.item-padding-03{
  padding-top: 90px !important;
  transition: 0.6s padding-top;
}

@media only screen and (max-width: 375px){
  .fw .item.error.item-padding-02 {
    padding-top: 100px !important;
  }
  .fw .item.error.item-padding-03 {
    padding-top: 155px !important;
  }
}

/* ----------------------------------------------------------------
mywing
----------------------------------------------------------------- */
.wifi-off{
  text-align: center;
}

.wifi-off img{
  width: 90px;
}

/* ----------------------------------------------------------------
linkArea
----------------------------------------------------------------- */
.linkArea .linkExternal i,
.btn.linkExternal span i {
  padding-right: 1em;
  background-image: url('../../../../common/01/img/shared/icon-link-blue.png');
  background-size: 1em;
  background-position: right center;
  background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
toggle
----------------------------------------------------------------- */
.fw .j_toggle .j_toggleDetail .scrollArea .list-bullet-01 {
  display: table;
  margin: 0 auto;
}

.fw .item.j_toggle .scrollArea.securityBox {
    overflow: hidden;
}
.fw .item.j_toggle .scrollArea.securityBox > .lead {
    margin-top: 20px;
}
.fw .j_toggle .j_toggleDetail .scrollArea .list-bullet-01 {
  display: table;
  margin: 0 auto;
}
.fw .inner .lead + .list-bullet-01 {
  padding: 20px;
}
.j_toggle .j_toggleDetail .lead {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .j_toggle .j_toggleDetail .lead {
    text-align: left;
  }
  .j_toggle .j_toggleDetail .ttlSmall {
    font-size: 15px;
  }
  .fw .j_toggle .j_toggleDetail .scrollArea .list-bullet-01 {
    display: inline;
  }
}
.j_toggle .j_toggleBtn:not(.active) span.to-close {
  display:none;
}
.j_toggle .j_toggleBtn.active a.linkArrowB {
  display:none
}

.fw .btnArea.escape-Disable.disabled {
  opacity:1;
  pointer-events: all;
}

/* ----------------------------------------------------------------
radioBox
----------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  .fw .formReset .radioBox {
    font-size: 15px;
  }
}