@charset "UTF-8";

.pbNested.sw-EmbedTag,
.pbNested.sw-Plugin{
  margin-bottom:0;

}

.pb-of-visible .pbNested.sw-EmbedTag + div,
.pb-of-visible .pbNested.sw-Plugin + div{
    margin-top: 0;
}

.pb-of-visible .pbNested.pbNestedWrapper + .sw-EmbedTag,
.pb-of-visible .pbNested.pbNestedWrapper + .sw-Plugin{
    margin-top: 0;
}


/* =====================
  sw-BalanceTable
===================== */

.sw-BalanceTable_Total{
    border-bottom: solid 2px #d9deea;
    color: #0c419a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
    padding-bottom: 6px;
}


@media print, screen and (min-width: 768px){
    .sw-BalanceTable_Total {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.sw-BalanceTable_Total_Title{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    margin-right: auto;
}

@media print, screen and (min-width: 768px){

    .sw-BalanceTable_Total_Title {
        margin-right: 16px;
    }

}

.sw-BalanceTable_Detail{
  margin-bottom: 48px;
}

@media print, screen and (min-width: 768px){
  .sw-BalanceTable_Detail {
    margin-bottom: 40px;
    width: calc((100% - 51px)/2);
  }
}

@media print, screen and (min-width: 768px) {
  .sw-BalanceTable_Detail:first-child {
    margin-right: 51px;
  }
}

.sw-BalanceTable_Detail_Wrap {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sw-BalanceTable_Detail_Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

table.sw-BalanceTable_Detail tr {
  display:table-row
}

table.sw-BalanceTable_Detail tr th,
table.sw-BalanceTable_Detail tr td{
  display:table-cell;
}

.sw-BalanceTable_Detail tr th {
  line-height: 1.4;
}

table thead.sw-BalanceTable_Title {
  background-color: #fff;
    color: #333;
    display: table-header-group;
}

thead.sw-BalanceTable_Title tr{
  margin:0;
  padding:0;
  border:none;
}

thead.sw-BalanceTable_Title tr:first-child{
  border:none;
}

.sw-BalanceTable_Title tr th,
.sw-BalanceTable_Title tr td {
  border-bottom: solid 1px #d9deea;
  color: #0c419a;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 12px 0;
}

.sw-BalanceTable_Title tr th {
  line-height: 1.4;
  text-align: left;
  background: transparent;
}

.sw-BalanceTable_Title tr td {
  text-align: right;
}

@media print, screen and (min-width: 768px){
thead.sw-BalanceTable_Title tr th:not(:last-child) {
    border-right: none;
}
}

tbody.sw-BalanceTable_Body tr {
  margin:0;
  padding:0;
  border:none;
}

.sw-BalanceTable_Body tr th,
.sw-BalanceTable_Body tr td {
  font-weight: bold;
  padding: 13px 0;
}

.sw-BalanceTable_Body tr th {
  text-align: left;
  background:#fff;
}

.sw-BalanceTable_Body tr td {
  text-align: right;
}

tr.sw-BalanceTable_Primary th,
tr.sw-BalanceTable_Primary td {
  border-top: solid 1px #d9deea;
}

tr.sw-BalanceTable_Primary:last-child th,
tr.sw-BalanceTable_Primary:last-child td {
  border-bottom: solid 1px #d9deea;
}

tr.sw-BalanceTable_Primary:last-child th.sw-Table_Space,
tr.sw-BalanceTable_Primary:last-child td.sw-Table_Space {
  border: none;
}

tr.sw-BalanceTable_Primary .sw-Table_Space {
  width: 30px;
}

tr.sw-BalanceTable_Secondary th,
tr.sw-BalanceTable_Secondary td {
  background-color: #f4f6f8;
  border-bottom: solid 1px #d9deea;
  color: #666;
}

tr.sw-BalanceTable_Secondary th:last-child {
  background-color: #f4f6f8;
}

tr.sw-BalanceTable_Secondary .sw-Table_Space {
  width: 15px;
}

tr.sw-BalanceTable_Tertiary th,
tr.sw-BalanceTable_Tertiary td {
  background-color: #f4f6f8;
  border-bottom: dotted 1px #d9deea;
  color: #666;
  font-weight: normal;
}

tr.sw-BalanceTable_Tertiary .sw-Table_Space {
  width: 6px;
}

tr.sw-BalanceTable .sw-Table_Space {
  border: none;
}

@media print, screen and (min-width: 768px) {
  tr.sw-BalanceTable .sw-Table_Space {
    width: 17px;
  }
}

.sw-BalanceTable .sw-Table_Space-border {
  border-bottom: solid 1px #d9deea;
}

/* =====================
  Steps
===================== */
.sw-Steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 41px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps {
    margin: 0 auto;
    width: 714px;
  }
}

.sw-Steps::after {
  border-bottom: 4px solid #d9deea;
  content: "";
  left: 0.7em;
  position: absolute;
  top: 35px;
  width: calc(100% - 17px);
}

@media print, screen and (min-width: 768px) {
  .sw-Steps::after {
    left: calc(17% - 3px);
    width: calc(100% - 33.3%);
  }
}

.sw-Steps_Item {
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps_Item {
    width: calc(100%/3);
  }
}

.sw-Steps_Item-active {
  color: #0c419a;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps_Item-active::before {
    border-bottom: 4px solid #0c419a;
    content: "";
    position: absolute;
    top: 35px;
    z-index: 1;
  }
}

.sw-Steps_Item-active::after {
  border-bottom: 8px solid #0c419a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  left: calc(50% - 4px);
  position: absolute;
  top: 44px;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps_Item-active::after {
    left: calc(50% - 5px);
  }
}

.sw-Steps_Item-active-step2::before {
  left: -50%;
  width: 100%;
}

.sw-Steps_Item-active-step3::before {
  left: -150%;
  width: 200%;
}

.sw-Steps_Item-active .sw-Steps_Text {
  margin-top: 16px;
}

.sw-Steps_Item-active > .sw-Steps_Number {
  background: #0c419a;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  height: 20px;
  width: 20px;
}

.sw-Steps_Text {
  display: none;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps_Text {
    display: block;
  }
}

.sw-Steps_Number {
  display: inline-block;
  height: 20px;
  line-height: 1.5;
  text-align: center;
  width: 20px;
}

.sw-Steps_Step2::before {
  border-bottom: 4px solid #0c419a;
  content: "";
  left: 0.7em;
  position: absolute;
  top: 35px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps_Step2::before {
    content: none;
  }
}

.sw-Steps_Step2::before {
  width: calc(50% - 8px);
}

.sw-Steps_Step3::before {
  border-bottom: 4px solid #0c419a;
  content: "";
  left: 0.7em;
  position: absolute;
  top: 35px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .sw-Steps_Step3::before {
    content: none;
  }
}

.sw-Steps_Step3::before {
  width: calc(100% - 17px);
}

/* =====================
  checkbox
===================== */
.sw-Checkbox_Item {
  display: block;
}

.sw-Checkbox_Item:not(:first-child) {
  margin-top: 24px;
}

.sw-Checkbox_Item-disabled {
  color: #979db1;
}

.sw-Checkbox_Label {
  line-height: 1.1;
}

.sw-Checkbox_Button {
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.sw-Checkbox_Button + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 26px;
  position: relative;
}

.sw-Checkbox_Button + label::before {
  border: 1px solid #d9deea;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.sw-Checkbox_Button:checked + label::before {
  background: #0c419a;
  border-color: #0c419a;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.sw-Checkbox_Button:checked + label::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media print, screen and (min-width: 768px) {
.sw-Checkbox_Item:not(:first-child) {
  margin-top: 0;
}
}

/* =====================
  formGroup
===================== */
.sw-FormGroup {
  margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
  .sw-FormGroup {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 40px;
    width: 714px;
  }
}

.sw-FormGroup > .sw-Text {
  width: 100%;
}

/* =====================
  radio
===================== */
.sw-Radio-horizontal > .sw-Radio_Item {
  display: inline-block;
}

.sw-Radio-horizontal > .sw-Radio_Item:not(:last-child) {
  margin-right: 16px;
}

.sw-Radio + .error {
  color: #de5500;
  font-size: 1.4rem;
  margin: 0;
}

.sw-Radio_Item {
  display: block;
}

.sw-Radio_Item:not(:first-child) {
  margin-top: 8px;
}

.sw-Radio_Item-disabled {
  color: #979db1;
}

.sw-Radio_Label {
  line-height: 1.1;
}

.sw-Radio_Button {
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.sw-Radio_Button + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 26px;
  position: relative;
}

.sw-Radio_Button + label::before {
  border: 2px solid #d9deea;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.sw-Radio_Button:checked + label::before {
  background: #fff;
  border-color: #0c419a;
}

.sw-Radio_Button:checked + label::after {
  background: #0c419a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 8px;
}


@media print, screen and (min-width: 768px) {
.sw-Radio_Item:not(:first-child) {
  margin-top: 0;
}
}

/* =====================
  select
===================== */
.sw-Select {
  background-color: #fff;
  border: 1px solid #d9deea;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-Select {
    width: 476px;
  }
}

.sw-Select::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0c419a;
  content: '';
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sw-Select_Item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  color: #979db1;
  height: 40px;
  padding: 12px;
  position: relative;
  width: 100%;
}

.sw-Select_Item::-ms-expand {
  display: none;
}

.sw-Select_Item:focus {
  color: #333;
}

.sw-Select-error {
  border-color: #de5500;
}

.sw-Select-error:focus {
  outline: none;
}

/* =====================
  textarea
===================== */
.sw-TextArea {
  border: 1px solid #d9deea;
  border-radius: 2px;
  min-height: 104px;
  padding: 12px;
  resize: vertical;
  vertical-align: top;
  width: 100%;
}

.sw-TextArea + .error {
  color: #de5500;
  font-size: 1.4rem;
  margin: 0;
}

.sw-TextArea.error {
  border-color: #de5500;
  color: #de5500;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .sw-TextArea.error {
    margin-bottom: 16px;
  }
}

.sw-TextArea.error:focus {
  outline: none;
}

/* =====================
  textbox
===================== */
.sw-TextBox {
  border: 1px solid #d9deea;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  ime-mode: disabled;
  padding: 12px;
  width: 100%;
}

.sw-TextBox + .error {
  color: #de5500;
  font-size: 1.4rem;
  margin: 0;
}

.sw-TextBox.error {
  border-color: #de5500;
  color: #de5500;
  margin-bottom: 4px;
}

@media print, screen and (min-width: 768px) {
  .sw-TextBox.error {
    margin-bottom: 9px;
  }
}

.sw-TextBox.error:focus {
  outline: none;
}

.sw-TextBox-disabled {
  background: #fff;
}

.sw-TextBox-disabled::-webkit-input-placeholder {
  color: #d9deea;
}

.sw-TextBox-disabled::-ms-input-placeholder {
  color: #d9deea;
}

.sw-TextBox-disabled::placeholder {
  color: #d9deea;
}

.sw-TextBox:focus::-webkit-input-placeholder {
  color: #333;
}

.sw-TextBox:focus::-ms-input-placeholder {
  color: #333;
}

.sw-TextBox:focus::placeholder {
  color: #333;
}

/* =====================
  label
===================== */
.sw-Label {
  font-weight: bold;
  line-height: 1.4;
  margin: 12px 0;
}

@media print, screen and (min-width: 768px) {
  .sw-Label {
    margin: 0 17px 16px 0;
    width: 100%;
  }
}

.sw-Label-required::after {
  color: #de5500;
  content: '*';
  margin-left: .5rem;
}

.sw-Label_Text {
  display: block;
  font-weight: normal;
}

/* =====================
  errorText
===================== */
.sw-ErrorText {
  color: #de5500;
  font-size: 1.4rem;
  margin: 12px 0 0;
}

@media print, screen and (min-width: 768px) {
  .sw-ErrorText {
    margin-top: 16px;
  }
}

/* =====================
  checkbox
===================== */
.sw-Search_Checkbox_Wrap {
  width: 100%;
}

.sw-Search_Checkbox_Wrap-horizontal {
  margin-top: -8px;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Checkbox_Wrap-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sw-Search_Checkbox_Wrap-horizontal .sw-Search_Checkbox_Item {
  display: inline-block;
  margin-top: 8px;
}

.sw-Search_Checkbox_Wrap-horizontal .sw-Search_Checkbox_Item:not(:last-child) {
  margin-right: 24px;
}

.sw-Search_Checkbox_Title {
  display: block;
  font-weight: bold;
  margin: 8px 16px 0 0;
  white-space: nowrap;
  width: 120px;
}

.sw-Search_Checkbox_Body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 18px;
}

.sw-Search_Checkbox_Item {
  display: block;
}

.sw-Search_Checkbox_Item:not(:first-child) {
  margin-top: 8px;
}

.sw-Search_Checkbox_Item-disabled {
  color: #979db1;
}

.sw-Search_Checkbox_Button {
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.sw-Search_Checkbox_Button + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 26px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sw-Search_Checkbox_Button + label::before {
  border: 1px solid #d9deea;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 16px;
}

.sw-Search_Checkbox_Button + label::before {
  background: #fff;
}

.sw-Search_Checkbox_Button:checked + label::before {
  background: #0c419a;
  border-color: #0c419a;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 16px;
}

.sw-Search_Checkbox_Button:checked + label::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media print, screen and (min-width: 768px) {
.sw-Search_Checkbox_Wrap-horizontal .sw-Search_Checkbox_Item {
  margin-top: 0;
}
}

/* =====================
  Paging
===================== */
.sw-Search_Paging {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0;
  position: relative;
  width: 100%;
}

.sw-Search_Paging_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
}

.sw-Search_Paging_Wrap:last-child {
  margin-bottom: 0;
}

.sw-Search_Paging_Prev, .sw-Search_Paging_Next {
  color: #0c419a;
  height: 24px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Paging_Prev, .sw-Search_Paging_Next {
    width: 104px;
  }
}

.sw-Search_Paging_Prev span, .sw-Search_Paging_Next span {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Paging_Prev span, .sw-Search_Paging_Next span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sw-Search_Paging_Prev::before, .sw-Search_Paging_Next::after {
  border-right: solid 1px #0c419a;
  border-top: solid 1px #0c419a;
  content: "";
  cursor: pointer;
  height: 12px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 2;
}

.sw-Search_Paging_Prev {
  left: 0;
  padding-left: 24px;
}

.sw-Search_Paging_Prev::before {
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.sw-Search_Paging_Next {
  padding-right: 24px;
  right: 0;
}

.sw-Search_Paging_Next::after {
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sw-Search_Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sw-Search_Pagination_Item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0c419a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 34px;
}

.sw-Search_Pagination_Item:not(:last-child) {
  margin-right: 8px;
}

.sw-Search_Pagination_Item-active {
  background: #e8e8e8;
  color: #333;
}

/* =====================
  Search common
===================== */
.sw-Search {
  margin-bottom: 33px;
  /* =====================
    Search results
  ===================== */
}

@media print, screen and (min-width: 768px) {
  .sw-Search {
    margin: 0 auto 46px;
  }
}

.sw-Search_Area {
  background-color: #f4f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 32px;
  padding: 24px 4%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 32px;
    padding: 24px 34px;
    width: 100%;
  }
}

.sw-Search_Area_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  width: 100%;
}

.sw-Search_Area-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sw-Search_Area > :last-child {
  margin-bottom: 0;
}

.sw-Search_Area .sw-List-note {
  margin-bottom: 24px;
}

.sw-Search_Area .sw-ButtonGroup {
  margin-top: 6px;
  width: 100%;
}

.sw-Search_Area .sw-Text + .sw-ButtonGroup,
.sw-Search_Area .sw-List-note + .sw-ButtonGroup {
  margin-top: 0;
}

.sw-Search .sw-Search_Area > .sw-Text {
  margin-bottom: 24px;
  margin-left: 0;
}

.sw-Search_Checkbox_Body .sw-Search_TextBox {
  margin-top: 10px;
  width: 100%;
}

.sw-Search_TextBox {
  border: 1px solid #d9deea;
  border-radius: 0;
  font-size: 1.4rem;
  height: 34px;
  line-height: normal;
  padding: 0 8px;
  vertical-align: text-bottom;
  width: calc(100% - 85px);
}

.sw-Search_TextBox:focus {
  outline: none;
}

.sw-Search_TextBox-active {
  border-color: #4f5a77;
}

.iphone .sw-Search_TextBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 5px;
}

.sw-Search_TextBox:placeholder-shown {
  font-size: 1.2rem;
}

.sw-Search_TextBox:-webkit-input-placeholder {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_TextBox:placeholder-shown {
    font-size: 1.4rem;
  }
  .sw-Search_TextBox:-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Width680 {
    width: 680px;
  }
  .edge .sw-Search_Width680 {
    width: 679px;
  }
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Width715 {
    width: 715px;
  }
}

.sw-Search_Width715 ~ .fund-Search_SecondaryButton {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Width715 ~ .fund-Search_SecondaryButton {
    width: auto;
  }
}

.sw-Search_Button {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  background-color: #d9deea;
  border: none;
  color: #223760;
  cursor: pointer;
  font-size: 1.4rem;
  height: 34px;
  padding: 0 15px;
  position: relative;
}

.sw-Search_Button:hover {
  opacity: 0.7;
}

.sw-Search_Button::after {
  background-image: url("/library/common/images/icon_search.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  left: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19px;
}

.sw-Search_Button_Text {
  color: #4f5a77;
  font-weight: bold;
  margin-left: 27px;
}

.sw-Search_Button-active {
  background-color: #4f5a77;
  color: #fff;
}

.sw-Search_Button-active::after {
  background-image: url("/library/common/images/icon_search.png");
}

.sw-Search_Button-active .sw-Search_Button_Text {
  color: #fff;
}

.ie .sw-Search_Button {
  padding: 0 14px;
}

.edge .sw-Search_Button {
  padding: 0 14px;
}

.sw-Search_TextWrap .fund-Clear {
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_TextWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sw-Search_TextWrap .fund-Clear {
    margin-left: 24px;
  }
}

.sw-Search_Text {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Text {
    display: block;
  }
}

.sw-Search_TextItemWrap {
  display: inline;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_TextItemWrap {
    display: block;
    width: 78%;
  }
}

.sw-Search_TextItem {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_TextItem {
    vertical-align: text-bottom;
  }
}

.sw-Search_TextItem:not(:first-child) {
  margin-left: 0.5em;
}

.sw-Search_TextItem::after {
  content: "/";
  margin-left: 0.5em;
}

.sw-Search .sw-Text {
  margin: 17px 0 0 0;
}

@media print, screen and (min-width: 768px) {
  .sw-Search .sw-Text {
    margin: 0 0 0 23px;
  }
}

.sw-Search_Num {
  margin-left: 10px;
}

.sw-Search_Result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sw-Search_Result:not(:last-child) {
  margin-bottom: 80px;
}

.sw-Search_Result_Image {
  text-align: center;
  width: calc((100% - 34px * 2) / 4);
}

.sw-Search_Result_Image img {
  width: 100%;
}

.sw-Search_Result_SpTitle {
  width: calc((100% - (100% - 34px * 2) / 4) - 34px);
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Result_SpTitle {
    display: none;
  }
}

.sw-Search_Result_SpTitle > :last-child {
  margin-bottom: 0;
}

.sw-Search_Result_Body {
  margin-top: 24px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Result_Body {
    margin-top: 0;
    width: calc((100% - (100% - 34px * 2) / 4) - 34px);
  }
}

.sw-Search_Result_Body > :last-child {
  margin-bottom: 0;
}

.sw-Search_Result_Body .sw-Link
  word-break: break-all;
}

.sw-Search_Result_Body .sw-Text > em {
  font-style: normal;
  font-weight: bold;
}

.sw-Search_Result_Title {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sw-Search_Result_Title {
    display: block;
  }
}

/* =====================
  Image Switch
===================== */
.sw-ImgSwitch .sw-ImgSwitch_pc {
  display: none;
}

.sw-ImgSwitch .sw-ImgSwitch_mobile {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .sw-ImgSwitch .sw-ImgSwitch_pc {
    display: flex;
  }

  .sw-ImgSwitch .sw-ImgSwitch_mobile {
    display: none;
  }
}

/* =====================
  News
===================== */
.sw-News {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 64px 0;
}

.sw-News_Item {
  border-bottom: 1px solid #d9deea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

.sw-News_Item:first-child {
  margin-top: -16px;
}

.ct-Card .sw-News .sw-News_Item {
  border-bottom: none;
  display: block;
}

.sw-Box2clum .sw-News .sw-News_Item {
  display: block;
}

.sw-News_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 34px;
  width: 136px;
}

.ct-Card .sw-News_Title {
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    width: 100%;
   text-align: right;
}

.ct-Card .sw-News_Title .sw-News_New{
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    height: 24px;
    margin: 16px 0 8px;
    width: 144px;
}

.sw-Box2clum .sw-News_Title .sw-News_New{
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    height: 24px;
    margin: 16px 0 8px;
    width: 144px;
}

.sw-News_Title-tag {
  margin-right: 0;
  width: 345px;
}

@media print, screen and (min-width: 768px) {
  .sw-News_Title-tag {
    margin-right: 34px;
    width: 364px;
   }

}

.sw-News_Tag {
  color: #fff;
  font-size: 1.4rem;
  height: 28px;
  line-height: 2;
  margin: 16px 0 8px;
  text-align: center;
  width: 201px;
}

@media print, screen and (min-width: 768px) {
  .sw-News_Tag {
    margin-bottom: 16px;
    width: 220px;
  }
}

.sw-News_Tag-default {
  background-color: #c6c6c6;
}

.sw-MarketNews_Tag1000103 {
  background-color: #2792c3;
}

.sw-MarketNews_Tag1000102 {
  background-color: #1e90ff;
}

.sw-MarketNews_Tag6,
.sw-MarketNews_Tag1000006 {
  background-color: #FF872F;
}

.sw-MarketNews_Tag7,
.sw-MarketNews_Tag1000007 {
  background-color: #A70650;
}

.sw-MarketNews_Tag8,
.sw-MarketNews_Tag1000008 {
  background-color: #30C69D;
}

.sw-MarketNews_Tag9,
.sw-MarketNews_Tag1000009 {
  background-color: #239D7C;
}

.sw-MarketNews_Tag10,
.sw-MarketNews_Tag1000010 {
  background-color: #1B6551;
}

.sw-MarketNews_Tag11,
.sw-MarketNews_Tag1000011 {
  background-color: #DE5500;
}

.sw-MarketNews_Tag12,
.sw-MarketNews_Tag1000012 {
  background-color: #75C159;
}

.sw-MarketNews_Tag13,
.sw-MarketNews_Tag43,
.sw-MarketNews_Tag1000013,
.sw-MarketNews_Tag1000043 {
  background-color: #A24106;
}

.sw-FundNews_Tag3,
.sw-FundNews_Tag1000003 {
  background-color: #5783D5;
}

.sw-FundNews_Tag4,
.sw-FundNews_Tag1000004 {
  background-color: #9B7828;
}

.sw-FundNews_Tag5,
.sw-FundNews_Tag1000005 {
  background-color: #795EA0;
}

.sw-MovieNews_Tagx {
  background-color: #0C419A;
}

.sw-MovieNews_Tagx2 {
  background-color: #3E9120;
}

.sw-MovieNews_Tagx3 {
  background-color: #E82828;
}

.sw-MovieNews_Tag04 {
  background-color: #223760;
}

.sw-News_Date {
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  height: 28px;
  line-height: 2;
  margin: 16px 0 8px;
  width: 144px;
}

.ct-Card .sw-News_Title .sw-News_Date {
  position: relative;
  width: 100%;
}

.ct-Card .sw-News_Title .sw-News_Date:before {
  content: "最新記事";
  position: absolute;
  left: 0;
}

.sw-Box2clum .sw-News_Title .sw-News_Date {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-News_Date {
    margin-bottom: 16px;
  }

  .ct-Card .sw-News_Title .sw-News_Date {
    margin-bottom: 8px;
  }

  .sw-Box2clum .sw-News_Title .sw-News_Date {
    margin-bottom: 8px;
  }

}



@media print, screen and (min-width: 768px) {
  .sw-News_Date:lang(en) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sw-News_Body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 8px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-News_Body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 8px 0;
  }
}

.sw-News_Body .sw-Link{
  margin-bottom: 0;
}

.sw-News_Body-pdf .sw-Link {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sw-News_Body-pdf .sw-Link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.sw-News_Pdf {
  margin-top: 8px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

 a.sw-News_Pdf{
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .sw-News_Pdf {
    margin-left: auto;
    margin-top: 0;
    text-align: right;
    width: 136px;
  }
}

.sw-News_Link {
  margin-top: 16px;
  width: 100%;
}

ul#snsBtn{
    padding-left: 0;
    text-align: right;
    line-height: normal;
}

ul#snsBtn li{
    display: inline-block;
}

ul#snsBtn  li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
}

.pbNested ul#snsBtn li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
}

ul#snsBtn li:before{
    content: none;
}

.pbNested ul#snsBtn li:before{
    content: none;
}