@charset "utf-8";
/* reset __________________________________ */
@media print {
  .spNav {
    display: none;
  }
}
.modal-open:hover {
  cursor: pointer;
}
ul {
  list-style: none;
}
.user_pc a[href^="tel:"] {
  pointer-events: none !important;
}
/* common __________________________________ */
header {
  z-index: 9999 !important;
}
nav.pagelink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
  width: 800px;
}
nav.pagelink ul li a {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 0 0 0 30px;
  position: relative;
}
nav.pagelink ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -12px;
}
nav.pagelink ul li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #10228a;
  border-right: solid 2px #10228a;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
}
img.bordered {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border-radius: 4px;
  height: auto;
  max-width: 100%;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
.block {
  padding: 0 15px;
}
.block .block-inner {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.flex-col2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.flex-col2 div {
  width: 48%;
}
.txtarea ul li {
  margin: 6px 0;
}
.txtarea ul li {
  text-indent: -15px;
  padding-left: 15px;
}
.txtarea ul li a {
  padding: 0 22px 0;
  position: relative;
  display: inline-block;
}
.txtarea ul li a:after {
  content: "";
  width: 12px;
  height: 10px;
  right: 4px;
  margin-top: -6px;
  background-image: url(../wr_img/index/icon_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  transition: .3s;
}
.txtarea a.link01 {
  margin: 10px 0 0;
}
.txtarea p {
  margin: 0 0 16px;
}
.btn-area, .img-area {
  margin: 0 auto;
}
.img-area02 {
  width: 420px;
  margin: 0 auto 40px;
}
.link-area {
  margin: 20px 0;
}
.inner {
  padding: 0 15px;
}
ul.normal {
  margin: 0 0 25px;
}
ul.normal li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.normal li + li {
  margin-top: .6em;
}
ul.attention {
  margin-top: 15px;
}
ul.attention {
  margin-top: 20px;
  padding: 0 0 0 13px;
  font-size: 13px;
  line-height: 1.5;
}
ul.attention li {
  position: relative;
  text-indent: 0;
  padding-left: 0;
}
ul.attention li::before {
  position: absolute;
  content: '※';
  left: -13px;
  top: 0;
}
.txt-red {
  color: #d70c19;
}
.txt-bold {
  font-weight: bold;
}
nav.pagelink ul li {
  width: 49%;
  margin: 8px 0;
}
.toggle-area {
  margin: 30px 0;
}
.toggle_contents {
  border-top: 1px solid #ccc;
}
.toggle_contents:last-of-type {
  border-bottom: 1px solid #ccc;
}
.toggle_title {
  position: relative;
  padding: 1.65rem 0.25rem 1.65rem;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: normal;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #10228a;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  padding: 10px 20px 28px;
}
.toggle_contents dd.full_width {
  padding: 10px 0 28px;
}
.toggle_link {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: -23px;
}
#sec01-01, #sec01-02 {
  margin: -80px auto 0;
  padding-top: 80px;
}
.box_glay {
  margin: 30px auto 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 30px 25px;
  box-sizing: border-box;
}
.box_glay .upper_line {
  position: relative;
  z-index: 0;
  padding-top: 25px;
}
.box_glay .upper_line::before {
  position: absolute;
  top: 0;
  left: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
  width: 100%;
  content: "";
}
#sec01-03 ul.list-link li {
  margin: 0 0 9px;
}
#sec01-04 h6 {
  font-size: 16px;
  margin-bottom: 8px;
}
#sec01-04 .tel {
  margin-bottom: 5px;
}
#sec01-04 .tel span {
  font-size: 20px;
  font-weight: bold;
}
#main #sec01-04 .tel a, #main #sec01-04 .tel a:visited {
  color: #333333 !important;
}
#sec01-04 .letter-spacing {
  font-feature-settings: "palt";
}
/* 
__________________________________ */
#main .yellow-box {
  background: #fcfbbf;
  width: 800px;
  margin: 30px auto 50px;
  padding: 24px;
  box-sizing: border-box;
}
#main ul.list-oval {
  font-size: 16px;
  margin: 0 0 15px;
  text-indent: -20px;
  padding-left: 20px;
  font-weight: bold;
}
#main ul.list-oval li {
  margin: 0 0 4px;
}
#main ul.list-dot {
  margin: 0 0 0 16px;
}
#main .yellow-box ul.card {
  font-weight: normal;
  padding: 0 0 24px 16px;
  margin: 0 0 20px;
  border-bottom: 1px solid #999;
}
#main .yellow-box ul.card a {
  margin-left: 40px;
}
#main .yellow-box ul.list-notes {
  font-size: 13px;
  padding: 10px 0 0 20px;
  line-height: 1.5;
}
#main .yellow-box .indent {
  margin: 0 0 0 20px;
}
#main .notes-area h2.notes-ttl {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  color: #333;
  padding: 14px 16px;
  letter-spacing: normal;
  margin: 30px 15px 30px;
}
#main .notes-area h2.notes-ttl img {
  width: 34px;
  border: none;
  margin: -2px 10px 0 0;
}
#main .notes-area > .inner {
  padding: 0 15px;
}
#main .notes-area ul.list-link li {
  margin: 0 0 6px;
}
@media screen and (min-width:1px) and (max-width:767px) {
  nav.pagelink ul li {
    width: 100%;
  }
  nav.pagelink ul li a {
    height: 24px;
    padding: 0 0 0 30px;
    line-height: 1.4;
    align-items: flex-start;
  }
  nav.pagelink ul li a::before {
    margin-top: -13px;
  }
  nav.pagelink ul li a::after {
    margin-top: -7px;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .btn-area, .img-area {
    width: 100%;
  }
  .btn-area {
    margin: 0 0 20px;
  }
  .img-area02 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .link-area {
    margin: 20px 0 20px;
  }
  .inner {
    width: 93%;
    margin: 0 auto;
    padding: 0;
  }
  .block {
    padding: 0;
  }
  .block .block-inner {
    padding: 0;
    width: 100%;
  }
  .flex-col2 {
    flex-direction: column;
    margin: 0;
  }
  .flex-col2 div {
    width: 100%;
    margin: 0 0 8px;
  }
  #main .img-shrink {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  #main .img-shrink img {
    width: 80%;
    border: none;
  }
  .toggle-area {
    margin: 20px 0 10px;
  }
  .toggle_title {
    padding: 1.65rem 2.55rem 1.65rem 0.35rem;
    font-size: 1.2rem;
  }
  .toggle_btn {
    right: 10px;
  }
  .toggle_contents dd {
    padding: 6px 12px 20px;
  }
  .toggle_contents dd.full_width {
    padding: 10px 0 28px;
  }
  .toggle_link {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  #sec01-01, #sec01-02 {
    margin: -32px auto 0;
    padding-top: 32px;
  }
  .app-area {
    width: 100%;
    flex-direction: column;
    margin: 20px auto;
  }
  #main .notes-area > .inner {
    padding: 0;
  }
  #main .notes-area h2.notes-ttl {
    padding: 12px 16px;
    margin: 20px 0px 20px;
  }
}
/* 汎用クラス
------------------------------------------ */
@media print, all and (min-width: 768px) {
  .mb0-pc {
    margin-bottom: 0 !important
  }
  .mb10-pc {
    margin-bottom: 10px !important
  }
  .mb20-pc {
    margin-bottom: 20px !important
  }
  .mb30-pc {
    margin-bottom: 30px !important
  }
  .mb40-pc {
    margin-bottom: 40px !important
  }
  .mb50-pc {
    margin-bottom: 50px !important
  }
  .mb60-pc {
    margin-bottom: 60px !important
  }
  .mb70-pc {
    margin-bottom: 70px !important
  }
  .mb80-pc {
    margin-bottom: 80px !important
  }
  .mb90-pc {
    margin-bottom: 90px !important
  }
  .mb100-pc {
    margin-bottom: 100px !important
  }
  .mt0-pc {
    margin-top: 0 !important
  }
  .mt10-pc {
    margin-top: 10px !important
  }
  .mt20-pc {
    margin-top: 20px !important
  }
  .mt30-pc {
    margin-top: 30px !important
  }
  .mt40-pc {
    margin-top: 40px !important
  }
  .mt50-pc {
    margin-top: 50px !important
  }
  .mt60-pc {
    margin-top: 60px !important
  }
  .mt70-pc {
    margin-top: 70px !important
  }
  .mt80-pc {
    margin-top: 80px !important
  }
  .mt90-pc {
    margin-top: 90px !important
  }
  .mt100-pc {
    margin-top: 100px !important
  }
  .show-sp {
    display: none;
  }
}
.show-sp {
  display: blok;
}
@media screen and (min-width:1px) and (max-width:767px) {
  .mb0-sp {
    margin-bottom: 0 !important
  }
  .mb10-sp {
    margin-bottom: 10px !important
  }
  .mb20-sp {
    margin-bottom: 20px !important
  }
  .mb30-sp {
    margin-bottom: 30px !important
  }
  .mb40-sp {
    margin-bottom: 40px !important
  }
  .mb50-sp {
    margin-bottom: 50px !important
  }
  .mb60-sp {
    margin-bottom: 60px !important
  }
  .mb70-sp {
    margin-bottom: 70px !important
  }
  .mb80-sp {
    margin-bottom: 80px !important
  }
  .mb90-sp {
    margin-bottom: 90px !important
  }
  .mb100-sp {
    margin-bottom: 100px !important
  }
  .mt0-sp {
    margin-top: 0 !important
  }
  .mt10-sp {
    margin-top: 10px !important
  }
  .mt20-sp {
    margin-top: 20px !important
  }
  .mt30-sp {
    margin-top: 30px !important
  }
  .mt40-sp {
    margin-top: 40px !important
  }
  .mt50-sp {
    margin-top: 50px !important
  }
  .mt60-sp {
    margin-top: 60px !important
  }
  .mt70-sp {
    margin-top: 70px !important
  }
  .mt80-sp {
    margin-top: 80px !important
  }
  .mt90-sp {
    margin-top: 90px !important
  }
  .mt100-sp {
    margin-top: 100px !important
  }
  .show-pc {
    display: none;
  }
}
.paddingTop10 {
  padding-top: 10px !important;
}
.sc21-HLN-3-adding {
  display: block;
}
.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;
}
@media screen and (min-width: 768px) {
  .sc21-HLN-3-adding {
    display: flex;
    align-items: flex-start;
  }
}
.sc21-BTN-normal-large_toggle {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2.625rem;
  padding-left: 2.125rem;
}
@media screen and (min-width: 768px) {
  .sc21-BTN-normal-large_toggle {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.yellow-txt {
  color: #f7d132 !important;
}
.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 {
  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, .sc21-BTN-normal-large_toggle, .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;
}
.sc21-CustomerSupport-navAnchorListTextIcon {
  transition-property: color, background-color;
  transition-duration: .1s;
  transition-timing-function: linear;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.5625rem;
  border-radius: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #ddd;
  background-color: rgba(0, 112, 207, 0);
  box-shadow: 0 0 0 1px inset;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 0.875rem;
  bottom: 0;
  background-color: #fff;
}
svg {
  fill: currentColor;
}
.sc21-CustomerSupport-navAnchorListTextArrow {
  transition-property: color;
  transition-duration: .1s;
  transition-timing-function: linear;
  color: #004098;
  left: 0.5px;
}
.lightblue_btn::after {
  background-image: linear-gradient(88.83deg, #1d91e4, #59b5f7);
}
@media screen and (max-width: 767px) {
  .sc21-HLN-3-adding img {
    margin-top: 0.1875rem;
    margin-right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.sc21-HLN-3-adding img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.5625rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 767px) {
  .jyusho_icon_txt {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0;
    display: block;
    font-size: 1.75rem;
  }
}
.sc21-HLN-3-adding {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 4.8125rem;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
}
@media screen and (min-width: 768px) {
  .sc21-HLN-3-adding {
    font-size: 1.75rem;
    margin-top: 6.375rem
  }
}
@media print {
  .sc21-HLN-3-adding {
    font-size: 1.75rem;
    margin-top: 4.375rem
  }
}
hr {
  margin-top: 40px;
  border-top: dotted 1px #dddddd;
}
@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;
}
.sc21-GRID-2-nested-small {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .sc21-GRID-2 > :nth-child(2n+1) {
    margin-right: 2.3529411765%;
  }
}
@media screen and (min-width: 768px) {
  .sc21-GRID-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48.8235294118%;
  }
}
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 {
  width: 500px;
  height: 250px;
  -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;
}
.link_line_none {
  text-decoration: none;
}
.link_line_none:hover {
  text-decoration: underline;
}
.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) {
  #net .sc21-HLN-3-bdr {
    margin-top: 2.8125rem;
  }
  #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;
  }
  #guide .modal_tablewrap table th, #guide .modal_tablewrap table td {
    box-sizing: border-box;
  }
  #guide .modal_tablewrap table th:nth-child(1), #guide .modal_tablewrap table td:nth-child(1) {
    width: 40%;
  }
}
.card-ttl {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .card-ttl {
    font-size: 20px;
  }
}
.ttl-icon img {
  width: auto;
  height: 57px;
}
.ttl-icon span.red_txt {
  color: #dd1a1a;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .ttl-icon img {
    height: 41px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .ttl-icon span.red_txt {
    padding: 0;
    display: inline;
    font-size: 1.5rem;
  }
}
.sc21-BTN-circle {
  border-radius: 40px;
}
.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;
  }
  .img-shrink {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .img-shrink img.sc21-MDA__image.-bordered {
    width: 80%;
    border: none;
  }
  .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-LNK-btn-horizon {
  margin-top: 1.875rem
}
@media screen and (min-width: 768px) {
  .sc21-LNK-btn-horizon {
    margin-top: 2.5rem
  }
}
@media print {
  .sc21-LNK-btn-horizon {
    margin-top: 2.5rem
  }
}
@media screen and (max-width: 767px) {
  .sc21-LNK-btn-horizon [class*=sc21-BTN-]:nth-child(n+2) {
    margin-top: .625rem
  }
}
@media screen and (min-width: 768px) {
  .sc21-LNK-btn-horizon {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 896px
  }
  .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0
  }
  .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(n+3) {
    margin-top: .75rem
  }
  .sc21-GRID-1 .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    width: 48.8235294118%
  }
  .sc21-GRID-1 .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 2.3529411765%
  }
  .sc21-GRID-1-center .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 48.2142857143%
  }
  .sc21-GRID-1-center .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 3.5714285714%
  }
  .sc21-GRID-2-nested-small .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 46.2962962963%
  }
  .sc21-GRID-2-nested-small .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 7.4074074074%
  }
  .sc21-GRID-4-nested .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 44.9367088608%
  }
  .sc21-GRID-4-nested .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 10.1265822785%
  }
}
@media print {
  .sc21-LNK-btn-horizon {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 896px
  }
  .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0
  }
  .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(n+3) {
    margin-top: .75rem
  }
  .sc21-GRID-1 .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    width: 48.8235294118%
  }
  .sc21-GRID-1 .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 2.3529411765%
  }
  .sc21-GRID-1-center .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 48.2142857143%
  }
  .sc21-GRID-1-center .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 3.5714285714%
  }
  .sc21-GRID-2-nested-small .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 46.2962962963%
  }
  .sc21-GRID-2-nested-small .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 7.4074074074%
  }
  .sc21-GRID-4-nested .sc21-LNK-btn-horizon > [class*=sc21-BTN-] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 44.9367088608%
  }
  .sc21-GRID-4-nested .sc21-LNK-btn-horizon > [class*=sc21-BTN-]:nth-child(2n+1) {
    margin-right: 10.1265822785%
  }
}
.sc21-headline5 {
  font-size: 1.225rem;
  line-height: 1.5;
  margin-top: 2.1875rem;
  margin-bottom: 0
}
@media screen and (min-width: 768px) {
  .sc21-headline5 {
    font-size: 1.65rem;
    line-height: 1.8;
    margin-top: 3.125rem
  }
}
@media print {
  .sc21-headline5 {
    font-size: 1.65rem;
    line-height: 1.8;
    margin-top: 3.125rem
  }
}
.sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
  margin-top: 1.875rem
}
@media screen and (min-width: 768px) {
  .sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
    margin-top: 3.75rem
  }
}
@media print {
  .sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
    margin-top: 3.75rem
  }
}
.sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
  margin-top: 1.875rem
}
@media screen and (min-width: 768px) {
  .sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
    margin-top: 2.5rem
  }
}
@media print {
  .sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
    margin-top: 2.5rem
  }
}
.sc21-u-brand {
  color: #004098
}
.sc21-BTN-normal-large_toggle {
  justify-content: flex-start;
  font-size: 1.675rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-right: 2.625rem;
  padding-left: 0.75rem;
  background: #1d91e4;
}
.sc21-BTN-normal-large_toggle:after {
  background-image: linear-gradient(88.83deg, #1d91e4, #4bb2fc);
}
.sc21-BTN-normal-large_toggle .thumbnail, .sc21-questions-openButton .thumbnail, .sc21-contact-link .thumbnail {
  width: 70px;
  height: 70px;
  margin-right: 25px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.sc21-BTN-normal-large_toggle.bg_pale, .sc21-BTN-normal.bg_pale {
  background: #b4daf5;
}
.sc21-BTN-normal-large_toggle.bg_pale:after, .sc21-BTN-normal.bg_pale:after {
  background-image: linear-gradient(88.83deg, #b4daf5, #e6f4fe);
}
.sc21-BTN-normal-large_toggle.bg_pale .thumbnail {
  background: #686868;
}
.sc21-BTN-normal-large_toggle.bg_pale .thumbnail:before {
  content: "comming\Asoon";
  white-space: pre;
  display: flex;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.sc21-BTN-normal.bg_pale:before {
  content: "comming\Asoon";
  white-space: pre;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 15px;
  background: #686868;
  padding: 6px;
  border-radius: 5px;
}
.sc21-BTN-normal.bg_pale .bg_pale_inner {
  padding-left: 30px;
}
.sc21-BTN-normal-large_toggle.bg_pale .thumbnail img {
  opacity: 0.2;
}
.sc21-BTN-normal-large.bg_pale span, .sc21-BTN-normal.bg_pale span {
  color: #004098;
}
.sc21-BTN-normal-large.bg_pale svg:last-child {
  color: #004098;
}
.sc21-BTN-normal-large_toggle .thumbnail img, .sc21-questions-openButton .thumbnail img, .sc21-contact-link .thumbnail img {
  padding: 7px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
}
.sc21-questions-openButton, .sc21-contact-link {
  display: flex;
  align-items: center;
}
.sp {
  display: none;
}
.sc21-BTN-small svg:last-child, .sc21-BTN-login svg:last-child, .sc21-BTN-normal svg:last-child, .sc21-BTN-normal-large svg:last-child {
  width: 0.6125rem;
  height: 1rem;
}
.sc21-BTN-small span, .sc21-BTN-login span, .sc21-BTN-normal-large span {
  color: #fff;
  text-align: left;
  line-height: 1.2em;
}
.sc21-BTN-small span span, .sc21-BTN-login span span, .sc21-BTN-normal-large span span {
  font-size: 1rem;
}
.sc21-BTN-normal span span {
  font-size: 0.8rem;
}
.btn-nyukin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.btn-nyukin .sc21-CreditCardSearch-headline {
  width: 49%;
}
.sc21-CreditCardSearch-headline {
  padding-bottom: 1.275rem;
}
.btn-nyukin + .btn-nyukin .sc21-CreditCardSearch-headline {
  padding-top: 1.075rem;
}
@media screen and (max-width: 767px) {
  .sc21-CreditCardSearch-headline {
    padding-top: 1.275rem;
    padding-bottom: 1.275rem;
  }
  .btn-nyukin + .btn-nyukin .sc21-CreditCardSearch-headline {
    padding-top: 0;
  }
  #repayment .sc21-CreditCardSearch-headline + .sc21-CreditCardSearch-headline {
    padding-top: 0.475rem;
  }
  .sc21-BTN-normal-large {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.45rem;
    padding-right: 1.125rem;
  }
  .sc21-questions-openButton span, .sc21-BTN-normal-large, .sc21-BTN-normal-large_toggle, .second_toggle .sc21-questions-openButton span, .sc21-contact-link span {
    font-size: 3.7vw;
    text-align: left;
    word-break: break-all;
  }
  .sc21-BTN-normal-large_toggle .thumbnail, .sc21-questions-openButton .thumbnail, .sc21-contact-link span.thumbnail {
    min-width: 10vw;
    max-width: 10vw;
    min-height: 10vw;
    max-height: 10vw;
    margin-right: 0;
  }
  .sc21-BTN-normal-large_toggle .thumbnail {
    margin-right: .75em !important;
  }
  .sc21-BTN-normal-large_toggle.bg_pale .thumbnail:before {
    font-size: 1.8vw;
    min-width: 10vw;
    max-width: 10vw;
    min-height: 10vw;
    max-height: 10vw;
  }
  .sc21-BTN-normal.low {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .sc21-questions-openButton span.thumbnail, .sc21-contact-link span.thumbnail {
    padding-right: .75em;
  }
  .sc21-BTN-normal-large_toggle .thumbnail img, .sc21-questions-openButton .thumbnail img, .sc21-contact-link .thumbnail img {
    padding: 4px;
  }
  .sc21-BTN-small svg:last-child, .sc21-BTN-login svg:last-child, .sc21-BTN-normal svg:last-child, .sc21-BTN-normal-large svg:last-child {
    width: 0.4125rem;
    height: 0.7rem;
    right: 0.375rem;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sc21-CreditCardSearch-headline .sc21-LST-annotation {
    font-size: 0.775rem;
    line-height: 1.4;
  }
  .sc21-BTN-small span span, .sc21-BTN-login span span, .sc21-BTN-normal-large span span {
    font-size: 2.8vw;
    display: inline-block;
  }
  .sc21-BTN-normal span span {
    font-size: 3vw;
    display: block;
  }
}
ul.list-link li {
  margin: 0 0 0.7rem;
}
ul.list-link li:last-child {
  margin: 0;
}
.flex-col2 div p {
  font-size: 15px;
  line-height: 1.5em;
}
.flex-col2 div div.btn-area2 {
  width: 100%;
  margin: 20px 0;
}
.flex-col2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.app-area {
  width: 800px;
  margin: 40px auto 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.app-area p.dlnow {
  width: 400px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #10228a;
}
.app-area .app-link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-left: 1px solid #ccc;
  padding: 20px 40px;
  width: 100%;
  box-sizing: border-box;
}
.app-area .app-link .appimg img {
  width: auto;
  height: 45px;
  border: none;
  margin: 0 5px;
}
a.link03:hover {
  opacity: 0.7;
  text-decoration: none;
}
.app-area .app-link .qrimg img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
@media screen and (max-width: 767px) {
  .flex-col2 {
    flex-direction: column;
  }
  .flex-col2 div {
    width: 100%;
  }
  .flex-col2 div:last-of-type {
    margin: 16px 0 0 !important;
  }
  .app-area {
    width: 100%;
    flex-direction: column;
    margin: 20px auto 0;
  }
  .app-area p.dlnow {
    width: 100%;
    padding: 10px 0;
  }
  .app-area .app-link {
    border-left: none;
    border-top: 1px solid #ccc;
    padding: 16px;
    justify-content: center;
  }
  .app-area .app-link .dl-links {
    width: 46%;
  }
  .app-area .app-link .appimg img {
    width: 100%;
    height: auto;
    margin: 5px;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
  }
  .app-area .app-link .qrimg {
    margin-left: 8%;
    width: 40%;
  }
}
.sc21-Home-faq{
  padding-top: 5rem;
}
.sc21-Home-faq h3 {
  display: flex;
  align-items: center;
}
.sc21-Home-faq h3 span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 50%;
  background: #1c98ba;
  margin-right: 0.3em;
  font-size: 30px;
  padding-top: 4px;
  box-sizing: border-box;
}
.nomal-list{
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 24px;
}