@charset "UTF-8";

.sc21-Home-faq h3.sc21-CLI-headline-medium.sc21-HLN-2-bdr img {
  width:40px;
  height:auto;
  margin-right:10px;
  vertical-align: bottom;
}

.sc21-Home-faq h3.sc21-CLI-headline-medium.sc21-HLN-3-bdr img {
  width:40px;
  height:auto;
  margin-right:10px;
  vertical-align: bottom;
}

.sc21-questions-openButton {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ddd;
width: 100%;
background: none;
text-align: left;
position: relative;
}

.sc21-questions-openButton span {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-right: 2.6rem;
padding-left: 0;
display: block;
font-size: 1.675rem;
font-weight: bold;

}

.sc21-questions-openButton span.icon {
width: 20px;
height: 20px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);

}

.sc21-questions-openButton span {
padding-top: 1.65rem;
padding-bottom: 1.65rem;
padding-right: 2.6rem;
padding-left: 0;
display: block;
font-size: 1.675rem;
font-weight: bold;

}

.sc21-questions-body {
margin-bottom: 4rem;
overflow: hidden;
transition-property: visibility, opacity, max-height;
transition-duration: 0.4s, 0.4s, 0s;
transition-timing-function: linear;

}


.sc21-questions-openButton span.icon:before, .sc21-questions-openButton span.icon:after {
position: absolute;
content: "";
width: 2px;
height: 20px;
background: #004098;
transition: 0.3s;
right: 0;
}

.sc21-questions-openButton span.icon:after {
transform: rotate(90deg);
}

@media screen and (max-width: 767px){
.sc21-questions-openButton span, .sc21-BTN-normal-large, .second_toggle .sc21-questions-openButton span {
    font-size: 1.075rem;
    text-align: left;
}
}

.sc21-questions-openButton span.icon:before, .sc21-questions-openButton span.icon:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #004098;
    transition: 0.3s;
    right: 0;
}

.sc21-questions-openButton span.icon:after {
    transform: rotate(90deg);
}

.sc21-questions-openButton span.icon:before, .sc21-questions-openButton span.icon:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #004098;
    transition: 0.3s;
    right: 0;
}

.sc21-questions-openButton.open span.icon:before {
		opacity: 0;
}

svg {
    fill: currentColor;
}

@media screen and (min-width: 768px){
[class*=sc21-GRID-] {
    padding-right: 2rem;
    padding-left: 2rem;
}
}

[class*=sc21-GRID-] {
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 0;
    list-style-type: none;
}

h3.sc21-CustomerSupport-sectionHeading {
	margin:0;
}

@media screen and (max-width: 767px) {
	.modal_cont {
		width: 95%;
	}
}

#guide .modal_bg, #guide .modal_cont {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
#guide .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
}
#guide .modal_close {
  width: 33px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#guide .modal_close img {
  width: 100%;
}
#guide .modal_cont {
  overflow-y: scroll;
  width: 800px;
  max-height: calc(100vh - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px 0;
  border-radius: 10px;
  background: #fff;
  position: fixed;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  z-index: 600;
}
#guide .modal_head {
  margin-bottom: 30px;
}
#guide .modal_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#guide .modal_icon p {
  color: #0f228b;
  font-size: 1.375rem;
  font-weight: bold;
  margin:0;
}
#guide .modal_icon span {
  display: block;
  margin-right: 10px;
}
#guide .modal_icon span img {
  width: 100%;
}
#guide .modal_icon.ssn span {
  width: 51px;
}
#guide .modal_icon.uc span {
  width: 34px;
}
#guide .modal_tablewrap + .modal_tablewrap {
  margin-top: 40px;
  padding-bottom: 40px;
}
#guide .modal_tablewrap table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#guide .modal_tablewrap table th, #guide .modal_tablewrap table td {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-weight: 400;
}
#guide .modal_tablewrap table th:nth-child(1), #guide .modal_tablewrap table td:nth-child(1) {
  width: 260px;
}
#guide .modal_tablewrap table th {
  height: 40px;
  text-align: center;
  color: #0f228b;
  background: #e6eeff;
}
#guide .modal_tablewrap table td {
  padding: 13px;
}
#guide .modal_tablewrap table td a {
  color: #0080ca;
}
#guide .modal_txthead {
  color: #246cc0;
  border-bottom: 1px solid #246cc0;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
#guide .modal_txt {
  font-size: 14px;
  line-height: 1.64;
}
#guide .modal_txticon span {
  color: #1c98ba;
}
#guide .modal_txtbtm {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dotted #999999;
  padding-bottom: 45px;
}
#guide .modal.is-open .modal_bg,
#guide .modal.is-open .modal_cont {
  opacity: 1;
  visibility: visible;
}

a.modal_open:hover {
  color: #0070cf;
  text-decoration:underline;
  cursor:pointer;
}

.sc21-LST-normal ul.big-circle-list:not(.sc21-LST-ordered) > li::before {
  display: inline-block;
  margin-right: .5em;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  background-image: none;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  vertical-align: 0em;
  content: "●";
}

@media screen and (max-width: 767px){
	#guide .modal_cont {
        width: 93%;
        max-height: calc(100vh - 150px);
        padding: 44px 4% 0;
    }
	#guide .modal_close {
		width: 25px;
		top: 10px;
		right: 10px;
	}
	#guide .modal_icon span img {
		vertical-align: bottom;
	}
}



.big-circle-list.inline{
    display: flex;
}
.sc21-LST-normal .big-circle-list.inline li{
    margin-right: 60px;
}
.sc21-LST-normal .big-circle-list.inline li:nth-child(n+2){
    margin-top: 0;
}
.sc21-SaisonPortalAppDownload-title img{
    width: 60px;
    display: block;
    margin: 6px auto;
}
@media screen and (max-width: 767px){
    :target {
        scroll-margin-top: 2.7rem;
    }
    .big-circle-list.inline{
        flex-direction: column;
    }
    .sc21-SaisonPortalAppDownload{
        padding: 0;
    }
    .sc21-SaisonPortalAppDownload-title{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        padding: 18px 0;
        border-bottom: 1px solid #ddd;
        
    }
    .sc21-SaisonPortalAppDownload-title img {
        width: 44px;
        display: block;
        margin: 0 10px 0 0;
    }
    .sc21-SaisonPortalAppDownload-links {
        margin: 1.5rem 0;
    }
    .sc21-SaisonPortalAppDownload-download {
        justify-content: start;
        width: 37%;
    }
    .sc21-SaisonPortalAppDownload-qrCode {
        width: 30%;
    }
}

.sc21-HLN-2-adding.portal_h2{
    font-size:1.675rem;
}
@media screen and (max-width: 767px){
    .sc21-HLN-2-adding.portal_h2{
        font-size:1.125rem;
    }
}