@charset "utf-8";

/*
Font Size(10px Base)
--------------------
10px * 1rem -> 10px
10px * 1.5rem -> 15px
10px * 2rem -> 20px
10px * 2.5rem -> 25px
*/

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

	Base CSS

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

/* Change Box */

.resp-tab-item,
.resp-accordion {
  background: #92cadf !important;
}

.resp-tab-active {
  background: #0065ac !important;
}

.resp-tabs-container {
  border-radius: 5px;
  border-style: solid !important;
  border-color: #0065ac !important;
}

/* Compliance Base & fiduciaryduty */

.compliance_block,
.fd_block {
  margin: 2em 0 0 0;
}

.resp-tab-content .compliance_block:first-of-type {
  margin: 0;
}

.fd_block:first-of-type {
  margin-top: 3em;
}

.compliance_block > h3,
.fd_block > h3 {
  padding: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 1.4;
  color: #104c7e;
  border-bottom: dashed 1px #ccc;
}
.compliance_block h4 {
  font-weight: bold;
}

.compliance_block p,
.compliance_block ul,
.fd_block p {
  margin-top: 1em;
}
.compliance_block ul ul {
  margin-top: 0;
  margin-left: 1.5rem;
}
.compliance_block ul ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  list-style: disc;
}

.compliance_inquiry {
  margin: 1em 0 0 0;
  border-radius: 5px;
  border: solid 1px #bcd5df;
  background: #fafdff;
}
.compliance_block .update {
  text-align: right;
}

.compliance_inquiry dt {
  color: #104c7e;
}

.list0 {
  margin-left: 1.5em;
}
.list0 li {
  text-indent: -1.5em;
}
.list1 {
  margin-left: 1.5em;
}
.list1 li {
  text-indent: 0;
  list-style-type: disc;
}
.list2 {
  margin-left: 2em;
}
.list2 li {
  text-indent: -2em;
}

.compliance_note {
  font-size: 90%;
  color: rgb(141, 141, 141);
  margin-left: 1em;
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.compliance_company_box {
  border: 1px solid #aaaaaa;
  padding: 1em;
  margin-top: 1em;
  width: 20em;
}


.fd-container--table{
    margin-top: 1.5rem;
    border-top: dashed 1px #ccc;
    th,td{
        display: block;
    width: 100%;
    padding: .5rem;
   
    border-bottom: dashed 1px #ccc;
    }
    th{
        background-color: #eee;
    }

}
.fd-container--table th br{
    display: none;
}
.fd-container--list{
    list-style-type: disc;
    padding-left: 2rem;
}
.fd-container--number{
    list-style-type: decimal;
    padding-left: 2rem;
}

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

	PC Style

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

@media only screen and (min-width: 768px) {
  /* Change Box */

  .resp-tabs-list {
    padding: 0 20px;
  }

  .resp-tab-item {
    margin: 0 0 0 10px;
    padding: 25px 0 10px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    width: 455px;
  }

  .resp-tabs-list .resp-tab-item:first-of-type {
    margin: 0;
  }

  .tab_privacy {
    width: 209px !important;
  }

  .tab_invitation {
    width: 100px !important;
  }

  .resp-tabs-container {
    padding: 30px;
    border-width: 10px !important;
  }

  /* fiduciaryduty */
.fd-inner{
    position: relative;
    z-index: 0;
}
  .fd-container h2 {
    margin-bottom: 1.5rem;
    color: #104c7e;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

  .fd-container:first-of-type {
    padding: 100px 80px;
    background: url(../images/fiduciaryduty/fd_bg.png);
    background-repeat: no-repeat;
  }

  .fd-container {
    padding: 100px 120px;
    background: url(../images/fiduciaryduty/fd_bg5.png);
    background-repeat:repeat-y;
  }
  .fd-container--kpi{
    position: relative;
    padding: 0;
    z-index: -2;
  }
  .fd-container-table{
  
    padding: 100px 120px;
    &::before{
        content: url(../images/fiduciaryduty/fd_bg3.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    &::after{
        content: url(../images/fiduciaryduty/fd_bg4.png);
        position: absolute;
        bottom: -13px;
        left: 0;
        z-index: -1;
    }
}
.fd-container--table{
    z-index: 1;
    margin-top: 1.5rem;
    border-top: dashed 1px #ccc;
th{
    background: none;
}
}

.fd-container--list{
    list-style-type: disc;
    padding-left: 3rem;
}
.fd-container--number{
    list-style-type: decimal;
    padding-left: 3rem;
}

  .fd-container:first-of-type {
    margin-bottom: 50px;
  }

  .fd_kpi {
    display: flex;
    border-bottom: dashed 1px #ccc;
  }
  .fd_kpi h3 {
    flex: 1;
    margin-right: 50px;
    border-bottom: initial;
  }
  .fd_kpi p {
    flex: 2;
    margin-top: 0;
    font-size: 110%;
  }

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

  .fd-container--table{
    width: 100%;
    tr{
        display: grid;
        grid-template-columns:repeat(3,1fr);
        border-bottom: dashed 1px #ccc;
        gap: 5px;
    }
    th{
        padding: 0.5rem 1rem;
    font-weight: bold;
    color: #104c7e;
    width:100%;
    border: none;
    display: inline-block;
    }
    td{
        padding: 0.5rem 1rem;
        width:100%;
        border: none;
        display: inline-block;
    }
  }

  /* Compliance Base */

  .compliance_block > h3,
  .fd_block > h3 {
    font-size: 1.6rem;
  }

  .compliance_inquiry {
    padding: 24px 0;
  }

  .compliance_inquiry dl {
    display: table;
  }

  .compliance_inquiry dt,
  .compliance_inquiry dd {
    display: table-cell;
  }

  .compliance_inquiry dt {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #bcd5df;
    width: 200px;
  }

  .compliance_inquiry dd {
    padding: 0 0 0 40px;
  }
} /* End min-width 768px */

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

	SP Style

=================================================================== */
@media only screen and (max-width: 767px) {
  /* Change Box */

  .tab_privacy,
  .tab_invitation {
    width: auto !important;
    height: 20px !important;
  }

  .resp-tabs-container {
    padding: 1px 2px;
    border-width: 2px !important;
  }

  .resp-accordion {
    padding: 15px;
    font-size: 0;
    line-height: 0;
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
    position: relative;
  }

  .resp-accordion:after,
  .resp-tab-active:after {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    content: "\e800";
    position: absolute;
    right: 10px;
  }

  .resp-accordion:after {
    content: "\e800";
  }

  .resp-tab-active:after {
    content: "\e803";
  }

  .resp-tab-content {
    padding: 20px 8px;
    font-size: 1.4rem;
    text-align: left;
  }

  /* Compliance Base */

  .compliance_inquiry {
    padding: 9px;
  }

  .compliance_inquiry dt {
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: solid 1px #bcd5df;
  }

  .compliance_inquiry dd {
    margin: 10px 0 0 0;
  }

  /* fiduciaryduty */
  .fd-container {
    text-align: left;
    font-size: 1.4rem;
  }

  .fd-container h2 {
    margin-bottom: 1.5rem;
    color: #104c7e;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .fd-container:first-of-type {
    margin-bottom: 60px;
  }
 
} /* End max-width 767px */
