@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;
}

/* certification */

.certification_block {
  margin: 2em 0 0 0;
}

.resp-tab-content {
  margin: 0;
}

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

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

.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;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.certification-container{
    img{
        width: 100%;
        max-width: 258px;
        margin: 3rem auto 2rem;
        text-align: center;
        display: table;
}
}


.certification-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;
    }

}
.certification-container--table th br{
    display: none;
}
.certification-container--list{
    list-style-type: disc;
    padding-left: 2rem;
}
.certification-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 */
.certification-inner{
    position: relative;
    z-index: 0;
}
  .certification-container h2 {
    margin-bottom: 1.5rem;
    color: #104c7e;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

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

  .certification-container {
    padding: 100px 120px;
    background: url(../images/fiduciaryduty/fd_bg5.png);
    background-repeat:repeat-y;
  }
  .certification-container--kpi{
    position: relative;
    padding: 0;
    z-index: -2;
  }
  .certification-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;
    }
}
.certification-container--table{
    z-index: 1;
    margin-top: 1.5rem;
    border-top: dashed 1px #ccc;
th{
    background: none;
}
}

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

  .certification-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;
  }



  .certification_block > h3 {
    font-size: 1.6rem;
  }
} /* 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;
  }


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

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

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