.bgColor02,.bgColor11{color: #fff;}
.flexBox {display: flex;}
.disib {white-space: nowrap;}
.bgColor11 {background: #005BAC!important;}
.bgColor12 {background: #FFD8D8!important;}
.contentsImgText {margin-bottom: 30px;}
.contentsText {margin-bottom: 20px;}
.ttlImg {margin: 90px auto 60px;}
div[id*="point"] {margin: 40px auto 20px;}
div[id*="point"] .img {margin-bottom: 40px;}
.hd_wrap .hd_02 {
  margin-bottom: 40px;
  font-size: 34px;
  text-align: center;
}
.contentsCol2Wrap {margin-bottom: 0;}
.contentsCol2Wrap .img {margin-bottom: 20px;}
.contentsCol2Wrap .col {width: calc(50% - 6px); padding-right: 0!important; padding-left: 0!important;}
.contentsCol2Wrap .col:nth-of-type(odd) {margin-right: 12px;}

p + p:not(.col p) {margin-top: 25px;}

div[class*="tableStyleWrap"] {margin-bottom: 30px;}
table thead th {font-size: 16px;}
.tableStyleWrap table {line-height: inherit;}
.tableStyleWrap table th, .tableStyleWrap table td {padding: 13px;}

.tableStyleWrap02 table th, .tableStyleWrap02 table td {padding: 8px 16px;}
.tableStyleWrap02 table th {font-weight: bold;}
#point05 + .tableStyleWrap02 table th,#point05 + .tableStyleWrap02 table td {padding: 15px 10px;}

#contents .hd_wrap .hd_03 {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
#contents .hd_wrap .hd_03::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #949494, #949494 7px, transparent 0);
  background-size: 9px 1px;
  background-repeat: repeat-x;
}
/* ---------------sp------------------ */
@media screen and (max-width: 767px) {
  #contentsAreaInner .spOnly {display: inline-block!important;}
  .pageTtl {padding-left: 15px; padding-right: 15px;}
  .pageTtl h1{margin-bottom: 30px;}
  .pageTtl h1+p {text-align: left;}
  .ttlImg {margin: 70px auto 30px;}
  .ttlImg img {max-width: 260px!important;}
  div[id*="point"] {margin: 40px auto 30px;}
  div[id*="point"] .img {margin-bottom: 25px;}
  #contents .hd_wrap .hd_02 {margin-bottom: 30px;}
  .contentsCol2Wrap .col {width: 100%;}
  .contentsCol2Wrap .col:nth-of-type(odd) {margin-right: 0;}

  table thead th {font-size: 16px;}
  .tableStyleWrap02 table th, .tableStyleWrap02 table td {padding: 9px 12px;}
  th.w50p {width: 42%!important;}
  th.w20p {width: 25%!important;}
  #point05 + .tableStyleWrap02 thead th {padding-top: 3px; padding-bottom: 3px;}
  #point05 + .tableStyleWrap02 table th {padding-left: 5px;padding-right: 5px;}
}

/* ---------------flexTable------------------ */
.flexTable * {
  box-sizing: border-box;
}
.flexTable table thead th,.flexTable table td {
  width: 50%;
}
table th.pcOnly {visibility: hidden;}
@media screen and (max-width: 767px) {
  .flexTable tr {
    display: flex;
    flex-wrap: wrap;
  }
  .flexTable table th,.flexTable table td {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexTable .col1 {
    width: 100%!important;
    border-top: none;
    border-bottom: none;
  }
  .flexTable thead tr th:last-of-type,
  .flexTable tr td:last-of-type {border-left: none;}
}

/* ---------------anchorBox------------------ */

.anchorBox {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 80px;
}
.anchorBox li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc((100% - 20px) / 3);
  background: #F6F6F6;
  border-radius: 4px;
  overflow: hidden;
}
.anchorBox li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #BFBFBF solid 1px;
  box-sizing: border-box;
  border-radius: 4px;
  pointer-events: none;
}
.anchorBox li:nth-of-type(3n) {margin-right: 0;}
.anchorBox li a {
  display: block;
  position: relative;
  height: 100%;
  color: #404040;
  font-weight: bold;
}
.anchorBox li a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 8px;
  background: url(/cfd/information/beginner_forfx/common_fx/images/forfx_ic01.webp) top left/ 100% 100% no-repeat;

}
.anchorBox li a p {
  padding: 5px;
  background: #005BAC;
  color: #fff;
}
.anchorBox li a div {
  padding: 10px 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: calc(100% - 34px);
  box-sizing: border-box;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .anchorBox {display: block; margin-bottom: 60px;}
  .anchorBox li {
    width: 100%;
    margin-right: 0;
  }
  .anchorBox li a {
    display: flex;
    padding: 0;
  }
  .anchorBox li a:before {
    width: 22px;
    height: 12px;
    right: 30px;
    left: auto;
    top: 20%;
  }
  .anchorBox li a p {
    padding: 16px 17px;
    line-height: 1.1;
  }
  .anchorBox li a p span {
    display: block;
    font-size: 30px;
  }
  .anchorBox li a div {
    padding: 10px 64px 10px 25px;
    justify-content: flex-start;
    height: auto;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 924px) {
  .anchorBox li {width: calc((100% - 10px) / 2);}
  .anchorBox li:nth-of-type(3n) {margin-right: 10px;}
  .anchorBox li:nth-of-type(even) {margin-right: 0;} 
}
@media screen and (max-width: 359px) {
  .anchorBox li a div br {display: none;}
}
/* ---------------boxBlock------------------ */
.boxBlock02 {
  margin-top: 30px;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  background: #EFEFEF;
}
.boxBlock02 .ttl {
  position: relative;
  padding: 8px;
  background: #E02020;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.boxBlock02 .ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #E02020;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg)skew(14deg,14deg);
}
.boxBlock02 .txt {display: inline-block; position: relative; z-index: 2;padding-left: 40px;}
.boxBlock02 .ttl .txt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 28px;
  height: 26px;
  background: url(/cfd/information/beginner_forfx/common_fx/images/forfx_ic02.webp) top left/ 100% 100% no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
.boxBlock02 div {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .boxBlock02 {margin-top: 40px;}
  .boxBlock02 .ttl::before {bottom: -6px;}
  .boxBlock02 div {padding: 30px 18px;}
  .boxBlock02 .txt {padding-left: 0;}
  .boxBlock02 .ttl .txt::before {left: -50px;width: 32px;height: 30px;}
}