html {
  background: none;
}
body {
  font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-attachment: fixed;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}
p {
    margin: 0px;
}
:focus, a:focus {
    outline: none;
}
input, select {
    border: 1px solid #605e5c;
}
input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, select:focus {
    border: 1px solid rgba(41, 110, 198, 0.5);
}
.container {
  text-align: center;
  width: 100%;
  display: table;
  height: 75vh;
  padding: 0px;
}
#api {
  margin: 0 auto;
}
.col-lg-6 {
  max-width: 470px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.row {
  width: 100%;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
ul {
  padding: 0;
}
#simplemodal-container .simplemodal-data {
    padding: 5px 8px;
    overflow: hidden;
    background-color: white;
    border-radius: 3px;
    font-style: italic;
}
/** Social Button Styles **/
#SignInWithLogonNameExchange {
  background-color: #333333;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1.0em;
  margin-left: auto;
}
#SignInWithLogonNameExchange:hover {
  background-color: #999999;
}
#AmazonExchange:hover {
    background-color: #36474f !important;
}
#FacebookExchange:hover {
    background-color: #3B5595 !important;
}
#LINEExchange:hover {
  background-color: #3b953b !important;
}
#GitHubExchange:hover {
    background-color: #0f0f0f !important;
}
#GoogleExchange:hover {
    background-color: #C64A29 !important;
}
#LinkedInExchange:hover {
    background-color: #0274b3 !important;
}
#MicrosoftAccountExchange:hover {
    background-color: #01a4ef !important;
}
#QQExchange:hover {
    background-color: #1a97df !important;
}
#TwitterExchange:hover {
    background-color: #1DA1F2 !important;
}
#WeChatExchange:hover {
    background-color: #4cc522 !important;
}
#WeiboExchange:hover {
    background-color: #e81123 !important;
}
.buttons #continue:disabled {
  margin: 0 auto;
  width: 60%;
  height: 50px;
  background-color: #333333;
  opacity: .3;
  border-radius: 0.5rem;
  border: none;
  color: white;
  font-size: 1em;
}
#alertbutton {
  margin: 0 auto;
  padding-top:5px;
  width: 60%;
  height: 50px;
  background-color: #333333;
  opacity: 1;
  border-radius: 0.5rem;
  border: none;
  color: white;
  font-size: 1.5em;
  box-shadow: 0 0px 30px 0px #dae1f7;
}

.buttons #continue,#emailVerificationControl_but_send_code,#emailVerificationControl_but_verify_code,#emailVerificationControl_but_send_new_code,#emailVerificationControl_but_change_claims {
  margin: 10px auto;
  width: 60%;
  height: 50px;
  background-color: #333333;
  opacity: 1;
  border-radius: 0.5rem;
  border: none;
  color: white;
  font-size: 1em;
  box-shadow: 0 0px 30px 0px #dae1f7;
}
.buttons #continue:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #999999;
  border-color: #204d74;
}
.buttons #cancel {
  padding: 0;
  margin-left: auto;
  background: none;
  border: 0;
  width: 120px;
  position: absolute;
  background-color: transparent;
  top: 2px;
  left: 15px;
  font-size: 1em;
  color: #505050;
  box-shadow: none;
  text-align: left;
}
.buttons #cancel:hover {
  color: black !important;
}
.buttons #cancel:before {
  padding: 10px;
  vertical-align: sub;
  zoom: 90%;
  display: inline-block;
}
#attributeList ul {
  padding: 0;
}
#attributeList ul li {
  list-style: none;
  margin: 1rem 0;
}
label {
  font-weight: 600;
}
#attributeList ul li label {
  float: left;
  /**display: none !important;**/
}
#attributeList ul li.CheckboxMultiSelect label,
#attributeList ul li.RadioSingleSelect label {
    display: block !important;
}
#attributeList ul li label[for=country] {
  float: left;
  display: inline-block !important;
  margin-bottom: 0.5rem;
}
#attributeList ul li label[for=cpiminternal_legalCountry] {
  float: none;
  display: block !important;
  text-align: left;
  margin-bottom: 0.5rem;
}
#attributeList ul li label[for=cpiminternal_dateOfBirth] {
  float: none;
  text-align: left;
  display: block !important;
  margin-bottom: 0.5rem;
}
#attributeList ul li input {
  outline: none;
  height: 50px;
  width: 70%;
  border-radius: 0.5rem;
  text-indent: 20px;
  box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
}
.typeMailAdd #attributeList ul li input {
  width: 100%;
}
.typePWD #attributeList ul li input {
  width: 100%;
}


/*
#extension_dateOfBirth_year{
  margin-right:0 !important;
}
*/
#attributeList ul li input::-webkit-input-placeholder {
  text-indent: 20px;
}
#attributeList ul li .attrEntry.validate input:invalid, #attributeList ul li .attrEntry.validate input.invalid {
    border: 1px solid #bb0000;
}
#attributeList ul li .attrEntry .verify {
    margin-top: 2rem;
    padding-bottom: 10px;
    position: relative;
}
#attributeList ul li .attrEntry .verify #email_ver_but_send {
  width: 60%;
  height: 50px;
  background-color: #333333;
  color: white;
  border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_send:hover {
  background-color: #999999;
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify {
    width: inherit;
    padding: 0px 20px;
    height: 50px;
    background-color: #333333;
    color: white;
    margin-right: 5px;
    border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify:hover {
  background-color: #999999;
}
#attributeList ul li .attrEntry .verify #email_ver_but_resend {
    width: inherit;
    padding: 0px 20px;
    border: 0;
    font-size: 1em;
    height: 50px;
    right: 0;
    bottom: -38px;
    background-color: #333333;
    color: white;
    border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_resend:hover {
  background-color: #999999;
}
#attributeList ul li .attrEntry .verify #email_ver_but_edit {
  border: none;
  color: white;
  background-color: #333333;
  width: 60%;
  height: 50px;
  border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_edit:hover {
  background-color: #999999;
}
#attributeList ul li .attrEntry .verify #email_ver_input_label {
  display: none !important;
}
#attributeList ul li .attrEntry .itemLevel {
  display: none;
  grid-row: 2;
  grid-column: 2;
}
#attributeList ul li .attrEntry .dropdown_single {
    height: 45px;
    border-radius: 0rem;
    width: 100%;
    padding-left: 15px;
    box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
}
#attributeList ul li .attrEntry .dropdown_single option:first-child {
    display: block !important;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
  display: table;
  width: 100%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
  border-radius: 0.5rem;
  display: table-cell;
  height: 50px;
  box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
  padding-left: 15px;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_day.day {
  margin-right: 3%;
  width: 23%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_month.month {
  margin-right: 3%;
  width: 38%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_year.year {
  width: 33%;
}
#attributeList ul li .helpLink {
  display: none;
}
#attributeVerification .buttons {
    margin-top: 30px;
}
@media screen and (max-width: 100%) {
  .row .panel-default .panel-body {
      margin-top: 40px;
 }
  .row .panel-default .panel-body .branding img {
      display: block;
      height: 80px;
      width: auto;
      margin: 0 auto;
 }
  .row .panel-default .panel-body .branding h1 {
      display: none;
 }
  .row .panel-default .panel-body h3 {
      font-size: 1.5em;
      margin-top: 15px;
 }
  #attributeVerification #attributeList ul li input {
      width: 60%;
      height: 40px;
      border-radius: 0.5rem;
      border: none;
      text-indent: 10px;
      box-shadow: 0 0px 40px 2px #dae1f7;
 }
  #attributeVerification #attributeList ul li input::-webkit-input-placeholder {
      text-indent: 10px;
 }
  #attributeVerification #attributeList ul li #email {
      width: 65%;
      float: left;
      position: relative;
      z-index: 2;
 }
  #attributeVerification #attributeList ul li #email_ver_but_verify {
      background: none;
      border: 0;
      color: #496ad8;
      font-size: 1em;
      position: relative;
      right: 0;
      top: 60px;
      font-size: 1.1em;
      width: auto;
      z-index: 1;
      height: 20px;
 }
  #attributeVerification #attributeList ul li #email_ver_input {
      min-width: 50%;
      width: 60%;
      float: left;
 }
  #attributeVerification #attributeList ul li #email_ver_but_resend {
      top: 10px;
      font-size: 1.1em;
      height: 20px;
 }
  #attributeVerification #attributeList ul li .attrEntry #email {
      height: 40px;
 }
  #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_send:after {
      content: " Verify";
      font-size: 1.1em;
      font-style: bold;
      margin-left: 40%;
 }
  #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_send {
      height: 40px;
      width: auto;
      float: right;
      overflow: hidden;
      text-indent: -200px;
 }
  #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_edit {
      margin-bottom: 15px;
      border: none;
      color: white;
      background-color: #496ad8;
      border-radius: 0.5rem;
      font-size: 1em;
      box-shadow: 0 0px 40px 2px #dae1f7;
      width: 30%;
      height: 40px;
      overflow: hidden;
      padding-top: 6px;
      margin-left: 40%;
 }
  #attributeVerification #attributeList ul li .attrEntry .verify:after {
      content: " ";
      display: block;
      clear: both;
 }
  #attributeVerification #attributeList #verifying_blurb {
      margin-top: 15px;
 }
  #attributeVerification .buttons #continue {
      height: 40px;
 }
  #attributeVerification .buttons #cancel {
      font-size: 1em;
      left: 40%;
 }
}
.panel, .panel_layout, .panel_layout_row, body, html {
  height: 100%;
}
.accountButton, .buttons button {
    background-color: white;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 60%;
    border: none;
    font-size: 1em;
    color: black;
    cursor: pointer;
    margin-top: 10px;
    margin-right: auto;
    white-space: normal;
  background-color: #333333;
}
.accountButton:hover, .buttons button:hover:not(#emailVerificationControl_but_send_new_code) {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #CCC;
  color: white !important;
}
/** Phone **/
@media only screen and (max-width: 600px) {
    .container .row .panel-default {
        border-radius: 0px;
    }
}

/* ==

　00. グローバルヘッダー

=============================================================================== */
.r2Header {
	position: relative;
	min-width: 950px;
	height: 96px;
	padding: 0 15px;
	border-top: 3px solid #fa0046;
	border-bottom: 1px solid #b4b4b4;
	background-color: #fff;
	box-sizing: border-box;
}
.r2Header-n {
	height: 38px;
}
.r2Header .r2Header_in {
	position: relative;
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
}
.r2Header-n .r2Header_in {
	max-width: 950px;
}
.r2Header .r2Header_logo {
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 1;
	font-size: 10px;
}
.r2Header .r2Header_id {
	position: absolute;
	top: 20px;
	left: 105px;
	line-height: 1;
	font-size: 10px;
}
.r2Header .r2Header_id2 {
	line-height: 1;
	padding: 10px 0 0;
	font-size: 10px;
}
.r2Header .r2Header_sub {
	display: none !important;
	line-height: 1;
	font-size: 10px;
}
.r2Header .r2Header_utility {
	position: absolute;
	top: 15px;
	right: 179px;
	line-height: 1;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.5em;
}
.r2Header .r2Header_utility li {
	display: inline-block;
	margin: 0 0 0 14px;
	vertical-align: top;
	letter-spacing: normal;
}
.r2Header .r2Header_utility a {
	color: #1e1e1e;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .r2Header .r2Header_utility a:hover {
	opacity: 0.6;
}
.r2Header .r2Header_utility a::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 4px;
	margin: 0 6px 0 0;
}
.r2Header .r2Header_utility a::before {
	background: url(/common/images/rn03/ico_arw01.png) left top no-repeat;
	vertical-align: 0.1em;
}
.r2Header .r2Header_utility a[target=_blank]::before {
	width: 13px;
	height: 10px;
	background: url(/common/images/rn03/ico_blank01.png) left top no-repeat;
	vertical-align: -0.1em;
}
.r2Header .r2Header_global {
	position: absolute;
	top: 13px;
	right: 0;
	line-height: 1;
	padding: 0 0 0 13px;
	font-size: 10px;
}
.r2Header .r2Header_global::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 14px;
	background-color: #bfbfbf;
}
.r2Header .r2Header_global a {
	transition: opacity .3s;
}
.d_hover .r2Header .r2Header_global a:hover {
	opacity: 0.6;
}
.r2Header .r2Header_form {
	position: absolute;
	top: 46px;
	right: 304px;
	letter-spacing: -0.5em;
}
.r2Header .r2Header_text {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 132px;
	height: 24px;
	padding: 0 10px;
	border: none;
	border-radius: 0;
	background-color: #dce1e4;
	color: #000;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
}
.r2Header .r2Header_text::-ms-clear {
	visibility:hidden
}
.r2Header .r2Header_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 0;
	vertical-align: top;
}
.r2Header .r2Header_send {
	transition: opacity .3s;
}
.d_hover .r2Header .r2Header_send:hover {
	opacity: 0.6;
}
.r2Header .r2Header_contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 46px;
	right: 0;
	width: 285px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	letter-spacing: -0.5em;
}
.d_ipad .r2Header .r2Header_contact {
	-webkit-text-size-adjust: none;
}
.r2Header .r2Header_contact a {
	display: block;
	position: relative;
	line-height: 22px;
	color: #1e1e1e;
	text-decoration: none;
}
.r2Header .r2Header_contact a {
	transition: opacity .3s;
}
.d_hover .r2Header .r2Header_contact a:hover {
	opacity: 0.6;
}
.r2Header .r2Header_catalog {
	width: 160px;
	letter-spacing: normal;
}
.r2Header .r2Header_qa {
	width: 125px;
	letter-spacing: normal;
}
.r2Header .r2Header_qa a {
	text-align: right;
}
.r2Header .r2Header_qa a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #1e1e1e;
}
.r2Header .r2Header_catalog a::before,
.r2Header .r2Header_qa a::before {
	content: "";
	display: inline-block;
	margin: 0 8px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}
.r2Header .r2Header_catalog a::before {
	width: 12px;
	height: 15px;
	background-image: url(/common/images/rn03/svg/nav_ico05.svg);
	background-size: 12px 15px;
	vertical-align: -0.15em;
}
.r2Header .r2Header_qa a::before {
	width: 16px;
	height: 10px;
	background-image: url(/common/images/rn03/svg/nav_ico06.svg);
	background-size: 16px 10px;
	vertical-align: -0.05em;
}
.r2Header .r2Header_social {
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	line-height: 1;
	letter-spacing: -0.5em;
}
.r2Header .r2Header_social li {
	display: inline-block;
	margin: 0 0 0 14px;
	vertical-align: top;
	letter-spacing: normal;
}
.r2Header .r2Header_social li a {
	transition: opacity .3s;
}
.d_hover .r2Header .r2Header_social li a:hover {
	opacity: 0.6;
}
.r2Header .r2Header_hide {
	display: none !important;
}
.r2Header .r2Header_hide2 {
	display: none !important;
}

/* ==

　00. ★グローバルフッター

=============================================================================== */
.r2Footer {
	min-width: 950px;
	margin: 24px 0 0;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
.r2Footer a {
	color: #4d4d4f;
	text-decoration: none;
}
.r2Footer a:hover {
	text-decoration: underline;
}
.r2Footer_social {
	line-height: 1;
	margin: 0 0 20px;
	letter-spacing: -0.5em;
	text-align: center;
}
.r2Footer_social li {
	display: inline-block;
	margin: 0 0 0 14px;
	vertical-align: top;
	letter-spacing: normal;
}
.r2Footer_social li a {
	transition: opacity .3s;
}
.d_hover .r2Footer_social li a:hover {
	opacity: 0.6;
}
.r2Footer_wrapper {
	border-bottom: 3px solid #fa0046;
}
.r2Footer_in {
	width: 950px;
	margin: 0 auto;
}
.r2Footer_main {
	line-height: 1.2;
	padding: 0 0 8px;
	font-size: 12px;
	overflow: hidden;
}
.r2Footer_main li {
	float: left;
	margin: 0 13px 0 -7px;
	padding: 0 0 0 6px;
	border-left: 1px solid #4d4d4f;
	color: #4d4d4f;
	list-style-type: none;
}
.r2Footer_sub {
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 5px 0 0;
	font-size: 11px;
	overflow: hidden;
}
.r2Footer_sub li {
	float: left;
	margin: 0 13px 0 -7px;
	padding: 0 0 0 6px;
	border-left: 1px solid #4d4d4f;
	color: #4d4d4f;
	list-style-type: none
	}
.r2Footer_copy {
	display: block;
	line-height: 1.1;
	padding: 0 0 15px;
	font-size: 11px;
	text-align: right;
	color: #4d4d4f;
}
.r2Footer ul::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

=============================================================================== */
.r3Footer {
	min-width: 950px;
	padding: 24px 0 0;
	background-color: #fff;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.r3Footer a {
	color: #4D4D4F;
	text-decoration: none;
}
.r3Footer a:hover {
	text-decoration: underline;
}
.r3Footer .r3Footer_social {
	line-height: 1;
	margin: 0 0 23px;
	letter-spacing: -0.5em;
	text-align: center;
}
.r3Footer .r3Footer_social li {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
	letter-spacing: normal;
}
.r3Footer .r3Footer_social li:first-child {
	margin-left: 0;
}
.r3Footer .r3Footer_social li a {
	transition: opacity .3s;
}
.d_hover .r3Footer .r3Footer_social li a:hover {
	opacity: 0.6;
}
.r3Footer .r3Footer_top {
	padding: 0 0 23px;
	border-bottom: 3px solid #fa0046;
}
.r3Footer .r3Footer_nav {
	width: 950px;
	line-height: 1;
	margin: 0 auto;
	color: #4D4D4F;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.5em;
}
.r3Footer .r3Footer_nav li {
	display: inline-block;
	position: relative;
	margin: 0 13px 0 0;
	letter-spacing: normal;
}
.r3Footer .r3Footer_nav li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -7px;
	width: 1px;
	height: 12px;
	background-color: #4D4D4F;
}
.r3Footer .r3Footer_nav li:last-child {
	margin-right: 0;
}
.r3Footer .r3Footer_nav li:last-child::before {
	content: none;
}
.r3Footer .r3Footer_btm {
	padding: 25px 0 33px;
}
.r3Footer .r3Footer_copy {
	display: block;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	color: #4D4D4F;
	text-align: center;
}
.r3Footer .r3Footer_copy span {
	margin: 0 12px 0 0;
}
p.ToolTips {
    margin: 0;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #dc143c;
    color: #dc143c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    top: 100px;
    left: 20px;
    position: absolute;
    z-index: 100;
}
