@charset 'euc-jp';

/* article */
.section {
  overflow: hidden;
  width: 1100px;
}

.section .title-h3 {
  margin: 50px 0 0 0;
}

.section .details {
  padding: 30px 0 0 0;
}

/* container -layout- */
.container {
  line-height: 2.0;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 60px 50px 60px;
  background: #fff;
}

.container .article {
  margin: 40px 0 0 0;
}

.container.underlayer .article {
  position: relative;
  margin: 70px 0 0 0;
}

/* .column */
.column {
  margin: 0;
}

.column > .contents {
  float: left;
  width: 730px;
}

.column.single > .contents {
  float: none;
  width: auto;
}

.column > .contents .column2 {
  width: 760px;
}

.column > .contents .column2 .summary {
  width: 350px;
  margin: 0 30px 0 0;
}

.column > .contents .icon {
  position: relative;
  margin-left: 8px;
  text-indent: 0;
}

.column > .floatR {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  float: right;
  width: 350px;
}

.column.single > .floatR {
  position: static;
}

.column > .floatR .hint {
  position: absolute;
  display: none;
  word-break: break-word;
}

.column > .floatR .hint li {
  margin: 20px 0 0 0;
}

.column > .floatR .hint li:first-child {
  margin: 0;
}

.column > .floatR .hint li.utility a {
  display: inline-block;
  margin: 0 0 20px 0;
}

.column > .floatR .hint li .title {
  display: block;
  line-height: 1.8;
  padding: 3px 0 0 0;
  font-weight: bold;
}

.column > .floatR .hint li .title > span {
  margin: 0 8px 0 0;
  padding: 2px 8px;
  background: #3fb2f3;
  color: #ffffff;
}

.column > .floatR .hint li .title + p {
  margin: 10px 0 0 0;
}

.column > .floatR .hint li span .icon:first-child {
  margin-left: 0;
}

.column > .floatR .hint li ul {
  margin: 10px 0;
  padding: 0 0 0 1em;
}

.column > .floatR .hint li ul li {
  margin: 0;
  text-indent: -1em;
}

.column > .floatR .hint li em {
  font-weight: bold;
}

.column .section {
  overflow: visible;
  width: 730px;
}

.column.single .section {
  overflow: visible;
  width: auto;
}

.column .floatR .more {
  padding: 0 24px 0 0;
  text-align: left;
}

.column .floatR .more a {
  font-size: 2.0rem;
  position: relative;
  padding: 20px 2px 20px 15px;
  border: 1px solid #102040;
  background: #102040;
}

.column .floatR .more a:after {
  top: -1px;
  right: -65px;
  border-top: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #102040;
}

/* more */
.more {
  font-size: 1.4rem;
  line-height: 2.0;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0 24px 0 0;
  text-align: right;
}

.more a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
  height: 22px;
  padding: 0 2px 0 6px;
  color: #fff;
  border: 1px solid #004b93;
  border-radius: 5px 0 0 5px;
  background: #004b93;
}

.more a:after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #004b93;
}

/* step */
.step {
  font-size: 1.4rem;
  line-height: 1.6;
}

.step .center {
  text-align: center;
}

.step p {
  margin: 20px 0 0 0;
}

.step > ul,
.step > div > ul {
  margin: 30px 0 0 0;
}

.step > ul > li,
.step > div > ul > li {
  position: relative;
  margin: 90px 0 0 0;
  text-align: center;
  background: none;
}

.step ul > li .title-h4,
.step ul > li .title-h5 {
  margin-bottom: 15px;
  text-align: left;
}

.step > ul > li:first-child,
.step > div > ul > li:first-child {
  margin: 0;
}

.step > ul > li span,
.step > ul > li p,
.step > ul > li ul,
.step > div > ul > li span,
.step > div > ul > li p,
.step > div > ul > li ul {
  font-size: 1.6rem;
  display: block;
  margin: 0 0 1em 0;
  text-align: left;
}

.step > ul > li .aside .small p {
  font-size: 1.4rem;
}

.step > ul > li table p,
.step > ul > li table ul,
.step > ul > li table span {
  font-size: 1.4rem;
}

.step > ul > li:first-child span,
.step > div > ul > li:first-child span {
  margin: 0;
}

.step > ul > li img,
.step > div > ul > li img {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #989898;
  box-sizing: border-box;
}

.step > ul > li img:first-child,
.step > div > ul > li img:first-child {
  margin: 0;
}

.column .step ul li table {
  margin: 25px 0;
}

.step .actual img {
  width: auto;
}

.step > ul > li:before,
.step > div > ul > li:before {
  position: absolute;
  top: -60px;
  right: 45%;
  width: 0;
  height: 0;
  content: '';
  border-top: 37px solid #ddd;
  border-right: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 37px solid transparent;
}

.step > ul > li:first-child:before,
.step > div > ul > li:first-child:before {
  display: none;
}

.step > ul > li .aside,
.step > div > ul > li .aside {
  margin: 30px 0;
}

/* list style */
.list-style-01 {
  margin: 1em 0 0 0;
  padding: 0 0 0 1em;
  text-align: left;
}

.list-style-01 li {
  text-indent: -1em;
}

.list-style-02 {
  padding: 0 0 0 1em;
  text-align: left;
}

.list-style-02 > li {
  text-indent: -1em;
}

.list-style-02 > li:before {
  content: '\30FB';
}

/* icon */
.icon {
  position: relative;
  top: 5px;
  display: inline-block;
  padding: 0 8px 0 0;
  text-align: center;
  background: url(../img/common/icons.png) no-repeat;
}

.icon.anchor {
  width: 20px;
  height: 20px;
  background-position: -5px -5px;
}

.icon.arrow-bottom {
  width: 12px;
  height: 12px;
  background-position: -35px -5px;
}

.icon.arrow-top {
  width: 12px;
  height: 12px;
  background-position: -57px -5px;
}

.icon.blank {
  width: 16px;
  height: 14px;
  background-position: -35px -27px;
}

.icon.exclamation {
  width: 20px;
  height: 20px;
  background-position: -79px -5px;
}

.icon.list {
  width: 20px;
  height: 20px;
  background-position: -5px -35px;
}

.icon.pagetop {
  width: 16px;
  height: 16px;
  background-position: -61px -35px;
}

.icon.question {
  width: 15px;
  height: 15px;
  background-position: -35px -61px;
}

/* btn */
.btn {
  margin: 50px 0;
  text-align: center;
}

.btn a {
  font-size: 2.4rem;
  position: relative;
  padding: 10px 65px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #bf0000;
}

.btn a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../img/common/icon_btn_arrow.png) left top no-repeat;
}

/* .remarks */
.remarks {
  font-size: 1.3rem;
  padding: 0 2px;
}

.remarks .enclose {
  padding: 10px 10px;
  border: 2px solid #fff;
  background: #fff4f4;
  box-shadow: #ffd5d5 0 0 0 2px;
}

/* overview */
.overview {
  width: 1100px;
}

.overview p + p {
  margin: 1em 0 0 0;
}

.overview .video {
  width: 600px;
  margin: 15px auto 0 auto;
  border: none;
}

.overview .video iframe {
  border: none;
}

/* page index */
.page-index {
  font-size: 1.4rem;
}

.page-index li {
  margin: 5px 20px 0 0;
}

.page-index li::before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 8px 0 0;
  content: '';
  text-align: center;
  background: url(../img/common/icons.png) no-repeat;
  background-position: -5px -5px;
}

.page-index.line li {
  display: inline-block;
}

/* step transition */
.transition {
  position: relative;
  display: none;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 20px;
  border-bottom: 1px solid #f4f3f1;
  background: #fff;
  box-shadow: #f4f3f1 0 2px 10px 0;
}

.business-login .transition,
.login .transition {
  display: block;
}

.business-login .container,
.login .container {
  margin-top: 110px;
}

.business-login .transition ol:nth-child(2) {
  display: none;
}

.login .transition ol:nth-child(1) {
  display: none;
}

.transition ol {
  position: relative;
  width: 920px;
  margin: 0 auto;
}

.transition ol::before,
.transition ol::after {
  position: absolute;
  top: -8px;
  height: 79px;
  padding: 6px 15px 0 15px;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: bold;
  z-index: 5;
}

.transition ol:nth-child(1)::before {
  width: 100%;
  content: "\697D\5929\30D3\30B8\30CD\30B9\30ED\30B0\30A4\30F3";
  background: #ffeaea;
  color: #102040;
}

.transition ol:nth-child(2)::before {
  width: 100%;
  content: "R-Login";
  background: #ffeaea;
  color: #102040;
}

.transition ol li {
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  z-index: 10;
  min-width: 225px;
  min-height: 50px;
  text-align: center;
  vertical-align: top;
}

.transition ol li a {
  display: block;
  text-decoration: none;
  color: #696969;
}

.transition ol li span {
  position: relative;
  top: 6px;
  line-height: 1.3;
  display: block;
  margin: 0 0 0 20px;
  padding: 42px 0 0 0;
}

.transition ol li a::before {
  position: absolute;
  top: 34px;
  left: -101px;
  display: block;
  width: 100%;
  content: '';
  border-bottom: 1px solid #989898;
}

.transition ol li:first-child a::before {
  display: none;
}

.transition ol li a::after {
  position: absolute;
  top: 26px;
  left: 114px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  background: #989898;
  color: #ffffff;
  font-size: 1.1rem;
}

.transition ol li:nth-child(1) a::after {
  content: "1";
}

.transition ol li:nth-child(2) a::after {
  content: "2";
}

.transition ol li:nth-child(3) a::after {
  content: "3";
}

.transition ol li:nth-child(4) a::after {
  content: "4";
}

.transition ol li:nth-child(5) a::after {
  content: "5";
}

.transition ol li:nth-child(6) a::after {
  content: "6";
}

.transition ol li:nth-child(7) a::after {
  content: "7";
}

.transition ol li.active a,
.transition ol li:hover a {
  font-weight: bold;
  color: #102040;
}

.transition ol li.active a {
  cursor: default;
}

.transition ol li.active a::after,
.transition ol li:hover a::after {
  background: #102040;
}

.transition .notes {
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  right: 20px;
}

.transition .notes ul li {
  margin: 6px 0 0 0;
  padding: 2px 10px;
}

.business-login .transition ol li {
  min-width: 178px;
}

.business-login .transition ol li a::before {
  left: -78px;
}

.business-login .transition ol li a::after {
  left: 90px;
}

/* header menu */
.g-header .g-header-main .nav ul li .menu-items {
  position: absolute;
  z-index: 20;
  top: 60px;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 275px;
  padding: 15px 15px 15px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  font-size: 1.3rem;
}

.g-header .g-header-main .nav ul li .menu-items .icon-menu {
  margin: 10px 0 0 0;
}

.g-header .g-header-main .nav ul li .menu-items dl dt {
  font-weight: bold;
}

.g-header .g-header-main .nav ul li .menu-items dl dd + dt {
  margin: 15px 0 0 0;
}

.g-header .g-header-main .nav ul li .menu-items dl dd {
  margin: 0;
  padding: 0 0 0 10px;
}

.g-header .g-header-main .nav ul li .menu-items ul li a {
  position: relative;
  display: block;
  margin: 6px 0 0 0;
  padding: 0 0 0 15px;
  color: #102040;
}

.g-header .g-header-main .nav ul li .menu-items ul li a:hover {
  text-decoration: underline;
}

.g-header .g-header-main .nav ul li .menu-items ul li a::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #102040;
}

.g-header .g-header-main .nav ul li .menu-items::before {
  position: absolute;
  top: -15px;
  left: 86px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.g-header .g-header-main .nav ul li .menu-items .home {
  font-size: 1.3rem;
  text-align: right;
}

.g-header .g-header-main .nav ul li .menu-items .others {
  font-size: 1.2rem;
  margin: 10px 0 0 0;
  padding: 10px 10px 0;
  border-top: 1px dotted #ddd;
}

.g-header .g-header-main .nav ul li .menu-items .others li {
  margin: 2px 0 0 0;
}

.g-header .g-header-main .nav ul li .menu-items .others li:first-child {
  margin: 0;
}

/* about R-Login */
.about-rlogin .overview .enclose {
  margin: 15px 0 0 0;
}

.about-rlogin .overview .enclose::before {
  display: block;
  float: left;
  content: "";
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
  background: #bf0000 url(../img/about/icon_key.png) center center no-repeat;
}

.about-rlogin .overview .enclose p + p {
  margin: 1em 0 0 0;
}

.about-rlogin .overview .enclose ol {
  margin: 0 0 10px 0;
}

.about-rlogin .overview .enclose ol li span {
  display: inline-block;
  width: 25px;
  margin: 0 10px 0 0;
  background: #bf0000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.top .about-business-login .overview::before {
  display: block;
  float: left;
  content: "";
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
  background: #bf0000 url(../img/business/about/icon_padlock.png) center center no-repeat;
}

.top .about-business-login .overview > .enclose {
  padding-left: 120px;
}

.about-business-login .overview > .enclose ul,
.about-business-login .overview > .enclose ol {
  margin-top: 1em;
}

.about-business-login .overview > .enclose .note {
  margin-top: 1em;
  font-size: 1.4rem;
}

.about-business-login .two-factor-authentication .floatL {
  width: 700px;
  margin: 0 20px 0 0;
}

.about-business-login .two-factor-authentication .floatR {
  width: 380px;
}

/* about Business-Login */
.about-business-login p + p {
  margin-top: 1em;
}

/* hint number */
.hint-number i {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 8px;
  background: #3fb2f3;
  color: #ffffff;
  font-style: normal;
}

/* faq */
.faq .figure {
  display: block;
}

.faq > dl,
.faq dd {
  margin: 0;
}

.faq > dl {
  position: relative;
  margin: 20px 0 0 0;
  font-size: 1.4rem;
}

.faq > dl > dt,
.faq > dl > dd {
  padding: 5px 20px 5px 50px;
}

.faq > dl > dt:hover {
  cursor: pointer;
}

.faq > dl > dd {
  display: none;
}

.faq > dl > dd > dl dt {
  margin: 1em 0 0 0;
}

.faq > dl > dd > dl dt:first-child {
  margin: 0;
}

.faq > dl > dd > dl dd {
  padding: 0 0 0 1.3em;
}

.faq > dl > dt {
  position: relative;
  background: #f0f0f0;
}

.faq > dl > dt:hover {
  background: #e2e2e2;
}

.faq > dl > dt:first-child {
  border: none;
}

.faq > dl > dt:before,
.faq > dl > dd:before {
  font-weight: bold;
  position: absolute;
  left: 20px;
  color: #102040;
}

.faq > dl > dt:before {
  content: 'Q.';
}

.faq > dl > dd + dt {
  margin: 1px 0 0 0;
}

.faq > dl > dd:before {
  content: 'A.';
}

.faq > dl > dt:after {
  display: block;
  position: absolute;
  right: 30px;
  top: 36%;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/icons.png) no-repeat;
  background-position: -35px -5px;
}

.faq > dl > dt.active:after {
  background-position: -57px -5px;
}

/* step */
.login.step4 .service .floatL,
.login.step4 .service .floatR {
  width: 355px;
}

.login.step4 .service {
  display: block;
  /* border: 1px solid #adadad; */
  border-radius: 5px;
  color: #000000;
  text-decoration: none;
}

.login.step4 .service p {
  padding: 100px 0 0 0;
  text-align: center;
  font-size: 1.4rem;
}

.login.step4 .service img {
  display: block;
  margin: 20px 0 0 0;
}

.login.step4 .service .rlogin {
  background: url(../img/step4/step_04_01_01.png) center top no-repeat;
}

.login.step4 .service .rms {
  background: url(../img/step4/step_04_01_02.png) center top no-repeat;
}

.login.step4 .service a {
  display: inline-block;
  width: 255px;
  padding: 10px 65px;
  border-radius: 5px;
  background: #bf0000;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.login.step4 .service a:hover {
  cursor: pointer;
}

.business-login.step5 .login-button a {
  display: inline-block;
  padding: 10px 65px;
  border-radius: 5px;
  background: #bf0000;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
}



/* environment */
.environment table th {
  width: 20%;
}