@charset "utf-8";

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

TOPページ
~/index.html

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

/*==== インシデント時ブリテン =============*/
.cautionArea09 {
  text-align: center;
  background-color: #ffeeed;
}

main .cautionArea09 p {
  background-color: #ffeeed;
  color: #ff0000;
  padding: 20px 30px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
}

main .cautionArea09 p a,
main .cautionArea09 p a:link,
main .cautionArea09 p a:visited,
main .cautionArea09 p a:active {
  color: #ff0000;
}

.cau_mark {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  top: 5px;
}

.cau_mark:after {
  position: absolute;
  top: -1px;
  left: 15%;
  content: '!';
  display: inline-block;
  width: 13px;
  height: 13px;
  font-weight: bold;
  color: #fff;
}

.mvWrap {
  background: linear-gradient(90deg, #fff112 0%, #fff112 50%, #004097 50%, #004097 100%);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 390px;
}

.mvWrap picture {
  max-width: 960px;
  margin: 0 auto;
}

.jdjno1 figcaption {
  font-size: 11px;
  line-height: 1.5;
}

.jdjno1_txt {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

/*==== CP SLIDER =============*/
.cpList {
  font-size: 12px;
}

li.cpWrap {
  width: calc((100% - 80px) / 5);
  position: relative;
  word-break: break-all;
  margin: 0 10px; / /* 4枚以下の時*/
  /*margin: 0 20px 0 0; /* 5枚以上の時*/
}

li.cpWrap a {
  color: #666;
}

li.cpWrap a::after {
  content: none;
}

p.cpList {
  margin-top: 10px;
}

.cp_date {
  width: 176px;
  font-size: 10px;
  margin-top: 5px;
}

.cp_ttl {
  width: 176px;
  font-size: 12px;
  font-weight: bold;
}

.slick-prev:before {
  content: '<';
}

.slick-next:before {
  content: '>';
}

.slick-prev:before,
.slick-next:before {
  color: #ccc;
  font-weight: bold;
}

/* 以下キャンペーンのジャンルタグ */
.cp_category-dstock {
  width: 176px;
  background-color: #2774cc;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.cp_category-fx {
  width: 176px;
  background-color: #052b85;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.cp_category-ipo {
  width: 176px;
  background-color: #069fe2;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.cp_category-wNavi {
  width: 176px;
  background-color: #1d51bb;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.cp_category-neoW {
  width: 176px;
  background-color: #0e3ac4;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.cp_category-iDeCo {
  width: 176px;
  background-color: #67d5e9;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.cp_category-other {
  width: 176px;
  background-color: #707070;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
/* 以下キャンペーンのジャンルタグここまで */



.serviceArea .layoutWrap02 {
  word-break: break-all;
}

.layoutWrap-ipow {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.col2.ipoWrap {
  margin: 22px 0 60px 40px;
}

.col2.neoWrap {
  margin-right: 40px;
}

.col2.ipoWrap img.ipow_img,
.col2.neoWrap img.ipow_img {
  display: block;
  margin: 20px auto;
}

.serviceArea .layoutWrap02:nth-child(3) {
  border-bottom: 1px solid #dcdcdc;
}

.layoutWrap-btn {
  display: flex;
  justify-content: center;
}

a.pointDetailBtn::after {
  margin-left: 3px;
}

.experiencesArea.container {
  margin-top: 80px;
}

.readMoreBtn {
  background-color: #eef2f5;
  border-radius: 30px;
  color: #2774cc;
  text-align: center;
  max-width: 315px;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  order: 3;
  cursor: pointer;
  outline: none;
  display: block;
}

.readMore_content {
  padding: 20px 0 0;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
}

.readMore_content .point {
  padding: 20px;
  position: relative;
  border: 1px solid #004ea7;
}

.readMore_content .point::before {
  content: url(../image/start/invest/point_img_01.png);
  position: absolute;
  top: 0;
  left: 0;
}

.readMore_content .point li {
  color: #ff7b00;
  list-style: disc;
  margin-bottom: 10px;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.5;
}

.readMore_content .point li:last-child {
  margin-bottom:0px;
}

details > summary.readMoreBtn::after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  top: -1px;
  right: -10px;
  position: relative;
}

details[open] > summary.readMoreBtn::after {
  content: "-";
  font-size: 22px;
  font-weight: bold;
  top: -1px;
  right: -10px;
  position: relative;
}

details > summary.readMoreBtn::-webkit-details-marker {
  display: none;
}


h3.newsTtl {
  color: #fff;
  background-image: none;
  background-color: #004EA7;
  border: 2px solid #004EA7;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin: 0;
}

h3.maintenanceTtl {
  color: #004EA7;
  background-image: none;
  background-color: #fff;
  border: 2px solid #004EA7;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin: 0;
}

i {
  font-style: normal;
}

i.tag-dstock::after {
  content: "国内株式";
  background-color: #2774cc;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-fx::after {
  content: "FX";
  background-color: #052b85;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-ipo::after {
  content: "ひとかぶIPO";
  background-color: #069fe2;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-neoW::after {
  content: "ネオW";
  background-color: #0e3ac4;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-iDeCo::after {
  content: "iDeCo";
  background-color: #67d5e9;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-wNavi::after {
  content: "WealthNavi";
  background-color: #1d51bb;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-press::after {
  content: "プレス";
  background-color: #333;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-other::after {
  content: "その他";
  background-color: #707070;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

.tag-important::after {
  content: "重要";
  background-color: #d20505;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}

main .newsArea .pdf {
  padding-right:20px;
  background:url(../image/common/pdf_icon_01.png) 100% 2px no-repeat;
  background-size:14px auto;
}

main .newsArea .blank.pdf {
  padding-right:20px;
  background:url(../image/common/pdf_icon_01.png) 100% 2px no-repeat;
  background-size:14px auto;
}

.new:after {
  font-family: FuturaMaxiCG;
  content: "NEW";
  font-size: 10px;
  font-weight: bold;
  color: #ff7b00;
  vertical-align: middle;
  margin-left: 3px;
}
.newsDetail {
  padding: 20px 5px;
  border-bottom: 1px dotted #ccc;
}

.newsDetail a {
  display: inline;
}

.newsDetail a::after {
  content: none;
}

.newsDetail a p {
  display: inline;
}

.newsDetail time {
  font-size: 12px;
  margin-right: 10px;
  color: #364859;
}

.newsDetail_date {
  margin-bottom: 5px;
}

.newsDetail i:nth-child(2) {
  padding-left: 5px;
}



/*==== SBIグループリスト =============*/
/* ------ 481px以上 --------*/
nav.group-list {
  border-top: 5px solid #0058a2;
  background-color: #2774cc;
  padding-top: 35px;
  padding-bottom: 40px;
  color: #fff;
  line-height: 1.4;
}
  
h2.group-list-ttl {
  font-size: 14px;
  font-weight: bold;
  width: 980px;
  margin: 0 auto 20px auto;
  color: #fff;
  text-align: left;
  padding-bottom: 0;
}

h2.group-list-ttl::after {
  content: none;
}

nav.group-list > div {
  margin-bottom: 30px;
}

nav.group-list div {
  text-align: center;
}

.div-gpt-ad-Wrapper {
  display: flex;
  justify-content: center;
}

.div-gpt-ad-Wrapper > div {
  margin: 0 12px;
}

nav.group-list div > iframe {
  text-align: center;
  margin-bottom: 10px;
}

nav.group-list > ul {
  width: 980px;
  margin: 0 auto;
  clear: both;
}

nav.group-list ul > li {
  display: flex;
  margin-bottom: 10px;
}

nav.group-list ul .group-title {
  width: 150px;
}

nav.group-list ul ul {
  text-align: left;
  width: 850px;
}

nav.group-list ul ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #FFF;
}

nav.group-list ul ul li:last-child {
  border-right: none;
}

nav.group-list li {
  font-size: 11px;
}

nav.group-list li a {
  color: #FFF;
  text-decoration: underline;
}

nav.group-list li a.blank {
  color: #FFF;
  text-decoration: underline;
  background-size: 12px auto;
}

.group-list li a:hover {
  text-decoration: none;
}

.group-list li a::after {
  content: none;
}
  
nav.group-list .group-title {
  font-weight: bold;
  display: inline-block;
}
  
/* ------ 480px以下 --------*/
@media screen and (max-width:480px) {
  main .cautionArea09 p {
    margin-bottom: 0;
    width: auto;
  }
  
  .mvWrap {
    background: none;
    height: auto;
    display: block;
  }
  
  .mvWrap picture img {
    width: 100%;
    height: auto;
  }
  
  .cpSlider.container {
    margin-left: 20px;
    padding: 0;
    overflow: hidden;
    width: calc(100% - 20px);
  }
  
  .cpSlider {
    position: relative;
  }
  
  .cpSlider .slick-list {
    overflow: visible;
  }
  
  li.cpWrap {
    margin: 0 20px 0 0;
  }
  
  li.cpWrap p {
    width: 100%;
  }
  
  p.cpList {
    padding-right: 20px;
  }
  
  .leadArea img:not(.tryInvestment-img) {
    width: 100%;
    height: auto;
  }
  
  .col2.fxWrap {
    margin-top: 80px;
  }
  
  .col2.ipoWrap {
    margin: 80px 0 auto;
  }
  
  .col2.ipoWrap .btn02 {
    margin-bottom: 40px;
  }
  
  .col2.neoWrap {
    margin: 80px 0 auto;
  }
  
  .layoutWrap-btn {
    display: block;
  }
  
  .layoutWrap-btn p {
    margin: 40px 0;
  }
  
  .securityArea .sbiCcc h4 {
    margin: 0 auto;
  }
  
  .securityArea .sbiCcc img {
    width: 100%;
    height: auto;
    margin: 5px auto;
  }
  
  .securityArea .sbiCcc p,
  .securityArea .sbiSys p {
    margin-top: 0;
  }
  
  .securityArea .sbiSys {
    margin-top: 40px;
  }
  
  .securityArea .sbiSys img {
    margin-bottom: 20px;
  }
  
  .experiencesArea .col2 {
    margin-top: 40px;
  }
  
  .maintenanceArea {
    margin-top: 80px;
  }
  
  nav.group-list {
    border-top: 4px solid #0058a2;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    line-height: 1.4;
  }

  nav.group-list > div {
    margin-bottom:30px;
  }

  nav.group-list div {
    text-align: center;
  }
  
  nav.group-list div > iframe {
    text-align:center;
    margin-bottom:10px;
  }
  
  nav.group-list h2 {
    font-size:14px;
    font-weight:bold;
    width:100%;
    margin:0 auto 20px auto;
  }
  
  nav.group-list> ul {
    width:100%;
    margin:0 auto;
    font-size:12px;
  }
  
  nav.group-list ul > li {
    display:block;
    margin-bottom:0px;
  }
  
  nav.group-list ul .group-title {
    width:100%;
    display:block;
    border-top:1px solid #FFF;
    padding-top:17px;
    padding-bottom:17px;
    position:relative;
    font-weight:normal;
  }

  nav.group-list ul .group-title:after {
    content:"+";
    right:10px;
    position:absolute;
    font-size:20px;
    top:8px;
  }

  nav.group-list ul .group-title.on:after {
    content:"-";
  }
  
  nav.group-list ul ul {
    text-align:left;
    width:100%;
    display:none;
  }

  nav.group-list ul ul li {
    display:block;
    padding-right:0px;
    margin-right:0px;
    border-right:none;
    margin-bottom:13px;
  }
  
  nav.group-list ul ul li:last-child {
    border-right:none;
  }

  nav.group-list li {
    font-size:11px;
  }
  
  nav.group-list li a {
    color:#FFF;
    text-decoration:underline;
  }

  nav.group-list li a:hover {
    text-decoration:none;
  }

  nav.group-list div > iframe {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .div-gpt-ad-Wrapper {
    display: flex;
    justify-content:center;
    flex-flow: column;
  }
  
  .div-gpt-ad-Wrapper > div {
    margin: 0;
  }
  
  .group-list > ul {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
  
  .jdjno1 img {
    width: 100%;
    height: auto;
  }
}


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

投資がはじめての方へ
~/beginner/

=============================================*/
.leadArea {
  text-align: center;
}

.leadArea_beginnerImg,
.leadArea p {
  margin-top: 40px;
}

.accountStep {
  text-align: center;
}

.accountStep ul li {
  margin-bottom: 10px;
}

.accountStep-txt {
  display: block;
  margin: 20px auto 0;
  width: 520px;
  text-align: left;
}

.accountStep-txt li {
  display: flex;
}

.accountStep-txt li span {
  margin-right: 10px;
}

.carouselImg.sliderWrap,
.accountStep-slider {
  margin-top: 80px;
}

.sliderWrap ul {
  margin-top: 20px;
  text-align: center;
}

.sliderWrap ul:nth-child(2) {
  margin-top: 20px;
}

.accountStep-sliderTtl {
  text-align: center;
}

.accountStep-sliderTtl h3.noLine {
  margin: 0 0 5px;
}

.accountStep-sliderTtl p {
  margin-top: 20px;
}

.accountStep-slider ul {
  margin-top: 40px;
  text-align: center;
}

.accountStep-slider ul li p.accountStep-slider_longTxt {
  width: 210%;
}

.smallInvestment {
  width: 100%;
  text-align: center;
}

.smallInvestment ul li {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}

.smallInvestment h3 span.pcOnly {
  display: inline-block;
}

.smallInvestment img {
  margin: 40px auto;
}

/* ------ 480px以下 --------*/
@media screen and (max-width:480px) {
  .tryPoint {
    margin-top: 40px;
  }
  
  .accountArea02.wrap {
    padding: 40px 0;
  }
  
  .smallInvestment h3 span.pcOnly {
    display: none;
  }
  
  .smallInvestment h3 span.spOnly {
    display: inline-block
  }
  
  .smallInvestment img {
    width: 100%;
    height: auto;
    margin: 20px auto 40px;
  }
  
  .smallInvestment .layoutWrap03 {
    margin-top: 0;
  }
  
  .smallInvestment .col3:not(:first-child) {
    margin-top: 40px;
  }
  
  .accountStep-txt {
    width: 100%;
  }
  .accountStep-slider ul li p.accountStep-slider_longTxt {
    width: 100%;
  }
  
}


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

株式投資がはじめての方へ
~/beginner/dstock/

=============================================*/
.leadArea h3 {
  margin-top: 80px;
}

.leadArea .col2 {
  text-align: left;
}

.leadArea .col2 p {
  margin-top: 0;
}

.leadArea-img img {
  width: 100%;
}

.dstockMerit {
  margin-top: 40px;
}

.leadArea .dstockMerit p {
  margin-top: 20px;
  text-align: left;
}

.carouselImg.sliderWrap.startDstock {
  margin-top: 40px;
}

.carouselImg.startDstock ul li.stepArrowR::before {
  top: 170px;
}

.startDstock.carouselImg li img {
  width: auto;
  margin: 40px auto 0;
}

.startDstock.sliderWrap ul li p,
.buyDstock.sliderWrap ul li p {
  text-align: left;
}

.buyDstock.carouselImg li img {
  width: 260px;
}

.sliderWrap .layoutWrap {
  margin-top: 0;
}

.beginnerTips {
  display: table;
  margin: 0 auto;
}

.beginnerTips-ttl {
  text-align: center;
  margin-top: 40px;
}

.beginnerTips-ttl:first-child {
  margin-bottom: 0;
}

.failureCases {
  text-align: center;
}

div.failureCases_item {
  margin-top: 60px;
}

.failureCases_item img {
  margin-bottom: 20px;
}

.failureCases_item-wrap {
  width: 570px;
  text-align: left;
  display: inline-block;
}

.failureCases_item-wrap h4 {
  margin-bottom: 20px;
}

.descriptionsWrap {
  text-align: center;
}

.descriptions {
  width: 600px;
  margin: 40px auto 0;
  text-align: left;
}

.disclaimerArea {
  width: 660px;
}

.neoDstock {
  width: auto;
  text-align: center;
}

.neoDstock div {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}

.neoDstock ol li {
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width:480px) {
  .leadArea-img img {
    margin-top: 40px;
  }
  
  .leadArea .dstockMerit img {
    width: auto;
  }
  
  .dstockMerit .col3 {
    margin-bottom: 40px;
  }
  
  .buyDstock.carouselImg li img {
    width: 100%;
  }
  
  .descriptionsWrap p {
    text-align: left;
  }
  
  .failureCases_item img {
    width: 100%;
    height: auto;
  }
  
  .failureCases_item-wrap {
    width: 100%;
  }
  
  .disclaimerArea {
    width: 100%;
  }
  
  .descriptions {
    width: 100%;
  }
}

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

FXがはじめての方へ
~/beginner/fx/

=============================================*/
.indexArea_fxTxt {
  margin: 0 auto 15px;
  text-align: center;
}

.leadArea_fxTxt {
  width: 660px;
  text-align: left;
  display: inline-block;
  margin: 0 auto 40px;
}

.startFx.carouselImg li img {
  width: auto;
  margin: 0 auto 20px;
}

.startFx.carouselImg li img.startFx_ss {
  width: 100%;
}

.startFx.carouselImg li div a::after {
  content: none;
}

.startFx.carouselImg li div img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}

.fxCases,
.container.neoFx {
  max-width: 790px;
}

.fxCases-item div div {
  display: flex;
  align-items: flex-end;
}

.fxCases-item img {
  margin-right: 40px;
}

.neoFx {
  text-align: center;
}

main .wnAccountArea01 {
  background-color: #2774cc;
  padding-top: 40px;
  padding-bottom: 60px;
  width: auto;
  text-align: center;
  margin-top: 80px;
}

main .wnAccountArea01 > div {
  width: 983px;
  margin-left: auto;
  margin-right: auto;
}

main .wnAccountArea01 dt {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  color: #f5fbff;
  margin-bottom: 30px;
}

main .wnAccountArea01 dd {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

main .wnAccountArea01 .btn {
  margin-bottom: 0;
}

main .wnAccountArea01 .btn a {
  background: none;
  background-image: linear-gradient(103deg, #ff7b00, #ffbf00);
  text-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  font-size: 16px;
  width: 320px;
  display: inline-block;
  padding: 10px;
  color: #FFF;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgb(10 29 48 / 20%);
  text-decoration: none;
}

body.biginnerFx main .wnAccountArea01 div.link {
  margin: 30px 0 0;
}

main .wnAccountArea01 ul {
  margin: 40px 0 0;
}

body.biginnerFx main .wnAccountArea01 div.link ul li {
  color: #FFF;
  text-align: center;
  line-height: 1.8;
}

main .wnAccountArea01 ul li a {
  color: #FFF;
  text-decoration: underline;
}

main .wnAccountArea01 ul li a::after {
  margin-left: 0;
}

body.biginnerFx main .wnAccountArea01 div.link ul li a.blank {
  background: none;
  padding-right: 3px;
}


@media screen and (max-width:480px) {
  .leadArea_fxTxt {
    width: 100%;
  }
  
  .fxCases-item div div {
    display: block;
  }
  
  .fxCases-item img {
    margin: 0 auto 20px;
    display: block;
  }
  
  .neoFx {
    text-align: left;
  }
  
  .container.neoFx {
    width: 100%;
  }
  
  main .wnAccountArea01 {
    background-color: #2774cc;
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  main .wnAccountArea01 > div {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }
  
  main .wnAccountArea01 dt {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    color: #f5fbff;
    margin-bottom: 30px;
    width: 100%;
  }
  
  main .wnAccountArea01 dd {
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  main .wnAccountArea01 dd img {
    width: 100%;
    height: auto;
  }
  
  main .wnAccountArea01 .btn {
    margin-bottom: 0;
  }
  
  body.biginnerFx main .wnAccountArea01 .btn a {
    background: none;
    background-image: linear-gradient(103deg, #ff7b00, #ffbf00);
    text-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    font-size: 20px;
    width: 90%;
    display: inline-block;
    padding: 10px;
    color: #FFF;
    border-radius: 30px;
    box-shadow: 0 4px 10px 0 rgb(10 29 48 / 20%);
    min-width: auto;
    font-size: 14px;
  }
}

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

Tポイントディスクレーマー 20220428

=================================================*/
.t-disclaimerWrap {
  margin: 120px 0;
  word-break: break-all;
}

.t-disclaimer {
  font-size: 14px;
  text-align: left;
}

main section dl.t-disclaimer dd p,
main section dl.t-disclaimer dt {
  font-size: 14px;
}

main section dl.t-disclaimer dt {
  margin-bottom: 30px;
  font-weight: bold;
}

main section dl.t-disclaimer dd p {
  margin-bottom: 15px;
}

main section dl.t-disclaimer dd a::after {
  content: none;
}

.t-disclaimer dd div {
  margin: 20px 0;
  font-size: 14px;
}

main section dl.t-disclaimer div dl {
  margin-bottom: 5px;
}

main section dl.t-disclaimer div dt {
  margin-bottom: 5px;
}
