@charset "UTF-8";
/*
ヘッダーの調整
--------------------------------------*/
header {
  /* height: 110px; */
}

/*
mypage_common
--------------------------------------*/
.mypage .contents_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #888888;
  position: relative;
}

/*
.mypage .contents_frame.pie {
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #FFFFFF 40%);
  background: -moz-linear-gradient(top, #F5F5F5 0%, #FFFFFF 40%);
  background: -ms-linear-gradient(top, #F5F5F5 0%, #FFFFFF 40%);
  background: -o-linear-gradient(top, #F5F5F5 0%, #FFFFFF 40%);
  background: linear-gradient(top, #F5F5F5 0%, #FFFFFF 40%);
  -pie-background: linear-gradient(top, #F5F5F5 0%, #FFFFFF 40%);
}
*/

/*
gol_mypage
--------------------------------------*/
#gol_mypage .name {
  width: 100%;
  height: auto;
  background: #ECBA23;
  padding: 15px;
}

#gol_mypage .name.golid {
  background:#09f;
}
#gol_mypage .name.geoid {
  background:#f90;
}

#gol_mypage .name p {
  padding: 5px 0px 0px 10px;
}

#gol_mypage .contents_title img {
  position: absolute;
  top: 27px;
  left: -9px;
}

#gol_mypage .service_top_frame {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#gol_mypage .service_top.pie {
  background: #E5E5E5;
  border-radius: 7px;
  padding: 20px;
}

#gol_mypage .service_top .tit {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#gol_mypage .service_bottom_frame {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#gol_mypage .service_button.pie {
  display: block;
  color: #FFF;
  background: #000;
  padding: 15px 0px;
  border-radius: 7px;
  margin-top: 15px;
  cursor: pointer;
}
#gol_mypage .service_button.pie:hover {
  text-decoration: none;
  opacity: 0.7;
}

#gol_mypage .menu_wrapper {
  padding-top: 15px;
}

#gol_mypage .sub_title {
  background: #E5E5E5;
  padding: 10px;
  margin-bottom: 12px;
  text-align: left;
}

#gol_mypage .menu_frame {
  margin-bottom: 12px;
}

#gol_mypage .menu_frame li {
  width: 100%;
  height: auto;
  padding-left: 10px;
  line-height: 1.8;
  text-align: left;
}

#gol_mypage .menu_frame li.menu_title {
  line-height: 1;
  margin-bottom: 7px;
}

#gol_mypage .menu_frame li i {
  display: block;
  float: left;
  margin-left: 5px;
}

#gol_mypage .bnr_frame li.menu_title {
  width: 100%;
  height: auto;
  padding-left: 10px;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: left;
}

/*

#gol_mypage .bnr_frame a {
  width: 225px;
  min-height: 155px;
  display: block;
  text-align: center;
}

#gol_mypage .bnr_frame img {
  display: block;
}

*/

/*
infometion
-------------------------------*/
.mypage_info.pie {
  background: #EBEBEB;
  border-radius: 7px;
  margin-left: 20px;
}

.mypage_info .info_inner {
  margin: 0 auto;
  padding: 7px 15px;
}

.info_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
  .info_table .info_tit {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    border-right: 1px solid #999;
    width: 130px;
  }

  .info_table .text_frame {
    display: table-cell;
    padding-left: 15px;
  }
  .info_table .text_frame .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .info_table .text_frame .text p .png_file-new_info_icon {
    display: inline-block;
    margin-right: 10px;
  }



/*
店舗マイページ
---------------------------------------*/
.iconGol_search{
    line-height: 1;
}

.iconGol_myRentalAlert::before{
    content: "\e92f";
    color: #192b5b;
    font-size: 80px;
}

#myshop_status h2.myshopNewsList{
    color: #192B5B;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
}

.myShopDate {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    width: 980px;
}

.myShopDetial {
    overflow: hidden;
}

.myShopImage{
    float: left;
    width: 130px;
    margin-left: 10px;
}

.myShopImage img{
    width: 128px;
    height: auto;
}

.myShopInfo{
    float: left;
    width: 640px;
    padding: 0 0 0 20px;
}

.shop_name{
    color: #192B5B;
    font-size: 20px;
    line-height: 1.3;
}

.myShopInfo dl{
    color: #666;
    font-size: 14px;
}

.myShopInfo dt{
  float: left;
  width: 70px;
}

.noMyshop p {
    font-size: 16px;
    text-align: center;
    margin: 10px;
}


#account_menu .myShopInfo dl dd{
    height: 14px;
    margin: 10px;
    border: none;
}

#account_menu .myShopInfo dl dd span{
    background-color: #fff;
    display: inline;
    font-size: 14px;
    height: auto;
    line-height: 1.5;
    width: 100%;
}



.myShopLink{
  float: right;
  width: 200px;
}

.shopLinkBtn {
    display: flex;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    border: none;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
.shopLinkBtn.navy {
    background: #192b5b;
    color: #fff!important;
}
.shopLinkBtn.cursorR::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border: 1px solid;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}

.myShopNews{
    background-color: #EFEFEF;
    color: #1A2C5A;
    width: 980px;
    font-size: 16px;
}

.myShopNews p{
    padding: 20px;
    font-weight: bold;
}



/*
会員メニュー
---------------------------------------*/
.mypage .login_contents {
  width: 920px;
  margin: auto;
  font-size: 16px;
  color:#666;
  margin-bottom: 40px;
}

.mypage .taikai_text {
  width: 80%;
}


/* sale キャンペーン情報 */
#campaignRental{}

#campaignRentalBnr{
  display:block;
  float:left;
  width:250px;
}

#campaignRentalText{
  margin-left:260px;
}

#campaignRental a{
  font-weight:bold;
}

.accountModifyCaution {
  overflow: hidden;
  font-size:14px;
  color:#666;
}

.accountModifyCaution p {
  clear: right;
  line-height: 1.5;
  margin: 5px 0;
}

/* 1808 new design*/
#member_menu {
}

#member_menu ul {
    display: flex;
    justify-content: space-between;
}

#account_menu #member_menu li {
  width: 49%;
}

.iconGol_userInfo::before{
  content: "\e91e";
  color: #192b5b;
  font-size: 80px;

}

.iconGol_myShop::before{
  content: "\e900";
  color: #192b5b;
  font-size: 80px;

}

.iconGol_mailMagazine::before{
  content: "\e920";
  color: #192b5b;
  font-size: 80px;

}


#member_menu::after {
  content: "";
  display: block;
  clear: both;
}

.mypage_contents.new {
  width: 1000px;
  margin: auto;
}

.mypage_contents.new .new_inner {
  width: 920px;
  margin: auto;
  font-size: 16px;
  color: #666;
}

.mypage_contents.new .new_inner h3 {
  font-size:24px;
  font-weight:bold;
  color:#666;
  padding:30px;
  text-align: center;
}

.mypage_contents.new .new_inner p.blue {
  color: #192b5b;
}

.mypage_contents.new .new_inner p.gray {
  color: #999;
}

.mypage_contents.new .new_inner .border_top {
  border-top: solid 1px #ddd;
}

.mypage_contents.new .new_inner .border_bottom {
  border-bottom: solid 1px #ddd;
}

.mypage_contents.new .new_inner .two_column{
   
}

.mypage_contents.new .new_inner .text_center {
  text-align: center;
}




.mypage_bread_clumb {
  width: 1000px;
  margin: auto;
  line-height: 40px;
  height: 40px;
  color: #666;
  font-size: 16px;
}

.mypage_bread_clumb a {
  text-decoration: none;
  color: #192b5b;
}

.mypage_bread_clumb a:hover {
  text-decoration: underline;
}
.mypage_bread_clumb li {
  float: left;
  color: #999;
}

.mypage_contents.new.no_left {
  width: 1000px;
  margin: auto;
}

.loginForm {
  padding: 0 40px;
}

.loginForm label {
  color:#666;
  font-size: 16px;
}

.loginForm p {
  font-size:16px;
  color:#666;
  margin-bottom: 30px;
}

.loginForm p.red {
  float: right;
  font-size:14px;
  color:#f00;
  margin-bottom: 0px;
}

.loginForm div.check.caution {
  font-size:16px;
  color:#666;
}

.loginForm div.check.caution::after {
  content: "";
  display: block;
  clear: both;
}

.loginForm #pontaIDImage {
  text-align: center;
  margin-bottom: 30px;
}

.loginForm #pontaIDImage img {
  width: 250px;
}

#loginBtmPanel {
  text-align: center;
}

#loginBtmPanel button {
  width: 250px;
  height: 60px;
}

.mypageNavyBtn {
  display: block;
  margin: auto;
  width: 250px;
  height: 60px;
  background-color: #192b5b;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.mypageNavyBtn:hover {
  background-color:#47557c
}

.mypageNavyBtn::before {
  content: url("/v2/pc/img/mypage/arrow_r_white.png");
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  line-height: 60px;
  right: 350px;
}

.mypageWhiteBtn {
  display: block;
  margin: auto;
  width: 250px;
  height: 60px;
  background-color: #fff;
  color: #192b5b;
  border: solid 1px #192b5b;
  font-size: 16px;
  cursor: pointer;
}

.mypageWhiteBtn:hover {
  opacity: 0.7;
}

.mypageWhiteBtn::before {
  content: url("/v2/pc/img/mypage/arrow_r_navy.png");
  display: block;
  color: #192b5b;
  font-size: 16px;
  position: absolute;
  line-height: 60px;
  left: 10px;
  top: 0;
  transform:scaleX(-1);
}



#pontaIDForm {
  
}

#notPosessionPontaWrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

#notPosessionPontaWrapper a {
  font-size:14px;
  color:#0068b7;
  text-decoration: none;
  position: relative;
}

#notPosessionPontaWrapper a:hover {
  text-decoration: underline;
}

#notPosessionPontaWrapper a::before {
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #192b5b;
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

#notPosessionPonta a {
  text-align: center;
}

#pontaIDForm table {
  width: 100%;
}

#pontaIDForm tr th,
#pontaIDForm tr td {
  padding: 20px 0;
  border-top: solid 1px #ccc;
}

#pontaIDForm tr:last-child th,
#pontaIDForm tr:last-child td {
  border-bottom: solid 1px #ccc;
}


#pontaIDForm tr th {
  background-color:#f6f6f6;
  width: 200px;
}

#pontaIDForm tr th label {
  font-size:16px;
  color: #666;
}

#pontaIDForm tr td {
  padding:20px 220px 20px 20px;
  font-size:16px;
  color:#666;
}

#pontaIDForm tr:nth-child(2) td {
  padding:20px 220px 10px 20px;
  font-size:16px;
  color:#666;
}

#pontaIDForm tr td .notice {
  font-size:14px;
  color:#666;
}

#pontaIDForm tr td input[type="text"] {
  padding:10px;
  font-size:16px;
  font-family:Arial, sans-serif;
  color:#666;
  border:solid 1px #ccc;
  margin:0;
  width:480px;
  height: 40px;
  background-color:#faf7e4;
  border-radius: 5px;
}

#pontaIDForm tr td select {
  padding:10px;
  font-size:16px;
  font-family:Arial, sans-serif;
  color:#666;
  border:solid 1px #ccc;
  margin:0 0 10px;
  width:80px;
  height: 40px;
  background-color:#fff;
  border-radius: 5px;
}

#pontaIDForm tr td input[type="text"]::placeholder {
  color: #ccc;
}
#pontaIDForm tr td input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
#pontaIDForm tr td input[type="text"]::-ms-input-placeholder {
  color: #ccc;
}

.commonSubmitWrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 40px 0;
  /* border-bottom: solid 1px #ccc; */
}

.submitWrapperBorderNone {
  position: relative;
  text-align: center;
  display: block;
  /* width: 520px; */
  margin: auto;
  padding: 40px 0;
  border-top: solid 0px;
  border-bottom: solid 0px;
}


.submitWrapperBorderNone::after {
  content: "";
  display: block;
  clear: both;
}

.twoChoicesWhiteBtn {
  display: inline-block;
  margin: auto;
  width: 250px;
  height: 60px;
  border: solid 1px #192b5b;
  background-color: #fff;
  color: #192b5b;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.twoChoicesWhiteBtn:hover {
  color:#47557c;
  border: solid 1px #47557c;
}

.twoChoicesBlueBtn {
  display: inline-block;
  margin: auto;
  width: 250px;
  height: 60px;
  background-color: #192b5b;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.twoChoicesBlueBtn:hover {
  background-color:#47557c
}

.twoChoiceWrapperleft,
.twoChoiceWrapperLeft,
.twoChoiceWrapperRight {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}

.twoChoiceWrapperLeft,
.twoChoiceWrapperRight,
.lightBlueBtnWrapper {
  position: relative;
  width: 250px;
  margin: auto;
}

.twoChoiceWrapperLeft::after,
.twoChoiceWrapperRight::after,
.lightBlueBtnWrapper::after {
  content: url("/v2/pc/img/mypage/arrow_r_white.png");
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  line-height: 60px;
  right: 10px;
  bottom:0;
}

.twoChoiceWrapperLeft.back {
  margin: 0 30px 0 0;
  vertical-align: bottom;
}

.twoChoiceWrapperLeft.back::after {
  content: url("/v2/pc/img/mypage/arrow_r_navy.png");
  color: #192b5b;
  left: 10px;
  right: auto;
  bottom:0;
  transform: rotate(180deg);
}

.leftWhiteBtnWrapper {
  position: relative;
  width: 250px;
  margin: auto;
}

/* .leftWhiteBtnWrapper::after {
  content: url("/v2/pc/img/mypage/arrow_r_navy.png");
  transform: rotate(180deg);
} */

.lightBlueBtn {
  display: block;
  margin: auto;
  width: 250px;
  height: 60px;
  background-color: #192b5b;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
}

.lightBlueBtn:hover {
  background-color:#47557c
}

.commonSubmitWrapper::before {
  content: url("/v2/pc/img/mypage/arrow_r_white.png");
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  line-height: 60px;
  right: 350px;
}

.mypage_contents.new h2 {
  font-size: 24px;
  color: #192b5b;
  line-height: 40px;
  margin: 10px 0 20px;
  text-indent: 10px;
  border-top: solid 1px #192b5b;
  padding-top: 15px;
}

#member_myshop_menu {
    overflow: hidden;
}

#member_myshop_menu ul {
    display: flex;
    justify-content: space-between;
}

#member_myshop_menu li {
  width: 49%;
}

#gol_mypage .mypage_contents.new li div {
  text-align: center;
  border: solid 4px #ddd;
  color: #192b5b;
  font-size: 20px;
  padding:15px;
}

#gol_mypage .mypage_contents.new li div:hover {
  background-color:#eee;
}

#gol_mypage .mypage_contents.new li a {
 text-decoration: none;
}

#account_menu {
  
}

#account_menu dl dd {
    height: 60px;
    margin: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}

#account_menu dl dd:last-child {
    border-bottom: none;
}

#account_menu dl dd img {
  margin: 5px 0;
  float: left;
}

#account_menu dl dd p {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 20px;
  color: #192b5b;
  text-indent: 10px;
}

#account_menu dl dd p.unregistered {
    font-size: 14px;
    color: #FF0000;
    text-align: left;
    margin:0 20px 0 0;
}

#account_menu dl dd div {
  display: inline-block;
  height: 50px;
}

#account_menu dl dd div.fl_right {
  display: inline-block;
  float: right;
  font-size:16px;
  color:#666;
  text-align: right;
}

#account_menu dl dd span {
  font-size:16px;
color:#666;
background-color:#eee;
width: 100px;
height: 50px;
line-height: 50px;
text-align: center;
margin-right: 10px;
display: inline-block;
}

#account_menu dl dt p {
  font-size: 20px;
  color: #192b5b;
  border-bottom: solid 1px #ddd;
  margin-top: 50px;
  line-height: 30px;
}

#geo_id_regist dl dd a,
#ponta_status dl dd a,
#regist_status dl dd a {
  display: inline-block;
  float: right;
  width: 200px;
  height: 50px;
  margin: 0;
  font-size:16px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.iconGol_Ponta {
    display: inline-block;
    float: left;
}
.iconGol_Ponta .iconGol_PontaPath1::before {
    color: rgb(239, 131, 4);
    content: "\e92a";
    float: left;
    font-size:40px;
    line-height: 1.2em;
}
.iconGol_Ponta .iconGol_PontaPath2::before {
    color: rgb(35, 24, 21);
    content: "\e92b";
    font-size:40px;
    float: left;
    margin-left: -1em;
    line-height: 1.2em;
}

#account_menu dl dd a.mypage_btn {
  color:#192b5b;
  border:#ddd 4px solid;
  background-color:#fff;
  line-height: 42px;
}

#account_menu dl dd a.mypage_btn:hover {
  background-color: #eee;
}

#account_menu dl dd a.resist_btn {
  color:#fff;
  background-color: #192b5b;
  line-height: 50px;
  position: relative;
}

#account_menu dl dd a.resist_btn:hover {
  background-color:#47557c
}

#account_menu dl dd a::after {
  content: url("/v2/pc/img/mypage/arrow_r_white.png");
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
}

#account_menu dl dd a.mypage_btn::after {
  content: url("/v2/pc/img/mypage/arrow_r_navy.png");
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
}
#geo_id_regist,
#ponta_status,
#regist_status {
  margin: 0 10px;
}

.iconGol_registShop::before{
    color: #fed600;
    content: "\e900";
    float: left;
    font-size: 40px;
    line-height: 1.2em;
}

.iconGol_registMart::before{
    color: #66cc99;
    content: "\e901";
    float: left;
    font-size: 40px;
    line-height: 1.2em;
}

.iconGol_registRental::before{
    color: #ff3333;
    content: "\e902";
    float: left;
    font-size: 40px;
    line-height: 1.2em;
}

.iconGol_registTv::before{
    color: #66ccff;
    content: "\e903";
    float: left;
    font-size: 40px;
    line-height: 1.2em;
}

.iconGol_registBuy::before{
    color: #c9f;
    content: "\e904";
    float: left;
    font-size: 40px;
    line-height: 1.2em;
}


#other dl dd {
  border-bottom: none;
  height: 50px;
  margin: 10px 0;
  float: left;
  padding-right: 20px;
}

#other dl dd a {
  font-size:16px;
  color: #192b5b;
  text-decoration: none;
}

#other dl dd a:hover {
  text-decoration: underline;
}

#other dl dd a::after {
  content: "";
}

/* PontaID連携完了画面 */

#loginDonePanel p {
  text-align:  center;
  font-size:24px;
  font-weight:bold;
  color:#666;
  padding:30px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 920px;
  margin: 0 auto 40px;
}

/* Ponta会員新規登録画面 */

.geoid_signup {
  width: 1000px;
  margin: auto;
}

.geoid_signup input::placeholder {
  color: #ccc;
}

/* ゲオオンライン退会画面 */
.new_inner form#leaveMemberConfirm {
  
}

.new_inner form#leaveMemberConfirm div.resignCaution {
  padding:30px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

div.resignCaution p {
  text-align: center;
  font-size:24px;
  font-weight:bold;
  color:#666;
}

div.resignCaution p span {
  text-align: center;
  font-size:24px;
  font-weight:bold;
  color:red;
}

.new_inner form#leaveMemberConfirm dl.service {

}

dl.service dt {
  margin-bottom: 10px;
}

#gol_mypage .mypage_contents.new form#leaveMemberConfirm li {
  width: 100%;
  float: none;
  padding: 10px 0;
}

.new_inner form#leaveMemberConfirm div.service {
  text-align: center;
  margin-top: 30px;
}

.new_inner form#leaveMemberConfirm div.service p.textRight {
  text-align: right;
  font-size: 14px;
}

.new_inner form#leaveMemberConfirm div.service #leaveMemberConfirm_quitReason {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 10px;
  line-height: 1.4;
}

.new_inner #alertBox {
  border: solid 3px #F00;
  padding:15px 15px;
}

#resignConfirm {

}

#resignConfirm .grayFrame {
  border: solid 3px #ccc;
  padding: 20px 30px;
  margin: 10px 0 20px;
}

#resignConfirm .grayFrame p {
  margin-bottom: 10px;
}

#resignConfirm .grayFrame p.red {
  margin-bottom: 0px;
}

#resignConfirm .resignReason {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 10px 0 20px;
  padding: 10px 0;
}


/* エラーテキスト */
span.jq-error,
span.errorText{
    color: #f00;
    font-size: 12px;
    line-height: 1.5em;
}

span.jq-error:before,
span.errorText:before{
    display: inline-block;
    content: '!';
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 9px;
    background: #f00;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color:#fff;
}

/* メールアドレス変更画面 */
#memberMailAddressModify #email.jq-error{
    background:#fee !important;
    border: 1px solid #f00 !important;
}

/* パスワード変更画面 */
#passwordModify input.jq-error{
    background:#fee !important;
    border: 1px solid #f00 !important;
}

/* 電話番号変更画面 */
#secondaryLoginIdUpdate #second_login_id.jq-error{
    background:#fee;
    border: 1px solid #f00;
}

/* GEO ID変更 */
#geoIdModify #geo_id.jq-error{
    background:#fee;
    border: 1px solid #f00;
}

/* ニックネーム変更 */
#nicknameUpdate #nickname.jq-error{
    background:#fee;
    border: 1px solid #f00;
}

/* ponta住所変更 */
#addressUpdate .telephone.jq-error,
#addressUpdate #zipCode.jq-error,
#addressUpdate #address.jq-error{
    background:#fee;
    border: 1px solid #f00;
}

/* ponta登録 */
#registPontaForm #birthErrorText span{
    display: block;
}

#registPontaForm #pontaCode.jq-error,
#registPontaForm #birth_year.jq-error,
#registPontaForm #birth_month.jq-error,
#registPontaForm #birth_day.jq-error,
#registPontaForm #phone1.jq-error{
    background:#fee;
    border: 1px solid #f00;
}

/* マイショップエラー */
#myShopErrorText{
    margin: 20px 0;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #f00;
    background:#ffefef;
}

#myShopErrorText li{
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

#myShopError .mypageWhiteBtn{
    line-height: 60px;
    text-align: center;
}


/* GEOID 移行画面フォーム*/
form .mypage_contents.new h2 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    color: #333;
}

#migrationForm th {
    width: 260px;
    font-size: 16px;
    background-image: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

#migrationForm td {
    padding: 10px;
    background-image: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

#migrationForm td input {
    font-size: 16px;
    padding: 8px;
    height: 36px;
}

#migrationForm #entryBtn {
    background: #192b5b;
    color: #fff!important;
    background-image: none;
    width: 250px;
    height: 60px;
    /* margin: 0 auto; */
    position: relative;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -moz-align-items: center;
    -ms-justify-content: center;
    -ms-align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    text-indent: 0;
}
#migrationForm #entryBtn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border: 1px solid;
    border-bottom: none;
    border-color: #fff;
    border-left: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    }

#migrationForm #backBtn {
    background: none;
    border: 1px solid #ddd;
    background: #fff;
    color: #192b5b!important;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    width: 250px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -moz-align-items: center;
    -ms-justify-content: center;
    -ms-align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    text-indent: 0;
}
#migrationForm #backBtn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border: 1px solid;
    border-bottom: none;
    border-color: #192b5b;
    border-left: none;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    }

#migrationForm #btnWrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

/* GEOID 統合画面フォーム*/


form#existingForm table.forgot{
  font-size:16px;
}

form#existingForm table.forgot th {
    background: #fff;
    border: none;
    text-align: left;
}

form#existingForm table.forgot td {
    border: none;
}

form#existingForm table.forgot td input {
    padding: 8px;
    border: 1px solid #666;
    width: 100%;
    background-color: #fff;
}

form#existingForm table.forgot td .errorText {
    color: #ff0000;
    font-size: 12px;
    margin: 4px 0;
    width: 400px;
}

form#existingForm table.forgot td input.error {
    background-color: #FFCCCC;
    border: 1px solid #ff0000;
    color: #ff0000;
}

form#existingForm {
    font-size: 14px;
}

form .note {
  color: #F00;
  text-align: center;
}


/* ID移行・統合後*/
.loginAtten {
    font-size: 18px;
    margin: 10px auto;
    width: 600px;
}

.loginAtten #headerLogoutBtn {
    margin: 60px auto 0;
    width: 260px;
}