/**
 * consumer/guide/css/guide.css
 * createdAt: 2016.03.31
 * updatedAt: 2016.05.24
 * updatedAt: 2021.10.25
 * updatedAt: 2025.03.18
 */

/*========================================

  .c5-TabBox2_top

========================================*/
.c5-TabBox2_top {
  margin: 80px 0 0;
  border-bottom: 2px solid #bfbfbf;
}
.c5-TabBox2_top .c5-TabBox2 {
  border-left: 7px solid #ffffff;
}
.c5-TabBox2_top .c5-TabBox2:first-child{
  border-left: none;
}
.c5-TabBox2_top .c5-TabBox2 a {
	background-color: #e2deed;
	color: #614c9b;
	padding: 20px 35px;
	border-bottom: solid 7px #fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.c5-TabBox2_top .c5-TabBox2 a.current {
	background-color: #614c9b;
	color: #fff;
	border-bottom: 7px solid #614c9b;
}

@media (max-width: 639px) {
  .c5-TabBox2_top {
    margin: 40px 0 0;
  }
  .c5-TabBox2_top .c5-TabBox2 a {
    padding: 10px 15px;
  }
}


/*========================================

  article

========================================*/
article sup {
  position: relative;
  top: 0.2em;
  padding: 0 3px 0 2px;
  font-size: 62.5%;
}
article p.note {
  margin-top: 5px;
  font-size: 75%;
  line-height: 1.4;
}
article .tag {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 16px;
  min-width: 90px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
article .tag.orange {
  color: #614c9b;
  border: 2px solid #614c9b;
}
article .tag.large {
  font-size: 13px;
}
article .tagDiscon {
  background: #737373;
  border: 2px solid #737373;
  color: #fff;
  position: relative;
  display: border-block;
  vertical-align: middle;
  top: -0.4em;
  padding: 2px 16px;
  min-width: 90px;
  font-size: 13px;
  line-height: 1;
}
article .tagDiscon2 {
  background: #737373;
  border: 1px solid #737373;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.2em;
  margin-left: 10px;
  padding: 3px 8px;
  font-size: 13px;
  line-height: 1;
}
article a.btn-org {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  width: 300px;
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  background-color: #614c9b;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
article a.btn-org2 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  width: 200px;
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  background-color: #614c9b;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
article a.btn-org:after {
  content: '\e866';
  font-family: "fontello";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  line-height: 1;
  margin-top: -5px;
}
article a.btn-org2:after {
  content: '\e866';
  font-family: "fontello";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  line-height: 1;
  margin-top: -5px;
}
article .clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*========================================

  .gid-intro

========================================*/
.gid-intro {
  margin: 40px 0 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #313131;
}
.gid-intro h1 {
	font-size: 187.5%;
	font-weight: normal;
	line-height: 1.3;
	color: #614c99;
	text-align: center;
}
.gid-intro p {
  margin-top: 13px;
  font-size: 100%;
  line-height: 1.6;
  text-align: center;
}
.gid-intro .img-box {
  margin-top: 35px;
  line-height: 0;
}
.gid-intro .img-box img {
  width: 100%;
  height: auto;
}

@media (max-width: 639px) {
  .gid-intro h1 {
    font-size: 162.5%;
  }
}
@media (max-width: 320px) {
  .gid-intro h1 {
    font-size: 156.3%;
  }
  .gid-intro p br {
    display: none;
  }
}

/*----------------------------------------
  .necessary
----------------------------------------*/
.necessary {
  margin: 10px 0 0;
  font-size: 0;
  text-align: center;
}
.necessary .nec {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 0;
}
.necessary .nec img {
  width: 100%;
  height: auto;
}
.necessary .nec.multi {
  position: relative;
  top: -0.8em;
  margin: 0 20px;
  font-size: 50px;
  line-height: 1;
}
.necessary .pdt {
  vertical-align: bottom;
  text-align: center;
}
.necessary .pdt + .pdt {
  margin-left: 30px;
}
.necessary .nec.rc-s380 img {
  max-width: 93px;
}
.necessary .nec.rc-s390 img {
  max-width: 92px;
}
.necessary .nec.pdt em {
  display: block;
  margin-top: 5px;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.4;
}
.necessary .nec.pdt span {
  display: block;
  margin-top: 3px;
  font-size: 75%;
  line-height: 1.4;
}
.necessary .nec.pdt .discon {
  background-color:#737373;
  border: 1px solid #737373;
  color:#fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.2em;
  margin-left: 10px;
  padding: 3px 10px;
  line-height: 1;
  font-size: 10px;
}
.necessary .exp {
  margin-top: 13px;
  font-size: 87.5%;
  line-height: 1.35;
}
.necessary .txt-01 {
  margin-top: 13px;
  font-size: 81.3%;
  line-height: 1.2;
}
.necessary .txt-02 {
  margin-top: 0;
  font-size: 68.8%;
  line-height: 1.2;
}
.necessary .tag {
  margin-top: 10px;
}
.necessary .btn-org {
  margin-top: 15px;
  width: auto;
  font-size: 13px;
  line-height: 23px;
}

@media (max-width: 639px) {
  .necessary {
    margin: 30px 0 0;
  }
  .necessary .nec.multi {
    position: static;
    display: block;
    margin: 10px 0;
    font-size: 40px;
  }
  .necessary .pdt {
    display: block;
    padding: 15px 0 0;
    border-top: 1px dotted #ddd;
  }
  .necessary .pdt + .pdt {
    margin: 15px 0 0;
  }
  .necessary .pdt-img {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 15px;
    width: 30%;
  }
  .necessary .pdt-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .necessary .exp {
    margin-top: 5px;
  }
  .necessary .exp br {
    display: none;
  }
}

/* .etax
----------------------------------------*/
.necessary.etax .nec-01 {
  margin-bottom: 30px;
}
.necessary.etax .nec-01 img {
  max-width: 236px;
}

@media (max-width: 639px) {
  .necessary.etax .nec-01 {
    margin-bottom: 0;
  }
}

/* .money
----------------------------------------*/
.necessary.money .nec-01 {
  margin-bottom: 30px;
}
.necessary.money .nec-01 img {
  max-width: 416px;
}

@media (max-width: 639px) {
  .necessary.money .nec-01 {
    margin-bottom: 0;
  }
}

/* .trans
----------------------------------------*/
.necessary.trans .nec-01 img {
  max-width: 117px;
}


/*========================================

  .gid-ability

========================================*/
.gid-ability {
  margin: 45px 0 0;
}
.gid-ability h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.3;
  color: #614c9b;
  text-align: center;
}
.gid-ability .list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.gid-ability .list:after {
  clear: both;
  display: block;
  content: "";
}
.gid-ability .item {
  float: left;
  box-sizing: border-box;
  /*padding: 20px;*/
  padding: 2.1052631%;
  text-align: center;
  background: #e2deed;
}
.gid-ability .item2 {
  box-sizing: border-box;
  /*padding: 20px;*/
  padding: 2.1052631%;
  text-align: center;
  background: #e2deed;
}
.gid-ability .item-img {
  margin: 0 0 20px;
  line-height: 0;
}
.gid-ability .item img {
  width: 100%;
  height: auto;
}
.gid-ability .grid-04 .item {
  /*margin-left: 20px;
  width: 222px;*/
  margin-left: 2.1052631%;
  width: 23.368421%;
}
.gid-ability .grid-03 .item {
  /*margin-left: 40px;
  width: 290px;*/
  margin-left: 4.2105263%;
  width: 30.5263157%;
}
.gid-ability .grid-02 .item {
  /*margin-left: 50px;
  padding: 30px 25px;
  width: 450px;*/
  padding: 3.1578947% 2.6315789%;
  margin-left: 5.2631578%;
  width: 47.368421%;
}
.gid-ability .item:first-child {
  margin-left: 0;
}
.gid-ability .item h1 {
  margin-top: 10px;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.35;
  color: #614c9b;
  text-align: center;
}
.gid-ability .item2 h1 {
  margin-top: 10px;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.35;
  color: #614c9b;
  text-align: center;
}
.gid-ability .item h4 {
  margin-top: 10px;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.35;
  color: #614c9b;
  text-align: center;
}
.gid-ability .item2 h4 {
  margin-top: 10px;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.35;
  color: #614c9b;
  text-align: center;
}
.gid-ability .item p {
  margin-top: 10px;
  font-size: 87.5%;
  line-height: 1.57;
  text-align: left;
}
.gid-ability .item2 p {
  margin-top: 10px;
  font-size: 87.5%;
  line-height: 1.57;
  text-align: left;
}
.gid-ability .item p.note {
  margin-top: 5px;
  font-size: 56.3%;
}
.gid-ability .item2 p.note {
  margin-top: 5px;
  font-size: 56.3%;
}
.gid-ability p.note {
  margin-top: 10px;
  font-size: 68.8%;
}

@media (max-width: 639px) {
  .gid-ability .list {
    margin: 10px 0 0;
  }
  .gid-ability .item {
    float: none;
    margin: 10px 0 0 !important;
    padding: 20px !important;
    width: auto !important;
  }
}

/*----------------------------------------
  max-width
----------------------------------------*/
.gid-ability.etax .item img {
  max-width: 110px;
}
.gid-ability.money .item img {
  max-width: 226px;
}
.gid-ability.trans .item img {
  max-width: 293px;
}

@media (max-width: 639px) {
  .gid-ability.money .item img {
    max-width: 200px;
  }
  .gid-ability.trans .item img {
    max-width: 200px;
  }
}


/*========================================

  .gid-howto

========================================*/
.gid-howto {
  margin: 40px 0 0;
  padding: 49px;
  padding: 5.1578947%;
  border: solid 1px #989898;
}
.gid-howto h2 {
  margin-bottom: 10px;
  font-size: 137.5%;
  font-weight: normal;
  line-height: 1.3;
  color: #614c9b;
}
.gid-howto p {
  font-size: 87.5%;
  line-height: 1.7;
}
.gid-howto p.note {
  margin-top: 5px;
  font-size: 75%;
  line-height: 1.4;
}
.gid-howto p.caution {
  color: #eb0000;
}
.gid-howto .btn-box {
  margin-top: 15px;
  font-size: 0;
  text-align: right;
}
.gid-howto .btn-box + .btn-box {
  margin-top: 6px;
}
.gid-howto .tag + a.btn-org {
  margin-left: 5px;
}
.gid-howto .tag + a.btn-org2 {
  margin-left: 5px;
}

@media (max-width: 639px) {
  .gid-howto {
    margin: 50px 0 0;
    padding: 30px 0 0;
    border: none;
    border-top: solid 1px #313131;
  }
  .gid-howto h2 {
    margin-bottom: 15px;
    font-size: 150%;
    text-align: center;
  }
  .gid-howto .btn-box {
    margin-top: 20px;
    text-align: left;
  }
  .gid-howto .btn-box + .btn-box {
    margin-top: 10px;
  }
  .gid-howto a.btn-org {
    display: block;
    margin: 0 !important;
    padding: 10px 10px;
    width: auto;
    height: auto;
    line-height: 1.2;
    text-align: center;
  }
  .gid-howto a.btn-org:after {
    display: none;
  }
}


/*----------------------------------------
  .etax
----------------------------------------*/
.gid-howto.etax ol {
  list-style: none;
}
.gid-howto.etax .item {
  position: relative;
  padding: 23px 0 23px 48px;
}
.gid-howto.etax .item:last-child {
  padding-bottom: 0;
}
.gid-howto.etax .no {
  position: absolute;
  top: 0.15em;
  left: 0;
  font-size: 54px;
  line-height: 1.0;
  color: #614c9b;
}
.isIE .gid-howto.etax .no {
  top: 0.3em;
}
.gid-howto.etax h3 {
  margin-bottom: 10px;
  padding: 4px 15px;
  font-size: 112.5%;
  line-height: 1.4;
  color: #614c9b;
  background-color: #e2deed;
}

@media (max-width: 639px) {
  .gid-howto.etax .item {
    position: relative;
    margin: 15px 0 0;
    padding: 20px 15px !important;
    border: 1px solid #989898;
  }
  .gid-howto.etax .no {
    position: static;
    margin: 0 auto 20px;
    font-size: 40px;
    text-align: center;
  }
  .gid-howto.etax h3 {
    padding: 0;
    background-color: transparent;
  }
}

/* .to-movie
----------------------------------------*/
.gid-howto .to-movie {
  margin-top: 50px;
  padding: 25px;
  border: 1px solid #614c9b;
  overflow: hidden;
}
.gid-howto .to-movie p {
  float: left;
  padding: 0;
  line-height: 21px;
  font-size: 14px;
}
.gid-howto .to-movie a.btn {
  float: right;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  color: #614c9b;
  text-align: left;
  background-color: transparent;
}
.gid-howto .to-movie a.btn:after {
  content: '\e866';
  font-family: "fontello";
  margin: 0 0 0 10px;
}

@media (max-width: 639px) {
  .gid-howto .to-movie {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
  }
  .gid-howto .to-movie p {
    float: none;
    margin: 0 0 20px;
    text-align: left;
  }
  .gid-howto .to-movie a.btn {
    float: none;
    text-align: center;
  }
}


/*----------------------------------------
  .money
----------------------------------------*/
.gid-howto.money .intro:after {
  clear: both;
  display: block;
  content: "";
}
.gid-howto.money .intro .txt-box {
  float: left;
  /*width: 530px;*/
  margin-top: 40px;
  width: 62.3529411%;
}
.gid-howto.money .intro .img-box {
  float: right;
  /*width: 290px;*/
  width: 34.117647%;
}
.gid-howto.money .intro .img-box img {
  width: 100%;
  height: auto;
}

.gid-howto.money ul {
  list-style: none;
}
.gid-howto.money .item {
  position: relative;
  padding: 25px 0 25px 126px;
}
.gid-howto.money .item:last-child {
  padding-bottom: 0;
}
.gid-howto.money .logo {
  position: absolute;
  left: 0;
  max-width: 103px;
  width: 12.117647%;
  line-height: 0;
  text-align: center;
}
.gid-howto.money .logo img {
  width: 100%;
  height: auto;
}
.gid-howto.money .item h3 {
  margin-bottom: 7px;
  font-size: 112.5%;
  line-height: 1.4;
  font-weight: normal;
}

@media (max-width: 639px) {
  .gid-howto.money .intro .txt-box {
    float: none;
    margin: 0;
    width: auto;
  }
  .gid-howto.money .intro .img-box {
    float: none;
    margin: 20px 0 0;
    width: auto;
  }
  .gid-howto.money .item {
    position: relative;
    margin: 15px 0 0;
    padding: 20px 15px !important;
    border: 1px solid #989898;
  }
  .gid-howto.money .logo {
    position: static;
    margin: 0 auto 20px;
    width: auto;
  }
  .gid-howto.money .logo img {
    width: 85%;
  }
}

/*----------------------------------------
  .trans
----------------------------------------*/
.gid-howto.trans .app-info {
  position: relative;
  display: table;
  margin: 30px 0 0;
  width: 100%;
}
.gid-howto.trans .app-info .app-logo {
  display: table-cell;
  vertical-align: middle;
  width: 103px;
  line-height: 0;
}
.gid-howto.trans .app-info .app-logo img {
  width: 100%;
  height: auto;
}
.gid-howto.trans .app-info .app-txt {
  display: table-cell;
  vertical-align: middle;
}
.gid-howto.trans .app-info strong {
  display: block;
}

@media (max-width: 639px) {
  .gid-howto.trans .app-info {
    display: block;
    margin: 15px 0 0;
    padding: 20px 15px !important;
    width: auto;
    border: 1px solid #989898;
  }
  .gid-howto.trans .app-info .app-logo {
    display: block;
    margin: 0 auto 15px;
  }
  .gid-howto.trans .app-info .app-txt {
    display: block;
  }
  .gid-howto.trans .app-info strong {
    font-size: 112.5%;
  }
}


/* .trans.sfcard
----------------------------------------*/
.gid-howto.trans.sfcard .app-img {
  float: right;
  margin: 25px auto 0;
  max-width: 339px;
  width: 39.8823529%;
  line-height: 0;
}
.gid-howto.trans.sfcard ul {
  float: left;
  /*width: 475px;*/
  width: 55.8823529%;
  list-style: none;
}
.gid-howto.trans.sfcard .app-img img {
  width: 100%;
  height: auto;
}
.gid-howto.trans.sfcard .item {
  position: relative;
  padding: 23px 0 0 48px;
}
.gid-howto.trans.sfcard .item:last-child {
  padding-bottom: 0;
}
.gid-howto.trans.sfcard .no {
  position: absolute;
  top: 0.15em;
  left: 0;
  font-size: 54px;
  line-height: 1.0;
  color: #614c9b;
}
.isIE .gid-howto.trans.sfcard .no {
  top: 0.3em;
}
.gid-howto.trans.sfcard h3 {
  margin-bottom: 10px;
  padding: 4px 15px;
  font-size: 112.5%;
  line-height: 1.4;
  color: #614c9b;
  background-color: #e2deed;
}

@media (max-width: 639px) {
  .gid-howto.trans.sfcard .app-img {
    float: none;
    width: auto;
  }
  .gid-howto.trans.sfcard ul {
    float: none;
    width: auto;
  }
  .gid-howto.trans.sfcard .item {
    position: relative;
    margin: 15px 0 0;
    padding: 20px 15px !important;
    border: 1px solid #989898;
  }
  .gid-howto.trans.sfcard .no {
    position: static;
    margin: 0 auto 20px;
    font-size: 40px;
    text-align: center;
  }
  .gid-howto.trans.sfcard h3 {
    padding: 0;
    background-color: transparent;
  }
}


/* .trans.other
----------------------------------------*/
.gid-howto.trans.other .item {
  position: relative;
}
.gid-howto.trans.other .img-box img {
  width: 100%;
  height: auto;
}
.gid-howto.trans .item:after {
  clear: both;
  display: block;
  content: "";
}
.gid-howto.trans .case-01 .txt-box {
  /*width: 460px;*/
  width: 54.117647%;
}
.gid-howto.trans .case-01 .img-box {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 273px;*/
  width: 32.117647%;
  line-height: 0;
}
.gid-howto.trans .case-02 {
  margin: 50px 0 0;
}
.gid-howto.trans .case-02 .txt-box {
  /*width: 390px;*/
  width: 45.8823529%;
}
.gid-howto.trans .case-02 .img-box {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 404px;
  width: 47.5294117%;
  line-height: 0;
}

@media (max-width: 639px) {
  .gid-howto.trans.other .txt-box {
    width: auto !important;
  }
  .gid-howto.trans.other .img-box {
    position: static !important;
    margin: 20px auto 0;
    width: auto !important;
  }
}


/*========================================

  .gid-products

========================================*/
.gid-products {
  margin: 60px 0 0;
}
.gid-products h2 {
  font-size: 112.5%;
  line-height: 1.8;
  text-align: center;
}
.gid-products .product-list {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0;
}
.gid-products .item {
  display: inline-block;
  /*margin-left: 46px;*/
  /*width: 400px;*/
  margin-left: 4.8421052%; 
  width: 42.1052631%;
  font-size: 16px;
  text-align: left;
}
.gid-products .item:after {
  clear: both;
  display: block;
  content: "";
}
.gid-products .item .img-box {
  display: table-cell;
  vertical-align: top;
  /*width: 140px;*/
  width: 35%;
  line-height: 0;
  text-align: center;
}
.gid-products .item .img-box img {
  width: 100%;
  height: auto;
}
.gid-products .item .txt-box {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}
.gid-products .discon {
  background-color:#737373;
  border: 1px solid #737373;
  color:#fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.2em;
  margin-left: 10px;
  padding: 3px 10px;
  line-height: 1;
  font-size: 10px;
}
.gid-products .item em {
  display: block;
  margin: 5px 0 3px;
  font-size: 87.5%;
  font-style: normal;
  line-height: 1.4;
}
.gid-products .item h3 {
  font-size: 118.8%;
  font-weight: normal;
  line-height: 1.2;
}
.gid-products .item a.btn {
  position: relative;
  margin-top: 7px;
  padding: 0 5px;
  max-width: 125px;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  background: #614c9b;
}
.gid-products .item a.btn:after {
  content: '\e866';
  font-family: "fontello";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  line-height: 1;
  margin-top: -5px;
}

@media (max-width: 639px) {
  .gid-products h2 br {
    display: none;
  }
  .gid-products .product-list {
    border-bottom: 1px solid #ddd;
  }
  .gid-products .item {
    display: block;
    margin: 0;
    padding: 20px 0;
    width: auto;
    border-top: 1px solid #ddd;
  }
  .gid-products .item .img-box img {
    width: 90%;
  }
  .gid-products .item .txt-box {
    padding: 0;
  }
  .gid-products .item em {
    font-size: 75%;
  }
}
