@charset "UTF-8";

/*:::::::::::::::::::::::::reset:::::::::::::::::::::::::*/

*,
*::before,
*::after{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body,
button,
input,
select,
textarea,
div.pbPage{
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

html{
  font-size: 62.5%;
}

input::-ms-clear{
  visibility: hidden;
}

body{
  color: #333;
  font-size: 1.6rem;
  height: 100%;
  line-height: 2;
  word-wrap: break-word;
  margin: 0!important;
}

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

  body{
    min-width: 1274px;
  }

}

:focus{
  outline: none;
}

:root ol, :root ul{
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"], [type="submit"]{
  -webkit-appearance: button;
  border: none;
}

.pbNested{
  clear: none;
  min-width: 10px;
  overflow: visible;
}

.pb-layout{
  box-shadow: none!important;
  outline: 1px dotted #ccc !important;
}

.pb-handle{
  border: 1px solid #999!important;
  display: block!important;
  font-weight: normal!important;
  letter-spacing: normal;
  line-height: 1.6;
  text-indent: 0;
  width: auto!important;
}

.pb-handle:before,
.pb-handle:after{
  display: none;
}

.pbNotEditable{
  background: rgba(32, 32, 32, 0.5)!important;
  min-width: 200px!important;
}

.pbZero td{
  vertical-align: middle;
}

.pb-of-visible .mce-content-body{
  min-height: 20px;
}

.pbAreaWrapper1{
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0 4% 100px;
  width: 100%;
}

.pbAreaWrapper2{
  display: table-header-group;
  min-width: 0;
}

.pbRightArea:not(.pb-noedit){
  display: table-footer-group;

}

.pbRightArea:not(.pb-noedit) .pbArea > div{
  padding: 0;
}


div:not(.pb-of-visible) .pbAnchor{
  margin: 0!important;
}

@media print, screen and (max-width: 767px){
  .pbRightArea{
    float: none;
    width: 100%;
  }
}

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

  .pbAreaWrapper1{
    display: block;
    padding: 0 34px 140px;
    width: 1088px;
  }

  .pbAreaWrapper2{
    display: block;
  }

  .pbRightArea:not(.pb-noedit) {
    display: block;
    margin: 0;
    overflow: hidden;
  }

  .pbRightArea:not(.pb-noedit) .pbArea > div{
    padding: 0 0 0 86px;
  }

}

.pbNested.pbNestedWrapper{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.pbNestedWrapper + div{
  margin-top: 24px;
}

div.pbArea > div > div:last-child {
  margin-bottom: 0;
}

.pbNested.pbNestedWrapper:not(.section) .pbNested.pbNestedWrapper:last-child{
  margin-bottom: 0;
}

div:not(.pb-of-visible) .Pc-none{
  display: block;
}

div:not(.pb-of-visible) .Sp-none{
  display: none;
}

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

  div:not(.pb-of-visible) .Pc-none{
    display: none;
  }

  div:not(.pb-of-visible) .Sp-none{
    display: block;
  }

}

/*:::::::::::::::::::::::::p:::::::::::::::::::::::::*/

.pbNested p{
  font-size: 1.6rem;
}

/*:::::::::::::::::::::::::a:::::::::::::::::::::::::*/

.pbNested a{
  background-color: transparent;
  color: #0c419a;
  text-decoration: underline;
  transition: none;
}

.pbNested a:hover{
  text-decoration: none;
}

.pbNested a.pbOpenNewWindow:after,
.pbNested a[target="_blank"]:after,
.pbNested a[href$=".pdf"]:after,
.pbNested a[href*="pdf/"]:after,
.pbNested a[href$=".xls"]:after,
.pbNested a[href$=".xlsx"]:after,
.pbNested a[href$=".zip"]:after,
.pbNested a[href$=".doc"]:after,
.pbNested a[href$=".docx"]:after{
  background-image: url(/library/common/images/icon_external.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 7px;
  position: relative;
  vertical-align: text-bottom;
  width: 18px;
}

.pbNested a[href$=".pdf"]:after,
.pbNested a[href*="pdf/"]:after{
  background-image: url(/library/common/images/icon_pdf.png);
}

.pbNested a[href$=".xls"]:after,
.pbNested a[href$=".xlsx"]:after{
  background-image: url(/library/common/images/icon_excel.png);
}

.pbNested a[href$=".zip"]:after{
  background-image: url(/library/common/images/icon_zip.png);
}

.pbNested a[href$=".doc"]:after,
.pbNested a[href$=".docx"]:after{
  background-image: url(/library/common/images/icon_word.png);
}
.no_icon::after { display: none !important; }

/*:::::::::::::::::::::::::b,strong:::::::::::::::::::::::::*/

.pbNested b,
.pbNested strong{
  font-weight: bolder;
}


/*:::::::::::::::::::::::::ul,ol:::::::::::::::::::::::::*/

.pbNested ul,
.pbNested ol{
  list-style: none;
  padding-left: 1em;
}

.pbNested ul li,
.pbNested ol li{
  position: relative;
}

.pbNested ul li:not(:last-child),
.pbNested ol li:not(:last-child){
  margin-bottom: 8px;
}

.pbNested ul li:before,
.pbNested ol li:before{
  border-top: none;
  border-right: none;
  transform: none;
}

.pbNested ul li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 3px;
  left: -1em;
  line-height: 2;
  position: absolute;
  top: .9em;
  width: 3px;
}

/*:::::::::::::::::::::::::table:::::::::::::::::::::::::*/

table{
  border-collapse: collapse;
  font-size: 1.4rem;
  width: 100%;
}

table p{
  font-size: inherit;
}

table thead {
  background-color: #4f5a77;
  color: #fff;
  display: none;
}

table thead tr th {
  background-color: inherit;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 16px;
  position: relative;
}

thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}

table tr{
  border-bottom: 1px solid #d9deea;
  display: block;
}

table tr:first-child{
  border-top: 1px solid #d9deea;
}

table th{
  display: block;
  line-height: 1.4;
  padding: 20px;
  text-align: center;
  background-color: #f4f6f8;
  color: #333;
  font-size: 1.6rem;
  word-break: keep-all;
}

table th[rowspan]{
  background-color: #979db1;
  color: #fff;
  font-size: 16px;
}

table th[rowspan] + th[rowspan]{
  background-color: #f4f6f8;
  color: #333;
  font-size: 1.6rem;
}

table tr > td{
  padding-bottom: 40px;
}

table td{
  display: block;
  line-height: 2;
  padding: 20px;
}

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

  table thead{
    display: table-header-group;
  }

  table tr{
    border-top: 1px solid #d9deea;
    display: table-row;
    margin-top: 20px;
    padding: 20px;
  }

  table th{
    display: table-cell;
  }

  table td{
    display: table-cell;
  }

  table tr > td{
    padding-bottom: 20px;
  }

}

/*:::::::::::::::::::::::::img:::::::::::::::::::::::::*/

.pbNested img{
  width: 100%;
  vertical-align: bottom;
}

.pbAnchorBlock img{
  width: auto;
}

.image > div:not(.pb-handle),
.image_auto > div:not(.pb-handle){
  text-align: center;
  width: 100%;
}

.image img{
  width: 100%;
}

.image_auto img{
  width: auto;
  max-width: 100%;
}

.pbNested.image_Pc,
.pbNested.image_Sp{
  margin-bottom: 0;
}

.pb-of-visible .pbNested.image_Pc + div,
.pb-of-visible .pbNested.image_Sp + div{
  margin-top: 0;
}

.image_Pc{
  display: none;
}

.sw-Display-pc{
  display: none;
}

.pb-of-visible .image_Pc{
  display: block;
}

.image_Pc img,
.image_Sp img{
  width: 100%;
}


.image a.pbOpenNewWindow:after,
.image a[target="_blank"]:after,
.image a[href$=".pdf"]:after,
.image a[href*="pdf/"]:after,
.image_auto a.pbOpenNewWindow:after,
.image_auto a[target="_blank"]:after,
.image_auto a[href$=".pdf"]:after,
.image_auto a[href*="pdf/"]:after,
.image_Pc a.pbOpenNewWindow:after,
.image_Pc a[target="_blank"]:after,
.image_Pc a[href$=".pdf"]:after,
.image_Pc a[href*="pdf/"]:after,
.image_Sp a.pbOpenNewWindow:after,
.image_Sp a[target="_blank"]:after,
.image_SP a[href$=".pdf"]:after,
.image_SP a[href*="pdf/"]:after{
  display:none;
}

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

  .image_Pc{
    display: block;
  }

  .sw-Display-pc{
    display: block;
  }

  .image_Sp{
    display: none;
  }

  .sw-Display-sp{
    display: none;
  }


  .pb-of-visible .image_Sp{
    display: block;
  }

  .pb-of-visible .image_Sp img{
    max-width: 100%;
    width: auto;
  }

}

/*:::::::::::::::::::::::::h1:::::::::::::::::::::::::*/

button{
  font-size: 1.6rem;
}

/*:::::::::::::::::::::::::h1:::::::::::::::::::::::::*/

.pbNested h1{
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
}

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

  .pbNested h1{
    font-size: 4rem;
  }

}

/*:::::::::::::::::::::::::h2:::::::::::::::::::::::::*/

.pbNested h2{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

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

  .pbNested h2{
    font-size: 3.2rem;
  }

}

/*:::::::::::::::::::::::::h3:::::::::::::::::::::::::*/

.pbNested h3{
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.4;
}

/*:::::::::::::::::::::::::h4:::::::::::::::::::::::::*/

.pbNested h4{
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
}

/*:::::::::::::::::::::::::h5:::::::::::::::::::::::::*/

.pbNested h5{
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}

/*:::::::::::::::::::::::::.Sp-break:::::::::::::::::::::::::*/

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

  br.Sp-break{
    display: none;
  }

}

/*:::::::::::::::::::::::::.Parts:::::::::::::::::::::::::*/

.Parts{
  padding:10px 0;
  width:100%;
}

.pbNested.Parts{
  margin-bottom: 32px;
}

.pb-of-visible .pbNested.Parts + div{
  margin-top: 32px;
}

.Parts > div:not(.pb-handle){
  border: 1px solid #ccc;
  width:100%;
}

.pbNested.PartsId{
  position: relative;
  margin-bottom: 8px;
}

.pb-of-visible .pbNested.PartsId + div{
  margin-top: 8px;
}

.pbNested.PartsId > div:not(.pb-handle){
  position: relative;
  width:100%;
}

.PartsId p{
  display: inline-block;
  border-radius: 22px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  line-height:1;
  color: #fff;
  background: #29cc29;
}

/*:::::::::::::::::::::::::.sw-H1Title:::::::::::::::::::::::::*/

.sw-H1Title {
  margin-top: 64px;
  margin-bottom: 56px;
  z-index: 1;
}

.pbNested.sw-H1Title {
  margin-bottom: 56px;
}

.pb-of-visible .pbNested.sw-H1Title + div{
  margin-top: 56px;
}

.sw-H1Title > div:not(.pb-handle){
  line-height: 1.4;
  position: relative;
  width:100%;
}

.sw-H1Title h1{
  font-size: 3.2rem;
  font-weight: normal;
}

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

  .sw-H1Title h1{
    font-size: 4rem;
  }

}

.sw-H1SubText{
  font-size: 2rem;
  line-height: 1.4;
  margin:0 0 10px;
}

.pbNested.sw-H1SubText{
  margin-bottom: 10px;
}

.pb-of-visible .pbNested.sw-H1SubText + div{
  margin-top: 10px;
}

.sw-H1SubText p{
  font-size: 2rem;
  line-height: 1.4;
}

p.sw-H1SubText{
  font-size: 2rem;
}

.sw-H1Title .sw-Link{
  margin: 16px 0 0;
}

/*:::::::::::::::::::::::::.sw-H1Block-imageAndText:::::::::::::::::::::::::*/

.sw-H1Block-imageAndText{
  margin-top: 24px;
  margin-bottom: 56px;
}

.pbNested.sw-H1Block-imageAndText{
  margin-bottom: 56px;
}

.pb-of-visible .pbNested.sw-H1Block-imageAndText + div{
  margin-top: 56px;
}

.sw-H1Block-imageAndText > div:not(.pb-handle){
  position: relative;
  width:100%;
}

div:not(.pb-of-visible) .sw-H1Block-imageAndText .sw-H1Title{
  margin-left: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sw-H1Block-imageAndText .image_Sp{
  width: 100%;
}

.sw-H1Block-imageAndText .image_Sp  > div:not(.pb-handle){
  width: 100%;
}

.sw-H1Block-imageAndText .image_Pc{
  width: 100%;
}

.sw-H1Block-imageAndText .image_Pc > div:not(.pb-handle){
  width: 100%;
}


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

  div:not(.pb-of-visible) .sw-H1Block-imageAndText .sw-H1Title {
    margin-left: 68px;
  }

}

/*:::::::::::::::::::::::::.sw-H2Title:::::::::::::::::::::::::*/

.sw-H2Title{
  margin-bottom: 40px;
}

.pbNested.sw-H2Title{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-H2Title + div{
  margin-top: 40px;
}

.sw-H2Title > div:not(.pb-handle){
  border-left: 8px solid #0c419a;
  line-height: 1.4;
  padding-left: 14px;
  width:100%;
}

.sw-H2Title h2{
  font-size: 2.8rem;
  font-weight: bold;
}

.sw-H2TitleMt{
  margin-top: 100px;
}

.pb-of-visible .pbNested.pbNestedWrapper + .sw-H2TitleMt{
  margin-top: 100px;
}

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

  .sw-H2Title h2{
    font-size: 3.2rem;
  }

  .sw-H2TitleMt{
    margin-top: 130px;
  }

  .pb-of-visible .pbNested.pbNestedWrapper + .sw-H2TitleMt{
    margin-top: 130px;
  }


}



/*:::::::::::::::::::::::::.sw-H2AndButton:::::::::::::::::::::::::*/

.sw-H2AndButton{
  margin-bottom: 40px;
}

.pbNested.sw-H2AndButton{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-H2AndButton + div{
  margin-top: 40px;
}

.sw-H2AndButton > div:not(.pb-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 46px;
  position: relative;
}

.sw-H2AndButton .sw-H2Title{
  margin-bottom: 24px;
}

.pbNested.sw-H2AndButton .pbNested.sw-H2Title{
  margin-bottom: 24px;
}

.pb-of-visible .sw-H2AndButton .pbNested.sw-H2Title + div{
  margin-top: 24px;
}

.sw-H2AndButton .sw-H2Title{
  width:100%;
}

.sw-H2AndButton .sw-Button {
  margin: 0 0 0 auto;
}

.sw-H2AndButton .sw-Button a,
.sw-H2AndButton .sw-Button button{
  padding: 12px 10px;
}

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

  .sw-H2AndButton .sw-H2Title{
    width:calc(100% - 300px);
  }

  .sw-H2AndButton .sw-H2Title{
    margin-bottom: 0;
  }

  .pbNested.sw-H2AndButton .pbNested.sw-H2Title{
    margin-bottom: 0;
  }

  .pb-of-visible .pbNested.sw-H2AndButton .pbNested.sw-H2Title + div{
    margin-top: 0;
  }

  .sw-H2AndButton .sw-H2Title{
    margin-bottom: 0;
  }

  .sw-H2AndButton .sw-Button {
    margin: 0 auto;
    position: absolute;
    right: 0;
  }

  .pb-of-visible .sw-H2AndButton .sw-Button + div{
    margin-top: 0;
  }

  .sw-H2AndButton .sw-Button a,
  .sw-H2AndButton .sw-Button button{
    width: 250px;
  }

}

/*:::::::::::::::::::::::::.sw-H3Title:::::::::::::::::::::::::*/

.sw-H3Title{
  margin-bottom: 40px;
}

.pbNested.sw-H3Title{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-H3Title + div{
  margin-top: 40px;
}


.sw-H3Title > div:not(.pb-handle){
  border-bottom: 2px solid #979db1;
  line-height: 1.4;
  padding-bottom: 4px;
  width:100%;
}

.sw-H3Title h3{
  font-size: 2.8rem;
  font-weight: normal;
}

.sw-H3Title.titlelink > div:not(.pb-handle) {
    position: relative;
}

.sw-H3Title.titlelink h3 a{
    text-decoration: none;
}

.sw-H3Title.titlelink h3 a::before{
    content: "";
    position: absolute;
    width: 100%;
    background: none;
    height: 100%;
    top: 0;
    left: 0;
}

/*:::::::::::::::::::::::::.sw-H4Title:::::::::::::::::::::::::*/

.sw-H4Title{
  margin-bottom: 32px;
}

.pbNested.sw-H4Title{
  margin-bottom: 32px;
}

.pb-of-visible .pbNested.sw-H4Title + div{
  margin-top: 32px;
}

.sw-H4Title > div:not(.pb-handle){
  border-bottom: 1px solid #979db1;
  line-height: 1.4;
  width:100%;
}

.sw-H4Title h4{
  font-size: 2.4rem;
  font-weight: normal;
}

/*:::::::::::::::::::::::::.sw-H5Title:::::::::::::::::::::::::*/

.sw-H5Title{
  margin-bottom: 32px;
}

.pbNested.sw-H5Title{
  margin-bottom: 32px;
}

.pb-of-visible .pbNested.sw-H5Title + div{
  margin-top: 32px;
}

.sw-H5Title > div:not(.pb-handle){
  line-height: 1.4;
  width:100%;
}

.sw-H5Title h5{
  font-size: 2rem;
  font-weight: bold;
}

/*:::::::::::::::::::::::::.sw-Text:::::::::::::::::::::::::*/

.sw-Text{
  margin-bottom: 24px;
}

.pbNested.sw-Text{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-Text + div{
  margin-top: 24px;
}

.sw-Text > div:not(.pb-handle){
  width:100%;
}

*.sw-Text{
  font-size: 1.6rem;
}

.sw-Text *,
.sw-Text p{
  font-size: 1.6rem;
}

/*:::::::::::::::::::::::::.sw-Text-strong:::::::::::::::::::::::::*/

*.sw-Text-strong{
  color: #0c419a;
  font-weight:bold;
}

.sw-Text-strong *,
.sw-Text-strong p{
  color: #0c419a;
  font-weight:bold;
}

/*:::::::::::::::::::::::::.sw-Text-bold:::::::::::::::::::::::::*/

*.sw-Text-bold{
  font-weight: bold;
}

.sw-Text-bold *,
.sw-Text-bold p{
  font-weight: bold;
}


/*:::::::::::::::::::::::::.sw-Text-small:::::::::::::::::::::::::*/

*.sw-Text-small{
  font-size: 1.4rem;
}

.sw-Text-small,
.sw-Text-small *,
.sw-Text-small p{
  font-size: 1.4rem;
}

/*:::::::::::::::::::::::::.sw-Text-center:::::::::::::::::::::::::*/

.sw-Text-center {
  text-align: center;
}

*.sw-Text-center {
  text-align: center;
}


/*:::::::::::::::::::::::::.sw-Text-right:::::::::::::::::::::::::*/

.sw-Text-right {
  text-align: right;
}

*.sw-Text-right {
  text-align: right;
}

/*:::::::::::::::::::::::::.sw-Text-remarks:::::::::::::::::::::::::*/

*.sw-Text-remarks {
  color: #666;
}

.sw-Text-remarks *,
.sw-Text-remarks p{
  color: #666;
}

/*:::::::::::::::::::::::::.sw-Text_Line:::::::::::::::::::::::::*/

.sw-Text_Line{
  margin-bottom: 24px;
}

.pbNested.sw-Text_Line{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-Text_Line + div{
  margin-top: 24px;
}

.sw-Text_Line > div:not(.pb-handle){
  width:100%;
}

.sw-Text_Line table{
  border: none;
  border-collapse: unset;
  width: 100%;
  font-size: inherit;
}

.sw-Text_Line table tr{
  display: table-row;
  border-bottom: none;
}

.sw-Text_Line table tr:first-child{
  border-top: none
}

.sw-Text_Line table th{
  background-color: inherit;
  color:inherit;
  display: table-cell;
  font-size: inherit;
  font-weight:bold;
  line-height: inherit;
  max-width: 6em;
  padding: 0;
  vertical-align: top;
  text-align:left;
  word-break: keep-all;
}

.sw-Text_Line table td{
  display: table-cell;
  padding: 0;
  padding-left: 34px;
  line-height:inherit;
}

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

  .sw-Text_Line table tr{
    border-top: none;
    margin-top: 0;
    padding: 0;
  }

  .sw-Text_Line table th{
    max-width: 7em;
  }

}

/*:::::::::::::::::::::::::.sw-Text-error:::::::::::::::::::::::::*/

*.sw-Text-error{
  color: #de5500;
}

.sw-Text-error *,
.sw-Text-error p{
  color: #de5500;
}

/*:::::::::::::::::::::::::.sw-Text-date:::::::::::::::::::::::::*/

.sw-Text-date{
  margin-bottom: 48px;
}

.pbNested.sw-Text-date{
  margin-bottom: 48px;
}

.pb-of-visible .pbNested.sw-Text-date + div{
  margin-top: 48px;
}

.sw-Text-date{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom:10px;
  text-align:right;
}

/*:::::::::::::::::::::::::.sw-TextAndButton:::::::::::::::::::::::::*/

.sw-Text-redline strong{
  color: #d9271c;
  text-decoration: underline;
}

/*:::::::::::::::::::::::::.sw-TextAndButton:::::::::::::::::::::::::*/

.sw-TextAndButton{
  margin-bottom: 40px;
}

.pbNested.sw-TextAndButton{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-TextAndButton + div{
  margin-top: 40px;
}

.sw-TextAndButton > div:not(.p-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sw-TextAndButton .sw-Textbox{
  margin-bottom: 24px;
}

.pbNested.sw-TextAndButton .pbNested.sw-Textbox{
  margin-bottom: 24px;
}

.pb-of-visible .sw-TextAndButton .pbNested.sw-Textbox + div{
  margin-top: 24px;
}

.sw-TextAndButton .sw-Textbox{
  width:100%;
}

.sw-TextAndButton .sw-Button {
  margin: 0 0 0 auto;
  width: 220px;
}

.sw-TextAndButton .sw-Button a,
.sw-TextAndButton .sw-Button button{
  padding: 12px 10px;
}

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

  .sw-TextAndButton .sw-Textbox{
    width:calc(100% - 300px);
  }

  .sw-TextAndButton .sw-Textbox{
    margin-bottom: 0;
  }

  .pbNested.sw-TextAndButton .pbNested.sw-Textbox{
    margin-bottom: 0;
  }

  .pb-of-visible .pbNested.sw-TextAndButton .pbNested.sw-Textbox + div{
    margin-top: 0;
  }

  .sw-TextAndButton .sw-Textbox{
    margin-bottom: 0;
    margin-right: 50px;
  }

  .sw-TextAndButton .sw-Button {
    margin: 0 auto;
    width: 250px;
  }

  .pb-of-visible .sw-TextAndButton .sw-Button + div{
    margin-top: 0;
  }

  .sw-TextAndButton .sw-Button a,
  .sw-TextAndButton .sw-Button button {
    padding: 12px 15px;
    width: 250px;
  }

}

/*:::::::::::::::::::::::::.sw-IconAndText:::::::::::::::::::::::::*/

.sw-IconAndText{
  margin-bottom: 24px;
}

.pbNested.sw-IconAndText{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-IconAndText + div{
  margin-top: 24px;
}

.sw-IconAndText > div:not(.p-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sw-IconAndText .icon{
  margin-bottom: 0;
}

.pbNested.sw-IconAndText .pbNested.icon{
  margin-bottom: 0;
}

.pb-of-visible .sw-IconAndText .pbNested.icon + div{
  margin-top: 0;
}

.sw-IconAndText .icon{
  margin-right: 10px;
  width: 100px;
}

.sw-IconAndText .sw-Textbox{
  width: calc(100% - 100px);
}

/*:::::::::::::::::::::::::.sw-Link:::::::::::::::::::::::::*/

.sw-Link{
  margin-bottom: 16px;
}

.pbNested.sw-Link{
  margin-bottom: 16px;
}

.pb-of-visible .sw-Link + div{
  margin-top: 16px;
}

.sw-Link > div:not(.pb-handle){
  font-size: 1.6rem;
  width:100%;
}

.sw-Link a{
  background-color: transparent;
  color: #0c419a;
  text-decoration: underline;
  transition: none;
}

.sw-Link a:hover{
  text-decoration: none;
}

.sw-Link a.pbOpenNewWindow:after,
.sw-Link a[target="_blank"]:after,
.sw-Link a[href$=".pdf"]:after,
.sw-Link a[href*="pdf/"]:after{
  background-image: url(/library/common/images/icon_external.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 7px;
  position: relative;
  vertical-align: text-bottom;
  width: 18px;
}

.sw-Link a[href$=".pdf"]:after,
.sw-Link a[href*="pdf/"]:after{
  background-image: url(/library/common/images/icon_pdf.png);
}


/*:::::::::::::::::::::::::.sw-Link_Arrow:::::::::::::::::::::::::*/

.sw-Link_Arrow ul,
.sw-Link_Arrow ol{
  list-style: none;
  padding-left: 0;
}

.sw-Link_Arrow ul li,
.sw-Link_Arrow ol li{
  position: relative;
}

.sw-Link_Arrow ul li:before,
.sw-Link_Arrow ol li:before{
  content: none;
  display: none;
}

.sw-Link_Arrow > div > div{
  position: static !important;
}

.sw-Link_Arrow li{
  list-style:none;
}

.sw-Link_Arrow li:after{
  border: 4px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-left: 6px solid #0c419a;
  content: "";
  display: inline-block;
  margin-left: .2em;
  transform: translateY(-1px);
}

.sw-List ul li div.sw-Link_Arrow ul,
.sw-List ol li div.sw-Link_Arrow ul {
  padding:0;
}

.sw-List ul li div.sw-Link_Arrow ul li:before,
.sw-List ol li div.sw-Link_Arrow ul li:before{
  content:none;
}

/*:::::::::::::::::::::::::.sw-Link_New:::::::::::::::::::::::::*/

.sw-Link_New ul,
.sw-Link_New ol{
  list-style: none;
  padding-left: 0;
}

.sw-Link_New ul li,
.sw-Link_New ol li{
  position: relative;
}

.sw-Link_New ul li:before,
.sw-Link_New ol li:before{
  content: none;
  display: none;
}

.sw-Link_New > div > div{
  position: static !important;
}

.sw-Link_New li{
  list-style:none;
}

.sw-Link_New li:first-child:after{
    content: "NEW!";
    margin-left: 5px;     
    font-size: 15px;     
    color: #FF3333;     
    vertical-align: text-middle; 
}

.sw-Link_New li:not(:first-child):after{
  border: 4px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-left: 6px solid #0c419a;
  content: "";
  display: inline-block;
  margin-left: .2em;
  transform: translateY(-1px);
}

.sw-List ul li div.sw-Link_New ul,
.sw-List ol li div.sw-Link_New ul {
  padding:0;
}

.sw-List ul li div.sw-Link_New ul li:before,
.sw-List ol li div.sw-Link_New ul li:before{
  content:none;
}

/*:::::::::::::::::::::::::.sw-Link_right:::::::::::::::::::::::::*/

.sw-Link-right{
  text-align:right;
}

/*:::::::::::::::::::::::::.sw-ButtonGroup:::::::::::::::::::::::::*/

.sw-ButtonGroup{
  margin-bottom: 24px;
}

.pbNested.sw-ButtonGroup{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-ButtonGroup + div{
  margin-top: 24px;
}

.sw-ButtonGroup > div:not(.pb-handle){
  width:100%;
}

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

.pbNested.sw-ButtonGroup .pbNested.sw-Button:last-child{
  margin-bottom: 0;
}

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

  .sw-ButtonGroup > div:not(.pb-handle){
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .sw-ButtonGroup > div> div.sw-Button + div.sw-Button{
    margin-right: 34px;
  }

}

/*:::::::::::::::::::::::::.sw-ButtonGroup .no-reverse:::::::::::::::::::::::::*/

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

  .no-reverse > div:not(.pb-handle){
    flex-direction: row;
  }

  .no-reverse > div> div.sw-Button + div.sw-Button{
    margin-right: 0;
    margin-left: 34px;
  }

}

/*:::::::::::::::::::::::::.sw-Button:::::::::::::::::::::::::*/

.sw-Button{
  margin-bottom: 24px;
}

.pbNested.sw-Button{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-Button:first-child + div{
  margin-top: 24px;
}

.sw-Button a,
.sw-Button button{
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  outline: none;
  padding: 24px 15px;
  text-align: center;
  text-decoration: none;
  transition: opacity .4s;
  width: 100%;
}

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

.sw-Button a.pbOpenNewWindow:after,
.sw-Button a[target="_blank"]:after,
.sw-Button a[href$=".pdf"]:after,
.sw-Button a[href*="pdf/"]:after{
  display:none;
}

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

  .pb-of-visible .pbNested.sw-Button:first-child + div{
    margin-top: 0;
  }

  .sw-ButtonGroup .sw-Button:last-child{
    margin-bottom: 24px;
  }

  .pbNested.sw-ButtonGroup .pbNested.sw-Button:last-child{
    margin-bottom: 24px;
  }

  .sw-Button a,
  .sw-Button button{
    padding: 24px 17px;
    width: 340px;
  }

}

/*:::::::::::::::::::::::::.sw-Button-primary:::::::::::::::::::::::::*/

.sw-Button-primary a,
.sw-Button-primary button{
  background: #de5500 !important;
}

/*:::::::::::::::::::::::::primary-second:::::::::::::::::::::::::*/

.primary-second a,
.primary-second button{
  background: #fff !important;
  border: 1px solid #de5500;
  color: #de5500;
}

/*:::::::::::::::::::::::::.sw-Button-normal:::::::::::::::::::::::::*/

.sw-Button-normal a,
.sw-Button-normal button{
  background: #0c419a !important;
}

/*:::::::::::::::::::::::::.normal-second:::::::::::::::::::::::::*/

.normal-second a,
.normal-second button{
  background: #fff !important;
  border: 1px solid #0c419a;
  color: #0c419a;
}

/*:::::::::::::::::::::::::.aria-disabled:::::::::::::::::::::::::*/

.aria-disabled a,
.aria-disabled button,
.aria-disabled input,
input.aria-disabled{
  background: #c6c6c6 !important;
  cursor: none;
  pointer-events: none;
}

.aria-disabled:hover{
  opacity: unset;
}

/*:::::::::::::::::::::::::.aria-disabled-second:::::::::::::::::::::::::*/

.aria-disabled-second a,
.aria-disabled-second button{
  background: #fff !important;
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
}


/*:::::::::::::::::::::::::.sw-InternalLink_Wrap:::::::::::::::::::::::::*/

.sw-InternalLink_Wrap{
  margin-bottom: 64px;
}

.pbNested.sw-InternalLink_Wrap{
  margin-bottom: 64px;
}

.pb-of-visible .pbNested.sw-InternalLink_Wrap + div{
  margin-top: 64px;
}

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

  .sw-InternalLink_Wrap{
    margin-bottom: 72px;
  }

  .pbNested.sw-InternalLink_Wrap{
    margin-bottom: 72px;
  }

  .pb-of-visible .pbNested.sw-InternalLink_Wrap + div{
    margin-top: 72px;
  }

}

/*:::::::::::::::::::::::::.sw-InternalLink:::::::::::::::::::::::::*/

.sw-InternalLink{
  margin-bottom: 56px;
}

.pbNested.sw-InternalLink{
  margin-bottom: 56px;
}

.pb-of-visible .pbNested.sw-InternalLink + div{
  margin-top: 56px;
}

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

.pbNested.sw-InternalLink_Wrap .pbNested.sw-InternalLink:last-child {
  margin-bottom: 0;
}

.sw-InternalLink >div:not(.pb-handle){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
}

.sw-InternalLink .sw-InternalLink_Col{
  width: 100%;
}

.sw-InternalLink .sw-InternalLink_Col{
  margin-bottom: 24px;
}

.pbNested.sw-InternalLink .pbNested.sw-InternalLink_Col{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-InternalLink .pbNested.sw-InternalLink_Col + div{
  margin-top: 24px;
}

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

.pbNested.sw-InternalLink .pbNested.sw-InternalLink_Col:last-child{
  margin-bottom: 0;
}

.sw-InternalLink .sw-InternalLink_Button{
  margin-bottom: 0;
}

.pbNested.sw-InternalLink .pbNested.sw-InternalLink_Button{
  margin-bottom: 0;
}

.sw-InternalLink .sw-InternalLink_Button a{
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #0c419a;
  color: #0c419a;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 68px;
  justify-content: center;
  line-height: 1.4;
  padding: 12px 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity .4s;
}

.sw-InternalLink .sw-InternalLink_Button a:after{
  background: none;
  border-right: solid 1px #0c419a;
  border-top: solid 1px #0c419a;
  content: "";
  height: 11px;
  position: absolute;
  right: 19px;
  top: 50%;
  margin: 0 ;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 11px;
}

.sw-InternalLink .sw-InternalLink_Button:hover{
  opacity: 0.7;
}

.sw-InternalLink_Text {
  margin-bottom: 7px;
  margin-top: 16px !important;
}

.pbNested.sw-InternalLink_Text {
  margin-bottom: 7px;
}

.pb-of-visible .pbNested.sw-InternalLink_Text + div {
  margin-top: 7px;
}

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

  .sw-InternalLink .sw-InternalLink_Col{
    width: calc((100% - 34px)/2);
  }

  .sw-InternalLink .sw-InternalLink_Col:not(:last-child){
    margin-right: 34px;
  }

  .sw-InternalLink .sw-InternalLink_Col{
    margin-bottom: 0;
  }

  .pbNested.sw-InternalLink .pbNested.sw-InternalLink_Col{
    margin-bottom: 0;
  }

  .pb-of-visible .pbNested.sw-InternalLink .pbNested.sw-InternalLink_Col + div{
    margin-top: 0;
  }

}

/*:::::::::::::::::::::::::.sw-InternalLink-center:::::::::::::::::::::::::*/

.sw-InternalLink-center  >div:not(.pb-handle){
  justify-content: center;
}

/*:::::::::::::::::::::::::.sw-InternalLink-right:::::::::::::::::::::::::*/

.sw-InternalLink-right  >div:not(.pb-handle){
  justify-content: flex-end;
}


/*:::::::::::::::::::::::::.sw-InternalLink-col3:::::::::::::::::::::::::*/

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

  .sw-InternalLink-col3 .sw-InternalLink_Col{
    width: calc((100% - 2*36px)/3);
  }

}

/*:::::::::::::::::::::::::.sw-InternalLink-col4:::::::::::::::::::::::::*/

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

  .sw-InternalLink-col4 .sw-InternalLink_Col{
    width: calc((100% - 3*36px)/4);
  }

}

/*:::::::::::::::::::::::::.sw-InternalLink-col5:::::::::::::::::::::::::*/

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

  .sw-InternalLink-col5 .sw-InternalLink_Col {
    width: calc((100% - 4*10px)/5);
  }

  .sw-InternalLink-col5 .sw-InternalLink_Col:not(:last-child) {
    margin-right: 10px;
  }

}


/*:::::::::::::::::::::::::.sw-InternalLink-col5-wide:::::::::::::::::::::::::*/

.sw-InternalLink-col5-wide .sw-InternalLink_Col,
.sw-InternalLink-col5-wide .sw-InternalLink_Col p{
  font-size: 1.4rem;
}

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

  .sw-InternalLink-col5-wide .sw-InternalLink_Button a {
    height: 100px;
    padding: 12px 25px;
  }

}


/*:::::::::::::::::::::::::.sw-InternalLink-col6:::::::::::::::::::::::::*/

.sw-InternalLink-col6 .sw-InternalLink_Col,
.sw-InternalLink-col6 .sw-InternalLink_Col p{
  font-size: 1.4rem;
}

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

  .sw-InternalLink-col6 .sw-InternalLink_Col {
    width: calc(100% / 6);
  }

  .sw-InternalLink-col6 .sw-InternalLink_Col:not(:last-child){
    margin-right:0;
  }

  .sw-InternalLink-col6 .sw-InternalLink_Button a {
    height:100px;
    padding: 12px 25px;
  }

}


/*:::::::::::::::::::::::::.sw-InternalLink_Wrap-marginNarrow:::::::::::::::::::::::::*/

.sw-InternalLink_Wrap-marginNarrow .sw-InternalLink{
  margin-bottom: 24px;
}

.pbNested.sw-InternalLink_Wrap-marginNarrow .pbNested.sw-InternalLink{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-InternalLink_Wrap-marginNarrow .pbNested.sw-InternalLink + div{
  margin-top: 24px;
}

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

  .sw-InternalLink_Wrap-marginNarrow .sw-InternalLink{
    margin-bottom: 56px;
  }

  .pbNested.sw-InternalLink_Wrap-marginNarrow .pbNested.sw-InternalLink{
    margin-bottom: 56px;
  }

  .pb-of-visible .pbNested.sw-InternalLink_Wrap-marginNarrow .pbNested.sw-InternalLink + div{
    margin-top: 56px;
  }

}

/*:::::::::::::::::::::::::.sw-Linklist:::::::::::::::::::::::::*/

.sw-Linklist{
  margin-bottom: 0;
}

.pbNested.sw-Linklist{
  margin-bottom: 0;
}

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

.sw-Linklist ul li:before {
  background: none;
  border: 4px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-right: 6px solid #0c419a;
  border-radius: unset;
  content: "";
  display: inline-block;
  height: auto;
  left: -1em;
  line-height: 2;
  position: absolute;
  top: .7em;
  width: auto;
  transform: translateY(-1px);
}

/*:::::::::::::::::::::::::.sw-Linklist:::::::::::::::::::::::::*/

.sw-Link_Movie a::after {
  background-image: url(/library/common/images/icon_movie.svg);
  height: 18px;
  width: 18px;
  content: "";
  display: inline-block;
  margin: 0 7px;
  vertical-align: text-bottom;
}

/*:::::::::::::::::::::::::.sw-Image:::::::::::::::::::::::::*/

.sw-Image{
  margin-bottom: 24px;
}

.pbNested.sw-Image{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-Image + div{
  margin-top: 24px;
}

.sw-Image > div:not(.pb-handle){
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width:100%;
}

.sw-Image .image,
.sw-Image .image_auto{
  margin-bottom: 0;
}

.pbNested.sw-Image .image,
.pbNested.sw-Image .image_auto{
  margin-bottom: 0;
}

.pb-of-visible .sw-Image .image + div,
.pb-of-visible .sw-Image .image_auto + div{
  margin-top: 0;
}

/*:::::::::::::::::::::::::.sw-Image-col5:::::::::::::::::::::::::*/

.sw-Image-col5 > div:not(.pb-handle){
  justify-content: left;
}

.sw-Image-col5 .image,
.sw-Image-col5 .image_auto{
  width: calc((100% - 2*15px)/3);
}

.sw-Image-col5 .pbNested.image,
.sw-Image-col5 .pbNested.image_auto{
  margin-bottom: 4%;
}

.pbNested.sw-Image-col5 .pbNested.image,
.pbNested.sw-Image-col5 .pbNested.image_auto{
  margin-bottom: 4%;
}

.sw-Image-col5 .image:not(:last-child),
.sw-Image-col5 .image_auto:not(:last-child){
  margin-right: 15px;
}

.sw-Image-col5 .image:nth-child(3n),
.sw-Image-col5 .image_auto:nth-child(3n){
  margin-right: 0;
}

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

  .sw-Image-col5 .image,
  .sw-Image-col5 .image_auto{
    width: calc((100% - 4*36px)/5);
  }

  .sw-Image-col5 .pbNested.image,
  .sw-Image-col5 .pbNested.image_auto{
    margin-bottom: 0;
  }

  .pbNested.sw-Image-col5 .pbNested.image,
  .pbNested.sw-Image-col5 .pbNested.image_auto{
    margin-bottom: 0;
  }

  .sw-Image-col5 .image:not(:last-child),
  .sw-Image-col5 .image_auto:not(:last-child){
    margin-right: 36px;
  }

  .sw-Image-col5 .image:nth-child(3n),
  .sw-Image-col5 .image_auto:nth-child(3n){
    margin-right: 36px;
  }

  .sw-Image-col5 .image:nth-child(15n),
  .sw-Image-col5 .image_auto:nth-child(15n){
    margin-right: 0;
  }

}

/*:::::::::::::::::::::::::.sw-Image-col4:::::::::::::::::::::::::*/

.sw-Image-col4 > div:not(.pb-handle){
  justify-content: left;
}

.sw-Image-col4 .image{
  width: calc((100% - 2*15px)/3);
}

.sw-Image-col4 .image{
  margin-bottom: 4%;
}

.pbNested.sw-Image-col4 .pbNested.image{
  margin-bottom: 4%;
}

.sw-Image-col4 .image:not(:nth-child(n+3)){
  margin-right: 15px;
}

.pbRightArea:not(.pb-noedit) + .pbAreaWrapper2 .sw-Image-col4 .image:not(:nth-child(n+3)){
  margin-right: 15px;
}

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

  .sw-Image-col4 .image{
    width: calc((100% - 3*36px)/4);
  }

  .sw-Image-col4 .image{
    margin-bottom: 0;
  }

  .pbNested.sw-Image-col4 .pbNested.image{
    margin-bottom: 0;
  }

  .sw-Image-col4 .image:not(:last-child){
    margin-right: 36px;
  }

  .pbRightArea:not(.pb-noedit) + .pbAreaWrapper2 .sw-Image-col4 .image:not(:last-child){
    margin-right: 34px;
  }

  .pbRightArea:not(.pb-noedit) + .pbAreaWrapper2 .sw-Image-col4 .image{
    width: calc((100% - 3*34px)/4);
  }

}

/*:::::::::::::::::::::::::.sw-Image-col3:::::::::::::::::::::::::*/

.sw-Image-col3 > div:not(.pb-handle){
  justify-content: space-between;
}

.sw-Image-col3 .image,
.sw-Image-col3 .image_auto{
  width: calc((100% - 2*15px)/3);
}

.sw-Image-col3 .image:not(:last-child),
.sw-Image-col3 .image_auto:not(:last-child){
  margin-right: 15px;
}

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

  .sw-Image-col3 .image,
  .sw-Image-col3 .image_auto{
    width:calc((100% - 2*36px)/3);
  }

  .sw-Image-col3 .image:not(:last-child),
  .sw-Image-col3 .image_auto:not(:last-child){
    margin-right: 36px;
  }

}

/*:::::::::::::::::::::::::.sw-Image-col3_nospace:::::::::::::::::::::::::*/

.sw-Image-col3_nospace > div:not(.pb-handle){
  justify-content: space-between;
}

.sw-Image-col3_nospace .image,
.sw-Image-col3_nospace .image_auto{
  width: calc(100% / 3);
}

.sw-Image-col3_nospace .image,
.sw-Image-col3_nospace .image_auto{
  margin-bottom: 0;
}

.sw-Image-col3_nospace .image:not(:last-child),
.sw-Image-col3_nospace .image_auto:not(:last-child){
  margin-right: 0;
}

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

  .sw-Image-col3_nospace .image,
  .sw-Image-col3_nospace .image_auto{
    width: calc(100% / 3);
  }

  .sw-Image-col3_nospace .image:not(:last-child),
  .sw-Image-col3_nospace .image_auto:not(:last-child){
    margin-right: 0;
  }

}

/*:::::::::::::::::::::::::.sw-Image-col2:::::::::::::::::::::::::*/

.sw-Image-col2 > div:not(.pb-handle){
  justify-content: space-between;
}

.sw-Image-col2 .image,
.sw-Image-col2 .image_auto{
  width: calc((100% - 15px)/2);
}

.sw-Image-col2 .image:not(:last-child),
.sw-Image-col2 .image_auto:not(:last-child){
  margin-right: 15px;
}

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

  .sw-Image-col2 .image,
  .sw-Image-col2 .image_auto{
    width:calc((100% - 34px)/2);
  }

  .sw-Image-col2 .image:not(:last-child),
  .sw-Image-col2 .image_auto:not(:last-child){
    margin-right: 34px;
  }

}


/*:::::::::::::::::::::::::.sw-Image-col1:::::::::::::::::::::::::*/
.sw-Image-col1 .image{
  width: 100%;
}
.sw-Image.sw-Image-col1-left > div:not(.pb-handle){
  justify-content: left;
}
@media print, screen and (min-width: 768px){
  .sw-Image-col1 .image{
    width:calc((100% - 34px)/2);
  }
}


/*:::::::::::::::::::::::::.sw-Image-full:::::::::::::::::::::::::*/

.sw-Image-full > div:not(.pb-handle){
  width:100%
}

.sw-Image-full .image_Pc,
.sw-Image-full .image_Sp{
  width:100%
}

/*:::::::::::::::::::::::::.sw-list:::::::::::::::::::::::::*/

.sw-List {
  list-style: none;
  margin-bottom: 32px;
}

.pbNested.sw-List {
  margin-bottom: 32px;
}

.pb-of-visible .pbNested.sw-List + div{
  margin-top: 32px;
}

.sw-List > div:not(.pb-handle){
  width:100%;
}

.pbNested.sw-List ul,
.sw-List ul{
  padding-left: 1em;
}

.sw-List ul li,
.sw-List ol li{
  position: relative;
}

.sw-List ul li:not(:last-child),
.sw-List ol li:not(:last-child){
  margin-bottom: 8px;
}

.sw-List{
  counter-reset: my-counter;
}

.sw-List ul li ul,
.sw-List ol li ul{
  margin: 8px 0 16px;
}

.sw-List ul li ol,
.sw-List ol li ol{
  counter-reset: my-counter-secondary;
  margin: 8px 0 16px;
  padding-left: 1.7em !important;
  text-indent: -1.7em;
}

.sw-List ul li ul li:before,
.sw-List ol li ul li:before{
  background: #666;
  border-radius: unset;
  content: "";
  display: block;
  font-size: 1.6rem;
  height: 5px;
  left: -1em;
  position: absolute;
  top: .8em;
  width: 5px;
  counter-increment: none;
}

.sw-List ul li ol li:before, .sw-List ol li ol li:before {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  background-color: transparent;
  border-radius: unset;
  color: #333;
  counter-increment: my-counter-secondary;
  content: "(" counter(my-counter-secondary) ") ";
  font-size: inherit;
  height: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  display: inline;
  left: unset;
  position: static;
  width: unset;
  white-space: nowrap;
}

.sw-List ul li ol li ol,
.sw-List ol li ol li ol{
  counter-reset: my-counter-tertiary;
  list-style: none;
  padding-left: 28px;
  text-indent: -1px;
}

.sw-List ul li ol li ol li:before,
.sw-List ol li ol li ol li:before{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  content: counter(my-counter-tertiary);
  counter-increment: my-counter-tertiary;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  height: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -27px;
  position: absolute;
  text-indent: 0;
  top: 7px;
  width: 18px;
}

/*:::::::::::::::::::::::::.sw-List-primary:::::::::::::::::::::::::*/

.sw-List-primary ul li:before{
  background: #0c419a;
  border-radius: unset;
  content: "";
  display: block;
  height: 8px;
  left: -1em;
  line-height: 2;
  position: absolute;
  top: 11px;
  width: 8px;
}

/*:::::::::::::::::::::::::.sw-List-secondary:::::::::::::::::::::::::*/

.sw-List-secondary ul li:before{
  background: #666;
  border-radius: unset;
  content: "";
  display: block;
  height: 5px;
  left: -1em;
  line-height: 2;
  position: absolute;
  top: .8em;
  width: 5px;
}

/*:::::::::::::::::::::::::.sw-List-nromal:::::::::::::::::::::::::*/

.sw-List-normal ul li:before{
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 3px;
  left: -1em;
  line-height: 2;
  position: absolute;
  top: .9em;
  width: 3px;
}

/*:::::::::::::::::::::::::.sw-List-ordered:::::::::::::::::::::::::*/

.pbNested.sw-List-ordered ol{
  padding-left: 28px;
}

.sw-List-ordered ol li:before{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c419a;
  border-radius: 50%;
  color: #fff;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -27px;
  line-height: 2;
  position: absolute;
  top: 7px;
  width: 20px;
}

/*:::::::::::::::::::::::::.sw-List-note:::::::::::::::::::::::::*/

.sw-List-note{
  color: #666;
  font-size: 1.4rem;
}

.pbNested.sw-List-note ul{
  padding-left: 1em;
}

.sw-List-note ul li:before{
  background: none;
  content: "※";
  height: 0;
  left: -1em;
  line-height: 2;
  position: absolute;
  border-radius: unset;
  top: 0;
  width: 0;
}

.sw-List-note ul li ul li:before{
  font-size:1.4rem;
}

.sw-List-note ul li ol li:before{
  color: #666;
}

/*:::::::::::::::::::::::::.sw-List-note-ordered:::::::::::::::::::::::::*/

.sw-List-note-ordered{
  color: #666;
  font-size: 1.4rem;
  counter-reset: noteOrder;
}

.pbNested.sw-List-note-ordered ol{
  padding-left: 2em;
}

.sw-List-note-ordered ol li{
  padding-left: .5em;
}

.sw-List-note-ordered ol li:before{
  background: none;
  content: "※";
  counter-increment: noteOrder;
  content: "※" counter(noteOrder);
  height: auto;
  left: -2em;
  line-height: 2;
  position: absolute;
  border-radius: unset;
  top: 0;
  width: auto;
}

/*:::::::::::::::::::::::::.sw-List-policy:::::::::::::::::::::::::*/

.sw-List-policy ol{
  counter-reset: my-counter-policy;
  list-style-position: inside;
  list-style-type: none;
  padding-left: 1.8em;
}

.sw-List-policy ol li:before {
  background-color: transparent;
  color: #333;
  content: counter(my-counter-policy) ".";
  counter-increment: my-counter-policy;
  left: -1.8em;
  position: absolute;
  top: 0;
}

.sw-List-policy .sw-List-fixedManual table tr th,
.sw-List-policy .sw-List-fixedManual table tr td{
  color: inherit;
  font-size: inherit;
}

/*:::::::::::::::::::::::::.sw-List-policy-secondary:::::::::::::::::::::::::*/

.sw-List-policy-secondary ol{
  counter-reset: my-counter-policy-secondary;
  margin: 8px 0 16px;
  padding-left: 1.7em !important;
  text-indent: -1.7em;
}

.sw-List-policy-secondary ol li:before {
  counter-increment: my-counter-policy-secondary;
  content: "(" counter(my-counter-policy-secondary) ") ";
  font-size: 1.6rem;
  -ms-flex-pack: center;
  line-height: inherit;
  white-space: nowrap;
}


/*:::::::::::::::::::::::::.sw-List-policy-tertiary:::::::::::::::::::::::::*/

.sw-List-policy-tertiary ol{
  counter-reset: my-counter-policy-tertiary;
  list-style: none;
  padding-left: 28px;
  text-indent: -1px;
}

.sw-List-policy-tertiary ol li:before{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  content: counter(my-counter-policy-tertiary);
  counter-increment: my-counter-policy-tertiary;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  height: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -27px;
  position: absolute;
  text-indent: 0;
  top: 7px;
  width: 18px;
}

/*:::::::::::::::::::::::::.sw-List-fixedManual:::::::::::::::::::::::::*/

.sw-List-fixedManual {
  list-style: none;
  margin-bottom: 32px;
}

.pbNested.sw-List-fixedManual {
  margin-bottom: 32px;
}

.pb-of-visible .pbNested.sw-List-fixedManual + div{
  margin-top: 32px;
}

.sw-List-fixedManual > div:not(.pb-handle){
  width:100%;
}

.sw-List-fixedManual table{
  border-collapse: unset;
  display:table;
  font-size: inherit;
  width: 100%;
}

.sw-List-fixedManual table tbody{
  display:table-row-group;
  width:100%;
}

.sw-List-fixedManual table tbody tr{
  display: table-row;
  border-bottom: none;
}

.sw-List-fixedManual table tr th,
.sw-List-fixedManual table tr td{
  color: #666;
  display: table-cell;
  font-size: 1.4rem;
  font-weight: normal;
  line-height:inherit;
  padding: 0;
}

.sw-List-fixedManual table tr th{
  background: none;
  vertical-align:top;
  text-align:left;
  width:auto;
  white-space: nowrap;
}

.sw-List-fixedManual table tr td{
  background: none;
  vertical-align:top;
  width:auto;
  padding-left:10px;
}

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

  .sw-List-fixedManual table tr{
    border-top: none;
    margin-top: 0;
    padding: 0;
  }

}

/*:::::::::::::::::::::::::.sw-List-Manual:::::::::::::::::::::::::*/

.sw-List-Manual{
  list-style: none;
  margin-bottom: 32px;
}

.pbNested.sw-List-Manual{
  margin-bottom: 32px;
}

.pb-of-visible .pbNested.sw-List-Manual + div{
  margin-top: 32px;
}

.sw-List-Manual > div:not(.pb-handle){
  width:100%;
}

.sw-List-Manual table{
  border-collapse: unset;
  display:table;
  width: auto;
  font-size: inherit;
}

.sw-List-Manual table tbody{
  display:table-row-group;
  width:100%;
}

.sw-List-Manual table tbody tr{
  display: table-row;
  border-bottom: none;
}

.sw-List-Manual table tr th,
.sw-List-Manual table tr td{
  color: #666;
  display: table-cell;
  font-size: 1.4rem;
  font-weight: normal;
  line-height:inherit;
  padding: 0;
}

.sw-List-Manual table tr th{
  background: none;
  vertical-align:top;
  text-align:left;
  width:auto;
  white-space: nowrap;
}

.sw-List-Manual table tr td{
  background: none;
  vertical-align:top;
  width:auto;
  padding-left:10px;
}

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

  .sw-List-Manual table tr{
    border-top: none;
    margin-top: 0;
    padding: 0;
  }

}

/*:::::::::::::::::::::::::.sw-Table:::::::::::::::::::::::::*/

.sw-Table{
  margin-bottom: 40px;
}

.pbNested.sw-Table{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-Table +div{
  margin-top: 40px;
}

.sw-Table > div:not(.pb-handle){
  width:100%;
}

.sw-Table{
  border-collapse: collapse;
  font-size: 1.4rem;
  width: 100%;
}

.sw-Table table{
  border-collapse: collapse;
  font-size: 1.4rem;
  width: 100%;
}

.sw-Table table p{
  font-size: inherit;
}

.sw-Table table thead{
  background-color: #4f5a77;
  color: #fff;
  display: none;
}

.sw-Table table thead tr th{
  background-color: inherit;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 16px;
  position: relative;
}

.sw-Table table thead tr th:not(:last-child){
  border-right: 1px solid #fff;
}

.sw-Table table tr{
  border-bottom: 1px solid #d9deea;
  display: block;
}

.sw-Table table tr:first-child{
  border-top: 1px solid #d9deea;
}

.sw-Table table th{
  display: block;
  line-height: 1.4;
  /*padding: 20px;*/
  padding: 20px 60px;
  text-align: center;
  background-color: #f4f6f8;
  color: #333;
  font-size: 1.6rem;
  word-break: keep-all;
}

.sw-Table table th[rowspan]{
  background-color: #979db1;
  color: #fff;
  font-size: 16px;
}

.sw-Table table th[rowspan] + th[rowspan]{
  background-color: #f4f6f8;
  color: #333;
  font-size: 1.6rem;
}

.sw-Table table tr > td{
  padding-bottom: 40px;
}

.sw-Table table td{
  display: block;
  line-height: 2;
  padding: 20px;
}

.sw-Table tbody tr td span.title{
  display: inline-block;
}

.sw-Table tbody tr td span.title{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-right: 20px;
}

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

  .sw-Table table thead{
    display: table-header-group;
  }

  .sw-Table table tr{
    border-top: 1px solid #d9deea;
    display: table-row;
    margin-top: 20px;
    padding: 20px;
  }

  .sw-Table table th{
  display: table-cell;
  }

  .sw-Table table td{
    display: table-cell;
  }

  .sw-Table table tr > td{
    padding-bottom: 20px;
  }

  .sw-Table tbody tr td span.title{
    display: none;
  }
}

/*:::::::::::::::::::::::::.sw-Table-stripe:::::::::::::::::::::::::*/

.sw-Table-stripe tbody tr{
  border: none;
  padding: 0 20px;
}

.sw-Table-stripe tbody tr:nth-child(odd){
  background-color: #f4f6f8;
}

.sw-Table-stripe tbody tr:not(:nth-child(odd)) th{
  background-color: inherit;
}

.sw-Table-stripe tbody tr:not(:first-child) > :first-child{
  margin-top: 0;
}

.sw-Table-stripe tbody tr > td{
  padding-bottom: 0;
}

.sw-Table-stripe tbody tr > td:last-child{
  padding-bottom: 32px;
}

.sw-Table-stripe tbody tr th{
  border-bottom: 1px solid #d9deea;
  font-size: 1.6rem;
  padding: 32px 0 20px;
  text-align: left;
}

.sw-Table-stripe tbody tr th .sw-Link{
  font-size: 1.4rem;
}

.sw-Table-stripe tbody tr th > .sw-Link{
  font-weight: normal;
  margin-top: 12px;
}

.sw-Table-stripe tbody tr td{
  padding: 10px 0;
}

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

  .sw-Table-stripe tbody tr {
    padding: 0;
  }

  .sw-Table-stripe tbody tr > td {
    padding-bottom: 20px;
  }

  .sw-Table-stripe tbody tr > td:last-child{
    padding-bottom: 20px;
  }

  .sw-Table-stripe tbody tr th {
    border-bottom: none;
    font-size: 1.4rem;
    padding: 20px;
  }

  .sw-Table-stripe tbody tr td {
    padding: 20px;
  }

  .sw-Table-stripe tbody tr td:last-of-type{
    padding-bottom: 20px;
  }

}

/*:::::::::::::::::::::::::.sw-Table-award:::::::::::::::::::::::::*/

.sw-Table-award tbody tr,
.sw-Table-award tbody tr:first-child,
.sw-Table-award tbody tr:first-child{
  border:none;
}

.sw-Table-award tbody tr:nth-child(odd){
  background-color: #f4f6f8;
}

.sw-Table-award tbody tr td {
  padding: 21px 15px;
}

.sw-Table-award tbody tr td p{
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

.sw-Table-award tbody tr td > :not(:first-child){
  padding-top: 10px;
}

.sw-Table-award tbody tr td p:first-child {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding-right: 0;
}

.sw-Table-award tbody tr td p {
  display: block;
}

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

  .sw-Table-award tbody tr td p:first-child {
    display: block;
  }

}
/*:::::::::::::::::::::::::.sw-Table-no-down:::::::::::::::::::::::::*/

.sw-Table-no-down table tr{
  display: table-row;
}

.sw-Table-no-down table th{
  display: table-cell;
}

.sw-Table-no-down table td{
  display: table-cell;
}

.sw-Table-no-down table tr > td{
  padding-bottom: 20px;
}

/*:::::::::::::::::::::::::.sw-Table-scroll_202111:::::::::::::::::::::::::*/

.sw-Table-scroll table{
  table-layout: fixed;
}

.sw-Table-scroll table thead{
  background-color: #4f5a77;
  color: #fff;
  display: table-header-group;
}

.sw-Table-scroll table th,
.sw-Table-scroll table tr,
.sw-Table-scroll table td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}

.sw-Table-scroll table tr{
  display: table-row;
}

.sw-Table-scroll table th{
  display: table-cell;
  border: 1px solid #d9deea;
}

.sw-Table-scroll table td{
  display: table-cell;
  border: 1px solid #d9deea;
}

.sw-Table-scroll table td.right {
   text-align: right;
}

.sw-Table-scroll table td.left {
   text-align: left;
}

.sw-Table-scroll td p{
display:inline;
}

.sw-Table-scroll table tr > td{
  padding-bottom: 20px;
}


@media only screen and (max-width: 768px) {

.sw-Table-scroll table {
  width: 100%;
  white-space: nowrap;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  }

.sw-Table-scroll:lang(ja):after {
  content: "※横にスクロールしてご覧いただけます。";
  color: #808080;
  font-size: 12px;
  }

.sw-Table-scroll:lang(en):after {
  content: "※Scrollable";
  color: #808080;
  font-size: 12px;
  }

}



/*:::::::::::::::::::::::::.sw-Accordion:::::::::::::::::::::::::*/

.sw-Accordion{
  margin-bottom:0;
}

.pbNested.sw-Accordion{
  margin-bottom:0;
}

.pb-of-visible .pbNested.sw-Accordion + div:not(.pb-handle){
  margin-top: 0;
}

.pbNested.sw-Accordion + div:not(.sw-Accordion){
  margin-top: 24px;
}

.pbNested.sw-Accordion + div:not(.sw-Accordion){
  margin-top: 24px;
}


.sw-Accordion > div {
  overflow: hidden;
}

.sw-Accordion_Title{
  margin-bottom: 0;
}

.pbNested.sw-Accordion_Title{
  margin-bottom: 0;
}

.pb-of-visible .pbNested.sw-Accordion_Title + div:not(.pb-handle){
  margin-top: 0;
}

.sw-Accordion .sw-Accordion_Title{
  border-bottom: solid 1px #d9deea;
  border-top: solid 1px #d9deea;
  position: relative;
}

.sw-Accordion_Title h4{
  font-weight: bold;
}

.pbNested .sw-Accordion_Title h4{
  font-weight: bold;
}


.sw-Accordion .sw-Accordion_Title > div:not(.pb-handle){
  color: #0c419a;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 30px 8px 0;
}

.sw-Accordion .sw-Accordion_Title:not(:first-child){
  border-top: none;
}

.sw-Accordion .sw-Accordion_Title > div:not(.pb-handle):before{
  background-color: #0c419a;
  content: "";
  height: 2px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 250ms ease-in-out 0s;
  width: 14px;
}

.sw-Accordion .sw-Accordion_Title.active > div:not(.pb-handle):before{
  transform: translateY(-50%) rotate(0);
}

.sw-Accordion .sw-Accordion_Title > div:not(.pb-handle):after{
  background-color: #0c419a;
  content: "";
  height: 2px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

.sw-Accordion .sw-Accordion_Body{
  border-bottom: solid 1px #d9deea;
  display: none;
  min-width: 100%;
}

.sw-Accordion .sw-Accordion_Body > div:not(.pb-handle){
  padding: 32px 0 40px;
}

/*:::::::::::::::::::::::::.ct-ReadMore:::::::::::::::::::::::::*/

.ct-ReadMore{
  margin-bottom:0;
}

.pbNested.ct-ReadMore{
  margin-bottom:0;
}

.pb-of-visible .pbNested.ct-ReadMore +div:not(.pb-handle){
  margin-top: 0;
}

.ct-ReadMore{
  margin-top: 16px;
}

.sw-fund-Table + .ct-ReadMore{
  margin-top: 0;
}

.ct-ReadMore .ct-ReadMore-Sp{
  width:100%;
}

.ct-ReadMore .ct-ReadMore-Sp >div:not(.pb-handle){
  width:100%;
}

.ct-ReadMore .ct-ReadMore-Pc{
  width:100%;
}

.ct-ReadMore .ct-ReadMore-Pc >div:not(.pb-handle){
  width:100%;
}

.ct-ReadMore_Title{
  width:100%;
}

.ct-ReadMore_Title{
  margin-bottom:0;
}

.ct-ReadMore_Title{
  margin-bottom:0;
}

.pbNested.ct-ReadMore_Title{
  margin-bottom:0;
}

.pb-of-visible .pbNested.ct-ReadMore_Title +div:not(.pb-handle){
  margin-top: 0;
}

.ct-ReadMore_Title >div:not(.pb-handle){
  width:100%;
}

.ct-ReadMore_Trigger{
  border-top: solid 1px #4f5a77;
  width:100%;
}

.ct-ReadMore_Trigger{
  margin-bottom:0;
}

.pbNested.ct-ReadMore_Trigger{
  margin-bottom:0;
}

.pb-of-visible .pbNested.ct-ReadMore_Trigger + div:not(.pb-handle){
  margin-top: 0;
}

.ct-ReadMore_Trigger > div:not(.pb-handle){
  color: #4f5a77;
  padding: 8px 0;
  text-align: center;
  width:100%;
}

.pbPage:not(.pb-of-visible) .ct-ReadMore_Trigger > div{
  cursor: pointer;
}

.ct-ReadMore_Trigger p{
  position: relative;
}

.ct-ReadMore_Trigger p:after{
  border-right: solid 1px #4f5a77;
  border-top: solid 1px #4f5a77;
  content: "";
  height: 11px;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  transform: rotate(135deg);
  width: 11px;
}

.ct-ReadMore_Trigger.active{
  display:none;
}

.ct-ReadMore_Body{
  width:100% !important;
}

.ct-ReadMore_Body > div:not(.pb-handle){
  width:100%;
}

.ct-ReadMore-Sp .ct-ReadMore_Body{
  display:none;
}

.pbPage.pb-of-visible .ct-ReadMore-Sp .ct-ReadMore_Body{
  display:block;
}

.pbPage:not(.pb-of-visible) .ct-ReadMore-Pc{
  display:none;
}

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

  .pbPage:not(.pb-of-visible) .ct-ReadMore-Sp{
    display:none;
  }

  .pbPage:not(.pb-of-visible) .ct-ReadMore-Pc{
    display:block;
  }

  .pbPage:not(.pb-of-visible) .ct-ReadMore-Pc .ct-ReadMore_Body{
    display:none;
  }

}

/*:::::::::::::::::::::::::.ct-ReadMore-both:::::::::::::::::::::::::*/

.ct-ReadMore .ct-ReadMore-both{
  width:100%;
}

.ct-ReadMore .ct-ReadMore-both >div:not(.pb-handle){
  width:100%;
}

.ct-ReadMore-both .ct-ReadMore_Body{
  display:none;
}

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

  .ct-ReadMore-both .ct-ReadMore_Body{
    display:none;
  }

  .pbPage.pb-of-visible .ct-ReadMore-both .ct-ReadMore_Body{
    display:block;
  }

}

/*:::::::::::::::::::::::::.ct-ReadMore-both-button:::::::::::::::::::::::::*/

.ct-ReadMore .ct-ReadMore-both-button{
  width:100%;
}

.ct-ReadMore .ct-ReadMore-both-button > div:not(.pb-handle){
  width:100%;
}

.ct-ReadMore-both-button .ct-ReadMore_Trigger{
  margin-bottom: 10px;
}

.pbNested.ct-ReadMore-both-button .pbNested.ct-ReadMore_Trigger{
  margin-bottom: 10px;
}

.ct-ReadMore-both-button .ct-ReadMore_Trigger{
  margin-bottom: 10px;
}

.ct-ReadMore-both-button .ct-ReadMore_Trigger{
  border-top: none;
}

.ct-ReadMore-both-button .ct-ReadMore_Trigger > div:not(.pb-handle){
  background: #0c419a;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  outline: none;
  padding: 24px 15px;
  text-align: center;
  text-decoration: none;
  transition: opacity .4s;
  width: 100%;
}

.ct-ReadMore-both-button .ct-ReadMore_Trigger p:after{
  content: none;
  display: none;
}

.ct-ReadMore-both-button .ct-ReadMore_Body{
  display:none;
}

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

  .ct-ReadMore-both-button .ct-ReadMore_Body{
    display:none;
  }

  .ct-ReadMore-both-button .ct-ReadMore_Trigger >div:not(.pb-handle){
    padding: 24px 17px;
    width: 340px;
  }

}

/*:::::::::::::::::::::::::.st-Breadcrumb:::::::::::::::::::::::::*/

.pbNested.st-Breadcrumb {
  margin: 24px auto 0 !important;
  z-index: 1;
}

.pb-of-visible .pbNested.st-Breadcrumb +div:not(.pb-handle){
  margin-top: 24;
}


.st-Breadcrumb > div{
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 4%;
  position: relative;
  width: 100%;
}

.st-Breadcrumb a{
  margin-right: 8px;
}

.st-Breadcrumb a:after{
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 8px;
  -webkit-transform: rotate(45deg) translate(-2px);
  transform: rotate(45deg) translate(-2px);
  width: 6px;
}

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

  .st-Breadcrumb{
    width: 1020px;
  }

  .st-Breadcrumb > div{
    padding: 0;
    width: 100%;
  }
}

/*:::::::::::::::::::::::::.sw-Modal:::::::::::::::::::::::::*/

.sw-Modal{
  margin-bottom:13px
}

.pbNested.sw-Modal{
  margin-bottom:13px
}

.pb-of-visible .pbNested.sw-Modal + div{
  margin-top: 13px;
}

.sw-Modal-content{
  margin-bottom: 0;
}

.pbNested.sw-Modal-content{
  margin-bottom: 0;
}

.sw-Modal-content > div:not(.pb-handle){
  width:100%;
}

.sw-Modal-content > div:not(.pb-handle) *{
  display:inline-block;
  font-size: 1.4rem;
}

.sw-Modal-content a.js-modal-open{
  border: none;
  cursor: pointer;
  height: 28px;
  margin-left: .5em;
  outline: none;
  width: 18px;
}

.sw-Modal-content a.js-modal-open img{
  vertical-align: text-top;;
}

.sw-Modal-inner-bg, .sw-Modal-inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sw-Modal-inner-bg {
  display: none;
}

div:not(.pb-of-visible) .sw-Modal-inner-bg {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.pb-of-visible .pbNested.sw-Modal-inner-bg + div{
  margin-top: 0;
}

.sw-Modal-inner {
  display: block;
}

div:not(.pb-of-visible) .sw-Modal-inner {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.pb-of-visible .pbNested.pbNestedWrapper + div.sw-Modal-inner{
  margin-top: 0;
}

.sw-Modal-inner > div:not(.pb-handle){
  text-align: center;
  vertical-align: middle;
  width:100%;
  height:100%;
}

div:not(.pb-of-visible) .sw-Modal-inner-content{
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative;
  width: 92%;
}

.sw-Modal-inner-content > div:not(.pb-handle){
  padding: 56px 30px;
  position: relative;
  text-align: left;
  width: 100%;
  color: #2b2e38;
  background: #fff;
  margin-bottom:10px;
}

.sw-Modal-inner-content > div:not(.pb-handle) .pbNested.pbNestedWrapper:last-child{
  margin-bottom: 0;
}

.sw-Modal-close{
  display:none;
}

div:not(.pb-of-visible) .sw-Modal-close{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display:block;
  height: 24px;
  margin-bottom:0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: -36px;
  width: 24px;
}

.pb-of-visible .pbNested.sw-Modal-close + div{
  margin-top: 0;
}

div:not(.pb-of-visible) .sw-Modal-close::before,
div:not(.pb-of-visible) .sw-Modal-close::after{
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

div:not(.pb-of-visible) .sw-Modal-close:before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div:not(.pb-of-visible) .sw-Modal-close:after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 641px){

  div:not(.pb-of-visible) .sw-Modal-inner-content{
    max-width: 700px;
  }

}

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

  div:not(.pb-of-visible) .sw-Modal-inner-content{
    max-width: inherit;
    width: 1020px;
  }

  .sw-Modal-inner-content > div:not(.pb-handle){
    padding: 56px 34px;
  }

}

/*:::::::::::::::.sw-Faq_QuestionTitle:::::::::::::::*/

.sw-Accordion .sw-Faq_QuestionTitle{
  border-bottom: solid 1px #d9deea;
  color: #0c419a;
  cursor: pointer;
  line-height: 1.4;
  min-height: 34px;
  padding: 16px 28px 16px 64px;
}

.sw-Faq_AnswerTitle{
  margin-bottom: 16px;
}

.pbNested.sw-Faq_AnswerTitle{
  margin-bottom: 16px;
}

.pbNested.sw-Faq_AnswerTitle + div:not(.pb-handle){
  margin-top: 16px;
}

.sw-Accordion .sw-Faq_AnswerTitle{
  position: relative;
  color: #de5500;
  font-weight: bold;
  padding-left:64px;
}

.sw-Accordion .sw-Faq_QuestionTitle:before,
.sw-Accordion .sw-Faq_AnswerTitle:before{
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  left: 15px;
  line-height: 1;
  position: absolute;
  right:auto;
  width: 34px;
  transition: all 0.3s;
}

.sw-Accordion .sw-Faq_QuestionTitle:before{
  background: #0c419a;
  color: #fff;
  content: "Q";
  top: 50%;
  transform: translateY(-50%);
}

.sw-Accordion .sw-Faq_QuestionTitle:after{
  content: none;
}

.sw-Accordion .sw-Faq_AnswerTitle:before{
  background: #de5500;
  color: #fff;
  content: "A";
  top: 50%;
  transform: translateY(-50%);
}

.sw-Accordion .sw-Faq_Text{
  margin: 0 15px;
}

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

  .sw-Accordion .sw-Faq_QuestionTitle:before,
  .sw-Accordion .sw-Faq_AnswerTitle:before{
    left: 0;
  }

  .sw-Accordion .sw-Faq_QuestionTitle,
  .sw-Accordion .sw-Faq_AnswerTitle{
    padding-left: 50px;
  }

  .sw-Accordion .sw-Faq_Text{
    margin: 0;
  }
}


/*:::::::::::::::.sw-Alert:::::::::::::::*/

.sw-Alert{
  margin-bottom: 40px;
}

.pbNested.sw-Alert{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-Alert + div{
  margin-top: 40px;
}

.sw-Alert > div:not(.pb-handle){
  background: #f4f6fc;
  padding: 40px 30px;
}

.sw-Alert >div:not(.pb-handle) > div:last-child{
  margin-bottom: 0;
}

.pbNested.sw-Alert >div:not(.pb-handle) > div:last-child{
  margin-bottom: 0;
}

.sw-Alert_Title{
  margin-bottom: 24px;
}

.pbNested.sw-Alert_Title{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-Alert_Title + div{
  margin-top: 24px;
}

.sw-Alert_Title >div:not(.pb-handle){
  color: #0c419a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.37;
  padding-left: 32px;
  position: relative;
}

.sw-Alert_Title p{
  color: #0c419a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.37;
}

.sw-Alert_Title a{
  color: #0c419a;
  font-weight: normal;
}

.sw-Alert_Title a.pbOpenNewWindow:after,
.sw-Alert_Title a[target="_blank"]:after,
.sw-Alert_Title a[href$=".pdf"]:after,
.sw-Alert_Title a[href*="pdf/"]:after{
  display:none;
}

.sw-Alert_Title > div:not(.pb-handle):before{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0c419a;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

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

  sw-Alert{
    margin-bottom: 48px;
  }

  .pbNested.sw-Alert{
    margin-bottom: 48px;
  }

  .pb-of-visible .pbNested.sw-Alert + div{
    margin-top: 48px;
  }

  .sw-Alert >div:not(.pb-handle){
    padding: 48px 68px;
  }

  .sw-Alert_Title{
    margin-bottom: 32px;
  }

  .pbNested.sw-Alert_Title{
    margin-bottom: 32px;
  }

  .pb-of-visible .pbNested.sw-Alert_Title + div{
    margin-top: 32px;
  }

}

/*:::::::::::::::.sw-Alert_Col-titleOnly:::::::::::::::*/

.sw-Alert_Col-titleOnly > div:not(.pb-handle){
  background: #f4f6fc;
  padding: 24px 30px;
}

.sw-Alert_Col-titleOnly .sw-Alert_Title p{
  line-height: 2;
}

.sw-Alert_Col-titleOnly .sw-Alert_Title > div:not(.pb-handle):before{
  margin-top: 0;
  top: 5px;
}

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

  .sw-Alert_Col-titleOnly > div:not(.pb-handle){
    padding: 24px 68px;
  }

}

/*:::::::::::::::.sw-Alert-red:::::::::::::::*/

.sw-Alert-red > div:not(.pb-handle){
  background: #ffeee3;
}

.sw-Alert-red .sw-Alert_Title p{
  color: #de5500;
}

.sw-Alert-red .sw-Alert_Title a{
  color: #de5500;
}

.sw-Alert-red .sw-Alert_Title > div:not(.pb-handle):before{
  display: none;
}

.sw-Alert-red .sw-Alert_Icon {
  position: absolute;
}

.sw-Alert-red .sw-Alert_Icon_Triangle {
  background-color: #de5500;
  border-top-right-radius: 30%;
  display: block;
  height: 1em;
  left: -27px;
  position: relative;
  text-align: left;
  top: 7px;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  width: 1em;
}

.sw-Alert-red .sw-Alert_Icon_Triangle:before, .sw-Alert-red .sw-Alert_Icon_Triangle:after {
  background-color: inherit;
  border-top-right-radius: 30%;
  content: '';
  height: 10em;
  height: 1em;
  position: absolute;
  width: 10em;
  width: 1em;
}

.sw-Alert-red .sw-Alert_Icon_Triangle:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.sw-Alert-red .sw-Alert_Icon_Triangle:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.sw-Alert-red .sw-Alert_Icon_Exclamation {
  color: #fff;
  font-size: 1.8rem;
  left: -22px;
  line-height: 32px;
  position: absolute;
  top: 3px;
}

/*:::::::::::::::.sw-Alert-gray:::::::::::::::*/

.sw-Alert-gray > div:not(.pb-handle){
  background: #f4f6f8;
}

.sw-Alert-gray .sw-Alert_Title p{
  color: #333;
}

.sw-Alert-gray .sw-Alert_Title a{
  color: #333;
}

.sw-Alert-gray .sw-Alert_Title > div:not(.pb-handle):before{
  background: #333;
}

/*:::::::::::::::.sw-Highlight:::::::::::::::*/

.sw-Highlight {
  margin-bottom: 40px;
}

.pbNested.sw-Highlight {
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-Highlight + div{
  margin-top: 40px;
}

.sw-Highlight > div:not(.pb-handle){
  background: #f4f6f8;
  padding: 40px 30px;
}

.sw-Highlight_Title{
  margin-bottom: 24px;
}

.pbNested.sw-Highlight_Title{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.sw-Highlight_Title + div{
  margin-top: 24px;
}

.sw-Highlight_Title p{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

  .pbNested.sw-Highlight{
    margin-bottom: 48px;
  }

  .pb-of-visible .pbNested.sw-Highlight + div{
    margin-top: 48px;
  }

  .sw-Highlight > div:not(.pb-handle){
    padding: 48px 68px;
  }

}

/*:::::::::::::::.sw-Highlight_Col-titleOnly:::::::::::::::*/

.sw-Highlight_Col-titleOnly > div:not(.pb-handle){
  padding: 24px 30px;
}

.sw-Highlight_Col-titleOnly .sw-Highlight_Title p{
  line-height: 2;
}
.sw-Highlight_Col-titleOnly .sw-Highlight_Title > div:not(.pb-handle):before{
  margin-top: 0;
  top: 5px;
}

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

  .sw-Highlight_Col-titleOnly > div:not(.pb-handle){
    padding: 24px 68px;
  }

}


/*:::::::::::::::.sw-Highlight_Title-primary:::::::::::::::*/

.sw-Highlight_Title-primary {
  color: #0c419a;
}

/*:::::::::::::::.sw-Highlight_Col-outline:::::::::::::::*/

.sw-Highlight_Col-outline > div:not(.pb-handle){
  background: none;
  border: 2px solid #f4f6f8;
  padding: 40px 28px;
}

@media print, screen and (min-width: 768px){
  .sw-Highlight_Col-outline > div:not(.pb-handle){
    padding: 56px 66px;
  }
}

/*:::::::::::::::.sw-DefinitionList:::::::::::::::*/

.sw-DefinitionList{
  margin: 0;
}

.pbNested.sw-DefinitionList{
  margin: 0;
}

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

.sw-DefinitionList > div:not(.pb-handle){
  width:100%;
}

.sw-DefinitionList table{
  border: none;
  width: 100%;
  font-size: inherit;
}

.sw-DefinitionList table tr:first-child{
  border-top: none
}

.sw-DefinitionList table tr{
  display: table-row;
  border-bottom: none;
  padding: 0;
  height:auto;
}

.sw-DefinitionList table th{
  background-color: inherit;
  color:inherit;
  display: table-cell;
  font-size: inherit;
  font-weight:bold;
  line-height: inherit;
  width: 4em;
  vertical-align: top;
  padding: 0;
  padding-right: 1em;
  text-align:left;
  word-break: keep-all;
}

.sw-DefinitionList table td{
  display: table-cell;
  padding: 0;
  line-height:inherit;
}

.sw-DefinitionList table tr:not(:first-child) th,
.sw-DefinitionList table tr:not(:first-child) td{
  padding-top:24px;
}

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

  .sw-DefinitionList table tr{
    border-top: none;
    padding: 0;
    padding-right: 1em;
  }

}

/*:::::::::::::::.sw-Tab:::::::::::::::*/

.sw-Tab{
  margin-bottom: 0;
}

.pbNested.sw-Tab{
  margin-bottom: 0;
}

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

.sw-Tab .tab{
  margin-bottom: 40px;
}

.pbNested.sw-Tab .pbNested.tab{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.sw-Tab .pbNested.tab + div{
  margin-top: 40px;
}

.sw-Tab .tab ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:0;
}

.sw-Tab .tab ul li{
  background-color: transparent;
  border-bottom: 1px solid #d9deea;
  color: #666;
  cursor: pointer;
  position: relative;
  padding: 0 20px 18px;
  font-weight: bold;
  outline: none;
  line-height: 1.4;
  list-style:none;
  margin-bottom:0px;
  transition: all .3s;
  text-align: center;
  width:50%;
}

.sw-Tab .tab ul li:before{
  content: none;
}

.sw-Tab3 .tab ul li{
  width:calc(100% / 3);
}

.sw-Tab4 .tab ul li{
  width:25%;
}

.sw-Tab5 .tab ul li {
  width: 20%;
}

.sw-Tab6 .tab ul li {
  width:calc(100% / 6);
}

.sw-Tab .tab ul li.active{
  color: #0c419a;
  border-bottom: 3px solid #0c419a;
}

.sw-Tab .tab ul li:hover{
  color: #0c419a;
  border-bottom: 3px solid #0c419a;
}

.pbPage:not(.pb-of-visible) .sw-Tab .panel > div > .box + .box {
  display: none;
}

/*:::::::::::::::.sw-TelephoneInfo_Wrap:::::::::::::::*/

.sw-TelephoneInfo_Wrap{
  margin-top: 24px;
  margin-bottom:48px;
}

.pbNested.sw-TelephoneInfo_Wrap{
  margin-top: 24px;
  margin-bottom:48px;
}

.pb-of-visible .pbNested.sw-TelephoneInfo_Wrap + div{
  margin-top: 48px;
}

.sw-TelephoneInfo_Wrap > div:not(.pb-handle){
  border: solid 1px #d9deea;
  padding: 30px 30px 9px;
  margin: 0 auto;
}

.sw-TelephoneInfo_Number {
  color: #0c419a;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.pbNested.sw-TelephoneInfo_Number {
  margin: 0;
}

.sw-TelephoneInfo_Number_Title {
  font-weight: bold;
  margin: 0 0 3px;
}

.pbNested.sw-TelephoneInfo_Number_Title {
  margin: 0 0 3px;
}

.sw-TelephoneInfo_Number_Img {
  margin: auto;
}

.pbNested.sw-TelephoneInfo_Number_Img {
  margin: auto;
}

.sw-TelephoneInfo_Number_Img > div:not(.pb-handle){
  height: 45px;
  margin: auto;
  max-width: 100%;
  width: 283px;
}

.pbNested.sw-TelephoneInfo_Number_Img > div:not(.pb-handle){
  margin: auto;
}

.sw-TelephoneInfo_Number_Recept{
  margin: 5px 0 0 0;
}

.pbNested.sw-TelephoneInfo_Number_Recept{
  margin: 5px 0 0 0;
}

.sw-TelephoneInfo_Text{
  color: #666;
  margin: 22px 0 0 0;
}

.pbNested.sw-TelephoneInfo_Text{
  margin: 22px 0 0 0;
}

.sw-MailInfo_Address {
  color: #0c419a;
  line-height: 1.4;
  text-align: center;
}

.pbNested .sw-MailInfo_Address{
  margin: 0;
}

.sw-MailInfo_Address_Title {
  font-weight: bold;
  margin: 22px 0 3px;;
}

.pbNested.sw-MailInfo_Address_Title {
  margin: 22px 0 3px;;
}

.sw-MailInfo_Email-Address {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
}

.pbNested.sw-MailInfo_Email-Address {
  margin: 0;
}

.sw-MailInfo_Email-Address p{
  font-size: 2.8rem;
  font-weight: bold;
}

.sw-MailInfo_Address_Recept {
  margin: 5px 0 0 0;
}

.pbNested.sw-MailInfo_Address_Recept {
  margin: 5px 0 0 0;
}

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

  .sw-TelephoneInfo_Wrap{
    margin-bottom: 56px;
  }

  .pbNested.sw-TelephoneInfo_Wrap{
    margin-bottom: 56px;
  }

  .sw-TelephoneInfo_Wrap > div:not(.pb-handle){
    padding: 32px 68px;
    width: 714px;
  }

  .sw-TelephoneInfo_Number_Img > div:not(.pb-handle){
    height: 39px;
    width: 297px;
  }

}

/*:::::::::::::::.sw-ImageCut:::::::::::::::*/

.sw-ImageCut{
  margin-bottom:80px;
}

.pbNested.sw-ImageCut{
  margin-bottom:80px;
}

.pb-of-visible .pbNested.sw-ImageCut + div{
  margin-top: 80px;
}

.sw-ImageCut > div:not(.pb-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
}

.sw-ImageCut .box{
  width:100%;
}

.sw-ImageCut .box:first-child{
  margin-bottom: 24px;
}

.pbNested.sw-ImageCut .pbNested.box:first-child{
  margin-bottom: 24px;
}

.pb-of-visible .sw-ImageCut .pbNested.box:first-child + div{
  margin-top: 24px;
}

.sw-ImageCut .box .image{
  width:100%;
  text-align:center;
}

.sw-ImageCut .box .image a.pbOpenNewWindow:after,
.sw-ImageCut .box .image a[target="_blank"]:after,
.sw-ImageCut .box .image a[href$=".pdf"]:after,
.sw-ImageCut .box .image a[href*="pdf/"]:after{
  display:none;
}

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

  .sw-ImageCut .box{
    width: calc((100% - 2*34px)/3*2 + 30px);
  }

  .sw-ImageCut .box:first-child{
    margin-right: 34px;
    margin-bottom: 0;
    width: calc((100% - 2*34px)/3);
  }

  .pbNested.sw-ImageCut .pbNested.box:first-child{
    margin-bottom: 0;
  }

  .pb-of-visible .sw-ImageCut .box + div{
    margin-top: 0;
  }

  .pb-of-visible .sw-ImageCut .pbNested.box:first-child + div{
    margin-top: 0;
  }

}

/*:::::::::::::::.ImageCut-gray:::::::::::::::*/

.ImageCut-gray > div:not(.pb-handle){
  background: #f4f6f8;
  padding: 20px;
}

/*:::::::::::::::.ImageCut-reverse:::::::::::::::*/

.ImageCut-reverse .box{
  order: 1;
}

.ImageCut-reverse .box:first-child{
  margin-bottom: 0;
  order: 2;
}


.pbNested.ImageCut-reverse .pbNested.box:first-child{
  margin-bottom: 0;
}

.pbNested.ImageCut-reverse .pbNested.box:last-child{
  margin-bottom: 24px !important;
}


.pb-of-visible .sw-ImageCut .pbNested.box:not(:first-child) + div{
  margin-top: 24px;
}

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

  .ImageCut-reverse .box:last-child{
    margin-bottom: 0;
  }

  .pbNested.ImageCut-reverse .pbNested.box:last-child{
    margin-bottom: 0 !important;
  }

  .pb-of-visible .sw-ImageCut .pbNested.box:not(:first-child) + div{
    margin-top: 0;
  }

  .ImageCut-reverse .box{
    width: calc((100% - 2*34px)/3);
    margin-bottom: 0;
    order: 2;
  }

  .ImageCut-reverse .box:first-child{
    width: calc((100% - 2*34px)/3*2 + 30px);
    order: 1;
  }

}

/*:::::::::::::::.ImageCut-reverse-ImageDown:::::::::::::::*/

.ImageCut-reverse-ImageDown .box{
  order: 2;
}

.ImageCut-reverse-ImageDown .box:first-child{
  order: 1;
  margin-bottom: 24px;
}

.pbNested.ImageCut-reverse-ImageDown .pbNested.box:first-child{
  margin-bottom: 24px;
}

.pbNested.ImageCut-reverse-ImageDown .pbNested.box:last-child{
  margin-bottom: 0 !important;
}


/*:::::::::::::::.ImageCut-half:::::::::::::::*/

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

  .ImageCut-half .box:first-child{
    width: calc((100% - 34px)/2);
  }

  .ImageCut-half .box{
    width: calc((100% - 34px)/2);
  }

}

/*:::::::::::::::.ImageCut-flow:::::::::::::::*/

.ImageCut-flow.ImageCut-reverse .box{
  order: 2;
}

.ImageCut-flow.ImageCut-reverse .box:first-child{
  order: 1;
}

.ImageCut-flow.ImageCut-reverse .pbNested.box:first-child {
  margin-bottom: 24px;
}

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

  .ImageCut-flow > div:not(.pb-handle){
    display:block;
  }

  .ImageCut-flow .box .pbNested:after {
    display: none;
  }

  .ImageCut-flow.ImageCut-reverse .pbNested.box:first-child {
    margin-bottom: 0;
  }

  .ImageCut-flow .box:first-child {
    float: left;
    margin-right: 34px;
    position: relative;
    width: calc((100% - 2*34px)/2 + 30px) !important;
    z-index: 1;
  }

  .ImageCut-reverse.ImageCut-flow .box:first-child{
    float: right;
    margin-left: 34px;
    margin-right: 0;
  }

  .ImageCut-flow .box{
    width: 100%!important;
  }

  .ImageCut-flow .box:first-child {
    margin-bottom: 0;
  }

  .pbNested.ImageCut-flow .pbNested.box:first-child {
    margin-bottom: 0;
  }

  .ImageCut-reverse.ImageCut-flow .box:last-child {
    margin-bottom: 0;
  }

  .pbNested.ImageCut-reverse.ImageCut-flow .pbNested.box:last-child {
    margin-bottom: 0;
  }

  .ImageCut-flow .box .pbBlock {
    clear: none;
  }

}

/*:::::::::::::::.sw-Box2clum:::::::::::::::*/

.sw-Box2clum{
  margin-bottom:80px;
}

.pbNested.sw-Box2clum{
  margin-bottom:80px;
}

.pb-of-visible .pbNested.sw-Box2clum + div{
  margin-top: 80px;
}

.sw-Box2clum > div:not(.pb-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
}

.sw-Box2clum .box{
  width:100%;
}

.sw-Box2clum .box:first-child{
  margin-bottom: 40px;
}

.pbNested.sw-Box2clum .pbNested.box:first-child{
  margin-bottom: 40px;
}

.sw-Box2clum.H2box .box:first-child{
  margin-bottom: 100px;
}

.pbNested.sw-Box2clum.H2box .pbNested.box:first-child{
  margin-bottom: 100px;
}

.pb-of-visible .sw-Box2clum .pbNested.box:first-child + div{
  margin-top: 40px;
}

.pb-of-visible .sw-Box2clum.H2box .pbNested.box:first-child + div{
  margin-top: 100px;
}

.pbNested.sw-Box2clum .pbNested.innerbox{
  margin-bottom: 40px;
}

.pb-of-visible .sw-Box2clum .pbNested.innerbox + div{
  margin-top: 40px;
}

.sw-Box2clum .box .image{
  width:100%;
  text-align:center;
}

.sw-Box2clum .box .image a.pbOpenNewWindow:after,
.sw-Box2clum .box .image a[target="_blank"]:after,
.sw-Box2clum .box .image a[href$=".pdf"]:after,
.sw-Box2clum .box .image a[href*="pdf/"]:after{
  display:none;
}

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

  .sw-Box2clum .box:first-child{
    margin-right: 34px;
    margin-bottom: 0;
    width: calc((100% - 2*34px)/2);
  }

  .pbNested.sw-Box2clum .pbNested.box:first-child{
    margin-bottom: 0;
  }

  .pb-of-visible .sw-Box2clum .box + div{
    margin-top: 0;
  }

  .pb-of-visible .sw-Box2clum .pbNested.box:first-child + div{
    margin-top: 0;
  }

  .pb-of-visible .sw-Box2clum.H2box .pbNested.box:first-child + div{
    margin-top: 0;
  }

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

  .sw-Box2clum.H2box .box:first-child{
    margin-bottom:0;
  }

  .pbNested.sw-Box2clum.H2box .pbNested.box:first-child{
    margin-bottom: 0;
  }

  .pb-of-visible .sw-Box2clum .pbNested.box:first-child + .H2box{
    margin-top: 0;
  }

}


/*:::::::::::::::.ct-Card_Wrap:::::::::::::::*/

.ct-Card_Wrap{
  margin-bottom: 40px;
}

.pbNested.ct-Card_Wrap{
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.ct-Card_Wrap + div{
  margin-top: 40px;
}

.ct-Card_Wrap >div:not(.pb-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ct-Card{
  margin-bottom: 40px;
}

.pbNested.ct-Card{
  margin-bottom: 40px;
}

.ct-Card {
  border: solid 1px #d9deea;
  width: 100%;
}

.no-border .ct-Card{
  border: none;
}

.ct-Card_Link{
  margin-bottom:0;
}

.pbNested.ct-Card_Link{
  margin-bottom:0;
}

.pb-of-visible .pbNested.ct-Card_Link + div{
  margin-top: 0;
}

.ct-Card_Link{
  width:100%;
  position:relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.ct-Card_Link:hover{
  opacity: 0.7;
}

.ct-Card_Image{
  margin-bottom:0;
}

.pbNested.ct-Card_Image{
  margin-bottom:0;
}

.pb-of-visible .pbNested.ct-Card_Title + div{
  margin-top: 0;
}

.ct-Card_Image a{
  text-decoration: none;
  background-color: inherit;
  color: inherit;
  display: inline;
  position: static;
}

.ct-Card_Image a:before{
  content: "";
  position: absolute;
  width: 100%;
  background: none;
  height: 100%;
  top: 0;
  left: 0;
}

.ct-Card_Image .image a.pbOpenNewWindow:after,
.ct-Card_Image .image a[target="_blank"]:after,
.ct-Card_Image .image a[href$=".pdf"]:after,
.ct-Card_Image .image a[href*="pdf/"]:after{
  display:none;
}

.ct-Card_Body >div:not(.pb-handle){
  padding: 20px 34px 33px;
}

.no-border .ct-Card_Body >div:not(.pb-handle) {
  padding: 20px 0 33px;
}

.ct-Card_Title{
  margin-bottom:13px;
}

.pbNested.ct-Card_Title{
  margin-bottom:13px;
}

.pb-of-visible .pbNested.ct-Card_Title + div{
  margin-top: 13px;
}

.ct-Card_Title,
.ct-Card_Title p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.ct-Card_Title span {
  position: relative;
}

.ct-Card_Title span::after {
  margin-left: 10px;
  border: 4px solid transparent;
  border-left: 5px solid #333;
  content: "";
  display: inline-block;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ct-Card_Text,
.ct-Card_Text p{
  font-size: 1.4rem;
}

.ct-Card_News {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ct-Card_News_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

.ct-Card_News_Title {
  border-bottom: solid 1px #d9deea;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 8px;
  padding-bottom: 3px;
  width: 100%;
}

.ct-Card_News_Title p{
  color: #666;
  font-size: 1.4rem;
}

.ct-Card_News_Date {
  font-weight: bold;
  margin-left: auto;
}

.ct-Card_News_Body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.ct-Card_News_Body .sw-Link {
  line-height: 1.75;
  width: 100%;
}

.ct-Card_News_Body .sw-News_Pdf {
  text-align: left;
  width: 100%;
}

.ct-Card-news {
  margin-bottom: 56px;
}

.ct-Card-news .ct-Card {
  border: none;
}

.ct-Card-news .ct-Card_Link {
  height: auto;
}

.ct-Card-news .ct-Card_Body {
  padding: 21px 0 26px;
}

.ct-Card-news .ct-Card_Body_PaddingNarrow {
  padding: 12px 0 0;
}

.ct-Card_Tag {
  color: #fff;
  font-size: 1.2rem;
  height: 24px;
  margin: 0 0 12px;
  text-align: center;
  width: 136px;
}

.ct-Card_Tag-information {
  background-color: #3e9120;
}

.ct-Card_Tag-attractiveness {
  background-color: #0c419a;
}

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

  .pbNested    .ct-Card{
    margin-bottom:0;
  }

  .ct-Card{
    width: calc((100% - 2*36px)/3);
    margin-bottom:0;
  }

  .ct-Card:not(:nth-child(3n)) {
    margin-right: 36px;
  }

  .ct-Card:nth-child(n+4) {
    margin-top: 40px;
  }

  .pb-of-visible .pbNested.ct-Card + div{
    margin-top: 0;
  }

  .ct-Card-news .ct-Card_Body_PaddingNarrow {
    padding: 12px 0 26px;
  }

}

/*:::::::::::::::.ct-Panel_Wrap:::::::::::::::*/

.ct-Panel_Wrap{
  margin-bottom: 40px;
}

.ct-Panel_Wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ct-Panel{
  margin-bottom: 24px;
}

.pbNested.pbNestedWrapper:not(.section) .ct-Panel:last-child{
  margin-bottom: 24px;
}

.ct-Panel{
  border: solid 1px #d9deea;
  width: 100%;
}

.no-border .ct-Panel{
  border: none;
}

.pbNested.ct-Panel_Link{
  margin-bottom:0;
}

.ct-Panel_Link{
  width:100%;
  position:relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ct-Panel_Link:hover{
  opacity: 0.7;
}

.pbNested.ct-Panel_Image{
  margin-bottom: 0;
}

.ct-Panel_Image{
  margin-right: 10px;
  max-width: 150px;
  position: relative;
  width: 35%;
}

.ct-Panel_Body{
  width: calc(65% - 10px);
}

.pbNested.ct-Panel_Title{
  margin-bottom:13px;
}

.ct-Panel_Title,
.ct-Panel_Title p{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.ct-Panel_Title a{
  text-decoration: none;
  background-color: inherit;
  color: inherit;
  display: inline;
  position: static;
}

.ct-Panel_Title a:before{
  content: "";
  position: absolute;
  width: 100%;
  background: none;
  height: 100%;
  top: 0;
  left: 0;
}

.ct-Panel_Link .ct-Panel_Title a.pbOpenNewWindow:after,
.ct-Panel_Link .ct-Panel_Title a[target="_blank"]:after,
.ct-Panel_Link .ct-Panel_Title a[href$=".pdf"]:after,
.ct-Panel_Link .ct-Panel_Title a[href*="pdf/"]:after{
  display:none;
}

.ct-Panel_Text,
.ct-Panel_Text p{
  font-size: 1.4rem;
}

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

  .ct-Panel_Wrap{
    margin-left: -18px;
    margin-right: -18px;
  }

  .ct-Panel{
    width: calc((100% - 4*36px)/ 4);
    margin-bottom: 40px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .pbNested.pbNestedWrapper:not(.section) .ct-Panel:last-child{
    margin-bottom: 40px;
  }

  .ct-Panel_Image{
    margin-right: 0;
    width: 100%;
    max-width: none;
  }

  .ct-Panel_Image:before,
  .ct-Panel_Image:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
  }

  .ct-Panel_Image:before{
    width: 55px;
    height: 55px;
    background: #242424;
    border-radius: 50%;
    opacity: .7;
  }

  .ct-Panel_Image:after{
    right: -17px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 25px solid #fff;
  }

  .ct-Panel_Body{
    width: 100%;
  }

  .ct-Panel_Body{
    padding: 20px 34px 33px;
  }

  .no-border .ct-Panel_Body{
    padding: 20px 0 33px;
  }

}

/*:::::::::::::::.sw-Anchor:::::::::::::::*/

.sw-Anchor{
  margin-bottom: 64px;
}

.pbNested.sw-Anchor{
  margin-bottom: 64px;
}

.pb-of-visible .pbNested.sw-Anchor + div{
  margin-top: 64px;
}

.sw-Anchor > div:not(.pb-handle){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pbNested.sw-Anchor_Col{
  margin-bottom: 0;
}

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

.sw-Anchor_Col{
  width: 100%;
}

.sw-Anchor_Col > div:not(.pb-handle){
  width: 100%;
}

.sw-Anchor_Col > div:not(.pb-handle) > div{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sw-Anchor_Col p{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: solid 1px #d9deea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  min-height: 48px;
  padding-right: 18px;
  position: relative;
  width: 100%;
}

.sw-Anchor_Col a{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  text-decoration: none;
  width: 100%;
}

.sw-Anchor_Col a:hover {
  color: #0c419a;
}

.sw-Anchor_Col a:after,
.sw-Anchor_Col a.pbOpenNewWindow:after,
.sw-Anchor_Col a[target="_blank"]:after,
.sw-Anchor_Col a[href$=".pdf"]:after,
.sw-Anchor_Col a[href*="pdf/"]:after{
  background-position: unset;
  background-repeat: unset;
  background-size: unset;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333;
  content: "";
  height: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: unset;
  width: 0;
}

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

  .sw-Anchor{
    margin-bottom: 72px;
  }

  .pbNested.sw-Anchor{
    margin-bottom: 72px;
  }

  .pb-of-visible .pbNested.sw-Anchor + div{
    margin-top: 72px;
  }


  .sw-Anchor-col2 .sw-Anchor_Col {
    width: calc((100% - 34px)/2);
  }

  .sw-Anchor-col2 .sw-Anchor_Col:not(:nth-child(2n)) {
    margin-right: 34px;
  }

  .sw-Anchor-col3 .sw-Anchor_Col {
    width: calc((100% - 2*36px)/3);
  }

  .sw-Anchor-col3 .sw-Anchor_Col:not(:nth-child(3n)) {
    margin-right: 36px;
  }

  .sw-Anchor-col4 .sw-Anchor_Col {
    width: calc((100% - 3*36px)/4);
  }

  .sw-Anchor-col4 .sw-Anchor_Col:not(:last-child) {
    margin-right: 36px;
  }

  .sw-Anchor-col5 .sw-Anchor_Col {
    width: calc((100% - 4*36px)/5);
  }

  .sw-Anchor-col5 .sw-Anchor_Col:not(:last-child) {
    margin-right: 36px;
  }

}

/*:::::::::::::::.sw-Image-icon:::::::::::::::*/

.sw-Image-icon > div:not(.pb-handle){
  justify-content: flex-start;
}

.sw-Image-icon .image,
.sw-Image-icon .image_auto{
  width: 120px !important;
}

.sw-Image-icon .image,
.sw-Image-icon ..image_auto{
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 4%;
}

.pbNested.sw-Image-icon .pbNested.image,
.pbNested.sw-Image-icon .pbNested.image_auto{
  margin-bottom: 4%;
}

.pbNested.sw-Image-icon .pbNested.image:not(:last-child),
.pbNested.sw-Image-icon .pbNested.image_auto:not(:last-child){
  margin-right: 10px;
}

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

  .sw-Image-icon .image,
  .sw-Image-icon .image_auto{
    width: 120px !important;
  }

  .ImageCut-half .sw-Image-icon .image,
  .ImageCut-half .sw-Image-icon .image_auto{
    width: 72px !important;
  }

  .sw-Image-icon .image,
  .sw-Image-icon ..image_auto{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4%;
  }

  .pbNested.sw-Image-icon .pbNested.image,
  .pbNested.sw-Image-icon .pbNested.image_auto{
    margin-bottom: 4%;
  }

}

/*:::::::::::::::.sw-MovieCarousel:::::::::::::::*/

.sw-MovieCarousel {
  width: calc(100% - 10px);
  margin: 0 auto;
}

.pbNested.sw-MovieCarousel{
  margin-bottom: 50px;
}

.sw-MovieCarousel .list {
  opacity: 0;
  transition: all .3s;
}

.sw-MovieCarousel .list.slick-initialized {
  opacity: 1;
}

.sw-MovieCarousel .slick-slider {
  padding: 0 40px;
}

.sw-MovieCarousel .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding: 0 40px 20px;
}

.sw-MovieCarousel .slick-arrow {
  left: -5px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,.3);
  border-radius: 50%;
  transition: all .3s;
}

.sw-MovieCarousel .slick-next {
  left: auto;
  right: -5px;
}

.sw-MovieCarousel .slick-arrow:focus {
  background: rgba(0,0,0,.3);
}

.sw-MovieCarousel .slick-arrow:hover {
  background: rgba(0,0,0,1);
}

.sw-MovieCarousel .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 1;
  transform: rotate(45deg);
}

.sw-MovieCarousel .slick-next:before {
  left: auto;
  right: 13px;
  border: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sw-MovieCarousel .slick-slide {
  padding: 0 5px;
}

.sw-MovieCarousel .item a{
  background-color: inherit;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}

.sw-MovieCarousel .item a.pbOpenNewWindow:after,
.sw-MovieCarousel .item a[target="_blank"]:after,
.sw-MovieCarousel .item a[href$=".pdf"]:after,
.sw-MovieCarousel .item a[href*="pdf/"]:after{
  display:none;
}

.sw-MovieCarousel .item .image{
  position: relative;
}

.sw-MovieCarousel .item .image:before,
.sw-MovieCarousel .item .image:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

.sw-MovieCarousel .item .image:before{
  width: 55px;
  height: 55px;
  background: #242424;
  border-radius: 50%;
  opacity: .7;
}

.sw-MovieCarousel .item .image:after{
  right: -17px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 25px solid #fff;
}

.sw-MovieCarousel .item .image img{
  width: 100%;
}

.sw-MovieCarousel .item .textarea .title,
.sw-MovieCarousel .item .textarea .text{
  display: block;
}

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

  .sw-MovieCarousel {
    width: calc(100% - 140px);
  }

  .sw-MovieCarousel .slick-slider {
    padding: 0;
  }

  .sw-MovieCarousel .slick-dotted.slick-slider {
    padding: 0 0 30px;
  }

  .sw-MovieCarousel .slick-arrow {
    left: -70px;
    margin-top: -15px;
    width: 50px;
    height: 50px;
  }

  .sw-MovieCarousel .slick-next {
    left: auto;
    right: -70px;
  }

  .sw-MovieCarousel .slick-arrow:before {
    left: 22px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .sw-MovieCarousel .slick-next:before {
    left: auto;
    right: 22px;
    border: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

}

@media print, screen and (max-width: 501px){

  .sw-MovieCarousel .item .image:before{
    width: 27.5px;
    height: 27.5px;
  }

  .sw-MovieCarousel .item .image:after{
    right: -8.5px;
    border: 6px solid transparent;
    border-left: 12.5px solid #fff;
  }

}

.sw-MovieCarousel .mfp-iframe-scaler:after {
  background: #000;
  border-radius: 0 0 10px 10px;
  bottom: -36px;
  content: "再生数: xxx再生";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/*:::::::::::::::.Block:::::::::::::::*/

.sw-H1Block {
  margin-bottom: 43px;
  padding: 0 4%;
}

.pbNested.sw-H1Block {
  margin-bottom: 43px;
}

.pb-of-visible .pbNested.sw-H1Block + div{
  margin-top: 43px;
}

@media print, screen and (min-width: 768px) {
  .sw-H1Block {
    margin-bottom: 42px;
    padding: 0;
  }

  .pbNested.sw-H1Block {
    margin-bottom: 42px;
  }

  .pb-of-visible .pbNested.sw-H1Block + div{
    margin-top: 42px;
  }

}

.sw-H2Block{
  margin-bottom: 0;
}

.sw-H2Block:not(:last-child) {
  margin-bottom: 100px;
}

.pbNested.sw-H2Block {
  margin-bottom: 0
}

.pbNested.sw-H2Block:not(:last-child) {
  margin-bottom: 100px;
}

.pb-of-visible .pbNested.sw-H2Block + div{
  margin-top: 100px;
}

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

  .sw-H2Block:not(:last-child) {
    margin-bottom: 130px;
  }

  .pbNested.sw-H2Block:not(:last-child) {
    margin-bottom: 130px;
  }

  .pb-of-visible .pbNested.sw-H2Block + div{
    margin-top: 130px;
  }

}

.sw-H2Block-marginNarrow:not(:last-child)  {
  margin: 0;
}

.pbNested.sw-H2Block-marginNarrow:not(:last-child)  {
  margin: 0;
}

.pb-of-visible .pbNested.sw-H2Block-marginNarrow + div{
  margin: 0;
}

.sw-H3Block {
  margin-bottom: 0;
}

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

.pbNested.sw-H3Block {
  margin-bottom: 0px;
}

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

.pb-of-visible .pbNested.sw-H3Block + div{
  margin-margin-top: 80px;
}

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

  .sw-H3Block:not(:last-child) {
    margin-bottom: 90px;
  }

  .pbNested.sw-H3Block:not(:last-child) {
    margin-bottom: 90px;
  }

  .pb-of-visible .pbNested.sw-H3Block + div{
    margin-top: 90px;
  }

}

.sw-InnerBlock {
  margin-bottom: 0;
}

.sw-InnerBlock:not(:last-child) {
  margin-bottom: 64px;
}

.pbNested.sw-InnerBlock {
  margin-bottom: 0;
}

.pbNested.sw-InnerBlock:not(:last-child) {
  margin-bottom: 64px;
}


.pb-of-visible .pbNested.sw-InnerBlock + div{
  margin-top: 64px;
}

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

  .sw-InnerBlock:not(:last-child) {
    margin-bottom: 72px;
  }

  .pbNested.sw-InnerBlock:not(:last-child) {
    margin-bottom: 72px;
  }

  .pb-of-visible .pbNested.sw-InnerBlock + div{
    margin-top: 72px;
  }
}

.sw-LeadBlock {
  margin-bottom: 0;
}

.sw-LeadBlock:not(:last-child) {
  margin-bottom: 72px;
}

.pbNested.sw-LeadBlock {
  margin-bottom: 0;
}

.pbNested.sw-LeadBlock:not(:last-child)  {
  margin-bottom: 72px;
}

.pb-of-visible .pbNested.sw-LeadBlock + div{
  margin-top: 72px;
}

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

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

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

  .pb-of-visible .pbNested.sw-LeadBlock + div{
    margin-top: 80px;
  }

}

/* 累計再生回数表示のcss */
/* .sw-Movie_popup_wrap .mfp-iframe-scaler:after {
background: #000;
border-radius: 0 0 10px 10px;
bottom: -30px;
content: attr(view-counts);
color: #fff;
font-size: 10px;
font-weight: bold;
line-height: 1;
padding: 10px;
pointer-events: none;
position: absolute;
right: 0;
}
@media print, screen and (min-width: 768px){
.sw-Movie_popup_wrap .mfp-iframe-scaler:after {
bottom: -32px;
font-size: 12px;
}
} */

/* モーダルウィンドウで動画を出す際の無駄な枠トルツメ */
.sw-Movie_popup_wrap .mfp-iframe-holder .mfp-content{
  /* 640×360だがスクロール対策（中のcenterタグが ブラウザ、OSによって差異あり） */
  max-width: 700px;
  /* max-height: 368px; */
}
.sw-Movie_popup_wrap .mfp-iframe-scaler iframe{
  background: transparent;
  box-shadow: inherit;
}
@media print, screen and (min-width: 768px) {
  .sw-Movie_popup_wrap .mfp-iframe-holder .mfp-close{
    /* (700-640)/2 + (-6) */
    right: 24px;
  }
}


/*:::::::::::::::.sw-redBox:::::::::::::::*/
.pbNested .sw-redBox{
  margin-top: 24px;
  margin-bottom: 0px;
}

.sw-redBox > div:not(.pb-handle) > div{
  border: 1px solid #FF0000;
  color: #ff0000;
  padding: 15px;
}

.sw-redBox + .sw-H1Title{
  margin-top: 64px;
}
sup{
  font-size: 75%!important;
  line-height: 0;
}


/*:::::::::::::::.sw-Stretch:::::::::::::::*/

.sw-Stretch > div {
  margin-left: -4%;
  margin-right: -4%;
}

.sw-Stretch .sw-SideMargin {
  margin-left: 4%;
  margin-right: 4%;
}

@media print, screen and (min-width: 768px) {
  .sw-Stretch > div,
  .sw-Stretch .sw-SideMargin {
    margin-left: inherit;
    margin-right: inherit;
  }
}


/*:::::::::::::::.sw-Flexbox:::::::::::::::*/

.sw-Flexbox{
  margin-bottom: 80px;
}

.pbNested.sw-Flexbox{
  margin-bottom: 80px;
}

.pb-of-visible .pbNested.sw-Flexbox + div{
  margin-top: 80px;
}


.sw-Flexbox > div:not(.pb-handle){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.sw-Flexbox > div:not(.pb-handle)::after{
    content: none;
}

.sw-Flexbox .box{
  width:100%;
}

.sw-Flexbox .box:first-child{
  margin-bottom: 80px;
}

.pbNested.sw-Flexbox .pbNested.box:first-child{
  margin-bottom: 80px;
}

.pb-of-visible .pbNested.sw-Flexbox .pbNested.box:first-child + div{
  margin-top: 80px;
}

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

    .sw-Flexbox .box{
        width: 48%;
    }

    .sw-Flexbox .box:first-child{
      margin-bottom: 0;
    }

    .pbNested.sw-Flexbox .pbNested.box:first-child{
      margin-bottom: 0;
    }

    .pb-of-visible .pbNested.sw-Flexbox .pbNested.box:first-child + div{
      margin-top: 0;
    }

}