@charset "UTF-8";
/* CSS Document */

/*  /login/ page */
#logo_wrap a {padding-top: 8px;}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
#main p.astRed {letter-spacing: -.02em;}
}

/*  /member/sns page */

.table.sns td {text-align: center; width: 33.3%;}
.table.sns tr td:last-child {
  text-align: right;
  padding-right: 3em;
  border-right: 1px solid #c3c3c3;}

.table.sns th,.table.table.sns td { padding: .9em 1em; vertical-align: middle;}
.table.sns th {
  background-color: #fbfbfb;
  border-left: 1px solid #c3c3c3;
  border-right: none;
  width: 33.4%;
  font-weight: normal;
  padding: .9em .9em .9em 2em;}

.member_form span.yahoo {font-size: initial; padding: 0;}
.member_form span.google {font-size: initial; padding: 0;}
.member_form span.apple {font-size: initial; padding: 0;}


#main .table.table.sns a.button{
  width:9em;
  border-color: #30b5ef;
  background-color: #30b5ef;
  color: #fff;
  font-size: .875rem;
  line-height: 2.5;
  text-align: center;}

#main .table.table.sns a.button.snslinked {
    background-color: #fff;
    color: #30b5ef;}

#main .table.table.sns a.button.ptrnB.snslinked {
    background-color: #fbfbfb;
    border-color: #ccc;
    color: #066eb3;}

.btn-box.center {justify-content: center;}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  padding: 28px 0 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000; }

.modal_box {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: 80vh;
  max-width: 900px;
  padding: 30px;
  position: relative; }

.modalbtn {cursor: pointer;}
.modal_box {max-width: 600px; min-width: 470px; width: max-content; padding: 30px 40px;}
.modal_box .area_wrap {text-align: center; width: auto; height: auto;}
#main .modal_box p { display: inline-block; width: max-content; margin: 3.5em 0 3em; line-height: 2.2;overflow-wrap: normal;}
#main .modal_box strong { display: block; margin: 0em 0 3em; font-size: .9375rem;}
.modal_box .btn-box {display: block;}
.modal_box .btn-box span {width: 250px; margin: 0 auto 10px;}
#main .btn-box a.button.blue {line-height: 2.7;}
#main .btn-box a.button.back.gray.close {background-image: none;line-height: 2.7; position: inherit;}

/* /sns/register page */
.whbox {position: relative;}
.whbox .label_link_yahoo {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 40px;
  width: auto;
  background-color: #f4f4f4;
  border-radius: 3px;
  font-size: .75rem;
  padding: .7em  1.5em .6em;
  text-align: center;}

.whbox .label_link_yahoo .login_logo {padding-left: 0;}

#main .mgb05 {margin-bottom: .5em;}

.button.inconfirm {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 9.9em;}

#main a.button.inconfirm.toggle_txt {
  background-image: url(/images/static/img/arrow_ank_opengr.svg);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 1em auto;}
#main a.button.inconfirm.toggle_txt.open {background-image: url(/images/static/img/arrow_ank_closegr.svg);}

#main a.button.inconfirm, #main a.button.cancel, #main a.button.back,#main a.button.close {
  color: #066eb3;}

/* password setting page */
#main p.center {text-align: center;}
.box-note {padding: 20px;}
.btn-box {justify-content: center;}


/* 202011 sns login */
.modal_sofmap_pass .modal_box .area_wrap,
.modal_yahoo_delink .modal_box .area_wrap { overflow-y: hidden;}


@media screen and (max-width: 768px){

/* /member/sns page */
.table.sns th { width: 36%; font-size: 2.9vw; padding: 0; text-align: center;}
.table.sns td { width: 28%;}
.table.sns tr td:last-child {text-align: center; padding-right: .9em; width: 36%;}
.login span.login_logo {display: block; margin: 0 auto; padding: 0 1em .1em; width: 1.9em;}
#main .table.table.sns a.button {padding: 0; width: 7em; font-size: 3.2vw;}
.btn-box.center {justify-content: center;}

.modal_overlay {padding: 28px 0 0 0;}
.modal_box {max-width: 90%; min-width: initial; padding: 1.3em;}
#main .modal_box p {width: initial; font-size: 3.4666vw; margin: 3em 0 2em; line-height: 2;}
#main .modal_box strong {font-size: 3.7333vw; margin: 0em 0 2em;line-height: 1.9;}
.modal_box .btn-box span {width: 80%;}
#main .modal_box .btn-box a.button.blue {font-size: 3.4666vw;}

/* password setting page */
.box-note {padding: .8em 0;}
#main .box-note p.nomgb {margin-bottom: 0;}


}

