@charset "utf-8";

.list-dot-01.caution > li {
  font-size: initial;
}

@media print, screen and (max-width: 768px) {
  .nav-toc-02 li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-right: 0px;
  }
  .nav-toc-02 li a {
    white-space: normal;
  }
}

/* ----------------------------------------------------------------------------------------------
3通貨ペアの魅力 スワップポイント
---------------------------------------------------------------------------------------------- */
#swapPointArea .oosElected .box-03 {
  padding: 20px 0 10px;
}
#swapPointArea .box-01 {
  margin: 0 5%;
  padding: 0.5em 1.0% 0.3em;
  border: none;
}
#swapPointArea .col {
  /* padding: 0px 0px 25px; */
  padding: 0px 0px 15px;
}
#swapPointArea .col .ttl {
  margin-bottom: 10px;
  padding: 8px 0;
  font-size: 18px;
  font-weight:bold;
  color: #ffffff;
  text-align: center;
  background: #999999;
}
#swapPointArea .col .countryBox {
  overflow: hidden;
}
#swapPointArea .col .countryBox .country {
  float: left;
  max-width: 122px;
  width: 42.65%;
  padding-left: 4.9%;
}
#swapPointArea .col .countryBox .country .countryName {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:bold;
  text-align: center;
  line-height: 1.6;
}
#swapPointArea .col .countryBox .country figure {
  max-width: 122px;
  width: 100%;
  margin: 0 auto;
}
#swapPointArea .col .countryBox .country .rate {
  position: relative;
  margin-top: 13px;
  padding: 9px 0 5px;
  border: 2px solid #4e4e4e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
}
#swapPointArea .col .countryBox .country .rate:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  width: 23px;
  height: 10px;
  margin: 0 auto;
  background: url(/fx/img2019/icn_arr_02.png) no-repeat center top;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
#swapPointArea .col .countryBox .country .rate dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:bold;
  text-align: center;
  line-height: 1.2;
}
#swapPointArea .col .countryBox .country .rate dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight:bold;
  text-align: center;
  line-height: 1.2;
}
#swapPointArea .col .rateDifference {
  position: relative;
  margin-top: 80px;
  margin-top: 20px;/* 106の復活に伴い消す */
}
/* #swapPointArea .col .rateDifference:before { 下向き矢印後で戻す
  position: absolute;
  content: "";
  top: -67px;
  left: 0;
  right: 0;
  width: 55px;
  height: 52px;
  margin: 0 auto;
  background: url(/fx/img2019/icn_arr_01.png) no-repeat center top;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
} */
#swapPointArea .col .rateDifference dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:bold;
  line-height: 1.2;
}
#swapPointArea .col .rateDifference dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:bold;
  line-height: 1.2;
}
#swapPointArea .col .rateDifference dd .average {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight:bold;
  color: #ba001b;
  line-height: 1.2;
}
#swapPointArea .col .pgh-plain-01{
  font-weight: 700;
}
#swapPointArea .col .average_spread {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight:bold;
  color: #ba001b;
  line-height: 1.2;
}
#swapPointArea .swapPointNote {
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 0 0 30px;
}
@media screen and (max-width: 1135px){
  #swapPointArea .box-01 {
    margin: 0 6%;
    padding: 0.8em 2%;
    font-size: 100%;
  }
  #swapPointArea .oosElected .col {
    padding: 0px 0px 25px;
  }
  #swapPointArea .col .ttl {
    font-size: 20px;
  }
  #swapPointArea .col .countryBox .country {
    float: left;
    max-width: inherit;
    width: 42.65%;
    padding-left: 4.9%;
  }
  #swapPointArea .col .countryBox .country .countryName {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #swapPointArea .col .countryBox .country figure {
    max-width: 200px;
    width: 100%;
  }
  #swapPointArea .col .countryBox .country .rate dt {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
  }
  #swapPointArea .col .countryBox .country .rate dd {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
  }
  #swapPointArea .col .rateDifference dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #swapPointArea .col .rateDifference dd {
    font-size: 20px;
    font-size: 2rem;
  }
  #swapPointArea .col .rateDifference dd .average {
    font-size: 48px;
    font-size: 4.8rem;
  }
  #swapPointArea .col .average_spread {
    font-size: 40px;
    font-size: 4.0rem;
  }
  #swapPointArea .swapPointNote {
    max-width: 92%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 500px){
  #swapPointArea .col .countryBox .country .countryName {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #swapPointArea .col .countryBox .country .rate dt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    display: block;
  }
  #swapPointArea .col .countryBox .country .rate dd {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------
ハンガリーフォリント/円はスプレッドの狭さも魅力！
---------------------------------------------------------------------------------------------- */
.flag {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 27px;
  margin: 6px 10px 0 0;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.flag.flag_huf {
  background: url(/shared2019/img/flag/icn_flag_hu.png) no-repeat left center;
  background-size: 40px auto;
}

/* ----------------------------------------------------------------------------------------------
キャッシュバック金額table
---------------------------------------------------------------------------------------------- */
.cashbackTable td{
  text-align: center;
}
.cashbackTable td:last-child {
  color: #e00025;
}
.table-layout{
  display: flex;
  gap: 10px;
}
.table-layout .cashbackTable td:last-child {
  color: initial;
}
.table-layout .cashbackTable tr:nth-child(even) td {
  background-color: #e3f7fe;
}
.table-layout .cashbackTable td.attention {
  color: #e00025;
  font-weight: 700;
}

@media print, screen and (max-width: 1000px){
  .table-layout{
    flex-direction: column;
    gap: 0;
  }
  .table-layout table:first-child{
    margin-bottom: 0;
  }
  .table-layout table:last-child thead{
    display: none;
  }
  .table-layout table:last-child,
  .table-layout table:last-child td{
    border-top: none;
  }
}


/* ----------------------------------------------------------------------------------------------
取引所FXの口座開設方法
---------------------------------------------------------------------------------------------- */
.boxHead {
  text-align: center;
  background-color: #485157;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
}
.numIco li > span {
  width: 25px;
  color: #fff;
  background-color: #7f1084;
  text-align: center;
  border-radius: 13px;
}
@media print, screen and (max-width: 768px) {
  .camp-digest-01 .pict {
    margin-bottom: 15px;
  }
  .camp-digest-01 .title,
  .camp-digest-01 .text {
    padding-left: 0;
  }
  .camp-digest-01 .title {
    width: calc(100% - 112px);
    margin-bottom: 15px;
  }
  .camp-digest-01 .title p {
    padding: 30px 0 0 0;
  }
  .camp-digest-01 .text {
    clear: both;
    width: auto;
    float: none;
  }
}
