@charset "UTF-8";

.inline-block {
  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;
  }
}
/* ----------------------------------------------------------------
header (mysb-common.css to be relocated)
----------------------------------------------------------------- */
.header-rf2017-ph1 .header-rf2017-ph1-logo p {
  display: table-cell;
  vertical-align: middle;
  padding: 22px 0px 18px 0px;
}
@media only screen and (max-width: 600px){
  .header-rf2017-ph1 .header-rf2017-ph1-logo p {
    padding: 8px 0 8px 0;
  }
}
/* ----------------------------------------------------------------
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;
}
@media only screen and (max-width: 600px){
  .fw h1.ttlXLargeNoBg {
    font-size:20px;
  }
  .fw h2.sp_ttlNormal {
    font-size:20px;
    line-height: 140%;
  }
}
/* ----------------------------------------------------------------
form
----------------------------------------------------------------- */
.fw .inner .item .inputName {
  padding-bottom: 10px;
  font-weight: bold;
}

.fw .formReset .btnSelect.radioBox.checked, .fw .formReset .btnSelect.checkBox.checked {
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%), linear-gradient(0deg, rgba(15, 130, 184, 0.5) 0%, rgba(11, 91, 206, 0.5) 100%);
  background-clip: content-box, border-box;
}

@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;
}
.fw .sError + .formReset .inner .ttlNormal:first-child {
  padding-top: 60px;
}
.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;
}
.fw .wError + .sError {
  margin-top: 2px;
}
.fw .wError + .formReset .sectionWrap .sError {
  margin-top: 2px;
}
.item.error {
  padding-top: 40px;
  transition: 0.6s padding-top;
}
.item.error .txtError {
  left: 228px;
}
/*pc-single*/
.fw.pc-single .item.error .txtError {
  left: 222px;
}
.fw .txtError li {
  padding: 4px;
}
@media only screen and (max-width: 600px) {
  .item.error .txtError {
    left: -20px;
    top: -20px;
  }
  .fw .ttlNormal.spTtlNormal {
    font-size: 24px;
  }
}
/* ----------------------------------------------------------------
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;
}
/* ----------------------------------------------------------------
list-bullet-01
----------------------------------------------------------------- */
.fw .inner .lead + .list-bullet-01 {
  padding: 20px;
}
[class*="list-"].note>li,
.notice-list>li {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 0.4em 0;
}
/* ----------------------------------------------------------------
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;
}

/* ----------------------------------------------------------------
boxItemDetails
----------------------------------------------------------------- */
.icon-question-responsive{
  width: 23px;
}
.boxItemDetails{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    width: 400px;
    padding: 45px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #ffffff;
    border: 4px solid #dfdfdf;
}
.boxItemDetails *{
  box-sizing: border-box;
  letter-spacing: 0.04em;
  word-break: break-all;
  line-height: 166%;
}
.boxItemDetails .name{
  font-size: 18px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
  font-weight: bold;
}
.boxItemDetails .disc{
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
  font-weight: normal;
}
.boxItemDetails .boxItemDetailsClose{
  background: #dfdfdf;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -4px;
  top: -4px;
  cursor: pointer;
}
.boxItemDetails .boxItemDetailsClose:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.boxItemDetails .boxItemDetailsClose:after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 .boxItemDetails .boxItemDetailsClose:before,
 .boxItemDetails .boxItemDetailsClose:after {
  content: '';
  height: 2px;
  width: 50%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 18px;
  left: 50%;
  margin-left: -25%;
  display: block;
  background: #fff;
  position: absolute;
}
 .boxItemDetails .boxItemDetailsClose:before,
 .boxItemDetails .boxItemDetailsClose:after {
  top: 19px;
  left: 20px;
  background: #000;
  width: 45%;
}

.boxItemDetails .arrow{
  margin-left: -12px;
  background: #fff;
  border-top: 4px solid #dfdfdf;
  border-left: 4px solid #dfdfdf;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  z-index: -1;
  margin: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.boxItemDetails .link{
  font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.boxItemDetails .link[class*="linkArrow"]{
  position: relative;
}
.boxItemDetails .link.linkArrowR{
  padding-right: 20px;
}
.boxItemDetails .link.linkGra{
  color: #0b5bce;
}
.boxItemDetails .link[class*="linkArrow"] i{
  padding-right: 1.5em;
  background-image: url(../../../../common/01/img/shared/icon-link-blue.png);
  background-size: 1em;
  background-position: right center;
  background-repeat: no-repeat;
}
.boxItemDetails a{
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (max-width: 600px){
  .boxItemDetails .linkGra {
      font-size: 15px;
  }
}

/* ----------------------------------------------------------------
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: 570px;
  float: right;
  margin-right: 20px;
}
/*pc-single*/
.fw.pc-single .section:nth-child(1) .sectionWrap {
  width: 100%;
  float: none;
  margin-right: 0px;
}
.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 .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 .section:nth-child(1) .inner {
  margin-top: 20px;
}
.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 .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;
  }
  .fw .item.messageAdjust.error .txtError {
    left: -15px;
  }
  /*pc-single*/
  .fw.pc-single .item.messageAdjust.error .txtError {
    left: -20px;
  }
  .bgWh.sectionXSmall > .w950 {
    width: auto;
  }
}
@media only screen and (min-width: 601px) {
  .fw .item.messageAdjust.error .txtError {
    left: calc( 15% );
  }
 /*pc-single*/
  .fw.pc-single .item.messageAdjust.error .txtError {
    left: 222px;
  }
  .fw .item.messageAdjust.error {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .fw .bgWh.flex7 {
    margin-left: -30px;
  }
}
/* ----------------------------------------------------------------
pc-single
----------------------------------------------------------------- */
.fw.pc-single .flex.flexMg0,
.fw.pc-single .section.flex5.spFlex12 {
  background-color: #fff;
}
.fw.pc-single .section.flex5.spFlex12 {
  display: none;
}
.fw.pc-single .bgWh.section.flex7.spFlex12 {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 30px;
}
.fw.pc-single .bgWh.section.flex7{
  width: 100%;
}
.fw.pc-single .section.flex7.spFlex12 .sectionWrap .inner .item .inputArea .flex8 {
  width: calc( 50% - 20px);
}
.fw.pc-single .section.flex5.spFlex12 {
  min-height: 100px;
}
.fw.pc-single .wError + .sError {
  margin-top: 2px;
}
@media only screen and (max-width: 600px) {
  .fw.pc-single .section.flex5.spFlex12 {
    display: block;
    background-color: #ececec;
  }
  .fw.pc-single .section.flex7.spFlex12 .sectionWrap .inner .item .inputArea .inputName.spFlex12 {
    width: calc( 100% - 40px);
  }
  .fw.pc-single .section.flex7.spFlex12 .sectionWrap .inner .item .inputArea .spFlex12 {
    width: calc( 100% - 10px);
  }
}
/*sp-single*/
@media only screen and (max-width: 600px) {
  .fw.sp-single .section.flex5.spFlex12 {
    display: none;
  }
}
/* ----------------------------------------------------------------
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,
.fw .section:nth-child(1) .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-right: 0;
    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: 19px;
	height: 17px;
	padding: 18% 8px 0 0;
	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;
  }
}
/* ----------------------------------------------------------------
2100_apply,2500_ng,4300_apply,4400_ng
----------------------------------------------------------------- */
.fw .item .inputNumFont {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  height: 60px !important;
}
.fw .j_toggle .j_toggleDetail .scrollArea .list-bullet-01 {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 600px){
  .fw .j_toggle .j_toggleDetail .scrollArea .list-bullet-01 {
    display: inline;
  }
}
/* ----------------------------------------------------------------
4000_apply,4100_ng,4300_apply,4400_ng
----------------------------------------------------------------- */
.j_toggle .j_toggleDetail .lead {
  text-align: center;
}
@media only screen and (max-width: 600px){
  .j_toggle .j_toggleDetail .lead {
    text-align: left;
  }
}
/* ----------------------------------------------------------------
4300_apply,4400_ng
----------------------------------------------------------------- */
.fw .item.j_toggle .scrollArea.securityBox {
  overflow: hidden;
}
.fw .item.j_toggle .scrollArea.securityBox > .lead {
  margin-top: 20px;
}
.fw .item.j_toggle .linkArrowB.link.linkGra {
  display: inline-block;
}
/* ----------------------------------------------------------------
4600_apply
----------------------------------------------------------------- */
.isIE8 .fw .formReset .radioBox:after,
.isIE8 .fw .formReset .radioBox:before,
.isAndroid2 .fw .formReset .radioBox:after,
.isAndroid2 .fw .formReset .radioBox:before{
display: none !important;
}
.isIE8 .fw .formReset .radioBox INPUT{
  display: inline-block;
  margin-right: 10px;
}
.isAndroid2 .fw .formReset .radioBox INPUT{
  display: inline-block;
  -webkit-appearance: radio;
  margin-right: 10px;
}
.fw .formReset .radioBox{
  font-size: 17px !important;
}
/* ----------------------------------------------------------------
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;
  }
}
/* ----------------------------------------------------------------
7000_ng,7100_ng
----------------------------------------------------------------- */
.linkArea .linkExternal i,
.btn.linkExternal span i {
  padding-right: 1.5em;
  background-image: url('../../../../common/01/img/shared/icon-link-blue.png');
  background-size: 1em;
  background-position: right center;
  background-repeat: no-repeat;
}
.linkArrowB.link.linkGra {
  display: inline-block;
}
.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;
  }
}

/* ----------------------------------------------------------------
sectionSmall
----------------------------------------------------------------- */
.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;
}

.item.error .txtError.ul_birthday {
  left: 244px;
}
@media only screen and (max-width: 600px){
  .item.error .txtError.ul_birthday {
      left: 0px;
  }
}
.invisible {
  display: none !important;
}

/* ----------------------------------------------------------------
state
----------------------------------------------------------------- */
.isPc {
  display: block;
}
.isSp {
  display: none;
}
.isSp + .sectionSmall {
  padding-bottom: 0;
}
@media only screen and (max-width: 600px){
  .isPc {
    display: none;
  }
  .isSp {
    display: block;
    padding-top: 0 !important;
  }
  .isSp + .sectionSmall {
    padding-bottom: 30px;
  }
}