/* スゴ得用号外速報 */
.gogai {
  padding: 0.4em 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  background-color: rgba(255,255,255,0.05);
}

@media (min-width: 769px) {
  .gogai {
    margin-bottom: -5px;
  }
}

.gogai > dl::after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}

.gogai > dl {
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
   -moz-animation-name: marquee;
   -moz-animation-timing-function: linear;
   -moz-animation-duration: 20s;
   -moz-animation-iteration-count: infinite;
    -ms-animation-name: marquee;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 20s;
    -ms-animation-iteration-count: infinite;
     -o-animation-name: marquee;
     -o-animation-timing-function: linear;
     -o-animation-duration: 20s;
     -o-animation-iteration-count: infinite;
        animation-name: marquee;
        animation-timing-function: linear;
        animation-duration: 20s;
        animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

.gogai dt {
  padding: 1px 6px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.gogai dt,
.gogai dd {
  display: inline-block;
}

.gogai span {
  color: rgba(255,255,255,0.5);
}

/* memberOnly */
.memberOnly {
  margin: 30px 15px 15px;
  border: 2px solid #0e88ef;
  padding: 40px 10px 0;
  background-color: #e2f7ff;
}

@media (min-width: 430px) {
  .memberOnly {
    margin-bottom: 30px;
  }
}

.sgFreeBanner + .memberOnly {
  margin-top: 10px;
}

.memberOnly__title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #0e88ef;
  color: #0e88ef;
  font-size: 118%;
  font-weight: bold;
  text-align: center;
}

.memberOnly__subTitle {
  margin: 0 -8px;
  font-size: 118%;
  text-align: center;
}

.memberOnly__subTitle::after {
  content: "";
  margin: 10px auto 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #0e88ef transparent transparent transparent;
}

.memberOnly__text {
  margin: 15px 0;
  padding: 10px 15px 10px 38px;
  position: relative;
  background-color: #fff;
}

.memberOnly__text::before {
  content: "";
  margin: auto;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  height: 18px;
  width: 18px;
  background-color: #0e88ef;
}

.memberOnly__text::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  left: 16px;
  top: -2px;
  bottom: 0;
  width: 3px;
  height: 6px;
  border: solid #e2f7ff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sgFreeBanner {
  text-align: center;
}

.sgFreeBanner__introduction {
  margin-bottom: 5px;
}

@media (min-width: 430px) {
  .sgFreeBanner__introduction {
    margin-top: 15px;
  }

  .sgFreeBanner__introduction img {
    max-width: 400px;
  }

  .sgFreeBanner__register img {
    max-width: 414px;
  }
}

/* アプリメニュー */
.appMenu {
  background-color: #fff;
}

.appMenu__title {
  padding: 13px 10px;
  border-top: 1px solid #73787e;
}

.appMenu__body {
  padding: 10px;
  border-top: 1px solid #73787e;
}

.appMenuList {
  border-bottom: 1px solid #73787e;
  background-color: #eee;
}

.appMenuList__item {
  border-top: 1px solid #73787e;
}

.appMenuList__item a {
  position: relative;
  padding: 13px 10px 13px 1.8em;
  display: block;
}

.appMenuList__item a::after {
  content: "";
  margin: auto 0;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: #73787e;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 0.35em;
  height: 0.35em;
  transform: rotate(45deg);
  border-color: #73787e;
  right: auto;
  left: 10px;
}

.appMenu > p {
  padding: 10px;
  font-size: 80%;
}

.appMenu > p + p {
  padding-top: 0;
}

.appDL {
  padding: 10px;
  border-top: 1px solid #73787e;
  background-color: #eee;
}

.appDL a {
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 340px;
  display: block;
  color: #fff;
  background-color: #cb0133;
  text-align: center;
}

.appMenuLink {
  background-color: #eee;
  text-align: center;
}

.appMenuLink__item a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (min-width:375px) {
  .appMenuLink__item a {
    font-size: 100%;
  }
}

.appMenuLink__item + .appMenuLink__item {
  margin-top: 10px;
}

.appMenuLink__item--btn a {
  display: block;
  max-width: 340px;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #cb0133;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width:375px) {
  .appMenuLink__item--btn a {
    font-size: 100%;
  }
}

.appMenuLink__item--btn a:after {
  content: none;
}

/** ------------------------------------------------------------
 * sugotokuArea
 */
.sugotokuArea {
  padding: 5px 15px;
  color: #fff;
  background-color: #161d2d;
}

@media (min-width: 769px) {
  .sugotokuArea {
    color: #161d2d;
    background-color: #fff;
  }
}

/** ------------------------------------------------------------
 * sugotokuDLButton
 */
@font-face {
  font-family: 'DLicon';
  src:  url('/font/DL.eot?ymc307');
  src:  url('/font/DL.eot?ymc307#iefix') format('embedded-opentype'),
    url('/font/DL.ttf?ymc307') format('truetype'),
    url('/font/DL.woff?ymc307') format('woff'),
    url('/font/DL.svg?ymc307#DL') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.sugotokuDLButton {
  margin: 15px auto;
  max-width: 410px;
}

@media (min-width: 769px) {
  .sugotokuDLButton {
    margin-top: 25px;
  }
}

.sugotokuDLButton a {
  padding: 10px 3.5em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  position: relative;
  color: #fff;
  background: #cb0133;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 3px 0 #810120;
          box-shadow: 0 3px 0 #810120;
  text-shadow: 0 2px 1px #810120;
}

.sugotokuDLButton a:before {
  content: "\e901";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  font-family: 'DLicon';
  font-size: 2.2em;
  line-height: 1;
  width: 1em;
  height: 1em;
}

.sugotokuDLButton a:after {
  content: "";
  margin: auto;
  border-width: 2px;
  border-style: solid solid none none;
  border-color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.sugotokuDLButton--disabled a {
  background: #BFBFBF;
  box-shadow: 0 3px 0 #ABABAB;
  text-shadow: 0 2px 1px #ABABAB;
  color: #989898;
  pointer-events: none;
}

.sugotokuDLButton--disabled a:after {
  border-color: #989898; 
}

.sugotokuAppIncompatibleText {
  color: #c00;
  text-align: center;
  font-size: 0.85em;
}

.sugotokuDLButton a > span {
  margin: 0 auto;
  display: table;
  text-align: left;
}

.sugotokuDLButton a > span > span {
  display: block;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}

/** ------------------------------------------------------------
 * sugotokuLoginButton
 */
.sugotokuLoginButton {
  margin: 15px auto;
  max-width: 410px;
}

@media (min-width: 769px) {
  .sugotokuLoginButton {
    margin-top: 25px;
  }
}

.sugotokuLoginButton a,
.sugotokuLoginButton button {
  padding: 10px 3.5em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  position: relative;
  color: #fff;
  background: #cb0133;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 3px 0 #810120;
          box-shadow: 0 3px 0 #810120;
  text-shadow: 0 2px 1px #810120;
  font-size: 16px;
  font-weight: bold;
}

.loginList__item .sugotokuLoginButton a {
  padding: 8px;
}

.loginList__item .sugotokuLoginButton button {
  border: 0;
  display: block;
  margin: 0 auto;
  min-width: 250px;
}

.sugotokuLoginButton button:disabled {
  background: #BFBFBF;
  box-shadow: 0 3px 0 #ABABAB;
  text-shadow: 0 2px 1px #ABABAB;
  color: #989898;
}

.sugotokuLoginButton button:disabled:after {
  border-color: #989898;
}

.loginList__item .carrierSugotoku__remark {
  font-size: 0.8em;
  max-width: 40%;
  min-width: 250px;    
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.loginList__item .carrierSugotoku__remark + .sugotokuLoginButton {
  margin-top: 0px;
}

/** ------------------------------------------------------------
 * sugotokuMenu
 */
.sugotokuMenu {
  margin: 15px auto;
  max-width: 410px;
  line-height: 1.3;
  /* chromeちらつき防止 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 769px) {
  .sugotokuMenu {
    margin-top: 25px;
  }
}

.sugotokuMenuItem {
  margin: 0 auto;
  border: 1px solid #73787e;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 460px;
}

.sugotokuMenuItem + .sugotokuMenuItem {
  margin-top: 15px;
}

.sugotokuMenuItem dt,
.sugotokuMenuItem dd {
  display: table-cell;
  vertical-align: middle;
}

.sugotokuMenuItem dt {
  padding: 10px 0;
  border-right: 1px solid #73787e;
  font-size: 16px;
  width: 4em;
  text-align: center;
}

.sugotokuMenuItem dt span {
  font-size: 11px;
  display: block;
}

.sugotokuMenuItem dd {
  font-size: 12px;
}

.sugotokuMenuItem a {
  display: block;
  color: #fff;
}

.sugotokuMenuItem a > span:first-of-type {
  position: relative;
  display: block;
}

.sugotokuMenuItem a > span:first-of-type::before {
  content: "";
  margin: auto 0;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
}

.sugotokuMenuItem__wrap {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.sugotokuMenuItem__sub,
.sugotokuMenuItem__main {
  padding: 8px 5px;
  display: table-cell;
  vertical-align: middle;
}

.sugotokuMenuItem__sub {
  margin-right: 0;
  width: 58px;
  text-align: center;
}

.sugotokuMenuItem__sub img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.sugotokuMenu__sub--horoscope img {
  width: 64%;
}

.sugotokuMenuItem__main {
  padding-right: 18px;
}

.sugotokuMenuItem__title,
.sugotokuMenuItem__body {
  display: block;
}

.sugotokuMenuItem__title {
  font-weight: bold;
}

.sugotokuMenuItem__title::before {
  content: "―";
  margin-right: 0.4em;
}

.sugotokuMenuItem__title:after {
  content: "―";
  margin-left: 0.4em;
}

.sugotokuMenuItem__body {
  margin-top: 3px;
}

.sugotokuMenuItem__temperatureMax {
  color: #f62d2d;
}

.sugotokuMenuItem__temperatureMin {
  color: #0f91ff;
}

.sugotokuMenuItem__text {
  display: block;
  padding: 8px;
  border-top: 1px dotted #73787e;
  line-height: 1.6;
}

.sugotokuMenuItem__text span {
  padding: 1px 8px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: inline-block;
  color: #161d2d;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .sugotokuMenuItem,
  .sugotokuMenuItem a {
    color: #161d2d;
  }

  .sugotokuMenuItem a > span:first-of-type::before {
    border-color: #161d2d;
  }

  .sugotokuMenuItem__text span {
    color: #fff;
    background-color: #161d2d;
  }
}

/** ------------------------------------------------------------
 * sugotokuRegist
 */
@font-face {
  font-family: 'sugotokuIcon';
  src:  url('/font/sugotokuIcon.eot?lw5gb0');
  src:  url('/font/sugotokuIcon.eot?lw5gb0#iefix') format('embedded-opentype'),
    url('/font/sugotokuIcon.ttf?lw5gb0') format('truetype'),
    url('/font/sugotokuIcon.woff?lw5gb0') format('woff'),
    url('/font/sugotokuIcon.svg?lw5gb0#sugotokuIcon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.sugotokuRegist {
  margin: 20px auto;
  max-width: 430px;
}

.sugotokuRegist + .sugotokuRegist {
  margin-top: -5px;
}

.sugotokuRegist a {
  margin: 0 10px;
  padding: 12px 3.5em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  position: relative;
  line-height: 1.35;
  color: #fff;
  background: #cb0133;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 3px 0 #810120;
          box-shadow: 0 3px 0 #810120;
  text-shadow: 0 2px 1px #810120;
  font-size: 16px;
  font-weight: bold;
}

.sugotokuRegist a br {
  display: none;
}

@media only screen and (max-width: 460px) {
  .sugotokuRegist a br {
    display: block;
  }
}

.sugotokuRegist a:after {
  content: "";
  margin: auto;
  border-width: 2px;
  border-style: solid solid none none;
  border-color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.sugotokuRegist a span {
  display: block;
  font-size: 11px;
}

.sugotokuRegist--apple a {
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.sugotokuRegist--apple a img {
  max-width: 100%;
}

/*
/*
.sugotokuRegist--apple a {
  background-color: #333;
  text-shadow: 0 2px 1px #000;
  -webkit-box-shadow: 0 3px 0 #000;
          box-shadow: 0 3px 0 #000;
}

.sugotokuRegist--apple a:before {
  content: "\eabe";
  margin: auto;
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1em;
  top: 0;
  left: 30px;
  bottom: 0;
  font-family: "sugotokuIcon";
  font-size: 1.4em;
  font-weight: normal;
}
*/

/** ------------------------------------------------------------
 * sugotokuLoggedInFooter
 */
.sugotokuLoggedInFooter {
  padding: 4px 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(203,1,51,0.85);
  font-size: 11px;
  line-height: 1.2;
  z-index: 100;
}

/** ------------------------------------------------------------
 * restoreButton
 */
.restoreButton {
  margin: 15px 10px 20px;
  text-align: center;
}

.courseRegist + .restoreButton {
  margin-top: -25px;
}

.restoreButton > * {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #06a;
  text-decoration: underline;
  font-weight: bold;
}

.restoreButton > *:after {
  content: "";
  margin-left: 0.3em;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: #06a;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  transform: rotate(45deg);
  vertical-align: middle;
}

.restoreButton > *:hover {
  text-decoration: none;
}
